@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: 767px) {
  .sp-only {
    display: block !important;
  }
}

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

.js-sa {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.js-sa.-show {
  opacity: 1;
  transition: none;
}
.js-sa.-up {
  transform: translateY(30px);
}
.js-sa.is-show {
  opacity: 1;
  transform: none;
}

:root {
  --font-famaily-jp: dnp-shuei-gothic-gin-std, "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --color-primary: #38373E;
  --color-omplementary: #c7c8c1;
  --color-white: #fff;
  --color-gray: #6E6E6E;
}

body {
  font-size: clamp(14px, 3.7333333333vw, 16px);
  line-height: 2.25;
  color: var(--color-primary);
  font-family: var(--font-famaily-jp);
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  background: var(--color-white);
}

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

picture {
  display: block;
}

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

svg {
  height: auto;
}

em {
  font-style: normal;
}

summary {
  list-style: none;
  cursor: pointer;
}

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;
  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: #717171;
}
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: 46px;
  padding-inline: 8px;
  border-radius: 4px;
}

input[type=submit],
input[type=send] {
  display: block;
  width: 284px;
  height: 55px;
  font-size: clamp(16px, 4.2666666667vw, 18px);
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  border-radius: 4px;
  background: var(--color-primary);
  transition: opacity 0.4s;
}
@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=send] {
    width: 75.7333333333vw;
  }
}
input[type=submit]:hover,
input[type=send]:hover {
  opacity: 0.7;
}

textarea {
  height: 227px;
  padding-inline: 8px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
  }
}

.l-main {
  --padding-block-start: 70px;
  display: block;
  padding-block: calc(var(--header-height, 0) + var(--padding-block-start)) 140px;
  overflow: clip;
}
@media screen and (max-width: 997px) {
  .l-main {
    --padding-block-start: 6.0180541625vw;
  }
}
.l-main.-top {
  padding-block-start: 0;
}
.l-main.-works {
  --padding-block-start: 50px;
}
@media screen and (max-width: 767px) {
  .l-main.-works {
    --padding-block-start: 20px;
  }
}

.l-wrapper {
  max-width: 1366px;
  margin-inline: auto;
  padding-inline: clamp(15px, 4.0120361083vw, 50px);
}

.l-inner {
  max-width: 1096px;
  margin-inline: auto;
}

.l-intro {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 16vw, 80px);
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header__wrap {
  display: grid;
  grid-template-columns: clamp(90px, 16.333938294vw, 100px) auto;
  justify-content: space-between;
  align-items: center;
  padding: 20px clamp(15px, 4.0120361083vw, 50px);
}
.header__head {
  display: block;
}
.header__head svg {
  width: 100%;
}
.header__btn {
  display: none;
}
@media screen and (max-width: 997px) {
  .header__btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }
}
.header__btn i {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #38373E;
  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: #38373E;
  transition: top 0.3s, transform 0.3s;
}
.header__btn i::before {
  top: -9px;
}
.header__btn i::after {
  top: 9px;
}
.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);
}

@media screen and (max-width: 997px) {
  .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: 997px) {
  .nav__wrap {
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 997px) {
  .nav__item {
    padding: var(--header-height, 0) clamp(15px, 4.0120361083vw, 40px) 100px;
  }
}
.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.8054162487vw, 32px);
}
@media screen and (max-width: 997px) {
  .nav__links {
    flex-direction: column;
  }
}
@media screen and (max-width: 997px) {
  .nav__link {
    width: 100%;
  }
}
.nav__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(46px, 7.8125vw, 60px);
  font-size: clamp(16px, 4.2666666667vw, 18px);
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 997px) {
  .nav__link a {
    width: 100%;
  }
}
@media screen and (max-width: 997px) {
  .nav__link.-cta {
    width: 80vw;
    margin: clamp(20px, 3.90625vw, 30px) auto 0;
  }
}
.nav__link.-cta a {
  width: 180px;
  border: 1px solid var(--color-primary);
  border-radius: 60px;
  background: var(--color-white);
}
@media screen and (max-width: 997px) {
  .nav__link.-cta a {
    justify-content: center;
    width: 100%;
    height: 54px;
    color: var(--color-white);
    background: var(--color-primary);
  }
}

.heading-1 {
  display: grid;
  gap: 8px;
  font-size: 26px;
  line-height: 2.1538461538;
  font-weight: bold;
}
.heading-1::after {
  content: "";
  width: 64px;
  height: 3px;
  background: var(--color-primary);
  transition: scale 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform-origin: left;
  scale: 0 1;
}
.heading-1.is-show::after {
  scale: 1;
}

.breadcrumb {
  order: -1;
  padding-block-end: 26px;
  border-bottom: 1px solid var(--color-gray);
}
.breadcrumb__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5em;
  font-size: 12px;
}
.breadcrumb__item {
  display: flex;
  font-size: clamp(10px, 2.6666666667vw, 12px);
  color: var(--color-gray);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin-inline-start: 0.5em;
}
.breadcrumb__item a {
  display: block;
}
.breadcrumb__item a * {
  display: block;
  transition: 0.6s;
}
.breadcrumb__item small {
  font-size: 100%;
}
.breadcrumb__item small::before {
  content: "「";
}
.breadcrumb__item small::after {
  content: "」";
}

.top-mv {
  position: relative;
}
.top-mv__head {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  fill: currentColor;
  mix-blend-mode: overlay;
}
.top-mv__head svg {
  width: clamp(100px, 13.0039011704vw, 130px);
}
.top-mv__head em {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  font-size: clamp(20px, 3.3810143043vw, 42px);
  line-height: 1.3333333333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.top-mv__image {
  width: 100%;
  height: 100svh;
}
.top-mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 50%;
}
.top-mv__video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.top-about {
  padding-block: 220px 120px;
}
@media screen and (max-width: 997px) {
  .top-about {
    padding-block: min(32vw, 140px) 120px;
  }
}
.top-about__wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  max-width: 1200px;
  margin-inline: auto;
  margin-block-end: 110px;
}
@media screen and (max-width: 997px) {
  .top-about__wrap {
    flex-direction: column;
    align-items: flex-end;
    gap: 0;
    margin-block-end: 0;
    text-align: right;
  }
}
.top-about__image img {
  width: 100%;
}
.top-about__image.-type-1 {
  position: sticky;
  flex-shrink: 0;
  width: 490px;
  top: calc(var(--header-height, 0) + 120px);
}
@media screen and (max-width: 1222px) {
  .top-about__image.-type-1 {
    position: absolute;
    top: 50%;
    left: -4.0120294599vw;
    transform: translateY(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 977px) {
  .top-about__image.-type-1 {
    position: relative;
    order: -1;
    width: 80vw;
    top: auto;
    left: auto;
    transform: none;
    margin-block-end: clamp(26px, 6.9333333333vw, 52px);
    margin-left: auto;
  }
}
.top-about__image.-type-2 {
  aspect-ratio: 1;
  width: 295px;
  margin-inline: auto -50px;
}
@media screen and (max-width: 767px) {
  .top-about__image.-type-2 {
    display: none;
  }
}
.top-about__image.-type-2 img {
  height: 100%;
  object-fit: cover;
}
.top-about__item {
  flex-shrink: 0;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 977px) {
  .top-about__item {
    display: contents;
  }
}
.top-about__heading {
  margin-block-end: clamp(26px, 6.9333333333vw, 52px);
  word-break: auto-phrase;
  font-size: clamp(24px, 6.4vw, 28px);
  font-weight: bold;
  text-indent: -0.5em;
}
@media screen and (max-width: 977px) {
  .top-about__heading {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .top-about__heading em span {
    display: inline-block;
  }
}
.top-about__txt {
  word-break: auto-phrase;
  font-size: clamp(16px, 2.0806241873vw, 22px);
  line-height: 2.5454545455;
  font-weight: 500;
}
.top-about__txt span {
  display: inline-block;
}
.top-about__txt + .top-about__txt {
  margin-block-start: clamp(44px, 11.7333333333vw, 64px);
}

.top-flow {
  margin-bottom: 152px;
}
.top-flow__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-block: clamp(20px, 5.3333333333vw, 40px) clamp(120px, 32vw, 140px);
}
.top-flow__items {
  flex-shrink: 0;
  width: min(56.1685055165vw, 560px);
  padding-block-start: clamp(60px, 10.0300902708vw, 100px);
}
@media screen and (max-width: 767px) {
  .top-flow__items {
    width: 100%;
  }
}
.top-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 54px;
}
.top-flow__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 1;
  transition: scale 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition-delay: 0.3s;
  transform-origin: left;
  scale: 0 1;
}
.top-flow__item:not(:first-child) {
  padding-top: 54px;
}
.top-flow__item.is-show::after {
  scale: 1;
}
.top-flow__heading {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.top-flow__heading small {
  font-size: clamp(44px, 11.7333333333vw, 50px);
  line-height: 1.2;
  letter-spacing: 0.025em;
}
.top-flow__heading span {
  font-size: clamp(22px, 6.4vw, 26px);
  line-height: 1.3846153846;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-indent: 0.05em;
}
.top-flow__txt + .top-flow__txt {
  margin-block-start: 1em;
}
.top-flow__image {
  position: sticky;
  top: var(--header-height, 0);
  aspect-ratio: 9/16;
  flex-shrink: 0;
  width: clamp(355px, 45.7372116349vw, 456px);
}
@media screen and (max-width: 767px) {
  .top-flow__image {
    display: none;
  }
}
.top-flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 71% 50%;
}
.top-flow__fig {
  height: clamp(222px, 59.2vw, 444px);
}
.top-flow__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-faq {
  margin-bottom: 152px;
}
.top-faq__details {
  position: relative;
  opacity: 1;
}
.top-faq__details::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--color-primary);
  opacity: 1;
  transition: scale 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform-origin: left;
  scale: 0 1;
}
.top-faq__details.is-show::after {
  scale: 1;
}
.top-faq__details:first-child {
  margin-block-start: clamp(40px, 10.6666666667vw, 80px);
  padding-block-start: 0;
}
.top-faq__heading {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-block: 42px;
}
.top-faq__heading span {
  flex-shrink: 0;
  margin-bottom: auto;
  font-size: clamp(44px, 11.7333333333vw, 50px);
  line-height: 1;
}
.top-faq__heading em {
  flex-grow: 1;
  font-size: clamp(14px, 3.7333333333vw, 18px);
  line-height: 2;
  font-weight: 500;
}
.top-faq__heading svg {
  flex-shrink: 0;
  width: 24px;
  rotate: 180deg;
}
[open] > .top-faq__heading svg {
  rotate: 0deg;
}
.top-faq__content {
  padding-inline-start: min(8vw, 80px);
  overflow: clip;
}
.top-faq__desc {
  display: flex;
  gap: 32px;
  padding-block: 0 40px;
}
.top-faq__desc dt {
  flex-shrink: 0;
  margin-bottom: auto;
  font-size: clamp(44px, 11.7333333333vw, 50px);
  line-height: 1;
  font-weight: 400;
}
.top-voice {
  margin-bottom: 152px;
}
.top-voice__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 8vw, 38px);
  margin-block-start: 20px;
}
.top-voice__arrows {
  position: inherit;
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
.top-voice__arrow {
  aspect-ratio: 1;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(80px, 21.3333333333vw, 100px);
  height: auto;
  border: 1px solid var(--color-primary);
  background: none;
}
.top-voice__arrow svg {
  width: 28px;
}
.top-voice__arrow.-prev svg {
  transform: skew(180deg);
}
.top-voice__slide {
  overflow: visible;
}
.top-voice__item {
  width: 296px;
}
.top-voice__item a {
  display: flex;
  flex-direction: column;
}
.top-voice__heading {
  font-size: clamp(16px, 4.8vw, 18px);
  font-weight: bold;
}
.top-voice__image {
  aspect-ratio: 3/2;
  order: -1;
}
.top-voice__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-information__wrap {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .top-information__wrap {
    flex-wrap: wrap;
    gap: 50px;
    margin-block-start: clamp(90px, 24vw, 120px);
  }
}
.top-information__image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  max-width: 50%;
}
.top-information__image svg {
  width: 180px;
}
.top-information__item {
  width: 585px;
  min-width: 50%;
  padding-block-start: 12px;
}
@media screen and (max-width: 767px) {
  .top-information__item {
    margin-inline-start: auto;
  }
}
.top-information__table {
  width: 100%;
}
.top-information__table th, .top-information__table td {
  padding-block: 24px;
  line-height: 1.75;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-primary);
}
.top-information__table th {
  white-space: nowrap;
  font-weight: 500;
}
.top-information__table td {
  padding-inline-start: 32px;
}

.top-works {
  padding-block-end: clamp(120px, 32vw, 160px);
}
.top-works__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 5.2015604681vw, 50px);
  margin-block-start: clamp(70px, 18.6666666667vw, 100px);
}
@media screen and (max-width: 767px) {
  .top-works__items {
    grid-template-columns: 1fr;
    margin-block-end: 40px;
  }
}
.top-works__items:has(> :nth-child(2)):not(:has(> :nth-child(3)))::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .top-works__items:has(> :nth-child(2)):not(:has(> :nth-child(3)))::before {
    content: none;
  }
}
.top-works__item a {
  position: relative;
  display: block;
}
.top-works__item a:hover img {
  scale: 1.1;
}
.top-works__detail {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  bottom: clamp(16px, 2.0806241873vw, 22px);
  right: 0;
  max-width: calc(100% - 24px);
  font-size: clamp(16px, 2.3407022107vw, 22px);
  text-align: right;
  z-index: 1;
}
.top-works__detail:has(> :only-child) {
  font-size: clamp(12px, 1.5604681404vw, 14px);
}
.top-works__heading span {
  padding: clamp(12px, 1.8205461638vw, 16px) clamp(12px, 1.5604681404vw, 22px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
  background: #fff;
}
.top-works__client {
  font-size: clamp(12px, 1.5604681404vw, 14px);
}
.top-works__client span {
  padding-block: clamp(10px, 1.5604681404vw, 12px);
  padding-inline: clamp(12px, 1.5604681404vw, 20px) clamp(12px, 1.5604681404vw, 22px);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: bold;
  color: var(--color-gray);
  background: #fff;
}
.top-works__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.top-works__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s;
}
.top-works__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: calc(50% - clamp(40px, 5.2015604681vw, 50px) / 2);
  margin-inline-start: auto;
  padding-block-start: 8px;
  font-size: clamp(14px, 2.0806241873vw, 20px);
  font-weight: bold;
  border-top: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .top-works__more {
    width: 80cqw;
  }
}
.top-works__more svg {
  transform: translateY(-2px);
}

.contact__intro {
  margin-block: clamp(60px, 16vw, 70px) 62px;
}

.form__items {
  display: grid;
  gap: 24px;
  margin-block-end: 80px;
}
.form__item {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.form__heading {
  display: contents;
}
.form__heading span {
  display: flex;
  align-items: baseline;
  font-size: clamp(16px, 4.2666666667vw, 18px);
  font-weight: 500;
}
.form__heading small {
  font-size: clamp(12px, 3.2vw, 14px);
}
.form__heading:has(+ .form__detail [aria-required=true]) small, .form__heading:has(+ .form__detail input[type=radio]) small {
  color: #FF0000;
}
.form__detail {
  flex-grow: 1;
}
.form__detail.-horizontal {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
.form__detail .wpcf7-not-valid-tip {
  margin-block-start: 5px;
  font-size: clamp(12px, 3.2vw, 14px);
}
.form__radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
.form__radio .wpcf7-list-item {
  margin: 0;
  cursor: pointer;
}
.form__radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form__radio input {
  aspect-ratio: 1;
  width: 26px;
}
.form__foot {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline-start: 300px;
}
@media screen and (max-width: 767px) {
  .form__foot {
    align-items: center;
    padding-inline-start: 0;
  }
}
.form__note {
  display: block;
  width: 100%;
  font-size: clamp(12px, 3.2vw, 14px);
}

.policy__wrap {
  margin-block-start: 80px;
}
.policy__item {
  display: grid;
  margin-block-start: 72px;
}
.policy__heading {
  margin-block-end: 16px;
  font-size: clamp(18px, 4.8vw, 22px);
  font-weight: 500;
}
.policy__txt + .policy__txt {
  margin-block-start: 1.5em;
}
.policy__list {
  margin-block-start: 1.5em;
}
.policy__list li {
  position: relative;
  display: flex;
  gap: 0.5em;
}
.policy__list li::before {
  content: "・";
  flex-shrink: 0;
}
.policy__list.-num {
  counter-reset: item;
}
.policy__list.-num li::before {
  content: counter(item) ".";
  counter-increment: item;
}
.policy__date {
  margin-block-start: 80px;
  text-align: right;
}

.works-others {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.works-others__items {
  min-width: clamp(580px, 75.5208333333vw, 700px);
  grid-column: 4/13;
}
@media screen and (max-width: 767px) {
  .works-others__items {
    width: 75.5208333333vw;
    min-width: 0;
  }
}
.works-others__item {
  border-top: 1px solid var(--color-primary);
}
.works-others__item a {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 12px;
  word-break: auto-phrase;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.8s;
}
.works-others__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: var(--color-primary);
  transition: scale 0.8s;
  transform-origin: left;
  scale: 0 1;
}
.works-others__item a:hover::before {
  scale: 1;
}

.works {
  display: grid;
  gap: clamp(70px, 18.6666666667vw, 150px);
  margin-block-start: min(18.6666666667vw, 100px);
  padding-block-end: 100px;
}
.works__row a {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .works__row a {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 4.2666666667vw, 20px);
  }
}
.works__row a:hover .works__more::before {
  scale: 1;
}
.works__row a:hover .works__image img {
  scale: 1.1;
}
.works__row + .works__row {
  margin-block-start: clamp(100px, 13.0208333333vw, 140px);
}
@media screen and (max-width: 767px) {
  .works__row + .works__row {
    margin-block-start: clamp(90px, 13.6157337368vw, 100px);
  }
}
.works__content {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: 8/13;
  gap: clamp(28px, 5.4616384915vw, 72px);
  padding-block-end: 24px;
}
.works__intro {
  display: contents;
}
.works__heading {
  margin-block: auto;
  font-size: clamp(18px, 2.2222222222vw, 24px);
  line-height: 1.5833333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .works__heading {
    font-size: clamp(20px, 5.3333333333vw, 24px);
  }
}
.works__items {
  order: -1;
  font-size: clamp(12px, 1.5604681404vw, 14px);
  line-height: 2;
}
.works__item {
  display: contents;
  color: var(--color-gray);
}
.works__item:first-child::after {
  content: "|";
}
.works__item dd {
  display: inline;
}
.works__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 1em;
  padding-inline-start: 16px;
}
.works__tag {
  display: flex;
  font-size: clamp(12px, 1.5604681404vw, 14px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .works__tag {
    font-size: clamp(12px, 3.2vw, 14px);
  }
}
.works__tag::before {
  content: "#";
}
.works__more {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  top: 100%;
  left: 0;
  padding-block-start: 8px;
  font-size: clamp(14px, 1.8205461638vw, 16px);
  border-top: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .works__more {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
}
.works__more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: var(--color-primary);
  transition: scale 0.8s;
  transform-origin: left;
  scale: 0 1;
}
.works__image {
  aspect-ratio: 3/2;
  order: -1;
  grid-column: 1/7;
  width: 100%;
  height: 100%;
  min-height: 294px;
  overflow: hidden;
  border-radius: clamp(12px, 3.2vw, 24px);
}
@media screen and (max-width: 767px) {
  .works__image {
    min-height: 0;
  }
}
.works__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s;
}

.works-detail__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 8.5333333333vw, 50px);
  margin-block-end: clamp(58px, 15.4666666667vw, 84px);
  padding-inline: clamp(15px, 4.0120361083vw, 50px);
}
.works-detail__head {
  font-size: clamp(22px, 5.8666666667vw, 32px);
  line-height: 1.75;
  font-weight: bold;
}
.works-detail__mv {
  aspect-ratio: 16/9;
  order: -1;
  overflow: hidden;
  border-radius: clamp(12px, 3.2vw, 24px);
}
.works-detail__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-detail__wrap {
  max-width: 736px;
  margin-inline: auto;
}
.works-detail__table {
  width: 100%;
  margin-block-end: clamp(72px, 19.2vw, 90px);
  border-top: 1px solid var(--color-primary);
}
.works-detail__table th, .works-detail__table td {
  padding-block: 12px;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-primary);
}
.works-detail__table th {
  white-space: nowrap;
  padding-inline-end: 16px;
}
.works-detail__table td {
  width: 60%;
}

.post-content > *:not(:first-child) {
  margin-block-start: 1.5em;
}
.post-content h2 {
  font-size: clamp(22px, 5.8666666667vw, 28px);
  font-weight: bold;
}
.post-content h2:not(:first-child) {
  margin-block-start: clamp(78px, 20.8vw, 112px);
}
.post-content a {
  text-decoration: underline;
}
.post-content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-inline-start: 6px;
  transform: translateY(4px);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMzIwXzE1NSkiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC41IDE5LjVIMTkuNVYxM0gyMVYyMUgzVjNIMTFWNC41SDQuNVYxOS41Wk0xNCA0LjVWM0gyMVYxMEgxOS41VjUuNkwxMC41IDE0LjVMOS41IDEzLjVMMTguNCA0LjVIMTRaIiBmaWxsPSIjMzgzNzNFIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMzIwXzE1NSI+PHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==") no-repeat center/contain;
}
.post-content iframe {
  margin-inline: auto;
}
.post-content iframe:not(:first-child) {
  margin-block-start: 6em;
}
@media screen and (max-width: 767px) {
  .post-content iframe:not(:first-child) + iframe {
    margin-block-start: clamp(56px, 14.9333333333vw, 96px);
  }
}
.post-content iframe.instagram-media {
  margin-block: 6em 0 !important;
  margin-inline: auto !important;
}
.post-content .twitter-tweet {
  margin-block: 0 !important;
  margin-inline: auto;
}
.post-content > .twitter-tweet {
  margin-block-start: 6em !important;
}

.footer {
  padding-block: 64px;
  padding-inline: clamp(15px, 4.0120361083vw, 50px);
  border-top: 2px solid var(--color-primary);
}
.footer__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 84px;
}
.footer__head {
  flex-shrink: 0;
  width: 126px;
}
.footer__head svg {
  width: 100%;
}
.footer__item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 34px;
  padding-block-start: 16px;
}
.footer__address {
  word-break: auto-phrase;
  font-size: 14px;
  line-height: 2;
}
.footer__copy {
  display: flex;
  justify-content: flex-end;
  margin-block-start: 32px;
  font-size: 14px;
  line-height: 2;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 50vw, 16px);
}
.footer-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 50vw, 16px) 32px;
}
@media screen and (max-width: 767px) {
  .footer-nav__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wp-block-embed iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.wp-block-embed:not(:first-child) {
  margin-block-start: 6em;
}
@media screen and (max-width: 767px) {
  + .wp-block-embed:not(:first-child) {
    margin-block-start: clamp(56px, 14.9333333333vw, 96px);
  }
}

.wp-block-list li {
  position: relative;
  padding-left: 1.5em;
}
.wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-list li:not(:first-child) {
  margin-block-start: 1.5em;
}
.wp-block-list li a {
  display: block;
  width: max-content;
}
