@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

li {
  list-style-type: none;
}

:root {
  --green-600: #8fce29;
  --green-500: #79b101;
  --green-200: #8ba163;
  --green-100: #f2f8e7;
  --orange-600: #e94a08;
  --orange-500: #f39800;
  --orange-400: #f3b200;
  --blue-500: #077cbc;
  --black-500: #252119;
  --white-500: #fff;
  --gray-500: #f3f3f3;
  --text:#5A5F62;
}

:root {
  --font-primary: 'Zen Kaku Gothic New', 'Lato', sans-serif;
  --font-secondary: 'Noto Sans JP', 'Lato', sans-serif;
  --font-english: 'Lato', 'Zen Kaku Gothic New', sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  color: var(--text);
  font-family: var(--font-primary);
  font-weight: 400;
  font-style: normal;
  overflow: auto;
  background: var(--white-500);
  line-height: 1.5;
}

body:has(main.staff),
body:has(main.about) {
  background-color: #FEF3ED;
  background-repeat: repeat;
  background-position: top 35% right;
  background-size: 120% auto;
}

body:has(main.contact),
body:has(main.about),
body:has(main.recruit) {
  background-color: #FEF3ED;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.l-inner {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 1200px) {
  .l-inner {
    padding-inline: 25px;
    max-width: 1314px;
  }
}

.l-lower-main {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .l-lower-main {
    margin-top: 60px;
  }
}

.l-lower-main.l-lower-main--long {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .l-lower-main.l-lower-main--long {
    margin-top: 90px;
  }
}

.l-lower-main.l-lower-main--contact {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .l-lower-main.l-lower-main--contact {
    margin-top: 170px;
  }
}

.l-lower-main.l-lower-main--about {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .l-lower-main.l-lower-main--about {
    margin-top: 100px;
  }
}

.u-pc {
  display: none;
}
@media (min-width: 1200px) {
  .u-pc {
    display: initial;
  }
}

@media (min-width: 1200px) {
  .u-sp {
    display: none;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.l-breadcrumb {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .l-breadcrumb {
    margin-top: 40px;
  }
}

.c-breadcrumb {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.c-breadcrumb span {
  color: #757575;
}
.c-breadcrumb span.current-item {
  color: #79B101;
}
.c-breadcrumb span.sep {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-inline: 0.5em;
  background-image: url(../images/common/icon-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button-contact {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding-block: 12px;
  padding-left: 24px;
  padding-right: 20px;
  width: 100%;
  max-width: 307px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.18);
  min-height: 72px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .c-button-contact {
    padding-left: 64px;
    padding-right: 52px;
    max-width: 383px;
    min-height: 88px;
  }
}
.c-button-contact .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.06em;
  color: var(--white-500);
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .c-button-contact .text {
    font-size: 24px;
  }
}
.c-button-contact .text .tel {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.06em;
}
@media (min-width: 1200px) {
  .c-button-contact .text .tel {
    font-size: 30px;
  }
}
.c-button-contact .text .time {
  position: absolute;
  margin-top: 10px;
  display: block;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-button-contact .text .time {
    font-size: 15px;
  }
}

.c-button-contact.c-button-contact--tel {
  padding-top: 0;
  background-color: #EA7E8F;
  border: 1px solid #EA7E8F;
  position: relative;
  padding-bottom: 25px;
}
.c-button-contact.c-button-contact--tel::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-tel-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transition: all 0.3s;
}
.c-button-contact.c-button-contact--mail {
  background-color: #F6D665;
}
.c-button-contact.c-button-contact--mail .text {
  color: #5A5F62;
}
.c-button-contact.c-button-contact--mail::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/common/icon-mail-gray.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (any-hover: hover) {
  .c-button-contact.c-button-contact--tel:hover {
    background-color: var(--white-500);
  }
  .c-button-contact.c-button-contact--tel:hover::before {
    background-image: url("../images/common/icon-tel-red.svg");
  }
  .c-button-contact.c-button-contact--tel:hover .text {
    color: #EA7E8F;
  }
  .c-button-contact.c-button-contact--mail:hover {
    background-color: var(--orange-400);
  }
}
.c-button-form {
  display: inline-flex;
  gap: 20px;
  align-items: baseline;
  background-color: #EA7E8F;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding-block: 14px;
  padding-inline: 27px;
  transition: all 0.3s;
}
.c-button-form .icon {
  width: 16px;
  height: 14px;
}
.c-button-form .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
}
.c-button-form .text {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--white-500);
  transition: all 0.3s;
}

@media screen and (any-hover: hover) {
  .c-button-form:hover {
    background-color: var(--green-600);
  }
}
.c-button-float {
  display: grid;
  place-items: center;
  border-radius: 10px 0 0 10px;
  width: 67px;
  height: 67px;
  background-color: #77BF5A;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .c-button-float {
    display: none;
  }
}
.c-button-float img {
  width: 23px;
  height: auto;
}

.c-button-float.c-button-float--orange {
  background-color: #EA7E8F;
}

.c-button-long {
  width: 100%;
  display: inline-flex;
  max-width: 370px;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 26px;
  padding-right: 20px;
  padding-block: 26px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  border: 1px solid #EA7E8F;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  color: #EA7E8F;
  background: var(--white-500);
  border-radius: 8px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .c-button-long {
    padding-left: 44px;
    padding-right: 32px;
  }
}
.c-button-long::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-pink.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.c-button-long.c-button-long--orange {
  color: var(--white-500);
  background: #EA7E8F;
}
.c-button-long.c-button-long--orange::after {
  background-image: url(../images/common/icon-arrow-white.svg);
}

@media screen and (any-hover: hover) {
  .c-button-long:hover {
    background: #EA7E8F;
    color: var(--white-500);
  }
  .c-button-long:hover::after {
    background-image: url(../images/common/icon-arrow-white.svg);
  }
  .c-button-long.c-button-long--orange:hover {
    background: var(--white-500);
    color: #EA7E8F;
  }
  .c-button-long.c-button-long--orange:hover::after {
    background-image: url(../images/common/icon-arrow-pink.svg);
  }
}
.c-button-map {
  display: inline-flex;
  gap: 20px;
  align-items: baseline;
  background-color: var(--orange-500);
  border: 1px solid var(--orange-500);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  padding-block: 26px;
  padding-left: 40px;
  padding-right: 70px;
  transition: all 0.3s;
  transition: all 0.3s;
}
.c-button-map .icon {
  width: 12px;
}
.c-button-map .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-button-map .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: right;
  color: var(--white-500);
  transition: all 0.3s;
}

@media screen and (any-hover: hover) {
  .c-button-map:hover {
    background-color: var(--orange-600);
  }
}
.c-button-more-mini {
  font-size: 16px;
  padding-block: 12px;
  padding-inline: 16px;
  background-color: #EA7E8F;
  color: var(--white-500);
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  letter-spacing: 0.06em;
  border-radius: 8px;
  gap: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
.c-button-more-mini::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button-more {
  font-size: 18px;
  padding-block: 22px;
  padding-right: 30px;
  padding-left: 48px;
  background-color: #EA7E8F;
  color: var(--white-500);
  font-weight: 700;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  letter-spacing: 0.06em;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.3s;
  gap: 88px;
  border: 1px solid #EA7E8F;
}
.c-button-more::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (any-hover: hover) {
  .c-button-more:hover {
    background-color: var(--white-500);
    color: #EA7E8F;
  }
  .c-button-more:hover::after {
    background-image: url(../images/common/icon-arrow-red.svg);
  }
}
.c-button-submit {
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  max-width: 320px;
  position: relative;
}
.c-button-submit input {
  padding-block: 26px;
  padding-left: 26px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--white-500);
  background: var(--orange-500);
  border: 1px solid var(--orange-500);
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  transition: all 0.3s;
  width: 100%;
}
.c-button-submit::after {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

@media screen and (any-hover: hover) {
  .c-button-submit:hover input {
    color: var(--orange-500);
    background: var(--white-500);
  }
  .c-button-submit:hover::after {
    background-image: url(../images/common/icon-arrow-orange.svg);
  }
}
.c-button1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--white-500);
  text-decoration: none;
  border-radius: 4px;
  padding-block: 8px;
  padding-inline: 18px;
  background-color: #EA7E8F;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .c-button1 {
    gap: 28px;
    font-size: 18px;
    padding-block: 16px;
    padding-inline: 32px;
  }
}
.c-button1 img {
  width: 16px;
  height: auto;
}
@media (min-width: 1200px) {
  .c-button1 img {
    width: 20px;
  }
}

.c-button1.c-button1--green {
  background-color: #79b101;
}

@media screen and (any-hover: hover) {
  .c-button1:hover {
    opacity: 1;
    background-color: rgb(226.86, 82.14, 104.92);
  }
  .c-button1.c-button1--green:hover {
    background-color: rgb(86.3314606742, 126.2865168539, 0.7134831461);
  }
}
.c-card-news {
  display: block;
  background-color: var(--gray-500);
  border-radius: 14px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-inline: 20px;
  color: var(--text);
  font-family: var(--font-secondary);
}

.c-card-news__img {
  width: 100%;
  aspect-ratio: 295/132;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .c-card-news__img {
    aspect-ratio: 210/132;
  }
}
.c-card-news__img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card-news__meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-card-news__time {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.c-card-news__term {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  border-radius: 100px;
  padding-block: 2px;
  padding-inline: 12px;
  background-color: #EA7E8F;
  color: var(--white-500);
}

.c-card-news__text {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
}

.c-card-staff {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.c-card-staff__img {
  width: 100%;
  aspect-ratio: 336/224;
  overflow: hidden;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .c-card-staff__img {
    aspect-ratio: 343/389;
  }
}
.c-card-staff__img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.c-card-staff__content {
  padding-top: 14px;
}
@media (min-width: 1200px) {
  .c-card-staff__content {
    padding-top: 20px;
  }
}

.c-card-staff__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-card-staff__post {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #97CB82;
}
@media (min-width: 1200px) {
  .c-card-staff__post {
    margin-top: 20px;
  }
}

.c-card-staff__comment {
  margin-top: 20px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}
@media (min-width: 1200px) {
  .c-card-staff__comment {
    margin-top: 24px;
  }
}

@media screen and (any-hover: hover) {
  .c-card-staff:hover .c-card-staff__img img {
    transform: scale(1.05);
  }
}
.c-card-vacancy {
  color: var(--text);
  position: relative;
  background: var(--white-500);
  border-radius: 10px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.122);
}
@media (min-width: 1200px) {
  .c-card-vacancy {
    display: flex;
    gap: 0;
  }
}

.c-card-vacancy__badge {
  position: absolute;
  top: -16px;
  display: grid;
  place-items: center;
  left: 0;
  width: 60px;
  height: 60px;
  background: #EA7E8F;
  color: var(--white-500);
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 100px;
}

.c-card-vacancy__img {
  width: 100%;
  aspect-ratio: 335/190;
}
@media (min-width: 1200px) {
  .c-card-vacancy__img {
    aspect-ratio: 254/212;
    width: 41.6%;
    flex-shrink: 0;
  }
}
.c-card-vacancy__img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (min-width: 1200px) {
  .c-card-vacancy__img img {
    border-radius: 10px 0 0 10px;
  }
}

.c-card-vacancy__content {
  padding-top: 20px;
  padding-bottom: 12px;
  padding-inline: 18px;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-card-vacancy__content {
    padding-top: 30px;
    padding-bottom: 24px;
    padding-inline: 28px;
  }
}

.c-card-vacancy__label {
  display: inline-block;
  background: #EA7E8F;
  color: var(--white-500);
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-block: 8px;
  padding-inline: 10px;
  border-radius: 4px;
}

.c-card-vacancy__title {
  margin-top: 12px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .c-card-vacancy__title {
    margin-top: 16px;
  }
}

.c-card-vacancy__meta {
  display: flex;
  justify-content: space-between;
}

.c-card-vacancy__meta {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #b2b2b2;
  display: flex;
  align-items: baseline;
  justify-content: start;
  gap: 24px;
}
@media (min-width: 1200px) {
  .c-card-vacancy__meta {
    margin-top: 16px;
    padding-top: 16px;
  }
}
.c-card-vacancy__meta .date {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.c-card-vacancy__meta .count {
  color: #EA7E8F;
  border: 1px solid #EA7E8F;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.06em;
  padding-block: 8px;
  padding-inline: 12px;
  border-radius: 999px;
}

@media (min-width: 1000px) {
  .c-pc-hidden {
    display: none;
  }
}

.c-sp-hidden {
  display: none;
}
@media (min-width: 1000px) {
  .c-sp-hidden {
    display: inline-block;
  }
}

.c-pc-only {
  display: none;
}
@media (min-width: 1200px) {
  .c-pc-only {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .c-sp-only {
    display: none;
  }
}

@media (min-width: 600px) {
  .c-tab-hidden {
    display: none;
  }
}

.c-all-hidden {
  display: none;
}

.c-link-previous {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid var(--blue-500);
}
.c-link-previous input,
.c-link-previous p {
  padding-left: 2em;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: var(--blue-500);
}
.c-link-previous::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  transform: scale(-1, 1) translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

@media screen and (any-hover: hover) {
  .c-link-previous:hover::before {
    transform: scale(-1, 1) translate(2px, -50%);
  }
}
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.c-pagination .page-numbers {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: transparent;
  color: var(--text);
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background-image: url(../images/common/icon-arrow-white.svg);
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  background-color: #F6D665;
  position: relative;
  border: 1px solid #F6D665;
}
@media (min-width: 1200px) {
  .c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
    background-size: 40%;
  }
}
.c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover {
  color: #F6D665;
}
.c-pagination .page-numbers.prev {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .c-pagination .page-numbers.prev {
    margin-right: 60px;
  }
}
@media (min-width: 1200px) {
  .c-pagination .page-numbers.next {
    margin-left: 60px;
  }
}
.c-pagination .page-numbers.current, .c-pagination .page-numbers:not(.dots):not(.prev):not(.next):hover {
  color: var(--white-500);
  background-color: #F6D665;
}
.c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover {
  background-color: var(--white-500);
  background-image: url(../images/common/icon-arrow-yellow.svg);
}

.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-section-title {
    gap: 20px;
  }
}
.c-section-title .main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .c-section-title .main {
    font-size: 42px;
  }
}
.c-section-title .sub {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  color: #EA7E8F;
  letter-spacing: 0.04em;
  font-family: var(--font-english);
}
@media (min-width: 1200px) {
  .c-section-title .sub {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .c-section-title.c-section-title--vertical {
    flex-direction: row;
    align-items: start;
  }
  .c-section-title.c-section-title--vertical .main {
    writing-mode: vertical-rl;
  }
  .c-section-title.c-section-title--vertical .sub {
    writing-mode: vertical-rl;
    margin-inline-start: 0.5em;
  }
}

.c-section-title.c-section-title--white .main {
  color: var(--white-500);
}
.c-section-title.c-section-title--white .sub {
  color: var(--white-500);
}

@media (min-width: 1200px) {
  .c-section-title.c-section-title--pc-left {
    align-items: start;
  }
}

.c-section-title.c-section-title--green .sub {
  color: #EA7E8F;
}

/* Project
   ----------------------------------------------------------------- */
.l-about {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .l-about {
    margin-top: 90px;
  }
}

.p-about {
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: url(../images/top/bg-top-about-sp.png);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-about {
    padding-top: 160px;
    padding-bottom: 110px;
    background-image: url(../images/top/bg-top-about-pc.png);
  }
}

@media (min-width: 1200px) {
  .p-about__inner.l-inner {
    max-width: 1150px;
  }
}

.p-about__heading {
  text-align: left;
  margin-bottom: 40px;
}
.p-about__heading .c-section-title .main {
  color: #5A5F62;
}
.p-about__heading .c-section-title .sub {
  color: #EA7E8F;
}

.p-about__body {
  margin-top: 30px;
  position: relative;
}
@media (min-width: 1200px) {
  .p-about__body {
    width: 100%;
    margin-top: 70px;
  }
}

.p-about__image {
  width: 100%;
  aspect-ratio: 335/218;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .p-about__image {
    position: absolute;
    width: 39%;
    top: -50px;
    right: 0;
    z-index: 20;
  }
}
.p-about__image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.p-about__name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #5A5F62;
  text-align: center;
}
.p-about__name .name {
  font-size: 20px;
  font-weight: inherit;
  letter-spacing: inherit;
}

.p-about__catch {
  margin-top: 30px;
  gap: 6px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .p-about__catch {
    margin-top: initial;
  }
}
.p-about__catch .text {
  display: inline;
  color: #5A5F62;
  font-weight: 700;
  font-size: 22px;
  line-height: 250%;
  letter-spacing: 0.04em;
  padding-block: 0.3em;
  padding-inline: 0.5em;
  box-shadow: 0px 2px 2px 0px rgba(61, 77, 27, 0.102);
  background-color: #F1D3CF;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 1200px) {
  .p-about__catch .text {
    font-size: 32px;
  }
}

.p-about__box {
  margin-top: -24px;
  background-color: rgba(255, 255, 255, 0.82);
  padding-block: 48px;
  padding-inline: 18px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .p-about__box {
    padding-block: 56px;
    width: 69%;
    padding-left: 48px;
    padding-right: 140px;
    margin-top: 50px;
  }
}

.p-about__boxbg {
  position: absolute;
  z-index: 2;
  bottom: -1em;
  right: 0;
  transform: rotate(-12.17deg);
}
.p-about__boxbg img {
  width: 76.66px;
  height: auto;
}
@media (min-width: 1200px) {
  .p-about__boxbg {
    bottom: -1em;
    left: -100px;
    z-index: 0;
    transform: rotate(0);
  }
  .p-about__boxbg img {
    width: 219.98px;
    height: auto;
  }
}

.p-about__message .text {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-about__message .text + .text {
  margin-top: 1.5em;
}

.p-about__button {
  margin-top: 30px;
  place-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .p-about__button {
    display: grid;
    place-items: start;
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .p-archive-recruit__inner.l-inner {
    max-width: 1150px;
  }
}

.p-archive-recruit__lead {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-archive-recruit__lead {
    font-size: 22px;
  }
}

.p-archive-recruit__categories {
  margin-top: 30px;
}
.p-archive-recruit__categories-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .p-archive-recruit__categories-list {
    gap: 12px;
    justify-content: center;
  }
}

.p-archive-recruit__categories-item a {
  color: var(--text);
  padding-block: 12px;
  padding-inline: 22px;
  display: block;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  border: 2px solid #EA7E8F;
  border-radius: 6px;
  background-color: var(--white-500);
  transition: all 0.3s;
}
@media screen and (any-hover: hover) {
  .p-archive-recruit__categories-item a:hover {
    background-color: #EA7E8F;
    color: var(--white-500);
  }
}
.p-archive-recruit__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1200px) {
  .p-archive-recruit__list {
    gap: 40px;
    margin-top: 60px;
  }
}

.p-archive-recruit__detail {
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.078);
}
.p-archive-recruit__detail__header {
  border-radius: 10px 10px 0 0;
  background-color: #EA7E8F;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__header {
    gap: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-inline: 60px;
  }
}

.p-archive-recruit__detail__category {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #EA7E8F;
  padding-block: 2px;
  padding-inline: 10px;
  background-color: var(--white-500);
  display: inline-block;
  border: 2px solid #EA7E8F;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__category {
    line-height: 100%;
    padding-block: 10px;
    padding-inline: 14px;
    font-size: 18px;
  }
}

.p-archive-recruit__detail__title {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: var(--white-500);
}
.p-archive-recruit__detail__body {
  padding-inline: 20px;
  padding-top: 28px;
  padding-bottom: 50px;
  background-color: var(--white-500);
  border-radius: 0% 0 10px 10px;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__body {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-inline: 60px;
  }
}

.p-archive-recruit__detail__table {
  width: 100%;
}
.p-archive-recruit__detail__table .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: baseline;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__table .row {
    flex-direction: row;
    padding-bottom: 22px;
  }
}
.p-archive-recruit__detail__table .row + .row {
  padding-top: 22px;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__table .row + .row {
    padding-top: 24px;
  }
}
.p-archive-recruit__detail__table .row:last-of-type {
  border-bottom: none;
  padding-bottom: initial;
}
.p-archive-recruit__detail__table .head {
  text-align: left;
  flex-shrink: 0;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__table .head {
    width: 30%;
  }
}
.p-archive-recruit__detail__table .description {
  width: 100%;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.p-archive-recruit__detail__entry {
  margin-top: 40px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-archive-recruit__detail__entry {
    margin-top: 60px;
  }
}

.p-archive-recruit__pagination {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-archive-recruit__pagination {
    margin-top: 60px;
  }
}

.p-archive-staff {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .p-archive-staff {
    padding-bottom: 110px;
  }
}

@media (min-width: 1200px) {
  .p-archive-staff__inner.l-inner {
    max-width: 1150px;
  }
}

.p-archive-staff__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 30px;
}
@media (min-width: 1200px) {
  .p-archive-staff__list {
    gap: 80px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-archive-vacancy__inner.l-inner {
  position: relative;
}
.p-archive-vacancy__inner.l-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-300%);
  content: "";
  width: 55px;
  aspect-ratio: 111/84;
  background-image: url(../images/common/t-flower-orange.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-archive-vacancy__inner.l-inner::after {
    transform: translateY(-200%);
    width: 111px;
  }
}
@media (min-width: 1200px) {
  .p-archive-vacancy__inner.l-inner {
    max-width: 1314px;
  }
}

.p-archive-vacancy__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 1200px) {
  .p-archive-vacancy__list {
    gap: 45px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-archive__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 1200px) {
  .p-archive__list {
    gap: 30px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-archive__pagination {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .p-archive__pagination {
    margin-top: 80px;
  }
}

.p-archive.p-archive--list .p-archive__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .p-archive.p-archive--list .p-archive__list {
    gap: 40px;
  }
}
.p-archive.p-archive--list .p-archive__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
@media (min-width: 1200px) {
  .p-archive.p-archive--list .p-archive__item {
    padding-bottom: 37px;
  }
}
.p-archive.p-archive--list .p-archive__link {
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  align-items: baseline;
  gap: 12px;
}
@media (min-width: 1200px) {
  .p-archive.p-archive--list .p-archive__link {
    gap: 0;
    flex-direction: row;
  }
}
.p-archive.p-archive--list .p-archive__wrapper {
  display: flex;
  align-items: baseline;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .p-archive.p-archive--list .p-archive__wrapper {
    display: contents;
  }
}
.p-archive.p-archive--list .p-archive__time-wrapper {
  width: 6em;
  flex-shrink: 0;
}
.p-archive.p-archive--list .p-archive__time {
  color: var(--text);
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.p-archive.p-archive--list .p-archive__term-wrapper {
  width: 9em;
  flex-shrink: 0;
}
.p-archive.p-archive--list .p-archive__term {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  border-radius: 100px;
  padding-block: 2px;
  padding-inline: 12px;
  background-color: #EA7E8F;
  color: var(--white-500);
}
@media (min-width: 1200px) {
  .p-archive.p-archive--list .p-archive__term {
    margin-left: 20px;
  }
}
.p-archive.p-archive--list .p-archive__title {
  color: var(--text);
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .p-archive.p-archive--list .p-archive__title {
    margin-left: 30px;
  }
}
@media screen and (any-hover: hover) {
  .p-archive.p-archive--list .p-archive__link:hover {
    opacity: 0.8;
  }
}

.p-column2a {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .p-column2a {
    padding-bottom: 110px;
  }
}

.p-column2a__inner.l-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (min-width: 1200px) {
  .p-column2a__inner.l-inner {
    flex-direction: row-reverse;
    gap: 8%;
    min-height: 600px;
  }
}

.p-column2a__inner-bg {
  position: absolute;
  bottom: -45px;
  right: 1em;
}
@media (min-width: 1200px) {
  .p-column2a__inner-bg {
    bottom: 0px;
  }
}
.p-column2a__inner-bg img {
  width: 52.8796005249px;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .p-column2a__inner-bg img {
    width: 226.0004371296px;
    transform: rotate(-11.8deg);
    opacity: 0.69;
  }
}

@media (min-width: 1200px) {
  .p-column2a__sidebar {
    flex-shrink: 0;
    width: 23%;
  }
}

.p-column2a__content {
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .p-column2a__content {
    width: 100%;
    position: relative;
  }
}

.p-column2b {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .p-column2b {
    padding-bottom: 100px;
  }
}

.p-column2b__inner.l-inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1200px) {
  .p-column2b__inner.l-inner {
    flex-direction: row;
    gap: 7%;
  }
}

@media (min-width: 1200px) {
  .p-column2b__sidebar {
    flex-shrink: 0;
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .p-column2b__content {
    width: 100%;
  }
}

.p-contact {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(../images/top/bg-top-contact-sp.jpg);
  background-position: top;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (min-width: 1200px) {
  .p-contact {
    background-image: url(../images/top/bg-top-contact-pc.jpg);
    padding-top: 80px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .p-contact__inner.l-inner {
    max-width: 1150px;
  }
}

.p-contact__box {
  background-color: var(--white-500);
  border-radius: 12px;
  padding-block: 40px;
  padding-inline: 5%;
}
@media (min-width: 1200px) {
  .p-contact__box {
    padding-block: 60px;
    padding-inline: 24px;
  }
}

.p-contact__lead {
  margin-top: 30px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .p-contact__lead {
    font-size: 18px;
    margin-top: 40px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
  }
}

.p-contact__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .p-contact__buttons {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
    gap: 34px;
  }
}

.p-content .post-password-form {
  color: var(--white-500);
}
.p-content .post-password-form p {
  color: var(--white-500);
}
.p-content .post-password-form label {
  color: var(--white-500);
}
.p-content .post-password-form input[type=submit] {
  color: var(--white-500);
}
.p-content .post-password-form input[type=password] {
  min-width: 10em;
  padding-inline: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid red;
  color: var(--white-500);
  letter-spacing: 0.3em;
}

.p-content {
  line-height: 1.5;
  word-break: break-word;
}
.p-content h1,
.p-content h2,
.p-content h3,
.p-content h4,
.p-content h5,
.p-content h6 {
  margin-top: 2em;
  margin-bottom: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--font-secondary);
}
.p-content h1 {
  font-size: 28px;
}
.p-content h2 {
  font-size: 18px;
  line-height: 160%;
  padding-block: 12px;
  padding-inline: 12px;
  background-color: #F1D3CF;
  line-height: 1.6;
}
.p-content h3 {
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 12px;
  border-bottom: 2px solid #EA7E8F;
}
.p-content h4 {
  font-size: 19px;
}
.p-content h5 {
  font-size: 16px;
}
.p-content h6 {
  font-size: 14px;
}
.p-content p {
  margin-top: 1em;
  line-height: 1.8;
}
.p-content p + p {
  margin-top: 0.5em;
}
.p-content ol,
.p-content ul {
  margin: 1em 0;
  padding-left: 1.2em;
}
.p-content ol li {
  list-style-type: decimal;
}
.p-content ol li::marker {
  color: #EA7E8F;
}
.p-content ul li {
  list-style-type: disc;
}
.p-content ul li::marker {
  color: #EA7E8F;
}
.p-content li {
  margin-bottom: 0.5em;
}
.p-content a {
  border-bottom: 1px solid currentColor;
  color: var(--blue-500);
  display: inline-flex;
  gap: 0.5em;
  align-items: baseline;
  transition: all 0.3s;
}
.p-content a[target=_blank]::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/common/icon-external-link-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-content a:hover {
  opacity: 0.8;
}
.p-content img {
  margin: 1em 0;
}
.p-content blockquote {
  margin: 1em 0;
  padding: 1em;
  border-left: 3px solid #cccccc;
  background-color: #f8f8f8;
}
.p-content blockquote p {
  margin: 0;
}
.p-content table {
  display: block;
  width: 100%;
  margin: 1em 0;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
}
.p-content thead {
  border: initial;
}
.p-content th,
.p-content td {
  padding: 0.5em;
  border: 1px solid #dddddd;
}
.p-content th {
  background-color: var(--green-100);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .p-content h2 {
    font-size: 22px;
  }
  .p-content h3 {
    font-size: 20px;
  }
  .p-content table {
    display: table;
    white-space: normal;
  }
}

.p-content.p-content--revert * {
  all: revert;
}

ul.listmark-check {
  padding-left: 0;
}
ul.listmark-check li {
  list-style: none;
  list-style-type: none;
}
ul.listmark-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #EA7E8F;
}

.is-style-regular table tr td {
  padding: 1em;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
}
@media (min-width: 1200px) {
  .is-style-regular table tr td {
    display: table-cell;
    width: auto;
  }
}
.is-style-regular table tr td:first-child {
  background-color: #FFF6D8;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .is-style-regular table tr td:first-child {
    width: 228px;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 58px;
  background-color: var(--white-500);
  z-index: 6000;
  transform: translateX(-100%);
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .p-drawer {
    padding-top: 76px;
  }
}

.p-drawer.is-open {
  transform: translateX(0);
}

.p-drawer__inner.l-inner {
  padding-top: 10%;
  padding-bottom: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
}

.p-drawer__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}

.p-drawer__nav-item {
  list-style: none;
}

.p-drawer__nav-link {
  color: #EA7E8F;
  font-weight: 700;
  font-size: 20px;
}

.p-drawer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.error-404-container {
  padding: 90px 0;
}
@media (min-width: 1000px) {
  .error-404-container {
    padding: 120px 0;
  }
}

.error-404-box {
  padding: 0 6.67%;
}
@media (min-width: 1200px) {
  .error-404-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

.error-404-title {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1000px) {
  .error-404-title {
    font-size: 50px;
  }
}

.error-404-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 1000px) {
  .error-404-text {
    font-size: 18px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .p-facility-sidebar {
    border-radius: 12px;
    background-color: #77B7D6;
    padding-block: 32px;
    padding-inline: 32px;
  }
}

.p-facility-sidebar__bg {
  display: none;
}
@media (min-width: 1200px) {
  .p-facility-sidebar__bg {
    display: block;
    transform: translate(-2em, 4em);
  }
  .p-facility-sidebar__bg img {
    width: 407.3692626953px;
    opacity: 0.55;
  }
}

.p-facility-sidebar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1200px) {
  .p-facility-sidebar__list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 22px;
  }
}

.p-facility-sidebar__item a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  background-color: #77B7D6;
  border-radius: 8px;
  padding-inline: 16px;
  padding-block: 14px;
}
@media (min-width: 1200px) {
  .p-facility-sidebar__item a {
    padding-top: initial;
    padding-inline: initial;
    background-color: initial;
    border-radius: initial;
    padding-bottom: 22px;
    border-bottom: 1px solid #ffffff;
  }
}
.p-facility-sidebar__item a::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  transform: rotate(90deg);
  background-image: url(../images/common/icon-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .p-facility-sidebar__item a::after {
    transform: initial;
  }
}

@media screen and (any-hover: hover) {
  .p-facility-sidebar__item a:hover::after {
    transform: translateX(4px);
  }
}
.l-facility {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .l-facility {
    margin-top: 90px;
  }
}

.p-facility {
  padding-top: 70px;
  padding-bottom: 100px;
  background-image: url(../images/top/bg-top-facility-sp.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1200px) {
  .p-facility {
    padding-top: 60px;
    padding-bottom: 172px;
    background-image: url(../images/top/bg-top-facility-pc.png);
  }
}

.p-facility__bg {
  position: absolute;
  top: 60px;
  right: calc(50% - 9em);
}
.p-facility__bg img {
  width: 52.88px;
}
@media (min-width: 1200px) {
  .p-facility__bg {
    top: 50px;
    right: calc(50% - 580px);
  }
  .p-facility__bg img {
    width: 185.88px;
  }
}
@media (min-width: 1290px) {
  .p-facility__bg {
    right: calc(50% - 632px);
  }
}

.p-facility__body {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .p-facility__body {
    margin-top: 70px;
    display: flex;
    gap: 70px;
  }
}

@media (min-width: 1200px) {
  .p-facility__img {
    width: 55.6%;
    flex-shrink: 0;
  }
}
.p-facility__img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.p-facility__content {
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .p-facility__content {
    margin-top: initial;
  }
}

.p-facility__title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-facility__title {
    font-size: 40px;
    text-align: left;
  }
}

.p-facility__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  font-family: var(--font-secondary);
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .p-facility__text {
    margin-top: 32px;
  }
}

.p-facility__buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (min-width: 1200px) {
  .p-facility__buttons {
    align-items: start;
    margin-top: 50px;
    gap: 12px;
  }
}

.p-float {
  z-index: 9000;
  position: fixed;
  right: 0;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s;
}

.p-float.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.p-footer {
  padding-top: 48px;
  padding-bottom: 24px;
  background: #FEFFFD;
  color: #5A5F62;
  position: relative;
}
@media (min-width: 1200px) {
  .p-footer {
    padding-top: 80px;
  }
}
.p-footer::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-100%);
  height: 22px;
  background-image: url(../images/common/wave-footer.png);
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-footer::before {
    height: 62px;
  }
}
.p-footer .u-hidden-pc {
  display: block;
}
@media (min-width: 1200px) {
  .p-footer .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 1200px) {
  .p-footer__inner.l-inner {
    max-width: 1150px;
  }
}

@media (min-width: 1200px) {
  .p-footer__body {
    display: flex;
    justify-content: space-between;
  }
}

.p-footer__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1200px) {
  .p-footer__info {
    gap: 32px;
    align-items: start;
  }
}

.p-footer__logo {
  height: 90px;
}
@media (min-width: 1200px) {
  .p-footer__logo {
    height: 250px;
  }
}

.p-footer__address {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  align-self: flex-start;
}
@media (min-width: 1200px) {
  .p-footer__address {
    align-self: center;
  }
}

.p-footer__nav {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 40px;
}
@media (min-width: 1200px) {
  .p-footer__nav {
    margin-top: initial;
    flex-direction: row;
    gap: 110px;
  }
}

.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-footer__nav-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer__nav-link .jp {
  color: #5A5F62;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.p-footer__nav-link .en {
  color: #5A5F62;
  font-family: var(--font-english);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-footer__footer {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (min-width: 1200px) {
  .p-footer__footer {
    margin-top: 130px;
    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.p-footer__privacy {
  text-align: center;
  display: block;
  color: #5A5F62;
  font-family: var(--font-english);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.p-footer__copy {
  text-align: center;
  color: #5A5F62;
  font-family: var(--font-english);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.04em;
}

.p-form-contact {
  background-color: #FEF3ED;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .p-form-contact {
    padding-bottom: 150px;
  }
}

.p-form-contact__headertext {
  text-align: center;
  color: #252119;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 1em;
}
@media (min-width: 1200px) {
  .p-form-contact__headertext {
    font-size: 2em;
    margin: 0 0 2em;
  }
}

.p-form-contact.p-form-contact--recruit {
  padding-top: 32px;
}
@media (min-width: 1200px) {
  .p-form-contact.p-form-contact--recruit {
    padding-top: 60px;
  }
}

.p-form-contact.has-wave {
  position: relative;
  padding-top: 70px;
}
.p-form-contact.has-wave::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-100%);
  height: 40px;
  background-image: url(../images/common/wave-flower-green.png);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-form-contact.has-wave::before {
    height: 90px;
  }
}

@media (min-width: 1200px) {
  .p-form-contact__inner.l-inner {
    max-width: 1150px;
  }
}

.p-form-contact__lead-box {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EA7E8F;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {
  .p-form-contact__lead-box {
    flex-direction: row;
    align-items: center;
    gap: 88px;
    padding-bottom: 60px;
  }
}

.p-form-contact__lead {
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 140%;
  display: flex;
  font-size: 16px;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 1200px) {
  .p-form-contact__lead {
    font-size: 18px;
    justify-content: flex-start;
  }
}
.p-form-contact__lead::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #EA7E8F;
}

.p-form-contact__lead-form {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-form-contact__lead-form {
    font-size: 24px;
  }
}

.p-form-contact__tel {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (min-width: 1200px) {
  .p-form-contact__tel {
    margin-top: initial;
  }
}
.p-form-contact__tel .popup {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
.p-form-contact__tel .popup::before, .p-form-contact__tel .popup::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: var(--text);
}
.p-form-contact__tel .popup::before {
  transform: rotate(-15deg);
}
.p-form-contact__tel .popup::after {
  transform: rotate(15deg);
}

.p-form-contact__wrapper {
  margin-top: 48px;
  padding-inline: 2%;
}
@media (min-width: 1200px) {
  .p-form-contact__wrapper {
    margin-top: 50px;
  }
}

.p-form-contact__content {
  background-color: var(--white-500);
  border-radius: 10px;
  padding-block: 30px;
  padding-inline: 5%;
}
@media (min-width: 1200px) {
  .p-form-contact__content {
    padding-block: 60px;
    border-radius: 20px;
    padding-inline: 15%;
  }
}

.p-form-contact__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-form-contact__title {
    font-size: 30px;
  }
}

.p-form-contact__form {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .p-form-contact__form {
    margin-top: 60px;
  }
}

.wpcf7-spinner {
  display: none; /* 送信中のスピナーを削除 */
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid {
  outline: 1px solid pink !important; /* エラー時の枠線 */
}

.wpcf7-response-output {
  border-color: red !important; /* エラーメッセージの枠線 */
  text-align: center !important; /* エラーメッセージの中央揃え */
}

.wpcf7-not-valid-tip {
  color: pink;
}

.wpcf7-not-valid-tip::before {
  content: "!";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  margin-right: 0.2em;
  background-image: url(../images/common/error.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-form .p-form__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-form fieldset {
  all: unset;
}
.p-form .p-form__item {
  display: flex;
  flex-direction: column;
  gap: 12px 50px;
}
@media (min-width: 1200px) {
  .p-form .p-form__item {
    gap: 8px 50px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .p-form .p-form__term {
    width: 28%;
    flex-shrink: 0;
    margin-top: 0.5em;
  }
}
.p-form .p-form__term label,
.p-form .p-form__term p {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .p-form .p-form__term label,
  .p-form .p-form__term p {
    font-size: 18px;
  }
}
.p-form .p-form__term label .not-required,
.p-form .p-form__term label .required,
.p-form .p-form__term p .not-required,
.p-form .p-form__term p .required {
  flex-shrink: 0;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #a3a3a3;
  color: var(--white-500);
  padding-block: 4px;
  padding-inline: 6px;
}
.p-form .p-form__term label .required,
.p-form .p-form__term p .required {
  background-color: #d82c28;
}
.p-form .p-form__description {
  overflow-wrap: anywhere;
}
@media (min-width: 1200px) {
  .p-form .p-form__description {
    width: 70%;
  }
}
.p-form .p-form__zip-wrap {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.p-form .p-form__zip-wrap label,
.p-form .p-form__zip-wrap p {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1111111111;
}
.p-form .p-form__address-wrap {
  margin-top: 12px;
}
.p-form .p-form__policy {
  margin-top: 24px;
  font-size: 14px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1200px) {
  .p-form .p-form__policy {
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
  }
}
.p-form .p-form__policy a {
  text-decoration: underline;
  color: var(--blue-500);
}
@media (min-width: 1200px) {
  .p-form .p-form__policy a {
    margin-left: 1em;
  }
}
.p-form .p-form__submit-cation {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-form .p-form__submit-cation {
    margin-top: 32px;
  }
}
.p-form .p-form__previous {
  display: grid;
  place-items: center;
  margin-top: 40px;
}
.p-form .p-form__submit {
  display: grid;
  place-items: center;
  margin-top: 40px;
}
.p-form .p-form__note {
  margin-top: 4px;
  color: #c7c7c7;
  font-size: 14px;
}
.p-form [type=text],
.p-form [type=search],
.p-form [type=tel],
.p-form [type=url],
.p-form [type=email],
.p-form [type=password],
.p-form [type=date],
.p-form textarea,
.p-form select,
.p-form .input {
  width: 100%;
  margin: 0;
  padding-block: 12px;
  padding-inline: 1em;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background-color: white;
}
.p-form [type=text]:active, .p-form [type=text]:hover, .p-form [type=text]:focus,
.p-form [type=search]:active,
.p-form [type=search]:hover,
.p-form [type=search]:focus,
.p-form [type=tel]:active,
.p-form [type=tel]:hover,
.p-form [type=tel]:focus,
.p-form [type=url]:active,
.p-form [type=url]:hover,
.p-form [type=url]:focus,
.p-form [type=email]:active,
.p-form [type=email]:hover,
.p-form [type=email]:focus,
.p-form [type=password]:active,
.p-form [type=password]:hover,
.p-form [type=password]:focus,
.p-form [type=date]:active,
.p-form [type=date]:hover,
.p-form [type=date]:focus,
.p-form textarea:active,
.p-form textarea:hover,
.p-form textarea:focus,
.p-form select:active,
.p-form select:hover,
.p-form select:focus,
.p-form .input:active,
.p-form .input:hover,
.p-form .input:focus {
  border: 1px solid #c7c7c7;
}
.p-form [type=text]::placeholder,
.p-form [type=search]::placeholder,
.p-form [type=tel]::placeholder,
.p-form [type=url]::placeholder,
.p-form [type=email]::placeholder,
.p-form [type=password]::placeholder,
.p-form [type=date]::placeholder,
.p-form textarea::placeholder,
.p-form select::placeholder,
.p-form .input::placeholder {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1111111111;
  color: #c7c7c7;
}
@media (min-width: 1200px) {
  .p-form [type=text]::placeholder,
  .p-form [type=search]::placeholder,
  .p-form [type=tel]::placeholder,
  .p-form [type=url]::placeholder,
  .p-form [type=email]::placeholder,
  .p-form [type=password]::placeholder,
  .p-form [type=date]::placeholder,
  .p-form textarea::placeholder,
  .p-form select::placeholder,
  .p-form .input::placeholder {
    font-size: 18px;
  }
}
.p-form textarea {
  min-height: 160px;
  overflow-wrap: anywhere;
  resize: none;
}
.p-form button,
.p-form [type=button],
.p-form [type=submit] {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease;
}
.p-form input:disabled {
  cursor: not-allowed;
}
.p-form #f-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  max-width: 24em;
}
.p-form [type=radio] {
  display: none;
}
.p-form [type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .p-form [type=radio] + span {
    line-height: 1.1111111111;
    font-size: 18px;
  }
}
.p-form [type=radio] + span::before, .p-form [type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
  border-radius: 100%;
}
.p-form [type=radio] + span::before {
  width: 22px;
  height: 22px;
  border: 1px solid #c7c7c7;
  background-color: var(--white-500);
}
.p-form [type=radio] + span::after {
  opacity: 0;
  width: 13.2px;
  height: 13.2px;
  background: #EA7E8F;
  transition: 0.2s ease;
}
.p-form [type=radio]:checked + span::after {
  opacity: 1;
}
.p-form #f-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em 1em;
}
.p-form [type=checkbox] {
  display: none;
}
.p-form [type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  cursor: pointer;
}
.p-form [type=checkbox] + span::before, .p-form [type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4em;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center;
}
.p-form [type=checkbox] + span::before {
  width: 1em;
  height: 1em;
  border: 1px solid #c7c7c7;
  background-color: white;
  border-radius: 2px;
}
.p-form [type=checkbox] + span::after {
  opacity: 0;
  transform: translateX(-50%) translateY(-75%) rotate(-50deg);
  width: 1em;
  height: 0.5em;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #EA7E8F;
  transition: 0.2s ease;
}
.p-form [type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-form select {
  position: relative;
  background-image: url(../images/common/triangle.svg);
  background-position: right 1em center;
  background-size: 0.5em;
  background-repeat: no-repeat;
  color: black;
  cursor: pointer;
  appearance: none;
}
.p-form select option {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .p-form select option {
    font-size: 20px;
  }
}
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .p-form select {
    /* Safari だけに適用 */
    border-radius: initial;
    text-align-last: center;
  }
}
.p-form [type=date] {
  position: relative;
  appearance: auto;
}

.p-form__confirm {
  display: none;
}
.p-form__confirm .p-form__description span {
  overflow-wrap: anywhere;
}

.p-fv {
  position: relative;
  padding-top: 65.35px;
  padding-bottom: 100px;
  overflow: hidden;
  background-image: url(../images/top/bg-top-fv-sp.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-fv {
    padding-top: 20px;
    padding-bottom: 80px;
    background-position: 0 -80px;
    background-image: url(../images/top/bg-top-fv-pc.png);
  }
}

.p-fv__inner.l-inner {
  position: relative;
}
.p-fv__inner.l-inner::after {
  pointer-events: none;
  position: absolute;
  width: 75px;
  height: 65.35px;
  margin-inline: auto;
  top: -65.35px;
  left: 20px;
  content: "";
  z-index: 500;
  background-image: url(../images/common/icon-nico.svg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-fv__inner.l-inner::after {
    aspect-ratio: initial;
    margin-inline: initial;
    max-height: initial;
    top: 50%;
    left: 25px;
    width: 120.88px;
    height: 105.32px;
  }
}

.p-fv__bg {
  display: block;
  width: calc(50% + 50vw);
  height: 465px;
  margin-right: calc(50% - 50vw);
  z-index: 100;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .p-fv__bg {
    height: 600px;
    width: 64vw;
    aspect-ratio: 908/600;
  }
}
.p-fv__bg img {
  display: block;
  border-radius: 40px 0 0 40px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.p-fv__copy {
  position: absolute;
  top: -0.5em;
  left: 30px;
  z-index: 300;
}
@media (min-width: 1200px) {
  .p-fv__copy {
    top: 20%;
    left: 25px;
  }
}
.p-fv__copy .text {
  display: inline;
  font-weight: 700;
  font-size: 18px;
  line-height: 250%;
  letter-spacing: 0.04em;
  padding-inline: 0.5em;
  padding-block: 0.3em;
  color: #EA7E8F;
  background-color: rgba(255, 229, 226, 0.8588235294);
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 1200px) {
  .p-fv__copy .text {
    font-size: 32px;
  }
}

.p-fv__lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
  .p-fv__lead {
    font-size: 28px;
  }
}
.p-fv__lead span {
  display: block;
  margin-bottom: 0.5em;
}

.p-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 7000;
  transition: all 0.3s;
  height: 58px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .p-header {
    height: 76px;
  }
}

.p-header.hidden {
  opacity: 0;
  pointer-events: none;
}

.p-header__inner.l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 16px;
  height: 100%;
}
@media (min-width: 1200px) {
  .p-header__inner.l-inner {
    padding-inline: 20px;
    max-width: initial;
  }
}

.p-header__logo-link {
  display: block;
  width: 154px;
}
@media (min-width: 1200px) {
  .p-header__logo-link {
    width: 200px;
  }
}
.p-header__logo-link .image {
  width: 100%;
  height: auto;
}

.p-header__nav {
  display: none;
}
@media (min-width: 1200px) {
  .p-header__nav {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-header__nav-item {
  list-style: none;
}

.p-header__nav-link {
  font-weight: 700;
  font-size: 14px;
  color: var(--text);
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .p-header__nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1340px) {
  .p-header__nav-link {
    font-size: 18px;
  }
}
.p-header__nav-link:hover {
  opacity: 0.7;
}

.p-header__cta {
  display: none;
}
@media (min-width: 1200px) {
  .p-header__cta {
    display: flex;
    gap: 8px;
  }
}

.p-header__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  color: var(--white-500);
  text-decoration: none;
  border-radius: 4px;
  padding-block: 8px;
  padding-inline: 18px;
}
@media (min-width: 1200px) {
  .p-header__cta-link {
    gap: 28px;
    font-size: 14px;
    padding-block: 14px;
    padding-inline: 28px;
  }
}
@media (min-width: 1340px) {
  .p-header__cta-link {
    gap: 28px;
    font-size: 18px;
    padding-block: 16px;
    padding-inline: 32px;
  }
}
.p-header__cta-link--contact {
  background-color: var(--orange-600);
}
.p-header__cta-link--entry {
  background-color: #EA7E8F;
}
.p-header__cta-link img {
  width: 16px;
  height: auto;
}
@media (min-width: 1200px) {
  .p-header__cta-link img {
    width: 20px;
  }
}

.p-header__hamburger {
  display: block;
  width: 34px;
  height: 22px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #EA7E8F;
  margin-top: 10px;
  transition: all 0.3s;
  transform-origin: center;
}
.p-header__hamburger .line:first-child {
  margin-top: 0;
}

.p-header__hamburger.is-active .line:first-child {
  transform: rotate(45deg);
  margin-top: 11px;
}
.p-header__hamburger.is-active .line:nth-child(2) {
  display: none;
}
.p-header__hamburger.is-active .line:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}

@media (min-width: 1200px) {
  .p-lower-about__inner.l-inner {
    max-width: 1150px;
  }
}

.p-lower-about__body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .p-lower-about__body {
    flex-direction: row;
    gap: 100px;
    align-items: center;
  }
}

.p-lower-about__logo {
  height: 116px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .p-lower-about__logo {
    margin-inline: initial;
    height: 185px;
  }
}
.p-lower-about__logo img {
  width: auto;
  height: 100%;
}

.p-lower-about__philosophy {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .p-lower-about__philosophy {
    margin-top: initial;
  }
}

.p-lower-about__purpose {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-about__purpose {
    text-align: left;
    font-size: 40px;
  }
}

.p-lower-about__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  margin-top: 18px;
  text-align: center;
  color: #5A5F62;
}
@media (min-width: 1200px) {
  .p-lower-about__text {
    text-align: left;
    font-size: 24px;
    margin-top: 45px;
    padding-left: 1em;
  }
}
.p-lower-about__text .sp {
  display: block;
}
@media (min-width: 1200px) {
  .p-lower-about__text .sp {
    display: none;
  }
}

.p-lower-about__pvv {
  margin-top: 50px;
  background-color: var(--white-500);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 16px;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv {
    padding-inline: 100px;
    padding-top: 60px;
    padding-bottom: 70px;
    margin-top: 90px;
  }
}

.p-lower-about__pvv-bg {
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-bg {
    bottom: -80px;
    right: -100px;
  }
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-bg img {
    width: 243.3166046143px;
  }
}

.p-lower-about__pvv.has-treatment {
  position: relative;
}
.p-lower-about__pvv.has-treatment::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 55px;
  aspect-ratio: 100/100;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv.has-treatment::before {
    transform: translateX(100%);
    width: 100px;
  }
}
.p-lower-about__pvv.has-treatment::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  aspect-ratio: 111/84;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-20%, 50%);
}
@media (min-width: 1200px) {
  .p-lower-about__pvv.has-treatment::after {
    transform: translate(-100%, 100%);
    width: 111px;
  }
}

.p-lower-about__pvv-item {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-item {
    gap: 70px;
    flex-direction: row;
    align-items: center;
  }
  .p-lower-about__pvv-item.policy {
    gap: 30px;
  }
}

.p-lower-about__pvv-item + .p-lower-about__pvv-item {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-item + .p-lower-about__pvv-item {
    padding-top: 48px;
  }
}

.p-lower-about__pvv-item:not(:last-child) {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-item:not(:last-child) {
    padding-bottom: 48px;
  }
}

.p-lower-about__pvv-item:not(:last-child) {
  border-bottom: 1px solid rgba(243, 152, 0, 0.42);
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-title {
    width: 30%;
    flex-shrink: 0;
  }
  .p-lower-about__pvv-title.policy {
    width: 14em;
  }
}

.p-lower-about__pvv-heading {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-heading {
    gap: 16px;
  }
}
.p-lower-about__pvv-heading .jp {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-heading .jp {
    font-size: 32px;
  }
}
.p-lower-about__pvv-heading .en {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-heading .en {
    font-size: 20px;
  }
}

.p-lower-about__pvv-sublist {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-sublist {
    gap: 16px;
    padding-top: 40px;
  }
}

.p-lower-about__pvv-subitem {
  display: flex;
  gap: 18px;
  align-items: baseline;
}
.p-lower-about__pvv-subitem .number {
  font-family: var(--font-english);
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-subitem .number {
    font-size: 20px;
  }
}
.p-lower-about__pvv-subitem .text {
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.02em;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-subitem .text {
    font-size: 18px;
  }
}

.p-lower-about__pvv-catch {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-catch {
    font-size: 34px;
  }
}
.p-lower-about__pvv-catch {
  width: 100%;
}
@media (min-width: 311px) {
  .p-lower-about__pvv-catch span.spmr-auto {
    display: block;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 500px) {
  .p-lower-about__pvv-catch span.spmr-auto {
    display: inline;
    width: auto;
  }
}
@media (min-width: 311px) {
  .p-lower-about__pvv-catch span.spml-auto {
    display: block;
    padding-left: 1em;
  }
}
@media (min-width: 367px) {
  .p-lower-about__pvv-catch span.spml-auto {
    padding-left: 4em;
  }
}
@media (min-width: 500px) {
  .p-lower-about__pvv-catch span.spml-auto {
    display: inline;
    text-align: left;
    padding: 0;
    width: auto;
  }
}

.p-lower-about__pvv-image {
  margin-top: 12px;
  width: 100%;
  aspect-ratio: 295/160;
}
@media (min-width: 1200px) {
  .p-lower-about__pvv-image {
    aspect-ratio: 270/160;
    margin-top: 30px;
  }
}
.p-lower-about__pvv-image img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width: 1200px) {
  .p-lower-company__inner.l-inner {
    max-width: 1150px;
  }
}

@media (min-width: 1200px) {
  .p-lower-company__body {
    display: flex;
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
  }
}

.p-lower-company__content {
  width: 100%;
}

.p-lower-company__heading {
  position: relative;
}
.p-lower-company__heading .jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-lower-company__heading .jp {
    text-align: left;
    font-size: 32px;
  }
}
.p-lower-company__heading .en {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #EA7E8F;
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-lower-company__heading .en {
    text-align: left;
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-lower-company__heading .outline-bg {
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 2;
  transform: translate(calc(100% + 60px), -50%);
}
@media (min-width: 1200px) {
  .p-lower-company__heading .outline-bg {
    right: 0;
    transform: translate(70%, -50%);
  }
}
.p-lower-company__heading .outline-bg img {
  width: 100.9998474121px;
}
@media (min-width: 1200px) {
  .p-lower-company__heading .outline-bg img {
    width: 237.4230194092px;
  }
}

.p-lower-company__list {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-lower-company__list {
    margin-top: 70px;
  }
}

.p-lower-company__item {
  padding-bottom: 28px;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 1200px) {
  .p-lower-company__item {
    gap: 40px;
  }
}
.p-lower-company__item .term {
  width: 5em;
  flex-shrink: 0;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .p-lower-company__item .term {
    width: 8em;
  }
}
.p-lower-company__item .description {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.p-lower-company__item + .p-lower-company__item {
  padding-top: 28px;
}
.p-lower-company__image {
  width: 100%;
  aspect-ratio: 335/190;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-lower-company__image {
    margin-top: initial;
    aspect-ratio: 430/587;
    flex-shrink: 0;
    width: 39%;
  }
}
.p-lower-company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
@media (min-width: 1200px) {
  .p-lower-company__image img {
    object-position: 50% 50%;
  }
}

.p-lower-facility + .p-lower-facility {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .p-lower-facility + .p-lower-facility {
    margin-top: 80px;
  }
}

.p-lower-facility__head .jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-lower-facility__head .jp {
    text-align: left;
    font-size: 24px;
  }
}
.p-lower-facility__head .en {
  margin-top: 12px;
  color: #EA7E8F;
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-lower-facility__head .en {
    text-align: left;
  }
}

.p-lower-facility__thumbnail {
  width: 100%;
  aspect-ratio: 335/190;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-lower-facility__thumbnail {
    aspect-ratio: 850/450;
  }
}
.p-lower-facility__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.p-lower-facility__label {
  border-radius: 6px;
  padding-block: 10px;
  padding-inline: 14px;
  display: inline-block;
  margin-top: 18px;
  background-color: #77B7D6;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 18px;
  color: var(--white-500);
  line-height: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .p-lower-facility__label {
    font-size: 18px;
    margin-top: 40px;
  }
}

.p-lower-facility__label-bg {
  position: absolute;
  left: calc(100vw - 158px);
}
@media (min-width: 658px) {
  .p-lower-facility__label-bg {
    left: 492px;
  }
}
.p-lower-facility__label-bg {
  top: -10px;
}
.p-lower-facility__label-bg img {
  width: 106.43px;
  opacity: 0.63;
}
@media (min-width: 1200px) {
  .p-lower-facility__label-bg {
    display: none;
  }
}

.p-lower-facility__title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-facility__title {
    font-size: 28px;
  }
}

.p-lower-facility__description {
  margin-top: 20px;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-lower-facility__description {
    margin-top: 40px;
  }
}

.p-lower-facility__details {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .p-lower-facility__details {
    margin-top: 50px;
  }
}
.p-lower-facility__details .item {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  gap: 8px;
  padding-block: 30px;
}
@media (min-width: 1200px) {
  .p-lower-facility__details .item {
    gap: 48px;
  }
}
.p-lower-facility__details .item dt {
  width: 7em;
  color: #EA7E8F;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .p-lower-facility__details .item dt {
    width: 8em;
  }
}
.p-lower-facility__details .item dd {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.p-lower-facility__details .item:first-of-type {
  border-top: 1px solid #d8d8d8;
}
.p-lower-facility__info-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1200px) {
  .p-lower-facility__info-list {
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .p-lower-facility__info-item {
    display: flex;
    gap: 50px;
  }
}
.p-lower-facility__info-item .thumbnail {
  width: 100%;
  aspect-ratio: 335/190;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .p-lower-facility__info-item .thumbnail {
    aspect-ratio: 350/230;
    width: 41%;
  }
}
.p-lower-facility__info-item .thumbnail img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.p-lower-facility__info-item .description {
  margin-top: 12px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-lower-facility__info-item .description {
    margin-top: initial;
  }
}

.p-lower-facility__faq {
  margin-top: 40px;
}
.p-lower-facility__faq-item {
  border-top: 1px solid #d8d8d8;
  padding-block: 16px;
}
@media (min-width: 1200px) {
  .p-lower-facility__faq-item {
    padding-block: 20px;
  }
}
.p-lower-facility__faq-item .question {
  cursor: pointer;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 20px;
}
.p-lower-facility__faq-item .toggle {
  flex-shrink: 0;
  margin-left: auto;
  background-color: #fef9f0;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  background-image: url(../images/common/icon-arrow-down-orange.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.p-lower-facility__faq-item .toggle[aria-expanded=true] {
  transform: scale(1, -1);
}
.p-lower-facility__faq-item .icon {
  flex-shrink: 0;
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #EA7E8F;
}
.p-lower-facility__faq-item .icon.is-answer {
  color: #77B7D6;
}
.p-lower-facility__faq-item .answer {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 16px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-lower-facility__faq-item .answer {
    padding-right: 4em;
  }
}

.l-lower-feature {
  margin-top: 90px;
}
@media (min-width: 1200px) {
  .l-lower-feature {
    margin-top: 190px;
  }
}

.p-lower-feature {
  padding-top: 62px;
  padding-bottom: 60px;
  background-color: var(--white-500);
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  .p-lower-feature {
    padding-top: 118px;
    padding-bottom: 100px;
  }
}
.p-lower-feature::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 22px;
  background-color: #FEF3ED;
  background-image: url(../images/common/arc-white.png);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-lower-feature::before {
    height: 86px;
  }
}

@media (min-width: 1200px) {
  .p-lower-feature__inner.l-inner {
    max-width: 1150px;
  }
}

.p-lower-feature__title .jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-lower-feature__title .jp {
    font-size: 32px;
  }
}
.p-lower-feature__title .en {
  margin-top: 12px;
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-feature__title .en {
    margin-top: 20px;
    font-size: 20px;
  }
}

.p-lower-feature__items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media (min-width: 1200px) {
  .p-lower-feature__items {
    margin-top: 70px;
  }
}

.p-lower-feature__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@media (min-width: 1200px) {
  .p-lower-feature__item {
    flex-direction: row;
    gap: 70px;
  }
}

@media (min-width: 1200px) {
  .p-lower-feature__item:nth-of-type(odd) {
    flex-direction: row-reverse;
    margin-right: calc(50% - 50dvw);
  }
}

@media (min-width: 1200px) {
  .p-lower-feature__item:nth-of-type(even) {
    flex-direction: reverse;
    margin-left: calc(50% - 50dvw);
  }
}

.p-lower-feature__img {
  width: 100%;
  aspect-ratio: 335/190;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .p-lower-feature__img {
    aspect-ratio: 655/430;
    flex-shrink: 0;
    width: 52%;
  }
}
.p-lower-feature__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.p-lower-feature__label {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1200px) {
  .p-lower-feature__label {
    align-items: baseline;
  }
}
.p-lower-feature__label .text {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-feature__label .text {
    font-size: 20px;
  }
}
.p-lower-feature__label .number {
  font-family: var(--font-english);
  color: #EA7E8F;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .p-lower-feature__label .number {
    font-size: 42px;
  }
}

.p-lower-feature__lead {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .p-lower-feature__lead {
    margin-top: 32px;
  }
}

.p-lower-feature__catch {
  display: inline;
  color: #5A5F62;
  font-weight: 700;
  font-size: 20px;
  line-height: 250%;
  padding-inline: 0.5em;
  padding-block: 0.4em;
  background-color: #F1D3CF;
  border-radius: 8px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 1200px) {
  .p-lower-feature__catch {
    font-size: 26px;
    padding: 0;
    padding-inline: 0;
    padding-block: 0;
    line-height: 200%;
    text-align: center;
    width: 100%;
    max-width: 545px;
    display: block;
  }
}

.p-lower-feature__catch + .p-lower-feature__catch {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .p-lower-feature__catch + .p-lower-feature__catch {
    margin-top: 6px;
  }
}

.p-lower-feature__text {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 125px;
}
@media (min-width: 1200px) {
  .p-lower-feature__text {
    line-height: 180%;
    margin-top: 32px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8;
    padding-bottom: 1em;
    max-width: 545px;
    position: relative;
    z-index: 10;
  }
}

.p-lower-feature__bg {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .p-lower-feature__bg {
    bottom: 0;
    right: auto;
    transform: translateX(40%);
  }
}
.p-lower-feature__bg.sec1 img {
  opacity: 0.25;
  height: 122.9995117188px;
  width: auto;
}
@media (min-width: 1200px) {
  .p-lower-feature__bg.sec1 img {
    height: auto;
    width: 265.2513122559px;
  }
}
.p-lower-feature__bg.sec2 {
  bottom: 5%;
}
.p-lower-feature__bg.sec2 img {
  opacity: 0.25;
  height: 122.9995117188px;
  width: auto;
  display: inline;
  scale: 0.8;
}
@media (min-width: 1200px) {
  .p-lower-feature__bg.sec2 img {
    display: none;
    height: auto;
    width: 265.2513122559px;
  }
}
.p-lower-feature__bg.sec3 {
  transform: translateX(-150%);
}
@media (min-width: 1200px) {
  .p-lower-feature__bg.sec3 {
    bottom: 0;
    right: auto;
    transform: translateX(40%);
  }
}
.p-lower-feature__bg.sec3 img {
  opacity: 0.25;
  height: 122.9995117188px;
  width: auto;
}
@media (min-width: 1200px) {
  .p-lower-feature__bg.sec3 img {
    height: auto;
    width: 323.0187988281px;
  }
}

.p-lower-fv {
  height: 150px;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .p-lower-fv {
    height: 370px;
  }
}

.p-lower-fv__inner.l-inner {
  position: relative;
  height: 100%;
}

.p-lower-fv__img {
  /* width: 100dvw; はやめる */
  width: 100vw;
  height: 100%;
  /* margin-inline の代わりにこれを使う */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-lower-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-lower-fv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.p-lower-fv__heading .main {
  border-radius: 4px;
  background-color: var(--white-500);
  display: inline-block;
  padding-inline: 10px;
  padding-block: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #5A5F62;
}
@media (min-width: 1200px) {
  .p-lower-fv__heading .main {
    font-size: 42px;
  }
}
.p-lower-fv__heading .sub {
  border-radius: 4px;
  padding-inline: 12px;
  padding-block: 6px;
  font-family: var(--font-english);
  background-color: var(--white-500);
  color: #EA7E8F;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .p-lower-fv__heading .sub {
    font-size: 20px;
  }
}

.l-lower-map {
  margin-top: 100px;
}
@media (min-width: 1200px) {
  .l-lower-map {
    margin-top: 180px;
  }
}

.p-lower-map {
  padding-top: 24px;
  padding-bottom: 110px;
  position: relative;
}
.p-lower-map::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 375/32;
  transform: translateY(-100%);
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-lower-map::before {
    aspect-ratio: 1440/80;
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .p-lower-map__inner.l-inner {
    max-width: 1150px;
  }
}

.p-lower-map__heading {
  position: relative;
  background: none;
}
.p-lower-map__heading .jp {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-lower-map__heading .jp {
    font-size: 32px;
  }
}
.p-lower-map__heading .en {
  margin-top: 12px;
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-lower-map__heading .en {
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-lower-map__heading .outline-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-9em, -35%);
}
@media (min-width: 1200px) {
  .p-lower-map__heading .outline-bg {
    transform: translate(-17em, -25%);
  }
}
.p-lower-map__heading .outline-bg img {
  width: 87.9997406006px;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .p-lower-map__heading .outline-bg img {
    width: 149.8896026611px;
  }
}

.p-lower-map__body {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-lower-map__body {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 70px;
    justify-content: center;
  }
}

.p-lower-map__map {
  width: 100%;
  aspect-ratio: 335/190;
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .p-lower-map__map {
    aspect-ratio: 593/361;
    width: 50%;
    flex-shrink: 0;
  }
}
.p-lower-map__map iframe {
  border-radius: inherit;
  aspect-ratio: inherit;
  width: 100%;
  height: 100%;
}

.p-lower-map__info {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .p-lower-map__info {
    margin-top: initial;
    width: calc(50% - 70px);
  }
}

.p-lower-map__address {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
}
@media (min-width: 1200px) {
  .p-lower-map__address {
    font-size: 18px;
  }
}

.p-lower-map__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1200px) {
  .p-lower-map__list {
    margin-top: 32px;
  }
}

.p-lower-map__item {
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.p-lower-map__item .term {
  padding-block: 4px;
  padding-inline: 12px;
  min-width: 120px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #EA7E8F;
  border: 1px solid #EA7E8F;
  border-radius: 4px;
}
.p-lower-map__item .description {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
}
.p-lower-map__button {
  margin-top: 24px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-lower-map__button {
    display: block;
    margin-top: 24px;
  }
}

.l-news {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .l-news {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .p-news__content {
    display: flex;
    gap: 52px;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .p-news__heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
  }
}

.p-news__button1 {
  display: none;
}
@media (min-width: 1200px) {
  .p-news__button1 {
    display: block;
  }
}

.p-news__button2 {
  margin-top: 30px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-news__button2 {
    display: none;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .p-news__list {
    margin-top: initial;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-news__message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-news__message p {
  font-size: 1.2em;
}

.p-news__item {
  list-style: none;
}

.p-privacy {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .p-privacy {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .p-privacy__inner.l-inner {
    max-width: 1150px;
  }
}

.p-privacy__content .post-password-form {
  color: var(--white-500);
}
.p-privacy__content .post-password-form p {
  color: var(--white-500);
}
.p-privacy__content .post-password-form label {
  color: var(--white-500);
}
.p-privacy__content .post-password-form input[type=submit] {
  color: var(--white-500);
}
.p-privacy__content .post-password-form input[type=password] {
  min-width: 10em;
  padding-inline: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid red;
  color: var(--white-500);
  letter-spacing: 0.3em;
}

.p-privacy__content {
  line-height: 1.75;
  word-break: break-word;
}
.p-privacy__content h1,
.p-privacy__content h2,
.p-privacy__content h3,
.p-privacy__content h4,
.p-privacy__content h5,
.p-privacy__content h6 {
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-weight: bold;
  line-height: 1.4;
}
.p-privacy__content h1 {
  font-size: em(28);
}
.p-privacy__content h2 {
  font-size: em(24);
}
.p-privacy__content h3 {
  font-size: em(21);
}
.p-privacy__content h4 {
  font-size: em(19);
}
.p-privacy__content h5 {
  font-size: em(16);
}
.p-privacy__content h6 {
  font-size: em(14);
}
.p-privacy__content p {
  margin-top: 1em;
}
.p-privacy__content p + p {
  margin-top: 0.5em;
}
.p-privacy__content ol,
.p-privacy__content ul {
  margin: 1em 0;
  padding-left: 1.2em;
}
.p-privacy__content ol {
  list-style-type: decimal;
}
.p-privacy__content ul {
  list-style-type: disc;
}
.p-privacy__content li {
  margin-bottom: 0.5em;
}
.p-privacy__content a {
  text-decoration: underline;
}
.p-privacy__content img {
  margin: 1em 0;
}
.p-privacy__content blockquote {
  margin: 1em 0;
  padding: 1em;
  border-left: 3px solid #cccccc;
  background-color: #f8f8f8;
}
.p-privacy__content blockquote p {
  margin: 0;
}
.p-privacy__content table {
  display: block;
  width: 100%;
  margin: 1em 0;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
}
.p-privacy__content th,
.p-privacy__content td {
  padding: 0.5em;
  border: 1px solid #dddddd;
}
.p-privacy__content th {
  background-color: #f5f5f5;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .p-privacy__content h1 {
    font-size: em(32);
  }
  .p-privacy__content h2 {
    font-size: em(28);
  }
  .p-privacy__content h3 {
    font-size: em(24);
  }
  .p-privacy__content h4 {
    font-size: em(20);
  }
  .p-privacy__content h5 {
    font-size: em(18);
  }
  .p-privacy__content h6 {
    font-size: em(16);
  }
  .p-privacy__content table {
    display: table;
    white-space: normal;
  }
}

.l-recruit-flow {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .l-recruit-flow {
    margin-top: 200px;
  }
}

.p-recruit-flow {
  background-color: var(--white-500);
  padding-bottom: 100px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .p-recruit-flow {
    padding-top: 24px;
  }
}

.p-recruit-flow.has-wave {
  position: relative;
}
.p-recruit-flow.has-wave::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-100%);
  height: 22px;
  background-image: url(../images/common/arc-white.png);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-recruit-flow.has-wave::before {
    height: 86px;
  }
}
.p-recruit-flow.has-wave::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(100%);
  height: 20px;
  background-image: url(../images/common/wave-under-white.png);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-recruit-flow.has-wave::after {
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .p-recruit-flow__inner.l-inner {
    max-width: 680px;
  }
}

.p-recruit-flow__head .jp {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-recruit-flow__head .en {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EA7E8F;
  margin-top: 20px;
}
.p-recruit-flow__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1200px) {
  .p-recruit-flow__list {
    gap: 48px;
    margin-top: 72px;
  }
}

.p-recruit-flow__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .p-recruit-flow__item {
    gap: 20px;
  }
}

.p-recruit-flow__step {
  flex-shrink: 0;
}
.p-recruit-flow__step .label {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-recruit-flow__step .label {
    font-size: 20px;
  }
}
.p-recruit-flow__step .number {
  font-family: var(--font-english);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-recruit-flow__step .number {
    font-size: 32px;
  }
}

.p-recruit-flow__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .p-recruit-flow__icon {
    width: 84px;
    height: 84px;
  }
}
.p-recruit-flow__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-recruit-flow__content {
  position: relative;
}
.p-recruit-flow__content::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #EA7E8F;
  position: absolute;
  left: -42px;
  top: 60px;
  transform: translate(0, 0);
}
@media (min-width: 1200px) {
  .p-recruit-flow__content::before {
    top: 84px;
    left: -60px;
  }
}
.p-recruit-flow__content .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-recruit-flow__content .heading {
    font-size: 24px;
  }
}
.p-recruit-flow__content .text {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  margin-top: 12px;
}
.p-recruit-flow__item:last-of-type .p-recruit-flow__content::before {
  display: none;
}

.p-recruit {
  padding-top: 50px;
  padding-bottom: 50px;
  color: var(--white-500);
  background-image: url("../images/top/bg-top-recruit-sp.png");
  background-position: 0 7em;
  background-size: 100% 46em;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.p-recruit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fff, #FEF3ED, #FEF3ED);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .p-recruit {
    background-image: url("../images/top/bg-top-recruit-pc.png");
    padding-top: 120px;
    padding-bottom: 140px;
    background-position: center;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .p-recruit__inner.l-inner {
    max-width: 1150px;
  }
}

.p-recruit__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1200px) {
  .p-recruit__body {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-recruit__content {
  display: contents;
}
@media (min-width: 1200px) {
  .p-recruit__content {
    display: initial;
  }
}

.p-recruit__heading {
  order: 1;
}
.p-recruit__heading .c-section-title .main {
  color: #5A5F62;
}
.p-recruit__heading .c-section-title .sub {
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-recruit__heading {
    order: initial;
  }
  .p-recruit__heading .c-section-title .main {
    color: #ffffff;
  }
  .p-recruit__heading .c-section-title .sub {
    color: #ffffff;
  }
}

.p-recruit__lead {
  order: 2;
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--white-500);
}
@media (min-width: 1200px) {
  .p-recruit__lead {
    text-align: left;
    font-weight: 700;
    margin-top: 50px;
    font-size: 24px;
    width: 688px;
  }
}

.p-recruit__button {
  order: 4;
  margin-top: 40px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-recruit__button {
    order: initial;
    margin-top: 60px;
    place-items: start;
  }
}
.p-recruit__button .c-button-more {
  background-color: #F6D665;
  border: solid 1px #F6D665;
  color: #5A5F62;
  /* @include mixin.pc {
  	background-color: color.$accentColor;
  	color: color.$white;
  } */
}
.p-recruit__button .c-button-more::after {
  background-image: url(../images/common/icon-arrow-gray.svg);
  /* 	@include mixin.pc {
  	background-image: url(../images/common/icon-arrow-white.svg);

  } */
}

.p-recruit__link-block {
  margin-top: 20px;
  order: 3;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding-block: 24px;
  padding-inline: 30px;
}
@media (min-width: 1200px) {
  .p-recruit__link-block {
    width: 44.1%;
    flex-shrink: 0;
    margin-top: 9em;
    padding-block: 40px;
    padding-inline: 64px;
    order: initial;
  }
}

.p-recruit__link {
  display: flex;
  color: var(--text);
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  gap: 12px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .p-recruit__link {
    padding-bottom: 30px;
    font-size: 20px;
  }
}
.p-recruit__link::before {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #77B7D6;
}
.p-recruit__link::after {
  transition: all 0.3s;
  margin-left: auto;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon-arrow-blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (any-hover: hover) {
  .p-recruit__link:hover {
    color: var(--orange-600);
  }
  .p-recruit__link:hover::before {
    background-color: var(--orange-600);
  }
  .p-recruit__link:hover::after {
    background-image: url(../images/common/icon-arrow-red.svg);
  }
}
.p-recruit__link + .p-recruit__link {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .p-recruit__link + .p-recruit__link {
    margin-top: 30px;
  }
}

.p-sidebar__heading {
  background-color: #77B7D6;
  color: var(--white-500);
  width: 100%;
  padding-block: 1em;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: var(--font-secondary);
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  display: none;
}
@media (min-width: 1200px) {
  .p-sidebar__heading {
    display: block;
    font-size: 18px;
  }
}

.p-sidebar__mobile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.p-sidebar__mobile-item .cat {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  border-radius: 100px;
  padding-block: 2px;
  padding-inline: 12px;
  background-color: var(--orange-500);
  color: var(--white-500);
}

.p-sidebar__pc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1200px) {
  .p-sidebar__pc-list {
    display: block;
  }
}

.p-sidebar__pc-item .cat {
  display: inline-block;
  background-color: #77B7D6;
  color: #fff;
  padding: 0.25rem 1em;
  border-radius: 1em;
}
@media (min-width: 1200px) {
  .p-sidebar__pc-item .cat {
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: var(--text);
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.04em;
    background-color: #ffffff;
    border-radius: 0;
    padding-block: 24px;
    border-bottom: 1px solid #b2b2b2;
  }
  .p-sidebar__pc-item .cat::before {
    display: block;
    opacity: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #77B7D6;
  }
}
.p-sidebar__pc-item .cat.is-current::before {
  opacity: 1;
}

.p-single__meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.p-single__date {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .p-single__date {
    font-size: 16px;
  }
}

.p-single__category-list {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
.p-single__category-list .item .tag {
  display: inline-block;
  color: var(--white-500);
  background-color: #EA7E8F;
  padding-block: 5px;
  padding-inline: 12px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.04em;
  border-radius: 999px;
}
@media (min-width: 1200px) {
  .p-single__category-list .item .tag {
    font-size: 16px;
  }
}

.p-single__title {
  margin-top: 14px;
  padding-bottom: 18px;
  border-bottom: 2px solid #EA7E8F;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.08em;
}
@media (min-width: 1200px) {
  .p-single__title {
    font-size: 32px;
  }
}

.p-single__content {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .p-single__content {
    margin-top: 30px;
  }
}

.p-single__eye-catch {
  width: 100%;
}
.p-single__eye-catch img {
  width: 100%;
  height: auto;
}

.p-single__pagination {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .p-single__pagination {
    gap: 100px;
  }
}
.p-single__pagination .prev,
.p-single__pagination .index,
.p-single__pagination .next {
  display: inline-flex;
  align-items: baseline;
  gap: 1em;
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: var(--text);
}
.p-single__pagination .prev::before {
  content: "";
  display: block;
  transform: scale(-1, 1);
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/common/icon-arrow-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.p-single__pagination .next::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/common/icon-arrow-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.p-single__pagination .hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.p-single__pagination .prev:hover::before {
  transform: scale(-1, 1) translateX(2px);
}
.p-single__pagination .next:hover::after {
  transform: translateX(2px);
}

.l-staff {
  margin-top: -20px;
}
@media (min-width: 1200px) {
  .l-staff {
    margin-top: -30px;
  }
}

.p-staff {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url(../images/top/bg-top-staff-sp.png);
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-staff {
    background-image: url(../images/top/bg-top-staff-pc.png);
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

.p-staff__content {
  position: relative;
}
@media (min-width: 1200px) {
  .p-staff__content {
    display: flex;
    gap: 90px;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .p-staff__heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-shrink: 0;
  }
}

.p-staff__headingBg {
  display: none;
}
@media (min-width: 1200px) {
  .p-staff__headingBg {
    display: block;
    position: absolute;
    top: -75.8px;
    left: -30px;
  }
}
.p-staff__headingBg img {
  height: 75.8px;
  width: auto;
}

.p-staff__button1 {
  display: none;
}
@media (min-width: 1200px) {
  .p-staff__button1 {
    display: block;
  }
}

.p-staff__button2 {
  margin-top: 30px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-staff__button2 {
    display: none;
  }
}

.p-staff__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 35px;
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .p-staff__list {
    margin-top: initial;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-staff__message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-staff__message p {
  font-size: 1.2em;
}

.p-staff__item {
  list-style: none;
}

.p-thanks {
  padding-top: 30px;
  padding-bottom: 80px;
  background-color: #FEF3ED;
  position: relative;
}
@media (min-width: 1200px) {
  .p-thanks {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
.p-thanks::after {
  position: absolute;
  bottom: 40px;
  right: 40px;
  content: "";
  width: 48px;
  aspect-ratio: 108/100;
  background-image: url(../images/common/t-flower-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-thanks::after {
    bottom: 80px;
    right: 40px;
    width: 108px;
  }
}

@media (min-width: 1200px) {
  .p-thanks__inner.l-inner {
    max-width: 710px;
  }
}

.p-thanks__title {
  font-weight: 700;
  line-height: 180%;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #EA7E8F;
}
@media (min-width: 1200px) {
  .p-thanks__title {
    font-size: 30px;
  }
}

.p-thanks__lead {
  margin-top: 26px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1200px) {
  .p-thanks__lead {
    text-align: center;
    margin-top: 60px;
    font-size: 18px;
  }
}

.p-thanks__button {
  margin-top: 60px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-thanks__button {
    margin-top: 90px;
  }
}

.l-vacancy {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .l-vacancy {
    margin-top: 32px;
  }
}

.p-vacancy {
  background-color: var(--white-500);
}

.p-vacancy__heading {
  text-align: center;
}

.p-vacancy__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .p-vacancy__list {
    margin-top: 70px;
    flex-direction: row;
    justify-content: space-between;
    gap: 45px;
  }
}

.p-vacancy__item {
  width: 100%;
}
.p-vacancy__button {
  margin-top: 40px;
  display: grid;
  place-items: center;
}
@media (min-width: 1200px) {
  .p-vacancy__button {
    margin-top: 50px;
  }
}

/* Utility
   ----------------------------------------------------------------- *//*# sourceMappingURL=style.css.map */