@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: unset;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco,
    Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono",
    "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono",
    "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(disabled),
[type="button"]:not(disabled),
[type="reset"]:not(disabled),
[type="submit"]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-ja__default: "Noto Sans JP", serif;
  --font-en: "Inter", "Noto Sans JP", serif;
  --color-primary: #f38fbb;
  --color-yellow: #f7d974;
  --color-blue: #8bd9cc;
  --color-green: #b5fd62;
  --color-orange: #ff8f5b;
  --header-height: 68px;
}

html {
  overflow: auto;
}

/* スクロール無効化のためのCSS */
html.noscroll {
  overflow: hidden;
}

/* メニューアニメーションのタイミングを調整（必要に応じて） */
.sp-nav {
  transition-delay: 0.01s; /* アニメーション開始を少し遅らせる */
}

/* リフロー処理のパフォーマンス改善 */
.hamburger,
.sp-nav,
body.is-menu-open {
  will-change: transform; /* GPUアクセラレーションを促進 */
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  font-family: var(--font-ja__default);
}

main {
  margin-top: var(--header-height);
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
  transition: opacity 0.4s ease;
}

a:hover,
a:focus {
  opacity: 0.7;
}

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

.sp {
  display: none;
}

button:focus {
  outline: none;
}

@media (max-width: 992px) {
  :root {
    --header-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 87%;
    padding: 0;
  }
}
.--text-center {
  text-align: center;
}

.--color-white {
  color: #fff;
}

.--color-primary {
  color: var(--color-primary);
}

.--color-yellow {
  color: var(--color-yellow);
}

.--color-blue {
  color: var(--color-blue);
}

.--color-green {
  color: var(--color-green);
}

.--color-orange {
  color: var(--color-orange);
}

.--background-white {
  background-color: #fff;
}

.--background-primary {
  background-color: var(--color-primary);
}

.--background-yellow {
  background-color: var(--color-yellow);
}

.--background-blue {
  background-color: var(--color-blue);
}

.--background-green {
  background-color: var(--color-green);
}

.--background-orange {
  background-color: var(--color-orange);
}

@media screen and (max-width: 768px) {
  .--text-center {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  padding: 13px 24px;
}

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

.header__logo-image {
  width: 139px;
}

/* PCナビゲーション */
.header__nav {
  margin-left: auto;
}

.nav-list {
  display: flex;
  gap: 36px;
}

.nav-list__item {
  line-height: 1.2;
}

.nav-list__link {
  font-size: 14px;
  color: #282828;
  transition: opacity 0.3s;
  font-family: var(--font-en);
}

.header__button {
  margin-left: 36px;
  display: flex;
  gap: 8px;
}

.header__button-size {
  width: 144px;
  height: 40px;
}

/* ハンバーガーメニュー */
.hamburger {
  display: none;
}

/* SPナビゲーション */
.sp-nav {
  display: none;
}

.header__logo-support {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
}

.header__button--support {
  margin-left: auto;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
  /* body固定 */
  body.is-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /* ハンバーガーメニュー開閉状態 */
  .hamburger.is-menu-open .hamburger__line {
    /* ハンバーガーアイコンを×に変更 */
  }
  .sp-nav.is-menu-open {
    visibility: visible;
    opacity: 1;
  }
  .header__inner {
    padding: 8px 16px;
  }
  .header__logo-flex {
    gap: 8px;
  }
  .header__logo {
    position: relative;
    z-index: 105;
  }
  .header__logo-image {
    width: 105px;
  }
  /* PCナビゲーション */
  .header__nav {
    display: none;
  }
  .header__button {
    display: none;
  }
  /* ハンバーガーメニュー */
  .hamburger {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 101;
    margin-left: auto;
    background-color: #bababa;
    border-radius: 50%;
  }
  .hamburger__line {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    transition: width 0.3s ease, transform 0.3s ease, top 0.3s ease,
      left 0.3s ease;
    transform-origin: center center;
  }
  .hamburger__line:nth-child(1) {
    top: 11px;
  }
  .hamburger__line:nth-child(2) {
    top: 19px;
    transition: opacity 0.3s ease;
  }
  .hamburger__line:nth-child(3) {
    bottom: 11px;
  }
  /* ハンバーガーメニュー開放時 */
  .hamburger[aria-expanded="true"] .hamburger__line:nth-child(1) {
    top: 19px;
    left: 8px;
    width: 24px;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .hamburger[aria-expanded="true"] .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .hamburger[aria-expanded="true"] .hamburger__line:nth-child(3) {
    top: 19px;
    bottom: auto;
    left: 8px;
    width: 24px;
    transform-origin: center;
    transform: rotate(-45deg);
  }
  /* SPナビゲーション */
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    overflow-y: auto;
  }
  .sp-nav[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
  }
  .sp-nav__inner {
    padding: 92px 30px 280px;
    position: relative;
  }
  .sp-nav__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sp-nav__link {
    font-size: 20px;
  }
  .sp-nav__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .sp-nav__buttons .button {
    width: 158px;
    height: 40px;
  }
  .header__logo-support {
    font-size: 14px;
  }
  .header--support .header__logo-image {
    width: 106px;
  }
  .header--support .header__button {
    display: block;
  }
  .header--support .button {
    width: 167px;
    font-size: 14px;
    padding: 0 16px;
    height: 40px;
  }
  .header--support .button__icon {
    right: 16px;
  }
}
.footer {
  position: relative;
  z-index: 2;
  padding: 32px 48px;
  background-color: #fff;
}

.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
}

/* 1段目：メインナビゲーション */
.footer__main {
  display: flex;
  align-items: center;
}

.footer__logo {
  display: block;
  flex-shrink: 0;
}

.footer__logo img {
  width: 139px;
  height: 42px;
  vertical-align: bottom;
}

.footer__nav {
  margin-left: auto;
}

.footer__button {
  margin-left: 36px;
  display: flex;
  gap: 8px;
}

/* 2段目：ダウンロードとSNS */
.footer__secondary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 26px;
}

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

.footer__social-text {
  font-size: 12px;
  line-height: 1;
  font-family: var(--font-en);
  display: flex;
  align-items: center;
}

.footer__social-links {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer__social-link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}

.footer__social-link img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 3段目：サブナビゲーション */
.footer__sub {
  margin-top: 80px;
}

.footer__sub-list {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}

.footer__sub-item {
  position: relative;
}

.footer__sub-item:not(:first-child)::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 1px;
  height: 16px;
  background-color: #000;
}

.footer__sub-link {
  font-size: 14px;
  transition: opacity 0.3s;
  padding: 0 24px;
  display: block;
}

/* 4段目：コピーライト */
.footer__copyright {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  font-family: var(--font-en);
}

.footer--support {
  padding-top: 32px;
}

.footer--support .footer__copyright {
  padding-top: 0;
  margin-top: 0;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
  .footer {
    padding: 48px 0 24px;
  }
  .footer__inner {
    width: 342px;
    display: flex;
    flex-wrap: wrap;
  }
  /* 1段目：メインナビゲーション */
  .footer__main {
    display: contents;
  }
  .footer__logo {
    order: 0;
    width: 50%;
  }
  .footer__logo--sp-full {
    text-align: center;
    width: 100%;
  }
  .footer__nav {
    margin: 0;
    order: 3;
    width: 100%;
    margin-top: 48px;
  }
  .footer__button {
    order: 1;
    width: 50%;
    margin-left: 0;
    text-align: right;
  }
  .footer__button--sp-full {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 24px 8px;
  }
  /* 2段目：ダウンロードとSNS */
  .footer__secondary {
    display: contents;
  }
  .footer__download {
    order: 2;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
  }
  .footer--default .footer__download {
    margin-top: 48px;
  }
  .footer__social {
    justify-content: center;
    order: 5;
    margin-top: 32px;
    width: 100%;
  }
  /* 3段目：サブナビゲーション */
  .footer__sub {
    order: 4;
    width: 100%;
    margin-top: 32px;
  }
  .footer__sub-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .footer__sub-item:not(:first-child)::before {
    content: none;
  }
  .footer__sub-link {
    padding: 0;
    font-size: 12px;
  }
  /* 4段目：コピーライト */
  .footer__copyright {
    order: 6;
    margin-top: 32px;
    width: 100%;
  }
}
.page-content {
  min-height: calc(90vh - var(--header-height));
}

.page-content--support {
  padding-bottom: 48px;
}

.container {
  width: 100%;
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
}

.container--narrow {
  max-width: 990px;
  width: 75%;
}

.section-layout {
  display: flex;
  width: 100%;
  height: 100%;
}

.section-layout--align-center {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-content--support {
    padding-bottom: 0;
  }
  .container {
    padding: 0;
    width: 87.7%;
  }
  .section-layout {
    flex-direction: column;
    height: auto;
  }
  .section-layout--align-center {
    align-items: start;
  }
}
.page {
  padding-top: 80px;
  padding-bottom: 120px;
}

.page__container {
  display: flex;
}

.page__header {
  width: 37%;
  flex-shrink: 0;
}

.page__header-title {
  display: flex;
  flex-direction: column;
}

.page__title {
  font-size: 32px;
  font-weight: 500;
  order: 2;
  margin-top: 16px;
}

.page__subtitle {
  font-size: 18px;
  line-height: 1.22;
  color: var(--color-blue);
  font-family: var(--font-en);
  order: 1;
}

.page__header-button {
  margin-top: 32px;
}

/* コンテンツ（右側）のスタイル */
.page__content {
  flex: 1;
}

@media (max-width: 768px) {
  .page {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .page__sp-has-shapes {
    padding-top: 80px;
  }
  .page__container {
    flex-direction: column;
  }
  .page__header {
    width: 100%;
  }
  .page__title {
    font-size: 24px;
    line-height: 1;
  }
  .page__subtitle {
    font-size: 14px;
  }
  .page__header-button {
    display: none;
  }
  /* コンテンツ（右側）のスタイル */
  .page__content {
    margin-top: 32px;
  }
}
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.table.--space-y {
  border-spacing: 2px 8px;
}

.table__head {
  background-color: #fff;
  border-radius: 4px;
  color: var(--color-primary);
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  padding: 16px 6px;
}

.table__head.--col2__tbody-has-th {
  width: 25%;
}

.table__head.--col3 {
  width: 33.33%;
}

.table__head.--col4 {
  width: 25%;
}

.table__head.--col5 {
  width: 20%;
}

.table__data {
  background-color: #ebfaec;
  vertical-align: middle;
  font-family: var(--font-ja__gothic);
  padding: 16px 6px;
}

.table__data.--col2__tbody-has-th {
  width: 75%;
}

.table__data.--col3 {
  width: 33.33%;
}

.table__data.--col4 {
  width: 25%;
}

.table__data.--col5 {
  width: 20%;
}

.tab-sp {
  display: none;
}

.tab-menu {
  text-align: center;
}

.tab-menu__content {
  padding: 8px;
  border-radius: 100px;
  display: inline-flex;
  position: relative;
}

.tab-menu__content.--use-orange {
  background-color: #ffebe1;
}

.tab-menu__content.--use-blue {
  background-color: #fff;
}

.tab-menu__background {
  position: absolute;
  left: 8px;
  top: 8px;
  height: calc(100% - 16px);
  border-radius: 100px;
  transition: all 0.4s ease;
}

.tab-menu__background.--use-orange {
  background: linear-gradient(90deg, #f38fbb 0%, #ff8f5b 100%);
}

.tab-menu__background.--use-blue {
  background: linear-gradient(90deg, #8bd9cc 0%, #b5fd62 100%);
}

.tab-menu__item {
  padding: 8px 36px;
  border-radius: 100px;
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  color: #666; /* 非アクティブ時の文字色 */
  transition: color 0.4s ease, background 0.4s ease;
}

.tab-menu__item.--use-orange {
  color: var(--color-orange);
}

.tab-menu__item.--use-blue {
  color: var(--color-blue);
}

.tab-menu__item.--use-orange.tab-menu__item--active {
  color: #fff;
}

.tab-menu__item.--use-blue.tab-menu__item--active {
  color: inherit;
}

.tab-menu__item:focus {
  outline: 5px var(--color-orange);
}

.tab-menu__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  inset: 0;
  z-index: -1;
  transition: background-color 0.4s ease;
}

.tab-panel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  margin-top: 80px;
}

.tab-panel--active {
  opacity: 1;
  visibility: visible;
}

.panel-layout {
  display: flex;
  align-items: center;
  gap: 80px;
}

.panel-layout__visual {
  position: relative;
  width: 26.66%;
}

.panel-images {
  position: relative;
  width: 100%;
  aspect-ratio: 273/593;
}

.panel-images__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; /* 画像のトリミング方法 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.panel-images__item--active {
  opacity: 1;
  visibility: visible;
}

.panel-layout__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative; /* 背景用の基準位置 */
}

.panel-layout__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px; /* コンテンツボックスの高さに合わせて調整 */
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
  transition: transform 0.4s ease;
  z-index: 0;
}

.content-box {
  width: 100%;
  text-align: left;
  padding: 32px;
  border-radius: 16px;
  border: none;
  position: relative;
  z-index: 1;
  background: none;
  transition: background-color 0.4s ease;
}

.content-box:focus {
  outline: none;
}

/* box-shadowは背景要素に移動したため削除 */
.content-box__title {
  font-size: 26px;
  font-weight: 500;
  transition: color 0.4s ease;
}

.content-box__title.--color-blue {
  color: var(--color-blue);
}

.content-box__text {
  margin-top: 16px;
  transition: color 0.4s ease;
}

.use.is-background .content-box__title {
  color: #ffebe1;
}

.use.is-background .content-box__text {
  color: #fff;
}

.is-background .content-box--active .content-box__title.--color-orange {
  color: var(--color-orange);
}

.is-background .content-box--active .content-box__title.--color-blue {
  color: var(--color-blue);
}

.is-background .content-box--active .content-box__text {
  color: #282828;
}

@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
  .tab-sp {
    display: block;
  }
  .tab-menu {
    position: sticky;
    top: calc(24px + var(--header-height));
    z-index: 10;
  }
  .tab-menu__content {
    padding: 4px 8px;
  }
  .tab-menu__background {
    top: 4px;
    height: calc(100% - 8px);
  }
  .tab-menu__item {
    padding: 4px 19px;
    font-size: 14px;
  }
  .tab-panel {
    margin-top: 32px;
  }
  .panel-sp-item:not(:first-child) {
    margin-top: 42px;
  }
  .panel-layout {
    flex-direction: column;
    gap: 40px;
  }
  .panel-layout__visual {
    width: 100%;
  }
  .panel-images {
    width: 165px;
    margin-inline: auto;
  }
  .panel-images__item {
    position: static;
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .panel-layout__content {
    margin-top: 24px;
  }
  .panel-layout__background {
    display: none;
  }
  .content-box {
    padding: 0;
  }
  /* box-shadowは背景要素に移動したため削除 */
  .content-box__title {
    font-size: 18px;
    color: #ffebe1;
  }
  .content-box__text {
    font-size: 14px;
  }
  .is-background .content-box--active .content-box__title.--color-orange {
    color: #ffebe1;
  }
  .is-background .content-box--active .content-box__text {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .tab-menu__item:not(.tab-menu__item--active).--use-orange:hover::before {
    background-color: #fff;
    opacity: 1;
  }
  .tab-menu__item:not(.tab-menu__item--active).--use-blue:hover::before {
    background-color: #ecfcfa;
    opacity: 1;
  }
  .content-box:hover {
    background-color: #fff;
  }
  .content-box:hover .content-box__title.--color-orange {
    color: var(--color-orange);
  }
  .content-box:hover .content-box__title.--color-blue {
    color: var(--color-blue);
  }
  .content-box:hover .content-box__text {
    color: #282828;
  }
}
.section-title__en {
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-en);
  font-weight: 400;
  transition: color 0.4s ease;
}

.section-title__ja {
  font-size: 32px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 16px;
  transition: color 0.4s ease;
}

.section-title__ja.--small {
  font-size: 26px;
}

.use.is-background .section-title__en {
  color: #fff;
}

.use.is-background .section-title__ja {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-title__en {
    font-size: 14px;
    line-height: 1.2;
  }
  .section-title__ja {
    font-size: 24px;
  }
  .section-title__ja.--small {
    font-size: 24px;
  }
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  width: 200px;
  height: 44px;
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.4s ease;
  border: 1px solid #fff;
}

.button--external {
  justify-content: flex-start;
}

/* スモールサイズ */
.button--xextra-small {
  width: 128px;
  height: 44px;
}

.button--extra-small {
  width: 132px;
  height: 44px;
}

.button--small {
  width: 144px;
  height: 40px;
  font-size: 14px;
  padding: 0 16px;
}

.button--middle {
  width: 158px;
  height: 40px;
  font-size: 14px;
  padding: 0 16px;
}

.button--middlelarge {
  width: 200px;
  height: 44px;
}

/* ラージサイズ */
.button--large {
  width: 320px;
}

.button--liver-contact {
  width: 208px;
  height: 60px;
  border: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}

/* セカンダリースタイル */
.button--secondary {
  background-color: var(--color-secondary);
  color: #fff;
  box-shadow: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1490196078);
}

.button--blue {
  border-color: var(--color-blue);
}

.button--orange {
  border-color: var(--color-orange);
  background-color: var(--color-orange);
  color: #fff;
}

.button__text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  transition: 0.4s color ease;
}

.button__text--blue {
  color: var(--color-blue);
}

.button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  transition: transform 0.3s ease;
  z-index: 2;
}

/* アイコンサイズの調整 */
.button--small .button__icon {
  width: 18px;
  height: 18px;
  right: 16px;
}

.button__icon-hover {
  display: none;
}

/* アウトラインスタイル */
.button--outline {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: none;
  width: 224px; /* 1サイズのみ */
  height: 44px;
}

.button-gradient {
  background: linear-gradient(270deg, #8bd9cc 0%, #b5fd62 100%);
  position: relative;
  transition: all 1s ease-out;
}

.button-gradient__text {
  position: relative;
}

.button-gradient::before {
  background: linear-gradient(90deg, #8bd9cc 0%, #b5fd62 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-out;
  width: 100%;
  border-radius: 100px;
}

.button-gradient--pink {
  background: linear-gradient(270deg, #f38fbb 0%, #ff8f5b 100%);
  color: #fff;
  position: relative;
  transition: all 1s ease-out;
}

.button-gradient--pink::before {
  background: linear-gradient(90deg, #f38fbb 0%, #ff8f5b 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-out;
  width: 100%;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .button--small .button__icon {
    width: 16px;
    height: 16px;
    right: 8px;
  }
  .footer--default .button--small {
    width: 158px;
  }
}
/* ホバー効果はマウス操作が可能なデバイスでのみ有効 */
@media (hover: hover) and (pointer: fine) {
  /* すべてのボタンでホバー時にopacity:1を維持 */
  .button:hover {
    opacity: 1;
  }
  .button--blue:hover {
    background-color: var(--color-blue);
    border-color: #fff;
  }
  .button.button--orange:hover {
    background-color: #fff;
    border-color: var(--color-orange);
    color: var(--color-orange);
  }
  /* 色反転ボタンのホバー - プライマリー */
  .button--reverse:not(.button--secondary):hover {
    background-color: #fff;
    color: var(--color-primary);
  }
  .button--secondary:hover {
    background-color: #fff;
    color: var(--color-secondary);
  }
  .button:hover .button__icon-default {
    display: none;
  }
  .button:hover .button__icon-hover {
    display: block;
  }
  .button--outline:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
  /* アウトラインスタイル */
  .button--outline.button--reverse:hover {
    background-color: var(--color-primary);
    color: #fff;
  }
  .button--outline.button--reverse:hover .button__icon {
    width: 16px;
    height: 16px;
  }
  .button:hover .button__text--blue {
    color: #fff;
  }
  .button-gradient:hover {
    opacity: 1;
  }
  .button-gradient:hover::before {
    opacity: 0;
  }
  .button-gradient--pink:hover {
    opacity: 1;
  }
  .button-gradient--pink:hover::before {
    opacity: 0;
  }
}
.accordion {
  flex: 1;
}

.accordion__list {
  display: grid;
  gap: 32px;
}

.accordion__item {
  overflow: hidden;
  display: grid;
  gap: 8px;
}

.accordion__toggle {
  position: relative;
  width: 100%;
  border: none;
  padding: 10px 16px;
}

.accordion__toggle:focus {
  outline: none;
}

.accordion__toggle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  inset: 0;
  opacity: 0.5;
  z-index: 0;
  transition: opacity 0.4s ease, background-color 0.4s ease;
}

.accordion__toggle--blue::before {
  background-color: #f3fff6;
}

.accordion__toggle-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.accordion__question-mark {
  color: var(--color-blue);
  font-size: 24px;
  font-family: var(--font-en);
  line-height: 1.2;
  font-weight: 700;
}

.accordion__question-text {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
}

.accordion__icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: auto;
  transition: color 0.4s ease;
}

.accordion__icon::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--color-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.accordion__icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: var(--color-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.accordion__toggle[aria-expanded="true"]::before {
  opacity: 1;
}

.accordion__toggle[aria-expanded="true"] .accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  background-color: #fff;
  border-radius: 8px;
}

.accordion__answer-inner {
  padding: 16px;
  display: flex;
  transition: opacity 0.3s ease;
}

.accordion__answer-mark {
  color: var(--color-orange);
  font-size: 24px;
  font-family: var(--font-en);
  line-height: 1.2;
  font-weight: 700;
}

.accordion__answer-text {
  margin-left: 8px;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .accordion {
    margin-top: 32px;
  }
  .accordion__list {
    gap: 8px;
  }
  .accordion__toggle {
    padding: 8px 16px;
  }
  .accordion__question-mark {
    font-size: 20px;
  }
  .accordion__question-text {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .accordion__toggle:hover::before {
    opacity: 1;
  }
  .accordion__toggle--blue:hover::before {
    background-color: var(--color-blue);
  }
  .accordion__toggle--blue:hover .accordion__question-mark {
    color: #fff;
  }
}
.article {
  position: relative;
}

.article:last-child {
  border-bottom: none;
}

.article__link {
  position: relative;
  padding: 45px 0 40px;
  display: block;
}

.article:last-child .article__link {
  padding-bottom: 0;
}

.article__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cecece;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 0.4s ease;
}

.article__date {
  position: absolute;
  left: 0;
  top: -8.5px;
  color: #000;
  font-size: 14px;
  font-family: var(--font-en);
  line-height: 1.2;
  background-color: #fff;
  padding-right: 16px;
  transition: color 0.4s ease;
}

.article__content {
  display: flex;
}

.article__category {
  padding: 7px 4px;
  border-radius: 100px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-size: 12px;
  margin-right: 16px;
  width: 108px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

/* カラーモディファイア - 親要素に適用 */
.article--orange .article__category {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.article--blue .article__category {
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.article--green .article__category {
  border-color: var(--color-green);
  color: var(--color-green);
}

.article__title {
  display: flex;
  width: calc(100% - 124px);
}

.article__title-text {
  color: #000;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
  width: calc(100% - 62px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* 表示する行数 */
  line-clamp: 1;
}

.article__arrow {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-primary);
  width: 32px;
  height: 32px;
  margin-left: 30px;
  margin-top: 2px;
  border: 1px solid transparent;
  transition: border-color 0.4s ease, background-color 0.4s ease,
    margin-left 0.4s ease;
}

/* アローのカラーモディファイア - 親要素から制御 */
.article--orange .article__arrow {
  background-color: var(--color-orange);
}

.article--blue .article__arrow {
  background-color: var(--color-blue);
}

.article--green .article__arrow {
  background-color: var(--color-green);
}

.article__arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 12px;
  left: 10px;
  transform-origin: center center;
  transform: rotate(45deg);
  transition: border-color 0.4s ease;
}

@media screen and (max-width: 768px) {
  .articles {
    background-color: #fff;
  }
  .article__link {
    padding: 24px 0 32px;
  }
  .article__content {
    flex-direction: column;
  }
  .article__category {
    width: 120px;
    padding: 3px 4px;
    margin-right: 0;
    align-self: flex-start;
  }
  .article__title {
    position: relative;
    width: 100%;
    margin-top: 16px;
  }
  .article__title-text {
    width: calc(100% - 48px);
    -webkit-line-clamp: 2;
    white-space: inherit;
    margin-top: 0;
    font-size: 14px;
  }
  .article__arrow {
    position: absolute;
    margin-left: 16px;
    margin-top: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .article__link:hover {
    opacity: 1;
  }
  .article__link:hover .article__arrow {
    background-color: #fff;
    border-color: var(--color-primary);
    margin-left: 24px;
  }
  .article__link:hover .article__arrow::before {
    border-color: var(--color-primary);
  }
  .article__link:hover .article__date {
    color: var(--color-primary);
  }
  .article__link:hover::before {
    background-color: var(--color-primary);
  }
  /* ホバー時のモディファイア対応 - 親要素から制御 */
  .article--orange .article__link:hover .article__arrow {
    border-color: var(--color-orange);
  }
  .article--orange .article__link:hover .article__arrow::before {
    border-color: var(--color-orange);
  }
  .article--orange .article__link:hover .article__date {
    color: var(--color-orange);
  }
  .article--orange .article__link:hover::before {
    background-color: var(--color-orange);
  }
  .article--blue .article__link:hover .article__arrow {
    border-color: var(--color-blue);
  }
  .article--blue .article__link:hover .article__arrow::before {
    border-color: var(--color-blue);
  }
  .article--blue .article__link:hover .article__date {
    color: var(--color-blue);
  }
  .article--blue .article__link:hover::before {
    background-color: var(--color-blue);
  }
  .article--green .article__link:hover .article__arrow {
    border-color: var(--color-green);
  }
  .article--green .article__link:hover .article__arrow::before {
    border-color: var(--color-green);
  }
  .article--green .article__link:hover .article__date {
    color: var(--color-green);
  }
  .article--green .article__link:hover::before {
    background-color: var(--color-green);
  }
}
.search__head {
  margin-left: auto;
}

.search--center {
  display: flex;
  justify-content: center;
}

.search__form {
  max-width: 100%;
  width: 791px;
  position: relative;
}

.search__form--category {
  width: 360px;
}

.search__input {
  width: 100%;
  padding: 8px 16px 8px 56px;
  border: 1px solid #bababa;
  border-radius: 8px;
  font-size: 16px;
  outline: none;
  background-color: #fff;
}

.search__input::-moz-placeholder {
  color: #bababa;
}

.search__input::placeholder {
  color: #bababa;
}

.search__icon {
  position: absolute;
  width: 32px;
  height: 32px;
  padding: 0;
  top: 8px;
  left: 16px;
  border: none;
}

.search__icon img {
  vertical-align: text-bottom;
}

.search__icon:focus {
  outline: none;
  opacity: 0.5;
}

.search__footer {
  display: none;
}

@media (max-width: 768px) {
  .search__head {
    display: none;
  }
  .search {
    margin-top: 24px;
  }
  .search__form {
    width: 100%;
  }
  .search__form--category {
    width: 100%;
  }
  .search__input {
    padding: 8px 16px 8px 48px;
    font-size: 14px;
  }
  .search__icon {
    width: 24px;
    height: 24px;
  }
  .search__footer {
    display: block;
    margin-top: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .search__icon:hover {
    opacity: 0.5;
  }
}
.download {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.download__texts {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-bottom: 10px;
}

.download__text-head {
  font-weight: 700;
  color: var(--color-primary);
  background-color: #fff;
  border-radius: 40px;
  font-size: 12px;
  line-height: 2;
  padding: 0 16px;
}

.download__text {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}

.download__links {
  display: flex;
  gap: 8px;
}

.download__link {
  width: 160px;
}

.download__note {
  margin-top: 24px;
  font-size: 14px;
}

.information__download .download {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .download__note {
    font-size: 12px;
  }
  .footer__download .download {
    align-items: center;
  }
  .footer__download .download__link {
    width: 167px;
  }
  .liver-mainvisual__apps .download__link {
    width: 120px;
  }
}
/* WP-PageNavi カスタマイズ - 共通スタイル */
.pagination {
  margin-top: 48px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* ページ番号 */
.wp-pagenavi a,
.wp-pagenavi span.current,
.wp-pagenavi span.extend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 1.2;
  font-family: var(--font-en);
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

/* 通常のページ番号 */
.wp-pagenavi a.page {
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}

/* 現在のページ */
.wp-pagenavi span.current {
  background-color: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

/* 前へ・次へリンク */
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background-color: var(--color-primary);
  color: #fff;
  position: relative;
  border: 1px solid var(--color-primary);
}

/* 前へ・次への矢印 */
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px 0 0 2px;
  border-radius: 2px;
  border-color: #fff;
  transition: border-color 0.3s ease;
}

.wp-pagenavi a.previouspostslink::before {
  transform: rotate(-45deg) translate(2px, 1px);
}

.wp-pagenavi a.nextpostslink::before {
  transform: rotate(135deg) translate(1px, 2px);
}

/* 省略記号 */
.wp-pagenavi span.extend {
  font-weight: 700;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

/* ニュースページ固有のスタイル */
.page--news .pagination {
  margin-top: 80px;
}

.page--news .wp-pagenavi {
  justify-content: flex-end;
}

.page--news .pagination .wp-pagenavi a.page {
  background-color: transparent;
  color: var(--color-blue);
  border: 1px solid transparent;
}

.page--news .pagination .wp-pagenavi span.current {
  background-color: #fff;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}

.page--news .pagination .wp-pagenavi a.previouspostslink,
.page--news .pagination .wp-pagenavi a.nextpostslink {
  background-color: transparent;
  color: var(--color-blue);
  border: 1px solid transparent;
}

.page--news .pagination .wp-pagenavi a.previouspostslink::before,
.page--news .pagination .wp-pagenavi a.nextpostslink::before {
  border-color: var(--color-blue);
}

.page--news .pagination .wp-pagenavi span.extend {
  color: var(--color-blue);
}

/* タブレット・スマートフォン向けスタイル */
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 32px;
  }
  /* ニュースページ固有のスタイル */
  .page--news .pagination {
    margin-top: 48px;
  }
  .page--news .wp-pagenavi {
    justify-content: center;
  }
}
/* ホバー効果 - マウスデバイスのみに適用 */
@media (hover: hover) and (pointer: fine) {
  /* デフォルトのホバー */
  .wp-pagenavi a:hover {
    opacity: 1;
    background-color: #fff;
    color: var(--color-primary);
  }
  .wp-pagenavi a:hover.previouspostslink::before,
  .wp-pagenavi a:hover.nextpostslink::before {
    border-color: var(--color-primary);
  }
  /* ニュースページのホバー */
  .page--news .pagination .wp-pagenavi a.page:hover {
    background-color: var(--color-blue);
    color: #fff;
    border-color: var(--color-blue);
  }
  .page--news .pagination .wp-pagenavi a.previouspostslink:hover,
  .page--news .pagination .wp-pagenavi a.nextpostslink:hover {
    background-color: var(--color-blue);
    color: #fff;
    border-color: var(--color-blue);
  }
  .page--news .pagination .wp-pagenavi a.previouspostslink:hover::before,
  .page--news .pagination .wp-pagenavi a.nextpostslink:hover::before {
    border-color: #fff;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  overflow-x: auto;
  white-space: nowrap;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 8px;
  -webkit-overflow-scrolling: touch;
  padding-right: 24px;
  /* スクロールバーを隠す */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.breadcrumbs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.breadcrumbs__item:last-of-type {
  scroll-snap-align: end;
}

.breadcrumbs__separator {
  margin: 0 0.25em;
}

.breadcrumbs__link {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 14px;
}

.breadcrumbs__current {
  font-size: 14px;
}

@supports (-webkit-hyphens: none) {
  .breadcrumbs {
    scroll-snap-type: none;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding-right: 0;
    line-height: 1;
  }
  .breadcrumbs__link {
    font-size: 12px;
  }
  .breadcrumbs__separator {
    font-size: 12px;
    margin: 0 0.15em;
  }
  .breadcrumbs__current {
    font-size: 12px;
  }
}
/* ==========================
   Lottie Grid System - Core
   ========================== */
:root {
  /* 基本グリッド単位: 最大64px、それ以下は4.23vw */
  --grid-unit: min(64px, 4.23vw);
  /* 各エリア用の変数（各セクションで上書き可能） */
  --grid-cols: 3;
  --grid-rows: 3;
}

/* 基本レイアウト構造 */
.lottie-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* 背景用の基本スタイル（固定位置） */
.lottie-grid--fixed {
  position: fixed;
  top: var(--header-height, 0);
  left: 0;
  width: 100%;
  height: calc(100% - var(--header-height, 0));
  z-index: -10;
}

/* グリッドエリア共通スタイル */
.lottie-grid__area {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  grid-template-rows: repeat(var(--grid-rows), 1fr);
}

/* 各アイテム共通スタイル */
.lottie__item {
  aspect-ratio: 1/1;
  width: var(--grid-unit);
}

/* ==========================
     グリッドエリアの位置バリエーション
     ========================== */
/* 左上配置 */
.lottie-grid__area--left-top {
  top: 0;
  left: 0;
}

/* 右上配置 */
.lottie-grid__area--right-top {
  top: 0;
  right: 0;
}

/* 右下配置 */
.lottie-grid__area--right-bottom {
  bottom: 0;
  right: 0;
}

/* 左下配置 */
.lottie-grid__area--left-bottom {
  bottom: 0;
  left: 0;
}

/* ==========================
     モバイル対応
     ========================== */
@media (max-width: 768px) {
  :root {
    --grid-unit: min(32px, 8.2vw);
  }
}
/* ==========================
     プリセット設定 - 背景用グリッド
     ========================== */
/* 背景用の左上エリア */
.preset-bg-left-top {
  --grid-cols: 12;
  --grid-rows: 2;
}

/* 背景用の右上エリア */
.preset-bg-right-top {
  --grid-cols: 2;
  --grid-rows: 8;
}

/* 背景用の右下エリア */
.preset-bg-right-bottom {
  --grid-cols: 18;
  --grid-rows: 2;
}

/* 背景用の左下エリア */
.preset-bg-left-bottom {
  --grid-cols: 2;
  --grid-rows: 8;
}

@media (max-width: 768px) {
  .preset-bg-left-top {
    --grid-cols: 8;
    --grid-rows: 2;
  }
  /* 背景用の右上エリア */
  .preset-bg-right-top {
    --grid-cols: 2;
    --grid-rows: 6;
  }
  /* 背景用の右下エリア */
  .preset-bg-right-bottom {
    --grid-cols: 5;
    --grid-rows: 2;
  }
  /* 背景用の左下エリア */
  .preset-bg-left-bottom {
    --grid-cols: 4;
    --grid-rows: 4;
  }
}
/* ==========================
     プリセット設定 - ポイント用グリッド
     ========================== */
/* ポイント用の左上エリア */
.preset-point-left-top {
  --grid-cols: 3;
  --grid-rows: 3;
}

/* ポイント用の右上エリア */
.preset-point-right-top {
  --grid-cols: 5;
  --grid-rows: 10;
}

/* ポイント用の右下エリア */
.preset-point-right-bottom {
  --grid-cols: 4;
  --grid-rows: 4;
}

/* ポイント用の左下エリア */
.preset-point-left-bottom {
  --grid-cols: 3;
  --grid-rows: 10;
}

/* モバイル用プリセット上書き */
@media (max-width: 768px) {
  .preset-point-left-top {
    --grid-cols: 1;
    --grid-rows: 6;
  }
  .preset-point-right-top {
    --grid-cols: 3;
    --grid-rows: 4;
  }
  .preset-point-right-bottom {
    --grid-cols: 2;
    --grid-rows: 4;
  }
  .preset-point-left-bottom {
    --grid-cols: 3;
    --grid-rows: 20;
  }
}
/* ==========================
     補助ユーティリティクラス - 位置指定
     ========================== */
/* グリッド位置指定クラス生成 */
.grid-col-1 {
  grid-column: 1;
}

.grid-col-2 {
  grid-column: 2;
}

.grid-col-3 {
  grid-column: 3;
}

.grid-col-4 {
  grid-column: 4;
}

.grid-col-5 {
  grid-column: 5;
}

.grid-col-6 {
  grid-column: 6;
}

.grid-col-8 {
  grid-column: 8;
}

.grid-col-9 {
  grid-column: 9;
}

.grid-col-10 {
  grid-column: 10;
}

.grid-col-12 {
  grid-column: 12;
}

.grid-col-15 {
  grid-column: 15;
}

.grid-col-16 {
  grid-column: 16;
}

.grid-col-18 {
  grid-column: 18;
}

.grid-row-1 {
  grid-row: 1;
}

.grid-row-2 {
  grid-row: 2;
}

.grid-row-3 {
  grid-row: 3;
}

.grid-row-4 {
  grid-row: 4;
}

.grid-row-5 {
  grid-row: 5;
}

.grid-row-6 {
  grid-row: 6;
}

.grid-row-7 {
  grid-row: 7;
}

.grid-row-8 {
  grid-row: 8;
}

.grid-row-11 {
  grid-row: 11;
}

.grid-row-12 {
  grid-row: 12;
}

.grid-row-20 {
  grid-row: 20;
}

/* 共通スタイル */
.page-shape-grid {
  position: absolute;
  z-index: -1;
  display: grid;
}

.page-shape-grid__item {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.page-shape-grid--archive-sp-left,
.page-shape-grid--archive-sp-right,
.page-shape-grid--contact-sp-left,
.page-shape-grid--contact-sp-right,
.page-shape-grid--support-sp-left,
.page-shape-grid--support-sp-right {
  display: none;
}

.page-shape-grid--archive {
  left: 0;
  top: 280px;
  grid-template-columns: repeat(7, min(64px, 4.23vw));
  grid-template-rows: repeat(9, min(64px, 4.23vw));
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(1) {
  grid-area: 1/1;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(2) {
  grid-area: 2/4;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(3) {
  grid-area: 3/7;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(4) {
  grid-area: 4/1;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(5) {
  grid-area: 4/3;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(6) {
  grid-area: 5/5;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(7) {
  grid-area: 6/2;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(8) {
  grid-area: 6/6;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(9) {
  grid-area: 7/4;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(10) {
  grid-area: 7/7;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(11) {
  grid-area: 8/2;
}

.page-shape-grid--archive .page-shape-grid__item:nth-child(12) {
  grid-area: 6/3;
}

.page-shape-grid--contact-left {
  left: 0;
  top: 0;
  grid-template-columns: repeat(3, min(48px, 3.17vw));
  grid-template-rows: repeat(6, min(48px, 3.17vw));
}

/* Contact の左側グリッドの位置指定（4個） */
.page-shape-grid--contact-left .page-shape-grid__item:nth-child(1) {
  grid-area: 1/2;
}

.page-shape-grid--contact-left .page-shape-grid__item:nth-child(2) {
  grid-area: 3/3;
}

.page-shape-grid--contact-left .page-shape-grid__item:nth-child(3) {
  grid-area: 4/1;
}

.page-shape-grid--contact-left .page-shape-grid__item:nth-child(4) {
  grid-area: 6/2;
}

/* Contact ページ用グリッド - 右側 - PC */
.page-shape-grid--contact-right {
  right: 0;
  top: 0;
  grid-template-columns: repeat(4, min(48px, 3.17vw));
  grid-template-rows: repeat(6, min(48px, 3.17vw));
}

/* Contact の右側グリッドの位置指定（4個） */
.page-shape-grid--contact-right .page-shape-grid__item:nth-child(1) {
  grid-area: 2/1;
}

.page-shape-grid--contact-right .page-shape-grid__item:nth-child(2) {
  grid-area: 3/4;
}

.page-shape-grid--contact-right .page-shape-grid__item:nth-child(3) {
  grid-area: 4/3;
}

.page-shape-grid--contact-right .page-shape-grid__item:nth-child(4) {
  grid-area: 6/4;
}

.page-shape-grid--support-left {
  left: 0;
  top: 0;
  grid-template-columns: repeat(3, min(64px, 4.23vw));
  grid-template-rows: repeat(3, min(64px, 4.23vw));
}

/* Support の左側グリッドの位置指定（4個） */
.page-shape-grid--support-left .page-shape-grid__item:nth-child(1) {
  grid-area: 1/1;
}

.page-shape-grid--support-left .page-shape-grid__item:nth-child(2) {
  grid-area: 1/3;
}

.page-shape-grid--support-left .page-shape-grid__item:nth-child(3) {
  grid-area: 2/2;
}

.page-shape-grid--support-left .page-shape-grid__item:nth-child(4) {
  grid-area: 3/1;
}

/* Support ページ用グリッド - 右側 - PC */
.page-shape-grid--support-right {
  right: 0;
  top: 0;
  grid-template-columns: repeat(4, min(64px, 4.23vw));
  grid-template-rows: repeat(4, min(64px, 4.23vw));
}

/* Support の右側グリッドの位置指定（6個） */
.page-shape-grid--support-right .page-shape-grid__item:nth-child(1) {
  grid-area: 1/1;
}

.page-shape-grid--support-right .page-shape-grid__item:nth-child(2) {
  grid-area: 1/3;
}

.page-shape-grid--support-right .page-shape-grid__item:nth-child(3) {
  grid-area: 2/2;
}

.page-shape-grid--support-right .page-shape-grid__item:nth-child(4) {
  grid-area: 2/4;
}

.page-shape-grid--support-right .page-shape-grid__item:nth-child(5) {
  grid-area: 3/3;
}

.page-shape-grid--support-right .page-shape-grid__item:nth-child(6) {
  grid-area: 4/4;
}

@media (max-width: 992px) {
  /* 左下のグリッド */
  .page-shape-grid--sp-nav-left {
    position: absolute;
    left: 0;
    bottom: 0;
    grid-template-columns: repeat(5, min(40px, 10.25vw));
    grid-template-rows: repeat(4, min(40px, 10.25vw));
    z-index: -1;
  }
  /* 左下のシェイプの位置指定 */
  .page-shape-grid--sp-nav-left .page-shape-grid__item:nth-child(1) {
    grid-area: 1/1;
  }
  .page-shape-grid--sp-nav-left .page-shape-grid__item:nth-child(2) {
    grid-area: 1/4;
  }
  .page-shape-grid--sp-nav-left .page-shape-grid__item:nth-child(3) {
    grid-area: 2/3;
  }
  .page-shape-grid--sp-nav-left .page-shape-grid__item:nth-child(4) {
    grid-area: 3/2;
  }
  .page-shape-grid--sp-nav-left .page-shape-grid__item:nth-child(5) {
    grid-area: 4/5;
  }
  /* 右下のグリッド */
  .page-shape-grid--sp-nav-right {
    position: absolute;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(4, min(40px, 10.25vw));
    grid-template-rows: repeat(11, min(40px, 10.25vw));
    z-index: -1;
  }
  /* 右下のシェイプの位置指定 */
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(1) {
    grid-area: 1/4;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(2) {
    grid-area: 3/2;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(3) {
    grid-area: 4/4;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(4) {
    grid-area: 6/1;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(5) {
    grid-area: 7/4;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(6) {
    grid-area: 8/3;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(7) {
    grid-area: 9/1;
  }
  .page-shape-grid--sp-nav-right .page-shape-grid__item:nth-child(8) {
    grid-area: 11/4;
  }
}
@media screen and (max-width: 768px) {
  /* スマホではPC用グリッドを非表示 */
  .page-shape-grid--archive,
  .page-shape-grid--contact-left,
  .page-shape-grid--contact-right,
  .page-shape-grid--support-left,
  .page-shape-grid--support-right {
    display: none;
  }
  /* スマホ用グリッドを表示 */
  .page-shape-grid--archive-sp-left,
  .page-shape-grid--archive-sp-right,
  .page-shape-grid--contact-sp-left,
  .page-shape-grid--contact-sp-right,
  .page-shape-grid--support-sp-left,
  .page-shape-grid--support-sp-right {
    display: grid;
    position: absolute;
  }
  /* Archive - スマホ - 左側 */
  .page-shape-grid--archive-sp-left {
    left: 0;
    top: 0;
    grid-template-columns: repeat(3, min(32px, 8.2vw));
    grid-template-rows: repeat(2, min(32px, 8.2vw));
  }
  /* Archive - スマホ - 左側のアイテム位置 */
  .page-shape-grid--archive-sp-left .page-shape-grid__item:nth-child(1) {
    grid-area: 1/3;
  }
  .page-shape-grid--archive-sp-left .page-shape-grid__item:nth-child(2) {
    grid-area: 2/1;
  }
  /* Archive - スマホ - 右側 */
  .page-shape-grid--archive-sp-right {
    right: 0;
    top: 0;
    grid-template-columns: repeat(6, min(32px, 8.2vw));
    grid-template-rows: repeat(3, min(32px, 8.2vw));
  }
  /* Archive - スマホ - 右側のアイテム位置 */
  .page-shape-grid--archive-sp-right .page-shape-grid__item:nth-child(1) {
    grid-area: 1/3;
  }
  .page-shape-grid--archive-sp-right .page-shape-grid__item:nth-child(2) {
    grid-area: 2/1;
  }
  .page-shape-grid--archive-sp-right .page-shape-grid__item:nth-child(3) {
    grid-area: 2/5;
  }
  .page-shape-grid--archive-sp-right .page-shape-grid__item:nth-child(4) {
    grid-area: 3/3;
  }
  .page-shape-grid--archive-sp-right .page-shape-grid__item:nth-child(5) {
    grid-area: 3/6;
  }
  /* Contact - スマホ - 左側 */
  .page-shape-grid--contact-sp-left {
    left: 0;
    top: 0;
    grid-template-columns: repeat(4, min(32px, 8.2vw));
    grid-template-rows: repeat(2, min(32px, 8.2vw));
  }
  /* Contact - スマホ - 左側のアイテム位置 */
  .page-shape-grid--contact-sp-left .page-shape-grid__item:nth-child(1) {
    grid-area: 1/2;
  }
  .page-shape-grid--contact-sp-left .page-shape-grid__item:nth-child(2) {
    grid-area: 2/1;
  }
  .page-shape-grid--contact-sp-left .page-shape-grid__item:nth-child(3) {
    grid-area: 2/4;
  }
  /* Contact - スマホ - 右側 */
  .page-shape-grid--contact-sp-right {
    right: 0;
    top: 0;
    grid-template-columns: repeat(5, min(32px, 8.2vw));
    grid-template-rows: repeat(3, min(32px, 8.2vw));
  }
  /* Contact - スマホ - 右側のアイテム位置 */
  .page-shape-grid--contact-sp-right .page-shape-grid__item:nth-child(1) {
    grid-area: 1/1;
  }
  .page-shape-grid--contact-sp-right .page-shape-grid__item:nth-child(2) {
    grid-area: 2/5;
  }
  .page-shape-grid--contact-sp-right .page-shape-grid__item:nth-child(3) {
    grid-area: 3/4;
  }
  /* Support - スマホ - 左側 */
  .page-shape-grid--support-sp-left {
    left: 0;
    top: 0;
    grid-template-columns: repeat(2, min(32px, 8.2vw));
    grid-template-rows: repeat(2, min(32px, 8.2vw));
  }
  /* Support - スマホ - 左側のアイテム位置 */
  .page-shape-grid--support-sp-left .page-shape-grid__item:nth-child(1) {
    grid-area: 1/2;
  }
  .page-shape-grid--support-sp-left .page-shape-grid__item:nth-child(2) {
    grid-area: 2/1;
  }
  /* Support - スマホ - 右側 */
  .page-shape-grid--support-sp-right {
    right: 0;
    top: 0;
    grid-template-columns: repeat(2, min(32px, 8.2vw));
    grid-template-rows: repeat(2, min(32px, 8.2vw));
  }
  /* Support - スマホ - 右側のアイテム位置 */
  .page-shape-grid--support-sp-right .page-shape-grid__item:nth-child(1) {
    grid-area: 1/1;
  }
  .page-shape-grid--support-sp-right .page-shape-grid__item:nth-child(2) {
    grid-area: 2/2;
  }
}
/* === CSS === */
.fixed-button {
  position: fixed;
  bottom: clamp(16px, 2.5vh, 24px);
  right: clamp(16px, 2.5vh, 24px);
  z-index: 50;
  width: 305px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s;
}

.fixed-button__image {
  width: 100%;
  height: auto;
  display: block;
}

.fixed-button__links {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 16px;
  box-sizing: border-box;
}

.fixed-button__link {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  text-decoration: none;
}

.fixed-button__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.fixed-button__close::before,
.fixed-button__close::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: var(--color-primary);
}

.fixed-button__close::before {
  transform: rotate(45deg);
}

.fixed-button__close::after {
  transform: rotate(-45deg);
}

/* Liver専用のfixedボタンスタイル - ここから追記 */
.fixed-button--liver {
  width: auto;
  align-items: flex-end;
  bottom: clamp(16px, 2.1vh, 32px);
  right: clamp(16px, 2.1vh, 32px);
}

.fixed-button--liver__content {
  width: 192px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  border-bottom-left-radius: 27px;
  padding: 16px;
  background: linear-gradient(90deg, #f38fbb 0%, #ff8f5b 100%);
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fixed-button--liver__text {
  font-weight: 400;
  color: white;
  white-space: nowrap;
}

/* Liver用の場合、不要な要素を非表示 */
.fixed-button--liver .fixed-button__links,
.fixed-button--liver .fixed-button__image {
  display: none;
}

/* Liver用のボタン閉じるボタン位置調整 */
.fixed-button--liver .fixed-button__close {
  top: -10px;
  right: -8px;
}

/* Liver専用のfixedボタンスタイル - ここまで追記 */
@media (max-width: 768px) {
  /* === CSS === */
  .fixed-button {
    max-width: 400px;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
  }
  .fixed-button__link {
    height: auto;
  }
  /* Liver用のSPスタイル - ここから追記 */
  .fixed-button--liver {
    width: auto;
    max-width: none;
    left: auto;
    right: clamp(16px, 2.5vh, 24px);
    transform: none;
  }
  .fixed-button--liver__content {
    width: 160px; /* SPでは少し小さく */
    height: 45px;
  }
  .fixed-button--liver__text {
    font-size: 14px; /* SPでは少し小さく */
  }
  /* Liver用のSPスタイル - ここまで追記 */
}
@media (max-width: 768px) and (max-height: 700px) {
  .fixed-button__links {
    bottom: 12px;
    gap: 6px;
    padding: 0px 55px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .fixed-button__close:hover {
    transform: scale(1.1);
  }
  /* Liver用のホバー効果 - ここから追記 */
  .fixed-button--liver__content:hover {
    background-color: var(--color-primary-dark, #0062cc);
    transform: translateY(-2px);
  }
  /* Liver用のホバー効果 - ここまで追記 */
}
.cms-parts > * {
  margin-bottom: 1.5em;
  font-size: 1em;
  max-width: 100%;
}

.cms-parts > *:first-child {
  margin-top: 0;
}

.cms-parts > *:last-child {
  margin-bottom: 0;
}

.cms-parts h2,
.cms-parts h3,
.cms-parts h4,
.cms-parts h5,
.cms-parts h6 {
  position: relative;
  line-height: 1.2;
}

.cms-parts h2 {
  font-size: 1.5em;
  margin: 2.5em 0 1.25em;
}

.cms-parts h3 {
  font-size: 1.25em;
  margin: 2.5em 0 1.25em;
}

.cms-parts h4 {
  font-size: 1.125em;
  margin: 2em 0 0.8em;
  display: inline-block;
}

.cms-parts h5 {
  font-size: 1.125em;
  margin: 1.25em 0 0.8em;
}

.cms-parts h6 {
  font-size: 1.125em;
  margin: 1.25em 0 0.8em;
}

.cms-parts ul {
  padding-left: 1.5em;
  list-style: disc;
}

.cms-parts ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.cms-parts li {
  position: relative;
}

.cms-parts figure {
  margin: 0 0 1em;
}

.cms-parts figure figcaption {
  font-size: 0.875em;
  margin-top: 0;
}

.cms-parts .wp-block-image {
  position: relative;
}

.cms-parts .wp-block-image::after {
  content: "";
  display: table;
  clear: both;
}

.cms-parts img {
  height: auto;
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

.cms-parts table {
  border: none;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

.cms-parts a {
  position: relative;
  color: var(--color-primary);
  text-decoration: underline;
  word-break: break-all;
}

.cms-parts [target="_blank"] {
  padding-right: 1.25em;
  display: inline;
}

.cms-parts [target="_blank"]::after {
  position: absolute;
  content: url(../../assets/img/icon__external--primary.svg);
  width: 0.75em;
  height: 0.75em;
  bottom: 0.9em;
  margin-left: 2px;
}

.cms-parts blockquote {
  position: relative;
  border: 1px dashed var(--color-primary);
  padding: 24px;
}

.cms-parts blockquote cite {
  position: relative;
  margin-top: 1.875em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  padding-left: 7.8125em;
  word-break: break-all;
}

.cms-parts pre {
  white-space: break-spaces;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .cms-parts > * {
    font-size: 0.875em;
  }
  .cms-parts h2 {
    font-size: 1.125em;
  }
  .cms-parts h3 {
    font-size: 1em;
  }
  .cms-parts h4 {
    font-size: 1em;
  }
  .cms-parts h5 {
    font-size: 1em;
  }
  .cms-parts h6 {
    font-size: 1em;
  }
  .cms-parts figure figcaption {
    font-size: 0.75em;
  }
  .cms-parts table tr {
    padding: 6px 10px;
  }
  .cms-parts table th {
    padding: 6px 10px;
  }
  .cms-parts blockquote {
    padding: 16px;
  }
  .cms-parts blockquote cite {
    margin-top: 1.45em;
    padding-left: 5.8em;
  }
}
.mainvisual {
  position: relative;
  width: 100%;
}

.mainvisual__container {
  height: 100%;
  padding: clamp(16px, 2.5vh, 24px);
  margin: 0 auto;
  aspect-ratio: 1512/914;
  width: 100%;
}

.mainvisual__grid {
  display: grid;
  grid-template-columns: 27.3fr 18.7fr 7.5fr 18.7fr 27.3fr;
  grid-template-rows: 23fr 12.1fr minmax(120px, 32.3fr) 21.7fr 23fr;
  gap: clamp(4px, 1vh, 8px);
  height: 100%;
  width: 100%;
}

.mainvisual__catch {
  position: relative;
  grid-column: 2/5;
  grid-row: 3/4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
}

.mainvisual__catch-text {
  font-size: 38px;
  font-size: min(38px, 2.51vw);
  line-height: 1.48;
  font-weight: 700;
  font-feature-settings: "palt";
  background: linear-gradient(90deg, #f38fbb 0%, #ff8f5b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mainvisual__block {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.mainvisual__block--1 {
  grid-column: 1/2;
  grid-row: 1/2;
  background: linear-gradient(180deg, #f2f2f2 0%, #dfdfdf 100%);
}

.mainvisual__block--2 {
  grid-column: 2/4;
  grid-row: 1/3;
  background: linear-gradient(180deg, #f7d974 0%, #e5ba20 100%);
}

.mainvisual__block--3 {
  grid-column: 4/5;
  grid-row: 1/3;
  background: linear-gradient(180deg, #ffebe2 0%, #edcebf 100%);
}

.mainvisual__block--4 {
  grid-column: 5/6;
  grid-row: 1/5;
  background: linear-gradient(180deg, #ff8f5b 0%, #da6129 100%);
}

.mainvisual__block--5 {
  grid-column: 1/2;
  grid-row: 2/6;
  background: linear-gradient(180deg, #f38fbb 0%, #f662a3 100%);
}

.mainvisual__block--6 {
  grid-column: 2/3;
  grid-row: 4/6;
  background: linear-gradient(180deg, #f5ffea 0%, #d0dfc0 100%);
}

.mainvisual__block--7 {
  grid-column: 3/5;
  grid-row: 4/6;
  background: linear-gradient(180deg, #8bd9cc 0%, #54baa9 100%);
}

.mainvisual__block--8 {
  grid-column: 5/6;
  grid-row: 5/6;
  background: #f38fbb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainvisual__block-download {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: min(20px, 1.32vw);
  text-align: center;
  width: 100%;
  max-width: 83.4%;
}

.mainvisual__block-download .download__links {
  width: 100%;
}

.mainvisual__block-download .download__link {
  width: 100%;
}

.mainvisual__image {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.mainvisual__block--4 .mainvisual__image {
  height: auto;
  top: 10%;
}

.mainvisual__block--8 .mainvisual__image {
  -o-object-position: center center;
  object-position: center center;
}

.mainvisual__ambassador {
  position: absolute;
  top: min(30px, 2.5vw);
  left: min(30px, 2.5vw);
}

.mainvisual__ambassador picture {
  display: block;
}

.mainvisual__ambassador-text {
  width: min(38px, 3.163vw);
}

.grid-mainvisual {
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  grid-template-rows: repeat(var(--grid-rows), 1fr);
  position: absolute;
}

.grid-container-top {
  top: 0;
  left: 0;
}

.grid-container-bottom1 {
  bottom: 0;
  left: 0;
}

.grid-container-bottom2 {
  bottom: 0;
  right: 0;
}

.cell {
  display: flex;
  overflow: hidden;
  width: var(--grid-unit);
  height: var(--grid-unit);
}

dotlottie-player {
  width: 100%;
  height: 100%;
}

.grid-container-center canvas,
#point-Aniamtion canvas {
  max-width: var(--grid-unit);
  max-height: var(--grid-unit);
}

.concept {
  position: relative;
  height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  z-index: 1;
}

.concept__container {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
}

.concept__visual {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 47.82%;
  height: 100%;
  z-index: 2;
}

.concept__visual-inner {
  width: 72.25%;
  height: 100%;
  max-width: 530px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  margin-right: 13.8%;
}

.concept__phone-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept__image {
  position: absolute;
  visibility: hidden; /* GSAPでアニメーション時に表示 */
}

/* スマートフォンと人物の配置 */
.concept__image--phone {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto 6%;
}

.concept__image--person {
  width: 54.4%;
  bottom: 0;
  left: 58%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: none;
  visibility: visible;
}

/* 化粧品アイテムの配置 */
.concept__image--item-1 {
  width: 50px;
  top: 28%;
  left: 8.1%;
  z-index: 3;
  animation: float 6s ease-in-out infinite;
}

.concept__image--item-2 {
  width: 61px;
  bottom: 7%;
  left: 12.45%;
  z-index: 3;
  animation: float 7s ease-in-out infinite 0.5s;
}

.concept__image--item-3 {
  width: 107px;
  top: 14%;
  right: -8.36%;
  z-index: 3;
  animation: float 5s ease-in-out infinite 1s;
}

.concept__image--item-4 {
  width: 66px;
  top: 50%;
  right: -2.23%;
  z-index: 3;
  animation: float 6.5s ease-in-out infinite 1.5s;
}

.concept__image--item-5 {
  width: 81px;
  bottom: 13%;
  right: 2%;
  z-index: 3;
  animation: float 5.5s ease-in-out infinite 2s;
}

/* より繊細な動きのバージョン */
@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(1deg);
  }
  75% {
    transform: translateY(5px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.concept__content {
  width: 53.22%;
  margin-left: auto;
}

.section-text {
  margin-top: 24px;
}

.section-text__paragraph:not(:first-child) {
  margin-top: 1.5em;
}

.concept__download {
  margin-top: 32px;
}

.point {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

.point__container {
  display: flex;
}

.point__visual {
  width: 50%;
  height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-yellow);
}

.point__images {
  width: 36.11%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 552/1190;
}

.point__image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.point__image-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 552/1190;
}

.point__image-box:first-child {
  opacity: 1;
}

.point__image {
  transform: scale(1.02);
}

.point__content {
  width: 50%;
  padding: 0 6.944%;
}

.point__items {
  padding: 120px 0;
}

.point__item {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.point__item + .point__item {
  margin-top: 40vh;
}

.point__number {
  font-size: 16px;
  font-family: var(--font-en);
  font-weight: 400;
}

.point__title {
  font-size: 32px;
  font-weight: 700;
  margin-top: 16px;
  font-weight: 500;
}

.point__text {
  margin-top: 24px;
}

#point-Aniamtion {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  /* opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease; */
}

.point-cell canvas {
  opacity: 0;
  transform: translateY(-50px) scale(0.8); /* reduced scaling */
  transform-origin: center center;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.point__images {
  z-index: 1;
}

.hidden {
  opacity: 0;
}

.use {
  position: relative;
  padding-top: 160px;
  padding-bottom: 210px;
  --pseudo-opacity: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
}

.use::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f38fbb 0%, #ff8f5b 100%);
  opacity: var(--pseudo-opacity); /* カスタムプロパティを使用 */
  z-index: 1;
  pointer-events: none;
}

.use.is-background {
  position: relative;
  overflow: hidden;
}

/* Background grid container */
.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  opacity: var(--pseudo-opacity);
}

.use__container {
  position: relative;
  z-index: 1;
}

.use__tab {
  margin-top: 32px;
}

.information {
  position: relative;
  background-color: #fff;
  padding: 192px 0;
  z-index: 2;
}

.information__download {
  margin-top: 48px;
}

.information__content {
  flex: 1;
  margin-right: 56px;
}

.information__figure {
  width: 40.7%;
}

.faq {
  position: relative;
  background-color: var(--color-blue);
  padding-top: 184px;
  padding-bottom: 188px;
  z-index: 2;
}

.section-head {
  width: 35.4%;
}

.section-title__en--faq {
  color: #dcf2fe;
}

.faq__button {
  margin-top: 32px;
}

/* FAQスライダーのスタイル */
.faq__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.faq__slider-top,
.faq__slider-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: visible;
  height: min(64px, 4.23vw);
}

.faq__slider-top {
  top: 0;
}

.faq__slider-bottom {
  bottom: 0;
}

.faq__shapes-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.faq__shape-item {
  flex: 0 0 auto;
  width: min(64px, 4.23vw);
  height: min(64px, 4.23vw);
  margin: 0; /* ギャップなし */
}

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

.news {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  z-index: 2;
}

.news__container {
  width: 56.4%;
  margin-left: auto;
  position: relative;
}

.news__container::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  z-index: -1;
  box-shadow: 0 0 50px 20px rgba(255, 255, 255, 0.8),
    0 0 100px 40px rgba(255, 255, 255, 0.6),
    0 0 150px 60px rgba(255, 255, 255, 0.4),
    0 0 200px 80px rgba(255, 255, 255, 0.2);
}

.new__head {
  display: flex;
  align-items: flex-end;
}

.news__button {
  margin-left: auto;
}

.news__article {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .mainvisual__container {
    padding: 8px 16px;
    aspect-ratio: 358/764;
    height: auto;
  }
  .mainvisual__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2.44fr 1.39fr minmax(164px, 1.99fr) 1.39fr 2.44fr 2.34fr;
    gap: 8px;
  }
  .mainvisual__catch {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .mainvisual__catch-text {
    font-size: 28px;
  }
  .mainvisual__block {
    border-radius: 8px;
  }
  .mainvisual__block--1 {
    display: none;
  }
  .mainvisual__block--2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .mainvisual__block--3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .mainvisual__block--4 {
    grid-column: 2/3;
    grid-row: 4/6;
  }
  .mainvisual__block--5 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .mainvisual__block--6 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .mainvisual__block--7 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .mainvisual__block--8 {
    grid-column: 1/3;
    grid-row: 6/7;
  }
  .mainvisual__block-download {
    bottom: 3.846vw;
    max-width: 91.6%;
  }
  .mainvisual__block--4 .mainvisual__image {
    height: auto;
    top: inherit;
    bottom: 0;
  }
  .mainvisual__ambassador {
    top: 11px;
    left: 11px;
  }
  .mainvisual__ambassador-text {
    width: 41px;
  }
  .grid-container-top {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .grid-shapes-bottom3 {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .grid-shapes-bottom2 {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .concept {
    height: auto;
    padding: 24px 0 0;
    margin-bottom: 0;
  }
  .concept__container {
    flex-direction: column;
  }
  .concept__visual {
    position: static;
    width: 100%;
    order: 2;
    height: auto;
    transform: none;
    margin-top: 20px;
  }
  .concept__visual-inner {
    width: 74%;
  }
  .concept__phone-container {
    padding-bottom: 100px;
  }
  /* スマートフォンと人物の配置 */
  .concept__image--person {
    width: 64.4%;
    left: 50%;
  }
  /* 化粧品アイテムの配置 */
  .concept__image--item-1 {
    width: 27px;
    top: 16%;
    left: 6.1%;
  }
  .concept__image--item-2 {
    width: 33px;
    bottom: 23%;
  }
  .concept__image--item-3 {
    width: 57px;
    top: 4%;
    right: -4.36%;
  }
  .concept__image--item-4 {
    width: 42px;
    top: 36%;
  }
  .concept__image--item-5 {
    width: 43px;
    bottom: 20%;
  }
  .concept__content {
    order: 1;
    width: 100%;
  }
  .section-text {
    font-size: 14px;
    margin-top: 16px;
  }
  .concept__download {
    margin-top: 24px;
  }
  .point {
    height: calc(var(--vh, 1vh) * 100 - var(--header-height));
    overflow: hidden;
  }
  .point__container {
    position: relative;
    flex-direction: column;
    height: 100%;
  }
  .point__visual {
    width: 100%;
    height: 55%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .point__images {
    width: 50%;
    max-height: 90%;
    height: 100%;
  }
  .point__image-container {
    width: auto;
  }
  .point__image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    width: auto;
  }
  .point__image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
  }
  .point__content {
    position: absolute;
    height: 45%;
    width: 100%;
    top: 55%;
    left: 0;
    padding: 20px 6%; /* 適切なパディングを設定 */
    background-color: #fff; /* 背景色を設定 */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .point__items {
    padding: 0;
    position: relative;
    height: 100%;
  }
  .point__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    opacity: 0; /* 初期状態は非表示 */
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .point__item:first-child {
    opacity: 1; /* 最初のアイテムのみ表示 */
  }
  .point__item + .point__item {
    margin-top: 0;
  }
  .point__number {
    font-size: 14px;
  }
  .point__title {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .point__text {
    margin-top: 16px;
    font-size: 14px;
  }
  .use {
    padding: 64px 0;
  }
  .use.is-background {
    overflow: inherit;
  }
  /* Background grid container */
  .use__tab {
    margin-top: 24px;
  }
  .information {
    padding: 160px 0 183px;
  }
  .information .section-title {
    order: 0;
  }
  .information .section-text {
    order: 1;
  }
  .information__download {
    margin-top: 32px;
    order: 3;
  }
  .information__content {
    display: contents;
  }
  .information__figure {
    width: 100%;
    order: 2;
    margin-top: 32px;
  }
  .faq {
    padding: 96px 0;
  }
  .section-head {
    width: 100%;
    display: contents;
  }
  .faq .section-title {
    order: 0;
  }
  .faq .accordion {
    order: 1;
  }
  .faq__button {
    order: 2;
    text-align: center;
  }
  .faq__slider-top,
  .faq__slider-bottom {
    height: min(32px, 8.2vw);
  }
  .faq__shape-item {
    width: min(32px, 8.2vw);
    height: min(32px, 8.2vw);
  }
  .news {
    padding: 64px 0;
    min-height: auto;
  }
  .news__container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .news__container::before {
    content: none;
  }
  .new__head {
    display: contents;
  }
  .news .section-title {
    order: 0;
  }
  .news__button {
    order: 2;
    margin-top: 32px;
    text-align: center;
    margin-right: auto;
  }
  .news__article {
    order: 1;
    margin-top: 40px;
  }
}
@media (max-width: 564px) {
  .grid-shapes-bottom3 {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .grid-shapes-bottom2 {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 482px) {
  .grid-shapes-bottom3 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .grid-shapes-bottom2 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.category-filter {
  margin-bottom: 88px;
  position: relative;
}

/* PC用カテゴリーリスト */
.category-list {
  display: flex;
  list-style: none;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 6px 10px;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #8bd9cc;
  color: #8bd9cc;
  background-color: #fff;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.category-button--active {
  background-color: #8bd9cc;
  color: #fff;
}

/* スマホ用ドロップダウン - 非表示 */
.category-dropdown {
  display: none;
}

/* レスポンシブ対応 - スマホ */
@media screen and (max-width: 768px) {
  .category-filter {
    margin-bottom: 56px;
  }
  .category-list {
    display: none;
  }
  /* スマホ用ドロップダウン */
  .category-dropdown {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .category-dropdown__button {
    text-align: center;
    width: 100%;
    padding: 8px 10px;
    background-color: var(--color-blue);
    border: 1px solid var(--color-blue);
    border-radius: 100px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .category-dropdown__button:focus {
    outline: none;
  }
  .category-dropdown__text {
    font-weight: normal;
  }
  .category-dropdown__list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    list-style: none;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
    z-index: 10;
    padding: 16px;
  }
  .category-dropdown__item + .category-dropdown__item {
    margin-top: 8px;
  }
  .category-dropdown__link {
    display: block;
    transition: background-color 0.3s ease;
    font-size: 14px;
    padding: 4px 16px;
    border-radius: 100px;
  }
  .category-dropdown__link--active {
    background-color: var(--color-blue);
    color: #fff;
  }
  /* ドロップダウン展開時のスタイル */
  .category-dropdown.is-open .category-dropdown__button {
    border-bottom-color: transparent;
  }
  .category-dropdown.is-open .category-dropdown__icon {
    transform: rotate(180deg);
  }
  .category-dropdown.is-open .category-dropdown__list {
    display: block;
  }
  /* スマホでのホバー効果 */
  .category-dropdown__link:hover {
    background-color: #f5f5f5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .category-button:hover {
    opacity: 1;
    background-color: #8bd9cc;
    color: #fff;
  }
}
.single-head {
  position: relative;
}

.single-head::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cecece;
  top: 16px;
  left: 0;
  right: 0;
  z-index: 0;
}

.single-head__inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
}

.single__date {
  color: #000;
  font-size: 14px;
  font-family: var(--font-en);
  line-height: 1.2;
  background-color: #fff;
  margin-right: 16px;
}

.single__category {
  padding: 3px 16px;
  border-radius: 100px;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 12px;
  margin-right: 16px;
  text-align: center;
}

.single__title {
  margin-top: 46px;
  font-size: 32px;
}

.single-content {
  margin-top: 32px;
}

.single__footer {
  display: none;
}

@media (max-width: 768px) {
  .single-head::before {
    content: none;
  }
  .single__title {
    margin-top: 16px;
    font-size: 24px;
  }
  .single__footer {
    display: block;
    margin-top: 48px;
    text-align: center;
  }
}
.support-header {
  text-align: center;
  padding-top: 121px;
}

.support-header__title {
  font-size: 42px;
  line-height: 1.47;
  color: var(--color-primary);
  font-weight: 500;
}

.support__search {
  margin-top: 64px;
}

/* カテゴリーグリッド */
.category-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.category-item {
  background-color: #ffeeee;
  border-radius: 16px;
  padding: 16px 10px;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s ease, background-color 0.4s ease;
}

.category-item__text {
  font-weight: 500;
}

/* supportリンク */
.support-section {
  margin-top: 56px;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 0 56px;
}

.support-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding: 24px 0;
  transition: color 0.4s ease;
}

.support-link__text {
  margin-right: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 40px);
}

.support-link__icon {
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icon__support-link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease;
}

/* ヘッダー */
.support-category__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 33px;
}

.support-category__section {
  margin-top: 80px;
}

.support-category__title {
  font-size: 26px;
  line-height: 1.46;
  color: var(--color-primary);
  font-weight: 500;
}

.support-category__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 48px;
  margin-top: 80px;
}

.support-category__content-child {
  margin-top: 56px;
}

.support-category__heading {
  line-height: 1.48;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 4px;
}

.support-category__box.--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}

.support-category__link {
  color: #afafaf;
  margin-top: 32px;
}

.support-post__header {
  margin-top: 80px;
}

.support-post__title {
  font-size: 26px;
  font-weight: 400;
}

.support-post__date {
  margin-top: 16px;
  font-size: 14px;
}

.support-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin-top: 16px;
}

.support-post__tag {
  padding: 3px 16px;
  font-size: 14px;
  border-radius: 100px;
  color: #9d9d9d;
  border: 1px solid #9d9d9d;
}

/* 記事本文 */
.support-post__content {
  margin-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d7d7d7;
}

/* 関連サポート */
.page-content--support .yarpp-related {
  margin: 0;
}

.page-content--support .yarpp-related a {
  font-weight: 400;
}

.related-supports {
  display: flex;
}

.related-supports__heading {
  width: 150px;
  font-weight: 700;
  padding-top: 48px;
}

.support-post__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 24px;
  width: calc(100% - 150px);
}

@media (max-width: 768px) {
  .support-header {
    padding-top: 80px;
  }
  .support-header__title {
    font-size: 28px;
  }
  .support__search {
    margin-top: 24px;
  }
  /* カテゴリーグリッド */
  .category-grid {
    margin-top: 48px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .category-item {
    padding: 8px 4px;
    border-radius: 8px;
  }
  .category-item__text {
    font-size: 14px;
  }
  /* supportリンク */
  .support-section {
    margin-top: 32px;
  }
  .support-grid {
    grid-template-columns: 100%;
    gap: 0;
  }
  .support-link {
    padding: 16px 0;
  }
  .support-link__text {
    width: calc(100% - 34px);
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .support-link__icon {
    width: 18px;
    height: 18px;
  }
  /* ヘッダー */
  .support-category__header {
    padding-top: 16px;
  }
  .support-category__section {
    margin-top: 32px;
  }
  .support-category__title {
    font-size: 20px;
  }
  .support-category__content {
    grid-template-columns: 100%;
    gap: 56px;
    margin-top: 48px;
  }
  .support-category__content-child {
    margin-top: 24px;
  }
  .support-category__box {
    margin-bottom: 0;
  }
  .support-category__box.--col2 {
    grid-template-columns: 100%;
    gap: 0;
  }
  .support-category__link {
    margin-top: 24px;
    font-size: 14px;
  }
  .support-post__header {
    margin-top: 32px;
  }
  .support-post__title {
    font-size: 20px;
    line-height: 1.5;
  }
  /* 記事本文 */
  .support-post__content {
    margin-top: 48px;
    padding-bottom: 32px;
  }
  /* 関連サポート */
  .related-supports {
    flex-direction: column;
  }
  .related-supports__heading {
    width: 100%;
    padding-top: 32px;
    font-size: 14px;
  }
  .support-post__grid {
    grid-template-columns: 100%;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .category-item:hover {
    background-color: var(--color-primary);
    color: #fff;
    opacity: 1;
  }
  .support-link:hover {
    color: var(--color-primary);
    opacity: 1;
  }
  .support-link:hover .support-link__icon {
    color: var(--color-primary);
    opacity: 1;
    background-image: url("../../assets/img/icon__support-link--primary.svg");
  }
  .support-category__heading-link:hover {
    text-decoration: underline;
    opacity: 1;
  }
  .support-category__link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.contact-form {
  display: grid;
  gap: 32px;
}

.form-group {
  width: 100%;
  position: relative;
}

.form-group__label-container {
  display: flex;
  align-items: center;
}

.required {
  color: var(--color-primary);
  display: inline-block;
  margin-left: 8px;
}

.form-group__input-container {
  flex: 1;
  margin-top: 16px;
}

.form-group__input-container--halfwidth {
  width: 50%;
}

/* チェックボックスのスタイル調整 */
.checkbox-item .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  font-weight: 400;
}

.wpcf7-list-item {
  margin: 0; /* Contact Form 7 のデフォルトマージンをリセット */
}

/* チェックボックスのカスタムスタイル */
.checkbox-item input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #c4c7ea;
  background-color: white;
  position: relative;
  cursor: pointer;
}

.checkbox-item label {
  display: inline-block;
  margin-left: 8px;
  font-weight: 700;
}

.checkbox-item input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 7px;
  height: 14px;
  border: solid var(--color-primary);
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg);
}

/* 入力フィールドのスタイル */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #cecece;
  border-radius: 8px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.wpcf7-form textarea {
  height: 240px;
  resize: vertical;
  font-family: inherit;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
  outline: none;
  box-shadow: 0px 0px 10px 0px var(--color-primary);
}

/* フォームグループのスタイル */
.wpcf7 .form-group {
  width: 100%;
  position: relative;
}

/* 送信ボタンのスタイル */
.submit-button {
  background: linear-gradient(90deg, #8bd9cc 0%, #b5fd62 100%);
  position: relative;
  transition: all 1s ease-out;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 100px;
}

.submit-button::before {
  background: linear-gradient(270deg, #8bd9cc 0%, #b5fd62 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-out;
  width: 100%;
  border-radius: 100px;
}

.submit-button input[type="submit"] {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 44px;
  color: #000;
  background-color: transparent;
  border: none;
}

.wpcf7-spinner {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

/* エラーメッセージのスタイル */
.wpcf7-not-valid-tip {
  color: var(--color-primary);
  font-size: 0.875em;
  margin-top: 4px;
}

div.wpcf7-validation-errors {
  border: 2px solid var(--color-primary);
  background-color: rgba(243, 143, 187, 0.1);
  padding: 10px;
  border-radius: 8px;
  margin: 20px 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background-color: rgba(57, 143, 20, 0.1);
  padding: 10px;
  border-radius: 8px;
  margin: 20px 0;
}

.page-confirm .contact-form {
  gap: 40px;
}

.page-confirm .form-group__input-container {
  margin-top: 24px;
  font-weight: 700;
}

.page-confirm .form-group--check .form-group__input-container {
  margin-top: 0;
}

.back-button {
  margin-top: 24px;
  color: var(--color-primary);
}

.back-button input {
  padding: 0;
  border: none;
}

.thanks__text:not(:first-child) {
  margin-top: 1.5em;
}

.thanks__button {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .contact-form {
    gap: 24px;
  }
  .form-group__label-container {
    width: 100%;
    margin-bottom: 8px;
  }
  .form-group__label-container--adjustment {
    margin-top: 0;
  }
  .form-group__label {
    font-size: 14px;
    line-height: 1.5;
  }
  .form-group__input-container {
    margin-top: 8px;
    font-size: 14px;
  }
  .form-group__input-container--halfwidth {
    width: 100%;
  }
  /* Contact Form 7のスタイル調整 */
  .wpcf7-checkbox {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .checkbox-item label {
    font-size: 14px;
  }
  /* 入力フィールドのスタイル */
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="email"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    font-size: 14px;
  }
  .wpcf7-form textarea {
    height: 176px;
  }
  .form-group--check {
    text-align: center;
  }
  .wpcf7 .submit-container {
    margin-top: 8px;
    text-align: center;
  }
  .page-confirm .contact-form {
    gap: 24px;
  }
  .page-confirm .form-group__input-container {
    margin-top: 16px;
  }
  .thanks__texts {
    line-height: 1.5;
  }
  .thanks__button {
    margin-top: 32px;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .submit-button:hover {
    opacity: 1;
  }
  .submit-button:hover::before {
    opacity: 0;
  }
}
.liver-top {
  position: relative;
}

.liver-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -5;
  transition: background-color 0.4s ease, -webkit-backdrop-filter 0.4s ease;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease,
    -webkit-backdrop-filter 0.4s ease;
}

.lottie-item {
  width: 100%;
  height: 100%;
  justify-self: center;
  align-self: center;
  aspect-ratio: 1/1;
}

.liver-top main {
  margin-top: 0;
}

.liver-mainvisual {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.liver-mainvisual__container {
  display: flex;
  align-items: center;
  width: 80%;
  max-width: 1024px;
  height: 100%;
  margin-inline: auto;
}

.liver-mainvisual__content {
  flex: 1;
  position: relative;
  height: 100%;
}

.liver__scroll-first,
.liver__scroll-second {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.liver__scroll-first {
  margin-left: 40px;
}

/* secondはデフォルト非表示 */
.liver__scroll-second {
  visibility: hidden;
  opacity: 0;
}

.liver-mainvisual__badges {
  display: flex;
  gap: 8px;
}

.liver-mainvisual__badge {
  border-radius: 50%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0 30px;
}

.liver-mainvisual__badge.liver-mainvisual__badge--fee {
  background-color: var(--color-primary);
  color: var(--color-primary);
}

.liver-mainvisual__badge.liver-mainvisual__badge--delivery {
  background-color: var(--color-blue);
  color: var(--color-blue);
}

.liver-mainvisual__badge-text {
  display: inline-block;
  background-color: #fff;
  padding: 0px 10px;
  border-radius: 34px;
  font-size: 18px;
  font-weight: 700;
}

.liver-mainvisual__badge-value {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-top: 10px;
}

.liver-mainvisual__message {
  margin-top: 16px;
}

.liver-mainvisual__heading {
  font-size: min(48px, 4.6875vw);
  line-height: 1.5;
}

.liver-mainvisual__apps {
  margin-top: 48px;
  margin-bottom: 12%;
  width: min(350px, 36.875vw);
}

.liver-concept__content {
  width: 84.3%;
  margin-right: 11%;
  margin-bottom: 12%;
}

.liver-concept__title {
  font-size: 24px;
}

.liver-concept__text {
  margin-top: 24px;
}

.concept-person {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: bottom;
}

.liver-concept__item {
  position: absolute;
  z-index: 3;
}

.liver-mainvisual__image-container {
  position: relative;
  width: 47%;
}

.liver-mainvisual__phone-container {
  height: 100%;
  display: flex;
}

.liver-mainvisual__image {
  position: absolute;
  opacity: 0;
}

/* スマートフォンと人物の配置 */
.liver-mainvisual__image--phone {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}

.liver-mainvisual__image--phone-image {
  background-size: contain;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.liver-mainvisual__image--phone-image.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 3;
  -o-object-fit: contain;
  object-fit: contain;
}

.liver-mainvisual__image--person {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
  opacity: 0;
  transform-origin: bottom;
}

/* 化粧品アイテムの配置 */
.liver-mainvisual__image--item-1 {
  width: min(107px, 8.23vw); /* 107/1300=8.23vw */
  top: 4%;
  left: -10%;
  z-index: 3;
  /* animation: float 6s ease-in-out infinite; */
}

.liver-mainvisual__image--item-2 {
  width: min(115px, 8.85vw); /* 115/1300=8.85vw */
  bottom: 20.5%;
  left: -12.55%;
  z-index: 3;
  /* animation: float 7s ease-in-out infinite 0.5s; */
}

.liver-mainvisual__image--item-3 {
  width: min(97px, 7.46vw); /* 97/1300=7.46vw */
  top: 48%;
  right: -12%;
  z-index: 3;
  /* animation: float 5s ease-in-out infinite 1s; */
}

.liver-mainvisual__image--item-4 {
  width: min(156px, 12vw); /* 156/1300=12vw */
  top: 90%;
  right: 9%;
  z-index: 3;
  /* animation: float 6.5s ease-in-out infinite 1.5s; */
}

.liver-concept__item-5 {
  width: min(50px, 3.85vw); /* 50/1300=3.85vw */
  top: 28%;
  left: -4%;
  z-index: 3;
  /* animation: float 5.5s ease-in-out infinite 2s; */
}

.liver-concept__item-6 {
  width: min(61px, 4.69vw); /* 61/1300=4.69vw */
  top: 95%;
  left: 2%;
  z-index: 3;
  /* animation: float 7s ease-in-out infinite 0.5s; */
}

.liver-concept__item-7 {
  width: min(107px, 8.23vw);
  top: 13%;
  right: -9.55%;
  /* animation: float 5s ease-in-out infinite 1s; */
}

.liver-concept__item-8 {
  width: min(66px, 5.08vw); /* 66/1300=5.08vw */
  top: 50%;
  right: -11%;
  /* animation: float 5.5s ease-in-out infinite 2s; */
}

.liver-concept__item-9 {
  width: min(61px, 4.69vw); /* 61/1300=4.69vw */
  bottom: -3%;
  right: 14.77%;
  /* animation: float 6.5s ease-in-out infinite 1.5s; */
}

.liver-point {
  position: relative;
  padding: 160px 0;
}

.liver-point__features {
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.liver-point__feature {
  width: 597px;
  max-width: 90%;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.liver-point__feature:nth-of-type(2) {
  margin-left: auto;
  margin-top: -102px;
}

.liver-point__feature:nth-of-type(3) {
  margin-top: -74px;
  margin-left: min(130px, 8.7vw);
}

.liver-point__image-container {
  width: 31%;
}

.liver-point__description {
  flex: 1;
}

.liver-point__heading {
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-blue);
  font-weight: 700;
}

.liver-point__text {
  margin-top: 24px;
}

.liver-passion {
  padding: 160px 0;
}

.liver-passion__content {
  display: flex;
  gap: 80px;
}

.liver-passion__intro {
  width: 34%;
}

.liver-passion__image-container {
  margin-top: 80px;
}

.liver-passion__message {
  flex: 1;
  margin-top: 56px;
}

.liver-passion__heading {
  font-size: 26px;
  font-weight: 700;
  color: var(--color-blue);
  line-height: 1.346;
}

.liver-passion__text-container {
  margin-top: 24px;
}

.liver-passion__text-container .liver-passion__text:not(:first-child) {
  margin-top: 1.5em;
}

.liver-passion__company {
  margin-top: 48px;
  font-size: 14px;
}

.liver-use {
  padding-top: 160px;
  padding-bottom: 160px;
}

.liver-use__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.liver-faq {
  padding: 160px 0;
}

.liver-news {
  padding: 160px 0;
}

.liver-news__button {
  margin-top: 32px;
}

.liver-news__article {
  flex: 1;
  margin-top: 20px;
}

.liver-contact {
  background-color: #4fcab5;
  position: relative; /* 位置の基準点 */
  transition: background-color 0.3s ease;
}

.liver-contact__inner {
  padding: 42px 0;
  text-align: center;
  position: relative;
  z-index: 0;
}

.liver-contact__title {
  font-size: 59px;
  font-weight: 700;
  font-family: var(--font-en);
  color: #fff;
  line-height: 1.2;
}

.liver-contact__text {
  color: #fff;
  font-weight: 500;
  margin-top: 24px;
}

.liver-contact__action {
  margin-top: 24px;
}

.liver-contact__overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
}

.liver-contact__overlay-link:hover {
  background-color: rgba(0, 0, 0, 0.05); /* ホバー時に薄い色を重ねる */
}

@media screen and (max-width: 1100px) {
  /* ここに小さな画面用のスタイルを記述 */
  .liver-mainvisual__content {
    transform: scale(0.85);
  }
  .liver-mainvisual__image-container {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 768px) {
  .liver-mainvisual {
    height: calc(100vh - var(--header-height));
    padding-top: 0;
    min-height: inherit;
  }
  .liver-mainvisual__container {
    position: relative;
    width: 87.7%;
    flex-direction: column;
  }
  .liver-mainvisual__content {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    transform: scale(1);
    height: 45vh;
    margin-top: 7vh;
  }
  .liver__scroll-first,
  .liver__scroll-second {
    top: 0;
    transform: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .liver__scroll-first {
    margin-left: 0;
  }
  .liver-mainvisual__badges {
    justify-content: center;
  }
  .liver-mainvisual__badge {
    width: 80px;
    height: 80px;
  }
  .liver-mainvisual__badge-text {
    font-size: 12px;
    padding: 0 10px;
  }
  .liver-mainvisual__badge-value {
    font-size: 22px;
    margin-top: 6px;
  }
  .liver-mainvisual__message {
    margin-top: 8px;
    text-align: center;
  }
  .liver-mainvisual__heading {
    font-size: 32px;
  }
  .liver-mainvisual__apps {
    margin-top: 24px;
    margin-bottom: 0;
    margin-inline: auto;
  }
  .liver-mainvisual__apps .download {
    align-items: center;
  }
  .liver-concept__content {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .liver-concept__title {
    font-size: 18px;
  }
  .liver-concept__text {
    margin-top: 16px;
    font-size: 14px;
  }
  .liver-mainvisual__image-container {
    margin-top: 34px;
    width: 88.9%;
    max-height: 40vh;
    margin-left: auto;
    height: auto;
    transform: scale(1);
    margin-bottom: 8vh;
  }
  /* スマートフォンと人物の配置 */
  /* 化粧品アイテムの配置 */
  .liver-mainvisual__image--item-1 {
    width: 81px;
    top: 16%;
    left: -5%;
  }
  .liver-mainvisual__image--item-2 {
    width: 72px;
    bottom: 0.5%;
    left: -6.55%;
  }
  .liver-mainvisual__image--item-3 {
    width: 61px;
    top: 39%;
    right: 0%;
  }
  .liver-mainvisual__image--item-4 {
    width: 98px;
  }
  .liver-concept__item-5 {
    width: 26px;
    top: 28%;
    left: -13%;
  }
  .liver-concept__item-6 {
    width: 38px;
    bottom: 21%;
    top: auto;
    left: -3.55%;
  }
  .liver-concept__item-7 {
    width: 67px;
    top: 12%;
    right: -1.55%;
  }
  .liver-concept__item-8 {
    width: 42px;
    top: 43%;
    right: 6%;
  }
  .liver-concept__item-9 {
    width: 39px;
    bottom: 2%;
    right: 28.77%;
  }
  .lottie-grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(20, 1fr);
  }
  .lottie-item {
    width: 40px;
    height: 40px;
  }
  .liver-point {
    padding: 64px 0;
  }
  .liver-point__features {
    gap: 24px;
    display: grid;
  }
  .liver-point__feature {
    width: 100%;
    max-width: 400px;
    padding: 16px;
    gap: 16px;
    flex-direction: column;
    margin-inline: auto;
  }
  .liver-point__feature:nth-of-type(2) {
    margin-top: 0;
  }
  .liver-point__feature:nth-of-type(3) {
    margin-top: 0;
    margin-left: auto;
  }
  .liver-point__image-container {
    width: 164px;
  }
  .liver-point__heading {
    font-size: 18px;
    line-height: 1.75;
  }
  .liver-point__text {
    margin-top: 16px;
    font-size: 14px;
  }
  .liver-passion {
    padding: 64px 0;
  }
  .liver-passion__content {
    flex-direction: column;
    gap: 40px;
  }
  .liver-passion__intro {
    width: 100%;
  }
  .liver-passion__image-container {
    margin-top: 32px;
  }
  .liver-passion__message {
    margin-top: 0;
  }
  .liver-passion__heading {
    font-size: 18px;
    line-height: 1.55;
  }
  .liver-passion__text-container {
    margin-top: 16px;
  }
  .liver-passion__text {
    font-size: 14px;
  }
  .liver-passion__company {
    margin-top: 24px;
  }
  .liver-use {
    padding: 64px 0;
  }
  .liver-use__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .liver-use__head .tab-menu {
    display: none;
  }
  .liver-faq {
    padding: 64px 0;
  }
  .liver-news {
    padding: 64px 0;
  }
  .liver-news__button {
    order: 2;
    margin-top: 32px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .liver-news__article {
    order: 1;
    margin-top: 40px;
  }
  /* 全体を覆うリンクをSPでは非表示 */
  .liver-contact__overlay-link {
    display: none;
  }
  /* SPでのタイトルサイズ調整 */
  .liver-contact__title {
    font-size: 40px;
  }
  /* SPでの余白調整 */
  .liver-contact__inner {
    padding: 120px 0;
  }
  .liver-contact__title {
    font-size: 48px;
  }
  .liver-contact__text {
    margin-top: 16px;
    font-size: 14px;
  }
  .liver-contact__action {
    margin-top: 20px;
  }
}
@media screen and (max-width: 390px) and (max-height: 700px) {
  /* ここに小さな画面用のスタイルを記述 */
  .liver-mainvisual__content {
    transform: scale(0.85);
  }
  .liver-mainvisual__image-container {
    margin-bottom: 4vh;
  }
  .liver-mainvisual__image--item-1 {
    width: 64px;
  }
  .liver-mainvisual__image--item-2 {
    width: 57px;
  }
  .liver-mainvisual__image--item-3 {
    width: 48px;
  }
  .liver-mainvisual__image--item-4 {
    width: 78px;
  }
  .liver-concept__item-5 {
    width: 22px;
  }
  .liver-concept__item-6 {
    width: 30px;
  }
  .liver-concept__item-7 {
    width: 53px;
  }
  .liver-concept__item-8 {
    width: 33px;
  }
  .liver-concept__item-9 {
    width: 31px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .liver-contact:hover {
    background-color: var(--color-orange);
  }
}
.search-result {
  margin-top: 80px;
}

/* ヘッダー */
.search-result__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-result__title {
  font-size: 26px;
  font-weight: 500;
}

.search-result__title-accent {
  color: var(--color-primary);
}

.search-result__count {
  font-size: 16px;
  margin-left: 16px;
}

/* ソートセレクター */
.sort-selector {
  margin-top: 6px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sort-selector__button {
  background-color: var(--color-primary);
  color: white;
  border: 1px solid var(--color-primary);
  padding: 7px 31px;
  border-radius: 100px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease,
    border-color 0.4s ease;
}

/* ドロップダウンメニュー */
.sort-selector__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  width: 158px;
  z-index: 10;
  display: none;
  overflow: hidden;
  padding: 16px;
}

.sort-selector__list {
  list-style: none;
}

.sort-selector__item + .sort-selector__item {
  margin-top: 16px;
}

.sort-selector__item:last-child {
  border-bottom: none;
}

.sort-selector__link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
}

.sort-selector__link--active {
  color: var(--color-blue);
}

/* ドロップダウンメニューの表示条件を変更 */
.sort-selector__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078);
  width: 158px;
  z-index: 10;
  display: none;
  overflow: hidden;
}

/* オープン状態のときだけ表示 */
.sort-selector--open .sort-selector__dropdown {
  display: block;
}

/* 検索結果アイテム */
.search-result__items {
  margin-top: 56px;
}

.result-item {
  padding: 24px 0;
  border-bottom: 1px solid #d7d7d7;
}

.result-item__heading {
  font-size: 18px;
  font-weight: 500;
}

.result-item__heading-link {
  transition: color 0.4s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.result-item__meta {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 16px;
}

.result-item__category {
  display: flex;
  align-items: center;
}

.result-item__category-link {
  color: var(--color-primary);
}

.result-item__category-separator {
  margin: 0 0.5em;
}

.result-item__date {
  margin-left: auto;
}

.result-item__text {
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .search-result {
    margin-top: 32px;
  }
  /* ヘッダー */
  .search-result__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .search-result__title {
    font-size: 20px;
  }
  .search-result__count {
    font-size: 14px;
  }
  /* ソートセレクター */
  .sort-selector {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    margin-top: 32px;
  }
  .sort-selector__button {
    width: 100%;
  }
  /* ドロップダウンメニュー */
  .sort-selector__dropdown {
    width: 100%;
  }
  .sort-selector__item + .sort-selector__item {
    margin-top: 8px;
  }
  .sort-selector__link {
    padding: 4px 16px;
    border-radius: 100px;
  }
  .sort-selector__link--active {
    color: #fff;
    background-color: var(--color-primary);
  }
  /* オープン状態のスタイル */
  /* オープン時のアイコン状態 */
  /* ドロップダウンメニューの表示条件を変更 */
  /* オープン状態のときだけ表示 */
  /* 検索結果アイテム */
  .search-result__items {
    margin-top: 24px;
  }
  .result-item {
    display: flex;
    flex-direction: column;
  }
  .result-item__heading {
    order: 2;
    margin-top: 16px;
  }
  .result-item__heading-link {
    -webkit-line-clamp: 3;
    font-weight: 500;
    line-height: 1.45;
  }
  .result-item__meta {
    display: contents;
  }
  .result-item__category {
    order: 1;
  }
  .result-item__date {
    order: 3;
    color: #9a9a9a;
    margin-top: 8px;
    margin-left: 0;
  }
  .result-item__text {
    order: 4;
    margin-top: 16px;
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sort-selector:hover .sort-selector__button {
    background-color: white;
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .sort-selector__link:hover {
    background-color: #f8f8f8;
  }
  .result-item__heading-link:hover {
    opacity: 1;
    color: var(--color-primary);
  }
  .result-item__category-link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
/* 情報テーブルのスタイル */
.info-table__row {
  display: flex;
  border-bottom: 1px solid #cecece;
  padding-top: 16px;
  padding-bottom: 16px;
}

.info-table__row:first-child {
  padding-top: 0;
}

.info-table__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.info-table__header {
  width: 150px;
}

.info-table__data {
  flex: 1;
}

.info-table__item {
  display: flex;
}

.info-table__position {
  width: 7em;
  flex-shrink: 0;
}

.info-table__name {
  flex: 1;
}

@media (max-width: 768px) {
  .info-table__row {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  .info-table__row:last-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #cecece;
  }
  .info-table__header {
    width: 100%;
  }
}
.page__content--terms > *:first-child {
  margin-top: 0;
}

.page__content--terms > *:last-child {
  margin-bottom: 0;
}

/* 見出しのスタイル */
.page__content--terms h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 3rem 0 1rem;
}

/* 段落のスタイル */
.page__content--terms p {
  margin-bottom: 1.5rem;
}

/* リストのスタイル */
.page__content--terms ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.page__content--terms ol ol {
  margin-top: 0.5em;
}

.page__content--terms ol > li {
  position: relative;
}

/* 丸数字リストのスタイル */
.page__content--terms ol[type="①"] {
  padding-left: 2rem;
  counter-reset: circle-counter;
  list-style-type: none;
}

.page__content--terms ol[type="①"] > li {
  counter-increment: circle-counter;
  position: relative;
}

/* 丸の背景用の疑似要素 */
.page__content--terms ol[type="①"] > li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -1.8rem;
  top: 8px;
}

/* 数字用の疑似要素 */
.page__content--terms ol[type="①"] > li::after {
  content: counter(circle-counter);
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  left: -1.8rem;
  top: 6px;
  font-size: 11px;
  z-index: 1;
}

/* 括弧付き数字リストのスタイル */
.page__content--terms ol[type="(1)"] {
  padding-left: 2rem;
  counter-reset: paren-counter;
  list-style-type: none;
}

.page__content--terms ol[type="(1)"] > li {
  counter-increment: paren-counter;
  position: relative;
}

.page__content--terms ol[type="(1)"] > li::before {
  content: "(" counter(paren-counter) ")";
  position: absolute;
  left: -2rem;
  top: 0;
}

.page__content--terms .is-style-num_circle {
  counter-reset: li;
  padding-left: 0;
  list-style: none;
}

.page__content--terms .is-style-num_circle {
  counter-reset: li;
}

.page__content--terms .is-style-num_circle {
  counter-reset: li;
}

.page__content--terms .is-style-num_circle li {
  position: relative;
  padding-left: 1.8em;
  list-style-type: none;
}

.page__content--terms .is-style-num_circle li:before {
  position: absolute;
  content: counter(li);
  counter-increment: li;
  left: 0.05em;
  top: 0.2em;
  letter-spacing: -0.15em;
  font-size: 0.8em;
  z-index: 1;
  text-align: center;
  width: 1.25em;
}

.page__content--terms .is-style-num_circle li:after {
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  left: 0.1em;
  top: 0.4em;
}

.rule-table tr td:nth-of-type(1) {
  width: 34%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  /* 見出しのスタイル */
  .page__content--terms h2 {
    font-size: 16px;
    margin: 1.5em 0 1em;
  }
  /* 段落のスタイル */
  .page__content--terms p {
    font-size: 14px;
  }
  /* リストのスタイル */
  .page__content--terms ol {
    font-size: 14px;
  }
  /* 丸数字リストのスタイル */
  .page__content--terms ol[type="①"] {
    padding-left: 1.5em;
  }
  /* 丸の背景用の疑似要素 */
  .page__content--terms ol[type="①"] > li::before {
    width: 14px;
    height: 14px;
    left: -1.4em;
    top: 6px;
  }
  /* 数字用の疑似要素 */
  .page__content--terms ol[type="①"] > li::after {
    width: 14px;
    height: 14px;
    left: -1.2rem;
    top: 3px;
    font-size: 10px;
  }
  /* 括弧付き数字リストのスタイル */
  .page__content--terms ol[type="(1)"] {
    padding-left: 1.5em;
  }
  .page__content--terms ol[type="(1)"] > li::before {
    left: -1.4em;
  }
} /*# sourceMappingURL=style.css.map */
