@charset "UTF-8";/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #1f4feb;
  text-decoration: underline;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.l-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: rgba(244, 243, 238, 0.95);
  z-index: 1000;
}
.l-header .container {
  position: relative;
  height: 100%;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header__logo {
  width: auto;
  height: 36px;
}
@media (max-width: 767px) {
  .l-header__logo {
    height: 36px;
  }
}
.l-header__nav {
  display: none;
}
.l-header__nav-list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: rgba(244, 243, 238, 0.95);
  padding: 0 16px 8px;
  z-index: 900;
}
@media (max-width: 767px) {
  .l-header__nav-list {
    padding: 0 12px 8px;
  }
}
.l-header__nav-item {
  border-top: 2px dotted #4c433c;
}
.l-header__nav-item a {
  display: block;
  padding: 16px 0;
  color: #4c433c;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header__nav-item a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .l-header__nav-item a:hover {
    opacity: 0.8;
  }
}
.l-header__nav--open {
  display: block;
}
.l-header .toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-header .toggle {
    width: 24px;
    height: 20px;
  }
}
.l-header .toggle-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #4c433c;
  border-radius: 3px;
}

.l-footer {
  padding: 78px 0 152px;
  color: #fff;
  background-color: #f77c04;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 48px 0 120px;
  }
}
.l-footer__links {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .l-footer__links {
    gap: 24px;
    margin-bottom: 24px;
  }
}
.l-footer__links a {
  color: #fff;
}
.l-footer__links {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .l-footer__links {
    gap: 24px;
    margin-bottom: 24px;
  }
}
.l-footer__links a {
  color: #fff;
}

.footer-contact {
  padding: 64px 0;
}

.footer-contact__logo {
  margin-bottom: 48px;
  text-align: center;
  margin-inline: auto;
  max-width: 480px;
}
@media (max-width: 767px) {
  .footer-contact__logo {
    max-width: 280px;
  }
}
.footer-contact__logo img {
  width: 100%;
  height: auto;
}

.footer-contact__button {
  text-align: center;
}
.footer-contact__button .button {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .footer-contact__button .button {
    font-size: 20px;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.marker {
  background: linear-gradient(to bottom, transparent 60%, #fff045 60%);
}
.marker--dotted span {
  position: relative;
  color: #ff4e00;
  font-size: 23px;
  font-weight: 700;
}
.marker--dotted span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: #ff4e00;
  border-radius: 50%;
  translate: -50% 0;
}

.highlight {
  color: #f77c04;
}

.bracket-description {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  margin: 0.6em 0;
  padding: 0 24px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .bracket-description {
    display: block;
    font-size: 16px;
  }
}
.bracket-description::before, .bracket-description::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 160%;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .bracket-description::before, .bracket-description::after {
    top: 0;
    height: 100%;
    transform: translate(0, 0);
  }
}
.bracket-description::before {
  left: -8px;
  border-left: solid 2px #000;
}
.bracket-description::after {
  right: -8px;
  border-right: solid 2px #000;
}

.button {
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 4px;
  position: relative;
  padding: 4px 18px;
  color: #4c433c;
  background-color: #ffe641;
  border: solid 3px #4c433c;
  border-radius: 9999px;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease-in-out;
}
@media (hover: hover) {
  .button:hover {
    opacity: 0.8;
    transform: translateY(-1px);
  }
}
@media (max-width: 1023px) {
  .button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 8px 12px;
    font-size: 16px;
    border-width: 2px;
  }
}
.button__img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
}
.button .text {
  text-align: center;
}
.button .badge {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 2px 16px;
  color: #4c433c;
  background-color: #ffe829;
  border: solid 2px #4c433c;
  border-radius: 9999px;
  font-size: 26px;
  transform: translate(-50%, -70%);
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .button .badge {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .button .badge {
    font-size: 16px;
  }
}
.button__arrow, .button__chevron {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
}
.button__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
}
.button__chevron {
  width: 0.45em;
  height: 0.45em;
  transform: rotate(45deg);
}
.button__chevron::before, .button__chevron::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  border-radius: 0.2em;
}
.button__chevron::before {
  top: 0;
  right: 0;
  left: 0;
  height: 0.12em;
}
.button__chevron::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.12em;
}
.button--line {
  color: #fff;
  background-color: #06c755;
  border: none;
}
.button--instagram {
  color: #fff;
  background: linear-gradient(to right, #f3c55a, #f64b79, #9449f0);
  border: none;
}
.button--tiktok {
  color: #fff;
  background-color: #191919;
  border: none;
}

.section-title {
  margin-bottom: 40px;
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title__en {
  display: block;
  margin-bottom: 10px;
  color: #f77c04;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-title__en {
    font-size: 16px;
  }
}

.cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 10;
}
.cta .button {
  flex-grow: 1;
  gap: 0;
  padding: 6px 18px;
  font-size: clamp(13px, 2.9vw, 20px);
  border: solid 2px #4c433c;
  text-decoration: none;
}
@media (max-width: 767px) {
  .cta .button {
    padding: 8px 8px;
  }
}
.cta .button:first-child .button__icon:first-child {
  width: 0;
}
.cta__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 400px));
  justify-content: center;
  padding: 12px 0;
  gap: 24px;
}
@media (max-width: 767px) {
  .cta__inner {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }
}
.cta--show {
  transform: translateY(0%);
  opacity: 1;
}

.c-staff-item {
  display: flex;
  padding: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .c-staff-item {
    padding: 16px;
  }
}

.c-staff-item__icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  color: #fff;
  background-color: #222;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .c-staff-item__icon {
    width: 64px;
    height: 64px;
  }
}
.c-staff-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-staff-item__text {
  flex: 1;
  margin-left: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .c-staff-item__text {
    margin-left: 12px;
  }
}

.c-staff-item__review {
  font-size: 26px;
}
@media (max-width: 1023px) {
  .c-staff-item__review {
    font-size: 20px;
  }
}

.c-staff-item__review-count {
  margin-left: 8px;
  color: #9b9b9b;
  font-weight: 400;
}

.c-staff-item__description {
  margin-top: 8px;
  line-height: 1.5;
}

.c-staff-item__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .c-staff-item__info {
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-staff-item__address {
  color: #999999;
}
@media (max-width: 1023px) {
  .c-staff-item__address {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .c-staff-item__price {
    align-self: flex-end;
    font-size: 14px;
  }
}
.c-staff-item__price span {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-staff-item__price span {
    font-size: 26px;
  }
}

.rvw-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.rvw-item__body {
  position: relative;
  margin-top: 16px;
}
.rvw-item__body label {
  display: block;
  padding-bottom: 1.2em;
  cursor: pointer;
}
.rvw-item__body input[type=checkbox] {
  display: none;
}
.rvw-item__body input[type=checkbox]:checked ~ .rvw-item__toggle-text::before {
  content: "閉じる";
}
.rvw-item__body input[type=checkbox]:checked ~ .rvw-item__comment {
  height: auto;
  -webkit-line-clamp: initial;
  line-clamp: initial;
  max-height: none;
  overflow: visible;
}

.rvw-item__toggle-text::before {
  content: "続きを読む";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  color: #808080;
  font-size: 14px;
  z-index: 1;
}

.rvw-item__name {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .rvw-item__name {
    font-size: 18px;
  }
}

.rvw-item__date {
  margin-top: 4px;
  font-size: 16px;
  color: #999;
}
@media (max-width: 1023px) {
  .rvw-item__date {
    font-size: 14px;
  }
}

.rvw-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  width: 54px;
  height: 54px;
  background-color: #666;
  font-size: 24px;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1023px) {
  .rvw-item__icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.rvw-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rvw-item__rate {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .rvw-item__rate {
    font-size: 20px;
  }
}

.rvw-item__images {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  overflow-x: auto;
}
.rvw-item__images img {
  flex-shrink: 0;
  background-color: #333;
  width: 232px;
  height: 160px;
  border-radius: 8px;
}

.rvw-item__comment {
  display: -webkit-box;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.review-summary {
  font-size: 14px;
}
.review-summary__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-summary__distribution {
  display: grid;
  grid-template-rows: repeat(5, auto);
  gap: 10px;
  margin-top: 12px;
}
.review-summary__bar {
  position: relative;
  background-color: #eee;
  width: 100%;
  height: 20px;
}
.review-summary__bar-row {
  display: grid;
  grid-template-columns: 1.8em 1fr 60px;
  gap: 10px;
}
.review-summary__bar-label {
  color: #f77c04;
}
.review-summary__bar-fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #f77c04;
}
.review-summary__bar-count {
  font-weight: 300;
}
.review-summary__bar-count a {
  color: #555;
  text-decoration: underline;
}
.review-summary__stars {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.review-summary__stars .star {
  color: #f77c04;
}
.review-summary__stars .star::after {
  color: currentColor;
}
.review-summary__count {
  color: #aaa;
}

.star {
  display: inline-flex;
  align-items: center;
  color: #f77c04;
}
.star__fill {
  position: relative;
}
.star__fill::before {
  content: "★★★★★";
  color: #cccccc;
}
.star__fill::after {
  content: "★★★★★";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--star-width, 100);
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.star__score {
  margin-left: 8px;
}

.carousel .splide__arrow {
  background: #000;
}
.carousel .splide__arrow svg {
  fill: #fff;
  width: 0.9em;
  height: 0.9em;
}
.carousel__image img {
  width: 100%;
  height: 100%;
  background-color: #444;
  object-position: center;
  object-fit: cover;
}

.c-pagination {
  display: inline-flex;
  flex-wrap: nowrap;
  border: solid 1px #808080;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.c-pagination__button {
  display: inline-block;
  padding: 16px 16px;
  background-color: #fff;
  color: #0064b8;
  text-decoration: none;
  border-right: solid 1px #808080;
}
.c-pagination__button:last-child {
  border: none;
}
.c-pagination__button[aria-disabled=true] {
  color: #808080;
  pointer-events: none;
  cursor: not-allowed;
}

.p-lp section {
  padding: 64px 0;
  scroll-margin-top: 72px;
}
@media (max-width: 1023px) {
  .p-lp section {
    padding: 48px 0;
  }
}

.p-lp .fv {
  padding: 96px 0 64px;
}
@media (max-width: 1023px) {
  .p-lp .fv {
    padding: 96px 0 48px;
  }
}

.fv {
  position: relative;
  background-color: #f4f3ee;
}
@media (max-width: 1023px) {
  .fv {
    padding: 72px 0 40px;
  }
}
.fv .bracket-description {
  margin: 24px 0 0;
  left: 0;
  transform: translate(0, 0);
}
@media (max-width: 1023px) {
  .fv .bracket-description {
    display: block;
  }
}
.fv .bracket-description::before, .fv .bracket-description::after {
  height: 100%;
}
.fv .bracket-description::before {
  left: 0;
}
.fv .bracket-description::after {
  right: 0;
}

.fv__hero {
  position: relative;
}
@media (max-width: 1023px) {
  .fv__hero {
    margin-inline: auto;
    width: 100%;
    max-width: 840px;
  }
}
.fv__hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .fv__hero-image {
    display: none;
  }
}
.fv__hero-image img {
  max-width: 100%;
  max-height: 100%;
}
.fv__hero-image--small {
  display: none;
}
@media (max-width: 1023px) {
  .fv__hero-image--small {
    display: block;
    position: static;
    left: auto;
    margin-inline: auto;
    padding: 12px;
    width: 100%;
    max-width: 840px;
    transform: translate(0, 0);
  }
}

.fv__info--pc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1023px) {
  .fv__info--pc {
    display: none;
  }
}
.fv__info--sp {
  display: none;
}
@media (max-width: 1023px) {
  .fv__info--sp {
    display: block;
    margin-top: 24px;
    margin-inline: auto;
    width: 100%;
    max-width: 840px;
  }
}

.fv__logo {
  margin-top: 20px;
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .fv__logo {
    max-width: 360px;
  }
}
.fv__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fv__card {
  position: relative;
  color: #4c433c;
  text-align: center;
  background-color: #fff;
  border: solid 3px #4c433c;
  border-radius: 10px;
  overflow: hidden;
}
.fv__card-header {
  position: relative;
  padding: 12px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  background-color: #f77c04;
}
@media (max-width: 767px) {
  .fv__card-header {
    padding: 8px 0;
    font-size: 24px;
  }
}
.fv__card-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #f77c04 transparent transparent;
  translate: -50% 100%;
}
.fv__card-header img {
  margin-left: 0.5em;
  width: auto;
  height: 1.2em;
}
.fv__card-body {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
}
@media (max-width: 1023px) {
  .fv__card-body {
    padding: 20px 16px;
    align-items: center;
  }
}
.fv__card-subtitle {
  font-size: 30px;
}
@media (max-width: 767px) {
  .fv__card-subtitle {
    font-size: 24px;
  }
}
.fv__card .fv__coupon {
  background-color: #f2f2f2;
}
.fv__card .fv__feature-list {
  gap: 8px;
}
.fv__card .fv__feature-item {
  box-shadow: none;
  border: solid 2px #4c433c;
}
.fv__card--pc {
  position: relative;
  max-width: 500px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 1023px) {
  .fv__card--pc {
    display: none;
  }
}
.fv__card--sp {
  display: none;
}
@media (max-width: 1023px) {
  .fv__card--sp {
    display: block;
    margin-inline: auto;
    margin-bottom: -200px;
    transform: translate(0%, -200px);
  }
}
@media (max-width: 767px) {
  .fv__card--sp {
    margin-bottom: -100px;
    transform: translate(0%, -100px);
  }
}

.fv__feature-wrapper {
  margin-top: 24px;
}
.fv__feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .fv__feature-list {
    margin-inline: auto;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .fv__feature-list {
    gap: 12px;
  }
}
.fv__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .fv__feature-item {
    font-size: 14px;
  }
}
.fv__feature-item .icon {
  width: 70px;
  height: auto;
}

.fv__cta {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .fv__cta {
    margin-top: 18px;
  }
}
.fv__cta .button {
  padding: 0 12px;
  font-size: 34px;
}
@media (max-width: 1023px) {
  .fv__cta .button {
    padding: 4px 36px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fv__cta .button {
    padding: 2px 24px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .fv__cta .button__icon:first-child {
    width: 0;
  }
}
@media (max-width: 1023px) {
  .fv__cta .button__icon:last-child {
    width: 1em;
  }
}

.fv__coupon {
  margin-top: 24px;
  padding: 4px 16px;
  font-size: 21px;
  background-color: #fff;
  text-align: center;
  border: solid 3px #4c433c;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .fv__coupon {
    border: solid 2px #4c433c;
  }
}
@media (max-width: 767px) {
  .fv__coupon {
    margin-top: 16px;
    font-size: 16px;
  }
}

.fv__balloon {
  position: relative;
  padding: 4px 10px;
  background-color: #fff;
  border: solid 3px #4c433c;
  border-radius: 10px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .fv__balloon {
    font-size: 20px;
    border-radius: 4px;
    border-width: 2px;
  }
}
.fv__balloon::before, .fv__balloon::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  z-index: 1;
}
.fv__balloon::before {
  bottom: -25px;
  border-style: solid;
  border-color: #4c433c transparent transparent transparent;
  border-width: 25px 0 0 20px;
}
@media (max-width: 767px) {
  .fv__balloon::before {
    bottom: -15px;
    border-width: 15px 0 0 11px;
  }
}
.fv__balloon::after {
  bottom: -18px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 19px 0 0 15px;
}
@media (max-width: 767px) {
  .fv__balloon::after {
    bottom: -13px;
    border-width: 14px 0 0 10px;
  }
}

.fv__price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .fv__price {
    margin-top: 28px;
  }
}
.fv__price .amount {
  display: inline-flex;
  align-items: center;
  color: #f77c04;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .fv__price .amount {
    font-size: 40px;
  }
}
.fv__price .unit {
  display: inline-flex;
  align-items: center;
  flex-direction: column-reverse;
}
.fv__price .tax {
  font-size: 16px;
}
@media (max-width: 767px) {
  .fv__price .tax {
    font-size: 8px;
  }
}
.fv__price .yen {
  font-size: 44px;
}
@media (max-width: 767px) {
  .fv__price .yen {
    font-size: 24px;
  }
}

.p-lp .problem {
  padding: 0;
}

.problem {
  text-align: center;
}

.problem__title {
  margin-bottom: 48px;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .problem__title {
    font-size: 22px;
  }
}

.problem__lead {
  display: inline-block;
  position: relative;
  padding: 12px 32px;
  padding-left: 48px;
  margin-bottom: 48px;
  color: #fff;
  font-size: 24px;
  background-color: #72869b;
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .problem__lead {
    font-size: 18px;
  }
}
.problem__lead::before, .problem__lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 9999px;
  background-color: #72869b;
}
.problem__lead::before {
  width: 12px;
  height: 12px;
  transform: translate(-20px, 20px);
}
.problem__lead::after {
  width: 9px;
  height: 9px;
  transform: translate(-50%, 32px);
}
.problem__lead-icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, -20%);
}

.problem__question {
  position: relative;
  padding: 64px 0;
  background-color: #ebebeb;
}
@media (max-width: 1023px) {
  .problem__question {
    padding: 48px 0;
  }
}
.problem__question::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 40px 20px 0 20px;
  border-color: #ebebeb transparent transparent;
  translate: -50% 100%;
}
@media (max-width: 1023px) {
  .problem__question::before {
    border-width: 30px 16px 0 16px;
  }
}
@media (max-width: 767px) {
  .problem__question::before {
    border-width: 24px 12px 0 12px;
  }
}
.problem__question .problem__title {
  color: #4b5764;
  font-weight: 700;
}

.problem__solution {
  padding: 64px 0;
}
@media (max-width: 1023px) {
  .problem__solution {
    padding: 48px 0;
  }
}
.problem__solution-image {
  width: auto;
  height: 136px;
}
@media (max-width: 767px) {
  .problem__solution-image {
    height: 96px;
  }
}
.problem__solution .problem__title {
  position: relative;
  padding-bottom: 20px;
}
.problem__solution .problem__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  border-bottom: 2px solid #000;
  transform: translateX(-50%);
}
.problem__solution .problem__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-45deg);
  height: 16px;
  width: 20px;
  border-right: 3px solid #333;
  background-color: white;
}

.problem__question-images {
  position: relative;
  margin-top: 16px;
}

.problem__image-main {
  height: 200px;
}
@media (max-width: 767px) {
  .problem__image-main {
    height: 120px;
  }
}
.problem__image-left, .problem__image-right {
  position: relative;
  height: 240px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .problem__image-left, .problem__image-right {
    height: 120px;
  }
}
.problem__image-left {
  left: 0;
}
.problem__image-right {
  right: 0;
}

@media (max-width: 1023px) {
  .problem__balloons--pc {
    display: none;
  }
}
.problem__balloons--tab {
  display: none;
}
@media (max-width: 1023px) {
  .problem__balloons--tab {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 32px;
    margin-inline: auto;
    width: 100%;
    max-width: 600px;
  }
  .problem__balloons--tab :nth-child(even) {
    align-self: flex-end;
  }
}

.problem .balloon {
  display: inline-block;
  position: relative;
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 18px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .problem .balloon {
    padding: 10px 12px;
    font-size: 16px;
  }
}
.problem .balloon__tail {
  position: absolute;
  top: 20%;
  z-index: 1;
}
.problem .balloon--left .balloon__tail {
  left: 0;
  transform: translateX(-100%);
}
.problem .balloon--right .balloon__tail {
  right: 0;
  transform: scale(-1, 1) translateX(-100%);
}

.problem__group {
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  gap: 24px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.problem__group--left {
  align-items: flex-end;
  left: 0;
}
.problem__group--left .balloon:nth-child(1) {
  margin-right: 18px;
}
.problem__group--right {
  align-items: flex-start;
  right: 0;
}
.problem__group--right .balloon:nth-child(2) {
  margin-left: 18px;
}

.about {
  padding: 64px 0;
  background-color: #f77c04;
}

.about__title {
  display: inline-block;
  position: relative;
  padding: 10px 16px;
  margin-bottom: 42px;
  margin-inline: auto;
  background-color: #fff;
  font-size: 20px;
  border: solid 2px #000;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
}
.about__title img {
  display: inline-block;
  width: 240px;
  height: auto;
}
@media (max-width: 767px) {
  .about__title img {
    width: 160px;
  }
}
.about__title::before, .about__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  transform: translate(-50%, 0);
}
.about__title::before {
  bottom: -30px;
  border-width: 30px 15px 0 15px;
  border-color: #000000 transparent transparent;
}
.about__title::after {
  bottom: -27px;
  border-width: 27.8px 13.9px 0 13.9px;
  border-color: #ffffff transparent transparent;
}

.about__items {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
@media (max-width: 1023px) {
  .about__items {
    flex-direction: column;
  }
}

.about__item {
  flex: 1;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  background-color: #fff;
  padding: 16px 32px;
  border: solid 2px #000;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about__item {
    padding: 16px;
  }
}
.about__item-header {
  display: flex;
  position: relative;
  padding-bottom: 16px;
  gap: 16px;
}
@media (max-width: 767px) {
  .about__item-header {
    justify-content: space-between;
  }
}
.about__item-body {
  margin-top: -32px;
  padding-top: 16px;
  border-top: solid 2px #000;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .about__item-body {
    margin-top: 0;
  }
}
.about__item-title {
  order: 2;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .about__item-title {
    order: 1;
    font-size: 18px;
  }
}
.about__item-title span {
  display: block;
  margin-bottom: 0.2em;
  color: #f77c04;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about__item-title span {
    font-size: 28px;
  }
}
.about__item-icon {
  position: relative;
  top: -32px;
  order: 1;
  width: auto;
  height: 100px;
}
@media (max-width: 767px) {
  .about__item-icon {
    order: 2;
    top: 0;
    height: 60px;
  }
}

.reason {
  padding: 64px 0;
  background-color: #f9f0e6;
}

.reason__items {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1023px) {
  .reason__items {
    flex-direction: column;
    gap: 24px;
  }
}

.reason__item {
  flex: 1;
  position: relative;
  padding: 20px 18px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  counter-increment: number 1;
}
@media (max-width: 1023px) {
  .reason__item {
    margin-inline: auto;
    width: 100%;
    max-width: 600px;
  }
}
.reason__item-image {
  margin-bottom: 24px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #eee;
}
@media (max-width: 1023px) {
  .reason__item-image {
    margin-bottom: 16px;
  }
}
.reason__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #f77c04;
  font-size: 25px;
  line-height: 1.3;
  height: 2.6em;
}
@media (max-width: 1023px) {
  .reason__item-title {
    height: auto;
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.reason__item-description {
  color: #1a1a1a;
  line-height: 1.7;
}

.reason__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: -12px;
  left: -12px;
  background-color: #f77c04;
  color: #fff;
  width: 62px;
  height: 62px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border-radius: 50%;
  border: solid 2px #000;
  line-height: 1;
}
.reason__badge-label {
  font-size: 10px;
}
.reason__badge-number {
  font-size: 36px;
}

.example {
  padding: 64px 0;
  background-color: #f5f5f5;
}
.example .example__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.example .example__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  position: relative;
  padding: 24px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  counter-increment: number 1;
}
@media (max-width: 1023px) {
  .example .example__item {
    grid-template-columns: 1fr;
    padding: 24px 10px;
    margin-inline: auto;
    max-width: 700px;
  }
}
.example .example__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-16px, -16px);
}
@media (max-width: 767px) {
  .example .example__item::before {
    width: 72px;
    height: 60px;
    transform: translate(-12px, -12px);
  }
}
.example .example__item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 460px;
  padding: 0 8px;
}
@media (max-width: 1023px) {
  .example .example__item-header {
    width: auto;
  }
}
.example .example__item-avatar {
  width: 96px;
  height: 96px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .example .example__item-avatar {
    width: 72px;
    height: 72px;
  }
}
.example .example__item-texts {
  flex: 1;
}
.example .example__item-title {
  margin-bottom: 12px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .example .example__item-title {
    font-size: 20px;
  }
}
.example .example__item-meta {
  font-size: 18px;
}
@media (max-width: 767px) {
  .example .example__item-meta {
    font-size: 16px;
  }
}
.example .example__item-body {
  flex: 1;
  padding: 20px 32px;
  border-radius: 10px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .example .example__item-body {
    padding: 20px 16px;
  }
}
.example .example__item--orange::before {
  background-image: url("../assets/example_label-1.png");
}
.example .example__item--orange .example__item-title {
  color: #f77c04;
}
.example .example__item--orange .example__item-body {
  background-color: #fff6e2;
}
.example .example__item--green::before {
  background-image: url("../assets/example_label-2.png");
}
.example .example__item--green .example__item-title {
  color: #3f9061;
}
.example .example__item--green .example__item-body {
  background-color: #e5f5ec;
}
.example .example__item--blue::before {
  background-image: url("../assets/example_label-3.png");
}
.example .example__item--blue .example__item-title {
  color: #5083af;
}
.example .example__item--blue .example__item-body {
  background-color: #ebf6ff;
}

.service {
  padding: 64px 0;
  background-color: #fff;
}

.service__bracket {
  margin-bottom: 32px;
}

.service__items {
  display: grid;
  max-width: 1000px;
  margin-inline: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 767px) {
  .service__items {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.service__item {
  display: flex;
  flex-direction: column;
  background-color: #fff6e2;
  border-radius: 10px;
  border: solid 4px #f77c04;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .service__item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service__item {
    font-size: 16px;
  }
}
.service__item-header {
  padding: 8px 0;
  color: #fff;
  background-color: #f77c04;
  text-align: center;
}
.service__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.service__item-title {
  font-size: 27px;
}
@media (max-width: 767px) {
  .service__item-title {
    font-size: 20px;
  }
}
.service__item-inner--images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.service__item-inner--texts {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.service__item-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.service__item-image img {
  width: 100%;
  height: auto;
}
.service__item-caption {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2em;
  background-color: #fff;
  font-weight: 400;
  text-align: center;
}
.service__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  border-top: 1px dotted #f57c00;
  border-left: 1px dotted #f57c00;
}
@media (max-width: 1023px) {
  .service__item-text {
    padding: 12px 0;
  }
}
.service__item-text:nth-child(3n+1) {
  border-left: none;
}
.service__item-text:nth-child(-n+3) {
  border-top: none;
}

.service__cta {
  text-align: center;
}

.service__text {
  position: relative;
  margin: 32px auto;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .service__text {
    font-size: 16px;
  }
}
.service__text::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  border-bottom: 2px solid #000;
  transform: translateX(-50%);
}
.service__text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-45deg);
  height: 16px;
  width: 20px;
  border-right: 3px solid #333;
  background-color: white;
}

.plan {
  padding: 64px 0;
  background-color: #f5f5f5;
}

.plan__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 32px;
}
@media (max-width: 767px) {
  .plan__inner {
    grid-template-columns: 1fr;
  }
}

.plan__item {
  position: relative;
  background-color: #fff;
  border: solid 4px #000;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.plan__item-wrapper {
  position: relative;
  margin-bottom: -4px;
  transform: translate(0%, -4px);
  z-index: 1;
}
.plan__item-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  color: #fff;
  background-color: #000;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .plan__item-header {
    padding: 8px 0;
    font-size: 24px;
  }
}
.plan__item-body {
  padding: 12px;
  text-align: center;
  line-height: 1.7;
}
.plan__item-inner {
  padding: 12px;
}
.plan__item-inner:nth-child(-n+1) {
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #000000 8px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.plan__item-label {
  display: inline-block;
  color: #000;
  background-color: #fff;
  font-weight: 600;
  font-size: 25px;
  padding: 4px 12px;
  border-radius: 9999px;
}
@media (max-width: 1023px) {
  .plan__item-label {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .plan__item-label {
    font-size: 16px;
  }
}
.plan__item-badge {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 16px;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #f77c04;
  border-radius: 9999px;
  font-size: 30px;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 1023px) {
  .plan__item-badge {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .plan__item-badge {
    font-size: 16px;
  }
}
.plan__item-price {
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .plan__item-price {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .plan__item-price {
    font-size: 24px;
  }
}
.plan__item-price .amount {
  font-family: "Oswald", sans-serif;
  font-size: 84px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .plan__item-price .amount {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .plan__item-price .amount {
    font-size: 44px;
  }
}
.plan__item-price .unit {
  display: inline-flex;
  align-self: flex-end;
  flex-direction: column-reverse;
}
.plan__item-price .yen {
  font-size: 54px;
}
@media (max-width: 1023px) {
  .plan__item-price .yen {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .plan__item-price .yen {
    font-size: 28px;
  }
}
.plan__item-price .tax {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .plan__item-price .tax {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .plan__item-price .tax {
    font-size: 10px;
  }
}
.plan__item-price--large {
  font-size: 36px;
}
@media (max-width: 1023px) {
  .plan__item-price--large {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .plan__item-price--large {
    font-size: 28px;
  }
}
.plan__item-price--large .amount {
  font-size: 108px;
}
@media (max-width: 1023px) {
  .plan__item-price--large .amount {
    font-size: 84px;
  }
}
@media (max-width: 767px) {
  .plan__item-price--large .amount {
    font-size: 64px;
  }
}
.plan__item-price--large .yen {
  font-size: 54px;
}
@media (max-width: 1023px) {
  .plan__item-price--large .yen {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .plan__item-price--large .yen {
    font-size: 36px;
  }
}
.plan__item-price--large .tax {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .plan__item-price--large .tax {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .plan__item-price--large .tax {
    font-size: 12px;
  }
}
.plan__item--orange {
  border-color: #f77c04;
  z-index: 1;
}
.plan__item--orange .plan__item-header {
  padding-top: 48px;
  background-color: #f77c04;
}
@media (max-width: 767px) {
  .plan__item--orange .plan__item-header {
    padding-top: 32px;
  }
}
.plan__item--orange .plan__item-header {
  color: #000;
  background-color: #fff;
}
.plan__item--orange .plan__item-body {
  color: #fff;
  background-color: #f77c04;
}
.plan__item--green {
  margin-inline: auto;
  border-color: #06c755;
}
@media (max-width: 767px) {
  .plan__item--green {
    width: 90%;
  }
}
.plan__item--green .plan__item-header {
  background-color: #06c755;
}
.plan__item--green .highlight {
  color: #2b834f;
}
.plan__item--yellow {
  margin-inline: auto;
  border-color: #ffe052;
}
@media (max-width: 767px) {
  .plan__item--yellow {
    width: 90%;
  }
}
.plan__item--yellow .plan__item-header {
  color: #000;
  background-color: #ffe052;
}

.plan__text {
  margin: 16px 0;
  color: #4d4d4d;
  text-align: center;
  line-height: 1.7;
}

.plan__coupon {
  margin: 16px 0;
  padding: 2px 0;
  color: #000;
  background-color: #f2f2f2;
  font-size: 24px;
  text-align: center;
  border: solid 2px #000;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .plan__coupon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .plan__coupon {
    font-size: 16px;
  }
}

.plan__button {
  margin: 32px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .plan__button {
    margin: 24px 0;
  }
}
.plan__button .button {
  font-size: 26px;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .plan__button .button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .plan__button .button {
    width: auto;
    font-size: 16px;
  }
}
.plan__button .button--request {
  margin-top: 24px;
  color: #fff;
  background-color: #f77c04;
  border: solid 2px #000;
}
.plan__button .button__badge {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 2px 16px;
  color: #4c433c;
  background-color: #ffe829;
  border: solid 2px #4c433c;
  border-radius: 9999px;
  font-size: 26px;
  transform: translate(-50%, -70%);
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .plan__button .button__badge {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .plan__button .button__badge {
    font-size: 16px;
  }
}

.plan__icon--clock {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}
.plan__icon--arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 0;
  height: 0;
  margin: 12px 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.8em;
  border-left-color: #999;
  border-right: 0;
  transform: rotate(90deg);
}
.plan__icon--plus {
  position: relative;
  margin: 20px 0;
  margin-inline: auto;
  width: 20px;
  height: 20px;
}
.plan__icon--plus::before, .plan__icon--plus::after {
  content: "";
  position: absolute;
  background-color: #41855d;
}
.plan__icon--plus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 6px;
  transform: translate(0, -50%);
}
.plan__icon--plus::after {
  top: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  transform: translate(-50%, 0);
}

.plan__sale {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  color: #ed0e0e;
  background-color: #ffe829;
  border: solid 3px #fff;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  z-index: 2;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  transform: translate(-20%, -20%) rotate(-45deg);
}
@media (max-width: 1023px) {
  .plan__sale {
    width: 84px;
    height: 84px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .plan__sale {
    width: 72px;
    height: 72px;
    font-size: 26px;
  }
}
.plan__sale-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(45deg);
}
.plan__sale-number {
  font-size: 54px;
}
@media (max-width: 1023px) {
  .plan__sale-number {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .plan__sale-number {
    font-size: 26px;
  }
}
.plan__sale-off {
  font-size: 30px;
}
@media (max-width: 1023px) {
  .plan__sale-off {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .plan__sale-off {
    font-size: 16px;
  }
}
.plan__sale::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.plan__sale::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.3px 6.6px 0 6.6px;
  border-color: #ffe829 transparent transparent;
  translate: -50% 100%;
}

.plan__deco-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: auto;
  z-index: 2;
}
@media (max-width: 1023px) {
  .plan__deco-1 {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .plan__deco-1 {
    width: 54px;
  }
}

.plan__deco-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  height: auto;
  z-index: 2;
  transform: translate(40%, -50%);
}
@media (max-width: 1023px) {
  .plan__deco-2 {
    width: 84px;
    transform: translate(30%, -40%);
  }
}
@media (max-width: 767px) {
  .plan__deco-2 {
    width: 70px;
    transform: translate(10%, -20%);
  }
}

@media (max-width: 1023px) {
  .p-lp .flow {
    padding-bottom: 0;
  }
}

.flow {
  background-color: #fff;
}
@media (max-width: 767px) {
  .flow {
    background-color: #fffaf0;
  }
}
.flow--orange, .flow--green {
  padding: 0 20px 40px;
  border-radius: 16px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .flow--orange, .flow--green {
    border-radius: 0;
    box-shadow: none;
  }
}
.flow--orange {
  background-color: #fffaf0;
}
.flow--orange .flow__area-title {
  color: #f77c04;
}
.flow--orange .flow__item {
  border-color: #f77c04;
}
.flow--orange .flow__item-title, .flow--orange .flow__item-badge, .flow--orange .flow__item-arrow {
  background-color: #f77c04;
}
.flow--green {
  background-color: #ebf8f1;
}
.flow--green .flow__area-title {
  color: #06c755;
}
.flow--green .flow__item {
  border-color: #06c755;
}
.flow--green .flow__item-title, .flow--green .flow__item-badge, .flow--green .flow__item-arrow {
  background-color: #06c755;
}

.flow__area-title {
  margin: 24px 0;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__area-title {
    font-size: 24px;
  }
}
.flow__area--orange {
  padding: 0;
}
@media (max-width: 767px) {
  .flow__area--orange {
    padding: 0;
  }
}
.flow__area--green {
  padding: 64px 0;
  background-color: #ebf8f1;
}

.flow__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 32px;
}
@media (max-width: 767px) {
  .flow__inner {
    grid-template-columns: 1fr;
  }
}

.flow__bracket {
  margin-bottom: 32px;
}

.flow__container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .flow__container {
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .flow__container-inner {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.flow__items {
  text-align: center;
}

.flow__item {
  background-color: #ffffff;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .flow__item {
    margin-inline: auto;
    width: 100%;
    max-width: 500px;
  }
}
.flow__item-title {
  padding: 12px 0;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .flow__item-title {
    padding: 8px 0;
    font-size: 20px;
  }
}
.flow__item-inner {
  position: relative;
  padding: 24px 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .flow__item-inner {
    padding: 24px 36px;
  }
}
.flow__item-text {
  line-height: 1.7;
}
.flow__item-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 42%;
  left: 0;
  width: 64px;
  height: 64px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .flow__item-badge {
    width: 48px;
    height: 48px;
  }
}
.flow__item-badge-label {
  font-size: 14px;
}
@media (max-width: 767px) {
  .flow__item-badge-label {
    font-size: 11px;
  }
}
.flow__item-badge-number {
  font-size: 36px;
}
@media (max-width: 767px) {
  .flow__item-badge-number {
    font-size: 22px;
  }
}
.flow__item-icon {
  position: absolute;
  top: 42%;
  right: 0;
  transform: translate(50%, -50%);
}
.flow__item-icon img {
  width: 64px;
  height: auto;
}
@media (max-width: 767px) {
  .flow__item-icon img {
    width: 48px;
  }
}
.flow__item-arrow {
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
  width: 80px;
  height: 60px;
  clip-path: polygon(0 43.3%, 25% 43.3%, 25% 0, 75% 0, 75% 43.3%, 100% 43.3%, 50% 100%);
  transform: translateY(-2px);
}
.flow__item-arrow::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 69.1px;
  height: 55.4px;
  background: #fff600;
  clip-path: polygon(0 47%, 24% 47%, 24% 0, 76% 0, 76% 47%, 100% 47%, 50% 100%);
  transform: translateX(-50%);
}
.flow__item-arrow--orange {
  background: #f77c04;
}
.flow__item-arrow--green {
  background: #06c755;
}
.flow__item .button {
  margin-top: 8px;
  font-size: 1em;
  padding: 0.1em 6px;
  gap: 0;
}
.preparation {
  padding: 64px 0;
  background-color: #fff;
}

.preparation__bracket {
  margin-bottom: 32px;
}

.preparation__items {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}
@media (max-width: 1023px) {
  .preparation__items {
    width: 100%;
    max-width: 580px;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
  }
}

.preparation__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  background-color: #fffaf0;
  border: solid 2px #000;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
.preparation__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.preparation__item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.preparation__item-text {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .preparation__item-text {
    font-size: 14px;
  }
}

.staff {
  padding: 64px 0;
  background-color: #f5f5f5;
}

.staff__bracket {
  margin-bottom: 32px;
}

.staff__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.staff__item {
  position: relative;
  background-color: #fff;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .staff__item {
    margin-inline: auto;
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .staff__item {
    padding: 16px 0;
  }
  .staff__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
  }
}
.staff__item-inner {
  margin-bottom: 24px;
  padding: 0 20px;
}
.staff__item-image {
  margin-bottom: 24px;
}
.staff__item-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .staff__item-image {
    max-width: 520px;
    margin-inline: auto;
  }
}
.staff__item-heading {
  position: relative;
  margin-bottom: 18px;
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .staff__item-heading {
    padding: 0;
  }
  .staff__item-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 3px;
    transform: translateX(-50%) translateY(8px);
  }
}
.staff__item-title {
  margin-bottom: 18px;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1023px) {
  .staff__item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .staff__item-title {
    font-size: 24px;
  }
}
.staff__item-sections {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1023px) {
  .staff__item-sections {
    gap: 0;
  }
}
.staff__item-section {
  padding: 16px 12px 16px;
  text-align: center;
}
@media (max-width: 1023px) {
  .staff__item-section {
    padding: 16px 0px 16px;
    border-bottom: 1px dotted #ccc;
  }
}
@media (max-width: 1023px) {
  .staff__item-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.staff__item-label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 12px;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .staff__item-label {
    font-size: 20px;
  }
}
.staff__item-text {
  line-height: 1.7;
}
.staff__item--orange {
  border-color: #f77c04;
}
.staff__item--orange::before {
  background-color: #f77c04;
}
.staff__item--orange .staff__item-heading {
  background-color: #f77c04;
}
@media (max-width: 767px) {
  .staff__item--orange .staff__item-heading {
    color: #f77c04;
    background-color: transparent;
  }
}
.staff__item--orange .staff__item-heading::after {
  background-color: #f77c04;
}
.staff__item--orange .staff__item-sections {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .staff__item--orange .staff__item-sections {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff__item--orange .staff__item-section {
  border-right: 1px dotted #ccc;
}
.staff__item--orange .staff__item-section:last-child {
  border-right: none;
}
@media (max-width: 1023px) {
  .staff__item--orange .staff__item-section {
    border-right: none;
  }
}
.staff__item--orange .staff__item-label {
  background-color: #f77c04;
}
.staff__item--green {
  border-color: #06c755;
}
.staff__item--green::before {
  background-color: #06c755;
}
.staff__item--green .staff__item-heading {
  background-color: #06c755;
}
@media (max-width: 767px) {
  .staff__item--green .staff__item-heading {
    color: #1d924d;
    background-color: transparent;
  }
}
.staff__item--green .staff__item-heading::after {
  background-color: #1d924d;
}
.staff__item--green .staff__item-sections {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .staff__item--green .staff__item-sections {
    grid-template-columns: repeat(1, 1fr);
  }
}
.staff__item--green .staff__item-section {
  border-bottom: 1px dotted #ccc;
}
.staff__item--green .staff__item-section:nth-child(odd) {
  border-right: 1px dotted #ccc;
}
@media (max-width: 1023px) {
  .staff__item--green .staff__item-section:nth-child(odd) {
    border-right: none;
  }
}
.staff__item--green .staff__item-section:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .staff__item--green .staff__item-section:nth-last-child(-n+2) {
    border-bottom: 1px dotted #ccc;
  }
}
@media (max-width: 1023px) {
  .staff__item--green .staff__item-section:nth-last-child(-n+1) {
    border-bottom: none;
  }
}
.staff__item--green .staff__item-label {
  background-color: #1d924d;
}
.staff__item--blue {
  border-color: #0685c7;
}
.staff__item--blue::before {
  background-color: #0685c7;
}
.staff__item--blue .staff__item-heading {
  background-color: #0685c7;
}
@media (max-width: 767px) {
  .staff__item--blue .staff__item-heading {
    color: #0685c7;
    background-color: transparent;
  }
}
.staff__item--blue .staff__item-heading::after {
  background-color: #0685c7;
}
.staff__item--blue .staff__item-label {
  background-color: #0685c7;
}

.sns {
  padding: 64px 0;
  background-color: #fff;
}

.sns__bracket {
  margin-bottom: 32px;
}

.sns__balloons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 32px;
}

.sns__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  gap: 16px;
}
@media (max-width: 767px) {
  .sns__buttons {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    max-width: 400px;
    gap: 12px;
  }
}
.sns__buttons .button {
  padding: 8px;
  padding-right: 12px;
}
.sns__buttons .button .button__icon:last-child {
  justify-content: flex-start;
  width: 1em;
}
.sns__buttons .button--tiktok {
  padding-left: 16px;
}

.sns__balloon {
  position: relative;
  padding: 12px;
  background-color: #fffdee;
  font-size: 22px;
  border: solid 2px #4d4d4d;
  border-radius: 10px;
  z-index: 0;
}
@media (max-width: 1023px) {
  .sns__balloon {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sns__balloon {
    margin-inline: auto;
    max-width: 400px;
    font-size: 16px;
  }
}
.sns__balloon-tail {
  position: absolute;
  top: 20%;
  z-index: 1;
}
.sns__balloon-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.sns__balloon-image {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}
@media (max-width: 767px) {
  .sns__balloon-image {
    width: 48px;
    height: 48px;
  }
}
.sns__balloon--left {
  align-self: flex-start;
}
@media (max-width: 767px) {
  .sns__balloon--left {
    left: 0;
  }
}
.sns__balloon--left .sns__balloon-tail {
  left: 0.3px;
  transform: translateX(-100%);
}
.sns__balloon--right {
  align-self: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .sns__balloon--right {
    right: 0;
  }
}
.sns__balloon--right .sns__balloon-tail {
  right: 0.3px;
  transform: scale(-1, 1) translateX(-100%);
}
.sns__balloon--right .sns__balloon-image {
  order: 2;
}

.message {
  padding: 64px 0;
  background-color: #f5f5f5;
}

.message__item {
  padding: 36px 20px;
  color: #f77c04;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1.7;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}
.message__item p + p {
  margin-top: 1.4em;
}

.faq {
  padding: 64px 0;
  background-color: #f0ebde;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 767px) {
  .faq__items {
    gap: 14px;
  }
}

.faq__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.faq__item[open] .faq__toggle {
  transform: rotate(180deg);
}
.faq__item-question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  color: #f77c04;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .faq__item-question {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq__item-question {
    font-size: 16px;
  }
}
.faq__item-answer {
  padding: 0 14px 14px;
}
.faq__item-inner {
  display: flex;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.faq__item-content {
  flex: 1;
  font-weight: 400;
  line-height: 1.7;
}
.faq__item-content p + p {
  margin-top: 1em;
}
.faq__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8em;
  width: 1.7em;
  height: 1.7em;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 400;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .faq__item-icon {
    font-size: 16px;
  }
}
.faq__item-icon--q {
  background-color: #f77c04;
}
.faq__item-icon--a {
  background-color: #656565;
}
.faq__item-toggle {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.1s;
}
@media (max-width: 767px) {
  .faq__item-toggle {
    width: 16px;
  }
}
.faq__item-toggle::before, .faq__item-toggle::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #f77c04;
}
@media (max-width: 767px) {
  .faq__item-toggle::before, .faq__item-toggle::after {
    width: 10px;
    height: 2px;
  }
}
.faq__item-toggle::before {
  left: 0;
  transform: rotate(45deg);
}
.faq__item-toggle::after {
  right: 0;
  transform: rotate(-45deg);
}

.p-lp .safety {
  padding: 64px 0 0;
}

.safety {
  background-color: #fff;
}

@media (max-width: 767px) {
  .safety .section-title {
    font-size: 22px;
  }
}

.safety__bracket {
  margin-bottom: 32px;
}

.safety__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .safety__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.safety__item {
  display: flex;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  background-color: #f0f0f0;
}
.safety__item-image {
  margin-right: 14px;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .safety__item-image {
    width: 40px;
    height: 40px;
  }
}
.safety__item-text {
  flex: 1;
}
.safety__item-title {
  margin-bottom: 14px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .safety__item-title {
    font-size: 20px;
  }
}
.safety__item-description {
  line-height: 1.5;
}

.safety__text {
  margin: 32px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .safety__text {
    font-size: 16px;
  }
}

.safety__logo {
  margin: 32px 0;
  text-align: center;
  margin-inline: auto;
  max-width: 480px;
}
@media (max-width: 767px) {
  .safety__logo {
    max-width: 280px;
  }
}
.safety__logo img {
  width: 100%;
  height: auto;
}

.safety__button {
  margin: 48px 0 16px;
  text-align: center;
}
.safety__button .button {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .safety__button .button {
    font-size: 20px;
  }
}

.p-staff {
  padding: 72px 0 24px;
  background-color: #f4f3ee;
}

.p-staff__section {
  margin: 40px 0;
}

.p-staff__inner {
  margin-inline: auto;
  width: 100%;
  max-width: 720px;
}

.p-staff__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.p-staff__total {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-staff__total {
    margin-top: 48px;
  }
}

.p-staff__total-rate {
  font-size: 36px;
}
@media (max-width: 1023px) {
  .p-staff__total-rate {
    font-size: 22px;
  }
}

.p-staff__total-count {
  margin-left: 8px;
  color: #9b9b9b;
}

.p-staff__total-text {
  margin: 16px 0 24px;
}
@media (max-width: 1023px) {
  .p-staff__total-text {
    margin: 8px 0 16px;
  }
}

.p-staff__total-at {
  margin-top: 24px;
  color: #808080;
  font-weight: 400;
}

.p-staff__pagination {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-staff .section-title {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  .p-staff__total .section-title {
    margin-bottom: 24px;
    font-size: 22px;
  }
}

.p-staff__button {
  display: flex;
  justify-content: center;
}
.p-staff__button .button {
  display: none;
  padding: 20px 0;
  width: 100%;
  max-width: 480px;
  color: #000;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: solid 2px #000;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}
@media (max-width: 1023px) {
  .p-staff__button .button {
    padding: 20px 0;
    font-size: 18px;
  }
}

.p-staff .bracket-description {
  margin: 1em 0;
}

.p-staff__rvw-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 54px;
}

.p-staff .rvw-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}

.p-staff-detail {
  padding-top: 72px;
}

.p-staff__container {
  margin-inline: auto;
  width: 100%;
  max-width: 720px;
}

.p-staff-detail__header {
  padding-bottom: 48px;
  background-color: #f4f3ee;
}
@media (max-width: 1023px) {
  .p-staff-detail__header {
    padding-bottom: 20px;
  }
}
.p-staff-detail__header__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.p-staff-detail__header__info {
  flex-grow: 1;
}
.p-staff-detail__header__info__name {
  font-size: 1.5em;
  font-weight: bold;
}
.p-staff-detail__header__info__role {
  color: #666;
  font-size: 1.2em;
}

.p-staff-detail__content {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .p-staff-detail__content {
    padding: 24px 0;
  }
}

.p-staff-detail__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 1023px) {
  .p-staff-detail__profile {
    margin-top: 28px;
  }
}
.p-staff-detail__profile-name {
  font-size: 1.2em;
}
.p-staff-detail__profile-introduction {
  line-height: 1.4;
}
.p-staff-detail__profile-image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  color: #fff;
  background-color: #191919;
  border-radius: 50%;
  overflow: hidden;
}
.p-staff-detail__profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-staff-detail__profile-fee {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}
.p-staff-detail__profile-fee span {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  padding-bottom: 0.2em;
}

.p-staff-detail__images {
  position: relative;
  margin-inline: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 1200px;
}
@media (max-width: 1023px) {
  .p-staff-detail__images {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-staff-detail__images .carousel__image {
  width: 100%;
  height: 560px;
}
@media (max-width: 1023px) {
  .p-staff-detail__images .carousel__image {
    height: 420px;
  }
}
@media (max-width: 767px) {
  .p-staff-detail__images .carousel__image {
    height: 300px;
  }
}
.p-staff-detail__images .progress {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 12px;
  padding: 6px 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1023px) {
  .p-staff-detail__images .progress {
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

.p-staff-detail__rate {
  text-align: center;
}
.p-staff-detail__rate .star {
  font-size: 36px;
  color: #f77c04;
}
@media (max-width: 1023px) {
  .p-staff-detail__rate .star {
    font-size: 28px;
  }
}

.p-staff-detail__introduction {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-staff-detail__introduction {
    margin-top: 36px;
    text-align: left;
  }
}
.p-staff-detail__introduction-title {
  font-size: 22px;
}
.p-staff-detail__introduction-text {
  margin-top: 20px;
  line-height: 1.6;
}

.p-staff-detail__review {
  text-align: center;
}
.p-staff-detail__review-title {
  margin-bottom: 12px;
  font-size: 20px;
}
.p-staff-detail__review-summary {
  margin-top: 48px;
  margin-inline: auto;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 767px) {
  .p-staff-detail__review-summary {
    margin-top: 24px;
    margin-inline: 0 auto;
  }
}
.p-staff-detail__review-count {
  margin-top: 16px;
}
.p-staff-detail__review-count a {
  color: #9b9b9b;
  text-decoration: none;
}

.p-staff-detail__labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 8px;
  margin-top: 42px;
  list-style: none;
}
@media (max-width: 1023px) {
  .p-staff-detail__labels {
    gap: 8px 4px;
    margin-top: 24px;
  }
}
.p-staff-detail__labels .label {
  display: inline-block;
  padding: 12px 24px;
  width: 100%;
  border: solid 1px #808080;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-staff-detail__labels .label {
    font-size: 14px;
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .p-staff-detail__labels .label {
    font-size: 12px;
  }
}

.p-staff__review {
  padding: 24px 0;
  margin-inline: auto;
  width: 100%;
  max-width: 960px;
}

.p-staff-detail .p-staff__rvw-items {
  gap: 48px;
}

.p-staff__review-items .rvw-item {
  display: none;
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

.pc-only {
  display: inline;
}
@media (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.br-tab {
  display: none;
}
@media (max-width: 1023px) {
  .br-tab {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media (max-width: 1023px) {
  .br-pc {
    display: none;
  }
}

.br-pc-tab {
  display: inline;
}
@media (max-width: 767px) {
  .br-pc-tab {
    display: none;
  }
}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}