/*
Theme Name: corto Template vol.2
Theme URI: https://corto.jp/
Version: 2.01
*/

/*######################################################################

		Base CSS

************************************************************************/

*,
*::before,
*::after {
  box-sizing: border-box;
  min-inline-size: 0;
}

:root {
  --font-size-10: .625rem;
  --font-size-12: .75rem;
  --font-size-14: .875rem;
  --font-size-16: 1rem;
  --font-size-18: 1.125rem;
  --font-size-21: 1.3125rem;
  --font-size-24: 1.5rem;
  --font-size-26: 1.625rem;
  --font-size-32: 2rem;
  --font-size-40: 2.5rem;
  --font-size-48: 3rem;
  --font-size-56: 3.5rem;
  --font-size-64: 4rem;
  --font-size-72: 4.5rem;
  --font-size-80: 5rem;
  --font-size-88: 5.5rem;
  --font-size-100: 6.25rem;
  --font-size-128: 8rem;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
}

body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  color: #111;
  font-size: var(--font-size-16);
  font-family: "Unbounded", "Noto Sans JP", sans-serif;
  line-height: 2;
  width: 100vw;
  min-height: 100vh;
  background-color: #f1f1f1;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media not all and (min-width: 468px){
  body {
    font-size: var(--font-size-14);
  }
}

:where(ul, ol) {
  list-style: none;
  list-style-type: '';
  padding: unset;
  margin: 0;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  font-weight: 800;
}

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

:where(:any-link, button, [type='button'], [type='reset'], [type='submit'], label[for], select, summary, [role='tab'], [role='button']) {
  cursor: pointer;
}

:where(button, [type='button'], [type='reset'], [type='submit']) {
  touch-action: manipulation;
}

legend, fieldset {
  all: unset;
}

input, button, textarea, select {
  font: inherit;
}

:target {
  scroll-margin-block: 5ex;
}

:focus:not(:focus-visible) {
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after, ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}


/*######################################################################

		General

************************************************************************/

.archive__pagenation {
  margin-top: 80px;
}

.archive__pagenation ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.archive__pagenation .__current-page {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
}


/*
  link
/////////////////////////////////////////////////////////*/

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
  transition: .3s;
}



/*######################################################################

		Header

************************************************************************/
/*
	header-area
/////////////////////////////////////////////////////////*/

.header {
  display: flex;
  justify-content: space-between;
	align-items: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px;
  width: 100%;
  filter: invert(1);
  mix-blend-mode: difference;
  border-radius: 20px;
  transition: transform .8s ease, opacity .3s ease;
  z-index: 100;
}

@media not all and (min-width: 768px){
  .header {
    justify-content: space-between;
    padding: 24px;
    background-color: rgb(0 0 0 / 0);
  }
}

.header__logo {
  width: 100px;
}

.header__site-title {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.header__gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  font-size: var(--font-size-16);
  font-weight: 700;
}

@media not all and (min-width: 940px){
  .header__gnav-list .__sp-non {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

@media not all and (min-width: 1130px){
  .header__gnav-list .__tb-non {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

.menu__button {
  display: block;
  color: #111;
  font-size: var(--font-size-14);
  background-color: rgb(0 0 0 / 0);
  border: none;
}

.menu__button .__text {
  position: relative;
}

.menu__button .__text::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .6s;
  width: 100%;
  height: 2px;
  background-color: #101010;
}

@media (any-hover: hover) {
  .menu__button:hover .__text::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.menu__button:focus-visible::after .__text::before {
  transform: scale(1, 1);
  transform-origin: left top;
}


/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.max-container .home-main {
  margin-top: 100vh;
  margin-inline: auto;
  padding-inline: 40px;
  background-color: #d6d5d2;
}

@media not all and (min-width: 768px){
  .max-container .home-main {
    padding-inline: 24px;
  }
}

.page-main {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .page-main {
    margin-bottom: 80px;
  }
}

.max-container .page-header,
.max-container .page-main {
  padding-inline: 40px;
}

@media not all and (min-width: 768px){
  .max-container .page-header,
  .max-container .page-main {
    padding-inline: 24px;
  }
}

.min-container .page-header,
.min-container .page-main {
  padding-inline: 260px 40px;
}

@media not all and (min-width: 1000px){
  .min-container .page-header,
  .min-container .page-main {
    padding-inline: 40px;
  }
}

@media not all and (min-width: 768px){
  .min-container .page-header,
  .min-container .page-main {
    padding-inline: 24px;
  }
}

.works-container .page-header,
.works-container .page-main {
  padding-inline: 40px;
}

@media not all and (min-width: 1200px){
  .works-container .page-header,
  .works-container .page-main {
    padding-inline: 40px;
  }
}

@media not all and (min-width: 768px){
  .works-container .page-header,
  .works-container .page-main {
    padding-inline: 24px;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  padding-block: 240px 200px;
}

@media not all and (min-width: 940px){
  .page-header {
    padding-block: 120px;
  }
}

@media not all and (min-width: 768px){
  .page-header {
    padding-block: 120px 80px;
  }
}

.page-header__title-jp {
  order: 2;
  margin-bottom: 40px;
  font-size: var(--font-size-40);
}

@media not all and (min-width: 468px){
  .page-header__title-jp {
    font-size: var(--font-size-32);
  }
}

.page-header__title-en {
  order: 1;
  color: #0694DD;
  font-size: var(--font-size-21);
}

.page-header__main-copy {
  margin-bottom: 40px;
  font-size: var(--font-size-48);
  font-weight: 700;
  line-height: 1.4;
}

.page-header__main-copy .__newline span {
  display: inline-block;
}

@media not all and (min-width: 768px){
  .page-header__main-copy {
    margin-bottom: 32px;
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 468px){
  .page-header__main-copy {
    margin-bottom: 26px;
    font-size: var(--font-size-26);
  }
}


.page-header__description {
  order: 3;
  margin-bottom: 40px;
}

.page-header__description p {
  font-size: var(--font-size-21);
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .page-header__description {
    margin-bottom: 32px;
  }

  .page-header__description p {
    font-size: var(--font-size-16);
  }
}

.page-header__description p:not(:last-child) {
  margin-bottom: 40px;
}

.page-header__description p .__newline {
  display: block;
}

.page-header__image-loop {
  order: 4;
  margin-inline: calc(50% - 50vw - 110px)!important;
}

@media not all and (min-width: 1000px){
  .page-header__image-loop {
    margin-inline: calc(50% - 50vw)!important;
  }
}

.section-hgroup {
  display: flex;
  flex-direction: column-reverse;
}

.section-hgroup__margin {
  margin-bottom: 64px;
}

@media not all and (min-width: 768px){
  .section-hgroup__margin {
    margin-bottom: 32px;
  }
}

.section-hgroup__wrap {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
}

.section-hgroup__heading {
  font-size: var(--font-size-32);
}

.section-hgroup__heading-en {
  margin-bottom: 20px;
  color: #08579E;
  font-size: var(--font-size-18);
  line-height: 1;
}

@media not all and (min-width: 768px){
  .section-hgroup {
    order: 1;
    margin-bottom: 32px;
  }

  .section-hgroup__wrap {
    display: contents;
  }

  .section-hgroup__heading {
    font-size: var(--font-size-26);
  }

  .section-hgroup__heading-en {
    margin-bottom: 12px;
    font-size: var(--font-size-14);
  }

  .section-hgroup__textlink {
    order: 3;
  }
}

@media not all and (min-width: 568px){
  .section-hgroup__heading br {
    display: none;
  }
}

.section-description {
  margin-block: -40px 80px;
  max-width: 800px;
}

@media not all and (min-width: 768px){
  .section-description {
    margin-block: 0 40px;
  }
}

.section-description p:not(:last-child) {
  margin-bottom: 24px;
}


.__textlink a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  margin-left: auto;
  width: fit-content;
  position: relative;
  padding-right: 21px;
  font-weight: 700;
}

.__textlink a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 60px;
  height: 60px;
  background-color: #219cbb;
  border: 2px solid #219cbb;
  border-radius: 50vh;
  transition: .3s;
  z-index: 0;
}

@media (any-hover: hover) {
  .__textlink a:hover::before {
    background-color: #fff;
    border: 2px solid #219cbb;
  }
}

.__textlink a:focus-visible::before {
  background-color: #fff;
  border: 2px solid #219cbb;
}

.__textlink a::after {
  content: '';
  display: block;
  position: relative;
  width: 18px;
  height: 11px;
  background-image: url(./assets/images/common/arrow-b.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .__textlink a {
    gap: 30px;
    padding-right: 11px;
  }

  .__textlink a::before {
    width: 40px;
    height: 40px;
  }
}

/* #mouse-stalker {
  display: grid;
  place-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 160px;
  height: 160px;
  background-color: rgba(0 0 0 / .7);
  color: #fff;
  font-size: var(--font-size-14);
  white-space: nowrap;
  pointer-events: none;
  border-radius: 50vh;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity .6s ease, transform 2s ease-out;
  z-index: 9999;
}

@media not all and (min-width: 568px){
  #mouse-stalker {
    display: none
  }
} */

.image-loop {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}

.image-loop__inner {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scrollLoop 80s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.page-header__image-loop .image-loop__inner {
  animation: scrollLoop 200s linear infinite;
}

.image-loop ul {
  display: flex;
  gap: 30px;
}

.image-loop li {
  flex-shrink: 0;
}

.image-loop img {
  width: 500px;
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
}

@media not all and (min-width: 768px){
  .image-loop img {
    width: 250px;
    height: 300px;
    border-radius: 20px;
  }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.flame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  border: 10px solid #fff;
}

.cta-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.cta-banner a {
  display: block;
  width: 100%;
  background-color: #032c51;
}

@media (any-hover: hover) {
  .cta-banner a:hover {
    background-color: #08579E;
  }
}

.cta-banner a:focus-visible {
  background-color: #08579E;
}

.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-inline: auto;
  padding: 24px;
  max-width: 800px;
}

.cta-title {
  margin-bottom: 14px;
  color: #ddd;
  font-size: var(--font-size-16);
  font-weight: 700;
  line-height: 1.4;
}

.cta-text {
  color: #ddd;
  font-size: var(--font-size-14);
  line-height: 1.4;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 144px;
}

.cta-button {
  padding: 0.6rem 1rem;
  width: 144px;
  border-radius: 6px;
  font-size: var(--font-size-14);
  color: #222;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #ddd;
  transition: all 0.2s ease;
}

.cta-close {
  display: grid;
  place-content: center;
  position: absolute;
  top: -20px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #999;
  font-size: var(--font-size-14);
  background-color: #02101c;
  border: 1px solid #052d4f;
  border-radius: 50vh;
  cursor: pointer;
}


/**/

.page-container {
  margin-inline: auto;
  padding-inline: 24px;
  max-width: 1448px;
}

.page-max-container {
  padding-inline: 40px;
}

@media not all and (min-width: 768px){
  .page-max-container {
    padding-inline: 24px;
  }
}


/**/
.page-titlearea {
  display: flex;
  flex-direction: column;
  margin-block: 160px 64px;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .page-titlearea {
    margin-block: 100px 40px;
  }
}

.page-max-titlearea {
  margin-inline: 40px;
}

@media not all and (min-width: 768px){
  .page-max-titlearea {
    margin-inline: 24px;
  }
}

.page-titlearea__jp {
  order: 2;
  font-size: var(--font-size-24);
  font-weight: 800;
}

.page-titlearea__en {
  order: 1;
  font-size: var(--font-size-64);
  font-weight: 800;
}

@media not all and (min-width: 768px){
  .page-titlearea__jp {
    font-size: var(--font-size-18);
  }

  .page-titlearea__en {
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 468px){
  .page-titlearea__jp {
    font-size: var(--font-size-16);
  }

  .page-titlearea__en {
    font-size: var(--font-size-24);
  }
}

.site-stats-display {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 40px;
  font-size: var(--font-size-16);
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .site-stats-display {
    gap: 4px 16px;
    margin-bottom: 24px;
    font-size: var(--font-size-12);
  }
}

/*
	home
/////////////////////////////////////////////////////////*/



.home-mv {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: -1;
}

.scroll-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0 0 0 / .8);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}

.scroll-overlay.visible {
  opacity: 1;
}

.home-mv__mv,
.home-mv__mv-slider,
.home-mv__slider-bg,
.home-mv__slider-bg picture {
  width: 100vw;
  height: 100svh;
}

@media not all and (min-width: 420px){
  .home-mv__mv,
  .home-mv__mv-slider,
  .home-mv__slider-bg,
  .home-mv__slider-bg picture {
    height: 100svh;
  }
}

.home-mv__slider-item {
  position: relative;
}

.home-mv__slider-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-mv__slider-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  opacity: 0;
  transition: opacity .7s ease 1.8s;
}

.swiper-slide-active .home-mv__slider-logo {
  opacity: 1;
}

@media not all and (min-width: 568px){
  .home-mv__slider-logo {
    width: 180px;
  }
}

.home-mv__slider-logo img {
  margin-inline: auto;
}

.home-mv__slider-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #ddd;
  font-family: "marlide-display-variable", serif;
}

@media not all and (min-width: 940px){
  .home-mv__slider-box {
    bottom: 24px;
    left: 24px;
  }
}

.home-mv__slider-title {
  font-size: var(--font-size-26);
  opacity: 0;
  transition: opacity 1s ease 2.5s;
}

.swiper-slide-active .home-mv__slider-title {
  opacity: 1;
}

.home-mv__slider-text {
  font-size: var(--font-size-14);
  opacity: 0;
  transition: opacity 1s ease 2.9s;
}

.swiper-slide-active .home-mv__slider-text {
  opacity: 1;
}

@media not all and (min-width: 768px){
  .home-mv__slider-title {
    font-size: var(--font-size-21);
  }

  .home-mv__slider-text {
    font-size: var(--font-size-12);
  }
}

.home-mv__slider-bg img {
  transform: scale(1);
  transition: 5s;
}

.swiper-slide-active .home-mv__slider-bg img {
  transform: scale(1.1);
}

.home-vision {
  position: relative;
  margin-top: 0vh;
  padding-block: 110vh 240px;
  color: #fff;
}


@media not all and (min-width: 768px){
  .home-vision {
    padding-block: 110vh 120px;
  }
}

.home-vision a {
  color: #fff;
}

.home-vision__contents {
  padding-inline: 40px;
}

@media not all and (min-width: 768px){
  .home-vision__contents {
    padding-inline: 24px;
  }
}

.home-vision__heading {
  order: 1;
  position: relative;
  margin-bottom: 120px;
  font-size: var(--font-size-56);
  z-index: 1;
}

.home-vision__heading .__newline {
  display: block;
}

.home-vision__heading .__subnewline {
  display: block;
}

@media not all and (min-width: 940px){
  .home-vision__heading {
    margin-bottom: 80px;
    font-size: var(--font-size-40);
  }
}

@media not all and (min-width: 768px){
  .home-vision__heading {
    margin-bottom: 40px;
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 568px){
  .home-vision__heading {
    margin-bottom: 32px;
    font-size: var(--font-size-26);
  }

  .home-vision__heading .__newline {
    display: inline;
  }
}

@media not all and (min-width: 568px){
  .home-vision__heading {
    font-size: var(--font-size-24);
  }
}

.home-vision__sentence {
  order: 3;
  position: relative;
  margin-bottom: 240px;
  max-width: 800px;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .home-vision__sentence {
    margin-bottom: 80px;
    font-size: var(--font-size-16);
  }
}

.home-vision__sentence p {
  margin-bottom: 40px;
}

@media not all and (min-width: 768px){
  .home-vision__sentence p {
    margin-bottom: 32px;
  }
}

.home-vision__textlink {
  margin-top: 80px;
}

@media not all and (min-width: 768px){
  .home-vision__textlink {
    margin-top: 48px;
  }
}

.home-vision__textlink.__textlink a {
  margin-left: 0;
}

.home-vision__image-loop {
  order: 2;
  margin-inline: calc(50% - 50vw);
}

.home-container {
  position: relative;
  padding: 240px 40px 160px;
  background-color: #f1f1f1;
  z-index: 1;
}

@media not all and (min-width: 768px){
  .home-container {
    padding: 120px 24px 80px;
  }
}

.home-works {
  margin-bottom: 240px;
}

@media not all and (min-width: 768px){
  .home-works {
    margin-bottom: 120px;
  }
}

.home-contents {
  display: flex;
  flex-direction: column;
}

/* .home-vision__image-zoom {
  order: 4;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 240px;
  width: 100vw;
  min-height: 300vh;
}

@media not all and (min-width: 768px){
  .home-vision__image-zoom {
    padding-top: 0;
    min-height: 200vh;
    margin-bottom: 0;
  }
}

.home-vision__image-zoom-container {
  position: sticky;
  top: 0vh;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}

.home-vision__image-zoom-container picture {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-vision__image-zoom-scale-image {
  transform-origin: center center;
  transition: transform 0.1s ease;
  max-height: 90vh;
}

@media (min-width: 769px) {
  .home-vision__image-zoom-scale-image {
    width: min(600px, 90vw);
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .home-vision__image-zoom-container {
    height: 100vh;
    top: 0vh;
  }

  .home-vision__image-zoom-scale-image {
    height: 90vh;
    width: auto;
    object-fit: cover;
    max-width: 60%;
  }
} */

.home-service {
  order: 3;
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .home-service {
    margin-bottom: 80px;
  }
}

.home-service__wrap {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
	flex-wrap: wrap;
}

.home-service__sentence {
  width: 45%;
}

.home-service__slide {
  width: 45%;
}

@media not all and (min-width: 940px){
  .home-service__sentence {
    display: contents;
    width: 100%;
  }

  .home-service__slide {
    width: 100%;
  }
}

.home-service__header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 80px;
  line-height: 1.4;
}

.home-service__heading {
  font-size: var(--font-size-21);
}

.home-service__heading-en {
  font-size: var(--font-size-80);
  font-weight: 700;
}

.home-service__textlink {
  margin-top: 80px;
}

.home-service__textlink.__textlink a {
  justify-content: flex-start;
  margin-left: 0;
}

.home-service__slide img {
  border-radius: 20px;
}

@media not all and (min-width: 940px){
  .home-service__header {
    order: 1;
    margin-bottom: 40px;
  }

  .home-service__description {
    order: 3;
  }

  .home-service__textlink {
    order: 4;
    margin-top: 60px;
  }

  .home-service__slide {
    order: 2;
    margin-bottom: 40px;
  }
}

@media not all and (min-width: 940px){
  .home-note .note-archive__nav {
    display: block !important;
    position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    contain: strict !important;
    opacity: 0 !important;
  }
}

@media not all and (min-width: 768px){
  .home-note {
    display: flex;
    flex-direction: column;
  }

  .home-note .note-archive {
    order: 2;
  }
}


/*
	thinking
/////////////////////////////////////////////////////////*/

.thinking-section:not(:last-child){
  margin-bottom: 200px;
}

@media not all and (min-width: 768px){
  .thinking-section:not(:last-child) {
    margin-bottom: 120px;
  }
}

.thinking-hero {
  max-width: 1200px;
}

.thinking-hero h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: var(--font-size-40);
}

.thinking-hero h2:not(:first-of-type) {
  margin-top: 160px;
}

.thinking-hero h2 span {
  position: absolute;
  top: -120px;
  left: -40px;
  color: #a29e94;
  font-size: 160px;
  z-index: -1;
}

.thinking-hero p {
  margin-bottom: 40px;
  line-height: 2;
}

@media not all and (min-width: 1000px){
  .thinking-hero h2 span {
    top: -100px;
    left: -4px;
    font-size: 120px;
  }
}

@media not all and (min-width: 768px){
  .thinking-hero h2 {
    margin-bottom: 24px;
    font-size: var(--font-size-32);
  }

  .thinking-hero h2:not(:first-of-type) {
    margin-top: 64px;
  }

  .thinking-hero h2 span {
    top: -60px;
    font-size: 80px;
  }

  .thinking-hero p {
    margin-bottom: 32px;
  }
}

@media not all and (min-width: 468px){
  .thinking-hero h2 {
    font-size: var(--font-size-26);
  }
}

.thinking-hero ul {
  margin-bottom: 40px;
  margin-left: 1em;
}

@media not all and (min-width: 768px){
  .thinking-hero ul {
    margin-bottom: 32px;
  }
}

.thinking-hero ul li:not(:last-child) {
  margin-bottom: 16px;
}

.thinking-hero ul li {
  position: relative;
  padding-left: 30px;
}

.thinking-hero ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  scale: 1 .5;
  width: 16px;
  height: 4px;
  background-color: #111;
}

.thinking-our-commitments {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 80px 0;
}

.thinking-our-commitments__item {
  width: 48%;
}

@media not all and (min-width: 940px){
  .thinking-our-commitments__item {
    width: 100%;
  }
}

.thinking-our-commitments__item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
  height: 113px;
  width: 100%;
}

.thinking-our-commitments__item h3 span {
  display: block;
  width: 80%;
  font-size: var(--font-size-21);
  line-height: 1.6;
}

@media not all and (min-width: 568px){
  .thinking-our-commitments__item h3 span {
    font-size: var(--font-size-18);
  }
}

.thinking-our-commitments__item h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  height: 113px;
  background-image: url(./assets/images/common/thinking-our-commitments-heading.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.thinking-our-commitments__item h3::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 20px;
  height: 113px;
  rotate: 180deg;
  background-image: url(./assets/images/common/thinking-our-commitments-heading.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.thinking-our-commitments__item p {
  margin-inline: auto;
  max-width: 80%;
}

@media not all and (min-width: 568px){
  .thinking-our-commitments__item p {
    max-width: 95%;
  }
}

.thinking-profile__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 40px;
}

.thinking-profile__sentence {
  width: 70%;
}

.thinking-profile__image {
  width: 20%;
}

@media not all and (min-width: 768px){
  .thinking-profile__sentence {
    width: 100%;
  }

  .thinking-profile__image {
    width: 40%;
  }
}

.thinking-profile__sentence h3 {
  margin-bottom: 20px;
}


/*
	service
/////////////////////////////////////////////////////////*/

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

.service-header .page-header__title-jp {
  order: 1;
}

.service-header .page-header__main-copy {
  order: 2;
}

.service-header .page-header__description {
  order: 3;
}

.service-header .service-header__contents {
  order: 6;
}

.service-header .service-header__button {
  order: 4;
}

.service-header .page-header__image-loop {
  order: 5;
}

.service-header__button {
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .service-header__button {
    margin-bottom: 40px;
  }
}

.service-header__button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  width: 360px;
  color: #fff;
  font-weight: 700;
  background-color: #08579E;
  border-radius: 10px;
}

.service-header__button a::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url(./assets/images/service/service-button-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 468px){
  .service-header__button a {
    padding: 16px 24px;
    width: 100%;
  }
}

.service-header .page-header__image-loop {
  margin-bottom: 80px;
}

.service-header__contents {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-header__contents-item {
  width: 47%;
}

@media not all and (min-width: 768px){
  .service-header__contents-item {
    width: 100%;
  }
}

.service-header__contents-item p:not(:last-child) {
  margin-bottom: 40px;
}

.service-section:not(:last-child) {
  margin-bottom: 200px;
}

@media not all and (min-width: 768px){
  .service-header__contents-item p:not(:last-child) {
    margin-bottom: 24px;
  }

  .service-section:not(:last-child) {
    margin-bottom: 80px;
  }
}

.service-ploblem__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 64px 80px;
  width: fit-content;
  background-color: #fff;
  border: 1px solid #08579E;
  border-radius: 10px;
}

.service-ploblem__list li {
  position: relative;
  padding-left: 40px;
  font-size: var(--font-size-18);
  font-weight: 700;
  line-height: 1.4;
}

.service-ploblem__list li::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 27px;
  height: 24px;
  background-image: url(./assets/images/service/service-problem-listmark.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media not all and (min-width: 768px){
  .service-ploblem__list {
    padding: 32px 24px;
  }

  .service-ploblem__list li {
    padding-left: 26px;
    font-size: var(--font-size-16);
  }

  .service-ploblem__list li::before {
    top: 2px;
    width: 18px;
    height: 16px;
  }
}

.service-features__contents {
  display: flex;
  flex-direction: column;
  gap: 128px 0;
}

@media not all and (min-width: 768px){
  .service-features__contents {
    gap: 64px 0;
  }
}

.service-features__item {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-features__item-contents {
  width: calc(100% - 440px);
}

.service-features__image {
  width: 380px;
}

@media not all and (min-width: 1280px){
  .service-features__item-contents {
    width: calc(100% - 320px);
  }

  .service-features__image {
    width: 280px;
  }
}

@media not all and (min-width: 768px){
  .service-features__item-contents {
    margin-bottom: 40px;
    width: 100%;
  }

  .service-features__image {
    width: 100%;
  }
}

.service-features__hgroup {
  margin-bottom: 40px;
}

.service-features__hgroup-num {
  color: #08579E;
}

.service-features__hgroup-heading {
  font-size: var(--font-size-26);
}

@media not all and (min-width: 940px){
  .service-features__hgroup-heading {
    font-size: var(--font-size-21);
  }
}

@media not all and (min-width: 468px){
  .service-features__hgroup {
    margin-bottom: 24px;
  }

  .service-features__hgroup-heading br {
    display: none;
  }
}

.service-features__text {
  margin-bottom: 32px;
}

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

.service-features__list li {
  position: relative;
  padding-left: 20px;
}

.service-features__list li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #08579E;
  border-radius: 50vh;
}

.casestudy-dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 60px;
}

.casestudy-dl dt {
  width: 180px;
  font-size: var(--font-size-21);
  font-weight: 700;
  line-height: 1.4;
}

.casestudy-dl dd {
  width: calc(100% - 180px);
}

.casestudy-dl h3 {
  margin-bottom: 21px;
  font-size: var(--font-size-21);
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .casestudy-dl {
    margin-bottom: 60px;
  }

  .casestudy-dl dt {
    margin-bottom: 24px;
    width: 100%;
  }

  .casestudy-dl dd {
    width: 100%;
  }

  .casestudy-dl h3 {
    margin-bottom: 16px;
    font-size: var(--font-size-16);
  }
}

.casestudy-images {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 30px 0;
}

.casestudy-images li {
  width: 48%;
}

.casestudy-images img {
  border-radius: 10px;
}




.service-recommend__item {
  margin-bottom: 80px;
  margin-left: 200px;
  max-width: 800px;
}

@media not all and (min-width: 1280px){
  .service-recommend__item {
    margin-bottom: 56px;
    margin-left: auto;
  }
}

.service-recommend__item h3 {
  margin-bottom: 40px;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 768px){
  .service-recommend__item h3 {
    margin-bottom: 24px;
    font-size: var(--font-size-24);
  }
}

.service-details__item {
  margin-bottom: 128px;
}

@media not all and (min-width: 768px){
  .service-details__item {
    margin-bottom: 64px;
  }
}

.service-details__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-details__text {
  width: 60%;
}

.service-details__images {
  width: 35%;
}

@media not all and (min-width: 868px){
  .service-details__text {
    margin-bottom: 32px;
    width: 100%;
  }

  .service-details__images {
    width: 100%;
  }
}

.service-details__heading {
  margin-bottom: 32px;
  font-size: var(--font-size-26);
}

@media not all and (min-width: 568px){
  .service-details__heading {
    margin-bottom: 24px;
    font-size: var(--font-size-21);
  }
}

.service-details__description {
  margin-bottom: 24px;
  line-height: 2.1;
}

@media not all and (min-width: 768px){
  .service-details__description {
    margin-bottom: 16px;
  }
}

.service-details__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.service-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.service-details__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-details__data dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px;
  width: 100%;
  border-bottom: 1px solid #ccc8c2;
}

.service-details__data dt {
  width: 160px;
}

.service-details__data dd {
  width: calc(100% - 180px);
}

@media not all and (min-width: 468px){
  .service-details__data dl {
    padding: 16px 0;
  }

  .service-details__data dt {
    margin-bottom: 8px;
    width: 100%;
    font-size: var(--font-size-16);
    font-weight: 700;
  }

  .service-details__data dd {
    width: 100%;
  }
}

.service-details__data p {
  margin-top: 16px;
  font-size: var(--font-size-14);
}

.service-price {
  position: relative;
  margin-top: 50px;
  min-height: 800px;
}

.service-flow__contents {
  counter-reset: num;
}

.service-flow__contents li {
  counter-increment: num;
  padding: 40px;
  background-color: #e8e5e0;
  border-radius: 20px;
}

.service-flow__contents li:not(:last-child) {
  margin-bottom: 8px;
}

@media not all and (min-width: 568px){
  .service-flow__contents li {
    padding: 32px 24px;
  }
}

.service-flow__contents dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.service-flow__contents dt {
  position: relative;
  padding-left: 40px;
  width: 400px;
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1.4;
}

.service-flow__contents dd {
  width: calc(100% - 400px);
}

@media not all and (min-width: 1200px){
  .service-flow__contents dt {
    width: 300px;
    font-size: var(--font-size-21);
  }

  .service-flow__contents dd {
    width: calc(100% - 300px);
  }
}

@media not all and (min-width: 940px){
  .service-flow__contents dt {
    margin-bottom: 24px;
    padding-left: 24px;
    width: 100%;
    font-size: var(--font-size-21);
  }

  .service-flow__contents dd {
    width: 100%;
  }
}

.service-flow__contents dt::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 12px;
  left: 0;
  font-size: var(--font-size-14);
  font-weight: 700;
}

@media not all and (min-width: 1200px){
  .service-flow__contents dt::before {
    top: 9px;
  }
}

.service-flow__contents dt .__small {
  display: block;
  font-size: var(--font-size-14);
}

.service-faq__contents .faq-archive__item {
  background-color: #fff;
}

@media not all and (min-width: 568px){
  .service-faq__contents .faq-archive__item {
    margin-bottom: 32px;
    padding: 0;
    background-color: rgb(0 0 0 / 0);
  }

  .service-faq__contents .faq-archive__title {
    padding: 0 50px 0 0;
  }

  .service-faq__contents .faq-archive__contents {
    padding: 16px 50px 0 0;
  }
}

.service-faq__contents dt {
  position: relative;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: var(--font-size-21);
  font-weight: 700;
  line-height: 1.4;
}

.service-faq__contents dt::before {
  content: 'Q';
  position: absolute;
  top: -11px;
  left: 0;
  font-size: var(--font-size-32);
}

.service-faq__contents dd {
  padding: 40px;
  background-color: #f5f5f3;
  border-radius: 10px;
}

@media not all and (min-width: 568px){
  .service-faq__contents dt {
    padding-left: 30px;
    font-size: var(--font-size-18);
  }

  .service-faq__contents dt::before {
    top: -5px;
    font-size: var(--font-size-24);
  }

  .service-faq__contents dd {
    padding: 32px 24px;
  }
}









/*
	website
/////////////////////////////////////////////////////////*/

.website-section:not(:last-child) {
  margin-bottom: 200px;
}

@media not all and (min-width: 768px){
  .website-section:not(:last-child) {
    margin-bottom: 120px;
  }
}

.website-recommend__item {
  margin-bottom: 80px;
  margin-left: 200px;
  max-width: 800px;
}

@media not all and (min-width: 1280px){
  .website-recommend__item {
    margin-bottom: 40px;
    margin-left: auto;
  }
}

@media not all and (min-width: 468px){
  .website-recommend__item {
    margin-left: 40px;
  }
}

.website-recommend__item h3 {
  margin-bottom: 40px;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 768px){
  .website-recommend__item h3 {
    margin-bottom: 32px;
    font-size: var(--font-size-24);
  }
}

.website-future__contents {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 80px 0;
}

.website-future__item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  width: 48%;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

@media not all and (min-width: 940px){
  .website-future__item {
    width: 100%;
  }
}

.website-future__sentence {
  padding: 40px;
}

@media not all and (min-width: 568px){
  .website-future__sentence {
    padding: 32px 24px;
  }
}

.website-future__sentence h3 {
  margin-bottom: 32px;
  font-size: var(--font-size-26);
}

@media not all and (min-width: 768px){
.website-future__sentence h3 {
  margin-bottom: 24px;
  font-size: var(--font-size-21);
}
}

.website-future__sentence h3 .__newline {
  display: block;
}

@media not all and (min-width: 1170px){
  .website-future__sentence h3 .__newline {
    display: inline;
  }
}

.website-price__item {
  padding: 80px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

@media not all and (min-width: 1200px){
  .website-price__item {
    padding: 40px;
  }
}

@media not all and (min-width: 568px){
  .website-price__item {
    padding: 32px 24px;
    border-radius: 20px;
  }
}

.website-price__heading {
  display: none;
}

@media not all and (min-width: 568px){
  .website-price__heading {
    display: block;
    margin-bottom: 24px;
    font-size: var(--font-size-21);
  }
}

.website-price__description {
  margin-bottom: 64px;
  line-height: 2.1;
}

@media not all and (min-width: 768px){
  .website-price__description {
    margin-bottom: 40px;
  }
}

.website-price__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  /* margin-bottom: 64px; */
}

@media not all and (min-width: 768px){
  .website-price__wrap {
    /* margin-bottom: 40px; */
  }
}

.website-price__sitemap {
  width: 40%;
}

.website-price__mounting {
  width: 55%;
}

@media not all and (min-width: 1000px){
  .website-price__sitemap {
    width: 100%;
  }

  .website-price__mounting {
    width: 100%;
  }
}

.website-price__wrap-heading {
  margin-bottom: 24px;
  font-size: var(--font-size-21);
}

.website-price__wrap-item > ul {
  padding: 40px;
  width: 100%;
  line-height: 1.4;
  background-color: #f5f5f3;
  border-radius: 16px;
}

@media not all and (min-width: 568px){
  .website-price__wrap-item > ul {
    padding: 32px 24px;
  }
}

.website-price__wrap-item li {
  margin-bottom: 8px;
}

.website-price__wrap-item ul li ul {
  margin-top: 4px;
  margin-left: 1rem;
}

.website-price__wrap-item li .__mark {
  margin-top: 16px;
}

.website-price__wrap-item .__mark li {
  position: relative;
  padding-left: 20px;
}

.website-price__wrap-item .__mark li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  scale: 1 .5;
  width: 12px;
  height: 4px;
  background-color: #111;
}

.website-price__wrap-item .__mark {
  display: inline-block;
}

.website-price__wrap-item li .__small {
  display: inline-block;
  font-size: var(--font-size-12);
}

@media not all and (min-width: 1400px){
  .website-price__wrap-item .__mark {
    display: block;
  }

  .website-price__wrap-item li .__small {
    display: block;
  }
}

.website-price__data {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

.website-price__data dl {
  display: flex;
  align-items: center;
  padding: 24px;
  font-size: var(--font-size-18);
  font-weight: 700;
  background-color: #f5f5f3;
  border-radius: 8px;
}

.website-price__data dt {
  width: 140px;
}

.website-price__data dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.website-price__data .__num {
  margin-inline: 10px;
  padding-bottom: 10px;
  font-size: var(--font-size-32);
  line-height: 1;
}

@media not all and (min-width: 768px){
  .website-price__data dl {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .website-price__data .__num {
    margin-inline: 4px;
  }
}

.website-price {
  position: relative;
  margin-top: 50px;
  min-height: 800px;
}

.tabs {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin-bottom: -1px;
}

.tab-button {
  position: relative;
  top: 0;
  transform-origin: bottom center;
  padding: 40px 16px;
  width: 32%;
  font-size: var(--font-size-21);
  font-weight: bold;
  line-height: 1.4;
  background: #f5f5f3;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 24px 24px 0 0;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.tab-button:hover {
  background: #e9e9e9;
  transform: translateY(-3px);
}

.tab-button[aria-selected="true"] {
  background: #fff;
  color: #111;
  transform: translateY(0) scale(1);
  box-shadow: 0 -5px 15px rgba(0,0,0,0.08);
  z-index: 2;
  animation: tabPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes tabPop {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-7px) scale(1.05); }
  100% { transform: translateY(0) scale(1); }
}

.tab-animate {
  animation: tabPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tab-button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  z-index: 5;
}

@media not all and (min-width: 768px) {
  .tabs {
    flex-wrap: wrap;
  }

  .tab-button {
    padding: 32px 16px;
    font-size: var(--font-size-18);
  }
}

@media not all and (min-width: 568px) {
  .tabs {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .tab-button {
    margin-bottom: 5px;
    padding: 24px 16px;
    width: 100%;
    border-radius: 10px;
    border-bottom: 1px solid #ddd;
  }

  .tab-button[aria-selected="true"] {
    border-bottom: 2px solid #111;
  }

  .tab-button[aria-selected="true"]::after {
    display: none;
  }
}

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  transform: translateY(20px);
  position: relative;
}

.tab-content[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  transform: translateY(0);
  transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out, transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.website-works__item {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 80vh;
}

.website-works__figure {
  position: sticky;
  top: 40px;
  left: 0;
  width: 45%;
  height: fit-content;
}

.website-works__sentence {
  width: 50%;
}

@media not all and (min-width: 940px){
  .website-works__item {
    margin-block: 80px 120px;
  }

  .website-works__figure {
    order: 2;
    position: relative;
    top: 0;
    margin-bottom: 40px;
    width: 100%;
  }

  .website-works__sentence {
    display: contents;
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .website-works__figure {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }

  .website-works__sentence {
    display: contents;
    width: 100%;
  }
}

.website-works__figure img {
  width: 100%;
}

.website-works__figure figcaption {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.website-works__item-heading {
  margin-bottom: 40px;
  font-size: var(--font-size-26);
}

.website-works__description {
  margin-bottom: 80px;
}

.website-works__description p {
  margin-bottom: 80px;
}

.website-works__description img {
  margin: 80px auto;
}

.website-works__description img:first-of-type,
.website-works__description img + img {
  margin: 20px auto;
}

.website-works__description img + p,
.website-works__description p + img {
  margin: 80px auto;
}

.website-works__description figure {
  margin-block: 80px;
}

.website-works__description figure img {
  margin-block: 0 20px;
}

.website-works__description figure figcaption {
  margin-inline: auto;
  width: fit-content;
  font-size: var(--font-size-14);
}

.website-works__description h4 {
  margin-block: 60vh 24px;
  font-size: var(--font-size-21);
}

.website-works__description ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
}

.website-works__description ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 4px;
  width: 16px;
  height: 2px;
  background-color: #111;
}

@media not all and (min-width: 940px){
  .website-works__item-heading {
    order: 1;
  }

  .website-works__description {
    order: 3;
    margin-bottom: 40px;
  }

  .website-works__description h4 {
    margin-block: 64px 24px;
  }

  .website-works__data {
    order: 4;
  }
}

@media not all and (min-width: 768px){
  .website-works__description p {
    margin-bottom: 32px;
  }

  .website-works__description h4 {
    margin-bottom: 32px;
    font-size: var(--font-size-18);
  }

  .website-works__description ul li::before {
    top: 16px;
  }

  .website-works__description p {
    margin-bottom: 24px;
  }

  .website-works__description h4 {
    margin-block: 48px 16px;
  }
}

.website-works__data dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: var(--font-size-16);
}

@media not all and (min-width: 768px){
  .website-works__data dl {
    font-size: var(--font-size-14);
  }
}

.website-works__data dt {
  width: 120px;
  font-weight: 700;
}

.website-works__data dd {
  width: calc(100% - 120px);
}

.website-flow__contents {
  counter-reset: num;
}

.website-flow__contents li {
  counter-increment: num;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

.website-flow__contents li:not(:last-child) {
  margin-bottom: 8px;
}

@media not all and (min-width: 568px){
  .website-flow__contents li {
    padding: 32px 24px;
  }
}

.website-flow__contents dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.website-flow__contents dt {
  position: relative;
  padding-left: 40px;
  width: 400px;
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1.4;
}

.website-flow__contents dd {
  width: calc(100% - 400px);
}

@media not all and (min-width: 1200px){
  .website-flow__contents dt {
    width: 300px;
    font-size: var(--font-size-21);
  }

  .website-flow__contents dd {
    width: calc(100% - 300px);
  }
}

@media not all and (min-width: 940px){
  .website-flow__contents dt {
    margin-bottom: 24px;
    padding-left: 24px;
    width: 100%;
    font-size: var(--font-size-21);
  }

  .website-flow__contents dd {
    width: 100%;
  }
}

.website-flow__contents dt::before {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 12px;
  left: 0;
  font-size: var(--font-size-14);
  font-weight: 700;
}

@media not all and (min-width: 1200px){
  .website-flow__contents dt::before {
    top: 9px;
  }
}

.website-flow__contents dt .__small {
  display: block;
  font-size: var(--font-size-14);
}

.website-faq__contents dl {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}

.website-faq__contents dl:not(:last-child) {
  margin-bottom: 24px;
}

@media not all and (min-width: 568px){
  .website-faq__contents dl {
    padding: 0;
    background-color: rgb(0 0 0 / 0);
  }

  .website-faq__contents dl:not(:last-child) {
    margin-bottom: 56px;
  }
}

.website-faq__contents dt {
  position: relative;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: var(--font-size-21);
  font-weight: 700;
  line-height: 1.4;
}

.website-faq__contents dt::before {
  content: 'Q';
  position: absolute;
  top: -11px;
  left: 0;
  font-size: var(--font-size-32);
}

.website-faq__contents dd {
  padding: 40px;
  background-color: #f5f5f3;
  border-radius: 10px;
}

@media not all and (min-width: 568px){
  .website-faq__contents dt {
    padding-left: 30px;
    font-size: var(--font-size-18);
  }

  .website-faq__contents dt::before {
    top: -5px;
    font-size: var(--font-size-24);
  }

  .website-faq__contents dd {
    padding: 32px 24px;
  }
}

.website-voice__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.website-voice__item {
  padding: 40px 0;
  width: 48%;
  border-bottom: 1px solid #aaa;
}

@media not all and (min-width: 1400px){
  .website-voice__contents {
    margin-left: auto;
    max-width: 900px;
  }

  .website-voice__item {
    padding: 40px;
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .website-voice__item {
    padding: 32px 0;
  }
}

.website-voice__heading {
  margin-bottom: 32px;
  font-size: var(--font-size-26);
}

@media not all and (min-width: 768px){
  .website-voice__heading {
    margin-bottom: 24px;
    font-size: var(--font-size-21);
  }
}

.website-voice__sentence {
  margin-bottom: 40px;
  font-size: var(--font-size-16);
}

.website-voice__sentence p:not(:last-child) {
  margin-bottom: 32px;
}

.website-voice__data {
  padding: 32px;
  background-color: #ccccc6;
  border-radius: 8px;
}

.website-voice__data dl {
  font-size: var(--font-size-14);
  line-height: 1.6;
}

.website-voice__data dl:not(:last-child) {
  margin-bottom: 8px;
}


/*
	contact
/////////////////////////////////////////////////////////*/

.contact-contents {
  max-width: 1000px;
}

.contact-hero {
  margin-block: -120px 80px;
}

@media not all and (min-width: 940px){
  .contact-hero {
    margin-block: -80px 80px;
  }
}

.contact-hero p:not(:last-child) {
  margin-bottom: 24px;
}

.contact-faq {
  margin-bottom: 80px;
}

.contact-faq .faq-archive__list {
  width: 100%;
}

.contact-faq ul {
  margin-block: 16px;
}

.contact-faq li {
  position: relative;
  padding-left: 24px;
}

.contact-faq li::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #111;
}

.contact-faq li a {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .contact-faq li a:hover {
    text-decoration: none;
  }
}

.contact-faq li a:focus-visible {
  text-decoration: none;
}

.contact-faq__heading {
  margin-bottom: 24px;
  font-size: var(--font-size-24);
}

@media not all and (min-width: 768px){
  .contact-faq__heading {
    font-size: var(--font-size-21);
  }
}

.contact-form {
  margin-bottom: 200px;
}

.form-item {
  margin-bottom: 40px;
}

.form-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

input[type="text"],
input[type="email"] {
  display: block;
  padding: 16px;
  width: 100%;
  font-size: var(--font-size-16);
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
}

/* input[type="text"]:focus-visible,
input[type="email"]:focus-visible {
  background-color: #fff;
  border: 2px solid #6b6b6b;
} */

textarea {
  display: block;
  padding: 16px;
  width: 100%;
  height: 400px;
  font-size: var(--font-size-16);
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
}

textarea:focus-visible {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

/* input[type="text"]:valid,
input[type="email"]:valid,
textarea:valid {
  background-color: #fff;
  border: 2px solid #6b6b6b;
} */

.form-fieldset {
  width: 100%;
}

.radio-item {
  width: 100%;
}

.radio-item:not(:last-child) {
  margin-bottom: 10px;
}

.radio-input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 30px;
  background-color: #f1f1f1;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .radio-label:hover {
    text-decoration: underline;
  }
}

.radio-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 50vh;
  transition: background-color .3s, border .3s;
}

.radio-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 34px;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background-color: #6b6b6b;
  border-radius: 50vh;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.radio-label-text {
  width: calc(100% - 40px);
  color: #333;
  font-weight: 700;
}

.radio-input:checked ~ .radio-label {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .radio-input:hover ~ .radio-label {
    background-color: #fff;
  }
}

.radio-input:focus-visible ~ .radio-label {
  text-decoration: underline;
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

.radio-input:checked ~ .radio-label::before {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .radio-input:hover ~ .radio-label::before {
    background-color: #fff;
  }
}

.radio-input:focus-visible ~ .radio-label::before {
  border: 2px solid #6b6b6b;
}

.radio-input:checked ~ .radio-label::after {
  visibility: visible;
  opacity: 1;
}

.radio-input:checked ~ .radio-label .radio-label-text {
  color: #000;
}

.checkbox-item:not(:last-child) {
  margin-bottom: 10px;
}

.checkbox-input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.checkbox-label::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  transition: border .3s;
}

.checkbox-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background-color: #111;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.checkbox-label-text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

@media (any-hover: hover) {
  .checkbox-label:hover {
    text-decoration: underline;
  }
}

.checkbox-input:focus-visible ~ .checkbox-label {
  text-decoration: underline;
}

.checkbox-input:checked ~ .checkbox-label::before {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .checkbox-input:hover ~ .checkbox-label::before {
    background-color: #fff;
  }
}

.checkbox-input:focus-visible ~ .checkbox-label::before {
  background-color: #fff;
}

.checkbox-input:checked ~ .checkbox-label::after {
  visibility: visible;
  opacity: 1;
}

.checkbox-input:checked ~ .checkbox-label .checkbox-label-text {
  color: #000;
}

.agreement-text {
  margin-bottom: 20px;
}

.agreement-text a {
  color: #111;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .agreement-text a:hover {
    color: #111;
    text-decoration: none;
  }
}

.agreement-text:focus-visible {
  color: #111;
  text-decoration: none;
}

.agreement-input {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.agreement-label {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 20px 30px;
  width: 400px;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 10px;
  transition: background-color .3s, border .3s;
  cursor: pointer;
}

@media (any-hover: hover) {
  .agreement-label:hover {
    text-decoration: underline;
  }
}

@media not all and (min-width: 468px){
  .agreement-label {
    width: 100%;
  }
}

.agreement-label::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 6px;
  transition: background-color .3s, border .3s;
}

.agreement-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 36px;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background-color: #111;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
}

.agreement-label-text {
  width: calc(100% - 60px);
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.agreement-input:checked ~ .agreement-label {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

@media (any-hover: hover) {
  .agreement-input:hover ~ .agreement-label {
    background-color: #fff;
  }
}

.agreement-input:focus-visible ~ .agreement-label {
  text-decoration: underline;
  border: 2px solid #111;
}

@media (any-hover: hover) {
  .agreement-input:hover ~ .agreement-label::before {
    background-color: #fff;
  }
}

.agreement-input:checked ~ .agreement-label::before,
.agreement-input:focus-visible ~ .agreement-label::before {
  background-color: #fff;
  border: 2px solid #6b6b6b;
}

.agreement-input:checked ~ .agreement-label::after {
  visibility: visible;
  opacity: 1;
}

.agreement-input:checked ~ .agreement-label .agreement-label-text {
  color: #000;
}

.required {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  background-color: #111;
  border-radius: 4px;
}

.example {
  color: #777;
  font-size: 14px;
}

.form-submit {
  display: block;
  padding: 20px;
  width: 100%;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  background-color: #777;
  border: 3px solid rgb(0 0 0 / 0);
  border-radius: 10px;
  transition: background-color .3s, border .3s;
  pointer-events: none;
}

.form-submit:focus-visible {
  visibility: hidden;
}

form:has(.agreement-input:checked) .form-submit {
  background-color: #111;
  pointer-events: auto;
  cursor: pointer;
}

form:has(.agreement-input:checked) .form-submit:hover {
  visibility: visible;
}

@media (any-hover: hover) {
  form:has(.agreement-input:checked) .form-submit:hover {
    background-color: #222;
    border: 3px solid #aaa;
  }
}

form:has(.agreement-input:checked) .form-submit:focus-visible {
  background-color: #000;
  border: 3px solid #aaa;
  visibility: visible;
}

.grecaptcha-badge {
  display: none;
}


/*
	note-archive
/////////////////////////////////////////////////////////*/

.note-archive__section {
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .note-archive__section {
    margin-bottom: 80px;
  }
}

.popular-post-section {
  padding: 40px;
  background-color: #fff;
  border-radius: 32px;
}

@media not all and (min-width: 768px){
  .popular-post-section {
    padding: 32px 24px;
    border-radius: 24px;
  }
}

.note-archive__section-hgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.note-archive__section-heading-jp {
  order: 2;
  font-size: var(--font-size-21);
}

.note-archive__section-heading-en {
  order: 1;
  font-size: var(--font-size-40);
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.4;
}

@media not all and (min-width: 768px){
  .note-archive__section-heading-jp {
    font-size: var(--font-size-18);
  }

  .note-archive__section-heading-en {
    font-size: var(--font-size-26);
  }
}

.note-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
  width: 100%;
}

@media not all and (min-width: 768px){
  .note-archive__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
    width: 100%;
  }
}

.note-archive__item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.note-archive__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.note-archive__thumbnail {
  order: 1;
  aspect-ratio: 16 / 9;
  background-color: #e0e0e0;
  overflow: hidden;
}

.note-archive__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.note-archive__meta {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}

@media not all and (min-width: 768px){
  .note-archive__meta {
    padding: 24px;
  }
}

.note-archive__title {
  font-size: var(--font-size-21);
}

.note-archive__date {
  font-size: var(--font-size-14);
  display: flex;
  gap: 16px;
}

@media not all and (min-width: 768px){
  .note-archive__title {
    font-size: var(--font-size-18);
  }

  .note-archive__date {
    font-size: var(--font-size-12);
    display: flex;
    gap: 16px;
  }
}

.note-archive__date-label {
  margin-right: 8px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .note-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 599px) {
  .note-archive__list {
    grid-template-columns: 1fr;
  }
}

.note-archive__more-button {
  margin-top: 80px;
  margin-inline: auto;
  width: fit-content;
}

@media not all and (min-width: 768px){
  .note-archive__more-button {
    margin-top: 40px;
  }
}

.note-archive__more-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 24px 40px;
  font-size: var(--font-size-18);
  font-weight: 800;
  line-height: 1.4;
  border: 1px solid #888;
  border-radius: 8px;
}

.note-archive__more-button a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .note-archive__more-button a {
    gap: 32px;
    padding: 24px;
    font-size: var(--font-size-15);
  }
}


/*
	single
/////////////////////////////////////////////////////////*/

.post-single {
  display: flex;
	justify-content: space-between;
  flex-direction: row-reverse;
	flex-wrap: wrap;
  position: relative;
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .post-single {
    margin-bottom: 80px;
  }
}

.post-single-contents {
  padding: 40px;
  width: calc(100% - 320px);
  background-color: #fff;
  border-radius: 8px;
}

.post-single-sidebar {
  position: sticky;
  top: 110px;
  left: 0;
  width: 240px;
  height: 100%;
}

@media not all and (min-width: 1200px){
  .post-single-contents {
    width: calc(100% - 280px);
  }

  .post-single-sidebar {
    width: 240px;
  }
}

@media not all and (min-width: 940px){
  .post-single {
    flex-direction: row;
    gap: 80px;
  }

  .post-single-contents {
    margin-inline: -24px;
    width: calc(100% + 48px);
  }
}

@media not all and (min-width: 768px){
  .post-single-contents {
    padding: 24px;
  }
}

@media not all and (min-width: 940px){
  .post-single-sidebar {
    width: 100%;
  }
}

.post-single-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .post-single-header {
    margin-bottom: 40px;
  }
}

.post-single-header__title {
  order: 3;
  font-size: var(--font-size-40);
  line-height: 1.4;
}

@media not all and (min-width: 940px){
  .post-single-header__title {
    font-size: var(--font-size-32);
  }
}

@media not all and (min-width: 568px){
  .post-single-header__title {
    font-size: var(--font-size-26);
  }
}

.post-single-header__cat {
  margin-bottom: 16px;
  padding: 8px 16px;
  color: #fff;
  font-size: var(--font-size-14);
  font-weight: 700;
  border-radius: 8px;
}

.post-single-header__cat.for-customer {
  background-color: #255797;
}

.post-single-header__cat.for-creator {
  background-color: #2CA1EE;
}

.post-single-header__cat.web-tools {
  background-color: #3EB2D2;
}

@media not all and (min-width: 568px){
  .post-single-header__cat {
    margin-bottom: 8px;
    padding: 4px 12px;
    font-size: var(--font-size-10);
    border-radius: 4px;
  }
}

.post-single-header__meta {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 32px;
  margin-bottom: 40px;
  font-size: var(--font-size-12);
  font-weight: 700;
}

@media not all and (min-width: 568px){
  .post-single-header__meta {
    gap: 4px 16px;
    margin-bottom: 24px;
    font-size: var(--font-size-10);
  }
}

.post-single-header__meta .__heading {
  margin-right: 8px;
}

.post-single-main {
  position: relative;
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .post-single-main {
    margin-bottom: 80px;
  }
}

.post-single-main p {
  margin-bottom: 40px;
}

.post-single-main h2 {
  position: relative;
  margin-block: 120px 40px;
  font-size: var(--font-size-32);
  font-weight: 700;
}

.post-single-main h3 {
  position: relative;
  margin-block: 64px 32px;
  font-size: var(--font-size-26);
  font-weight: 700;
}

.post-single-main h4 {
  position: relative;
  margin-block: 40px 24px;
  font-size: var(--font-size-21);
  font-weight: 700;
}

@media not all and (min-width: 768px){
  .post-single-main p {
    margin-bottom: 32px;
  }

  .post-single-main h2 {
    margin-block: 92px 32px;
    font-size: var(--font-size-26);
  }

  .post-single-main h3 {
    margin-block: 48px 32px;
    font-size: var(--font-size-21);
  }

  .post-single-main h4 {
    margin-block: 32px 21px;
    font-size: var(--font-size-18);
  }
}

@media not all and (min-width: 468px){
  .post-single-main h2 {
    margin-block: 80px 24px;
  }

  .post-single-main h3 {
    margin-block: 56px 24px;
  }

  .post-single-main h4 {
    margin-block: 40px 21px;
  }
}

.post-single-main ul {
  margin-bottom: 40px;
}

.post-single-main li {
  position: relative;
  margin-bottom: 8px;
}

.post-single-main ul li {
  padding-left: 1em;
}

.post-single-main ul li::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .post-single-main ul li {
    font-size: var(--font-size-16);
  }

  .post-single-main ul li::before {
    top: 12px;
  }
}

.post-single-main dl {
  margin-block: 40px;
}

.post-single-main dt {
  margin-bottom: 16px;
  font-size: var(--font-size-21);
  font-weight: 600;
}

.post-single-main .__supplement {
  margin-bottom: 56px;
  padding: 32px;
  color: #777;
  font-size: var(--font-size-14);
  background-color: #c7c7c1;
  border-radius: 8px;
}


hr.wp-block-separator {
  margin-block: 80px;
  border-top: 1px solid #aaa;
}

.post-single-main .wp-block-image {
  margin-block: 80px;
}

@media not all and (min-width: 768px){
  .post-single-main .wp-block-image {
    margin-block: 40px;
  }
}

.post-single-main .wp-block-image figcaption {
  margin: 16px auto 0;
  width: fit-content;
  font-size: var(--font-size-14);
}

@media not all and (min-width: 768px){
  .post-single-main .wp-block-image {
    margin-block: 40px;
  }
}

.post-single-main .wp-block-image.__thumbnail {
  margin-block: 40px;
}

@media not all and (min-width: 768px){
  .post-single-main .wp-block-image.__thumbnail {
    margin-block: 24px;
  }
}

.post-single-main .wp-block-image img {
  margin-inline: auto;
}

.post-single-main .wp-block-code {
  margin-bottom: 40px;
  padding: 40px;
  color: #eee;
  font-size: var(--font-size-16);
  line-height: 1.6;
  background-color: #333;
  border-radius: 8px;
  overflow-x: scroll;
}

@media not all and (min-width: 768px){
  .post-single-main .wp-block-code {
    padding: 24px;
    font-size: var(--font-size-14);
  }
}

.post-single-main p + .wp-block-code {
  margin-top: -20px;
}

.post-single-main p > code {
  margin-inline: 4px;
  padding: 4px 10px;
  color: #eee;
  font-size: var(--font-size-16);
  line-height: 1.4;
  background-color: #333;
  border-radius: 8px;
}

.post-single-main video {
  margin-bottom: 40px;
  width: 100%;
}

.post-single-main .figure-video {
  margin-block: 40px;
}

.post-single-main .figure-video video {
  display: block;
  margin: 0 auto 32px;
  max-width: 100%;
  height: auto;
}

.post-single-main .figure-video figcaption {
  margin-inline: auto;
  width: fit-content;
  font-size: var(--font-size-14);
  font-weight: 600;
}

.post-single-main p a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  transition: 1s ease;
}

.post-single-main p a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s ease;
}

@media (any-hover: hover) {
  .post-single-main p a:hover::before {
    transform: scale(0, 1);
  }
}

.post-single-main p a:focus-visible::before {
  transform: scale(0, 1);
}

.post-single-main .__link-box {
  margin-block: 40px;
}

.post-single-main .__link-box + .__link-box {
  margin-top: 16px;
}

.post-single-main p.__box a,
.post-single-main .__link-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  line-height: 1.4;
  background-color: #ddd;
  background-image: none;
  border-radius: 16px 2px 16px 16px;
  transition: .3s ease;
}

.post-single-main p.__box a::before,
.post-single-main .__link-box a::before {
  display: none;
}

.post-single-main p.__box a::after,
.post-single-main .__link-box a::after {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  background-image: url(./assets/images/common/arrow-b.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media (any-hover: hover) {
  .post-single-main p.__box a:hover,
  .post-single-main .__link-box a:hover {
    background-color: #eee;
    border-radius: 16px 2px 16px 16px;
  }
}

.post-single-main p.__box a:focus-visible,
.post-single-main .__link-box a:focus-visible {
  background-color: #eee;
  border-radius: 16px 2px 16px 16px;
}

@media not all and (min-width: 568px){
  .post-single-main p.__box a,
  .post-single-main .__link-box a {
    border-radius: 12px 2px 12px 12px;
  }

  @media (any-hover: hover) {
    .post-single-main p.__box a:hover,
    .post-single-main .__link-box a:hover {
      background-color: #fff;
      border-radius: 8px 2px 8px 8px;
    }
  }

  .post-single-main p.__box a:focus-visible,
  .post-single-main .__link-box a:focus-visible {
    background-color: #fff;
    border-radius: 8px 2px 8px 8px;
  }
}

.figure-blockquote {
  margin-block: 40px;
  font-style: italic;
}

blockquote {
  margin-bottom: 16px;
  padding: 32px;
  overflow-wrap: break-word;
  background-color: #ddd;
  border-radius: 8px;
}

blockquote p {
  margin-bottom: 0!important;
}

.figure-blockquote cite {
  display: block;
  font-size: var(--font-size-14);
  text-align: right;
}

.post-single-cta {
  margin-block: 120px;
  padding: 40px;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.post-single-cta__heading {
  margin-bottom: 24px!important;
  font-size: var(--font-size-32)!important;
  font-weight: 700;
}

.post-single-cta__hero {
  margin-bottom: 32px;
  font-size: var(--font-size-16);
}

@media not all and (min-width: 568px){
  .post-single-cta {
    margin-block: 80px;
    padding: 24px;
  }

  .post-single-cta__heading {
    margin-bottom: 4px!important;
    font-size: var(--font-size-24)!important;
  }

  .post-single-cta__hero {
    margin-bottom: 24px;
    font-size: var(--font-size-14);
    text-align: left;
  }

  .post-single-cta__hero br {
    display: none;
  }
}

.post-single-cta__button-list li {
  position: relative;
  margin-bottom: 8px;
}

.post-single-cta__button-list li {
  padding-left: 1em;
  font-size: var(--font-size-18);
}

.post-single-cta__button-list li::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50vh;
}

@media not all and (min-width: 768px){
  .post-single-cta__button-list li {
    font-size: var(--font-size-16);
  }

  .post-single-cta__button-list li::before {
    top: 12px;
  }
}

.post-single-banner {
  display: block;
  max-width: 640px;
}

.bsd-cta {
  margin-bottom: 80px;
  padding: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media not all and (min-width: 768px){
  .bsd-cta {
    margin-bottom: 40px;
    padding: 40px 24px;
  }
}

.bsd-cta__heading {
  margin-bottom: 24px;
  font-size: var(--font-size-21);
  font-weight: 700;
  line-height: 1.4;
}

@media not all and (min-width: 568px){
  .bsd-cta__heading {
    margin-bottom: 16px;
    font-size: var(--font-size-18);
  }
}

.bsd-cta__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bsd-cta__text {
  width: 70%;
}

.bsd-cta__image {
  width: 25%;
}

@media not all and (min-width: 568px){
  .bsd-cta__text {
    margin-bottom: 32px;
    width: 100%;
    font-size: var(--font-size-14);
  }

  .bsd-cta__image {
    width: 100%;
  }
}

.bsd-cta__text p:not(:last-child) {
  margin-bottom: 32px;
}

.bsd-cta__text p a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.bsd-cta__text p a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s ease;
  }

.bsd-cta__text p a:hover::after {
  transform: scale(0, 1);
}

.bsd-cta__image img {
  border-radius: 30px 10px 60px 10px;
}

@media not all and (min-width: 568px){
  .bsd-cta__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
}

.sns-share-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 80px;
}

@media not all and (min-width: 768px){
  .sns-share-buttons {
    margin-bottom: 40px;
  }
}

@media not all and (min-width: 568px){
  .sns-share-buttons {
    gap: 4px;
  }
}

.sns-share-buttons p {
  margin-right: 8px;
}

@media not all and (min-width: 568px){
  .sns-share-buttons p {
    width: 100%;
    font-size: 10px;
  }
}

.__sns-btn {
  display: inline-block;
  padding: 10px 16px;
  color: #eee;
  text-decoration: none;
  border-radius: 8px;
  font-size: var(--font-size-14);
  transition: background-color .3s ease;
}

.__sns-btn-x { background-color: #000; }
.__sns-btn-facebook { background-color: #1877F2; }
.__sns-btn-threads { background-color: #333; }
.__sns-btn-pocket { background-color: #EF3F56; }
.__sns-btn-feedly { background-color: #2BB24C; }
.__sns-btn-line { background-color: #00C300; }
.__sns-btn-hatena { background-color: #00A4DE; }

.__sns-btn:hover {
  color: #fff;
  opacity: .7;
}

@media not all and (min-width: 568px){
  .__sns-btn {
    padding: 4px 8px;
    font-size: var(--font-size-12);
  }
}

.post-cta {
  margin-bottom: 80px;
  padding: 80px;
  border: 8px solid #255797;
  border-radius: 40px;
}

@media not all and (min-width: 1100px){
  .post-cta {
    padding: 40px;
    border-radius: 32px;
  }
}

@media not all and (min-width: 768px){
  .post-cta {
    padding: 32px 24px;
    border-radius: 24px;
  }
}

.post-cta__hgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 1.4;
}

.post-cta__hgroup .__jp {
  order: 2;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 768px){
  .post-cta__hgroup {
    margin-bottom: 24px;
  }

  .post-cta__hgroup .__jp {
    font-size: var(--font-size-24);
  }
}

.post-cta__hgroup .__en {
  order: 1;
  margin-bottom: 16px;
  color: #255797;
  font-size: var(--font-size-12);
  font-weight: 700;
}

.post-cta__description {
  margin-bottom: 40px;
  line-height: 1.8;
}

@media not all and (min-width: 768px){
  .post-cta__description {
    margin-bottom: 24px;
  }
}

.post-cta__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.post-cta__illust {
  width: 35%;
}

.post-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 60%;
}

@media not all and (min-width: 768px){
  .post-cta__illust {
    margin-bottom: 24px;
    width: 100%;
  }

  .post-cta__illust {
    margin-inline: auto;
    width: 180px;
  }

  .post-cta__buttons {
    width: 100%;
  }
}

.post-cta__buttons a {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  background-color: #255797;
  border-radius: 8px;
}

.post-cta__buttons .__en {
  font-size: var(--font-size-12);
}

.post-cta__buttons a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background-color: rgb(255 255 255 / .5);
  border-radius: 50vh;
  transition: .3s;
}

@media (any-hover: hover) {
  .post-cta__buttons a {
    background-color: #133a6b;
  }

  .post-cta__buttons a::after {
    background-color: rgb(255 255 255 / 1);
  }
}

.post-cta__buttons a:focus-visible {
  background-color: #133a6b;
}

.post-cta__buttons a:focus-visible::after {
  background-color: rgb(255 255 255 / 1);
}





.auther-profile {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

@media not all and (min-width: 768px){
  .auther-profile {
    padding: 24px;
  }
}

.auther-profile__heading {
  margin-bottom: 24px;
  font-size: var(--font-size-21);
}

.auther-profile__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.auther-profile__auther-info {
  width: 160px;
}

.auther-profile__contents {
  width: calc(100% - 200px);
  font-size: var(--font-size-14);
  line-height: 1.8;
}

@media not all and (min-width: 568px){
  .auther-profile__auther-info {
    margin-bottom: 24px;
    width: 100%;
  }

  .auther-profile__contents {
    width: 100%;
  }
}

.auther-profile__contents p {
  margin-bottom: 40px;
}

.auther-profile__contents p a {
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.auther-profile__contents p a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s ease;
  }

.auther-profile__contents p a:hover::after {
  transform: scale(0, 1);
}

.auther-profile__sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.auther-profile__sns-list li {
  width: 24px;
}

.auther-profile__sns-list svg {
  display: block;
  width: 100%;
  height: auto;
  transition: .3s ease;
}

@media (any-hover: hover) {
  .auther-profile__sns-list svg:hover {
    transform: scale(1.1);
  }
}

.auther-profile__sns-list svg:focus-visible {
  transform: scale(1.1);
}

.auther-profile__picture img {
  margin-bottom: 8px;
}

.auther-profile__picture figcaption {
  margin-inline: auto;
  width: fit-content;
  font-size: var(--font-size-12);
}

@media not all and (min-width: 568px){
  .auther-profile__picture img {
    margin-inline: auto;
    width: 100px;
  }
}

.post-single-footer-meta {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 40px;
}

.post-single-thumbnail {
  width: 30%;
}

.post-single-meta {
  width: 65%;
}

@media not all and (min-width: 468px){
  .post-single-thumbnail {
    margin-bottom: 24px;
    width: 100%;
  }

  .post-single-meta {
    width: 100%;
  }
}

.post-single-meta .post-single-header__meta {
  margin-bottom: 16px;
}

.post-single-breadcrumb {
  margin-bottom: 16px;
  font-weight: 700;
}

@media not all and (min-width: 940px){
  .post-single-breadcrumb {
    margin-bottom: 16px;
  }
}

.post-single-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  color: #777;
  font-size: var(--font-size-12);
}

.post-single-breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 12px;
}

.post-single-breadcrumb .__home img {
  display: inline;
}

.post-single-breadcrumb .__home .__text {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.post-navigation {
  padding-block: 16px;
  border-top: 1px solid #ccc;
}

@media not all and (min-width: 940px){
  .post-navigation {
    padding-block: 0;
  }
}

.post-navigation__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.post-navigation__inner::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ccc;
}

@media not all and (min-width: 940px){
  .post-navigation__inner::after {
    display: none;
  }
}

.post-navigation__item {
  width: 50%;
}

@media not all and (min-width: 940px){
  .post-navigation__item {
    width: 100%;
  }
}

.post-navigation__item a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}

.post-navigation__item a:hover {
  opacity: .7;
}

.post-navigation__thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 120px;
  aspect-ratio: 16 / 9;
  background-color: #dcdcdc;
}

.prev .post-navigation__thumbnail::before {
  content: 'Prev';
  position: absolute;
  top: -16px;
  left: 50%;
  translate: -50% 0;
  font-size: var(--font-size-14);
  font-weight: 700;
}

.next .post-navigation__thumbnail::before {
  content: 'next';
  position: absolute;
  top: -16px;
  left: 50%;
  translate: -50% 0;
  font-size: var(--font-size-14);
  font-weight: 700;
}

.post-navigation__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-navigation__title {
  font-size: var(--font-size-14);
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.post-navigation__item.next a {
  justify-content: flex-end;
  text-align: left;
}

@media not all and (min-width: 940px){
  .post-navigation__item.next {
    border-top: 1px solid #ccc;
  }

  .post-navigation__item.next a {
    flex-direction: row-reverse;
    text-align: left;
  }
}




/**/

.post-single-sidebar-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.post-single-sidebar-nav a {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 16px;
  color: #fff;
  line-height: 1.6;
  border-radius: 8px;
}

.post-single-sidebar-nav a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background-color: rgb(255 255 255 / .5);
  border-radius: 50vh;
  transition: .3s;
}

@media (any-hover: hover) {
  .post-single-sidebar-nav a:hover::after {
    background-color: rgb(255 255 255 / 1);
  }
}

.post-single-sidebar-nav a:focus-visible::after {
  background-color: rgb(255 255 255 / 1);
}

.post-single-sidebar-nav .__for-customer a {
  background-color: #255797;
}

.post-single-sidebar-nav .__for-creator a {
  background-color: #2CA1EE;
}

.post-single-sidebar-nav .__web-tools a {
  background-color: #3EB2D2;
}

@media (any-hover: hover) {
  .post-single-sidebar-nav .__for-customer a:hover {
    background-color: #133a6b;
  }

  .post-single-sidebar-nav .__for-creator a:hover {
    background-color: #1a7dbd;
  }

  .post-single-sidebar-nav .__web-tools a:hover {
    background-color: #2a9cbc;
  }
}

.post-single-sidebar-nav .__for-customer a:focus-visible {
  background-color: #133a6b;
}

.post-single-sidebar-nav .__for-creator a:focus-visible {
  background-color: #1a7dbd;
}

.post-single-sidebar-nav .__web-tools a:focus-visible {
  background-color: #2a9cbc;
}

.post-single-sidebar-nav a .__jp {
  order: 2;
  font-size: var(--font-size-12);
  font-weight: 500;
}

.post-single-sidebar-nav a .__en {
  order: 1;
  font-size: var(--font-size-18);
  font-weight: 700;
}

.post-single-related {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  position: relative;
  margin-bottom: 160px;
}

@media not all and (min-width: 768px){
  .post-single-related {
    margin-bottom: 80px;
  }
}

.post-single-related__heading {
  margin-inline: auto;
  margin-bottom: 40px;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 768px){
  .post-single-related__heading {
    margin-bottom: 32px;
    font-size: var(--font-size-24);
  }
}


/*
  works-archive
/////////////////////////////////////////////////////////*/


.works-archive__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 80px 40px;
}

@media (min-width: 1400px) {
  .works-archive__list {
    grid-template-columns: repeat(3, minmax(320px, 1fr));
  }
}

@media not all and (min-width: 768px){
  .works-archive__list {
    gap: 56px;
  }
}

.works-archive__item {
  justify-self: center;
  width: 100%;
  overflow: hidden;
}

.works-archive__item a {
  display: flex;
  flex-direction: column;
}

.works-archive__title {
  order: 2;
  font-size: var(--font-size-14);
}

.works-archive__image {
  order: 1;
  margin-bottom: 24px;
  overflow: hidden;
}

.works-archive__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform .3s ease;
}

@media (any-hover: hover) {
  .works-archive__item a:hover .works-archive__image img {
    transform: scale(1.05);
  }
}

.works-archive__item a:focus-visible .works-archive__image img {
  transform: scale(1.05);
}

@media not all and (min-width: 568px){
  .works-archive__image img {
    aspect-ratio: 4/3;
  }
}


/*
  works-single
/////////////////////////////////////////////////////////*/


.works-single-header {
  display: flex;
  flex-direction: column;
  margin-block: 240px 120px;
  padding-inline: 40px;
}

.works-single-header__title-jp {
  order: 2;
  margin-bottom: 40px;
  font-size: var(--font-size-40);
  line-height: 1.2;
}

.works-single-header__title-en {
  order: 1;
  margin-bottom: 8px;
  font-size: var(--font-size-16);
  font-weight: 700;
}

.works-single-header__description {
  order: 3;
}

@media not all and (min-width: 768px){
  .works-single-header {
    margin-block: 120px 80px;
    padding-inline: 24px;
  }

  .works-single-header__title-jp {
    margin-bottom: 32px;
    font-size: var(--font-size-26);
  }

  .works-single-header__title-en {
    font-size: var(--font-size-14);
    font-weight: 700;
  }
}

.works-single-figure {
  margin-bottom: 160px;
  padding: 80px;
  background-color: #3A3D46;
}

@media not all and (min-width: 768px){
  .works-single-figure {
    margin-bottom: 80px;
    padding: 40px 24px;
  }
}

.works-single-figure video {
  width: 100%;
  box-shadow: 0 10px 30px rgb(0 0 0 / .4);
}

.works-single-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.61/1;
  box-shadow: 0 10px 30px rgb(0 0 0 / .4);
}

.works-single-main {
  margin-inline: auto;
  margin-bottom: 240px;
  max-width: 1200px;
}

.works-single-main__contents {
  margin-bottom: 160px;
  font-weight: 500;
}

.works-single-main__contents p,
.works-single-main__contents ul,
.works-single-main__contents h2,
.works-single-main__contents h3,
.works-single-main__contents figure.__figure-min,
.works-single-main__contents blockquote {
  margin-left: auto;
  max-width: 800px;
}

.works-single-main__contents p {
  margin-bottom: 40px;
}

.works-single-main__contents a {
  position: relative;
  font-weight: 700;
}

.works-single-main__contents a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111;
  transition: .3s;
}

@media (any-hover: hover) {
  .works-single-main__contents a:hover::before {
    scale: 0 1;
  }
}

.works-single-main__contents a:focus-visible {
  left: 0;
  width: 0;
}

.works-single-main__contents h2 {
  margin-block: 120px 40px;
  font-size: var(--font-size-40);
}

.works-single-main__contents h3 {
  margin-block: 80px 32px;
  font-size: var(--font-size-32);
}

@media not all and (min-width: 768px){
  .works-single-main__contents {
    margin-bottom: 80px;
  }

  .works-single-main__contents p {
    margin-bottom: 32px;
  }

  .works-single-main__contents h2 {
    margin-block: 80px 32px;
    font-size: var(--font-size-32);
  }

  .works-single-main__contents h3 {
    margin-block: 64px 24px;
    font-size: var(--font-size-26);
  }
}

.works-single-main__contents ul {
  margin-bottom: 80px;
}

.works-single-main__contents ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
}

.works-single-main__contents ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  scale: 1 .5;
  width: 16px;
  height: 4px;
  background-color: #111;
}

@media not all and (min-width: 768px){
  .works-single-main__contents ul {
    margin-bottom: 64px;
  }

  .works-single-main__contents ul li {
    margin-bottom: 16px;
    padding-left: 24px;
    line-height: 1.6;
  }

  .works-single-main__contents ul li::before {
    top: 12px;
    width: 12px;
  }
}

.works-single-main__contents figure {
  margin-block: 80px 160px;
  width: 100%;
}

@media not all and (min-width: 768px){
  .works-single-main__contents figure {
    margin-block: 40px 80px;
  }
}

.works-single-main__contents figure img {
  margin-inline: auto;
}

.works-single-main__contents figure video {
  width: 100%;
}

.works-single-main__contents figure figcaption {
  margin-top: 24px;
  margin-inline: auto;
  width: fit-content;
  font-size: var(--font-size-16);
}

@media not all and (min-width: 768px){
  .works-single-main__contents figure figcaption {
    margin-top: 16px;
    font-size: var(--font-size-14);
  }
}

.works-single-main__contents .figure4 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.works-single-main__contents .figure4 figure {
  width: 23%;
}

@media not all and (min-width: 768px){
  .works-single-main__contents .figure4 figure {
    width: 48%;
  }
}

.works-single-main__data-heading {
  margin-bottom: 40px;
  font-size: var(--font-size-40);
}

.works-single-main__data-dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: var(--font-size-16);
}

.works-single-main__data-dl dt {
  width: 240px;
}

.works-single-main__data-dl dd {
  width: calc(100% - 240px);
}

@media not all and (min-width: 568px){
  .works-single-main__data-dl {
    margin-bottom: 8px;
  }

  .works-single-main__data-dl dt {
    width: 100%;
    font-size: var(--font-size-12);
    font-weight: 700;
  }

  .works-single-main__data-dl dd {
    width: 100%;
    font-size: var(--font-size-14);
  }
}

.works-single-related-post {
  margin-bottom: 160px;
  padding-inline: 40px;
}

@media not all and (min-width: 768px){
  .works-single-related-post {
    margin-bottom: 80px;
    padding-inline: 24px;
  }
}


/*
	faq-archive
/////////////////////////////////////////////////////////*/

.faq-archive {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.faq-archive__list {
  width: calc(100% - 220px);
}

.faq-archive__sidebar {
  width: 140px;
  font-size: var(--font-size-16);
}

@media not all and (min-width: 1200px){
  .faq-archive__list {
    width: calc(100% - 180px);
  }
}

@media not all and (min-width: 940px){
  .faq-archive__list {
    margin-bottom: 80px;
    width: 100%;
  }

  .faq-archive__sidebar {
    width: 100%;
  }
}

.faq-archive__cat-title {
  margin-bottom: 40px;
  font-size: var(--font-size-24);
}

.faq-archive__cat-title .__label {
  display: inline-block;
  margin-right: 30px;
  font-size: var(--font-size-14);
  font-weight: 500;
}

.faq-archive__section {
  margin-bottom: 160px;
}

.faq-archive__heading {
  margin-bottom: 40px;
  font-size: var(--font-size-26);
}

@media not all and (min-width: 768px){
  .faq-archive__section {
    margin-bottom: 80px;
  }

  .faq-archive__heading {
    margin-bottom: 32px;
    font-size: var(--font-size-21);
  }
}

.faq-archive__item {
  margin-bottom: 4px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.faq-archive__title {
  position: relative;
  padding: 32px 40px 32px 32px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  user-select: none;
  cursor: pointer;
}

.faq-archive__title::-webkit-details-marker {
  display: none;
}

.faq-archive__contents {
  padding: 0 30px;
  height: 0;
  font-size: var(--font-size-16);
  overflow: hidden;
  will-change: height;
  transition: height 0.4s ease;
}

.faq-archive__contents-inner {
  padding-bottom: 24px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-archive__item.is-open .faq-archive__contents-inner {
  opacity: 1;
  transform: translateY(0);
}

.faq-archive__title::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-archive__item.is-open .faq-archive__title::after {
  transform: translateY(-50%) rotate(45deg);
}

@media not all and (min-width: 768px){
  .faq-archive__title {
    padding: 24px 50px 24px 24px;
  }

  .faq-archive__contents {
    padding: 0 24px;
    font-size: var(--font-size-14);
  }

  .faq-archive__contents-inner {
    padding-bottom: 24px;
  }
}

.faq-archive__sidebar-title {
  margin-bottom: 16px;
  font-size: var(--font-size-14);
  font-weight: 500;
}


/*
	page-contents
/////////////////////////////////////////////////////////*/

.page-contents {
  margin-bottom: 240px;
  max-width: 1000px;
}

.page-contents h2 {
  margin-block: 80px 40px;
  font-size: var(--font-size-40);
}

.page-contents h3 {
  margin-block: 64px 32px;
  font-size: var(--font-size-32);
}

.page-contents p {
  margin-bottom: 40px;
}

.page-contents ol {
  counter-reset: pageol;
  margin-left: 1em;
  font-size: var(--font-size-18);
}

.page-contents ol > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
}

.page-contents ol > li::before {
  counter-increment: pageol;
  content: counter(pageol);
  position: absolute;
  top: 6px;
  left: 0;
  font-size: var(--font-size-14);
}

@media not all and (min-width: 768px){
  .page-contents {
    margin-bottom: 120px;
  }

  .page-contents h2 {
    margin-block: 64px 32px;
    font-size: var(--font-size-32);
  }

  .page-contents h3 {
    margin-block: 56px 24px;
    font-size: var(--font-size-24);
  }

  .page-contents p {
    margin-bottom: 32px;
  }
}



/*
	hearing
/////////////////////////////////////////////////////////*/


.hearing-form p {
  margin-bottom: 0!important;
}

.contact-form-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.form-item {
  margin-bottom: 40px;
}

.hearing-form .form-item label {
  display: block;
  font-size: var(--font-size-18)!important;
  font-weight: bold;
  margin-bottom: 10px;
}

.badge-required {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: normal;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="date"],
.contact-form-wrapper textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: border-color 0.3s;
  margin: 0;
}

.contact-form-wrapper input[type="date"] {
  width: 300px]
  ;
}

.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus {
  border-color: #999;
}

.example-text {
  font-size: 13px;
  color: #666;
  margin-top: 16px;
  margin-left: 4px;
}

.form-section-title {
  font-size: var(--font-size-32);
  font-weight: bold;
  margin-block: 80px 40px;
}

@media not all and (min-width: 768px){
  .form-section-title {
    font-size: var(--font-size-24);
    margin-block: 40px 20px;
  }
}

.form-section-title:first-child {
  margin-top: 0;
}

.hearing-form p.section-desc {
  font-size: 13px;
  margin-block: -30px 40px !important;
}

@media not all and (min-width: 768px){
  .hearing-form p.section-desc {
    margin-block: -10px 30px !important;
  }
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 10px 0 !important;
}

.wpcf7-list-item label {
  margin-bottom: 0!important;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}

.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-color: #333;
  border-color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.budget-other-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px; /* 上の段との間隔 */
}

/* 「上記以外」のラベルエリア */
.radio-other-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0!important;
  margin-right: 10px;
  cursor: pointer;
  font-weight: normal;
  line-height: 24px;
}

/* ラジオボタン本体を透明にして隠す */
.radio-other-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* カスタム四角ボタンの作成（他の項目とデザインを統一） */
.radio-text {
  position: relative;
  padding-left: 36px; /* 四角が入るスペース */
  display: inline-block;
}

.radio-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s;
}

/* チェックが入った時のスタイル（黒背景＋チェックマーク） */
.radio-other-label input:checked + .radio-text::before {
  background-color: #333; /* 画像に合わせた濃いグレー */
  border-color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='18px' height='18px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* --- 金額入力欄と「万円」の横並び設定 --- */
.input-with-unit {
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
}

/* 金額入力欄 */
.contact-form-wrapper input.input-short {
  width: 120px !important;
  padding: 8px 12px !important;
  margin-right: 8px; /* 「万円」との隙間 */
  text-align: right;
  margin-bottom: 0 !important; /* 余計な余白を消す */
}

/* 「万円」テキスト */
.input-with-unit span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.privacy-area p {
  margin-bottom: 20px!important;
  font-size: var(--font-size-16);
}

.privacy-check .wpcf7-list-item-label {
  font-weight: bold;
}

.form-submit-area {
  margin-top: 60px;
  text-align: center;
}

.btn-submit {
  background-color: #111;
  color: #fff;
  border: none;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  transition: opacity 0.3s;
}

.btn-submit:hover {
  opacity: 0.8;
}

/* エラーメッセージの調整 */
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
  border-radius: 4px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}


/*######################################################################

		Footer

************************************************************************/

.footer__image-loop {
  position: relative;
  background-color: #c9c9c9;
  overflow: hidden;
  z-index: 1;
}

.footer__image-loop {
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}

@media not all and (min-width: 768px){
  .footer__image-loop {
    margin-inline: calc(50% - 50vw);
  }
}

.footer__loop-inner {
  display: flex;
  gap: 30px;
  width: max-content;
  animation: scrollLoop 80s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.footer__image-loop ul {
  display: flex;
  gap: 30px;
}

.footer__image-loop li {
  flex-shrink: 0;
}

.footer__image-loop img {
  width: 500px;
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
}

@media not all and (min-width: 768px){
  .footer__image-loop img {
    width: 250px;
    height: 300px;
    border-radius: 20px;
  }
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer {
  position: relative;
}

.footer-cta {
  margin-inline: 40px;
  padding: 24px;
  background-color: #333;
  border-radius: 8px;
}

@media not all and (min-width: 768px){
  .footer-cta {
    margin-inline: 24px;
  }
}

@media not all and (min-width: 468px){
  .footer-cta {
    padding: 0;
  }
}

.footer-cta a {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  margin-inline: auto;
  padding: 80px;
  max-width: 1400px;
  color: #fff;
  background-color: #111;
  border-radius: 8px;
}

@media not all and (min-width: 1000px){
  .footer-cta a {
    padding: 40px;
  }
}

@media not all and (min-width: 768px){
  .footer-cta a {
    padding: 32px 24px;
  }
}

@media not all and (min-width: 468px){
  .footer-cta a {
    flex-direction: column;
  }
}

@media (any-hover: hover) {
  .footer-cta a:hover {
    background-color: #555;
  }
}

.footer-cta a:focus-visible {
  background-color: #555;
}

.footer-cta__contents {
  width: calc(100% - 340px);
}

.footer-cta__illust {
  width: 256px;
}

@media not all and (min-width: 1000px){
  .footer-cta__contents {
    width: calc(100% - 240px);
  }

  .footer-cta__illust {
    width: 180px;
  }
}

@media not all and (min-width: 800px){
  .footer-cta__contents {
    display: contents;
    width: 100%;
  }

  .footer-cta__illust {
    order: 3;
    width: 160px;
  }
}

@media not all and (min-width: 568px){
  .footer-cta__illust {
    width: 120px;
  }
}

@media not all and (min-width: 468px){
  .footer-cta__illust {
    margin-bottom: 24px;
  }
}

.footer-cta__heading {
  margin-bottom: 24px;
  font-size: var(--font-size-64);
}

@media not all and (min-width: 1100px){
  .footer-cta__heading {
    font-size: var(--font-size-48);
  }
}

@media not all and (min-width: 800px){
  .footer-cta__heading {
    order: 1;
  }
}

@media not all and (min-width: 768px){
  .footer-cta__heading {
    margin-inline: auto;
    font-size: var(--font-size-32);
  }
}

.footer-cta__text {
  margin-bottom: 40px;
  font-size: var(--font-size-18);
}

.footer-cta__more {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media not all and (min-width: 800px){
  .footer-cta__text {
    order: 2;
    margin-bottom: 24px;
  }

  .footer-cta__more {
    order: 4;
  }
}

@media not all and (min-width: 468px){
  .footer-cta__more {
    margin-inline: auto;
  }
}

.footer-cta__more-text {
  font-size: var(--font-size-18);
}

.footer-cta__more-arrow {
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50vh;
}

.copyright {
  padding: 80px 40px;
  text-align: center;
}

@media not all and (min-width: 768px){
  .copyright {
    padding: 40px 24px 120px;
    text-align: center;
  }
}


.menu__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
}

.menu__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  position: fixed;
  top: 24px;
  left: 40px;
  padding: 40px;
  width: calc(100vw - 80px);
  height: fit-content;
  transform: translateY(calc(-100% - 24px));
  background-color: #101010;
  border-radius: 8px;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
  z-index: 102;
}

@media not all and (min-width: 768px){
  .menu__container {
    left: 24px;
    width: calc(100vw - 48px);
  }
}

.menu__content {
  width: fit-content;
  color: #f5f4f1;
}

.menu__content.visible {
  opacity: 1;
}

.menu__content:not(.visible) {
  opacity: 0;
}

@media not all and (min-width: 568px){
  .menu__content {
    width: 100%;
  }
}

.menu__close-button {
  display: none;
  color: #f5f4f1;
  font-size: var(--font-size-14);
  text-align: center;
  background: linear-gradient(#f1f1f1, #f1f1f1) 0 100% / 0 1px no-repeat;
  border: none;
  transition: .4s;
  z-index: 103;
}

@media (any-hover: hover) {
  .menu__close-button:hover {
    background-size: 100% 1px;
  }
}

.menu__close-button:focus-visible {
  background-size: 100% 1px;
}

@media not all and (min-width: 768px){
  .menu__close-button {
    position: absolute;
    top: 0;
    right: 3px;
  }
}

.menu__close-button:focus-visible {
  letter-spacing: 1px;
}

.menu__wrap {
  display: flex;
  align-items: center;
	flex-wrap: wrap;
  gap: 24px 40px;
  width: fit-content;
}

@media not all and (min-width: 768px){
  .menu__wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
}

@media not all and (min-width: 468px){
  .menu__wrap {
    height: 100%;
  }
}

.menu__sns-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

@media not all and (min-width: 768px){
  .menu__list {
    flex-direction: column;
    gap: 8px;
  }
}

.menu__list li {
  overflow: hidden;
}

.menu__list span {
  display: inline-block;
  transform: translateY(100%) translateX(5%);
  opacity: 0;
  transition: transform .5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity .3s ease;
}

.menu__content.visible .menu__list span {
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.menu__list li:nth-child(1) span { transition-delay: 0.1s; }
.menu__list li:nth-child(2) span { transition-delay: 0.15s; }
.menu__list li:nth-child(3) span { transition-delay: 0.2s; }
.menu__list li:nth-child(4) span { transition-delay: 0.25s; }
.menu__list li:nth-child(5) span { transition-delay: 0.3s; }
.menu__list li:nth-child(6) span { transition-delay: 0.35s; }
.menu__list li:nth-child(7) span { transition-delay: 0.4s; }
.menu__list li:nth-child(8) span { transition-delay: 0.45s; }
.menu__list li:nth-child(9) span { transition-delay: 0.5s; }
.menu__list li:nth-child(10) span { transition-delay: 0.55s; }

.menu__list a {
  display: inline-block;
  padding-right: 10px;
  color: #f1f1f1;
  text-decoration: none;
  font-size: var(--font-size-16);
  line-height: 1;
  transition: transform .3s ease;
}

@media (any-hover: hover) {
  .menu__list a:hover {
    color: #9a9a9a;
    transform: translateX(10px);
  }
}

.menu__list a:focus-visible {
  transform: translateX(10px);
}

.menu__list a .__paper-plane {
  margin-right: 8px;
  width: 13px;
  height: 13px;
  fill: #f1f1f1;
  transform-origin: center;
}

.menu__sns-list span {
  display: inline-block;
  transform: translateY(100%) translateX(5%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
}

.menu__content.visible .menu__sns-list span {
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.menu__sns-list li:nth-child(1) span { transition-delay: 0.5s; }
.menu__sns-list li:nth-child(2) span { transition-delay: 0.55s; }
.menu__sns-list li:nth-child(3) span { transition-delay: 0.6s; }
.menu__sns-list li:nth-child(4) span { transition-delay: 0.65s; }

.menu__sns-list a {
  display: inline-block;
  transition: transform .3s ease;
}

@media (any-hover: hover) {
  .menu__sns-list a:hover {
    transform: translate(3px, -3px);
  }
}

.menu__sns-list path {
  fill: #f1f1f1;
}

@media (any-hover: hover) {
  .menu__sns-list path:hover {
    fill: #9a9a9a;
  }
}

.menu__sns-list a:focus-visible {
  transform: translate(5px, -5px);
}

.menu__sns-list img {
  width: 21px;
}


.page-toc {
  position: fixed;
  bottom: 40px;
  left: 40px;
  filter: invert(1);
  mix-blend-mode: difference;
  z-index: 100;
}

.page-toc__heading {
  display: block !important;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  contain: strict !important;
  opacity: 0 !important;
}

.page-toc__list a {
  color: #111;
  font-size: var(--font-size-14);
  text-decoration: none;
  transition: color .3s ease;
}

.page-toc__list a:hover {
  color: #0066cc;
}

.page-toc__toggle {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: fixed;
  bottom: 40px;
  left: 40px;
  padding: 8px 16px;
  height: 64px;
  color: #fff;
  line-height: 1.55;
  background-color: #111;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.page-toc__toggle-icon {
  font-weight: bold;
  font-size: var(--font-size-18);
}

@media (max-width: 1000px) {
  .page-toc {
    bottom: 84px;
    left: 24px;
    filter: invert(0);
    mix-blend-mode: normal;
  }

  .page-toc__toggle {
    display: flex;
    bottom: 24px;
    left: 24px;
    width: 100px;
    font-size: var(--font-size-14);
  }

  .page-toc__list {
    display: none;
    padding: 24px;
    background-color: #fff;
    border-radius: 8px;
    transition: .3s ease;
  }

  .page-toc--open .page-toc__list {
    display: block;
  }

  .page-toc--open .page-toc__toggle-icon {
    transform: rotate(45deg);
  }
}

@media not all and (min-width: 568px){
  .page-toc__toggle {
    gap: 16px;
    padding: 16px 12px;
    width: fit-content;
    font-size: var(--font-size-14);
  }
}