@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-base: 42, 56, 63;
  --color-accent: 255, 237, 111;
  --color-main: 11, 179, 183;
  --color-border: 188, 203, 212;
  --color-bg: 236, 245, 243;
  --color-bright: 255, 255, 255;
  --font-zen: "Zen Kaku Gothic New", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --font-ja-normal: 500;
  --font-en-normal: 400;
  --font-ja-bold: 900;
  --font-en-bold: 700;
  --transition-default: 0.4s;
  --transition-fast: 0.2s;
  --transition-slow: 0.6s;
  --leading-trim: calc((1em - 1lh) / 2);
  --scrollbar-width: 0;
  --screen-width-full: calc(100vw - var(--scrollbar-width));
  --screen-width-half: calc(var(--screen-width-full) / 2);
  --padding-content: 100px;
  --padding-content-negative: -100px;
}
@media (min-width: 1921px) {
  :root {
    --padding-content: calc(100vw * 100 / 1920);
    --padding-content-negative: calc(-100vw * 100 / 1920);
  }
}
@media (max-width: 1800px) {
  :root {
    --padding-content: calc(100vw * 100 / 1800);
    --padding-content-negative: calc(-100vw * 100 / 1800);
  }
}
@media (max-width: 767px) {
  :root {
    --padding-content: calc(36vw * 100 / 767);
    --padding-content-negative: calc(-36vw * 100 / 767);
  }
}

[data-scroll-image] {
  overflow: clip;
}
[data-scroll-image].scroll-out img {
  opacity: 0;
  transform: scale(1.05);
}
[data-scroll-image].scroll-in img {
  opacity: 1;
  transform: none;
  transition: 2.1s cubic-bezier(0.33, 1, 0.68, 1) opacity, 2.1s transform cubic-bezier(0.33, 1, 0.68, 1), 2.1s filter cubic-bezier(0.33, 1, 0.68, 1);
}

@keyframes text-loop {
  0% {
    transform: none;
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes header-menu-open01 {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(6px);
  }
  to {
    transform: translateY(6px) rotate(30deg);
  }
}
@keyframes header-menu-open02 {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(-6px) rotate(-30deg);
  }
}
@keyframes header-menu-close01 {
  0% {
    transform: translateY(6px) rotate(30deg);
  }
  50% {
    transform: translateY(6px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
@keyframes header-menu-close02 {
  0% {
    transform: translateY(-6px) rotate(-30deg);
  }
  50% {
    transform: translateY(-6px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
@keyframes header-menu-open01-sp {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(5px) rotate(30deg);
  }
}
@keyframes header-menu-open02-sp {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(-5px) rotate(-30deg);
  }
}
@keyframes header-menu-close01-sp {
  0% {
    transform: translateY(5px) rotate(30deg);
  }
  50% {
    transform: translateY(5px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
@keyframes header-menu-close02-sp {
  0% {
    transform: translateY(-5px) rotate(-30deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  to {
    transform: none;
  }
}
a {
  text-decoration: none;
}

a:not([class]) {
  text-decoration: underline;
  color: rgb(var(--color-blue));
}

a:not([class]):hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

b {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe {
  vertical-align: top;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 100px;
}
@media (max-width: 1100px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  position: relative;
  overflow-x: clip;
  min-width: 320px;
  min-height: 100vh;
  background: var(--color-bright);
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-family: var(--font-zen);
  font-weight: var(--font-ja-normal);
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgb(var(--color-base));
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 1100px) {
  body[data-nav=true] {
    touch-action: none;
  }
}

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

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

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

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

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

.l-container {
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: 130px;
}
.l-container--narrow {
  max-width: 920px;
}
.l-container--wide {
  max-width: 1400px;
}
@media (max-width: 767px) {
  .l-container {
    margin-bottom: max(20.8604954368vw, 50px);
  }
}

.l-content {
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: 160px;
}
.l-content--narrow {
  max-width: 920px;
}
@media (max-width: 767px) {
  .l-content {
    margin-bottom: max(20.8604954368vw, 50px);
  }
}

:root {
  --header: 100px;
}
@media (max-width: 1000px) {
  :root {
    --header: 70px;
  }
}

.l-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-inline: 140px;
  max-width: 1920px;
  margin-inline: auto;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header);
}
.l-header__nav {
  display: flex;
  gap: 40px;
}
.l-header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background: rgb(var(--color-main), 1);
  box-shadow: 0 4px 0 rgb(var(--color-base), 1);
  color: rgb(var(--color-bright), 1);
}
@media (max-width: 1920px) {
  .l-header {
    padding-inline: 7.2916666667vw;
  }
}
@media (max-width: 1500px) {
  .l-header__nav {
    gap: 2.6666666667vw;
  }
}
@media (max-width: 1200px) {
  .l-header {
    padding-inline: 5vw;
  }
}
@media (max-width: 1000px) {
  .l-header::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: rgb(var(--color-bright), 1);
    z-index: -1;
    opacity: 0;
    transition: opacity var(--transition-default);
  }
  [data-nav=true] .l-header::before {
    opacity: 1;
  }
  .l-header__nav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 100px);
    top: 100px;
    left: 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
    padding-top: 40px;
    pointer-events: none;
    background: rgb(var(--color-bright), 1);
    transition: opacity var(--transition-default);
  }
  [data-nav=true] .l-header__nav {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 767px) {
  .l-header::before {
    height: 70px;
  }
  .l-header__inner {
    height: 70px;
  }
  .l-header__nav {
    top: 70px;
    height: calc(100vh - 70px);
  }
}

.l-header-logo {
  width: 200px;
}
@media (max-width: 767px) {
  .l-header-logo {
    width: 150px;
  }
}

.l-header-button {
  width: 70px;
  height: 70px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: none;
  cursor: pointer;
}
.l-header-button__item {
  display: block;
  height: 4px;
  width: 96%;
  background: rgb(var(--color-main), 1);
  border-radius: 2px;
  transition: transform var(--transition-default);
}
@media (max-width: 1000px) {
  .l-header-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
[data-nav=true] .l-header-button__item:nth-of-type(1) {
  transform: translateY(4px) rotateZ(18deg);
}
[data-nav=true] .l-header-button__item:nth-of-type(2) {
  transform: translateY(-4px) rotateZ(-18deg);
}

.l-footer {
  padding-block: 50px;
  padding-inline: var(--padding-content);
  background: rgb(var(--color-bg), 1);
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin-inline: auto;
}
.l-footer__copyright {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 18px;
  margin-left: auto;
  font-size: 1.4rem;
}
@media (max-width: 1100px) {
  .l-footer__inner {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .l-footer__inner {
    position: relative;
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
    padding-bottom: 48px;
  }
  .l-footer__copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 18px;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .l-footer {
    padding-block: 10vw;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

.l-footer-comopany {
  position: relative;
  padding-left: 140px;
}
.l-footer-comopany__logo {
  position: absolute;
  left: 0;
}
.l-footer-comopany__title {
  font-weight: var(--font-ja-bold);
}
@media (min-width: 1101px) {
  .l-footer-comopany__text br {
    display: none;
  }
}
@media (max-width: 1100px) {
  .l-footer-comopany {
    padding-left: inherit;
  }
  .l-footer-comopany__logo {
    position: static;
  }
  .l-footer-comopany__title {
    margin-top: 16px;
  }
}

.l-footer-nav01 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.l-footer-nav01__item:not(:first-child)::before {
  content: "|";
  margin-inline: 18px;
}
.l-footer-nav01__link {
  color: rgb(var(--color-base), 1);
}
@media (max-width: 767px) {
  .l-footer-nav01__item:not(:first-child)::before {
    margin-inline: 9px;
  }
}

.l-footer-nav02 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 11px;
}
.l-footer-nav02__item {
  font-size: 1.4rem;
}
.l-footer-nav02__link {
  color: rgb(var(--color-base), 1);
}
@media (max-width: 767px) {
  .l-footer-nav02__item {
    font-size: 1.2rem;
  }
}

.l-wrapper {
  margin-top: 40px;
  padding-inline: calc(var(--padding-content) + 40px);
}
@media (max-width: 1200px) {
  .l-wrapper {
    padding-inline: 30px;
  }
}
@media (max-width: 1000px) {
  .l-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .l-wrapper {
    padding-inline: 22px;
  }
}
@media (max-width: 600px) {
  .l-wrapper {
    margin-top: 40px;
  }
}
.l-wrapper--detail {
  border-top: 1px solid rgb(var(--color-border), 1);
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  max-width: 400px;
  padding-left: 36px;
  border: 4px solid rgb(var(--color-base), 1);
  border-radius: 40px;
  background: rgb(var(--color-accent), 1);
  color: rgb(var(--color-base), 1);
  box-shadow: 0 4px 0 rgb(var(--color-base), 1);
}
.c-button--bright {
  background: rgb(var(--color-bright), 1);
}
.c-button::before {
  position: absolute;
  right: 38px;
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(var(--color-base), 1);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-button {
    height: max(10.4302477184vw, 60px);
  }
}
@media (max-width: 500px) {
  .c-button {
    border-width: 3px;
  }
}

.c-category-link {
  position: relative;
  display: block;
  padding: 10px 22px;
  background: rgb(var(--color-bg), 1);
  border-radius: 22px;
  transition: background-color var(--transition-default), color var(--transition-default);
  text-align: center;
  line-height: 1.6;
  font-size: 1.4rem;
  color: rgb(var(--color-main), 1);
  z-index: 1;
}
.c-category-link--wide {
  padding-inline: 40px;
}
.c-category-link:hover {
  background: rgb(var(--color-main), 1);
  color: rgb(var(--color-bright), 1);
}
@media (max-width: 1100px) {
  .c-category-link--wide {
    padding-inline: max(3.6363636364vw, 26px);
  }
}
@media (max-width: 767px) {
  .c-category-link {
    padding: 10px 16px;
  }
  .c-category-link--wide {
    padding: 1px 15px 2px;
    font-size: 1.2rem;
  }
}

.c-contact {
  position: relative;
  margin-top: 140px;
  padding-bottom: 245px;
  padding-inline: var(--padding-content);
  overflow: hidden;
}
.c-contact::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 245px;
  background: rgb(var(--color-bg, 1));
}
@media (max-width: 1000px) {
  .c-contact {
    padding-bottom: 24.5vw;
  }
}
@media (max-width: 500px) {
  .c-contact {
    margin-top: 28vw;
  }
}

.c-contact-header {
  position: relative;
}
.c-contact-header__text {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  z-index: 1;
}
.c-contact-header__text::before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  height: 76px;
  width: 2px;
  border-radius: 1px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(-48deg);
  box-shadow: -9px -10px 0 rgb(var(--color-base, 1));
}
.c-contact-header__text::after {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  height: 76px;
  width: 2px;
  border-radius: 1px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(48deg);
  box-shadow: 9px -10px 0 rgb(var(--color-base, 1));
}
.c-contact-header__title {
  position: relative;
  margin-top: 32px;
  text-align: center;
  font-weight: var(--font-ja-bold);
  font-size: 4.2rem;
  color: rgb(var(--color-main, 1));
  z-index: 1;
}
.c-contact-header__decoration {
  position: absolute;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: var(--font-en-bold);
  font-family: var(--font-poppins);
  font-size: 15rem;
  line-height: 1;
  color: rgb(var(--color-bg));
}
@media (max-width: 1000px) {
  .c-contact-header__decoration {
    top: 7.4vw;
    font-size: max(15vw, 12rem);
  }
  .c-contact-header__text {
    font-size: max(2.4vw, 14px);
  }
  .c-contact-header__text::before, .c-contact-header__text::after {
    height: max(7.6vw, 50px);
  }
  .c-contact-header__title {
    margin-top: max(3.2vw, 10px);
    font-size: max(4.2vw, 3rem);
  }
}
@media (max-width: 620px) {
  .c-contact-header__decoration {
    top: max(11.2903225806vw, 60px);
    font-size: 19.3548387097vw;
  }
}

.c-contact-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1640px;
  margin-top: 26px;
  margin-inline: auto;
  margin-bottom: -159px;
  z-index: 1;
}
.c-contact-list__illust {
  position: absolute;
  right: 23px;
  top: -187px;
  z-index: -1;
}
.c-contact-list__item {
  width: 31.7073170732%;
  padding: 52px 16px 66px;
  border: 4px solid rgb(var(--color-base, 1));
  border-radius: 30px;
  background: rgb(var(--color-accent, 1));
}
.c-contact-list__header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-contact-list__title {
  font-weight: var(--font-ja-bold);
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-contact-list__button {
  max-width: 400px;
  margin-top: 32px;
  margin-inline: auto;
}
.c-contact-list__tel {
  margin-top: 28px;
  text-align: center;
}
.c-contact-list__tel-link {
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  font-size: 5rem;
  color: rgb(var(--color-base, 1));
  line-height: 1;
}
.c-contact-list__tel-text {
  margin-top: 6px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .c-contact-list__break01 {
    display: none;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-contact-list {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .c-contact-list__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-contact-list__header {
    margin-left: 0;
  }
  .c-contact-list__icon {
    position: absolute;
    left: calc(50% - 25.4545454545vw);
    left: 16.3766632549%;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-contact-list__item {
    position: relative;
    width: 100%;
    padding-left: 30.7062436029%;
  }
  .c-contact-list__button {
    margin-top: 10px;
    margin-left: 0;
  }
  .c-contact-list__break02 {
    display: none;
  }
  .c-contact-list__tel {
    margin-top: 8px;
    text-align: left;
  }
  .c-contact-list__tel-text {
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .c-contact-list {
    margin-bottom: -15.9vw;
  }
  .c-contact-list__illust {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-contact-list {
    flex-wrap: wrap;
    row-gap: max(5.2151238592vw, 20px);
    margin-top: max(3.3898305085vw, 16px);
  }
  .c-contact-list__item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .c-contact-list__header {
    gap: 2.0860495437vw;
  }
  .c-contact-list__icon {
    height: 50px;
  }
  .c-contact-list__icon img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-contact-list__title {
    font-size: max(3.1290743155vw, 1.6rem);
  }
  .c-contact-list__tel-link {
    font-size: max(6.518904824vw, 3.2rem);
  }
  .c-contact-list__tel {
    margin-top: max(3.6505867014vw, 16px);
  }
  .c-contact-list__button {
    margin-top: max(4.1720990874vw, 16px);
  }
}
@media (max-width: 500px) {
  .c-contact-list__header {
    gap: 0;
  }
  .c-contact-list__item {
    border-width: 3px;
  }
}

:root {
  --mb: calc(40px - var(--leading-trim));
  --mb-s: calc(20px - var(--leading-trim));
  --gap: 40px;
}
@media (max-width: 767px) {
  :root {
    --gap: 30px;
  }
}

.c-entry__header {
  padding-bottom: 21px;
  border-bottom: 2px solid rgb(var(--color-border));
}
.c-entry__header h1 {
  font-size: calc(clamp(1.563rem, 1.27rem + 1.13vw, 2.625rem) * 1.6);
  font-weight: var(--font-ja-bold);
  margin-top: 8px;
  margin-bottom: 4px;
}
.c-entry__header .c-news-card__categories {
  justify-content: flex-end;
}
.c-entry__header .c-news-card__categories .c-category-link {
  margin-bottom: 0;
}
.c-entry__date {
  display: flex;
  align-items: flex-end;
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
}
.c-entry__date-y {
  margin-bottom: 2px;
  margin-right: 7px;
  line-height: 1;
}
.c-entry__date-md {
  line-height: 1;
  font-size: calc(clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem) * 1.6);
}
@media (max-width: 414px) {
  .c-entry__date-md {
    font-size: 16px;
  }
}
.c-entry__body {
  max-width: 100%;
  padding-bottom: 4rem;
  margin-bottom: 20px;
  border-bottom: 2px solid rgb(var(--color-border));
  word-break: break-word;
}
@media (max-width: 414px) {
  .c-entry__body {
    padding-bottom: 3rem;
  }
}
.c-entry__body::after {
  display: block;
  content: "";
  clear: both;
}
.c-entry__body * {
  min-height: 0vw;
  min-height: 0;
}
.c-entry__body > *:last-child {
  margin-bottom: 0 !important;
}
.c-entry__body .wp-block-group,
.c-entry__body h2, .c-entry__body h3, .c-entry__body h4, .c-entry__body h5, .c-entry__body h6,
.c-entry__body p:not([class]),
.c-entry__body ol li,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
.c-entry__body .wp-block-table,
.c-entry__body table th,
.c-entry__body table td,
.c-entry__body .wp-block-columns,
.c-entry__body .wp-block-columns > figure,
.c-entry__body .wp-block-image,
.c-entry__body .wp-block-gallery,
.c-entry__body .wp-block-file,
.c-entry__body .wp-block-buttons,
.c-entry__body .wp-block-embed {
  margin-top: calc(var(--leading-trim) + 40px);
}
@media (max-width: 767px) {
  .c-entry__body .wp-block-group,
  .c-entry__body h2, .c-entry__body h3, .c-entry__body h4, .c-entry__body h5, .c-entry__body h6,
  .c-entry__body p:not([class]),
  .c-entry__body ol li,
  .c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
  .c-entry__body .wp-block-table,
  .c-entry__body table th,
  .c-entry__body table td,
  .c-entry__body .wp-block-columns,
  .c-entry__body .wp-block-columns > figure,
  .c-entry__body .wp-block-image,
  .c-entry__body .wp-block-gallery,
  .c-entry__body .wp-block-file,
  .c-entry__body .wp-block-buttons,
  .c-entry__body .wp-block-embed {
    margin-top: calc(var(--leading-trim) + 30px);
  }
}
.c-entry__body .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.c-entry__body :where(.is-layout-flex) {
  gap: var(--mb);
}
.c-entry__body .wp-block-buttons {
  gap: var(--mb-s);
}
.c-entry__body .wp-block-file {
  gap: var(--mb-s);
}
.c-entry__body ol,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: 1.8125em;
}
.c-entry__body ol li + li,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-entry__body ol li + li,
  .c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li + li {
    margin-top: calc(1em - var(--leading-trim)) !important;
  }
}
.c-entry__body ol ol,
.c-entry__body ol ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .c-entry__body ol ol,
  .c-entry__body ol ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
  .c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
  .c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
    margin-top: calc(1em - var(--leading-trim)) !important;
  }
}
.c-entry__body .wp-block-columns {
  gap: var(--gap) !important;
}
.c-entry__body .wp-block-columns .wp-block-column {
  margin-top: 0 !important;
}
.c-entry__body .border-group {
  padding: var(--mb-s);
}
@media (max-width: 767px) {
  .c-entry__body .border-group {
    padding: calc(20px - var(--leading-trim));
  }
}
.c-entry__body h2,
.c-entry__body h3,
.c-entry__body h4,
.c-entry__body h5,
.c-entry__body h6 {
  position: relative;
}
.c-entry__body h2::before,
.c-entry__body h3::before,
.c-entry__body h4::before,
.c-entry__body h5::before,
.c-entry__body h6::before {
  content: "";
  display: block;
  position: absolute;
}
.c-entry__body h2 {
  font-size: calc(clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem) * 1.6);
  font-weight: var(--font-ja-bold);
  line-height: 1.5;
}
.c-entry__body h3 {
  font-size: calc(clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem) * 1.6);
  font-weight: var(--font-ja-bold);
  line-height: 1.5;
  color: rgb(var(--color-main));
}
.c-entry__body h4,
.c-entry__body h5 {
  padding-left: 1.5rem;
}
.c-entry__body h4::before,
.c-entry__body h5::before {
  width: 4px;
  height: calc(100% - (var(--leading-trim)) - 0.75em);
  top: 0.325em;
  left: 0;
}
.c-entry__body h4 {
  font-size: calc(clamp(1rem, 0.909rem + 0.45vw, 1.25rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
.c-entry__body h4::before {
  background-color: rgb(var(--color-accent));
}
.c-entry__body h5 {
  font-size: calc(clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
.c-entry__body h5::before {
  background-color: rgb(var(--color-main));
}
.c-entry__body h6 {
  font-weight: var(--font-ja-bold);
}
.c-entry__body p:not([class]),
.c-entry__body ol li,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li,
.c-entry__body table th,
.c-entry__body table td {
  line-height: 1.6;
  font-weight: var(--font-ja-normal);
}
.c-entry__body strong {
  font-weight: var(--font-ja-bold);
}
.c-entry__body em {
  font-style: italic;
  font-weight: var(--font-ja-normal);
}
.c-entry__body sub {
  vertical-align: sub;
  font-size: calc(clamp(0.875rem, 0.841rem + 0.13vw, 1rem) * 1.6);
}
.c-entry__body sup {
  vertical-align: super;
  font-size: calc(clamp(0.875rem, 0.841rem + 0.13vw, 1rem) * 1.6);
}
.c-entry__body ul:not(.anclist) a,
.c-entry__body a:not(.wp-block-button__link, .wp-block-file__button) {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: rgb(var(--color-main));
}
.c-entry__body ul:not(.anclist) a:hover,
.c-entry__body a:not(.wp-block-button__link, .wp-block-file__button):hover {
  text-decoration: underline;
}
.c-entry__body .wp-block-button {
  max-width: none;
  width: auto;
}
.c-entry__body .wp-block-button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  border: 4px solid rgb(var(--color-base));
  border-radius: 40px;
  font-size: calc(clamp(0.875rem, 0.841rem + 0.13vw, 1rem) * 1.6);
  color: rgb(var(--color-base));
  box-shadow: 0 4px 0 rgb(var(--color-base));
  background: rgb(var(--color-accent));
  padding-right: 84px;
}
.c-entry__body .wp-block-button a::before {
  position: absolute;
  right: 38px;
  top: calc(50% - 5px);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(var(--color-base));
  border-radius: 50%;
}
.c-entry__body .wp-block-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c-entry__body .wp-block-file a {
  text-decoration: none !important;
}
.c-entry__body .wp-block-file a:not(.wp-block-file__button) {
  font-size: calc(clamp(0.875rem, 0.841rem + 0.13vw, 1rem) * 1.6);
  font-weight: var(--font-ja-normal);
  padding-left: 1.5em;
  position: relative;
}
.c-entry__body .wp-block-file a:not(.wp-block-file__button)::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 9999vmax;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0.4em);
  background-color: rgb(var(--color-main));
}
.c-entry__body .wp-block-file a.wp-block-file__button {
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  border-radius: 9999vmax;
  font-size: 18px;
  color: rgb(var(--color-bright));
  background-color: rgb(var(--color-base));
}
.c-entry__body .wp-block-file * + .wp-block-file__button {
  margin-left: 0;
}
.c-entry__body ol,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  list-style: none;
}
.c-entry__body ol li,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li {
  padding-left: 1.5em;
  position: relative;
}
.c-entry__body ol li::before,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li::before {
  position: absolute;
  left: 0;
}
.c-entry__body ol li:first-of-type,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) li:first-of-type {
  margin-top: 0;
}
.c-entry__body ol ol,
.c-entry__body ol ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations),
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ol,
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) {
  margin-left: 0;
}
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li {
  list-style: none;
}
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 9999vmax;
  top: 0;
  transform: translateY(0.4em);
  background-color: rgb(var(--color-main));
}
.c-entry__body ul:not(.anclist):not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li ul:not(.blocks-gallery-grid):not(.block-editor-block-variation-picker__variations) > li::before {
  background-color: rgb(var(--color-bright));
  border: 4px solid rgb(var(--color-main));
}
.c-entry__body ol {
  counter-reset: ol_li;
}
.c-entry__body ol > li::before {
  counter-increment: ol_li;
  content: counter(ol_li);
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  top: 0;
  color: rgb(var(--color-main));
}
.c-entry__body .wp-block-embed__wrapper .wp-block-embed {
  margin-top: 0;
}
.c-entry__body .wp-block-embed__wrapper .wp-block-embed iframe {
  margin-top: 0;
}
.c-entry__body .wp-block-separator {
  width: 100%;
  height: 2px;
  margin-block: 1.875em;
  border: none;
  background-color: rgb(var(--color-border));
}
.c-entry__body .wp-block-separator.is-style-wide {
  height: 4px;
}
.c-entry__body .wp-block-separator.is-style-dots {
  border-top: 1px solid transparent;
  vertical-align: top;
  position: relative;
}
.c-entry__body .wp-block-separator.is-style-dots:before {
  width: 100%;
  color: rgb(var(--color-red));
  content: "···";
  font-size: calc(clamp(0.813rem, 0.778rem + 0.13vw, 0.938rem) * 1.6);
  letter-spacing: 2em;
  padding-left: 2em;
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
}
.c-entry__body .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-top: 0;
}
.c-entry__body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-entry__body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-entry__body .wp-block-gallery {
  gap: 10px !important;
}
.c-entry__body .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
.c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 18px) / 2) !important;
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 120px) / 4) !important;
  }
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 160px) / 5);
  }
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 200px) / 6) !important;
  }
}
.c-entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
  width: calc((100% - 120px) / 7) !important;
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 240px) / 7) !important;
  }
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 280px) / 8) !important;
  }
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media (min-width: 600px) {
  .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .c-entry__body .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc((100% - 40px) / 2) !important;
  }
}
.c-entry__body figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
  color: #888888;
  font-size: calc(clamp(0.813rem, 0.778rem + 0.13vw, 0.938rem) * 1.6);
}
.c-entry__body .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 0.25em;
}
.c-entry__body .wp-block-image img {
  vertical-align: top !important;
  width: 100%;
  height: auto;
}
.c-entry__body .wp-block-table {
  overflow-x: visible;
}
.c-entry__body .wp-block-table table {
  width: auto;
  border-top: 1px solid rgb(var(--color-border));
  border-left: 1px solid rgb(var(--color-border));
}
.c-entry__body .wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}
.c-entry__body .wp-block-table table th,
.c-entry__body .wp-block-table table td {
  padding: calc(20px + var(--leading-trim)) 1.25em;
  border: none;
  border-bottom: 1px solid rgb(var(--color-border));
  border-right: 1px solid rgb(var(--color-border));
}
@media (max-width: 767px) {
  .c-entry__body .wp-block-table table th,
  .c-entry__body .wp-block-table table td {
    padding: calc(10px + var(--leading-trim)) 0.75em;
    line-height: 1.5;
  }
}
.c-entry__body .wp-block-table table th {
  font-weight: var(--font-ja-bold);
  text-align: left;
  background-color: rgb(var(--color-bg));
}
.c-entry__body .wp-block-table table th.has-text-align-center {
  text-align: center;
}
.c-entry__body .wp-block-table table th.has-text-align-right {
  text-align: right;
}
.c-entry__body .wp-block-table table tr > th:first-of-type {
  border-left: none !important;
}
.c-entry__body .wp-block-table table thead {
  border-bottom: none;
}
.c-entry__body .wp-block-table table tfoot {
  font-weight: var(--font-ja-bold);
  border-top: 1px solid rgb(var(--color-border));
}
.c-entry__body .wp-block-table table thead th,
.c-entry__body .wp-block-table table thead td,
.c-entry__body .wp-block-table table tfoot th,
.c-entry__body .wp-block-table table tfoot td {
  font-weight: var(--font-ja-bold);
  background-color: rgb(var(--color-bg));
}
.c-entry__body .wp-block-table.has-fixed-layout {
  table-layout: fixed;
}
.c-entry__body .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.c-entry__body .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: rgb(var(--color-bg)) !important;
}
.c-entry__body .wp-block-table.is-style-stripes table tbody tr:nth-child(even) {
  background-color: #f9f8f6 !important;
}
.c-entry__body .is-style-vertical table tbody tr td:first-of-type {
  font-weight: var(--font-ja-bold);
  background-color: rgb(var(--color-bg));
}
.c-entry__body .box-scroll {
  max-width: calc(100vw - 60px);
}
@media (max-width: 767px) {
  .c-entry__body .box-scroll {
    overflow-x: auto;
    white-space: nowrap;
    max-width: calc(100vw - 36px);
  }
  .c-entry__body .box-scroll .wp-block-table {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-entry__body .box-scroll .wp-block-table .wp-element-caption {
    margin-bottom: 0;
  }
}
.c-entry__body .box-scroll::-webkit-scrollbar {
  height: 7px;
  border: none;
}
.c-entry__body .box-scroll::-webkit-scrollbar-track {
  background-color: rgb(var(--color-bright));
}
.c-entry__body .box-scroll::-webkit-scrollbar-thumb {
  background: rgb(var(--color-border));
}
@media (max-width: 767px) {
  .c-entry__body .box-scroll table {
    width: auto;
    max-width: 767px;
  }
}
.c-entry__body .border-box,
.c-entry__body .bg-box {
  padding: 40px;
  padding: calc(40px + var(--leading-trim)) 40px;
}
@media (max-width: 1200px) {
  .c-entry__body .border-box,
  .c-entry__body .bg-box {
    padding: calc(30px + var(--leading-trim)) 30px;
  }
}
@media (max-width: 767px) {
  .c-entry__body .border-box,
  .c-entry__body .bg-box {
    padding: calc(20px + var(--leading-trim)) 20px;
  }
}
.c-entry__body .border-box {
  border: 1px solid rgb(var(--color-border));
}
.c-entry__body .bg-box {
  background-color: #f0e8c4;
  background: rgb(var(--color-bg));
}
.c-entry__body .box-map iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3 !important;
}
.c-entry__body .wp-block-group > *:first-child,
.c-entry__body .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.c-entry__pagebute {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-entry__pagebute {
    gap: 10px;
  }
}
.c-entry__pagebute--pn {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .c-entry__pagebute--pn {
    gap: 10px;
  }
}
.c-entry__pagebute a {
  position: relative;
  display: block;
  padding: 10px 19px;
  background: rgb(var(--color-bg), 1);
  border-radius: 22px;
  transition: background-color var(--transition-default), color var(--transition-default);
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  font-size: 1.4rem;
  color: rgb(var(--color-main), 1);
  z-index: 1;
}
.c-entry__pagebute a:hover {
  background: rgb(var(--color-main), 1);
  color: rgb(var(--color-bright), 1);
}

:root {
  --fieldset-gap:23px;
}

.c-form__column fieldset {
  clear: both;
  margin-bottom: var(--fieldset-gap);
}
.c-form__column fieldset legend {
  float: left;
  display: flex;
  align-items: center;
  width: 240px;
  padding-right: 40px;
  margin-top: 10px;
  font-weight: var(--font-ja-bold);
}
@media (max-width: 600px) {
  .c-form__column fieldset legend {
    float: inline-start;
    width: 100%;
  }
}
.c-form__column fieldset .c-form__field {
  float: left;
}
@media (max-width: 600px) {
  .c-form__column fieldset .c-form__field {
    float: inline-start;
    width: 100%;
    margin-top: 10px;
  }
}
.c-form__field {
  display: table-cell;
  width: calc(100% - 240px);
}
.c-form__field input,
.c-form__field textarea,
.c-form__field select {
  width: 100%;
  padding: 13px 20px 12px;
  border: 1px solid rgb(var(--color-border));
  border-radius: 5px;
  vertical-align: top;
  background-color: rgb(var(--color-bright));
  color: #888888;
}
.c-form__field select {
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__field--select {
  position: relative;
}
.c-form__field--select::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 1px solid rgb(var(--color-base));
  border-bottom: 1px solid rgb(var(--color-base));
  transform: rotate(45deg);
  pointer-events: none;
}
.c-form__required {
  display: inline-block;
  font-size: calc(clamp(0.625rem, 0.591rem + 0.13vw, 0.75rem) * 1.6);
  line-height: 1;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: var(--font-ja-normal);
  border-radius: 9999vmax;
  background-color: rgb(var(--color-accent));
}
@media (max-width: 414px) {
  .c-form__required {
    margin-left: 5px;
  }
}
.c-form__sample {
  margin-top: 6px;
  color: #888888;
  font-size: calc(clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem) * 1.6);
}
.c-form__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--fieldset-gap) + 10px);
  margin-left: -30px;
}
@media (max-width: 600px) {
  .c-form__footer {
    margin-left: 0;
  }
}
.c-form__footer .wpcf7-list-item > label {
  position: relative;
}
.c-form__footer .wpcf7-list-item > label input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 15px;
  position: relative;
}
.c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label::before, .c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 52%;
  left: -1.5em;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.3s;
}
.c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label::before {
  border: 1px solid rgb(var(--color-border));
  margin-right: 10px;
  border-radius: 5px;
  vertical-align: top;
  background-color: rgb(var(--color-bright));
}
@media (max-width: 414px) {
  .c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label::before {
    width: 17px;
    margin-top: 3px;
    border-radius: 3px;
  }
}
.c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label::after {
  background: url("/cms/wp-content/themes/infig/assets/img/common/icon_check.svg") no-repeat center center/contain;
  opacity: 0;
}
.c-form__footer .wpcf7-list-item > label .wpcf7-list-item-label a {
  color: rgb(var(--color-main));
}
.c-form__footer .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::before, .c-form__footer .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.c-form__btn {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 10px auto 0;
  height: 80px;
  border-radius: 40px;
  font-size: calc(clamp(0.875rem, 0.841rem + 0.13vw, 1rem) * 1.6);
  position: relative;
}
.c-form__btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 38px;
  top: calc(50% - 5px);
  border-radius: 50%;
  background: rgb(var(--color-base), 1);
}
.c-form__btn input {
  width: 100%;
  height: 100%;
  padding-left: 36px;
  padding-right: 84px;
  border-radius: 40px;
  border: none;
  color: rgb(var(--color-base));
  border: 4px solid rgb(var(--color-base), 1);
  box-shadow: 0 4px 0 rgb(var(--color-base), 1);
  color: rgb(var(--color-base), 1);
  background: rgb(var(--color-accent), 1);
  text-align: left;
}
.c-form__btn input:hover {
  cursor: pointer;
}
.c-form__btn-wrapper {
  margin-top: 35px;
  padding-left: 10px;
}
.c-form__btn .wpcf7-spinner {
  display: none;
}
.c-form .wpcf7-response-output {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  padding: 2em 1.5em;
  margin: 3em auto 1em;
  border: 3px solid #dc3232 !important;
  text-align: center;
  background-color: rgb(var(--color-bright), 0.7);
  font-size: calc(clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem) * 1.6);
  font-weight: var(--font-ja-bold);
}

.c-global-nav {
  display: flex;
  gap: 32px;
}
.c-global-nav__link {
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: var(--font-ja-bold);
  color: rgb(var(--color-base));
  transition: var(--transition-default) color;
}
.c-global-nav__link--active, .c-global-nav__link:hover {
  color: rgb(var(--color-main), 1);
}
@media (max-width: 1500px) {
  .c-global-nav {
    gap: 2.1333333333vw;
  }
}
@media (max-width: 1000px) {
  .c-global-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .c-global-nav__item:not(:first-child)::before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    margin-inline: auto;
    background: rgb(var(--color-main), 1);
    border-radius: 3px;
  }
}

.c-news-card {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 30px;
  padding-right: 75px;
  border-bottom: 2px solid rgb(var(--color-border));
}
@media (max-width: 767px) {
  .c-news-card {
    display: block;
    padding: 8px 60px 15px 20px;
    position: relative;
  }
}
@media (max-width: 414px) {
  .c-news-card {
    padding: 13px 45px 9px 5px;
  }
}
.c-news-card:first-of-type {
  border-top: 2px solid rgb(var(--color-border));
}
.c-news-card:has(.c-news-card__link:hover) {
  background: rgb(var(--color-bg));
}
.c-news-card::after {
  position: absolute;
  right: 35px;
  top: 50%;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(var(--color-main), 1);
  border-radius: 50%;
  pointer-events: none;
  translate: 0 -50%;
  transition: transform var(--transition-default);
}
@media (max-width: 767px) {
  .c-news-card::after {
    right: 25px;
  }
}
@media (max-width: 414px) {
  .c-news-card::after {
    right: 10px;
  }
}
.c-news-card:has(.c-news-card__link:hover)::after {
  transform: scale(1.5);
}
.c-news-card:has(.c-news-card__link:hover) .c-category-link {
  background-color: rgba(255, 255, 255, 0.75);
}
.c-news-card__date {
  flex-shrink: 0;
  width: 121px;
  padding-block: 15px;
  padding-left: 22px;
  border-right: 1px solid rgb(var(--color-border));
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
}
@media (max-width: 767px) {
  .c-news-card__date {
    display: flex;
    align-items: flex-end;
    width: auto;
    padding: 3px 12px 2px 0;
    position: absolute;
    top: 16px;
    left: 20px;
  }
}
@media (max-width: 414px) {
  .c-news-card__date {
    width: 100%;
    border-right: none;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
  .c-news-card__date-y {
    margin-bottom: 2px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.c-news-card__date-md {
  line-height: 1.0666666667;
  font-size: calc(clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem) * 1.6);
}
@media (max-width: 767px) {
  .c-news-card__date-md {
    line-height: 1;
  }
}
@media (max-width: 414px) {
  .c-news-card__date-md {
    font-size: 16px;
  }
}
.c-news-card__link {
  color: rgb(var(--color-base), 1);
}
.c-news-card__link::before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
}
.c-news-card__content {
  padding-left: 39px;
}
@media (max-width: 767px) {
  .c-news-card__content {
    padding-left: 0;
  }
}
.c-news-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .c-news-card__categories {
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 118px;
    margin-top: 10px;
  }
}
@media (max-width: 414px) {
  .c-news-card__categories {
    padding-left: 0;
    margin-top: 5px;
  }
}
.c-news-card__title {
  margin-top: 15px;
  line-height: 1.6;
}
@media (max-width: 414px) {
  .c-news-card__title {
    margin-top: 0.5rem;
  }
}
@media (max-width: 1000px) {
  .c-news-card__date {
    width: 101px;
  }
  .c-news-card__content {
    padding-left: 19px;
  }
}

.p-home-heading {
  position: relative;
}
.p-home-heading__sub {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  z-index: 1;
}
.p-home-heading__sub::before {
  position: absolute;
  top: 9px;
  left: -20px;
  content: "";
  height: 20px;
  width: 2px;
  border-radius: 1px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(-48deg);
  box-shadow: -5px -3px 0 rgb(var(--color-base, 1));
}
.p-home-heading__sub::after {
  position: absolute;
  top: 9px;
  right: -20px;
  content: "";
  height: 20px;
  width: 2px;
  border-radius: 1px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(48deg);
  box-shadow: 5px -3px 0 rgb(var(--color-base, 1));
}
.p-home-heading__main {
  position: relative;
  margin-top: 5px;
  text-align: center;
  font-weight: var(--font-ja-bold);
  font-size: 4.8rem;
  color: rgb(var(--color-main, 1));
  z-index: 1;
}
.p-home-heading__character {
  color: rgb(var(--color-base, 1));
}
@media (max-width: 1000px) {
  .p-home-heading__sub {
    font-size: max(2.4vw, 2rem);
  }
  .p-home-heading__main {
    font-size: max(4.8vw, 4rem);
  }
}
@media (max-width: 600px) {
  .p-home-heading__sub {
    font-size: 3.3333333333vw;
  }
  .p-home-heading__sub::before, .p-home-heading__sub::after {
    top: 1.5vw;
  }
  .p-home-heading__main {
    font-size: max(6.6666666667vw, 3rem);
  }
}

.p-home-background01 {
  position: relative;
  padding-bottom: 175px;
  background-color: rgb(var(--color-bg, 1));
  background-image: url(/cms/wp-content/themes/infig/assets/img/home/bg01.svg), url(/cms/wp-content/themes/infig/assets/img/home/bg02.svg);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 4441px 500px;
}
@media (max-width: 1920px) {
  .p-home-background01 {
    background-size: 231.3020833333vw auto;
  }
}
@media (max-width: 950px) {
  .p-home-background01 {
    background-position: center 80px, center bottom;
  }
  .p-home-background01::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background: rgb(var(--color-bright, 1));
  }
}

.p-home-kv {
  padding-inline: 20px;
}
.p-home-kv__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1880px;
  width: 100%;
  margin-inline: auto;
  padding-top: 60px;
  padding-right: 23px;
}
.p-home-kv__content {
  width: 36.170212766%;
  padding-top: 150px;
}
.p-home-kv__tagline {
  display: flex;
  justify-content: center;
  gap: 44px;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  padding-left: 34px;
}
.p-home-kv__title01 {
  position: relative;
  font-weight: var(--font-ja-bold);
  font-size: 3.6rem;
  color: rgb(var(--color-main, 1));
}
.p-home-kv__title01::before {
  position: absolute;
  top: 18px;
  left: -20px;
  content: "";
  height: 30px;
  width: 3px;
  border-radius: 2px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(-48deg);
  box-shadow: -5px -3px 0 rgb(var(--color-base, 1));
}
.p-home-kv__title01::after {
  position: absolute;
  top: 18px;
  right: -20px;
  content: "";
  height: 30px;
  width: 3px;
  border-radius: 2px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(48deg);
  box-shadow: 5px -3px 0 rgb(var(--color-base, 1));
}
.p-home-kv__title02 {
  margin-top: 10px;
  font-weight: var(--font-ja-bold);
  font-size: 3.6rem;
}
.p-home-kv__title03 {
  max-width: 560px;
  margin-top: 14px;
  margin-left: auto;
  padding: 3px;
  background: rgb(var(--color-accent, 1));
  border: 4px solid rgb(var(--color-base, 1));
  border-radius: 40px;
  text-align: center;
  font-weight: var(--font-ja-bold);
  font-size: 4rem;
  line-height: 1.65;
}
.p-home-kv__logo {
  max-width: 560px;
  margin-top: 98px;
  margin-left: auto;
}
.p-home-kv__visual {
  position: relative;
  width: 59.5744680851%;
  aspect-ratio: 1120/782;
  overflow: hidden;
}
.p-home-kv__illust {
  position: absolute;
}
.p-home-kv__illust--01 {
  width: 12.9464285714%;
  bottom: 1.1508951407%;
  left: 2.7678571429%;
  z-index: 1;
}
.p-home-kv__illust--02 {
  width: 33.4821428571%;
  bottom: 0;
  right: 5.0892857143%;
  z-index: 1;
}
.p-home-kv__illust--03 {
  width: 22.1428571429%;
  top: 0;
  left: 0;
}
.p-home-kv__illust--04 {
  width: 20.8035714286%;
  top: 4.2199488491%;
  right: 0;
}
@media (max-width: 1800px) {
  .p-home-kv__content {
    padding-top: max(8.3333333333vw, 30px);
  }
}
@media (max-width: 1600px) {
  .p-home-kv__title03 {
    font-size: max(2.5vw, 2.4rem);
  }
  .p-home-kv__logo {
    margin-top: max(6.125vw, 30px);
  }
}
@media (max-width: 1350px) {
  .p-home-kv__tagline {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-left: 0;
  }
  .p-home-kv__title02 {
    margin-top: 0;
  }
  .p-home-kv__logo {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (max-width: 950px) {
  .p-home-kv__inner {
    flex-direction: column;
    padding-right: 0;
  }
  .p-home-kv__tagline {
    flex-direction: row;
    margin-right: auto;
    padding-left: 34px;
    gap: 44px;
  }
  .p-home-kv__title03 {
    max-width: 490px;
    margin-right: auto;
  }
  .p-home-kv__content {
    width: 100%;
  }
  .p-home-kv__visual {
    width: 100%;
    margin-inline: auto;
  }
  .p-home-kv__logo {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .p-home-kv__logo {
    max-width: 66.6666666667vw;
  }
  .p-home-kv__content {
    padding-top: 20px;
  }
  .p-home-kv__title03 {
    font-size: max(1.5vw, 2rem);
  }
}
@media (max-width: 550px) {
  .p-home-kv__inner {
    row-gap: 20px;
  }
  .p-home-kv__tagline {
    padding-left: 6.1818181818vw;
    gap: 8vw;
  }
  .p-home-kv__title01 {
    font-size: 6.5454545455vw;
  }
  .p-home-kv__title01::before {
    top: 3.2727272727vw;
    left: -3.6363636364vw;
    height: 5.4545454545vw;
  }
  .p-home-kv__title01::after {
    top: 3.2727272727vw;
    right: -3.6363636364vw;
    height: 5.4545454545vw;
  }
  .p-home-kv__title02 {
    font-size: 6.5454545455vw;
  }
}
@media (max-width: 550px) and (max-width: 500px) {
  .p-home-kv__title03 {
    border-width: 3px;
  }
}

.p-home-kv-slider {
  position: absolute;
  top: 21.3554987212%;
  left: 12.6785714286%;
  width: 67.9464285714%;
  aspect-ratio: 761/498;
  overflow: hidden;
  z-index: 1;
  padding-top: 2%;
  padding-left: 2%;
}
.p-home-kv-slider::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/wp-content/themes/infig/assets/img/home/tablet_frame.svg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.p-home-kv-slider .splide__slide {
  width: 97%;
}

.p-home-about {
  position: relative;
  margin-top: 60px;
  padding-top: 100px;
  z-index: 1;
}
.p-home-about__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin-inline: auto;
}
.p-home-about__header {
  max-width: 640px;
  width: 100%;
  padding-left: 140px;
}
.p-home-about__title {
  font-weight: var(--font-ja-bold);
  font-size: 6.2rem;
}
.p-home-about__strong {
  color: rgb(var(--color-main, 1));
}
.p-home-about__text {
  margin-top: 34px;
  font-weight: var(--font-ja-bold);
  font-size: 2rem;
}
.p-home-about__content {
  max-width: 1220px;
  width: 100%;
}
@media (max-width: 1920px) {
  .p-home-about__header {
    padding-left: 7.2916666667vw;
    width: 33.3333333333vw;
  }
  .p-home-about__content {
    max-width: 63.5416666667vw;
  }
}
@media (max-width: 1280px) {
  .p-home-about__header {
    padding-left: var(--padding-content);
  }
}
@media (max-width: 1120px) {
  .p-home-about {
    padding-top: 8.9285714286vw;
  }
  .p-home-about__inner {
    flex-direction: column;
    row-gap: 40px;
    padding-left: var(--padding-content);
  }
  .p-home-about__header {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: var(--padding-content);
  }
  .p-home-about__content {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .p-home-about__title {
    font-size: max(8.0834419817vw, 3.6rem);
  }
  .p-home-about__break {
    display: none;
  }
  .p-home-about__text {
    margin-top: max(4.4328552803vw, 20px);
    font-size: max(2.6075619296vw, 1.6rem);
  }
}
@media (max-width: 500px) {
  .p-home-about__inner {
    row-gap: 30px;
  }
}

.p-home-about-current {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-weight: var(--font-en-bold);
  font-family: var(--font-poppins);
  font-size: 2rem;
  line-height: 1;
}
.p-home-about-current__number {
  display: inline-block;
  width: 1.5em;
  text-align: center;
  font-size: 3.6rem;
  vertical-align: -0.04em;
}
@media (max-width: 767px) {
  .p-home-about-current {
    left: auto;
    bottom: auto;
    top: 8px;
    right: 12px;
    height: 4px;
    font-size: 1.4rem;
  }
  .p-home-about-current__number {
    font-size: 2.4rem;
  }
}

.p-home-about-indicator {
  position: absolute;
  display: none;
  left: 36px;
  bottom: 33px;
  height: 10px;
  width: 270px;
  height: 10px;
  background: rgb(var(--color-base, 1));
  border-radius: 5px;
  overflow: hidden;
}
.p-home-about-indicator__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgb(var(--color-main), 1);
}
@media (max-width: 1120px) {
  .p-home-about-indicator {
    right: 20px;
    left: auto;
    top: 16px;
    bottom: auto;
    height: 7px;
  }
}
@media (max-width: 767px) {
  .p-home-about-indicator {
    top: 8px;
    right: 8px;
    height: 4px;
    width: 150px;
  }
}

.p-home-about-nav {
  display: flex;
  gap: 11px;
  position: absolute;
  left: 36px;
  bottom: 33px;
  height: 10px;
  display: none;
}
.p-home-about-nav__item {
  width: 60px;
  background: rgb(var(--color-base, 1));
  border-radius: 5px;
  transition: var(--transition-default) background-color;
}
.p-home-about-nav__item[data-active=true] {
  background: rgb(var(--color-main), 1);
}
@media (max-width: 1120px) {
  .p-home-about-nav {
    right: 20px;
    left: auto;
    top: 16px;
    bottom: auto;
    height: 7px;
  }
  .p-home-about-nav__item {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .p-home-about-nav {
    top: 8px;
    right: 8px;
    height: 4px;
    gap: 6px;
  }
  .p-home-about-nav__item {
    width: 20px;
  }
}

.p-home-about-marquee {
  position: absolute;
  display: flex;
  top: -20px;
  width: 100%;
  font-size: 16rem;
  line-height: 1;
  overflow: hidden;
}
.p-home-about-marquee__item {
  padding-left: 50px;
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  white-space: nowrap;
  animation: marquee 18s linear infinite;
  color: rgb(var(--color-bright, 1));
}
@media (max-width: 767px) {
  .p-home-about-marquee {
    font-size: 20.8604954368vw;
  }
}

@keyframes marquee {
  0% {
    transform: none;
  }
  to {
    transform: translateX(-100%);
  }
}
.p-home-about-points {
  position: relative;
  min-height: 535px;
  border: 4px solid rgb(var(--color-base, 1));
  border-radius: 30px 0 0 30px;
  background: rgb(var(--color-bright, 1));
  background: #FFF6C6;
  transition: var(--transition-default) background-coler;
}
.p-home-about-points[data-slide="2"] {
  background: rgb(var(--color-bright, 1));
}
.p-home-about-points[data-slide="4"] {
  background: rgb(var(--color-bright, 1));
}
.p-home-about-points::before {
  position: absolute;
  left: 36px;
  top: -14px;
  content: "";
  width: 46px;
  height: 101px;
  background: url(/cms/wp-content/themes/infig/assets/img/home/about_decoration.svg) no-repeat;
  background-size: cover;
}
.p-home-about-points__item {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 73px;
  height: 535px;
  padding-top: 115px;
  padding-left: 53px;
  padding-right: 20px;
  transition: var(--transition-default) opacity, var(--transition-default) transform;
  opacity: 0;
}
.p-home-about-points__item[data-active=true] {
  opacity: 1;
  transform: none;
}
.p-home-about-points__content {
  width: 560px;
}
.p-home-about-points__image {
  padding-top: 62px;
}
.p-home-about-points__number {
  padding-bottom: 8px;
  border-bottom: 3px solid rgb(var(--color-base, 1));
  font-family: var(--font-poppins);
  font-size: 2.4rem;
}
.p-home-about-points__number::before {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 10px;
  background: rgb(var(--color-main, 1));
  border-radius: 50%;
}
.p-home-about-points__title {
  margin-top: 24px;
  font-weight: var(--font-ja-bold);
  font-size: 4.2rem;
  line-height: 1.5;
}
.p-home-about-points__strong {
  color: rgb(var(--color-main, 1));
}
@media (max-width: 1920px) {
  .p-home-about-points__item {
    gap: 3.8020833333vw;
    padding-left: 2.7604166667vw;
  }
}
@media (max-width: 1120px) {
  .p-home-about-points {
    min-height: 400px;
  }
  .p-home-about-points__item {
    height: auto;
    padding-top: 50px;
  }
  .p-home-about-points__title {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .p-home-about-points {
    min-height: 400px;
  }
  .p-home-about-points::before {
    left: max(4.6936114733vw, 31px);
    top: min(-1.8252933507vw, 12px);
    width: max(5.9973924381vw, 39px);
    height: max(13.1681877445vw, 87px);
  }
  .p-home-about-points__break01 {
    display: none;
  }
  .p-home-about-points__item {
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-inline: 30px;
  }
  .p-home-about-points__image {
    width: 200px;
    margin-inline: auto;
    padding-top: 15px;
  }
  .p-home-about-points__content {
    width: 100%;
  }
  .p-home-about-points__number {
    padding-bottom: max(1.0430247718vw, 4px);
    font-size: max(3.1290743155vw, 1.8rem);
  }
  .p-home-about-points__number::before {
    width: max(2.0860495437vw, 1.4rem);
    height: max(2.0860495437vw, 1.4rem);
  }
  .p-home-about-points__title {
    margin-top: 20px;
    font-size: max(4.9543676662vw, 2rem);
  }
}
@media (max-width: 500px) {
  .p-home-about-points {
    min-height: 345px;
    border-width: 3px;
  }
}

@media (min-width: 1101px) {
  .p-home-solution__break01 {
    display: none;
  }
}

.p-home-solution-slider {
  position: relative;
  margin-top: 47px;
}
.p-home-solution-slider .splide__arrows {
  position: absolute;
  pointer-events: none;
  width: 920px;
  display: flex;
  top: 160px;
  left: 0;
  right: 0;
  margin-inline: auto;
  justify-content: space-between;
  z-index: 1;
}
.p-home-solution-slider .splide__arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 120px;
  height: 116px;
  padding: 0;
  pointer-events: all;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 59.63'%3E%3Cpath d='M62,29.81c0,3.24-2.46,6.04-3.41,8.96s-.67,6.74-2.51,9.26-5.49,3.39-8.04,5.24-4.44,5.04-7.46,6.03-6.35-.49-9.58-.49-6.66,1.44-9.58.49-4.94-4.19-7.46-6.03-6.18-2.7-8.04-5.24-1.52-6.23-2.51-9.26-3.41-5.73-3.41-8.96,2.46-6.04,3.41-8.96.67-6.74,2.51-9.26,5.49-3.39,8.04-5.24S18.39,1.31,21.42.32s6.35.49,9.58.49,6.66-1.44,9.58-.49,4.94,4.19,7.46,6.03,6.18,2.7,8.04,5.24,1.52,6.23,2.51,9.26,3.41,5.73,3.41,8.96Z' style='fill: %23ffed6f;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  line-height: 1;
  cursor: pointer;
  filter: drop-shadow(7px 7px 0 rgba(126, 126, 126, 0.15));
}
.p-home-solution-slider .splide__arrow svg {
  width: 40px;
  height: 40px;
}
.p-home-solution-slider .splide__arrow--next {
  margin-right: -160px;
}
.p-home-solution-slider .splide__arrow--prev {
  transform: scaleX(-1);
  margin-left: -160px;
  filter: drop-shadow(-7px 7px 0 rgba(126, 126, 126, 0.15));
}
@media (max-width: 1480px) {
  .p-home-solution-slider .splide__arrows {
    width: 62.1621621622vw;
  }
}
@media (max-width: 1000px) {
  .p-home-solution-slider .splide__arrows {
    width: 47.2972972973vw;
  }
  .p-home-solution-slider .splide__arrow {
    width: 12vw;
    height: 11.6vw;
  }
  .p-home-solution-slider .splide__arrow svg {
    width: 4vw;
    height: 4vw;
  }
}
@media (max-width: 650px) {
  .p-home-solution-slider {
    margin-top: 47px;
  }
  .p-home-solution-slider .splide__arrows {
    width: 95%;
  }
  .p-home-solution-slider .splide__arrow {
    margin: 0;
  }
}

.p-home-solution-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 920px;
}
.p-home-solution-card__image {
  width: 34.7826086957%;
  border-radius: 160px;
  aspect-ratio: 320/480;
  background: rgb(var(--color-bg, 1));
  overflow: hidden;
}
.p-home-solution-card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-solution-card__content {
  width: 60.8695652174%;
  padding-top: 50px;
}
.p-home-solution-card__problem {
  position: relative;
  padding: 18px 26px;
  border: 4px solid rgb(var(--color-base, 1));
  border-radius: 40px;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-home-solution-card__problem::before {
  position: absolute;
  left: -17px;
  bottom: -1px;
  display: block;
  content: "";
  width: 28px;
  height: 4px;
  background: rgb(var(--color-base, 1));
  transform: rotateZ(-45deg);
}
.p-home-solution-card__title {
  margin-top: 50px;
  font-weight: var(--font-ja-bold);
  font-size: 2.4rem;
  color: rgb(var(--color-main, 1));
}
.p-home-solution-card__text {
  margin-top: 11px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 1480px) {
  .p-home-solution-card {
    max-width: 62.1621621622vw;
  }
}
@media (max-width: 1000px) {
  .p-home-solution-card {
    flex-direction: column;
    row-gap: 40px;
  }
  .p-home-solution-card__problem {
    border-radius: max(4vw, 24px);
    font-size: max(2.4vw, 1.6rem);
  }
  .p-home-solution-card__problem::before {
    left: 20px;
    bottom: auto;
    top: -13px;
  }
  .p-home-solution-card__title {
    margin-top: max(5vw, 20px);
    font-size: max(2.4vw, 1.6rem);
  }
  .p-home-solution-card__text {
    font-size: max(1.8vw, 1.4rem);
  }
  .p-home-solution-card__image {
    width: 100%;
    border-radius: max(4vw, 24px);
    aspect-ratio: 440/220;
    text-align: center;
  }
  .p-home-solution-card__image img {
    width: 60%;
  }
  .p-home-solution-card__content {
    width: 100%;
    padding-top: inherit;
  }
}
@media (max-width: 650px) {
  .p-home-solution-card {
    flex-direction: column;
    row-gap: 40px;
  }
  .p-home-solution-card__image {
    border-radius: 40px;
    background: rgb(var(--color-bg, 1));
    text-align: center;
  }
  .p-home-solution-card__problem {
    padding: 18px 20px;
  }
}
@media (max-width: 500px) {
  .p-home-solution-card {
    max-width: 80vw;
  }
  .p-home-solution-card__problem {
    border-width: 3px;
  }
  .p-home-solution-card__problem::before {
    height: 3px;
  }
}

.p-home-feature {
  position: relative;
  margin-top: 133px;
  padding-inline: 140px;
  padding-bottom: 4px;
}
.p-home-feature::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  background: rgb(var(--color-bg, 1));
  z-index: -1;
}
.p-home-feature__bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: calc(50% - var(--screen-width-half));
  bottom: 139px;
  height: 210px;
  width: var(--screen-width-full);
  background: url(/cms/wp-content/themes/infig/assets/img/home/feature_bg.webp);
}
.p-home-feature__bg::before, .p-home-feature__bg::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #000 66%, transparent 66%) repeat;
  background-size: 24px 4px;
}
.p-home-feature__button {
  max-width: 400px;
  margin-top: 60px;
  margin-inline: auto;
}
@media (max-width: 1920px) {
  .p-home-feature {
    padding-inline: 7.2916666667vw;
  }
}
@media (max-width: 1200px) {
  .p-home-feature__bg {
    height: 630px;
  }
}
@media (max-width: 767px) {
  .p-home-feature {
    margin-top: 17.3402868318vw;
  }
}
@media (max-width: 600px) {
  .p-home-feature__button {
    margin-top: 40px;
  }
  .p-home-feature__bg {
    height: 1270px;
  }
}
@media (max-width: 400px) {
  .p-home-feature__bg {
    height: 1100px;
  }
}

.p-home-feature-list {
  position: relative;
  display: flex;
  -moz-column-gap: 2.4390243902%;
       column-gap: 2.4390243902%;
  max-width: 1640px;
  margin-top: 116px;
  margin-inline: auto;
}
.p-home-feature-list__item {
  width: 23.1707317073%;
  transform: translateY(20px);
  opacity: 0;
  transition: var(--transition-slow) opacity, var(--transition-slow) transform;
}
.p-home-feature-list__item:nth-of-type(2) {
  translate: 0 -40px;
  transition-delay: 0.15s;
}
.p-home-feature-list__item:nth-of-type(3) {
  translate: 0;
  transition-delay: 0.25s;
}
.p-home-feature-list__item:nth-of-type(4) {
  translate: 0 -40px;
  transition-delay: 0.35s;
}
.p-home-feature-list__item:nth-of-type(5) {
  translate: 0 25px;
  transition-delay: 0.45s;
}
.is_show .p-home-feature-list__item {
  opacity: 1;
  transform: none;
}
@media (max-width: 1200px) {
  .p-home-feature-list {
    flex-wrap: wrap;
    row-gap: 80px;
    margin-top: 9.6666666667vw;
  }
  .p-home-feature-list__item {
    width: 46.3414634146%;
    max-width: 380px;
    margin-inline: auto;
  }
  .p-home-feature-list__item:nth-of-type(2), .p-home-feature-list__item:nth-of-type(3), .p-home-feature-list__item:nth-of-type(4), .p-home-feature-list__item:nth-of-type(5) {
    translate: 0;
  }
}
@media (max-width: 767px) {
  .p-home-feature-list {
    row-gap: 10.4302477184vw;
  }
}
@media (max-width: 600px) {
  .p-home-feature-list__item {
    width: 100%;
  }
}

.p-home-feature-card {
  position: relative;
  height: 100%;
  padding: 36px 36px 34px;
  border: 4px solid rgb(var(--color-base, 1));
  background: rgb(var(--color-bright, 1));
  border-radius: 30px;
}
.p-home-feature-card__badge {
  position: absolute;
  left: 13px;
  top: -34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 62px;
  padding-top: 5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65 62.63'%3E%3Cpath d='M57.86,18.98c-.29-1.92-.57-3.72-1.5-5-.94-1.29-2.58-2.11-4.32-2.98-1.14-.57-2.33-1.16-3.38-1.93-1.04-.76-1.96-1.69-2.84-2.6-1.37-1.4-2.65-2.71-4.2-3.22-1.47-.48-3.26-.18-5.15.13-1.29.21-2.62.43-3.97.43s-2.68-.22-3.97-.43c-1.89-.31-3.68-.61-5.15-.13-1.55.5-2.84,1.82-4.21,3.22-.88.9-1.8,1.84-2.84,2.6-1.05.77-2.24,1.36-3.38,1.93-1.74.87-3.38,1.69-4.32,2.98-.93,1.28-1.21,3.09-1.5,5-.19,1.27-.39,2.58-.8,3.84-.39,1.2-.99,2.34-1.57,3.45-.91,1.74-1.77,3.38-1.77,5.05s.86,3.31,1.77,5.05c.58,1.11,1.18,2.25,1.57,3.45.41,1.25.61,2.57.8,3.84.29,1.92.56,3.72,1.5,5,.94,1.3,2.58,2.12,4.32,2.98,1.14.57,2.33,1.16,3.38,1.93,1.04.76,1.95,1.69,2.84,2.6,1.37,1.4,2.66,2.71,4.21,3.22,1.47.48,3.26.18,5.15-.13,1.29-.21,2.62-.43,3.97-.43s2.68.22,3.97.43c1.89.31,3.68.61,5.15.13,1.55-.5,2.84-1.82,4.2-3.22.89-.91,1.8-1.84,2.84-2.6,1.05-.77,2.24-1.36,3.38-1.93,1.74-.87,3.38-1.69,4.32-2.98.93-1.28,1.2-3.09,1.5-5,.19-1.27.39-2.58.8-3.84.39-1.2.99-2.34,1.57-3.45.91-1.74,1.77-3.38,1.77-5.05s-.86-3.31-1.77-5.05c-.58-1.11-1.18-2.25-1.57-3.45-.41-1.25-.61-2.57-.8-3.83Z' style='fill: %23ffed6f;'/%3E%3Cpath d='M39.83,62.63c-1.29,0-2.58-.21-3.85-.42-1.22-.2-2.38-.39-3.48-.39s-2.26.19-3.48.39c-2.17.36-4.41.73-6.56.03-2.25-.73-3.86-2.38-5.42-3.97-.83-.85-1.62-1.66-2.46-2.27-.85-.62-1.87-1.13-2.96-1.67-1.98-.99-4.04-2.01-5.41-3.9-1.36-1.87-1.7-4.13-2.04-6.32-.18-1.2-.36-2.34-.69-3.36-.31-.96-.83-1.94-1.37-2.99-.99-1.89-2.11-4.03-2.11-6.44s1.12-4.55,2.11-6.44c.55-1.04,1.06-2.03,1.37-2.98.33-1.02.5-2.16.69-3.36.33-2.19.67-4.45,2.04-6.32,1.37-1.89,3.42-2.91,5.41-3.9,1.08-.54,2.1-1.05,2.96-1.67.84-.61,1.62-1.41,2.46-2.27,1.56-1.59,3.17-3.24,5.42-3.97,2.16-.7,4.4-.33,6.56.03,1.22.2,2.38.39,3.48.39s2.26-.19,3.48-.39c2.16-.36,4.4-.73,6.56-.03,2.25.73,3.86,2.38,5.42,3.97.84.85,1.62,1.66,2.46,2.27.85.62,1.88,1.13,2.96,1.67,1.98.99,4.04,2.01,5.41,3.9,1.36,1.87,1.7,4.13,2.04,6.32.18,1.2.35,2.34.69,3.36.31.96.83,1.94,1.37,2.99.99,1.89,2.11,4.03,2.11,6.44s-1.12,4.55-2.11,6.44c-.55,1.04-1.06,2.03-1.37,2.99-.33,1.02-.5,2.16-.69,3.36-.33,2.19-.67,4.45-2.04,6.32-1.37,1.89-3.42,2.91-5.41,3.9-1.08.54-2.1,1.05-2.96,1.67-.84.61-1.62,1.42-2.46,2.27-1.56,1.59-3.17,3.24-5.42,3.97-.89.29-1.8.4-2.71.4ZM32.5,58.82c1.35,0,2.68.22,3.97.43,1.89.31,3.68.61,5.15.13,1.55-.5,2.84-1.82,4.2-3.22.89-.91,1.8-1.84,2.84-2.6,1.05-.77,2.24-1.36,3.38-1.93,1.74-.87,3.38-1.69,4.32-2.98.93-1.28,1.2-3.09,1.5-5,.19-1.27.39-2.58.8-3.84.39-1.2.99-2.34,1.57-3.45.91-1.74,1.77-3.38,1.77-5.05s-.86-3.31-1.77-5.05c-.58-1.11-1.18-2.25-1.57-3.45-.41-1.25-.61-2.57-.8-3.83-.29-1.92-.57-3.72-1.5-5-.94-1.29-2.58-2.11-4.32-2.98-1.14-.57-2.33-1.16-3.38-1.93-1.04-.76-1.96-1.69-2.84-2.6-1.37-1.4-2.65-2.71-4.2-3.22-1.47-.48-3.26-.18-5.15.13-1.29.21-2.62.43-3.97.43s-2.68-.22-3.97-.43c-1.89-.31-3.68-.61-5.15-.13-1.55.5-2.84,1.82-4.21,3.22-.88.9-1.8,1.84-2.84,2.6-1.05.77-2.24,1.36-3.38,1.93-1.74.87-3.38,1.69-4.32,2.98-.93,1.28-1.21,3.09-1.5,5-.19,1.27-.39,2.58-.8,3.84-.39,1.2-.99,2.34-1.57,3.45-.91,1.74-1.77,3.38-1.77,5.05s.86,3.31,1.77,5.05c.58,1.11,1.18,2.25,1.57,3.45.41,1.25.61,2.57.8,3.84.29,1.92.56,3.72,1.5,5,.94,1.3,2.58,2.12,4.32,2.98,1.14.57,2.33,1.16,3.38,1.93,1.04.76,1.95,1.69,2.84,2.6,1.37,1.4,2.66,2.71,4.21,3.22,1.47.48,3.26.18,5.15-.13,1.29-.21,2.62-.43,3.97-.43Z' style='fill: %2329373e;'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  line-height: 1;
}
.p-home-feature-card__feature {
  font-size: 1rem;
}
.p-home-feature-card__number {
  font-size: 2.4rem;
}
.p-home-feature-card__title {
  text-align: center;
  font-weight: var(--font-ja-bold);
  font-size: 3rem;
  color: rgb(var(--color-main, 1));
  line-height: 1.5;
}
.p-home-feature-card__image {
  margin-top: 23px;
  margin-inline: -36px;
  border-top: 4px solid rgb(var(--color-base, 1));
  border-bottom: 4px solid rgb(var(--color-base, 1));
}
.p-home-feature-card__text {
  margin-top: 31px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 1920px) {
  .p-home-feature-card {
    padding: 36px max(1.875vw, 20px) 34px;
  }
  .p-home-feature-card__image {
    margin-inline: min(-1.875vw, -20px);
  }
}
@media (max-width: 1400px) {
  .p-home-feature-card__title {
    font-size: max(2.1428571429vw, 2.4rem);
  }
}
@media (max-width: 600px) {
  .p-home-feature-card {
    padding-block: 20px;
  }
  .p-home-feature-card__text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .p-home-feature-card__image {
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .p-home-feature-card {
    border-width: 3px;
  }
  .p-home-feature-card__image {
    border-width: 3px;
  }
}

.p-home-function {
  position: relative;
  padding-top: 130px;
  padding-inline: var(--padding-content);
}
.p-home-function::before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1000px;
  background: rgb(var(--color-bg, 1)) url(/cms/wp-content/themes/infig/assets/img/home/bg04.svg) no-repeat center bottom;
  background-size: 4441px 500px;
}
.p-home-function::after {
  position: absolute;
  right: 0;
  top: -29px;
  display: block;
  content: "";
  width: 740px;
  height: 529px;
  background: url(/cms/wp-content/themes/infig/assets/img/home/bg03.svg) no-repeat;
  background-size: cover;
}
.p-home-function__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1160px;
  margin-top: 50px;
  margin-inline: auto;
  z-index: 1;
}
.p-home-function__visual {
  width: 58.6206896552%;
}
.p-home-function__button {
  max-width: 400px;
  margin-top: 50px;
  margin-inline: auto;
}
@media (max-width: 1400px) {
  .p-home-function::after {
    top: -2.0714285714vw;
    width: 52.8571428571vw;
    height: 37.7857142857vw;
  }
}
@media (max-width: 1000px) {
  .p-home-function {
    padding-top: max(13vw, 80px);
  }
}
@media (max-width: 767px) {
  .p-home-function__content {
    position: relative;
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-top: max(5vw, 30px);
    padding-bottom: 270px;
  }
  .p-home-function__visual {
    width: 100%;
  }
  .p-home-function__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.p-home-function-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 680/445;
}
.p-home-function-slider::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/cms/wp-content/themes/infig/assets/img/home/tablet_frame.svg) no-repeat;
  background-size: cover;
  z-index: 1;
}
.p-home-function-slider__item {
  position: absolute;
  left: 3.0882352941%;
  top: 2.9213483146%;
  width: 94.1176470588%;
  z-index: -1;
  transition: var(--transition-default) opacity, var(--transition-default) transform;
  opacity: 0;
}
.p-home-function-slider__item[data-active=true] {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-home-function-slider {
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-home-function-list {
  position: relative;
  width: 37.9310344828%;
}
.p-home-function-list__item {
  position: absolute;
  display: grid;
  grid-template-columns: auto calc(100% - 104px);
  grid-template-rows: repeat(2, auto);
  row-gap: 17px;
  transition: var(--transition-default) opacity, var(--transition-default) transform;
  opacity: 0;
  transform: translateY(10px);
}
.p-home-function-list__item[data-active=true] {
  opacity: 1;
  transform: none;
}
.p-home-function-list__icon {
  width: 89px;
}
.p-home-function-list__title {
  grid-column-start: 2;
  grid-row-start: 1;
  margin-block: var(--leading-trim);
  align-self: flex-end;
  font-weight: var(--font-ja-bold);
  font-size: 3rem;
  line-height: 1.3;
}
.p-home-function-list__text {
  grid-column: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 2;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-home-function-list {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .p-home-function-list__item {
    grid-template-columns: auto calc(100% - 80px);
  }
  .p-home-function-list__title {
    font-size: max(5vw, 2.2rem);
  }
  .p-home-function-list__icon {
    width: 65px;
  }
  .p-home-function-list__text {
    font-size: 1.4rem;
  }
}

.p-home-news {
  position: relative;
  margin-top: 150px;
  padding-inline: var(--padding-content);
}
.p-home-news__inner {
  display: flex;
  max-width: 1160px;
  margin-inline: auto;
  -moz-column-gap: 3.4482758621%;
       column-gap: 3.4482758621%;
}
.p-home-news__header {
  position: relative;
  width: 200px;
}
.p-home-news__content {
  width: calc(100% - 240px);
}
.p-home-news__title {
  margin-block: var(--leading-trim);
  font-weight: var(--font-ja-bold);
  font-size: 4.2rem;
  line-height: 1.5;
}
.p-home-news__button {
  margin-top: 70px;
}
.p-home-news__link {
  position: relative;
  display: block;
  max-width: 113px;
  margin-inline: auto;
  padding-block: 15px;
  border-bottom: 2px solid rgb(var(--color-base, 1));
  color: rgb(var(--color-base, 1));
}
.p-home-news__link::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(var(--color-main), 1);
  border-radius: 50%;
  pointer-events: none;
  translate: 0 -50%;
  transition: transform var(--transition-default);
}
.p-home-news__link:hover::after {
  transform: scale(1.5);
}
@media (max-width: 1000px) {
  .p-home-news__title {
    font-size: max(4.2vw, 3.6rem);
  }
}
@media (max-width: 767px) {
  .p-home-news__inner {
    flex-direction: column;
    row-gap: 24px;
  }
  .p-home-news__header, .p-home-news__content {
    width: 100%;
  }
  .p-home-news__button {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .p-home-news__link {
    width: 110px;
    margin-top: -5px;
    padding-block: 5px;
  }
}
@media (max-width: 600px) {
  .p-home-news__title {
    font-size: max(6vw, 2.6rem);
  }
}

.p-home-news-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-home-news-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.9556714472vw;
  }
}

:root {
  --anc-mark: 66px;
  --anc-p-l: 95px;
}
@media (max-width: 767px) {
  :root {
    --anc-p-l: 71px;
  }
}
@media (max-width: 480px) {
  :root {
    --anc-p-l: 51px;
  }
}

.p-lower {
  background: url("/cms/wp-content/themes/infig/assets/img/common/bg_p-lower.svg") no-repeat right top;
}
.p-lower main {
  padding-top: var(--header);
}
.p-lower__heading--01 {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
.p-lower__heading--01--en {
  width: 100%;
  margin-block: var(--leading-trim);
  margin-left: -3px;
  font-size: calc(clamp(5.625rem, 4.593rem + 3.99vw, 9.375rem) * 1.6);
  font-weight: var(--font-en-bold);
  font-family: var(--font-poppins);
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(var(--color-bg));
  mix-blend-mode: multiply;
  z-index: -1;
}
@media (max-width: 600px) {
  .p-lower__heading--01--en {
    width: auto;
    font-size: 80px;
    font-size: 70px;
    margin-left: 0;
    position: absolute;
    top: -35px;
    top: -0.575em;
  }
}
@media (max-width: 414px) {
  .p-lower__heading--01--en {
    font-size: 50px;
  }
}
.p-lower__heading--01--main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px 12px;
  margin: -4.8rem 0 var(--leading-trim);
  border: 4px solid rgb(var(--color-base));
  border-radius: 100vmax;
  font-size: calc(clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem) * 1.6);
  font-weight: var(--font-ja-bold);
  letter-spacing: 0.05em;
  background-color: rgb(var(--color-accent));
}
@media (max-width: 600px) {
  .p-lower__heading--01--main {
    margin: var(--leading-trim) 0;
  }
}
@media (max-width: 767px) {
  .p-lower__heading--01--main {
    padding: 8px 32px 10px;
  }
}
@media (max-width: 414px) {
  .p-lower__heading--01--main {
    padding: 5px 26px 7px;
    border-width: 3px;
  }
}
.p-lower__heading--02 {
  font-size: calc(clamp(1.625rem, 1.247rem + 1.46vw, 3rem) * 1.6);
  font-weight: var(--font-ja-bold);
  margin-bottom: 50px;
  margin-bottom: 1.01em;
}
.p-lower__heading--03 {
  font-size: calc(clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
.p-lower__breadcrumbs {
  font-size: calc(clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem) * 1.6);
  margin-top: 1em;
  margin-bottom: 78px;
}
@media (max-width: 1200px) {
  .p-lower__breadcrumbs {
    margin-bottom: 60px;
  }
}
@media (max-width: 1000px) {
  .p-lower__breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .p-lower__breadcrumbs {
    margin-top: 1.5em;
    margin-bottom: 30px;
  }
}
.p-lower__breadcrumbs__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .p-lower__breadcrumbs__list {
    justify-content: flex-start;
  }
}
.p-lower__breadcrumbs__item a {
  color: rgb(var(--color-main, 1));
  text-decoration: none;
}
.p-lower__breadcrumbs__item:not(:first-of-type)::before {
  content: ">";
  margin-left: 1em;
  margin-right: 1em;
}
.p-lower__read {
  margin-top: -14px;
  margin-bottom: 62px;
  font-size: calc(clamp(1rem, 0.909rem + 0.45vw, 1.25rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
@media (max-width: 767px) {
  .p-lower__read {
    margin-bottom: 35px;
  }
}
.p-lower__read .br {
  display: block;
}
.p-lower__flex {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1200px) {
  .p-lower__flex {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 767px) {
  .p-lower__flex {
    flex-direction: column;
    row-gap: 30px;
  }
}
.p-lower__flex__main {
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  .p-lower__flex__main {
    flex: auto;
    width: 100%;
  }
}
.p-lower__flex__side {
  width: 280px;
  position: relative;
}
@media (max-width: 767px) {
  .p-lower__flex__side {
    width: 100%;
  }
}
.p-lower__flex__side .scrollnav {
  position: sticky;
  top: 160px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  .p-lower__flex__side .scrollnav {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .p-lower__flex__side .scrollnav {
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-lower__anclist {
  counter-reset: ol_li;
  border: 4px solid rgb(var(--color-base));
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-lower__anclist {
    display: flex;
    flex-wrap: wrap;
    border-width: 3px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .p-lower__anclist {
    border: none;
    gap: 10px;
  }
}
.p-lower__anclist li {
  border-top: 4px solid rgb(var(--color-base));
  font-size: calc(clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem) * 1.6);
  font-weight: var(--font-ja-bold);
  overflow: hidden;
}
.p-lower__anclist li:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  .p-lower__anclist li {
    border-top-width: 3px;
  }
  .p-lower__anclist li:nth-of-type(2) {
    border-top: none;
  }
  .p-lower__anclist li:nth-of-type(even) {
    border-left: 3px solid rgb(var(--color-base));
  }
}
@media (max-width: 480px) {
  .p-lower__anclist li {
    border: none;
  }
  .p-lower__anclist li:nth-of-type(even) {
    border-left: none;
  }
}
.p-lower__anclist li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 102px;
  padding-right: 30px;
  padding-left: 95px;
  padding-left: var(--anc-p-l);
  position: relative;
  text-decoration: none;
  color: rgb(var(--color-base));
  background-color: rgb(var(--color-bright));
  overflow: hidden;
}
@media (max-width: 1200px) {
  .p-lower__anclist li a {
    height: 82px;
  }
}
@media (max-width: 767px) {
  .p-lower__anclist li a {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .p-lower__anclist li a {
    padding-right: 17px;
  }
}
@media (max-width: 414px) {
  .p-lower__anclist li a {
    padding-right: 13px;
  }
}
.p-lower__anclist li a.on, .p-lower__anclist li a:hover {
  background-color: rgb(var(--color-bg));
}
.p-lower__anclist li a::before, .p-lower__anclist li a::after {
  position: absolute;
  transform: translateY(-50%);
}
.p-lower__anclist li a::before {
  counter-increment: ol_li;
  content: counter(ol_li, decimal-leading-zero);
  width: 2em;
  margin-block: var(--leading-trim);
  font-size: calc(clamp(0.813rem, 0.623rem + 0.73vw, 1.5rem) * 1.6);
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  line-height: 1;
  top: calc(50% + 2px);
  left: calc((var(--anc-mark) - 2em) / 2 + (var(--anc-p-l) - var(--anc-mark)) / 2 + 2px);
  z-index: 1;
  text-align: center;
}
@media (max-width: 414px) {
  .p-lower__anclist li a::before {
    font-size: 13px;
  }
}
.p-lower__anclist li a::after {
  content: "";
  display: block;
  width: var(--anc-mark);
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  left: 16px;
  background: url("/cms/wp-content/themes/infig/assets/img/common/icon_anc.svg") no-repeat center center;
}
.p-lower__anclist li a > span {
  flex: 1;
}
@media (max-width: 767px) {
  .p-lower__anclist li a br {
    display: none;
  }
}
.p-lower__anclist li:first-of-type a, .p-lower__anclist li:last-child a {
  height: 112px;
}
@media (max-width: 1200px) {
  .p-lower__anclist li:first-of-type a, .p-lower__anclist li:last-child a {
    height: 87px;
  }
}
@media (max-width: 767px) {
  .p-lower__anclist li:first-of-type a, .p-lower__anclist li:last-child a {
    height: 100%;
    padding-top: 0;
  }
}
.p-lower__anclist li:first-of-type a {
  padding-top: 10px;
  border-radius: 26px 26px 0 0;
}
@media (max-width: 767px) {
  .p-lower__anclist li:first-of-type a {
    border-radius: 17px 17px 0 0;
  }
}
.p-lower__anclist li:first-of-type a::before {
  top: calc(50% + 7px);
}
.p-lower__anclist li:first-of-type a::after {
  top: calc(50% + 5px);
}
.p-lower__anclist li:last-child a {
  padding-bottom: 10px;
  border-radius: 0 0 26px 26px;
}
@media (max-width: 767px) {
  .p-lower__anclist li:last-child a {
    border-radius: 0 0 17px 17px;
  }
}
.p-lower__anclist li:last-child a::before {
  top: calc(50% - 3px);
}
.p-lower__anclist li:last-child a::after {
  top: calc(50% - 5px);
}
@media (max-width: 767px) {
  .p-lower__anclist li, .p-lower__anclist li:first-of-type, .p-lower__anclist li:last-of-type {
    width: 50%;
    border-radius: 0;
  }
  .p-lower__anclist li a, .p-lower__anclist li:first-of-type a, .p-lower__anclist li:last-of-type a {
    height: 100%;
    padding-block: 20px;
    border-radius: 0;
  }
  .p-lower__anclist li a::before, .p-lower__anclist li:first-of-type a::before, .p-lower__anclist li:last-of-type a::before {
    top: calc(50% + 1px);
  }
  .p-lower__anclist li a::after, .p-lower__anclist li:first-of-type a::after, .p-lower__anclist li:last-of-type a::after {
    top: 50%;
    width: 46px;
  }
}
@media (max-width: 480px) {
  .p-lower__anclist li, .p-lower__anclist li:first-of-type, .p-lower__anclist li:last-of-type {
    width: auto;
  }
  .p-lower__anclist li a, .p-lower__anclist li:first-of-type a, .p-lower__anclist li:last-of-type a {
    padding-block: 13px;
    background-color: rgb(var(--color-bg));
    border-radius: 9999vmax;
  }
  .p-lower__anclist li a::before, .p-lower__anclist li:first-of-type a::before, .p-lower__anclist li:last-of-type a::before {
    left: 11px;
    top: 50%;
  }
  .p-lower__anclist li a::after, .p-lower__anclist li:first-of-type a::after, .p-lower__anclist li:last-of-type a::after {
    width: 34px;
    left: 9px;
  }
}
@media (max-width: 414px) {
  .p-lower__anclist li a, .p-lower__anclist li:first-of-type a, .p-lower__anclist li:last-of-type a {
    padding-block: 10px;
  }
  .p-lower__anclist li a::before, .p-lower__anclist li:first-of-type a::before, .p-lower__anclist li:last-of-type a::before {
    left: 13px;
  }
  .p-lower__anclist li a::after, .p-lower__anclist li:first-of-type a::after, .p-lower__anclist li:last-of-type a::after {
    width: 34px;
  }
}

.p-news__menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-news__menu {
    flex-direction: row;
    gap: 10px;
  }
}
.p-news__menu li {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .p-news__menu li {
    display: flex;
    width: auto;
  }
}
.p-news__pagebute {
  margin-top: 30px;
}
.p-news__pagebute .page-numbers {
  display: flex;
  justify-content: center;
  font-family: var(--font-poppins);
  gap: 10px;
}
.p-news__pagebute .page-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-en-bold);
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  line-height: 1;
  overflow: hidden;
}
.p-news__pagebute .page-numbers li span,
.p-news__pagebute .page-numbers li a {
  line-height: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news__pagebute .page-numbers li span {
  color: #334149;
  background-color: rgb(var(--color-border));
}
.p-news__pagebute .page-numbers li a {
  text-decoration: none;
  color: rgb(var(--color-main));
  background-color: rgb(var(--color-bg));
  transition: background-color var(--transition-default), color var(--transition-default);
}
.p-news__pagebute .page-numbers li a:hover {
  background: rgb(var(--color-main), 1);
  color: rgb(var(--color-bright), 1);
}
.p-news .p-lower__flex {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 768px) {
  .p-news .p-lower__flex__main {
    max-width: 920px;
  }
}
@media (min-width: 768px) {
  .p-news .p-lower__flex__side {
    width: 200px;
  }
}

.p-contact__section {
  padding: min(54px, 4rem) 10.3448275862%;
  border-radius: 30px;
  background-color: rgb(var(--color-bg));
}
@media (max-width: 1200px) {
  .p-contact__section {
    padding-inline: 7.7586206897%;
  }
}
@media (max-width: 767px) {
  .p-contact__section {
    padding: 2.5rem 30px;
    border-radius: 20px;
  }
}
@media (max-width: 414px) {
  .p-contact__section {
    padding: 2.5rem 16px;
  }
}
.p-contact__section + .p-contact__section {
  margin-top: 40px;
}
.p-contact__section--tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .p-contact__section--tel {
    flex-direction: column;
    row-gap: 12px;
  }
}
.p-contact__section--tel__text {
  line-height: 1;
}
@media (max-width: 767px) {
  .p-contact__section--tel__text {
    text-align: center;
  }
}
.p-contact__section--tel__text__num {
  font-size: min(60px, 4.6875vw);
  font-weight: var(--font-en-bold);
  font-family: var(--font-poppins);
  color: rgb(var(--color-main));
}
@media (max-width: 767px) {
  .p-contact__section--tel__text__num {
    font-size: calc(clamp(2.5rem, 2.156rem + 1.33vw, 3.75rem) * 1.6);
  }
}
@media (max-width: 414px) {
  .p-contact__section--tel__text__num {
    font-size: 39px;
  }
}
.p-contact__section--tel__text__time {
  margin-top: 10px;
  color: #334149;
}
@media (max-width: 414px) {
  .p-contact__section--tel__text__time {
    margin-top: 6px;
  }
}
.p-contact__section--form__head {
  margin: 18px 0 35px;
  color: #334149;
}
@media (max-width: 767px) {
  .p-contact__section--form .p-lower__heading--03 {
    text-align: center;
  }
}
.p-contact__section--form .p-lower__heading--03 br {
  display: none;
}
@media (max-width: 414px) {
  .p-contact__section--form .p-lower__heading--03 br {
    display: block;
  }
}

.p-faq__list {
  padding-top: 21px;
}
.p-faq__item {
  border-radius: 20px;
  background-color: rgb(var(--color-bg));
  margin-bottom: 37px;
}
@media (max-width: 414px) {
  .p-faq__item {
    border-radius: 15px;
  }
}
.p-faq__item.is-opened .p-faq__title__inner::after {
  transform: rotate(180deg);
}
.p-faq__title, .p-faq__content {
  display: block;
}
.p-faq__title__inner, .p-faq__content__inner {
  display: flex;
  align-items: flex-start;
  margin-block: var(--leading-trim);
  position: relative;
}
.p-faq__title__inner::before, .p-faq__content__inner::before {
  margin-top: -7px;
  margin-right: 15px;
  font-size: calc(clamp(1.5rem, 1.225rem + 1.06vw, 2.5rem) * 1.6);
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  line-height: 1;
}
@media (max-width: 1200px) {
  .p-faq__title__inner::before, .p-faq__content__inner::before {
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  .p-faq__title__inner::before, .p-faq__content__inner::before {
    margin-top: -1px;
  }
}
@media (max-width: 414px) {
  .p-faq__title__inner::before, .p-faq__content__inner::before {
    margin-top: 0;
    margin-right: 12px;
  }
}
.p-faq__title::-webkit-details-marker {
  display: none;
}
.p-faq__title:hover {
  cursor: pointer;
}
.p-faq__title__inner {
  padding: 21px 78px 25px 32px;
  font-size: calc(clamp(1rem, 0.909rem + 0.45vw, 1.25rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
@media (max-width: 767px) {
  .p-faq__title__inner {
    padding-right: 58px;
  }
}
@media (max-width: 414px) {
  .p-faq__title__inner {
    padding: 11px 45px 15px 17px;
  }
}
.p-faq__title__inner::before {
  content: "Q";
  color: rgb(var(--color-main));
}
.p-faq__title__inner::after {
  content: "";
  width: 20px;
  height: 12px;
  position: absolute;
  top: calc(50% - 7px);
  bottom: 0;
  right: 43px;
  transition: transform 0.4s;
  transform-origin: center 43%;
  background: url("/cms/wp-content/themes/infig/assets/img/common/arr.svg") no-repeat center center;
}
@media (max-width: 767px) {
  .p-faq__title__inner::after {
    right: 23px;
  }
}
@media (max-width: 414px) {
  .p-faq__title__inner::after {
    width: 15px;
    height: 9px;
    right: 15px;
  }
}
.p-faq__content {
  overflow: hidden;
}
.p-faq__content__inner {
  padding: 26px 42px 28px calc(clamp(1rem, 0.909rem + 0.45vw, 1.25rem) * 1.6 + 22px + 35px);
  border-top: 4px solid rgb(var(--color-bright));
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-faq__content__inner {
    padding-left: calc(19px + 4rem + 15px);
  }
}
@media (max-width: 414px) {
  .p-faq__content__inner {
    padding: 16px 17px 18px calc(4rem + 5px);
  }
}
.p-faq__content__inner > * {
  width: 100%;
}
.p-faq__content__inner::before {
  content: "A";
  position: absolute;
  top: 26px;
  left: 35px;
}
@media (max-width: 414px) {
  .p-faq__content__inner::before {
    top: 17px;
    left: 18px;
  }
}
.p-faq__content__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgb(var(--color-bright));
  position: absolute;
  left: 0;
  top: 0;
}

.p-ff {
  counter-reset: ol_li;
}
.p-ff__item {
  counter-increment: ol_li;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1200px) {
  .p-ff__item {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .p-ff__item {
    margin-bottom: 80px;
  }
}
.p-ff__item:last-of-type {
  margin-bottom: 0 !important;
}
.p-ff__item::before {
  content: counter(ol_li, decimal-leading-zero);
  font-size: calc(clamp(6.25rem, 2.811rem + 13.29vw, 18.75rem) * 1.6);
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  line-height: 1;
  color: rgb(var(--color-bg));
  position: absolute;
  top: -30px;
  right: -20px;
  z-index: -1;
  font-size: 15.625vw;
}
.p-ff .p-lower__heading--03 {
  display: flex;
  align-items: flex-end;
}
.p-ff .p-lower__heading--03::before {
  content: "";
  width: 100px;
  height: auto;
  aspect-ratio: 100/80;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-ff__hd {
  font-size: calc(clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem) * 1.6);
  font-weight: var(--font-ja-bold);
  line-height: 1.5;
  color: rgb(var(--color-main));
}
.p-ff__list li {
  font-size: calc(clamp(0.938rem, 0.886rem + 0.2vw, 1.125rem) * 1.6);
  padding-left: 1.25em;
  position: relative;
}
.p-ff__list li::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 9999vmax;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0.4em);
  background-color: rgb(var(--color-main));
}
.p-ff__list li + li {
  margin-top: 0.5em;
}

:root {
  --mark: 86px;
}
@media (max-width: 1200px) {
  :root {
    --mark: 74px;
  }
}
@media (max-width: 767px) {
  :root {
    --mark: 60px;
  }
}

.p-feature .p-ff__item {
  display: grid;
  grid-template-rows: auto auto;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: flex-start;
}
@media (min-width: 1201px) {
  .p-feature .p-ff__item:nth-of-type(odd) {
    grid-template-areas: "hd spacer" "contents img";
    grid-template-columns: 42.3076923077% 53.8461538462%;
  }
  .p-feature .p-ff__item:nth-of-type(even) {
    grid-template-areas: "spacer hd" "img contents";
    grid-template-columns: 53.8461538462% 42.3076923077%;
  }
  .p-feature .p-ff__item:nth-of-type(even)::before {
    right: 45.2830188679%;
  }
  .p-feature .p-ff__item:nth-of-type(1) .p-ff__img {
    margin-top: -30px;
  }
  .p-feature .p-ff__item:nth-of-type(2) .p-ff__img {
    margin-top: -10px;
  }
  .p-feature .p-ff__item:nth-of-type(3) .p-ff__img {
    margin-top: 15px;
  }
  .p-feature .p-ff__item:nth-of-type(4) .p-ff__img {
    margin-top: -10px;
  }
}
@media (max-width: 1200px) {
  .p-feature .p-ff__item {
    grid-template-areas: "hd" "contents" "img";
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .p-feature .p-ff__item::before {
    top: auto;
    bottom: 170px;
    right: -10px;
    opacity: 0.45;
    opacity: 0.6;
    font-size: 310px;
  }
}
@media (max-width: 767px) {
  .p-feature .p-ff__item::before {
    font-size: 240px;
  }
}
@media (max-width: 414px) {
  .p-feature .p-ff__item::before {
    font-size: 170px;
    bottom: 170px;
    top: -17px;
  }
}
.p-feature .p-ff__item .p-lower__heading--03 {
  grid-area: hd;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 767px) {
  .p-feature .p-ff__item .p-lower__heading--03 {
    margin-bottom: 18px;
  }
}
.p-feature .p-ff__item .p-lower__heading--03 span {
  flex: 1;
}
.p-feature .p-ff__item .p-lower__heading--03::before {
  width: var(--mark);
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 16px;
  background: url("/cms/wp-content/themes/infig/assets/img/common/icon_anc.svg") no-repeat center center;
}
@media (max-width: 767px) {
  .p-feature .p-ff__item .p-lower__heading--03::before {
    margin-right: 8px;
  }
}
.p-feature .p-ff__item .p-lower__heading--03::after {
  content: counter(ol_li, decimal-leading-zero);
  width: 2em;
  font-size: calc(clamp(1.375rem, 1.134rem + 0.93vw, 2.25rem) * 1.6);
  font-family: var(--font-poppins);
  font-weight: var(--font-en-bold);
  line-height: 1;
  color: rgb(var(--color-base));
  position: absolute;
  bottom: calc((var(--mark) - 1em) / 2 - 2px);
  left: 7px;
  left: calc((var(--mark) - 2em) / 2);
  text-align: center;
}
@media (max-width: 1200px) {
  .p-feature .p-ff__item .p-lower__heading--03::after {
    bottom: calc((var(--mark) - 1em) / 2 - 1px);
  }
}
@media (max-width: 767px) {
  .p-feature .p-ff__item .p-lower__heading--03::after {
    font-size: 24px;
  }
}
.p-feature .p-ff__item .p-ff__img {
  grid-area: img;
}
@media (max-width: 1200px) {
  .p-feature .p-ff__item .p-ff__img {
    max-width: 400px;
    margin: 50px auto 0;
  }
}
@media (max-width: 414px) {
  .p-feature .p-ff__item .p-ff__img {
    margin-top: 30px;
  }
}
.p-feature .p-ff__item .p-ff__contents {
  grid-area: contents;
}
.p-feature .p-ff__item .p-ff__contents .p-ff__hd {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .p-feature .p-ff__item .p-ff__contents .p-ff__hd {
    margin-bottom: 18px;
  }
}
.p-feature .p-ff__item .p-ff__contents .p-ff__list {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .p-feature .p-ff__item .p-ff__contents .p-ff__list {
    margin-bottom: 20px;
  }
}
.p-feature .p-ff__item .spacer {
  grid-area: spacer;
  visibility: hidden;
  height: 100%;
}
@media (max-width: 1200px) {
  .p-feature .p-ff__item .spacer {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-function .p-lower__anclist li:last-of-type {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .p-function .p-lower__anclist li:last-of-type {
    width: auto;
  }
}
.p-function .p-ff__item .p-lower__heading--03 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-function .p-ff__item .p-lower__heading--03 {
    margin-bottom: 20px;
  }
}
.p-function .p-ff__item .p-lower__heading--03::before {
  width: 100px;
  height: auto;
  aspect-ratio: 100/80;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .p-function .p-ff__item .p-lower__heading--03::before {
    width: 70px;
    margin-bottom: 6px;
  }
}
.p-function .p-ff__item:nth-of-type(1) .p-lower__heading--03::before {
  background-image: url("/cms/wp-content/themes/infig/assets/img/function/bg_hd-01.webp");
}
.p-function .p-ff__item:nth-of-type(2) .p-lower__heading--03::before {
  background-image: url("/cms/wp-content/themes/infig/assets/img/function/bg_hd-02.webp");
}
.p-function .p-ff__item:nth-of-type(3) .p-lower__heading--03::before {
  background-image: url("/cms/wp-content/themes/infig/assets/img/function/bg_hd-03.webp");
}
.p-function .p-ff__item:nth-of-type(4) .p-lower__heading--03::before {
  background-image: url("/cms/wp-content/themes/infig/assets/img/function/bg_hd-04.webp");
}
@media (max-width: 767px) {
  .p-function .p-ff__item::before {
    top: 0;
    font-size: 180px;
    opacity: 0.45;
    opacity: 0.6;
    right: -10px;
  }
}
@media (max-width: 414px) {
  .p-function .p-ff__item::before {
    font-size: 170px;
    bottom: 170px;
    top: -13px;
    font-size: 100px;
    top: -15px;
  }
}
.p-function .p-ff__contents {
  display: grid;
  grid-template-rows: auto auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-areas: "hd hd" "list notes";
  grid-template-columns: 43.2692307692% 53.8461538462%;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .p-function .p-ff__contents {
    display: block;
  }
}
.p-function .p-ff__contents .p-ff__hd {
  grid-area: hd;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .p-function .p-ff__contents .p-ff__hd {
    margin-bottom: 0;
  }
}
.p-function .p-ff__contents .p-ff__list {
  grid-area: list;
  margin: 0 0 20px;
}
@media (max-width: 1200px) {
  .p-function .p-ff__contents .p-ff__list {
    margin-top: 24px;
  }
}
.p-function .p-ff__contents .p-ff__notes {
  grid-area: notes;
}
.p-function .p-ff .req {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 4.1666666667%;
  padding: 40px;
  border-radius: 30px;
  background-color: rgb(var(--color-bg));
}
@media (max-width: 1200px) {
  .p-function .p-ff .req {
    row-gap: 1rem;
    flex-direction: column;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .p-function .p-ff .req {
    padding: 24px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 414px) {
  .p-function .p-ff .req {
    padding: 1.5rem 1.75rem;
  }
}
.p-function .p-ff .req .p-lower__heading--03 {
  width: min(180px, 4.5em);
  align-items: center;
}
@media (max-width: 1200px) {
  .p-function .p-ff .req .p-lower__heading--03 {
    width: 100%;
  }
}
.p-function .p-ff .req .p-lower__heading--03::before {
  content: none;
}
.p-function .p-ff .req .p-ff__list {
  flex: 1;
}
@media (max-width: 1200px) {
  .p-function .p-ff .req .p-ff__list {
    flex: auto;
  }
}

.req-note {
  margin-top: 1em;
}
.req-note__text {
  padding-left: 1em;
  text-indent: -1em;
}

.p-price__list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 123px;
}
@media (max-width: 1200px) {
  .p-price__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .p-price__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 600px) {
  .p-price__list {
    flex-wrap: wrap;
    row-gap: 18px;
    margin-bottom: 60px;
  }
}
.p-price__item {
  flex: 1;
  padding: 53px;
  border: 4px solid rgb(var(--color-base));
  text-align: center;
  border-radius: 30px;
  background-color: rgb(var(--color-accent));
}
@media (max-width: 1200px) {
  .p-price__item {
    padding: 45px 38px;
  }
}
@media (max-width: 767px) {
  .p-price__item {
    padding: 30px 10px;
  }
}
@media (max-width: 600px) {
  .p-price__item {
    flex: auto;
  }
}
.p-price__item > * {
  line-height: 1;
}
.p-price__hd {
  margin-bottom: 35px;
  margin-bottom: 1.17em;
  font-size: calc(clamp(1.25rem, 1.078rem + 0.66vw, 1.875rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
.p-price__text {
  margin-top: 42px;
  margin-bottom: 14px;
  margin-top: 2.625rem;
  margin-bottom: 0.875rem;
}
.p-price__price {
  font-size: calc(clamp(1.188rem, 1.033rem + 0.6vw, 1.75rem) * 1.6);
  font-weight: var(--font-ja-bold);
  color: rgb(var(--color-main));
}
.p-price__price b {
  font-size: calc(clamp(2.5rem, 2.156rem + 1.33vw, 3.75rem) * 1.6);
  font-weight: var(--font-en-bold);
  font-family: var(--font-poppins);
}
.p-price__tax {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: calc(clamp(0.875rem, 0.841rem + 0.13vw, 1rem) * 1.6);
}
.p-price__tax b {
  font-size: calc(clamp(1rem, 0.909rem + 0.45vw, 1.25rem) * 1.6);
  font-weight: var(--font-en-bold);
  font-family: var(--font-poppins);
}
.p-price__support__list {
  display: flex;
  gap: 40px;
  margin-top: 52px;
}
@media (max-width: 1200px) {
  .p-price__support__list {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .p-price__support__list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .p-price__support__list {
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .p-price__support__list {
    gap: 35px;
  }
}
@media (max-width: 414px) {
  .p-price__support__list {
    gap: 25px;
  }
}
.p-price__support__item {
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .p-price__support__item {
    flex: none;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .p-price__support__item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.p-price__support__img {
  background-color: rgb(var(--color-bg));
  border-radius: 20px;
  overflow: hidden;
}
.p-price__support__hd {
  margin-top: 21px;
  margin-top: 0.875em;
  margin-bottom: 14px;
  margin-bottom: 0.58em;
  font-size: calc(clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-price__support__hd {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .p-price__support__hd {
    order: -1;
    margin-top: 0;
    text-align: center;
  }
  .p-price__support__hd::before {
    content: "";
    display: inline-block;
    width: 14px;
    aspect-ratio: 1/1;
    border-radius: 9999vmax;
    background-color: rgb(var(--color-main));
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .p-price__support__text {
    margin-inline: 8px;
  }
}
@media (max-width: 600px) {
  .p-price__support__text {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 414px) {
  .p-price__support__text {
    text-align: left;
  }
}

.p-dl .p-lower__read {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .p-dl .p-lower__read {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .p-dl .p-lower__read {
    margin-top: 40px;
  }
}
.p-dl__list {
  display: flex;
  gap: 40px;
  margin-top: 52px;
}
@media (max-width: 1200px) {
  .p-dl__list {
    gap: 30px;
  }
}
@media (max-width: 1000px) {
  .p-dl__list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .p-dl__list {
    gap: 20px;
    margin-top: 0;
  }
}
.p-dl__item {
  flex: 1;
  background-color: rgb(var(--color-bg));
  border-radius: 20px;
  padding: 2em 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  .p-dl__item {
    padding-inline: 20px;
  }
}
@media (max-width: 1000px) {
  .p-dl__item {
    flex: none;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 600px) {
  .p-dl__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1.5em 25px 1.75em;
  }
}
.p-dl__hd {
  display: flex;
  justify-content: center;
  margin-bottom: 0.65em;
  font-size: calc(clamp(1.125rem, 1.022rem + 0.4vw, 1.5rem) * 1.6);
  font-weight: var(--font-ja-bold);
}
@media (min-width: 768px) and (max-width: 1000px) {
  .p-dl__hd {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .p-dl__hd {
    text-align: center;
  }
}
.p-dl__hd__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 1300px) {
  .p-dl__hd__inner {
    display: inline-block;
    padding-left: 0;
  }
}
.p-dl__hd__inner::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 9999vmax;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: rgb(var(--color-main));
}
@media (max-width: 1300px) {
  .p-dl__hd__inner::before {
    margin-right: 8px;
    position: relative;
    top: auto;
  }
}
.p-dl__hd__inner br {
  display: none;
}
@media (min-width: 601px) and (max-width: 1300px) {
  .p-dl__hd__inner br {
    display: block;
  }
}
.p-dl .c-contact-list__button {
  margin-top: 0;
}
@media (max-width: 1000px) {
  .p-dl .c-contact-list__button {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .p-dl .c-contact-list__button {
    width: 300px;
    max-width: 100%;
  }
}