/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 7.1875rem;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  position: relative;
  background-color: #f3f0eb;
}

p {
  letter-spacing: 0.15em;
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
}

/* link */

/* ============================================ */

a {
  cursor: pointer;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* img */

/* ============================================ */

img {
  -o-object-fit: cover;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

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

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

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

h1.wp-block-heading {
  font-size: 1.5rem;
  font-weight: revert;
  margin: 0;
}

h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: revert;
  margin: 0;
}

h3.wp-block-heading {
  font-size: 1.4rem;
  font-weight: revert;
  margin: 0;
}

h4.wp-block-heading {
  font-size: 1.3rem;
  font-weight: revert;
  margin: 0;
}

h5.wp-block-heading {
  font-size: 1.2rem;
  font-weight: revert;
  margin: 0;
}

h6.wp-block-heading {
  font-size: 1.1rem;
  font-weight: revert;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* 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 {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 37.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

.p-thanks__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-thanks__inner {
    max-width: 37.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-footer__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-footer__inner {
    max-width: 37.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-button {
  text-align: left;
  width: 21.25rem;
}

.c-button__link {
  background: #4cc800;
  border-radius: 0.3125rem;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0.5625rem 0.8125rem 0.9375rem;
}

.c-button__link::before {
  background: url(../images/common/button-arrow.svg) no-repeat center
    center/contain;
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.75rem;
  width: 1.75rem;
}

.c-button__link--gritter {
  overflow: hidden;
  position: relative;
}

.c-button__link--gritter::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  -webkit-animation: gritter 4s infinite;
  animation: gritter 4s infinite;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(transparent)
  );
  background-image: linear-gradient(to left, #fff, transparent);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  content: "";
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-button__desc {
  color: #fff;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0605rem;
  line-height: 1.835;
}

.c-button__color {
  color: #f8fd00;
}

.c-button__desc--big {
  font-weight: 700;
  margin-top: 0.125rem;
  font-size: 1.6875rem;
  letter-spacing: 0.08475rem;
  line-height: 0.818;
}

.c-heading {
  margin: 0 auto;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s 0s ease-out;
  transition: all 0.5s 0s ease-out;
}

.fadeup.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-footer {
  background: #004e70;
  max-width: 600px;
  margin: auto;
  padding: 0.9375rem 0;
}

.p-footer__about-franchise-salon {
  background: #fff;
  border-radius: 0.3125rem;
  margin: 0 auto;
  max-width: 53.6875rem;
  width: 100%;
  padding: 0.875rem 0.9375rem 0.875rem 0.5625rem;
}

.p-footer__about-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-style: normal;
  letter-spacing: 0.02rem;
  line-height: 1.875;
  font-weight: 700;
}

.p-footer__about-logo {
  display: inline-block;
  width: 10.8125rem;
}

.p-footer__about-logo img {
  aspect-ratio: 173/46;
}

.p-footer__about-desc {
  color: #6a6a6a;
  font-style: normal;
  text-align: justify;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.0375rem;
  line-height: 1.667;
  padding-left: 0.5625rem;
}

.p-footer__company-info {
  -moz-column-gap: 7.125rem;
  -webkit-column-gap: 7.125rem;
  column-gap: 7.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: block;
  margin-top: 1.0625rem;
}

.p-footer__info {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07rem;
  line-height: 1.57;
}

/* @media screen and (max-width: 768px) { */
.p-footer__info:nth-of-type(2) {
  margin-top: 1.125rem;
}
/* } */

.p-footer__address {
  font-weight: 400;
}

.p-footer__contact {
  color: #ffd100;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  border: 0.10625rem solid #ffd100;
  border-radius: 1.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.0225rem;
  line-height: 1.57;
  margin-top: 1.0625rem;
  padding: 0.5rem 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-footer__contact-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-footer__text {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.0175rem;
  margin: 2.5rem auto 0;
  max-width: 53.5625rem;
  font-size: 0.75rem;
  line-height: 1.65;
  margin-top: 2.375rem;
}

.p-footer__copyright {
  color: #fff;
  display: block;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.0525rem;
  margin-top: 5.625rem;
}

.p-header {
  background: #fff;
  position: relative;
  z-index: 9999;
  box-shadow: 0px 4px 4px #00000025;
  width: 600px;
  margin: auto;
  height: auto;
  padding: 0.75rem 0;
}

@media screen and (max-width: 600px) {
  .p-header {
    width: auto;
  }
}

.p-header__inner {
  height: inherit;
}

.p-header__content {
  -moz-column-gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  width: 100%;
}

.p-header__link {
  margin-right: -0.625rem;
  margin-right: 0;
}

.p-header__logo {
  width: 20.4375rem;
}

.p-header__logo img {
  aspect-ratio: 327/45;
}

.p-header__desc {
  color: #004e70;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  line-height: 1.3;
  font-size: 0.875rem;
  margin-top: 0.4375rem;
}

.p-header__button {
  margin: 2rem auto 0;
}

.p-thanks {
  background: #fff;
  padding: 4.375rem 0 3.1875rem;
}

.p-thanks__content {
  background: #f5f5f5;
  margin: 0 auto;
  padding: 1.875rem;
  max-width: 828px;
}

.thanks_title {
  color: #004e70;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.03rem;
  line-height: 2.08;
  text-align: center;
  text-decoration: underline;
}

.thanks_mes {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.89;
  margin-top: 0rem;
  text-align: center;
}

.thanks_detail {
  color: #000;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01875rem;
  line-height: 1.6;
  margin-top: 0;
  text-align: center;
}

.register-line_title {
  width: 18.625rem;
}

.register-line_title img {
  aspect-ratio: 298/115;
}

.register-line_appeal {
  color: #06c755;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.03375rem;
  line-height: 1.667;
}

.p-top-about {
  position: relative;
  -webkit-clip-path: ellipse(88% 62% at 50% 62%);
  background: #fff;
  clip-path: ellipse(88% 62% at 50% 62%);
  -webkit-clip-path: none;
  clip-path: none;
  margin-top: 0;
  padding: 3.375rem 0 1.6875rem;
}

.p-top-about__heading {
  width: 20.375rem;
}

.p-top-about__heading img {
  -o-object-fit: contain;
  object-fit: contain;
	margin-bottom: 1.25rem;
}

.p-top-about__contents {
  background: #fff8d2;
  border: 4px solid #231815;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.4375rem 0 #231815;
  box-shadow: 0 0.4375rem 0 #231815;
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 0;
  margin-top: 1.875rem;
  padding: 1.75rem 1.25rem 1.3125rem;
}

.p-top-about__contents:before {
  border: 20px solid transparent;
  border-bottom: 20px solid #fff8d2;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -36px;
  z-index: 2;
}

.p-top-about__contents:after {
  border: 22px solid transparent;
  border-bottom: 22px solid #231815;
  content: "";
  left: 50%;
  margin-left: -17px;
  position: absolute;
  top: -44px;
  z-index: 1;
}

.p-top-about__content {
  -moz-column-gap: 3.6875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3.6875rem;
  column-gap: 3.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.p-top-about__lists {
  width: 100%;
}

.p-top-about__list {
  border-bottom: 0.0625rem solid #06c755;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.625rem 0;
  position: relative;
  font-size: 1.25rem;
  padding-left: 3.25rem;
}

.p-top-about__list:first-of-type {
  padding-top: 0;
}

.p-top-about__list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.p-top-about__list::before {
  background: url(../images/common/check.svg) no-repeat center center/cover;
  content: "";
  height: 2.3125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.3125rem;
  left: 0;
}

.p-top-about__color {
  color: #b8000e;
  display: inline-block;
  position: relative;
}

.p-top-about__color::after {
  background: #f3dd68;
  bottom: 0;
  content: "";
  height: 0.625rem;
  left: -0.1875rem;
  position: absolute;
  right: -0.1875rem;
  z-index: -1;
}

.p-top-about__image-wrap {
  margin-top: 0.9375rem;
  text-align: center;
}

.p-top-about__image {
  width: 100%;
}

.p-top-about__image img {
  aspect-ratio: 326/231;
}

.p-top-about__desc2 {
  border-bottom: 0.1875rem solid #f3dd68;
  color: #000;
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 0.75rem;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
}

.p-top-about__text {
  background: #f3dd68;
  margin-top: 1.6875rem;
  padding: 1rem;
  position: relative;
  z-index: 0;
}

.p-top-about__desc {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01125rem;
  line-height: 1.5;
  text-align: center;
}

.p-top-about__color--desc {
  display: inline-block;
  position: relative;
}

.p-top-about__color--desc::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 0.625rem;
  left: -0.1875rem;
  position: absolute;
  right: -0.1875rem;
  z-index: -1;
}

.p-top-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff8d2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem 0 1.6875rem;
}

/* .p-top-button__wrap {
  width: 28.75rem;
} */

.p-top-button__link {
  /* -webkit-box-shadow: 0.25rem 0.25rem 0 #d8d8d8;
  box-shadow: 0.25rem 0.25rem 0 #d8d8d8; */
  /* padding: 0.5rem 3.875rem 1rem 1.9375rem; */
  width: 100%;
}

.p-top-button__desc {
  /* font-size: 0.9375rem; */
  font-style: normal;
  /* font-weight: 400;
  letter-spacing: 0.075rem; */
}

.p-top-button__desc--big {
  /* font-size: 2rem; */
  font-style: normal;
  /* font-weight: 600;
  letter-spacing: 0.18rem;
  line-height: 1.01; */
}

.p-top-button__link::before {
  /* height: 2.625rem; */
  right: 0.75rem;
  /* width: 2.625rem; */
  height: 1.75rem;
  width: 1.75rem;
}

.p-top-button-area {
  position: relative;
  margin-top: 0.75rem;
}

.p-top-button-area::before {
  -webkit-clip-path: ellipse(55% 43% at 50% 50%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(30%, #fff),
    color-stop(70%, #fff8d2)
  );
  background-image: linear-gradient(to top, #fff 30%, #fff8d2 70%);
  clip-path: ellipse(71% 50% at 50% 50%);
  content: "";
  display: inline-block;
  height: 10.625rem;
  left: 0;
  margin-top: -2.3125rem;
  padding-top: 2.3125rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-button-area__cont {
  margin: 0 auto;
}

.p-top-button__wrap2 {
  position: relative;
}

.p-top-comparison {
  background-color: #fff;
  overflow: hidden;
  padding: 2.3125rem 0;
}

.p-top-comparison__heading {
  width: 23.4375rem;
}

.p-top-comparison__heading img {
  -o-object-fit: contain;
  aspect-ratio: 375/41;
  object-fit: contain;
}

.p-top-comparison__content {
  margin-right: calc(50% - 50vw);
  margin-top: 2.5rem;
  margin-right: -15px;
	padding-bottom: .625rem;
	overflow: scroll!important;
}

.p-top-comparison__content img {
	max-width: none;
	width: 41rem;
}

.p-top-comparison__table {
  border: 0.25rem solid #231815;
  border-collapse: collapse;
  border-radius: 0.3125rem;
  margin: 0 auto;
  text-align: center;
  width: 41.125rem;
}

.p-top-comparison__row {
  border-bottom: 0.09375rem solid #231815;
}

.p-top-comparison__row:last-of-type {
  border-bottom: none;
}

.p-top-comparison__header {
  background: #004e70;
  border-right: 0.09375rem solid #231815;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  padding: 0.9375rem;
  width: 11.8125rem;
}

.p-top-comparison__header--color {
  background: #b8000e;
}

.p-top-comparison__row .p-top-comparison__header:first-of-type {
  left: 0;
  padding: 0.875rem 0.3125rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 5.6875rem;
}

.p-top-comparison__data {
  border-right: 0.09375rem solid #231815;
  color: #7d7d7d;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
  padding: 1.25rem;
  width: 11.8125rem;
}

.p-top-comparison__data--color {
  background: #fff8d2;
  color: #e70012;
  line-height: 1.4;
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
}

.p-top-comparison__row .p-top-comparison__data:last-of-type {
  border-left: none;
}

.p-top-comparison__image {
  margin: 1.75rem auto 0;
  margin-top: 1.5rem;
  width: 21.25rem;
}

.p-top-comparison__image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 340/105;
}

.scroll-hint-text {
  margin-top: 0;
}

.p-top-contact {
  background: #f3dd68;
  position: relative;
  padding: 6.9375rem 0 1.875rem;
  scroll-padding-top: 9.375rem;
}

.p-top-contact__title {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -5%;
  width: 21.25rem;
}

.p-top-contact__title img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 340/138;
}

.p-top-contact__text {
  margin-top: 0rem;
}

.p-top-contact__desc {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: 1.375;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-top-contact__small {
  font-size: 0.75rem;
}

.p-top-contact__area {
  background: #fff;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0 0.6875rem 0.125rem rgba(45, 45, 45, 0.21);
  box-shadow: 0 0 0.6875rem 0.125rem rgba(45, 45, 45, 0.21);
  margin: 1.75rem auto 0;
  position: relative;
  margin-top: 1.3125rem;
  padding: 1.5rem 0.875rem 2.3125rem;
  width: 100%;
}

.p-top-contact__area-inner {
  margin: 0 auto;
  width: 100%;
}

.p-top-contact__text2 {
  position: absolute;
  right: 0.9375rem;
  top: 7%;
}

.p-top-contact__desc2 {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  letter-spacing: 0.0175rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 4;
}

.p-top-contact__color {
  color: #c10000;
}

.p-top-contact__text3 {
  text-align: center;
}

.p-top-contact__desc3 {
  background: #b8000e;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  line-height: normal;
  text-align: center;
  border-radius: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
}

.p-top-contact__big {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}

label[for] {
  pointer-events: none;
}

.request_form {
  margin-top: 1.875rem;
  margin-top: 2.8125rem;
}

.form_item {
  -moz-column-gap: 1.625rem;
  -webkit-column-gap: 1.625rem;
  column-gap: 1.625rem;
}

.form_item:not(:first-child) {
  margin-top: 1.25rem;
}

.form_title {
  font-family: "Roboto", sans-serif;
  line-height: 1.333;
  text-align: right;
  width: 7.8125rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.0175rem;
  line-height: 1.43;
  text-align: left;
}

.form_title--short {
  width: 6.1875rem;
}

.form_title--long {
  white-space: nowrap;
}

.form_item--select {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.form_privacy-policy-wrap {
  text-align: center;
  margin-top: 2.125rem;
}

.form_privacy-policy {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.33;
}

.form_privacy-policy a {
  color: #b8000e;
  display: inline-block;
  text-decoration: underline;
}

.form_submit-wrap {
  margin-top: 1.5625rem;
  margin-top: 1.875rem;
}

.form_submit {
  background: #72d734;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  padding: 0.75rem;
  width: 13.875rem;
}

.form_submit::after {
  background: url(../images/top/top-contact-arrow.svg) no-repeat center
    center/cover;
  border: none;
  height: 0.875rem;
  right: 9%;
  width: 0.5625rem;
}

.form .form_item--checkbox .wpcf7-list-item-label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.786;
}

.form .form_item--checkbox .wpcf7-list-item-label::before {
  background-color: #b6b6b6 !important;
  border: 2px solid transparent;
  border-radius: 0.1875rem;
  height: 1.25rem;
  width: 1.25rem;
}

.form .form_item--checkbox .wpcf7-list-item-label::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 6px;
  top: 50%;
  height: 0.25rem;
  width: 0.5625rem;
}

.form .form-text {
  background: #f6f6f6;
  border-radius: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25) inset;
  height: 3.125rem;
  margin-top: 0.375rem;
  padding: 0.3125rem 0.75rem;
  width: 100%;
}

.form_item:nth-of-type(4) {
  margin-left: 0;
}

.form .form_item--optional:not(._) .wpcf7-list-item-label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.08;
}

.form .form-select {
  background: #e4e4e4;
  border: none;
  border-radius: 0.25rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  height: 3.25rem;
  line-height: normal;
  width: 15rem;
}

.form .form_item--select .wpcf7-form-control-wrap::after {
  background-color: #b8000e;
  height: 0.4375rem;
  left: 13.5rem;
  right: auto;
  right: initial;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.75rem;
}

.p-top-flow {
  background: #b8000e;
  padding: 2.8125rem 0 5.8125rem;
}

.p-top-flow__inner {
  max-width: 76.5rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
}

.p-top-flow__heading {
  max-width: 23.3125rem;
  width: 100%;
}

.p-top-flow__heading img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 373/48;
}

.p-top-flow__content {
  margin-top: 0.625rem;
}

.p-top-flow__image {
  margin-left: auto;
  max-width: 67.625rem;
  width: 100%;
}

.p-top-flow__image img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 345/393;
}

.p-top-fv {
  background: url(../images/top/sp-top-fv-bg.webp) no-repeat center center /
    cover;
  height: auto;
  height: initial;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0.5em;
  position: relative;
  width: 100%;
  z-index: -3;
}

.p-top-fv__inner {
  max-width: 100%;
  padding: 0;
}

.p-top-fv__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.p-top-fv__logo {
  position: relative;
  width: 29.8125rem;
  width: 100%;
}

.p-top-fv__logo img {
  -o-object-fit: contain;
  aspect-ratio: 477/348;
  object-fit: contain;
}

.p-top-fv__slider-area {
  height: 100%;
  margin-top: -5%;
  width: 100vw;
  z-index: -3;
}

@media screen and (max-width: 600px) {
  .p-top-fv__slider-area {
    position: relative;
  }
}

/* カルーセルの外枠 */

.carousel {
  /* border-radius: 1.875rem; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* 子要素を横に並べる */
  /* height: 24.2361111111vw; */
  /* margin: 0 auto; 水平方向中央寄せ */
  overflow: hidden; /* はみ出た部分は表示しない */
  /* width: 34.0972222222vw; */
  border-radius: 0;
  height: auto;
  margin: 0 calc(50% - 50vw);
  /* width: 100vw; */
  /* height: 349px; */
  width: 600px;
}

@media screen and (max-width: 600px) {
  .carousel {
    width: 100vw;
  }
}

/* カルーセル内の画像 */

.carousel img {
  display: block; /* imgタグの改行のすき間を消すため */
  margin: 0;
  padding: 0;
  border-radius: 0;
}

/* スクロールアニメーションのキーフレーム */

/* カルーセルの子要素にスクロールアニメーションを設定 */

.carousel > :first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; /* 読込直後から遅延無しで開始 */
  -webkit-animation-duration: 20s;
  animation-duration: 20s; /* 再生時間全体は20秒 */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; /* 無限に繰り返す */
  -webkit-animation-name: scroll;
  animation-name: scroll; /* キーフレーム名 */
}

.p-top-fv__image2 {
  position: absolute;
  /* right: 2.5rem; */
  right: 1.5rem;
  /* top: -2rem; */
  top: 30rem;
  width: 7.6875rem;
}

@media screen and (max-width: 600px) {
  .p-top-fv__image2 {
    right: 0.5rem;
    width: 99px;
    top: 2rem;
  }
}

.p-top-fv__image2 img {
  aspect-ratio: 1;
}

.p-top-fv__image3 {
  position: absolute;
  width: 11.875rem;
  left: 50%;
  top: -167%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .p-top-fv__image3 {
    bottom: auto;
    bottom: initial;
    left: 50%;
    top: -117%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8.375rem;
    z-index: 1;
  }
}

.p-top-fv__image3 img {
  aspect-ratio: 190/112;
}

.p-top-model {
  background: #f3dd68;
  padding: 2.5rem 0;
}

.p-top-model__inner {
  max-width: 48.75rem;
}

.p-top-model__heading {
  /* width: 23.4375rem; */
  width: 100%;
	margin-bottom: 1.25rem;
}

.p-top-model__heading img {
  -o-object-fit: contain;
  aspect-ratio: 375 / 30;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .p-top-model__heading img {
    aspect-ratio: 375 / 41;
  }
}

.p-top-model__content {
  -moz-column-gap: 0.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 0.1875rem solid #231815;
  border-radius: 0.4375rem;
  -webkit-box-shadow: 0 0.4375rem 0 0 #231815;
  box-shadow: 0 0.4375rem 0 0 #231815;
  -webkit-column-gap: 0.875rem;
  column-gap: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
  padding: 1.6875rem 1.4375rem 1.1875rem;
}

.p-top-model__money {
  width: 100%;
}

.p-top-model__money img {
  aspect-ratio: 296/233;
}

.p-top-model__image {
  position: relative;
  margin-top: 1.0625rem;
  width: 100%;
}

.p-top-model__image img {
  aspect-ratio: 293/139;
}

.p-top-model__text {
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.5rem 0.125rem rgba(45, 45, 45, 0.09);
  box-shadow: 0 0 1.5rem 0.125rem rgba(45, 45, 45, 0.09);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.75rem;
}

.p-top-model__desc {
  font-style: normal;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  line-height: 1.4;
}

.p-top-reason {
  background: url(../images/top/top-reason-bg.webp) no-repeat center
    center/cover;
  height: auto;
  overflow: hidden;
  width: 100%;
  padding: 2.875rem 0 3.125rem;
}

.p-top-reason__inner {
  max-width: 62.5rem;
}

@media screen and (min-width: 601px) {
  .p-top-reason__inner {
    padding: 0;
  }
}

.p-top-reason__heading {
  max-width: 62.5rem;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.p-top-reason__contents {
  display: block;
  margin-top: 1.25rem;
}

.p-top-reason__content:not(:first-of-type) {
  margin-top: 1.375rem;
}

.p-top-reason__content:nth-of-type(odd) {
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 601px) {
  .p-top-reason__content:nth-of-type(odd) {
    margin-left: unset;
  }
}

.p-top-reason__content:nth-of-type(even) {
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 601px) {
  .p-top-reason__content:nth-of-type(even) {
    margin-right: unset;
  }
}

.p-top-reason__content:nth-of-type(even) .p-top-reason__image {
  margin-left: auto;
}

.p-top-reason__image {
  max-width: 30.3125rem;
  width: 100%;
}

.u-hidden-pc {
  display: none;
}

.u-hidden-sp {
  display: block;
}

.display-xl {
  display: none;
}

.display-xl-over {
  display: block;
}

/* @media (min-width: 1441px) {
  .p-top-fv__logo {
    width: 477px;
  }

  .carousel {
    height: 349px;
    width: 491px;
  }
} */

@media screen and (max-width: 1080px) {
  html {
    font-size: 1.6vw;
  }
}

/* @media screen and (max-width: 768px) { */
html {
  font-size: 16px;
}

html {
  scroll-padding-top: 9.375rem;
}

a[href^="tel:"] {
  pointer-events: auto;
}

/* .l-inner {
  max-width: 37.5rem;
  padding-left: 15px;
  padding-right: 15px;
} */

/* .c-button {
  text-align: left;
  width: 21.25rem;
} */

/* .c-button__link {
  -webkit-box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0.5625rem 0.8125rem 0.9375rem;
} */

/* .c-button__link::before {
  height: 1.75rem;
  width: 1.75rem;
} */

/* .c-button__desc {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0605rem;
  line-height: 1.835;
} */

/* .c-button__desc--big {
  font-size: 1.6875rem;
  letter-spacing: 0.08475rem;
  line-height: 0.818;
} */

/* .p-footer {
  max-width: 600px;
  margin: auto;
  padding: 0.9375rem 0;
} */

/* .p-footer__about-franchise-salon {
  padding: 0.875rem 0.9375rem 0.875rem 0.5625rem;
} */

/* .p-footer__about-title {
  font-weight: 700;
} */

/* .p-footer__about-logo {
  width: 10.8125rem;
} */

/* .p-footer__about-logo img {
  aspect-ratio: 173/46;
} */

/* .p-footer__about-desc {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.0375rem;
  line-height: 1.667;
  padding-left: 0.5625rem;
} */

/* .p-footer__company-info {
  display: block;
  margin-top: 1.0625rem;
} */

/* .p-footer__info:nth-of-type(2) {
  margin-top: 1.125rem;
} */

/* .p-footer__contact {
  border: 0.10625rem solid #ffd100;
  border-radius: 1.125rem;
  font-size: 0.75rem;
  letter-spacing: 0.0225rem;
  line-height: 1.57;
  margin-top: 1.0625rem;
  padding: 0.5rem 0.625rem;
} */

/* .p-footer__contact-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

/* .p-footer__text {
  font-size: 0.75rem;
  line-height: 1.65;
  margin-top: 2.375rem;
} */

/* .p-footer__copyright {
  font-size: 0.75rem;
  letter-spacing: 0.0525rem;
  margin-top: 5.625rem;
} */

/* .p-header {
  height: auto;
  padding: 0.75rem 0;
} */

/* .p-header__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: initial;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  width: 100%;
} */

/* .p-header__link {
  margin-right: 0;
} */

/* .p-header__desc {
  font-size: 0.875rem;
  margin-top: 0.4375rem;
} */

/* .p-header__button {
  margin: 2rem auto 0;
} */

@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 1.4375rem 0 1.9375rem;
  }

  .p-thanks__content {
    padding: 0.5rem 0.5625rem 1.3125rem;
    width: 100%;
  }

  .thanks_title {
    font-size: 1.375rem;
    line-height: 2.27;
  }

  .thanks_mes {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.046875rem;
    line-height: 1.67;
  }

  .thanks_detail {
    letter-spacing: -0.046875rem;
    margin-top: 0.1875rem;
  }

  .register-line {
    margin-top: 1.25rem;
  }

  .register-line_title img {
    aspect-ratio: 296/109;
  }

  .register-line_appeal {
    font-size: 1.0625rem;
    letter-spacing: -0.031875rem;
    line-height: 1.529;
    margin-top: 0.5625rem;
  }

  .register-line_figure {
    background: #fffbcd;
    border-radius: 0.625rem;
    margin-top: 0.8125rem;
    padding: 1.5625rem 1.875rem;
  }

  .register-line_catch {
    color: #cd281d;
  }

  .register-line_catch::before {
    background-color: #cd281d;
  }

  .register-line_catch::after {
    background-color: #cd281d;
  }

  .register-line_btn {
    drop-shadow: 0.3125rem 0.3125rem 0 #047526;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(50%, #00ce3a),
      color-stop(50%, #00bb4d)
    );
    background-image: linear-gradient(to top, #00ce3a 50%, #00bb4d 50%);
  }
}

/* .p-top-about {
  -webkit-clip-path: none;
  clip-path: none;
  margin-top: 0;
  padding: 3.375rem 0 1.6875rem;
} */

/* .p-top-about__heading {
  width: 20.375rem;
} */

/* .p-top-about__contents {
  margin-top: 1.875rem;
  padding: 1.75rem 1.25rem 1.3125rem;
} */

/* .p-top-about__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
} */

/* .p-top-about__lists {
  width: 100%;
} */

/* .p-top-about__list {
  font-size: 1.25rem;
  padding-left: 3.25rem;
} */

/* .p-top-about__list::before {
  left: 0;
} */

/* .p-top-about__image-wrap {
  margin-top: 0.9375rem;
  text-align: center;
} */

/* .p-top-about__image {
  width: 100%;
} */

/* .p-top-about__desc2 {
  font-size: 0.75rem;
  letter-spacing: -0.05em;
  margin-top: 0.5rem;
} */

/* .p-top-button__link::before {
  height: 1.75rem;
  width: 1.75rem;
} */

/* .p-top-button-area {
  margin-top: 0.75rem;
} */

/* .p-top-button-area::before {
  -webkit-clip-path: ellipse(55% 43% at 50% 50%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(30%, #fff),
    color-stop(70%, #fff8d2)
  );
  background-image: linear-gradient(to top, #fff 30%, #fff8d2 70%); */
/* clip-path: ellipse(55% 43% at 50% 50%); */
/* clip-path: ellipse(71% 50% at 50% 50%);
  content: "";
  display: inline-block; */
/* height: 2.3125rem;
  height: 4.625rem; */
/* height: 10.625rem;
  left: 0;
  margin-top: -2.3125rem;
  padding-top: 2.3125rem;
  position: absolute;
  top: 0;
  width: 100%;
} */

/* .p-top-button-area__cont {
  margin: 0 auto;
} */

/* .p-top-comparison {
  overflow: hidden;
  padding: 2.3125rem 0;
} */

/* .p-top-comparison__content {
  margin-right: calc(50% - 50vw);
  margin-top: 2.5rem;
  overflow-x: auto;
  margin-right: -15px;
} */

/* .p-top-comparison__table {
  width: 41.125rem;
} */

/* .p-top-comparison__header {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  padding: 0.9375rem;
  width: 11.8125rem;
} */

/* .p-top-comparison__row .p-top-comparison__header:first-of-type {
  left: 0;
  padding: 0.875rem 0.3125rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 5.6875rem;
} */

/* .p-top-comparison__data {
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
  padding: 1.25rem;
  width: 11.8125rem;
} */

/* .p-top-comparison__data--color {
  font-size: 0.9375rem;
  letter-spacing: 0.01875rem;
} */

/* .p-top-comparison__image {
  margin-top: 1.5rem;
  width: 21.25rem;
} */

/* .p-top-comparison__image img {
  aspect-ratio: 340/105;
} */

/* .scroll-hint-text {
  margin-top: 0;
} */

/* .p-top-contact {
  padding: 6.9375rem 0 1.875rem;
  scroll-padding-top: 9.375rem;
} */

/* .p-top-contact__title {
  top: -5%;
  width: 21.25rem;
} */

/* .p-top-contact__title img {
  aspect-ratio: 340/138;
} */

/* .p-top-contact__text {
  margin-top: 0rem;
} */

/* .p-top-contact__desc {
  font-weight: 400;
  letter-spacing: 0.05em;
} */

/* .p-top-contact__small {
  font-size: 0.75rem;
} */

/* .p-top-contact__area {
  margin-top: 1.3125rem;
  padding: 1.5rem 0.875rem 2.3125rem;
  width: 100%;
} */

/* .p-top-contact__area-inner {
  width: 100%;
} */

/* .p-top-contact__text2 {
  right: 0.9375rem;
  top: 7%;
} */

/* .p-top-contact__desc2 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 4;
} */

/* .p-top-contact__desc3 {
  border-radius: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
} */

/* .p-top-contact__big {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
} */

/* .request_form {
  margin-top: 2.8125rem;
} */

/* .form_item:not(:first-child) {
  margin-top: 1.25rem;
} */

/* .form_title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.0175rem;
  line-height: 1.43;
  text-align: left;
} */

/* .form_privacy-policy-wrap {
  margin-top: 2.125rem;
} */

/* .form_privacy-policy {
  font-size: 0.75rem;
  line-height: 1.33;
} */

/* .form_submit-wrap {
  margin-top: 1.875rem;
} */

/* .form_submit {
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1.5;
  padding: 0.75rem;
  width: 13.875rem;
} */

/* .form_submit::after {
  height: 0.875rem;
  right: 9%;
  width: 0.5625rem;
} */

/* .form .form_item--checkbox .wpcf7-list-item-label::before {
  height: 1.25rem;
  width: 1.25rem;
} */

/* .form .form_item--checkbox .wpcf7-list-item-label::after {
  height: 0.25rem;
  width: 0.5625rem;
} */

/* .form .form-text {
  -webkit-box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.25) inset;
  height: 3.125rem;
  margin-top: 0.375rem;
  padding: 0.3125rem 0.75rem;
  width: 100%;
} */

/* .form_item:nth-of-type(4) {
  margin-left: 0;
} */

/* .form .form_item--optional:not(._) .wpcf7-list-item-label {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.08;
} */

/* .p-top-flow {
  padding: 2.8125rem 0 5.8125rem;
} */

/* .p-top-flow__inner {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  width: 100%;
} */

/* .p-top-flow__heading {
  max-width: 23.3125rem;
  width: 100%;
} */

/* .p-top-flow__heading img {
  aspect-ratio: 373/48;
} */

/* .p-top-flow__content {
  margin-top: 0.625rem;
} */

/* .p-top-flow__image {
  width: 100%;
} */

/* .p-top-flow__image img {
  aspect-ratio: 345/393;
} */

/* .p-top-fv {
    background: url(../images/top/sp-top-fv-bg.webp) no-repeat center
      center/cover;
    height: auto;
    height: initial;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 1.875rem;
  } */

/* .p-top-fv__inner {
  max-width: 100%;
  padding: 0;
} */

/* .p-top-fv__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
} */

/* .p-top-fv__logo {
  width: 100%;
} */

/* .p-top-fv__slider-area {
  height: 100%;
  margin-top: -5%;
  width: 100vw;
  z-index: -3;
} */

/* @media screen and (max-width: 600px) {
  .p-top-fv__slider-area {
    position: relative;
  }
} */

/* .carousel {
  border-radius: 0;
  height: auto;
  margin: 0 calc(50% - 50vw); */
/* width: 100vw; */
/* height: 349px; */
/* width: 600px;
} */

/* @media screen and (max-width: 600px) {
  .carousel {
    width: 100vw;
  }
} */

/* .carousel img {
  border-radius: 0;
} */

/* .p-top-fv__image2 {
  right: 0.625rem;
  top: 11%;
  width: 6.1875rem;
} */

/* @media screen and (max-width: 600px) {
  .p-top-fv__image3 {
    bottom: auto;
    bottom: initial;
    left: 50%;
    top: -117%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 8.375rem;
    z-index: 1;
  }
} */

/* .p-top-model {
  padding: 2.5rem 0;
} */

/* .p-top-model__heading {
  width: 100%;
} */

/* .p-top-model__heading img {
  aspect-ratio: 375/24;
} */

/* .p-top-model__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
  padding: 1.6875rem 1.4375rem 1.1875rem;
} */

/* .p-top-model__money {
  width: 100%;
} */

/* .p-top-model__money img {
  aspect-ratio: 297/130;
} */

/* .p-top-model__image {
  margin-top: 1.0625rem;
  width: 100%;
} */

/* .p-top-model__image img {
  aspect-ratio: 293/139;
} */

/* .p-top-model__text {
  padding: 0.75rem;
} */

/* .p-top-model__desc {
  font-size: 0.8125rem;
  letter-spacing: 0.01625rem;
  line-height: 1.4;
} */

/* .p-top-reason {
  padding: 2.875rem 0 3.125rem;
} */

/* .p-top-reason__contents {
  display: block;
  margin-top: 1.25rem;
} */

/* .p-top-reason__content:not(:first-of-type) {
  margin-top: 1.375rem;
}

.p-top-reason__content:nth-of-type(odd) {
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 601px) {
  .p-top-reason__content:nth-of-type(odd) {
    margin-left: unset;
  }
}

.p-top-reason__content:nth-of-type(even) {
  margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 601px) {
  .p-top-reason__content:nth-of-type(even) {
    margin-right: unset;
  }
}

.p-top-reason__content:nth-of-type(even) .p-top-reason__image {
  margin-left: auto;
} */

.u-hidden-pc {
  display: block;
}

.u-hidden-sp {
  display: none;
}
/* } */

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: px) {
  .display-xl {
    display: block;
  }

  .display-xl-over {
    display: none;
  }
}

@-webkit-keyframes gritter {
  0% {
    left: -100%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes gritter {
  0% {
    left: -100%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes scroll {
  /* 初期位置は1個目の画像が左端 */

  0% {
    margin-left: 0;
  }

  /* 1個分左の位置に進めて2個目の画像を左端にする */

  20% {
    margin-left: -100%;
  }

  /* 少しの間上と同じ位置 */

  25% {
    margin-left: -100%;
  }

  /* 2個分左の位置に進めて3個目の画像を左端にする */

  45% {
    margin-left: -200%;
  }

  /* 少しの間上と同じ位置 */

  50% {
    margin-left: -200%;
  }

  /* 以降は上と同様に繰り返し */

  70% {
    margin-left: -300%;
  }

  75% {
    margin-left: -300%;
  }

  95% {
    margin-left: -400%;
  }

  100% {
    margin-left: -400%;
  }
}

@keyframes scroll {
  /* 初期位置は1個目の画像が左端 */

  0% {
    margin-left: 0;
  }

  /* 1個分左の位置に進めて2個目の画像を左端にする */

  20% {
    margin-left: -100%;
  }

  /* 少しの間上と同じ位置 */

  25% {
    margin-left: -100%;
  }

  /* 2個分左の位置に進めて3個目の画像を左端にする */

  45% {
    margin-left: -200%;
  }

  /* 少しの間上と同じ位置 */

  50% {
    margin-left: -200%;
  }

  /* 以降は上と同様に繰り返し */

  70% {
    margin-left: -300%;
  }

  75% {
    margin-left: -300%;
  }

  95% {
    margin-left: -400%;
  }

  100% {
    margin-left: -400%;
  }
}
