@charset "UTF-8";
/*
 * iro code. リセットCSS 2025（本番用・コメント軽量版）
 */
/* ボックスモデル */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* マージンリセット */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* テーブルセルのUA既定padding(1px)を除去（SPの積み上げレイアウトで1セルあたり+2pxの高さ誤差になる） */
th,
td {
  padding: 0;
}

/* スマホタップ時のOS既定ハイライト（灰色のちらつき）を無効化 */
* {
  -webkit-tap-highlight-color: transparent;
}

/* HTML基本設定 */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* body基本設定 */
body {
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* リスト */
ul,
ol {
  list-style: none;
}

/* 画像・メディア */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 見出し・段落
   overflow-wrap は残す（URL・長い英単語・型番が「1語で行に収まらない時だけ」割る＝はみ出し防止）。
   text-wrap の balance / pretty は一律では入れない:
   - pretty は英文の孤立行対策。効かせるため前の行から文字を引き戻すので、和文では前の行が短くなり右側に余白が空く
   - balance は行長を揃えるため意図的に行を短くする→カンプの改行と食い違う
   - どちらも Firefox 未対応（2026-07時点）でブラウザ間の改行位置が変わる
   使いたい箇所だけ .u-balance / .u-pretty で個別に付ける */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

/* リンク */
a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* フォーム */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* アクセシビリティ配慮 */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    interpolate-size: allow-keywords;
  }
}
html {
  --header-height: 4rem;
  --color-primary: #174a70;
  --color-background: #f7f9fc;
  --color-surface: #e7eef5;
  --color-accent: #bf8d59;
  --color-muted: #526675;
  font-size: 16px;
  scroll-padding-top: calc(var(--header-height) + 1.5rem);
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    --header-height: 9rem;
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #174a70;
  background: #f7f9fc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  text-spacing-trim: space-all;
  line-break: strict;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  touch-action: manipulation;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 2px solid #bf8d59;
  outline-offset: 5px;
}

::selection {
  color: white;
  background: #174a70;
}

.inner {
  width: calc(100% - 3rem);
  max-width: 75rem;
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: 0.5rem;
  left: 1.5rem;
  padding: 0.75rem;
  color: white;
  background: #174a70;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.section-heading {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
}

.section-heading__english {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  color: rgba(23, 74, 112, 0.48);
  letter-spacing: -0.035em;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .section-heading__english {
    font-size: 4rem;
  }
}

.section-heading__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .section-heading__title {
    font-size: 2.25rem;
  }
}

.section-heading__guide {
  color: #526675;
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .section-heading__guide {
    font-size: 1rem;
    margin-top: 0;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.brand__mark {
  display: block;
  width: 2.8125rem;
  height: 1.8125rem;
  background: url("/images/v4/brand-mark.svg") center/contain no-repeat;
  flex-shrink: 0;
}

[hidden] {
  display: none;
}

.button {
  position: relative;
  z-index: 0;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  max-width: 18.75rem;
  min-height: 3.625rem;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #e7eef5;
  color: #174a70;
  box-shadow: 0 0.3125rem 1rem rgba(23, 74, 112, 0.03);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.button::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1.125rem;
  top: calc(50% - 2.6875rem);
  width: 5.375rem;
  height: 5.375rem;
  background: #174a70;
  border-radius: 56% 0 0 42%;
  transform: rotate(-12deg);
  transition: width 0.3s, transform 0.3s;
}
.button:active {
  transform: translateY(0.125rem);
}
@media (any-hover: hover) {
  .button:hover {
    box-shadow: 0 0.4375rem 1.25rem rgba(23, 74, 112, 0.09);
  }
  .button:hover::before {
    width: 5.9375rem;
    transform: rotate(-5deg);
  }
}

.button__label {
  text-align: left;
}

.button__icon {
  display: grid;
  place-items: center;
  flex: 0 0 2.375rem;
  width: 2.375rem;
  height: 2.375rem;
  color: white;
}

.button__icon svg {
  width: 1.375rem;
  height: 1.375rem;
}

.button--primary {
  background: #174a70;
  color: white;
}
.button--primary::before {
  background: #bf8d59;
}

.button--primary .button__icon {
  color: #103752;
}

.button--mail {
  background: white;
  color: #174a70;
  max-width: none;
  min-height: 4rem;
  font-size: 1rem;
}
.button--mail::before {
  background: #e7eef5;
}
@media (min-width: 768px) {
  .button--mail {
    min-height: 4.5rem;
    font-size: 1.125rem;
  }
}

.button--mail .button__icon {
  color: #174a70;
}

.header {
  padding-top: env(safe-area-inset-top, 0px);
  position: sticky;
  top: 0;
  z-index: 40;
  background: #f7f9fc;
  transition: background-color 320ms, box-shadow 320ms;
}
.header.is-scrolled {
  background: rgba(247, 249, 252, 0.9);
  box-shadow: 0 0.375rem 1.5rem rgba(23, 74, 112, 0.06);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .header__inner {
    min-height: 9rem;
    gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .header__brand {
    flex-direction: column;
    gap: 0.0625rem;
  }
}

@media (min-width: 768px) {
  .header__brand .brand__mark {
    width: 3.6875rem;
    height: 2.1875rem;
  }
}

.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__nav {
    display: flex;
    align-self: stretch;
    margin-left: auto;
  }
}

.header__links {
  display: flex;
  gap: 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

.header__links li {
  display: flex;
}

.header__links a {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.35em;
  transition: text-decoration-color 360ms;
}
.header__links a:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .header__links a:hover {
    text-decoration: underline;
  }
}

.header__contact {
  display: none;
}
@media (min-width: 768px) {
  .header__contact {
    display: inline-flex;
    max-width: 15rem;
  }
}

.header__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  width: 2.75rem;
  height: 4rem;
  padding: 0;
  color: #174a70;
  background: transparent;
  border: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  line-height: 1.2;
}

.header__menu-slot {
  display: none;
  flex-shrink: 0;
  width: 2.75rem;
  height: 4rem;
}

.has-js .header__menu-slot {
  display: block;
}
@media (min-width: 768px) {
  .has-js .header__menu-slot {
    display: none;
  }
}

.header__menu-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.3125rem;
}

.header__menu-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.09375rem;
  margin-top: -0.046875rem;
  background: currentColor;
  transform-origin: center;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}
.header__menu-line:first-child {
  transform: translateY(-0.5rem);
}
.header__menu-line:last-child {
  transform: translateY(0.5rem);
}

.header__menu[aria-expanded=true] .header__menu-line:first-child {
  transform: rotate(45deg);
}
.header__menu[aria-expanded=true] .header__menu-line:nth-child(2) {
  transform: scaleX(0.4);
  opacity: 0;
}
.header__menu[aria-expanded=true] .header__menu-line:last-child {
  transform: rotate(-45deg);
}

.header__menu-label {
  display: block;
  min-width: 2.125rem;
  text-align: center;
  letter-spacing: 0.035em;
}

.header__fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0 1.5rem 1rem;
  font-size: 0.75rem;
}
.header__fallback a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .header__fallback {
    display: none;
  }
}

.menu {
  width: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: #174a70;
  background: transparent;
  border: 0;
}
.menu::backdrop {
  background: rgba(6, 40, 60, 0.32);
  opacity: 0;
  transition: opacity 320ms ease;
}
.menu.is-open::backdrop {
  opacity: 1;
}

.menu__chrome {
  position: relative;
  z-index: 10;
  background: #f7f9fc;
}

.menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 3rem);
  min-height: 4rem;
  margin-inline: auto;
}

.menu__toggle-slot {
  display: block;
  flex-shrink: 0;
  width: 2.75rem;
  height: 4rem;
}

.menu__panel {
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem 1.5rem 3rem;
  background: #e7eef5;
  box-shadow: 0 1rem 2.25rem rgba(6, 40, 60, 0.12);
  opacity: 0;
  transform: translateY(-0.75rem);
}

.menu.is-open .menu__panel {
  opacity: 1;
  transform: translateY(0);
}

.menu__links {
  display: grid;
  gap: 0.25rem;
}
.menu__links a {
  display: flex;
  align-items: center;
  min-height: 4rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.hero {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: clip;
}

.hero__inner {
  position: relative;
  z-index: 0;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.hero__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 10.625rem;
  bottom: 7.5rem;
  left: -10rem;
  right: -10rem;
  background: url("/images/v4/hero-curve.png") center/100% 100% no-repeat;
  background-image: image-set(url("/images/v4/hero-curve.webp") type("image/webp"), url("/images/v4/hero-curve.png") type("image/png"));
  transform: rotate(-10deg);
  pointer-events: none;
}
@media (min-width: 768px) {
  .hero__inner {
    display: grid;
    grid-template-columns: 44% 56%;
    grid-template-rows: auto 1fr;
    padding-top: 2.9375rem;
    padding-bottom: 5rem;
    min-height: 42.25rem;
  }
  .hero__inner::before {
    top: -0.875rem;
    bottom: 0.9375rem;
    left: -7.5rem;
    right: -7.5rem;
    transform: none;
  }
}

.hero__copy {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero__copy {
    grid-column: 1;
    grid-row: 1;
    width: 40rem;
  }
}

.hero__audience {
  color: #526675;
  font-size: 0.75rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .hero__audience {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.hero__role {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .hero__role {
    margin-top: 1.4375rem;
    font-size: 1rem;
  }
}

.hero__title {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.035em;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 5rem;
    line-height: 1.2;
    margin-top: 1.375rem;
  }
}

.hero__title em {
  font-style: normal;
  color: #ad7c49;
}

.hero__visual {
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .hero__visual {
    grid-column: 2;
    grid-row: 1/3;
    width: calc(100% + 3rem);
    margin-left: 0;
    margin-top: 2.6875rem;
    align-self: start;
  }
}

.hero__visual picture {
  display: block;
}

.hero__visual img {
  width: 100%;
  height: min(14.625rem, max(5rem, 100svh - 30.625rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px)));
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero__visual img {
    height: auto;
  }
}

.hero__visual figcaption {
  color: #526675;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: right;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .hero__visual figcaption {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 1rem;
  }
}

.hero__record {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .hero__record {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.125rem;
  }
}

.hero__record dl {
  display: flex;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .hero__record dl {
    gap: 4.5rem;
  }
}

.hero__record dt {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: #526675;
}
@media (min-width: 768px) {
  .hero__record dt {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
}

.hero__record dd {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.2;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .hero__record dd {
    gap: 0.875rem;
    font-size: 1rem;
  }
}

.hero__record b {
  font-size: 2.125rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero__record b {
    font-size: 3rem;
  }
}

.hero__record p {
  margin-top: 0.5rem;
  color: #526675;
  font-size: 0.625rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .hero__record p {
    font-size: 0.8125rem;
    margin-top: 2.625rem;
  }
}

.hero__action {
  margin-top: 0.875rem;
  max-width: none;
  min-height: 3.25rem;
}
@media (min-width: 768px) {
  .hero__action {
    display: none;
  }
}

.legal {
  padding-block: 3rem 4.5rem;
}
@media (min-width: 768px) {
  .legal {
    padding-block: 5rem 6.25rem;
  }
}

.legal__inner {
  width: calc(100% - 3rem);
  max-width: 53.75rem;
  margin-inline: auto;
}

.legal__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.legal__title {
  margin-top: 0.875rem;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .legal__title {
    font-size: 2.75rem;
  }
}

.legal__lead {
  margin-top: 1.75rem;
}

.legal__section {
  margin-top: 2.125rem;
}

.legal__heading {
  margin-bottom: 0.75rem;
  font-size: 1.1875rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .legal__heading {
    font-size: 1.375rem;
  }
}

.legal__text + .legal__text {
  margin-top: 0.75rem;
}

.legal__list {
  padding-left: 1.25em;
  list-style: disc;
}
.legal__list li {
  margin-top: 0.5rem;
}

.legal__link,
.legal__back-link {
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}

.legal__date {
  margin-top: 2.25rem;
  font-size: 0.875rem;
}

.legal__back {
  margin-top: 2rem;
}
.legal__back .legal__back-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
}

.legal__business {
  margin-top: 2.5rem;
  border-top: 1px solid #bccad5;
}
.legal__business > div {
  display: grid;
  gap: 0.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #bccad5;
}
@media (min-width: 768px) {
  .legal__business > div {
    grid-template-columns: 11.25rem minmax(0, 1fr);
    gap: 1.75rem;
    padding-block: 1.5rem;
  }
}
.legal__business dt {
  font-weight: 700;
}
.legal__business dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

.works {
  padding-top: 2.75rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .works {
    padding-top: 4.6875rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 768px) {
  .works .section-heading__english {
    font-size: 4.5rem;
  }
}

.work + .work {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .work + .work {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .work__overview {
    display: grid;
    grid-template-columns: 46% 48%;
    gap: 6%;
    align-items: start;
  }
}

.work__overview > picture {
  display: block;
}

.work__mockup {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .work__mockup {
    margin-bottom: 0;
  }
}

.work__eyebrow {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 3rem;
  font-family: "Inter", sans-serif;
  color: #526675;
}
@media (min-width: 768px) {
  .work__eyebrow {
    min-height: 3.875rem;
  }
}

.work__number {
  position: relative;
  z-index: 0;
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.07em;
  color: rgba(23, 74, 112, 0.64);
  padding-right: 0.875rem;
}
.work__number::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0.25rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #bf8d59;
}
@media (min-width: 768px) {
  .work__number {
    font-size: 3.25rem;
  }
}

.work__kind {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .work__kind {
    font-size: 0.6875rem;
  }
}

.work__name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.work h3 {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.55;
  margin-top: 1.25rem;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .work h3 {
    font-size: 1.75rem;
  }
}

.work__scope {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #34434e;
  margin-top: 1.5rem;
}

.work__roles {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5rem;
  row-gap: 0.375rem;
}

.work__scope-note {
  font-size: 0.75rem;
  display: block;
}

.work__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.work__tags li {
  padding-block: 0.5rem;
  padding-inline: 0.625rem;
  background: #e7eef5;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .work__tags li {
    padding-inline: 0.875rem;
    font-size: 0.875rem;
  }
}

.work__link {
  max-width: none;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .work__link {
    max-width: 18.75rem;
  }
}

.other-works {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .other-works {
    margin-top: 7.5rem;
  }
}

.other-works > h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.other-works > p {
  margin-top: 1rem;
  color: #526675;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .other-works > p {
    font-size: 1rem;
  }
}

.other-works__grid {
  display: grid;
  gap: 2.25rem;
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .other-works__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.other-works__grid article {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.other-works__grid picture {
  display: block;
}

.other-works__grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: contain;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .other-works__grid img {
    margin-bottom: 1.25rem;
  }
}

.other-works__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 1.375rem rgba(23, 74, 112, 0.065), 0 1px 0.1875rem rgba(23, 74, 112, 0.04);
}

.other-works__content h4 {
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .other-works__content h4 {
    font-size: 1.375rem;
  }
}

.other-works__content p {
  font-size: 0.875rem;
  color: #526675;
  margin-top: 0.75rem;
}

.other-works__content .other-works__tech {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.other-works__link {
  max-width: none;
  margin-top: auto;
}

.other-works .other-works__note {
  font-size: 0.8125rem;
  margin-top: 2rem;
}

.motion__teasers {
  margin-top: 1.75rem;
}

.motion__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #526675;
  margin-bottom: 0.75rem;
}

.motion__heading > span {
  font-family: "Inter", sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .motion__heading > span {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
  }
}

.motion__heading p {
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .motion__heading p {
    font-size: 0.75rem;
  }
}

.motion__grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .motion__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.motion__teaser {
  display: grid;
  grid-template-columns: 42% 1fr;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
  padding: 0.5rem;
  text-align: left;
  border: 0;
  border-radius: 0.25rem;
  background: white;
  box-shadow: 0 0.3125rem 1.25rem rgba(23, 74, 112, 0.065);
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (min-width: 768px) {
  .motion__teaser {
    grid-template-columns: 44% 1fr;
    gap: 1rem;
  }
}
@media (any-hover: hover) {
  .motion__teaser:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.5rem rgba(23, 74, 112, 0.12);
  }
}

.motion__thumbnail {
  position: relative;
  z-index: 0;
  display: block;
  aspect-ratio: 1.6;
}

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

.motion__play {
  position: absolute;
  z-index: 10;
  right: 0.25rem;
  bottom: 0.25rem;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  color: white;
  background: #174a70;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.motion__play svg {
  width: 1.125rem;
  height: 1.125rem;
}

.motion__teaser-copy small {
  display: block;
  font-size: 0.625rem;
  color: #526675;
  line-height: 1.5;
  margin-bottom: 0.4375rem;
}
@media (min-width: 768px) {
  .motion__teaser-copy small {
    font-size: 0.6875rem;
  }
}

.motion__teaser-copy strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.6;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .motion__teaser-copy strong {
    font-size: 0.875rem;
  }
}

.motion {
  margin-top: 1.25rem;
}

.motion summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-block: 0.5rem;
  min-height: 2.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.motion summary::-webkit-details-marker {
  display: none;
}

.has-js .motion:not([open]) {
  margin-top: 0;
}

.has-js .motion:not([open]) > summary {
  display: none;
}

.motion__open {
  display: none;
}

.motion[open] .motion__open {
  display: inline;
}

.motion[open] .motion__closed {
  display: none;
}

.motion__plus {
  position: relative;
  z-index: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.motion__plus::before, .motion__plus::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0.5625rem;
  left: 2px;
  width: 1rem;
  height: 1.5px;
  background: #174a70;
}
.motion__plus::after {
  transform: rotate(90deg);
}

.motion[open] .motion__plus::after {
  transform: none;
}

.motion__content {
  padding-block: 1.25rem;
  padding-inline: 0.75rem;
  background: #e7eef5;
  border-radius: 0.25rem;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}
@media (min-width: 768px) {
  .motion__content {
    padding: 2.5rem;
  }
}

.motion__nav {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .motion__nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
  }
}

.motion__choice {
  padding-block: 0.75rem;
  padding-inline: 1rem;
  background: #fff;
  border: 0;
  border-radius: 0.25rem;
  text-align: left;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
}
.motion__choice[aria-pressed=true] {
  background: #174a70;
  color: white;
}
@media (min-width: 768px) {
  .motion__choice {
    font-size: 0.875rem;
  }
}

.motion__choice span {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .motion__stage {
    display: grid;
    grid-template-columns: 65% 1fr;
    gap: 2rem;
  }
}

.motion__media {
  min-width: 0;
}

.motion__media video {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: contain;
  background: #103752;
}

.motion__caption {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .motion__caption {
    margin-top: 0;
    padding-top: 0.5rem;
  }
}

.motion__counter {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #526675;
}

.motion__counter span {
  margin-left: 0.75rem;
}

.motion__caption h4 {
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 700;
  margin-top: 1rem;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .motion__caption h4 {
    font-size: 1.4375rem;
  }
}

.motion__description {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  color: #34434e;
}
@media (min-width: 768px) {
  .motion__description {
    font-size: 0.9375rem;
  }
}

.motion__note {
  font-size: 0.75rem;
  color: #526675;
  margin-top: 1.125rem;
}

.motion__status {
  font-size: 0.75rem;
  color: #526675;
}
.motion__status:empty {
  display: none;
}

.motion__implementation {
  margin-top: 2rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .motion__implementation {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 2rem;
  }
}

.motion__implementation strong {
  font-size: 1.125rem;
}

.motion__implementation p {
  font-size: 0.875rem;
  color: #34434e;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .motion__implementation p {
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.motion__tech {
  margin-top: 2rem;
  font-size: 0.8125rem;
  color: #526675;
}
@media (min-width: 768px) {
  .motion__tech {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}

.motion__tech .button {
  margin-top: 1.25rem;
  max-width: none;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .motion__tech .button {
    margin-top: 0;
    max-width: 17.5rem;
    flex-shrink: 0;
  }
}

.motion__maintenance {
  margin-top: 1.5rem;
  color: #526675;
  font-size: 0.75rem;
}

.motion__fallback a {
  display: block;
  text-decoration: underline;
  min-height: 2.75rem;
}

html:not(.has-js) .motion__teasers,
html:not(.has-js) .motion__nav,
html:not(.has-js) .motion__stage {
  display: none;
}

.register {
  background: #f7f9fc;
  padding: 1rem;
  color: #174a70;
}
@media (min-width: 768px) {
  .register {
    padding: 1.75rem;
    min-height: 22.5rem;
  }
}

.register__label {
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .register__label {
    font-size: 0.8125rem;
    margin-bottom: 1.75rem;
  }
}

.register__flow {
  display: grid;
  grid-template-columns: 1fr 1.5rem 1fr;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .register__flow {
    grid-template-columns: 1fr 2.5rem 1fr;
    gap: 1rem;
  }
}

.register__fields,
.register__result {
  text-align: center;
}

.register__fields span {
  display: block;
  background: #fff;
  padding: 0.375rem;
  font-size: 0.75rem;
  margin-top: 0.5625rem;
}
@media (min-width: 768px) {
  .register__fields span {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}

.register__flow b {
  display: block;
  font-size: 0.6875rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .register__flow b {
    font-size: 0.875rem;
  }
}

.register__arrow {
  font-size: 1.625rem;
  text-align: center;
  color: #bf8d59;
}

.register__product {
  display: grid;
  place-items: center;
  height: 5.1875rem;
  background: #e7eef5;
}
@media (min-width: 768px) {
  .register__product {
    height: 6.375rem;
  }
}

.register__product svg {
  width: 6.25rem;
  height: 5rem;
}

.register__result > span {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.5625rem;
}
@media (min-width: 768px) {
  .register__result > span {
    font-size: 0.875rem;
  }
}

.register > p:last-child {
  font-size: 0.625rem;
  color: #526675;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .register > p:last-child {
    font-size: 0.75rem;
  }
}

.profile {
  position: relative;
  z-index: 0;
  background: #e7eef5;
  padding-block: 6rem;
}
@media (min-width: 768px) {
  .profile {
    padding-top: 10rem;
    padding-bottom: 10.5rem;
  }
}

.profile::before,
.profile::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 4rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .profile::before,
  .profile::after {
    height: 7rem;
  }
}

.profile::before {
  top: -1px;
  background-image: url("/images/v4/profile/about-top.svg");
}

.profile::after {
  bottom: -1px;
  background-image: url("/images/v4/profile/about-bottom.svg");
}

@media (min-width: 768px) {
  .profile__body {
    display: grid;
    grid-template-columns: 22.5rem 1fr;
    gap: 6rem;
    align-items: start;
  }
}

.profile__portrait {
  position: relative;
  z-index: 0;
  width: 15.75rem;
  max-width: 100%;
  margin-inline: auto;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}
.profile__portrait::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1.5rem 0 0 1.5rem;
  background: #c9d9e6;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .profile__portrait {
    width: 22.5rem;
  }
}

.profile__portrait img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.profile__portrait figcaption {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding-block: 0.625rem;
  padding-inline: 1.125rem;
  background: #174a70;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.profile__content {
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .profile__content {
    margin-top: 0;
  }
}

.profile__role {
  font-size: 0.8125rem;
  color: #526675;
}
@media (min-width: 768px) {
  .profile__role {
    font-size: 0.875rem;
  }
}

.profile__name {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .profile__name {
    gap: 0.75rem 1.5rem;
  }
}

.profile__name h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .profile__name h3 {
    font-size: 2rem;
  }
}

.profile__name span {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: #526675;
}

.profile__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: #526675;
  margin-top: 1.125rem;
}
@media (min-width: 768px) {
  .profile__facts {
    gap: 0.5rem 1.25rem;
    font-size: 0.8125rem;
  }
}

.profile__facts li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.profile__facts li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #bf8d59;
}

.profile__bio {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #34434e;
}
@media (min-width: 768px) {
  .profile__bio {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.9;
  }
}

.profile__career {
  margin-top: 1.75rem;
}

.profile__career h4 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .profile__career h4 {
    font-size: 1.25rem;
  }
}

.profile__career p {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.95;
  color: #34434e;
}
@media (min-width: 768px) {
  .profile__career p {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.recent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 1rem;
  align-items: start;
  margin-top: 2.25rem;
}
@media (min-width: 768px) {
  .recent {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 3.5rem;
    padding-top: 1.5rem;
  }
}

.recent__intro {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .recent__intro {
    grid-column: auto;
    padding-top: 2.25rem;
  }
}

.recent__intro h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.recent__intro h4::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 0.1875rem;
  margin-right: 0.75rem;
  margin-bottom: 0.1875rem;
  background: #bf8d59;
}
@media (min-width: 768px) {
  .recent__intro h4 {
    font-size: 1.25rem;
  }
  .recent__intro h4::before {
    display: block;
    margin-bottom: 1rem;
  }
}

.recent__intro p {
  font-size: 0.875rem;
  color: #526675;
  margin-top: 0.75rem;
}

.recent__hint {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #526675;
  transform: rotate(-4deg);
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .recent__hint {
    margin-top: 1.25rem;
  }
}

.recent__story {
  min-width: 0;
  text-align: center;
}

.recent__story summary {
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  list-style: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .recent__story summary {
    padding-inline: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.75rem;
  }
}

.recent__story summary::-webkit-details-marker {
  display: none;
}

.recent__art {
  position: relative;
  z-index: 0;
  display: block;
  width: 8.75rem;
  max-width: 100%;
  height: 7.75rem;
  margin-inline: auto;
}
.recent__art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1rem 0 0;
  background: #f7f9fc;
  border-radius: 49% 51% 43% 57%/48% 41% 59% 52%;
  transform: rotate(-7deg);
}
@media (min-width: 768px) {
  .recent__art {
    width: 12.75rem;
    height: 9.625rem;
  }
  .recent__art::before {
    inset: 1.375rem 0.25rem 0;
  }
}

.recent__drawing {
  display: block;
  width: 100%;
  height: 7rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .recent__drawing {
    height: 9rem;
  }
}

.recent__drawing--collecting {
  background-image: url("/images/v4/profile/collecting-doodle.svg");
}

.recent__drawing--shaker {
  background-image: url("/images/v4/profile/shaker-doodle.svg");
}

.recent__spark {
  position: absolute;
  z-index: 10;
  right: 0.3125rem;
  top: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #bf8d59;
  transform: rotate(12deg);
}

.recent__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .recent__label {
    gap: 0.875rem;
    font-size: 0.9375rem;
    margin-top: 1.125rem;
  }
}

.recent__toggle {
  position: relative;
  z-index: 0;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f7f9fc;
}
.recent__toggle::before, .recent__toggle::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0.5625rem;
  left: 0.3125rem;
  width: 0.5rem;
  height: 1px;
  background: #174a70;
}
.recent__toggle::after {
  transform: rotate(90deg);
  transition: transform 0.25s;
}

.recent__story[open]:not(.is-closing) .recent__toggle::after {
  transform: none;
}

.recent__note {
  position: relative;
  z-index: 0;
  margin-top: 0.75rem;
  padding-block: 1rem;
  padding-inline: 0.75rem;
  background: #f7f9fc;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 1.375rem rgba(23, 74, 112, 0.03);
  text-align: left;
}
.recent__note::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.4375rem;
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background: #f7f9fc;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .recent__note {
    padding-block: 1.25rem;
    padding-inline: 1.5rem;
    margin-top: 1rem;
  }
}

.recent__note p {
  font-size: 0.8125rem;
  line-height: 1.9;
  color: #526675;
}
@media (min-width: 768px) {
  .recent__note p {
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .recent__story:not(.is-animated)[open] .recent__note {
    animation: note-appear 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .recent__story[open] .recent__drawing {
    animation: doodle-pop 0.45s ease-out both;
  }
}
@media (prefers-reduced-motion: reduce) {
  .recent__drawing,
  .recent__toggle::after {
    transition: none;
  }
}
@media (any-hover: hover) {
  .recent__story summary:hover .recent__drawing {
    transform: translateY(-0.3125rem) rotate(-4deg);
  }
}
@keyframes note-appear {
  from {
    opacity: 0;
    transform: translateY(0.625rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes doodle-pop {
  0% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1.05) rotate(-4deg);
  }
  100% {
    transform: scale(1);
  }
}
.services {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .services {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}

.services .section-heading {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .services .section-heading {
    margin-bottom: 2.25rem;
  }
}

.services .section-heading__english {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .services .section-heading__english {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .services .section-heading__title {
    font-size: 2rem;
  }
}

.services__grid {
  display: grid;
  gap: 2.75rem;
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.services__figure img {
  width: 100%;
  max-width: 15rem;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: contain;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .services__figure img {
    max-width: 17.5rem;
  }
}

.services__figure figcaption {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #526675;
  margin-top: 0.75rem;
}

.services__label {
  margin-top: 1rem;
  color: #526675;
  font-family: "Inter", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .services__label {
    margin-top: 1.25rem;
  }
}

.services__item h3 {
  font-size: 1.4375rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .services__item h3 {
    font-size: 1.5rem;
  }
}

.services__description {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #34434e;
}
@media (min-width: 768px) {
  .services__description {
    font-size: 1rem;
  }
}

.services__features {
  display: grid;
  gap: 0.3125rem;
  margin-top: 1rem;
  color: #526675;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.services__features li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.services__features li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #bf8d59;
}

.services__support {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1.75rem;
  padding-block: 1.25rem;
  padding-inline: 1rem;
  border-radius: 0.25rem;
  background: #e7eef5;
}
@media (min-width: 768px) {
  .services__support {
    grid-template-columns: 1.75rem 17.5rem 1fr;
    gap: 1rem;
    margin-top: 2rem;
    padding-inline: 2rem;
  }
}

.services__support-mark {
  font-size: 1.625rem;
  color: #bf8d59;
}

.services__support strong {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .services__support strong {
    font-size: 1rem;
  }
}

.services__support p {
  grid-column: 2;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #34434e;
}
@media (min-width: 768px) {
  .services__support p {
    grid-column: auto;
    font-size: 0.875rem;
  }
}

.services__support small {
  font-size: 0.6875rem;
  color: #526675;
}
@media (min-width: 768px) {
  .services__support small {
    font-size: 0.75rem;
  }
}

.flow {
  position: relative;
  z-index: 0;
  background: #e7eef5;
  padding-block: 5.5rem;
}
@media (min-width: 768px) {
  .flow {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
  }
}

.flow::before,
.flow::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .flow::before,
  .flow::after {
    height: 5rem;
  }
}

.flow::before {
  top: -1px;
  background-image: url("/images/v4/profile/about-top.svg");
}

.flow::after {
  bottom: -1px;
  background-image: url("/images/v4/profile/about-bottom.svg");
}

.flow .section-heading {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .flow .section-heading {
    margin-bottom: 2.25rem;
  }
}

.flow .section-heading__english {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .flow .section-heading__english {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .flow .section-heading__title {
    font-size: 2rem;
  }
}

.flow__steps {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .flow__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.flow__step {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 5.25rem;
  column-gap: 0.5rem;
  min-width: 0;
  padding-block: 1.5rem;
  padding-inline: 1.25rem;
  background: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.375rem 1.5rem rgba(23, 74, 112, 0.045);
}
@media (min-width: 768px) {
  .flow__step {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    padding-top: 1.25rem;
  }
}
.flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -1.25rem;
  right: calc(50% - 0.3125rem);
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #bf8d59;
  border-right: 2px solid #bf8d59;
  transform: rotate(135deg);
}
@media (min-width: 768px) {
  .flow__step:not(:last-child)::after {
    bottom: auto;
    right: -1.0625rem;
    top: 8.125rem;
    transform: rotate(45deg);
  }
}

.flow__number {
  grid-column: 1;
  display: flex;
  align-items: baseline;
  gap: 0.5625rem;
  font-family: "Inter", sans-serif;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .flow__number {
    margin-bottom: 0.5rem;
  }
}

.flow__number span {
  color: #526675;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.flow__number b {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .flow__number b {
    font-size: 2.25rem;
  }
}

.flow__icon {
  grid-column: 2;
  grid-row: 1/3;
  justify-self: end;
  align-self: center;
  width: 5.25rem;
  height: 4.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .flow__icon {
    width: 8rem;
    height: 6.625rem;
    margin-bottom: 1.25rem;
  }
}

.flow__icon--consult {
  background-image: url("/images/v4/diagrams/flow-consult.svg");
}

.flow__icon--estimate {
  background-image: url("/images/v4/diagrams/flow-estimate.svg");
}

.flow__icon--build {
  background-image: url("/images/v4/diagrams/flow-build.svg");
}

.flow__icon--deliver {
  background-image: url("/images/v4/diagrams/flow-deliver.svg");
}

.flow__step h3 {
  grid-column: 1;
  grid-row: 2;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .flow__step h3 {
    font-size: 1.25rem;
    line-height: 1.55;
    min-height: 3.875rem;
    margin-bottom: 1rem;
  }
}

.flow__description {
  grid-column: 1/-1;
  color: #34434e;
  font-size: 0.875rem;
  line-height: 1.9;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .flow__description {
    font-size: 0.9375rem;
  }
}

.flow__note {
  grid-column: 1/-1;
  position: relative;
  z-index: 0;
  padding-block: 0.75rem;
  padding-left: 1.5625rem;
  padding-right: 0.875rem;
  border-radius: 0.1875rem;
  background: #f7f9fc;
  color: #526675;
  font-size: 0.75rem;
  line-height: 1.8;
}
.flow__note::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0.75rem;
  top: 1.3125rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #bf8d59;
}
@media (min-width: 768px) {
  .flow__note {
    margin-top: auto;
  }
}

.flow__footnote {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  color: #526675;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .flow__footnote {
    font-size: 0.8125rem;
  }
}

.flow__footnote > span {
  color: #bf8d59;
}

.faq {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .faq {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .faq__inner {
    display: grid;
    grid-template-columns: 18rem minmax(0, 1fr);
    gap: 5rem;
    align-items: start;
  }
}

.faq__heading {
  display: block;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .faq__heading {
    position: sticky;
    top: calc(var(--header-height) + 1.5rem);
    margin: 0;
  }
}

.faq .section-heading__english {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .faq .section-heading__english {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .faq .section-heading__title {
    font-size: 2rem;
  }
}

.faq__intro {
  font-size: 0.75rem;
  color: #526675;
  margin-top: 1.25rem;
  max-width: 13.75rem;
}
@media (min-width: 768px) {
  .faq__intro {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.faq__illustration {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 5.25rem;
  height: 3.9375rem;
}
@media (min-width: 768px) {
  .faq__illustration {
    position: static;
    width: 10rem;
    height: 7.5rem;
    margin-top: 2rem;
  }
}

.faq__list {
  display: grid;
  gap: 0.5rem;
  min-width: 0;
}

.faq__item {
  overflow: hidden;
  background: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 1.125rem rgba(23, 74, 112, 0.03);
}

.faq__item summary {
  display: grid;
  grid-template-columns: 1.375rem minmax(0, 1fr) 1.25rem;
  gap: 0.5rem;
  align-items: center;
  min-height: 4.25rem;
  padding-block: 1.125rem;
  padding-inline: 0.875rem;
  list-style: none;
  cursor: pointer;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .faq__item summary {
    grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
    gap: 1.125rem;
    padding-inline: 1.75rem;
    font-size: 1rem;
  }
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__q {
  font-family: "Inter", sans-serif;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #bf8d59;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .faq__q {
    font-size: 1.5rem;
  }
}

.faq__toggle {
  position: relative;
  z-index: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #e7eef5;
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0.3125rem;
  top: 0.5625rem;
  width: 0.625rem;
  height: 1.5px;
  background: #174a70;
}
.faq__toggle::after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
@media (min-width: 768px) {
  .faq__toggle {
    width: 1.5rem;
    height: 1.5rem;
  }
  .faq__toggle::before, .faq__toggle::after {
    left: 0.4375rem;
    top: 0.6875rem;
  }
}

.faq__item[open]:not(.is-closing) .faq__toggle::after {
  transform: none;
}

.faq__answer {
  display: grid;
  grid-template-columns: 1.375rem minmax(0, 1fr);
  gap: 0.5rem;
  padding-inline: 0.875rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .faq__answer {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 1.125rem;
    padding-left: 1.75rem;
    padding-right: 4.375rem;
  }
}

.faq__answer p {
  font-size: 0.875rem;
  color: #526675;
}
@media (min-width: 768px) {
  .faq__answer p {
    font-size: 0.9375rem;
  }
}

.faq__a {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .faq__a {
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .faq__item summary:hover {
    background: rgba(231, 238, 245, 0.3);
  }
}
.footer {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  background: #174a70;
  color: white;
  padding-top: 4rem;
  padding-bottom: calc(1.75rem + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 768px) {
  .footer {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }
}

.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("/images/v4/diagrams/ending-curve.svg") 60% center/auto 100% no-repeat;
  pointer-events: none;
}
@media (min-width: 768px) {
  .footer::before {
    background-position: center;
    background-size: 100% 100%;
  }
}

@media (min-width: 768px) {
  .footer__contact {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 6rem;
    align-items: center;
  }
}

.footer__label {
  font-family: "Inter", sans-serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #8dacc4;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .footer__label {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}

.footer h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .footer h2 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}

.footer__lead {
  color: #e7eef5;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .footer__lead {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.footer__request {
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .footer__request {
    margin-top: 2.25rem;
  }
}

.footer__request h3 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
}

.footer__request ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1rem;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .footer__request ul {
    gap: 0.75rem 1.5rem;
  }
}

.footer__request li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .footer__request li {
    font-size: 0.9375rem;
  }
}
.footer__request li::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #d3a674;
}

.footer__request p {
  color: #d5e2ec;
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .footer__request p {
    font-size: 0.8125rem;
  }
}

.footer__action {
  min-width: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footer__action {
    align-self: start;
    margin-top: 0;
    padding-top: 5.875rem;
  }
}

.footer__email-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .footer__email-row {
    gap: 0.75rem;
    margin-top: 1.25rem;
  }
}

.footer__email {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer__email {
    font-size: 1.125rem;
  }
}

.footer__copy-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-width: 4.375rem;
  min-height: 2.75rem;
  padding-block: 0.5rem;
  border: 0;
  background: transparent;
  color: #e7eef5;
  font-size: 0.6875rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .footer__copy-email {
    font-size: 0.75rem;
  }
}

.footer__copy-email span {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.footer__copy-status {
  font-size: 0.75rem;
  line-height: 1.7;
  color: #e7eef5;
  min-height: 1.3125rem;
}

.footer__chatwork {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 2.75rem;
  margin-top: 0.25rem;
  padding-block: 0.625rem;
  color: #e7eef5;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .footer__chatwork {
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.footer__chatwork svg {
  flex-shrink: 0;
}

.footer__reply {
  font-size: 0.8125rem;
  color: #e7eef5;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .footer__reply {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }
}

.footer__bottom {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    margin-top: 6rem;
  }
}

.footer__brand-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .footer__brand-row {
    flex-wrap: nowrap;
    gap: 2rem;
  }
}

.footer__brand {
  gap: 0.875rem;
  flex-shrink: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .footer__brand {
    font-size: 1.375rem;
  }
}

.footer__brand .brand__mark {
  width: 3.125rem;
  height: 1.875rem;
}
@media (min-width: 768px) {
  .footer__brand .brand__mark {
    width: 3.875rem;
    height: 2.25rem;
  }
}

.footer__nav {
  order: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0.25rem 1rem;
}
@media (min-width: 768px) {
  .footer__nav {
    order: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 1rem 1.5rem;
    margin-left: auto;
  }
}

.footer__nav a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  color: #e7eef5;
  font-size: 0.75rem;
  line-height: 1.8;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.35em;
  transition: text-decoration-color 360ms;
}
.footer__nav a:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer__nav a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .footer__nav a {
    font-size: 0.8125rem;
  }
}

.footer__top {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.75rem;
  margin-left: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer__legal-row {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .footer__legal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.25rem;
  }
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .footer__legal {
    gap: 1rem 1.5rem;
  }
}

.footer__legal a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  font-size: 0.625rem;
  color: #c4d5e3;
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.35em;
  transition: text-decoration-color 360ms;
}
.footer__legal a:focus-visible {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .footer__legal a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .footer__legal a {
    font-size: 0.6875rem;
  }
}

.footer__legal-row small {
  display: block;
  margin-top: 1.25rem;
  font-family: "Inter", sans-serif;
  font-size: 0.625rem;
  color: #c4d5e3;
}
@media (min-width: 768px) {
  .footer__legal-row small {
    margin-top: 0;
    font-size: 0.6875rem;
  }
}

.footer :is(a, button):focus-visible {
  outline-color: white;
}

@media (any-hover: hover) {
  .footer__email:hover,
  .footer__chatwork:hover span {
    text-decoration: underline;
    text-underline-offset: 0.3125rem;
  }
}
.sticky-contact {
  position: fixed;
  z-index: 30;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: auto;
  max-width: none;
  min-height: 2.875rem;
  padding-left: 1.125rem;
  padding-right: 0.375rem;
  gap: 1.125rem;
  font-size: 0.75rem;
  box-shadow: 0 0.3125rem 1.125rem rgba(23, 74, 112, 0.15);
}
.sticky-contact::before {
  width: 4rem;
  height: 4.375rem;
  top: calc(50% - 2.1875rem);
}
@media (min-width: 768px) {
  .sticky-contact {
    right: 1.5rem;
    bottom: 1.5rem;
    min-height: 3rem;
    font-size: 0.8125rem;
  }
}

.sticky-contact .button__icon {
  width: 1.875rem;
  height: 1.875rem;
  flex-basis: 1.875rem;
}

.sticky-contact .button__icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.sticky-contact[hidden] {
  display: none;
}

.sticky-contact[inert] {
  pointer-events: none;
}

@media (any-hover: hover) {
  .sticky-contact:hover::before {
    width: 4.25rem;
  }
}