@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

@font-face {
  font-family: "halter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/halter.woff2") format("woff2"), url("../fonts/halter.woff") format("woff");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 56.5%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6em;
}

a {
  text-decoration: none;
  color: inherit;
}

@media not all and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #716252;
}

.l-inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    width: 89.6%;
  }
}
.l-inner--lg {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--md {
  max-width: 1033px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--md {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 960px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

::-moz-placeholder {
  color: #B5B5B5;
}

::placeholder {
  color: #B5B5B5;
}

/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 15px;
}
input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  color: #000;
  width: 100%;
  height: 21rem;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.8rem;
  padding: 12px 15px;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #746B54;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #746B54;
  opacity: 1;
}

/**
 * radio
 *
 */
.radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 3.5rem;
}
.radio-wrap .radio-item label {
  display: block;
}

input[type=radio] {
  display: none;
  vertical-align: middle;
}

input[type=radio] + .radio-item-label {
  position: relative;
  vertical-align: middle;
  display: block;
  padding-left: 20px;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  input[type=radio] + .radio-item-label {
    font-size: 1.6rem;
  }
}

input[type=radio] + .radio-item-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .radio-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #746B54;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .radio-item-label::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #000 solid;
  border-radius: 0.8rem;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  display: block;
  width: 21px;
  aspect-ratio: 21/13;
  background: url(../img/icon/icon_arrow-select.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .select-parts::after {
    width: 1.6rem;
  }
}
.select-parts select {
  position: relative;
  width: 100%;
  background: #fff;
  color: #716252;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select-parts select {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1.2rem 1.6rem 1rem;
  }
}

/**
 * button
 *
 */
form button[type=submit],
form input[type=submit] {
  width: 100%;
  max-width: 25.1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  border: 2px solid #E68281;
  background-color: #E68281;
  padding-block: 1.6rem;
  border-radius: 5rem;
  text-align: center;
  transition: all 0.3s;
}
form button[type=submit]:hover, form button[type=submit]:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #fff;
  color: #E68281;
}
form button[type=submit]:hover::after, form button[type=submit]:focus::after,
form input[type=submit]:hover::after,
form input[type=submit]:focus::after {
  background-color: #E68281;
}
form + * {
  margin-top: 2.4rem;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header::before {
  aspect-ratio: 252/165;
  background: url(../img/common/header-title-bg.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 25.6rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-header::before {
    top: -1.2rem;
    width: 21.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header::before {
    aspect-ratio: 178/79;
    background-image: url(../img/common/header-title-bg_sp.png);
    top: 0;
    width: 17.8rem;
  }
}
.l-header__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-block: 2.4rem;
  padding-inline: 3.1rem 4.7rem;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-block: 1.2rem;
    padding-inline: 1.92rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-block: 0.8rem;
    padding-inline: 1.6rem 1rem;
  }
}
.l-header__logo {
  align-items: center;
  display: flex;
  margin-top: 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-top: 0;
  }
}
.l-header__logo a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 0.45rem;
  position: relative;
  transition: 0.6s;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    gap: 0.3rem;
  }
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
}
.l-header__logo-sub {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo-sub {
    font-size: 1rem;
  }
}
.l-header__logo-main {
  font-size: 2.4rem;
  line-height: 1.0833333333;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    font-size: 1.7rem;
    line-height: 1.1764705882;
    padding-left: 0.7rem;
  }
}
.l-header__container {
  align-items: center;
  display: flex;
  gap: 2.9rem;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}

.l-header,
.l-header__inner,
.p-sub-nav__link {
  transition: all 0.6s;
}

.p-header-nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.6rem;
}
.p-header-nav__list {
  align-items: center;
  background-color: #fff;
  border-radius: 10rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 3rem;
  padding: 0.6rem 2.8rem;
}
.p-header-nav__list.--sub {
  background-color: transparent;
  box-shadow: none;
  gap: 2.4rem;
  justify-content: flex-end;
  padding: 0;
}
.p-header-nav__list.--sub .p-header-nav__link {
  align-items: center;
  background-color: #716252;
  border: 1px solid #716252;
  border-radius: 5rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  gap: 0.4rem;
  line-height: 1.4285714286;
  padding-block: 0.1rem;
  padding-inline: 0.9rem 0.7rem;
}
.p-header-nav__list.--sub .p-header-nav__link:hover, .p-header-nav__list.--sub .p-header-nav__link:focus-visible {
  background-color: #fff;
  color: #716252;
  opacity: 1;
}
.p-header-nav__list.--sub .p-header-nav__link:hover::before, .p-header-nav__list.--sub .p-header-nav__link:focus-visible::before {
  background-color: #716252;
}
.p-header-nav__list.--sub .p-header-nav__link::before {
  aspect-ratio: 6/9;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
  transition: all 0.6s;
  width: 0.6rem;
}
.p-header-nav__item.has-child {
  position: relative;
}
.p-header-nav__link {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  padding: 1rem 0.5rem;
  transition: all 0.6s;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  opacity: 0.7;
}
.p-header-nav__link.has-child {
  cursor: pointer;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    align-items: center;
    background: #fff;
    border: 2px solid #E68281;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 5.76rem;
    justify-content: center;
    position: relative;
    width: 5.76rem;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.c-hamburger-btn__inner {
  display: block;
  height: 1.9rem;
  position: relative;
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    height: 1.9rem;
    width: 2.6rem;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  background-color: #E68281;
  border-radius: 1rem;
  content: "";
  display: block;
  height: 0.25rem;
  transition: all 0.6s;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    background-color: #FEF7F2;
    display: block;
    height: 100svh;
    left: 0;
    min-height: auto;
    opacity: 0;
    padding-block: 11.8rem 3rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: 0.6s;
    visibility: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner.l-inner {
    height: 100%;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 30;
  }
}
.p-sub-nav__list.--sub {
  margin-top: 3rem;
  padding-top: 3.1rem;
  position: relative;
}
.p-sub-nav__list.--sub::before, .p-sub-nav__list.--sub::after {
  content: "";
  display: block;
  position: absolute;
}
.p-sub-nav__list.--sub::before {
  background-color: #E68281;
  height: 2px;
  left: 0;
  -webkit-mask: url(../img/common/border.svg) left top/8px repeat;
          mask: url(../img/common/border.svg) left top/8px repeat;
  top: 0;
  width: 100%;
}
.p-sub-nav__list.--sub::after {
  aspect-ratio: 102/169;
  background: url(../img/common/header-treat_sp.png) 50%/contain no-repeat;
  right: 0;
  top: 2.65rem;
  transform: translateY(-100%);
  width: 10.2rem;
}
.p-sub-nav__list.--sub .p-sub-nav__item:nth-child(1) {
  transition-delay: 0.6s;
}
.p-sub-nav__list.--sub .p-sub-nav__item:nth-child(2) {
  transition-delay: 0.7s;
}
.p-sub-nav__list.--sub .p-sub-nav__item:nth-child(3) {
  transition-delay: 0.8s;
}
.p-sub-nav__list.--sub .p-sub-nav__item:nth-child(4) {
  transition-delay: 0.9s;
}
.p-sub-nav__list.--sub .p-sub-nav__item:nth-child(5) {
  transition-delay: 1s;
}
.p-sub-nav__list.--sub .p-sub-nav__item + * {
  margin-top: 0.8rem;
}
.p-sub-nav__list.--sub .p-sub-nav__link {
  align-items: center;
  color: #E68281;
  display: flex;
  font-size: 1.4rem;
  gap: 0.4rem;
  justify-content: flex-start;
  line-height: 1.4285714286;
  padding-left: 0.2rem;
}
.p-sub-nav__list.--sub .p-sub-nav__link::before {
  aspect-ratio: 6/9;
  background-color: #E68281;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
  width: 0.6rem;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(1) {
  transition-delay: 0.1s;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(2) {
  transition-delay: 0.2s;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(4) {
  transition-delay: 0.4s;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(5) {
  transition-delay: 0.5s;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(6) {
  transition-delay: 0.6s;
}
.p-sub-nav__list:not(.--sub) .p-sub-nav__item:nth-child(7) {
  transition-delay: 0.7s;
}
.p-sub-nav__item {
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition: all 0.6s;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item {
    cursor: pointer;
  }
}
.p-sub-nav__item + * {
  margin-top: 0.6rem;
}
.p-sub-nav__link {
  align-items: center;
  color: #716252;
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  line-height: 1.4444444444;
  padding-block: 0.5rem;
  position: relative;
  transition: 0.6s;
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}

.l-header.is-open .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.is-open .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.is-open .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .l-header.is-open .p-sub-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.l-header.is-open .p-sub-nav__item {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer__wrap {
  background-color: #FEF7F2;
  border-radius: 10rem 10rem 0 0;
  padding-block: 5.3rem 1.4rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-footer__wrap {
    padding-bottom: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    border-radius: 6rem 6rem 0 0;
    padding-block: 5.1rem 4.2rem;
  }
}
.l-footer .l-inner::before {
  aspect-ratio: 159/263;
  background: url(../img/common/footer-treat.png) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 7.7777777778%;
  top: 4.4rem;
  transform: translateY(-100%);
  width: 15.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-inner::before {
    right: 4rem;
    top: 2.4rem;
    width: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    align-items: flex-start;
    display: flex;
    gap: 5.6rem;
  }
}
.l-footer__nav-list {
  align-items: center;
  display: flex;
  gap: 0.6rem 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    align-items: flex-start;
    flex-direction: column;
  }
}
.l-footer__nav-list.--sub .l-footer__nav-link {
  align-items: center;
  color: #E68281;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 0.4rem;
  line-height: 1.5714285714;
  padding-left: 0.2rem;
}
.l-footer__nav-list.--sub .l-footer__nav-link::before {
  aspect-ratio: 6/9;
  background-color: #E68281;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
  width: 0.6rem;
}
.l-footer__nav-list.--sub .l-footer__nav-link span span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list:not(.--sub) {
    white-space: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-footer__nav-list + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list + * {
    margin-top: 0;
  }
}
.l-footer__nav-link {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  padding-block: 0.5rem;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-link span {
  flex: 1;
}
.l-footer__nav + * {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav + * {
    margin-top: 4rem;
  }
}
.l-footer__info {
  padding-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    padding-top: 4rem;
  }
}
.l-footer__info::before {
  background-color: #E68281;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  -webkit-mask: url(../img/common/border.svg) left top/8px repeat;
          mask: url(../img/common/border.svg) left top/8px repeat;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-footer__info-title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 0.45rem;
  transition: 0.6s;
}
.l-footer__info-title:hover, .l-footer__info-title:focus {
  opacity: 0.7;
}
.l-footer__info-title .sub {
  font-size: 1.2rem;
  line-height: 1;
}
.l-footer__info-title .main {
  font-size: 2.4rem;
  line-height: 1.2083333333;
}
@media screen and (max-width: 767px) {
  .l-footer__info-title .main {
    font-size: 2rem;
  }
}
.l-footer__info-title + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-title + * {
    margin-top: 2.45rem;
  }
}
.l-footer__info-address {
  font-size: 1.6rem;
  line-height: 1.6;
}
.l-footer__info-address span {
  display: inline-block;
}
.l-footer__info-address + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-address + * {
    margin-top: 1.2rem;
  }
}
.l-footer__info-dl {
  align-items: center;
  display: flex;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-dl {
    align-items: flex-start;
    flex-direction: column;
  }
}
.l-footer__info-dl .inner {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}
.l-footer__info-dt, .l-footer__info-dd {
  font-size: 1.6rem;
}
.l-footer__info-dt {
  color: #E68281;
  font-weight: 700;
}
.l-footer__copyright {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 3.4rem;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  position: relative;
}
.l-main--under {
  margin-top: 7rem;
}
@media screen and (max-width: 1023px) {
  .l-main--under {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main--under {
    margin-top: 6rem;
  }
}
.l-main__body-inner {
  margin-inline: auto;
  max-width: 96rem;
}
.l-main__body:last-child {
  padding-bottom: 12rem;
}
.l-main__title-primary {
  border-bottom: 1px solid #E68281;
  color: #E68281;
  font-size: 2.4rem;
  line-height: 1;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-main__title-primary {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 0.4rem;
  }
}
.l-main__title-primary + * {
  margin-top: 1.6rem;
}
.l-main__text + .l-main__title-primary, .l-main__list + .l-main__title-primary {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main__text + .l-main__title-primary, .l-main__list + .l-main__title-primary {
    margin-top: 3.6rem;
  }
}
.l-main__address, .l-main__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-main__address, .l-main__text {
    line-height: 1.6;
  }
}
.l-main__address.--bold, .l-main__text.--bold {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-main__address.--bold, .l-main__text.--bold {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.l-main__address + .l-main__address, .l-main__text + .l-main__address {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-main__address + .l-main__address, .l-main__text + .l-main__address {
    margin-top: 2.4rem;
  }
}
.l-main__list.--parent .title {
  align-items: flex-start;
  display: flex;
  gap: 0.3em;
}
.l-main__list.--parent .title::before {
  content: "●";
}
.l-main__list.--parent > li {
  display: block;
}
.l-main__list.--parent > li::before {
  display: none;
}
.l-main__list.--parent .l-main__list {
  padding-left: 0.3em;
}
.l-main__list.--parent .l-main__list li {
  gap: 0.1em;
}
.l-main__list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  display: flex;
  align-items: flex-start;
}
.l-main__list li span {
  flex: 1;
}
.l-main__list li::before {
  content: "・";
}
.l-main--404 {
  padding-top: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-top: 10rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "Mansalva", sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1981132075;
  color: #746B54;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 5.6rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn02 {
  max-width: 36rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-link .c-btn02 {
    max-width: 30rem;
  }
}
.l-main--404 .l-recruit {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .l-recruit {
    margin-top: 8rem;
  }
}

.l-main__privacy-inner {
  margin-inline: auto;
  max-width: 76rem;
}
.l-main__privacy + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main__privacy + * {
    margin-top: 8rem;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 4rem 6rem;
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
.l-form .l-breadcrumbs + * {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .l-form .l-breadcrumbs + * {
    margin-top: 6rem;
  }
}
.l-form__content {
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .l-form__content {
    padding-bottom: 8rem;
  }
}
.l-form__tel-box {
  border: 1px solid #716252;
  border-radius: 0.5rem;
  margin-inline: auto;
  max-width: 49.4rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
}
.l-form__tel-box + * {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .l-form__tel-box + * {
    margin-top: 4rem;
  }
}
.l-form__tel-title {
  background-color: #716252;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  padding-block: 1.1rem;
  text-align: center;
}
.l-form__tel-title + * {
  margin-top: 2.4rem;
}
.l-form__tel-link {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.46rem;
}
.l-form__tel-link::before {
  aspect-ratio: 32/43;
  background-color: #716252;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_tel.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_tel.svg) 50%/contain no-repeat;
  width: 2.5rem;
}
.l-form__tel-link .num {
  font-family: "Mansalva", sans-serif;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.013em;
  color: #716252;
}
.l-form__tel-time {
  margin-top: 0.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form__tel-time {
    font-size: 1.3rem;
  }
}
.l-form__text {
  font-size: 1.6rem;
  line-height: 2.0625;
  text-align: center;
}
.l-form__text + * {
  margin-top: 5.5rem;
}
.l-form__body {
  margin-inline: auto;
  max-width: 60rem;
}
.l-form__dl + * {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-form__dl + * {
    margin-top: 2.8rem;
  }
}
.l-form__box {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.l-form__box + .l-form__box {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-form__box + .l-form__box {
    margin-top: 2.4rem;
  }
}
.l-form__label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1rem;
  line-height: 1.5;
}
.l-form__label .required {
  aspect-ratio: 30/18;
  background-color: #E68281;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  width: 3rem;
}
.l-form__dd {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-form__dd.--check {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  .l-form__dd.--check {
    gap: 0.5rem 1.2rem;
  }
}
.l-form__privacy {
  text-align: center;
}
.l-form__privacy a {
  text-decoration: underline;
  transition: all 0.3s;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
}
.l-form__privacy a:hover, .l-form__privacy a:focus-visible {
  color: #716252;
}
.l-form__privacy + * {
  margin-top: 2.9rem;
}

/**
 * 完了ページ
 *
 */
.l-form-thanks .l-breadcrumbs + * {
  margin-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks .l-breadcrumbs + * {
    margin-top: 6rem;
  }
}
.l-form-thanks__content + * {
  margin-top: 15rem;
}
@media screen and (max-width: 1023px) {
  .l-form-thanks__content + * {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form-thanks__content + * {
    margin-top: 8rem;
  }
}
.l-form-thanks__text {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-form-thanks__text + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text + * {
    margin-top: 3.2rem;
  }
}
.l-form-thanks__text + *.l-form-thanks__text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__text + *.l-form-thanks__text {
    margin-top: 1.6rem;
  }
}
.l-form-thanks__address {
  border: 1px solid #707070;
  margin-inline: auto;
  padding: 2.5rem 3.4rem;
  max-width: 51.2rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address {
    padding: 2rem 1.6rem;
  }
}
.l-form-thanks__address-title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.l-form-thanks__address-title + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address-title + * {
    margin-top: 1.2rem;
  }
}
.l-form-thanks__address-text, .l-form-thanks__address-tel {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.l-form-thanks__address-text span, .l-form-thanks__address-tel span {
  display: inline-block;
}
.l-form-thanks__address-text + *, .l-form-thanks__address-tel + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address-text + *, .l-form-thanks__address-tel + * {
    margin-top: 0.8rem;
  }
}
.l-form-thanks__address + * {
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .l-form-thanks__address + * {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form-thanks__address + * {
    margin-top: 5rem;
  }
}
.l-form-thanks__btn .c-btn {
  border-radius: 50rem;
  font-size: 1.5rem;
  gap: 1.4rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-inline: auto;
  max-width: 18.2rem;
  padding: 1.1rem 0;
}
.l-form-thanks__btn .c-btn::after {
  width: 0.6rem;
}

/* -------------------------------------
        l-faq
-----------------------------------------*/
.l-faq__dl-inner {
  padding: 4rem 7.5rem 3.6rem;
  border-bottom: 1px solid #716252;
}
@media screen and (max-width: 1023px) {
  .l-faq__dl-inner {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__dl-inner {
    padding: 1.6rem 1rem 2rem;
  }
}
.l-faq__dl-inner:first-child {
  border-top: 1px solid #716252;
}
.l-faq__dt, .l-faq__dd {
  align-items: flex-start;
  display: flex;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt, .l-faq__dd {
    gap: 1.2rem;
  }
}
.l-faq__dt::before, .l-faq__dd::before {
  display: block;
  font-weight: 900;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.4666666667;
  text-align: center;
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt::before, .l-faq__dd::before {
    font-size: 2.4rem;
    width: 1.9rem;
  }
}
.l-faq__dt .inner, .l-faq__dd .inner {
  flex: 1;
}
.l-faq__dt::before {
  content: "Q";
  color: #716252;
}
.l-faq__dt .inner {
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt .inner {
    padding-top: 0.9rem;
  }
}
.l-faq__dt p {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-faq__dt p {
    font-size: 1.6rem;
  }
}
.l-faq__dt + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-faq__dt + * {
    margin-top: 1.2rem;
  }
}
.l-faq__dd::before {
  content: "A";
  color: #E68281;
}
.l-faq__dd .inner {
  padding-top: 0.6rem;
}
.l-faq__dd p {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-faq__dd p {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
.l-undermv {
  background-color: #FEF7F2;
  padding-block: 19.7rem 13.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv {
    padding-block: 8rem 4rem;
  }
}
.l-undermv::before, .l-undermv::after {
  content: "";
  display: block;
  position: absolute;
}
.l-undermv::before {
  aspect-ratio: 196/192;
  background: url(../img/common/undermv-treat.png) 50%/contain no-repeat;
  bottom: -4rem;
  right: 2.5347222222%;
  width: 18.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv::before {
    right: 0.4rem;
    width: 11.5rem;
  }
}
.l-undermv::after {
  aspect-ratio: 1440/114;
  background: url(../img/common/undermv-bg.svg) center bottom/cover no-repeat;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-undermv::after {
    aspect-ratio: 374/30;
    background-image: url(../img/common/undermv-bg_sp.svg);
  }
}
.l-undermv .l-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv .l-inner {
    position: static;
  }
}
.l-undermv__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-undermv__title {
    gap: 0;
  }
}
.l-undermv__title .jp {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-undermv__title .jp {
    font-size: 3.2rem;
  }
}
.l-undermv__title .en {
  color: #B7ACA2;
  font-family: "Mansalva", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .l-undermv__title .en {
    font-size: 1.8rem;
  }
}
.l-undermv + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-undermv + * {
    margin-top: 6rem;
  }
}

/* -------------------------------------
        l-breadcrumbs
-----------------------------------------*/
.l-breadcrumbs {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-breadcrumbs::-webkit-scrollbar {
  display: none;
}
.l-breadcrumbs ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.3em;
  position: relative;
  z-index: 2;
}
.l-breadcrumbs ol li {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  white-space: nowrap;
}
.l-breadcrumbs ol li + li {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.l-breadcrumbs ol li + li::before {
  content: "＞";
  display: block;
}
.l-breadcrumbs ol li br {
  display: none;
}
.l-breadcrumbs ol li a {
  display: block;
  padding-block: 1rem;
  text-decoration: underline;
  transition: all 0.3s;
}
.l-breadcrumbs ol li a:hover, .l-breadcrumbs ol li a:focus-visible {
  color: #716252;
}
.l-breadcrumbs + * {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs + * {
    margin-top: 2.9rem;
  }
}

/* -------------------------------------
        l-staff
-----------------------------------------*/
.l-staff-slide {
  overflow: hidden;
  position: relative;
}
.l-staff-slide__nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.l-staff-slide__nav .swiper-button-next,
.l-staff-slide__nav .swiper-button-prev {
  background: url(../img/icon/icon_swiper-nav.svg) 50%/contain no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 3.2rem;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__nav .swiper-button-next,
.l-staff-slide__nav .swiper-button-prev {
    border: none;
    height: 2.4rem;
    width: 2.4rem;
  }
}
.l-staff-slide__nav .swiper-button-next:hover, .l-staff-slide__nav .swiper-button-next:focus-visible,
.l-staff-slide__nav .swiper-button-prev:hover,
.l-staff-slide__nav .swiper-button-prev:focus-visible {
  opacity: 0.8;
}
.l-staff-slide__nav .swiper-button-prev:after,
.l-staff-slide__nav .swiper-button-next:after {
  display: none;
}
.l-staff-slide__nav .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__nav .swiper-button-prev {
    left: -1.3rem;
  }
}
.l-staff-slide__nav .swiper-button-next {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .l-staff-slide__nav .swiper-button-next {
    right: -1.3rem;
  }
}
.l-staff-slide__item.swiper-slide {
  height: auto;
}
.l-staff-slide__item-inner {
  height: 100%;
  background-color: #FEF7F2;
  border-radius: 3.2rem;
  padding: 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__item-inner {
    padding: 2.4rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-staff-slide__item-head {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    padding-inline: 0.8rem;
  }
}
.l-staff-slide__item-head + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__item-head + * {
    margin-top: 1.6rem;
  }
}
.l-staff-slide__icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-inline: auto;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__icon {
    margin: 0;
    width: 12rem;
  }
}
.l-staff-slide__icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.l-staff-slide__icon + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__icon + * {
    margin-top: 0;
  }
}
.l-staff-slide__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__title {
    align-items: flex-start;
    gap: 0.7rem;
  }
}
.l-staff-slide__title .name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__title .name {
    font-size: 2rem;
  }
}
.l-staff-slide__title .detail {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__title .detail {
    text-align: left;
  }
}
.l-staff-slide__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-staff-slide__text {
    line-height: 1.6;
  }
}
.l-staff-slide__text + * {
  margin-top: 1.2rem;
}

/* -------------------------------------
        l-fixed
-----------------------------------------*/
.l-fixed {
  padding-right: 4.7rem;
  pointer-events: none;
  position: fixed;
  top: 17rem;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 1280px) {
  .l-fixed {
    top: 13rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-fixed {
    bottom: 0;
    padding-right: 0;
    top: auto;
  }
}
.l-fixed .l-inner {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .l-fixed .l-inner {
    max-width: none !important;
    width: 100%;
  }
}
.l-fixed__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .l-fixed__list {
    flex-direction: row;
    gap: 0;
    width: 100%;
  }
}
.l-fixed__list-item {
  padding: 0.4rem;
  position: relative;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item {
    flex: 1;
    padding: 0;
  }
}
.l-fixed__list-item:hover, .l-fixed__list-item:focus-visible {
  transform: translateY(-5px);
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item:hover, .l-fixed__list-item:focus-visible {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item.--insta {
    order: 3;
  }
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item.--insta .l-fixed__list-icon {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item.--recruit {
    order: 2;
  }
}
.l-fixed__list-item.--recruit .l-fixed__list-link {
  background-color: #65ADC4;
  border-color: #fff;
  box-shadow: 0 0 0 0.4rem #65ADC4;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item.--recruit .l-fixed__list-link {
    border-color: #65ADC4;
    box-shadow: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item.--visiting {
    order: 1;
  }
}
.l-fixed__list-item.--visiting .l-fixed__list-link {
  background-color: #E68281;
  border-color: #fff;
  box-shadow: 0 0 0 0.4rem #E68281;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-item.--visiting .l-fixed__list-link {
    border-color: #E68281;
    box-shadow: none;
  }
}
.l-fixed__list-link {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px dashed #E68281;
  border-radius: 50%;
  box-shadow: 0 0 0 0.4rem #fff;
  color: #E68281;
  display: flex;
  flex-direction: column;
  padding-block: 2.9rem 1.5rem;
  pointer-events: auto;
  text-align: center;
  width: 15rem;
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-link {
    aspect-ratio: auto;
    border-bottom: none !important;
    border-style: solid;
    border-radius: 1.6rem 1.6rem 0 0;
    box-shadow: none;
    gap: 0.4rem;
    flex-direction: row-reverse;
    height: 100%;
    line-height: 1;
    justify-content: center;
    padding: 1rem 0 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-fixed__list-link {
    padding-block: 0.8rem 1rem;
  }
}
.l-fixed__list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-fixed__list-title {
    font-size: 1.6rem;
  }
}
.l-fixed__list-title + * {
  margin-top: 0.8rem;
}
.l-fixed__list-text {
  font-size: 1.6rem;
  line-height: 1.1875;
}
.l-fixed__list-text + * {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-text + * {
    margin-top: 0;
  }
}
.l-fixed__list-icon {
  display: block;
  width: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-fixed__list-icon {
    width: 2rem;
  }
}
.l-fixed__list-icon img {
  width: 100%;
}
.l-fixed__list-comment {
  font-family: "Mansalva", sans-serif;
  font-size: 2rem;
  line-height: 1;
  left: -0.336rem;
  position: absolute;
  top: -1.026rem;
  transform: rotate(-26.4deg);
}
@media screen and (max-width: 1023px) {
  .l-fixed__list-text, .l-fixed__list-icon, .l-fixed__list-comment {
    display: none;
  }
}

/* -------------------------------------
        l-loading
-----------------------------------------*/
.l-loading {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100;
}
.l-loading.open {
  -webkit-animation: l1 1.4s 2.4s ease forwards;
          animation: l1 1.4s 2.4s ease forwards;
  opacity: 1;
  visibility: visible;
}
.l-loading.none {
  opacity: 0;
  visibility: hidden;
}
.l-loading__text {
  -webkit-animation: l4 1s steps(5) infinite;
          animation: l4 1s steps(5) infinite;
  -webkit-clip-path: inset(0 1.2ch 0 0);
          clip-path: inset(0 1.2ch 0 0);
  font-weight: bold;
  font-family: "Mansalva", sans-serif;
  font-size: 2.4rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-loading__text-wrap {
  position: relative;
  width: 23rem;
  z-index: 1;
}
.l-loading__text-wrap::before {
  aspect-ratio: 210/130;
  background: url(../img/common/loading-bg.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21rem;
  z-index: -1;
}
@-webkit-keyframes l1 {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes l1 {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes l4 {
  to {
    -webkit-clip-path: inset(0 -1ch 0 0);
            clip-path: inset(0 -1ch 0 0);
  }
}
@keyframes l4 {
  to {
    -webkit-clip-path: inset(0 -1ch 0 0);
            clip-path: inset(0 -1ch 0 0);
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    gap: 0.2rem;
  }
}
.c-primary-title .jp {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp {
    font-size: 2.4rem;
  }
}
.c-primary-title .en {
  color: #E68281;
  font-family: "Mansalva", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  order: 1;
}
@media screen and (max-width: 767px) {
  .c-primary-title .en {
    font-size: 1.6rem;
  }
}
.c-primary-title .en .lowercase {
  text-transform: lowercase;
}
.c-primary-title::after {
  aspect-ratio: 29/5;
  background-color: #E68281;
  content: "";
  display: block;
  margin-top: 0.6rem;
  -webkit-mask: url(../img/icon/icon_dot-title.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_dot-title.svg) 50%/contain no-repeat;
  order: 3;
  width: 2.9rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title::after {
    width: 2.3rem;
  }
}
.c-primary-title--left {
  align-items: flex-start;
}
.c-primary-title--left .jp {
  text-align: left;
}
.c-primary-title + * {
  margin-top: 4rem;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  align-items: center;
  background-color: #746B54;
  border: 2px solid #746B54;
  border-radius: 10rem;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  gap: 3.2rem;
  line-height: 1.3333333333;
  padding-block: 1.4rem;
  padding-inline: 2.2rem 1.4rem;
  transition: all 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    gap: 2.4rem;
    line-height: 1.5;
    padding-block: 1rem;
    padding-inline: 1.8rem 1.2rem;
  }
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #746B54;
}
.c-btn:hover::after, .c-btn:focus::after {
  background-color: #746B54;
}
.c-btn::after {
  aspect-ratio: 1/1;
  background-color: #fff;
  content: "";
  -webkit-mask: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
  transition: all 0.6s;
  width: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 2.4rem;
  }
}
.c-btn--s {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.8rem 2.8rem;
}
.c-btn--white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.c-btn--blue {
  background-color: #65ADC4;
  border-color: #65ADC4;
}
.c-btn--blue:hover, .c-btn--blue:focus-visible {
  background-color: #fff;
  color: #65ADC4;
}
.c-btn--blue:hover::after, .c-btn--blue:focus-visible::after {
  background-color: #65ADC4;
}
.c-btn--blank::after {
  -webkit-mask-image: url(../img/icon/icon_blank.svg);
          mask-image: url(../img/icon/icon_blank.svg);
  width: 2rem;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-accordion {
  background-color: #fff;
  border: 2px solid #65ADC4;
  border-radius: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-accordion {
    border-radius: 1.6rem;
  }
}
.c-accordion[open] .c-accordion__btn-icon .plus {
  opacity: 0;
  visibility: hidden;
}
.c-accordion[open] .c-accordion__btn-icon .minus {
  opacity: 1;
  visibility: visible;
}
.c-accordion__btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 2rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1428571429;
  padding: 3rem 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 2.4rem;
    gap: 1rem;
    line-height: 1.1666666667;
    padding: 2rem 1.5rem;
  }
}
.c-accordion__btn-title {
  flex: 1;
}
.c-accordion__btn-title .box {
  display: block;
}
.c-accordion__btn-icon {
  display: block;
  position: relative;
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn-icon {
    width: 2rem;
  }
}
.c-accordion__btn-icon img {
  transition: all 0.4s;
  width: 100%;
}
.c-accordion__btn-icon .minus {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.c-accordion__btn-icon img {
  display: block;
}
.c-accordion__contents-body {
  padding-bottom: 3rem;
  padding-inline: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-accordion__contents-body {
    padding-inline: 1.5rem;
  }
}
.c-accordion + .c-accordion {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-accordion + .c-accordion {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------
  p-top
-----------------------------------------*/
.p-top {
  overflow: hidden;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top {
    padding-bottom: 13.4rem;
  }
}
.p-top__text {
  font-size: 1.8rem;
  line-height: 2;
}
.p-top__bg {
  background-color: #FEF7F2;
  border-radius: 10rem;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 12rem;
  padding-block: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__bg {
    border-radius: 6.4rem;
    padding-block: 6rem;
    gap: 8rem;
  }
}
.p-top__bg > section {
  width: 100%;
}

/* -------------------------------------
  p-top-mv
-----------------------------------------*/
.p-top-mv {
  position: relative;
}
.p-top-mv + * {
  margin-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv + * {
    margin-top: 4rem;
  }
}
.p-top-mv__main {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__main {
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.p-top-mv .l-inner {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  .p-top-mv .l-inner {
    position: static;
    transform: none;
  }
}
.p-top-mv__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3333333333;
  gap: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    font-size: 2.8rem;
  }
}
.p-top-mv__copy .box {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy .box {
    background-color: transparent;
    padding: 0;
  }
}
.p-top-mv__copy + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy + * {
    margin-top: 1.6rem;
  }
}
.p-top-mv__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__text + * {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__image {
    margin-inline: auto;
    width: 43.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    width: 33.6rem;
  }
}
.p-top-mv__bg {
  height: 95svh;
  max-height: 90rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-top-mv__bg {
    height: 81.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-mv__bg {
    height: 70rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__bg {
    height: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    height: 40rem;
  }
}
.p-top-mv__bg::after {
  aspect-ratio: 487/442;
  background: url(../img/top/mv-treat.png) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 48.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__bg::after {
    aspect-ratio: 170/159;
    background-image: url(../img/top/mv-treat_sp.png);
    bottom: -1rem;
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg::after {
    bottom: -1.75rem;
    width: 17rem;
  }
}
.p-top-mv__bg-slide {
  height: 100%;
  -webkit-mask: url(../img/top/mv-mask.svg) 50% 100%/cover no-repeat;
          mask: url(../img/top/mv-mask.svg) 50% 100%/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__bg-slide {
    -webkit-mask-image: url(../img/top/mv-mask_sp.svg);
            mask-image: url(../img/top/mv-mask_sp.svg);
  }
}
.p-top-mv__bg-slide::before {
  background: linear-gradient(to right, rgba(38, 34, 2, 0.2) 0%, rgba(38, 34, 2, 0) 40%, rgba(38, 34, 2, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg-slide::before {
    display: none;
  }
}
.p-top-mv__bg-slide .swiper-wrapper {
  height: 100%;
}
.p-top-mv__bg-slide .swiper-wrapper figure,
.p-top-mv__bg-slide .swiper-wrapper picture {
  display: block;
  height: 100%;
}
.p-top-mv__bg-slide .swiper-wrapper figure img,
.p-top-mv__bg-slide .swiper-wrapper picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-mv.is-animated.first .p-top-mv__copy {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.p-top-mv.is-animated.first .p-top-mv__text {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.p-top-mv.is-animated .p-top-mv__copy {
  -webkit-animation: fadeIn 1.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1.4s 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  opacity: 0;
}
.p-top-mv.is-animated .p-top-mv__text {
  -webkit-animation: fadeIn 1.4s 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1.4s 0.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  opacity: 0;
}

/* -------------------------------------
  p-top-head
-----------------------------------------*/
.p-top-head__body {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-head__body {
    flex-direction: column-reverse;
  }
}
.p-top-head__body::before, .p-top-head__body::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top-head__body::before {
  background: url(../img/top/head-treat1.png) 50%/contain no-repeat;
  left: -0.9rem;
  top: -3rem;
  transform: translateY(-100%);
  width: 13.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-head__body::before {
    bottom: -1rem;
    left: auto;
    right: 8rem;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__body::before {
    bottom: 0.8rem;
    right: -0.6rem;
  }
}
.p-top-head__body::after {
  background: url(../img/top/head-treat2.png) 50%/contain no-repeat;
  right: 0;
  top: -10.8rem;
  width: 15.5rem;
}
@media screen and (max-width: 1280px) {
  .p-top-head__body::after {
    right: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__body::after {
    right: -1.1rem;
    top: -3.1rem;
    width: 8rem;
  }
}
.p-top-head__box {
  padding-left: 2.7rem;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-top-head__box {
    padding-left: 0;
    width: 100%;
  }
}
.p-top-head__lead {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.59375;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-head__lead {
    font-size: 2.4rem;
  }
}
.p-top-head__lead::after {
  aspect-ratio: 1/1;
  background: url(../img/top/head-treat3.png) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -4.4rem;
  top: -4.7rem;
  width: 19.6rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-head__lead::after {
    left: -8rem;
    top: -7rem;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__lead::after {
    left: -6.8rem;
    top: -5.1rem;
    width: 16rem;
  }
}
.p-top-head__lead + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-head__lead + * {
    margin-top: 3.2rem;
  }
}
.p-top-head__text {
  font-size: 1.8rem;
  line-height: 2;
}
.p-top-head__text + * {
  margin-top: 3.6rem;
}
.p-top-head__image {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-head__image {
    width: 100%;
  }
}
.p-top-head__image img {
  width: 100%;
}

/* -------------------------------------
  p-top-visiting
-----------------------------------------*/
.p-top-visiting {
  padding-top: 12rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-top-visiting {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-visiting {
    padding-top: 4rem;
  }
}
.p-top-visiting__body {
  margin-inline: auto;
  max-width: 80rem;
  padding: 0.7rem;
  position: relative;
}
.p-top-visiting__body::before, .p-top-visiting__body::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-visiting__body::before {
  aspect-ratio: 1/1;
  background: url(../img/top/visiting-treat1.png) 50%/contain no-repeat;
  left: -2.9rem;
  top: -15.9rem;
  transform: translateX(-100%);
  width: 16.1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-visiting__body::before {
    display: none;
  }
}
.p-top-visiting__body::after {
  aspect-ratio: 64/160;
  background: url(../img/top/visiting-treat2.png) 50%/contain no-repeat;
  right: -2.8rem;
  top: -8.8rem;
  transform: translate(100%);
  width: 6.4rem;
}
@media screen and (max-width: 1023px) {
  .p-top-visiting__body::after {
    right: 4rem;
    top: -14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-visiting__body::after {
    display: none;
  }
}
.p-top-visiting__body-inner {
  background-color: #FEF7F2;
  border: 2px dashed #E68281;
  border-radius: 6.4rem;
  box-shadow: 0 0 0 0.7rem #FEF7F2;
  padding-block: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-visiting__body-inner {
    border-radius: 3.2rem;
    padding-inline: 0.9rem;
  }
}
.p-top-visiting__body-inner::after {
  aspect-ratio: 211/258;
  background: url(../img/top/visiting-treat3.png) 50%/contain no-repeat;
  bottom: -6.2rem;
  content: "";
  display: block;
  position: absolute;
  right: -3.6rem;
  transform: translateX(100%);
  width: 21.1rem;
}
@media screen and (max-width: 1280px) {
  .p-top-visiting__body-inner::after {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-visiting__body-inner::after {
    aspect-ratio: 1/1;
    background-image: url(../img/top/visiting-treat3_sp.png);
    bottom: 0.4rem;
    right: 0;
    transform: translate(0, 100%);
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-visiting__body-inner::after {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-visiting__body .c-primary-title .jp {
    font-size: 2.2rem;
  }
}
.p-top-visiting__body .c-primary-title + * {
  margin-top: 2.7rem;
}
.p-top-visiting__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-visiting__text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-top-visiting__text + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-visiting__text + * {
    margin-top: 2.4rem;
  }
}
.p-top-visiting__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
  p-top-program
-----------------------------------------*/
.p-top-program {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-program {
    padding-top: 8rem;
  }
}
.p-top-program + * {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-program + * {
    margin-top: 11.2rem;
  }
}
.p-top-program__body {
  align-items: flex-start;
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-program__body {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-program__body {
    flex-direction: column;
  }
}
.p-top-program .c-primary-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-program .c-primary-title::before {
  aspect-ratio: 76/78;
  background: url(../img/top/program-treat1.png) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -3.7rem;
  transform: translate(100%, -100%);
  width: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-program .c-primary-title::before {
    right: 0.3rem;
    top: -2.6rem;
    transform: translate(100%, 0);
    width: 5.2rem;
  }
}
.p-top-program__box {
  flex: 1;
  position: relative;
}
.p-top-program__box::before, .p-top-program__box::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
  position: absolute;
}
.p-top-program__box::before {
  background: url(../img/top/program-treat2.png) 50%/contain no-repeat;
  left: -9.7rem;
  top: -3.7rem;
  width: 14.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__box::before {
    left: -4.9rem;
    top: -3.2rem;
    width: 11.8rem;
  }
}
.p-top-program__box::after {
  background: url(../img/top/program-treat3.png) 50%/contain no-repeat;
  left: 35.3rem;
  bottom: -5.8rem;
  width: 13.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-program__box::after {
    bottom: 5rem;
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-program__box::after {
    background-image: url(../img/top/program-treat3_sp.png);
    bottom: -8rem;
    left: auto;
    right: 3.6rem;
    width: 11.8rem;
  }
}
.p-top-program__text {
  font-size: 1.8rem;
  line-height: 2;
}
.p-top-program__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-program__text + * {
    margin-top: 2.4rem;
  }
}
.p-top-program__image {
  width: 46.2962962963%;
}
@media screen and (max-width: 767px) {
  .p-top-program__image {
    display: none;
  }
}
.p-top-program__image img {
  width: 100%;
}

/* -------------------------------------
  p-top-staff
-----------------------------------------*/
.p-top-staff .l-inner {
  position: relative;
}
.p-top-staff .l-inner::before {
  aspect-ratio: 133/101;
  background: url(../img/top/staff-treat.png) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: 28.3179012346%;
  top: -2.2rem;
  transform: translateY(-100%);
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-staff .l-inner::before {
    right: 2.15rem;
    top: 0.3rem;
    width: 10.2rem;
  }
}
.p-top-staff .c-primary-title + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-staff .c-primary-title + * {
    margin-top: 3.2rem;
  }
}
.p-top-staff__body {
  padding-inline: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-staff__body {
    padding-inline: 0;
  }
}

/* -------------------------------------
  p-top-flow
-----------------------------------------*/
.p-top-flow {
  padding-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding-top: 3.5rem;
  }
}
.p-top-flow .l-inner {
  position: relative;
}
.p-top-flow .c-primary-title {
  left: 50%;
  position: absolute;
  top: -4.8rem;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-flow .c-primary-title {
    top: -3.5rem;
  }
}
.p-top-flow .c-primary-title + * {
  margin-top: 0;
}
.p-top-flow__body {
  background-color: #fff;
  border-radius: 6.4rem;
  margin-inline: auto;
  max-width: 96rem;
  padding: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-flow__body {
    border-radius: 3.2rem;
    padding: 8rem 2.4rem 4rem;
  }
}
.p-top-flow__body::before, .p-top-flow__body::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-flow__body::before {
  aspect-ratio: 235/371;
  background: url(../img/top/flow-treat1.png) 50%/contain no-repeat;
  right: -13.1rem;
  top: -4.5rem;
  width: 23.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-flow__body::before {
    background-image: url(../img/top/flow-treat1_sp.png);
    right: -4.2rem;
    top: -9.7rem;
    width: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flow__body::before {
    width: 11rem;
  }
}
.p-top-flow__body::after {
  aspect-ratio: 276/329;
  background: url(../img/top/flow-treat2.png) 50%/contain no-repeat;
  bottom: 32.1rem;
  left: -15.3rem;
  width: 27.6rem;
}
@media screen and (max-width: 1023px) {
  .p-top-flow__body::after {
    background-image: url(../img/top/flow-treat2_sp.png);
    left: -5.3rem;
    bottom: -7rem;
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flow__body::after {
    width: 13.6rem;
  }
}
.p-top-flow__list {
  margin-inline: auto;
  max-width: 65rem;
}
.p-top-flow__list::after {
  aspect-ratio: 217/177;
  background: url(../img/top/flow-treat3.png) 50%/contain no-repeat;
  bottom: -7rem;
  content: "";
  display: block;
  position: absolute;
  right: -13.6rem;
  width: 21.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-flow__list::after {
    display: none;
  }
}
.p-top-flow__list-item {
  counter-increment: flow;
}
.p-top-flow__list-item:not(:last-child) {
  padding-bottom: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-item:not(:last-child) {
    padding-bottom: 1.6rem;
  }
}
.p-top-flow__list-item:not(:last-child)::after {
  bottom: 0.8rem;
  background: url(../img/common/border-ver.svg) 50%/contain repeat;
  content: "";
  display: block;
  height: calc(100% - 4.8rem - 0.8rem - 0.8rem);
  left: 2.3rem;
  position: absolute;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-item:not(:last-child)::after {
    height: calc(100% - 3.2rem - 0.8rem - 0.8rem);
    left: 1.5rem;
  }
}
.p-top-flow__list-title {
  align-items: center;
  color: #E68281;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-title {
    font-size: 1.8rem;
  }
}
.p-top-flow__list-title::before {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #E68281;
  border-radius: 50%;
  color: #fff;
  content: counter(flow);
  display: flex;
  flex-direction: column;
  font-family: "Mansalva", sans-serif;
  font-size: 3.2rem;
  justify-content: center;
  line-height: 1;
  width: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-title::before {
    font-size: 2.4rem;
    width: 3.2rem;
  }
}
.p-top-flow__list-title + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-title + * {
    margin-top: 0.2rem;
  }
}
.p-top-flow__list-text {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow__list-text {
    font-size: 1.6rem;
    padding-left: 4rem;
  }
}

/* -------------------------------------
  p-top-recruit
-----------------------------------------*/
.p-top-recruit {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-top: 6rem;
  }
}
.p-top-recruit__body {
  padding: 0.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__body {
    margin-inline: auto;
    max-width: 60rem;
    border-radius: 6.8rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    border-radius: 3.8rem;
    max-width: 40rem;
  }
}
.p-top-recruit__body::before, .p-top-recruit__body::after {
  aspect-ratio: 257/192;
  background-color: #489BB5;
  content: "";
  display: block;
  position: absolute;
  width: 25.7rem;
}
.p-top-recruit__body::before {
  bottom: 0;
  left: 10.3rem;
  -webkit-mask: url(../img/top/recruit-bg1.svg) 50%/contain no-repeat;
          mask: url(../img/top/recruit-bg1.svg) 50%/contain no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__body::before {
    aspect-ratio: 151/150;
    -webkit-mask-image: url(../img/top/recruit-bg2_sp.svg);
            mask-image: url(../img/top/recruit-bg2_sp.svg);
    left: auto;
    right: 0;
    width: 15.1rem;
  }
}
.p-top-recruit__body::after {
  -webkit-mask: url(../img/top/recruit-bg2.svg) 50%/contain no-repeat;
          mask: url(../img/top/recruit-bg2.svg) 50%/contain no-repeat;
  right: 7.2rem;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__body::after {
    aspect-ratio: 142/150;
    -webkit-mask-image: url(../img/top/recruit-bg1_sp.svg);
            mask-image: url(../img/top/recruit-bg1_sp.svg);
    left: 0;
    right: auto;
    width: 14.2rem;
  }
}
.p-top-recruit__body-inner {
  align-items: center;
  background-color: #65ADC4;
  border-radius: 6.4rem;
  box-shadow: 0 0 0 0.7rem #65ADC4;
  color: #fff;
  display: flex;
  gap: 3.2rem 4rem;
  justify-content: center;
  padding-block: 4.7rem 6rem;
  padding-inline: 19rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-top-recruit__body-inner {
    padding-inline: 17rem;
  }
}
@media screen and (max-width: 1180px) {
  .p-top-recruit__body-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__body-inner {
    align-items: flex-start;
    padding-inline: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body-inner {
    border-radius: 3.2rem;
    padding: 2.5rem 1.7rem;
  }
}
.p-top-recruit__body-inner::before, .p-top-recruit__body-inner::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-recruit__body-inner::before {
  border: 2px dashed #fff;
  border-radius: 6.4rem;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body-inner::before {
    border-radius: 3.2rem;
  }
}
.p-top-recruit__body-inner::after {
  aspect-ratio: 139/188;
  background: url(../img/top/recruit-treat2.png) 50%/contain no-repeat;
  bottom: -0.7rem;
  right: 3.8rem;
  width: 13.9rem;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__body-inner::after {
    display: none;
  }
}
.p-top-recruit__body-inner > * {
  position: relative;
  z-index: 5;
}
.p-top-recruit .c-primary-title {
  color: #fff;
}
.p-top-recruit .c-primary-title .en {
  color: #fff;
}
.p-top-recruit .c-primary-title::after {
  background-color: #fff;
}
.p-top-recruit .c-primary-title + * {
  margin-top: 0;
}
.p-top-recruit__text {
  font-size: 1.8rem;
  flex: 1;
  line-height: 2;
}
.p-top-recruit__btn .c-btn:hover, .p-top-recruit__btn .c-btn:focus {
  color: #65ADC4;
}
.p-top-recruit__btn .c-btn:hover::after, .p-top-recruit__btn .c-btn:focus::after {
  background-color: #65ADC4;
}
.p-top-recruit__treat {
  bottom: 0;
  left: 3.1rem;
  position: absolute;
  width: 14.8rem;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__treat {
    left: auto;
    right: 2rem;
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__treat {
    right: 1rem;
    width: 10.3rem;
  }
}

/* -------------------------------------
  p-top-access
-----------------------------------------*/
.p-top-access {
  padding-block: 12.8rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-access {
    padding-block: 9.8rem 8rem;
  }
}
.p-top-access .l-inner {
  position: relative;
}
.p-top-access .l-inner::after {
  aspect-ratio: 1/1;
  background: url(../img/top/access-treat2.png) 50%/contain no-repeat;
  content: "";
  bottom: 1.1rem;
  display: block;
  position: absolute;
  right: 6.0185185185%;
  width: 18.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-access .l-inner::after {
    bottom: -8rem;
    left: -2rem;
    right: auto;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-access .l-inner::after {
    bottom: -7rem;
    left: -0.8rem;
    width: 10.3rem;
  }
}
.p-top-access__box {
  background-color: #FEF7F2;
  border-radius: 6.4rem;
  padding: 6.4rem;
  position: relative;
  width: 69.9845679012%;
}
@media screen and (max-width: 1023px) {
  .p-top-access__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-access__box {
    border-radius: 3.2rem;
    padding: 6rem 1.6rem;
  }
}
.p-top-access__box::before {
  aspect-ratio: 1/1;
  background: url(../img/top/access-treat1.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 10.1rem;
  position: absolute;
  top: -9.5rem;
  width: 13.7rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-access__box::before {
    left: auto;
    right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-access__box::before {
    right: 1.6rem;
    top: -8.1rem;
    width: 11.6rem;
  }
}
.p-top-access .c-primary-title + * {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-access .c-primary-title + * {
    margin-top: 4rem;
  }
}
.p-top-access__dl {
  max-width: 65rem;
}
.p-top-access__dl-inner {
  align-items: flex-start;
  display: flex;
  padding-bottom: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-access__dl-inner {
    flex-direction: column;
    gap: 0.4rem;
    padding-bottom: 1.5rem;
  }
}
.p-top-access__dl-inner::after {
  background-color: #E68281;
  content: "";
  display: block;
  bottom: 0;
  height: 2px;
  left: 0;
  -webkit-mask: url(../img/common/border.svg) left top/8px repeat;
          mask: url(../img/common/border.svg) left top/8px repeat;
  position: absolute;
  width: 100%;
}
.p-top-access__dl-inner + * {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-top-access__dl-inner + * {
    margin-top: 1.1rem;
  }
}
.p-top-access__dt, .p-top-access__dd {
  font-size: 1.6rem;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .p-top-access__dt, .p-top-access__dd {
    line-height: 1.625;
  }
}
.p-top-access__dt {
  color: #E68281;
  font-weight: 700;
  width: 10rem;
}
.p-top-access__dd span {
  display: inline-block;
}
.p-top-access__image {
  border-radius: 6.4rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 6.4rem;
  width: 39.9691358025%;
}
@media screen and (max-width: 1023px) {
  .p-top-access__image {
    margin-inline: auto;
    margin-top: -2.8rem;
    position: relative;
    right: auto;
    top: auto;
    width: 91.0714285714%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-access__image {
    border-radius: 3.2rem;
  }
}
.p-top-access__image img {
  width: 100%;
}

/* -------------------------------------
  p-top-higashiaoba
-----------------------------------------*/
.p-top-higashiaoba {
  background: url(../img/top/higashiaoba-bg.jpg) 50%/cover no-repeat;
  border-radius: 6.4rem;
  color: #fff;
  margin-inline: auto;
  max-width: 1500px;
  overflow: hidden;
  padding-block: 9.7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-higashiaoba {
    padding-block: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-higashiaoba {
    background-image: url(../img/top/higashiaoba-bg_sp.jpg);
    border-radius: 3.2rem;
  }
}
.p-top-higashiaoba::after {
  background: linear-gradient(to right, rgba(66, 52, 38, 0.5) 0%, rgba(66, 52, 38, 0) 80%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-higashiaoba::after {
    background: linear-gradient(to right, rgba(66, 52, 38, 0.5) 0%, rgba(66, 52, 38, 0) 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-higashiaoba::after {
    background: linear-gradient(to bottom, rgba(66, 52, 38, 0.5) 0%, rgba(66, 52, 38, 0) 100%);
  }
}
.p-top-higashiaoba .c-primary-title .en {
  color: #fff;
}
.p-top-higashiaoba .c-primary-title::after {
  background-color: #fff;
}
.p-top-higashiaoba .c-primary-title + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-higashiaoba .c-primary-title + * {
    margin-top: 3.4rem;
  }
}
.p-top-higashiaoba .p-top__text + * {
  margin-top: 3.2rem;
}
.p-top-higashiaoba__btn .c-btn {
  background-color: #fff;
  border-color: #21A898;
  color: #21A898;
}
@media screen and (max-width: 767px) {
  .p-top-higashiaoba__btn .c-btn {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-top-higashiaoba__btn .c-btn::after {
  background-color: #21A898;
}
.p-top-higashiaoba__btn .c-btn:hover, .p-top-higashiaoba__btn .c-btn:focus-visible {
  background-color: #21A898;
  color: #fff;
}
.p-top-higashiaoba__btn .c-btn:hover::after, .p-top-higashiaoba__btn .c-btn:focus-visible::after {
  background-color: #fff;
}

/* -------------------------------------
  p-top-philosophy
-----------------------------------------*/
.p-top-philosophy {
  padding-top: 12rem;
}
@media screen and (max-width: 1023px) {
  .p-top-philosophy {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-philosophy {
    padding-top: 8rem;
  }
}
.p-top-philosophy .c-primary-title {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-top-philosophy .c-primary-title::before {
  aspect-ratio: 1/1;
  background: url(../img/top/philosophy-treat1.png) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -11.5rem;
  top: 2.4rem;
  transform: translateX(100%);
  width: 12.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy .c-primary-title::before {
    right: -2.4rem;
    top: -5.4rem;
    width: 10rem;
  }
}
.p-top-philosophy .c-primary-title + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy .c-primary-title + * {
    margin-top: 3.4rem;
  }
}
.p-top-philosophy__lead {
  display: flex;
  font-size: 4rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__lead {
    align-items: center;
    font-size: 3.2rem;
  }
}
.p-top-philosophy__lead::before {
  aspect-ratio: 76/78;
  background: url(../img/top/philosophy-treat2.png) 50%/contain no-repeat;
  bottom: 0.9rem;
  content: "";
  display: block;
  left: -1.2rem;
  position: absolute;
  transform: translateX(-100%);
  width: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__lead::before {
    left: 0.6rem;
    top: -2.8rem;
    width: 4.8rem;
  }
}
.p-top-philosophy__lead .u-c-pink {
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__lead .u-c-pink {
    font-size: 4rem;
  }
}
.p-top-philosophy__lead span:not(.u-c-green) {
  margin-top: 0.3rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__lead span:not(.u-c-green) {
    margin-top: 0.4rem;
    margin-left: 0.2rem;
  }
}
.p-top-philosophy__lead + * {
  margin-top: 2.4rem;
}
.p-top-philosophy__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__text {
    width: 33.6rem;
  }
}
.p-top-philosophy__text::before {
  aspect-ratio: 1/1;
  background: url(../img/top/philosophy-treat3.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: -3.8rem;
  position: absolute;
  top: -0.3rem;
  transform: translateX(-100%);
  width: 17.3rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-philosophy__text::before {
    left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__text::before {
    bottom: -3.2rem;
    left: -2.2rem;
    top: auto;
    transform: none;
    width: 14rem;
  }
}
.p-top-philosophy__text + * {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__text + * {
    margin-top: 3.2rem;
  }
}
.p-top-philosophy__list {
  gap: 6.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-philosophy__list {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-philosophy__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__list {
    flex-direction: column;
    gap: 2.4rem;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-philosophy__list-item {
  background: url(../img/top/philosophy-bg1.png) 50%/contain no-repeat;
  counter-increment: list;
  padding: 3.2rem 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-top-philosophy__list-item {
    width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-philosophy__list-item {
    aspect-ratio: 388/248;
    padding: 2.4rem 1.2rem;
    width: 33.6rem;
  }
}
.p-top-philosophy__list-item:nth-child(even) {
  background-image: url(../img/top/philosophy-bg2.png);
}
.p-top-philosophy__list-item::before {
  content: "step " counter(list);
  display: block;
  font-family: "Mansalva", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-align: center;
}
.p-top-philosophy__list-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top-philosophy__list-title {
  color: #E68281;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-top-philosophy__list-title + * {
  margin-top: 1rem;
}
.p-top-philosophy__list-text {
  font-size: 1.8rem;
  line-height: 1.6111111111;
}

/* -------------------------------------
  p-top-education
-----------------------------------------*/
.p-top-education {
  padding-top: 12rem;
}
.p-top-education__body {
  margin-inline: auto;
  max-width: 80rem;
}
.p-top-education__item {
  counter-increment: education;
  background-color: #FEF7F2;
  border-radius: 6.4rem;
  padding: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-education__item {
    border-radius: 3.2rem;
    padding: 3.2rem 1.5rem 2.4rem;
  }
}
.p-top-education__item::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-top-education__item:nth-child(1)::before, .p-top-education__item:nth-child(2)::before, .p-top-education__item:nth-child(3)::before, .p-top-education__item:nth-child(4)::before {
  aspect-ratio: 1/1;
}
.p-top-education__item:nth-child(1)::before {
  background-image: url(../img/top/education-treat01.png);
  left: -11.5rem;
  top: -10.3rem;
  width: 11.7rem;
}
@media screen and (max-width: 1023px) {
  .p-top-education__item:nth-child(1)::before {
    left: -1.7rem;
    top: -2.4rem;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  .p-top-education__item:nth-child(1)::before {
    width: 9.6rem;
  }
}
.p-top-education__item:nth-child(2)::before {
  background-image: url(../img/top/education-treat02.png);
  right: -10.3rem;
  top: -5.9rem;
  transform: translateX(100%);
  width: 14.2rem;
}
@media screen and (max-width: 1280px) {
  .p-top-education__item:nth-child(2)::before {
    right: -8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-education__item:nth-child(2)::before {
    right: -4.8rem;
    top: -9.4rem;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-education__item:nth-child(2)::before {
    right: -4.8rem;
    top: -9.4rem;
    width: 12rem;
  }
}
.p-top-education__item:nth-child(3)::before {
  background-image: url(../img/top/education-treat03.png);
  bottom: -8.9rem;
  left: -9.5rem;
  width: 18.5rem;
}
@media screen and (max-width: 1023px) {
  .p-top-education__item:nth-child(3)::before {
    bottom: -4.2rem;
    left: -4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-education__item:nth-child(3)::before {
    width: 12rem;
  }
}
.p-top-education__item:nth-child(4)::before {
  background-image: url(../img/top/education-treat04.png);
  bottom: -7.5rem;
  right: -3.9rem;
  transform: translateX(100%);
  width: 13.2rem;
}
@media screen and (max-width: 1280px) {
  .p-top-education__item:nth-child(4)::before {
    right: -1rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-education__item:nth-child(4)::before {
    bottom: -6rem;
    right: 3.7rem;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-education__item:nth-child(4)::before {
    width: 7.8rem;
  }
}
.p-top-education__item:nth-child(5)::before {
  aspect-ratio: 64/158;
  background-image: url(../img/top/education-treat05.png);
  left: -13.7rem;
  top: -3.1rem;
  transform: translateX(-100%);
  width: 6.4rem;
}
@media screen and (max-width: 1280px) {
  .p-top-education__item:nth-child(5)::before {
    left: -9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-education__item:nth-child(5)::before {
    display: none;
  }
}
.p-top-education__item + * {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-education__item + * {
    margin-top: 5.2rem;
  }
}
.p-top-education__title {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 0.6rem;
  left: 3.2rem;
  position: absolute;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-top-education__title {
    left: 1.6rem;
  }
}
.p-top-education__title::before {
  content: counter(education, decimal-leading-zero) ".";
  font-family: "Mansalva", sans-serif;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
}
.p-top-education__title span {
  padding-top: 0.2rem;
}
.p-top-education__lead {
  align-items: center;
  color: #E68281;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-top-education__lead-sub {
  position: relative;
}
.p-top-education__lead-sub .img {
  display: block;
}
.p-top-education__lead-sub .text {
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  right: -0.4rem;
  top: 0.6rem;
  transform: translateX(100%) rotate(-5deg);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-top-education__lead-sub .text::after {
  aspect-ratio: 17/14;
  background: url(../img/top/education-lead-dot.svg) 50%/contain no-repeat;
  content: "";
  position: absolute;
  right: -1.1rem;
  top: -0.6rem;
  transform: rotate(5deg);
  width: 1.7rem;
}
.p-top-education__lead-main {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-education__lead-main {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
.p-top-education__lead + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-education__lead + * {
    margin-top: 1.6rem;
  }
}
.p-top-education__list, .p-top-education__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-education__list, .p-top-education__text {
    font-size: 1.6rem;
  }
}
.p-top-education__list-item {
  align-items: flex-start;
  display: flex;
}
.p-top-education__list-item::before {
  content: "・";
}
.p-top-education__list-item span {
  flex: 1;
}

/* -------------------------------------
  p-top-guidelines
-----------------------------------------*/
.p-top-guidelines {
  padding-top: 12rem;
}
.p-top-guidelines .l-inner {
  position: relative;
}
.p-top-guidelines .l-inner::before {
  aspect-ratio: 1/1;
  background: url(../img/top/guidelines-treat1.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 2.3rem;
  position: absolute;
  top: -5.9rem;
  width: 13.7rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-top-guidelines .l-inner::before {
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guidelines .l-inner::before {
    left: -1.4rem;
    top: 0;
    width: 10rem;
  }
}
.p-top-guidelines__body {
  background-color: #FEF7F2;
  border-radius: 6.4rem;
  margin-inline: auto;
  max-width: 80rem;
  padding: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-guidelines__body {
    border-radius: 3.2rem;
    padding: 2.4rem 1.6rem;
  }
}
.p-top-guidelines__body::after {
  aspect-ratio: 204/280;
  background: url(../img/top/guidelines-treat2.png) 50%/contain no-repeat;
  bottom: -5rem;
  content: "";
  display: block;
  position: absolute;
  right: -13.4rem;
  width: 20.4rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-top-guidelines__body::after {
    aspect-ratio: 1/1;
    background-image: url(../img/top/guidelines-treat2_sp.png);
    bottom: -6rem;
    right: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-guidelines__body::after {
    bottom: -7.3rem;
    right: -3.4rem;
    width: 12rem;
  }
}
.p-top-guidelines__list-item {
  align-items: flex-start;
  display: flex;
  font-size: 1.8rem;
  gap: 0.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-guidelines__list-item {
    font-size: 1.6rem;
  }
}
.p-top-guidelines__list-item::before {
  aspect-ratio: 1/1;
  background-color: #E68281;
  border-radius: 50%;
  content: "";
  display: block;
  margin-right: 0.8rem;
  margin-top: 1.3rem;
  width: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-guidelines__list-item::before {
    margin-top: 1.2rem;
  }
}
.p-top-guidelines__list-item span {
  flex: 1;
}
.p-top-guidelines__list-item + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-guidelines__list-item + * {
    margin-top: 3.2rem;
  }
}

/* -------------------------------------
  p-top-info
-----------------------------------------*/
.p-top-info {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-info {
    padding-top: 8rem;
  }
}
.p-top-info .c-primary-title {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-info .c-primary-title::before {
  aspect-ratio: 1/1;
  background: url(../img/top/info-treat1.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: -23.1rem;
  position: absolute;
  top: 2.1rem;
  transform: translateX(-100%);
  width: 12.8rem;
}
@media screen and (max-width: 1023px) {
  .p-top-info .c-primary-title::before {
    left: -14rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-info .c-primary-title::before {
    left: -1rem;
    top: 1.4rem;
    width: 8rem;
  }
}
.p-top-info .c-primary-title + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-info .c-primary-title + * {
    margin-top: 4.2rem;
  }
}
.p-top-info__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-info__text {
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: left;
  }
}
.p-top-info__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__text + * {
    margin-top: 3.1rem;
  }
}
.p-top-info__list {
  margin-inline: auto;
  max-width: 62rem;
}
.p-top-info__list-item + * {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__list-item + * {
    margin-top: 1.6rem;
  }
}
.p-top-info__list-link {
  align-items: flex-start;
  color: #65ADC4;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .p-top-info__list-link {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.p-top-info__list-link:hover, .p-top-info__list-link:focus-visible {
  opacity: 0.7;
}
.p-top-info__list-link::before, .p-top-info__list-link::after {
  aspect-ratio: 1/1;
  content: "";
  display: block;
}
.p-top-info__list-link::before {
  background-color: #E68281;
  border-radius: 50%;
  margin-right: 0.8rem;
  margin-top: 1rem;
  width: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-info__list-link::before {
    margin-top: 0.8rem;
  }
}
.p-top-info__list-link::after {
  background-color: #65ADC4;
  margin-left: 0.4rem;
  margin-top: 0.7rem;
  -webkit-mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
  width: 1.6rem;
}
.p-top-info__list-link span {
  text-decoration: underline;
}

/* -------------------------------------
  p-support
-----------------------------------------*/
.p-support {
  padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding-bottom: 12rem;
  }
}
.p-support__head + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-support__head + * {
    margin-top: 8rem;
  }
}
.p-support__head-flex {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 8rem;
}
@media screen and (max-width: 1023px) {
  .p-support__head-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-support__head-flex {
    gap: 1rem;
  }
}
.p-support__head-text {
  font-size: 1.8rem;
  flex: 1;
  line-height: 2;
}
.p-support__head-image {
  width: 33.3333333333%;
}
@media screen and (max-width: 1023px) {
  .p-support__head-image {
    width: 33.6rem;
  }
}

/* -------------------------------------
  p-support-program
-----------------------------------------*/
.p-support-program + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-support-program + * {
    margin-top: 8rem;
  }
}
.p-support-program__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-support-program__text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.p-support-program__text.--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-program__text.--center {
    text-align: left;
  }
}
.p-support-program__text + * {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-program__text + * {
    margin-top: 4.2rem;
  }
}
.p-support-program__body {
  position: relative;
}
.p-support-program__body.l-grid {
  gap: 5rem 4.8rem;
}
@media screen and (max-width: 1023px) {
  .p-support-program__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-support-program__body.l-grid {
    gap: 3.4rem;
  }
}
.p-support-program__body::after {
  aspect-ratio: 276/304;
  background: url(../img/support/program-treat.png) 50%/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 5.2469135802%;
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .p-support-program__body::after {
    display: none;
  }
}
.p-support-program__item {
  background-color: #FEF7F2;
  border-radius: 1.6rem;
  counter-increment: program;
  padding: 4.2rem 2.4rem 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support-program__item {
    padding: 2.6rem 1.6rem 2.4rem;
  }
}
.p-support-program__item .p-support-program__text {
  line-height: 1.6;
}
.p-support-program__item .p-support-program__text + * {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-program__item .p-support-program__text + * {
    margin-top: 2.1rem;
  }
}
.p-support-program__title {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 2.4rem;
  gap: 0.8rem;
  left: 2.2rem;
  position: absolute;
  top: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-program__title {
    font-size: 2rem;
    left: 1.6rem;
  }
}
.p-support-program__title::before {
  content: counter(program, decimal-leading-zero) ".";
  color: #E68281;
  font-family: "Mansalva", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-support-program__title::before {
    font-size: 3.2rem;
  }
}
.p-support-program__image {
  border-radius: 1.6rem;
  margin-inline: auto;
  max-width: 31.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-support-program__image {
    width: 100%;
  }
}
.p-support-program__image img {
  width: 100%;
}
.p-support-program__image + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-program__image + * {
    margin-top: 1.6rem;
  }
}
.p-support-program__ex {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2.8rem 1.6rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-support-program__ex {
    border-radius: 0.8rem;
    padding: 1.6rem 0.8rem;
  }
}
.p-support-program__ex-title {
  color: #E68281;
  font-weight: 700;
  font-size: 1.8rem;
  left: 1.6rem;
  line-height: 1.3333333333;
  position: absolute;
  top: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-program__ex-title {
    font-size: 1.6rem;
    left: 0.8rem;
    line-height: 1.5;
    top: -1.3rem;
  }
}
.p-support-program__ex-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6111111111;
}
@media screen and (max-width: 767px) {
  .p-support-program__ex-text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/* -------------------------------------
  p-support-other
-----------------------------------------*/
.p-support-other + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-support-other + * {
    margin-top: 8rem;
  }
}
.p-support-other__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-support-other__text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.p-support-other__text.--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-other__text.--center {
    text-align: left;
  }
}
.p-support-other__text-list {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-support-other__text-list {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.p-support-other__text-list li {
  align-items: flex-start;
  display: flex;
}
.p-support-other__text-list li::before {
  content: "• ";
}
.p-support-other__text-list li span {
  flex: 1;
}
.p-support-other__text-list + * {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__text-list + * {
    margin-top: 2.6rem;
  }
}
.p-support-other__text + * {
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__text + * {
    margin-top: 3.2rem;
  }
}
.p-support-other__text + * .p-support-other__text,
.p-support-other__text + * .p-support-other__text-list {
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__text + * .p-support-other__text,
.p-support-other__text + * .p-support-other__text-list {
    margin-top: 2.6rem;
  }
}
.p-support-other__item {
  background-color: #FEF7F2;
  border-radius: 1.6rem;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__item {
    padding: 2.4rem 1.6rem;
  }
}
.p-support-other__item + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__item + * {
    margin-top: 2.4rem;
  }
}
.p-support-other__item .p-support-other__text {
  line-height: 1.6111111111;
}
@media screen and (max-width: 767px) {
  .p-support-other__item .p-support-other__text {
    line-height: 1.625;
  }
}
.p-support-other__title {
  color: #E68281;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support-other__title {
    font-size: 2rem;
  }
}
.p-support-other__title .mn {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-support-other__title .mn {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 0.3rem;
  }
}
.p-support-other__title + * {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-other__title + * {
    margin-top: 1.1rem;
  }
}

/* -------------------------------------
  p-support-schedule
-----------------------------------------*/
.p-support-schedule + * {
  margin-top: 15.9rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule + * {
    margin-top: 9rem;
  }
}
.p-support-schedule__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__text {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}
.p-support-schedule__text .underline {
  background: linear-gradient(to top, transparent 0.2rem, #FFCCCC 0.2rem, #FFCCCC 0.8rem, transparent 0.8rem, transparent 100%);
}
.p-support-schedule__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__text + * {
    margin-top: 2.4rem;
  }
}
.p-support-schedule__nav {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__nav {
    gap: 2.4rem;
  }
}
.p-support-schedule__nav-item {
  background-color: #fff;
  border: 2px solid #E68281;
  border-radius: 10rem;
  color: #E68281;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.9rem 2.2rem;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__nav-item {
    padding: 0.4rem 1.4rem;
  }
}
.p-support-schedule__nav-item:hover, .p-support-schedule__nav-item:focus-visible {
  background-color: #E68281;
  color: #fff;
}
.p-support-schedule__nav-item[tabindex="0"], .p-support-schedule__nav-item[aria-selected=true] {
  background-color: #E68281;
  color: #fff;
}
.p-support-schedule__nav + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__nav + * {
    margin-top: 4rem;
  }
}
.p-support-schedule__contents {
  margin-inline: auto;
  max-width: 80rem;
  position: relative;
}
.p-support-schedule__item {
  padding-block: 11.1rem 5.8rem;
  padding-left: 11.3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-support-schedule__item {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-support-schedule__item {
    padding-block: 0;
    margin-inline: auto;
    width: 33.6rem;
  }
}
.p-support-schedule__item::after {
  aspect-ratio: 800/1144;
  background: url(../img/support/schedule-bg.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 80rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__item::after {
    aspect-ratio: 336/860;
    background-image: url(../img/support/schedule-bg_sp.png);
    width: 33.6rem;
  }
}
.p-support-schedule__dl-inner {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dl-inner {
    gap: 1.6rem;
  }
}
.p-support-schedule__dl-inner:nth-child(1) .p-support-schedule__dd::after {
  aspect-ratio: 92/90;
  background: url(../img/support/schedule-sun.png) 50%/contain no-repeat;
  left: 37.8rem;
  top: 4rem;
  width: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dl-inner:nth-child(1) .p-support-schedule__dd::after {
    top: -1rem;
    left: 20.8rem;
    width: 6.8rem;
  }
}
.p-support-schedule__dl-inner:nth-child(5) .p-support-schedule__dd::after {
  aspect-ratio: 64/70;
  background: url(../img/support/schedule-note.png) 50%/contain no-repeat;
  left: 18.4rem;
  top: -1.3rem;
  width: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dl-inner:nth-child(5) .p-support-schedule__dd::after {
    left: 14rem;
    width: 5rem;
  }
}
.p-support-schedule__dl-inner:nth-child(8) .p-support-schedule__dd::after {
  aspect-ratio: 91/100;
  background: url(../img/support/schedule-crayon.png) 50%/contain no-repeat;
  left: 34.1rem;
  top: 0.7rem;
  width: 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dl-inner:nth-child(8) .p-support-schedule__dd::after {
    left: 18rem;
    top: -3.3rem;
    transform: translateY(100%);
    width: 6.4rem;
  }
}
.p-support-schedule__dl-inner + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dl-inner + * {
    margin-top: 2rem;
  }
}
.p-support-schedule__dt {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #E68281;
  border-radius: 50%;
  color: #E68281;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  justify-content: center;
  padding-bottom: 0.1rem;
  text-align: center;
  width: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dt {
    font-size: 1.8rem;
    width: 4.8rem;
  }
}
.p-support-schedule__dd {
  flex: 1;
  padding-top: 1.85rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dd {
    padding-top: 1.2rem;
  }
}
.p-support-schedule__dd::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-support-schedule__dd-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dd-title {
    font-size: 1.6rem;
  }
}
.p-support-schedule__dd-title + * {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dd-title + * {
    margin-top: 0.4rem;
  }
}
.p-support-schedule__dd-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-schedule__dd-text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/* -------------------------------------
  p-support-events
-----------------------------------------*/
.p-support-events {
  overflow: hidden;
}
.p-support-events + * {
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-support-events + * {
    margin-top: 7.5rem;
  }
}
.p-support-events .c-primary-title {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-support-events__images {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-support-events__images {
    gap: 8px;
  }
}
.p-support-events__images-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-support-events__images-inner {
    gap: 8px;
  }
}
.p-support-events__images-inner.is-animating {
  -webkit-animation: flowing linear infinite;
          animation: flowing linear infinite;
}
.p-support-events__images-list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-support-events__images-list {
    gap: 8px;
  }
}
.p-support-events__images-item figure {
  width: 283px;
}
@media screen and (max-width: 767px) {
  .p-support-events__images-item figure {
    width: 227px;
  }
}
.p-support-events__images-item figure img {
  border-radius: 3.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-support-events__images-item figure img {
    border-radius: 1.6rem;
  }
}
.p-support-events__images-item figure figcaption {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 1.1rem;
  text-align: center;
}

/* -------------------------------------
  p-support-building
-----------------------------------------*/
.p-support-building .c-primary-title {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-support-building .c-primary-title {
    width: 100%;
  }
}
.p-support-building .c-primary-title::before {
  aspect-ratio: 208/84;
  background: url(../img/support/building-treat.png) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -3.4rem;
  top: 0.25rem;
  transform: translateX(100%);
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-building .c-primary-title::before {
    aspect-ratio: 125/66;
    background-image: url(../img/support/building-treat_sp.png);
    right: -1.5rem;
    top: 0.2rem;
    transform: none;
    width: 12.5rem;
  }
}
.p-support-building__list {
  gap: 4.8rem 6.4rem;
}
@media screen and (max-width: 1023px) {
  .p-support-building__list {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support-building__list {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-support-building__list.l-grid--col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-support-building__list.l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-support-building__list.l-grid--col3 .p-support-building__list-image + * {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-support-building__list.l-grid--col3 .p-support-building__list-image + * {
    margin-top: 1.1rem;
  }
}
.p-support-building__list.l-grid--col3 .p-support-building__list-title + * {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-support-building__list.l-grid--col3 .p-support-building__list-title + * {
    margin-top: 0.3rem;
  }
}
.p-support-building__list + *.p-support-building__list {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-building__list + *.p-support-building__list {
    margin-top: 2.4rem;
  }
}
.p-support-building__list-image {
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-support-building__list-image {
    border-radius: 1.6rem;
  }
}
.p-support-building__list-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-support-building__list-image + * {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-support-building__list-image + * {
    margin-top: 1.1rem;
  }
}
.p-support-building__list-title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-support-building__list-title {
    font-size: 2rem;
  }
}
.p-support-building__list-title + * {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-support-building__list-title + * {
    margin-top: 0.3rem;
  }
}
.p-support-building__list-text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-support-building__list-text {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

/* -------------------------------------
  p-visiting
-----------------------------------------*/
.p-visiting {
  padding-bottom: 12.8rem;
}
.p-visiting__body {
  margin-inline: auto;
  max-width: 80rem;
}
.p-visiting__lead {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-visiting__lead {
    text-align: left;
  }
}
.p-visiting__lead + * {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__lead + * {
    margin-top: 3.4rem;
  }
}
.p-visiting__text {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-visiting__text {
    line-height: 2;
    text-align: left;
  }
}
.p-visiting__text.--center {
  text-align: center !important;
}
.p-visiting__text a {
  color: #65ADC4;
  text-decoration: underline;
  transition: all 0.6s;
}
.p-visiting__text a:hover, .p-visiting__text a:focus-visible {
  opacity: 0.7;
}
.p-visiting__text + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__text + * {
    margin-top: 4rem;
  }
}
.p-visiting__item {
  padding: 0.7rem;
}
.p-visiting__item-inner {
  background-color: #FCF8F0;
  border: 2px dashed #E68281;
  border-radius: 6.4rem;
  box-shadow: 0 0 0 0.7rem #FCF8F0;
  padding-block: 3.3rem 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__item-inner {
    border-radius: 3.2rem;
    padding-block: 3.3rem;
  }
}
.p-visiting__item .c-primary-title + *.p-visiting__text {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__item .c-primary-title + *.p-visiting__text {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visiting__item .c-primary-title + *.p-visiting__tel {
    margin-top: 2.6rem;
  }
}
.p-visiting__item .p-visiting__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-visiting__item .p-visiting__text {
    font-size: 1.6rem;
    line-height: 2;
    padding-inline: 0.9rem;
    text-align: left;
    margin-inline: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.p-visiting__item .p-visiting__text + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__item .p-visiting__text + * {
    margin-top: 3.2rem;
  }
}
.p-visiting__item .p-visiting__text + *.p-visiting__tel {
  margin-top: 0.8rem;
}
.p-visiting__item + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__item + * {
    margin-top: 4rem;
  }
}
.p-visiting__btn .c-btn {
  margin-inline: auto;
}
.p-visiting__btn + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__btn + * {
    margin-top: 2.4rem;
  }
}
.p-visiting__tel-link {
  color: #E68281;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-visiting__tel-link {
    gap: 0.4rem;
  }
}
.p-visiting__tel-link::before {
  aspect-ratio: 1/1;
  background-color: #E68281;
  content: "";
  margin-top: 0.9rem;
  -webkit-mask: url(../img/icon/icon_tel.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_tel.svg) 50%/contain no-repeat;
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__tel-link::before {
    width: 2rem;
  }
}
.p-visiting__tel-link .num {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-visiting__tel-link .num {
    font-size: 3.2rem;
  }
}
.p-visiting__tel + * {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-visiting__tel + * {
    margin-top: 1.6rem;
  }
}
.p-visiting__tel-time {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

/* -------------------------------------
  p-recruit
-----------------------------------------*/
.p-recruit {
  padding-bottom: 21.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-bottom: 12rem;
  }
}
.p-recruit .l-undermv + * {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .l-undermv + * {
    margin-top: 6rem;
  }
}
.p-recruit__head .l-inner {
  position: relative;
  z-index: 1;
}
.p-recruit__head .l-inner::before, .p-recruit__head .l-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit__head .l-inner::before, .p-recruit__head .l-inner::after {
    display: none;
  }
}
.p-recruit__head .l-inner::before {
  aspect-ratio: 1/1;
  background: url(../img/recruit/head-treat1.png) top/contain no-repeat;
  left: 0;
  top: 14.5rem;
  width: 13.7rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit__head .l-inner::before {
    width: 10rem;
  }
}
.p-recruit__head .l-inner::after {
  aspect-ratio: 1/1;
  background: url(../img/recruit/head-treat2.png) top/contain no-repeat;
  right: 5.2rem;
  top: 36rem;
  width: 19.6rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit__head .l-inner::after {
    right: -0.5rem;
    width: 13rem;
  }
}
.p-recruit__head-body {
  margin-inline: auto;
  max-width: 96rem;
  position: relative;
  z-index: 1;
}
.p-recruit__head-body::after {
  aspect-ratio: 826/402;
  background: url(../img/recruit/head-treat3.png) 50%/contain no-repeat;
  bottom: 2.5rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 82.6rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-recruit__head-body::after {
    width: 65rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__head-body::after {
    display: none;
  }
}
.p-recruit__head-name {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__head-name {
    gap: 0.8rem;
  }
}
.p-recruit__head-name .position {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__head-name .position {
    font-size: 1.4rem;
  }
}
.p-recruit__head-name .name {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit__head-name .name {
    font-size: 2rem;
  }
}
.p-recruit__head-name .name .small {
  font-size: 1.6rem;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-recruit__head-name .name .small {
    font-size: 1.4rem;
  }
}
.p-recruit__head + * {
  margin-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__head + * {
    margin-top: 6rem;
  }
}
.p-recruit__lead {
  align-items: flex-end;
  display: flex;
  font-size: 2.4rem;
  gap: 0.4rem;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit__lead {
    align-items: flex-start;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__lead {
    gap: 0;
    line-height: 1.4166666667;
  }
}
.p-recruit__lead span:not(.u-c-blue) {
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit__lead span:not(.u-c-blue) {
    padding-bottom: 0;
    padding-top: 0.8rem;
  }
}
.p-recruit__lead span.u-c-blue {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit__lead span.u-c-blue:last-child {
    margin-top: auto;
  }
}
.p-recruit__lead + * {
  margin-top: 4.3rem;
}
.p-recruit__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    font-size: 1.6rem;
  }
}
.p-recruit__text + * {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text + * {
    margin-top: 3.2rem;
  }
}
.p-recruit__text + *.p-recruit__text {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text + *.p-recruit__text {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__text + *.p-recruit__text.mt-sp {
    margin-top: 0;
  }
}
.p-recruit .c-primary-title .en {
  color: #65ADC4;
}
.p-recruit .c-primary-title::after {
  background-color: #65ADC4;
}
.p-recruit__bg {
  background-color: #FEF7F2;
  border-radius: 10rem;
  overflow: hidden;
  padding-block: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit__bg {
    border-radius: 6.4rem;
    padding-block: 6rem;
  }
}
.p-recruit__bg + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__bg + * {
    margin-top: 8rem;
  }
}

/* -------------------------------------
  p-recruit-job
-----------------------------------------*/
.p-recruit-job + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job + * {
    margin-top: 6rem;
  }
}
.p-recruit-job .l-inner {
  position: relative;
  z-index: 1;
}
.p-recruit-job .l-inner::before, .p-recruit-job .l-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-job .l-inner::before, .p-recruit-job .l-inner::after {
    display: none;
  }
}
.p-recruit-job .l-inner::before {
  aspect-ratio: 1/1;
  background: url(../img/recruit/job-treat1.png) top/contain no-repeat;
  left: 0;
  top: 5.8rem;
  width: 13.2rem;
}
.p-recruit-job .l-inner::after {
  aspect-ratio: 408/647;
  background: url(../img/recruit/job-treat2.png) top/contain no-repeat;
  bottom: -8.9rem;
  left: 30%;
  transform: translateX(-30%);
  width: 40.8rem;
}
.p-recruit-job__body {
  position: relative;
}
.p-recruit-job__body::after {
  aspect-ratio: 183/786;
  background: url(../img/recruit/job-treat3.png) top/contain no-repeat;
  bottom: 1.4rem;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 18.3rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__body::after {
    display: none;
  }
}
.p-recruit-job__item {
  margin-inline: auto;
  max-width: 95.2rem;
  padding-block: 2.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__item {
    padding-block: 1.5rem;
  }
}
.p-recruit-job__item::before, .p-recruit-job__item::after {
  background-color: #65ADC4;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  -webkit-mask: url(../img/common/border.svg) left top/8px repeat;
          mask: url(../img/common/border.svg) left top/8px repeat;
  position: absolute;
  width: 100%;
}
.p-recruit-job__item::after {
  bottom: 0;
}
.p-recruit-job__item:not(:first-child)::before {
  display: none;
}
.p-recruit-job__item:first-child::before {
  top: 0;
}
.p-recruit-job__title {
  align-items: center;
  background-color: #65ADC4;
  border-radius: 0.8rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  line-height: 1.6;
  gap: 0 1rem;
  justify-content: center;
  padding-inline: 1.6rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-inline: 0.8rem;
  }
}
.p-recruit-job__title .mn {
  display: inline-block;
  font-size: 1.4rem;
}
.p-recruit-job__title + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title + * {
    margin-top: 0.8rem;
  }
}
.p-recruit-job__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-recruit-job__text + * {
  margin-top: 0.8rem;
}
.p-recruit-job__annotation {
  font-size: 1.6rem;
  font-weight: 400;
}

/* -------------------------------------
  p-recruit-data
-----------------------------------------*/
.p-recruit-data + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-data + * {
    margin-top: 8rem;
  }
}
.p-recruit-data .c-primary-title {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-recruit-data .c-primary-title + * {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-data .c-primary-title + * {
    margin-top: 2rem;
  }
}
.p-recruit-data .c-primary-title::before {
  aspect-ratio: 48/120;
  background: url(../img/recruit/data-treat.png) top/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -0.9rem;
  top: -2.8rem;
  transform: translateX(100%);
  width: 4.8rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-recruit-data .c-primary-title::before {
    width: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data .c-primary-title::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data .c-primary-title .jp {
    font-size: 2.2rem;
  }
}
.p-recruit-data__body {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
  margin-inline: auto;
  max-width: 100rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__body {
    gap: 1.8rem 1.4rem;
  }
}
.p-recruit-data__item {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 1.9rem 3rem 4rem;
  position: relative;
  width: calc(50% - 2rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item {
    padding: 0.6rem 0 4.2rem;
    width: calc(50% - 0.7rem);
  }
}
.p-recruit-data__item.--graph {
  padding-block: 5.6rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--graph {
    padding-block: 2.4rem;
    width: 100%;
  }
}
.p-recruit-data__item.--graph .p-recruit-data__title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-recruit-data__item.--graph .p-recruit-data__title + * {
  margin-top: 0;
}
.p-recruit-data__item.--graph .p-recruit-data__text {
  margin-inline: auto;
  max-width: 32rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--graph .p-recruit-data__text {
    max-width: 24rem;
  }
}
.p-recruit-data__item.--graph .p-recruit-data__text img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--graph .p-recruit-data__bg-figure {
    z-index: 1;
  }
}
.p-recruit-data__item.--setsuritsu .p-recruit-data__bg-figure {
  left: 0.9rem;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--setsuritsu .p-recruit-data__bg-figure {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-recruit-data__item.--staff .p-recruit-data__bg-figure {
  bottom: 0.7rem;
  right: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--staff .p-recruit-data__bg-figure {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--staff .p-recruit-data__bg-figure {
    width: 8rem;
  }
}
.p-recruit-data__item.--yukyu .p-recruit-data__bg-figure {
  bottom: 0;
  left: 0;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--yukyu .p-recruit-data__bg-figure {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--yukyu .p-recruit-data__bg-figure {
    width: 9rem;
  }
}
.p-recruit-data__item.--dayoff .p-recruit-data__bg-figure {
  left: 0.2rem;
  top: 1rem;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--dayoff .p-recruit-data__bg-figure {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--dayoff .p-recruit-data__bg-figure {
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--zangyo {
    padding-bottom: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--zangyo .p-recruit-data__text {
    align-items: flex-end;
    flex-direction: column;
    gap: 0.2rem;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--zangyo .p-recruit-data__text .num {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--zangyo .p-recruit-data__text span:not(.num) {
    margin-bottom: 0;
  }
}
.p-recruit-data__item.--zangyo .p-recruit-data__bg-figure {
  right: 1rem;
  top: 0.4rem;
  width: 11rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item.--zangyo .p-recruit-data__bg-figure {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--zangyo .p-recruit-data__bg-figure {
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--kousei {
    padding-bottom: 2.4rem;
    width: 100%;
  }
}
.p-recruit-data__item.--kousei .p-recruit-data__text {
  margin-inline: auto;
  max-width: 32.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item.--kousei .p-recruit-data__text {
    width: 24rem;
  }
}
.p-recruit-data__item-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem 4rem;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item-wrap {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item-wrap {
    gap: 1.4rem;
  }
}
.p-recruit-data__item-wrap .p-recruit-data__item {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__item-wrap .p-recruit-data__item {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__item-wrap .p-recruit-data__item {
    width: calc(50% - 0.7rem);
  }
}
.p-recruit-data__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__title {
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
}
.p-recruit-data__title + * {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__title + * {
    margin-top: 1.4rem;
  }
}
.p-recruit-data__text {
  align-items: flex-end;
  color: #E68281;
  display: flex;
  flex-wrap: wrap;
  font-size: 4rem;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__text {
    font-size: 2rem;
  }
}
.p-recruit-data__text .num {
  font-weight: 700;
  font-size: 9.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-data__text .num {
    font-size: 5.6rem;
  }
}
.p-recruit-data__text .num + span {
  margin-left: 0.8rem;
}
.p-recruit-data__text span:not(.num) {
  margin-bottom: 0.6rem;
}
.p-recruit-data__bg-figure {
  position: absolute;
  width: 12rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit-data__bg-figure {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-data__bg-figure {
    opacity: 0.6;
    width: 10rem;
  }
}
.p-recruit-data__bg-figure img {
  width: 100%;
}

/* -------------------------------------
  p-recruit-benefit
-----------------------------------------*/
.p-recruit-benefit .c-primary-title {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-recruit-benefit .c-primary-title::before {
  aspect-ratio: 76/78;
  background: url(../img/recruit/benefit-treat1.png) top/contain no-repeat;
  content: "";
  display: block;
  left: -3.2rem;
  position: absolute;
  top: 0.3rem;
  transform: translateX(-100%);
  width: 7.6rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-recruit-benefit .c-primary-title::before {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit .c-primary-title::before {
    display: none;
  }
}
.p-recruit-benefit__text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-recruit-benefit__text + * {
  margin-top: 4rem;
}
.p-recruit-benefit__dl {
  position: relative;
}
.p-recruit-benefit__dl::after {
  aspect-ratio: 276/287;
  background: url(../img/recruit/benefit-treat2.png) 50%/contain no-repeat;
  bottom: -8.1rem;
  content: "";
  display: block;
  position: absolute;
  right: 3.4722222222%;
  width: 27.6rem;
}
@media screen and (max-width: 1280px) {
  .p-recruit-benefit__dl::after {
    bottom: -4rem;
    width: 22rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefit__dl::after {
    bottom: -8rem;
    width: 27.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dl::after {
    display: none;
  }
}
.p-recruit-benefit__dl.l-grid {
  gap: 3.2rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-benefit__dl.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dl.l-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}
.p-recruit-benefit__dl-inner {
  padding: 0 1.6rem 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dl-inner {
    padding: 0;
  }
}
.p-recruit-benefit__dl-inner::after {
  background-color: #fff;
  border: 2px solid #65ADC4;
  border-radius: 1.6rem;
  content: "";
  display: block;
  height: calc(100% - 1.6rem);
  left: 0;
  position: absolute;
  top: 1.6rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dl-inner::after {
    display: none;
  }
}
.p-recruit-benefit__dt {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dt {
    background-color: #65ADC4;
    border-radius: 0.4rem;
    color: #fff;
    flex-direction: row;
    flex-wrap: wrap;
    padding-inline: 0.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-recruit-benefit__dt .box {
  background-color: #65ADC4;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding-inline: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dt .box {
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 0;
  }
}
.p-recruit-benefit__dt .sub {
  color: #65ADC4;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dt .sub {
    color: #fff;
    font-size: 1.4rem;
  }
}
.p-recruit-benefit__dt + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-benefit__dt + * {
    margin-top: 0.8rem;
  }
}
.p-recruit-benefit__dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* -------------------------------------
  p-recruit-voice
-----------------------------------------*/
.p-recruit-voice + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice + * {
    margin-top: 8rem;
  }
}
.p-recruit-voice .l-inner {
  position: relative;
}
.p-recruit-voice .l-inner::before {
  aspect-ratio: 457/198;
  background: url(../img/recruit/voice-treat.png) 50%/contain no-repeat;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -11.3rem;
  width: 45.7rem;
}
@media screen and (max-width: 1280px) {
  .p-recruit-voice .l-inner::before {
    top: -9rem;
    width: 30rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-voice .l-inner::before {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-voice .l-inner::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-voice .c-primary-title {
    margin-inline: auto;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-voice .c-primary-title::before {
    aspect-ratio: 1/1;
    background: url(../img/recruit/voice-treat_sp.png) 50%/contain no-repeat;
    content: "";
    display: block;
    left: -1.8rem;
    position: absolute;
    top: 0.8rem;
    transform: translateX(-100%);
    width: 5rem;
  }
}
.p-recruit-voice__body {
  padding-inline: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-recruit-voice__body {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-voice__body {
    padding-inline: 0.5rem;
  }
}
.p-recruit-voice__body::before, .p-recruit-voice__body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit-voice__body::before, .p-recruit-voice__body::after {
    display: none;
  }
}
.p-recruit-voice__body::before {
  aspect-ratio: 308/175;
  background: url(../img/recruit/voice-treat1.png) 50%/contain no-repeat;
  left: 1rem;
  top: -14.8rem;
  width: 30.8rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-voice__body::before {
    width: 25rem;
  }
}
.p-recruit-voice__body::after {
  aspect-ratio: 235/180;
  background: url(../img/recruit/voice-treat2.png) 50%/contain no-repeat;
  bottom: -8.5rem;
  right: 1.6rem;
  width: 23.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-voice__body::after {
    width: 18rem;
  }
}
.p-recruit-voice__body .l-staff-slide__nav .swiper-button-next,
.p-recruit-voice__body .l-staff-slide__nav .swiper-button-prev {
  background-image: url(../img/icon/icon_swiper-nav2.svg);
}

/* -------------------------------------
  p-recruit-message
-----------------------------------------*/
.p-recruit-message + * {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message + * {
    margin-top: 6rem;
  }
}
.p-recruit-message .c-primary-title {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-recruit-message .c-primary-title + * {
    margin-top: 3.4rem;
  }
}
.p-recruit-message .c-primary-title::before {
  aspect-ratio: 69/68;
  background: url(../img/recruit/message-treat1.png) top/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -4rem;
  top: 0.1rem;
  transform: translateX(100%);
  width: 6.9rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-recruit-message .c-primary-title::before {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-message .c-primary-title::before {
    display: none;
  }
}
.p-recruit-message__body {
  display: flex;
  gap: 5.6rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-recruit-message__body {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.p-recruit-message__body::after {
  aspect-ratio: 225/313;
  background: url(../img/recruit/message-treat2.png) 50%/contain no-repeat;
  bottom: 11.2rem;
  content: "";
  display: block;
  position: absolute;
  right: 3.5rem;
  width: 22.5rem;
}
@media screen and (max-width: 1023px) {
  .p-recruit-message__body::after {
    display: none;
  }
}
.p-recruit-message__box {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__box {
    flex: auto;
    height: 0;
    overflow: hidden;
  }
}
.p-recruit-message__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .p-recruit-message__text:first-child {
    padding-top: 4rem;
  }
}
.p-recruit-message__text + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__text + *.mt-sp {
    margin-top: 0;
  }
}
.p-recruit-message__image {
  width: 29.0909090909%;
}
@media screen and (max-width: 1023px) {
  .p-recruit-message__image {
    width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-message__image {
    width: 20rem;
  }
}
.p-recruit-message__image img {
  aspect-ratio: 320/314;
  border-radius: 6.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__image img {
    border-radius: 3.2rem;
  }
}
.p-recruit-message__image figcaption {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__image figcaption {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-message__btn {
    margin-top: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-message__btn .c-btn {
    margin-inline: auto;
  }
}
.p-recruit-message__btn .c-btn::after {
  transform: rotate(90deg);
}

/* -------------------------------------
  p-recruit-recruitment
-----------------------------------------*/
.p-recruit-recruitment {
  background-color: #FEF7F2;
  border-radius: 10rem;
  overflow: hidden;
  padding-block: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment {
    border-radius: 6.4rem;
    padding-block: 6rem 6.4rem;
  }
}
.p-recruit-recruitment + * {
  margin-top: 10rem;
}
.p-recruit-recruitment .c-primary-title {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-recruit-recruitment .c-primary-title::before {
  aspect-ratio: 48/128;
  background: url(../img/recruit/recruitment-treat1.png) top/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -8.7rem;
  top: -1.7rem;
  transform: translateX(100%);
  width: 4.8rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-recruit-recruitment .c-primary-title::before {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment .c-primary-title::before {
    display: none;
  }
}
.p-recruit-recruitment__body {
  margin-inline: auto;
  max-width: 86.4rem;
  position: relative;
}
.p-recruit-recruitment__body::after {
  aspect-ratio: 64/164;
  background: url(../img/recruit/recruitment-treat2.png) top/contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: -9rem;
  position: absolute;
  transform: translateX(-100%);
  width: 6.4rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .p-recruit-recruitment__body::after {
    left: -2rem;
    width: 5.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-recruit-recruitment__body::after {
    display: none;
  }
}
.p-recruit-recruitment__dl-inner {
  align-items: flex-start;
  display: flex;
  gap: 0.4rem 2rem;
  padding-block: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment__dl-inner {
    flex-direction: column;
    padding-block: 1.1rem 1.5rem;
  }
}
.p-recruit-recruitment__dl-inner::before, .p-recruit-recruitment__dl-inner::after {
  content: "";
  background-color: #65ADC4;
  display: block;
  height: 2px;
  left: 0;
  -webkit-mask: url(../img/common/border.svg) left top/8px repeat;
          mask: url(../img/common/border.svg) left top/8px repeat;
  position: absolute;
  width: 100%;
}
.p-recruit-recruitment__dl-inner::before {
  top: 0;
}
.p-recruit-recruitment__dl-inner:not(:last-child)::after {
  display: none;
}
.p-recruit-recruitment__dl-inner:last-child::after {
  bottom: 0;
}
.p-recruit-recruitment__dt {
  color: #65ADC4;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment__dt {
    font-size: 1.6rem;
    line-height: 1.625;
    width: 100%;
  }
}
.p-recruit-recruitment__dd {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-recruit-recruitment__dd .inner p.annotation {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-recruit-recruitment__dd .inner + .inner {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-recruitment__dd .inner + .inner {
    margin-top: 2.4rem;
  }
}
.p-recruit-recruitment__dd ul li {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}
.p-recruit-recruitment__dd ul li::before {
  aspect-ratio: 1/1;
  background-color: #716252;
  border-radius: 50%;
  content: "";
  margin-left: 1rem;
  margin-top: 1.1rem;
  width: 0.4rem;
}
.p-recruit-recruitment__dd ul li span {
  flex: 1;
}

/* -------------------------------------
  p-recruit-cta
-----------------------------------------*/
.p-recruit-cta__item {
  margin-inline: auto;
  max-width: 96rem;
  padding: 0.7rem;
}
.p-recruit-cta__item-inner {
  background-color: #FCF8F0;
  border: 2px dashed #65ADC4;
  border-radius: 6.4rem;
  box-shadow: 0 0 0 0.7rem #FCF8F0;
  padding-block: 7.1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item-inner {
    border-radius: 3.2rem;
    padding-block: 3.1rem;
  }
}
.p-recruit-cta__item .c-primary-title + *.p-recruit-cta__text {
  margin-top: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item .c-primary-title + *.p-recruit-cta__text {
    margin-top: 2.8rem;
  }
}
.p-recruit-cta__item + * {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__item + * {
    margin-top: 4rem;
  }
}
.p-recruit-cta__text, .p-recruit-cta__annotation {
  margin-inline: auto;
  max-width: 78.4rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__text, .p-recruit-cta__annotation {
    padding-inline: 0.9rem;
  }
}
.p-recruit-cta__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-recruit-cta__text + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__text + * {
    margin-top: 2.4rem;
  }
}
.p-recruit-cta__annotation {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.p-recruit-cta__annotation a {
  color: #65ADC4;
  text-decoration: underline;
}
.p-recruit-cta__annotation + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__annotation + * {
    margin-top: 3.2rem;
  }
}
.p-recruit-cta__btn .c-btn {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-cta__btn .c-btn {
    gap: 0.8rem;
    padding-left: 1.2rem;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

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

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  .u-only-tbpc {
    display: none;
  }
}

.u-c-pink {
  color: #E68281;
}

.u-c-blue {
  color: #65ADC4;
}

.js-accordion-body {
  display: none;
}

/* -------------------------------------
        animation
-----------------------------------------*/
@-webkit-keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--loop-width)));
  }
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--loop-width)));
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/
/*# sourceMappingURL=style.css.map */