@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  display: inline-block;
}

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

:root {
  --main-color: #FB9B11;
  --secondary-color: #2D77CE;
  --text-color: #303030;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blue: #2666B2;
  --color-light-blue: #91C6D1;
  --color-beige: #F9F7ED;
  --ff-base: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  --ff-accent: "Oooh Baby", cursive;
  --ff-number: "Roboto", var(--ff-base);
  --inner-width: 1040px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1.25rem);
}

body {
  font-family: var(--ff-base);
  color: var(--text-color);
}

body.l-body--scroll-lock {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  color: inherit;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.l-wrapper {
  position: relative;
  overflow-x: clip;
}

.l-header {
  position: relative;
  z-index: 20;
  width: 100%;
  padding-inline: 0.9375rem;
  padding-block: 1.0625rem 1rem;
  background-color: var(--color-white);
  container-type: inline-size;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header {
    padding-inline: min(6.25rem, 5.2083333333%);
    padding-block: 2.8125rem;
  }
}

.home .l-header:not(.l-header--fixed) {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.375rem);
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.06);
  animation: l-header-fade-in 0.5s ease both;
  z-index: 300;
}

@keyframes l-header-fade-in {
  from {
    top: -5rem;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home .l-header.l-header--fixed {
    animation: none;
  }
}
:root {
  --header-height: 4.4375rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 10rem;
  }
}

.l-header__inner {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
}

.l-header__logo {
  display: block;
  width: 13.75rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    width: min(26.625rem, 24.7674418605%);
  }
}

.l-header__logo-text {
  width: 100%;
}
.l-header__logo-text img {
  width: 100%;
  height: auto;
}

.l-header__nav {
  display: none;
}

.l-header__nav-list {
  display: flex;
  gap: 1.0625rem;
  align-items: center;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-list {
    gap: 3.0625rem;
  }
}

.l-header__nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-blue);
  text-decoration: none;
  padding-left: 1.125rem;
  position: relative;
}
.l-header__nav-link::before {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.875rem;
  height: auto;
  aspect-ratio: 19/18;
  background: url("../../img/common/icon_kamo.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-link {
    font-size: clamp(0.875rem, 0.875rem + 0.0111607143 * (100vw - 1024px), 1.5rem);
    padding-left: 1.625rem;
  }
  .l-header__nav-link::before {
    width: 1.1875rem;
  }
}

.l-header__nav-contact {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: var(--color-blue);
  color: var(--color-white);
  text-decoration: none;
  margin-left: 1.5rem;
  padding-inline: 1.25rem;
  border-radius: 100vmax;
  aspect-ratio: 319/68;
  border: solid 1px var(--color-blue);
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-contact {
    font-size: clamp(0.875rem, 0.875rem + 0.0111607143 * (100vw - 1024px), 1.5rem);
    width: min(19.9375rem, 16.6145833333cqw);
    margin-left: min(3.9375rem, 3.28125cqw);
    height: auto;
    gap: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .l-header__nav-contact:hover {
    opacity: 1;
    background-color: var(--color-white);
    color: var(--color-blue);
  }
  .l-header__nav-contact:hover .l-header__nav-contact-icon path {
    fill: var(--color-blue);
  }
}

.l-header__nav-contact-icon {
  width: clamp(1.375rem, 1.375rem + 0.0223214286 * (100vw - 1024px), 2.625rem);
}

.l-header__drawer-btn {
  display: flex;
  flex-shrink: 0;
  gap: 0.1875rem;
  align-items: center;
  padding: 0.75rem 0.6875rem 0.625rem 0.6875rem;
  border: none;
  border-radius: 1.1875rem;
  background-color: var(--color-blue);
  color: var(--color-white);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .l-header__drawer-btn:hover {
    opacity: 0.85;
  }
}

.l-header__drawer-btn-text {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.l-header__drawer-btn-icon {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  width: 1.4375rem;
}

.l-header__drawer-btn-line {
  display: block;
  height: 2px;
  margin-inline-end: auto;
  background-color: var(--color-white);
  border-radius: 0.0625rem;
  transition: transform 0.25s ease, opacity 0.2s ease, width 0.25s ease;
}
.l-header__drawer-btn-line:nth-child(1) {
  width: 100%;
}
.l-header__drawer-btn-line:nth-child(2) {
  width: 72%;
}
.l-header__drawer-btn-line:nth-child(3) {
  width: 44%;
}

.l-header.l-header--drawer-open .l-header__drawer-btn-line {
  width: 100%;
}
.l-header.l-header--drawer-open .l-header__drawer-btn-line:nth-child(1) {
  translate: 0 0.4375rem;
  rotate: 45deg;
}
.l-header.l-header--drawer-open .l-header__drawer-btn-line:nth-child(2) {
  opacity: 0;
}
.l-header.l-header--drawer-open .l-header__drawer-btn-line:nth-child(3) {
  translate: 0 -0.4375rem;
  rotate: -45deg;
}

.l-header__drawer {
  position: fixed;
  top: var(--header-height);
  right: 0;
  left: 0;
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem 2.5rem;
  overflow-y: auto;
  background-color: var(--color-white);
  pointer-events: none;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.45s;
}
@media (prefers-reduced-motion: reduce) {
  .l-header__drawer, .l-header__drawer.l-header__drawer--open {
    transition: none;
  }
}

.l-header__drawer.l-header__drawer--open {
  pointer-events: auto;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.l-header__drawer-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
}

.l-header__drawer-link {
  display: block;
  padding-block: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(38, 102, 178, 0.2);
}

.l-header__drawer-link--contact {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  margin-block-start: 1rem;
  border-bottom: none;
  background-color: var(--color-blue);
  color: var(--color-white);
  width: 19.9375rem;
  margin-inline: auto;
  border-radius: 2.125rem;
}
.l-header__drawer-link--contact img {
  width: 2rem;
}

@media screen and (min-width: 768px) {
  .l-header__nav {
    display: flex;
    align-items: center;
  }
  .l-header__drawer-btn {
    display: none;
  }
  .l-header__drawer {
    display: none;
  }
}
.l-main {
  position: relative;
  background-color: var(--color-beige);
}

.l-inner {
  padding-inline: 0.9375rem;
  max-width: 570px;
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1200px;
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1920px;
    padding-inline: min(6.25rem, 5.2083333333%);
  }
}

.l-lower-main {
  padding-top: 1.0625rem;
  padding-bottom: 6.25rem;
  margin-top: var(--header-height);
}
@media screen and (min-width: 1024px) {
  .l-lower-main {
    padding-top: 3.625rem;
  }
}

.l-lower-inner {
  padding-inline: 1.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-lower-inner {
    padding-inline: 2.5rem;
    max-width: 1280px;
  }
}

.l-footer {
  border-top: 1.6875rem solid #E1DAD1;
  padding-top: 5.8125rem;
  padding-bottom: 7.5rem;
  background: linear-gradient(159deg, #FBEFD5 6.78%, #E5EDF5 44.4%);
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding-top: 7.6875rem;
    padding-bottom: 4.375rem;
    background: linear-gradient(137deg, #FBEFD5 20.13%, #E5EDF5 40.59%);
  }
}

.l-footer__inner {
  padding-inline: 2.125rem;
  max-width: 1200px;
  margin-inline: auto;
}

.l-footer__logo {
  display: block;
  max-width: 20.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    max-width: 21.6875rem;
    margin-left: 0;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l-footer__text {
  margin-top: 0.5625rem;
  margin-inline: auto;
  color: var(--secondary-color);
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .l-footer__text {
    margin-top: 1.3125rem;
    margin-left: 0;
    text-align: left;
    font-size: 1.125rem;
  }
}

.l-footer__sns {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(3, 2.875rem);
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__sns {
    margin-top: 1.3125rem;
    grid-template-columns: repeat(3, 2.875rem);
    justify-content: start;
  }
}

.l-footer__sns-item {
  aspect-ratio: 1;
}
.l-footer__sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__sns-item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-footer__nav {
  margin-top: 2.5rem;
  padding-inline: 0.5625rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    margin-top: 2rem;
    padding-inline: 0;
  }
}

.l-footer__nav-list {
  border-top: 1px solid var(--secondary-color);
  padding-top: 2.5rem;
  padding-inline: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  max-width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-list {
    padding-top: 0;
    padding-inline: 0;
    margin-left: 0;
    border-top: none;
  }
}

.l-footer__nav-item {
  position: relative;
}
.l-footer__nav-item:not(:last-child) {
  margin-right: 3.75rem;
}
.l-footer__nav-item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -2rem;
  translate: 0 -50%;
  width: 1px;
  height: 0.6875rem;
  background-color: var(--secondary-color);
}

.l-footer__nav-link {
  display: block;
  line-height: 2.0833333333;
  font-size: 0.75rem;
  color: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-link {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  margin-left: 0.9375rem;
  font-size: 0.75rem;
  position: relative;
  z-index: 20;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-breadcrumbs {
    font-size: 1rem;
    max-width: 1580px;
    margin-inline: auto;
    margin-left: 2.5rem;
    gap: 0.5rem;
  }
}

/* ============================================================
    c-footprints : かるがもの足跡トレイル（再利用装飾）
    - 4 つの足跡が手前→奥へ順に出現する歩行ループアニメーション
    - 箱（402 × 288 比率）の中に各足跡を絶対配置
    - 配置（top/right/bottom/left・幅）は利用側（p-... 等）で指定する
    ============================================================ */
.c-footprints {
  position: absolute;
  aspect-ratio: 402/288;
  pointer-events: none;
  z-index: 1;
}
.c-footprints__step {
  position: absolute;
  height: auto;
  opacity: 0;
  animation: c-footprints-walk var(--fp-duration, 4s) linear infinite;
  animation-play-state: paused;
}
.c-footprints__step--1 {
  left: 0;
  top: 81.7708333333%;
  width: 22.3880597015%;
  animation-delay: 0s;
}
.c-footprints__step--2 {
  left: 41.6243781095%;
  top: 62.6041666667%;
  width: 17.6616915423%;
  animation-delay: 0.4s;
}
.c-footprints__step--3 {
  left: 60.3855721393%;
  top: 33.6111111111%;
  width: 19.9004975124%;
  animation-delay: 0.8s;
}
.c-footprints__step--4 {
  left: 79.671641791%;
  top: 7.8125%;
  width: 20.3980099502%;
  animation-delay: 1.2s;
}
.c-footprints.is-active .c-footprints__step {
  animation-play-state: running;
}

@keyframes c-footprints-walk {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-footprints__step {
    opacity: 1;
    animation: none;
  }
}
.c-top-section-title {
  position: relative;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
}

.c-top-section-title__main {
  font-size: 1.375rem;
  color: var(--secondary-color);
  font-weight: 500;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .c-top-section-title__main {
    font-size: 2.0625rem;
  }
}

.c-top-section-title__sub {
  position: absolute;
  color: var(--main-color);
  font-size: 2rem;
  top: -0.875rem;
  right: 5rem;
  translate: 100% 0;
  font-family: var(--ff-accent);
  white-space: nowrap;
  opacity: 0.32;
}
@media screen and (min-width: 1024px) {
  .c-top-section-title__sub {
    font-size: 3.6875rem;
    top: -1.875rem;
  }
}

.c-recruit-section-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  inline-size: fit-content;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-recruit-section-title {
    font-size: 2.75rem;
  }
}

.c-recruit-section-title__sub {
  position: absolute;
  color: var(--main-color);
  font-size: 2rem;
  top: -0.875rem;
  right: 5rem;
  font-family: var(--ff-accent);
  white-space: nowrap;
  opacity: 0.18;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .c-recruit-section-title__sub {
    font-size: 5.25rem;
    top: -1.875rem;
  }
}

.c-recruit-lower-title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .c-recruit-lower-title {
    margin-top: 6.125rem;
    font-size: 2.0625rem;
  }
}

.c-recruit-lower-title__en {
  position: absolute;
  left: calc(100% - 0.9375rem);
  top: -0.3125rem;
  font-family: var(--ff-accent);
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(250, 171, 57, 0.6);
  white-space: nowrap;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .c-recruit-lower-title__en {
    left: calc(100% - 2.125rem);
    top: -3.125rem;
    font-size: 6.0625rem;
  }
}

.c-recruit-heading {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: center;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading {
    font-size: 2.0625rem;
  }
}

.c-recruit-heading__en {
  position: absolute;
  font-family: var(--ff-accent);
  font-weight: 400;
  letter-spacing: -0.04em;
  color: rgba(250, 171, 57, 0.9);
  white-space: nowrap;
  z-index: -1;
}

.c-recruit-heading__en--flow {
  font-size: 2.0625rem;
  opacity: 0.66;
  right: -2.3125rem;
  top: -1.8125rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading__en--flow {
    font-size: 5.8125rem;
    right: -6.6875rem;
    top: -4.4375rem;
  }
}

.c-recruit-heading__en--interview {
  font-size: 1.875rem;
  right: -2.125rem;
  top: -0.875rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading__en--interview {
    font-size: 5.8125rem;
    right: -12.625rem;
    top: -3.25rem;
  }
}

.c-recruit-heading__en--requirements {
  font-size: 1.25rem;
  right: -1.8125rem;
  top: -0.25rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading__en--requirements {
    font-size: 5.8125rem;
    right: -21.875rem;
    top: -2.5rem;
  }
}

.c-recruit-heading--with-badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.c-recruit-heading__badge {
  display: inline-block;
  padding: 0 0.4375rem;
  background: #faad4f;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.04em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading__badge {
    position: absolute;
    left: 0;
    top: -2.25rem;
    padding: 0 0.6875rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.c-recruit-heading--with-badge-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}
.c-recruit-heading--with-badge-top .c-recruit-heading__badge {
  padding: 0 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.3125rem;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading--with-badge-top .c-recruit-heading__badge {
    padding: 0 0.6875rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.c-recruit-heading--with-badge-top .c-recruit-heading__en--requirements {
  right: -1.5625rem;
  top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-heading--with-badge-top .c-recruit-heading__en--requirements {
    right: -17rem;
    top: -0.375rem;
  }
}

.c-recruit-qa__item {
  padding-block: 0.9375rem;
  border-bottom: 1px dashed #acacac;
}
@media screen and (min-width: 1024px) {
  .c-recruit-qa__item {
    position: relative;
    border-bottom: none;
  }
  .c-recruit-qa__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2.75rem;
    width: 27.6875rem;
    border-top: 1px dashed #acacac;
  }
}

.c-recruit-qa__summary {
  display: flex;
  align-items: center;
  min-height: 2.125rem;
  list-style: none;
  background: #fff;
  border-radius: 100vmax;
  padding-right: 0.75rem;
  cursor: pointer;
  gap: 0.75rem;
}
.c-recruit-qa__summary::-webkit-details-marker {
  display: none;
}

.c-recruit-qa__badge {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.c-recruit-qa__badge--q {
  background: rgba(250, 171, 57, 0.9);
  color: #fff;
}

.c-recruit-qa__badge--a {
  background: #fff;
  color: var(--main-color);
}

.c-recruit-qa__question {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .c-recruit-qa__question {
    font-size: 1.125rem;
  }
}

.c-recruit-qa__toggle {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.25rem;
}
.c-recruit-qa__toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -40%;
  width: 0;
  height: 0;
  border-inline: 0.4375rem solid transparent;
  border-top: 0.5625rem solid var(--main-color);
  transition: opacity 0.2s ease;
}
.c-recruit-qa__toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background: linear-gradient(rgba(250, 171, 57, 0.9), rgba(250, 171, 57, 0.9)) center/100% 0.125rem no-repeat, linear-gradient(rgba(250, 171, 57, 0.9), rgba(250, 171, 57, 0.9)) center/0.125rem 100% no-repeat;
  rotate: 45deg;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.c-recruit-qa__item[open] .c-recruit-qa__toggle::before {
  opacity: 0;
}
.c-recruit-qa__item[open] .c-recruit-qa__toggle::after {
  opacity: 1;
}

.c-recruit-qa__answer {
  display: flex;
  gap: 1rem;
  padding: 1.0625rem 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-qa__answer {
    gap: 0.75rem;
  }
}

.c-recruit-qa__answer-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.9375;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .c-recruit-qa__answer-text {
    flex: none;
    width: 31.9375rem;
    max-width: 100%;
  }
}

.c-recruit-qa--blue .c-recruit-qa__badge--q {
  background: #91c6d1;
}
.c-recruit-qa--blue .c-recruit-qa__badge--a {
  background: #bde2e9;
  color: #91c7d1;
}
.c-recruit-qa--blue .c-recruit-qa__toggle::before {
  border-top-color: #91c6d1;
}
.c-recruit-qa--blue .c-recruit-qa__toggle::after {
  background: linear-gradient(#91c6d1, #91c6d1) center/100% 0.125rem no-repeat, linear-gradient(#91c6d1, #91c6d1) center/0.125rem 100% no-repeat;
}

.c-recruit-profile {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}

.c-recruit-profile__row {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  font-size: 0.9375rem;
  line-height: 2rem;
  letter-spacing: -0.04em;
  color: var(--text-color);
}

.c-recruit-profile__item {
  position: relative;
  padding-left: 0.875rem;
}
.c-recruit-profile__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.4375rem;
  height: 1.5rem;
  border-radius: 0.21875rem;
  background: #faab39;
}

.c-recruit-profile__name {
  margin-left: -0.1875rem;
  font-family: "Zen Kurenaido", var(--ff-base);
  font-size: 1.875rem;
  line-height: 2rem;
  letter-spacing: -0.04em;
  color: #3e3434;
}

.c-recruit-profile--blue .c-recruit-profile__item::before {
  background: #91c7d1;
}

.c-recruit-message__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .c-recruit-message__title {
    margin-inline: 0;
  }
}
.c-recruit-message__title img {
  flex-shrink: 0;
  width: 1.125rem;
  height: auto;
}

.c-recruit-message__label {
  padding-inline: 0.125rem;
  font-family: "Zen Kurenaido", var(--ff-base);
  background: linear-gradient(transparent 60%, #fff 60%);
}

.c-recruit-message__text {
  margin-top: 0.5rem;
  font-family: "Zen Kurenaido", var(--ff-base);
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.04em;
  color: var(--text-color);
  background: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2rem - 1px), rgba(48, 48, 48, 0.55) calc(2rem - 1px), rgba(48, 48, 48, 0.55) 2rem);
}
@media screen and (min-width: 1024px) {
  .c-recruit-message__text {
    font-size: 0.9375rem;
  }
}

.c-recruit-requirements {
  position: relative;
}
.c-recruit-requirements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, var(--main-color) 4.125rem, #666666 4.125rem);
}
@media screen and (min-width: 1024px) {
  .c-recruit-requirements::before {
    background: linear-gradient(to right, var(--main-color) 13.5rem, #666666 13.5rem);
  }
}

.c-recruit-requirements__row {
  position: relative;
  display: flex;
  padding-block: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-requirements__row {
    padding-block: 1.75rem;
  }
}
.c-recruit-requirements__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, var(--main-color) 4.125rem, #666666 4.125rem);
}
@media screen and (min-width: 1024px) {
  .c-recruit-requirements__row::after {
    background: linear-gradient(to right, var(--main-color) 13.5rem, #666666 13.5rem);
  }
}

.c-recruit-requirements__term {
  flex-shrink: 0;
  align-self: center;
  width: 4.9375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .c-recruit-requirements__term {
    width: 13.5rem;
    font-size: 1.0625rem;
    text-align: center;
  }
}

.c-recruit-requirements__desc {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #4f4f4f;
}
@media screen and (min-width: 1024px) {
  .c-recruit-requirements__desc {
    font-size: 1.0625rem;
    padding-left: 1.125rem;
  }
}
.c-recruit-requirements__desc p + p {
  margin-top: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .c-recruit-requirements__desc p + p {
    margin-top: 2.125rem;
  }
}

.c-recruit-entry-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.375rem;
  background: #fff;
  border-radius: 100vmax;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .c-recruit-entry-btn {
    width: 26.875rem;
    height: 5.1875rem;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .c-recruit-entry-btn:hover {
    opacity: 1;
    background: var(--main-color);
    color: var(--color-white);
  }
  .c-recruit-entry-btn:hover .c-recruit-entry-btn__icon path {
    fill: var(--main-color);
  }
  .c-recruit-entry-btn:hover .c-recruit-entry-btn__icon ellipse {
    fill: var(--color-white);
  }
}

.c-recruit-entry-btn__label {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .c-recruit-entry-btn__label {
    font-size: 1.125rem;
  }
}

.c-recruit-entry-btn__icon {
  position: absolute;
  right: 1.75rem;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #fc9b18;
}
@media screen and (min-width: 1024px) {
  .c-recruit-entry-btn__icon {
    right: 1.9375rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.c-recruit-entry-btn__icon img {
  width: 0.9375rem;
  height: auto;
  rotate: -29deg;
}
@media screen and (min-width: 1024px) {
  .c-recruit-entry-btn__icon img {
    width: 1.25rem;
  }
}

.c-shop-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 1.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 100vmax;
  background: #679ddd;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-shop-tag {
    min-height: 1.75rem;
    padding: 0.125rem 0.875rem;
    font-size: 1rem;
  }
}

.c-shop-tag--off {
  background: #979797;
}

.c-shop-tag--day {
  min-width: 6rem;
}
@media screen and (min-width: 1024px) {
  .c-shop-tag--day {
    min-width: 8.25rem;
  }
}

.c-shop-tag--red {
  background: #ff5557;
}

.c-shop-tag--facility {
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .c-shop-tag--facility {
    width: 12.6875rem;
    justify-content: center;
  }
}

.c-shop-tag__icon {
  flex-shrink: 0;
  width: 1rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-shop-tag__icon {
    width: 1.125rem;
  }
}

.c-shop-tag--insurance {
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .c-shop-tag--insurance {
    min-width: 9.25rem;
    min-height: 2.375rem;
  }
}

.c-content {
  line-height: 1.8;
}
.c-content :where(h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
blockquote, figure, figcaption,
table, thead, tbody, tfoot, tr, th, td,
a, img, hr, pre, code, kbd, samp) {
  all: revert;
}
.c-content :where(img) {
  max-width: 100%;
  height: auto;
}

/*======================================================
  #TOPページ　FV
======================================================*/
.p-top-fv {
  position: relative;
  container-type: inline-size;
  z-index: 30;
}

.p-top-fv__swiper-container {
  position: relative;
  width: 100%;
  aspect-ratio: 402/542;
  padding-bottom: 1.4375rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-fv__swiper-container {
    aspect-ratio: 1687/956;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-fv__swiper-container {
    max-width: 87.8645833333%;
    margin-left: auto;
    translate: 0 -0.9375rem;
    padding-bottom: 0;
    overflow: visible;
  }
}
.p-top-fv__swiper-container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__swiper-container::after {
    bottom: -1rem;
    left: -2.5rem;
    width: 120%;
    border-radius: 2.75rem 0 0 2.75rem;
  }
}

.p-top-fv__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-white);
}
@media screen and (min-width: 1024px) {
  .p-top-fv__swiper {
    border-radius: 2.75rem 0 0 2.75rem;
  }
}

.p-top-fv__swiper-wrapper {
  height: 100%;
}

.p-top-fv__swiper-slide {
  height: 100%;
  overflow: hidden;
}

.p-top-fv__swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-fv__swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.2 1.2;
  transition: scale 0s 2s ease;
}

.swiper-slide-active .p-top-fv__swiper-img img {
  scale: 1 1;
  transition: scale 6s ease;
}

.p-top-fv__copy {
  position: absolute;
  bottom: 5.125rem;
  left: 1.4375rem;
  display: grid;
  gap: 0.625rem;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__copy {
    left: 7.5%;
    bottom: 21.4435146444%;
  }
}
.p-top-fv__copy::before {
  position: absolute;
  content: "";
  top: -0.3125rem;
  left: 0.25rem;
  width: 0.8125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-light-blue);
  opacity: 0.78;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__copy::before {
    top: -0.8125rem;
    width: 1.5rem;
  }
}
.p-top-fv__copy::after {
  position: absolute;
  content: "";
  top: -0.0625rem;
  left: -0.5rem;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--main-color);
  opacity: 0.78;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__copy::after {
    top: -0.375rem;
    left: -1.1875rem;
    width: 2.1875rem;
  }
}

.p-top-fv__copy-text-top {
  background-color: var(--color-white);
  display: grid;
  place-items: center;
  border-radius: 0.1875rem;
  width: fit-content;
  clip-path: inset(0 100% 0 0 round 0.1875rem);
}

.p-top-fv__copy-text-top img {
  clip-path: inset(0 100% 0 0);
}

.p-top-fv__copy-text-top {
  padding-inline: 1.25rem;
  padding-block: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__copy-text-top {
    padding-inline: 1.6875rem;
    padding-block: 0.65625rem;
  }
}
.p-top-fv__copy-text-top img {
  width: 9.875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__copy-text-top img {
    width: 17.9375rem;
  }
}

.p-top-fv__link {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 3rem;
  right: 1.25rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.4375rem;
  padding-bottom: 0.75rem;
  padding-inline: 0.9375rem;
  aspect-ratio: 1;
  width: fit-content;
  min-width: 5.9375rem;
  height: auto;
  border-radius: 50%;
  z-index: 100;
  isolation: isolate;
  text-decoration: none;
  overflow: visible;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(4px) saturate(120%);
  backdrop-filter: blur(4px) saturate(120%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), inset 0 -2px 8px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .p-top-fv__link {
    padding-top: clamp(0.4375rem, 0.4375rem + 0.0167410714 * (100vw - 1024px), 1.375rem);
    padding-bottom: clamp(0.75rem, 0.75rem + 0.0245535714 * (100vw - 1024px), 2.125rem);
    padding-inline: clamp(0.9375rem, 0.9375rem + 0.0279017857 * (100vw - 1024px), 2.5rem);
    gap: clamp(0.1875rem, 0.1875rem + 0.0033482143 * (100vw - 1024px), 0.375rem);
    min-width: clamp(5.9375rem, 5.9375rem + 0.0948660714 * (100vw - 1024px), 11.25rem);
    right: min(6.25rem, 5.2083333333cqw);
    bottom: clamp(3rem, 3rem + 0.0011160714 * (100vw - 1024px), 3.0625rem);
  }
}
.p-top-fv__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.12) 32%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.p-top-fv__link img {
  position: relative;
  z-index: 1;
  display: block;
  width: 5.9375rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__link img {
    width: clamp(5.9375rem, 5.9375rem + 0.0948660714 * (100vw - 1024px), 11.25rem);
  }
}

.p-top-fv__link-text {
  position: relative;
  z-index: 1;
  color: var(--color-white);
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__link-text {
    font-size: clamp(0.6875rem, 0.6875rem + 0.0100446429 * (100vw - 1024px), 1.25rem);
  }
}
.p-top-fv__link-text .point {
  display: inline-block;
  position: relative;
}
.p-top-fv__link-text .point::before {
  position: absolute;
  content: "";
  top: -0.5rem;
  left: 50%;
  translate: -50% 0;
  width: 0.25rem;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--main-color);
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-top-fv__link-text .point::before {
    top: clamp(-0.5rem, -0.5rem + -0.0078125 * (100vw - 1024px), -0.9375rem);
    width: clamp(0.25rem, 0.25rem + 0.0033482143 * (100vw - 1024px), 0.4375rem);
  }
}

/*======================================================
  #TOPページ　Introduction
======================================================*/
.p-top-introduction {
  padding-top: 4.25rem;
  padding-bottom: 2.8125rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction {
    padding-top: 18rem;
    padding-bottom: 6.25rem;
  }
}

.p-top-introduction__head {
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__head {
    margin-left: auto;
    margin-right: 9.375rem;
  }
}

.p-top-introduction__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__title {
    font-size: 1.625rem;
    text-align: left;
  }
}

.p-top-introduction__text {
  margin-top: 1.5rem;
  line-height: 1.5625;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__text {
    font-size: 1.125rem;
    margin-top: 0.4375rem;
  }
}

.p-top-introduction__images {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-introduction__images {
    margin-top: 2.8125rem;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__images {
    max-width: 1245px;
  }
}

.p-top-introduction__image1 {
  border-radius: 0.4375rem;
  overflow: hidden;
  display: block;
  width: 15.9375rem;
  height: auto;
  aspect-ratio: 255/170;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__image1 {
    width: 55.8232931727%;
    border-radius: 1.625rem;
  }
}
.p-top-introduction__image1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-introduction__image2 {
  border-radius: 0.4375rem;
  overflow: hidden;
  display: block;
  width: 15.9375rem;
  height: auto;
  aspect-ratio: 255/170;
  margin-left: auto;
  margin-top: -3.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__image2 {
    width: 38.4738955823%;
    border-radius: 1.625rem;
    margin-top: -12rem;
  }
}
.p-top-introduction__image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-introduction__accent1 {
  position: absolute;
  top: 15.75rem;
  left: -7.375rem;
  width: 14.5rem;
  height: 15rem;
  rotate: 171.744deg;
  background: linear-gradient(213deg, #FFBF62 -36.78%, #F9EFD9 67.6%);
  opacity: 0.72;
  border-radius: 50%;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-introduction__accent1 {
    top: 12.5rem;
    left: -5.875rem;
    width: min(27.5rem, 22.9166666667%);
    aspect-ratio: 489/506;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-introduction__accent2 {
    position: absolute;
    top: 47.3125rem;
    right: -14.25rem;
    width: min(27.5rem, 22.9166666667%);
    aspect-ratio: 489/506;
    height: auto;
    rotate: 171.744deg;
    background: linear-gradient(213deg, #FFBF62 -36.78%, #F9EFD9 67.6%);
    opacity: 0.72;
    border-radius: 50%;
    z-index: 10;
  }
}

/*======================================================
  #TOPページ　Location
======================================================*/
.p-top-location {
  padding-top: 2.5rem;
  padding-bottom: 2.8125rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-location {
    padding-top: 6.25rem;
    padding-bottom: 7.0625rem;
  }
}

.p-top-location__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-top-location__bg {
    display: none;
  }
}

.p-top-location__contents {
  margin-top: 1.5rem;
}

.p-top-location__card {
  width: 100%;
  max-width: 23.25rem;
  margin-inline: auto;
  padding: 2.5rem 1rem 2rem;
  border: 1px solid var(--secondary-color);
  border-radius: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-location__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1245px;
    padding: 0;
    padding-left: 4.2570281124%;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
}

.p-top-location__list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-top-location__list {
    flex: 0 0 46.5060240964%;
    gap: 1.125rem;
  }
}

.p-top-location__item {
  margin: 0;
}

.p-top-location__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4375rem;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  border-radius: 1.5rem;
  background-color: var(--color-white);
  color: var(--secondary-color);
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.0625rem 0.5rem rgba(45, 119, 206, 0.16);
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-top-location__btn {
    justify-content: flex-start;
    min-height: 3.375rem;
    padding-inline: 14.1623488774% 1.5rem;
    font-size: 1.4375rem;
    text-align: left;
  }
}
.p-top-location__btn:hover, .p-top-location__btn:focus-visible {
  background-color: var(--secondary-color);
  color: var(--color-white);
  box-shadow: 0 0.125rem 0.75rem rgba(45, 119, 206, 0.32);
  opacity: 1;
}

.p-top-location__map {
  width: 100%;
  max-width: 16.25rem;
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-location__map {
    flex: 0 0 29.718875502%;
    max-width: none;
    margin-top: 0;
  }
}

.p-top-location__map-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 260.999/378.724;
  overflow: visible;
}

.p-top-location__area {
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-top-location__area:hover {
    opacity: 1;
  }
}
.p-top-location__area path {
  fill: var(--color-white);
  stroke: var(--color-blue);
  stroke-opacity: 0.47;
  transition: fill 0.25s ease, stroke-opacity 0.25s ease;
}
.p-top-location__area:hover path, .p-top-location__area:focus-visible path {
  fill: var(--secondary-color);
  stroke-opacity: 0;
  opacity: 1;
}
.p-top-location__area:focus-visible {
  outline: none;
}

.p-top-location__card:has(.p-top-location__area[data-area=hyogo]:hover) .p-top-location__btn[data-area=hyogo],
.p-top-location__card:has(.p-top-location__btn[data-area=hyogo]:hover) .p-top-location__btn[data-area=hyogo] {
  background-color: var(--secondary-color);
  color: var(--color-white);
  box-shadow: 0 0.125rem 0.75rem rgba(45, 119, 206, 0.32);
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__btn[data-area=hyogo]:hover) .p-top-location__area[data-area=hyogo] path,
.p-top-location__card:has(.p-top-location__area[data-area=hyogo]:hover) .p-top-location__area[data-area=hyogo] path {
  fill: var(--secondary-color);
  stroke-opacity: 0;
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__area[data-area=kyoto]:hover) .p-top-location__btn[data-area=kyoto],
.p-top-location__card:has(.p-top-location__btn[data-area=kyoto]:hover) .p-top-location__btn[data-area=kyoto] {
  background-color: var(--secondary-color);
  color: var(--color-white);
  box-shadow: 0 0.125rem 0.75rem rgba(45, 119, 206, 0.32);
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__btn[data-area=kyoto]:hover) .p-top-location__area[data-area=kyoto] path,
.p-top-location__card:has(.p-top-location__area[data-area=kyoto]:hover) .p-top-location__area[data-area=kyoto] path {
  fill: var(--secondary-color);
  stroke-opacity: 0;
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__area[data-area=wakayama]:hover) .p-top-location__btn[data-area=wakayama],
.p-top-location__card:has(.p-top-location__btn[data-area=wakayama]:hover) .p-top-location__btn[data-area=wakayama] {
  background-color: var(--secondary-color);
  color: var(--color-white);
  box-shadow: 0 0.125rem 0.75rem rgba(45, 119, 206, 0.32);
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__btn[data-area=wakayama]:hover) .p-top-location__area[data-area=wakayama] path,
.p-top-location__card:has(.p-top-location__area[data-area=wakayama]:hover) .p-top-location__area[data-area=wakayama] path {
  fill: var(--secondary-color);
  stroke-opacity: 0;
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__area[data-area=osaka]:hover) .p-top-location__btn[data-area=osaka],
.p-top-location__card:has(.p-top-location__btn[data-area=osaka]:hover) .p-top-location__btn[data-area=osaka] {
  background-color: var(--secondary-color);
  color: var(--color-white);
  box-shadow: 0 0.125rem 0.75rem rgba(45, 119, 206, 0.32);
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__btn[data-area=osaka]:hover) .p-top-location__area[data-area=osaka] path,
.p-top-location__card:has(.p-top-location__area[data-area=osaka]:hover) .p-top-location__area[data-area=osaka] path {
  fill: var(--secondary-color);
  stroke-opacity: 0;
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__area[data-area=nara]:hover) .p-top-location__btn[data-area=nara],
.p-top-location__card:has(.p-top-location__btn[data-area=nara]:hover) .p-top-location__btn[data-area=nara] {
  background-color: var(--secondary-color);
  color: var(--color-white);
  box-shadow: 0 0.125rem 0.75rem rgba(45, 119, 206, 0.32);
  opacity: 1;
}

.p-top-location__card:has(.p-top-location__btn[data-area=nara]:hover) .p-top-location__area[data-area=nara] path,
.p-top-location__card:has(.p-top-location__area[data-area=nara]:hover) .p-top-location__area[data-area=nara] path {
  fill: var(--secondary-color);
  stroke-opacity: 0;
  opacity: 1;
}

/*======================================================
  #TOPページ　Service
======================================================*/
.p-top-service {
  padding-top: 3.3125rem;
  padding-bottom: 3.1875rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-service {
    padding-top: 6.25rem;
    padding-bottom: 7.0625rem;
  }
}

.p-top-service__bg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top-service__bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: auto;
    min-width: 100vw;
    min-height: 4322px;
    pointer-events: none;
  }
}

.p-top-service__text {
  margin-top: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-service__text {
    line-height: 2.84;
    margin-top: 2.9375rem;
    font-size: 1.0625rem;
  }
}

.p-top-service__items {
  display: grid;
  gap: 1.5rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-top-service__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.0625rem;
    row-gap: 1.625rem;
    max-width: 49.5625rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-service__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1205px;
    margin-top: 7.5rem;
  }
}

.p-top-service__item {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 0.5rem;
  min-height: 21.8125rem;
  padding: 2.5rem;
  background-color: var(--color-white);
  border: 1px solid var(--secondary-color);
  border-radius: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__item {
    min-height: 23.125rem;
  }
}

.p-top-service__icon {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-top-service__icon {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.p-top-service__badge {
  display: inline-flex;
  align-items: center;
  height: 1.5625rem;
  padding-inline: 0.875rem;
  border-radius: 0.875rem;
  background-color: var(--badge-bg);
  color: var(--badge-color);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-top-service__badge {
    height: 1.9375rem;
    padding-inline: 1rem;
    border-radius: 1rem;
    font-size: 1rem;
  }
}

.p-top-service__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: -0.04em;
  color: var(--text-color);
}

.p-top-service__desc {
  width: 100%;
  padding-top: 0.5625rem;
  border-top: 1px solid var(--text-color);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-color);
}

/*======================================================
  #TOPページ　Company
======================================================*/
.p-top-company {
  padding-top: 1.8125rem;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-company {
    padding-top: 6.8125rem;
    padding-bottom: 9.375rem;
  }
}

.p-top-company__accent1 {
  position: absolute;
  top: 30.625rem;
  right: -1.1875rem;
  width: 10.4375rem;
  height: auto;
  aspect-ratio: 167/173;
  border-radius: 50%;
  background: linear-gradient(213deg, #FFBF62 -36.78%, #F9EFD9 67.6%);
  opacity: 0.72;
  rotate: 171.744deg;
}
@media screen and (min-width: 1024px) {
  .p-top-company__accent1 {
    top: 34.4375rem;
    right: -19.5rem;
    width: 53rem;
    background: linear-gradient(205deg, #FFBF62 -7.15%, #F9F7ED 76.91%);
    rotate: 110.744deg;
  }
}

.p-top-company__accent2 {
  position: absolute;
  bottom: 2.9375rem;
  left: -3.375rem;
  width: 10.4375rem;
  height: auto;
  aspect-ratio: 167/173;
  border-radius: 50%;
  background: linear-gradient(213deg, #FFBF62 -36.78%, #F9EFD9 67.6%);
  opacity: 0.72;
  rotate: 20.959deg;
}
@media screen and (min-width: 1024px) {
  .p-top-company__accent2 {
    bottom: -9.375rem;
    left: -16.5rem;
    width: 53rem;
    background: linear-gradient(205deg, #FFBF62 -7.15%, #F9F7ED 76.91%);
    rotate: -163.734deg;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-company__title .c-top-section-title__main {
    font-size: 2.75rem;
  }
}
.p-top-company__title .c-top-section-title__sub {
  right: 0.875rem;
  font-size: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-company__title .c-top-section-title__sub {
    right: 1.875rem;
    top: -2.25rem;
    font-size: 3.6875rem;
  }
}

.p-top-company__items {
  display: grid;
  gap: 3rem;
  list-style: none;
  margin-top: 2.25rem;
  padding: 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-company__items {
    margin-top: 7.5rem;
    gap: 12.5rem;
  }
}

.p-top-company__item {
  display: grid;
  gap: 1.5rem;
}

.p-top-company__img {
  display: block;
  width: calc(100% - 1rem);
  overflow: hidden;
}
.p-top-company__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 387/230;
  object-fit: cover;
}

.p-top-company__item--right .p-top-company__img {
  margin-left: auto;
  border-radius: 0.625rem 0 0 0.625rem;
}

.p-top-company__item--left .p-top-company__img {
  margin-right: auto;
  border-radius: 0 0.625rem 0.625rem 0;
}

.p-top-company__body {
  display: grid;
  gap: 0.5rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-company__body {
    gap: 1.5rem;
  }
}

.p-top-company__item-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-top-company__item-title {
    font-size: 2.1875rem;
    line-height: 1.0571428571;
  }
}

.p-top-company__text {
  font-size: 1rem;
  line-height: 1.875;
  color: #4f4f4f;
}
@media screen and (min-width: 1024px) {
  .p-top-company__text {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .p-top-company__item {
    align-items: center;
    gap: 0;
  }
  .p-top-company__item--left {
    grid-template-columns: 43.90625% 8.9583333333% 28.5416666667% 18.59375%;
  }
  .p-top-company__item--left .p-top-company__img {
    grid-column: 1;
    grid-row: 1;
  }
  .p-top-company__item--left .p-top-company__body {
    grid-column: 3;
    grid-row: 1;
  }
  .p-top-company__item--right {
    grid-template-columns: 18.59375% 28.5416666667% 8.9583333333% 43.90625%;
  }
  .p-top-company__item--right .p-top-company__body {
    grid-column: 2;
    grid-row: 1;
  }
  .p-top-company__item--right .p-top-company__img {
    grid-column: 4;
    grid-row: 1;
  }
  .p-top-company__item--left .p-top-company__img,
  .p-top-company__item--right .p-top-company__img {
    width: 100%;
    margin: 0;
    border-radius: 0.625rem;
  }
  .p-top-company__body {
    padding-inline: 0;
  }
}
/*======================================================
  #TOPページ　Message
======================================================*/
.p-top-message {
  padding-top: 2.5rem;
  padding-bottom: 1.375rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-message {
    padding-top: 6.25rem;
    padding-bottom: 9rem;
  }
}

.p-top-message__title .c-top-section-title__sub {
  right: 0.875rem;
  font-size: 2.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-message__title .c-top-section-title__sub {
    top: -2.25rem;
    font-size: 3.9375rem;
  }
}

.p-top-message__contents {
  background: rgba(229, 237, 245, 0.55);
  border-radius: 1.125rem;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
  padding-inline: 0.6875rem;
  margin-top: 2.6875rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-message__contents {
    margin-top: 8.9375rem;
    padding-top: 1.75rem;
    padding-bottom: 3.6875rem;
    padding-inline: 4.125rem;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.p-top-message__head {
  margin-inline: 0.6875rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-message__head {
    margin-inline: 0;
  }
}

.p-top-message__head-title {
  position: absolute;
  top: -3.25rem;
  left: 0.5rem;
  writing-mode: vertical-rl;
  background-color: var(--color-white);
  padding: 0.625rem;
  letter-spacing: 0.12em;
  font-size: 1.25rem;
  white-space: nowrap;
  line-height: 0.8;
}
@media screen and (min-width: 1024px) {
  .p-top-message__head-title {
    top: -5.8125rem;
    left: 0.625rem;
    font-size: 2.1875rem;
    letter-spacing: 0.2em;
  }
}
.p-top-message__head-title::before {
  position: absolute;
  content: "";
  top: -0.3125rem;
  left: -0.0875rem;
  background-color: var(--color-light-blue);
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-top-message__head-title::before {
    top: -0.625rem;
    left: -0.125rem;
    width: 1.125rem;
  }
}
.p-top-message__head-title::after {
  position: absolute;
  content: "";
  top: -0.125rem;
  left: -0.6875rem;
  background-color: var(--main-color);
  opacity: 0.9;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-top-message__head-title::after {
    top: -0.3125rem;
    left: -1.1875rem;
    width: 1.625rem;
  }
}

.p-top-message__head-copy {
  position: absolute;
  bottom: 1.8125rem;
  right: -1.5625rem;
  width: 13.0625rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-message__head-copy {
    bottom: 5.3125rem;
    right: 3.1875rem;
    width: 21.6875rem;
  }
}
.p-top-message__head-copy img {
  width: 100%;
  height: auto;
}

.p-top-message__position {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  position: relative;
  width: fit-content;
  margin-inline: auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-message__position {
    margin-top: 2.125rem;
    gap: 1.3125rem;
    padding-left: 3.375rem;
    margin-inline: 0;
  }
}
.p-top-message__position::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -2.0625rem;
  translate: 0 -50%;
  width: 1.8125rem;
  aspect-ratio: 29/31;
  height: auto;
  background: url("../../img/common/icon_texture.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .p-top-message__position::before {
    left: 0;
    width: 2.8125rem;
  }
}

.p-top-message__position-detail {
  display: grid;
}
.p-top-message__position-detail .small {
  font-size: 0.75rem;
  letter-spacing: -0.04em;
  line-height: 1.1666666667;
}
@media screen and (min-width: 1024px) {
  .p-top-message__position-detail .small {
    font-size: 1.0625rem;
  }
}
.p-top-message__position-detail .medium {
  font-size: 1.125rem;
  letter-spacing: -0.04em;
  line-height: 1.6666666667;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-top-message__position-detail .medium {
    font-size: 1.25rem;
  }
}

.p-top-message__position-name {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1024px) {
  .p-top-message__position-name {
    font-size: 2rem;
  }
}

.p-top-message__text {
  margin-top: 1.3125rem;
  letter-spacing: -0.04em;
  line-height: 2;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-message__text {
    margin-top: 1rem;
    font-size: 1.1875rem;
    padding-inline: 0.4375rem;
  }
}

.p-top-message__accent {
  position: absolute;
  bottom: -0.875rem;
  right: -0.625rem;
  width: 12.9375rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-message__accent {
    width: 30.5rem;
    bottom: -1.75rem;
    right: -2rem;
  }
}

/*======================================================
  #TOPページ　お探しのセクション
======================================================*/
.p-top-find {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-find {
    padding-top: 6.25rem;
    padding-bottom: 12.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-find__title .c-top-section-title__main {
    font-size: 2.25rem;
  }
}
.p-top-find__title .c-top-section-title__sub {
  right: 12.5rem;
  font-size: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-find__title .c-top-section-title__sub {
    top: -2.25rem;
    font-size: 3.9375rem;
  }
}

.p-top-find__contents {
  margin-top: 4.75rem;
  border-radius: 1.125rem;
  background: rgba(255, 242, 210, 0.55);
  padding-block: 2.125rem;
  padding-inline: 0.625rem;
  color: var(--color-black);
}
@media screen and (min-width: 1024px) {
  .p-top-find__contents {
    margin-top: 7.5rem;
    padding-block: 4.3125rem 3.75rem;
    padding-inline: 3.5625rem 2.75rem;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.p-top-find__img {
  width: 100%;
  aspect-ratio: 337/224;
  border-radius: 0.5625rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-top-find__img {
    aspect-ratio: 1068/425;
    border-radius: 0;
  }
}
.p-top-find__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-find__head-text {
  margin-top: 1.4375rem;
  padding-left: 1.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6111111111;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-find__head-text {
    margin-top: 5.3125rem;
    padding-left: 1.875rem;
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}
.p-top-find__head-text:before {
  position: absolute;
  content: "";
  top: -0.25rem;
  left: 0;
  width: 1.5625rem;
  aspect-ratio: 26/28;
  height: auto;
  background: url("data:image/svg+xml,%3csvg%20width='31'%20height='29'%20viewBox='0%200%2031%2029'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.52'%20filter='url(%23filter0_g_781_2538)'%3e%3ccircle%20cx='18.066'%20cy='12.3302'%20r='11.2449'%20transform='rotate(84.1628%2018.066%2012.3302)'%20fill='url(%23paint0_linear_781_2538)'/%3e%3c/g%3e%3cg%20opacity='0.52'%20filter='url(%23filter1_g_781_2538)'%3e%3ccircle%20cx='8.81926'%20cy='21.0995'%20r='6.91992'%20transform='rotate(84.1628%208.81926%2021.0995)'%20fill='url(%23paint1_linear_781_2538)'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_g_781_2538'%20x='6.40984'%20y='0.675938'%20width='23.3122'%20height='23.3083'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.99900001287460327%200.99900001287460327'%20numOctaves='3'%20seed='4048'%20/%3e%3cfeDisplacementMap%20in='shape'%20scale='0.81999999284744263'%20xChannelSelector='R'%20yChannelSelector='G'%20result='displacedImage'%20width='100%25'%20height='100%25'%20/%3e%3cfeMerge%20result='effect1_texture_781_2538'%3e%3cfeMergeNode%20in='displacedImage'/%3e%3c/feMerge%3e%3c/filter%3e%3cfilter%20id='filter1_g_781_2538'%20x='1.48797'%20y='13.7697'%20width='14.6598'%20height='14.6598'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.99900001287460327%200.99900001287460327'%20numOctaves='3'%20seed='4048'%20/%3e%3cfeDisplacementMap%20in='shape'%20scale='0.81999999284744263'%20xChannelSelector='R'%20yChannelSelector='G'%20result='displacedImage'%20width='100%25'%20height='100%25'%20/%3e%3cfeMerge%20result='effect1_texture_781_2538'%3e%3cfeMergeNode%20in='displacedImage'/%3e%3c/feMerge%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_781_2538'%20x1='8.77882'%20y1='2.96507'%20x2='33.3205'%20y2='29.5981'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.0240385'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23FB9B11'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_781_2538'%20x1='3.10409'%20y1='15.3364'%20x2='18.2067'%20y2='31.7259'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.0240385'%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23FB9B11'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-top-find__head-text:before {
    width: 2.8125rem;
    top: -0.625rem;
  }
}

.p-top-find__detail-text {
  margin-top: 1.4375rem;
  font-size: 1.0625rem;
  line-height: 1.8235294118;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-top-find__detail-text {
    padding-left: 1.875rem;
    margin-top: 2.5rem;
    font-size: 1.0625rem;
  }
}

.p-top-find__accent {
  position: absolute;
  width: 14.8125rem;
  height: auto;
  bottom: -0.375rem;
  right: -1.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-find__accent {
    width: 29.1875rem;
    bottom: -2.0625rem;
    right: 1.25rem;
  }
}

/*======================================================
  #TOPページ　CTA
======================================================*/
.p-top-cta {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-cta {
    padding-bottom: 0;
  }
}

.p-top-cta__main {
  width: 100%;
  aspect-ratio: 402/328;
  height: auto;
  position: relative;
  background: url("../../img/top/cta_bg_sp.webp") no-repeat center center/cover;
  display: grid;
  place-items: center;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-cta__main {
    aspect-ratio: 1920/677;
    background-image: url("../../img/top/cta_bg_pc.webp");
  }
}

.p-top-cta__text-wrap {
  max-width: 372px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-cta__text-wrap {
    max-width: initial;
  }
}

.p-top-cta__title {
  inline-size: fit-content;
  margin-left: auto;
  font-weight: 500;
  position: relative;
  z-index: 10;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-cta__title {
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-cta__title {
    font-size: 2.625rem;
  }
}
.p-top-cta__title::before {
  position: absolute;
  content: "";
  top: -0.625rem;
  left: -1.0625rem;
  width: 1.1875rem;
  height: auto;
  aspect-ratio: 1;
  rotate: 49.555deg;
  border-radius: 50%;
  background: linear-gradient(159deg, rgba(248, 241, 223, 0.67) 35.84%, rgba(255, 215, 116, 0.67) 86.34%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-top-cta__title::before {
    top: -1.3125rem;
    left: -3.25rem;
    width: 3.25rem;
  }
}
.p-top-cta__title::after {
  position: absolute;
  content: "";
  top: -1.1875rem;
  left: -0.3125rem;
  width: 1.3125rem;
  height: auto;
  aspect-ratio: 1;
  rotate: -21.494deg;
  border-radius: 50%;
  background: linear-gradient(137deg, #EAEEF3 8.52%, #3D88EB 122.49%);
  opacity: 0.52;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-top-cta__title::after {
    top: -2.9375rem;
    left: -1.875rem;
    width: 3.5rem;
  }
}
.p-top-cta__title .point {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-top-cta__title .point {
    font-size: 3.0625rem;
  }
}
.p-top-cta__title .point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  translate: -50% -100%;
  width: 0.375rem;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--main-color);
  border-radius: 50%;
}

.p-top-cta-main__text {
  margin-top: 4.5625rem;
  text-align: center;
  line-height: 1.34;
}
@media screen and (min-width: 1024px) {
  .p-top-cta-main__text {
    margin-top: 3.375rem;
    font-size: 1.125rem;
    text-align: left;
    inline-size: fit-content;
    margin-inline: auto;
  }
}

.p-top-cta__link {
  margin-top: 0.125rem;
  display: grid;
  place-items: center;
  width: 15.875rem;
  margin-inline: auto;
  padding-block: 0.875rem 0.6875rem;
  padding-inline: 2.8125rem;
  border-radius: 100vmax;
  background-color: var(--main-color);
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-top-cta__link {
    margin-top: 0;
    width: 26.9375rem;
    padding-block: 1.5rem 1.125rem;
    padding-inline: 4.6875rem;
    font-size: 1.6875rem;
  }
}
.p-top-cta__link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.9375rem;
  translate: 0 -50%;
  width: 1.5625rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../../img/common/icon_arrow_white.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .p-top-cta__link::before {
    right: 2.4375rem;
    width: 2.25rem;
  }
}
@media (any-hover: hover) {
  .p-top-cta__link:hover {
    background-color: var(--color-white);
    color: var(--main-color);
    opacity: 1;
  }
  .p-top-cta__link:hover::before {
    background-image: url("../../img/common/icon_arrow_orange.svg");
  }
}

/* --- CTA 下部の波（無限スライド）とカモのアニメーション --- */
.p-top-cta__wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7.5rem;
  background: url("../../img/top/wave_separator_sp.webp") repeat-x left bottom;
  background-size: 25.125rem 7.5rem;
  animation: cta-wave-slide-sp 7s linear infinite;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-cta__wave {
    height: clamp(12.5rem, 14.7395833333vw, 17.6875rem);
    background-image: url("../../img/top/wave_separator_pc_loop.webp");
    background-size: 100vw clamp(12.5rem, 14.7395833333vw, 17.6875rem);
    animation-name: cta-wave-slide-pc;
    animation-duration: 20s;
  }
}

@keyframes cta-wave-slide-sp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -25.125rem;
  }
}
@keyframes cta-wave-slide-pc {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100vw;
  }
}
.p-top-cta__foot {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-cta__foot {
    padding-bottom: 2.5rem;
    background-color: #73b0fc;
  }
}

.p-top-cta__ducks {
  position: absolute;
  top: 1.5rem;
  right: 2.25rem;
  display: flex;
  align-items: flex-end;
  gap: 0.3125rem;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.7));
}
@media screen and (min-width: 768px) {
  .p-top-cta__ducks {
    top: 2.3958333333vw;
    right: 12.1875vw;
    gap: 0.8333333333vw;
  }
}

.p-top-cta__duck {
  height: auto;
  transform-origin: center bottom;
  --bob: -0.4375rem;
  animation: cta-duck-bob 7s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-top-cta__duck {
    --bob: calc(14 / 1920 * 100vw * -1);
  }
}
.p-top-cta__duck:nth-child(1) {
  width: 1.625rem;
  animation-delay: 0s;
}
@media screen and (min-width: 768px) {
  .p-top-cta__duck:nth-child(1) {
    width: 3.6458333333vw;
  }
}
.p-top-cta__duck:nth-child(2) {
  width: 1.25rem;
  animation-delay: -0.6s;
}
@media screen and (min-width: 768px) {
  .p-top-cta__duck:nth-child(2) {
    width: 2.8125vw;
  }
}
.p-top-cta__duck:nth-child(3) {
  width: 0.8125rem;
  animation-delay: -1.2s;
}
@media screen and (min-width: 768px) {
  .p-top-cta__duck:nth-child(3) {
    width: 1.8229166667vw;
  }
}

@keyframes cta-duck-bob {
  0%, 100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(var(--bob)) rotate(3deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-top-cta__wave,
  .p-top-cta__duck {
    animation: none;
  }
}
.p-recruit-top__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
.p-recruit-top__bg img {
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 69.375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-top__bg img {
    min-height: 141.5rem;
  }
}

.p-recruit-fv {
  position: relative;
  z-index: 30;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv {
    margin-top: 0.5625rem;
  }
}

.p-recruit-main {
  background-color: #F0F0F0;
}

.p-recruit-fv__inner {
  position: relative;
}

.p-recruit-fv__img {
  display: block;
  width: 100%;
  aspect-ratio: 358/289;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__img {
    aspect-ratio: 1200/900;
    border-radius: 1.4375rem;
  }
}
.p-recruit-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit-fv__copy {
  position: absolute;
  bottom: 2.25rem;
  left: -0.1875rem;
  display: grid;
  gap: 0.3125rem;
  text-align: left;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy {
    bottom: 12.1875rem;
    left: 3.0625rem;
    gap: 0.6875rem;
  }
}
.p-recruit-fv__copy::before {
  position: absolute;
  content: "";
  top: -0.375rem;
  left: 0;
  width: 0.5625rem;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color-light-blue);
  border-radius: 50%;
  opacity: 0.78;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy::before {
    top: -0.9375rem;
    left: 0.125rem;
    width: 1.125rem;
  }
}
.p-recruit-fv__copy::after {
  position: absolute;
  content: "";
  top: -0.25rem;
  left: -0.5rem;
  width: 0.8125rem;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--main-color);
  border-radius: 50%;
  opacity: 0.78;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy::after {
    top: -0.625rem;
    left: -0.9375rem;
    width: 1.625rem;
  }
}

.p-recruit-fv__copy-top {
  background-color: var(--color-white);
  padding-block: 0.3125rem;
  padding-inline: 0.625rem;
  width: fit-content;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy-top {
    padding-block: 0.5rem;
    padding-inline: 0.6875rem;
  }
}
.p-recruit-fv__copy-top img {
  width: 11.125rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy-top img {
    width: 18.625rem;
  }
}

.p-recruit-fv__copy-bottom {
  background-color: var(--color-white);
  padding-block: 0.3125rem;
  padding-inline: 0.625rem;
  width: fit-content;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy-bottom {
    padding-block: 0.5rem;
    padding-inline: 0.6875rem;
  }
}
.p-recruit-fv__copy-bottom img {
  width: 8.375rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-recruit-fv__copy-bottom img {
    width: 14.75rem;
  }
}

.p-recruit-fv__copy-top,
.p-recruit-fv__copy-bottom {
  clip-path: inset(0 100% 0 0 round 0.1875rem);
}

.p-recruit-fv__copy-top img,
.p-recruit-fv__copy-bottom img {
  clip-path: inset(0 100% 0 0);
}

.p-recruit-fv__accent {
  position: absolute;
  height: auto;
}

.p-recruit-fv__accent1 {
  top: 9.8888888889%;
  left: 1.8333333333%;
  width: 1.875rem;
}

.p-recruit-fv__accent2 {
  top: 22.8888888889%;
  left: 13.0833333333%;
  width: 1.875rem;
  opacity: 0.17;
}

.p-recruit-fv__accent3 {
  top: 14.2222222222%;
  left: 42.8333333333%;
  width: 1.875rem;
}

.p-recruit-fv__accent4 {
  top: 5.8888888889%;
  right: 18.1666666667%;
  width: 1.875rem;
}

.p-recruit-fv__accent5 {
  top: 24.2222222222%;
  right: 9.25%;
  width: 2.1875rem;
}

.p-recruit-fv__accent6 {
  bottom: 9.5555555556%;
  right: 10.75%;
  width: 3.875rem;
}

/*======================================================
  #採用情報　Introduction
======================================================*/
.p-recruit-introduction {
  position: relative;
  z-index: 10;
  margin-top: 2.625rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction {
    margin-top: 8.75rem;
    padding-bottom: 15.4375rem;
    max-width: 1920px;
    margin-inline: auto;
  }
}

.p-recruit-introduction__contents {
  display: grid;
  gap: 2.375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction__contents {
    grid-template-columns: 570fr 650fr;
    gap: 1.25rem;
    align-items: center;
  }
}

.p-recruit-introduction__text-wrap {
  display: grid;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction__text-wrap {
    gap: 1rem;
  }
}

.p-recruit-introduction__title {
  margin-inline: auto;
  font-size: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction__title {
    margin-left: 0;
    font-size: 1.75rem;
  }
}
.p-recruit-introduction__title .c-recruit-section-title__sub {
  top: -1.875rem;
  left: -1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction__title .c-recruit-section-title__sub {
    left: -14rem;
    top: -5.625rem;
  }
}

.p-recruit-introduction__text {
  text-align: center;
  line-height: 1.96;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction__text {
    text-align: left;
    line-height: 2.84;
  }
}

.p-recruit-introduction__img {
  width: 18.75rem;
  height: auto;
  margin-inline: auto;
  border-radius: 0.4375rem;
  overflow: hidden;
  scale: 1.2;
}
@media screen and (min-width: 1024px) {
  .p-recruit-introduction__img {
    width: 100%;
    border-radius: 1.5625rem;
  }
}
.p-recruit-introduction__img img {
  width: 100%;
  height: auto;
}

.p-recruit-introduction__accent {
  position: absolute;
  height: auto;
  z-index: -1;
  pointer-events: none;
}

.p-recruit-introduction__accent1 {
  top: 11.4921223355%;
  left: 27.0833333333%;
  width: 1.875rem;
}

.p-recruit-introduction__accent2 {
  top: 28.9156626506%;
  left: 43.75%;
  width: 1.875rem;
}

.p-recruit-introduction__accent3 {
  top: 50.7877664504%;
  left: 7.2395833333%;
  width: 1.875rem;
}

.p-recruit-introduction__accent4 {
  top: 61.7238183503%;
  left: 14.2708333333%;
  width: 1.875rem;
}

.p-recruit-introduction__accent5 {
  top: 73.8646895273%;
  left: 11.6145833333%;
  width: 2.125rem;
}

.p-recruit-introduction__accent6 {
  top: 69.5088044486%;
  left: 40.625%;
  width: 2.1875rem;
}

.p-recruit-introduction__accent7 {
  top: 20.4819277108%;
  right: 11.71875%;
  width: 1.875rem;
}

.p-recruit-introduction__accent8 {
  top: 39.2956441149%;
  right: 9.2708333333%;
  width: 3.875rem;
}

.p-recruit-introduction__accent9 {
  top: 77.2937905468%;
  right: 9.7395833333%;
  width: 1.875rem;
}

.p-recruit-introduction__accent1 {
  --u-float-duration: 4s;
  --u-float-delay: -0.2s;
  --u-float-amp: 0.5rem;
  animation-name: u-float-up;
}

.p-recruit-introduction__accent2 {
  --u-float-duration: 3.6s;
  --u-float-delay: -1.1s;
  --u-float-amp: 0.4375rem;
  animation-name: u-float-down;
}

.p-recruit-introduction__accent3 {
  --u-float-duration: 4.4s;
  --u-float-delay: -0.6s;
  --u-float-amp: 0.5625rem;
  animation-name: u-float-up;
}

.p-recruit-introduction__accent4 {
  --u-float-duration: 3.8s;
  --u-float-delay: -1.6s;
  --u-float-amp: 0.4375rem;
  animation-name: u-float-down;
}

.p-recruit-introduction__accent5 {
  --u-float-duration: 4.6s;
  --u-float-delay: -0.9s;
  --u-float-amp: 0.625rem;
  animation-name: u-float-up;
}

.p-recruit-introduction__accent6 {
  --u-float-duration: 4.2s;
  --u-float-delay: -0.3s;
  --u-float-amp: 0.5rem;
  animation-name: u-float-down;
}

.p-recruit-introduction__accent7 {
  --u-float-duration: 3.5s;
  --u-float-delay: -1.3s;
  --u-float-amp: 0.375rem;
  animation-name: u-float-up;
}

.p-recruit-introduction__accent8 {
  --u-float-duration: 4.8s;
  --u-float-delay: -2s;
  --u-float-amp: 0.6875rem;
  animation-name: u-float-down;
}

.p-recruit-introduction__accent9 {
  --u-float-duration: 3.9s;
  --u-float-delay: -0.7s;
  --u-float-amp: 0.5rem;
  animation-name: u-float-up;
}

/*======================================================
  #採用情報　Numbers
======================================================*/
.p-recruit-numbers {
  padding-top: 8.5rem;
  padding-bottom: 5.625rem;
  margin-top: -4rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers {
    padding-top: 18.5rem;
    padding-bottom: 6.625rem;
    margin-top: -15.4375rem;
  }
}

.p-recruit-numbers__title {
  margin-inline: auto;
}
.p-recruit-numbers__title .c-recruit-section-title__sub {
  font-size: 1.875rem;
  top: -1.5rem;
  left: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-numbers__title .c-recruit-section-title__sub {
    font-size: 3.6875rem;
    left: auto;
    right: 3.75rem;
    translate: 100% 0;
    top: -1rem;
  }
}

.p-recruit-numbers .l-lower-inner {
  padding-inline: 1.375rem;
}

.p-recruit-numbers__contents {
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__contents {
    margin-top: 7.5rem;
  }
}

.p-recruit-numbers__bg1 {
  position: absolute;
  width: 24.375rem;
  aspect-ratio: 1;
  height: auto;
  left: -15.5rem;
  top: -1.25rem;
  scale: 0;
  opacity: 0;
  transition: scale 1s ease-out, opacity 1s ease-out;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__bg1 {
    width: 81.25%;
    left: 50%;
    translate: -50% 0;
    top: -3.125rem;
  }
}

.p-recruit-numbers__bg2 {
  position: absolute;
  width: 24.375rem;
  aspect-ratio: 1;
  height: auto;
  right: -12rem;
  bottom: -12.3125rem;
  scale: 0;
  transition: scale 0.8s ease-out;
}
@media screen and (min-width: 768px) {
  .p-recruit-numbers__bg2 {
    display: none;
  }
}

.p-recruit-numbers__bg1.is-revealed,
.p-recruit-numbers__bg2.is-revealed {
  scale: 1;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .p-recruit-numbers__bg1,
  .p-recruit-numbers__bg2 {
    transition-duration: 0s;
  }
}
.p-numbers-list {
  display: grid;
  gap: 1.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-numbers-list {
    container-type: inline-size;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: calc(62 / 1200 * 100cqw);
    max-width: 75rem;
    margin-inline: auto;
  }
}

.p-numbers-card {
  display: flex;
  flex-direction: column;
  height: 8.875rem;
  padding: 0.5rem 1.375rem 0rem;
  background: rgba(229, 237, 246, 0.87);
  border-radius: 0.5625rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-numbers-card {
    flex: 0 0 auto;
    height: calc(237.771 / 1200 * 100cqw);
    padding: calc(16 / 1200 * 100cqw) calc(40 / 1200 * 100cqw);
    border-radius: calc(23 / 1200 * 100cqw);
    box-shadow: 0 calc(4 / 1200 * 100cqw) calc(15 / 1200 * 100cqw) rgba(0, 0, 0, 0.25);
  }
}

.p-numbers-card__label {
  align-self: center;
  color: var(--secondary-color);
  font-size: 1.125rem;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-numbers-card__label {
    align-self: flex-start;
    font-size: calc(20 / 1200 * 100cqw);
    text-underline-offset: calc(3 / 1200 * 100cqw);
  }
}
.p-numbers-card__label::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.5625rem;
  border-radius: 50%;
  background: var(--secondary-color);
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-numbers-card__label::before {
    width: calc(11.89 / 1200 * 100cqw);
    height: calc(11.89 / 1200 * 100cqw);
    margin-right: calc(7 / 1200 * 100cqw);
  }
}

.p-numbers-card__body {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.75rem;
}

.p-numbers-card__data {
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  font-weight: 900;
  line-height: 1;
  color: rgba(245, 175, 75, 0.9);
}

.p-numbers-card__num {
  font-size: 5rem;
  letter-spacing: -0.04em;
  filter: blur(0.2em);
  transition: filter 1s ease-out;
  transition-delay: calc(var(--numbers-index, 0) * 0.5s);
}
@media screen and (min-width: 768px) {
  .p-numbers-card__num {
    font-size: calc(80 / 1200 * 100cqw);
  }
}

.p-numbers-list--revealed .p-numbers-card__num {
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .p-numbers-card__num {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.p-numbers-card__unit {
  font-size: 1.125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-numbers-card__unit {
    font-size: calc(44 / 1200 * 100cqw);
  }
}

.p-numbers-card__icon {
  flex-shrink: 0;
  display: block;
}
.p-numbers-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-numbers-card--prescription {
    width: calc(433.932 / 1200 * 100cqw);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--prescription .p-numbers-card__label {
    font-size: calc(21 / 1200 * 100cqw);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--prescription .p-numbers-card__data {
    grid-area: 1/1;
    place-self: start;
    margin-top: calc(8 / 1200 * 100cqw);
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--prescription .p-numbers-card__num {
    font-size: calc(145 / 1200 * 100cqw);
    margin-top: calc(16 / 1200 * 100cqw);
  }
}
.p-numbers-card--prescription .p-numbers-card__unit {
  color: #f3b65c;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--prescription .p-numbers-card__unit {
    font-size: calc(51 / 1200 * 100cqw);
  }
}
.p-numbers-card--prescription .p-numbers-card__icon {
  width: 7.375rem;
  height: 6.125rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--prescription .p-numbers-card__icon {
    width: calc(136 / 1200 * 100cqw);
    height: calc(161 / 1200 * 100cqw);
  }
}

.p-numbers-card--gender {
  padding: 0.5rem 0.75rem 0.75rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender {
    width: calc(728 / 1200 * 100cqw);
  }
}
.p-numbers-card--gender .p-numbers-card__body {
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender .p-numbers-card__body {
    padding-inline: calc(30 / 1200 * 100cqw);
    gap: calc(10 / 1200 * 100cqw);
  }
}
.p-numbers-card--gender .p-numbers-card__data {
  flex-direction: column;
  align-items: center;
}
.p-numbers-card--gender .p-numbers-card__num {
  font-size: 3.8125rem;
}
.p-numbers-card--gender .p-numbers-card__num .small {
  font-size: 1.5rem;
}
.p-numbers-card--gender .p-numbers-card__sublabel {
  font-family: var(--ff-number);
  font-weight: 900;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender .p-numbers-card__sublabel {
    font-size: calc(44 / 1200 * 100cqw);
  }
}
.p-numbers-card--gender .p-numbers-card__data--male {
  color: var(--secondary-color);
}
.p-numbers-card--gender .p-numbers-card__data--male .p-numbers-card__num {
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender .p-numbers-card__data--male .p-numbers-card__num {
    font-size: calc(133 / 1200 * 100cqw);
  }
  .p-numbers-card--gender .p-numbers-card__data--male .p-numbers-card__num .small {
    font-size: calc(63 / 1200 * 100cqw);
  }
}
.p-numbers-card--gender .p-numbers-card__data--female .p-numbers-card__num {
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender .p-numbers-card__data--female .p-numbers-card__num {
    font-size: calc(133 / 1200 * 100cqw);
  }
  .p-numbers-card--gender .p-numbers-card__data--female .p-numbers-card__num .small {
    font-size: calc(63 / 1200 * 100cqw);
  }
}
.p-numbers-card--gender .p-numbers-card__data--female .p-numbers-card__sublabel {
  color: #f3b65c;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender .p-numbers-card__data--female .p-numbers-card__sublabel {
    color: #f5af4b;
  }
}
.p-numbers-card--gender .p-numbers-card__icon {
  width: 4.25rem;
  height: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--gender .p-numbers-card__icon {
    width: calc(131.509 / 1200 * 100cqw);
    height: calc(156.029 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-numbers-card--store {
    width: calc(580.31 / 1200 * 100cqw);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--store .p-numbers-card__body {
    gap: calc(40 / 1200 * 100cqw);
    margin-top: 0;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--store .p-numbers-card__num {
    font-size: calc(186 / 1200 * 100cqw);
  }
}
.p-numbers-card--store .p-numbers-card__unit {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--store .p-numbers-card__unit {
    font-size: calc(44 / 1200 * 100cqw);
  }
}
.p-numbers-card--store .p-numbers-card__icon {
  width: 6.0625rem;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--store .p-numbers-card__icon {
    width: calc(180 / 1200 * 100cqw);
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-numbers-card--holiday {
    width: calc(578.823 / 1200 * 100cqw);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--holiday .p-numbers-card__body {
    gap: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--holiday .p-numbers-card__num {
    font-size: calc(173 / 1200 * 100cqw);
  }
}
.p-numbers-card--holiday .p-numbers-card__unit {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--holiday .p-numbers-card__unit {
    font-size: calc(65 / 1200 * 100cqw);
  }
}
.p-numbers-card--holiday .p-numbers-card__icon {
  width: 5.5rem;
  height: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--holiday .p-numbers-card__icon {
    width: calc(158.157 / 1200 * 100cqw);
    height: calc(148.607 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-numbers-card--staff {
    width: calc(683.591 / 1200 * 100cqw);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--staff .p-numbers-card__body {
    gap: calc(70 / 1200 * 100cqw);
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--staff .p-numbers-card__num {
    font-size: calc(186 / 1200 * 100cqw);
  }
}
.p-numbers-card--staff .p-numbers-card__unit {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--staff .p-numbers-card__unit {
    font-size: calc(44 / 1200 * 100cqw);
  }
}
.p-numbers-card--staff .p-numbers-card__icon {
  width: 6.0625rem;
  height: 4.3125rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--staff .p-numbers-card__icon {
    width: calc(206.562 / 1200 * 100cqw);
    height: calc(147.533 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-numbers-card--overtime {
    width: calc(477.028 / 1200 * 100cqw);
    padding-left: calc(18 / 1200 * 100cqw);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--overtime .p-numbers-card__body {
    gap: 0;
  }
}
.p-numbers-card--overtime .p-numbers-card__prefix {
  align-self: flex-start;
  font-family: var(--ff-number);
  font-weight: 900;
  font-size: 1.125rem;
  color: #f3b65c;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--overtime .p-numbers-card__prefix {
    font-size: calc(23 / 1200 * 100cqw);
    color: var(--secondary-color);
  }
}
@media screen and (min-width: 768px) {
  .p-numbers-card--overtime .p-numbers-card__num {
    font-size: calc(166 / 1200 * 100cqw);
    letter-spacing: -0.03em;
  }
}
.p-numbers-card--overtime .p-numbers-card__unit {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--overtime .p-numbers-card__unit {
    font-size: calc(44 / 1200 * 100cqw);
  }
}
.p-numbers-card--overtime .p-numbers-card__icon {
  width: 6.25rem;
  height: 6rem;
  margin-top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-numbers-card--overtime .p-numbers-card__icon {
    width: calc(158 / 1200 * 100cqw);
    height: calc(148 / 1200 * 100cqw);
    margin-top: 0;
  }
}

/*======================================================
  #募集要項　Description
======================================================*/
.p-recruit-description {
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 30;
}
@media screen and (min-width: 1024px) {
  .p-recruit-description {
    padding-top: 5.875rem;
    padding-bottom: 6.25rem;
    z-index: 10;
  }
}

.p-recruit-description__bg {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: auto;
  min-width: 102.4752475248%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-recruit-description__bg {
    top: -9.9375rem;
    min-width: calc(6.25% * 1rem);
  }
}
.p-recruit-description__bg img {
  width: 100%;
}

.p-recruit-description__title {
  margin-inline: auto;
}
.p-recruit-description__title .c-recruit-section-title__sub {
  top: -0.875rem;
  left: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-description__title .c-recruit-section-title__sub {
    left: auto;
    right: 1rem;
    translate: 100% 0;
    top: 0.75rem;
    line-height: 1;
    font-size: 4.875rem;
  }
}

.p-recruit-description__list {
  display: grid;
  gap: 2.125rem;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-description__list {
    container-type: inline-size;
    max-width: 1200px;
    margin-inline: auto;
    gap: calc(34 / 1200 * 100cqw);
    margin-top: 7.5625rem;
  }
}

.p-recruit-description__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 9rem;
  padding-left: 0.875rem;
  background: var(--color-white);
  border-radius: 0.8125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-description__card {
    height: calc(324.515 / 1200 * 100cqw);
    gap: calc(20 / 1200 * 100cqw);
    padding-left: calc(49 / 1200 * 100cqw);
    border-radius: calc(18 / 1200 * 100cqw);
  }
}

.p-recruit-description__head {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-description__head {
    gap: calc(14 / 1200 * 100cqw);
  }
}

.p-recruit-description__label {
  color: var(--text-color);
  font-size: 0.9375rem;
  letter-spacing: -0.0375rem;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .p-recruit-description__label {
    font-size: calc(26 / 1200 * 100cqw);
    letter-spacing: -0.04em;
    line-height: normal;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-description__br-sp {
    display: none;
  }
}

.p-recruit-description__arrow {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-description__arrow {
    width: calc(34 / 1200 * 100cqw);
    height: calc(34 / 1200 * 100cqw);
  }
}
.p-recruit-description__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-recruit-description__img {
  flex-shrink: 0;
  width: 10.375rem;
  height: 9rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-description__img {
    height: 100%;
  }
}
.p-recruit-description__img picture {
  display: contents;
}
.p-recruit-description__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-recruit-description__item:nth-child(1) .p-recruit-description__card {
    height: calc(517.429 / 1200 * 100cqw);
  }
  .p-recruit-description__item:nth-child(1) .p-recruit-description__label {
    font-size: calc(43 / 1200 * 100cqw);
  }
  .p-recruit-description__item:nth-child(1) .p-recruit-description__arrow {
    width: calc(58 / 1200 * 100cqw);
    height: calc(58 / 1200 * 100cqw);
  }
  .p-recruit-description__item:nth-child(1) .p-recruit-description__img {
    width: calc(668 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-description__item:nth-child(2) .p-recruit-description__img {
    width: calc(720 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-description__item:nth-child(3) .p-recruit-description__card {
    height: calc(328.484 / 1200 * 100cqw);
  }
  .p-recruit-description__item:nth-child(3) .p-recruit-description__img {
    width: calc(718 / 1200 * 100cqw);
  }
}

/*======================================================
  #研修・人材育成
======================================================*/
.p-recruit-grow {
  padding-top: 1.3125rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 40;
}
@media screen and (min-width: 1024px) {
  .p-recruit-grow {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-recruit-grow__title {
  margin-inline: auto;
}
.p-recruit-grow__title .c-recruit-section-title__sub {
  font-size: 1.6875rem;
  top: -0.25rem;
  right: 2.75rem;
  line-height: 1;
  translate: 100% 0;
}
@media screen and (min-width: 1024px) {
  .p-recruit-grow__title .c-recruit-section-title__sub {
    font-size: 5.375rem;
    right: 4rem;
    top: -1.75rem;
  }
}

.p-recruit-grow__contents {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__contents {
    margin-top: 7.5rem;
    container-type: inline-size;
    max-width: 75rem;
    margin-inline: auto;
  }
}

.p-recruit-grow__card {
  --grow-blue: var(--secondary-color);
  --grow-line: var(--color-blue);
  width: 100%;
  padding: 1.75rem 0.75rem 1.125rem;
  background: var(--color-white);
  border: 1px solid var(--grow-line);
  border-radius: 0.9375rem;
  color: var(--grow-blue);
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__card {
    padding: calc(80 / 1200 * 100cqw) calc(61 / 1200 * 100cqw) calc(56 / 1200 * 100cqw);
    border-width: calc(3 / 1200 * 100cqw);
    border-radius: calc(30 / 1200 * 100cqw);
  }
}

.p-recruit-grow__rx-title {
  font-family: "Kosugi Maru", var(--ff-base);
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__rx-title {
    font-size: calc(48 / 1200 * 100cqw);
  }
}
.p-recruit-grow__rx-title::after {
  content: "";
  display: block;
  width: 13.375rem;
  max-width: 100%;
  height: 0.125rem;
  margin: 0.875rem auto 0;
  background: var(--grow-blue);
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__rx-title::after {
    width: calc(618 / 1200 * 100cqw);
    height: calc(8 / 1200 * 100cqw);
    margin-top: calc(30 / 1200 * 100cqw);
  }
}

.p-recruit-grow__patient {
  display: flex;
  align-items: center;
  height: 1.8125rem;
  width: 18.9375rem;
  max-width: 100%;
  margin: 1.5rem auto 0;
  padding-inline: 1.25rem;
  border: 1px solid var(--grow-line);
  border-radius: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__patient {
    height: calc(131 / 1200 * 100cqw);
    width: calc(1078 / 1200 * 100cqw);
    margin-top: calc(40 / 1200 * 100cqw);
    padding-inline: calc(40 / 1200 * 100cqw);
    border-width: calc(3 / 1200 * 100cqw);
    border-radius: calc(23 / 1200 * 100cqw);
  }
}

.p-recruit-grow__patient-name {
  display: block;
  width: 6.25rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__patient-name {
    width: calc(389 / 1200 * 100cqw);
  }
}

.p-recruit-grow__patient-honorific {
  flex-shrink: 0;
  font-family: "Kosugi Maru", var(--ff-base);
  font-size: 1.0625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__patient-honorific {
    font-family: var(--ff-base);
    font-size: calc(60 / 1200 * 100cqw);
    letter-spacing: calc(4.8 / 1200 * 100cqw);
  }
}

.p-recruit-grow__dose {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-recruit-grow__dose-label {
  font-family: "Kosugi Maru", var(--ff-base);
  font-size: 0.75rem;
  line-height: 1;
  color: var(--color-white);
  background: var(--grow-blue);
  border-radius: 1rem;
  padding: 0.25rem 0.875rem;
  translate: 0 -1.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__dose-label {
    font-size: calc(24 / 1200 * 100cqw);
    padding: calc(5 / 1200 * 100cqw) calc(28 / 1200 * 100cqw);
    border-radius: calc(16 / 1200 * 100cqw);
    translate: calc(-20 / 1200 * 100cqw) calc(-74 / 1200 * 100cqw);
  }
}

.p-recruit-grow__date {
  display: inline-flex;
  align-items: baseline;
  margin-right: 1.5rem;
  font-family: var(--ff-base);
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__date {
    margin-right: 0;
    font-size: calc(18 / 1200 * 100cqw);
    letter-spacing: calc(1.44 / 1200 * 100cqw);
    padding: 0 calc(12 / 1200 * 100cqw) calc(6 / 1200 * 100cqw);
    border-bottom: max(1px, 2 / 1200 * 100cqw) solid var(--grow-blue);
    align-items: flex-end;
  }
}

.p-recruit-grow__date-num {
  align-self: center;
  width: auto;
  height: 0.8125rem;
  margin-inline: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__date-num {
    height: calc(29 / 1200 * 100cqw);
    margin-inline: calc(5 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-grow__date-unit:not(:last-of-type) {
    margin-right: calc(54 / 1200 * 100cqw);
  }
}

.p-recruit-grow__body {
  margin-top: 1.375rem;
  padding: 1rem 0.75rem 1.625rem 1.8125rem;
  border: 1px solid var(--grow-line);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__body {
    margin-top: calc(126 / 1200 * 100cqw);
    padding: calc(61 / 1200 * 100cqw) calc(78 / 1200 * 100cqw) calc(120 / 1200 * 100cqw) calc(57 / 1200 * 100cqw);
    border-width: calc(3 / 1200 * 100cqw);
    border-radius: calc(30 / 1200 * 100cqw);
  }
}

.p-recruit-grow__badge {
  display: inline-block;
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06rem;
  line-height: 1.3333333333;
  color: var(--color-white);
  background: var(--grow-blue);
  padding-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__badge {
    margin-top: calc(24 / 1200 * 100cqw);
    font-size: calc(20 / 1200 * 100cqw);
    letter-spacing: calc(1.6 / 1200 * 100cqw);
    padding: calc(2 / 1200 * 100cqw) calc(12 / 1200 * 100cqw);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-grow__cols {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: calc(28 / 1200 * 100cqw);
  }
}

.p-recruit-grow__steps {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__steps {
    flex-shrink: 0;
    width: calc(337 / 1200 * 100cqw);
    margin-top: 0;
  }
}

.p-recruit-grow__step {
  display: grid;
  grid-template-columns: 1rem 1fr;
  column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__step {
    grid-template-columns: calc(29 / 1200 * 100cqw) 1fr;
    column-gap: calc(42 / 1200 * 100cqw);
  }
}

.p-recruit-grow__step--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__step--pc {
    display: grid;
  }
}

.p-recruit-grow__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-recruit-grow__marker::after {
  content: "";
  flex: 1;
  width: 0.0625rem;
  margin-top: 0.25rem;
  background: var(--grow-blue);
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__marker::after {
    width: calc(1 / 1200 * 100cqw);
    margin-top: calc(8 / 1200 * 100cqw);
  }
}

.p-recruit-grow__step:last-child .p-recruit-grow__marker::after {
  display: none;
}

.p-recruit-grow__pill {
  display: block;
  width: 1rem;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__pill {
    width: calc(29 / 1200 * 100cqw);
    height: calc(29 / 1200 * 100cqw);
  }
}

.p-recruit-grow__step-body {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__step-body {
    padding-bottom: calc(123 / 1200 * 100cqw);
  }
}

.p-recruit-grow__step-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__step-title {
    font-size: calc(19 / 1200 * 100cqw);
    letter-spacing: calc(1.52 / 1200 * 100cqw);
    line-height: 2;
  }
}

.p-recruit-grow__step-list {
  margin-top: 0.5rem;
  padding-left: 1.3125rem;
  font-size: 0.875rem;
  letter-spacing: 0.07rem;
  line-height: 2;
}
.p-recruit-grow__step-list li {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__step-list {
    margin-top: calc(11 / 1200 * 100cqw);
    padding-left: calc(25 / 1200 * 100cqw);
    font-size: calc(17 / 1200 * 100cqw);
    letter-spacing: calc(1.36 / 1200 * 100cqw);
    line-height: 2;
  }
}

.p-recruit-grow__step-photo {
  display: block;
  width: 14rem;
  max-width: 100%;
  height: auto;
  margin: 0.75rem 0 0 auto;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__step-photo {
    display: none;
  }
}

.p-recruit-grow__photos {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__photos {
    display: flex;
    flex-direction: column;
    gap: calc(77 / 1200 * 100cqw);
    flex-shrink: 0;
    width: calc(426 / 1200 * 100cqw);
  }
}

.p-recruit-grow__photo-pc {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(18 / 1200 * 100cqw);
}

.p-recruit-grow__pharmacy {
  margin-top: 0.9375rem;
  font-family: "Kosugi Maru", var(--ff-base);
  font-size: 0.75rem;
  text-align: center;
  color: var(--grow-line);
}
@media screen and (min-width: 768px) {
  .p-recruit-grow__pharmacy {
    margin-top: calc(40 / 1200 * 100cqw);
    font-size: calc(29 / 1200 * 100cqw);
  }
}

/*======================================================
  #福利厚生
======================================================*/
.p-recruit-benefits {
  padding-top: 2.125rem;
  padding-bottom: 6.25rem;
  position: relative;
  z-index: 20;
}

.p-recruit-benefits__title {
  margin-inline: auto;
}
.p-recruit-benefits__title .c-recruit-section-title__sub {
  font-size: 1.5625rem;
  top: -1.375rem;
  right: 1.25rem;
  translate: 100% 0;
}
@media screen and (min-width: 1024px) {
  .p-recruit-benefits__title .c-recruit-section-title__sub {
    left: auto;
    right: 1.875rem;
    top: -2rem;
    font-size: 4.5rem;
    line-height: 1;
  }
}

.p-recruit-benefits__contents {
  position: relative;
  margin-top: 0.875rem;
  background: rgba(255, 242, 210, 0.55);
  border-radius: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__contents {
    container-type: inline-size;
    margin-top: 3.75rem;
  }
}

.p-recruit-benefits__head {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__head {
    padding-top: calc(38 / 1200 * 100cqw);
  }
}

.p-recruit-benefits__img {
  display: block;
  width: 100%;
  aspect-ratio: 358/238;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__img {
    max-width: calc(862 / 1200 * 100cqw);
    margin-inline: auto;
    border-radius: calc(18 / 1200 * 100cqw);
    overflow: hidden;
  }
}
.p-recruit-benefits__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit-benefits__head-copy1 {
  position: absolute;
  top: 1.75rem;
  left: 2.375rem;
  width: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__head-copy1 {
    top: calc(29 / 1200 * 100cqw);
    left: calc(43 / 1200 * 100cqw);
    width: calc(53 / 1200 * 100cqw);
  }
}
.p-recruit-benefits__head-copy1 img {
  display: block;
  width: 100%;
  height: auto;
}

.p-recruit-benefits__head-copy2 {
  position: absolute;
  top: auto;
  bottom: -0.125rem;
  right: 0;
  width: 10.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__head-copy2 {
    bottom: auto;
    top: calc(325 / 1200 * 100cqw);
    right: calc(129 / 1200 * 100cqw);
    width: calc(355 / 1200 * 100cqw);
  }
}
.p-recruit-benefits__head-copy2 img {
  display: block;
  width: 100%;
  height: auto;
}

.p-recruit-benefits__items {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.25rem;
  padding: 4.125rem 0.6875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__items {
    gap: calc(30 / 1200 * 100cqw);
    padding: calc(57 / 1200 * 100cqw) calc(76 / 1200 * 100cqw) calc(80 / 1200 * 100cqw) calc(134 / 1200 * 100cqw);
  }
}

.p-recruit-benefits__item-title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item-title {
    font-size: calc(27 / 1200 * 100cqw);
  }
}
.p-recruit-benefits__item-title::before {
  content: "";
  flex-shrink: 0;
  width: 0.3125rem;
  height: 1.125rem;
  margin-right: 0.6875rem;
  background: url("../../img/recruit/icon_medicine_orange.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item-title::before {
    width: calc(7.6 / 1200 * 100cqw);
    height: calc(27.4 / 1200 * 100cqw);
    margin-right: calc(20 / 1200 * 100cqw);
    border-radius: calc(4 / 1200 * 100cqw);
  }
}

.p-recruit-benefits__item-text {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__item-text {
    margin-top: calc(6 / 1200 * 100cqw);
    padding-left: calc(27.4 / 1200 * 100cqw);
    font-size: calc(19 / 1200 * 100cqw);
    line-height: 1.8421052632;
  }
}

.p-recruit-benefits__accent {
  position: absolute;
  z-index: 0;
  left: -9.0625rem;
  bottom: 0.625rem;
  width: 20.6875rem;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-recruit-benefits__accent {
    display: none;
  }
}

/* ============================================================
    p-recruit-interview セクション
    ============================================================ */
.p-recruit-interview {
  position: relative;
  z-index: 20;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview {
    padding-bottom: 6.25rem;
  }
}

.p-recruit-interview__title {
  margin-inline: auto;
  line-height: 1.45;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__title {
    margin-bottom: 5rem;
    font-size: 2.0625rem;
  }
}
.p-recruit-interview__title .c-recruit-section-title__sub {
  font-size: 2.1875rem;
  top: -1rem;
  right: 6.25rem;
  line-height: 1;
  translate: 100% 0;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__title .c-recruit-section-title__sub {
    font-size: 5.8125rem;
    top: -3.125rem;
    left: auto;
    right: 12.5rem;
  }
}

.p-recruit-interview__contents {
  display: grid;
  gap: 8rem;
  margin-top: 1.5625rem;
  border-radius: 1.125rem;
  background: #F1F5F9;
  padding-bottom: 4.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__contents {
    gap: 7.75rem;
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 5rem;
    padding-inline: 8.125rem;
  }
}

.p-recruit-interview__card {
  position: relative;
  isolation: isolate;
}

.p-recruit-interview__footprints {
  width: 7.25rem;
  right: 1rem;
  bottom: -3.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__footprints {
    width: 17.5rem;
    right: -1.875rem;
    bottom: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__footprints {
    width: 24.375rem;
    right: -16.25rem;
    bottom: -5rem;
  }
}

.p-recruit-interview__card-glow {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-glow {
    display: block;
    position: absolute;
    z-index: -1;
    top: 33.75rem;
    left: auto;
    right: -7.5rem;
    translate: 0;
    width: 40rem;
    height: auto;
    pointer-events: none;
  }
}

.p-recruit-interview__card-head {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-head {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
}

.p-recruit-interview__card-photo {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-photo {
    flex-shrink: 0;
    width: 25.9375rem;
  }
}
.p-recruit-interview__card-photo > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 358/300;
  object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-photo > img {
    aspect-ratio: 415/560;
    border-radius: 1.25rem;
  }
}

.p-recruit-interview__card-profile {
  margin-top: 1.25rem;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-profile {
    margin-top: auto;
    padding-inline: 0;
  }
}

.p-recruit-interview__card-meta {
  display: grid;
  gap: 0.375rem;
  width: fit-content;
  padding: 0.875rem 1.5rem 0.875rem 1rem;
  border-radius: 0.5625rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-meta {
    width: 21rem;
    min-height: 7.5625rem;
    align-content: center;
    gap: 0.4375rem;
    padding: 1.25rem 1.5rem 1.25rem 1.4375rem;
  }
}

.p-recruit-interview__card-meta-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-meta-item {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}
.p-recruit-interview__card-meta-item::before {
  content: "";
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: #679DDD;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-meta-item::before {
    width: 0.8125rem;
    height: 0.8125rem;
    margin-right: 0.6875rem;
  }
}

.p-recruit-interview__card-meta-name {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-meta-name {
    margin-left: 0.625rem;
  }
}
.p-recruit-interview__card-meta-name img {
  display: block;
  width: auto;
  height: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-meta-name img {
    height: 1.75rem;
  }
}

.p-recruit-interview__card-catch {
  position: absolute;
  left: 0.5rem;
  bottom: 1rem;
  width: fit-content;
  padding: 0.25rem 1rem;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-catch {
    left: -2.5rem;
    bottom: 2.5rem;
    padding: 0.5rem 1.375rem;
  }
}
.p-recruit-interview__card-catch img {
  display: block;
  width: 11.875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-catch img {
    width: 22.5rem;
  }
}

.p-recruit-interview__card-lead {
  margin-top: 0.875rem;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-lead {
    margin-top: 0;
    padding-inline: 0;
  }
}

.p-recruit-interview__card-heading {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-heading {
    font-size: 1.75rem;
    line-height: 1.8571428571;
  }
}

.p-recruit-interview__card-lead-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-lead-text {
    margin-top: 0.6875rem;
    font-size: 1.1875rem;
    line-height: 1.7894736842;
  }
}

.p-recruit-interview__qa {
  margin-top: 1.5rem;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__qa {
    margin-top: 3.5rem;
    padding-inline: 0;
  }
}

.p-recruit-interview__qa-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__qa-item:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

.p-recruit-interview__qa-summary {
  display: flex;
  align-items: center;
  min-height: 2.125rem;
  list-style: none;
  background: #FFF;
  border-radius: 100vmax;
  padding: 0.25rem 1.125rem 0.25rem 0.25rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__qa-summary {
    min-height: 2.5rem;
    padding: 0.25rem 1.5rem 0.25rem 0.25rem;
  }
}
.p-recruit-interview__qa-summary::-webkit-details-marker {
  display: none;
}

.p-recruit-interview__qa-badge {
  flex-shrink: 0;
  width: 2.0625rem;
  margin-right: 0.75rem;
}
.p-recruit-interview__qa-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.p-recruit-interview__qa-question {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__qa-question {
    font-size: 1.125rem;
  }
}

.p-recruit-interview__qa-answer {
  display: flex;
  gap: 0.5rem;
  padding: 0.25rem 0.25rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__qa-answer {
    gap: 0.75rem;
    padding: 0.375rem 0.5rem 1.5rem 0;
  }
}

.p-recruit-interview__qa-answer-text {
  flex: 1;
  padding-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.9375;
  color: var(--text-color);
}

.p-recruit-interview__card-message {
  margin-top: 1.75rem;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-message {
    margin-top: 3rem;
    padding-inline: 0;
  }
}

.p-recruit-interview__card-message-title {
  display: flex;
  align-items: flex-end;
}

.p-recruit-interview__card-message-label {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.71) 60%);
}
.p-recruit-interview__card-message-label img {
  display: block;
  width: auto;
  height: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-message-label img {
    height: 2.5rem;
  }
}

.p-recruit-interview__card-message-text {
  margin-top: 1rem;
  font-family: "Zen Kurenaido", var(--ff-base);
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: var(--text-color);
  background-image: linear-gradient(to bottom, transparent calc(1.75rem - 1px), #C9CDD2 calc(1.75rem - 1px));
  background-size: 100% 1.75rem;
}
@media screen and (min-width: 1024px) {
  .p-recruit-interview__card-message-text {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    line-height: 2rem;
    background-image: linear-gradient(to bottom, transparent calc(2rem - 1px), #C9CDD2 calc(2rem - 1px));
    background-size: 100% 2rem;
  }
}

.p-recruit-interview__card-img {
  margin-top: 1.875rem;
  padding-inline: 1.125rem;
}
.p-recruit-interview__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 315/116;
  object-fit: cover;
}
.p-recruit-interview__card-img iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/1138;
  background-color: #000;
  border: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__card-img iframe {
    aspect-ratio: 891/288;
  }
}

.p-recruit-interview__banner {
  display: block;
  margin-top: 6.25rem;
  max-width: 358px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview__banner {
    margin-top: 7.5rem;
    max-width: 913px;
    width: 100%;
  }
}
.p-recruit-interview__banner img {
  width: 100%;
  height: auto;
}

.p-fresh-main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: linear-gradient(180deg, #fdf0d3 1%, #e5edf5 31%, #e5edf5 50%, #fdf0d3 65%);
}
@media screen and (min-width: 1024px) {
  .p-fresh-main {
    background: linear-gradient(109deg, #FBEFD5 9.66%, #E5EDF5 106.77%);
  }
}
.p-fresh-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25.5rem;
  background: rgba(242, 176, 77, 0.61);
  opacity: 0.25;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-main::before {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-fresh-main {
    padding-bottom: 12.5rem;
  }
}

.p-fresh-fv__photo {
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__photo {
    width: 76.5rem;
    margin-top: 6.25rem;
    margin-left: calc(50% - 38.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: 100%;
    background: rgba(242, 176, 77, 0.61);
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
  }
}
.p-fresh-fv__photo picture {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__photo picture {
    clip-path: circle(35.1875rem at 44.75rem 18.8125rem);
  }
}

.p-fresh-fv__photo-img {
  display: block;
  width: 100%;
  height: 16.0625rem;
  object-fit: cover;
  border-radius: 12.5rem 0 0 12.5rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__photo-img {
    height: 29.375rem;
    object-position: 50% 58%;
    border-radius: 0;
  }
}

.p-fresh-fv__copy {
  position: absolute;
  left: 1.3125rem;
  top: 5.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__copy {
    left: max(42.25rem - 50vw, 2.5rem);
    top: 11.125rem;
    gap: 0.75rem;
  }
}

.p-fresh-fv__copy-icon {
  position: absolute;
  left: -0.625rem;
  top: -0.5625rem;
  width: 1.4375rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__copy-icon {
    left: -0.875rem;
    top: -0.625rem;
    width: 2.1875rem;
  }
}

.p-fresh-fv__copy-top,
.p-fresh-fv__copy-bottom {
  background-color: var(--color-white);
  width: fit-content;
  padding-block: 0.3125rem;
  padding-inline: 0.625rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__copy-top,
  .p-fresh-fv__copy-bottom {
    padding-block: 0.5rem;
    padding-inline: 0.6875rem;
  }
}
.p-fresh-fv__copy-top img,
.p-fresh-fv__copy-bottom img {
  display: block;
  height: auto;
}

.p-fresh-fv__copy-top img {
  width: 6.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__copy-top img {
    width: 10.5625rem;
  }
}

.p-fresh-fv__copy-bottom img {
  width: 10.375rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-fv__copy-bottom img {
    width: 16.75rem;
  }
}

.p-fresh-fv__copy-top,
.p-fresh-fv__copy-bottom {
  clip-path: inset(0 100% 0 0 round 0.1875rem);
}

.p-fresh-fv__copy-top img,
.p-fresh-fv__copy-bottom img {
  clip-path: inset(0 100% 0 0);
}

.p-fresh-lead {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-lead {
    margin-top: 10.125rem;
  }
}

.p-fresh-lead__text {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.p-fresh-lead__text img {
  display: block;
  width: 18.625rem;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-fresh-lead__text img {
    width: 28.875rem;
  }
}

.p-fresh-flow {
  position: relative;
  isolation: isolate;
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow {
    margin-top: 10.75rem;
  }
}
.p-fresh-flow::before {
  content: "";
  position: absolute;
  top: 29.0625rem;
  right: -18rem;
  width: 19.125rem;
  height: 19.25rem;
  background: url("../../img/common/deco_ring.svg") no-repeat center center/contain;
  rotate: 64deg;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow::before {
    content: none;
  }
}

.p-fresh-flow__chart {
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__chart {
    margin-top: 5rem;
    min-height: 24.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1139.9px) {
  .p-fresh-flow__chart {
    zoom: 0.78;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1279.9px) {
  .p-fresh-flow__chart {
    zoom: 0.88;
  }
}

.p-fresh-flow__cols {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__cols {
    display: block;
  }
}
.p-fresh-flow__cols::before, .p-fresh-flow__cols::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 0.5625rem;
  background: rgba(250, 171, 57, 0.9);
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__cols::before, .p-fresh-flow__cols::after {
    content: none;
  }
}
.p-fresh-flow__cols::before {
  top: 1.6875rem;
  height: 14.25rem;
}
.p-fresh-flow__cols::after {
  top: 20.125rem;
  height: 12.4375rem;
}

.p-fresh-flow__col {
  position: relative;
}
.p-fresh-flow__col::before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__col::before {
    content: "";
    position: absolute;
    left: 15.8125rem;
    top: 8.6875rem;
    width: 46.625rem;
    height: 1rem;
  }
}
.p-fresh-flow__col::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 32.6875rem;
  width: 2.375rem;
  height: 1.25rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__col::after {
    left: 62.125rem;
    translate: none;
    top: 8.0625rem;
    width: 1.375rem;
    height: 2.375rem;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.p-fresh-flow__col--orange::before {
  background: rgba(250, 171, 57, 0.9);
}
.p-fresh-flow__col--orange::after {
  background: #f9b24a;
}
.p-fresh-flow__col--orange .p-fresh-flow__col-title {
  background: rgba(250, 171, 57, 0.9);
}

.p-fresh-flow__col-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4375rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__col-title {
    width: fit-content;
    height: 2.625rem;
    margin-top: 0;
    margin-left: 5rem;
    padding-inline: 0.9375rem;
    font-size: 1.625rem;
  }
}

.p-fresh-flow__steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  margin-top: 3.125rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__steps {
    display: grid;
    grid-template-columns: repeat(4, 10.875rem);
    gap: 0;
    column-gap: 4.125rem;
    justify-items: stretch;
    margin-top: 1.875rem;
    margin-left: 5rem;
  }
}

.p-fresh-flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
  height: 3.5rem;
  background: rgba(245, 243, 235, 0.59);
  border-radius: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__step {
    width: 10.875rem;
    height: 9.375rem;
    background: rgba(245, 243, 235, 0.48);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.12);
    font-size: 1.9375rem;
  }
}

.p-fresh-flow__step:nth-child(3) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__step:nth-child(3) {
    margin-top: 0;
  }
}

.p-fresh-flow__note {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 16.5rem;
  z-index: 1;
  width: 13.75rem;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  text-align: center;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__note {
    left: 20rem;
    translate: none;
    top: 14.875rem;
    width: 12.8125rem;
    font-size: 1.125rem;
    text-align: left;
  }
}

.p-fresh-flow__result {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4375rem;
  height: 3.5rem;
  margin-top: 1.9375rem;
  margin-inline: auto;
  background: rgba(245, 243, 235, 0.59);
  border-radius: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
.p-fresh-flow__result br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__result {
    position: absolute;
    left: 64rem;
    top: 4.5rem;
    margin: 0;
    width: 10.875rem;
    height: 9.375rem;
    background: rgba(245, 243, 235, 0.48);
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.12);
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }
  .p-fresh-flow__result br {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .p-fresh-flow__result-em {
    font-size: 1.8125rem;
  }
}

.p-fresh-flow__illust {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__illust {
    display: block;
    position: absolute;
    z-index: 1;
    height: auto;
    pointer-events: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-fresh-flow__illust--worklist {
    left: max(-3.9375rem, -1.5rem - max(0px, (100vw - 1280px) / 2));
    top: 6rem;
    width: 9.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-fresh-flow__illust--management {
    left: 33rem;
    top: 14.125rem;
    width: 10.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-fresh-flow__illust--sharing {
    left: 50.625rem;
    top: 10.875rem;
    width: 9.8125rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-fresh-flow__illust--bounding {
    right: max(-3.9375rem, -1.5rem - max(0px, (100vw - 1280px) / 2));
    top: 10.8125rem;
    width: 11.0625rem;
  }
}

.p-fresh-flow__detail {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__detail {
    margin-top: 2.8125rem;
    margin-left: 5.25rem;
    margin-right: 3.25rem;
  }
}

.p-fresh-flow__subtitle {
  position: relative;
  padding-left: 1.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--color-blue);
}
.p-fresh-flow__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6875rem;
  height: 1.4375rem;
  background: url("../../img/fresh/subtitle_icon.svg") no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__subtitle {
    padding-left: 2.6875rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #c9c9c9;
    font-size: 1.875rem;
    line-height: 1;
  }
  .p-fresh-flow__subtitle::before {
    left: 0.9375rem;
    width: 0.8125rem;
    height: 1.6875rem;
  }
}

.p-fresh-flow__detail-text {
  margin-top: 1.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__detail-text {
    margin-top: 1.0625rem;
    margin-left: 2.625rem;
    max-width: 56.5625rem;
    font-size: 1.125rem;
  }
}

.p-fresh-flow__recommend {
  margin-top: 4.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__recommend {
    margin-top: 2.625rem;
    margin-left: 5.25rem;
    margin-right: 3.25rem;
  }
}

.p-fresh-flow__recommend-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__recommend-list {
    margin-top: 1rem;
    margin-left: 0.9375rem;
    width: fit-content;
  }
}

.p-fresh-flow__recommend-item {
  display: flex;
  align-items: center;
  min-height: 1.9375rem;
  background: #e0dfd9;
  border-radius: 100vmax;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--text-color);
  padding-block: 0.3125rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-flow__recommend-item {
    justify-content: flex-start;
    padding-block: 0;
    padding-inline: 2.25rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-fresh-interview {
  position: relative;
  isolation: isolate;
  margin-top: 6.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-interview {
    margin-top: 15.75rem;
  }
}
.p-fresh-interview::before {
  content: "";
  position: absolute;
  top: -1.625rem;
  left: -7.625rem;
  width: 19.8125rem;
  height: 19.875rem;
  background: url("../../img/common/deco_ring.svg") no-repeat center center/contain;
  rotate: 122deg;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-fresh-interview::before {
    top: -17.25rem;
    left: -14.3125rem;
    width: 50.1875rem;
    height: 50.375rem;
    rotate: 40deg;
  }
}

@media screen and (min-width: 1024px) {
  .p-fresh-interview__body {
    display: grid;
    grid-template-columns: 29.9375rem 19.375rem;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "lead photo" "qa   profile" "qa   message";
    column-gap: 1.5rem;
    width: fit-content;
    margin-left: clamp(0px, 100% - 50.8125rem, 12.375rem);
    margin-top: 8.8125rem;
  }
}

.p-fresh-interview__photo {
  position: relative;
  width: 18.875rem;
  height: 19.5625rem;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-fresh-interview__photo {
    grid-area: photo;
    margin-top: 0;
    margin-inline: 0;
  }
}
.p-fresh-interview__photo::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 50%;
  translate: -50% 0;
  width: 18.875rem;
  height: 18.3125rem;
  background: url("../../img/fresh/photo_ring.svg") no-repeat center center/contain;
}

.p-fresh-interview__photo-img {
  position: absolute;
  top: 1rem;
  left: 50%;
  translate: calc(-50% + 0.6875rem) 0;
  width: 27.875rem;
  max-width: none;
  height: auto;
}

.p-fresh-interview__photo-label {
  position: absolute;
  top: 3.1875rem;
  right: -0.375rem;
  width: 7.0625rem;
  height: auto;
}

.p-fresh-interview__profile {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-interview__profile {
    grid-area: profile;
    margin-top: 0.9375rem;
    margin-left: 3.375rem;
  }
}

.p-fresh-interview__lead {
  margin-top: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-fresh-interview__lead {
    grid-area: lead;
    align-self: start;
    margin-top: 4.875rem;
    font-size: 1.75rem;
    line-height: 1.8571428571;
  }
}

.p-fresh-qa {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-qa {
    grid-area: qa;
    margin-top: 0.625rem;
  }
}

.p-fresh-interview__message {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-interview__message {
    grid-area: message;
    margin-top: 0.8125rem;
    margin-left: 3.375rem;
    width: 16rem;
  }
}

.p-fresh-requirements {
  margin-top: 4.75rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-requirements {
    position: relative;
    isolation: isolate;
    margin-top: 12.375rem;
  }
  .p-fresh-requirements::before, .p-fresh-requirements::after {
    content: "";
    position: absolute;
    background: url("../../img/common/deco_ring.svg") no-repeat center center/contain;
    rotate: 64deg;
    z-index: -1;
    pointer-events: none;
  }
  .p-fresh-requirements::before {
    top: 9.25rem;
    left: calc(50% + 47.6875rem);
    width: 35.4375rem;
    height: 35.4375rem;
  }
  .p-fresh-requirements::after {
    top: 27.3125rem;
    left: calc(50% + 53.5rem);
    width: 44rem;
    height: 44.5rem;
  }
}

.p-fresh-requirements__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-requirements__list {
    margin-top: 8rem;
  }
}

.p-fresh-entry {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-fresh-entry {
    margin-top: 7.5rem;
  }
}

.p-career-main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: linear-gradient(180deg, #fcf0d4 0%, #e5edf5 24%, #fcf0d4 49%, #e5edf5 76%, #fcf0d4 96%);
}
@media screen and (min-width: 1024px) {
  .p-career-main {
    background: linear-gradient(105deg, #fbefd5 10%, #e7ecf2 95%);
    padding-bottom: 10.625rem;
  }
}
.p-career-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25.1875rem;
  background: rgba(242, 176, 77, 0.6);
  opacity: 0.25;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-career-main::before {
    content: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-fv .c-recruit-lower-title {
    margin-top: 8rem;
    font-size: 2.8125rem;
  }
}
.p-career-fv .c-recruit-lower-title .c-recruit-lower-title__en {
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-career-fv .c-recruit-lower-title .c-recruit-lower-title__en {
    left: calc(100% - 5.6875rem);
    top: -4.8125rem;
    font-size: 7.8125rem;
  }
}

.p-career-fv__photo {
  position: relative;
  margin-top: 2.75rem;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__photo {
    width: 65.4375rem;
    margin-top: 3.125rem;
    margin-left: calc(50% - 27.875rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-career-fv__photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 120vw;
    height: 100%;
    background: rgba(242, 176, 77, 0.6);
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
  }
}
.p-career-fv__photo picture {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__photo picture {
    clip-path: circle(35.28125rem at 35.28125rem 18.75rem);
  }
}

.p-career-fv__photo-img {
  display: block;
  width: 40.375rem;
  max-width: none;
  height: 15.4375rem;
  object-fit: cover;
  object-position: 50% 46%;
  border-radius: 100vmax;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__photo-img {
    width: 100%;
    height: 28.6875rem;
    object-fit: fill;
    border-radius: 0;
  }
}

.p-career-fv__copy {
  position: absolute;
  left: 1.9375rem;
  top: 5.625rem;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__copy {
    left: max(30.5rem - 50vw, -9.5rem);
    top: 5.625rem;
  }
}

.p-career-fv__copy-icon {
  position: absolute;
  left: -0.75rem;
  top: -0.1875rem;
  width: 1.25rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__copy-icon {
    left: -1.3125rem;
    top: -0.625rem;
    width: 2.1875rem;
  }
}

.p-career-fv__copy-top {
  display: inline-block;
  background-color: var(--color-white);
  padding-block: 0.3125rem;
  padding-inline: 0.625rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__copy-top {
    padding-block: 0.5rem;
    padding-inline: 0.6875rem;
  }
}
.p-career-fv__copy-top img {
  display: block;
  width: 12.25rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-career-fv__copy-top img {
    width: 19.6875rem;
  }
}

.p-career-fv__copy-top {
  clip-path: inset(0 100% 0 0 round 0.1875rem);
}

.p-career-fv__copy-top img {
  clip-path: inset(0 100% 0 0);
}

.p-career-lead {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-career-lead {
    margin-top: 9.5rem;
  }
}

.p-career-lead__text {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.p-career-lead__text img {
  display: block;
  width: 15.25rem;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-career-lead__text img {
    width: 24.4375rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-interview {
    position: relative;
    isolation: isolate;
  }
}
.p-career-interview {
  margin-top: 7rem;
}
@media screen and (min-width: 1024px) {
  .p-career-interview {
    margin-top: 13rem;
  }
}

.p-career-case {
  position: relative;
  isolation: isolate;
  margin-top: 2.125rem;
}
.p-career-case + .p-career-case {
  margin-top: 6.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case + .p-career-case {
    margin-top: 8.3125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-case {
    display: grid;
    grid-template-columns: 4.5rem 28rem 22.125rem;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "label lead photo" "label qa   profile" "label qa   message";
    column-gap: clamp(1.25rem, (100% - 54.625rem) / 2, 3.4375rem);
    margin-left: clamp(0px, 100% - 61.5rem, 7.9375rem);
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-case::after {
    content: "";
    grid-column: 1/-1;
    width: min(64.3125rem, 100%);
    height: 1px;
    margin: 6.25rem auto 0;
    background: #c9c9c9;
  }
}

.p-career-case--01::before {
  content: "";
  position: absolute;
  top: 24.5625rem;
  left: -5.125rem;
  width: 13.5625rem;
  height: 13.625rem;
  background: url("../../img/common/deco_ring.svg") no-repeat center center/contain;
  rotate: 64deg;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .p-career-case--01::before {
    content: none;
  }
}

.p-career-case__head {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .p-career-case__head {
    display: contents;
  }
}

.p-career-case__label {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 2.5625rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case__label {
    grid-area: label;
    width: 4.5rem;
    margin-top: 0.6875rem;
  }
}

.p-career-case__label-num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4375rem;
  font-size: 0.6875rem;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1024px) {
  .p-career-case__label-num {
    height: 1.75rem;
    font-size: 1.0625rem;
  }
}

.p-career-case__label-text {
  display: block;
  writing-mode: vertical-rl;
  width: 100%;
  line-height: 2.5625rem;
  background: #fff;
  font-size: 1rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: var(--text-color);
  height: fit-content;
  padding-inline: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case__label-text {
    line-height: 4.5rem;
    font-size: 1.25rem;
    padding-inline: 0.5rem;
  }
}

.p-career-case__label-accent {
  color: #91c7d1;
}

.p-career-case--01 .p-career-case__label {
  margin-left: 2.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__label {
    margin-left: 0;
  }
}
.p-career-case--01 .p-career-case__label-num {
  background: #91c7d1;
}

.p-career-case--02 .p-career-case__label {
  margin-left: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__label {
    margin-left: 0;
  }
}
.p-career-case--02 .p-career-case__label-num {
  background: #f9ab3b;
}

.p-career-case__photo {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-career-case__photo {
    grid-area: photo;
  }
}
.p-career-case__photo::before {
  content: "";
  position: absolute;
  background: no-repeat center center/contain;
}

.p-career-case__photo-img {
  position: relative;
  max-width: none;
  height: auto;
}

.p-career-case__photo-label {
  position: absolute;
  height: auto;
}

.p-career-case--01 .p-career-case__photo {
  width: 16.4375rem;
  height: 16rem;
  margin-top: 1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__photo {
    width: 22.125rem;
    height: 20.8125rem;
    margin: 0;
  }
}
.p-career-case--01 .p-career-case__photo::before {
  left: 0.25rem;
  top: 0.5rem;
  width: 14.0625rem;
  height: 14.0625rem;
  background-image: url("../../img/career/case01_ring.svg");
}
@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__photo::before {
    left: 0.3125rem;
    top: 0.6875rem;
    width: 18.875rem;
    height: 18.3125rem;
  }
}
.p-career-case--01 .p-career-case__photo .p-career-case__photo-img {
  width: 25rem;
  margin-left: -8.5625rem;
  margin-top: -1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__photo .p-career-case__photo-img {
    width: 33.625rem;
    margin-left: -11.5rem;
    margin-top: -1.6875rem;
  }
}
.p-career-case--01 .p-career-case__photo .p-career-case__photo-label {
  left: 8.9375rem;
  top: 2.875rem;
  width: 6.125rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__photo .p-career-case__photo-label {
    left: 12rem;
    top: 3.75rem;
    width: 7.0625rem;
  }
}

.p-career-case--02 .p-career-case__photo {
  width: 15.0625rem;
  height: 15.5rem;
  margin-left: 1.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__photo {
    width: 19.4375rem;
    height: 20rem;
    margin: 0;
  }
}
.p-career-case--02 .p-career-case__photo::before {
  left: 0;
  top: 0;
  width: 14.625rem;
  height: 14.1875rem;
  background-image: url("../../img/career/case02_ring.svg");
}
@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__photo::before {
    width: 18.875rem;
    height: 18.3125rem;
  }
}
.p-career-case--02 .p-career-case__photo .p-career-case__photo-img {
  width: 24.9375rem;
  margin-left: -4.9375rem;
  margin-top: -1.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__photo .p-career-case__photo-img {
    width: 32.1875rem;
    margin-left: -6.375rem;
    margin-top: -1.5rem;
  }
}
.p-career-case--02 .p-career-case__photo .p-career-case__photo-label {
  left: 8.5rem;
  top: 1.875rem;
  width: 5.5rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__photo .p-career-case__photo-label {
    left: 10.9375rem;
    top: 2.4375rem;
    width: 7.0625rem;
  }
}

.p-career-case__profile {
  margin-top: 1.625rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case__profile {
    grid-area: profile;
    margin-top: 3rem;
    margin-left: 1.8125rem;
  }
}

.p-career-case__lead {
  margin-top: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text-color);
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-career-case__lead {
    grid-area: lead;
    align-self: start;
    font-size: 1.75rem;
    line-height: 1.8571428571;
  }
}

.p-career-case--01 .p-career-case__lead {
  line-height: 2.0555555556;
}
@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__lead {
    text-align: left;
    line-height: 1.8571428571;
    margin-top: 5.5625rem;
  }
}

.p-career-case--02 .p-career-case__lead {
  line-height: 2.8888888889;
}
@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__lead {
    line-height: 1.8571428571;
    margin-top: 4.875rem;
  }
}

.p-career-case__qa {
  margin-top: 2.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-career-case__qa {
    grid-area: qa;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-case__qa .c-recruit-qa__item::after {
    left: 0.3125rem;
    width: 27.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-career-case__qa .c-recruit-qa__answer-text {
    width: 24rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-case--01 .p-career-case__qa {
    margin-top: -1.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-case--02 .p-career-case__qa {
    margin-top: -5rem;
  }
}

.p-career-case__message--01 {
  margin-top: 0.9375rem;
}

.p-career-case__message--02 {
  margin-top: 1.875rem;
}

@media screen and (min-width: 1024px) {
  .p-career-case__message--01,
  .p-career-case__message--02 {
    grid-area: message;
    margin-left: 1.8125rem;
    width: 16rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-case__message--01 {
    margin-top: 0.6875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-career-case__message--02 {
    margin-top: 1.5625rem;
  }
}

.p-career-requirements {
  margin-top: 6.5rem;
}
@media screen and (min-width: 1024px) {
  .p-career-requirements {
    margin-top: 11.125rem;
  }
}

.p-career-requirements__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-career-requirements__list {
    margin-top: 7.0625rem;
  }
}

.p-career-entry {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .p-career-entry {
    margin-top: 7.5rem;
  }
}

.p-assistant-main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: linear-gradient(180deg, #fcf0d4 0%, #e5edf5 24%, #fcf0d4 49%, #e5edf5 76%, #fcf0d4 96%);
}
@media screen and (min-width: 1024px) {
  .p-assistant-main {
    background: linear-gradient(105deg, #fbefd5 10%, #e7ecf2 95%);
    padding-bottom: 12.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-assistant-fv .c-recruit-lower-title {
    margin-top: 6.75rem;
  }
}
.p-assistant-fv .c-recruit-lower-title .c-recruit-lower-title__en {
  left: auto;
  right: -1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv .c-recruit-lower-title .c-recruit-lower-title__en {
    left: calc(100% - 7.375rem);
    right: auto;
    top: -3.75rem;
    font-size: 4.6875rem;
  }
}

.p-assistant-fv__photo {
  position: relative;
  margin-top: 2.75rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv__photo {
    width: 75rem;
    margin-top: 7.5rem;
    margin-left: calc(50% - 37.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv__photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100vw;
    height: 100%;
    background: rgba(242, 176, 77, 0.6);
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
  }
}

.p-assistant-fv__photo-img {
  display: block;
  width: 43.0625rem;
  max-width: none;
  height: 15.4375rem;
  margin-left: -1.0625rem;
  object-fit: cover;
  object-position: 50% 52%;
  border-radius: 100vmax;
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv__photo-img {
    width: 100%;
    height: 26.875rem;
    margin-left: 0;
    border-radius: 0;
    clip-path: circle(35.1875rem at 45.375rem 20rem);
  }
}

.p-assistant-fv__copy {
  position: absolute;
  left: 2.125rem;
  top: 5.0625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv__copy {
    flex-direction: row;
    gap: 0;
    left: max(40rem - 50vw, 0px);
    top: 6.375rem;
  }
}

.p-assistant-fv__copy-icon {
  position: absolute;
  left: -0.625rem;
  top: -0.4375rem;
  width: 1.25rem;
  height: auto;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv__copy-icon {
    left: -1.0625rem;
    top: -0.625rem;
    width: 2.1875rem;
  }
}

.p-assistant-fv__copy-top,
.p-assistant-fv__copy-bottom,
.p-assistant-fv__copy-pc {
  background-color: var(--color-white);
  width: fit-content;
  padding-block: 0.25rem;
  padding-inline: 0.4375rem;
  border-radius: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-fv__copy-top,
  .p-assistant-fv__copy-bottom,
  .p-assistant-fv__copy-pc {
    padding-block: 0.5rem;
    padding-inline: 0.6875rem;
  }
}
.p-assistant-fv__copy-top img,
.p-assistant-fv__copy-bottom img,
.p-assistant-fv__copy-pc img {
  display: block;
  height: auto;
}

.p-assistant-fv__copy-pc {
  display: none;
}

.p-assistant-fv__copy-top img {
  width: 14.5625rem;
}

.p-assistant-fv__copy-bottom img {
  width: 8.25rem;
}

@media screen and (min-width: 1024px) {
  .p-assistant-fv__copy-top,
  .p-assistant-fv__copy-bottom {
    display: none;
  }
  .p-assistant-fv__copy-pc {
    display: inline-block;
  }
  .p-assistant-fv__copy-pc img {
    width: 36.8125rem;
  }
}
.p-assistant-fv__copy-top,
.p-assistant-fv__copy-bottom,
.p-assistant-fv__copy-pc {
  clip-path: inset(0 100% 0 0 round 0.1875rem);
}

.p-assistant-fv__copy-top img,
.p-assistant-fv__copy-bottom img,
.p-assistant-fv__copy-pc img {
  clip-path: inset(0 100% 0 0);
}

.p-assistant-lead {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-lead {
    margin-top: 8.625rem;
  }
}

.p-assistant-lead__text {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}
.p-assistant-lead__text img {
  display: block;
  width: 16.625rem;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-assistant-lead__text img {
    width: 48.5rem;
  }
}

.p-assistant-work {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-work {
    margin-top: 10.6875rem;
  }
}

.p-assistant-work__title {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__title {
    font-size: 2.0625rem;
  }
}
.p-assistant-work__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0.375rem;
  width: 19.75rem;
  height: 1.5rem;
  background: #fff;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__title::before {
    top: -0.625rem;
    width: 38.6875rem;
    height: 3.625rem;
  }
}

.p-assistant-work__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 14.3125rem;
  margin-top: 2.5rem;
  margin-left: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__body {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    column-gap: 15.8125rem;
    row-gap: 1.5625rem;
    width: fit-content;
    margin-top: 6.875rem;
    margin-left: clamp(0px, 100% - 57.1875rem, 10.375rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__body::after {
    content: "";
    position: absolute;
    left: 27.125rem;
    top: -0.5rem;
    height: 13.5rem;
    border-left: 1px solid #c9c9c9;
  }
}

.p-assistant-work__subtitle {
  position: relative;
  padding-left: 0.8125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__subtitle {
    padding-left: 1.125rem;
    font-size: 1.5625rem;
  }
}
.p-assistant-work__subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  background: no-repeat center center/contain;
}

.p-assistant-work__subtitle--medical::before {
  top: 0.4375rem;
  width: 0.3125rem;
  height: 1.0625rem;
  background-image: url("../../img/assistant/subtitle_bar_medical.svg");
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__subtitle--medical::before {
    top: 0.1875rem;
    width: 0.5rem;
    height: 1.6875rem;
  }
}

.p-assistant-work__subtitle--pharmacy::before {
  top: 0.3125rem;
  width: 0.3125rem;
  height: 1.3125rem;
  background-image: url("../../img/assistant/subtitle_bar_pharmacy.svg");
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__subtitle--pharmacy::before {
    top: 0.1875rem;
    width: 0.5rem;
    height: 1.6875rem;
  }
}

.p-assistant-work__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__list {
    gap: 0.6875rem;
  }
}

.p-assistant-work__item {
  position: relative;
  padding-left: 1.5625rem;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__item {
    padding-left: 1.8125rem;
    font-size: 1.5625rem;
  }
}
.p-assistant-work__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-assistant-work__item::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-assistant-work__list--medical .p-assistant-work__item::before {
  background: var(--main-color);
}

.p-assistant-work__list--pharmacy .p-assistant-work__item::before {
  background: #01a195;
}

.p-assistant-heading {
  text-align: center;
}

.p-assistant-heading__en {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.125rem;
  letter-spacing: 0.1em;
  color: rgba(251, 155, 17, 0.9);
}
@media screen and (min-width: 1024px) {
  .p-assistant-heading__en {
    font-size: 1.0625rem;
  }
}

.p-assistant-heading__ja {
  display: block;
  margin-top: -1.0625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.125rem;
  letter-spacing: 0.2em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-heading__ja {
    margin-top: 0.1875rem;
    font-size: 1.8125rem;
  }
}

.p-assistant-heading--video .p-assistant-heading__en {
  line-height: 1.625rem;
  color: var(--main-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-heading--video .p-assistant-heading__en {
    font-size: 1.0625rem;
    line-height: 2.125rem;
  }
}
.p-assistant-heading--video .p-assistant-heading__ja {
  margin-top: -0.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-heading--video .p-assistant-heading__ja {
    margin-top: -0.25rem;
    font-size: 1.1875rem;
  }
}

.p-assistant-training {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-training {
    position: relative;
    isolation: isolate;
    margin-top: 10.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-training::before, .p-assistant-training::after {
    content: "";
    position: absolute;
    background: url("../../img/common/deco_ring_orange.svg") no-repeat center center/contain;
    rotate: 64deg;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-training::after {
    top: 2.625rem;
    left: calc(50% - 44.125rem);
    width: 35.5625rem;
    height: 35.625rem;
  }
}

.p-assistant-training__lead {
  width: 17.6875rem;
  margin-top: 3rem;
  margin-inline: auto;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.2em;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-training__lead {
    width: fit-content;
    margin-top: 1.375rem;
    font-size: 1.0625rem;
    line-height: 2;
  }
}

.p-assistant-training__cards {
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
  width: 21.0625rem;
  margin-top: 3rem;
  margin-inline: auto;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-assistant-training__cards {
    gap: 1.625rem;
    width: auto;
    max-width: 66.9375rem;
    margin-top: 5.625rem;
    margin-inline: clamp(0px, 100% - 66.9375rem, 4.0625rem) auto;
  }
}

.p-assistant-training__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-training__card {
    display: grid;
    grid-template-columns: 4.8125rem 1fr;
    grid-template-rows: auto auto;
    column-gap: 2.375rem;
    row-gap: 0;
  }
}

.p-assistant-training__card-icon {
  width: 4.8125rem;
  height: 4.8125rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-training__card-icon {
    grid-row: 1/3;
  }
}

.p-assistant-training__card-icon--circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e3eaad;
}
.p-assistant-training__card-icon--circle img {
  width: 2.125rem;
  height: auto;
}

.p-assistant-training__card-title {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.125rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-training__card-title {
    text-align: left;
  }
}

.p-assistant-training__card-text {
  font-size: 1rem;
  line-height: 2.125rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-assistant-training__card-text {
    text-align: left;
    font-size: 1.0625rem;
  }
}

.p-assistant-video {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-video {
    position: relative;
    isolation: isolate;
    margin-top: 12.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-video::before, .p-assistant-video::after {
    content: "";
    position: absolute;
    width: 35.5625rem;
    height: 35.625rem;
    background: url("../../img/common/deco_ring_orange.svg") no-repeat center center/contain;
    rotate: 64deg;
    z-index: -1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-video::before {
    top: 19.6875rem;
    left: calc(50% + 26.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-video::after {
    top: 17.5625rem;
    left: calc(50% - 79.6875rem);
  }
}

.p-assistant-video__placeholder {
  position: relative;
  width: 20.9375rem;
  height: 10.625rem;
  margin-top: 3rem;
  margin-inline: auto;
  background: #d9d9d9;
  border-radius: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-video__placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 1200/414;
    margin-top: 6.25rem;
  }
}
.p-assistant-video__placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2rem;
  height: 2.0625rem;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (min-width: 1024px) {
  .p-assistant-video__placeholder::after {
    width: 4.75rem;
    height: 4.875rem;
  }
}

.p-assistant-video__footprints {
  width: 8.75rem;
  right: -0.375rem;
  bottom: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-assistant-video__footprints {
    width: 17.5rem;
    right: -3.75rem;
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-video__footprints {
    width: 26.25rem;
    right: -11.25rem;
    bottom: -2.5rem;
  }
}

.p-assistant-requirements {
  margin-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-requirements {
    margin-top: 13.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-assistant-requirements .c-recruit-heading {
    font-size: 2.8125rem;
  }
}

.p-assistant-requirements__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-requirements__list {
    margin-top: 5.5rem;
  }
}

.p-assistant-entry {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .p-assistant-entry {
    margin-top: 7.5rem;
  }
}

.p-shop-single-main {
  background: linear-gradient(142deg, #fbefd5 5.9%, #e5edf5 93%);
}

.p-shop-single__inner {
  padding-inline: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__inner {
    max-width: 59.6875rem;
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
}

.p-shop-single__head {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "icon name" "icon address";
  align-items: center;
  column-gap: 0.875rem;
  row-gap: 0.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__head {
    column-gap: 1.8125rem;
    row-gap: 0.5rem;
    margin-top: 3.5625rem;
  }
}

.p-shop-single__head-icon {
  grid-area: icon;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  background: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .p-shop-single__head-icon {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 1.0625rem;
  }
}
.p-shop-single__head-icon img {
  width: 1.75rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__head-icon img {
    width: 2.5625rem;
  }
}

.p-shop-single__name {
  grid-area: name;
  align-self: end;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .p-shop-single__name {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.p-shop-single__address {
  grid-area: address;
  align-self: start;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .p-shop-single__address {
    font-size: 1.375rem;
  }
}

.p-shop-single__photos {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__photos {
    margin-top: 1.1875rem;
  }
}

.p-shop-single__photo-main {
  overflow: hidden;
}
.p-shop-single__photo-main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 875/528;
  object-fit: cover;
}

.p-shop-single__gallery-dots.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0.3125rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__gallery-dots.swiper-pagination {
    margin-top: 1.875rem;
  }
}
.p-shop-single__gallery-dots.swiper-pagination .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  margin: 0;
  background: #679ddd;
  opacity: 1;
}
.p-shop-single__gallery-dots.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-blue);
}

.p-shop-single__gallery-thumbs {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__gallery-thumbs {
    margin-top: 4.1875rem;
  }
}
.p-shop-single__gallery-thumbs .swiper-slide {
  width: calc(50% - 0.25rem);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__gallery-thumbs .swiper-slide {
    width: 14.0625rem;
  }
}
.p-shop-single__gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.p-shop-single__photo-sub {
  overflow: hidden;
}
.p-shop-single__photo-sub img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 225/129;
  object-fit: cover;
}

.p-shop-single__grid {
  display: grid;
  row-gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__grid {
    row-gap: 3.125rem;
    margin-top: 6.25rem;
  }
}

.p-shop-single__row {
  display: contents;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem;
  }
}

.p-shop-card {
  background: #fff;
  border-radius: 0.875rem;
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card {
    padding: 1.25rem 1.4375rem;
  }
}

.p-shop-card__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-card__title {
    font-size: 1.25rem;
  }
}
.p-shop-card__title img {
  flex-shrink: 0;
  width: 1.25rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__title img {
    width: 1.375rem;
  }
}

.p-shop-card__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-card__text {
    font-size: 1rem;
  }
}

.p-shop-card__note {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-card__note {
    font-size: 0.875rem;
  }
}

.p-shop-card__hours {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__hours {
    margin-top: 2.25rem;
    margin-inline: 0.3125rem;
  }
}

.p-shop-card__hours-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding-block: 0.625rem;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__hours-row {
    gap: 2.25rem;
    padding-block: 0.75rem;
  }
}

.p-shop-card__hours-time {
  font-size: 0.875rem;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-card__hours-time {
    font-size: 1rem;
  }
}

.p-shop-card__hours-time--closed {
  color: #ff5100;
}

.p-shop-card__label-row {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__label-row {
    margin-top: 1.25rem;
  }
}

.p-shop-card__contact {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__contact {
    margin-top: 1.25rem;
  }
}

.p-shop-card__contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.625rem;
}
.p-shop-card__contact-row + .p-shop-card__contact-row {
  border-top: 1px solid #d9d9d9;
}
.p-shop-card__contact-row .c-shop-tag {
  min-width: 6rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__contact-row .c-shop-tag {
    min-width: 8.25rem;
  }
}

.p-shop-card__contact-value {
  font-size: 0.9375rem;
  color: var(--text-color);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__contact-value {
    font-size: 1rem;
  }
}

.p-shop-card__parking {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__parking {
    margin-top: 1.5rem;
  }
}

.p-shop-card--line {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-shop-card--line {
    min-height: 10.375rem;
  }
}

.p-shop-card--message {
  min-height: 9.375rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card--message {
    min-height: 14.4375rem;
  }
}

.p-shop-card__qr {
  margin-top: 0.75rem;
}
.p-shop-card__qr img {
  display: block;
  width: 7rem;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__qr {
    position: absolute;
    top: 1.6875rem;
    right: 1.75rem;
    margin-top: 0;
  }
  .p-shop-card__qr img {
    width: 7rem;
  }
}

.p-shop-single__map-title {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .p-shop-single__map-title {
    font-size: 1.875rem;
  }
}

.p-shop-single__map-frame {
  margin-top: 0.875rem;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 358/250;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__map-frame {
    margin-top: 1.75rem;
    aspect-ratio: 875/444;
  }
}
.p-shop-single__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-shop-single__back {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-single__back {
    margin-top: 5.625rem;
  }
}

.p-shop-card__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__tag-list {
    gap: 0.6875rem 1rem;
    margin-top: 1.5rem;
  }
}

.p-shop-card__tag-list--facility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__tag-list--facility {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 0.3125rem;
  }
}
.p-shop-card__tag-list--facility .c-shop-tag--facility {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-card__tag-list--facility .c-shop-tag--facility {
    font-size: 1rem;
  }
}

.p-shop-archive-main {
  background: linear-gradient(142deg, #e5edf5 5.9%, #fbefd5 93%);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive-main {
    background: linear-gradient(142deg, #fbefd5 5.9%, #e5edf5 93%);
  }
}

.p-shop-archive__inner {
  padding-inline: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__inner {
    max-width: 111.25rem;
    padding-inline: 2.5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-shop-archive__search {
    max-width: 59.375rem;
    margin-inline: auto;
  }
}

.p-shop-archive__title {
  margin-top: 3.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__title {
    margin-top: 3.75rem;
    font-size: 2.75rem;
  }
}

.p-shop-archive__label {
  position: relative;
  z-index: 0;
  margin-top: 3rem;
  padding-left: 1.1875rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__label {
    padding-left: 2.0625rem;
    font-size: 1.125rem;
  }
}
.p-shop-archive__label::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__label::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-shop-archive__label--kw {
    margin-top: 4.75rem;
  }
}
.p-shop-archive__label--kw::before {
  background: url("../../img/common/icon_circle_orange.svg") no-repeat center center/contain;
}

.p-shop-archive__label--feat {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__label--feat {
    margin-top: 3.125rem;
  }
}
.p-shop-archive__label--feat::before {
  background: url("../../img/common/icon_circle_blue.svg") no-repeat center center/contain;
}

.p-shop-archive__input {
  width: 100%;
  height: 3.125rem;
  margin-top: 0.625rem;
  padding-inline: 1.0625rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.3125rem;
  background: #fff;
  font-size: 0.875rem;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__input {
    height: 3.8125rem;
    margin-top: 1.0625rem;
    padding-inline: 2.1875rem;
    font-size: 1.125rem;
  }
}
.p-shop-archive__input::placeholder {
  color: rgba(48, 48, 48, 0.53);
}

.p-shop-archive__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 1rem;
  margin-top: 2rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__features {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem 0.6875rem;
    margin-top: 1.75rem;
  }
}

.p-shop-archive__feature-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 2.1875rem;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.3125rem;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__feature-label {
    gap: 0.3125rem;
    min-height: 3.125rem;
    padding-left: 1.875rem;
  }
}

.p-shop-archive__feature-check {
  appearance: none;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0;
  border: 1px solid var(--color-blue);
  border-radius: 0.1875rem;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__feature-check {
    margin-right: 1.25rem;
  }
}
.p-shop-archive__feature-check:checked {
  background: var(--color-blue);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5 6.7 11.7 12.5 4.8'/%3E%3C/svg%3E");
  background-size: 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
}

.p-shop-archive__feature-icon {
  flex-shrink: 0;
  width: 1.0625rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__feature-icon {
    width: 1.25rem;
  }
}

.p-shop-archive__feature-name {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__feature-name {
    font-size: 1rem;
  }
}

.p-shop-archive__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 14.9375rem;
  height: 2.9375rem;
  margin-top: 2.6875rem;
  margin-inline: auto;
  border: none;
  border-radius: 100vmax;
  background: var(--color-blue);
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__submit {
    width: 16.3125rem;
    height: 3.1875rem;
    margin-top: 3.75rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-shop-archive__submit:hover {
    opacity: 0.7;
  }
}
.p-shop-archive__submit img {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  translate: 0 -50%;
  width: 1rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__submit img {
    right: 1.5625rem;
    width: 1.3125rem;
  }
}

.p-shop-archive__count-bar {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__count-bar {
    justify-content: space-between;
    margin-top: 9.125rem;
  }
}
.p-shop-archive__list + .p-shop-archive__count-bar, .p-shop-archive__empty + .p-shop-archive__count-bar {
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .p-shop-archive__count-bar--bottom {
    display: none;
  }
}

.p-shop-archive__count {
  display: inline-flex;
  align-items: center;
  height: 1.5rem;
  padding-inline: 0.5625rem;
  background: #fff;
  font-size: 0.75rem;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__count {
    height: 2.875rem;
    padding-inline: 0.6875rem;
    font-size: 1.125rem;
  }
}

.p-shop-archive__pager {
  display: flex;
  gap: 0.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__pager {
    gap: 0.3125rem;
  }
}
.p-shop-archive__pager .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.5rem;
  background: #679ddd;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__pager .page-numbers {
    min-width: 2.4375rem;
    height: 2.875rem;
    font-size: 1.125rem;
  }
}
.p-shop-archive__pager .page-numbers.current {
  background: var(--color-blue);
}
.p-shop-archive__pager .page-numbers.prev, .p-shop-archive__pager .page-numbers.next {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__pager .page-numbers.prev, .p-shop-archive__pager .page-numbers.next {
    display: inline-flex;
  }
}

.p-shop-archive__list {
  margin-top: 1.5rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__list {
    margin-top: 8.75rem;
    margin-bottom: 5rem;
  }
}

.p-shop-archive__item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #938f85;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__item {
    padding-block: 3.75rem;
  }
}
.p-shop-archive__item + .p-shop-archive__item {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__item + .p-shop-archive__item {
    margin-top: 0;
  }
}

.p-shop-archive__card {
  position: relative;
  display: grid;
  grid-template-areas: "photo info info" "tags tags qr";
  grid-template-columns: 7rem 1fr 5.4375rem;
  column-gap: 0.625rem;
  align-items: start;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card {
    grid-template-areas: "photo info qr" "photo tags qr";
    grid-template-columns: minmax(17.5rem, 28.25rem) minmax(18.75rem, 1fr) 11.25rem;
    grid-template-rows: auto 1fr;
    column-gap: 4.375rem;
    max-width: 83rem;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-shop-archive__card:hover {
    opacity: 0.7;
  }
}

.p-shop-archive__card-photo {
  grid-area: photo;
  display: block;
}
.p-shop-archive__card-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 112/72;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-photo img {
    aspect-ratio: 452/273;
  }
}

.p-shop-archive__card-info {
  grid-area: info;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-info {
    padding-top: 3.0625rem;
  }
}

.p-shop-archive__card-area {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.375rem;
  background: var(--color-blue);
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-area {
    padding: 0.4375rem 0.75rem;
    font-size: 1.125rem;
  }
}

.p-shop-archive__card-name {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-name {
    margin-top: 2.625rem;
    font-size: 1.375rem;
  }
}
.p-shop-archive__card-name a {
  color: inherit;
  text-decoration: none;
}
.p-shop-archive__card-name a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.p-shop-archive__card-tags {
  grid-area: tags;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 1.375rem;
  margin-top: 2.3125rem;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-tags {
    gap: 0.75rem;
    margin-top: 2.5rem;
  }
}

.p-shop-archive__card-tag {
  padding-inline: 0.3125rem;
  background: #679ddd;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-tag {
    display: inline-flex;
    align-items: center;
    min-height: 2.0625rem;
    padding-inline: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

.p-shop-archive__card-qr {
  grid-area: qr;
  justify-self: end;
  width: 5.4375rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .p-shop-archive__card-qr {
    width: 11.25rem;
    margin-top: 0;
    padding-top: 2.4375rem;
  }
}
.p-shop-archive__card-qr img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.p-shop-archive__empty {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--text-color);
}

.p-entry-main {
  background: linear-gradient(142deg, #e5edf5 5.9%, #fbefd5 93%);
}
@media screen and (min-width: 1024px) {
  .p-entry-main {
    background: linear-gradient(142deg, #fbefd5 5.9%, #e5edf5 93%);
  }
}

.p-entry__inner {
  padding-inline: 1.375rem;
}

.p-entry__card {
  max-width: 43.75rem;
  margin-top: 3rem;
  margin-inline: auto;
  padding: 4.5rem 0.875rem 5.5625rem;
  border-radius: 0.625rem;
  background: #fcfcfc;
}
@media screen and (min-width: 1024px) {
  .p-entry__card {
    max-width: 105.25rem;
    margin-top: 5rem;
    padding: 4.9375rem 14.0625rem 5.625rem;
    border-radius: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-entry__card .wpcf7 {
    max-width: 77.125rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-entry__head {
    max-width: 51.625rem;
    margin-inline: auto;
  }
}

.p-entry__head-main {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-entry__head-main {
    width: auto;
    margin-inline: 0;
  }
}

.p-entry__badges {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__badges {
    gap: 1.0625rem;
  }
}

.p-entry__badge {
  display: inline-flex;
  align-items: center;
  height: 1.625rem;
  padding-inline: 0.5rem;
  background: var(--color-blue);
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-entry__badge {
    font-size: 1.125rem;
  }
}

.p-entry__title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-entry__title {
    margin-top: 0.75rem;
    font-size: 4.125rem;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: left;
  }
}

.p-entry__intro {
  margin-top: 2.9375rem;
  font-size: 0.6875rem;
  line-height: 1.8;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-entry__intro {
    margin-top: 0.875rem;
    font-size: 1rem;
    line-height: 2.375;
  }
}

.p-entry__intro-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-entry__intro-br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-entry__intro-br {
    display: inline;
  }
}

.p-entry__field {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__field {
    margin-top: 1.75rem;
  }
}
.p-entry__field:first-child {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__field:first-child {
    margin-top: 5.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-entry__field--inline {
    display: grid;
    grid-template-columns: 7.125rem 1fr;
    align-items: center;
  }
}

.p-entry__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 2.2;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-entry__label {
    font-size: 1.125rem;
  }
}

.p-entry__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.9375rem;
  height: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__required {
    width: 2.3125rem;
    font-size: 0.8125rem;
  }
}
.p-entry__required {
  border-radius: 0.125rem;
  background: #fae9e7;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #e76161;
}

.p-entry__note {
  font-size: 0.6875rem;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-entry__note {
    font-size: 1rem;
  }
}

.p-entry__field .wpcf7-form-control-wrap {
  display: block;
}

.p-entry__input,
.p-entry__select,
.p-entry__textarea {
  display: block;
  width: 100%;
  padding-inline: 1.25rem;
  border: 1px solid #b8b8b8;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1.125rem;
  color: var(--text-color);
}
.p-entry__input:focus,
.p-entry__select:focus,
.p-entry__textarea:focus {
  outline: 2px solid var(--color-blue);
  outline-offset: -1px;
}

.p-entry__input,
.p-entry__select {
  height: 3.8125rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__input,
  .p-entry__select {
    height: 3.9375rem;
    font-size: 1.125rem;
  }
}

.p-entry__textarea {
  height: 12.5rem;
  margin-top: 0.3125rem;
  padding-block: 0.875rem;
  resize: vertical;
}
@media screen and (min-width: 1024px) {
  .p-entry__textarea {
    height: 22.125rem;
  }
}

.p-entry__select {
  appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%23303030' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1rem auto;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-entry__select {
    width: 22.3125rem;
  }
}

.p-entry__radio {
  display: flex;
  gap: 3.625rem;
}
.p-entry__radio .wpcf7-list-item {
  margin: 0;
}
.p-entry__radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.9375rem;
  cursor: pointer;
}
.p-entry__radio .wpcf7-list-item-label {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--text-color);
}
.p-entry__radio input[type=radio] {
  appearance: none;
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  border: 1px solid #303030;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.p-entry__radio input[type=radio]:checked {
  border-color: #ff5100;
  background: #ff5100;
}

.p-entry__zip,
.p-entry__zip > p {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-entry__zip .wpcf7-form-control-wrap {
  display: block;
  width: 7.1875rem;
  flex-shrink: 0;
}
@media screen and (min-width: 1024px) {
  .p-entry__zip .wpcf7-form-control-wrap {
    width: 9.8125rem;
  }
}

.p-entry__zip-mark,
.p-entry__zip-sep {
  font-size: 1.125rem;
  color: var(--text-color);
}

.p-entry__zip-input {
  display: block;
  width: 100%;
  height: 2.875rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__zip-input {
    height: 3.9375rem;
  }
}
.p-entry__zip-input {
  padding-inline: 0.875rem;
  border: 1px solid #b8b8b8;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 1.125rem;
  color: var(--text-color);
}
.p-entry__zip-input:focus {
  outline: 2px solid var(--color-blue);
  outline-offset: -1px;
}

.p-entry__age,
.p-entry__unit-field {
  position: relative;
}
.p-entry__age .p-entry__input,
.p-entry__unit-field .p-entry__input {
  padding-right: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__age .p-entry__input,
  .p-entry__unit-field .p-entry__input {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-entry__age > p,
  .p-entry__unit-field > p {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-entry__age .wpcf7-form-control-wrap,
  .p-entry__unit-field .wpcf7-form-control-wrap {
    display: block;
    width: 67.4375rem;
    flex-shrink: 0;
    max-width: calc(100% - 9.375rem);
  }
}

.p-entry__unit-field + .p-entry__unit-field {
  margin-top: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__unit-field + .p-entry__unit-field {
    margin-top: 1.75rem;
  }
}

.p-entry__unit-field--wide .p-entry__input {
  padding-right: 7.375rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__unit-field--wide .p-entry__input {
    padding-right: 1.25rem;
  }
}

.p-entry__age-unit,
.p-entry__unit {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  translate: 0 -50%;
  font-size: 0.6875rem;
  color: var(--text-color);
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-entry__age-unit,
  .p-entry__unit {
    position: static;
    translate: none;
    font-size: 1.125rem;
  }
}

.p-entry__submit-area {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__submit-area {
    margin-top: 5.625rem;
  }
}

.p-entry__submit-note {
  font-size: 0.6875rem;
  text-align: center;
  color: var(--text-color);
}
@media screen and (min-width: 1024px) {
  .p-entry__submit-note {
    font-size: 1.125rem;
  }
}

.p-entry__submit {
  display: block;
  width: min(100%, 20.625rem);
  height: 4.625rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 1024px) {
  .p-entry__submit {
    width: 30.1875rem;
    height: 6.8125rem;
    margin-top: 1.625rem;
    font-size: 1.875rem;
  }
}
.p-entry__submit {
  margin-inline: auto;
  border: none;
  border-radius: 100vmax;
  background: var(--color-blue);
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-entry__submit:hover {
    opacity: 0.7;
  }
}

.p-entry__card .wpcf7-spinner {
  display: block;
  margin: 0.75rem auto 0;
}

.p-entry__card .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #e76161;
}

.p-entry__card .wpcf7-not-valid {
  border-color: #e76161;
}

.p-entry__card .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  border: 2px solid var(--color-blue);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-color);
}

.p-entry__card .wpcf7 form.invalid .wpcf7-response-output,
.p-entry__card .wpcf7 form.failed .wpcf7-response-output {
  border-color: #e76161;
}

.p-404-main {
  background-color: var(--color-beige);
}

.p-404 {
  display: grid;
  place-items: center;
  min-height: 26.25rem;
  padding-block: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-404 {
    min-height: 32.5rem;
    padding-block: 5rem;
  }
}

.p-404__inner {
  text-align: center;
}

.p-404__code {
  font-family: var(--ff-number);
  font-weight: 900;
  line-height: 1;
  color: var(--main-color);
  font-size: 6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1024px) {
  .p-404__code {
    font-size: 10rem;
  }
}

.p-404__title {
  margin-top: 1.25rem;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-404__title {
    margin-top: 1.75rem;
    font-size: 1.75rem;
  }
}

.p-404__text {
  margin-top: 1rem;
  color: var(--text-color);
  font-size: 0.875rem;
  line-height: 1.9;
}
@media screen and (min-width: 1024px) {
  .p-404__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-404__btn {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-404__btn {
    margin-top: 3.25rem;
  }
}

.p-page-main {
  background-color: var(--color-beige);
}

.p-page__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-page__title {
    font-size: 2.5rem;
    margin-top: 6.125rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-is-sp {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .u-is-pc {
    display: none;
  }
}

@keyframes u-float-up {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 calc(var(--u-float-amp, 0.5rem) * -1);
  }
}
@keyframes u-float-down {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 var(--u-float-amp, 0.5rem);
  }
}
.u-float {
  animation-duration: var(--u-float-duration, 4s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--u-float-delay, 0s);
  animation-name: u-float-up;
}

.u-float--up {
  animation-name: u-float-up;
}

.u-float--down {
  animation-name: u-float-down;
}

@media (prefers-reduced-motion: reduce) {
  .u-float {
    animation: none;
  }
}/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
