@charset "UTF-8";
:root {
  --contents-max-width: 490;
  --padding: 16px;
  --theme-color: #FF8700;
  --color-text: #040304;
  --color-bg-white: #fff;
  --font-din: "Oswald", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 390px) {
  html {
    font-size: clamp(0.75rem, -0.3928571429rem + 5.7142857143vw, 1rem);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  min-height: 100vh;
  font-family: var(--font-noto);
  font-weight: 400;
  line-height: 1.5;
}

picture {
  display: block;
}

a {
  text-decoration: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

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

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

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

.l-body {
  flex-direction: column;
  background: url(../img/common/background.png) no-repeat center/cover;
  background-attachment: fixed;
}
.l-body > * {
  width: 100%;
}

.l-contents {
  animation: bodyFadeIn 0.7s ease-in-out forwards;
  opacity: 0;
  filter: blur(20px);
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: calc(var(--contents-max-width) * 1px);
  margin-inline: auto;
}

@keyframes bodyFadeIn {
  from {
    opacity: 0;
    filter: blur(20px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.l-contents__inner {
  max-width: 480px;
  margin-inline: auto;
  overflow: hidden;
}

.l-block {
  max-width: 100%;
  margin-top: -1px;
  background: var(--color-bg-white);
  overflow: hidden;
}
.l-block img {
  width: 100%;
}
.l-block--faq {
  background: #E5F7F7;
  padding: 2.5rem 0;
}

.l-block--cta {
  position: relative;
}

.l-footer__inner {
  background: var(--color-bg-white);
  padding: 1rem;
}

.l-faq {
  background: #F2F2F2;
  padding: 2.5rem 0;
}

.l-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow-y: auto;
  transition: all 0.2s ease;
}
.l-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
}

.l-modal__heading img {
  width: 100%;
}

.l-modal__overlay {
  position: fixed;
  inset: 0;
}

.l-modal__content {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  background: #f5f5f5;
  max-width: 480px;
  margin-inline: auto;
}

.l-modal__close {
  position: fixed;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.l-modal__close img {
  width: 100%;
}

.l-modal__body {
  padding-bottom: 1.875rem;
}

.c-button__wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  margin-bottom: min(var(--button-bottom-vw), var(--button-bottom-space));
}

.c-button {
  overflow: hidden;
  width: 90%;
  display: block;
  margin-inline: auto;
  animation: balloon 1.5s infinite ease-out;
}
.c-button * {
  pointer-events: none;
}

.c-button--shine::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
}
.c-button--shine:hover::before {
  animation: shine-btn 1.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes shine-btn {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.c-button--balloon {
  animation: balloon 2.5s ease-in-out infinite;
}

@keyframes balloon {
  0% {
    transform: scale(0.95);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.95);
  }
}
.c-fixedBtn {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.25rem;
  transition: opacity 0.3s ease-in-out;
}
.c-fixedBtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.c-fixedBtn a {
  display: block;
  width: 90%;
  max-width: 22.5rem;
  margin-top: 0.25rem;
}
.c-fixedBtn a img {
  width: 100%;
  height: auto;
}

.c-cta__top-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.c-cta__top-wrap img {
  width: 0.5rem;
}
.c-cta__top-text {
  text-align: center;
  font-size: 0.875rem;
  left: 1.4;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0.02em;
}
.c-cta__top-text span {
  color: #FF8700;
  font-size: 1rem;
  font-weight: 700;
}
.c-cta__wrap {
  position: relative;
  text-align: center;
  margin-top: 0.75rem;
}
.c-cta__balloon {
  display: block;
  margin-inline: auto;
  margin-bottom: -4%;
  z-index: 1;
  position: relative;
  width: 12rem;
  animation: cta-balloon 2.5s ease-in-out infinite;
}
.c-cta__balloon img {
  width: 100%;
  height: auto;
}
.c-cta__btn {
  display: block;
  animation: cta-balloon 2.5s ease-in-out infinite;
  margin-bottom: 0.5rem;
}
.c-cta__btn img {
  width: 100%;
  height: auto;
}
.c-cta__note {
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
}

@keyframes cta-balloon {
  0% {
    transform: scale(0.97);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.97);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(0.97);
  }
}
.c-section-title__watermark {
  --title-wm-color: #FFF;
  --title-wm-opacity: 0.45;
  font-size: 5.625rem;
  font-weight: 900;
  color: var(--title-wm-color);
  opacity: var(--title-wm-opacity);
  line-height: 1;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.1;
}
.c-section-title__watermark--light {
  opacity: 0.5;
}

.c-section-title {
  position: relative;
  text-align: center;
}
.c-section-title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 3px;
  background: #FF8700;
  margin: 0.625rem auto 0;
}
.c-section-title--light .c-section-title__text {
  color: #fff;
}
.c-section-title--light::after {
  background: #fff;
}
.c-section-title__text {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--color-text);
  margin: 0;
}

.c-slider {
  --slider-btn-size: 1.6875rem;
  --slider-btn-offset: -0.875rem;
  position: relative;
}
.c-slider__track {
  display: grid;
  grid-template-columns: 1fr;
}
.c-slider__item {
  grid-row: 1;
  grid-column: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  align-items: stretch;
}
.c-slider__item.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-slider__btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: var(--slider-btn-size);
  height: var(--slider-btn-size);
  border-radius: 50%;
  background: #FF8700;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.c-slider__btn img {
  width: 0.4375rem;
  height: auto;
}
.c-slider__btn--prev {
  left: var(--slider-btn-offset);
}
.c-slider__btn--next {
  right: var(--slider-btn-offset);
}
.c-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.1875rem;
}
.c-slider__dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #D9D9D9;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.c-slider__dot.is-active {
  background: #FF8700;
}

.c-live-icon__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 101;
}

.c-live-icon__inner {
  max-width: 480px;
  margin-inline: auto;
}

.c-live-icon {
  background: rgba(255, 243, 229, 0.9);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  width: fit-content;
  margin: 0.5rem 0.5rem 0 auto;
}
.c-live-icon.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.c-line-card__wrap {
  position: fixed;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 480px;
  width: 100%;
  padding: 0 var(--padding);
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.c-line-card__wrap.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.c-line-card {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.c-line-card__chat-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.c-line-card__chat-img {
  width: 3.125rem;
}
.c-line-card__chat-img img {
  width: 100%;
  display: block;
}

.c-line-card__chat {
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  flex: 1;
  filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.c-line-card__chat::before {
  display: block;
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  transform: rotate(-4deg);
  background: #fff;
  position: absolute;
  top: 1rem;
  left: -0.75rem;
  clip-path: polygon(100% 0%, 100% 100%, 0% 9%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 9%);
}

.c-line-card__chat-text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.c-line-card__button {
  background: #fff;
  border: 3px solid #00B733;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  width: 100%;
  padding: 0.625rem 0.5rem;
  max-width: 19.375rem;
  color: #00B733;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 30px */
}
.c-line-card__button img {
  width: 2.375rem;
}
.c-line-card__button span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.c-line-card__button svg {
  width: 0.5rem;
  height: auto;
}

@media (any-hover: hover) {
  .c-line-card__button {
    transition: background 0.15s, color 0.15s;
  }
  .c-line-card__button:hover {
    background: #e1ffea;
  }
}
.p-firstview {
  padding-bottom: 2.0625rem;
  background: #fff;
}

.p-firstview__inner img {
  width: 100%;
  height: auto;
  display: block;
}

.p-firstview__button-wrap {
  background: #fff;
  padding: 0 var(--padding);
  margin-top: 1.25rem;
  max-width: 480px;
  margin-inline: auto;
}

.p-present {
  padding: 2.1875rem 0 3.125rem;
  background: url("../image/present/background-top.png") top center/100% auto no-repeat, url("../image/present/background.png") center center/cover no-repeat;
}

.p-present__hero {
  padding: 1.5rem 0 2rem;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.375rem;
}

.p-present__hero-img {
  width: 1.3125rem;
}

.p-present__hero-lead {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.375rem;
}
.p-present__hero-lead img {
  width: 16.75rem;
}

.p-present__hero-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(102deg, #FFC800 -7.67%, #FF632A 62.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-present__photo {
  width: 100%;
  height: auto;
  display: block;
}

.p-present__inner {
  padding-inline: var(--padding);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-present__card {
  position: relative;
  margin-top: -2.8125rem;
  z-index: 1;
}
.p-present__card img {
  width: 100%;
  padding: 0 0.375rem 0 1.25rem;
}

.p-matching {
  background: #fff;
  padding: 3.125rem 0;
  position: relative;
}

.p-matching__inner {
  padding-inline: var(--padding);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-matching__dots {
  width: 0.25rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.p-matching__dots img {
  width: 100%;
}

.p-matching__photo-piece {
  width: 100%;
  height: auto;
  display: block;
}

.p-matching__feature {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-matching__feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-matching__feature-text {
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-matching__feature-em {
  color: var(--theme-color);
  font-weight: 700;
}

.p-footer {
  background-color: #fff;
  max-width: 480px;
  margin: 0 auto;
}
.p-footer__logo-wrap {
  padding: 1.875rem 1.5rem;
}
.p-footer__logo {
  display: block;
  width: 12.125rem;
  margin-inline: auto;
}
.p-footer__logo img {
  width: 100%;
}
.p-footer__bottom {
  background: linear-gradient(102deg, #FFC800 -7.67%, #FF632A 62.92%);
  padding: 0.6875rem 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-footer__privacy {
  font-size: 1rem;
  color: inherit;
  font-weight: 500;
  color: #fff;
  display: inline-block;
}
.p-footer__privacy:hover {
  opacity: 0.7;
}

.p-flow {
  --flow-accent-color: #FF8700;
  --flow-card-icon-size: 3.125rem;
  --flow-arrow-size: 2rem;
  --flow-mascot-size: 3.8125rem;
  background-image: url("../image/flow/background.png");
  background-size: cover;
  background-position: center;
  padding: 3.125rem 0;
  position: relative;
}

.p-flow__inner {
  padding-inline: var(--padding);
}

.p-flow__list {
  margin-top: 2.5rem;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.p-flow__item {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-flow__arrow {
  display: block;
  width: var(--flow-arrow-size);
  margin-inline: auto;
  width: 1.5rem;
}
.p-flow__arrow img {
  width: 100%;
  height: auto;
}

.p-flow__card {
  background: #fff;
  padding: 1.125rem 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.p-flow__card--last {
  position: relative;
}

.p-flow__card-icon {
  flex-shrink: 0;
  width: var(--flow-card-icon-size);
}
.p-flow__card-icon img {
  width: 100%;
  height: auto;
}

.p-flow__card-body {
  flex: 1;
}

.p-flow__card-title {
  font-weight: 700;
  color: var(--flow-accent-color);
  font-size: 0.875rem;
  line-height: 1.56;
  letter-spacing: -0.02em;
}

.p-flow__card-text {
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.6;
}

.p-flow__card-mascot {
  position: absolute;
  bottom: -0.375rem;
  right: -0.5rem;
  width: var(--flow-mascot-size);
  pointer-events: none;
}
.p-flow__card-mascot img {
  width: 100%;
  height: auto;
}

.p-recruit {
  background: #fff;
  padding: 3.125rem 0;
}

.p-recruit__inner {
  padding-inline: var(--padding);
}

.p-recruit__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FF8700;
  text-align: center;
}

.p-recruit__lead {
  font-size: 0.875rem;
  margin-top: 1rem;
}

.p-recruit__lead-accent {
  color: #FF8700;
  font-weight: 700;
}

.p-recruit__slide {
  margin-top: 2.5rem;
}

.p-recruit__card {
  background: #FFF6EC;
  border-radius: 0.625rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.p-recruit__card-img-wrap {
  position: relative;
  padding: 0.9375rem 0.9375rem 0;
}
.p-recruit__card-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}

.p-recruit__card-badge {
  position: absolute;
  bottom: -1.6875rem;
  right: 0;
  background: #FF8700;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  margin: 0;
  width: fit-content;
  border-radius: 0.375rem 0 0 0.375rem;
}
.p-recruit__card-badge strong {
  font-weight: 700;
}

.p-recruit__card-detail {
  padding: 1.625rem 1.25rem 0.9375rem;
}

.p-recruit__card-row {
  display: grid;
  align-items: baseline;
  grid-template-columns: auto 1fr;
}

.p-recruit__card-dt {
  font-size: 0.875rem;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.6;
  position: relative;
}
.p-recruit__card-dt::after {
  content: "：";
  display: inline;
}

.p-recruit__card-dd {
  font-size: 0.875rem;
  line-height: 1.6;
}

.p-recruit_button-wrap {
  margin-top: 2.5rem;
}

.p-agent {
  background: #fff;
  padding-top: 1.4375rem;
}

.p-agent__hero {
  --hero-deco-color: #FFC800;
  position: relative;
}

.p-agent__hero-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.p-agent__hero-title span {
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  color: var(--theme-color);
  text-align: center;
}

.p-agent__hero-title-deco {
  width: 2.9375rem;
  height: auto;
  margin-top: 0.625rem;
}

.p-agent__hero-service {
  font-size: 0.875rem;
  margin-top: 1.875rem;
  text-align: center;
  line-height: 1.6;
}

.p-agent__hero-logo {
  margin-top: 0.75rem;
  text-align: center;
}
.p-agent__hero-logo img {
  margin-inline: auto;
  width: 21.9375rem;
  height: auto;
}

.p-agent__photo {
  margin-top: 1.875rem;
}

.p-agent__photo-item {
  width: 100%;
}
.p-agent__photo-item img {
  width: 100%;
  height: auto;
}

.p-agent__inner {
  padding-inline: var(--padding);
  padding-bottom: 2.5rem;
}

.p-agent__read {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
}

.p-agent__body-text {
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-agent__body-text span {
  color: var(--theme-color);
  font-weight: 700;
}

.p-agent__tag {
  display: inline-block;
  color: #fff;
  background: var(--theme-color);
  font-size: inherit;
  font-weight: inherit;
  padding: 0 0.25rem;
  margin: 0 0.125rem;
}

.p-agent__body-link {
  color: var(--theme-color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  letter-spacing: -0.01em;
}

.p-agent__body-text-wrap {
  margin-top: 1.875rem;
}
.p-agent__body-text-wrap .p-agent__body-text:nth-of-type(n+2) {
  margin-top: 0.625rem;
}

.p-agent__because-badge {
  margin-top: 0.875rem;
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: var(--theme-color);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.25rem 0.375rem 1.0625rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 0.8125rem), 50% 100%, 0% calc(100% - 0.8125rem));
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 0.8125rem), 50% 100%, 0% calc(100% - 0.8125rem));
}

.p-agent__because-headline {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.875rem;
}

.p-agent__because-em {
  color: var(--theme-color);
  font-size: 1.5rem;
}

.p-agent__partner {
  margin-top: 2.5rem;
}

.p-agent__partner-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: var(--theme-color);
}

.p-agent__partner-sub {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}

.p-agent__slide {
  margin-top: 1rem;
}

.p-agent__partner-card {
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.p-agent__partner-card-img-wrap {
  position: relative;
}
.p-agent__partner-card-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.p-agent__partner-card-quote {
  position: absolute;
  bottom: 1rem;
  justify-content: flex-end;
  left: 0;
  right: 0;
  color: var(--theme-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.p-agent__partner-card-quote span {
  width: fit-content;
  background: #fff;
  display: inline-block;
  padding: 0.125rem 0.375rem;
  box-shadow: 3px 3px 0 0 #FFD334;
}

.p-agent__partner-card-body {
  padding: 0.9375rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.p-agent__partner-card-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--theme-color);
  margin: 0;
}

.p-agent__partner-card-dl {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin: 0;
}

.p-agent__partner-card-row {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem 0.5rem;
  flex-wrap: wrap;
}

.p-agent__partner-card-dt {
  display: inline-block;
  background: var(--theme-color);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.125rem 0.375rem;
  align-self: flex-start;
  width: fit-content;
}

.p-agent__partner-card-dd {
  font-size: 0.875rem;
  line-height: 1.4;
  flex: 1;
  min-width: 55%;
}

.p-agent__button-wrap {
  margin-top: 2.5rem;
}

.p-review {
  --review-accent-color: #FF8700;
  --review-card-border: #FF8700;
  position: relative;
  background: #FFF3E5;
  padding: 3.125rem 0;
  overflow: hidden;
}

.p-review__slide {
  margin-top: 2.5rem;
}

.p-review__inner {
  padding-inline: var(--padding);
}

.p-review__card {
  border-radius: 0.625rem;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  border: 0.5px solid #ededed;
  background: #fff;
  height: 100%;
}

.p-review__card-head {
  background: #FF8700;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  padding: 0.25rem 1rem;
  letter-spacing: 0.1em;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
}

.p-review__card-body {
  background: #fff;
  padding: 1.625rem 1.25rem 1.25rem;
  border-radius: 0 0 0.625rem 0.625rem;
  display: grid;
  gap: 1.375rem;
}

.p-review__card-top {
  display: flex;
  align-items: center;
  gap: 1.3125rem;
}

.p-review__person {
  flex-shrink: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
}

.p-review__person-photo {
  display: block;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
}
.p-review__person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-review__person-label {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}

.p-review__career {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}

.p-review__career-before,
.p-review__career-after {
  border-radius: 0.25rem;
  position: relative;
}

.p-review__career-before {
  background: #F2F2F2;
}

.p-review__career-after {
  border: 1px solid var(--review-card-border);
}

.p-review__career-badge {
  display: block;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
  width: 5.3125rem;
  border-radius: calc(infinity * 1px);
  letter-spacing: 0.01em;
}
.p-review__career-badge--before {
  background: #999;
  color: #fff;
}
.p-review__career-badge--after {
  background: var(--review-accent-color);
  color: #fff;
}

.p-review__career-text {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 1.25rem 1.5625rem 0.625rem;
  border-radius: 0.3125rem;
}
.p-review__career-text strong {
  color: var(--review-accent-color);
  font-weight: 700;
}
.p-review__career-text span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  text-wrap: nowrap;
}

.p-review__headline {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--review-accent-color);
  text-align: center;
  line-height: 1.5;
  text-wrap: nowrap;
}

.p-review__text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-text);
}

.p-review__text-ul {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.p-review__text-accent {
  color: var(--review-accent-color);
  font-weight: 700;
}

.p-review__button-wrap {
  margin-top: 2.5rem;
}

.p-faq {
  --faq-accent-color: #FF8700;
  position: relative;
  background: #FFF8F3;
  padding: 3rem 0;
  overflow: hidden;
}

.p-faq__inner {
  padding-inline: var(--padding);
}

.p-faq__contents {
  margin-top: 2.5rem;
  padding: 0;
  display: grid;
  gap: 1rem 0;
  margin-bottom: 2rem;
}

.p-faq__question {
  cursor: pointer;
  color: #fff;
  background: linear-gradient(102deg, #FFC800 -7.67%, #FF632A 62.92%);
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.p-faq__q-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
}

.p-faq__q-text {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  flex: 1;
  margin: 0;
}

.p-faq__q-arrow {
  width: 1rem;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.p-faq__question.is-open .p-faq__q-arrow {
  transform: rotate(0deg);
}

.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.p-faq__answer.is-open {
  grid-template-rows: 1fr;
}

.p-faq__answer-inner {
  overflow: hidden;
}

.p-faq__answer-body {
  background: #fff;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.p-faq__a-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--faq-accent-color);
  flex-shrink: 0;
  line-height: 1;
}

.p-faq__a-text {
  font-size: 0.875rem;
  color: var(--color-text);
  line-height: 1.7;
  margin: 0;
}

.p-thanks {
  min-height: 100dvh;
}
.p-thanks__inner {
  max-width: 480px;
  margin-inline: auto;
  background-image: url("../image/thanks/background.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.p-thanks__head {
  --head-bg: linear-gradient(102deg, #FFC800 -7.67%, #FF632A 62.92%);
  background: var(--head-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.875rem;
}
.p-thanks__head-arrow {
  flex-shrink: 0;
  width: 1.125rem;
}
.p-thanks__head-arrow img {
  display: block;
  width: 100%;
  height: auto;
}
.p-thanks__head-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.p-thanks__body {
  padding-inline: 1rem;
  padding-block: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
.p-thanks__intro {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
.p-thanks__important-label {
  --label-color: #FF8700;
  color: var(--label-color);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.p-thanks__line-headline {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.p-thanks__line-box {
  --line-box-bg: #fff;
  --line-box-border: linear-gradient(102deg, #FFC800 -7.67%, #FF632A 62.92%);
  --line-box-radius: 4px;
  border: 2px solid transparent;
  border-radius: var(--line-box-radius);
  background: linear-gradient(var(--line-box-bg), var(--line-box-bg)) padding-box, var(--line-box-border) border-box;
  padding: 1.625rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  box-shadow: 3px 3px 0 0 rgba(255, 211, 52, 0.08);
}
.p-thanks__line-text {
  font-size: 0.875rem;
  line-height: 1.4;
}
.p-thanks__line-accent {
  --accent-color: #FF8700;
  color: var(--accent-color);
  font-weight: 700;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-thanks__line-btn-wrap {
  flex-direction: column;
  display: flex;
  gap: 0.75rem;
}
.p-thanks__line-btn {
  --btn-bg: #00C300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--btn-bg);
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-weight: 800;
  font-size: 1.1875rem;
  text-decoration: none;
  padding-block: 1.1875rem;
  padding-inline: 1rem;
  width: 100%;
  text-shadow: 0 0 2px rgba(0, 75, 0, 0.5);
  box-shadow: 0 4px 0 0 #009100;
}
.p-thanks__line-btn:hover {
  opacity: 0.8;
}
.p-thanks__line-icon {
  width: 1.9375rem;
  height: auto;
  flex-shrink: 0;
}
.p-thanks__line-note {
  font-size: 0.625rem;
  line-height: 1.5;
}
.p-thanks__message {
  margin-block-start: 2.125rem;
}
.p-thanks__message img {
  display: block;
  width: 100%;
  height: auto;
}

.p-worry {
  background: url("../image/worry/background.png") center center/cover no-repeat;
  padding: 1.4375rem 0 1.75rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 4.1875rem), 50% 100%, 0% calc(100% - 4.1875rem));
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 4.1875rem), 50% 100%, 0% calc(100% - 4.1875rem));
}

.p-worry__inner {
  padding-inline: var(--padding);
}

.p-worry__chevron {
  width: 1.0625rem;
  margin-inline: auto;
}
.p-worry__chevron img {
  width: 100%;
  height: auto;
}

.p-worry__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 1.5rem;
}

.p-worry__text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.p-worry__text:last-of-type {
  margin-bottom: 0.375rem;
}

.p-worry__highlight {
  background: var(--color-text);
  color: #fff;
  font-weight: 700;
  padding: 0 0.375rem;
}

.p-worry__diagram {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.75rem;
}

.p-worry__balloon {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-top: -1.25rem;
}
.p-worry__balloon img {
  width: 18.75rem;
  height: auto;
  display: block;
}

.p-worry__balloon-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
.p-worry__balloon-text span {
  font-size: 1.75rem;
}

.p-careerup {
  background: url("../image/careerup/background.png") center center/cover no-repeat;
  padding: 3.125rem 0;
}

.p-careerup__inner {
  padding-inline: var(--padding);
}

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

.p-careerup__subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  align-items: center;
}
.p-careerup__subtitle img {
  width: 11.5rem;
}

.p-careerup__title {
  font-size: 1.8125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.p-careerup__list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  list-style: none;
}

.p-careerup__item {
  position: relative;
}
.p-careerup__item:nth-of-type(2n-1) .p-careerup__item-body {
  margin-left: 1.25rem;
  box-shadow: -0.3125rem 0.3125rem 0 0 #FF8700;
}
.p-careerup__item:nth-of-type(2n-1) .p-careerup__item-img-wrap {
  margin-right: 1.25rem;
}
.p-careerup__item:nth-of-type(2n) .p-careerup__item-body {
  margin-right: 1.25rem;
  box-shadow: 0.3125rem 0.3125rem 0 0 #FF8700;
}
.p-careerup__item:nth-of-type(2n) .p-careerup__item-img-wrap {
  margin-left: 1.25rem;
}

.p-careerup__item-body {
  background: #fff;
  padding: 1.25rem 0.625rem;
  text-align: center;
  position: relative;
  margin-top: -2.75rem;
  z-index: 1;
}

.p-careerup__item-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.p-careerup__item-num {
  display: block;
  position: absolute;
  font-family: var(--font-din);
  top: -2.5rem;
  font-size: 4rem;
  transform: skewX(-12deg);
  font-weight: 400;
  color: #FF8700;
  background: linear-gradient(102deg, #FFC800 -7.67%, #FF632A 62.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  opacity: 0.5;
  z-index: 1;
}
.p-careerup__item:nth-child(odd) .p-careerup__item-num {
  left: 0.75rem;
}
.p-careerup__item:nth-child(even) .p-careerup__item-num {
  right: 0.75rem;
}

.p-careerup__item-text {
  font-size: 1rem;
  font-weight: 500;
}

.p-form {
  background: #f5f5f5;
  padding-top: 1.125rem;
}

.p-form__main {
  margin-inline: auto;
}

.p-form__step {
  padding: 0 1rem;
  display: grid;
  gap: 1rem 0;
}
.p-form__step[hidden] {
  display: none;
}
.p-form__step:nth-of-type(n+2) {
  margin-top: 1rem;
}

.p-form__chat-box,
.p-form__choices {
  display: none;
}

.p-form__choices {
  position: relative;
  margin-right: 1rem;
  filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.p-form__choices::before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -0.75rem;
  width: 0.9375rem;
  height: 0.625rem;
  background: #fff;
  transform: rotate(-4deg);
  clip-path: polygon(0% 0%, 0% 100%, 100% 9%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 9%);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.p-form__choices.-not-arrow {
  margin-right: 0;
}
.p-form__choices.-not-arrow::before {
  content: none;
}

.p-form__chat-box.is-show {
  display: flex;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-form__choices.is-show {
  display: grid;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.p-form__chat-box.is-visible,
.p-form__choices.is-visible {
  opacity: 1;
  transform: none;
}

.p-form__chat-box {
  align-items: flex-start;
  gap: 1.5rem;
}

.p-form__chat-img {
  width: 3.125rem;
}
.p-form__chat-img img {
  width: 100%;
  display: block;
}

.p-form__chat {
  position: relative;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.5rem;
  flex: 1;
  filter: drop-shadow(0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.p-form__chat::before {
  display: block;
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  transform: rotate(-4deg);
  background: #fff;
  position: absolute;
  top: 1rem;
  left: -0.75rem;
  clip-path: polygon(100% 0%, 100% 100%, 0% 9%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 9%);
}

.p-form__chat-text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.p-form__choices {
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.9375rem 0.75rem;
  gap: 0.9375rem 0;
  margin-top: 0.3125rem;
}

.p-form__choices.is-locked {
  pointer-events: none;
}

.p-form__input-inner {
  max-width: 16.25rem;
  margin-inline: auto;
  display: grid;
  gap: 0.75rem;
}

.p-form__item-heading {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.p-form__radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
.p-form__radio-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
.p-form__radio-grid .wpcf7-list-item {
  display: flex;
  cursor: pointer;
  margin: 0;
}
.p-form__radio-grid .wpcf7-list-item label {
  display: flex;
  width: 100%;
  cursor: pointer;
}
.p-form__radio-grid .wpcf7-list-item input[type=radio] {
  display: none;
}
.p-form__radio-grid .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  background: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid #D7D7D7;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
  transition: background 0.15s, color 0.15s;
}
.p-form__radio-grid .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #FFF6EC;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.p-form__choice {
  display: flex;
  cursor: pointer;
}
.p-form__choice input[type=radio] {
  display: none;
}
.p-form__choice span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
  background: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid #D7D7D7;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--color-text);
  transition: background 0.15s, color 0.15s;
}
.p-form__choice input[type=radio]:checked + span {
  background: #FFF6EC;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.p-form__input {
  width: 100%;
  padding: 0.625rem 1.375rem;
  border: 0.0625rem solid #D7D7D7;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.15s;
}
.p-form__input:focus {
  outline: none;
  border-color: #FF8700;
}

.p-form__date-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0.3125rem;
}
.p-form__date-wrap .wpcf7-form-control-wrap {
  position: relative;
}
.p-form__date-wrap .wpcf7-form-control-wrap::before {
  content: "▼";
  display: block;
  color: #D7D7D7;
  position: absolute;
  font-size: 0.75rem;
  right: 0.3125rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-form__date-wrap select {
  padding: 0.625rem 1.125rem 0.625rem 1.25rem;
  border: 1px solid #D7D7D7;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: border-color 0.15s;
  width: 100%;
  appearance: none;
  background: #fff;
  color: var(--color-text);
}
.p-form__date-wrap select:focus {
  outline: none;
  border-color: #FF8700;
}

.p-form__date-unit {
  font-size: 0.875rem;
  white-space: nowrap;
}

.p-form__next-btn {
  display: block;
  width: 100%;
  padding: 0.875rem 0.625rem;
  background: #FF8700;
  color: #fff;
  border: none;
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: background 0.15s;
  margin-top: 0.375rem;
}
.p-form__next-btn:hover {
  background: #c06600;
}
.p-form__next-btn:disabled {
  background: #D7D7D7;
  cursor: not-allowed;
}

.p-form__option-day,
.p-form__option-time {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 16.25rem;
  margin-inline: auto;
}
.p-form__option-day .wpcf7-list-item,
.p-form__option-time .wpcf7-list-item {
  margin: 0;
}
.p-form__option-day .wpcf7-list-item label,
.p-form__option-time .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1.1875rem;
  background: #fff;
  border: 1px solid #B5B5B5;
  border-radius: 0.25rem;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.15s;
}
.p-form__option-day .wpcf7-list-item input[type=radio],
.p-form__option-time .wpcf7-list-item input[type=radio] {
  appearance: auto;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  cursor: pointer;
  order: 1;
}
.p-form__option-day .wpcf7-list-item .wpcf7-list-item-label,
.p-form__option-time .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--color-text);
  order: 0;
}
.p-form__option-day .wpcf7-list-item input[type=radio]:checked ~ label, .p-form__option-day .wpcf7-list-item:has(input[type=radio]:checked) label,
.p-form__option-time .wpcf7-list-item input[type=radio]:checked ~ label,
.p-form__option-time .wpcf7-list-item:has(input[type=radio]:checked) label {
  background: #FFF6EC;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.p-form__item-reset-button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  display: block;
  margin-left: auto;
  background: #fff;
  border: none;
  border: 1px solid #D7D7D7;
  border-radius: calc(infinity * 1px);
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
  cursor: pointer;
  padding: 0.3125rem 1.25rem;
  color: var(--color-text);
}
.p-form__item-reset-button.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.p-form__item-set {
  display: grid;
  gap: 0.375rem;
}

.p-form__tel-error {
  font-size: 0.75rem;
  color: #e00;
  margin-top: 0.25rem;
}

.p-form__policy-check {
  margin-top: 0.3125rem;
  text-align: center;
}
.p-form__policy-check .wpcf7-list-item-label {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-left: 0.375rem;
}
.p-form__policy-check .wpcf7-list-item-label a {
  color: #002BFF;
}

.p-form__mascot {
  position: absolute;
  width: 3.4375rem;
  pointer-events: none;
}
.p-form__mascot--job {
  bottom: -0.5rem;
  right: 0.75rem;
}
.p-form__mascot--birth {
  top: -0.25rem;
  right: 1.4375rem;
}
.p-form__mascot--option {
  bottom: 0.4375rem;
  right: 1rem;
}

.p-form__choice-button {
  display: block;
  width: 100%;
  padding: 0.875rem 0.625rem;
  background: #FFF6EC;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  max-width: 16.25rem;
  margin-inline: auto;
  letter-spacing: 0.16em;
  cursor: pointer;
}

.p-form__button-submit-wrap {
  display: none;
}
.p-form__button-submit-wrap.is-show {
  display: block;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.p-form__button-submit-wrap.is-visible {
  opacity: 1;
  transform: none;
}

.p-form__button-submit {
  display: block;
  width: 100%;
  padding: 0.875rem 0.625rem;
  background: #FF8700;
  color: #fff;
  border: none;
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
  max-width: 16.25rem;
  margin-inline: auto;
  cursor: pointer;
  transition: background 0.15s;
}
.p-form__button-submit:disabled {
  background: #D7D7D7;
  cursor: not-allowed;
}

.wpcf7-submit:disabled {
  background: #D7D7D7;
  cursor: not-allowed;
}

.wpcf7-spinner, .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  color: #e00;
  font-size: 0.875rem;
  border: none !important;
}/*# sourceMappingURL=style.css.map */