@charset "UTF-8";
/*!
Theme Name: Blue Asset Partners
Author: Blue Asset Partners
Description: -
Version: 1.0.0
Text Domain: -
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box; /* box-sizingを追加すると便利です */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  display: block;
}

/* ----------------------------------- */
/* --- フォーム要素のリセットCSS --- */
/* ----------------------------------- */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; /* Safari, Chromeなどのベンダープレフィックス */
  -moz-appearance: none; /* Firefox */
  appearance: none;
}

/* buttonとinput[type="button"]などにカーソルをポインターに */
button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

/* iOSでの内側の影を削除 */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
}

/* selectの矢印を非表示にする（基本的なリセット） */
select::-ms-expand {
  /* IE */
  display: none;
}

/* textareaのリサイズを無効化（必要に応じて縦(vertical)や横(horizontal)に設定） */
textarea {
  resize: none;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis {
  scroll-behavior: auto !important;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #4d4444;
  background-color: #fff;
}

a {
  cursor: pointer;
}

main {
  position: relative;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: calc(576px + 1px)) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: calc(768px + 1px)) {
  .under-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .over-tablet-only {
    display: none !important;
  }
}

.inner {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1000px;
}

.inner--large {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1240px;
}

.inner--small {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 728px;
}

.inner--full {
  padding-inline: 0;
  max-width: 100%;
}

.header {
  width: 100%;
  background-color: transparent;
}

.header__inner {
  margin-inline: auto;
  padding-top: clamp(16.6666666667px, 1.3888888889vw, 20px);
  padding-inline: clamp(16.6666666667px, 1.3888888889vw, 20px);
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(16.6666666667px, 1.3888888889vw, 20px);
}

.header__bar {
  padding-right: clamp(5px, 0.4166666667vw, 6px);
  padding-left: clamp(13.3333333333px, 1.1111111111vw, 16px);
  height: clamp(50px, 4.1666666667vw, 60px);
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header__logo {
  width: clamp(55.8333333333px, 4.6527777778vw, 67px);
  height: clamp(30px, 2.5vw, 36px);
  flex-shrink: 0;
  display: block;
}

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

.header__logo-img--sp {
  display: none;
}

.header__nav {
  margin-left: clamp(30.8333333333px, 2.5694444444vw, 37px);
  display: flex;
  align-items: center;
}

.header__nav-list {
  display: flex;
  align-items: center;
}

.header__nav-list--sub {
  gap: clamp(11.6666666667px, 0.9722222222vw, 14px);
}

.header__nav-divider {
  margin-inline: clamp(25px, 2.0833333333vw, 30px);
  width: 1px;
  height: clamp(21.6666666667px, 1.8055555556vw, 26px);
  background-color: #c1cbdd;
}

.header__nav-link {
  padding: clamp(6.6666666667px, 0.5555555556vw, 8px);
  display: block;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(12.5px, 1.0416666667vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #0f367a;
  border-radius: 5px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__nav-link:hover {
  color: #fff;
  background-color: #022563;
}

.header__nav-list--sub .header__nav-link {
  font-size: clamp(11.6666666667px, 0.9722222222vw, 14px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.header__nav-item--purchase .header__nav-link {
  color: #f19808;
}
.header__nav-item--purchase .header__nav-link:hover {
  color: #fff;
  background-color: #f19808;
}

.header__nav-item--management .header__nav-link {
  color: #2389d4;
}
.header__nav-item--management .header__nav-link:hover {
  color: #fff;
  background-color: #2389d4;
}

.header__nav-item--sale .header__nav-link {
  color: #1f9478;
}
.header__nav-item--sale .header__nav-link:hover {
  color: #fff;
  background-color: #1f9478;
}

.header__contact {
  margin-left: clamp(30px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
}

.header__tel {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  color: #0f367a;
}

.header__hours {
  margin-top: clamp(1.6666666667px, 0.1388888889vw, 2px);
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  white-space: nowrap;
  color: #0f367a;
}

.header__cta {
  margin-left: clamp(13.3333333333px, 1.1111111111vw, 16px);
  width: clamp(116.6666666667px, 9.7222222222vw, 140px);
  height: clamp(41.6666666667px, 3.4722222222vw, 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(12.5px, 1.0416666667vw, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #fff;
  background-color: #0f367a;
  border-radius: 5px;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.header__cta:hover {
  background-color: #022563;
}

.header__menu {
  width: clamp(128.3333333333px, 10.6944444444vw, 154px);
  height: clamp(50px, 4.1666666667vw, 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(6.6666666667px, 0.5555555556vw, 8px);
  color: #fff;
  background-color: #0f367a;
  border-radius: 6px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
.header__menu:hover {
  background-color: #022563;
}

.header__menu-text {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(13.3333333333px, 1.1111111111vw, 16px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}

.header__menu-icon {
  position: relative;
  width: clamp(25px, 2.0833333333vw, 30px);
  height: clamp(10px, 0.8333333333vw, 12px);
}

.header__menu-icon::before,
.header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header__menu-icon::before {
  top: 0;
}

.header__menu-icon::after {
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .header__inner {
    padding-top: 18px;
    padding-right: 21px;
    padding-bottom: 18px;
    padding-left: 18px;
    align-items: center;
  }
  .header__bar {
    padding: 0;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .header__logo {
    width: 72px;
    height: 38px;
  }
  .header__logo-img--pc {
    display: none;
  }
  .header__logo-img--sp {
    display: block;
  }
  .header__nav,
  .header__contact,
  .header__cta {
    display: none;
  }
  .header__menu {
    padding: 0;
    width: auto;
    height: auto;
    gap: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .header__menu:hover {
    background-color: transparent;
  }
  .header__menu-text {
    display: none;
  }
  .header__menu-icon {
    width: 30px;
    height: 12px;
  }
}
.service-hero {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
}

.service-hero__main {
  z-index: 0;
  inset: 0;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.service-hero__main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-hero__shape {
  z-index: 1;
  margin-top: -60vh;
  width: calc(100% - 74px);
  height: auto;
}

.service-hero__sub {
  position: relative;
  z-index: 2;
  margin-top: -32%;
  width: 100%;
  height: auto;
}

.service-hero__triangle {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

.service-hero__text {
  position: absolute;
  z-index: 4;
  top: calc(100vh - 80px);
  left: 80px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  color: #fff;
  transform: translateY(-100%);
}

.service-hero__head {
  display: flex;
  flex-direction: column;
}

.service-hero__number {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.service-hero__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.service-hero__copy {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .service-hero__main {
    height: auto;
  }
  .service-hero__shape {
    margin-top: 0;
    width: 100%;
    min-width: 682px;
  }
  .service-hero__sub {
    margin-top: 440px;
  }
  .service-hero__triangle {
    bottom: auto;
    height: 70px;
  }
  .service-hero__text {
    top: 315px;
    left: 31px;
    gap: 8px;
    transform: none;
  }
  .service-hero__number {
    font-size: 18px;
  }
  .service-hero__title {
    font-size: 18px;
  }
  .service-hero__copy {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
  .service-hero__copy br {
    display: none;
  }
}
.sub-page-hero {
  display: flex;
  flex-direction: column;
}

.sub-page-hero__visual {
  width: 100%;
}

.sub-page-hero__image {
  width: 100%;
  height: auto;
}

.sub-page-hero__heading {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .sub-page-hero__heading {
    padding-left: 30px;
  }
}

.sub-page-hero__hgroup {
  display: flex;
  flex-direction: column;
  color: #0f367a;
}

.sub-page-hero__eyebrow {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sub-page-hero__eyebrow {
    font-size: 18px;
  }
}

.sub-page-hero__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sub-page-hero__title {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
}

.service-body {
  position: relative;
  --service-color: #f19808;
}

.service-body--purchase {
  --service-color: #f19808;
}

.service-body--management {
  --service-color: #2389d4;
}

.service-body--sale {
  --service-color: #1f9478;
}

.service-body--about {
  --service-color: #0f367a;
}

.service-body--normal-subpage {
  margin-top: 132px;
}

.service-section {
  position: relative;
  padding-left: 338px;
  padding-right: 80px;
  scroll-margin-top: calc(80px + 24px);
}
@media screen and (max-width: 1200px) {
  .service-section {
    padding-inline: 0;
    padding-block: 56px;
  }
}

.service-section--shade {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .service-section__inner {
    margin-inline: auto;
    padding-inline: 30px;
    max-width: 600px;
  }
}

.service-sidebar {
  position: absolute;
  inset-block: 0;
  left: 80px;
  width: 178px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .service-sidebar {
    display: none;
  }
}

.service-sidebar__inner {
  position: sticky;
  top: calc(80px + 40px);
}

.service-sidebar__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-sidebar__link {
  position: relative;
  padding-left: 15px;
  display: block;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #d1d5de;
  transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.service-sidebar__link::before {
  content: "";
  position: absolute;
  top: calc((1.5em - 7px) / 2);
  left: 0;
  width: 7px;
  height: 7px;
  background-color: currentColor;
  border-radius: 50%;
}
.service-sidebar__link:hover, .service-sidebar__link:focus-visible {
  color: var(--service-color);
}
.service-sidebar__link.is-active {
  color: var(--service-color);
}

.service-section--placeholder .service-section__inner {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.service-section__placeholder-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--service-color);
}

.service-section__placeholder-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-section__placeholder-title {
    font-size: 24px;
  }
}
.service-section__placeholder-title {
  color: #0f367a;
}

.service-section__placeholder-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.sub-page-title {
  padding-top: 150px;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .sub-page-title {
    padding-top: 100px;
    padding-left: 30px;
  }
}

.sub-page-title__hgroup {
  display: flex;
  flex-direction: column;
  color: #0f367a;
}

.sub-page-title__eyebrow {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sub-page-title__eyebrow {
    font-size: 18px;
  }
}

.sub-page-title__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sub-page-title__title {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
}

.form-thanks {
  padding-top: 48px;
  padding-bottom: 200px;
  padding-right: 145px;
}
@media screen and (max-width: 1200px) {
  .form-thanks {
    padding-top: 32px;
    padding-bottom: 120px;
    padding-inline: 30px;
  }
}

.form-thanks__inner {
  max-width: 720px;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .form-thanks__inner {
    margin-left: 0;
  }
}

.form-thanks__message {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .form-thanks__message {
    font-size: 16px;
  }
}
.form-thanks__message {
  color: #0f367a;
}

.form-thanks__body {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.form-thanks__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #4d4444;
}

.form-thanks__actions {
  margin-top: 56px;
}
@media screen and (max-width: 1200px) {
  .form-thanks__actions {
    margin-top: 40px;
  }
}

.section-heading {
  --section-heading-accent: var(--service-color, #f19808);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-heading__label-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.section-heading__dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--section-heading-accent);
}

.section-heading__label {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section-heading__label {
    font-size: 12px;
  }
}
.section-heading__label {
  font-weight: 600;
  color: var(--section-heading-accent);
}

.section-heading__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .section-heading__heading {
    font-size: 24px;
  }
}
.section-heading__heading {
  color: #0f367a;
}

.heading-bar {
  display: flex;
  align-items: center;
  gap: 20px;
}

.heading-bar__bar {
  flex-shrink: 0;
  width: 10px;
  height: 31px;
  background-color: #7dbfe4;
}

.heading-bar__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .heading-bar__heading {
    font-size: 21px;
  }
}
.heading-bar__heading {
  color: #0f367a;
}

.service-section-title {
  display: flex;
  align-items: center;
  gap: 84px;
}
@media screen and (max-width: 768px) {
  .service-section-title {
    padding-inline: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}

.service-section-title__body {
  width: 373px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service-section-title__body {
    width: auto;
  }
}

.service-section-title__line {
  width: 100%;
  height: 1px;
  background-color: #f19808;
}

.service-section-title__keypoint {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-section-title__keypoint {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}
.service-section-title__keypoint {
  font-weight: 600;
  margin-block: 16px;
  white-space: nowrap;
  color: #f19808;
}
@media screen and (max-width: 768px) {
  .service-section-title__keypoint {
    letter-spacing: 0;
  }
}

.service-section-title__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-section-title__heading {
    font-size: 24px;
  }
}
.service-section-title__heading {
  margin-block: 16px;
  white-space: nowrap;
  line-height: 1.2;
  color: #0f367a;
}

.service-section-title__media {
  min-width: 0;
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .service-section-title__media {
    display: flex;
    justify-content: center;
  }
}

.service-section-title__image {
  width: 100%;
  height: auto;
  display: block;
}

.service-image-text {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 992px) {
  .service-image-text {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}

.service-image-text__media {
  flex-shrink: 0;
  width: 480px;
  aspect-ratio: 480/320;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .service-image-text__media {
    margin-block: 14px 26px;
    width: 100%;
    order: 2;
  }
}

.service-image-text__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-image-text__body {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 17px;
}
@media screen and (max-width: 992px) {
  .service-image-text__body {
    display: contents;
  }
}

.service-image-text__head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .service-image-text__head {
    order: 1;
  }
}

.service-image-text__title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.service-image-text__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (max-width: 992px) {
  .service-image-text__icon {
    width: 20px;
    height: 20px;
  }
}

.service-image-text__title-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .service-image-text__title-ja {
    font-size: 22px;
  }
}

.service-image-text__title-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-image-text__title-en {
    font-size: 26px;
  }
}
.service-image-text__title-en {
  font-weight: 600;
  transform: translateY(2px);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .service-image-text__title-en {
    font-size: 26px;
  }
}

.service-image-text__copy {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #0f367a;
}
@media screen and (max-width: 992px) {
  .service-image-text__copy {
    font-size: 21px;
  }
}

.service-image-text__description {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}
@media screen and (max-width: 992px) {
  .service-image-text__description {
    order: 3;
  }
}

.service-image-text__note {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}
@media screen and (max-width: 992px) {
  .service-image-text__note {
    order: 4;
  }
}

.service-image-text--brokerage .service-image-text__title-ja,
.service-image-text--brokerage .service-image-text__title-en {
  color: #f19808;
}

.service-image-text--management .service-image-text__title-ja,
.service-image-text--management .service-image-text__title-en {
  color: #2389d4;
}

.service-image-text--sell .service-image-text__title-ja,
.service-image-text--sell .service-image-text__title-en {
  color: #1f9478;
}

.service-points {
  margin-top: 136px;
  display: flex;
  flex-direction: column;
  gap: 92px;
}

.service-point {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}

.service-point__title {
  flex-shrink: 0;
  width: 372px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-point__label {
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-point__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: block;
}

.service-point__label-text {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-point__label-text {
    font-size: 26px;
  }
}
.service-point__label-text {
  color: var(--service-color);
}

.service-point__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  color: #0f367a;
}

.service-point__divider {
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
  background-color: #c1cbdd;
}

.service-point__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service-point__lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--service-color);
}

.service-point__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 40px;
}

.service-point__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-point__card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 173/115;
  object-fit: cover;
  border-radius: 4px;
}

.service-point__caption {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.works-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  color: #0f367a;
  text-decoration: none;
}

.works-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 360/240;
  border-radius: 4px;
  overflow: hidden;
}

.works-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-card__image--placeholder {
  background-color: #f5f5f5;
}

.works-card__body {
  margin-top: 13px;
}

.works-card__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.works-card__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #0f367a;
}

.works-card__date {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.6;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #0f367a;
}

.works-card__tags {
  margin-top: 11px;
  display: flex;
  gap: 20px;
  list-style: none;
  background: #ebebeb;
  padding: 6px 12px;
}

.works-card__tag {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.works-card__specs {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.works-card__spec-grid {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2px;
}

.works-card__spec {
  display: flex;
  align-items: baseline;
}

.works-card__spec-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  flex-shrink: 0;
  width: 64px;
  color: #0f367a;
}

.works-card__spec-value {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  min-width: 0;
  color: #0f367a;
}

.works-card__spec-line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.works-card__owner {
  margin: 0;
  display: flex;
  align-items: baseline;
}

.works-card__owner-label {
  width: 108px;
}

.works-card__owner-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-sub {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.header-sub__pc {
  padding-inline: min(20px, 1.3888888889vw);
  padding-block: min(20px, 1.3888888889vw) 0;
  display: flex;
  align-items: stretch;
  gap: min(20px, 1.3888888889vw);
}
@media screen and (max-width: 1200px) {
  .header-sub__pc {
    display: none;
  }
}
.header-sub__bar {
  padding-inline: 16px 0;
  min-width: 0;
  min-height: min(60px, 4.1666666667vw);
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: min(24px, 1.6666666667vw);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-sub__logo {
  flex-shrink: 0;
  display: block;
}
.header-sub__logo-img {
  width: auto;
  height: min(36px, 2.5vw);
  display: block;
}
.header-sub__nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: min(8px, 0.5555555556vw);
}
.header-sub__nav-item {
  display: flex;
}
.header-sub__nav-link {
  padding-inline: min(8px, 0.5555555556vw);
  padding-block: min(8px, 0.5555555556vw);
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: min(14px, 0.9722222222vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #0f367a;
  background-color: transparent;
  border-radius: 5px;
  transition: color 0.3s cubic-bezier(0, 0, 0.2, 1), background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.header-sub__nav-link:hover, .header-sub__nav-link:focus-visible {
  color: #fff;
  background-color: #022563;
}
.header-sub__nav-link--category {
  font-size: min(15px, 1.0416666667vw);
  font-weight: 700;
  color: var(--cat-color);
}
.header-sub__nav-link--category:hover, .header-sub__nav-link--category:focus-visible {
  color: #fff;
  background-color: var(--cat-color);
}
.header-sub__nav-link--purchase {
  --cat-color: #f19808;
}
.header-sub__nav-link--management {
  --cat-color: #2389d4;
}
.header-sub__nav-link--sale {
  --cat-color: #1f9478;
}
.header-sub__nav-divider {
  margin-inline: min(8px, 0.5555555556vw);
  width: 1px;
  height: min(26px, 1.8055555556vw);
  background-color: #c1cbdd;
}
.header-sub__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: min(16px, 1.1111111111vw);
}
.header-sub__contact {
  display: flex;
  flex-direction: column;
  gap: min(2px, 0.1388888889vw);
}
.header-sub__tel {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #0f367a;
}
.header-sub__hours {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: min(12px, 0.8333333333vw);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  color: #0f367a;
}
.header-sub__cta {
  margin-right: 5px;
  padding-inline: min(20px, 1.3888888889vw);
  padding-block: min(10px, 0.6944444444vw);
  height: calc(100% - 10px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: min(15px, 1.0416666667vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #fff;
  background-color: #0f367a;
  border-radius: 5px;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
  flex-shrink: 0;
}
.header-sub__cta:hover, .header-sub__cta:focus-visible {
  background-color: #022563;
}
.header-sub__menu {
  width: min(154px, 10.6944444444vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(12px, 0.8333333333vw);
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #fff;
  background-color: #0f367a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
  cursor: pointer;
  flex-shrink: 0;
}
.header-sub__menu:hover, .header-sub__menu:focus-visible {
  background-color: #022563;
}
.header-sub__menu-label {
  font-size: min(16px, 1.1111111111vw);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
}
.header-sub__menu-bars {
  position: relative;
  width: 30px;
  height: 12px;
}
.header-sub__menu-bars::before, .header-sub__menu-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
}
.header-sub__menu-bars::before {
  top: 0;
}
.header-sub__menu-bars::after {
  bottom: 0;
}
.header-sub__sp {
  padding-inline: 10px;
  padding-block: 10px 0;
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-sub__sp {
    display: block;
  }
}
.header-sub__sp .header-sub__logo-img {
  height: 32px;
}
.header-sub__sp-bar {
  padding-inline: 12px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-sub__sp-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-sub__sp-link {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #0f367a;
}
.header-sub__sp-divider {
  width: 1px;
  height: 16px;
  background-color: #c1cbdd;
}
.header-sub__sp-menu {
  padding: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #0f367a;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.gr-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding-inline: 24px;
  background-color: #0f367a;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.gr-btn--has-icon {
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 16px;
}

.gr-btn__text {
  position: relative;
  z-index: 2;
  display: block;
}

.gr-btn__icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 16px;
  height: auto;
  flex-shrink: 0;
}

.gr-btn__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 50px);
  display: flex;
  transform: translateX(calc(-100% - 50px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.gr-btn__fill {
  flex: 1;
  background-color: #022563;
}

.gr-btn__wave {
  flex-shrink: 0;
  width: 50px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .gr-btn:hover .gr-btn__bg {
    transform: translateX(0);
  }
}
.gr-btn--menu {
  width: 100%;
  height: 80px;
  padding-inline: 20px;
  gap: 8px;
  border-radius: 4px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.gr-btn--skyblue {
  background-color: #7dbfe4;
}

.gr-btn__icon-left {
  position: relative;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.text-only-button {
  position: relative;
  padding-inline: 23px;
  width: var(--btn-width, fit-content);
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #0f367a;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .text-only-button {
    width: 100%;
  }
}

.text-only-button__label {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

.text-only-button--ja .text-only-button__label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.text-only-button__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 50px);
  display: flex;
  transform: translateX(calc(-100% - 50px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.text-only-button__fill {
  flex: 1;
  background-color: #022563;
}

.text-only-button__wave {
  flex-shrink: 0;
  width: 50px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .text-only-button:hover .text-only-button__bg {
    transform: translateX(0);
  }
}
.button-has-right-arrow {
  position: relative;
  padding-right: 15px;
  padding-left: 28px;
  width: var(--btn-width, fit-content);
  min-height: 70px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #0f367a;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .button-has-right-arrow {
    width: 100%;
  }
}

.button-has-right-arrow__label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

.button-has-right-arrow__icon {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}

.button-has-right-arrow__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 70px);
  display: flex;
  transform: translateX(calc(-100% - 70px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.button-has-right-arrow__fill {
  flex: 1;
  background-color: #022563;
}

.button-has-right-arrow__wave {
  flex-shrink: 0;
  width: 70px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .button-has-right-arrow:hover .button-has-right-arrow__bg {
    transform: translateX(0);
  }
}
.button-has-right-arrow--white {
  background-color: #fff;
}

.button-has-right-arrow--white .button-has-right-arrow__label {
  color: #0f367a;
  transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .button-has-right-arrow--white:hover .button-has-right-arrow__label {
    color: #fff;
  }
}
.button-has-left-arrow {
  position: relative;
  padding-inline: 43px;
  width: var(--btn-width, fit-content);
  min-height: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-color: #0f367a;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .button-has-left-arrow {
    width: 100%;
  }
}

.button-has-left-arrow--secondary {
  background-color: #7dbfe4;
}

.button-has-left-arrow__icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.button-has-left-arrow__label {
  position: relative;
  z-index: 2;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.button-has-left-arrow__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 100px);
  display: flex;
  transform: translateX(calc(-100% - 100px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.button-has-left-arrow__fill {
  flex: 1;
  background-color: #022563;
}

.button-has-left-arrow__wave {
  flex-shrink: 0;
  width: 100px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .button-has-left-arrow:hover .button-has-left-arrow__bg {
    transform: translateX(0);
  }
}
.service-cta--purchase {
  --service-cta-color: #f19808;
}

.service-cta--management {
  --service-cta-color: #2389d4;
}

.service-cta--sale {
  --service-cta-color: #1f9478;
}

.service-cta {
  position: relative;
}

.service-cta__image {
  display: block;
  width: 100%;
  height: auto;
}

.service-cta__body {
  background-color: var(--service-cta-color);
}

.service-cta__inner {
  padding-left: 338px;
  padding-right: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .service-cta__inner {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .service-cta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding-inline: 30px;
    padding-block: 36px;
  }
}

.service-cta__text {
  flex: 0 1 696px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .service-cta__text {
    flex: none;
    max-width: 696px;
  }
}

.service-cta__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-cta__heading {
    font-size: 24px;
  }
}
.service-cta__heading {
  color: #fff;
}

.service-cta__subheading {
  margin-top: 47px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.service-cta__subheading-bar {
  flex-shrink: 0;
  width: 10px;
  background-color: #fff;
}

.service-cta__subheading-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-cta__subheading-text {
    font-size: 21px;
  }
}
.service-cta__subheading-text {
  line-height: 1.2;
  color: #fff;
}

.service-cta__line {
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-cta__lead {
  margin-top: 9px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}

.service-cta__buttons {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-cta--tall .service-cta__body {
  position: relative;
  z-index: 1;
}

.service-cta--tall .service-cta__inner {
  height: 345px;
  align-items: flex-start;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .service-cta--tall .service-cta__inner {
    height: auto;
    align-items: stretch;
  }
}

.service-cta--tall .service-cta__buttons {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .service-cta--tall .service-cta__buttons {
    align-self: stretch;
  }
}

.service-cta--tall .service-cta__line {
  margin-top: 46px;
}

.service-cta--tall .service-cta__lead {
  margin-top: 13px;
}

.service-cta__bottom-image {
  display: block;
  width: 100%;
  height: auto;
}

.service-cta__triangle {
  width: 100%;
  height: 270px;
  background-color: var(--service-cta-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.service-section--seminar {
  padding-block: 0;
  overflow: hidden;
}

.service-seminar {
  position: relative;
  width: calc(100% + 80px);
  background-color: #f5f5f5;
}

.service-seminar__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
}

.service-seminar__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 48px;
  padding: 65px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .service-seminar__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 40px;
  }
}

.service-seminar__content {
  flex-shrink: 0;
  width: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
}
@media screen and (max-width: 992px) {
  .service-seminar__content {
    width: 100%;
    gap: 32px;
  }
}

.service-seminar__copy {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-seminar__copy-bar {
  flex-shrink: 0;
  align-self: stretch;
  width: 10px;
  background-color: var(--service-color, #f19808);
}

.service-seminar__copy-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-seminar__copy-text {
    font-size: 21px;
  }
}
.service-seminar__copy-text {
  line-height: 1.2;
  color: #0f367a;
}

.service-seminar__image {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .service-seminar__image {
    flex: none;
    align-self: flex-start;
    max-width: 438px;
    width: 100%;
  }
}

.service-seminar__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.service-section--support {
  padding-block: 0;
  margin-top: 80px;
  margin-bottom: 100px;
}

.service-support__intro {
  display: flex;
  align-items: center;
  gap: 92px;
}

.service-support__intro-text {
  flex-shrink: 0;
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.service-support__subhead {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: #0f367a;
}

.service-support__subhead::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 62px;
  background-color: var(--service-color);
}

.service-support__intro-media {
  flex: 1;
  min-width: 0;
}

.service-support__intro-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.support-list {
  margin-top: 24px;
  list-style: none;
  padding: 0;
}

.support-list__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-height: 150px;
}

.support-list__main {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid #c1cbdd;
  padding-block: 36px;
}

.support-list__title {
  flex-shrink: 0;
  width: 242px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--service-color);
}

.support-list__body {
  flex: 1;
  min-width: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.support-list__image {
  flex-shrink: 0;
  width: 210px;
  height: auto;
  display: block;
}

.support-cta {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 46px 60px 45px 65px;
}

.support-cta__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .support-cta__heading {
    font-size: 21px;
  }
}
.support-cta__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #0f367a;
}

.support-cta__heading::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 31px;
  background-color: var(--service-color);
}

@media screen and (max-width: 1200px) {
  .service-support {
    padding-inline: 30px;
  }
  .service-support__intro {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .service-support__intro-text {
    width: 100%;
  }
  .support-list__item {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .support-list__main {
    flex-direction: column;
    gap: 8px;
  }
  .support-list__title {
    width: 100%;
  }
  .support-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 32px 24px;
  }
}
.big-picture-flow {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  width: calc(100% + 40px);
}

.big-picture-flow__item--purchase {
  --flow-solid: #f19808;
  --flow-weak: rgba(241, 152, 8, 0.2);
}

.big-picture-flow__item--management {
  --flow-solid: #2389d4;
  --flow-weak: rgba(35, 137, 212, 0.2);
}

.big-picture-flow__item--sale {
  --flow-solid: #1f9478;
  --flow-weak: rgba(31, 148, 120, 0.2);
}

.big-picture-flow__item {
  --flow-fill: var(--flow-weak);
  --flow-text: var(--flow-solid);
  display: flex;
  align-items: stretch;
  flex: 1 1 0;
  height: 90px;
  text-decoration: none;
}

.big-picture-flow__item:nth-child(2) {
  transform: translateX(-20px);
}

.big-picture-flow__item:nth-child(3) {
  transform: translateX(-40px);
}

.big-picture-flow__item.is-current {
  --flow-fill: var(--flow-solid);
  --flow-text: #fff;
}

.big-picture-flow__back,
.big-picture-flow__front {
  flex: 0 0 27px;
  width: 27px;
  background-color: var(--flow-fill);
}

.big-picture-flow__back {
  margin-right: -1px;
  -webkit-mask: url("assets/images/services/bigpicture-flow-back.svg") no-repeat center/100% 100%;
  mask: url("assets/images/services/bigpicture-flow-back.svg") no-repeat center/100% 100%;
}

.big-picture-flow__front {
  -webkit-mask: url("assets/images/services/bigpicture-flow-front.svg") no-repeat center/100% 100%;
  mask: url("assets/images/services/bigpicture-flow-front.svg") no-repeat center/100% 100%;
}

.big-picture-flow__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1 1 auto;
  padding: 0 28px;
  background-color: var(--flow-fill);
}

.big-picture-flow__label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--flow-text);
  white-space: nowrap;
}

.big-picture-flow__arrow {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #0f367a;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.big-picture-flow__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url("assets/images/common/right-side-arrow-glyph.svg") no-repeat center/100% 100%;
  mask: url("assets/images/common/right-side-arrow-glyph.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .big-picture-flow__item:hover .big-picture-flow__arrow {
    background-color: #022563;
  }
}
.footer {
  background-color: #f5f5f5;
  padding-block: 80px 48px;
}

.footer__inner {
  width: 100%;
  padding-inline: 80px;
}

.footer__contact {
  padding: 56px 64px;
  background-color: #fff;
  border-radius: 10px;
}

.footer__contact-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer__contact-en {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}
.footer__contact-en {
  color: #0f367a;
}

.footer__contact-cols {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
}

.footer__contact-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-block: 0;
  padding-inline: 40px;
}

.footer__contact-col + .footer__contact-col {
  border-left: 1px solid #d2d2d2;
}

.footer__contact-col:first-child {
  padding-left: 0;
}

.footer__contact-col:last-child {
  padding-right: 0;
}

.footer__contact-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer__contact-title {
    font-size: 17px;
  }
}
.footer__contact-title {
  color: #0f367a;
}

.footer__contact-lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 12px;
  color: #0f367a;
}

.footer__tel {
  margin-top: 12px;
  display: inline-block;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #0f367a;
  text-decoration: none;
}

.footer__contact-note {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 8px;
  color: #0f367a;
}

.footer__contact-btn {
  margin-top: auto;
  padding-top: 24px;
}

.footer__sitemap {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #d2d2d2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  align-items: start;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.footer__col--stack {
  align-self: stretch;
}

.footer__col--stack .footer__block--accordion + .footer__block--single {
  margin-top: auto;
}

.footer__block {
  border-top: 0;
}

.footer__block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding-block: 0;
  margin-bottom: 20px;
  background-color: transparent;
  border: 0;
  text-align: left;
  text-decoration: none;
  color: #0f367a;
  cursor: default;
  appearance: none;
}

.footer__block-link {
  cursor: pointer;
}

.footer__block-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: block;
}

.footer__block-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #0f367a;
}

.footer__block-title--purchase {
  color: #f19808;
}

.footer__block-title--management {
  color: #2389d4;
}

.footer__block-title--sale {
  color: #1f9478;
}

.footer__block-mark {
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  width: 14px;
  height: 14px;
  display: none;
}

.footer__block-mark::before,
.footer__block-mark::after {
  content: "";
  position: absolute;
  background-color: #0f367a;
}

.footer__block-mark::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.footer__block-mark::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__block.is-open .footer__block-mark::after {
  opacity: 0;
}

.footer__block-body {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__block.is-open .footer__block-body {
  grid-template-rows: 1fr;
}

.footer__block-body > * {
  min-height: 0;
}

.footer__links {
  padding-bottom: 0;
  list-style: none;
}

.footer__links-item + .footer__links-item {
  margin-top: 4px;
}

.footer__link {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  color: #0f367a;
  text-decoration: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    opacity: 0.6;
  }
}
.footer__cta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__bottom {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #d2d2d2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 86px;
}

.footer__logo {
  width: auto;
  height: 100%;
}

.footer__divider {
  flex-shrink: 0;
  width: 1.5px;
  height: 100%;
  background-color: #231815;
}

.footer__tagline {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0f367a;
}

.footer__copyright {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #4d4444;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-block: 48px;
  }
  .footer__contact {
    padding: 32px 20px;
  }
  .footer__contact-cols {
    margin-top: 24px;
    flex-direction: column;
  }
  .footer__contact-col {
    padding-block: 24px;
    padding-inline: 0;
    flex: 0 1 auto;
  }
  .footer__contact-col + .footer__contact-col {
    border-top: 1px solid #d2d2d2;
    border-left: 0;
  }
  .footer__contact-btn {
    margin-top: 20px;
    padding-top: 0;
  }
  .footer__sitemap {
    margin-top: 32px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-top: 0;
  }
  .footer__col--stack {
    align-self: auto;
  }
  .footer__col--stack .footer__block--accordion + .footer__block--single {
    margin-top: 0;
  }
  .footer__block {
    border-top: 1px solid #d2d2d2;
  }
  .footer__block-head {
    margin-bottom: 0;
    padding-block: 18px;
    cursor: pointer;
  }
  .footer__block-mark {
    display: block;
  }
  .footer__block-body {
    grid-template-rows: 0fr;
  }
  .footer__links {
    padding-bottom: 18px;
  }
  .footer__bottom {
    margin-top: 40px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
body.is-menu-open {
  overflow: hidden;
}

.global-menu {
  position: fixed;
  inset: 0;
  z-index: 10000;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.5s;
}

.global-menu.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.global-menu__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  background: rgba(15, 54, 122, 0.5);
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.global-menu.is-open .global-menu__overlay {
  opacity: 1;
}

.global-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 598px;
  max-width: 100%;
  height: 100dvh;
  background: #f5f5f5;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.global-menu.is-open .global-menu__panel {
  transform: translateX(0);
}

.global-menu__inner {
  height: 100%;
  padding: 120px 80px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.global-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 154px;
  height: 60px;
  padding-inline: 16px;
  background: #0f367a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}

.global-menu__close-label {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  white-space: nowrap;
}

.global-menu__close-icon {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.global-menu__close-icon::before,
.global-menu__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.global-menu__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.global-menu__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.global-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d2d2d2;
}

.global-menu__item {
  border-bottom: 1px solid #d2d2d2;
}

.global-menu__item--purchase {
  --gm-icon: #f19808;
  --gm-title: #f19808;
}

.global-menu__item--management {
  --gm-icon: #2389d4;
  --gm-title: #2389d4;
}

.global-menu__item--sale {
  --gm-icon: #1f9478;
  --gm-title: #1f9478;
}

.global-menu__item--sky {
  --gm-icon: #7dbfe4;
  --gm-title: #0f367a;
}

.global-menu__row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-block: 16px;
  background: transparent;
  border: 0;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.global-menu__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.global-menu__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.global-menu__icon-sq {
  fill: var(--gm-icon);
  transition: fill 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.global-menu__icon-arrow {
  fill: #fff;
}

.global-menu__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: var(--gm-title);
  transition: color 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.global-menu__plus {
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: auto;
  flex-shrink: 0;
}

.global-menu__plus::before,
.global-menu__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0f367a;
  border-radius: 1px;
}

.global-menu__plus::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.global-menu__plus::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.global-menu__item.is-open .global-menu__plus::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.global-menu__sub {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.global-menu__item.is-open .global-menu__sub {
  grid-template-rows: 1fr;
}

.global-menu__sub-inner {
  min-height: 0;
  overflow: hidden;
}

.global-menu__sub-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0 0 16px 28px;
}

.global-menu__sub-link {
  display: inline-block;
  width: auto;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #0f367a;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0, 0, 0.2, 1);
}

.global-menu__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 60px;
}

@media (hover: hover) and (pointer: fine) {
  .global-menu__row:hover .global-menu__title {
    color: #022563;
  }
  .global-menu__sub-link:hover {
    color: #022563;
  }
  .global-menu__item--sky .global-menu__row:hover .global-menu__icon-sq {
    fill: #022563;
  }
}
@keyframes gm-item-in {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.global-menu__item,
.global-menu__button {
  opacity: 1;
  transform: translateX(0);
}

.global-menu.is-open .global-menu__item,
.global-menu.is-open .global-menu__button {
  animation: gm-item-in 0.3s cubic-bezier(0, 0, 0.2, 1) both;
  animation-delay: calc(var(--stagger, 0) * 45ms + 150ms);
}

@media screen and (max-width: 768px) {
  .global-menu__panel {
    width: 100%;
  }
  .global-menu__inner {
    padding: 96px 24px 60px;
  }
  .global-menu__title {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .global-menu__panel,
  .global-menu__overlay,
  .global-menu__item,
  .global-menu__button,
  .global-menu__sub,
  .global-menu__plus::after,
  .global-menu__close,
  .global-menu__close-label,
  .global-menu__icon-sq,
  .global-menu__title {
    transition: none;
  }
  .global-menu__item,
  .global-menu__button {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
.form {
  width: 100%;
}

.form input,
.form textarea,
.form button {
  box-sizing: border-box;
}

.form__view[hidden] {
  display: none;
}

.form__view--input {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form__sep {
  height: 1px;
  margin: 0;
  border: 0;
  background-color: #c1cbdd;
}

.form-info + .form__sep {
  margin-top: 12px;
}

.form-info {
  display: flex;
  gap: 106px;
  align-items: flex-start;
}

.form-info__label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #0f367a;
  white-space: nowrap;
}

.form-info__value {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-info__datetime,
.form-info__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-field {
  display: flex;
  align-items: start;
}

.form-field__label {
  display: flex;
  gap: 22px;
  align-items: center;
  width: 259px;
  flex-shrink: 0;
  margin-top: 6px;
}

.form-field__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 29px;
  padding: 3px 11px 4px;
  border-radius: 2px;
  font-style: normal;
  color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.form-field__badge--required {
  background-color: #0f367a;
}

.form-field__badge--optional {
  background-color: #7dbfe4;
}

.form-field__name {
  width: 222px;
  margin-right: 16px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-field__body {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  flex: 1;
  min-width: 0;
}

.form-field--radio .form-field__body,
.form-field--checkbox .form-field__body,
.form-field--textarea .form-field__body {
  display: block;
}

.form-field__note {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #0f367a;
}

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

.form-field__body .wpcf7-text,
.form-field__body .wpcf7-email,
.form-field__body .wpcf7-tel {
  width: 365px;
  max-width: 100%;
  height: 40px;
  padding-inline: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.form-field__body .wpcf7-textarea {
  width: 100%;
  height: 160px;
  padding: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.form-field__body .wpcf7-text:focus-visible,
.form-field__body .wpcf7-email:focus-visible,
.form-field__body .wpcf7-tel:focus-visible,
.form-field__body .wpcf7-textarea:focus-visible {
  outline: 2px solid #0f367a;
  outline-offset: 1px;
}

.form-field__body .wpcf7-radio {
  display: flex;
  gap: 4px;
}

.form-field__body .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.form-field__body .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.form-field__body .wpcf7-radio input[type=radio] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background-color: #fff;
}

.form-field__body .wpcf7-radio input[type=radio]:checked {
  background: radial-gradient(circle at center, #0f367a 0 6px, #fff 6px);
}

.form-field__body .wpcf7-radio .wpcf7-list-item-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-field__body .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 5px;
  width: 100%;
}

.form-field__body .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.form-field__body .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.form-field__body .wpcf7-checkbox .wpcf7-list-item-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-field__other {
  display: block;
  margin-top: 8px;
}

.form-field__other[hidden] {
  display: none;
}

.form__agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-right: 10px;
  padding-left: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.form__agree .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.form__agree .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.form__agree .wpcf7-list-item-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form__agree .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-field__body .wpcf7-checkbox input[type=checkbox],
.form__agree input[type=checkbox] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #fff;
}

.form-field__body .wpcf7-checkbox input[type=checkbox]:checked,
.form__agree input[type=checkbox]:checked {
  border-color: #0f367a;
  background-color: #0f367a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5 4.3 7.8 11 1.2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
}

.form__btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 247px;
  height: 50px;
  padding-left: 23px;
  border-radius: 4px;
  background-color: #0f367a;
  color: #fff;
  text-align: left;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.form__btn--confirm {
  position: relative;
  overflow: hidden;
}

.form__btn-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  width: calc(100% + 50px);
  transform: translateX(calc(-100% - 50px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.form__btn-fill {
  flex: 1;
  background-color: #022563;
}

.form__btn-wave {
  flex-shrink: 0;
  width: 50px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

.form__btn-text {
  position: relative;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  .form__btn--confirm:hover .form__btn-bg {
    transform: translateX(0);
  }
}
.form__actions {
  display: flex;
  justify-content: center;
}

.form__actions--confirm {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.form__btn--back {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-confirm {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 80px 64px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.form-confirm__row {
  display: flex;
  align-items: flex-start;
  padding-inline: 0;
}

.form-confirm__row + .form-confirm__row,
.form-confirm__section + .form-confirm__row {
  padding-top: 23px;
}

.form-confirm__row:not(:last-child) {
  padding-bottom: 23px;
  border-bottom: 1px solid #c1cbdd;
}

.form-confirm__label {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  width: 280px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-confirm__name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-confirm__value {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  color: #0f367a;
}

.form-confirm__section {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .form-confirm__section {
    font-size: 16px;
  }
}
.form-confirm__section {
  padding-top: 23px;
  color: #0f367a;
}

.form-field__body .wpcf7-select {
  height: 40px;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 32px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%230f367a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
  cursor: pointer;
}

.form-field--select .wpcf7-select {
  width: 372px;
  max-width: 100%;
}

.form-field__body .wpcf7-number,
.form-field__body .wpcf7-date {
  height: 40px;
  padding-inline: 12px;
  border-radius: 4px;
  background-color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.form-field__body .wpcf7-number {
  width: 243px;
  max-width: 100%;
}

.form-field__unit {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #0f367a;
}

.form-field__body .wpcf7-select:focus-visible,
.form-field__body .wpcf7-number:focus-visible,
.form-field__body .wpcf7-date:focus-visible,
.form-field__body .wpcf7-file:focus-visible {
  outline: 2px solid #0f367a;
  outline-offset: 1px;
}

.form .wpcf7-form-control::placeholder {
  color: #d1d5de;
}

.form-field--datetime .form-field__body {
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

.form-field__datetime {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.form-field__datetime-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  flex-shrink: 0;
  color: #0f367a;
}

.form-field__datetime .wpcf7-date {
  width: 288px;
}

.form-field__datetime .wpcf7-select {
  width: 82px;
}

.form-field--group .form-field__body {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.form-field__row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.form-field__sublabel {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  width: 180px;
  flex-shrink: 0;
  color: #0f367a;
}

.form-field__control {
  display: flex;
  gap: 8px;
  align-items: center;
}

.form-field__hint {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  flex-basis: 100%;
  padding-left: 194px;
  color: #d1d5de;
}

.form-field__other .wpcf7-text {
  width: 100%;
}

.form-field--file .form-field__body {
  display: block;
}

.form-field__desc {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 12px;
  color: #0f367a;
}

.form-field__body .wpcf7-file {
  width: 100%;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-field__body .wpcf7-file::file-selector-button {
  margin-right: 12px;
  width: 136px;
  height: 40px;
  border: 1px solid #c1cbdd;
  border-radius: 4px;
  background-color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  cursor: pointer;
}

.form-download {
  display: flex;
  align-items: center;
  gap: 24px;
}

.form-download__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.form-download__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
  width: 300px;
  height: 70px;
  padding-left: 28px;
  padding-right: 15px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  color: #0f367a;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.form-download__btn-bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  width: calc(100% + 50px);
  transform: translateX(calc(-100% - 50px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.form-download__btn-fill {
  flex: 1;
  background-color: #022563;
}

.form-download__btn-wave {
  flex-shrink: 0;
  width: 50px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

.form-download__btn-text {
  position: relative;
  z-index: 2;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.form-download__btn-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #0f367a;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.form-download__btn-icon-img {
  width: 20px;
  height: 20px;
  background-color: #fff;
  mask: url("assets/images/common/pdf-icon.svg") no-repeat center/contain;
  -webkit-mask: url("assets/images/common/pdf-icon.svg") no-repeat center/contain;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .form-download__btn:hover {
    color: #fff;
  }
  .form-download__btn:hover .form-download__btn-bg {
    transform: translateX(0);
  }
  .form-download__btn:hover .form-download__btn-icon {
    background-color: #fff;
  }
  .form-download__btn:hover .form-download__btn-icon-img {
    background-color: #022563;
  }
}
.form-lead {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-lead__heading {
  position: relative;
  padding-left: 30px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .form-lead__heading {
    font-size: 21px;
  }
}
.form-lead__heading {
  color: #0f367a;
}

.form-lead__heading::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 62px;
  background-color: #7dbfe4;
}

.form-lead__sep {
  height: 1px;
  margin: 0;
  border: 0;
  background-color: #c1cbdd;
}

.form-lead__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.accordion {
  border-radius: 10px;
  overflow: hidden;
}

.accordion__head {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 60px;
  padding: 8px 15px;
  background-color: #0f367a;
  text-align: left;
  cursor: pointer;
}

.accordion__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .accordion__title {
    font-size: 16px;
  }
}
.accordion__title {
  color: #fff;
}

.accordion__note {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.85;
}

.accordion__mark {
  position: relative;
  margin-left: auto;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.accordion__mark::before,
.accordion__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.accordion__mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.accordion.is-open .accordion__mark::after {
  transform: translate(-50%, -50%) rotate(0);
}

.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  background-color: #f5f5f5;
  transition: grid-template-rows 0.3s ease;
}

.accordion.is-open .accordion__panel {
  grid-template-rows: 1fr;
}

.accordion__inner {
  min-height: 0;
  overflow: hidden;
}

.accordion__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 50px 65px 65px;
}

.form .wpcf7-not-valid {
  outline: 2px solid #ee375c;
  outline-offset: 1px;
}

.form .wpcf7-not-valid-tip {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 4px;
  color: #ee375c;
}

.form .wpcf7-response-output {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 16px;
  color: #ee375c;
}

.form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  .form__view--input {
    gap: 32px;
  }
  .form-info {
    flex-direction: column;
    gap: 4px;
  }
  .form-field {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .form-field__label {
    width: auto;
    align-items: center;
  }
  .form-field__body .wpcf7-text,
  .form-field__body .wpcf7-email,
  .form-field__body .wpcf7-tel {
    width: 100%;
  }
  .form-field__body .wpcf7-radio {
    flex-wrap: wrap;
  }
  .form-field__body .wpcf7-radio label {
    width: 100%;
  }
  .form-field__body .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
  .form__agree {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    gap: 16px;
    padding: 16px;
  }
  .form__btn {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
  .form-field__datetime {
    flex-wrap: wrap;
  }
  .form-field__datetime .wpcf7-date {
    width: 100%;
  }
  .form-field__sublabel {
    width: auto;
  }
  .form-field__hint {
    padding-left: 0;
  }
  .form-download {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .form-download__btn {
    width: 100%;
    margin-left: 0;
  }
  .accordion__body {
    padding: 24px 16px 32px;
  }
  .form-confirm {
    padding: 32px 16px;
  }
  .form-confirm__row,
  .form-confirm__section {
    padding-left: 0;
  }
  .form-confirm__row {
    flex-direction: column;
    gap: 4px;
  }
  .form-confirm__label {
    width: auto;
  }
  .form__actions--confirm {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 16px;
    padding: 16px;
  }
  .form__btn--back {
    text-align: center;
  }
}
.styleguide {
  padding-block: 60px 100px;
}
.styleguide__head {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e2dc;
}
.styleguide__title {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0f367a;
}
.styleguide__lead {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #4d4444;
}
.styleguide__group {
  margin-top: 56px;
}
.styleguide__category {
  margin-bottom: 24px;
  padding-bottom: 12px;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #7dbfe4;
  border-bottom: 2px solid #7dbfe4;
}
.styleguide__item {
  padding-block: 20px;
  display: grid;
  align-items: baseline;
  gap: 24px;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px dashed #e5e2dc;
}
@media screen and (max-width: 768px) {
  .styleguide__item {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.styleguide__item--block {
  gap: 16px;
  grid-template-columns: 1fr;
}
.styleguide__stage {
  margin-left: calc(50% - 50vw);
  padding-block: 32px;
  width: 100vw;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1200px) {
  .styleguide__stage--hero {
    background-image: linear-gradient(135deg, #0f367a, #7dbfe4);
  }
}
.styleguide__note {
  font-size: 13px;
  line-height: 1.7;
  color: #999;
}
.styleguide__note code {
  padding: 2px 6px;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  color: #0f367a;
  background-color: #eef1f6;
  border-radius: 4px;
}
.styleguide__label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #4d4444;
}
.styleguide__label span {
  margin-top: 4px;
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #999;
}
.styleguide__sample {
  color: #4d4444;
}
.styleguide__sample--hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.styleguide__casestudy-en {
  display: flex;
  align-items: center;
  color: #7dbfe4;
}
.styleguide__casestudy-dot {
  margin-right: 9px;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #7dbfe4;
  border-radius: 50%;
}
.styleguide__casestudy-ja {
  color: #0f367a;
}
.styleguide__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.styleguide__note {
  font-size: 13px;
  line-height: 1.8;
  color: #4d4444;
}
.styleguide .txt-h1-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h1-en {
    font-size: 18px;
  }
}
.styleguide .txt-h1-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h1-ja {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
}
.styleguide .txt-h2-main-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h2-main-en {
    font-size: 36px;
    letter-spacing: 0.1em;
  }
}
.styleguide .txt-h2-main-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h2-main-ja {
    font-size: 17px;
  }
}
.styleguide .txt-h2-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h2-en {
    font-size: 12px;
  }
}
.styleguide .txt-h2-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h2-ja {
    font-size: 24px;
  }
}
.styleguide .txt-h3-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h3-en {
    font-size: 26px;
  }
}
.styleguide .txt-h3-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h3-ja {
    font-size: 21px;
  }
}
.styleguide .txt-h4 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h4 {
    font-size: 18px;
  }
}
.styleguide .txt-h5 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .styleguide .txt-h5 {
    font-size: 16px;
  }
}
.styleguide .txt-article-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.styleguide .txt-article-date {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.6;
  letter-spacing: 0;
}
.styleguide .txt-body-240 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
.styleguide .txt-body-200 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.styleguide .txt-body-160 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.styleguide .txt-body-sm {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}
.styleguide .txt-button {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.styleguide .txt-button-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.service-message {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.service-message__title {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.service-message__title-en {
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-message__title-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f19808;
}

.service-message__title-label {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .service-message__title-label {
    font-size: 12px;
  }
}
.service-message__title-label {
  color: #f19808;
}

.service-message__title-heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-message__title-heading {
    font-size: 24px;
  }
}
.service-message__title-heading {
  line-height: 1.4;
  color: #0f367a;
}

.service-message__body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #0f367a;
}

.service-section--keypoint1 {
  padding-top: 92px;
  padding-bottom: 120px;
}

.keypoint1-steps {
  margin-top: 124px;
  display: flex;
  flex-direction: column;
}

.keypoint1-steps__divider {
  height: 1px;
  background-color: #c1cbdd;
  margin-block: 60px;
}

.keypoint1-logo-strip {
  position: relative;
  width: calc(100% + 80px);
  overflow: hidden;
  margin-top: 56px;
}

.keypoint1-logo-strip__fade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.keypoint1-logo-strip__track {
  display: flex;
  width: 4404px;
  will-change: transform;
  animation: keypoint1-logo-scroll 45s linear infinite;
}

.keypoint1-logo-strip__logos {
  display: block;
  flex-shrink: 0;
  width: 50%;
  height: auto;
}

@keyframes keypoint1-logo-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.keypoint1-cta {
  margin-top: 100px;
  height: 175px;
  background-color: #f19808;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 40px;
}

.keypoint1-cta__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .keypoint1-cta__heading {
    font-size: 17px;
  }
}
.keypoint1-cta__heading {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.keypoint1-cta__heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 31px;
  background-color: #fff;
  flex-shrink: 0;
  transform: translateY(2px);
}

.keypoint1-cta__buttons {
  display: flex;
  gap: 16px;
}

.button-has-right-arrow--mail .button-has-right-arrow__icon {
  display: none;
}

.button-has-right-arrow--line {
  background-color: #2aaa43;
}

.button-has-right-arrow--mail-receive {
  background-color: #7dbfe4;
}

.keypoint2-cta {
  margin-top: 100px;
  height: 175px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 40px;
}

.keypoint2-cta__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .keypoint2-cta__heading {
    font-size: 17px;
  }
}
.keypoint2-cta__heading {
  color: #0f367a;
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1.2;
}

.keypoint2-cta__heading::before {
  content: "";
  display: block;
  width: 8px;
  height: 62px;
  background-color: #f19808;
  flex-shrink: 0;
  transform: translateY(2px);
}

.keypoint2-cta__buttons {
  display: flex;
  gap: 16px;
}

.service-section--keypoint2 {
  padding-top: 12px;
  padding-bottom: 52px;
  background-color: #f5f5f5;
}

.keypoint2-steps {
  margin-top: 124px;
  display: flex;
  flex-direction: column;
}

.keypoint2-steps__divider {
  height: 1px;
  background-color: #c1cbdd;
  margin-block: 60px;
}

.service-section--flow {
  margin-bottom: 80px;
}

.flow-separator {
  margin-top: 35px;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.flow-copy {
  margin-top: 13px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.flow-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.service-separator {
  display: block;
  width: 100%;
  height: auto;
}

.service-section--achievement {
  padding-block: 0;
  margin-top: 40px;
}

.achievement {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.achievement__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .achievement__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.achievement__count {
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.achievement__count-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .achievement__count-label {
    font-size: 18px;
  }
}
.achievement__count-label {
  color: #0f367a;
}

.achievement__count-value {
  display: flex;
  align-items: flex-end;
}

.achievement__count-num {
  margin-bottom: -8px;
  margin-right: 6px;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #f19808;
}

.achievement__count-unit {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .achievement__count-unit {
    font-size: 18px;
  }
}
.achievement__count-unit {
  color: #0f367a;
}

.achievement__divider {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.achievement__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}
@media screen and (max-width: 1200px) {
  .achievement__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.service-section--seminar {
  margin-top: 140px;
}
@media screen and (max-width: 1200px) {
  .service-section--seminar {
    margin-top: 80px;
  }
}

.service-section--after-support {
  padding-block: 0;
  padding-right: 0;
  padding-top: 52px;
  padding-bottom: 122px;
  background-color: #f5f5f5;
}

.after-support__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.after-support__body {
  flex: 0 0 580px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.after-support__head {
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.after-support__lead {
  display: flex;
  align-items: center;
  gap: 20px;
}

.after-support__lead-bar {
  flex-shrink: 0;
  width: 10px;
  height: 93px;
  background-color: #f19808;
}

.after-support__lead-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .after-support__lead-text {
    font-size: 21px;
  }
}
.after-support__lead-text {
  line-height: 1.2;
  color: #0f367a;
}

.after-support__desc {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.after-support__illust {
  flex: 0 1 518px;
  min-width: 0;
  height: auto;
}

.after-support__flow {
  margin-top: 128px;
  padding-right: 80px;
}

@media screen and (max-width: 1200px) {
  .service-section--after-support {
    padding-inline: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .after-support__top {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .after-support__body {
    flex: 1 1 auto;
  }
  .after-support__lead-bar {
    height: auto;
    align-self: stretch;
  }
  .after-support__illust {
    flex: 1 1 auto;
    width: 100%;
    max-width: 518px;
    margin-inline: auto;
  }
  .after-support__flow {
    margin-top: 56px;
    padding-right: 0;
  }
}
.service-message-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .service-message-layout {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}

.service-message-layout .service-message {
  gap: 49px;
}

.service-message-layout .service-message__title-dot {
  background-color: var(--service-color);
}

.service-message-layout .service-message__title-label {
  color: var(--service-color);
}

.service-message-layout__image {
  flex-shrink: 0;
  margin-top: 40px;
  width: 312px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .service-message-layout__image {
    margin-top: 0;
  }
}

.service-body--management .service-section--keypoint1 {
  padding-top: 64px;
  padding-bottom: 100px;
}

.service-body--management .service-section-title__line {
  background-color: #0f367a;
}

.service-body--management .service-section-title__keypoint {
  color: var(--service-color);
}

.strategy {
  margin-top: 152px;
  display: flex;
  flex-direction: column;
  gap: 57px;
}
@media screen and (max-width: 1200px) {
  .strategy {
    margin-top: 64px;
    padding-inline: 30px;
  }
}

.strategy__head {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.strategy__title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.strategy__bar {
  flex-shrink: 0;
  width: 10px;
  height: 31px;
  background-color: var(--service-color);
}

.strategy__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .strategy__heading {
    font-size: 21px;
  }
}
.strategy__heading {
  color: #0f367a;
}

.strategy__lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.strategy__formula {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 154px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .strategy__formula {
    height: auto;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 24px 20px;
  }
}

.strategy__equation {
  display: flex;
  align-items: center;
  gap: 15px;
}

.strategy__result {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 100px;
  border-radius: 50px;
  background-color: var(--service-color);
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.strategy__operator {
  flex-shrink: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1;
  color: #0f367a;
}

.strategy__operator--equal {
  font-size: 22px;
  font-weight: 500;
}

.strategy__operator--times {
  font-size: 18px;
  font-weight: 350;
}

.strategy__point {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 192px;
  height: 80px;
  border-radius: 50px;
  background-color: #fff;
}

.strategy__point-label {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--service-color);
}

.strategy__point-value {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #0f367a;
}

.service-comparison {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.service-comparison__head {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.service-comparison__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-comparison__line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-comparison__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.service-comparison__images {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.service-comparison__item {
  flex: 1;
  min-width: 0;
}

.service-comparison__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.service-body--management .service-section--keypoint2 {
  padding-top: 48px;
  padding-bottom: 64px;
}

.service-unique {
  margin-top: 92px;
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.service-unique__head {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.service-unique__intro {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.service-unique__line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-unique__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.service-unique__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1020px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.service-unique__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-unique__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 240/160;
  object-fit: cover;
  border-radius: 4px;
}

.service-unique__caption {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-unique__caption {
    font-size: 16px;
  }
}
.service-unique__caption {
  color: var(--service-color);
}

.service-walthpark {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 62px;
}

.management-business {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.management-business__head {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.management-business__intro {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.management-business__line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.management-business__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.management-business__groups {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.management-business__group {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.management-business__category {
  display: flex;
  align-items: center;
  gap: 12px;
}

.management-business__category::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.management-business__category-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .management-business__category-title {
    font-size: 18px;
  }
}
.management-business__category-title {
  color: var(--service-color);
}

.management-business__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 10px;
}

.management-business__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.management-business__image {
  flex-shrink: 0;
  width: 147px;
  height: 98px;
  object-fit: cover;
  border-radius: 4px;
}

.management-business__item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.management-business__item-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .management-business__item-title {
    font-size: 16px;
  }
}
.management-business__item-title {
  color: var(--service-color);
}

.management-business__item-sub {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.service-body--management .service-section--case {
  padding-top: 0;
}

.service-case {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service-case__head {
  display: flex;
  flex-direction: column;
  gap: 61px;
}

.service-case .service-message__title-dot {
  background-color: var(--service-color);
}

.service-case .service-message__title-label {
  color: var(--service-color);
}

.service-case__list {
  display: flex;
  flex-direction: column;
  gap: 101px;
}

.service-case__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.service-case__item-head {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.service-case__number {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .service-case__number {
    font-size: 26px;
  }
}
.service-case__number {
  font-weight: 600;
  color: var(--service-color);
}

.service-case__divider {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-case__body {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.service-case__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 23px;
}

.service-case__tag {
  display: flex;
  align-items: center;
  gap: 6px;
}

.service-case__tag-dot {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0f367a;
}

.service-case__tag-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-case__tag-text {
    font-size: 16px;
  }
}
.service-case__tag-text {
  white-space: nowrap;
  color: var(--service-color);
}

.service-case__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-case__photo {
  flex-shrink: 0;
  display: block;
  width: 408px;
  height: 272px;
  object-fit: cover;
  border-radius: 4px;
}

.service-case__arrow {
  flex-shrink: 0;
  display: block;
  width: 64px;
  height: 170px;
}

.service-case__result {
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
}

.service-case__result-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background-color: var(--service-color);
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.service-case__result-label span {
  display: block;
  width: 1em;
}

.service-case__result-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 462px;
  height: 272px;
  padding-inline: 30px;
  background-color: #fff;
}

.service-case__result-row {
  display: flex;
  align-items: center;
  gap: 13px;
}

.service-case__result-mark {
  flex-shrink: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--service-color);
}

.service-case__result-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  color: #0f367a;
}

.service-case__num-lg {
  font-size: 30px;
  color: var(--service-color);
}

.service-case__unit {
  color: var(--service-color);
}

.service-case__unit--sm {
  font-size: 18px;
  color: var(--service-color);
}

.service-case__tail {
  font-size: 18px;
}

.service-body--management .service-section--knowhow {
  padding-top: 160px;
  padding-bottom: 120px;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .service-body--management .service-section--knowhow {
    margin-top: 80px;
  }
}

.service-knowhow {
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 120px 80px;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 1200px) {
  .service-knowhow {
    padding: 48px 30px;
    border-radius: 0;
    gap: 32px;
  }
}

.service-knowhow__intro {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1200px) {
  .service-knowhow__intro {
    gap: 40px;
  }
}

.service-knowhow__heading {
  display: flex;
  flex-direction: column;
  gap: 61px;
}
@media screen and (max-width: 1200px) {
  .service-knowhow__heading {
    gap: 32px;
  }
}

.service-knowhow .service-message__title-dot {
  background-color: var(--service-color);
}

.service-knowhow .service-message__title-label {
  color: var(--service-color);
}

.service-knowhow__lead {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-knowhow__lead-bar {
  flex-shrink: 0;
  width: 10px;
  height: 93px;
  background-color: var(--service-color);
}
@media screen and (max-width: 1200px) {
  .service-knowhow__lead-bar {
    height: auto;
    align-self: stretch;
  }
}

.service-knowhow__lead-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-knowhow__lead-text {
    font-size: 21px;
  }
}
.service-knowhow__lead-text {
  line-height: 1.2;
  color: #0f367a;
}

.service-knowhow__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .service-knowhow__row {
    flex-direction: column;
    align-items: stretch;
  }
}

.service-knowhow__desc {
  flex: 1;
  min-width: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.service-knowhow__button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 300px;
  height: 70px;
  padding-left: 28px;
  border-radius: 4px;
  background-color: #0f367a;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .service-knowhow__button {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
}

.service-knowhow__examples {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.service-knowhow__examples-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-knowhow__examples-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-knowhow__examples-dot {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.service-knowhow__examples-heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-knowhow__examples-heading {
    font-size: 18px;
  }
}
.service-knowhow__examples-heading {
  color: var(--service-color);
}

.service-knowhow__examples-line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-knowhow__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 29px;
}
@media screen and (max-width: 1200px) {
  .service-knowhow__cards {
    flex-direction: column;
    gap: 24px;
  }
}

.service-knowhow__card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-knowhow__card-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 4px;
}

.service-knowhow__card-caption {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #0f367a;
}

.service-body--management .service-section--seminar {
  margin-top: 82px;
}

.service-section--numbers {
  margin-top: 96px;
}

.service-numbers {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.service-numbers .service-message__title-dot {
  background-color: var(--service-color);
}

.service-numbers .service-message__title-label {
  color: var(--service-color);
}

.service-numbers__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-numbers__item {
  flex: 1;
  min-width: 0;
}

.service-numbers__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 4px;
}

.service-section--area {
  margin-top: 130px;
}

.service-area {
  display: flex;
  align-items: center;
  gap: 27px;
}

.service-area__content {
  flex-shrink: 0;
  width: 454px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.service-area__heading {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.service-area__titles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-area .service-message__title-dot {
  background-color: var(--service-color);
}

.service-area .service-message__title-label {
  color: var(--service-color);
}

.service-area__sub {
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-area__sub-bar {
  flex-shrink: 0;
  width: 10px;
  height: 62px;
  background-color: var(--service-color);
}

.service-area__sub-heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-area__sub-heading {
    font-size: 21px;
  }
}
.service-area__sub-heading {
  line-height: 1.2;
  color: #0f367a;
}

.service-area__line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-area__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.service-area__image {
  flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 540/380;
  object-fit: cover;
  border-radius: 4px;
}

.service-section--fee {
  margin-top: 120px;
  padding-bottom: 120px;
}

.service-fee {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 335px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.service-fee__inner {
  width: 100%;
  max-width: 891px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.service-fee__head {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-fee .service-message__title-dot {
  background-color: var(--service-color);
}

.service-fee .service-message__title-label {
  color: var(--service-color);
}

.service-fee__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-fee__line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.service-fee__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.service-fee__lead {
  flex-shrink: 0;
  width: 373px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.service-fee__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 19px;
}

.service-fee__option {
  flex-shrink: 0;
  width: 240px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-fee__option {
    font-size: 18px;
  }
}
.service-fee__option {
  white-space: nowrap;
  color: var(--service-color);
}

.service-fee__option::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.service-body--management .service-section--support {
  margin-top: 0;
}

.service-body--management .after-support__lead-bar {
  background-color: var(--service-color);
  height: 62px;
}

.service-body--sale .service-message {
  gap: 68px;
}

.service-body--sale .service-message__title-dot {
  background-color: var(--service-color);
}

.service-body--sale .service-message__title-label {
  color: var(--service-color);
}

.service-body--sale .service-section--keypoint1 {
  padding-top: 64px;
  padding-bottom: 100px;
  margin-bottom: 72px;
}

.service-body--sale .service-section-title {
  gap: 121px;
}

.service-body--sale .service-section-title__line {
  background-color: #0f367a;
}

.service-body--sale .service-section-title__keypoint {
  color: var(--service-color);
}

.service-body--sale .keypoint1-steps {
  margin-top: 140px;
}

.service-body--sale .keypoint1-steps__divider {
  margin-block: 41px;
}

.service-body--sale .keypoint1-cta {
  background-color: var(--service-color);
}

.service-body--sale .service-section--keypoint2 {
  padding-top: 52px;
  padding-bottom: 120px;
}

.service-body--sale .service-section--keypoint2 .service-section-title {
  gap: 129px;
}

.service-body--sale .keypoint2-steps {
  margin-top: 172px;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.service-body--sale .keypoint2-steps__divider {
  margin-block: 0;
}

.assessment-point .service-image-text__body {
  gap: 31px;
}

.assessment-point__top {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.assessment-point__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.assessment-point__inner-sep {
  height: 1px;
  background-color: #c1cbdd;
}

.assessment-point__bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.assessment-point__bullet {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.assessment-point__bullet-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  color: var(--service-color);
  display: flex;
  align-items: center;
  gap: 12px;
}

.assessment-point__bullet-title::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.assessment-point__bullet-desc {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #0f367a;
  margin-left: 32px;
}

.service-body--sale .service-section--sell-flow {
  padding-top: 0;
  padding-bottom: 52px;
}

.sell-flow {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.sell-flow__head {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.sell-flow__description {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.sell-flow__image {
  width: 100%;
  height: auto;
  display: block;
}

.sell-case {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 0;
  background-color: #f5f5f5;
}

.sell-case__sub-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 61px;
}

.sell-case__sub-heading-bar {
  flex-shrink: 0;
  width: 10px;
  height: 31px;
  background-color: var(--service-color);
}

.sell-case__sub-heading-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sell-case__sub-heading-text {
    font-size: 21px;
  }
}
.sell-case__sub-heading-text {
  color: #0f367a;
}

.sell-case__items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 72px;
}

.sell-case-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sell-case-item__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sell-case-item__label {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .sell-case-item__label {
    font-size: 26px;
  }
}
.sell-case-item__label {
  font-weight: 600;
  color: var(--service-color);
}

.sell-case-item__rule {
  height: 1px;
  background-color: #c1cbdd;
}

.sell-case-item__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sell-case-item__body {
  display: flex;
  align-items: stretch;
}

.sell-case-item__image {
  width: 408px;
  flex-shrink: 0;
  overflow: hidden;
}
.sell-case-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sell-case-item__text {
  flex: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 32px;
}

.sell-case-item__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.sell-case-item__tags {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.sell-case-item__tag {
  display: flex;
  align-items: center;
  gap: 7px;
}

.sell-case-item__tag-dot {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--service-color);
}

.sell-case-item__tag-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sell-case-item__tag-text {
    font-size: 16px;
  }
}
.sell-case-item__tag-text {
  color: var(--service-color);
}

.sell-case-item__voice {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sell-case-item__voice-header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.sell-case-item__voice-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sell-case-item__voice-title {
    font-size: 16px;
  }
}
.sell-case-item__voice-title {
  color: var(--service-color);
  flex-shrink: 0;
  white-space: nowrap;
}

.sell-case-item__voice-rule {
  display: block;
  height: 1px;
  background-color: var(--service-color);
  flex: 1;
}

.sell-case-item__voice-body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.sell-case-item__price-bar {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sell-case-item__price-market {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: 70px;
  padding-inline: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sell-case-item__price-market::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #0f367a;
}

.sell-case-item__price-deals {
  flex: 1;
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}

.sell-case-item__price-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  line-height: 0;
  color: #0f367a;
  white-space: nowrap;
  font-size: 0;
}

.sell-case-item__price-label {
  font-size: 20px;
  line-height: 1.4;
}

.sell-case-item__price-value {
  font-size: 30px;
  line-height: 1.4;
}

.sell-case-item__price-value--sm {
  font-size: 20px;
}

.sell-case-item__price-unit {
  font-size: 20px;
  line-height: 1.4;
}

.sell-case-item__price-value--accent,
.sell-case-item__price-unit--accent {
  color: var(--service-color);
}

.sell-case-item__price-sep {
  display: block;
  width: 1px;
  height: 26px;
  background-color: #c1cbdd;
  flex-shrink: 0;
}

.service-body--sale .service-section--achievement {
  margin-top: 0;
  margin-bottom: 0;
}

.service-body--sale .achievement__count-num {
  color: var(--service-color);
}

.service-body--sale .service-section--seminar {
  margin-top: 88px;
  margin-bottom: 46px;
}

.service-body--sale .service-section--support {
  margin-top: 0;
  padding-bottom: 0;
}

.service-body--sale .after-support__lead-bar {
  background-color: var(--service-color);
  height: 62px;
}

.about-philosophy .section-heading {
  --section-heading-accent: #7dbfe4;
}

@media screen and (max-width: 1200px) {
  .about-philosophy__inner {
    padding-inline: 30px;
  }
}

.about-philosophy__body {
  margin-top: 74px;
  display: flex;
  align-items: flex-start;
  gap: 77px;
}
@media screen and (max-width: 1200px) {
  .about-philosophy__body {
    flex-direction: column;
    gap: 24px;
  }
}

.about-philosophy__lead {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .about-philosophy__lead {
    font-size: 26px;
  }
}
.about-philosophy__lead {
  flex-shrink: 0;
  line-height: normal;
  color: #7dbfe4;
}

.about-philosophy__text {
  flex-shrink: 0;
}

.about-philosophy__paragraph {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #0f367a;
  white-space: nowrap;
}
.about-philosophy__paragraph + .about-philosophy__paragraph {
  margin-top: 2.4em;
}
@media screen and (max-width: 1200px) {
  .about-philosophy__paragraph {
    white-space: normal;
  }
}

.about-mvv {
  padding-inline: 0;
  margin-top: 132px;
}
.about-mvv .section-heading {
  --section-heading-accent: #7dbfe4;
}
@media screen and (max-width: 1200px) {
  .about-mvv {
    margin-top: 80px;
  }
}

.about-mvv__head {
  padding-left: 338px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .about-mvv__head {
    padding-inline: 30px;
  }
}
.about-mvv__head {
  position: relative;
  z-index: 1;
}

.about-mvv__shape {
  display: block;
  width: 100%;
  height: auto;
}

.about-mvv__shape--top {
  margin-top: -80px;
}

.about-mvv__shape--bottom {
  margin-top: -1px;
}

.about-mvv__anim {
  position: relative;
  overflow: clip;
  background-color: #7dbfe4;
  padding-block: 100px;
  margin-top: -1px;
}

.about-mvv__anim-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 0;
  transform: translateY(100%);
  will-change: transform;
}

.about-mvv__anim-inner {
  padding-left: 338px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .about-mvv__anim-inner {
    padding-inline: 30px;
  }
}
.about-mvv__anim-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 240px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .about-mvv__anim-inner {
    gap: 120px;
  }
}

.about-mvv__row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .about-mvv__row {
    flex-direction: column;
    gap: 24px;
  }
}

.about-mvv__row-label {
  width: 324px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  .about-mvv__row-label {
    width: auto;
  }
}

.about-mvv__row-body {
  flex: 1;
  max-width: 567px;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
@media screen and (max-width: 1200px) {
  .about-mvv__row-body {
    max-width: none;
  }
}

.about-mvv__en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .about-mvv__en {
    font-size: 26px;
  }
}
.about-mvv__en {
  color: #fff;
}

.about-mvv__question {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}

.about-mvv__lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-mvv__lead {
    font-size: 21px;
  }
}
.about-mvv__lead {
  line-height: normal;
  color: #fff;
}

.about-mvv__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #fff;
}

.about-mvv__value {
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.about-mvv__value-head {
  display: flex;
  align-items: center;
  gap: 59px;
}
@media screen and (max-width: 768px) {
  .about-mvv__value-head {
    gap: 24px;
  }
}

.about-mvv__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px;
}
@media screen and (max-width: 1200px) {
  .about-mvv__cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.about-mvv__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-mvv__card-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-mvv__card-titles {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.about-mvv__card-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-mvv__card-ja {
    font-size: 21px;
  }
}
.about-mvv__card-ja {
  color: #fff;
}

.about-mvv__card-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.about-mvv__card-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.about-mvv__card-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}

@keyframes about-mvv-fill {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) and (animation-range: entry) {
    .about-mvv__anim {
      view-timeline-name: --about-mvv-anim;
    }
    .about-mvv__anim-bg {
      animation: about-mvv-fill linear both;
      animation-timeline: --about-mvv-anim;
      animation-range: cover;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-mvv__anim-bg {
    transform: translateY(0);
  }
}
.about-vi {
  background-color: #f5f5f5;
  padding-top: 0;
}
.about-vi .section-heading {
  --section-heading-accent: #7dbfe4;
}

.about-vi__body {
  display: flex;
  gap: 35px;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .about-vi__body {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}

.about-vi__text-col {
  flex: 1 1 566px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.about-vi__title-block {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.about-vi__h3 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about-vi__h3-bar {
  display: block;
  width: 10px;
  height: 93px;
  flex-shrink: 0;
  background-color: #7dbfe4;
}

.about-vi__h3-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-vi__h3-text {
    font-size: 21px;
  }
}
.about-vi__h3-text {
  line-height: normal;
  color: #0f367a;
}

.about-vi__desc {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.about-vi__logo-col {
  flex: 1 1 420px;
  min-width: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 40px;
}
@media screen and (max-width: 1200px) {
  .about-vi__logo-col {
    min-height: 200px;
    padding: 30px;
  }
}

.about-vi__logo {
  display: block;
  width: 255px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .about-vi__logo {
    width: 200px;
    max-width: 100%;
  }
}

.about-vi__sep {
  display: block;
  width: 100%;
  height: auto;
}

.about-property {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 200px;
}
.about-property .section-heading {
  --section-heading-accent: #7dbfe4;
}

.about-property__intro {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about-property__heading-area {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.about-property__heading-block {
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.about-property__heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-property__btn {
  width: 247px;
  flex-shrink: 0;
}

.about-property__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.about-property__lead {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-property__lead-bar {
  flex-shrink: 0;
  display: block;
  width: 10px;
  height: 93px;
  background-color: #7dbfe4;
}

.about-property__lead-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-property__lead-text {
    font-size: 21px;
  }
}
.about-property__lead-text {
  line-height: normal;
  color: #0f367a;
}

.about-property__desc {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  max-width: 697px;
}

.about-property__cases {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.about-property__cases-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-property__cases-dot {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.about-property__cases-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  color: #0f367a;
}

.about-property__cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 29px;
}

.about-property__card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-property__card-image {
  display: block;
  width: 100%;
  aspect-ratio: 360/240;
  object-fit: cover;
  border-radius: 4px;
}

.about-property__card-caption {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #0f367a;
}

.about-csr {
  margin-top: 140px;
  margin-bottom: 168px;
}
.about-csr .section-heading {
  --section-heading-accent: #7dbfe4;
}

.about-csr__head-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-csr__heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about-csr__btn {
  width: 247px;
  flex-shrink: 0;
}

.about-csr__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.about-csr__body {
  margin-top: 38px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.about-csr__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 364px;
  flex-shrink: 0;
}

.about-csr__h3 {
  display: flex;
  gap: 20px;
  align-items: center;
}

.about-csr__h3-bar {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 62px;
  background-color: #7dbfe4;
}

.about-csr__h3-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-csr__h3-text {
    font-size: 21px;
  }
}
.about-csr__h3-text {
  line-height: normal;
  color: #0f367a;
}

.about-csr__h3-note {
  font-size: 17px;
  vertical-align: super;
  line-height: 1;
}

.about-csr__illust {
  display: block;
  width: 100%;
  height: auto;
}

.about-csr__right {
  display: flex;
  flex-direction: column;
  gap: 63px;
  width: 567px;
  flex-shrink: 0;
}

.about-csr__text-block {
  display: flex;
  flex-direction: column;
}

.about-csr__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}
.about-csr__text + .about-csr__text {
  margin-top: 1.6em;
}

.about-csr__footnote {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  margin-top: 5px;
}

.about-csr__footnote-mark {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  line-height: 1.73;
  white-space: nowrap;
  color: #0f367a;
  flex-shrink: 0;
}

.about-csr__footnote-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.about-csr__image {
  display: block;
  width: 100%;
  aspect-ratio: 567/378;
  object-fit: cover;
  border-radius: 4px;
}

.about-member {
  padding-inline: 0;
  aspect-ratio: 1440/870;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .about-member {
    padding-block: 0;
  }
}
.about-member .section-heading {
  --section-heading-accent: #fff;
}
.about-member .section-heading__heading {
  color: #fff;
}

.about-member__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-member__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 144px;
  padding-left: 338px;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-member__btn {
  width: 247px;
  flex-shrink: 0;
  margin-left: auto;
}

.about-message {
  margin-top: 88px;
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
  gap: 83px;
}
.about-message .section-heading {
  --section-heading-accent: #7dbfe4;
}

.about-message__head {
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.about-message__title {
  display: flex;
  flex-direction: column;
  gap: 51px;
}

.about-message__h3 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-message__h3-bar {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: 31px;
  background-color: #7dbfe4;
}

.about-message__h3-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about-message__h3-text {
    font-size: 21px;
  }
}
.about-message__h3-text {
  line-height: normal;
  color: #0f367a;
}

.about-message__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about-message__text {
  width: 762px;
  flex-shrink: 0;
}

.about-message__paragraph {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}
.about-message__paragraph + .about-message__paragraph {
  margin-top: 1.6em;
}

.about-message__ceo {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-message__ceo-img {
  display: block;
  width: 210px;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
}

.about-message__ceo-name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.about-message__book {
  display: flex;
  align-items: center;
}

.about-message__book-img-wrap {
  flex-shrink: 0;
}

.about-message__book-img {
  display: block;
  width: 240px;
  height: 160px;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}

.about-message__book-body {
  flex: 1;
  min-width: 0;
  background-color: #f5f5f5;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
}

.about-message__book-inner {
  display: flex;
  align-items: center;
  gap: 39px;
}

.about-message__book-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  width: 384px;
}

.about-message__book-btn {
  width: 247px;
  flex-shrink: 0;
}

.about-message__sep {
  display: block;
  width: 100%;
  height: auto;
}

.about-corporate {
  padding-top: 80px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 67px;
}
.about-corporate .section-heading {
  --section-heading-accent: #7dbfe4;
}

.about-corporate__body {
  display: flex;
  flex-direction: column;
  gap: 74px;
}

.about-corporate__table {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.about-corporate__col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 503px;
  flex-shrink: 0;
}

.about-corporate__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  line-height: 1.6;
}

.about-corporate__label {
  width: 114px;
  flex-shrink: 0;
  color: #7dbfe4;
}

.about-corporate__value {
  flex: 1;
  color: #0f367a;
}

.about-corporate__value--multi {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.about-corporate__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-corporate__list-item {
  position: relative;
  padding-left: 10px;
}
.about-corporate__list-item::before {
  content: "";
  position: absolute;
  left: -4px;
  top: calc(0.8em - 2px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0f367a;
}

.about-corporate__divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.about-access {
  padding-top: 80px;
  padding-bottom: 180px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-access__map-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.about-access__map {
  width: 100%;
  height: 364px;
}
.about-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.about-access__address {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.book-page .section-heading {
  --section-heading-accent: #7dbfe4;
}

.book-hero {
  width: 100%;
}

.book-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.book-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-block: 0;
  padding-inline: 80px;
}
@media screen and (max-width: 768px) {
  .book-intro {
    padding-inline: 30px;
  }
}

.book-intro__head {
  color: #0f367a;
}

.book-intro__eyebrow {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .book-intro__eyebrow {
    font-size: 18px;
  }
}

.book-intro__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .book-intro__title {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
}

.book-intro__body {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .book-intro__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}

.book-intro__media {
  flex-shrink: 0;
  width: 502px;
  max-width: 40%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .book-intro__media {
    width: min(502px, 80%);
    max-width: none;
  }
}

.book-intro__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-intro__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.book-intro__lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #0f367a;
}

.book-outline {
  margin-top: 168px;
  margin-bottom: 116px;
  padding-inline: 145px;
  display: flex;
  flex-direction: column;
  gap: 133px;
}
@media screen and (max-width: 768px) {
  .book-outline {
    padding-inline: 30px;
    gap: 64px;
  }
}

.book-outline__top {
  display: flex;
  align-items: flex-end;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .book-outline__top {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
}

.book-outline__intro {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 66px;
}
@media screen and (max-width: 768px) {
  .book-outline__intro {
    gap: 32px;
  }
}

.book-outline__intro-main {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.book-outline__intro-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.book-outline__lead {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #0f367a;
}

.book-outline__lead-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.book-outline__lead-strong {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
}

.book-outline__reader {
  flex-shrink: 0;
  width: 502px;
  max-width: 44%;
}
@media screen and (max-width: 768px) {
  .book-outline__reader {
    width: min(502px, 100%);
    max-width: none;
    align-self: center;
  }
}

.book-outline__reader-img {
  display: block;
  width: 100%;
  height: auto;
}

.book-outline__rule {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.book-outline__bottom {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .book-outline__bottom {
    flex-direction: column;
    gap: 48px;
  }
}

.book-outline__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.book-outline__col-head {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.book-outline__recommend-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.book-outline__recommend-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .book-outline__recommend-item {
    font-size: 18px;
  }
}
.book-outline__recommend-item {
  line-height: 1.4;
  color: #7dbfe4;
}

.book-outline__recommend-item::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.book-outline__recommend-item--note {
  padding-left: 30px;
}

.book-outline__recommend-item--note::before {
  content: none;
}

.book-outline__toc-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.book-outline__toc-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.book-outline__toc-chapter {
  flex-shrink: 0;
  white-space: nowrap;
}

.book-outline__toc-title {
  flex: 1;
  min-width: 0;
}

.book-cta {
  display: flex;
  flex-direction: column;
}

.book-cta__sep {
  display: block;
  width: 100%;
  height: auto;
}

.book-cta__band--buttons {
  background-color: #7dbfe4;
}

.book-cta__band--contact {
  background-color: #0f367a;
  padding-block: 40px 0;
}

.book-cta__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
}
@media screen and (max-width: 768px) {
  .book-cta__inner {
    padding-inline: 30px;
  }
}

.book-cta__buttons {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .book-cta__buttons {
    flex-direction: column;
  }
}

.book-cta__contact {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .book-cta__contact {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
}

.book-cta__contact-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.book-cta__contact-heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .book-cta__contact-heading {
    font-size: 24px;
  }
}
.book-cta__contact-heading {
  color: #fff;
}

.book-cta__rule {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.book-cta__contact-lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}

.book-cta__contact-actions {
  flex-shrink: 0;
  width: 373px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .book-cta__contact-actions {
    width: 100%;
  }
}

.book-cta__tel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 101px;
  padding-right: 15px;
  padding-left: 28px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.book-cta__tel-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #0f367a;
  transition: color 0.5s cubic-bezier(0, 0, 0.2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .book-cta__tel:hover .button-has-right-arrow__bg {
    transform: translateX(0);
  }
  .book-cta__tel:hover .book-cta__tel-body {
    color: #fff;
  }
}
.book-cta__tel-number {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.book-cta__tel-hours {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.book-cta__tel-arrow {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: block;
}

.recruit-page .section-heading {
  --section-heading-accent: #7dbfe4;
}

.recruit-section {
  width: 100%;
}

.recruit-section__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
}

.recruit-separator {
  display: block;
  width: 100%;
  height: auto;
}

.recruit-message {
  position: relative;
  padding-top: 120px;
  padding-bottom: 144px;
  background-image: url("assets/images/recruit/recruit-message-bottom-bg.svg");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.recruit-message .recruit-section__inner {
  padding-right: 80px;
}

.recruit-message__inner {
  display: flex;
  align-items: flex-end;
  gap: 60px;
}

.recruit-message__text-col {
  display: flex;
  flex-direction: column;
  gap: 33px;
  flex-shrink: 0;
  width: 524px;
}

.recruit-message__heading-group {
  display: flex;
  flex-direction: column;
  gap: 93px;
}

.recruit-message__wave-block {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.recruit-message__lead {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .recruit-message__lead {
    font-size: 26px;
  }
}
.recruit-message__lead {
  color: #7dbfe4;
  line-height: normal;
}

.recruit-message__h3-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recruit-message__h3-bar {
  display: block;
  width: 10px;
  height: 31px;
  background-color: #7dbfe4;
  flex-shrink: 0;
}

.recruit-message__h3 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-message__h3 {
    font-size: 21px;
  }
}
.recruit-message__h3 {
  color: #0f367a;
  white-space: nowrap;
}

.recruit-message__body p {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.1em;
  color: #0f367a;
  margin: 0;
  white-space: nowrap;
}

.recruit-message__image-col {
  width: 100%;
}

.recruit-message__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}

.recruit-we-look-for {
  margin-top: 144px;
  margin-bottom: 172px;
}

.recruit-we-look-for__cards {
  display: flex;
  gap: 31px;
  align-items: flex-start;
  margin-top: 60px;
}

.recruit-we-look-for__card {
  display: flex;
  flex-direction: column;
  gap: 38px;
  flex: 1;
}

.recruit-we-look-for__card-top {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.recruit-we-look-for__image {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}

.recruit-we-look-for__h3-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recruit-we-look-for__h3-bar {
  display: block;
  width: 10px;
  height: 62px;
  background-color: #7dbfe4;
  flex-shrink: 0;
}

.recruit-we-look-for__h3 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f367a;
}

.recruit-we-look-for__body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.recruit-career {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}

.recruit-career .recruit-section__inner {
  padding-right: 0;
}

.recruit-career__scroll-area {
  overflow-x: auto;
  margin-top: 64px;
}

.recruit-career__stages {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: max-content;
  padding-right: 40px;
}

.recruit-career__stage {
  display: flex;
  align-items: center;
}

.recruit-career__stage--management {
  margin-left: 216px;
}

.recruit-career__stage--leader {
  margin-left: 108px;
}

.recruit-career__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 204px;
  background-color: #0f367a;
  border-radius: 4px 0 0 4px;
  flex-shrink: 0;
  padding: 17px 18px;
}

.recruit-career__label-text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  writing-mode: vertical-rl;
  text-align: center;
  white-space: nowrap;
  font-feature-settings: "vert";
  margin: 0;
}

.recruit-career__rows {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.recruit-career__row {
  display: flex;
  align-items: center;
  width: 872px;
  height: 101px;
  background-color: #fff;
}

.recruit-career__row--top {
  border-radius: 0 4px 0 0;
}

.recruit-career__row--bottom {
  border-radius: 0 0 4px 0;
}

.recruit-career__row-role {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 100%;
  flex-shrink: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #0f367a;
  text-align: center;
}
.recruit-career__row-role p {
  margin: 0;
  line-height: normal;
}

.recruit-career__row-responsibility {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 100%;
  flex-shrink: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #7dbfe4;
  text-align: center;
  line-height: 1.6;
}

.recruit-career__row-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  height: 100%;
}
.recruit-career__row-details p {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  margin: 0;
}

.recruit-business {
  margin-top: 0;
  margin-bottom: 132px;
  padding-top: 80px;
}

.recruit-business__cards {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  margin-top: 57px;
}

.recruit-business__card {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex: 1;
}

.recruit-business__card-top {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.recruit-business__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 16px;
}

.recruit-business__h3-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recruit-business__h3-bar {
  display: block;
  width: 10px;
  height: 31px;
  background-color: #7dbfe4;
  flex-shrink: 0;
}

.recruit-business__h3 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-business__h3 {
    font-size: 21px;
  }
}
.recruit-business__h3 {
  color: #0f367a;
}

.recruit-business__body-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recruit-business__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  margin: 0;
}

.recruit-business__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0f367a;
  line-height: 1.6;
}

.recruit-business__list-item {
  position: relative;
  padding-left: 12px;
  margin: 0;
}

.recruit-business__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0f367a;
}

.recruit-interview {
  margin-top: 0;
  padding-bottom: 132px;
  padding-top: 80px;
  background-color: #f5f5f5;
}

.recruit-interview__list {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 57px;
}

.recruit-interview__item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.recruit-interview__item--center {
  align-items: center;
}

.recruit-interview__image-col {
  max-width: 480px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

.recruit-interview__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.recruit-interview__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  flex: 1;
}

.recruit-interview__h3-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recruit-interview__h3-bar {
  display: block;
  width: 10px;
  align-self: stretch;
  background-color: #7dbfe4;
  flex-shrink: 0;
}

.recruit-interview__h3 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview__h3 {
    font-size: 21px;
  }
}
.recruit-interview__h3 {
  color: #0f367a;
}

.recruit-interview__body-group {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.recruit-interview__text-block {
  display: flex;
  flex-direction: column;
}

.recruit-interview__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  margin: 0;
}

.recruit-interview__profile p {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  margin: 0;
}

.recruit-entry {
  padding-bottom: 128px;
  background-color: #7dbfe4;
}
.recruit-entry .section-heading {
  --section-heading-accent: #fff;
}
.recruit-entry .section-heading__heading {
  color: #fff;
}

.recruit-entry .recruit-section__inner {
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.recruit-entry__heading-group {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.recruit-entry__h3-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.recruit-entry__h3-bar {
  display: block;
  width: 10px;
  height: 31px;
  background-color: #fff;
  flex-shrink: 0;
}

.recruit-entry__h3 {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-entry__h3 {
    font-size: 21px;
  }
}
.recruit-entry__h3 {
  color: #fff;
  margin: 0;
}

.recruit-entry__address-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #0f367a;
  border-radius: 4px;
  height: 165px;
}

.recruit-entry__address-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .recruit-entry__address-label {
    font-size: 18px;
  }
}
.recruit-entry__address-label {
  color: #fff;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.recruit-entry__address-body {
  flex-shrink: 0;
}
.recruit-entry__address-body p {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}

.recruit-entry__address-divider {
  width: 1px;
  height: 91px;
  background-color: #c1cbdd;
  flex-shrink: 0;
}

.recruit-entry__address-note {
  width: 372px;
}
.recruit-entry__address-note p {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}

.recruit-job-description {
  margin-top: 0;
  margin-bottom: 88px;
  padding-top: 80px;
}

.recruit-job-description__table {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 116px;
}

.recruit-job-description__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

.recruit-job-description__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.recruit-job-description__label {
  width: 114px;
  flex-shrink: 0;
  color: #7dbfe4;
  line-height: 1.6;
  margin: 0;
}

.recruit-job-description__value-text {
  flex: 1;
  color: #0f367a;
  margin: 0;
}

.recruit-job-description__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.recruit-job-description__list-item {
  position: relative;
  padding-left: 24px;
  color: #0f367a;
}

.recruit-job-description__list-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: calc(0.8em - 6px);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0f367a;
}

.recruit-job-description__list-item--note::before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  line-height: 1.6;
}

.recruit-job-description__list-item--plain {
  padding-left: 0;
}

.recruit-job-description__list-item--plain::before {
  content: none;
}

.register-cta-section {
  display: flex;
  gap: 36px;
  padding-top: 88px;
  padding-bottom: 150px;
  padding-inline: 145px;
  background-color: #f5f5f5;
}
.register-cta-section .section-heading {
  --section-heading-accent: #7dbfe4;
}

.register-cta-section__col {
  display: flex;
  flex-direction: column;
  gap: 35px;
  flex: 1;
}

.register-cta-section__card {
  padding: 55px 60px;
  border-radius: 10px;
}

.register-cta-section__card--form {
  background-color: #7dbfe4;
}
.register-cta-section__card--form .form-field__label {
  width: 129px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
.register-cta-section__card--form .form__fields {
  gap: 10px;
}
.register-cta-section__card--form .form__view--input {
  gap: 35px;
}
.register-cta-section__card--form .form__actions:not(.form__actions--confirm) {
  justify-content: center;
}
.register-cta-section__card--form .form-confirm {
  padding: 48px 32px;
}
.register-cta-section__card--form .form-confirm__label {
  width: 200px;
}

.register-cta-section__card--line {
  background-color: #4cc764;
}

.register-line {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.register-line__top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.register-line__text-block {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 308px;
  flex-shrink: 0;
}

.register-line__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}

.register-line__sep {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.register-line__qr-wrap {
  width: 90px;
  flex-shrink: 0;
}

.register-line__qr-wrap img {
  width: 100%;
  height: auto;
}

.register-cta-section__sep {
  display: block;
  width: 100%;
  height: auto;
}

.register-benefit-section {
  display: flex;
  flex-direction: column;
  gap: 63px;
  padding-inline: 145px;
  background-color: #fff;
  margin-top: 36px;
}
.register-benefit-section .section-heading {
  --section-heading-accent: #7dbfe4;
}

.register-benefit-grid {
  display: flex;
  gap: 35px;
}

.register-benefit-item {
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex: 1;
}

.register-benefit-item__img-wrap {
  width: 100%;
  aspect-ratio: 360/240;
  overflow: hidden;
}

.register-benefit-item--rounded .register-benefit-item__img-wrap {
  border-radius: 4px;
}

.register-benefit-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-benefit-item__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.register-benefit-item__point {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .register-benefit-item__point {
    font-size: 26px;
  }
}
.register-benefit-item__point {
  color: #7dbfe4;
}

.register-benefit-item__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .register-benefit-item__heading {
    font-size: 18px;
  }
}
.register-benefit-item__heading {
  line-height: 1.2;
  color: #0f367a;
}

.register-news-section {
  margin-top: 60px;
  padding-inline: 145px;
  padding-bottom: 80px;
}

.register-news-section__sep {
  border: 0;
  height: 1px;
  background-color: #c1cbdd;
  margin: 0;
}

.register-news-section__body {
  display: flex;
  align-items: flex-start;
  gap: 76px;
  margin-top: 60px;
}
.register-news-section__body .section-heading {
  flex-shrink: 0;
  --section-heading-accent: #7dbfe4;
}

.register-news-section__scroll-area {
  flex: 1;
  height: 414px;
  overflow-y: scroll;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding-inline: 65px;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 54, 122, 0.9) rgba(255, 255, 255, 0.9);
}
.register-news-section__scroll-area::-webkit-scrollbar {
  width: 6px;
}
.register-news-section__scroll-area::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.register-news-section__scroll-area::-webkit-scrollbar-thumb {
  background: rgba(15, 54, 122, 0.9);
  border-radius: 4px;
}

.register-news-section__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.register-news-section__empty {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.register-news-item {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.register-news-item__date {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  flex-shrink: 0;
  width: 78px;
  line-height: 1;
}

.register-news-item__category {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 120px;
  border-radius: 15px;
  background-color: #f19808;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.register-news-item__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  margin-left: 12px;
}

.register-distribution-sep,
.register-behind-sep {
  display: block;
  width: 100%;
  height: auto;
}

.register-behind-section {
  background-color: #f5f5f5;
  padding-block: 50px;
  padding-inline: 145px;
}
.register-behind-section .section-heading {
  --section-heading-accent: #7dbfe4;
}

.register-behind-section__content {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}

.register-behind-section__text {
  display: flex;
  flex-direction: column;
  gap: 38px;
  flex: 1;
}

.register-behind-section__body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.register-behind-section__img-wrap {
  width: 480px;
  aspect-ratio: 480/320;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.register-behind-section__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-meeting-section {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-top: 128px;
  margin-bottom: 140px;
  padding-left: 145px;
  padding-right: 80px;
  background-color: #fff;
}
.register-meeting-section .section-heading {
  --section-heading-accent: #7dbfe4;
}

.register-meeting-section__body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.register-meeting-section__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  flex: 1;
}
.register-meeting-section__text p {
  margin: 0;
}

.register-meeting-section__buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.button-has-right-arrow--line {
  background-color: #2aaa43;
}

.register-meeting-sep {
  display: block;
  width: 100%;
  height: auto;
}

.customers-top-buttons {
  margin-top: 92px;
  margin-bottom: 60px;
}

.customers-top-buttons__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
  display: flex;
  gap: 16px;
}

.customers-top-buttons__item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 45px;
  padding-right: 20px;
  min-height: 120px;
  background-color: #0f367a;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.customers-top-buttons__text-group {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.customers-top-buttons__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.customers-top-buttons__subtitle {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.customers-top-buttons__arrow {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.customers-top-buttons__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 70px);
  display: flex;
  transform: translateX(calc(-100% - 70px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.customers-top-buttons__fill {
  flex: 1;
  background-color: #022563;
}

.customers-top-buttons__wave {
  flex-shrink: 0;
  width: 70px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .customers-top-buttons__item:hover .customers-top-buttons__bg {
    transform: translateX(0);
  }
}
.customers-top-buttons-sep {
  display: block;
  width: 100%;
  height: auto;
}

.customers-consultation {
  margin-top: 0;
  background-color: #f5f5f5;
}

.customers-consultation__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
  padding-bottom: 46px;
  display: flex;
  flex-direction: column;
  gap: 54px;
}
.customers-consultation__inner .section-heading {
  --section-heading-accent: #7dbfe4;
}

.customers-consultation__columns {
  display: flex;
  gap: 16px;
}

.customers-consultation__column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.customers-consultation__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 45px;
  padding-right: 20px;
  min-height: 175px;
  background-color: #0f367a;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.customers-consultation__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.customers-consultation__card-name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.customers-consultation__card-phone {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.customers-consultation__card-hours {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.customers-consultation__card-arrow {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.customers-consultation__card-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 70px);
  display: flex;
  transform: translateX(calc(-100% - 70px));
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}

.customers-consultation__card-fill {
  flex: 1;
  background-color: #022563;
}

.customers-consultation__card-wave {
  flex-shrink: 0;
  width: 70px;
  background: url("assets/images/common/wave-to-right.svg") no-repeat center/100% 100%;
}

@media (hover: hover) and (pointer: fine) {
  .customers-consultation__card:hover .customers-consultation__card-bg {
    transform: translateX(0);
  }
}
.customers-consultation-sep {
  display: block;
  width: 100%;
  height: auto;
}

.customers-trivia {
  margin-top: 105px;
}

.customers-trivia__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
  display: flex;
  flex-direction: column;
  gap: 92px;
}
.customers-trivia__inner .section-heading {
  --section-heading-accent: #7dbfe4;
}

.customers-trivia__block {
  display: flex;
  flex-direction: column;
}

.customers-trivia__h3-wrap {
  display: grid;
}
.customers-trivia__h3-wrap .customers-trivia__h3-sep,
.customers-trivia__h3-wrap .heading-bar {
  grid-row: 1;
  grid-column: 1;
  align-self: start;
}
.customers-trivia__h3-wrap .customers-trivia__h3-sep {
  height: 1px;
  margin-top: 48px;
  background-color: #c1cbdd;
  z-index: 0;
}
.customers-trivia__h3-wrap .heading-bar {
  position: relative;
  z-index: 1;
}

.customers-trivia__grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 36px;
  row-gap: 44px;
  align-items: start;
}

.customers-trivia__card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}

.customers-trivia__card-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
}

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

.customers-trivia__card-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.customers-trivia__card-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.customers-trivia__card-dot {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0f367a;
}

.customers-trivia__card-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .customers-trivia__card-title {
    font-size: 18px;
  }
}
.customers-trivia__card-title {
  color: #7dbfe4;
  transform: translateY(-1px);
}

.customers-trivia-sep {
  display: block;
  width: 100%;
  height: auto;
}

.customers-trivia__card-body {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}
.customers-trivia__card-body ol {
  list-style: decimal;
  padding-left: 24px;
  margin-block: 0;
}
.customers-trivia__card-body li {
  line-height: 1.6;
}
.customers-trivia__card-body p {
  margin: 0;
  line-height: 1.6;
}

.tel-contact {
  margin-top: 80px;
  padding-inline: 145px;
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.tel-contact .section-heading {
  --section-heading-accent: #7dbfe4;
}

.tel-contact__box {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-contact__inner {
  display: flex;
  align-items: center;
  gap: 68px;
}

.tel-contact__description {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.tel-contact__phones {
  display: flex;
  align-items: center;
  gap: 60px;
}

.tel-contact__phone {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tel-contact__phone-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tel-contact__phone-bar {
  width: 10px;
  height: 31px;
  flex-shrink: 0;
  background-color: #7dbfe4;
}

.tel-contact__phone-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .tel-contact__phone-title {
    font-size: 21px;
  }
}
.tel-contact__phone-title {
  line-height: normal;
  color: #0f367a;
}

.tel-contact__phone-body {
  display: flex;
  flex-direction: column;
  color: #0f367a;
}

.tel-contact__phone-number {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  color: inherit;
}

.tel-contact__phone-hours {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: inherit;
}

.contact-separator {
  display: block;
  width: 100%;
  height: auto;
}

.form-contact-section {
  margin-top: 92px;
  margin-bottom: 172px;
  padding-inline: 145px;
  display: flex;
  flex-direction: column;
  gap: 89px;
}
.form-contact-section .section-heading {
  --section-heading-accent: #7dbfe4;
  border-top: 1px solid #c1cbdd;
  padding-top: 41px;
}

.form-contact-section__form-area .form__view--input {
  gap: 52px;
}
.form-contact-section__form-area .form__fields {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 65px;
}
.form-contact-section__form-area .form-field__body .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.form-contact-section__form-area .form-field__body .wpcf7-radio .wpcf7-list-item {
  flex: unset;
}
.form-contact-section__form-area .form-field--address .wpcf7-text {
  width: 100%;
}
.form-contact-section__form-area .form__agree {
  background-color: #f5f5f5;
  height: 80px;
  padding-inline: 65px;
}

.consultation-line-section {
  display: flex;
  align-items: flex-start;
  gap: 71px;
  margin-top: 104px;
  padding-inline: 145px;
}
.consultation-line-section .section-heading {
  --section-heading-accent: #7dbfe4;
  flex-shrink: 0;
}

.consultation-line-section__card {
  flex: 1;
  height: 148px;
  background-color: #2aaa43;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consultation-line-section__card-inner {
  display: flex;
  align-items: center;
  gap: 52px;
}

.consultation-line-section__qr-wrap {
  width: 90px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.consultation-line-section__qr-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultation-line-section__divider {
  width: 1px;
  height: 90px;
  flex-shrink: 0;
  background-color: #c1cbdd;
}

.consultation-line-section__content {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.consultation-line-section__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  width: 308px;
  flex-shrink: 0;
}

.consultation-line-section__btn {
  padding-inline: 56px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  flex-shrink: 0;
}

.consultation-form-section {
  margin-top: 104px;
  padding-top: 83px;
  border-top: 1px solid #c1cbdd;
  padding-inline: 145px;
}
.consultation-form-section .section-heading {
  --section-heading-accent: #7dbfe4;
}

.consultation-form-section__form-area {
  margin-top: 52px;
  padding-bottom: 120px;
}
.consultation-form-section__form-area .form__view--input {
  gap: 60px;
}
.consultation-form-section__form-area .form__fields {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 65px;
}
.consultation-form-section__form-area .form-field__label {
  width: 314px;
}
.consultation-form-section__form-area .form-field__body .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.consultation-form-section__form-area .form-field__body .wpcf7-radio .wpcf7-list-item {
  flex: unset;
}
.consultation-form-section__form-area .form-field--address .wpcf7-text {
  width: 100%;
}
.consultation-form-section__form-area .form__agree {
  background-color: #f5f5f5;
  height: 80px;
  padding-inline: 65px;
}
.consultation-form-section__form-area .form-confirm__label {
  width: 314px;
}

.consultation-separator {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .consultation-form-section__form-area .form__view--input {
    gap: 40px;
  }
  .consultation-form-section__form-area .form__fields {
    padding: 24px 16px;
  }
  .consultation-form-section__form-area .form-field__label {
    width: auto;
  }
  .consultation-form-section__form-area .form__agree {
    height: auto;
    padding: 16px;
  }
  .consultation-form-section__form-area .form-confirm__label {
    width: auto;
  }
}
.privacy-hero {
  padding-top: 150px;
  padding-left: 80px;
}
@media screen and (max-width: 1200px) {
  .privacy-hero {
    padding-top: 100px;
    padding-left: 30px;
  }
}

.privacy-hero__hgroup {
  display: flex;
  flex-direction: column;
  color: #0f367a;
}

.privacy-hero__eyebrow {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .privacy-hero__eyebrow {
    font-size: 18px;
  }
}

.privacy-hero__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .privacy-hero__title {
    font-size: 25px;
    letter-spacing: 0.04em;
  }
}

.service-body--privacy {
  --service-color: #0f367a;
  margin-top: 150px;
  margin-bottom: 232px;
}
@media screen and (max-width: 1200px) {
  .service-body--privacy {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.service-body--privacy .service-main {
  display: flex;
  flex-direction: column;
  gap: 118px;
  color: #0f367a;
}
@media screen and (max-width: 1200px) {
  .service-body--privacy .service-main {
    gap: 80px;
  }
}

.service-body--privacy .service-section {
  padding-left: 403px;
  padding-right: 145px;
  padding-block: 0;
}
@media screen and (max-width: 1200px) {
  .service-body--privacy .service-section {
    padding-inline: 30px;
  }
}

.service-body--privacy .service-sidebar__list {
  gap: 13px;
}

.service-body--privacy .service-sidebar__link {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.service-body--privacy .service-sidebar__link::before {
  top: calc((1.6em - 7px) / 2);
}

.service-body--privacy .service-sidebar__link:not(.is-active)::before {
  display: none;
}

.privacy-intro {
  display: flex;
  flex-direction: column;
}

.privacy-intro__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.privacy-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.privacy-section__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .privacy-section__title {
    font-size: 24px;
  }
}

.privacy-section__divider {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.privacy-section__body {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.privacy-section__lead {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.privacy-section__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.privacy-section__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacy-section__link {
  text-decoration: underline;
  text-underline-position: from-font;
}

.privacy-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacy-item__heading {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .privacy-item__heading {
    font-size: 18px;
  }
}

.privacy-item__text {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.privacy-list {
  list-style: disc;
  padding-left: 24px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

.privacy-separator {
  display: block;
  width: 100%;
  height: auto;
}

.works-filter {
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 64px;
  padding-inline: 145px;
}
@media screen and (max-width: 1200px) {
  .works-filter {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 992px) {
  .works-filter {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-filter {
    padding-inline: 30px;
  }
}

.works-filter__form {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
@media screen and (max-width: 768px) {
  .works-filter__form {
    flex-direction: column;
    gap: 32px;
  }
}

.works-filter__col {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .works-filter__col {
    width: 100%;
  }
}

.works-filter__head {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.works-filter__label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .works-filter__label {
    font-size: 18px;
  }
}
.works-filter__label {
  margin: 0;
  color: #0f367a;
}

.works-filter__divider {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.works-filter__select-wrap {
  position: relative;
  border-radius: 30px;
  background-color: #f5f5f5;
}

.works-filter__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 16px;
  height: 10px;
  color: #7dbfe4;
  transform: translateY(-50%);
  pointer-events: none;
}

.works-filter__select {
  appearance: none;
  width: 100%;
  height: 44px;
  margin: 0;
  padding-block: 0;
  padding-inline: 49px 24px;
  border: none;
  border-radius: 30px;
  background-color: transparent;
  color: #0f367a;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.works-filter__col--count {
  flex: 0 0 167px;
  width: 167px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .works-filter__col--count {
    flex: none;
    width: 100%;
  }
}

.works-filter__col--count .works-filter__head {
  gap: 12px;
}

.works-filter__count {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-filter__count {
    justify-content: flex-start;
  }
}

.works-filter__count-num {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #4d4444;
}

.works-filter__count-unit {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .works-filter__count-unit {
    font-size: 18px;
  }
}
.works-filter__count-unit {
  color: #0f367a;
}

.works-archive {
  padding-block: 78px 0;
}

.works-archive__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
}
@media screen and (max-width: 1200px) {
  .works-archive__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 992px) {
  .works-archive__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works-archive__inner {
    padding-inline: 30px;
  }
}

.works-archive__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .works-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .works-archive__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.works-archive__item {
  display: flex;
}

.works-archive__empty {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.works-archive__separator {
  display: block;
  width: 100%;
  height: auto;
}

.works-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-block-start: 78px;
}
@media screen and (max-width: 768px) {
  .works-pagination {
    gap: 20px;
    margin-block-start: 60px;
  }
}

.works-pagination .page-numbers {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #c1cbdd;
  text-decoration: none;
}

.works-pagination .page-numbers.current {
  color: #000;
}

.works-pagination .page-numbers.dots {
  color: #c1cbdd;
}

.works-pagination .prev,
.works-pagination .next {
  display: inline-flex;
}

.works-pagination__arrow-icon {
  display: block;
  width: 29px;
  height: 29px;
}

.works-detail__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 180px 120px;
  padding-inline: 145px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .works-detail__inner {
    padding-block: 100px 80px;
    padding-inline: 24px;
  }
}

.works-detail__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .works-detail__head {
    flex-wrap: wrap;
    gap: 12px;
  }
}

.works-detail__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #0f367a;
}
@media screen and (max-width: 768px) {
  .works-detail__title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.works-detail__type {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 30px;
  padding-inline: 12px;
  border-radius: 4px;
  background-color: #262626;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.works-detail__divider {
  width: 100%;
  height: 1px;
}

.works-detail__divider--top {
  margin-top: 23px;
  background-color: #d2d2d2;
}

.works-detail__divider--bottom {
  background-color: #c1cbdd;
}

.works-detail__columns {
  margin-top: 65px;
  display: grid;
  grid-template-columns: minmax(0, 632fr) minmax(0, 502fr);
  gap: 80px;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .works-detail__columns {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.works-detail__media {
  min-width: 0;
}

.works-detail__frame {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 32px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.works-detail__slides {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.works-detail__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .works-detail__track {
    transition: none;
  }
}
.works-detail__image {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

.works-detail__nav {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.works-detail__nav-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  line-height: 0;
}

.works-detail__nav-btn img {
  display: block;
  width: 100%;
  height: 100%;
}

.works-detail__nav-btn--prev img {
  transform: scaleX(-1);
}

.works-detail__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.works-detail__group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.works-detail__group--realty {
  gap: 38px;
}

.works-detail__group--staff {
  gap: 27px;
}

.works-detail__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.works-detail__row {
  display: grid;
  grid-template-columns: 129px 1fr;
  align-items: center;
}

.works-detail__row-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #7dbfe4;
}

.works-detail__row-value {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
  color: #0f367a;
}

.works-detail__owner {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.works-detail__staff {
  display: flex;
  align-items: center;
  gap: 27px;
}

.works-detail__staff-avatar {
  flex-shrink: 0;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
}

.works-detail__staff-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-detail__staff-name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.works-detail__footer {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 66px;
}

.works-detail__back {
  width: 247px;
  max-width: 100%;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.works-detail__separator {
  display: block;
  width: 100%;
  height: auto;
}

.seminar-filter {
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 1440px;
  margin-inline: auto;
  margin-block-start: 80px;
  padding-inline: 145px;
}
@media screen and (max-width: 768px) {
  .seminar-filter {
    padding-inline: 30px;
  }
}

.seminar-filter__themes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.seminar-filter__label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .seminar-filter__label {
    font-size: 18px;
  }
}
.seminar-filter__label {
  color: #0f367a;
}

.seminar-filter__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .seminar-filter__tabs {
    gap: 12px;
  }
}

.seminar-filter__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 44px;
  border-radius: 30px;
  background-color: #c1cbdd;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;
}

.seminar-filter__tab--active {
  background-color: #0f367a;
  color: #fff;
}

.seminar-filter__tab:hover,
.seminar-filter__tab:focus-visible {
  background-color: #0f367a;
  color: #fff;
}

.seminar-filter__tab--active:hover,
.seminar-filter__tab--active:focus-visible {
  background-color: #022563;
}

.seminar-filter__period {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.seminar-filter__divider {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.seminar-filter__toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seminar-filter__option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 308px;
  height: 40px;
  padding-inline-start: 12px;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .seminar-filter__option {
    width: 100%;
  }
}

.seminar-filter__radio {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background-color: #fff;
}

.seminar-filter__option--active .seminar-filter__radio::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 50%;
  background-color: #0f367a;
}

.seminar-filter__option-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.seminar-archive {
  margin-block-start: 60px;
  padding-block: 120px;
  background-color: #f5f5f5;
  overflow-x: clip;
}

.seminar-archive__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
}
@media screen and (max-width: 1200px) {
  .seminar-archive__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 992px) {
  .seminar-archive__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .seminar-archive__inner {
    padding-inline: 30px;
  }
}

.seminar-archive__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  row-gap: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .seminar-archive__list {
    column-gap: 64px;
  }
}
@media screen and (max-width: 992px) {
  .seminar-archive__list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}

.seminar-archive__item {
  display: flex;
}

.seminar-archive__empty {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.seminar-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.seminar-card__postits {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateX(-100%);
}
@media screen and (max-width: 992px) {
  .seminar-card__postits {
    top: 0;
    transform: none;
  }
}

.seminar-card__postit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 6px 0 0 6px;
  text-align: center;
}

.seminar-card__postit--soon {
  background-color: #ee375c;
  color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.1em;
}

.seminar-card__postit--online {
  background-color: #7dbfe4;
  color: #0f367a;
}

.seminar-card__postit-en {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.seminar-card__postit-ja {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.seminar-card__media {
  width: 100%;
  aspect-ratio: 523/348;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.seminar-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seminar-card__image--placeholder {
  background-color: #d1d5de;
}

.seminar-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 576px) {
  .seminar-card__body {
    padding: 32px;
  }
}

.seminar-card__theme {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 36px;
  border-radius: 4px;
  color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .seminar-card__theme {
    top: 16px;
    right: 16px;
  }
}

.seminar-card--purchase {
  --category-color: #f19808;
}

.seminar-card--management {
  --category-color: #2389d4;
}

.seminar-card--sale {
  --category-color: #1f9478;
}

.seminar-card__theme--purchase {
  background-color: #f19808;
}

.seminar-card__theme--management {
  background-color: #2389d4;
}

.seminar-card__theme--sale {
  background-color: #1f9478;
}

.seminar-card__content {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 100%;
  max-width: 413px;
}

.seminar-card__info-wrap {
  display: flex;
  flex-direction: column;
}

.seminar-card__date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: var(--category-color, #f19808);
}

.seminar-card__date-md {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 77px;
  font-weight: 600;
  line-height: 1;
}

.seminar-card__date-divider {
  flex-shrink: 0;
  width: 1px;
  height: 56px;
  border-radius: 2px;
  background-color: #c1cbdd;
}

.seminar-card__date-yw {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.seminar-card__date-year {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.seminar-card__date-weekday {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.seminar-card__info {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 15px;
  row-gap: 10px;
  margin: 0;
  margin-top: 8px;
}

.seminar-card__info-label {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--category-color, #f19808);
  white-space: nowrap;
}

.seminar-card__info-value {
  margin: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f367a;
}

.seminar-card__cta {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-inline: 24px;
  border-radius: 5px;
  background-color: #0f367a;
  color: #fff;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: background-color 0.3s;
}

.seminar-card:hover .seminar-card__cta,
.seminar-card:focus-visible .seminar-card__cta {
  background-color: #022563;
}

.seminar-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-block-start: 142px;
}
@media screen and (max-width: 768px) {
  .seminar-pagination {
    gap: 20px;
    margin-block-start: 80px;
  }
}

.seminar-pagination .page-numbers {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #c1cbdd;
  text-decoration: none;
}

.seminar-pagination .page-numbers.current {
  color: #000;
}

.seminar-pagination .page-numbers.dots {
  color: #c1cbdd;
}

.seminar-pagination .prev,
.seminar-pagination .next {
  display: inline-flex;
}

.seminar-pagination__arrow-icon {
  display: block;
  width: 29px;
  height: 29px;
}

.seminar-apply {
  background-color: #f5f5f5;
  padding-block: 180px 120px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .seminar-apply {
    padding-block: 100px 80px;
  }
}

.seminar-apply__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
}
@media screen and (max-width: 1200px) {
  .seminar-apply__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 992px) {
  .seminar-apply__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .seminar-apply__inner {
    padding-inline: 24px;
  }
}

.seminar-apply__main {
  display: flex;
  gap: 86px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .seminar-apply__main {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .seminar-apply__main {
    flex-direction: column;
    gap: 24px;
  }
}

.seminar-apply__head {
  flex-shrink: 0;
}

.seminar-apply__head .heading-bar__bar {
  align-self: stretch;
  height: auto;
}

.seminar-apply__body {
  width: 826px;
  max-width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .seminar-apply__body {
    width: 100%;
  }
}

.seminar-apply__foot {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .seminar-apply__foot {
    gap: 32px;
    margin-top: 32px;
  }
}

.seminar-apply__sep {
  height: 1px;
  margin: 0;
  border: 0;
  background-color: #d2d2d2;
}

.seminar-apply__back {
  width: 247px;
}
@media screen and (max-width: 768px) {
  .seminar-apply__back {
    width: 100%;
  }
}

.news-archive {
  margin-block-start: 96px;
  padding-block-end: 38px;
}

.news-archive__inner {
  display: flex;
  align-items: flex-start;
  gap: 81px;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 145px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .news-archive__inner {
    gap: 48px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .news-archive__inner {
    flex-direction: column;
    gap: 72px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-archive__inner {
    padding-inline: 30px;
  }
}

.news-archive__main {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .news-archive__main {
    width: 100%;
  }
}

.news-archive__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 41px;
  row-gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .news-archive__list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.news-archive__item {
  display: flex;
}

.news-archive__empty {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.news-archive__separator {
  display: block;
  width: 100%;
  height: auto;
}

.news-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.news-card__media {
  width: 100%;
  aspect-ratio: 360/240;
  overflow: hidden;
  border-radius: 4px;
}

.news-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block-start: 14px;
}

.news-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding-inline: 12px;
  border-radius: 15px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.news-card__category--news {
  background-color: #d1b83a;
}

.news-card__category--property {
  background-color: #f19808;
}

.news-card__category--deal {
  background-color: #1f9478;
}

.news-card__category--newbuild {
  background-color: #2f5dab;
}

.news-card__category--other {
  background-color: #a2aab7;
}

.news-card__date {
  margin-left: auto;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.news-card__title {
  margin: 0;
  margin-block-start: 10px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #0f367a;
}

.news-sidebar {
  display: flex;
  flex: 0 0 373px;
  width: 373px;
  flex-direction: column;
  gap: 132px;
}
@media screen and (max-width: 992px) {
  .news-sidebar {
    flex: none;
    width: 100%;
    gap: 64px;
  }
}

.news-sidebar__block {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.news-sidebar__heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-sidebar__heading-bar {
  flex: none;
  width: 10px;
  height: 31px;
  background-color: #7dbfe4;
}

.news-sidebar__heading-text {
  margin: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .news-sidebar__heading-text {
    font-size: 21px;
  }
}
.news-sidebar__heading-text {
  color: #0f367a;
}

.news-sidebar__cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c1cbdd;
}

.news-sidebar__cat-item {
  border-bottom: 1px solid #c1cbdd;
}

.news-sidebar__cat-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 16px;
  color: #d1d5de;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.news-sidebar__cat-link.is-active {
  color: #0f367a;
}

@media (hover: hover) and (pointer: fine) {
  .news-sidebar__cat-link:hover {
    color: #022563;
  }
}
.news-sidebar__cat-marker {
  display: block;
  flex: none;
  width: 20px;
  height: 20px;
}

.news-sidebar__cat-name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}

.news-sidebar__important-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-important {
  display: flex;
  gap: 15px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: inherit;
  text-decoration: none;
}

.news-important__media {
  flex: none;
  width: 135px;
  aspect-ratio: 135/90;
  overflow: hidden;
}

.news-important__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-important__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  padding-block: 12px;
  padding-right: 13px;
}

.news-important__date {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 420;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.news-important__text {
  margin: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-block-start: 93px;
}
@media screen and (max-width: 768px) {
  .news-pagination {
    gap: 20px;
    margin-block-start: 60px;
  }
}

.news-pagination .page-numbers {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #c1cbdd;
  text-decoration: none;
}

.news-pagination .page-numbers.current {
  color: #000;
}

.news-pagination .page-numbers.dots {
  color: #c1cbdd;
}

.news-pagination .prev,
.news-pagination .next {
  display: inline-flex;
}

.news-pagination__arrow-icon {
  display: block;
  width: 29px;
  height: 29px;
}

.news-detail-header {
  background-color: #f5f5f5;
}

.news-detail-header__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 195px;
  padding-bottom: 60px;
  padding-inline: 145px;
}
@media screen and (max-width: 1200px) {
  .news-detail-header__inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-header__inner {
    padding-top: 140px;
    padding-inline: 30px;
  }
}

.news-detail-header__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 28px;
}
@media screen and (max-width: 576px) {
  .news-detail-header__head {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-detail-header__title {
  margin: 0;
  width: 760px;
  max-width: 100%;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #0f367a;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .news-detail-header__title {
    font-size: 22px;
  }
}

.news-detail-header__tag {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  border-radius: 50vh;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}

.news-detail-header__tag--news {
  background-color: #d1b83a;
}

.news-detail-header__tag--property {
  background-color: #f19808;
}

.news-detail-header__tag--deal {
  background-color: #1f9478;
}

.news-detail-header__tag--newbuild {
  background-color: #2f5dab;
}

.news-detail-header__tag--other {
  background-color: #a2aab7;
}

.news-detail-header__line {
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
}

.news-detail-header__separator {
  display: block;
  width: 100%;
  height: auto;
}

.news-detail-body {
  margin-top: -32px;
  background-color: #fff;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .news-detail-body {
    padding-bottom: 60px;
  }
}

.news-detail-body__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 145px;
  padding-right: 80px;
}
@media screen and (max-width: 1200px) {
  .news-detail-body__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 992px) {
  .news-detail-body__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail-body__inner {
    padding-inline: 30px;
  }
}

.news-detail-author {
  width: 100%;
}

.news-detail-author__link {
  display: inline-flex;
  align-items: center;
  gap: 27px;
  color: inherit;
  text-decoration: none;
}

.news-detail-author__media {
  flex: none;
  width: 106px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}

.news-detail-author__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail-author__text {
  display: flex;
  gap: 1em;
  margin: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.news-detail-content {
  display: flex;
  align-items: flex-start;
  gap: 81px;
  margin-top: 68px;
}
@media screen and (max-width: 1200px) {
  .news-detail-content {
    gap: 48px;
  }
}
@media screen and (max-width: 992px) {
  .news-detail-content {
    flex-direction: column;
    gap: 72px;
  }
}

.news-detail-content__main {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 992px) {
  .news-detail-content__main {
    width: 100%;
  }
}

.news-detail-article {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.news-detail-article > :first-child {
  margin-top: 0;
}

.news-detail-article figure {
  margin-top: 40px;
}

.news-detail-article img {
  display: block;
  width: 100%;
  height: auto;
}

.news-detail-article h2 {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin-top: 68px;
  padding: 8px 16px;
  border-left: 10px solid #7dbfe4;
  background-color: #f5f5f5;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f367a;
}

.news-detail-article h3 {
  margin-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c1cbdd;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f367a;
}

.news-detail-article h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .news-detail-article h4 {
    font-size: 16px;
  }
}
.news-detail-article h4 {
  color: #7dbfe4;
}

.news-detail-article h4::before {
  content: "";
  flex: none;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background-color: #0f367a;
}

.news-detail-article p {
  margin-top: 28px;
}

.news-detail-article strong,
.news-detail-article b {
  font-weight: 700;
}

.news-detail-article em,
.news-detail-article i {
  font-style: italic;
}

.news-detail-article a {
  color: #7dbfe4;
  text-decoration: underline;
  text-decoration-color: #7dbfe4;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.news-detail-article ul,
.news-detail-article ol {
  margin-top: 28px;
}

.news-detail-article li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.news-detail-article li + li {
  margin-top: 12px;
}

.news-detail-article ul > li::before {
  content: "";
  flex: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0f367a;
  transform: translateY(8px);
}

.news-detail-article ol {
  counter-reset: ol-counter;
}

.news-detail-article ol > li {
  counter-increment: ol-counter;
}

.news-detail-article ol > li::before {
  content: counter(ol-counter);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0f367a;
  color: #fff;
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  transform: translateY(8px);
}

.news-detail-article blockquote {
  margin-top: 40px;
  padding: 28px;
  border: 1px solid #c1cbdd;
  border-radius: 10px;
}

.news-detail-article blockquote > :first-child {
  margin-top: 0;
}

.news-detail-content__separator {
  margin-top: 78px;
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.news-detail-back {
  margin-top: 78px;
}

.staff-archive {
  margin-block-start: 120px;
}

.staff-archive__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
}

.staff-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 38px;
  row-gap: 73px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff-archive__empty {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #4d4444;
}

.staff-archive__separator {
  display: block;
  width: 100%;
  height: auto;
}

.staff-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.staff-card__media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 4px;
}

.staff-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.staff-card__info {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.staff-card__job-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.staff-card__name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .staff-card__name {
    font-size: 18px;
  }
}
.staff-card__name {
  color: #0f367a;
}

.staff-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-block-start: 142px;
}
@media screen and (max-width: 768px) {
  .staff-pagination {
    gap: 20px;
    margin-block-start: 80px;
  }
}

.staff-pagination .page-numbers {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #c1cbdd;
  text-decoration: none;
}

.staff-pagination .page-numbers.current {
  color: #000;
}

.staff-pagination .page-numbers.dots {
  color: #c1cbdd;
}

.staff-pagination .prev,
.staff-pagination .next {
  display: inline-flex;
}

.staff-pagination__arrow-icon {
  display: block;
  width: 29px;
  height: 29px;
}

.staff-detail__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 180px 140px;
  padding-inline: 145px;
  display: flex;
  gap: 160px;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .staff-detail__inner {
    flex-direction: column;
    gap: 48px;
    padding-block: 120px 100px;
  }
}

.staff-detail__media {
  width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .staff-detail__media {
    width: 100%;
    max-width: 360px;
  }
}

.staff-detail__media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 4px;
}

.staff-detail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-detail__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.staff-detail__body {
  flex: 1;
  min-width: 0;
  padding-top: 152px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media screen and (max-width: 992px) {
  .staff-detail__body {
    padding-top: 0;
    gap: 48px;
  }
}

.staff-detail__intro {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.staff-detail__heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.staff-detail__job-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.staff-detail__name-row {
  display: flex;
  gap: 36px;
  align-items: flex-end;
}

.staff-detail__name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #0f367a;
}

.staff-detail__roman {
  font-family: "brandon-grotesque", "Helvetica Neue", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #7dbfe4;
}

.staff-detail__profile-block {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.staff-detail__profile {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.staff-detail__self-intros {
  display: flex;
  flex-direction: column;
  gap: 59px;
}

.staff-detail__self-intro {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.staff-detail__self-intro-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .staff-detail__self-intro-row {
    flex-direction: column;
    gap: 12px;
  }
}

.staff-detail__self-intro-title {
  width: 243px;
  flex-shrink: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .staff-detail__self-intro-title {
    font-size: 18px;
  }
}
.staff-detail__self-intro-title {
  line-height: 1.4;
  color: #7dbfe4;
}
@media screen and (max-width: 768px) {
  .staff-detail__self-intro-title {
    width: auto;
  }
}

.staff-detail__self-intro-body {
  flex: 1;
  min-width: 0;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.staff-detail__line {
  width: 100%;
  height: 1px;
  background-color: #c1cbdd;
}

.staff-seminars {
  background-color: #f5f5f5;
}

.staff-seminars__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 145px;
  display: flex;
  flex-direction: column;
}

.staff-seminars__title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .staff-seminars__title {
    font-size: 18px;
  }
}
.staff-seminars__title {
  color: #7dbfe4;
}

.staff-seminars__list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .staff-seminars__list {
    grid-template-columns: 1fr;
  }
}

.staff-seminars__card {
  min-width: 0;
  display: block;
}

.staff-seminars__card-media {
  width: 100%;
  aspect-ratio: 372/248;
  border-radius: 4px;
  overflow: hidden;
}

.staff-seminars__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-seminars__more {
  width: 247px;
  margin-top: 48px;
  margin-left: auto;
}

.staff-seminars__separator {
  display: block;
  width: 100%;
  height: auto;
}

.staff-seminars__separator--bottom {
  margin-top: 96px;
}

.other-staff__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 78px;
  padding-inline: 145px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.other-staff__list {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .other-staff__list {
    flex-wrap: wrap;
  }
}

.other-staff__item {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .other-staff__item {
    flex: 1 1 calc(50% - 11px);
  }
}

.other-staff__card {
  display: flex;
  flex-direction: column;
  gap: 27px;
  text-decoration: none;
}

.other-staff__media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 4px;
}

.other-staff__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-staff__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.other-staff__name-block {
  display: flex;
  flex-direction: column;
}

.other-staff__job-title {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0f367a;
}

.other-staff__name {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Yu Gothic Medium", "Yu Gothic", "Meiryo", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .other-staff__name {
    font-size: 16px;
  }
}
.other-staff__name {
  color: #0f367a;
}

.other-staff__more {
  width: 247px;
  margin-top: 68px;
  margin-left: auto;
}

.other-staff__separator {
  display: block;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
