@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

html {
  font-size: min(3.6363636364vw, 16px);
}
@media (min-width: 992px) {
  html {
    font-size: min(1vw, 16px);
  }
}

:where(:root, body) {
  overflow-x: clip;
}

body {
  color: #001736;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-optical-sizing: auto;
  background-color: #ecedef;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
[id] {
  scroll-margin-top: 4.5rem;
}
@media (min-width: 992px) {
  [id] {
    scroll-margin-top: 6rem;
  }
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 0.125rem solid #001736;
  outline-offset: 0.125rem;
}

.skip-link {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000;
  padding: 0.5rem 1rem;
  background-color: #001736;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(calc(-100% - 1rem));
}
.skip-link:focus {
  transform: translateY(0);
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

button {
  font: inherit;
  cursor: pointer;
}

.l-container {
  width: min(100% - 3rem, 90rem);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .l-container {
    width: min(100% - 10rem, 90rem);
  }
}

.container--md {
  width: min(100% - 3rem, 90rem);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .container--md {
    width: min(100% - 10rem, 90rem);
  }
}
.container--md {
  max-width: 50rem;
}

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

.br-pc {
  display: none;
}
@media (min-width: 992px) {
  .br-pc {
    display: inline;
  }
}

.u-visually-hidden, .u-visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .header {
    background-color: transparent;
  }
}
.header[data-status=scrolled] {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 1rem rgba(0, 23, 54, 0.08);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  height: 6rem;
  transition: height 0.3s ease;
}
@media (max-width: 991px) {
  .header__inner {
    gap: 1rem;
    height: 4rem;
  }
}
@media (min-width: 992px) {
  .header[data-status=scrolled] .header__inner {
    height: 4.5rem;
  }
}

.header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
}

.header__tools {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header__tools {
    margin-left: auto;
  }
}

.header__logo-h1 {
  display: flex;
  line-height: 0;
}

.header__logo {
  display: block;
  width: 13rem;
}
@media (max-width: 991px) {
  .header__logo {
    width: 10rem;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  color: #001736;
}

.header__lang-item {
  padding-block: 0.5rem;
  line-height: 1;
}
.header__lang-item.is-active {
  border-bottom: 1px solid #001736;
}

.header__lang-sep {
  width: 1px;
  height: 1.1875rem;
  background-color: rgba(0, 23, 54, 0.4);
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header__nav {
    position: fixed;
    inset: 4rem 0 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 0 1.5rem 3rem;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .header[data-menu=open] .header__nav {
    transform: translateX(0);
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}
@media (max-width: 991px) {
  .header__nav-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
}

@media (min-width: 992px) {
  .header__nav-item--home {
    display: none;
  }
}

.header__nav-link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25;
  color: #001736;
  transition: color 0.2s ease;
}
.header__nav-link:hover {
  color: #b6a369;
}
.header__nav-link.is-active {
  color: #b6a369;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header__nav-link {
    display: block;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #dcdfe4;
    font-size: 1.0625rem;
  }
}

.header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2.5rem;
  border-radius: 0.125rem;
  background-color: #001736;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
}
.header__contact:hover {
  background-color: #b6a369;
}
.header__contact.is-active {
  background-color: #b6a369;
}
@media (max-width: 991px) {
  .header__contact {
    width: 100%;
    height: 3.25rem;
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.header__toggle {
  display: none;
}
@media (max-width: 991px) {
  .header__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3125rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: none;
    border: 0;
    z-index: 110;
  }
}

.header__toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #001736;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header[data-menu=open] .header__toggle-bar:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.header[data-menu=open] .header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.header[data-menu=open] .header__toggle-bar:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background-image: url("/images/bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(170vw, 1200px) auto;
}
@media (min-width: 992px) {
  .hero {
    background-size: min(170vw, 2400px) auto;
    background-position: center center;
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 50rem;
}
@media (max-width: 991px) {
  .hero__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: auto;
    padding-block: 3rem 3rem;
    gap: 2.5rem;
  }
}

.hero__text {
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .hero__text {
    order: 2;
    padding-left: 0;
  }
}

.hero__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.25;
  color: #001736;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 2rem;
  }
}

.hero__subtitle {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: rgba(0, 23, 54, 0.75);
}
@media (max-width: 991px) {
  .hero__subtitle {
    font-size: 1.1875rem;
  }
}

.hero__lead {
  margin-top: 2.5rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #001736;
  font-feature-settings: "palt";
}
@media (max-width: 991px) {
  .hero__lead {
    margin-top: 1.75rem;
    font-size: 1.0625rem;
  }
}

.hero__photo {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 39.5rem;
  transform: translateY(-50%);
}
.hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .hero__photo {
    position: static;
    transform: none;
    width: min(23.75rem, 80%);
    margin-inline: auto;
    order: 1;
  }
}

.hero--en .hero__title {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.02em;
}
.hero--en .hero__lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: 400;
}

.c-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.c-heading--center {
  align-items: center;
  text-align: center;
}

.c-heading__ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 2rem;
}

.c-heading--lg .c-heading__ja {
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .c-heading--lg .c-heading__ja {
    font-size: 1.75rem;
  }
}

.c-heading__en {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
}

.c-heading__dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #b6a369;
}

.c-heading--navy .c-heading__ja,
.c-heading--navy .c-heading__en {
  color: #001736;
}

.c-heading--white .c-heading__ja,
.c-heading--white .c-heading__en {
  color: #ffffff;
}

.c-arrow {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/arrow.svg") center/contain no-repeat;
  transform: rotate(-90deg);
}

.c-arrow--white {
  background-image: url("/images/arrow-white.svg");
}

.info {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .info {
    padding-bottom: 40px;
  }
}

.info__inner {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
}
@media (max-width: 991px) {
  .info__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.info__panel {
  flex: 1 0 0;
  min-width: 0;
  display: grid;
  gap: 1.5rem;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .info__panel {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "head more" "list list";
  }
}
@media (max-width: 991px) {
  .info__panel {
    padding: 1.75rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .info__head {
    grid-area: head;
  }
}

.info__more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 8rem;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  background-color: #08132a;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .info__more {
    grid-area: more;
    align-self: flex-end;
  }
}
@media (max-width: 991px) {
  .info__more {
    margin-inline: auto;
  }
}
.info__more:hover {
  opacity: 0.85;
}

.info__more-arrow {
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/arrow-white.svg") center/contain no-repeat;
  transform: rotate(-90deg);
}

.info__list {
  list-style: none;
  border-top: 1px solid #bbbbbb;
}
@media (min-width: 992px) {
  .info__list {
    grid-area: list;
  }
}

.info__arrow {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/arrow.svg") center/contain no-repeat;
  transform: rotate(-90deg);
}

.news-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #bbbbbb;
  transition: opacity 0.2s ease;
}
.news-item:hover {
  opacity: 0.7;
}

.news-item__main {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.news-item__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-item__date {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #001736;
}

.news-item__cat {
  padding-inline: 0.5rem;
  background-color: #001736;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}

.news-item__title {
  font-size: 1rem;
  line-height: 1.75;
  color: #001736;
}

.seminar-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #bbbbbb;
  transition: opacity 0.2s ease;
}
.seminar-item:hover {
  opacity: 0.7;
}

.seminar-item__thumb {
  flex-shrink: 0;
  width: 12.5rem;
  background-color: #d9d9d9;
  overflow: hidden;
}
.seminar-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 12.5rem;
  object-fit: contain;
}
@media (max-width: 991px) {
  .seminar-item__thumb {
    width: 7.5rem;
  }
  .seminar-item__thumb img {
    max-height: 9.375rem;
  }
}

@media (max-width: 991px) {
  .cms-list--seminar .seminar-item {
    flex-direction: column;
    gap: 1rem;
  }
}
.cms-list--seminar .seminar-item__thumb {
  width: 18.75rem;
}
.cms-list--seminar .seminar-item__thumb img {
  max-height: 17.5rem;
}
@media (min-width: 992px) {
  .cms-list--seminar .seminar-item__thumb {
    width: 21.25rem;
  }
}
@media (max-width: 991px) {
  .cms-list--seminar .seminar-item__thumb {
    width: 100%;
  }
  .cms-list--seminar .seminar-item__thumb img {
    max-height: 22.5rem;
  }
}
@media (max-width: 991px) {
  .cms-list--seminar .seminar-item__arrow,
  .cms-list--seminar .c-arrow {
    align-self: flex-end;
  }
}

.seminar-item__main {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.seminar-item__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #001736;
}

.seminar-item__date {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #001736;
}

.service {
  padding-block: 7.5rem 10rem;
  background-image: url("/images/bg-service.jpg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 80px 550px;
}
@media (max-width: 991px) {
  .service {
    padding-block: 4rem 4.5rem;
  }
}

.service__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.service__head {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
}
@media (max-width: 991px) {
  .service__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

.service__catch {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #001736;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .service__catch {
    font-size: 1.1875rem;
    width: 100%;
  }
}

.service__rule {
  flex: 1 0 0;
  min-width: 2.5rem;
  height: 1px;
  background-color: rgba(0, 23, 54, 0.3);
}

.service__group {
  display: flex;
  gap: 5rem;
}
@media (max-width: 991px) {
  .service__group {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.service__group-head {
  flex-shrink: 0;
  width: 20rem;
  border-right: 1px solid #001736;
}
@media (max-width: 991px) {
  .service__group-head {
    width: auto;
    border-right: 0;
    border-left: 0.1875rem solid #001736;
    padding-left: 0.75rem;
  }
}

.service__group-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  color: #001736;
}

.service__cards {
  flex: 1 0 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
}
@media (max-width: 991px) {
  .service__cards {
    grid-template-columns: 1fr;
  }
}

.svc-card {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ffffff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.svc-card:hover {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .svc-card {
    padding: 1.25rem 1rem 1.25rem 1.5rem;
  }
}

.svc-card__main {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.svc-card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.svc-card__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/icon-check.svg") center/contain no-repeat;
}

.svc-card__label {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #001736;
}

.svc-card__cat {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #001736;
}
@media (max-width: 991px) {
  .svc-card__cat {
    font-size: 1.25rem;
  }
}

.smodel {
  padding-block: 10rem;
}
@media (max-width: 991px) {
  .smodel {
    padding-block: 4rem;
  }
}

.smodel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .smodel__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 3rem;
  }
}

.smodel__body {
  flex-shrink: 0;
  width: 35.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media (max-width: 991px) {
  .smodel__body {
    width: 100%;
    gap: 2rem;
  }
}

.smodel__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .smodel__content {
    padding-left: 0;
    gap: 1.75rem;
  }
}

.smodel__lead {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #001736;
}

.smodel__text {
  font-size: 1rem;
  color: #001736;
  font-feature-settings: "palt";
}
.smodel__text p {
  line-height: 2.25;
}
.smodel__text p + p {
  margin-top: 1.125rem;
}
@media (max-width: 991px) {
  .smodel__text p {
    line-height: 2;
  }
  .smodel__text br {
    display: none;
  }
}

.smodel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 10rem;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  background-color: #08132a;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.smodel__btn:hover {
  opacity: 0.85;
}

.smodel__illust {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  max-width: 45rem;
}
.smodel__illust img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .smodel__illust {
    position: relative;
  }
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 6rem 7.5rem;
}
@media (max-width: 991px) {
  .contact {
    padding: 3.5rem 1.5rem;
  }
}

.contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__overlay {
  position: absolute;
  inset: 0;
  background-color: #344c6d;
  mix-blend-mode: multiply;
}

.contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
}

.contact__title-ja {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (max-width: 991px) {
  .contact__title-ja {
    font-size: 1.75rem;
  }
}

.contact__title-en {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.contact__desc {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .contact__desc {
    font-size: 0.9375rem;
  }
}

.contact__panel {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5rem 3rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .contact__panel {
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem 1.5rem;
  }
}

.contact__col {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .contact__col {
    width: 100%;
  }
}

.contact__col--mail {
  gap: 1rem;
  border-left: 1px dashed #001736;
}
@media (max-width: 991px) {
  .contact__col--mail {
    border-left: 0;
    border-top: 1px dashed #001736;
    padding-top: 2.5rem;
  }
}

.contact__col-label {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #001736;
}

.contact__tel {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}

.contact__tel-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/icon-tel.svg") center/contain no-repeat;
}

.contact__tel-num {
  font-family: "Jost", sans-serif;
  font-size: 2.5625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #001736;
  border-bottom: 1px solid #001736;
}
@media (max-width: 991px) {
  .contact__tel-num {
    font-size: 2rem;
  }
}

.contact__mailbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 20rem;
  max-width: 100%;
  height: 4rem;
  background-color: #b6a369;
  color: #ffffff;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}
.contact__mailbtn:hover {
  opacity: 0.88;
}

.contact__mailbtn-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/icon-mail.svg") center/contain no-repeat;
}

.footer {
  background-color: #001736;
  padding-block: 7.5rem 4rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer {
    padding-block: 4rem 3rem;
  }
}

.footer__inner {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}
@media (max-width: 991px) {
  .footer__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
}

.footer__main {
  flex-shrink: 0;
  width: 30rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .footer__main {
    width: 100%;
  }
}

.footer__logo {
  display: block;
  width: 14.875rem;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.footer__tel-icon {
  width: 1.125rem;
  height: 1.125rem;
  background: url("/images/icon-tel-sm.svg") center/contain no-repeat;
}

.footer__addr {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.footer__addr-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__company {
  font-size: 1rem;
  line-height: 1.5;
}

.footer__address {
  font-size: 0.8125rem;
  line-height: 2;
}

.footer__map {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease;
}
.footer__map:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.footer__map-icon {
  width: 0.75rem;
  height: 0.75rem;
  background: url("/images/icon-pin.svg") center/contain no-repeat;
}

.footer__nav {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}

.footer__nav-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer__links {
  display: flex;
  gap: 2.5rem;
}

.footer__links-col {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}
.footer__links-col a {
  font-size: 0.8125rem;
  line-height: 1.5;
  transition: opacity 0.2s ease;
}
.footer__links-col a:hover {
  opacity: 0.65;
}

.footer__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease;
}
.footer__note:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer__note img {
  width: 7rem;
  height: auto;
}

.footer__bottom {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cccccc;
}
@media (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}

.footer__privacy {
  font-size: 0.8125rem;
  line-height: 1.5;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}
.footer__privacy:hover {
  opacity: 1;
}

.footer__copy {
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  opacity: 0.5;
  text-align: right;
}

.top-main {
  background-color: #ecedef;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background-color: #f4f5f7;
}
.page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding-block: 1.5rem 4.5rem;
  min-height: 17.5rem;
}
@media (max-width: 991px) {
  .page-hero__inner {
    align-items: flex-start;
    padding-block: 1rem 3rem;
    min-height: 10rem;
  }
}

.page-hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 0.5em;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-hero__title {
    align-items: flex-start;
  }
}

.page-hero__ja {
  font-weight: 200;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  color: #001736;
  margin: 0;
}
@media (max-width: 991px) {
  .page-hero__ja {
    font-size: 1.875rem;
  }
}

.page-hero__cat {
  padding: 0.25rem 0.75rem;
  background-color: #001736;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
}

.page-hero__en {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #b6a369;
}

.page-hero__dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #b6a369;
}

.breadcrumb {
  align-self: flex-start;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  color: rgba(0, 23, 54, 0.6);
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "›";
  color: rgba(0, 23, 54, 0.4);
}
.breadcrumb__item a:hover {
  color: #b6a369;
}
.breadcrumb__item [aria-current=page] {
  color: #001736;
}

.section {
  padding-block: 7.5rem;
}
@media (max-width: 991px) {
  .section {
    padding-block: 4rem;
  }
}

.section--light {
  background-color: #f4f5f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}

.section--back {
  padding-block: 2.5rem;
}
@media (max-width: 991px) {
  .section--back {
    padding-block: 1.5rem;
  }
}
.section--back .article__back {
  margin-top: 0;
}

.section__head {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section__head {
    margin-bottom: 2rem;
  }
}

.about-message {
  display: flex;
  gap: 3.5rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about-message {
    flex-direction: column;
    gap: 1.75rem;
  }
}

.about-message__media {
  flex-shrink: 0;
  width: 22.5rem;
}
@media (max-width: 991px) {
  .about-message__media {
    width: 100%;
    max-width: 20rem;
    margin-inline: auto;
  }
}

.about-message__text {
  flex: 1 0 0;
  min-width: 0;
}

.book {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .book {
    flex-direction: column;
    gap: 1.75rem;
  }
}

.book__cover {
  flex-shrink: 0;
  width: 16.25rem;
}
@media (max-width: 991px) {
  .book__cover {
    width: 12.5rem;
    margin-inline: auto;
  }
}

.book__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.book__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #001736;
}
@media (max-width: 991px) {
  .book__title {
    font-size: 1.375rem;
  }
}

.book__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin: 0.5rem 0;
}
.book__meta div {
  display: flex;
  gap: 1rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid #dcdfe4;
  font-size: 0.875rem;
}
.book__meta dt {
  flex-shrink: 0;
  width: 5rem;
  font-weight: 500;
  color: #001736;
}
.book__meta dd {
  color: rgba(0, 23, 54, 0.85);
}

.profile {
  margin-top: 3rem;
  padding: 2.5rem;
  background-color: #f4f5f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  border-top: 0.1875rem solid #b6a369;
}
@media (max-width: 991px) {
  .profile {
    margin-top: 2rem;
    padding: 1.75rem 1.25rem;
  }
}

.profile__title {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.375rem;
}

.profile__en {
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #b6a369;
}

.profile__ja {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #001736;
}

.profile__note {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(0, 23, 54, 0.7);
}

.profile__list {
  display: flex;
  flex-direction: column;
}

.profile__item {
  display: flex;
  gap: 1.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 23, 54, 0.12);
}
.profile__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .profile__item {
    flex-direction: column;
    gap: 0.25rem;
  }
}

.profile__role {
  flex-shrink: 0;
  width: 9.375rem;
  font-weight: 500;
  color: #001736;
}

.profile__text {
  flex: 1;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(0, 23, 54, 0.85);
}

.timeline {
  display: flex;
  flex-direction: column;
}

.timeline__item {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1.75rem;
}
.timeline__item::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.6875rem;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 23, 54, 0.18);
}
.timeline__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #b6a369;
}
.timeline__item:last-child {
  padding-bottom: 0;
}
.timeline__item:last-child::before {
  display: none;
}

.timeline__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 0.125rem;
}

.timeline__role {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #001736;
}

.timeline__period {
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #b6a369;
}

.timeline__org {
  margin-bottom: 0.375rem;
  font-size: 0.8125rem;
  color: rgba(0, 23, 54, 0.6);
}

.timeline__text {
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(0, 23, 54, 0.85);
}

.note-banner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #dcdfe4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.note-banner:hover {
  border-color: #b6a369;
  box-shadow: 0 0.25rem 1rem rgba(0, 23, 54, 0.06);
}
@media (max-width: 991px) {
  .note-banner {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem;
  }
}

.note-banner__logo {
  flex-shrink: 0;
}
.note-banner__logo img {
  display: block;
  width: 5.5rem;
  height: auto;
}

.note-banner__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 991px) {
  .note-banner__body {
    flex-basis: 100%;
  }
}

.note-banner__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #001736;
}

.note-banner__text {
  font-size: 0.8125rem;
  line-height: 1.75;
  color: rgba(0, 23, 54, 0.75);
}

.access {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

.access__addr {
  font-size: 1.0625rem;
  line-height: 1.9;
  color: #001736;
}

.access__routes-title {
  margin-bottom: 0.625rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #001736;
}

.access__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  list-style: none;
}

.access__item {
  position: relative;
  padding-left: 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: rgba(0, 23, 54, 0.9);
}
.access__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #b6a369;
}

.access__map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid #dcdfe4;
  background-color: #e3e6ea;
  overflow: hidden;
}
.access__map iframe {
  position: absolute;
  top: -25rem;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 50rem);
  border: 0;
}
@media (max-width: 991px) {
  .access__map {
    aspect-ratio: 4/3;
  }
}

.access__link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #001736;
  font-size: 0.875rem;
  color: #001736;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.access__link:hover {
  background-color: #001736;
  color: #ffffff;
}

.lead {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #001736;
  font-feature-settings: "palt";
}
@media (max-width: 991px) {
  .lead {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.lead--center {
  text-align: center;
}

.prose {
  font-size: 1rem;
  line-height: 2.15;
  color: #001736;
  font-feature-settings: "palt";
}
.prose p + p {
  margin-top: 1.5rem;
}
.prose strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  .prose {
    line-height: 2;
  }
}

.prose--lg {
  font-size: 1.0625rem;
}

.subhead {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 1.5rem;
}

.subhead__en {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: #b6a369;
}

.subhead__ja {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #001736;
}
@media (max-width: 991px) {
  .subhead__ja {
    font-size: 1.375rem;
  }
}

.barhead {
  position: relative;
  padding-left: 1.25rem;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #001736;
  margin-bottom: 1.25rem;
}
.barhead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  bottom: 0.375rem;
  width: 0.25rem;
  background-color: #b6a369;
}
@media (max-width: 991px) {
  .barhead {
    font-size: 1.25rem;
  }
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.stack--lg {
  gap: 4.5rem;
}
@media (max-width: 991px) {
  .stack--lg {
    gap: 3rem;
  }
}

.measure {
  max-width: 55rem;
  margin-inline: auto;
}

.u-center-pc {
  text-align: center;
}

@media (max-width: 991px) {
  .lead--center,
  .u-center-pc {
    text-align: left;
  }
  .c-heading--center {
    align-items: flex-start;
    text-align: left;
  }
}
.figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e6ea;
  color: rgba(0, 23, 54, 0.5);
  font-size: 0.8125rem;
  overflow: hidden;
}
.figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.figure--portrait {
  aspect-ratio: 4/5;
}
@media (max-width: 991px) {
  .figure--portrait {
    width: min(15rem, 72vw);
    margin-inline: auto;
  }
}

.figure--wide {
  aspect-ratio: 16/9;
}

.figure__cap {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: rgba(0, 23, 54, 0.6);
  line-height: 1.6;
}

.layers {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.layers__row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(90deg, #001736 0%, #0a2548 100%);
  color: #ffffff;
  border-left: 0.25rem solid #b6a369;
}
@media (max-width: 991px) {
  .layers__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1.25rem;
  }
}

.layers__label {
  flex-shrink: 0;
  width: 10rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}

.layers__no {
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  color: #b6a369;
}

.layers__name {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
}

.layers__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.cardgrid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 3), 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cardgrid {
    grid-template-columns: 1fr;
  }
}

.cardgrid--auto {
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}
@media (max-width: 991px) {
  .cardgrid--auto {
    grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
  }
}

.cardgrid--3-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .cardgrid--3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cardgrid--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .cardgrid--2 {
    grid-template-columns: 1fr;
  }
}

.cardgrid--lg {
  gap: 2rem;
}
.cardgrid--lg .cardgrid__item {
  gap: 1rem;
  padding: 3rem 2.5rem;
}
@media (max-width: 991px) {
  .cardgrid--lg .cardgrid__item {
    padding: 2rem 1.5rem;
  }
}
.cardgrid--lg .cardgrid__no {
  font-size: 1.125rem;
}
.cardgrid--lg .cardgrid__title {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cardgrid--lg .cardgrid__title {
    font-size: 1.25rem;
  }
}
.cardgrid--lg .cardgrid__text {
  font-size: 1rem;
  line-height: 1.85;
}

.cardgrid__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 2rem 1.75rem;
  background-color: #ffffff;
  border: 1px solid #dcdfe4;
  border-top: 0.1875rem solid #b6a369;
}

.cardgrid__no {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #b6a369;
}

.cardgrid__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #001736;
}

.cardgrid__text {
  font-size: 0.875rem;
  line-height: 1.9;
  color: rgba(0, 23, 54, 0.85);
}

.flow {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}
@media (max-width: 991px) {
  .flow {
    flex-direction: column;
  }
}

.flow__step {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 1.75rem 1rem;
  background: linear-gradient(160deg, #f3f5f7, #ffffff);
  border: 1px solid #dcdfe4;
  border-radius: 0.25rem;
  text-align: center;
}

.flow__en {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #b6a369;
}

.flow__ja {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #001736;
}

.flow__arrow {
  display: flex;
  align-items: center;
  color: rgba(0, 23, 54, 0.4);
  font-size: 1.375rem;
}
@media (max-width: 991px) {
  .flow__arrow {
    justify-content: center;
    transform: rotate(90deg);
  }
}

.models {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.models__item {
  display: flex;
  gap: 1.75rem;
  padding: 2rem 2.5rem;
  background-color: #ffffff;
  border: 1px solid #dcdfe4;
}
@media (max-width: 991px) {
  .models__item {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
  }
}

.models__no {
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #b6a369;
}
@media (max-width: 991px) {
  .models__no {
    font-size: 1.875rem;
  }
}

.models__body {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.models__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #001736;
}
@media (max-width: 991px) {
  .models__title {
    font-size: 1.1875rem;
  }
}

.models__text {
  font-size: 0.9375rem;
  line-height: 1.95;
  color: rgba(0, 23, 54, 0.85);
}

.relation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .relation {
    grid-template-columns: 1fr;
  }
}

.relation__box {
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #dcdfe4;
  text-align: center;
}

.relation__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: #001736;
  margin-bottom: 0.75rem;
}

.relation__text {
  font-size: 0.875rem;
  line-height: 1.85;
  color: rgba(0, 23, 54, 0.85);
}

.relation__mid {
  font-size: 1.75rem;
  color: #b6a369;
  text-align: center;
}
@media (max-width: 991px) {
  .relation__mid {
    transform: rotate(90deg);
  }
}

.spec {
  width: 100%;
  border-top: 1px solid #dcdfe4;
}

.spec__row {
  display: flex;
  gap: 2rem;
  padding: 1.25rem 0.5rem;
  border-bottom: 1px solid #dcdfe4;
}
@media (max-width: 991px) {
  .spec__row {
    flex-direction: column;
    gap: 0.375rem;
    padding: 1rem 0.25rem;
  }
}

.spec__key {
  flex-shrink: 0;
  width: 11.25rem;
  font-weight: 500;
  color: #001736;
}

.spec__val {
  flex: 1 0 0;
  line-height: 1.8;
  color: rgba(0, 23, 54, 0.9);
}

.equation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 3rem 2rem;
  background: linear-gradient(160deg, #f3f5f7, #ffffff);
  border: 1px solid #dcdfe4;
  text-align: center;
}

.equation__term {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.equation__en {
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  color: #001736;
}

.equation__ja {
  font-size: 0.875rem;
  color: rgba(0, 23, 54, 0.7);
}

.equation__op {
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  color: #b6a369;
}

.equation__term--result .equation__en {
  font-size: 2.375rem;
  color: #b6a369;
}

.cms-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.cms-tab {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border: 1px solid #dcdfe4;
  border-radius: 62.4375rem;
  font-size: 0.875rem;
  color: #001736;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.cms-tab:hover {
  border-color: #b6a369;
  color: #b6a369;
}
.cms-tab.is-active {
  background-color: #001736;
  border-color: #001736;
  color: #ffffff;
}

.cms-list {
  list-style: none;
  border-top: 1px solid #dcdfe4;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  margin-top: 3rem;
}

.pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding-inline: 0.5rem;
  border: 1px solid #dcdfe4;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  color: #001736;
}
.pager__item.is-active {
  background-color: #001736;
  border-color: #001736;
  color: #ffffff;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cat-grid {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
}

.cat-card {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 2rem;
  background-color: #ffffff;
  border: 1px solid #dcdfe4;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.cat-card:hover {
  border-color: #b6a369;
}

.service-categories {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.service-category {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-category__head {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid #dcdfe4;
  padding-top: 1.5rem;
}
@media (max-width: 991px) {
  .service-category__head {
    padding-top: 1rem;
    gap: 1rem;
  }
}
.service-category__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 1px;
  transform: translateY(-1px);
  background-color: #b6a369;
}

.service-category__intro {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .service-category__intro {
    gap: 1rem;
  }
}

.service-category__intro-body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.service-category__title {
  font-size: 1.75rem;
  line-height: 1.5;
  color: #001736;
  font-weight: 300;
}
@media (max-width: 991px) {
  .service-category__title {
    font-size: 1.5rem;
  }
}

.service-category__no {
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  font-weight: 400;
  color: #b6a369;
  line-height: 1;
}
@media (max-width: 991px) {
  .service-category__no {
    font-size: 3rem;
  }
}

.service-category__label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(0, 23, 54, 0.85);
}
@media (min-width: 992px) {
  .service-category__label {
    font-size: 0.9375rem;
  }
}

.service-category__icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: url("/images/icon-check.svg") center/contain no-repeat;
}

.service-category__desc {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: rgba(0, 23, 54, 0.85);
}
@media (min-width: 992px) {
  .service-category__desc {
    font-size: 1rem;
  }
}

.cat-card__no {
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  color: #b6a369;
  line-height: 1;
}

.cat-card__body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cat-card__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.1875rem;
  color: #001736;
}

.cat-card__sub {
  font-size: 0.8125rem;
  color: rgba(0, 23, 54, 0.7);
}

.formframe {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-table tbody {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-table__row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .form-table__row {
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
  }
}

.form-table__head,
.form-table__content {
  display: block;
  padding: 0;
  border: 0;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}

.form-table__head {
  flex-shrink: 0;
  width: auto;
  font-weight: 500;
  color: #001736;
}
@media (min-width: 992px) {
  .form-table__head {
    width: 13.75rem;
  }
}
.form-table__head label {
  font-weight: 500;
}

.form-table__content {
  flex: 1 0 0;
  min-width: 0;
}

.formrow__req {
  margin-left: 0.5rem;
  padding: 0.0625rem 0.5rem;
  background-color: #b6a369;
  color: #ffffff;
  font-size: 0.6875rem;
  border-radius: 0.125rem;
  vertical-align: middle;
}

.formrow__input,
.formrow__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #dcdfe4;
  border-radius: 0.25rem;
  font: inherit;
  font-size: 1rem;
  color: #001736;
  background-color: #fafbfc;
}
.formrow__input:focus,
.formrow__textarea:focus {
  outline: 0.125rem solid rgba(182, 163, 105, 0.5);
  outline-offset: 0.0625rem;
}

.formrow__textarea {
  min-height: 10rem;
  resize: vertical;
}

.formframe__submit {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 17.5rem;
  height: 4rem;
  margin-top: 1rem;
  background-color: #001736;
  color: #ffffff;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.formframe__submit:hover {
  background-color: #b6a369;
}

.contact-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2rem;
  background-color: #f4f5f7;
  border: 1px solid #dcdfe4;
}

.contact-tel__label {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #001736;
}

.contact-tel__num {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  color: #001736;
}

.contact-consent {
  text-align: center;
  font-size: 0.875rem;
  color: #001736;
}
.contact-consent a {
  color: #b6a369;
  text-decoration: underline;
}
.contact-consent input {
  margin-right: 0.5rem;
}

.en-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .en-bar {
    background-color: transparent;
  }
}
.en-bar[data-status=scrolled] {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 1rem rgba(0, 23, 54, 0.08);
}

.en-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
}
@media (max-width: 991px) {
  .en-bar__inner {
    height: 4rem;
  }
}

.en-bar__logo {
  display: block;
  width: 13rem;
}
@media (max-width: 991px) {
  .en-bar__logo {
    width: 10rem;
  }
}
.en-bar__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.en-bar__lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  color: #001736;
}

.en-bar__lang-item {
  padding-block: 0.5rem;
  line-height: 1;
}
.en-bar__lang-item.is-active {
  border-bottom: 1px solid #001736;
}

.en-bar__lang-sep {
  width: 1px;
  height: 1.1875rem;
  background-color: rgba(0, 23, 54, 0.4);
}

.en-foot {
  background-color: #001736;
  padding-block: 2.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Jost", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

.motif {
  width: 100%;
}
.motif svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.m-line {
  stroke: #001736;
  stroke-opacity: 0.34;
  stroke-width: 1.2;
  fill: none;
}

.m-faint {
  stroke-opacity: 0.14;
}

.m-gold {
  stroke: #b6a369;
  stroke-opacity: 0.75;
  stroke-width: 1.3;
}

.m-gold-fill {
  fill: #b6a369;
  stroke: none;
}

.m-navy-fill {
  fill: #001736;
  fill-opacity: 0.5;
  stroke: none;
}

.m-navy-ring {
  fill: #ffffff;
  stroke: #001736;
  stroke-opacity: 0.45;
  stroke-width: 1.2;
}

.motif--center {
  max-width: 18.75rem;
  margin: 0 auto 2.5rem;
}
@media (max-width: 991px) {
  .motif--center {
    max-width: 12.5rem;
    margin-bottom: 1.75rem;
  }
}

.feature {
  display: grid;
  grid-template-columns: 1fr minmax(18.75rem, 25rem);
  align-items: center;
  gap: 4rem;
}
@media (max-width: 991px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.feature--rev .feature__media {
  order: -1;
}
@media (max-width: 991px) {
  .feature--rev .feature__media {
    order: 0;
  }
}

@media (max-width: 991px) {
  .feature__media {
    max-width: 17.5rem;
    margin-inline: auto;
  }
}

.section {
  position: relative;
}

.section--deco {
  overflow: hidden;
}

.section__motif {
  position: absolute;
  z-index: 0;
  width: 22.5rem;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section__motif {
    width: 13.75rem;
    opacity: 0.35;
  }
}

.section__motif--tr {
  top: -2.5rem;
  right: -3.75rem;
}

.section__motif--bl {
  bottom: -3.125rem;
  left: -4.375rem;
}

.section > .l-container {
  position: relative;
  z-index: 1;
}

.article {
  padding-block: 4rem 6rem;
  background-color: #f4f5f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  .article {
    padding-block: 2.5rem 4rem;
  }
}
.article > .l-container > .breadcrumb {
  margin-bottom: 1.5rem;
}

.article__box {
  padding: 3rem 2.5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .article__box {
    padding: 1.75rem 1.25rem;
  }
}

.article__head {
  margin-bottom: 2.5rem;
}

.article__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.article__date {
  font-family: "Jost", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: rgba(0, 23, 54, 0.7);
}

.article__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #001736;
}
@media (max-width: 991px) {
  .article__title {
    font-size: 1.5625rem;
  }
}

.article__eyecatch {
  margin-bottom: 2.5rem;
}
.article__eyecatch.figure {
  aspect-ratio: auto;
}
.article__eyecatch.figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 35rem;
  object-fit: contain;
}

.article__lead {
  margin-bottom: 2.5rem;
}

.article__subhead {
  margin-bottom: 1.5rem;
}

.article__body h2 {
  margin-top: 3rem;
}
.article__body h2:first-child {
  margin-top: 0;
}

.article__back {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.article > .l-container + .l-container {
  margin-top: 3rem;
}

.article__back a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 2.5rem;
  border: 1px solid #001736;
  font-size: 0.9375rem;
  color: #001736;
  transition: all 0.2s ease;
}
.article__back a:hover {
  background-color: #001736;
  color: #ffffff;
}

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  list-style: none;
}

.checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 1.125rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #dcdfe4;
  font-size: 1rem;
  line-height: 1.7;
  color: #001736;
}
.checklist__item::before {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1875rem;
  background: url("/images/icon-check.svg") center/contain no-repeat;
}

.checklist--provide .checklist__item::before {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.4375rem;
  background: none;
  background-color: #b6a369;
  border: 0.1875rem solid rgb(223.7376681614, 215.600896861, 190.7623318386);
  border-radius: 50%;
  transform: none;
}

.policy {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-size: 0.9375rem;
  line-height: 2;
  color: #001736;
}
@media (min-width: 992px) {
  .policy {
    font-size: 1rem;
  }
}

.policy__section {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.policy__h {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #001736;
}

.policy ol,
.policy ul {
  margin: 0.375rem 0;
  padding-left: 1.5rem;
}

.policy ol {
  list-style: decimal;
}

.policy ul {
  list-style: disc;
}

.policy li {
  margin-top: 0.375rem;
}
.policy li::marker {
  color: #b6a369;
}

.policy__date {
  margin-top: 1.5rem;
  text-align: right;
  color: rgba(0, 23, 54, 0.7);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 2.5rem;
  background: linear-gradient(160deg, #02214a 0%, #001736 100%);
  text-align: center;
}
@media (max-width: 991px) {
  .cta-band {
    padding: 3rem 1.5rem;
  }
}

.cta-band__title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .cta-band__title {
    font-size: 1.375rem;
  }
}

.cta-band__text {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.cta-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 16.25rem;
  height: 3.75rem;
  background-color: #b6a369;
  color: #ffffff;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  transition: opacity 0.2s ease;
}
.cta-band__btn:hover {
  opacity: 0.88;
}

.cta-band__tel {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Jost", sans-serif;
  font-size: 1.75rem;
  color: #ffffff;
}
.cta-band__tel .contact__tel-icon {
  filter: brightness(0) invert(1);
}

.row-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .row-container {
    flex-direction: row;
    gap: 5rem;
  }
}

.row-container__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .row-container__side {
    width: 25rem;
    flex-shrink: 0;
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .row-container__side--sm {
    width: 16.25rem;
  }
}

@media (min-width: 992px) {
  .row-container__sticky {
    position: sticky;
    top: 7.5rem;
  }
}

.row-container__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .row-container__body {
    flex: 1;
    min-width: 0;
    gap: 3.5rem;
  }
}

.row-container__lead {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #001736;
}
@media (max-width: 991px) {
  .row-container__lead {
    font-size: 1.125rem;
  }
}

.gap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .gap {
    gap: 2.5rem;
  }
}

.gap--sm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gap--lg {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .gap--lg {
    gap: 4rem;
  }
}
/* 電話番号リンク：SP のみタップ可（PC ではリンクを無効化して通常テキスト表示） */
.tel-sp {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .tel-sp {
    pointer-events: none;
    cursor: text;
  }
}
