@charset "UTF-8";
/*! destyle.css v2.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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

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

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

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* 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. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

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

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

:root {
  --font-famaily-jp: "Noto Sans JP", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --color-primary: #16171A;
  --color-white: #fff;
  --color-gray: #F5F5F5;
  --liner-gradient-01: linear-gradient(to right, #EDE0D1 0%, #FAC88F 52%, #CE9555 100%) ;
}

body {
  font-size: 16px;
  line-height: 2;
  color: var(--color-primary);
  font-family: var(--font-famaily-jp), serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  height: auto;
}

em {
  font-style: normal;
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

select {
  cursor: pointer;
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
textarea,
select {
  width: 100%;
  border: solid 1px #d3d3d3;
  font-size: 14px;
  line-height: 1.6;
  background: #F7F7F7;
  transition: all 0.4s;
}
input[type=text] ::placeholder,
input[type=tel] ::placeholder,
input[type=number] ::placeholder,
input[type=email] ::placeholder,
input[type=url] ::placeholder,
input[type=password] ::placeholder,
textarea ::placeholder,
select ::placeholder {
  color: #64666F;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #fff;
}

input {
  height: 44px;
  padding-inline: 16px;
}

textarea {
  height: 227px;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  textarea {
    width: 100%;
  }
}

.l-main {
  padding-block: 38px 80px;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-block: 20px 64px;
  }
}

.l-wrapper {
  max-width: 1224px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4.1025641026vw, 32px);
}

.header {
  padding-block: 10px;
  border-bottom: 1px solid #BFBFC1;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: clamp(16px, 4.1025641026vw, 32px);
}
.header__head {
  display: block;
  width: 214px;
}
.header__head img {
  width: 100%;
}
.header__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    z-index: 1000;
  }
}
.header__btn i {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #D3BA82;
  transition: background 0.3s;
}
.header__btn i::before, .header__btn i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  background: #D3BA82;
  transition: top 0.3s, transform 0.3s;
}
.header__btn i::before {
  top: -8px;
}
.header__btn i::after {
  top: 8px;
}
.header__btn[aria-expanded=true] i {
  background: none;
}
.header__btn[aria-expanded=true] i::before {
  top: 0;
  transform: rotate(45deg);
}
.header__btn[aria-expanded=true] i::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .nav__wrap {
    height: 100%;
    overflow-y: auto;
  }
}
.heading-1 {
  padding: 16px 28px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-white);
  line-height: 1.6;
  letter-spacing: 0.005em;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .heading-1 {
    padding: 14px 16px;
    font-size: 16px;
  }
}

.breadcrumb__items {
  display: flex;
  gap: 8px;
}
.breadcrumb__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #797B80;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "/";
}
.breadcrumb__item a {
  display: block;
}
.breadcrumb__item a * {
  display: block;
  transition: 0.6s;
}
.breadcrumb__item:has([aria-current=page]) {
  flex-shrink: 1;
  display: -webkit-box;
  max-height: 19px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #AA8D6C;
}

.page__wrap {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .page__wrap {
    grid-template-columns: 1fr;
  }
}
.page__content {
  max-width: 800px;
  margin-inline: auto;
}
.page__side {
  position: sticky;
  display: flex;
  flex-direction: column;
  gap: 24px;
  top: 40px;
  margin-block-start: var(--post-detail-detail-height, 0);
}
@media screen and (max-width: 1100px) {
  .page__side {
    display: none;
  }
}

.post-detail__intro {
  display: flex;
  flex-direction: column;
  margin-block-end: 50px;
}
@media screen and (max-width: 768px) {
  .post-detail__intro {
    margin-block-end: 26px;
  }
}
.post-detail__head {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post-detail__head {
    font-size: 24px;
  }
}
.post-detail__detail {
  display: flex;
  order: -1;
  flex-direction: column;
  gap: 16px;
  padding-block-end: 22px;
}
.post-detail__data {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.post-detail__tag dd {
  display: flex;
  flex-wrap: wrap;
}
.post-detail__tag dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  letter-spacing: 0.1em;
  background: var(--color-primary);
}
.post-detail__tag dd a::before {
  content: "#";
}
.post-detail__log {
  display: flex;
  gap: 16px;
}
.post-detail__date {
  display: flex;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  color: #797B80;
}
.post-detail__date dt {
  font-weight: 500;
}
.post-detail__thumb {
  margin-block-end: 46px;
}
@media screen and (max-width: 768px) {
  .post-detail__thumb {
    margin-block-end: 30px;
  }
}
.post-detail__thumb img {
  width: 100%;
}

.post-content > * {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .post-content > * {
    margin-block-start: 20px;
  }
}
.post-content > h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 17px;
  margin-block: 80px 36px;
  padding-block-start: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-top: 4px solid #B5A490;
}
@media screen and (max-width: 768px) {
  .post-content > h2 {
    margin-block: 63px 26px;
    padding-block-start: 22px;
  }
}
.post-content > h2 i {
  min-width: 0.5em;
  font-size: 40px;
  color: #AA8D6C;
}
.post-content > h3:not([class]) {
  margin-block-start: 26px;
  padding-inline-start: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
  border-left: 4px solid currentColor;
}
@media screen and (max-width: 768px) {
  .post-content > h3:not([class]) {
    margin-block-start: 20px;
  }
}
.post-content :where(.heading-1 + .wrapper) {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .post-content :where(.heading-1 + .wrapper) {
    margin-block-start: 0;
  }
}
.post-content .wrapper {
  padding: 20px;
  border: 1px solid #BFBFC1;
}
@media screen and (max-width: 768px) {
  .post-content .wrapper {
    padding-inline: 8px;
  }
}
.post-content .narrow {
  max-width: 760px;
  margin-inline: auto;
}
.post-content .fz-md {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .post-content .sp-fz-lg {
    font-size: 16px;
  }
}
.post-content .note {
  display: block;
  margin-block-start: 22px;
  font-size: 12px;
  color: #64666F;
  line-height: 1.6;
}
.post-content a {
  text-decoration: underline;
}
.post-content mark {
  background: #FFF0C5;
}
.post-content strong {
  font-weight: bold;
}

.related-posts {
  margin-block-start: 156px;
}
@media screen and (max-width: 768px) {
  .related-posts {
    margin-block-start: 68px;
  }
}
.related-posts__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-block-end: 48px;
  font-size: 28px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .related-posts__head {
    gap: 12px;
    margin-block-end: 24px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.related-posts__head i {
  aspect-ratio: 175/12;
  display: flex;
  width: fit-content;
  height: fit-content;
}
.related-posts__head i svg {
  width: 100%;
}
.related-posts__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 14px;
}
@media screen and (max-width: 768px) {
  .related-posts__wrap {
    grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
    gap: 12px;
  }
}

.post-archive-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-archive-item a {
  display: flex;
  flex-direction: column;
}
.post-archive-item__head {
  margin-block-end: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.post-archive-item__image {
  aspect-ratio: 393/210;
  order: -1;
  margin-block-end: 14px;
  overflow: hidden;
}
.post-archive-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-archive-item__data {
  display: flex;
  order: -1;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-block-end: 10px;
}
@media screen and (max-width: 768px) {
  .post-archive-item__data {
    margin-block-end: 14px;
  }
}
.post-archive-item__date {
  font-size: 14px;
  color: #B5A490;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .post-archive-item__date {
    font-size: 12px;
  }
}
.post-archive-item__tag {
  display: flex;
  flex-wrap: wrap;
}
.post-archive-item__tag dd {
  position: relative;
  display: flex;
  height: 24px;
  padding-inline: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #64666F;
  letter-spacing: 0.1em;
  border: 1px solid #BFBFC1;
}
@media screen and (max-width: 768px) {
  .post-archive-item__tag dd {
    padding-inline: 6px;
    letter-spacing: 0;
  }
}
.post-archive-item__tag dd::before {
  content: "#";
}
.post-archive-item__updated {
  display: flex;
  justify-content: flex-end;
  margin-block-start: auto;
  font-size: 12px;
  font-weight: 500;
  color: #64666F;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post-archive-item__updated {
    display: none;
  }
}
.post-archive-item__updated dt {
  font-weight: 500;
}
.post-archive-item__updated dt::after {
  content: "：";
}

.side-category {
  padding: 40px 20px;
  border-top: 4px solid var(--color-primary);
  background: var(--color-gray);
}
.side-category__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-block-end: 18px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
.side-category__head i {
  display: flex;
  width: fit-content;
}
.side-category__head i svg {
  width: 100%;
}
.side-category__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #DDDDE3;
}
.side-category__item a svg {
  width: 12px;
}
.side-category__item.-current a {
  color: #937655;
}

.side-form {
  padding: 46px 24px 24px;
  color: var(--color-white);
  background: var(--color-primary);
}
.side-form__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-block-end: 10px;
}
.side-form__head {
  display: flex;
}
.side-form__head svg {
  width: fit-content;
}
.side-form__lead {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: underline;
}
.side-form__items {
  display: grid;
  gap: 16px;
}
.side-form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.side-form__heading {
  font-size: 14px;
  line-height: 1.6;
}
.side-form__detail input {
  background: none;
}
.side-form__detail:has([type=checkbox]) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-block-start: 16px;
}
.side-form__check {
  font-size: 14px;
  line-height: 1.6;
}
.side-form__check span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.side-form__check span::before {
  content: "";
  aspect-ratio: 1;
  width: 16px;
  background: rgba(157, 160, 168, 0.4);
}
.side-form__privacy {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-block-start: 8px;
}
.side-form__privacy > span {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 6px;
}
.side-form__privacy > span::before {
  content: "";
  aspect-ratio: 1;
  display: block;
  border: 1px solid #BFBFC1;
}
.side-form__privacy > span a {
  color: #EBD3B8;
  text-decoration: underline;
}
.side-form__submit {
  display: block;
  margin-block-start: 8px;
  transition: opacity 0.3s;
  cursor: pointer;
}
.side-form__submit:hover {
  opacity: 0.7;
}
.side-form__submit span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding-inline: 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid var(--color-white);
}
.side-form__submit span svg {
  display: flex;
  width: fit-content;
}

.toc {
  margin-block-start: 50px;
  background: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .toc {
    margin-block-start: 30px;
  }
}
.toc summary {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 50px;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .toc summary {
    padding-inline: 16px;
  }
}
.toc summary::before {
  content: "";
  width: 12px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #AA8D6C;
  transition: rotate 0.3s;
}
.toc [open] summary::before {
  rotate: -180deg;
}
.toc ol {
  counter-reset: item;
  padding: 26px 20px 20px;
  border-top: 1px solid #9DA0A8;
}
@media screen and (max-width: 768px) {
  .toc ol {
    padding: 20px 16px;
  }
}
.toc ol li {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .toc ol li {
    line-height: 1.6;
  }
}
.toc ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -4px;
  min-width: 1.5em;
  white-space: nowrap;
  text-align: right;
}
.toc ol li:not(:first-child) {
  margin-block-start: 15px;
}
.toc ol li a {
  display: inline;
}
.toc ol li span {
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 20px;
  margin-inline-start: 16px;
  font-size: 12px;
  font-weight: 500;
  color: var(--color-white);
  line-height: 1.6;
  background: linear-gradient(265.01deg, #B16816 8.17%, #B87F40 93.55%);
}
@media screen and (max-width: 768px) {
  .toc ol li span {
    width: 44px;
    height: 16px;
    font-size: 10px;
  }
}
.toc ol li span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 20px;
  top: 0;
  right: 100%;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  background: #B16816;
}
@media screen and (max-width: 768px) {
  .toc ol li span::before {
    height: 16px;
  }
}

.related-link {
  display: grid;
  gap: 7px;
  max-width: 760px;
  margin-block-start: 42px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .related-link {
    margin-block-start: 30px;
  }
}
.related-link__lead {
  font-weight: bold;
  color: #AA8D6C;
  line-height: 1.6;
}
.related-link a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 240px;
  text-decoration: none;
  border: 1px solid #AA8D6C;
}
@media screen and (max-width: 768px) {
  .related-link a {
    grid-template-columns: 1fr;
  }
}
.related-link a::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  width: 20px;
  top: 0;
  left: 0;
  clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
  background: #AA8D6C;
}
.related-link a > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .related-link a > div {
    padding: 20px 16px 16px;
  }
}
.related-link a em {
  margin-block-end: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.related-link a time {
  order: -1;
  margin-block-end: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #797B80;
  line-height: 1.6;
}
.related-link a dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  padding-inline: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border: 1px solid #DDDDE3;
}
.related-link a dl dd::before {
  content: "#";
}
.related-link a figure {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .related-link a figure {
    aspect-ratio: 358/238;
    height: auto;
  }
}
.related-link a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-box {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .content-box + .content-box {
    margin-block-start: 28px;
  }
}
.wrapper + .content-box {
  margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper + .content-box {
    margin-block-start: 28px;
  }
}
.content-box__head {
  padding: 11px 20px;
  font-weight: bold;
  color: var(--color-white);
  line-height: 1.6;
  background: var(--color-primary);
}
.content-box__wrap {
  padding: 20px 19px;
  border: 1px solid #BFBFC1;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .content-box__wrap {
    padding: 18px 15px;
  }
}

.recap-item {
  max-width: 760px;
  margin-inline: auto;
}
.recap-item > div {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 1px;
  max-width: 721px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recap-item > div {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
  }
}
.recap-item > div:nth-child(odd) dt, .recap-item > div:nth-child(odd) dd {
  background: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .recap-item > div:nth-child(odd) dt {
    border-bottom: 1px solid var(--color-white);
  }
}
.recap-item dt {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .recap-item dt {
    padding: 13px 16px;
    border-bottom: 1px solid var(--color-gray);
  }
}
.recap-item dt svg {
  width: fit-content;
}
.recap-item dd {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .recap-item dd {
    padding-inline: 16px;
  }
}

.simple-table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #DDDDE3;
}
.simple-table thead tr {
  background: var(--color-gray);
}
.simple-table thead th {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid #BFBFC1;
}
@media screen and (max-width: 768px) {
  .simple-table thead th {
    padding-inline: 16px;
  }
}
.simple-table tbody tr:nth-child(even) {
  background: var(--color-gray);
}
.simple-table tbody td {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .simple-table tbody td {
    padding-inline: 16px;
  }
}

.topics-item {
  margin-block-start: 10px;
  padding: 24px 20px 22px;
}
@media screen and (max-width: 768px) {
  .topics-item {
    padding: 28px 16px 16px;
  }
}
.topics-item:not(:first-child) {
  margin-block-start: 34px;
}
.topics-item.-type-1 {
  border: 1px dotted #BFBFC1;
}
.topics-item.-type-2 {
  border: 1px solid #4C5C91;
}
.topics-item.-type-3 {
  border: 1px solid #B5A490;
}
.topics-item__head {
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}
.topics-item__head span {
  position: absolute;
  display: flex;
  gap: 12px;
  top: -34px;
  left: 0;
  padding-inline: 12px;
  background: var(--color-white);
}
@media screen and (max-width: 768px) {
  .topics-item__head span {
    gap: 6px;
    top: -38px;
    padding-inline: 6px;
  }
}
.topics-item__head span svg {
  width: fit-content;
}
.topics-item__head em {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .topics-item__head em {
    font-size: 16px;
  }
}
.-type-2 > .topics-item__head em {
  color: #4C5C91;
}
.-type-3 > .topics-item__head span {
  color: #AA8D6C;
}
.-type-3 > .topics-item__head em {
  color: #937655;
}
.topics-item dl {
  margin-block-start: 16px;
  padding-inline-start: 1.4em;
  font-size: 14px;
  line-height: 1.6;
}
.topics-item dl dt {
  position: relative;
}
.topics-item dl dt::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.2em;
}
.topics-item dl dd {
  margin-block-start: 4px;
}
@media screen and (max-width: 768px) {
  .topics-item dl dd {
    margin-block-start: 8px;
  }
}
.topics-item dl dd:has(a) {
  display: flex;
  gap: 6px 18px;
}
@media screen and (max-width: 768px) {
  .topics-item dl dd:has(a) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topics-item dl dd a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topics-item dl dd a::before {
  content: "";
  flex-shrink: 0;
  width: 8px;
  height: 12px;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
  background: #AA8D6C;
}

.business-box {
  margin-block-start: 24px;
  padding: 18px 20px;
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .business-box {
    margin-block-start: 20px;
  }
}
.business-box__head {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--liner-gradient-01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business-box__head i {
  width: fit-content;
}
.business-box__head i img {
  width: 100%;
}
.business-box__head span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.business-box__head span svg {
  width: fit-content;
}
.business-box p {
  margin-block-start: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-white);
}
.business-box p:has(em) {
  margin-block-start: 12px;
  font-size: 20px;
  font-weight: bold;
  background: var(--liner-gradient-01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .business-box p:has(em) {
    font-size: 16px;
  }
}

.column-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .column-box {
    grid-template-columns: 1fr;
    gap: 1px;
  }
}
.column-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  background: var(--color-gray);
}
@media screen and (max-width: 768px) {
  .column-box li {
    padding-block: 18px;
  }
}
.column-box li strong {
  font-size: 28px;
  color: #937655;
  line-height: 1.6;
}
.column-box li span {
  font-size: 14px;
  line-height: 1.6;
}

.source-box {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-block-end: 16px;
}
.source-box > div {
  display: flex;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 1.6;
  border: 1px solid #BFBFC1;
  border-radius: 24px;
  background: #F8F8F9;
}
.source-box dt {
  font-weight: 400;
}
.source-box dt::after {
  content: "：";
}
.check-list {
  display: grid;
  gap: 17px;
  padding-inline-start: 8px;
}
@media screen and (max-width: 768px) {
  .check-list {
    padding-inline-start: 0;
  }
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
}
.check-list li svg {
  width: fit-content;
  margin-block-end: auto;
}

.bar-item {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  gap: 16px;
  margin-block-end: 16px;
}
@media screen and (max-width: 768px) {
  .bar-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.bar-item > div {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  align-items: center;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bar-item > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.bar-item dt {
  font-weight: 400;
}
.bar-item dd {
  display: contents;
}
@media screen and (max-width: 768px) {
  .bar-item dd {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }
}
.bar-item dd i {
  position: relative;
  display: block;
  height: 8px;
  background: var(--liner-gradient-01);
}
@media screen and (max-width: 768px) {
  .bar-item dd i {
    width: 100%;
  }
}
.bar-item dd i::before {
  content: "";
  position: absolute;
  width: calc((100 - var(--bar-width, 0)) * 1%);
  height: 100%;
  top: 0;
  right: 0;
  background: #ECECEC;
  z-index: 1;
}

.news-box {
  position: relative;
  margin-block-start: 80px;
  padding: 32px 20px 20px;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .news-box {
    margin-block-start: 64px;
    padding-inline: 16px;
  }
}
.news-box__head {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 31px;
  padding-inline: 12px;
  top: -12px;
  left: 24px;
  font-size: 12px;
  color: var(--color-white);
  line-height: 1.6;
  border-radius: 19px;
  background: var(--color-primary);
}
.news-box p {
  font-size: 14px;
  line-height: 1.7;
}

.research-box {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .research-box {
    margin-block-start: 28px;
  }
}
.research-box__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  font-weight: bold;
  color: var(--color-white);
  background: linear-gradient(265.13deg, #CA8335 0%, #A45D0D 100%);
}
.research-box__head span {
  padding-inline: 6px;
  font-size: 12px;
  color: var(--color-primary);
  border-radius: 24px;
  background: var(--color-white);
}
.research-box__data {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 20px;
  background: var(--color-primary);
}
.research-box__data > div {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  color: #EBD3B8;
}
.research-box__data > div:not(:last-child)::after {
  content: "｜";
  margin-inline: 3px;
}
.research-box__data dt {
  font-weight: 500;
}
.research-box__data dt::after {
  content: "：";
}
.research-box__wrap {
  padding: 20px;
  border: 1px solid #937655;
  border-top: none;
}

.example-box {
  margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .example-box {
    margin-block-start: 64px;
  }
}
.example-box + .example-box {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .example-box + .example-box {
    margin-block-start: 28px;
  }
}
.example-box__head {
  margin-block-end: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.example-box__type {
  display: block;
  width: 100%;
  height: 32px;
}
.example-box__type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.example-box__wrap {
  padding: 20px;
  border: 1px solid #DDDDE3;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .example-box__wrap {
    padding: 16px;
  }
}
.example-box__wrap.-success {
  --theme-color: #27765E;
  --theme-border-color: #4F8877;
}
.example-box__wrap.-failure {
  --theme-color: #942C2C;
  --theme-border-color: #9F5C5C;
}
.example-box__wrap :where(p) {
  font-size: 14px;
  line-height: 1.6;
}
.example-box__wrap :where(p) em {
  font-weight: 600;
}
.example-box__wrap :where(p):not(:first-child) {
  margin-block-start: 16px;
}
.example-box__lead {
  font-size: 20px;
  font-weight: bold;
  color: var(--theme-color);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .example-box__lead {
    font-size: 16px;
  }
}
.example-box__item {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .example-box__item {
    margin-block-start: 20px;
  }
}
.example-box__item:first-of-type {
  padding-block-start: 24px;
  border-top: 1px solid #BFBFC1;
}
@media screen and (max-width: 768px) {
  .example-box__item:first-of-type {
    padding-block-start: 22px;
  }
}
.example-box__item p {
  line-height: 2;
}
.example-box__item mark {
  font-weight: bold;
}
.example-box__heading {
  padding-inline-start: 16px;
  font-size: 16px;
  font-weight: bold;
  color: var(--theme-color);
  line-height: 1.6;
  border-left: 3px solid var(--theme-border-color);
}

.faq {
  border: 1px solid #DDDDE3;
}
.faq + .faq {
  margin-block-start: 12px;
}
.faq summary {
  display: grid;
  grid-template-columns: auto 1fr 14px;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq summary {
    padding: 16px;
  }
}
.faq summary::before {
  content: "Q";
  font-size: 20px;
  color: #937655;
  line-height: 1;
}
.faq summary i {
  position: relative;
  aspect-ratio: 1;
}
.faq summary i::before, .faq summary i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #64666F;
  transition: 0.3s transform;
}
.faq summary i::before {
  transform: translate(-50%, -50%);
}
.faq summary i::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq[open] > summary i::after {
  transform: translate(-50%, -50%);
}
.faq > div {
  padding-inline: 24px;
  font-size: 14px;
  border-top: 1px solid #DDDDE3;
  background: #FCFCFC;
}
@media screen and (max-width: 768px) {
  .faq > div {
    padding-inline: 16px;
  }
}
.faq > div [aria-label] {
  position: relative;
  padding-block: 16px 20px;
  padding-inline-start: 28px;
}
@media screen and (max-width: 768px) {
  .faq > div [aria-label] {
    padding-block: 16px;
  }
}
.faq > div [aria-label]::before {
  content: "A";
  position: absolute;
  top: 18px;
  left: 0;
  font-size: 20px;
  color: #937655;
  line-height: 1;
}

.author-box {
  margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .author-box {
    margin-block-start: 64px;
  }
}
.author-box + .author-box {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .author-box + .author-box {
    margin-block-start: 20px;
  }
}
.author-box__head {
  margin-block-end: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.author-box__wrap {
  display: flex;
  background: var(--color-gray);
}
.author-box__wrap > i {
  flex-shrink: 0;
  width: 17px;
  padding: 20px 5px;
  color: #B5A490;
  border-right: 1px solid currentColor;
  background: currentColor;
}
@media screen and (max-width: 768px) {
  .author-box__wrap > i {
    width: 24px;
  }
}
.author-box__wrap > i img {
  width: fit-content;
  margin-inline: auto;
}
.author-box__wrap p {
  grid-column: 2/3;
  max-width: 604px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .author-box__wrap p {
    grid-column: 1/3;
  }
}
.author-box__wrap p:has(em) {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .author-box__wrap p:has(em) {
    grid-column: 2/3;
  }
}
.author-box__wrap small {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}
.author-box__wrap figure {
  aspect-ratio: 1;
  grid-column: 1/2;
  grid-row: 1/3;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .author-box__wrap figure {
    grid-row: 1/2;
  }
}
.author-box__wrap figure img {
  width: 100%;
}
.author-box__wrap.-supervisor {
  background: var(--color-primary);
}
.author-box__wrap.-supervisor > i {
  border-right: 1px solid #64666F;
  background: var(--color-primary);
}
.author-box__wrap.-supervisor p {
  color: var(--color-white);
}
.author-box__wrap.-supervisor p:has(em) {
  color: #EBD3B8;
}
.author-box__wrap.-supervisor small {
  color: #BFBFC1;
}
.author-box__content {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .author-box__content {
    row-gap: 16px;
    align-items: center;
    padding-inline: 16px;
  }
}
.author-box__data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 604px;
}

.reference-box {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .reference-box {
    margin-block-start: 28px;
  }
}
.reference-box__head {
  margin-block-end: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .reference-box__head {
    margin-block-end: 14px;
  }
}
.reference-box ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.6;
}
.reference-box ul li a {
  font-size: 10px;
  color: #3C4CA9;
}
.reference-box ul li:not(:first-child) {
  margin-block-start: 16px;
}

.note-box {
  margin-block-start: 48px;
  padding: 22px 26px;
  background: #F8F8F9;
}
@media screen and (max-width: 768px) {
  .note-box {
    margin-block-start: 28px;
    padding: 16px;
  }
}
.note-box__head {
  margin-block-end: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .note-box__head {
    margin-block-end: 14px;
  }
}
.note-box p {
  font-size: 12px;
  color: #64666F;
  line-height: 1.6;
}

.footer {
  padding-block: 80px;
  color: var(--color-white);
  background: var(--color-primary);
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 40px;
  }
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__head {
  display: block;
  width: 295px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__head {
    width: 290px;
  }
}
.footer__head img {
  width: 100%;
}
.footer__foot {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 28px;
  margin-block-start: 32px;
  padding-block-start: 24px;
  border-top: 1px solid #64666F;
}
@media screen and (max-width: 768px) {
  .footer__foot {
    flex-direction: column;
    margin-block-start: 22px;
    padding-block-start: 28px;
  }
}
.footer__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 193px;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #64666F;
}
.footer__cta svg {
  aspect-ratio: 1;
  width: 19.15px;
  height: auto;
}
.footer__content {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px 40px;
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__link {
  font-size: 10px;
  line-height: 1.6;
}
.footer__copy {
  font-size: 10px;
  line-height: 1.6;
}

.footer-nav {
  flex-shrink: 0;
}
.footer-nav__items {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer-nav__items {
    flex-direction: column;
    gap: 15px;
  }
}
.footer-nav__item {
  font-size: 12px;
}
.footer-nav__children {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  column-gap: 40px;
  margin-block-start: 12px;
}
@media screen and (max-width: 768px) {
  .footer-nav__children {
    column-gap: 20px;
  }
}
.footer-nav__child a {
  line-height: 2.2;
  color: #BFBFC1;
}
