@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: 0 !important;
}
html.is-lock {
  overflow: hidden;
}
html {
  --header-inner-height: 87px;
}
@media only screen and (max-width: 768px) {
  html {
    --header-inner-height: 50px;
  }
}

body {
  position: relative;
  margin: auto;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.is-backdrop::after {
  pointer-events: auto;
  opacity: 0.34;
}
body.is-scrollLock {
  position: fixed;
  width: 100%;
}
body::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-modal-open .l-outer {
  padding-right: var(--scrollbar);
}
body.is-modal-open .l-header {
  padding-right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

b,
th {
  font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}
p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
p > a {
  color: #333333;
  transition: 0.2s;
  opacity: 1;
}
p > a:hover, p > a:active, p > a:focus {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

em {
  font-style: normal;
}

strong {
  font-weight: 900;
  color: #b8180e;
}

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

table {
  border-collapse: collapse;
}
table tr {
  vertical-align: top;
}

button {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

abbr {
  text-decoration: none;
}

li {
  list-style: none;
}

dfn {
  display: block;
  font-style: normal;
}

/**
 * Swiper 11.2.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 27, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ----------------------------------------------------------------
    footer layout
----------------------------------------------------------------- */
.l-footer {
  position: relative;
  overflow: hidden;
  margin-top: auto;
  padding-top: 46px;
}
.l-footer__outer {
  background-color: #177300;
  padding-top: 63px;
  padding-bottom: 11px;
}
.l-footer__inner {
  max-width: 983px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1061px) {
  .l-footer {
    padding-top: 40px;
    padding-bottom: var(--sp-fixed-cv-btn-height);
  }
  .l-footer__inner {
    padding: 0 3px;
  }
  .l-footer__outer {
    padding-top: 24px;
    padding-bottom: 15px;
  }
}

/* ----------------------------------------------------------------
    footer module
----------------------------------------------------------------- */
.p-footer-layout {
  display: flex;
  align-items: center;
  gap: 26px;
}
.p-footer-layout__head {
  max-width: 42%;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.p-footer-layout__body {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-footer-layout {
    flex-direction: column;
    gap: 19px;
  }
  .p-footer-layout__head {
    max-width: 100%;
  }
  .p-footer-layout__body {
    padding: 0 12px;
  }
}

.p-footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-footer-address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: -2rem;
}
.p-footer-address__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
  color: #333333;
  margin-bottom: 3px;
}
.p-footer-address__item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.085em;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .p-footer-address {
    margin-right: 0.5rem;
  }
  .p-footer-address__title {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
  .p-footer-address__item {
    font-size: 1.43rem;
    letter-spacing: 0.077em;
  }
}

.p-footer-content {
  position: relative;
  margin-top: 40px;
  padding-top: 34px;
  padding-bottom: 27px;
}
.p-footer-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  top: 0;
  left: -50vw;
  background-color: #223d3a;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-footer-content {
    margin-top: 39px;
    padding: 26px 13px 11px;
  }
}

.p-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-footer-nav__list {
  display: flex;
  align-items: baseline;
  gap: 23.2px;
}
.p-footer-nav__link {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10.2px 15px;
  }
  .p-footer-nav__link {
    font-size: 1.3rem;
  }
}

.p-footer-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.p-footer-copy small {
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-footer-copy {
    margin-top: 18px;
    align-items: flex-start;
  }
  .p-footer-copy small {
    font-size: 1.2rem;
    letter-spacing: 0.045em;
  }
}

/* outer layout */
.l-outer {
  overflow: hidden;
  position: relative;
  margin-top: var(--header-inner-height);
}
@media only screen and (max-width: 768px) {
  .l-outer {
    margin-top: 0;
  }
}

/* main layout */
.l-main {
  background-color: #f5f5f5;
}
/* section layout */
.l-section {
  position: relative;
}
.l-section__inner {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .l-section__inner {
    max-width: 100vw;
    padding: 0 16px;
  }
}
.l-section--fv {
  background-image: url("../../assets/img/img-fv-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--fv .l-section__inner {
  max-width: 100%;
  padding: 0;
}
.l-section--point_fv {
  background-image: url("../../assets/img/img-fv-bg.png");
}
.l-section--about {
  padding-top: 102px;
  margin-bottom: -132px;
}
.l-section--point_about {
  padding-top: 15px;
  margin-bottom: -132px;
}
.l-section--feature {
  position: relative;
  z-index: 1;
  padding-top: 163px;
}
.l-section--feature .l-section__inner {
  position: relative;
}
.l-section--feature .l-section__inner::before, .l-section--feature .l-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: -310px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.l-section--feature .l-section__inner::before {
  width: 14.8%;
  height: 310px;
  left: 5.8%;
  background-image: url("../../assets/img/img-about-deco-01.png");
}
.l-section--feature .l-section__inner::after {
  width: 14.8%;
  height: 310px;
  right: 5.8%;
  background-image: url("../../assets/img/img-about-deco-02.png");
}
.l-section--point_feature {
  padding-top: 215px;
}
.l-section--point_feature .l-section__inner::before {
  top: 308px;
  width: 161px;
  height: 181px;
  left: -105px;
  background-image: url("../../assets/img/img-feature-deco-01.png");
  z-index: 1;
}
.l-section--point_feature .l-section__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 100%;
  left: -50vw;
  top: 241px;
  background-color: #f5f5f5;
  background-image: none;
  z-index: -1;
}
.l-section--case {
  padding-top: 104px;
}
.l-section--point_case {
  background-color: #f5f5f5;
  z-index: 1;
  margin-top: 14px;
  padding-top: 146px;
}
.l-section--flow {
  margin-top: 97px;
  padding-top: 103px;
  padding-bottom: 100px;
  background-color: #fff;
}
.l-section--flow .l-section__inner {
  max-width: 1030px;
}
.l-section--faq {
  padding-top: 105px;
}
.l-section--faq .l-section__inner {
  max-width: 1030px;
}
.l-section--form {
  margin-top: 102px;
  padding-top: 120px;
  padding-bottom: 168px;
  position: relative;
  background-image: url("../../assets/img/img-form-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-section--form::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 34.8%;
  height: 132px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../assets/img/img-form-deco.png");
}
.l-section--fixed_cv {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-section--about {
    padding-top: 62px;
  }
  .l-section--point_about {
    padding-top: 17px;
  }
  .l-section--feature {
    padding-top: 173px;
  }
  .l-section--feature .l-section__inner::before, .l-section--feature .l-section__inner::after {
    top: -165px;
  }
  .l-section--feature .l-section__inner::before {
    width: 19.3%;
    height: 130px;
    left: -1.8%;
  }
  .l-section--feature .l-section__inner::after {
    width: 19.3%;
    height: 130px;
    right: 0.2%;
  }
  .l-section--point_feature {
    padding-top: 172px;
  }
  .l-section--point_feature .l-section__inner::before {
    display: none;
  }
  .l-section--point_feature .l-section__inner::after {
    width: 200vw;
    height: 100%;
    left: -50vw;
    top: 400px;
    background-color: #f5f5f5;
    background-image: none;
    z-index: -1;
  }
  .l-section--case {
    padding-top: 84px;
  }
  .l-section--point_case {
    padding-bottom: 76px;
  }
  .l-section--flow {
    margin-top: 76px;
    padding-top: 84px;
    padding-bottom: 81px;
  }
  .l-section--point_flow {
    margin-top: 0;
    z-index: 1;
  }
  .l-section--faq {
    padding-top: 84px;
  }
  .l-section--form {
    margin-top: 86px;
    padding-top: 64px;
    padding-bottom: 138px;
  }
  .l-section--form::before {
    width: 91.8%;
  }
  .l-section--fixed_cv {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
  }
  .l-section--fixed_cv .l-section__inner {
    padding: 0;
  }
}

/* ----------------------------------------------------------------
    sidenav layout
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
    header layout
----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  z-index: 99;
  pointer-events: none;
  padding-right: var(--scrollbar);
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
@media only screen and (max-width: 1061px) {
  .l-header {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }
}
.l-header.js-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* ----------------------------------------------------------------
    header module
----------------------------------------------------------------- */
.p-header-layout {
  pointer-events: all;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 28px 19px;
}
.p-header-layout__head {
  display: flex;
  align-items: center;
  z-index: 1;
  flex-shrink: 0;
}
.p-header-layout__body {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1061px) {
  .p-header-layout {
    padding: 9px 16px 4px;
  }
}

.p-header-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}
.p-header-logo__link {
  display: flex;
  align-items: center;
  pointer-events: all;
  gap: 27px;
}
.p-header-logo__mark {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-header-logo__catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-header-logo__text {
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-left: 21px;
  margin-top: 0.4em;
  font-weight: 600;
}
@media only screen and (max-width: 1061px) {
  .p-header-logo__link {
    gap: 11.4px;
  }
  .p-header-logo__mark {
    max-width: 35.5%;
  }
  .p-header-logo__catch {
    max-width: 100%;
    width: 100%;
  }
  .p-header-logo__catch img {
    width: calc(100% - 99px);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    position: relative;
  }
}

.p-header-nav {
  width: 100%;
}
@media only screen and (max-width: 1061px) {
  .p-header-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  }
  .p-header-nav__bg {
    position: absolute;
    width: 100%;
    height: 200%;
    top: -50%;
    left: 0;
  }
  .p-header-nav__bg::before {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #ffffff;
  }
  .p-header-nav__inner {
    position: relative;
    height: 100vh;
    height: 100dvh;
    padding-top: calc(29px + var(--header-inner-height) + 24px);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
  }
  .p-header-nav__inner .p-nav-list__item {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    transition: opacity 0.2s, -webkit-transform 0s 0.2s;
    transition: opacity 0.2s, transform 0s 0.2s;
    transition: opacity 0.2s, transform 0s 0.2s, -webkit-transform 0s 0.2s;
  }
  .p-header-nav__content {
    position: relative;
    height: 100%;
    overflow-x: auto;
    pointer-events: all;
    color: #ffffff;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: calc(29px + var(--header-inner-height) - 47px);
  }
  .p-header-nav.is-open {
    pointer-events: all;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  }
  .p-header-nav.is-open .p-header-nav__bg::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list__item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transition: opacity 0.2s, transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    transition: opacity 0.2s, transform 0.3s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(2) {
    transition-delay: 0.3s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(4) {
    transition-delay: 0.5s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(5) {
    transition-delay: 0.6s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(6) {
    transition-delay: 0.7s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(7) {
    transition-delay: 0.8s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(8) {
    transition-delay: 0.9s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(9) {
    transition-delay: 1s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(10) {
    transition-delay: 1.1s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(11) {
    transition-delay: 1.2s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(12) {
    transition-delay: 1.3s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(13) {
    transition-delay: 1.4s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(14) {
    transition-delay: 1.5s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(15) {
    transition-delay: 1.6s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(16) {
    transition-delay: 1.7s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(17) {
    transition-delay: 1.8s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(18) {
    transition-delay: 1.9s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(19) {
    transition-delay: 2s;
  }
  .p-header-nav.is-open .p-header-nav__inner .p-nav-list .p-nav-list__item:nth-child(20) {
    transition-delay: 2.1s;
  }
  .p-header-nav.is-open .p-header_menu .p-nav-list__link {
    pointer-events: all;
  }
  .p-header-nav.is-open .p-header_nav-cv .p-cv_btn {
    pointer-events: all;
  }
}

.p-header-nav_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-header-nav_list__list {
  display: flex;
  justify-content: flex-end;
  gap: 0 clamp(5px, 5.1%, 45px);
  max-width: 100%;
  width: 100%;
  margin-top: 6px;
}
.p-header-nav_list__item.is-open .p-header-nav_list__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.p-header-nav_list__content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 18px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-clip-path 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, clip-path 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
}
.p-header-nav_list__wrap {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  position: relative;
  padding: 40px 50px 36px;
}
.p-header-nav_list__wrap::before {
  content: "";
  display: block;
}
.p-header-nav_list__link {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
}
.p-header-nav_list__link.js-hoverNav__hook::before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 4px;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #177300;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-header-nav_list__link.js-hoverNav__hook.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 17px));
          transform: translateY(calc(-50% + 17px));
  left: -20px;
  width: calc(100% + 40px);
  height: calc(var(--header-inner-height) + 18px);
  background: transparent;
}
.p-header-nav_list__link:hover .p-header-nav_list__text, .p-header-nav_list__link:active .p-header-nav_list__text, .p-header-nav_list__link:focus .p-header-nav_list__text {
  color: #0fd2c8;
}
.p-header-nav_list__text {
  transition: color 0.3s;
}
.p-header-nav_list__btn {
  margin-left: 3.9%;
  flex-shrink: 0;
}
.p-header-nav_list__arrow {
  display: none;
}
@media only screen and (max-width: 1061px) {
  .p-header-nav_list {
    flex-direction: column;
    pointer-events: all;
  }
  .p-header-nav_list__list {
    flex-direction: column;
  }
  .p-header-nav_list__item {
    width: 100%;
    position: relative;
  }
  .p-header-nav_list__item:last-child::before, .p-header-nav_list__item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  .p-header-nav_list__item:last-child::before {
    background-color: #dadada;
    width: 100%;
  }
  .p-header-nav_list__item:last-child::after {
    background-color: #177300;
    width: 24px;
  }
  .p-header-nav_list__btn {
    margin-left: 0;
    width: 100%;
    margin-top: 38px;
  }
  .p-header-nav_list__link {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 8px 78px 6px 0;
    overflow: hidden;
  }
  .p-header-nav_list__link::before, .p-header-nav_list__link::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
  }
  .p-header-nav_list__link::before {
    background-color: #dadada;
    width: 100%;
  }
  .p-header-nav_list__link::after {
    background-color: #177300;
    width: 24px;
  }
  .p-header-nav_list__link.js-hoverNav__hook::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    bottom: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    background-color: #dadada;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .p-header-nav_list__link.js-hoverNav__hook .p-header-nav_list__arrow {
    width: 20px;
    height: 20px;
    background-color: transparent;
  }
  .p-header-nav_list__link.js-hoverNav__hook .p-header-nav_list__arrow::before, .p-header-nav_list__link.js-hoverNav__hook .p-header-nav_list__arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #177300;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .p-header-nav_list__link.js-hoverNav__hook .p-header-nav_list__arrow::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-header-nav_list__link.js-hoverNav__hook .p-header-nav_list__arrow::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-header-nav_list__link.js-hoverNav__hook.is-active .p-header-nav_list__arrow::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  .p-header-nav_list__text {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .p-header-nav_list__arrow {
    display: block;
    position: absolute;
    width: 22px;
    aspect-ratio: 1/1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50rem;
    overflow: hidden;
    background-color: #177300;
  }
  .p-header-nav_list__arrow::before, .p-header-nav_list__arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 18%;
    top: 50%;
    left: 50%;
    -webkit-mask-image: url("../../assets/img/common/img-icon-arrow_right.svg");
            mask-image: url("../../assets/img/common/img-icon-arrow_right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #ffffff;
  }
  .p-header-nav_list__arrow::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-header-nav_list__arrow::after {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
  }
  .p-header-nav_list__content {
    padding-top: 0;
    position: relative;
    padding-left: 24px;
  }
  .p-header-nav_list__wrap {
    box-shadow: none;
    padding: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-header-nav_list-sub {
  display: flex;
  align-items: center;
}
.p-header-nav_list-sub__title {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 18px;
  margin-right: 2.9%;
  margin-top: 7px;
}
.p-header-nav_list-sub__title-link {
  color: #177300;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-header-nav_list-sub__title-link:hover .p-header-nav_list-sub__title-body::before, .p-header-nav_list-sub__title-link:active .p-header-nav_list-sub__title-body::before, .p-header-nav_list-sub__title-link:focus .p-header-nav_list-sub__title-body::before {
  width: 100%;
  left: 0;
  right: auto;
}
.p-header-nav_list-sub__title-head {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.6;
}
.p-header-nav_list-sub__title-body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-top: 5px;
  position: relative;
}
.p-header-nav_list-sub__title-body::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  right: 0;
  left: auto;
  bottom: 0;
  background-color: #177300;
  transition: width 0.3s;
}
.p-header-nav_list-sub__list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 clamp(10px, 5%, 24px);
}
.p-header-nav_list-sub__link {
  display: flex;
  flex-direction: column;
}
.p-header-nav_list-sub__link:hover .p-header-nav_list-sub__visual img, .p-header-nav_list-sub__link:active .p-header-nav_list-sub__visual img, .p-header-nav_list-sub__link:focus .p-header-nav_list-sub__visual img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-header-nav_list-sub__link:hover .p-header-nav_list-sub__text, .p-header-nav_list-sub__link:active .p-header-nav_list-sub__text, .p-header-nav_list-sub__link:focus .p-header-nav_list-sub__text {
  opacity: 0.7;
}
.p-header-nav_list-sub__content {
  display: flex;
  flex-direction: column-reverse;
}
.p-header-nav_list-sub__text, .p-header-nav_list-sub__visual {
  width: 100%;
}
.p-header-nav_list-sub__visual {
  overflow: hidden;
  border-radius: 8px;
}
.p-header-nav_list-sub__visual img {
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.p-header-nav_list-sub__text {
  margin-top: 7px;
  color: #177300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 1061px) {
  .p-header-nav_list-sub {
    flex-direction: column;
  }
  .p-header-nav_list-sub__list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .p-header-nav_list-sub__item {
    max-width: 100%;
    width: 100%;
  }
  .p-header-nav_list-sub__item:last-child::before, .p-header-nav_list-sub__item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  .p-header-nav_list-sub__item:last-child::before {
    background-color: #dadada;
    width: 100%;
  }
  .p-header-nav_list-sub__item:last-child::after {
    background-color: #177300;
    width: 24px;
  }
  .p-header-nav_list-sub__link {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 8px 78px 6px 0;
  }
  .p-header-nav_list-sub__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    border: 1px dashed #dadada;
  }
  .p-header-nav_list-sub__visual {
    display: none;
  }
  .p-header-nav_list-sub__text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #333333;
  }
  .p-header-nav_list-sub__arrow {
    display: block;
    position: absolute;
    width: 22px;
    aspect-ratio: 1/1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50rem;
    overflow: hidden;
    background-color: #177300;
  }
  .p-header-nav_list-sub__arrow::before, .p-header-nav_list-sub__arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 18%;
    top: 50%;
    left: 50%;
    -webkit-mask-image: url("../../assets/img/common/img-icon-arrow_right.svg");
            mask-image: url("../../assets/img/common/img-icon-arrow_right.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #ffffff;
  }
  .p-header-nav_list-sub__arrow::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-header-nav_list-sub__arrow::after {
    -webkit-transform: translate(-200%, -50%);
            transform: translate(-200%, -50%);
  }
}

.p-header-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-header-btn__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 100px;
  min-height: 45px;
  border-radius: 4px;
  padding: 10px 19px 5px 21px;
  border-radius: 50rem;
  overflow: hidden;
}
.p-header-btn__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #ffa402 0%, #ff6b06 100%);
}
.p-header-btn__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background: linear-gradient(90deg, #ffa402 0%, #ff6b06 100%);
  opacity: 0;
  transition: opacity 0.4s;
}
.p-header-btn__btn:hover::after, .p-header-btn__btn:active::after, .p-header-btn__btn:focus::after {
  opacity: 1;
}
.p-header-btn__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-header-btn__icon {
  width: 17px;
  height: 20px;
  position: relative;
  margin-right: 4px;
}
.p-header-btn__icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../assets/img/icon-header-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-header-btn__text {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 1061px) {
  .p-header-btn {
    width: 100%;
  }
  .p-header-btn__btn {
    min-height: 60px;
    width: 100%;
    padding: 5px 52px 5px 54px;
  }
  .p-header-btn__text {
    text-align: center;
  }
}

.p-header-nav-close_btn {
  display: none;
}

.p-header-nav-btn {
  display: none;
}
@media only screen and (max-width: 1061px) {
  .p-header-nav-btn {
    display: block;
    position: absolute;
    width: 30px;
    height: 22px;
    pointer-events: all;
    top: 30px;
    right: 36px;
    z-index: 1;
  }
  .p-header-nav-btn__btn::before, .p-header-nav-btn__btn::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #177300;
    width: 0;
    height: 2px;
    overflow: hidden;
    border-radius: 50rem;
    top: 50%;
    left: 50%;
    transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .p-header-nav-btn__btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-header-nav-btn__btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-header-nav-btn__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
  }
  .p-header-nav-btn__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-header-nav-btn__content::before, .p-header-nav-btn__content::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    overflow: hidden;
    border-radius: 5rem;
    left: 0;
    background-color: #177300;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .p-header-nav-btn__content::before {
    width: 100%;
    top: 0;
    transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  }
  .p-header-nav-btn__content::after {
    width: 100%;
    bottom: 0;
    transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.5s;
  }
  .p-header-nav-btn__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-header-nav-btn__icon::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    overflow: hidden;
    border-radius: 5rem;
    background-color: #177300;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.4s;
  }
  .p-header-nav-btn.is-open .p-header-nav-btn__content::before, .p-header-nav-btn.is-open .p-header-nav-btn__content::after {
    width: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .p-header-nav-btn.is-open .p-header-nav-btn__content::before {
    transition: width 0s linear 0.3s, -webkit-clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1);
    transition: clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1), width 0s linear 0.3s;
    transition: clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1), width 0s linear 0.3s, -webkit-clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1);
  }
  .p-header-nav-btn.is-open .p-header-nav-btn__content::after {
    transition: width 0s linear 0.5s, -webkit-clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.2s;
    transition: clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.2s, width 0s linear 0.5s;
    transition: clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.2s, width 0s linear 0.5s, -webkit-clip-path 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.2s;
  }
  .p-header-nav-btn.is-open .p-header-nav-btn__icon::before {
    width: 0;
    left: auto;
    right: 0;
    transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.1s;
  }
  .p-header-nav-btn.is-open .p-header-nav-btn__btn::before, .p-header-nav-btn.is-open .p-header-nav-btn__btn::after {
    width: 141.42%;
    transition: width 0.3s cubic-bezier(0.83, 0, 0.17, 1) 0.3s;
  }
}

/* ----------------------------------------------------------------
    iOS26 safari background issue
----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .l-header_fixbar {
    opacity: 1;
  }
  .l-header_fixbar__item {
    position: fixed;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 10000;
    background: #000;
    mix-blend-mode: lighten;
  }
  .l-header_fixbar__item--top {
    top: 0;
    height: 5px;
  }
  .l-header_fixbar__item--bottom {
    bottom: 0;
    height: 4px;
  }
}

@media only screen and (max-width: 768px) {
  html.is-nav_open .l-header_fixbar {
    opacity: 1;
  }
}

/* ----- modules ----- */
/* common modules */
.p-fv-layout {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 91px;
}
.p-fv-layout__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fv-layout__head, .p-fv-layout__foot {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.p-fv-layout__body {
  max-width: 100%;
  width: 100%;
  margin-top: 45px;
}
.p-fv-layout__foot {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-fv-layout {
    padding-top: 61px;
  }
  .p-fv-layout__body {
    margin-top: 38px;
  }
}

.p-fv-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fv-title__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50rem;
  padding: 7px 22px 6px;
}
.p-fv-title__head span {
  color: #03bbbd;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-fv-title__body {
  color: #ffffff;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.55em;
  margin-top: 20px;
}
.p-fv-title__foot {
  color: #ffffff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.15em;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .p-fv-title__head {
    padding: 11px 11px 5px;
  }
  .p-fv-title__head span {
    font-size: 1.8rem;
  }
  .p-fv-title__body {
    margin-top: 31px;
    font-size: 4rem;
    text-align: center;
    text-indent: 0;
    margin-left: 0.1em;
  }
  .p-fv-title__foot {
    margin-top: 16px;
    font-size: 2rem;
  }
}
.p-fv-title.js-hero-animation .p-fv-title__head,
.p-fv-title.js-hero-animation .p-fv-title__body,
.p-fv-title.js-hero-animation .p-fv-title__foot {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-fv-title.js-hero-animation.is-active .p-fv-title__head,
.p-fv-title.js-hero-animation.is-active .p-fv-title__body,
.p-fv-title.js-hero-animation.is-active .p-fv-title__foot {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-fv-title.js-hero-animation.is-active .p-fv-title__head {
  transition-delay: 0s;
}
.p-fv-title.js-hero-animation.is-active .p-fv-title__body {
  transition-delay: 0.05s;
}
.p-fv-title.js-hero-animation.is-active .p-fv-title__foot {
  transition-delay: 0.1s;
}

.p-fv-card_slide {
  overflow: visible;
}
.p-fv-card_slide__wrap {
  align-items: flex-end;
}
.p-fv-card_slide__item {
  max-width: 24.3309002433%;
  width: 100%;
  flex-shrink: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.35;
  z-index: 1;
  pointer-events: none;
}
.p-fv-card_slide__item.is-active {
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
}
.p-fv-card_slide__item.is-prev-1 {
  -webkit-transform: translate(-0.3%, 8.2%) rotate(-9deg);
          transform: translate(-0.3%, 8.2%) rotate(-9deg);
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
}
.p-fv-card_slide__item.is-next-1 {
  -webkit-transform: translate(-1.8%, 8.2%) rotate(9deg);
          transform: translate(-1.8%, 8.2%) rotate(9deg);
  opacity: 1;
  z-index: 4;
  pointer-events: auto;
}
.p-fv-card_slide__item.is-prev-2 {
  -webkit-transform: translate(2.8%, 29.6%) rotate(-18deg);
          transform: translate(2.8%, 29.6%) rotate(-18deg);
  opacity: 0.85;
  z-index: 3;
  pointer-events: auto;
}
.p-fv-card_slide__item.is-next-2 {
  -webkit-transform: translate(-3%, 29.6%) rotate(18deg);
          transform: translate(-3%, 29.6%) rotate(18deg);
  opacity: 0.85;
  z-index: 3;
  pointer-events: auto;
}
.p-fv-card_slide__item.is-prev-3 {
  -webkit-transform: translate(0.5rem, 60%) rotate(-24deg);
          transform: translate(0.5rem, 60%) rotate(-24deg);
  opacity: 0.85;
  z-index: 3;
  pointer-events: auto;
}
.p-fv-card_slide__item.is-next-3 {
  -webkit-transform: translate(0.5rem, 60%) rotate(24deg);
          transform: translate(0.5rem, 60%) rotate(24deg);
  opacity: 0.85;
  z-index: 3;
  pointer-events: auto;
}
.p-fv-card_slide__visual {
  transition: inherit;
  padding: 0 15.915px;
}
.p-fv-card_slide__visual img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-fv-card_slide__item {
    max-width: 66.6666666667%;
  }
  .p-fv-card_slide__item.is-active {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
  }
  .p-fv-card_slide__item.is-prev-1 {
    -webkit-transform: translate(4%, 6.3%) rotate(-9deg);
            transform: translate(4%, 6.3%) rotate(-9deg);
    opacity: 1;
    z-index: 4;
    pointer-events: auto;
  }
  .p-fv-card_slide__item.is-next-1 {
    -webkit-transform: translate(-4.1%, 6.2%) rotate(9deg);
            transform: translate(-4.1%, 6.2%) rotate(9deg);
    opacity: 1;
    z-index: 4;
    pointer-events: auto;
  }
  .p-fv-card_slide__item.is-prev-2 {
    -webkit-transform: translate(2.8%, 29.6%) rotate(-18deg);
            transform: translate(2.8%, 29.6%) rotate(-18deg);
    opacity: 0.85;
    z-index: 3;
    pointer-events: auto;
  }
  .p-fv-card_slide__item.is-next-2 {
    -webkit-transform: translate(-3%, 29.6%) rotate(18deg);
            transform: translate(-3%, 29.6%) rotate(18deg);
    opacity: 0.85;
    z-index: 3;
    pointer-events: auto;
  }
  .p-fv-card_slide__item.is-prev-3 {
    -webkit-transform: translate(0.5rem, 60%) rotate(-24deg);
            transform: translate(0.5rem, 60%) rotate(-24deg);
    opacity: 0.85;
    z-index: 3;
    pointer-events: auto;
  }
  .p-fv-card_slide__item.is-next-3 {
    -webkit-transform: translate(0.5rem, 60%) rotate(24deg);
            transform: translate(0.5rem, 60%) rotate(24deg);
    opacity: 0.85;
    z-index: 3;
    pointer-events: auto;
  }
  .p-fv-card_slide__visual {
    padding: 0 10px;
  }
}

.p-fv-btn_cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 53px;
  position: relative;
  z-index: 2;
}
.p-fv-btn_cv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-fv-btn_cv__btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 600px;
  min-width: 400px;
  min-height: 45px;
  border-radius: 4px;
  padding: 22px 108px 20px;
  border-radius: 50rem;
  overflow: hidden;
  margin-top: 12px;
  border: 2px solid #ffffff;
}
.p-fv-btn_cv__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #ffa402 0%, #ff6b06 100%);
}
.p-fv-btn_cv__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background: linear-gradient(90deg, #ffa402 0%, #ff6b06 100%);
  opacity: 0;
  transition: opacity 0.4s;
}
.p-fv-btn_cv__btn:hover::after, .p-fv-btn_cv__btn:active::after, .p-fv-btn_cv__btn:focus::after {
  opacity: 1;
}
.p-fv-btn_cv__content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-fv-btn_cv__icon {
  width: 17px;
  height: 20px;
  position: relative;
  margin-right: 4px;
}
.p-fv-btn_cv__icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../assets/img/icon-header-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-fv-btn_cv__text {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (max-width: 1061px) {
  .p-fv-btn_cv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
  }
  .p-fv-btn_cv__inner {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-fv-btn_cv__title {
    max-width: calc(100% - 178px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-fv-btn_cv__btn {
    min-width: 100px;
    width: 100%;
    margin-top: 7px;
    padding: 9px 42px;
  }
}

.p-fv-deco_slide {
  overflow: hidden;
  background-color: #ffffff;
  margin-top: -44px;
  padding-top: 60px;
  padding-bottom: 26px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.p-fv-deco_slide__wrap {
  transition-timing-function: linear !important;
}
.p-fv-deco_slide__item {
  width: 176px;
  flex-shrink: 0;
}
.p-fv-deco_slide__visual img {
  display: block;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-fv-deco_slide {
    margin-top: -32px;
    padding-top: 47px;
    padding-bottom: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    gap: 1px;
  }
  .p-fv-deco_slide__inner {
    width: 100%;
  }
  .p-fv-deco_slide__item {
    width: 146px;
  }
}
.p-fv-deco_slide.js-animation .p-fv-deco_slide__inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-fv-deco_slide.js-animation.is-active .p-fv-deco_slide__inner {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1.2s;
  transition: clip-path 1.2s;
  transition: clip-path 1.2s, -webkit-clip-path 1.2s;
}

.p-fv-fig {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 11px;
}
.p-fv-fig__item picture,
.p-fv-fig__item img {
  height: 130px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .p-fv-fig {
    margin-left: 0;
    padding: 0 15px 0 9px;
  }
  .p-fv-fig__item picture,
  .p-fv-fig__item img {
    height: 74px;
  }
}
.p-fv-fig.js-hero-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-fv-fig.js-hero-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-title__main {
  color: #333333;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.p-title__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.p-title__sub {
  color: #919191;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.25em;
  margin-top: 13px;
}
.p-title--case {
  position: relative;
  z-index: 1;
}
.p-title--case .p-title__main em {
  color: #07bfb6;
}
@media only screen and (max-width: 768px) {
  .p-title__main {
    font-size: 2.2rem;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: 0.06em;
  }
  .p-title__sub {
    margin-top: 9.4px;
    font-size: 1.25rem;
  }
  .p-title--about .p-title__mark {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
  .p-title--about .p-title__mark img {
    height: 35px;
  }
  .p-title--feature .p-title__mark {
    margin-left: 0;
    margin-right: 0.8rem;
  }
  .p-title--feature .p-title__mark img {
    height: 25.5px;
  }
  .p-title--case .p-title__main {
    letter-spacing: 0.1em;
  }
  .p-title--case .p-title__sub {
    margin-top: 13px;
  }
}
.p-title.js-animation .p-title__main,
.p-title.js-animation .p-title__sub {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-title.js-animation.is-active .p-title__main,
.p-title.js-animation.is-active .p-title__sub {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-title.js-animation.is-active .p-title__sub {
  transition-delay: 0.1s;
}

.p-about-point_list {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.p-about-point_list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.p-about-point_list__item {
  max-width: calc((100% - 48px) / 3);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-about-point_list {
    margin-top: 17px;
  }
  .p-about-point_list__list {
    gap: 15px 10px;
  }
  .p-about-point_list__item {
    max-width: calc((100% - 10px) / 2);
  }
}
.p-about-point_list__item.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-about-point_list__item.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-about-point {
  background: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #0fd2c8;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 10.9px 20px 10px;
  gap: 18px;
}
.p-about-point__head {
  max-width: 100%;
  width: 100%;
}
.p-about-point__body {
  flex-shrink: 0;
  max-width: 34.5%;
  width: 100%;
}
.p-about-point__text {
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin-top: 5px;
}
.p-about-point__text em {
  display: inline;
  background: linear-gradient(transparent 75%, #ffeac5 75%, #ffeac5 100%);
}
@media only screen and (max-width: 768px) {
  .p-about-point {
    flex-direction: column-reverse;
    padding: 4.5px 16px 10px;
    justify-content: flex-end;
    gap: 2px;
  }
  .p-about-point__body {
    max-width: 66.5%;
  }
  .p-about-point__text {
    font-size: 1.4rem;
    line-height: 1.41;
    letter-spacing: 0.1em;
    margin-top: 5px;
  }
}

.p-about-cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 62.4px;
  position: relative;
}
.p-about-cv__head {
  position: relative;
}
.p-about-cv__head::before, .p-about-cv__head::after {
  content: "";
  display: block;
  position: absolute;
  width: 150vw;
  height: 500%;
  top: -39px;
  background-color: #ffffff;
}
.p-about-cv__head::before {
  left: -50vw;
  -webkit-transform: skewY(15deg);
          transform: skewY(15deg);
}
.p-about-cv__head::after {
  right: -50vw;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
}
.p-about-cv__body {
  position: relative;
  z-index: 1;
  margin-top: 26px;
}
.p-about-cv__body::before, .p-about-cv__body::after {
  content: "";
  display: block;
  position: absolute;
  width: 150vw;
  height: 500%;
  top: 3px;
  background-color: #f5f5f5;
  z-index: -1;
}
.p-about-cv__body::before {
  left: -50vw;
  -webkit-transform: skewY(15deg);
          transform: skewY(15deg);
}
.p-about-cv__body::after {
  right: -50vw;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
}
.p-about-cv__lede {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: 4.8rem;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #07bfb6;
  z-index: 2;
}
.p-about-cv__text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.06em;
  color: #07bfb6;
  margin-top: 8px;
  z-index: 2;
}
.p-about-cv__content {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-about-cv {
    margin-top: 20.5px;
  }
  .p-about-cv__head::before, .p-about-cv__head::after {
    top: -80.2px;
  }
  .p-about-cv__body {
    margin-top: 24px;
  }
  .p-about-cv__body::before, .p-about-cv__body::after {
    top: 39px;
  }
  .p-about-cv__lede {
    font-size: 3.3rem;
    text-indent: 0;
    margin-left: -0.4em;
    letter-spacing: 0.125em;
    line-height: 1.5;
  }
  .p-about-cv__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.p-about-cv__head.js-animation .p-about-cv__lede {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-about-cv__head.js-animation .p-about-cv__text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-about-cv__head.js-animation.is-active .p-about-cv__lede {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-about-cv__head.js-animation.is-active .p-about-cv__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
  transition-delay: 0.2s;
}

.p-about-cv_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-about-cv_video::before {
  content: "";
  display: block;
  position: absolute;
  width: 2000vw;
  height: 276px;
  top: 68.5%;
  left: -50vw;
  background-color: #0fd2c8;
  z-index: -1;
}
.p-about-cv_video__wrap {
  max-width: 64.9%;
  min-width: 300px;
  width: 100%;
  position: relative;
}
.p-about-cv_video__item {
  position: absolute;
  width: 68.7%;
  top: 6.5%;
  left: 8.42%;
  padding-top: 39.3%;
}
.p-about-cv_video__item video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-cv_video__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url("../../assets/img/img-about-video-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .p-about-cv_video__wrap {
    max-width: 100%;
    min-width: 180px;
  }
  .p-about-cv_video::before {
    height: 257px;
  }
}

.p-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-video__wrap {
  max-width: 850px;
  min-width: 300px;
  width: 64.9%;
  position: relative;
}
.p-video__item {
  position: absolute;
  width: 68.7%;
  top: 6.5%;
  left: 8.42%;
  padding-top: 39.3%;
}
.p-video__item video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-video__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: url("../../assets/img/img-about-video-deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .p-video__wrap {
    max-width: 100%;
    min-width: 180px;
  }
  .p-video::before {
    height: 257px;
  }
}
.p-video--fv {
  margin-top: 23px;
}
.p-video--fv .p-video__wrap {
  width: 54%;
}
@media only screen and (max-width: 768px) {
  .p-video--fv .p-video__wrap {
    width: 91.6%;
  }
}
.p-video--fv.js-hero-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-video--fv.js-hero-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-video--about .p-video__wrap {
  max-width: 100%;
  width: 100%;
}
.p-video--about .p-video__item {
  top: 8.6%;
  left: 50%;
  width: 79.9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 45.2%;
}

.p-feature-content {
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 87px 15px 50px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-feature-content {
    padding: 46px 16px 58px;
  }
}

.p-feature-lede {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .p-feature-lede {
    margin-top: 23px;
  }
}

.p-feature-panel_list {
  margin-top: 29px;
}
.p-feature-panel_list__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.p-feature-panel_list__item {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-feature-panel_list {
    margin-top: 22px;
  }
  .p-feature-panel_list__list {
    gap: 23px;
  }
}

.p-feature-panel {
  display: flex;
  padding: 0 25px;
  position: relative;
}
.p-feature-panel::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 85px + 10%);
  height: calc(100% - 120px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(15, 210, 200, 0.1);
  pointer-events: none;
}
.p-feature-panel__head {
  padding-top: 60px;
  padding-bottom: 68px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.p-feature-panel__body {
  flex-shrink: 0;
  max-width: 46.4%;
  width: 100%;
}
.p-feature-panel__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #00c8be;
  min-height: 28px;
  padding: 5px 12px 2px;
  border-radius: 50rem;
}
.p-feature-panel__point-inner {
  color: #ffffff;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-feature-panel__title {
  margin-top: 17px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-feature-panel__title em {
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #ff6b06;
  margin-left: 0.1em;
  display: inline;
  background: linear-gradient(transparent 75%, #ffeac5 75%, #ffeac5 100%);
}
.p-feature-panel__title strong {
  color: #ff6b06;
  font-size: 5rem;
  line-height: 0;
}
.p-feature-panel__link {
  position: relative;
  padding-right: 16px;
  margin-top: 7px;
}
.p-feature-panel__link-text {
  color: #07bfb6;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.43;
  letter-spacing: 0.09em;
}
.p-feature-panel__link-icon {
  position: absolute;
  width: 11px;
  height: 11px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-feature-panel__link-icon::before, .p-feature-panel__link-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #07bfb6;
  width: 100%;
  height: 1px;
}
.p-feature-panel__link-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-feature-panel__link-icon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-feature-panel__note {
  color: #b0b0b0;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.42;
  letter-spacing: 0.1em;
  margin-top: 13px;
}
.p-feature-panel[data-media-position=left] {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.p-feature-panel[data-media-position=left]::before {
  left: -10%;
  border-radius: 0 10px 10px 0;
}
.p-feature-panel[data-media-position=left] .p-feature-panel__head {
  padding-left: 40px;
  padding-right: 80px;
}
.p-feature-panel[data-media-position=right] {
  flex-direction: row;
  justify-content: flex-start;
}
.p-feature-panel[data-media-position=right]::before {
  right: -10%;
  border-radius: 10px 0 0 10px;
}
.p-feature-panel[data-media-position=right] .p-feature-panel__head {
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  .p-feature-panel {
    flex-direction: column;
    padding: 26px 0 25px;
  }
  .p-feature-panel::before {
    width: calc(110% - 15px);
    height: 100%;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-feature-panel__head {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-feature-panel__body {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: -16px;
  }
  .p-feature-panel__point {
    min-height: 22px;
    padding: 3px 8px 2px;
  }
  .p-feature-panel__point-inner {
    font-size: 1.2rem;
  }
  .p-feature-panel__title {
    margin-top: 6px;
    font-size: 1.9rem;
  }
  .p-feature-panel__title em {
    font-size: 2.2rem;
    margin-right: -1rem;
  }
  .p-feature-panel__title strong {
    font-size: 4rem;
  }
  .p-feature-panel__link {
    margin-top: 9px;
    padding-right: 14px;
    position: relative;
  }
  .p-feature-panel__link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #07bfb6;
  }
  .p-feature-panel__link-text {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .p-feature-panel__note {
    margin-top: 11px;
    font-size: 1.17rem;
  }
  .p-feature-panel[data-narrow-media-position=left] {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .p-feature-panel[data-narrow-media-position=left]::before {
    left: -10%;
    border-radius: 0 10px 10px 0;
  }
  .p-feature-panel[data-narrow-media-position=left] .p-feature-panel__head {
    padding-left: 0;
    padding-right: 0;
  }
  .p-feature-panel[data-narrow-media-position=right] {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .p-feature-panel[data-narrow-media-position=right]::before {
    right: -15%;
    border-radius: 10px 0 0 10px;
  }
  .p-feature-panel[data-narrow-media-position=right] .p-feature-panel__head {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-feature-panel_slide {
  padding-bottom: 10px;
}
.p-feature-panel_slide__item {
  display: flex;
  flex-direction: column;
}
.p-feature-panel_slide__visual {
  padding: 20px;
}
.p-feature-panel_slide__visual img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
}
.p-feature-panel_slide__control {
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
  padding: 0 20px;
}
.p-feature-panel_slide__pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.p-feature-panel_slide__pagination-item {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #00c8be;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-feature-panel_slide__pagination-item.is-active {
  background: #00c8be;
}
@media only screen and (max-width: 768px) {
  .p-feature-panel_slide__visual {
    padding: 15px;
  }
  .p-feature-panel_slide__control {
    height: 8px;
  }
  .p-feature-panel_slide__pagination {
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .p-feature-panel_slide__pagination-item {
    width: 8px;
    height: 8px;
  }
}

.p-case-deco {
  margin-top: 40px;
  position: relative;
}
.p-case-deco__deco {
  position: absolute;
  top: calc(-100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-case-deco__deco-wrap {
  max-width: 31%;
  width: 100%;
  position: relative;
}
.p-case-deco__deco-balloon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-case-deco__deco-balloon_item {
  position: absolute;
  max-width: 10.295%;
  width: 100%;
  aspect-ratio: 38.05/43.32;
}
.p-case-deco__deco-balloon_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../assets/img/img-case-deco-mark.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-case-deco__deco-balloon_item--01 {
  top: 7.6%;
  left: 12.6%;
}
.p-case-deco__deco-balloon_item--02 {
  left: 50%;
  -webkit-transform: translateX(-96.3%);
          transform: translateX(-96.3%);
  top: 20.6%;
}
.p-case-deco__deco-balloon_item--03 {
  left: 50%;
  -webkit-transform: translateX(77.6%);
          transform: translateX(77.6%);
  top: 35.6%;
}
.p-case-deco__deco-balloon_item--04 {
  right: 15.7%;
}
.p-case-deco__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  pointer-events: none;
}
.p-case-deco__item {
  width: 100%;
  overflow: hidden;
}
.p-case-deco__content {
  transition-timing-function: linear !important;
}
.p-case-deco__col {
  width: 220px;
  flex-shrink: 0;
}
.p-case-deco__logo {
  padding: 0 5px;
}
.p-case-deco__logo img {
  display: block;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .p-case-deco {
    margin-top: 48px;
  }
  .p-case-deco__deco {
    top: -71px;
    padding: 0;
  }
  .p-case-deco__deco-wrap {
    max-width: 41.8%;
  }
  .p-case-deco__deco-balloon_item {
    max-width: 10.195%;
  }
  .p-case-deco__deco-balloon_item--01 {
    top: 8.9%;
    left: 12.6%;
  }
  .p-case-deco__deco-balloon_item--02 {
    -webkit-transform: translate(-98.7%);
            transform: translate(-98.7%);
    top: 21.6%;
  }
  .p-case-deco__deco-balloon_item--03 {
    -webkit-transform: translate(76.9%);
            transform: translate(76.9%);
    top: 37%;
  }
  .p-case-deco__deco-balloon_item--04 {
    right: 15.7%;
  }
  .p-case-deco__wrap {
    gap: 8px;
  }
  .p-case-deco__col {
    width: 146px;
  }
  .p-case-deco__logo {
    padding: 0 4px;
  }
}
.p-case-deco__deco-wrap.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-case-deco__deco-wrap.js-animation .p-case-deco__deco-balloon_item::before {
  opacity: 0;
  -webkit-transform: translateY(20px) scaleX(-1);
          transform: translateY(20px) scaleX(-1);
}
.p-case-deco__deco-wrap.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-case-deco__deco-wrap.js-animation.is-active .p-case-deco__deco-balloon_item::before {
  opacity: 1;
  -webkit-transform: translateY(0) scaleX(1);
          transform: translateY(0) scaleX(1);
  transition: opacity 0.2s 0.5s, -webkit-transform 0.3s 0.5s;
  transition: opacity 0.2s 0.5s, transform 0.3s 0.5s;
  transition: opacity 0.2s 0.5s, transform 0.3s 0.5s, -webkit-transform 0.3s 0.5s;
}
.p-case-deco__deco-wrap.js-animation.is-active .p-case-deco__deco-balloon_item--02::before {
  transition-delay: 0.6s;
}
.p-case-deco__deco-wrap.js-animation.is-active .p-case-deco__deco-balloon_item--04::before {
  transition-delay: 0.7s;
}
.p-case-deco__deco-wrap.js-animation.is-active .p-case-deco__deco-balloon_item--03::before {
  transition-delay: 0.8s;
}
.p-case-deco__wrap.js-animation {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.p-case-deco__wrap.js-animation.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s;
  transition: clip-path 0.6s;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
}

.p-case-panel_list {
  position: relative;
  margin-top: 49.6px;
}
.p-case-panel_list__item {
  max-width: 28.2485875706%;
  width: 100%;
  height: auto;
}
.p-case-panel_list__control {
  position: relative;
  margin-top: 28px;
  height: 18px;
  display: flex;
  justify-content: center;
  gap: 13px;
}
.p-case-panel_list__pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.p-case-panel_list__pagination-item {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #00c8be;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-case-panel_list__pagination-item.is-active {
  background: #00c8be;
}
.p-case-panel_list__btn {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  width: 34px !important;
  height: 16px !important;
}
.p-case-panel_list__btn::after {
  display: none;
}
.p-case-panel_list__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: url("../../assets/img/icon-arrow.svg");
          mask-image: url("../../assets/img/icon-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #00c8be;
}
.p-case-panel_list__btn--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .p-case-panel_list {
    margin-top: 30px;
  }
  .p-case-panel_list__item {
    max-width: 82.1692686935%;
  }
  .p-case-panel_list__control {
    margin-top: 22px;
  }
}
.p-case-panel_list.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-case-panel_list.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-case-panel {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 0 12px;
  height: 100%;
}
.p-case-panel__head {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
}
.p-case-panel__body {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}
.p-case-panel__catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5.8px 9px 2px;
  gap: 4px;
}
.p-case-panel__catch-item {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
  color: #333333;
  text-align: center;
}
.p-case-panel__catch-item em {
  color: #ff6b06;
  font-size: 2.1rem;
}
.p-case-panel__catch-item em em {
  font-size: 2.6rem;
  font-weight: 900;
}
.p-case-panel__catch-item strong {
  font-weight: 800;
  color: #ff6b06;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.p-case-panel__name {
  background-color: #00c8be;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.p-case-panel__name-item {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-case-panel {
    padding: 0 10px;
  }
  .p-case-panel__catch {
    padding: 3.6px 9px 4.3px;
  }
  .p-case-panel__catch-item {
    font-size: 1.4rem;
  }
  .p-case-panel__catch-item em {
    font-size: 1.4rem;
  }
  .p-case-panel__catch-item em em {
    font-size: 1.4rem;
  }
  .p-case-panel__catch-item strong {
    font-size: 2.9rem;
  }
  .p-case-panel__name {
    padding: 4px 5px 0px;
  }
  .p-case-panel__name-item {
    line-height: 1.2;
    font-size: 1.2rem;
  }
}

.p-flow-list {
  position: relative;
  margin-top: 42px;
}
.p-flow-list::before {
  content: "";
  display: block;
  position: absolute;
  top: -295px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 17.3%;
  height: 316.3px;
  right: 9.3%;
  background-image: url("../../assets/img/img-flow-deco.png");
  z-index: 1;
}
.p-flow-list__list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.p-flow-list__item {
  background-color: rgba(15, 210, 200, 0.1);
  border-radius: 10px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 12px 60px 12px;
  gap: 59px;
}
.p-flow-list__item + .p-flow-list__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 14px;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../../assets/img/icon-flow-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-flow-list__head {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26.7px;
  padding: 10px 0px 5px;
}
.p-flow-list__body {
  flex-shrink: 0;
  max-width: 33.7%;
  width: 100%;
}
.p-flow-list__title {
  display: flex;
  align-items: center;
  padding-left: 3px;
  padding-bottom: 11px;
  gap: 14px;
  position: relative;
}
.p-flow-list__title::before, .p-flow-list__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
}
.p-flow-list__title::before {
  width: 100%;
  background-color: #d5d5d5;
}
.p-flow-list__title::after {
  width: 2rem;
  background-color: #00c8be;
}
.p-flow-list__title-sub {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0.015em;
  color: #919191;
}
.p-flow-list__title-main {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  color: #333333;
}
.p-flow-list__content > *:first-child {
  margin-top: 0;
}
.p-flow-list__content > *:last-child {
  margin-bottom: 0;
}
.p-flow-list__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .p-flow-list {
    margin-top: 44px;
  }
  .p-flow-list::before {
    top: -128px;
    width: 30.3%;
    height: 140.3px;
    right: 0;
  }
  .p-flow-list__item {
    flex-direction: column-reverse;
    padding: 19.3px 21px;
    gap: 0;
  }
  .p-flow-list__head {
    padding: 3px 0 2px;
    gap: 16.7px;
  }
  .p-flow-list__body {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-flow-list__visual {
    max-width: 71%;
    width: 100%;
  }
  .p-flow-list__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding-bottom: 8px;
  }
  .p-flow-list__title-main {
    font-size: 1.7rem;
    margin-left: -1px;
  }
  .p-flow-list__content {
    padding: 0 3px;
  }
  .p-flow-list__content p {
    font-size: 1.43rem;
    letter-spacing: 0.078em;
  }
}
.p-flow-list.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-flow-list.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-faq-detail {
  position: relative;
  margin-top: 40px;
}
.p-faq-detail::before {
  content: "";
  display: block;
  position: absolute;
  top: -171px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 24.9%;
  height: 182.3px;
  left: 2%;
  background-image: url("../../assets/img/img-faq-deco.png");
  z-index: 1;
}
.p-faq-detail__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-faq-detail__item {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 40px 32.4px;
  gap: 9.3px;
}
.p-faq-detail__term, .p-faq-detail__desc {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.p-faq-detail__icon {
  max-width: 3.4rem;
  width: 100%;
  padding: 5px 6px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-faq-detail__icon--q {
  background-color: #0fd2c8;
}
.p-faq-detail__icon--a {
  background-color: #ff6b06;
}
.p-faq-detail__icon span {
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
.p-faq-detail__question {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: 0.1em;
  color: #333333;
}
.p-faq-detail__answer {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .p-faq-detail {
    margin-top: 44px;
  }
  .p-faq-detail::before {
    top: -128px;
    width: 30.3%;
    height: 140.3px;
    left: 0;
  }
  .p-faq-detail__item {
    padding: 24px 24px 22.9px;
  }
  .p-faq-detail__icon {
    max-width: 2.6rem;
    padding: 2px 4px;
  }
  .p-faq-detail__icon span {
    font-size: 1.9rem;
    font-weight: 700;
  }
  .p-faq-detail__question {
    font-size: 1.59rem;
  }
  .p-faq-detail__answer {
    font-size: 1.4rem;
  }
  .p-faq-detail__term, .p-faq-detail__desc {
    gap: 10px;
  }
}
.p-faq-detail.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-faq-detail.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-form-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-form-title__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .p-form-title__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-form-title__main {
    max-width: 100%;
    width: 100%;
  }
  .p-form-title__text {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 33px;
  }
}
.p-form-title.js-animation .p-form-title__inner,
.p-form-title.js-animation .p-form-title__text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-form-title.js-animation.is-active .p-form-title__inner,
.p-form-title.js-animation.is-active .p-form-title__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-form-title.js-animation.is-active .p-form-title__text {
  transition-delay: 0.1s;
}

.p-form-box {
  position: relative;
  margin-top: 38px;
}
.p-form-box__inner {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31.3px 15px 24px;
}
@media only screen and (max-width: 768px) {
  .p-form-box {
    margin-top: 40px;
    padding: 0 14px;
  }
}
.p-form-box.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-form-box.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-about-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 55px;
  margin-right: 2px;
}
.p-about-link__link {
  position: relative;
  padding-right: 25px;
  margin-top: 7px;
}
.p-about-link__text {
  color: #07bfb6;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.43;
  letter-spacing: 0.06em;
  position: relative;
}
.p-about-link__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  left: auto;
  background-color: #07bfb6;
}
.p-about-link__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-about-link__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #07bfb6;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: url(../../assets/img/icon-question.svg);
          mask-image: url(../../assets/img/icon-question.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-about-link {
    margin-bottom: 33px;
  }
  .p-about-link__text {
    font-size: 1.8rem;
  }
  .p-about-link__icon {
    width: 21px;
    height: 21px;
  }
}

.p-about-content {
  background-color: #ffffff;
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 74px 51px 66px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-about-content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-about-content {
    padding: 40px 24px 40px;
  }
}
.p-about-content__title.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-about-content__title.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-about-col {
  position: relative;
  padding-left: 50px;
  margin-top: 40px;
}
.p-about-col__wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-about-col__col {
  max-width: calc((100% - 24px) / 2);
  width: 100%;
}
.p-about-col__head {
  max-width: 100%;
  width: 100%;
}
.p-about-col__body {
  max-width: 56.4%;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .p-about-col {
    margin-top: 10px;
    padding-left: 0;
  }
  .p-about-col__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .p-about-col__body {
    max-width: 100%;
  }
}
.p-about-col.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-about-col.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}

.p-point .p-video.p-video--fv .p-video__deco {
  background-image: url(../../assets/img/img-fv-video-deco.png);
}
.p-point .p-fv-layout {
  padding-top: 51px;
}
.p-point .p-fv-layout .p-fv-layout__body {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .p-point .p-fv-layout {
    padding-top: 61px;
    position: relative;
  }
  .p-point .p-fv-layout::before, .p-point .p-fv-layout::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
  }
  .p-point .p-fv-layout::before {
    max-width: 300px;
    width: 19.1%;
    aspect-ratio: 220/374;
    left: -1.8%;
    background-image: url("../../assets/img/img-about-deco-01.png");
  }
  .p-point .p-fv-layout::after {
    max-width: 300px;
    width: 19.1%;
    aspect-ratio: 220/374;
    right: 0.3%;
    background-image: url("../../assets/img/img-about-deco-02.png");
  }
  .p-point .p-fv-layout .p-fv-layout__body {
    margin-top: 22px;
  }
}
.p-point .p-fv-title .p-fv-title__head {
  padding: 0 23px 0;
}
.p-point .p-fv-title .p-fv-title__head span img {
  height: 45.5px;
}
.p-point .p-fv-title .p-fv-title__body {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-point .p-fv-title .p-fv-title__foot {
  font-size: 2.37rem;
  letter-spacing: 0.215em;
  text-indent: 0.65em;
  margin-top: 31px;
}
@media only screen and (max-width: 768px) {
  .p-point .p-fv-title .p-fv-title__head {
    padding: 3px 31px 2px;
  }
  .p-point .p-fv-title .p-fv-title__head span img {
    height: 29.3px;
  }
  .p-point .p-fv-title .p-fv-title__body {
    margin: 33px -15px 0;
  }
  .p-point .p-fv-title .p-fv-title__foot {
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-indent: 0;
    margin-left: 0.25em;
    margin-top: 21px;
  }
}
.p-point .p-fv-btn_cv {
  margin-top: -15px;
  position: relative;
}
.p-point .p-fv-btn_cv::before, .p-point .p-fv-btn_cv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 48px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.p-point .p-fv-btn_cv::before {
  max-width: 300px;
  width: 15.5%;
  aspect-ratio: 220/374;
  left: 10.4%;
  background-image: url("../../assets/img/img-about-deco-01.png");
}
.p-point .p-fv-btn_cv::after {
  max-width: 300px;
  width: 15.5%;
  aspect-ratio: 220/374;
  right: 8.9%;
  background-image: url("../../assets/img/img-about-deco-02.png");
}
.p-point .p-fv-btn_cv .p-fv-btn_cv__btn {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .p-point .p-fv-btn_cv {
    margin-top: 23px;
  }
  .p-point .p-fv-btn_cv::before, .p-point .p-fv-btn_cv::after {
    display: none;
  }
  .p-point .p-fv-btn_cv .p-fv-btn_cv__btn {
    margin-top: 8px;
    min-height: 66px;
  }
}
.p-point .p-fv-deco_slide {
  margin-top: -46px;
}
@media only screen and (max-width: 768px) {
  .p-point .p-fv-deco_slide {
    margin-top: -35px;
  }
}
.p-point .p-about-cv .p-about-cv__content::before, .p-point .p-about-cv .p-about-cv__content::after {
  content: "";
  display: block;
  position: absolute;
  top: -32.4%;
  width: 17.5%;
  aspect-ratio: 210/220;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.p-point .p-about-cv .p-about-cv__content::before {
  left: 5%;
  background-image: url("../../assets/img//img-about-deco-03.png");
}
.p-point .p-about-cv .p-about-cv__content::after {
  right: 5%;
  background-image: url("../../assets/img//img-about-deco-04.png");
}
.p-point .p-about-cv .p-about-cv__body {
  margin-top: 11.6%;
  width: 100%;
}
.p-point .p-about-cv .p-about-cv__body::before, .p-point .p-about-cv .p-about-cv__body::after {
  top: -18.9%;
  background-color: #0fd2c8;
}
@media only screen and (max-width: 768px) {
  .p-point .p-about-cv .p-about-cv__content::before, .p-point .p-about-cv .p-about-cv__content::after {
    position: absolute;
    top: -18.2%;
    width: 35.2%;
  }
  .p-point .p-about-cv .p-about-cv__content::before {
    left: 4.5%;
  }
  .p-point .p-about-cv .p-about-cv__content::after {
    right: 4.3%;
  }
  .p-point .p-about-cv .p-about-cv__body {
    margin-top: 132px;
  }
  .p-point .p-about-cv .p-about-cv__body::before, .p-point .p-about-cv .p-about-cv__body::after {
    top: -10.5%;
  }
}
.p-point .p-feature-content {
  padding: 82px 100px 103px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-point .p-feature-content {
    padding: 45px 16px 45px;
  }
}
.p-point .p-feature-lede {
  margin-top: 33px;
}
@media only screen and (max-width: 768px) {
  .p-point .p-feature-lede {
    margin-top: 23px;
  }
}
.p-point .p-feature-lede.js-animation {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-point .p-feature-lede.js-animation.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-point .p-feature-panel_list {
  margin-top: 53px;
}
.p-point .p-feature-panel_list .p-feature-panel_list__list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 100px 40px;
}
.p-point .p-feature-panel_list .p-feature-panel_list__item {
  max-width: calc((100% - 40px) / 2);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-point .p-feature-panel_list {
    margin-top: 28px;
  }
  .p-point .p-feature-panel_list .p-feature-panel_list__list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 41px 40px;
  }
  .p-point .p-feature-panel_list .p-feature-panel_list__item {
    max-width: 100%;
  }
}
.p-point .p-feature-panel {
  padding: 0;
  margin: -20px;
  flex-direction: column-reverse;
}
.p-point .p-feature-panel::before {
  display: none;
}
.p-point .p-feature-panel .p-feature-panel__head {
  padding: 0 20px;
}
.p-point .p-feature-panel .p-feature-panel__body {
  max-width: 100%;
}
.p-point .p-feature-panel .p-feature-panel__title {
  margin-top: 4px;
}
.p-point .p-feature-panel .p-feature-panel__link {
  margin-top: 11px;
}
.p-point .p-feature-panel .p-feature-panel__note {
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .p-point .p-feature-panel {
    margin: -4px;
  }
  .p-point .p-feature-panel .p-feature-panel__head {
    padding: 14px 4px 0;
  }
  .p-point .p-feature-panel .p-feature-panel__body {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: -15px;
  }
  .p-point .p-feature-panel .p-feature-panel__title {
    margin-top: 2px;
  }
  .p-point .p-feature-panel .p-feature-panel__title em {
    margin-right: 0;
  }
  .p-point .p-feature-panel .p-feature-panel__title strong {
    font-size: 3.8rem;
    margin-left: -0.4rem;
    margin-right: -0.3rem;
  }
}
.p-point .p-feature-panel.js-animation .p-feature-panel__point,
.p-point .p-feature-panel.js-animation .p-feature-panel__title,
.p-point .p-feature-panel.js-animation .p-feature-panel__link,
.p-point .p-feature-panel.js-animation .p-feature-panel__note {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.p-point .p-feature-panel.js-animation .p-feature-panel_slide {
  position: relative;
}
.p-point .p-feature-panel.js-animation .p-feature-panel_slide::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0fd2c8;
  z-index: 100;
  pointer-events: none;
  -webkit-clip-path: circle(70.7% at 50% 50%);
          clip-path: circle(70.7% at 50% 50%);
}
.p-point .p-feature-panel.js-animation .p-feature-panel__body {
  opacity: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__point,
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__title,
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__link,
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__note {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__title {
  transition-delay: 0.05s;
}
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__link {
  transition-delay: 0.1s;
}
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__note {
  transition-delay: 0.15s;
}
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel__body {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.p-point .p-feature-panel.js-animation.is-active .p-feature-panel_slide::after {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  transition: clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s, -webkit-clip-path 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.p-point .p-feature-panel_slide {
  padding-bottom: 0;
}
.p-point .p-feature-panel_slide .p-feature-panel_slide__item .p-feature-panel_slide__visual {
  padding: 20px;
}
.m-modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s var(--ease_out);
}
.m-modal__content {
  z-index: 1;
  width: 55.5% !important;
}
@media only screen and (max-width: 768px) {
  .m-modal__content {
    max-width: calc(100% - 90px) !important;
    width: 100% !important;
  }
}
.m-modal__container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3% 0;
  z-index: 0;
  z-index: 1;
}
.m-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.m-modal__content {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.m-modal__close {
  display: none !important;
  position: absolute;
  top: 20px !important;
  right: 20px !important;
  width: 14px !important;
  height: 14px !important;
  cursor: pointer;
  z-index: 10;
}
.m-modal__close::before, .m-modal__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 141.4%;
  background-color: #444444;
}
.m-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal.is-open {
  opacity: 1;
}
.m-modal.is-open .m-modal__content {
  opacity: 1;
}

.p-about-modal_panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  position: relative;
  pointer-events: all;
}
.p-about-modal_panel::after {
  content: "";
  display: block;
  position: absolute;
  width: 142px;
  height: 175px;
  bottom: -44px;
  right: -69px;
  background-image: url("../../assets/img/img-modal-deco-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.p-about-modal_panel__head, .p-about-modal_panel__body, .p-about-modal_panel__foot {
  width: 100%;
  text-align: left;
  padding: 0 81px;
}
.p-about-modal_panel__head, .p-about-modal_panel__foot {
  background-color: #00c8be;
  width: 100%;
  position: relative;
}
.p-about-modal_panel__head {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-top: 23px;
  padding-bottom: 23px;
}
.p-about-modal_panel__body {
  background-color: #ffffff;
  padding-top: 26px;
  padding-bottom: 40px;
}
.p-about-modal_panel__foot {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  height: 10px;
  position: relative;
}
.p-about-modal_panel__title {
  font-size: 2.4rem;
  line-height: 1.45;
  color: #fff;
  letter-spacing: 0.09em;
}
.p-about-modal_panel__text {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.p-about-modal_panel__text-item {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
.p-about-modal_panel__close {
  position: absolute;
  top: 29px !important;
  right: 30px !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer;
  z-index: 10;
}
.p-about-modal_panel__close::before, .p-about-modal_panel__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 141.4%;
  background-color: #ffffff;
}
.p-about-modal_panel__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-about-modal_panel__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .p-about-modal_panel {
    padding: 40px 0;
  }
  .p-about-modal_panel::after {
    width: 83px;
    height: 135px;
    bottom: -3px;
    right: -43px;
  }
  .p-about-modal_panel__head, .p-about-modal_panel__body, .p-about-modal_panel__foot {
    padding: 0 24px;
  }
  .p-about-modal_panel__head {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .p-about-modal_panel__body {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .p-about-modal_panel__title {
    font-size: 2rem;
  }
  .p-about-modal_panel__text {
    gap: 1.9rem;
  }
  .p-about-modal_panel__text-item {
    font-size: 1.4rem;
  }
  .p-about-modal_panel__close {
    top: 10px !important;
    right: 0px !important;
    width: 17px !important;
    height: 19px !important;
  }
}

.p-point_box {
  margin-top: 25px;
}
.p-point_box__inner {
  display: flex;
  flex-direction: column;
}
.p-point_box__title, .p-point_box__content {
  position: relative;
}
.p-point_box__title {
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.p-point_box__title::before {
  content: "";
  display: block;
  position: relative;
  background-image: url("../../assets/img/icon-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.p-point_box__title-main {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #07bfb6;
  letter-spacing: 0.1em;
}
.p-point_box__content {
  background-color: rgba(15, 210, 200, 0.1);
  padding: 26px 21.9px 20px;
  margin-top: -15px;
  border-radius: 5px;
}
.p-point_box__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
.p-point_box__lede {
  text-align: center;
  color: #07bfb6;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .p-point_box {
    margin-top: 14px;
  }
  .p-point_box__title {
    padding: 0 10px;
  }
  .p-point_box__title::before {
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .p-point_box__title-main {
    font-size: 1.7rem;
  }
  .p-point_box__content {
    padding: 22.3px 13px 12px;
  }
  .p-point_box__content p {
    font-size: 1.28rem;
  }
  .p-point_box__lede {
    text-align: center;
    color: #07bfb6;
    font-size: 1.36rem;
    line-height: 1.5;
    letter-spacing: 0.13em;
    margin-top: 12px;
  }
}

.p-about-modal_desc {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 18px;
}
.p-about-modal_desc__content {
  display: flex;
  gap: 2px;
}
.p-about-modal_desc__content + .p-about-modal_desc__content .p-about-modal_desc__term {
  display: none;
}
.p-about-modal_desc__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-about-modal_desc__head {
  flex-shrink: 0;
  max-width: 23.6%;
  width: 100%;
}
.p-about-modal_desc__body {
  max-width: 100%;
  width: 100%;
}
.p-about-modal_desc__foot {
  flex-shrink: 0;
  max-width: 33.7%;
  width: 100%;
}
.p-about-modal_desc__term {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #aaa5a5;
}
.p-about-modal_desc__desc {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8.8px 20px 8.8px 12px;
  min-height: 54px;
}
.p-about-modal_desc__text {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.p-about-modal_desc__text em {
  color: #07bfb6;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-about-modal_desc {
    margin-top: 12px;
  }
  .p-about-modal_desc__content {
    flex-direction: column;
    gap: 3.3px 0;
    padding: 15px 10.7px 10px;
    background-color: #ffffff;
  }
  .p-about-modal_desc__head, .p-about-modal_desc__body, .p-about-modal_desc__foot {
    max-width: 100%;
    width: 100%;
  }
  .p-about-modal_desc__foot {
    padding-top: 5px;
  }
  .p-about-modal_desc__foot .p-about-modal_desc__term {
    display: block !important;
  }
  .p-about-modal_desc__item {
    gap: 3px;
  }
  .p-about-modal_desc__term {
    display: none;
    font-size: 1rem;
  }
  .p-about-modal_desc__desc {
    min-height: 0;
    padding: 0;
  }
  .p-about-modal_desc__text {
    font-size: 1.2rem;
  }
  .p-about-modal_desc__text em {
    font-size: 1.3rem;
  }
}

.p-fixed_cv-btn {
  padding-top: 15px;
}
.p-fixed_cv-btn__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: all;
}

.adjust-w-0 {
  width: 0% !important;
}

.adjust-w-1 {
  width: 1% !important;
}

.adjust-w-2 {
  width: 2% !important;
}

.adjust-w-3 {
  width: 3% !important;
}

.adjust-w-4 {
  width: 4% !important;
}

.adjust-w-5 {
  width: 5% !important;
}

.adjust-w-6 {
  width: 6% !important;
}

.adjust-w-7 {
  width: 7% !important;
}

.adjust-w-8 {
  width: 8% !important;
}

.adjust-w-9 {
  width: 9% !important;
}

.adjust-w-10 {
  width: 10% !important;
}

.adjust-w-11 {
  width: 11% !important;
}

.adjust-w-12 {
  width: 12% !important;
}

.adjust-w-13 {
  width: 13% !important;
}

.adjust-w-14 {
  width: 14% !important;
}

.adjust-w-15 {
  width: 15% !important;
}

.adjust-w-16 {
  width: 16% !important;
}

.adjust-w-17 {
  width: 17% !important;
}

.adjust-w-18 {
  width: 18% !important;
}

.adjust-w-19 {
  width: 19% !important;
}

.adjust-w-20 {
  width: 20% !important;
}

.adjust-w-21 {
  width: 21% !important;
}

.adjust-w-22 {
  width: 22% !important;
}

.adjust-w-23 {
  width: 23% !important;
}

.adjust-w-24 {
  width: 24% !important;
}

.adjust-w-25 {
  width: 25% !important;
}

.adjust-w-26 {
  width: 26% !important;
}

.adjust-w-27 {
  width: 27% !important;
}

.adjust-w-28 {
  width: 28% !important;
}

.adjust-w-29 {
  width: 29% !important;
}

.adjust-w-30 {
  width: 30% !important;
}

.adjust-w-31 {
  width: 31% !important;
}

.adjust-w-32 {
  width: 32% !important;
}

.adjust-w-33 {
  width: 33% !important;
}

.adjust-w-34 {
  width: 34% !important;
}

.adjust-w-35 {
  width: 35% !important;
}

.adjust-w-36 {
  width: 36% !important;
}

.adjust-w-37 {
  width: 37% !important;
}

.adjust-w-38 {
  width: 38% !important;
}

.adjust-w-39 {
  width: 39% !important;
}

.adjust-w-40 {
  width: 40% !important;
}

.adjust-w-41 {
  width: 41% !important;
}

.adjust-w-42 {
  width: 42% !important;
}

.adjust-w-43 {
  width: 43% !important;
}

.adjust-w-44 {
  width: 44% !important;
}

.adjust-w-45 {
  width: 45% !important;
}

.adjust-w-46 {
  width: 46% !important;
}

.adjust-w-47 {
  width: 47% !important;
}

.adjust-w-48 {
  width: 48% !important;
}

.adjust-w-49 {
  width: 49% !important;
}

.adjust-w-50 {
  width: 50% !important;
}

.adjust-w-51 {
  width: 51% !important;
}

.adjust-w-52 {
  width: 52% !important;
}

.adjust-w-53 {
  width: 53% !important;
}

.adjust-w-54 {
  width: 54% !important;
}

.adjust-w-55 {
  width: 55% !important;
}

.adjust-w-56 {
  width: 56% !important;
}

.adjust-w-57 {
  width: 57% !important;
}

.adjust-w-58 {
  width: 58% !important;
}

.adjust-w-59 {
  width: 59% !important;
}

.adjust-w-60 {
  width: 60% !important;
}

.adjust-w-61 {
  width: 61% !important;
}

.adjust-w-62 {
  width: 62% !important;
}

.adjust-w-63 {
  width: 63% !important;
}

.adjust-w-64 {
  width: 64% !important;
}

.adjust-w-65 {
  width: 65% !important;
}

.adjust-w-66 {
  width: 66% !important;
}

.adjust-w-67 {
  width: 67% !important;
}

.adjust-w-68 {
  width: 68% !important;
}

.adjust-w-69 {
  width: 69% !important;
}

.adjust-w-70 {
  width: 70% !important;
}

.adjust-w-71 {
  width: 71% !important;
}

.adjust-w-72 {
  width: 72% !important;
}

.adjust-w-73 {
  width: 73% !important;
}

.adjust-w-74 {
  width: 74% !important;
}

.adjust-w-75 {
  width: 75% !important;
}

.adjust-w-76 {
  width: 76% !important;
}

.adjust-w-77 {
  width: 77% !important;
}

.adjust-w-78 {
  width: 78% !important;
}

.adjust-w-79 {
  width: 79% !important;
}

.adjust-w-80 {
  width: 80% !important;
}

.adjust-w-81 {
  width: 81% !important;
}

.adjust-w-82 {
  width: 82% !important;
}

.adjust-w-83 {
  width: 83% !important;
}

.adjust-w-84 {
  width: 84% !important;
}

.adjust-w-85 {
  width: 85% !important;
}

.adjust-w-86 {
  width: 86% !important;
}

.adjust-w-87 {
  width: 87% !important;
}

.adjust-w-88 {
  width: 88% !important;
}

.adjust-w-89 {
  width: 89% !important;
}

.adjust-w-90 {
  width: 90% !important;
}

.adjust-w-91 {
  width: 91% !important;
}

.adjust-w-92 {
  width: 92% !important;
}

.adjust-w-93 {
  width: 93% !important;
}

.adjust-w-94 {
  width: 94% !important;
}

.adjust-w-95 {
  width: 95% !important;
}

.adjust-w-96 {
  width: 96% !important;
}

.adjust-w-97 {
  width: 97% !important;
}

.adjust-w-98 {
  width: 98% !important;
}

.adjust-w-99 {
  width: 99% !important;
}

.adjust-w-100 {
  width: 100% !important;
}

.adjust-align-left {
  text-align: left;
}

.adjust-align-center {
  text-align: center;
}

.adjust-align-right {
  text-align: right;
}

.media.adjust-align-left {
  align-items: flex-start;
}
.media.adjust-align-center {
  align-items: center;
}
.media.adjust-align-right {
  align-items: flex-end;
}

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

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

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

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