@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.grecaptcha-badge {
  display: none;
}

/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 100px 0;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section {
    padding: 21.3333333333vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 769px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  gap: 80px;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  font-size: 120px;
  line-height: 100%;
  white-space: nowrap;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title .en {
  display: block;
  font-size: 12px;
}

.section_title .ja {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section_title .en {
    font-size: 2.6666666667vw;
  }
  .section_title .ja {
    font-size: 6.4vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
.page_fv {
  padding: 120px 0;
  text-align: center;
}

.page_fv_title {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page_fv {
    padding: 21.3333333333vw 0;
  }
  .page_fv_title {
    font-size: 5.3333333333vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
.site-header {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 100;
  width: 240px;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #fff;
  border-right: 2px solid #245548;
}

.admin-bar .site-header {
  top: 32px;
  height: calc(100dvh - 32px);
}

.header_inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-color: rgba(36, 85, 72, 0.45) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.header_inner::-webkit-scrollbar {
  width: 4px;
}

.header_inner::-webkit-scrollbar-track {
  background: transparent;
}

.header_inner::-webkit-scrollbar-thumb {
  background: rgba(36, 85, 72, 0.45);
  border-radius: 4px;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 160px;
  min-height: 160px;
  background: #fff;
}

.header_logo {
  display: block;
  width: 190px;
  height: 42px;
}

.header_logo picture,
.header_logo img {
  display: block;
  width: 190px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}

.toggle-menu {
  display: none;
}

.header_supplementary {
  display: block;
  width: 100%;
}

.header_nav {
  width: 100%;
}

.header_contents_heading {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  color: #2f6b5a;
  background: #f2f7f5;
}

.header_contents_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_contents_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.header_contents_divider {
  width: 1px;
  height: 20px;
  background: #2f6b5a;
}

.header_contents_en {
  padding-top: 2px;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.global_nav_list {
  width: 100%;
  padding: 0;
}

.global_nav_item {
  width: 100%;
}

.global_nav_item a {
  position: relative;
  display: grid;
  grid-template-columns: 23px 1fr 16px;
  gap: 16px;
  align-items: center;
  width: 100%;
  height: 81px;
  padding: 0 24px;
  color: #2f6b5a;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.global_nav_item:not(:last-child) a::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 1px;
  content: "";
  background: #d5e1dc;
}

.global_nav_item.is-current a {
  color: #fff;
  background: #2f6b5a;
}

.global_nav_item.is-current a::after {
  display: none;
}

.global_nav_item.is-current .global_nav_number {
  color: #fff;
}

.global_nav_number {
  padding-top: 4px;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #245548;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: nowrap;
}

.global_nav_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.global_nav_arrow,
.header_glossary_arrow {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_glossary {
  display: block;
  width: 100%;
  padding: 24px;
  color: #2f6b5a;
  background: #f2f7f5;
  border-top: 1px dashed #d5e1dc;
  transition: background-color 0.2s ease;
}

.header_glossary_heading {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.header_glossary_icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_glossary_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.header_glossary_arrow {
  margin-left: auto;
}

.header_glossary_text {
  display: block;
  width: 144px;
  margin: 6px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  color: #303633;
}

.header_glossary.is-current {
  color: #fff;
  background: #2f6b5a;
}

.header_glossary.is-current .header_glossary_text {
  color: #fff;
}

.header_supplementary_link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 16px;
  align-items: center;
  width: 100%;
  height: 81px;
  padding: 0 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  background: #f2f7f5;
  border-top: 1px dashed #d5e1dc;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header_supplementary_link img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header_supplementary_link.is-current {
  color: #fff;
  background: #2f6b5a;
}

@media (hover: hover) and (pointer: fine) {
  .global_nav_item:not(.is-current) a:hover,
  .header_glossary:not(.is-current):hover,
  .header_supplementary_link:not(.is-current):hover {
    color: #245548;
    background-color: #e8f1ed;
  }
}
.global_nav_item a:focus-visible,
.header_glossary:focus-visible,
.header_supplementary_link:focus-visible,
.header_logo:focus-visible,
.toggle-menu:focus-visible {
  outline: 2px solid #245548;
  outline-offset: -2px;
}

@media screen and (min-width: 769px) {
  body > main,
  body > footer {
    margin-left: 240px;
  }
  body > footer {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 21.3333333333vw;
    overflow: visible;
    background: rgba(255, 255, 255, 0.9);
    border-right: 0;
    border-bottom: 0;
  }
  .admin-bar .site-header {
    height: 21.3333333333vw;
  }
  .header_inner {
    height: auto;
    overflow: visible;
  }
  .header_content {
    position: relative;
    z-index: 2;
    justify-content: space-between;
    height: 21.3333333333vw;
    min-height: 21.3333333333vw;
    padding: 0 5.3333333333vw;
    background: rgba(255, 255, 255, 0.9);
  }
  .header_logo,
  .header_logo picture,
  .header_logo img {
    width: 40vw;
    height: 8.7394666667vw;
    aspect-ratio: auto;
  }
  .toggle-menu {
    position: relative;
    display: flex;
    gap: 2.1333333333vw;
    align-items: center;
    flex: 0 0 21.0666666667vw;
    width: 21.0666666667vw;
    height: 13.3333333333vw;
    padding: 4.2666666667vw 2.6666666667vw;
    color: #fff;
    cursor: pointer;
    background: #2f6b5a;
    border: 0;
    border-radius: 1.0666666667vw;
  }
  .toggle-menu_icon {
    position: relative;
    display: block;
    flex: 0 0 5.0666666667vw;
    width: 5.0666666667vw;
    height: 4.8vw;
  }
  .toggle-menu_icon-image {
    display: block;
    width: 5.0666666667vw;
    height: 4.8vw;
    -o-object-fit: contain;
       object-fit: contain;
    transition: opacity 0.2s ease;
  }
  .toggle-menu_close-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 5.0666666667vw;
    height: 8vw;
    -o-object-fit: contain;
       object-fit: contain;
    opacity: 0;
    transition: opacity 0.2s ease;
    transform: translate(-50%, -50%);
  }
  .toggle-menu_label {
    padding-top: 0.2666666667vw;
    font-family: "Akshar", sans-serif;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .site-header.open .toggle-menu_icon-image {
    opacity: 0;
  }
  .site-header.open .toggle-menu_close-image {
    opacity: 1;
  }
  .header_nav {
    position: fixed;
    top: 21.3333333333vw;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100dvh - 21.3333333333vw);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
  }
  .admin-bar .header_nav {
    top: calc(21.3333333333vw + 46px);
    height: calc(100dvh - 21.3333333333vw - 46px);
  }
  .site-header.open .header_nav {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .header_contents_heading {
    height: 17.0666666667vw;
    padding: 0 17.0666666667vw;
  }
  .global_nav_list {
    width: 78.6666666667vw;
    margin: 0 auto;
    padding: 0;
  }
  .global_nav_item a {
    position: relative;
    height: 21.6vw;
    padding: 0 6.4vw;
    border-bottom: 0;
  }
  .global_nav_item:not(:last-child) a::after {
    position: absolute;
    right: 6.4vw;
    bottom: 0;
    left: 6.4vw;
    height: 0.2666666667vw;
    content: "";
    background: #d5e1dc;
  }
  .header_glossary {
    min-height: 30.6666666667vw;
    padding: 4.2666666667vw 17.0666666667vw;
  }
  .header_glossary_icon {
    display: none;
  }
  .header_glossary_text {
    width: 65.8666666667vw;
    margin: 1.6vw 0 0;
  }
  .header_supplementary_link {
    grid-template-columns: minmax(0, 1fr) 4.2666666667vw;
    gap: 4.2666666667vw;
    height: 21.6vw;
    padding: 0 17.0666666667vw;
    font-size: 4.8vw;
    border-top: 0.2666666667vw dashed #d5e1dc;
  }
  .header_supplementary_link img {
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.menu-open {
    overflow: hidden;
  }
  body > main {
    padding-top: 21.3333333333vw;
  }
}
/* ===================================================
フッター
=================================================== */
.site-footer {
  width: auto;
  height: 432px;
  padding: 80px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #e6f1ed;
  text-align: left;
  background: #245548;
}

.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 48px);
  max-width: 916px;
  margin: 0 auto;
}

.footer_brand {
  display: flex;
  flex: 0 0 224px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 224px;
  height: 272px;
}

.footer_brand_heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.footer_logo {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 190px;
  height: 42px;
}

.footer_logo_ja {
  display: block;
  width: 190px;
  height: 22.608px;
}

.footer_logo_en {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer_logo_en img {
  display: block;
  height: auto;
}

.footer_description {
  width: 224px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}

.footer_copyright {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  color: #d5e1dc;
}

.footer_links {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}

.footer_chapters {
  width: 147px;
}

.footer_links_title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #e6f1ed;
}

.footer_chapter_list,
.footer_about_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-left: 16px;
  border-left: 1px dashed #d5e1dc;
}

.footer_chapter_list {
  width: 147px;
}

.footer_chapter_list li,
.footer_chapter_list a {
  width: 100%;
}

.footer_chapter_list a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6f1ed;
}

.footer_chapter_glossary a {
  padding-left: 23px;
}

.footer_chapter_number {
  display: flex;
  flex: 0 0 15px;
  align-items: center;
  justify-content: center;
  width: 15px;
  padding-top: 5px;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.84px;
}

.footer_about {
  flex: 0 0 auto;
}

.footer_about_list li,
.footer_about_list a {
  width: 100%;
}

.footer_about_list a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #e6f1ed;
  white-space: nowrap;
}

.footer_logo:focus-visible,
.footer_chapter_list a:focus-visible,
.footer_about_list a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .footer_logo,
  .footer_chapter_list a,
  .footer_about_list a {
    transition: opacity 0.2s ease;
  }
  .footer_logo:hover,
  .footer_chapter_list a:hover,
  .footer_about_list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .site-footer {
    height: 143.7333333333vw;
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
  .footer_inner {
    flex-direction: column;
    gap: 17.0666666667vw;
    align-items: center;
    justify-content: center;
    width: 89.3333333333vw;
  }
  .footer_brand {
    order: 2;
    flex-basis: auto;
    gap: 6.4vw;
    align-items: center;
    width: 89.3333333333vw;
    height: auto;
  }
  .footer_brand_heading {
    gap: 3.7333333333vw;
    align-items: center;
  }
  .footer_logo {
    width: 40vw;
    height: 8.7394666667vw;
    gap: 2.1045333333vw;
  }
  .footer_logo_ja {
    width: 40vw;
    height: 4.7594666667vw;
  }
  .footer_logo_en {
    gap: 2.9472vw;
  }
  .footer_logo_en img:nth-child(1) {
    width: 7.4154666667vw;
  }
  .footer_logo_en img:nth-child(2) {
    width: 10.8578666667vw;
  }
  .footer_logo_en img:nth-child(3) {
    width: 6.7402666667vw;
  }
  .footer_description {
    width: 89.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .footer_copyright {
    font-size: 3.2vw;
    text-align: center;
  }
  .footer_links {
    order: 1;
    gap: 0;
    justify-content: space-between;
    width: 89.3333333333vw;
  }
  .footer_chapters {
    flex: 0 0 41.8666666667vw;
    width: 41.8666666667vw;
  }
  .footer_links_title {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .footer_chapter_list,
  .footer_about_list {
    gap: 2.6666666667vw;
    padding-left: 4.2666666667vw;
    border-left-width: 0.2666666667vw;
  }
  .footer_chapter_list {
    width: 39.2vw;
  }
  .footer_chapter_list a,
  .footer_about_list a {
    font-size: 3.7333333333vw;
  }
  .footer_chapter_number {
    flex-basis: 4vw;
    width: 4vw;
    padding-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.224vw;
  }
  .footer_chapter_glossary a {
    padding-left: 6.1333333333vw;
  }
}
/* フェードイン
***************************************************************/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.number02 {
  transition-delay: 100ms;
}

.fadein.number03 {
  transition-delay: 150ms;
}

.fadein.number04 {
  transition-delay: 200ms;
}

.fadein.number05 {
  transition-delay: 250ms;
}

.fadein.number06 {
  transition-delay: 300ms;
}

.fadein.number07 {
  transition-delay: 350ms;
}

.fadein.number08 {
  transition-delay: 400ms;
}

.fadein.number09 {
  transition-delay: 450ms;
}

.fadein.number10 {
  transition-delay: 500ms;
}

.fadein.number11 {
  transition-delay: 550ms;
}

.fadein.number12 {
  transition-delay: 600ms;
}

.fadein.number13 {
  transition-delay: 650ms;
}

.fadein.number14 {
  transition-delay: 700ms;
}

.fadein.number15 {
  transition-delay: 750ms;
}

.fadein.number16 {
  transition-delay: 800ms;
}

.fadein.number17 {
  transition-delay: 850ms;
}

.fadein.number18 {
  transition-delay: 900ms;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

@media all and (min-width: 769px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* section7
***************************************************************/
.faq_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}

.faq_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

.faq_title span {
  position: relative;
}

.faq_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
}

.faq_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}

.faq_box p {
  position: relative;
  line-height: 1.6;
}

.faq_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .faq_accordion-area {
    gap: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .faq_accordion-area li {
    padding: 4vw 2.6666666667vw;
  }
  .faq_title {
    padding-bottom: 4.2666666667vw;
    padding-left: 9.6vw;
    padding-right: 6.9333333333vw;
  }
  .faq_title span {
    position: relative;
  }
  .faq_title span::before {
    font-size: 8vw;
    left: -8.8vw;
  }
  .faq_title::before,
  .faq_title::after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    background-color: #000;
  }
  .faq_title::before {
    right: 1.8666666667vw;
  }
  .faq_title::after {
    top: 42%;
    right: 1.8666666667vw;
  }
  .faq_box {
    display: none;
    padding: 4.2666666667vw 7.2vw 0 8.8vw;
  }
  .faq_box p::before {
    font-size: 8vw;
    left: -8.8vw;
  }
}
body {
  color: #303633;
  background: #fff;
}

.site-shell {
  width: calc(100% - 48px);
  max-width: 916px;
  margin-right: auto;
  margin-left: auto;
}

.standard-page {
  min-height: 70vh;
  padding: 80px 0 120px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #f2f7f5;
}

.lower-title {
  padding: 16px 0 64px;
}

.lower-title h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  color: #245548;
}

.lower-title p {
  margin-top: 6px;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #2f6b5a;
  letter-spacing: 0.12em;
}

.breadcrumbs {
  padding: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #65706c;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.breadcrumbs li {
  display: flex;
  gap: 6px;
  align-items: center;
}

.breadcrumbs li + li::before {
  content: "/";
  color: #9ba7a2;
}

.breadcrumbs a {
  color: #2f6b5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.white-panel {
  padding: 56px 64px;
  background: #fff;
  border: 1px solid rgba(213, 225, 220, 0.8);
}

.circle-arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.circle-arrow img {
  position: absolute;
  display: block;
}

.circle-arrow_ring {
  inset: 0;
  width: 16px;
  height: 16px;
}

.circle-arrow_icon {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 6px;
  transform: translate(-50%, -50%);
}

.section-heading h2,
.related-articles h2,
.related-terms h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
  color: #245548;
}

.section-heading p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.8;
}

.entry-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
}

.entry-content > * + * {
  margin-top: 24px;
}

.entry-content h2 {
  padding: 14px 18px;
  margin-top: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  color: #245548;
  background: #f2f7f5;
  border-left: 4px solid #2f6b5a;
}

.entry-content h3 {
  padding-bottom: 10px;
  margin-top: 40px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.7;
  color: #245548;
  border-bottom: 1px solid #d5e1dc;
}

.entry-content h4 {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #245548;
}

.entry-content ul,
.entry-content ol {
  padding: 20px 24px 20px 42px;
  background: #f8faf9;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content a {
  color: #2f6b5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.primary-button,
.text-link,
.contact-cta a {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: #2f6b5a;
}

.primary-button {
  min-width: 240px;
  min-height: 64px;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #2f6b5a;
}

.text-link {
  margin-top: 24px;
  font-weight: 500;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 16px;
}

.article-card,
.article-card_link {
  height: 100%;
}

.article-card_link {
  display: flex;
  flex-direction: column;
  padding: 16px;
  color: #303633;
  background: #fff;
  border: 1px solid #d5e1dc;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card_header,
.article-card_footer,
.article-card_chapter {
  display: flex;
  align-items: center;
}

.article-card_header,
.article-card_footer {
  justify-content: space-between;
}

.article-card_chapter {
  gap: 8px;
  font-size: 12px;
  color: #2f6b5a;
}

.article-card_number {
  padding-top: 3px;
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #245548;
  letter-spacing: 0.06em;
}

.article-card_divider {
  width: 1px;
  height: 14px;
  background: #d5e1dc;
}

.article-card_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 20px;
  padding: 4px 6px 2px;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  background: #245548;
  border-radius: 2px;
}

.article-card_badge.is-update {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  letter-spacing: 0;
  background: #e6f1ed;
}

.article-card_media {
  margin-top: 12px;
  overflow: hidden;
  aspect-ratio: 3/2;
  background: #f2f7f5;
}

.article-card_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}

.article-card_body {
  flex: 1;
  padding: 16px 0 20px;
}

.article-card_body h3 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: #245548;
}

.article-card_body p {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-card_footer {
  padding-top: 12px;
  font-size: 11px;
  color: #7b8581;
  border-top: 1px solid #d5e1dc;
}

.empty-state {
  padding: 64px 24px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d5e1dc;
}

.empty-state p + p {
  margin-top: 6px;
}

.nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  color: #2f6b5a;
  background: #fff;
  border: 1px solid #d5e1dc;
}

.nav-links .current {
  color: #fff;
  background: #2f6b5a;
  border-color: #2f6b5a;
}

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  margin-top: 56px;
  color: #245548;
  background: #dfeee7;
}

.contact-cta a {
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .article-card_link:hover {
    border-color: #2f6b5a;
    box-shadow: 0 10px 30px rgba(36, 85, 72, 0.08);
    transform: translateY(-3px);
  }
  .article-card_link:hover .article-card_media img {
    transform: scale(1.03);
  }
  .primary-button:hover {
    color: #fff;
    background: #2f6b5a;
  }
}
@media screen and (max-width: 768px) {
  .site-shell {
    width: calc(100% - 8.5333333333vw);
  }
  .standard-page {
    padding: 12.8vw 0 21.3333333333vw;
  }
  .lower-title {
    padding: 0 0 10.6666666667vw;
  }
  .lower-title h1 {
    font-size: 8.5333333333vw;
  }
  .lower-title p {
    margin-top: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
  .breadcrumbs {
    font-size: 2.9333333333vw;
  }
  .breadcrumbs ol {
    gap: 1.3333333333vw;
  }
  .breadcrumbs li {
    gap: 1.3333333333vw;
  }
  .white-panel {
    padding: 8.5333333333vw 5.3333333333vw;
  }
  .section-heading h2,
  .related-articles h2,
  .related-terms h2 {
    font-size: 7.4666666667vw;
  }
  .section-heading p {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
  }
  .entry-content {
    font-size: 3.7333333333vw;
    line-height: 1.9;
  }
  .entry-content > * + * {
    margin-top: 5.3333333333vw;
  }
  .entry-content h2 {
    padding: 3.2vw 3.7333333333vw;
    margin-top: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .entry-content h3 {
    margin-top: 8.5333333333vw;
    font-size: 4.8vw;
  }
  .entry-content h4 {
    margin-top: 6.9333333333vw;
    font-size: 4.2666666667vw;
  }
  .entry-content ul,
  .entry-content ol {
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 9.0666666667vw;
  }
  .primary-button {
    min-width: 58.6666666667vw;
    min-height: 14.9333333333vw;
    font-size: 3.7333333333vw;
  }
  .text-link {
    margin-top: 5.3333333333vw;
  }
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4.2666666667vw 2.6666666667vw;
  }
  .article-card_link {
    padding: 2.6666666667vw;
  }
  .article-card_chapter {
    gap: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .article-card_number {
    font-size: 4.2666666667vw;
  }
  .article-card_divider {
    height: 3.2vw;
  }
  .article-card_badge {
    padding: 0.5333333333vw 1.3333333333vw;
    font-size: 2.1333333333vw;
  }
  .article-card_media {
    margin-top: 2.4vw;
  }
  .article-card_body {
    padding: 3.2vw 0 3.7333333333vw;
  }
  .article-card_body h3 {
    font-size: 3.7333333333vw;
    line-height: 1.65;
  }
  .article-card_body p {
    margin-top: 1.6vw;
    font-size: 2.6666666667vw;
    -webkit-line-clamp: 2;
  }
  .article-card_footer {
    padding-top: 2.4vw;
    font-size: 2.4vw;
  }
  .article-card_footer .circle-arrow {
    display: none;
  }
  .empty-state {
    padding: 12.8vw 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
  .nav-links {
    margin-top: 8.5333333333vw;
  }
  .nav-links .page-numbers {
    min-width: 9.6vw;
    height: 9.6vw;
    padding: 0 2.4vw;
    font-size: 3.2vw;
  }
  .contact-cta {
    display: block;
    padding: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .contact-cta p {
    font-size: 3.4666666667vw;
  }
  .contact-cta a {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  color: #303633;
  background: #fff;
  aspect-ratio: 1200/1024;
}

.fv_image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv picture {
  display: contents;
}

.fv_content {
  position: absolute;
  top: 6.25%;
  left: 11.8333333333%;
  z-index: 1;
  width: 64%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fv_title {
  font-size: clamp(40px, (100vw - 240px) * 0.0533333333, 64px);
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0;
}

.fv_title_line {
  position: relative;
  z-index: 0;
  display: block;
  isolation: isolate;
  white-space: nowrap;
}

.fv_title_line + .fv_title_line {
  margin-top: 5px;
}

.fv_title_mark {
  position: relative;
  display: inline-block;
}

.fv_title_mark::before {
  position: absolute;
  bottom: 0.28125em;
  left: -0.109375em;
  z-index: -1;
  width: 2.96875em;
  height: 0.40625em;
  content: "";
  background: rgba(139, 226, 139, 0.5);
}

.fv_lead {
  margin-top: 24px;
  font-size: clamp(15px, (100vw - 240px) * 0.015, 18px);
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .fv {
    width: 100%;
    max-width: none;
    height: 186.6666666667vw;
    aspect-ratio: auto;
  }
  .fv_image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 57.3333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv_content {
    top: 3.7333333333vw;
    left: 5.3333333333vw;
    width: 89.3333333333vw;
  }
  .fv_title {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .fv_title_line + .fv_title_line {
    margin-top: 0;
  }
  .fv_title_mark::before {
    bottom: 2.6666666667vw;
    left: 0;
    width: 33.0666666667vw;
    height: 4.8vw;
  }
  .fv_lead {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .fv_lead br {
    display: none;
  }
}
/* Section1
***************************************************************/
.sec1 {
  padding: 80px 0 120px;
  color: #303633;
  background: #fff;
}

.sec1_inner {
  width: calc(100% - 48px);
  max-width: 916px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec1_title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.sec1_lead {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.sec1_chapters {
  margin-top: 40px;
}

.sec1_card {
  display: flex;
  gap: 24px;
  width: 100%;
  min-height: 197px;
  padding: 20px 20px 24px;
  background: #fff;
}

.sec1_card_number {
  display: flex;
  flex: 0 0 65px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 65px;
  padding-top: 10px;
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  color: #245548;
  letter-spacing: 3.84px;
  white-space: nowrap;
}

.sec1_card_content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding-left: 24px;
  border-left: 2px dashed #d5e1dc;
}

.sec1_card_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  white-space: nowrap;
}

.sec1_card_body {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  width: 100%;
}

.sec1_card_copy {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sec1_card_heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.sec1_card_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.sec1_card_link {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  white-space: nowrap;
}

.sec1_card_icon {
  position: relative;
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.sec1_card_icon_circle,
.sec1_card_icon_arrow {
  position: absolute;
  display: block;
}

.sec1_card_icon_circle {
  inset: 0;
  width: 16px;
  height: 16px;
}

.sec1_card_icon_arrow {
  top: 50%;
  left: 50%;
  width: 8.19429px;
  height: 5.65878px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .sec1 {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
  .sec1_inner {
    width: 89.3333333333vw;
  }
  .sec1_title {
    font-size: 8.5333333333vw;
    line-height: 1.8;
  }
  .sec1_lead {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .sec1_lead_break_pc {
    display: none;
  }
  .sec1_chapters {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
    margin-top: 10.6666666667vw;
  }
  .sec1_card {
    display: grid;
    grid-template-rows: 13.3333333333vw minmax(0, 1fr);
    grid-template-columns: 10.9333333333vw minmax(0, 1fr);
    gap: 2.6666666667vw 5.3333333333vw;
    height: 52.8vw;
    min-height: 52.8vw;
    padding: 3.2vw 5.3333333333vw;
    border: 0.2666666667vw solid #d5e1dc;
  }
  .sec1_card_number {
    grid-row: 1;
    grid-column: 1;
    width: 10.9333333333vw;
    padding-top: 2.6666666667vw;
    font-size: 10.6666666667vw;
    letter-spacing: 0.64vw;
  }
  .sec1_card_content {
    display: contents;
  }
  .sec1_card_title {
    display: flex;
    grid-row: 1;
    grid-column: 2;
    align-items: center;
    padding-left: 6.4vw;
    font-size: 7.4666666667vw;
    line-height: 1.8;
    border-left: 0.5333333333vw dashed #d5e1dc;
  }
  .sec1_card_body {
    grid-row: 2;
    grid-column: 1/-1;
    flex-direction: column;
    gap: 1.0666666667vw;
    align-items: flex-end;
  }
  .sec1_card_copy {
    gap: 1.0666666667vw;
  }
  .sec1_card_heading {
    overflow: hidden;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sec1_card_description {
    display: -webkit-box;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sec1_card_link {
    gap: 3.2vw;
    align-self: flex-end;
    font-size: 3.7333333333vw;
  }
  .sec1_card_icon {
    flex-basis: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .sec1_card_icon_circle {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .sec1_card_icon_arrow {
    width: 2.185144vw;
    height: 1.509008vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  padding: 40px 0 80px;
  color: #303633;
  background: #fff;
}

.sec2_inner {
  width: calc(100% - 48px);
  max-width: 916px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec2_heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sec2_title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.sec2_lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.sec2_articles {
  display: grid;
  grid-template-columns: repeat(3, 289px);
  gap: 24px;
  align-items: center;
  margin-top: 40px;
}

.sec2_card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 289px;
  height: 438px;
  padding: 16px;
  color: #303633;
  background: #fff;
  border: 1px solid #d5e1dc;
  border-radius: 4px;
}

.sec2_card_header {
  display: flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
}

.sec2_card_category {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.sec2_card_number {
  padding-top: 4px;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #245548;
  text-align: center;
  letter-spacing: 1.68px;
  white-space: nowrap;
}

.sec2_card_divider {
  flex: 0 0 1px;
  width: 1px;
  height: 20px;
  background: #8eb8ad;
}

.sec2_card_category_name {
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec2_card_tag {
  display: flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 20px;
  padding: 4px 6px 2px;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.84px;
  background: #245548;
  border-radius: 2px;
}

.sec2_card_tag.is-update {
  padding: 2px 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  letter-spacing: 0;
  background: #e6f1ed;
}

.sec2_card_media {
  position: relative;
  flex: 0 0 185px;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.sec2_card_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.sec2_card_copy {
  display: flex;
  flex: 0 0 132px;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  height: 132px;
  overflow: hidden;
}

.sec2_card_title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec2_card_excerpt {
  display: -webkit-box;
  max-height: 64px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #303633;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sec2_card_footer {
  display: flex;
  flex: 0 0 25px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 25px;
}

.sec2_card_footer time {
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #66736e;
}

.sec2_card_icon {
  position: relative;
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.sec2_card_icon_circle,
.sec2_card_icon_arrow {
  position: absolute;
  display: block;
}

.sec2_card_icon_circle {
  inset: 0;
  width: 16px;
  height: 16px;
}

.sec2_card_icon_arrow {
  top: 50%;
  left: 50%;
  width: 8.19429px;
  height: 5.65878px;
  transform: translate(-50%, -50%);
}

.sec2_card:focus-visible {
  outline: 2px solid #245548;
  outline-offset: 3px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .sec2_articles {
    grid-template-columns: repeat(2, minmax(0, 289px));
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 860px) {
  .sec2_articles {
    grid-template-columns: 289px;
  }
}
@media screen and (max-width: 768px) {
  .sec2 {
    padding: 0 0 10.6666666667vw;
  }
  .sec2_inner {
    width: 89.3333333333vw;
  }
  .sec2_heading {
    gap: 4.2666666667vw;
  }
  .sec2_title {
    font-size: 8.5333333333vw;
    line-height: 1.8;
  }
  .sec2_lead {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .sec2_articles {
    grid-template-columns: 78.6666666667vw;
    gap: 6.4vw;
    justify-content: center;
    margin-top: 10.6666666667vw;
  }
  .sec2_card {
    width: 78.6666666667vw;
    height: auto;
    min-height: 0;
    padding: 4.2666666667vw;
    gap: 2.6666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
  .sec2_card_header {
    flex-basis: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .sec2_card_category {
    gap: 3.2vw;
  }
  .sec2_card_number {
    padding-top: 1.0666666667vw;
    font-size: 7.4666666667vw;
    letter-spacing: 0.448vw;
  }
  .sec2_card_divider {
    height: 5.3333333333vw;
  }
  .sec2_card_category_name {
    font-size: 4.8vw;
  }
  .sec2_card_tag {
    flex-basis: 10.1333333333vw;
    width: 10.1333333333vw;
    height: 5.3333333333vw;
    padding: 1.0666666667vw 1.6vw 0.5333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.224vw;
  }
  .sec2_card_tag.is-update {
    padding: 0.5333333333vw 1.6vw;
    font-size: 3.2vw;
  }
  .sec2_card_media {
    flex-basis: auto;
    height: auto;
    aspect-ratio: 550/402;
  }
  .sec2_card_copy {
    flex-basis: 35.2vw;
    height: 35.2vw;
  }
  .sec2_card_title {
    font-size: 4.8vw;
  }
  .sec2_card_excerpt {
    max-height: 17.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .sec2_card_footer {
    flex-basis: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .sec2_card_footer time {
    font-size: 3.7333333333vw;
  }
  .sec2_card_icon {
    flex-basis: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .sec2_card_icon_circle {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .sec2_card_icon_arrow {
    width: 2.185144vw;
    height: 1.509008vw;
  }
}
/* Section3
***************************************************************/
.sec3 {
  position: relative;
  width: 100%;
  height: 564px;
  padding: 0;
  overflow: hidden;
  color: #303633;
  background: #f2f7f5;
}

.sec3_background {
  position: absolute;
  top: 157px;
  right: 0;
  z-index: 0;
  display: block;
  width: 672px;
  height: 448px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.sec3_inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 916px;
  margin: 0 auto;
  padding-top: 80px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sec3_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}

.sec3_heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.sec3_title {
  width: 100%;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.sec3_lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
}

.sec3_lead span {
  display: inline-block;
  padding-left: 0.5em;
}

.sec3_words {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 833px;
  max-width: 100%;
}

.sec3_words_heading {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.sec3_words_heading p {
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.sec3_words_heading span {
  display: block;
  flex: 0 0 240px;
  width: 240px;
  height: 1px;
  background: #2f6b5a;
}

.sec3_word_list {
  display: flex;
  gap: 32px;
  align-items: center;
  width: 100%;
}

.sec3_word_list a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 80px;
}

.sec3_button {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 280px;
  height: 65px;
  padding: 16px 24px;
  color: #2f6b5a;
  background: #fff;
  border: 2px solid #2f6b5a;
  border-radius: 4px;
}

.sec3_button_label {
  display: flex;
  flex: 0 0 198px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 198px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
}

.sec3_button_label img {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.sec3_button_arrow {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.sec3_word_list a:focus-visible,
.sec3_button:focus-visible {
  outline: 2px solid #245548;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .sec3_word_list a,
  .sec3_button {
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .sec3_button img {
    transition: filter 0.2s ease;
  }
  .sec3_word_list a:hover,
  .sec3_button:hover {
    color: #fff;
    background: #2f6b5a;
  }
  .sec3_button:hover img {
    filter: brightness(0) invert(1);
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .sec3_word_list {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sec3 {
    height: 180vw;
    min-height: 180vw;
  }
  .sec3_background {
    top: auto;
    right: auto;
    bottom: -8.8vw;
    left: 0;
    width: 105.3333333333vw;
    height: 70.1333333333vw;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
  }
  .sec3_inner {
    width: 89.3333333333vw;
    padding: 10.6666666667vw 0 0;
  }
  .sec3_content {
    gap: 10.6666666667vw;
  }
  .sec3_heading {
    gap: 6.4vw;
  }
  .sec3_title {
    font-size: 8.5333333333vw;
    line-height: 1.8;
  }
  .sec3_lead {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    white-space: normal;
  }
  .sec3_lead span {
    padding-left: 0;
  }
  .sec3_words {
    gap: 4.2666666667vw;
    width: 100%;
  }
  .sec3_words_heading {
    gap: 2.6666666667vw;
  }
  .sec3_words_heading p {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .sec3_words_heading span {
    flex: 1 1 auto;
    width: auto;
  }
  .sec3_word_list {
    gap: 4.2666666667vw;
    flex-wrap: wrap;
  }
  .sec3_word_list a {
    min-height: 12.5333333333vw;
    padding: 2.1333333333vw 6.4vw;
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 21.3333333333vw;
  }
  .sec3_button {
    gap: 3.7333333333vw;
    width: 74.6666666667vw;
    height: 17.3333333333vw;
    max-width: 100%;
    padding: 4.2666666667vw 6.4vw;
    border-width: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
  .sec3_button_label {
    flex: 1 1 auto;
    gap: 2.6666666667vw;
    width: auto;
    font-size: 4.2666666667vw;
  }
  .sec3_button_label img {
    flex-basis: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .sec3_button_arrow {
    flex-basis: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
/* Section4
***************************************************************/
/* Section5
***************************************************************/
.chapter-archive,
.chapter-single {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #303633;
}

.chapter-archive section,
.chapter-single section {
  padding: 0;
}

.chapter-hero {
  min-height: 430px;
  background: #fff;
}

.chapter-hero_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1058px;
  min-height: 430px;
  margin-right: auto;
  margin-left: calc((100% - 916px) / 2);
}

.chapter-hero_copy {
  display: grid;
  flex: 0 0 447px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 73px 342px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  width: 447px;
}

.article-header_chapter {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #2f6b5a;
}

.article-header_chapter span:first-child {
  padding-top: 5px;
  font-family: "Akshar", sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #245548;
  letter-spacing: 0.08em;
}

.article-header_chapter span:last-child {
  padding-left: 16px;
  font-size: 18px;
  border-left: 1px solid #d5e1dc;
}

.chapter-hero_meta {
  display: contents;
}

.chapter-hero_meta span:first-child {
  grid-row: 1/4;
  grid-column: 1;
  align-self: start;
  width: 73px;
  padding-top: 27px;
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #2f6b5a;
  letter-spacing: 3.84px;
}

.chapter-hero_meta span:last-child {
  grid-row: 1;
  grid-column: 2;
  width: 342px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.chapter-hero h1 {
  grid-row: 2;
  grid-column: 2;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.chapter-hero_description {
  grid-row: 3;
  grid-column: 2;
  width: 342px;
  max-width: none;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.chapter-hero_description span {
  display: block;
  white-space: nowrap;
}

.chapter-hero_media {
  position: relative;
  flex: 0 0 588px;
  width: 588px;
  height: 430px;
  overflow: hidden;
  border-radius: 4px;
}

.chapter-hero_image {
  position: absolute;
  top: -28px;
  left: -24px;
  display: block;
  width: 612px;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-archive--money .chapter-hero_image {
  -o-object-fit: contain;
     object-fit: contain;
}

.chapter-archive--land .chapter-hero_image {
  top: -0.7%;
  left: -0.17%;
  width: 100.17%;
  height: 102.09%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-archive--performance .chapter-hero_image {
  top: -0.68%;
  left: -6.15%;
  width: 108.38%;
  height: 98.87%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-archive--floorplan .chapter-hero_image {
  top: -0.62%;
  left: -0.17%;
  width: 100.17%;
  height: 102.09%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-archive--builder .chapter-hero_image {
  top: 0.46%;
  left: -8.89%;
  width: 117.27%;
  height: 106.98%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapter-archive--disaster .chapter-hero_image {
  top: -1.83%;
  left: -7.5%;
  width: 114.5%;
  height: 104.45%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .chapter-hero_inner {
    width: calc(100% - 48px);
    margin-right: auto;
    margin-left: auto;
  }
  .chapter-hero_copy {
    flex-basis: 40%;
    grid-template-columns: 64px minmax(0, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    width: 40%;
  }
  .chapter-hero_meta span:first-child {
    width: 64px;
    font-size: 54px;
  }
  .chapter-hero_meta span:last-child {
    width: auto;
    font-size: 48px;
  }
  .chapter-hero h1,
  .chapter-hero_description {
    width: auto;
  }
  .chapter-hero_media {
    flex-basis: 55%;
    width: 55%;
    height: auto;
    aspect-ratio: 588/430;
  }
  .chapter-hero_image {
    top: -6.51%;
    left: -4.08%;
    width: 104.08%;
    height: 113.95%;
  }
}
.chapter-breadcrumbs {
  padding: 32px 0 0;
}

.chapter-breadcrumbs .breadcrumbs {
  font-size: 14px;
}

.chapter-topics {
  padding: 32px 0 96px !important;
  background: #fff;
}

.chapter-topics h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
}

.chapter-topics_intro {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.chapter-topics ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 40px;
}

.chapter-topics li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  min-height: 226px;
  padding: 16px;
  background: #f2f7f5;
  border-radius: 4px;
}

.chapter-topics_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d5e1dc;
}

.chapter-topics_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #2f6b5a;
  letter-spacing: 1.68px;
  background: url("../images/chapters/step-number.svg") center/contain no-repeat;
}

.chapter-topics h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  text-align: center;
}

.chapter-topics li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.chapter-topics_line {
  display: block;
  white-space: nowrap;
}

.chapter-articles,
.related-articles {
  padding: 88px 0 112px !important;
  background: #f2f7f5;
}

.chapter-articles .article-grid {
  margin-top: 40px;
}

.next-chapter {
  padding: 0 0 120px;
  background: #f2f7f5;
}

.next-chapter .site-shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.next-chapter_kicker {
  width: 100%;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
}

.next-chapter a {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  height: 199px;
  padding: 20px 20px 24px;
  color: #245548;
  background: #fff;
  border: 1px solid #d5e1dc;
  border-radius: 4px;
}

.next-chapter_number {
  display: flex;
  flex: 0 0 65px;
  align-items: center;
  justify-content: center;
  width: 65px;
  padding-top: 10px;
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  color: #245548;
  letter-spacing: 3.84px;
  white-space: nowrap;
}

.next-chapter_content {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding-left: 24px;
  border-left: 2px dashed #d5e1dc;
}

.next-chapter_label {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  white-space: nowrap;
}

.next-chapter_body {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  width: 100%;
}

.next-chapter_copy {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.next-chapter_heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.next-chapter_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #303633;
}

.next-chapter_link {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  white-space: nowrap;
}

.next-chapter a:focus-visible {
  outline: 2px solid #245548;
  outline-offset: 3px;
}

@media screen and (min-width: 769px) {
  .next-chapter a {
    border: 0;
    border-radius: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .next-chapter a {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }
  .next-chapter a:hover {
    border-color: #2f6b5a;
    box-shadow: 0 8px 20px rgba(36, 85, 72, 0.08);
    transform: translateY(-2px);
  }
}
.chapter-single {
  padding: 40px 0 0;
  background: #f2f7f5;
}

.chapter-single_breadcrumbs {
  margin-bottom: 40px;
}

.article-body {
  width: calc(100% - 48px);
  max-width: 728px;
  padding: 40px 40px 80px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d5e1dc;
}

.article-header_meta {
  display: flex;
  gap: 16px;
  align-items: center;
}

.article-header_chapter {
  margin-right: auto;
}

.article-header_badge {
  padding: 3px 8px 4px;
  font-family: "Akshar", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.06em;
  background: #2f6b5a;
}

.article-header_badge.is-update {
  color: #245548;
  background: #dfeee7;
}

.article-header h1 {
  margin-top: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #245548;
}

.article-header_lead {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.article-header time {
  display: inline-block;
  font-size: 11px;
  color: #78827e;
}

.article-header_image {
  display: block;
  width: 87.5%;
  max-width: 567px;
  height: auto;
  margin: 28px 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 567/411;
}

.article-body .entry-content {
  margin-top: 56px;
}

.article-toc {
  position: relative;
  width: 446px;
  max-width: 100%;
  padding: 20px 38px 28px;
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  background: #fff;
  border: 2px solid #d5e1dc;
  border-radius: 4px;
}

.article-toc_title {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 0 16px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  background: #fff;
  transform: translateY(-50%);
}

.article-toc .article-toc_list {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
}

.article-toc_section + .article-toc_section {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #d5e1dc;
}

.article-toc .article-toc_heading {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
  text-decoration: none;
}

.article-toc_number {
  padding-top: 7px;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #2f6b5a;
  letter-spacing: 0.06em;
}

.article-toc .article-toc_children {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  background: transparent;
}

.article-toc .article-toc_children li + li {
  margin-top: 10px;
}

.article-toc .article-toc_children a {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-left: 36px;
  font-size: 14px;
  line-height: 1.8;
  color: #303633;
  text-decoration: none;
}

.article-toc_dot {
  width: 6px;
  height: 6px;
  margin-top: 10px;
  background: #2f6b5a;
  border-radius: 50%;
}

.article-toc a:focus-visible {
  outline: 2px solid #2f6b5a;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .article-toc a {
    transition: color 0.2s ease;
  }
  .article-toc a:hover {
    color: #2f6b5a;
  }
}
.article-body .entry-content h2 {
  display: block;
  padding: 0;
  margin-top: 64px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
  background: none;
  border: 0;
}

.article-heading_marker {
  display: inline;
  padding: 0 3px;
  background: linear-gradient(transparent 64%, #d9e9e2 64%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.article-body .entry-content h3 {
  padding-bottom: 0;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  border: 0;
}

.article-body .entry-content ul,
.article-body .entry-content ol {
  border-radius: 4px;
}

.article-source {
  padding: 20px 24px;
  font-size: 13px;
  line-height: 1.85;
  background: #f2f7f5;
  border-left: 3px solid #2f6b5a;
}

.article-source strong {
  display: block;
  margin-bottom: 4px;
  color: #245548;
}

.article-figure {
  margin-top: 40px !important;
}

.article-figure img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.article-figure figcaption {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.7;
  color: #65706c;
}

.article-check-table {
  width: 100%;
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.75;
  border-collapse: collapse;
}

.article-check-table th,
.article-check-table td {
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #d5e1dc;
}

.article-check-table th {
  width: 30%;
  color: #245548;
  background: #f2f7f5;
}

.article-note {
  padding: 20px 24px;
  font-size: 14px;
  background: #faf8ee;
  border: 1px solid #e7dfbc;
}

.article-summary {
  position: relative;
  padding: 28px 32px 32px;
  margin-top: 72px !important;
  background: #e7f1ed;
}

.article-summary::before {
  position: absolute;
  top: -8px;
  right: 15%;
  width: 80px;
  height: 22px;
  content: "";
  background: rgba(255, 255, 255, 0.75);
  transform: rotate(2deg);
}

.article-body .entry-content .article-summary h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  background: none;
}

.article-summary ol {
  padding: 0;
  margin-top: 22px;
  list-style: none;
  background: transparent;
}

.article-summary li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: start;
}

.article-summary li + li {
  margin-top: 18px;
}

.article-summary_number {
  font-family: "Akshar", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #2f6b5a;
  letter-spacing: 0.05em;
}

.article-summary p {
  margin: 0;
  font-weight: 700;
  line-height: 1.8;
}

.article-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: calc(100% - 48px);
  max-width: 728px;
  padding: 40px 0 72px;
  margin: 0 auto;
}

.article-navigation_card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  padding: 16px 20px;
  color: #303633;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
}

.article-navigation_copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.article-navigation_label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.article-navigation_meta {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.article-navigation_number {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #245548;
  white-space: nowrap;
}

.article-navigation_title {
  display: block;
  min-height: 52px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
  border-left: 1px dashed #d5e1dc;
}

.article-navigation_arrow {
  display: flex;
  flex: 0 0 16px;
  align-items: center;
  padding-top: 6px;
}

.article-navigation_card.is-previous .article-navigation_arrow {
  transform: rotate(180deg);
}

.article-navigation_empty {
  display: block;
}

.article-navigation_card:focus-visible {
  outline: 2px solid #2f6b5a;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .article-navigation_card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  .article-navigation_card:hover {
    box-shadow: 0 8px 20px rgba(36, 85, 72, 0.08);
    transform: translateY(-2px);
  }
}
.related-articles h2 {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .related-articles h2 {
    font-size: 40px;
    line-height: 1.8;
  }
  .related-articles .article-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .related-articles .article-card_link {
    gap: 10px;
    min-height: 438px;
    padding: 16px;
    border-radius: 4px;
  }
  .related-articles .article-card_header {
    flex: 0 0 32px;
    height: 32px;
  }
  .related-articles .article-card_chapter {
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
  }
  .related-articles .article-card_number {
    padding-top: 4px;
    font-size: 28px;
  }
  .related-articles .article-card_divider {
    height: 20px;
  }
  .related-articles .article-card_media {
    flex: 0 0 auto;
    margin-top: 0;
    aspect-ratio: 550/402;
    border-radius: 4px;
  }
  .related-articles .article-card_body {
    display: flex;
    flex: 0 0 132px;
    flex-direction: column;
    gap: 4px;
    height: 132px;
    padding: 0;
    overflow: hidden;
  }
  .related-articles .article-card_body h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.8;
    color: #2f6b5a;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .related-articles .article-card_body p {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
  }
  .related-articles .article-card_footer {
    flex: 0 0 25px;
    height: 25px;
    padding-top: 0;
    font-family: "Akshar", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    border-top: 0;
  }
}
.article-card_number_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .chapter-hero {
    min-height: auto;
  }
  .chapter-hero_inner {
    flex-direction: column;
    min-height: 0;
    padding: 12.8vw 0 8.5333333333vw;
  }
  .chapter-hero_copy {
    width: 100%;
  }
  .chapter-hero_meta {
    gap: 3.2vw;
  }
  .chapter-hero_meta span:first-child,
  .article-header_chapter span:first-child {
    font-size: 7.2vw;
  }
  .chapter-hero_meta span:last-child,
  .article-header_chapter span:last-child {
    padding-left: 3.2vw;
    font-size: 4vw;
  }
  .chapter-hero h1 {
    margin-top: 4.8vw;
    font-size: 8.2666666667vw;
  }
  .chapter-hero_description {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
  .chapter-hero_media {
    flex: 0 0 auto;
    width: 100%;
    height: 61.3333333333vw;
    margin-top: 4.8vw;
  }
  .chapter-hero img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .chapter-breadcrumbs {
    padding-top: 4.2666666667vw;
  }
  .chapter-topics {
    padding: 12.8vw 0 17.0666666667vw !important;
  }
  .chapter-topics h2 {
    font-size: 6.9333333333vw;
  }
  .chapter-topics ol {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    margin-top: 6.4vw;
  }
  .chapter-topics li {
    min-height: 0;
    padding: 5.8666666667vw 5.3333333333vw;
  }
  .chapter-topics_number {
    font-size: 6.4vw;
  }
  .chapter-topics h3 {
    margin-top: 3.7333333333vw;
    font-size: 4.5333333333vw;
  }
  .chapter-topics li p {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
  .chapter-articles,
  .related-articles {
    padding: 14.9333333333vw 0 19.2vw !important;
  }
  .chapter-articles .article-grid {
    margin-top: 7.4666666667vw;
  }
  .next-chapter {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
  .next-chapter .site-shell {
    gap: 6.4vw;
    width: 89.3333333333vw;
  }
  .next-chapter_kicker {
    font-size: 8.5333333333vw;
    line-height: 1.8;
  }
  .next-chapter a {
    display: grid;
    grid-template-rows: 13.3333333333vw minmax(0, 1fr);
    grid-template-columns: 10.9333333333vw minmax(0, 1fr);
    gap: 2.6666666667vw 5.3333333333vw;
    height: 52.8vw;
    padding: 3.2vw 5.3333333333vw;
    border-width: 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
  .next-chapter_number {
    grid-row: 1;
    grid-column: 1;
    width: 10.9333333333vw;
    padding-top: 2.6666666667vw;
    font-size: 10.6666666667vw;
    letter-spacing: 0.64vw;
  }
  .next-chapter_content {
    display: contents;
  }
  .next-chapter_label {
    display: flex;
    grid-row: 1;
    grid-column: 2;
    align-items: center;
    padding-left: 6.4vw;
    font-size: 7.4666666667vw;
    line-height: 1.8;
    border-left: 0.5333333333vw dashed #d5e1dc;
  }
  .next-chapter_body {
    grid-row: 2;
    grid-column: 1/-1;
    flex-direction: column;
    gap: 1.0666666667vw;
    align-items: flex-end;
  }
  .next-chapter_copy {
    gap: 1.0666666667vw;
    width: 100%;
  }
  .next-chapter_heading {
    overflow: hidden;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .next-chapter_description {
    display: -webkit-box;
    overflow: hidden;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .next-chapter_link {
    gap: 3.2vw;
    font-size: 3.7333333333vw;
  }
  .next-chapter_link .circle-arrow {
    flex-basis: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .next-chapter_link .circle-arrow_ring {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .next-chapter_link .circle-arrow_icon {
    width: 2.1333333333vw;
    height: 1.6vw;
  }
  .chapter-single {
    padding-top: 6.4vw;
  }
  .chapter-single_breadcrumbs {
    margin-bottom: 6.4vw;
  }
  .article-body {
    width: calc(100% - 6.4vw);
    padding: 7.4666666667vw 4.2666666667vw 14.9333333333vw;
  }
  .article-header_meta {
    flex-wrap: wrap;
    gap: 2.1333333333vw 2.6666666667vw;
  }
  .article-header_chapter {
    flex: 1 0 calc(100% - 18.6666666667vw);
    margin-right: 0;
  }
  .article-header_badge {
    padding: 0.5333333333vw 1.6vw;
    font-size: 2.4vw;
  }
  .article-header h1 {
    margin-top: 4.8vw;
    font-size: 6.6666666667vw;
  }
  .article-header_lead {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
  }
  .article-header time {
    flex-basis: 100%;
    font-size: 2.6666666667vw;
    text-align: right;
  }
  .article-header_image {
    width: 100%;
    margin-top: 4.8vw;
  }
  .article-body .entry-content {
    margin-top: 10.6666666667vw;
  }
  .article-toc {
    padding: 5.3333333333vw 6.4vw 6.4vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 12.8vw;
    border-width: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
  .article-toc_title {
    left: 2.6666666667vw;
    padding: 0 3.2vw;
    font-size: 4.2666666667vw;
  }
  .article-toc_section + .article-toc_section {
    padding-top: 3.7333333333vw;
    margin-top: 3.7333333333vw;
  }
  .article-toc .article-toc_heading {
    grid-template-columns: 4.5333333333vw minmax(0, 1fr);
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .article-toc_number {
    padding-top: 1.6vw;
    font-size: 3.7333333333vw;
  }
  .article-toc .article-toc_children {
    margin-top: 2.1333333333vw;
  }
  .article-toc .article-toc_children li + li {
    margin-top: 2.1333333333vw;
  }
  .article-toc .article-toc_children a {
    grid-template-columns: 1.6vw minmax(0, 1fr);
    gap: 2.6666666667vw;
    padding-left: 7.2vw;
    font-size: 3.2vw;
  }
  .article-toc_dot {
    width: 1.6vw;
    height: 1.6vw;
    margin-top: 2.1333333333vw;
  }
  .article-body .entry-content h2 {
    margin-top: 12.8vw;
    font-size: 5.8666666667vw;
  }
  .article-body .entry-content h3 {
    margin-top: 8vw;
    font-size: 5.0666666667vw;
  }
  .article-source {
    padding: 4.2666666667vw;
    font-size: 2.9333333333vw;
  }
  .article-figure {
    margin-top: 8vw !important;
  }
  .article-figure figcaption {
    margin-top: 1.6vw;
    font-size: 2.6666666667vw;
  }
  .article-check-table {
    display: block;
    overflow-x: auto;
    font-size: 2.9333333333vw;
  }
  .article-check-table th,
  .article-check-table td {
    min-width: 32vw;
    padding: 2.6666666667vw;
  }
  .article-note {
    padding: 4.2666666667vw;
    font-size: 3.2vw;
  }
  .article-summary {
    padding: 6.4vw 4.8vw;
    margin-top: 13.8666666667vw !important;
  }
  .article-body .entry-content .article-summary h2 {
    font-size: 5.6vw;
  }
  .article-summary ol {
    margin-top: 4.8vw;
  }
  .article-summary li {
    grid-template-columns: 16.5333333333vw 1fr;
    gap: 2.6666666667vw;
  }
  .article-summary li + li {
    margin-top: 3.7333333333vw;
  }
  .article-summary_number {
    font-size: 2.9333333333vw;
  }
  .article-summary p {
    font-size: 3.4666666667vw;
  }
  .article-navigation {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    width: calc(100% - 6.4vw);
    padding: 7.4666666667vw 0 12.8vw;
  }
  .article-navigation_empty {
    display: none;
  }
  .article-navigation_card {
    gap: 2.6666666667vw;
    padding: 3.7333333333vw 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
  .article-navigation_copy {
    gap: 1.6vw;
  }
  .article-navigation_label {
    font-size: 3.4666666667vw;
  }
  .article-navigation_meta {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 2.1333333333vw;
  }
  .article-navigation_number {
    font-size: 3.7333333333vw;
  }
  .article-navigation_title {
    min-height: 12.8vw;
    padding-left: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .article-navigation_arrow {
    flex-basis: 4.2666666667vw;
    padding-top: 1.3333333333vw;
  }
  .article-navigation_arrow .circle-arrow,
  .article-navigation_arrow .circle-arrow_ring {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .article-navigation_arrow .circle-arrow_icon {
    width: 2.1333333333vw;
    height: 1.6vw;
  }
  .related-articles h2 {
    margin-bottom: 6.4vw;
  }
  /* Figma SP_01: shared chapter archive layout for chapters 01–07. */
  .chapter-hero_inner {
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .chapter-hero_copy {
    display: grid;
    flex: 0 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 10.6666666667vw minmax(0, 1fr);
    -moz-column-gap: 4.2666666667vw;
         column-gap: 4.2666666667vw;
    width: 89.3333333333vw;
  }
  .chapter-hero_meta {
    display: contents;
  }
  .chapter-hero_meta span:first-child {
    grid-row: 1/4;
    grid-column: 1;
    align-self: start;
    width: 10.6666666667vw;
    padding-top: 5.3333333333vw;
    font-size: 10.6666666667vw;
    line-height: 1;
    color: #2f6b5a;
    letter-spacing: 0.64vw;
  }
  .chapter-hero_meta span:last-child {
    grid-row: 1;
    grid-column: 2;
    width: auto;
    padding-left: 0;
    font-size: 10.6666666667vw;
    font-weight: 500;
    line-height: 1.8;
    color: #2f6b5a;
    border-left: 0;
  }
  .chapter-hero h1 {
    grid-row: 2;
    grid-column: 2;
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
    color: #2f6b5a;
  }
  .chapter-hero_description {
    grid-row: 3;
    grid-column: 2;
    width: auto;
    max-width: none;
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
    color: #303633;
  }
  .chapter-hero_description span {
    display: inline;
    white-space: normal;
  }
  .chapter-hero_media {
    align-self: center;
    flex: 0 0 auto;
    width: 100%;
    height: 66.6666666667vw;
    margin-top: 10.6666666667vw;
    border-radius: 0;
  }
  .chapter-archive .chapter-hero_image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .chapter-archive--beginner .chapter-hero_image {
    -o-object-fit: fill;
       object-fit: fill;
  }
  .chapter-archive--money .chapter-hero_image {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .chapter-breadcrumbs {
    display: none;
  }
  .chapter-topics {
    padding: 21.3333333333vw 0 21.3333333333vw !important;
  }
  .chapter-topics .site-shell,
  .chapter-articles .site-shell {
    width: 89.3333333333vw;
  }
  .chapter-topics h2,
  .chapter-articles .section-heading h2 {
    font-size: 8.5333333333vw;
    font-weight: 500;
    line-height: 1.8;
    color: #303633;
  }
  .chapter-articles .section-heading {
    min-height: 41.8666666667vw;
  }
  .chapter-topics h2,
  .chapter-topics_intro {
    min-height: 15.4666666667vw;
  }
  .chapter-topics_intro,
  .chapter-articles .section-heading p {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
    color: #303633;
  }
  .chapter-topics ol {
    grid-template-columns: 1fr;
    gap: 6.4vw;
    margin-top: 6.4vw;
  }
  .chapter-topics li {
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
    align-items: center;
    width: 78.6666666667vw;
    height: auto;
    min-height: 0;
    padding: 4.2666666667vw;
    margin: 0 auto;
    background: #f2f7f5;
    border-top: 0;
    border-radius: 1.0666666667vw;
  }
  .chapter-topics_header {
    display: flex;
    flex-direction: column;
    gap: 2.1333333333vw;
    align-items: center;
    width: 100%;
    padding-bottom: 4.2666666667vw;
    border-bottom: 0.2666666667vw dashed #d5e1dc;
  }
  .chapter-topics_number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    padding-top: 1.3333333333vw;
    font-size: 7.4666666667vw;
    line-height: 1;
    color: #2f6b5a;
    letter-spacing: 0.448vw;
    background: url("../images/chapters/step-number.svg") center/contain no-repeat;
  }
  .chapter-topics h3 {
    display: block;
    min-height: 0;
    margin-top: 0;
    font-size: 4.8vw;
    line-height: 1.8;
    color: #2f6b5a;
    text-align: center;
  }
  .chapter-topics li p {
    display: block;
    margin-top: 0;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-align: center;
  }
  .chapter-topics_line {
    display: inline;
    white-space: normal;
  }
  .chapter-articles {
    padding: 0 !important;
    background: #fff;
  }
  .chapter-articles .article-grid {
    gap: 2.9333333333vw;
    margin-top: 6.4vw;
  }
  .chapter-articles .article-card {
    width: 43.2vw;
    min-width: 0;
    height: 97.0666666667vw;
  }
  .chapter-articles .article-card_link {
    gap: 2.6666666667vw;
    height: 97.0666666667vw;
    padding: 2.6666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
  .chapter-articles .article-card_header {
    flex: 0 0 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .chapter-articles .article-card_chapter {
    gap: 2.1333333333vw;
    min-width: 0;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.8;
  }
  .article-card_number_pc {
    display: none;
  }
  .article-card_number_sp {
    display: inline;
  }
  .chapter-articles .article-card_number {
    padding-top: 1.0666666667vw;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.32vw;
  }
  .chapter-articles .article-card_divider {
    flex: 0 0 0.2666666667vw;
    width: 0.2666666667vw;
    height: 5.3333333333vw;
  }
  .chapter-articles .article-card_badge {
    display: flex;
    flex: 0 0 8vw;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 4.2666666667vw;
    padding: 0.8vw 1.6vw 0.5333333333vw;
    font-size: 3.2vw;
    line-height: 1;
    color: #fff;
    background: #245548;
    border-radius: 0.5333333333vw;
  }
  .chapter-articles .article-card_badge.is-update {
    padding: 0.2666666667vw 1.3333333333vw;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.6666666667vw;
    font-weight: 500;
    line-height: 1.8;
    color: #2f6b5a;
    letter-spacing: 0;
    background: #e6f1ed;
  }
  .chapter-articles .article-card_media {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    border-radius: 1.0666666667vw;
    aspect-ratio: 550/402;
  }
  .chapter-articles .article-card_media img {
    border-radius: 1.0666666667vw;
  }
  .chapter-articles .article-card_body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1.0666666667vw;
    min-height: 0;
    padding: 0;
  }
  .chapter-articles .article-card_body h3 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.8;
    color: #2f6b5a;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .chapter-articles .article-card_body p {
    display: -webkit-box;
    flex: 0 0 14.1333333333vw;
    height: 14.1333333333vw;
    margin-top: 0;
    overflow: hidden;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .chapter-articles .article-card_footer {
    flex: 0 0 6.6666666667vw;
    height: 6.6666666667vw;
    padding-top: 0;
    font-family: "Akshar", sans-serif;
    font-size: 3.7333333333vw;
    line-height: 1.8;
    color: #66736e;
    border-top: 0;
  }
  .chapter-articles .article-card_footer .circle-arrow {
    display: inline-block;
    flex-basis: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .chapter-archive--disaster .article-card_chapter > span:last-child {
    font-size: 3.7333333333vw;
  }
  .chapter-pagination_sp.sp_only {
    display: flex !important;
    gap: 8.5333333333vw;
    align-items: center;
    justify-content: center;
    width: -moz-max-content;
    width: max-content;
    height: 5.8666666667vw;
    margin: 6.4vw auto 0;
  }
  .chapter-pagination_count {
    display: flex;
    gap: 3.2vw;
    align-items: center;
    font-family: "Akshar", sans-serif;
    font-size: 4.2666666667vw;
    line-height: 1;
    color: #303633;
    letter-spacing: 0.256vw;
  }
  .chapter-pagination_divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.6032vw;
    height: 5.8466666667vw;
  }
  .chapter-pagination_divider img {
    display: block;
    width: 0.2666666667vw;
    height: 6.4vw;
    transform: rotate(24deg);
  }
  .chapter-pagination_sp > a,
  .chapter-pagination_next {
    display: block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .chapter-pagination_sp .circle-arrow,
  .chapter-pagination_sp .circle-arrow_ring {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .chapter-pagination_sp .circle-arrow_icon {
    width: 2.1333333333vw;
    height: 1.6vw;
  }
  .next-chapter {
    padding: 21.3333333333vw 0 21.3333333333vw;
  }
}
.glossary-page {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #303633;
  background: #fff;
}

.glossary-page section {
  padding: 0;
}

.glossary-hero {
  width: 100%;
  height: 430px;
  overflow: hidden;
  background: #fff;
}

.glossary-hero_inner {
  display: grid;
  grid-template-columns: 470px 588px;
  align-items: center;
  width: 1058px;
  height: 430px;
  margin-left: auto;
}

.glossary-hero_copy h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.glossary-hero_copy p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.glossary-hero_media {
  width: 588px;
  height: 430px;
  overflow: hidden;
}

.glossary-hero_media img {
  display: block;
  width: 638px;
  max-width: none;
  height: 425px;
  margin-top: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}

.glossary-content {
  padding: 32px 0 118px;
  background: #fff;
}

.glossary-page .breadcrumbs {
  font-size: 14px;
}

.glossary-finder {
  margin-top: 80px;
}

.glossary-finder_tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.glossary-finder_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  padding: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  cursor: pointer;
  background: #fff;
  border: 2px solid #2f6b5a;
  border-radius: 4px 4px 0 0;
}

.glossary-finder_tab.is-active {
  color: #fff;
  background: #2f6b5a;
}

.glossary-finder_panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 236px;
  padding: 40px;
  margin-top: -2px;
  background: #fff;
  border: 2px solid #2f6b5a;
  border-radius: 0 0 4px 4px;
}

.glossary-finder_panel[hidden] {
  display: none;
}

.glossary-kana {
  display: grid;
  grid-template-columns: repeat(5, 68px);
  gap: 20px 80px;
  align-items: center;
  justify-content: center;
}

.glossary-kana a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.glossary-filter_kana a[aria-current=page] {
  color: #fff;
  background: #2f6b5a;
}

.glossary-kana a:not(:nth-child(5n))::after {
  position: absolute;
  top: 0;
  right: -40px;
  width: 1px;
  height: 68px;
  content: "";
  border-left: 1px dashed #d5e1dc;
}

.glossary-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.glossary-categories a {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 300px;
  padding: 4px 16px;
  color: #303633;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 80px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.glossary-categories strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.glossary-categories span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.glossary-categories strong .glossary-category_name {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.glossary-category_break-sp {
  display: none;
}

.glossary-finder_empty {
  font-size: 16px;
  color: #66736e;
}

.glossary-finder_tab:focus-visible,
.glossary-kana a:focus-visible,
.glossary-categories a:focus-visible {
  outline: 2px solid #245548;
  outline-offset: 3px;
}

.glossary-results {
  padding-top: 80px !important;
  scroll-margin-top: 24px;
}

.glossary-results .section-heading {
  margin-bottom: 32px;
}

.glossary-results ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.glossary-results li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 14px 18px;
  color: #245548;
  background: #fff;
  border: 1px solid #d5e1dc;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.glossary-filter {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0 120px;
  margin: 0 auto;
}

.glossary-filter_header {
  width: 1058px;
  margin-left: auto;
}

.glossary-filter_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2f6b5a;
}

.glossary-filter_title h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
}

.glossary-filter_title p {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
}

.glossary-filter_header .breadcrumbs {
  margin-top: 40px;
  font-size: 14px;
}

.glossary-filter_kana {
  width: 660px;
  margin-top: 40px;
  margin-left: 236px;
}

.glossary-filter_categories {
  gap: 24px 0;
  align-items: flex-start;
  justify-content: space-between;
  width: 916px;
  margin: 40px auto 0;
}

.glossary-filter_categories a {
  width: 290px;
  text-align: center;
}

.glossary-filter_category-sections {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 916px;
  margin: 64px auto 0;
}

.glossary-filter_category-section {
  width: 100%;
  margin: 0;
  scroll-margin-top: 24px;
}

.glossary-filter_results-title {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
}

.glossary-filter_results-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #303633;
}

.glossary-filter_results {
  width: 916px;
  margin: 64px auto 0;
}

.glossary-filter_results-heading {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.glossary-filter_results-heading h2 {
  flex: 0 0 auto;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
  white-space: nowrap;
}

.glossary-filter_results-heading span {
  flex: 1 1 0;
  min-width: 0;
  border-top: 1px solid #d5e1dc;
}

.glossary-filter_results ul {
  display: grid;
  grid-template-columns: repeat(2, 282px);
  grid-template-rows: repeat(var(--glossary-result-rows), minmax(29px, auto));
  grid-auto-flow: column;
  gap: 40px 166px;
  justify-content: start;
  width: 730px;
  margin: 40px auto 0;
}

.glossary-filter_results li a {
  display: grid;
  grid-template-columns: 250px 16px;
  gap: 16px;
  align-items: center;
  width: 282px;
  min-height: 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.glossary-filter_results li img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.glossary-filter_results .empty-state {
  width: 730px;
  margin: 40px auto 0;
}

.glossary-entry-page {
  padding: 32px 0 120px;
}

.glossary-entry-page .breadcrumbs {
  margin-bottom: 32px;
  font-size: 14px;
}

.glossary-entry {
  width: 728px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  background: #fff;
  border: 0;
  border-radius: 4px;
}

.glossary-entry_header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0 0 24px;
  border: 0;
}

.glossary-entry_category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  padding: 2px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 4px;
}

.glossary-entry h1 {
  position: relative;
  z-index: 0;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
}

.glossary-entry h1::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
  width: min(126px, 100%);
  height: 14px;
  content: "";
  background: rgba(139, 226, 139, 0.5);
}

.glossary-entry_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #303633;
}

.glossary-entry_content > p + p {
  margin-top: 0;
}

.glossary-entry_diagram {
  padding: 0;
  margin-top: 40px;
}

.glossary-entry_section-heading {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.glossary-entry_section-heading h2 {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
  white-space: nowrap;
}

.glossary-entry_section-heading > span {
  flex: 1 1 0;
  min-width: 0;
  border-top: 1px solid #d5e1dc;
}

.glossary-entry_diagram figure {
  width: 567px;
  max-width: 100%;
  height: 411px;
  margin: 24px auto 0;
  overflow: hidden;
  border-radius: 4px;
}

.glossary-entry_diagram img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.glossary-entry_related {
  padding: 0;
  margin-top: 56px;
}

.glossary-entry_related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}

.glossary-entry_related a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 80px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.glossary-related-chapter {
  width: 916px;
  max-width: 100%;
  padding: 0;
  margin: 120px auto 0;
}

.glossary-related-chapter > h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
}

.glossary-related-chapter_card {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
  padding: 20px 20px 24px;
  color: #303633;
  background: #fff;
}

.glossary-related-chapter_number {
  padding-top: 10px;
  font-family: "Akshar", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  color: #245548;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.glossary-related-chapter_body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  padding-left: 24px;
  border-left: 2px dashed #d5e1dc;
}

.glossary-related-chapter_label {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.glossary-related-chapter_bottom {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  width: 100%;
}

.glossary-related-chapter_copy {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.glossary-related-chapter_copy strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.glossary-related-chapter_copy > span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #303633;
}

.glossary-related-chapter_link {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .glossary-finder_tab:not(.is-active):hover,
  .glossary-kana a:hover,
  .glossary-categories a:hover {
    color: #245548;
    background: #f2f7f5;
  }
  .glossary-results li a:hover,
  .related-terms a:hover {
    border-color: #2f6b5a;
  }
  .glossary-filter_results li a:hover {
    color: #245548;
  }
  .glossary-entry_related a:hover {
    color: #245548;
    background: #f2f7f5;
  }
  .glossary-related-chapter_card:hover .glossary-related-chapter_link {
    color: #245548;
  }
}
@media screen and (max-width: 768px) {
  .glossary-hero {
    height: auto;
  }
  .glossary-hero_inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 10.6666666667vw 5.3333333333vw 0;
  }
  .glossary-hero_copy h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .glossary-hero_copy p {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .glossary-hero_media {
    width: calc(100% + 10.6666666667vw);
    height: 66.6666666667vw;
    margin-top: 10.6666666667vw;
    margin-left: -5.3333333333vw;
  }
  .glossary-hero_media img {
    width: 100%;
    height: 66.6666666667vw;
    margin-top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .glossary-content {
    padding: 4.2666666667vw 0 21.3333333333vw;
  }
  .glossary-page .breadcrumbs {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .glossary-content .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .glossary-finder {
    margin-top: 10.6666666667vw;
  }
  .glossary-finder_tabs {
    gap: 2.9333333333vw;
  }
  .glossary-finder_tab {
    height: 16vw;
    padding: 3.7333333333vw 4.2666666667vw;
    font-size: 4.8vw;
    border-width: 0.5333333333vw;
    white-space: nowrap;
  }
  .glossary-finder_panel {
    min-height: 49.6vw;
    padding: 6.4vw 3.2vw;
    margin-top: -0.5333333333vw;
    border-width: 0.5333333333vw;
  }
  .glossary-kana {
    grid-template-columns: repeat(5, 10.6666666667vw);
    gap: 3.2vw 7.4666666667vw;
  }
  .glossary-kana a {
    width: 10.6666666667vw;
    height: 12.8vw;
    font-size: 4.2666666667vw;
  }
  .glossary-kana a:not(:nth-child(5n))::after {
    right: -3.7333333333vw;
    height: 12.8vw;
  }
  .glossary-categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .glossary-categories a {
    width: 100%;
    padding: 1.0666666667vw 4.2666666667vw;
  }
  .glossary-categories strong {
    font-size: 4vw;
  }
  .glossary-categories span {
    font-size: 3.2vw;
  }
  .glossary-finder_empty {
    font-size: 3.4666666667vw;
  }
  .glossary-finder_panel--category {
    min-height: 163.7333333333vw;
    padding: 4.8vw 5.3333333333vw;
  }
  .glossary-finder_panel--category .glossary-categories {
    grid-template-columns: repeat(2, 37.3333333333vw);
    gap: 4.2666666667vw 2.6666666667vw;
    justify-content: center;
  }
  .glossary-finder_panel--category .glossary-categories a {
    gap: 0.5333333333vw;
    align-items: center;
    justify-content: flex-start;
    width: 37.3333333333vw;
    height: 27.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
    text-align: center;
    border-width: 0.2666666667vw;
    border-radius: 4.2666666667vw;
  }
  .glossary-finder_panel--category .glossary-categories strong {
    display: grid;
    place-content: center;
    width: 100%;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .glossary-finder_panel--category .glossary-categories > a > span {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
  .glossary-category_break-sp {
    display: inline;
  }
  .glossary-results {
    padding-top: 14.9333333333vw !important;
  }
  .glossary-results .section-heading {
    margin-bottom: 6.4vw;
  }
  .glossary-results ul {
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
  .glossary-results li a {
    min-height: 13.8666666667vw;
    padding: 3.2vw 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .glossary-filter {
    padding: 8.5333333333vw 0 17.0666666667vw;
  }
  .glossary-filter_header {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
  .glossary-filter_title {
    gap: 1.0666666667vw;
  }
  .glossary-filter_title h1 {
    font-size: 9.6vw;
    line-height: 1.5;
  }
  .glossary-filter_title p {
    font-size: 7.4666666667vw;
    line-height: 1.6;
  }
  .glossary-filter_header .breadcrumbs {
    margin-top: 6.4vw;
    font-size: 3.2vw;
  }
  .glossary-filter_kana {
    width: 83.2vw;
    margin: 8.5333333333vw auto 0;
  }
  .glossary-filter_categories {
    width: calc(100% - 10.6666666667vw);
    margin-top: 8.5333333333vw;
  }
  .glossary-filter_results {
    width: calc(100% - 10.6666666667vw);
    margin-top: 10.6666666667vw;
  }
  .glossary-filter_results-heading {
    gap: 4.2666666667vw;
  }
  .glossary-filter_results-heading h2 {
    font-size: 7.4666666667vw;
  }
  .glossary-filter_results ul {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 4.2666666667vw;
    width: 100%;
    margin-top: 6.4vw;
  }
  .glossary-filter_results li a {
    grid-template-columns: minmax(0, 1fr) 4.2666666667vw;
    gap: 4.2666666667vw;
    width: 100%;
    min-height: 7.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .glossary-filter_results li img {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .glossary-filter_results .empty-state {
    width: 100%;
    margin-top: 6.4vw;
  }
  .glossary-filter-page--kana .glossary-filter {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .glossary-filter-page--kana .glossary-filter_title {
    gap: 0;
  }
  .glossary-filter-page--kana .glossary-filter_title h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .glossary-filter-page--kana .glossary-filter_title p {
    font-size: 7.4666666667vw;
    line-height: 1.8;
  }
  .glossary-filter-page--kana .glossary-filter_header .breadcrumbs {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .glossary-filter-page--kana .glossary-filter_kana {
    grid-template-columns: repeat(4, 18.1333333333vw);
    gap: 2.6666666667vw 5.3333333333vw;
    justify-content: start;
    width: 89.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .glossary-filter-page--kana .glossary-filter_kana a {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    font-size: 5.3333333333vw;
  }
  .glossary-filter-page--kana .glossary-filter_kana a:not(:nth-child(5n))::after {
    content: none;
  }
  .glossary-filter-page--kana .glossary-filter_kana a:not(:nth-child(4n))::after {
    position: absolute;
    top: 0;
    right: -2.6666666667vw;
    width: 0.2666666667vw;
    height: 18.1333333333vw;
    content: "";
    border-left: 0.2666666667vw dashed #d5e1dc;
  }
  .glossary-filter-page--kana .glossary-filter_results {
    margin-top: 10.6666666667vw;
  }
  .glossary-filter-page--kana .glossary-filter_results-heading {
    gap: 6.4vw;
  }
  .glossary-filter-page--kana .glossary-filter_results-heading h2 {
    font-size: 6.4vw;
  }
  .glossary-filter-page--kana .glossary-filter_results ul {
    gap: 10.6666666667vw;
    width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
  .glossary-filter-page--kana .glossary-filter_results li a {
    grid-template-columns: 66.6666666667vw 4.2666666667vw;
    width: 75.2vw;
    font-size: 4.2666666667vw;
  }
  .glossary-filter-page--kana .glossary-filter_results .empty-state {
    width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
  .glossary-filter-page--category .glossary-filter {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .glossary-filter-page--category .glossary-filter_title {
    gap: 0;
  }
  .glossary-filter-page--category .glossary-filter_title h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .glossary-filter-page--category .glossary-filter_title p {
    font-size: 7.4666666667vw;
    line-height: 1.8;
  }
  .glossary-filter-page--category .glossary-filter_header .breadcrumbs {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .glossary-filter-page--category .glossary-filter_categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2666666667vw 6.4vw;
    align-items: flex-start;
    justify-content: center;
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .glossary-filter-page--category .glossary-filter_categories a {
    gap: 0.5333333333vw;
    align-items: center;
    justify-content: flex-start;
    width: 37.3333333333vw;
    height: 27.2vw;
    padding: 1.0666666667vw 2.6666666667vw;
    text-align: center;
    border-width: 0.2666666667vw;
    border-radius: 4.2666666667vw;
  }
  .glossary-filter-page--category .glossary-filter_categories a:first-child {
    width: 39.4666666667vw;
  }
  .glossary-filter-page--category .glossary-filter_categories strong {
    display: grid;
    place-content: center;
    width: 100%;
    height: 12.8vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .glossary-filter-page--category .glossary-filter_categories > a > span {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
  .glossary-filter-page--category .glossary-filter_category-sections {
    gap: 21.3333333333vw;
    width: 89.3333333333vw;
    margin: 10.6666666667vw auto 0;
  }
  .glossary-filter-page--category .glossary-filter_category-section {
    scroll-margin-top: 25.6vw;
  }
  .glossary-filter-page--category .glossary-filter_results-heading {
    gap: 6.4vw;
  }
  .glossary-filter-page--category .glossary-filter_results-title {
    gap: 1.0666666667vw;
  }
  .glossary-filter-page--category .glossary-filter_results-title h2 {
    font-size: 6.4vw;
  }
  .glossary-filter-page--category .glossary-filter_results-title p {
    font-size: 4.2666666667vw;
  }
  .glossary-filter-page--category .glossary-filter_category-section ul {
    gap: 10.6666666667vw;
    width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
  .glossary-filter-page--category .glossary-filter_category-section li a {
    grid-template-columns: 66.6666666667vw 4.2666666667vw;
    width: 75.2vw;
    font-size: 4.2666666667vw;
  }
  .glossary-filter-page--category .glossary-filter_category-section .empty-state {
    width: 78.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
  .glossary-entry-page {
    padding: 4.2666666667vw 0 0;
  }
  .glossary-entry-page .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .glossary-entry-page .breadcrumbs {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .glossary-entry-page .breadcrumbs ol {
    flex-wrap: nowrap;
    gap: 2.4vw;
    overflow: hidden;
  }
  .glossary-entry-page .breadcrumbs li {
    flex: 0 0 auto;
    gap: 2.4vw;
    white-space: nowrap;
  }
  .glossary-entry-page .breadcrumbs li:last-child {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
  }
  .glossary-entry-page .breadcrumbs li:last-child span {
    display: block;
    overflow: hidden;
    color: #66736e;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .glossary-entry-page .breadcrumbs a {
    text-decoration: none;
  }
  .glossary-entry {
    display: flex;
    flex-direction: column;
    gap: 14.9333333333vw;
    width: 100%;
    padding: 6.4vw 5.3333333333vw;
  }
  .glossary-entry_header {
    gap: 2.1333333333vw;
    padding: 0;
    margin-bottom: 6.4vw;
  }
  .glossary-entry_category {
    padding: 0.5333333333vw 2.1333333333vw;
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 1.0666666667vw;
  }
  .glossary-entry h1 {
    align-self: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 7.4666666667vw;
    line-height: 1.8;
  }
  .glossary-entry h1::after {
    bottom: 1.0666666667vw;
    width: 100%;
    height: 3.7333333333vw;
  }
  .glossary-entry_content {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .glossary-entry_diagram {
    margin-top: 10.6666666667vw;
  }
  .glossary-entry_section-heading {
    gap: 6.4vw;
  }
  .glossary-entry_section-heading h2 {
    font-size: 6.4vw;
  }
  .glossary-entry_diagram figure {
    width: 78.6666666667vw;
    height: 57.0666666667vw;
    margin-top: 6.4vw;
    border-radius: 1.0666666667vw;
  }
  .glossary-entry_related {
    margin-top: 0;
  }
  .glossary-entry_related ul {
    gap: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
  .glossary-entry_related a {
    padding: 2.1333333333vw 6.4vw;
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
  }
  .glossary-related-chapter {
    width: 100%;
    margin-top: 21.3333333333vw;
  }
  .glossary-related-chapter > h2 {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
  }
  .glossary-related-chapter_card {
    grid-template-columns: 10.9333333333vw minmax(0, 1fr);
    gap: 2.6666666667vw 5.3333333333vw;
    padding: 3.2vw 5.3333333333vw;
    border: 0.2666666667vw solid #d5e1dc;
  }
  .glossary-related-chapter_number {
    grid-column: 1;
    grid-row: 1;
    width: 10.9333333333vw;
    padding-top: 2.6666666667vw;
    font-size: 10.6666666667vw;
  }
  .glossary-related-chapter_body {
    display: contents;
  }
  .glossary-related-chapter_label {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    min-width: 0;
    padding-left: 6.4vw;
    font-size: 7.4666666667vw;
    border-left: 0.5333333333vw dashed #d5e1dc;
  }
  .glossary-related-chapter_bottom {
    grid-column: 1/-1;
    grid-row: 2;
    flex-direction: column;
    gap: 1.0666666667vw;
    align-items: flex-end;
  }
  .glossary-related-chapter_copy {
    gap: 1.0666666667vw;
  }
  .glossary-related-chapter_copy strong {
    font-size: 4.2666666667vw;
  }
  .glossary-related-chapter_copy > span {
    font-size: 3.7333333333vw;
  }
  .glossary-related-chapter_link {
    gap: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.about-page {
  padding: 0;
  color: #303633;
  background: #fff;
}

.about-page section {
  padding: 0;
}

.about-hero {
  display: flex;
  align-items: center;
  min-height: 430px;
}

.about-hero h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.about-hero p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

.about-breadcrumbs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.about-main {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-bottom: 120px;
}

.about-page h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
}

.about-operator_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about-operator_logo {
  display: block;
  width: 352px;
  height: 352px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.about-operator dl {
  display: flex;
  flex: 0 0 502px;
  flex-direction: column;
  gap: 24px;
}

.about-operator dl > div {
  display: grid;
  grid-template-columns: 180px 1fr;
}

.about-operator dt,
.about-operator dd {
  padding: 0 8px 24px;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px solid #d5e1dc;
}

.about-operator dt {
  font-weight: 500;
  border-color: #2f6b5a;
}

.about-operator dd small {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.8;
}

.about-operator a,
.about-topic a {
  color: #2f6b5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-site_copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 2;
}

.about-site_image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 916/363;
  border-radius: 4px;
}

.about-topics h2,
.about-values h2,
.about-policy h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.about-topics_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.about-topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 272px;
  padding: 16px;
  text-align: center;
  background: #f2f7f5;
  border-radius: 4px;
}

.about-topic_heading {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d5e1dc;
}

.about-topic_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #2f6b5a;
  letter-spacing: 0.06em;
  background: #fff;
  border: 1px solid #d5e1dc;
  border-radius: 50%;
}

.about-topic h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.about-topic > p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
}

.about-topic > a {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
}

.about-values_list,
.about-policy_panel {
  width: 728px;
  max-width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}

.about-values_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-values_list article {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 14px;
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 4px;
}

.about-values_list article > span {
  padding-top: 8px;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #2f6b5a;
  letter-spacing: 0.06em;
}

.about-values_list h3 {
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  border-bottom: 1px dashed #d5e1dc;
}

.about-values_list p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 2;
}

.about-policy_panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 4px;
}

.about-custom-content {
  width: 728px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  border: 1px solid #d5e1dc;
}

.about-contact {
  padding: 40px 0;
  background: #e6f1ed;
}

.about-contact h2 {
  margin-bottom: 24px;
  font-size: 40px;
}

.about-contact_body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 821px;
}

.about-contact_body > p {
  font-size: 16px;
  line-height: 2;
}

.about-contact_button {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 65px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #2f6b5a;
  background: #fff;
  border: 2px solid #2f6b5a;
  border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .about-topic,
  .about-contact_button {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .about-topic:hover,
  .about-contact_button:hover {
    box-shadow: 0 10px 30px rgba(47, 107, 90, 0.1);
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 768px) {
  .about-hero {
    min-height: 0;
    padding: 10.6666666667vw 0 0;
  }
  .about-hero .site-shell,
  .about-breadcrumbs,
  .about-main,
  .about-contact .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .about-hero h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .about-hero p {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .about-hero p br {
    display: none;
  }
  .about-breadcrumbs {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .about-breadcrumbs .breadcrumbs {
    font-size: 3.7333333333vw;
  }
  .about-breadcrumbs .breadcrumbs a {
    text-decoration: none;
  }
  .about-main {
    gap: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .about-page h2 {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
    line-height: 1.8;
  }
  .about-operator_content {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
    align-items: center;
  }
  .about-operator_logo {
    width: 66.6666666667vw;
    max-width: none;
    height: 66.4vw;
    margin: 0 auto;
  }
  .about-operator dl {
    flex: 0 0 auto;
    gap: 4.2666666667vw;
    width: 78.6666666667vw;
    margin: 0;
  }
  .about-operator dl > div {
    grid-template-columns: 34.1333333333vw 44.5333333333vw;
  }
  .about-operator dl > div:nth-child(1) {
    height: 35.4666666667vw;
  }
  .about-operator dl > div:nth-child(2) {
    height: 40.5333333333vw;
  }
  .about-operator dl > div:nth-child(3),
  .about-operator dl > div:nth-child(4) {
    height: 11.7333333333vw;
  }
  .about-operator dl > div:nth-child(5),
  .about-operator dl > div:nth-child(6) {
    height: 17.8666666667vw;
  }
  .about-operator dt,
  .about-operator dd {
    padding: 0 0 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .about-operator dt {
    font-size: 4vw;
  }
  .about-operator dd {
    padding-left: 2.1333333333vw;
  }
  .about-operator dd small {
    margin-top: 0;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .about-site_copy {
    gap: 4.2666666667vw;
    width: 78.6666666667vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .about-site_copy br {
    display: none;
  }
  .about-site_image {
    width: 100vw;
    height: 39.6288vw;
    margin-top: 6.4vw;
    margin-left: calc(50% - 50vw);
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .about-topics h2,
  .about-values h2,
  .about-policy h2 {
    margin-bottom: 6.4vw;
    font-size: 6.4vw;
    line-height: 1.8;
  }
  .about-topics_grid {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
  .about-topic {
    width: 78.6666666667vw;
    min-height: 64vw;
    padding: 4.2666666667vw;
    margin: 0 auto;
  }
  .about-topic_heading {
    padding-bottom: 4.2666666667vw;
  }
  .about-topic_number {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 7.4666666667vw;
  }
  .about-topic h3 {
    height: auto;
    margin-top: 2.1333333333vw;
    font-size: 4.8vw;
  }
  .about-topic > p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .about-topic > a {
    margin-top: auto;
    font-size: 4.2666666667vw;
  }
  .about-values_list,
  .about-policy_panel {
    width: 100%;
    max-width: 100%;
  }
  .about-values_list {
    gap: 8.5333333333vw;
  }
  .about-values_list article {
    grid-template-columns: 7.7333333333vw minmax(0, 1fr);
    gap: 0 3.7333333333vw;
    padding: 5.3333333333vw;
  }
  .about-values_list article:nth-child(1) {
    min-height: 70.1333333333vw;
  }
  .about-values_list article:nth-child(2) {
    min-height: 53.0666666667vw;
  }
  .about-values_list article:nth-child(3) {
    min-height: 71.2vw;
  }
  .about-values_list article > span {
    grid-column: 1;
    grid-row: 1;
    padding-top: 2.1333333333vw;
    font-size: 7.4666666667vw;
  }
  .about-values_list article > div {
    display: contents;
  }
  .about-values_list h3 {
    grid-column: 2;
    grid-row: 1;
    padding-bottom: 2.1333333333vw;
    font-size: 5.3333333333vw;
    border-bottom: 0;
  }
  .about-values_list p {
    grid-column: 1/-1;
    grid-row: 2;
    padding-top: 2.1333333333vw;
    margin-top: 0;
    font-size: 4.2666666667vw;
    border-top: 0.2666666667vw dashed #d5e1dc;
  }
  .about-policy_panel {
    gap: 4.2666666667vw;
    padding: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .about-custom-content {
    padding: 5.3333333333vw;
  }
  .about-contact {
    padding: 10.6666666667vw 0;
    margin-bottom: 21.3333333333vw;
  }
  .about-contact h2 {
    margin-bottom: 6.4vw;
    font-size: 8.5333333333vw;
    text-align: center;
  }
  .about-contact_body {
    display: flex;
    flex-direction: column;
    gap: 6.4vw;
    align-items: center;
    width: 78.6666666667vw;
    margin: 0 auto;
  }
  .about-contact_body > p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .about-contact_body > p br {
    display: none;
  }
  .about-contact_button {
    width: 74.6666666667vw;
    min-height: 17.3333333333vw;
    margin-top: 0;
    font-size: 4.2666666667vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
.contact-page {
  padding: 0;
  color: #303633;
  background: #fff;
}

.contact-page section {
  padding: 0;
}

.contact-hero {
  display: flex;
  align-items: center;
  min-height: 430px;
}

.contact-hero h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.contact-hero p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}

.contact-breadcrumbs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.contact-workflow {
  padding: 80px 0 !important;
  background: #f2f7f5;
}

.contact-steps {
  display: flex;
  align-items: center;
  width: 908px;
  max-width: calc(100% - 8px);
  margin: 0 auto;
}

.contact-steps li {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  align-items: center;
  font-size: 18px;
  line-height: 1.8;
  color: #c9c9c9;
}

.contact-steps li:not(:last-child)::after {
  width: 200px;
  height: 1px;
  margin-left: 52px;
  content: "";
  background: #d5e1dc;
}

.contact-steps li + li {
  margin-left: 52px;
}

.contact-steps li span {
  padding-top: 4px;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.contact-steps .is-current {
  color: #2f6b5a;
}

.contact-steps .is-current::after {
  background: #2f6b5a;
}

.contact-confirm-page .contact-steps li:nth-child(-n+2) {
  color: #2f6b5a;
}

.contact-confirm-page .contact-steps li:nth-child(-n+2)::after {
  background: #2f6b5a;
}

.contact-thanks-page .contact-steps li {
  color: #2f6b5a;
}

.contact-thanks-page .contact-steps li::after {
  background: #2f6b5a;
}

.contact-intro {
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.8;
}

.contact-form-panel {
  width: 916px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
}

.contact-fields {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-row {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 16px;
  align-items: start;
}

.contact-label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-page .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 25px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #2f6b5a;
  border-radius: 4px;
}

.contact-field,
.contact-form-panel .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-row--compact .contact-field {
  max-width: 326px;
}

.contact-form-panel input[type=text],
.contact-form-panel input[type=email],
.contact-form-panel input[type=url],
.contact-form-panel input[type=tel],
.contact-form-panel textarea,
.contact-form-panel select {
  width: 100%;
  min-height: 60px;
  padding: 15px 24px;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #303633;
  background: #fff;
  border: 1px solid #245548;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus,
.contact-form-panel select:focus {
  border-color: #2f6b5a;
  box-shadow: 0 0 3px rgba(139, 226, 139, 0.5);
}

.contact-form-panel input::-moz-placeholder, .contact-form-panel textarea::-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.contact-form-panel input::placeholder,
.contact-form-panel textarea::placeholder {
  color: #c9c9c9;
  opacity: 1;
}

.contact-form-panel textarea {
  min-height: 250px;
  resize: vertical;
}

.contact-form-panel .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-form-panel .wpcf7-list-item {
  margin: 0;
}

.contact-form-panel .wpcf7-radio .wpcf7-list-item label,
.contact-form-panel .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  line-height: 1.8;
  cursor: pointer;
}

.contact-form-panel input[type=radio] {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #2f6b5a;
  border-radius: 50%;
}

.contact-form-panel input[type=radio]:checked::after {
  position: absolute;
  inset: 5px;
  content: "";
  background: #2f6b5a;
  border-radius: 50%;
}

.contact-form-panel input[type=checkbox] {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1px solid #245548;
  border-radius: 2px;
}

.contact-form-panel input[type=checkbox]:checked::after {
  position: absolute;
  top: 4px;
  left: 7px;
  width: 7px;
  height: 12px;
  content: "";
  border-right: 2px solid #2f6b5a;
  border-bottom: 2px solid #2f6b5a;
  transform: rotate(45deg);
}

.contact-form-panel .wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
  color: #b84a4a;
}

.contact-form-panel .wpcf7-response-output {
  padding: 12px 16px !important;
  margin: 28px 0 0 !important;
  font-size: 14px;
  line-height: 1.8;
}

.privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.8;
}

.privacy-check .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
}

.privacy-check a {
  color: #2f6b5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-external-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background: url("../images/contact/external-link.webp") center/16px 16px no-repeat;
}

.contact-submit-wrap {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
}

.contact-submit-wrap::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background: url("../images/contact/submit-arrow.webp") center/16px 16px no-repeat;
  transform: translateY(-50%);
}

.contact-form-panel .contact-submit,
.contact-form-panel .contact-back {
  width: 280px;
  min-height: 65px;
  padding: 15px 48px 16px 24px;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #2f6b5a;
  border: 2px solid #2f6b5a;
  border-radius: 4px;
}

.contact-form-panel .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -36px;
  margin: 0;
  transform: translateY(-50%);
}

.contact-form-missing {
  padding: 40px;
  text-align: center;
  border: 1px dashed #d5e1dc;
}

.contact-confirm-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-confirm-list > div {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d5e1dc;
}

.contact-confirm-list dt {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.contact-confirm-list dd {
  min-width: 0;
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.contact-confirm-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-actions {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.contact-actions .contact-submit-wrap {
  margin: 0;
}

.contact-back-wrap {
  position: relative;
  display: block;
  width: 280px;
}

.contact-back-wrap::before {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background: url("../images/contact/back-arrow.webp") center/16px 16px no-repeat;
  transform: translateY(-50%);
}

.contact-form-panel .contact-back {
  padding-right: 24px;
  padding-left: 48px;
  color: #2f6b5a;
  background: #fff;
}

.thanks-panel {
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
  width: 916px;
  max-width: 100%;
  padding: 40px;
  margin: 40px auto 0;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}

.thanks-panel h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}

.thanks-message {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.thanks-panel p {
  font-size: 16px;
  line-height: 2;
}

.thanks-home-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 65px;
  padding: 15px 48px 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  text-align: center;
  border: 2px solid #2f6b5a;
  border-radius: 4px;
}

.thanks-home-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/contact/back-arrow.webp") center/16px 16px no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .contact-form-panel .contact-submit,
  .contact-form-panel .contact-back {
    transition: color 0.2s ease, background 0.2s ease;
  }
  .contact-form-panel .contact-submit:hover {
    color: #2f6b5a;
    background: #fff;
  }
  .contact-form-panel .contact-back:hover {
    color: #fff;
    background: #2f6b5a;
  }
  .thanks-home-link {
    transition: color 0.2s ease, background 0.2s ease;
  }
  .thanks-home-link:hover {
    color: #fff;
    background: #2f6b5a;
  }
}
@media screen and (max-width: 768px) {
  .contact-hero {
    min-height: 0;
    padding: 13.8666666667vw 0 11.7333333333vw;
  }
  .contact-hero h1 {
    font-size: 9.6vw;
    line-height: 1.5;
  }
  .contact-hero p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .contact-breadcrumbs {
    margin-top: 5.3333333333vw;
    margin-bottom: 7.4666666667vw;
  }
  .contact-workflow {
    padding: 12.8vw 0 17.0666666667vw !important;
  }
  .contact-steps {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .contact-steps li {
    gap: 1.3333333333vw;
    font-size: 2.9333333333vw;
    white-space: nowrap;
  }
  .contact-steps li span {
    font-size: 4.8vw;
  }
  .contact-steps li:not(:last-child)::after {
    width: 8.5333333333vw;
    margin-left: 2.1333333333vw;
  }
  .contact-steps li + li {
    margin-left: 2.1333333333vw;
  }
  .contact-intro {
    margin: 8vw 0;
    font-size: 3.2vw;
  }
  .contact-intro br {
    display: none;
  }
  .contact-page .required {
    min-width: 8vw;
    min-height: 5.3333333333vw;
    padding: 0.8vw;
    font-size: 2.6666666667vw;
  }
  .contact-form-panel {
    padding: 7.4666666667vw 4.2666666667vw 9.6vw;
  }
  .contact-fields {
    gap: 7.4666666667vw;
  }
  .contact-row {
    grid-template-columns: 1fr;
    gap: 2.1333333333vw;
  }
  .contact-label {
    min-height: 0;
    font-size: 4vw;
  }
  .contact-row--compact .contact-field {
    max-width: none;
  }
  .contact-form-panel input[type=text],
  .contact-form-panel input[type=email],
  .contact-form-panel input[type=url],
  .contact-form-panel input[type=tel],
  .contact-form-panel textarea,
  .contact-form-panel select {
    min-height: 14.4vw;
    padding: 3.2vw 3.7333333333vw;
    font-size: 3.4666666667vw;
  }
  .contact-form-panel textarea {
    min-height: 50.6666666667vw;
  }
  .contact-form-panel .wpcf7-radio {
    display: grid;
    gap: 2.6666666667vw;
  }
  .contact-form-panel .wpcf7-radio .wpcf7-list-item label,
  .contact-form-panel .wpcf7-acceptance .wpcf7-list-item label {
    gap: 2.4vw;
    font-size: 3.2vw;
  }
  .contact-form-panel input[type=radio],
  .contact-form-panel input[type=checkbox] {
    flex-basis: 5.8666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .contact-form-panel .wpcf7-not-valid-tip {
    font-size: 2.9333333333vw;
  }
  .privacy-check {
    margin: 8vw 0;
    font-size: 3.2vw;
  }
  .privacy-check .wpcf7-list-item-label {
    flex-wrap: wrap;
  }
  .privacy-external-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
  }
  .contact-submit-wrap,
  .contact-back-wrap,
  .contact-form-panel .contact-submit,
  .contact-form-panel .contact-back {
    width: 100%;
  }
  .contact-form-panel .contact-submit,
  .contact-form-panel .contact-back {
    min-height: 15.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .contact-submit-wrap::after {
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
    background-size: 4vw 4vw;
  }
  .contact-confirm-list {
    gap: 6.4vw;
  }
  .contact-confirm-list > div {
    grid-template-columns: 1fr;
    gap: 1.6vw;
    padding-bottom: 4.2666666667vw;
  }
  .contact-confirm-list > div:last-child {
    padding-bottom: 0;
  }
  .contact-confirm-list dt {
    font-size: 3.7333333333vw;
  }
  .contact-confirm-list dd {
    font-size: 3.2vw;
  }
  .contact-actions {
    flex-direction: column-reverse;
    gap: 3.2vw;
    margin-top: 8vw;
  }
  .contact-back-wrap::before {
    left: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
    background-size: 4vw 4vw;
  }
  .thanks-panel {
    gap: 9.6vw;
    padding: 10.6666666667vw 4.8vw;
    margin-top: 8vw;
  }
  .thanks-panel h2 {
    font-size: 5.3333333333vw;
  }
  .thanks-message {
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  .thanks-panel p {
    font-size: 3.2vw;
  }
  .thanks-home-link {
    width: 100%;
    min-height: 15.4666666667vw;
    font-size: 3.7333333333vw;
  }
  .thanks-home-link::after {
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
    background-size: 4vw 4vw;
  }
  .contact-confirm-page .contact-hero {
    min-height: 0;
    padding: 10.6666666667vw 0 0;
  }
  .contact-confirm-page .contact-hero .site-shell,
  .contact-confirm-page .contact-breadcrumbs,
  .contact-confirm-page .contact-workflow .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .contact-confirm-page .contact-hero h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .contact-confirm-page .contact-hero p {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-confirm-page .contact-breadcrumbs {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
  .contact-confirm-page .contact-breadcrumbs .breadcrumbs {
    font-size: 3.7333333333vw;
  }
  .contact-confirm-page .contact-breadcrumbs .breadcrumbs a {
    text-decoration: none;
  }
  .contact-confirm-page .contact-workflow {
    padding: 10.6666666667vw 0 21.3333333333vw !important;
  }
  .contact-confirm-page .contact-steps {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .contact-confirm-page .contact-steps li {
    gap: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .contact-confirm-page .contact-steps li span {
    font-size: 5.3333333333vw;
  }
  .contact-confirm-page .contact-steps li:not(:last-child)::after {
    width: 4.2666666667vw;
    margin-left: 2.4vw;
  }
  .contact-confirm-page .contact-steps li + li {
    margin-left: 2.4vw;
  }
  .contact-confirm-page .contact-intro {
    width: 78.6666666667vw;
    margin: 6.4vw auto;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-confirm-page .contact-intro br {
    display: initial;
  }
  .contact-confirm-page .contact-form-panel {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .contact-confirm-page .required {
    min-width: 9.6vw;
    min-height: 6.6666666667vw;
    padding: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .contact-confirm-page .contact-confirm-list {
    gap: 6.4vw;
  }
  .contact-confirm-page .contact-confirm-list > div {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    padding-bottom: 6.4vw;
  }
  .contact-confirm-page .contact-confirm-list > div:last-child {
    padding-bottom: 0;
  }
  .contact-confirm-page .contact-confirm-list dt {
    min-height: 8.5333333333vw;
    font-size: 4.8vw;
  }
  .contact-confirm-page .contact-confirm-list dd {
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-confirm-page .contact-confirm-list > div:last-child dd {
    line-height: 2;
  }
  .contact-confirm-page .contact-actions {
    flex-direction: column;
    gap: 6.4vw;
    margin-top: 14.9333333333vw;
  }
  .contact-confirm-page .contact-submit-wrap,
  .contact-confirm-page .contact-back-wrap,
  .contact-confirm-page .contact-form-panel .contact-submit,
  .contact-confirm-page .contact-form-panel .contact-back {
    width: 74.6666666667vw;
  }
  .contact-confirm-page .contact-form-panel .contact-submit,
  .contact-confirm-page .contact-form-panel .contact-back {
    min-height: 17.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .contact-confirm-page .contact-submit-wrap::after {
    right: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-size: 4.2666666667vw 4.2666666667vw;
  }
  .contact-confirm-page .contact-back-wrap::before {
    left: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-size: 4.2666666667vw 4.2666666667vw;
  }
  .contact-thanks-page .contact-hero {
    min-height: 0;
    padding: 10.6666666667vw 0 0;
  }
  .contact-thanks-page {
    min-height: 0;
  }
  .contact-thanks-page .contact-hero .site-shell,
  .contact-thanks-page .contact-breadcrumbs,
  .contact-thanks-page .contact-workflow .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .contact-thanks-page .contact-hero h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .contact-thanks-page .contact-hero p {
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
  .contact-thanks-page .contact-breadcrumbs {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
  .contact-thanks-page .contact-breadcrumbs .breadcrumbs {
    font-size: 3.7333333333vw;
  }
  .contact-thanks-page .contact-breadcrumbs .breadcrumbs a {
    text-decoration: none;
  }
  .contact-thanks-page .contact-workflow {
    padding: 10.6666666667vw 0 21.3333333333vw !important;
  }
  .contact-thanks-page .contact-steps {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .contact-thanks-page .contact-steps li {
    gap: 2.1333333333vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .contact-thanks-page .contact-steps li span {
    font-size: 5.3333333333vw;
  }
  .contact-thanks-page .contact-steps li:not(:last-child)::after {
    width: 4.2666666667vw;
    margin-left: 2.4vw;
  }
  .contact-thanks-page .contact-steps li + li {
    margin-left: 2.4vw;
  }
  .contact-thanks-page .thanks-panel {
    gap: 10.6666666667vw;
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
    margin-top: 6.4vw;
  }
  .contact-thanks-page .thanks-panel h2 {
    font-size: 6.4vw;
    line-height: 1.8;
  }
  .contact-thanks-page .thanks-message {
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
    text-align: left;
  }
  .contact-thanks-page .thanks-panel p {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .contact-thanks-page .thanks-home-link {
    width: 74.6666666667vw;
    min-height: 17.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .contact-thanks-page .thanks-home-link::after {
    right: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-size: 4.2666666667vw 4.2666666667vw;
  }
}
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
.privacy-policy-page {
  padding: 0;
  color: #303633;
  background: #fff;
}

.privacy-policy-page section {
  padding: 0;
}

.policy-hero {
  display: flex;
  align-items: center;
  min-height: 230px;
}

.policy-hero h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.policy-breadcrumbs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.policy-main {
  padding: 80px 0 !important;
  background: #f2f7f5;
}

.privacy-policy-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 916px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  background: #fff;
  border-radius: 4px;
}

.privacy-policy-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacy-policy-section h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-policy-body {
  padding: 0 20px;
}

.privacy-policy-body ol {
  padding-left: 1.5em;
  margin: 0;
}

.privacy-policy-number-list {
  list-style-type: decimal;
}

.privacy-policy-alpha-list {
  list-style-type: lower-alpha;
}

.privacy-policy-roman-list {
  list-style-type: lower-roman;
}

.privacy-policy-body li::marker {
  color: #222;
}

.privacy-policy-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacy-policy-contact address {
  font-style: normal;
}

.privacy-policy-contact a {
  color: #2f6b5a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 768px) {
  .privacy-policy-page .policy-hero {
    min-height: 0;
    padding: 10.6666666667vw 0 0;
  }
  .privacy-policy-page .policy-hero .site-shell,
  .privacy-policy-page .policy-breadcrumbs,
  .privacy-policy-page .policy-main .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .privacy-policy-page .policy-hero h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .privacy-policy-page .policy-breadcrumbs {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
  .privacy-policy-page .policy-breadcrumbs .breadcrumbs {
    font-size: 3.7333333333vw;
  }
  .privacy-policy-page .policy-breadcrumbs .breadcrumbs a {
    text-decoration: none;
  }
  .privacy-policy-page .policy-main {
    padding: 10.6666666667vw 0 21.3333333333vw !important;
  }
  .privacy-policy-content {
    gap: 10.6666666667vw;
    padding: 10.6666666667vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .privacy-policy-section {
    gap: 2.1333333333vw;
  }
  .privacy-policy-section h2 {
    font-size: 4.8vw;
  }
  .privacy-policy-body {
    padding: 0 5.3333333333vw;
  }
  .privacy-policy-body ol {
    padding-left: 1.5em;
  }
}
.not-found-page {
  padding: 0;
  color: #303633;
  background: #fff;
}

.not-found-page section {
  padding: 0;
}

.not-found-hero {
  display: flex;
  align-items: center;
  min-height: 230px;
}

.not-found-hero h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
}

.not-found-breadcrumbs {
  margin-top: 32px;
  margin-bottom: 32px;
}

.not-found-main {
  padding: 80px 0 !important;
  background: #f2f7f5;
}

.not-found-panel {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 916px;
  max-width: 100%;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}

.not-found-panel h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8;
}

.not-found-panel p {
  font-size: 16px;
  line-height: 2;
}

.not-found-home-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  min-height: 65px;
  padding: 15px 48px 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #2f6b5a;
  border: 2px solid #2f6b5a;
  border-radius: 4px;
}

.not-found-home-link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../images/contact/back-arrow.webp") center/16px 16px no-repeat;
  transform: translateY(-50%) rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .not-found-home-link {
    transition: color 0.2s ease, background 0.2s ease;
  }
  .not-found-home-link:hover {
    color: #fff;
    background: #2f6b5a;
  }
}
@media screen and (max-width: 768px) {
  .not-found-page {
    min-height: 0;
  }
  .not-found-hero {
    min-height: 0;
    padding: 10.6666666667vw 0 0;
  }
  .not-found-hero .site-shell,
  .not-found-breadcrumbs,
  .not-found-main .site-shell {
    width: calc(100% - 10.6666666667vw);
  }
  .not-found-hero h1 {
    font-size: 10.6666666667vw;
    line-height: 1.8;
  }
  .not-found-breadcrumbs {
    margin-top: 10.6666666667vw;
    margin-bottom: 6.4vw;
  }
  .not-found-breadcrumbs .breadcrumbs {
    font-size: 3.7333333333vw;
  }
  .not-found-breadcrumbs .breadcrumbs a {
    text-decoration: none;
  }
  .not-found-main {
    padding: 10.6666666667vw 0 21.3333333333vw !important;
  }
  .not-found-panel {
    gap: 6.4vw;
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .not-found-panel h2 {
    width: 100%;
    font-size: 6.4vw;
    line-height: 1.8;
  }
  .not-found-panel p {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 2;
    text-align: left;
  }
  .not-found-home-link {
    width: 74.6666666667vw;
    min-height: 17.3333333333vw;
    margin-top: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
  .not-found-home-link::after {
    right: 6.4vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background-size: 4.2666666667vw 4.2666666667vw;
  }
}