@charset "UTF-8";
/*!
 * ress.css • v3.0.0
 * 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;
  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;
  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: bolder; /* 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;
}

/* # =================================================================
   # 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;
}

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

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
  html.is-nav-active {
    overflow: hidden;
  }
}

body {
  color: #3C2C25;
  font-family: "LINE Seed JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: none;
  font-size: 1.4rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: #3C2C25;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

em {
  font-style: normal;
}

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

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th, table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.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-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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

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

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

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

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

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

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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: 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: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, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  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: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: 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: 10px;
  top: 50%;
  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%;
  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 transform, 0.2s top;
}

.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%;
  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 transform, 0.2s left;
}

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

.swiper-pagination-progressbar {
  background: 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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;
  filter: blur(50px);
}

.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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-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: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.l-body {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: visibility 500ms ease, opacity 500ms ease;
}
.is-loaded .l-body {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 6.4rem;
  }
}

.l-backlayer {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 500ms ease, opacity 500ms ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.is-nav-active .l-backlayer {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .l-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .l-sm {
    display: none !important;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 3rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .nav-links {
    padding-right: 13.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.nav-links .page-numbers {
  padding: 0.8rem 1.8rem;
  border: 1px solid #3C2C25;
  color: #3C2C25;
}
@media screen and (max-width: 767px) {
  .nav-links .page-numbers {
    padding: 1.0666666667vw 3.7333333333vw;
  }
}
.nav-links .current {
  padding: 0.8rem 1.8rem;
  border: none;
  background-color: #3C2C25;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nav-links .current {
    padding: 1.0666666667vw 3.7333333333vw;
  }
}
.nav-links .page-numbers.next {
  position: relative;
  border: none;
  display: inline;
  width: initial;
  height: initial;
}
.nav-links .page-numbers.next::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "NEXT";
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 0.6071428571;
}
@media screen and (max-width: 767px) {
  .nav-links .page-numbers.next::after {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
  }
}
.nav-links .page-numbers.prev {
  position: relative;
  border: none;
}
.nav-links .page-numbers.prev::after {
  position: absolute;
  top: 52%;
  left: -100%;
  transform: translateY(-50%);
  content: "PREV";
  width: fit-content;
  height: fit-content;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 0.6071428571;
}
@media screen and (max-width: 767px) {
  .nav-links .page-numbers.prev::after {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.3333333333;
  }
}

.l-footer {
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.25);
}
.l-footer.l-footer--center .l-footer__contents{
  justify-content: center;
}
.l-footer.l-footer--center .l-footer__info-wrapper{
  justify-content: center;
}
.l-footer.l-footer--center .l-footer__area-parts{
  display: block;
  width: fit-content;
  margin:0 auto;
}
.l-footer__contents-area {
  position: relative;
  padding: 0 1.6rem 0 1.6rem;
  max-width: 128rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__contents-area {
    padding: 0;
  }
}
.l-footer__contents {
  padding: 3.2rem 0 3.2rem 0;
  margin: 0 auto;
  max-width: 96rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    flex-direction: column;
    padding: 6.4rem;
  }
}
.l-footer__logo-txt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-footer__logo-txt02 {
  margin-top: 0.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
.l-footer__legal {
  margin-top: 2.4rem;
  display: flex;
  gap: 2.4rem;
}
@media (min-width: 768px) and (max-width: 960px) {
  .l-footer__legal {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__legal {
    margin-top: 2.8rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.l-footer__area-nav {
  padding-left: 2rem;
  position: relative;
}
.l-footer__area-nav--01 .l-footer__area-txt {
  color: #58CF68;
}
.l-footer__area-nav--01::before {
  position: absolute;
  top: -3.2rem;
  left: 0;
  content: "";
  width: 0.8rem;
  height: 20rem;
  background-color: #58CF68;
}
@media screen and (max-width: 767px) {
  .l-footer__area-nav--01::before {
    top: 0;
    width: 0.8rem;
    height: 100%;
  }
}
.l-footer__area-nav--02 .l-footer__area-txt {
  color: #FF8E3F;
}
.l-footer__area-nav--02::before {
  position: absolute;
  top: -3.2rem;
  left: 0;
  content: "";
  width: 0.8rem;
  height: 20rem;
  background-color: #FF8E3F;
}
@media screen and (max-width: 767px) {
  .l-footer__area-nav--02::before {
    width: 0.8rem;
    top: 0;
    height: 100%;
  }
}
.l-footer__area-txt {
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #555555;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__area-txt {
    padding: 2.8rem 0 0.4rem;
  }
}
.l-footer__list {
  padding-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-footer__list-item {
  transition: 0.2s;
}
.l-footer__list-item:hover {
  opacity: 0.8;
}
.l-footer__tr {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-footer__th {
  width: 9.8rem;
}
.l-footer__area--nav {
  display: flex;
  gap: 6.2rem;
}
@media (min-width: 768px) and (max-width: 960px) {
  .l-footer__area--nav {
    gap: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__area--nav {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }
}
.l-footer__page-top {
  position: absolute;
  top: -8rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__page-top {
    display: none;
    top: initial;
    bottom: 3.4rem;
  }
}
.l-footer__page-top span {
  position: relative;
  display: block;
}
.l-footer__icon {
  width: 2.5rem;
  padding-bottom: 0.5rem;
  transition: 0.2s;
}
.l-footer__icon:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-footer__icon {
    width: 2.2rem;
  }
}
.l-footer__page-top-image {
  position: relative;
  z-index: 2;
  width: 9.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__page-top-image {
    width: 4.2rem;
  }
}
.l-footer__info-wrapper {
  display: flex;
  margin-top: 2rem;
}
.l-footer__area-contents {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}
.l-footer__area-parts {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.2s;
}
.l-footer__area-parts:hover {
  opacity: 0.8;
}

.l-form__contents {
  padding: 4.8rem 0;
  max-width: 96rem;
  margin: 0 auto;
  display: none;
  border-radius: 12px;
  background-color: #F7F5F0;
}
@media screen and (max-width: 767px) {
  .l-form__contents {
    border-radius: 0 0 12px 12px;
    padding: 4.8rem 1.6rem;
  }
}
.l-form__contents.is-active {
  display: block;
}
.l-form__contents-area {
  margin: 0 auto;
  max-width: 63.4rem;
}
.l-form__switch {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-form__switch-item {
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  width: 22.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-form__switch-item {
    padding: 1.8rem 0 1.4rem;
  }
}
.l-form__switch-item span {
  position: relative;
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-form__switch-item span {
    padding-left: 3rem;
  }
}
.l-form__switch-item span::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  background-color: #D9D9D9;
}
.l-form__switch-item span::after {
  position: absolute;
  top: 50%;
  left: 0.4rem;
  content: none;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-50%);
  background-color: #555555;
}
.l-form__switch-item.is-active {
  background-color: #F7F5F0;
}
.l-form__switch-item.is-active span::after {
  content: "";
}
.l-form__column {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-form__column {
    gap: 2.4rem;
  }
}
.l-form__tr {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-form__th {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-form__td {
  padding: 1.4rem 1.6rem;
  border-radius: 12px;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-form__td--border {
  border: 1px solid #FF9D57;
}
.l-form__td--width {
  max-width: 41.2rem;
}
.l-form__td--width02 {
  max-width: 63.2rem;
}
.l-form__td::placeholder {
  color: #D9D9D9;
}
.l-form__td-add {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-form__td-add-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-form__td-add-btn {
  cursor: pointer;
  min-width: 3.2rem;
}
.l-form__textarea {
  padding: 1.6rem;
  border-radius: 12px;
  width: 100%;
  resize: none;
  height: 20rem;
  outline: none;
  background-color: #fff;
}
.l-form__submit-area {
  max-width: 57rem;
  margin: 0 auto;
  display: none;
}
.l-form__submit-area.is-active {
  display: block;
}
.l-form__upload-txt {
  position: relative;
  display: flex;
  margin: 0.8rem 0 0 0;
  padding-left: 2.4rem;
}
.l-form__upload-txt::before {
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 0;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/icon-check-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-form__area-width {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
  max-width: 50.8rem;
}
.l-form__area-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 3.2rem;
}
.l-form__btn-area {
  display: flex;
  justify-content: space-between;
}

.l-header {
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  top: 2.4rem;
  border-radius: 200px;
  width: calc(100% - 16rem);
  z-index: 999;
  transition: box-shadow 500ms ease;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-header {
    width: calc(100% - 3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    transform: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
.l-header__inner {
  padding: 0 2rem 0 4.8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 960px) {
  .l-header__inner {
    padding: 0 2rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 0.8rem 0 1.6rem;
    height: 6.4rem;
  }
}
.l-header__logo {
  display: block;
  height: fit-content;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  color: #FF9D57;
  transition: 0.2s;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    padding-top: 0.2rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.l-header__logo a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 960px) {
  .l-header__logo img {
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 16.4rem;
  }
}

.l-inline {
  max-width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inline {
    padding: 0 1.6rem;
  }
}

.l-inline-responsive {
  max-width: 96rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .l-inline-responsive {
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inline-responsive {
    padding: 0 1.6rem;
  }
}

.l-lowpage__area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36.4rem;
  background: linear-gradient(166deg, rgb(255, 161, 93) 0%, rgb(255, 178, 178) 100%);
}
@media screen and (max-width: 767px) {
  .l-lowpage__area {
    height: 32rem;
  }
}
.l-lowpage__ttl {
  padding-top: 10.4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2.8rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .l-lowpage__ttl {
    padding-top: 0;
  }
}
.l-lowpage__ttl-en {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-lowpage__ttl-en {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
  }
}
.l-lowpage__ttl-ja {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-lowpage__ttl-ja {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
.l-lowpage__contents {
  background-color: #F7F5F0;
}
.l-lowpage__contents--padding {
  padding: 14rem 0 20rem;
}
@media screen and (max-width: 767px) {
  .l-lowpage__contents--padding {
    padding: 4rem 0;
  }
}
.l-lowpage__contents-area {
  padding: 8rem 0;
  max-width: 128rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-lowpage__contents-area {
    padding: 4.8rem 1.6rem;
  }
}
.l-lowpage__contents-area02 {
  padding: 3.2rem 1.4rem 8rem;
  max-width: 96rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-lowpage__contents-area02 {
    padding: 4.8rem 1.6rem;
  }
}
.l-lowpage__contents-area03 {
  padding: 6.4rem 1.4rem 12.4rem;
  max-width: 96rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-lowpage__contents-area03 {
    padding: 4.8rem 1.6rem;
  }
}
.l-lowpage__inline {
  padding: 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .l-lowpage__inline {
    padding: 0;
  }
}
.l-lowpage__inline-narrow {
  max-width: 63rem;
  margin: 0 auto;
}
.l-lowpage__progress-image {
  width: 100%;
}
.l-lowpage__progress-image--02 {
  display: block;
  width: 23.2rem;
  margin: 0 auto;
}
.l-lowpage__progress-image--03 {
  padding: 0 5.2rem;
}
@media screen and (max-width: 767px) {
  .l-lowpage__progress-image--03 {
    padding: 0;
  }
}
.l-lowpage__default {
  padding: 20rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-lowpage__default {
    padding: 8rem 0;
  }
}
.l-lowpage__default-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

.l-nav__lg {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-nav__lg {
    display: none;
  }
}
.l-nav__lg-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (min-width: 768px) and (max-width: 960px) {
  .l-nav__lg-list {
    gap: 1.4rem;
  }
}
.l-nav__lg-list-item--contact a {
  border-radius: 200px;
  padding: 1.6rem 4rem;
  transition: 0.2s;
  color: #fff;
  background-color: #ff9d57;
}
@media (min-width: 768px) and (max-width: 960px) {
  .l-nav__lg-list-item--contact a {
    padding: 1.4rem 1.6rem;
  }
}
.l-nav__lg-list-item--contact a:hover {
  opacity: 0.8;
}
.l-nav__mega {
  background-color: #fff;
  top: 0;
  right: 0;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  transition: visibility 500ms ease, opacity 500ms ease;
  visibility: hidden;
  padding: 8rem 2.4rem;
  width: 27rem;
  height: 53rem;
  max-height: 100%;
  z-index: 999;
  background-color: #FF9D57;
}
.l-nav__mega nav {
  margin-top: 5.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-nav__mega nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.l-nav__mega nav ul li a {
  color: #fff;
}
.is-nav-active .l-nav__mega {
  opacity: 1;
  visibility: visible;
}
.l-nav__mega-image {
  border-radius: 12px;
  height: 14rem;
  object-fit: cover;
}
.l-nav__mega-txt {
  margin-top: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-nav__mega-area02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.l-nav__mega-area02 img {
  width: 2.4rem;
}

.l-price--width {
  max-width: 66.4rem;
  margin: 0 auto;
}
.l-price__item {
  position: relative;
  padding: 3.2rem;
  height: 80rem;
  border-radius: 30px;
  background: linear-gradient(1deg, rgb(255, 183, 136) 0%, rgb(255, 243, 243) 39%, rgb(255, 243, 243) 100%);
}
@media screen and (max-width: 767px) {
  .l-price__item {
    padding: 3.2rem 3.2rem 10.4rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-price__item:nth-of-type(1) {
    order: 2;
  }
  .l-price__item:nth-of-type(2) {
    order: 1;
  }
}
.l-price__info {
  border-radius: 200px;
  max-width: 30.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  height: 3.9rem;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  margin: 1.6rem auto 0;
  background-color: #B8B6B6;
}
.l-price__info-txt {
  cursor: pointer;
  position: relative;
  min-width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 2px);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-price__info-txt em {
  position: relative;
  z-index: 2;
}
.l-price__info-txt.is-active {
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.l-price__info-txt.l-price__info-txt--adjust {
  background-color: transparent;
  box-shadow: none;
}
.l-price__info-txt.l-price__info-txt--adjust.is-active::after {
  position: absolute;
  top: 50%;
  left: 2px;
  border-radius: 200px;
  content: "";
  width: 20.8rem;
  height: 100%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.l-price__info-txt02 {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0.3rem 2rem;
  border-radius: 200px;
  background-color: #FF9D57;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.l-price__info-txt03 {
  padding: 0.4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.l-price__area {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.l-price__area-image {
  width: 3.2rem;
}
.l-price__area-image02 {
  width: 4.4rem;
}
.l-price__area-txt {
  height: 4rem;
}
.l-price__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-price__grid {
    grid-template-columns: 1fr;
  }
}
.l-price__area-num {
  margin-top: 1.6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-price__area-num-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}
.l-price__area-num {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.l-price__ttl-sub {
  padding: 0.4rem 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  background-color: #D9D9D9;
}
.l-price__caution {
  margin-top: 1.6rem;
  padding-left: 1.6em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-price__btn {
  position: absolute;
  transition: 0.2s;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.l-price__disable {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-price__disable-ttl {
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 4px solid #FF9D57;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
}

.c-accordion__btn {
  position: relative;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    padding: 1.3333333333vw 0;
    gap: 5.3333333333vw;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  background-color: #3C2C25;
  width: 2rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform-origin: center;
}
.c-accordion__btn::before {
  transform: translateY(-50%);
}
.c-accordion__btn::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 500ms ease;
}
.c-accordion__btn.is-opened::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-accordion__btn.is-opened + .c-accordion__panel {
  visibility: visible;
  opacity: 1;
}
.c-accordion__ttl {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-accordion__ttl {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 2;
  }
}
.c-accordion__panel {
  height: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: height 500ms ease, visibility 500ms ease, opacity 500ms ease;
}
.c-accordion__list {
  padding-left: 1.5em;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__list {
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.c-accordion__category {
  color: #3C2C25;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-accordion__category {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 2.2857142857;
  }
}

.c-btn-normal {
  color: #fff;
  display: flex;
  align-items: center;
  width: 24.8rem;
  transition: 0.2s;
  justify-content: center;
  padding: 1rem 5.2rem 1rem 2.8rem;
  border-radius: 200px;
  background-color: #FF9D57;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-btn-normal:hover {
  opacity: 0.8;
}
.c-btn-normal__txt {
  position: relative;
}
.c-btn-normal__txt::after {
  position: absolute;
  top: 50%;
  right: -3.2rem;
  content: "";
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-btn-normal02 {
  color: #fff;
  display: flex;
  align-items: center;
  max-width: 36rem;
  justify-content: center;
  padding: 1rem 2.8rem;
  transition: 0.2s;
  border-radius: 24px;
  background-color: #FF9D57;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-btn-normal02 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.c-btn-normal02:hover {
  background-color: #ffb47f;
}
.c-btn-normal02__txt {
  position: relative;
  padding-right: 3.2rem;
}
.c-btn-normal02__txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn-normal02--adjust {
  width: 28.8rem;
  padding: 1rem 1.6rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-btn-normal02--adjust {
    margin: 0 auto;
  }
}

.c-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 0.8rem;
  padding: 0.8rem 2rem 0.8rem 2.4rem;
  border-radius: 6px;
  color: #555555;
  border: 1px solid #555555;
  background-color: #fff;
}
.c-btn-arrow__txt {
  position: relative;
  top: 0.1rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-btn-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  gap: 0.8rem;
  width: fit-content;
  padding: 0 2.8rem;
  height: 4.8rem;
  border: 1px solid #555555;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-hamburger {
  position: fixed;
  top: 0.8rem;
  border-radius: 8px;
  right: 0.8rem;
  background-color: #fff;
  display: inline-block;
  transition: 0.2s;
  height: 4rem;
  width: 4rem;
  z-index: 9999;
}
.is-nav-active .c-hamburger {
  background-color: #fff;
}
.c-hamburger span {
  background-color: #fff;
  display: inline-block;
  height: 0.2rem;
  left: calc((4rem - 2rem) / 2);
  position: absolute;
  transform-origin: center;
  transition: 500ms ease;
  width: 2rem;
}
.c-hamburger span:nth-of-type(1) {
  top: 1rem;
}
.c-hamburger span:nth-of-type(2) {
  top: calc((4rem - 0.2rem) / 2);
}
.c-hamburger span:nth-of-type(3) {
  bottom: 1rem;
}
.is-nav-active .c-hamburger span:nth-of-type(1) {
  top: calc((100% - 0.2rem) / 2);
  transform: rotate(-315deg);
}
.is-nav-active .c-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.is-nav-active .c-hamburger span:nth-of-type(3) {
  bottom: calc((100% - 0.2rem) / 2);
  transform: rotate(315deg);
}
.c-hamburger__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  transition: 0.2s;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}
.is-nav-active .c-hamburger__txt {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    height: 4.8rem;
    width: 4.8rem;
    background-color: #FF9D57;
  }
  .c-hamburger span {
    height: 0.2rem;
    left: calc((4.8rem - 2rem) / 2);
    width: 2rem;
  }
  .is-nav-active .c-hamburger span {
    background-color: #FF9D57;
  }
  .c-hamburger span:nth-of-type(1) {
    top: 1rem;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 1.7rem;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 2.4rem;
  }
  .is-nav-active .c-hamburger span:nth-of-type(1) {
    transform: rotate(-315deg);
    top: calc((100% - 0.2rem) / 2);
  }
  .is-nav-active .c-hamburger span:nth-of-type(3) {
    transform: rotate(315deg);
    top: calc((100% - 0.2rem) / 2);
  }
}

.c-input-text {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
.c-input-text__input {
  padding: 0.4rem 1.6rem;
  border-radius: 12px;
  width: 10rem;
  height: 4rem;
  border: 1px solid #FF9D57;
  background-color: #fff;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-input-text__input::placeholder {
  color: #D9D9D9;
}

.c-input-check {
  display: flex;
  align-items: center;
  max-width: fit-content;
}
.c-input-check__input {
  position: relative;
  margin: 0;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-input-check__input::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 0.3rem;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  opacity: 1;
  border: 1px solid #909090;
}
.c-input-check__input::after {
  position: absolute;
  content: "";
  top: calc(50% + 0.2rem);
  left: 50%;
  border-radius: 0.3rem;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon-check.svg);
  background-size: contain;
  opacity: 0;
  height: 1.2rem;
  width: 1.2rem;
}
.c-input-check__input:checked::after {
  opacity: 0;
}
.c-input-check__input:checked::after {
  opacity: 1;
}
.c-input-check__input--orange::before {
  border: 1px solid #FF9D57;
}
.c-input-check__input--orange::after {
  background-image: url(../images/common/icon-check-white.svg);
}
.c-input-check__input--orange:checked::before {
  background-color: #FF9D57;
}
.c-input-check__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.8rem;
  color: #3C2C25;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-input-check__label--padding-none {
  padding: 0;
}
.c-input-check__link {
  padding-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.c-input-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-input-radio {
    gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-input-radio__item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-input-radio__item::before {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% + 0.1rem);
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  opacity: 1;
  transition: 0.2s;
  border: 1px solid #909090;
  background-color: #FFFFFF;
}
.c-input-radio__item::after {
  position: absolute;
  content: "";
  top: calc(50% + 0.1rem);
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #FF9D57;
  opacity: 0;
  height: 1.2rem;
  width: 1.2rem;
}
.c-input-radio__item:checked::before {
  border: 1px solid #FF9D57;
}
.c-input-radio__item:checked::after {
  opacity: 0;
}
.c-input-radio__item:checked::after {
  opacity: 1;
}
.c-input-radio__item.is-error::before {
  border: 1px solid #D10000;
}
.c-input-radio__item.is-error::after {
  background-color: #D10000;
}
.c-input-radio__label {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}
.c-input-radio__parts {
  display: flex;
  align-items: center;
}
.c-input-radio__parts--width {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-input-radio__parts--width .c-input-radio__input-normal {
    width: 100%;
  }
}
.c-input-radio__input-normal {
  height: 4rem;
  padding: 0 1rem;
  border: 1px solid #333;
  border-radius: 4px;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-input-radio__input-normal {
    width: 100%;
  }
}
.c-input-radio__input-normal--margin {
  margin-left: 1.6rem;
}
.c-input-radio__input-normal--width {
  width: 100%;
}
.c-input-radio__input-normal::placeholder {
  color: #909090;
}
.c-input-radio__input-normal.is-error {
  border: 1px solid #D10000;
}
.c-input-radio__input-normal.is-error::placeholder {
  color: #D10000;
}
.c-input-radio__input-normal:focus {
  border: 1px solid #FF9D57;
}

.c-input-textarea {
  padding: 1.6rem;
  border-radius: 12px;
  width: 63rem;
  height: 12.2rem;
  color: #3C2C25;
  border: 1px solid #FF9D57;
  background-color: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
  outline: none;
  resize: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-input-textarea {
    width: 100%;
  }
}
.c-input-textarea::-webkit-scrollbar {
  display: none;
}

.c-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.c-list__item {
  position: relative;
  padding-left: 1em;
}
.c-list__item::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  transform: translateY(-50%);
  background-color: #3C2C25;
}

.c-list-check {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-list-check__item {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-list-check__item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 1.6rem;
  height: 1.2rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-select {
  position: relative;
  width: fit-content;
}
.c-select:after {
  position: absolute;
  pointer-events: none;
  top: calc(50% + 0.1rem);
  right: 1.4rem;
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-select__item {
  cursor: pointer;
  padding: 0.5rem 3.2rem 0.5rem 1.8rem;
  border-radius: 12px;
  outline: none;
  border: 1px solid #FF9D57;
  background-color: #fff;
  color: #3C2C25;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-select__item--orange {
  color: #FF9D57;
}
@media screen and (max-width: 767px) {
  .c-select__item--orange {
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-select__item--orange option {
  color: #000;
}

.c-text-circle {
  padding-left: 2.8rem;
  width: fit-content;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-text-circle {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.c-text-circle::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  content: "";
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(166deg, rgb(255, 161, 93) 0%, rgb(255, 178, 178) 100%);
}
@media screen and (max-width: 767px) {
  .c-text-circle::before {
    top: 0.2em;
    width: 1.8rem;
    height: 1.8rem;
  }
}
.c-text-circle::after {
  position: absolute;
  top: 0.4rem;
  right: -1.3rem;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/decoration-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-text-circle--adjust::after {
  content: none;
}

.c-text-link {
  color: #1A73E8;
  text-decoration: underline;
}
.c-text-link:hover {
  text-decoration: none;
}

.c-text-decoration {
  padding-left: 2.8rem;
  width: fit-content;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-text-decoration {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
  }
}
.c-text-decoration::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border: 4px solid #FF9D57;
}
@media screen and (max-width: 767px) {
  .c-text-decoration::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.c-text-decoration02 {
  padding-right: 2.4rem;
  width: fit-content;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-text-decoration02 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
  }
}
.c-text-decoration02::after {
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  content: "";
  border-radius: 4px;
  width: 1.3rem;
  aspect-ratio: 1.1/1;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/decoration-img03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-text-decoration02::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.c-ttl-secondary {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.5;
}

.c-ttl-normal {
  position: relative;
  text-align: center;
  padding-bottom: 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .c-ttl-normal {
    padding-bottom: 1.6rem;
  }
}
.c-ttl-normal::after {
  position: absolute;
  left: 50%;
  content: "";
  bottom: 0;
  width: 6.4rem;
  height: 0.4rem;
  transform: translateX(-50%);
  background-color: #FF9D57;
}

.c-ttl-default {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.5;
}

.p-law__table {
  margin-top: 4.8rem;
}
.p-law__table-tr {
  height: 7rem;
  display: grid;
  grid-template-columns: 20.8rem 1fr;
  border-bottom: 1px solid #CECECE;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-law__table-tr {
    padding: 1.6rem 0;
    gap: 1.6rem;
    height: auto;
    grid-template-columns: 1fr;
  }
}
.p-law__table-tr--adjust {
  height: auto;
  padding: 2.4rem 0;
}
.p-law__table-th {
  padding: 0 0 0 1.6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-law__table-th {
    padding: 0;
  }
}
.p-law__table-td {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-law__table-td-mail {
  width: fit-content;
  color: #1A73E8;
  text-decoration: underline;
}
.p-law__table-td-mail:hover {
  text-decoration: none;
}
.p-law__table-td-caution {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

.p-register__fv {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-register__fv {
    padding: 5rem 0 4rem;
  }
}
.p-register__fv-image {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__fv-image {
    height: 60rem;
  }
}
.p-register__fv-txt-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12.5vw;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__fv-txt-area {
    top: calc(50% + 2.4rem);
    right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__fv-txt-area {
    width: calc(100% - 3.2rem);
    top: 6.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-register__fv-txt-en {
  width: max(300px, 20.1388888889vw);
}
@media screen and (max-width: 767px) {
  .p-register__fv-txt-en {
    width: 24rem;
  }
}
.p-register__fv-ja {
  margin-top: 1.6rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4583333333;
  font-size: max(40px, 3.3333333333vw);
}
@media screen and (max-width: 767px) {
  .p-register__fv-ja {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-register__fv-ja span {
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1.0434782609;
  }
}
.p-register__fv-btn {
  margin-top: 1.6rem;
  border-radius: 2.2222222222vw;
  width: 25vw;
  height: 5.5555555556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  color: #fff;
  background-color: #FF9D57;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-register__fv-btn {
    margin: 35rem auto 0;
    border-radius: 200px;
    width: calc(100% - 3.2rem);
    height: 6rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3333333333;
  }
}
.p-register__fv-btn:hover {
  background-color: #ffb47f;
}
.p-register__recruit {
  position: relative;
  padding: 16.8rem 0 8rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__recruit {
    padding: 12rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__recruit {
    padding: 6.4rem 0 6.4rem;
  }
}
.p-register__recruit-en {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF5EE;
  font-size: 12.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__recruit-en {
    font-size: 8.8rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-register__recruit-en {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1;
  }
}
.p-register__recruit-contents {
  margin-top: 1.6rem;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  padding: 5.6rem 12.4rem 4rem;
  background-color: #F7F5F0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__recruit-contents {
    padding: 5.6rem 5.6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__recruit-contents {
    padding: 3.2rem 2.4rem;
    grid-template-columns: 1fr;
  }
}
.p-register__recruit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11.4rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__recruit-grid {
    gap: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__recruit-grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.p-register__recruit-decoration-txt {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
.p-register__recruit-decoration-txt::before {
  position: absolute;
  left: -3rem;
  bottom: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/assets/images/register/decoration-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-register__recruit-decoration-txt::after {
  position: absolute;
  right: -3.4rem;
  bottom: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/assets/images/register/decoration-img02.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-register__recruit-area {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.p-register__recruit-area img {
  width: 3.2rem;
}
.p-register__recruit-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-register__balance {
  padding: 6.4rem 0;
  background-color: #FFF5EE;
}
.p-register__balance-contents {
  display: grid;
  grid-template-columns: 68rem 1fr;
  max-width: 144rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__balance-contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-register__balance-contents {
    grid-template-columns: 1fr;
  }
}
.p-register__balance-area-parts {
  display: grid;
  grid-template-columns: 24rem 44rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__balance-area-parts {
    grid-template-columns: 28rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-register__balance-area-parts {
    grid-template-columns: max-content 1fr;
    gap: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__balance-image {
    display: block;
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
  }
}
.p-register__balance-column {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-register__balance-column {
    gap: 2.4rem;
  }
}
.p-register__balance-column-txt {
  width: 20rem;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0.2rem;
  color: #FF9D57;
  border-bottom: 2px solid #FF9D57;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__balance-column-txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-register__balance-column-txt {
    width: 14rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-register__balance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem 2.4rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__balance-grid {
    margin-top: 2.4rem;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__balance-grid {
    margin-top: 2.4rem;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    padding: 0 1.6rem;
  }
}
.p-register__balance-grid-item {
  display: flex;
  border-radius: 14px;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  color: #FF9D57;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-register__balance-grid-item {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.7142857143;
  }
}
.p-register__balance-txt {
  margin: 6.4rem auto 0;
  max-width: 48.2rem;
}
@media screen and (max-width: 767px) {
  .p-register__balance-txt {
    margin: 2.4rem auto 0;
    padding: 0 1.6rem;
  }
}
.p-register__flow {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background-image: url(/assets/images/register/flow-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-register__flow {
    background-position: right;
    padding: 5.6rem 0;
    background-image: url(../images/register/main-bg-sp.png);
  }
}
.p-register__flow::after {
  position: absolute;
  left: 0;
  bottom: -12.6rem;
  content: "";
  width: 93rem;
  height: 25rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/register/decoration-img06.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-register__flow::after {
    content: none;
  }
}
.p-register__flow-contents {
  max-width: 51rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-register__flow-list {
  margin-top: 2.8rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-register__flow-list {
    margin-top: 6.4rem;
    gap: 5rem;
    padding: 0 1.6rem;
  }
}
.p-register__flow-list-item {
  position: relative;
  display: grid;
  grid-template-columns: 13.2rem 1fr;
  align-items: center;
  padding: 0 4rem 0 6.8rem;
  height: 23.6rem;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-register__flow-list-item {
    height: 22rem;
    display: grid;
    grid-template-columns: 9rem 1fr;
    padding: 1.2rem 3.2rem 0 0.8rem;
  }
}
.p-register__flow-list-item:not(:last-of-type):after {
  position: absolute;
  left: 50%;
  bottom: -5.6rem;
  content: "";
  width: 3.4rem;
  height: 2.6rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/arrow-below-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-register__flow-list-item:not(:last-of-type):after {
    content: none;
  }
}
.p-register__flow-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.8rem;
  height: 10.8rem;
  border-radius: 50%;
  top: 50%;
  left: -5.4rem;
  transform: translateY(-50%);
  color: #fff;
  background-color: #FF693B;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-register__flow-circle {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
  }
}
.p-register__flow-area {
  margin: 1.6rem auto 0;
  border-radius: 20px;
  color: #fff;
  padding: 1.2rem 0;
  width: 23.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background-color: #FF693B;
}
.p-register__flow-area img {
  width: 4rem;
}
.p-register__grid {
  position: relative;
  padding: 8rem 0 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-register__grid {
    padding: 6.4rem 0;
  }
}
.p-register__grid-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__grid-list {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__grid-list {
    grid-template-columns: 1fr;
  }
}
.p-register__grid-list-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-register__grid-area {
  margin-top: 1.8rem;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-register__grid-area img {
    height: 14rem;
    object-fit: cover;
  }
}
.p-register__grid-txt {
  color: #fff;
  text-align: center;
  padding: 2rem;
  background-color: #FF8E3F;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__grid-txt {
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-register__grid-txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-register__grid-txt--02 {
  background-color: #58CF68;
}
.p-register__grid-txt--03 {
  background-color: #B277FF;
}
.p-register__grid-txt--04 {
  background-color: #587ECF;
}
.p-register__grid-txt--05 {
  background-color: #DBB418;
}
.p-register__grid-txt--06 {
  background-color: #FF7FCC;
}
.p-register__grid-en {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF5EE;
  font-size: 12.8rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__grid-en {
    font-size: 8.8rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-register__grid-en {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1;
  }
}
.p-register__resolve {
  padding: 6.4rem 0 0 0;
  background-color: #FFF5EE;
}
.p-register__resolve-question-area {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-register__resolve-question-area {
    padding: 0 1.6rem;
  }
}
.p-register__resolve-image {
  width: 100%;
  height: 56.8rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-register__resolve-image {
    height: auto;
  }
}
.p-register__resolve-color-txt {
  text-align: center;
  color: #FF9D57;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-register__resolve-square {
  position: relative;
  border-radius: 12px;
  padding: 4rem 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-register__resolve-square {
    padding: 4rem 1.6rem;
  }
}
.p-register__resolve-square::after {
  position: absolute;
  left: 50%;
  bottom: -3.4rem;
  content: "";
  width: 6.2rem;
  height: 6.2rem;
  transform: translateX(-50%);
  background-image: url(/assets/images/register/decoration-img05.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-register__resolve-list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.8rem 3.2rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__resolve-list {
    gap: 2.4rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__resolve-list {
    grid-template-columns: 1fr;
  }
}
.p-register__resolve-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 2.4rem;
  background-color: #F7F5F0;
}
.p-register__resolve-list-item::before {
  position: absolute;
  top: -0.4rem;
  left: 1.2rem;
  content: "";
  width: 1.8rem;
  height: 1.4rem;
  background-image: url(/assets/images/register/decoration-img03.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-register__resolve-list-item::after {
  position: absolute;
  right: 1.2rem;
  bottom: -0.4rem;
  content: "";
  width: 1.8rem;
  height: 1.4rem;
  background-image: url(/assets/images/register/decoration-img04.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-register__resolve-area {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-register__resolve-area {
    margin-top: 4rem;
  }
}
.p-register__resolve-detail {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-register__resolve-detail {
    transform: none;
    position: static;
  }
}
.p-register__resolve-detail-ttl {
  color: #FF9D57;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6666666667;
}
.p-register__resolve-detail-area {
  max-width: 96rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__resolve-detail-area {
    padding-right: 1.6rem;
  }
}
.p-register__resolve-txt-area {
  border-radius: 12px;
  width: 38.8rem;
  padding: 3.2rem;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-register__resolve-txt-area {
    width: 100%;
  }
}
.p-register__price {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-register__price {
    padding: 6.4rem 0 2.4rem;
  }
}
.p-register__faq {
  padding: 6rem 0 8rem;
  background-color: #F7F5F0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__faq {
    padding: 6rem 1.6rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__faq {
    padding: 6rem 1.6rem 4rem 1.6rem;
  }
}
.p-register__faq-slider-wrapper {
  position: relative;
  max-width: 109rem;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-register__faq-slider-wrapper {
    margin: 4rem auto 0;
  }
}
.p-register__faq-list-item.swiper-slide {
  position: relative;
  height: 48rem;
  padding: 6.4rem 6.7rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-register__faq-list-item.swiper-slide {
    padding: 3.2rem 1.6rem 0;
    height: 40rem;
  }
}
.p-register__faq-question {
  position: absolute;
  z-index: -1;
  top: 1.6rem;
  right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-register__faq-question {
    width: 5.8rem;
  }
}
.p-register__faq-decoration {
  width: 9rem;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-register__faq-decoration {
    width: 6.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__faq-arrow {
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__faq-arrow {
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
  }
}
.p-register__faq-next {
  width: 6.4rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -8rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__faq-next {
    position: static;
    width: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__faq-next {
    position: static;
    width: 4.8rem;
  }
}
.p-register__faq-prev {
  width: 6.4rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -8rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__faq-prev {
    position: static;
    width: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__faq-prev {
    position: static;
    width: 4.8rem;
  }
}
.p-register__faq-en {
  color: #D9D9D9;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}
.p-register__faq-en span {
  color: #3C2C25;
  font-size: 4rem;
  font-weight: 400;
  line-height: 0.6;
}
.p-register__faq-txt {
  margin-top: 1.6rem;
}
.p-register__about {
  position: relative;
  padding: 7.8rem 0;
  height: 63.8rem;
  background-image: url(../images/register/about-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-register__about {
    height: auto;
    background-image: url(../images/register/main-bg-sp.png);
  }
}
.p-register__about::after {
  position: absolute;
  left: 0;
  bottom: -12.6rem;
  content: "";
  width: 93rem;
  height: 25rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/register/decoration-img06.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__about::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-register__about::after {
    display: none;
  }
}
.p-register__staff {
  margin-top: 7.6rem;
  position: relative;
  padding: 8rem 0 0;
  background-color: #FFF5EE;
}
@media screen and (max-width: 767px) {
  .p-register__staff {
    padding: 5.6rem 1.6rem 0;
  }
}
.p-register__staff-en {
  position: absolute;
  top: -6.8rem;
  left: calc(50% - 28rem);
  transform: translateX(-50%);
  color: #FFF5EE;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-register__staff-en {
    top: -5.6rem;
    left: calc(50% - 2rem);
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 1;
  }
}
.p-register__staff-ttl {
  text-align: center;
  color: #FF9D57;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
}
.p-register__staff-list {
  margin-top: 3.2rem;
  display: flex;
  gap: 2rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__staff-list {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__staff-list {
    flex-direction: column;
  }
}
.p-register__staff-list-item {
  position: relative;
}
.p-register__staff-image--01 {
  border-radius: 0 5px 5px 0;
}
.p-register__staff-image--02 {
  border-radius: 5px;
}
.p-register__staff-image--03 {
  border-radius: 5px 0 0 5px;
}
.p-register__staff-list-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.4rem;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-color: #F7F5F0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__staff-list-area {
    padding: 2rem 1.6rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__staff-list-area {
    bottom: 2.4rem;
  }
}
.p-register__staff-list-txt {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__staff-list-txt {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5714285714;
  }
}
.p-register__staff-list-txt02 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
.p-register__staff-list-txt03 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__staff-list-txt03 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
  }
}
.p-register__staff-list-txt03 span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}
.p-register__news {
  padding: 18rem 0 8rem;
  position: relative;
  background-image: url(../images/register/news-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .p-register__news {
    padding: 18rem 1.6rem 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-register__news {
    padding: 8rem 1.6rem 6.4rem;
  }
}
.p-register__news-contents {
  max-width: 80rem;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-register__news-contents {
    margin: 1.6rem auto 0;
  }
}
.p-register__news-list-item {
  border-bottom: 1px solid #555555;
}
.p-register__news-list-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4.6rem 10rem 4.2rem;
  gap: 4rem;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-register__news-list-item a {
    gap: 1.6rem;
    padding: 4rem 4rem 4rem 0;
  }
}
.p-register__news-list-item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  transform: translateY(-50%);
  background-image: url(/assets/images/common/arrow-right-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-register__news-list-date {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-register__news-list-date {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5714285714;
  }
}
.p-register__news-list-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-register__partner {
  padding-bottom: 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-register__partner {
    padding-bottom: 6.4rem;
  }
}
.p-register__partner-list {
  margin-top: 4rem;
  display: grid;
  gap: 8.4rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-register__partner-list {
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-register__partner-list-item:nth-of-type(2) {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-register__partner-list-item:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-register__partner-image {
  padding: 2rem 2.4rem;
  width: 17.4rem;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #FF9D57;
  background-color: #FAF5F5;
}
.p-register__partner-txt {
  margin-top: 2rem;
  display: block;
  text-decoration: underline;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-register__partner-txt {
    margin-top: 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4285714286;
  }
}
.p-register__partner-txt:hover {
  text-decoration: none;
}

.u-cursor-default {
  cursor: default;
}

.u-cursor-pointer {
  cursor: pointer;
}

.u-dp-flex {
  display: flex;
}

.u-fw-wrap {
  flex-wrap: wrap;
}

.u-fd-column {
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .u-fd-column-sm {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .u-fd-column-tl {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .u-fd-column-sm {
    flex-direction: column;
  }
}

.u-jc-center {
  justify-content: center;
}

.u-jc-end {
  justify-content: flex-end;
}

.u-al-center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .u-al-start-sm {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .u-al-end-tl {
    justify-content: flex-end;
  }
}

.u-dp-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-dp-block-sm {
    display: block;
  }
}

.u-dp-none {
  display: none;
}

.u-fs8 {
  font-size: 0.8rem;
}

.u-fs10 {
  font-size: 1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs20 {
  font-size: 2rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

.u-fs32 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .u-fs16-sm {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-fs20-sm {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-fs24-sm {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-fs32-sm {
    font-size: 3.2rem;
  }
}

.u-gap4 {
  gap: 0.4rem;
}

.u-gap8 {
  gap: 0.8rem;
}

.u-gap16 {
  gap: 1.6rem;
}

.u-gap20 {
  gap: 2rem;
}

.u-gap24 {
  gap: 2.4rem;
}

.u-gap32 {
  gap: 3.2rem;
}

.u-gap40 {
  gap: 4rem;
}

.u-gap48 {
  gap: 4.8rem;
}

.u-gap56 {
  gap: 5.6rem;
}

.u-gap64 {
  gap: 6.4rem;
}

.u-gap70 {
  gap: 7rem;
}

.u-gap80 {
  gap: 8rem;
}

.u-gap88 {
  gap: 8.8rem;
}

.u-gap90 {
  gap: 9rem;
}

.u-gap94 {
  gap: 9.4rem;
}

.u-gap104 {
  gap: 10.4rem;
}

.u-gap108 {
  gap: 10.8rem;
}

.u-gap140 {
  gap: 14rem;
}

.u-gap144 {
  gap: 14.4rem;
}

@media screen and (max-width: 767px) {
  .u-gap8-sm {
    gap: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap14-sm {
    gap: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap16-sm {
    gap: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap20-sm {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap24-sm {
    gap: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap28-sm {
    gap: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap32-sm {
    gap: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap40-sm {
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap48-sm {
    gap: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap56-sm {
    gap: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap64-sm {
    gap: 6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap68-sm {
    gap: 6.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-gap80-sm {
    gap: 8rem;
  }
}

.u-hr {
  border: none;
  height: 1px;
  background-color: #333;
}

.u-hr-color {
  border: none;
  height: 1px;
}

.u-lh10 {
  line-height: 1;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh20 {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .u-lh10-sm {
    line-height: 1;
  }
}

.u-mt4 {
  margin-top: 0.4rem;
}

.u-mt8 {
  margin-top: 0.8rem;
}

.u-mt16 {
  margin-top: 1.6rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt24 {
  margin-top: 2.4rem;
}

.u-mt32 {
  margin-top: 3.2rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt44 {
  margin-top: 4.4rem;
}

.u-mt48 {
  margin-top: 4.8rem;
}

.u-mt56 {
  margin-top: 5.6rem;
}

.u-mt64 {
  margin-top: 6.4rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt88 {
  margin-top: 8.8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt94 {
  margin-top: 9.4rem;
}

.u-mt104 {
  margin-top: 10.4rem;
}

.u-mt108 {
  margin-top: 10.8rem;
}

.u-mt140 {
  margin-top: 14rem;
}

.u-mt144 {
  margin-top: 14.4rem;
}

.u-mt156 {
  margin-top: 15.6rem;
}

.u-mt188 {
  margin-top: 18.8rem;
}

.u-mt204 {
  margin-top: 20.4rem;
}

@media screen and (max-width: 767px) {
  .u-mt0-sm {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .u-mt8-sm {
    margin-top: 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt14-sm {
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt16-sm {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt20-sm {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt24-sm {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt28-sm {
    margin-top: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt32-sm {
    margin-top: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt40-sm {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt48-sm {
    margin-top: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt56-sm {
    margin-top: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt64-sm {
    margin-top: 6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt68-sm {
    margin-top: 6.8rem;
  }
}

@media screen and (max-width: 767px) {
  .u-mt80-sm {
    margin-top: 8rem;
  }
}

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

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

.u-text-left-sm {
  text-align: left;
}

.u-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-regular {
  font-weight: 400;
}

.u-text-bold {
  font-weight: 600;
}

.u-text-black {
  color: #000000;
}

.u-text-gray {
  color: #808080;
}

.u-text-red {
  color: #D10000;
}

.u-text-orange {
  color: #FF7700;
}