@charset "UTF-8";

/* Box sizing rules */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  font-size: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

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

/* Set core root defaults */

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #515151;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
}

body.is-fixed {
  position: fixed;
  width: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

em {
  font-style: normal;
}

main {
  overflow: hidden;
}

.btn {
  display: inline-block;
  gap: 0.3125rem;
  background-color: #45D900;
  border-radius: 40px;
  -webkit-box-shadow: 0 8px 0 rgb(50, 156, 1);
          box-shadow: 0 8px 0 rgb(50, 156, 1);
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.03em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn__appeal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(3.125rem, 1.6477rem + 3.6364vw, 4.375rem);
  height: clamp(3.125rem, 1.6477rem + 3.6364vw, 4.375rem);
  background-color: #FFEF62;
  border-radius: 50%;
}

.btn__appeal-inner {
  text-align: center;
  color: #FF5C46;
  font-weight: 700;
}

.btn__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.3125rem;
}

.btn__recommend {
  font-size: clamp(0.8125rem, 0.2549rem + 1.1601vw, 1.125rem);
  color: #FFF;
  font-weight: 700;
  font-size: 0.8125rem;
}

.btn__main {
  color: #FFF;
  font-weight: 700;
  font-size: clamp(1.4375rem, 0.6705rem + 1.9394vw, 2.125rem);
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #ffffff;
  border-bottom: 0;
}

.btn--gritter {
  position: relative;
  overflow: hidden;
}

.btn--gritter::before {
  content: "";
  display: block;
  height: 100%;
  width: 10%;
  position: absolute;
  top: -50%;
  left: -78px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
          animation: reflection 3s ease-in-out infinite;
}

.btn--contact {
  position: relative;
  outline: none;
  border: none;
  border-radius: 40px;
  background-color: #FF5C46;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  cursor: pointer;
  padding: 0.9375rem 2.5rem;
}

.btn--contact::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  right: 20px;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0.25;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
            transform: scale(4) rotate(45deg);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
            transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-title__text {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 1.6875rem;
  color: #FF5C46;
  font-weight: 900;
}

.section-title__text span {
  display: inline-block;
  color: #FF5C46;
}

.section-title__text--small {
  font-size: 1.4375rem;
}

.section-title__icon {
  aspect-ratio: 70/70;
  width: 2.5rem;
}

.section-title--white > * {
  color: #FFF;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.card__body {
  letter-spacing: 0.03em;
  background-color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card__title {
  color: #FF5C46;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  font-size: clamp(1.25rem, 1.108rem + 0.6061vw, 1.5625rem);
}

.card__text {
  font-size: 1.0625rem;
  line-height: 1.5;
  margin-top: 0.625rem;
}

.card__image {
  aspect-ratio: 480/270;
}

.small-card {
  position: relative;
}

.small-card__body {
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 100%;
}

.small-card__badge {
  font-weight: 900;
  color: #FF5C46;
  text-shadow: 3px 3px 2px #FFF, -3px -3px 2px #FFF, -3px 3px 2px #FFF, 3px -3px 2px #FFF, 3px 0 2px #FFF, -3px 0 2px #FFF, 0 3px 2px #FFF, 0 -3px 2px #FFF;
  position: absolute;
  top: -20px;
  left: 10px;
  font-size: clamp(1.875rem, 1.5909rem + 1.2121vw, 2.5rem);
}

.small-card__text {
  background-color: #FFFAD0;
  color: #FF5C46;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.small-card__image {
  padding: 0.625rem 0.625rem 0;
  background-color: #FFF;
  aspect-ratio: 180/165;
}

.emphasis--marker {
  font-weight: 900;
  background-color: #FFFB97;
}

.emphasis--red {
  color: #FF5C46;
}

.emphasis--red > * {
  color: #FF5C46;
}

.emphasis--yellow {
  color: #FFFB97;
}

.emphasis--yellow2 {
  color: #FFEF62;
}

.emphasis--underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF73A));
  background: linear-gradient(transparent 60%, #FFF73A 60%);
}

.text-box {
  border-radius: 20px;
  background-color: #FFF;
}

.text-box__body {
  padding: 1.875rem 1.875rem 2.8125rem;
}

.text-box__title {
  color: #DDA924;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.text-box__title::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/checkbox-black.svg);
}

.text-box__text {
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

.header {
  -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.17);
          box-shadow: 0 4px 13px rgba(0, 0, 0, 0.17);
  padding: 0.3125rem 0;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.3125rem;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__kurashi-logo {
  aspect-ratio: 85/60;
  width: 5rem;
}

.header__close-logo {
  width: 1.25rem;
}

.header__franchise-logo {
  aspect-ratio: 200/55;
  width: 12.5rem;
}

.header__title {
  margin-left: 0.625rem;
  display: inline-block;
  font-size: clamp(0.6875rem, 0.1299rem + 1.1601vw, 1rem);
}

.header__title span {
  display: inline-block;
}

.header__btn {
  display: none;
}

.header__btn .btn {
  min-height: 3.75rem;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.header__btn .btn:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__btn .btn__recommend {
  font-size: 0.75rem;
}

.header__btn .btn__main {
  font-size: 1.25rem;
}

.header__btn .btn__appeal {
  width: 3.125rem;
  height: 3.125rem;
}

.header__btn .btn__appeal-inner {
  font-size: 0.875rem;
}

.fv__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.625rem;
  position: relative;
  height: 100%;
}

.fv__comment-box {
  background-color: #FFF5EE;
  border-radius: 34px;
  padding: 0.625rem 1.25rem 1.25rem;
  max-width: 34.375rem;
  margin: 0 auto;
  text-align: center;
}

.fv__comment {
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FFFB97;
  background-color: #DDA924;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  font-size: clamp(1.1875rem, 0.8466rem + 1.4545vw, 1.9375rem);
}

.fv__comment::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 35%;
  border-style: solid;
  border-width: 0 40px 15px 0;
  border-color: transparent #DDA924 transparent transparent;
}

.fv__message-cont {
  margin-top: 0.625rem;
  display: inline-block;
}

.fv__messege {
  color: #FF5C46;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.fv__messege::before {
  content: "";
  display: inline-block;
  width: clamp(1.5625rem, 0.2273rem + 4.3636vw, 3.5rem);
  height: clamp(1.5625rem, 0.2273rem + 4.3636vw, 3.5rem);
  margin-right: 0.3125rem;
  background-image: url(../img/checkbox-black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 4px;
}

.fv__messege * {
  color: #FF5C46;
}

.fv__messege--l {
  font-size: clamp(2.3125rem, 1.4602rem + 3.6364vw, 4.375rem);
}

.fv__messege--l span {
  font-size: clamp(3.0625rem, 2.0114rem + 4.4848vw, 5.5625rem);
}

.fv__messege--s {
  font-size: clamp(1.9375rem, 1.1989rem + 3.1515vw, 3.75rem);
  margin-top: 0.4375rem;
}

.fv--small {
  font-size: clamp(1.625rem, 0.9716rem + 2.7879vw, 3.25rem);
}

.fv--large {
  font-size: clamp(2.6875rem, 1.75rem + 4vw, 4.875rem);
}

.fv__point-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.fv__point {
  border: 1px solid #FF5C46;
  border-radius: 7px;
  color: #FF5C46;
  background-color: #FFF;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.875rem, 0.5539rem + 0.9281vw, 1.5rem);
}

.fv__point::before {
  content: "";
  display: inline-block;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(0.9375rem, 0.3799rem + 1.1601vw, 1.25rem);
  height: clamp(0.9375rem, 0.3799rem + 1.1601vw, 1.25rem);
}

.fv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__text-cont {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.625rem;
}

.fv__text {
  color: #AD8B35;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-size: clamp(1.0625rem, 0.8636rem + 0.8485vw, 1.5rem);
}

.fv__text span {
  color: #AD8B35;
}

.fv__image {
  aspect-ratio: 293/285;
  width: 35vh;
  min-width: 17.5rem;
  margin-top: -0.625rem;
}

.fv__image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.fv__recruit {
  background-color: #FF5C46;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.fv__recruit-text {
  font-size: 0.875rem;
  padding: 0.3125rem;
  color: #FFF;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 700;
}

.fv__btn {
  margin-top: 0.625rem;
  text-align: center;
}

.about {
  background-image: url(../img/about-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.9375rem 0 2.5rem;
}

.about__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.about__title .section-title__icon {
  width: 2.5rem;
  height: 2.5rem;
}

.about__body {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.about__text {
  font-size: 1.1875rem;
}

.about__image {
  aspect-ratio: 393/248;
  width: 100%;
}

.difference {
  background-image: url(../img/difference-bg.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
}

.difference__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.difference__title .section-title__icon {
  width: 2.5625rem;
  height: 2.3125rem;
}

.difference__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 0.9375rem;
}

.difference__text {
  font-size: 1.1875rem;
}

.difference__image {
  aspect-ratio: 393/231;
  width: 100%;
}

.difference__message {
  font-size: 1.25rem;
  display: inline-block;
  margin-top: 1.875rem;
  margin-left: 2.5rem;
  position: relative;
}

.difference__message span {
  display: inline-block;
}

.difference__message::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../img/checkbox-black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -40px;
  top: 3px;
}

.request {
  background-color: #E0BD62;
}

.request__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.request__list {
  display: grid;
}

.profit {
  background-color: #FFF5EE;
}

.profit__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.profit__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice {
  background-image: url(../img/voice-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.voice__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice__item {
  background-color: #FFF5EE;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.voice__item-title {
  font-weight: 900;
}

.voice__desc {
  margin-top: 0.9375rem;
}

.voice__cta {
  text-align: center;
}

/* sp時のslider btn カスタマイズ */

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.1875rem;
  height: 8.75rem;
  padding: 0;
  background-color: #FF5C46;
  opacity: 0.6;
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.slick-prev,
.slick-next {
  background-color: #FF5C46;
  display: block;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 4px solid #FFF;
  border-left: 4px solid #FFF;
}

.slick-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

/* ドットのカスタマイズ */

.slick-dots {
  bottom: -30px;
}

.slick-dots li button::before {
  font-size: 0.9375rem;
}

.slick-dots li.slick-active button:before {
  color: #FF5C46;
}

.slick-next:hover {
  background-color: #FF5C46;
}

.slick-prev:hover {
  background-color: #FF5C46;
}

/* itemの高さを揃える */

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.selected {
  background-color: #FF9587;
}

.selected__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.selected__title {
  text-align: center;
  display: inline-block;
  font-weight: 700;
  position: relative;
  background-color: #FF5C46;
  border-radius: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.selected__title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FF5C46;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.selected__title-text {
  color: #FFF;
  font-size: clamp(1.25rem, -0.8063rem + 4.4084vw, 2.5rem);
  letter-spacing: 0.045em;
  line-height: 1.3;
  display: inline-block;
}

.selected__title-text--s {
  color: #FFF;
  font-size: clamp(1.125rem, -0.1017rem + 2.5522vw, 1.8125rem);
}

.selected__title-text--m {
  color: #FFF;
  font-size: clamp(1.1875rem, -0.5967rem + 3.7123vw, 2.1875rem);
}

.selected__title--em {
  font-size: clamp(1.4375rem, -0.9043rem + 4.8724vw, 2.75rem);
}

.selected__list {
  display: grid;
}

.table {
  table-layout: fixed;
}

.table__inner {
  border-collapse: collapse;
}

.table__th {
  border: solid 2px #EDEDED;
}

.table__th--top {
  text-align: center;
  background-color: #DDA924;
  color: #FFF;
  line-height: 1.1111111111;
  padding: 0.75rem 0.3125rem;
}

.table__th--primary {
  background-color: #FF5C46;
  color: #FFF;
  font-weight: bold;
  font-size: 1.125rem;
}

.table__th--sp-sticky {
  text-align: left;
  background-color: #DDA924;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 0 0.625rem;
  width: 6.25rem;
  min-width: 5.625rem;
  position: sticky;
  left: 0;
}

/* 横スクロール時の枠線補助 */

.table__th--sp-sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 2px solid #EDEDED;
  z-index: -1;
}

.table__th--sp-sticky::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #EDEDED;
  z-index: -1;
}

.table__td {
  border: 2px solid #EDEDED;
  width: 14.0625rem;
  min-width: 14.0625rem;
  padding: 0 0.625rem;
  height: 5.3125rem;
  color: #323232;
  background-color: #FFF;
  line-height: 1.3;
  text-align: center;
}

.table__td--primary {
  font-weight: bold;
  font-size: 1.0625rem;
  color: #FF5C46;
  background-color: #FFFB97;
}

/* 白のborder */

.table__body-tr .table__th::before {
  content: "";
  height: 100%;
  width: 100%;
  border-top: 2px solid #EDEDED;
  position: absolute;
  top: -1px;
  display: block;
}

.comparison {
  background-image: url(../img/about-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 3.125rem;
}

.comparison__wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.comparison__table {
  /* 横スクロールさせる */
  overflow-x: auto;
  white-space: nowrap;
  /* 親要素を超えて右端いっぱい */
  margin-right: calc(50% - 50vw);
}

.comparison__message {
  margin-top: 1.875rem;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FF5C46;
  border-radius: 22px;
  max-width: 40.625rem;
  width: 100%;
}

.comparison__message::before {
  content: "";
  position: absolute;
  bottom: 99%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FF5C46;
}

.comparison__message-text {
  color: #FFF;
  letter-spacing: 0.045em;
  line-height: 1.3;
  display: inline-block;
}

.flow__wrapper {
  max-width: 56.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.flow__arrow {
  height: 4px;
  background-color: #DDA924;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 99%;
  left: 4px;
}

.flow__list-wrapper {
  position: relative;
}

.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  position: relative;
}

.flow__first-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.flow__first-item-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FF5C46;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
  padding: 0.9375rem;
  width: clamp(3.125rem, 2.5568rem + 2.4242vw, 4.375rem);
  height: clamp(3.125rem, 2.5568rem + 2.4242vw, 4.375rem);
}

.flow__first-item-text {
  font-size: clamp(0.875rem, 0.7045rem + 0.7273vw, 1.125rem);
  color: #FF5C46;
  display: inline-block;
  margin-top: 0.625rem;
}

.flow__item {
  background-color: #FFFAD0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  padding: 1.25rem 1.5625rem 2.5rem 1.5625rem;
  border-radius: 14px;
}

.flow__item--em {
  background-color: #FF5C46;
}

.flow__item--em span {
  color: #FFFB97;
}

.flow__item--em .flow__item-text {
  font-weight: 700;
}

.flow__item:last-of-type {
  position: relative;
}

.flow__item:last-of-type::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #DDA924;
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flow__item-label {
  color: #DDA924;
  font-weight: 700;
}

.flow__box {
  background-color: #FFF5EE;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.flow__box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow__box-text {
  font-size: clamp(1.125rem, 0.8693rem + 1.0909vw, 1.6875rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.flow__box-text em {
  font-size: clamp(1.375rem, 1.0909rem + 1.2121vw, 2rem);
}

.flow__box-item {
  font-size: clamp(1.0625rem, 0.8636rem + 0.8485vw, 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow__box-item::before {
  content: "";
  display: inline-block;
  background-image: url(../img/flow-checkbox.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flow__box-image {
  aspect-ratio: 383/278;
}

.contact {
  background-color: #FFFEF3;
  padding-bottom: 2.5rem;
}

.contact__wrapper {
  max-width: 56.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.contact__title {
  text-align: center;
  display: inline-block;
  font-weight: 700;
  position: relative;
  background-color: #45D900;
  border-radius: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact__title::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #45D900;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.contact__title-text {
  color: #FFF;
  font-size: clamp(1.125rem, 0.8977rem + 0.9697vw, 1.625rem);
  letter-spacing: 0.045em;
  line-height: 1.3;
  position: relative;
}

.contact__title-text--em {
  font-size: clamp(1.5rem, 1.2727rem + 0.9697vw, 2rem);
  color: #fff741;
}

.contact__note {
  color: #515151;
  text-align: center;
  margin-top: -0.9375rem;
}

.contact__note span {
  font-size: 0.875rem;
}

.contact__panel {
  background-color: #FFF;
  border: 2px solid #FF5C46;
  border-radius: 20px;
}

.contact__appeal {
  background-color: #FFFB97;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 1.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.contact__appeal--em {
  font-size: 1.5rem;
  font-weight: 900;
}

.contact__require {
  font-size: 0.875rem;
  color: #515151;
  margin-top: 1.25rem;
}

.contact__require--right {
  text-align: right;
}

.contact__attention {
  color: #FF5C46;
}

.contact__form {
  margin-top: 0.3125rem;
}

.contact__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__form-note {
  color: #A6A6A6;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

.contact__form-item--sp-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__form-item:not(:first-of-type) {
  margin-top: 1.5625rem;
}

.contact__form-item--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__form-item--radio:not(:first-child) {
  margin-left: 0.9375rem;
}

.contact__form-item-row .contact__form-item {
  margin-top: 1.5625rem;
}

.contact__form-radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.contact__form-select-wrapper {
  position: relative;
}

.contact__form-select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 0.625rem;
  width: 10px;
  height: 6px;
  background-color: #FF5C46;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  cursor: pointer;
  pointer-events: none;
}

.contact__form-select {
  background-color: #FFEDE1;
  border: none;
  border-radius: 4px;
  padding: 0.625rem;
  color: #515151;
  cursor: pointer;
  /* デフォルトの矢印を非表示 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact__form-zip-btn {
  background: none;
  border: 2px solid #FF5C46;
  border-radius: 50px;
  color: #FF5C46;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1428571429;
  cursor: pointer;
  padding: 16px 14px;
}

.contact__form-zip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.contact__form-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.contact__form-label {
  font-size: 0.9375rem;
  color: #515151;
}

.contact__form-label span {
  display: inline-block;
}

.contact__form-required {
  color: #E42D2D;
}

.contact__form-input {
  background-color: #F6F6F6;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.2);
  padding: 0.625rem;
  color: #515151;
}

.contact__form-input--small {
  width: 100%;
}

.contact__form-input--large {
  width: 100%;
}

.contact__form-policy-wrap {
  text-align: center;
}

.contact__form-policy {
  color: #A6A6A6;
  font-size: 0.875rem;
}

.contact__form-policy a {
  color: #FF5C46;
  text-decoration: underline;
}

.contact__form-btn {
  text-align: center;
}

.contact__form-item--magazin {
  text-align: center;
  margin-top: 1.5625rem;
  color: #A6A6A6;
}

/* placeholderの色を変更 */

::-webkit-input-placeholder {
  color: #A6A6A6;
}

::-moz-placeholder {
  color: #A6A6A6;
}

:-ms-input-placeholder {
  color: #A6A6A6;
}

::-ms-input-placeholder {
  color: #A6A6A6;
}

::placeholder {
  color: #A6A6A6;
}

/* ラジオボタン カスタマイズ */

input[type=radio] {
  width: 24px;
  /*radioボタンの横幅*/
  height: 24px;
  /*radioボタンの縦幅*/
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}

input[type=radio]::before,
input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 47%;
  cursor: pointer;
}

input[type=radio]::before {
  background-color: #fff;
  border: 3px solid #FF5C46;
  height: 25px;
  /*radioボタンの横幅*/
  width: 25px;
  /*radioボタンの縦幅*/
  left: 0px;
}

input[type=radio]::after {
  background-color: #FF5C46;
  opacity: 0;
  /*チェックされてないradioボタンは非表示*/
  height: 14px;
  /*radioボタンチェック時の中点の高さ*/
  width: 14px;
  /*radioボタンチェック時の中点の横幅*/
  left: 5px;
  /*radioボタンチェック時の中点の位置*/
}

input[type=radio]:checked::after {
  opacity: 1;
  /*チェックされたradioボタンは表示*/
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox] {
  width: 20px;
  /*checkboxボタンの横幅*/
  height: 20px;
  /*checkboxボタンの縦幅*/
  cursor: pointer;
  position: relative;
  vertical-align: sub;
  margin-right: 5px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}

input[type=checkbox]::before {
  border-radius: 4px;
  background-color: #FFF;
  border: 3px solid #FF5C46;
  height: 24px;
  /*checkboxボタンの横幅*/
  width: 24px;
  /*checkboxボタンの縦幅*/
  left: 0px;
}

input[type=checkbox]::after {
  background-color: transparent;
  opacity: 0;
  /*チェックされてないcheckboxボタンは非表示*/
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  -webkit-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
  left: 5px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェックされたradioボタンは表示*/
}

input[type=checkbox]:checked::before {
  background-color: #FF5C46;
  /*チェックされたradioボタンは表示*/
}

.contact__form-item--magazin input[type=checkbox]::after {
  border-bottom: 2px solid #FF5C46;
  border-left: 2px solid #FF5C46;
}

.contact__form-item--magazin input[type=checkbox]:checked::before {
  background-color: #FFEDE1;
}

.contact__form-item--magazin input[type=checkbox]::before {
  border: 2px solid #FFEDE1;
  border-radius: 3px;
}

/* ===============================================
# contact-form-7のスタイルを修正
=============================================== */

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

.wpcf7-form-control-wrap {
  width: 100%;
}

.contact__form-zip-wrapper .wpcf7-form-control-wrap {
  width: inherit;
}

.wpcf7-list-item-label {
  cursor: pointer;
}

.footer {
  background-color: #FF5C46;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.footer_inner {
  max-width: 56.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  font-family: "Roboto", sans-serif;
}

.footer_about-franchise-salon {
  border-radius: 5px;
  background-color: #fff;
  color: #393939;
}

.footer_about-title {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1rem, 0.858rem + 0.6061vw, 1.3125rem);
  font-weight: bold;
}

.footer_about-logo {
  display: inline-block;
}

.footer_about-desc {
  font-family: "Roboto", sans-serif;
  margin-top: 4px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}

.footer_company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 860px;
  margin: 25px auto 0;
}

.footer_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_company {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

.footer_head-office {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

.footer_address {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: normal;
}

.footer_contact {
  font-family: "Roboto", sans-serif;
  grid-template: auto/1fr 1fr;
}

.footer_contact-link {
  font-family: "Roboto", sans-serif;
  grid-area: 1/2/2/3;
  line-height: 1.6;
  font-weight: 700;
  background-color: #FFFB97;
  color: #FF5C46;
  border-radius: 20px;
  font-size: 0.9375rem;
  font-size: clamp(0.8125rem, 0.7685rem + 0.1878vw, 0.9375rem);
}

.footer_contact-link span {
  color: #FF5C46;
  display: inline-block;
}

.footer_copyright {
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-top: 3.75rem;
}

@media screen and (min-width: 769px) {
  .btn {
    padding: 0.375rem 1.75rem 0.375rem 0.9375rem;
    min-height: 4.375rem;
    max-width: 31.25rem;
  }

  .btn__appeal-inner {
    font-size: 1.25rem;
  }

  .btn__recommend {
    font-size: 1.125rem;
  }

  .btn--contact {
    padding: 1.25rem 4.375rem;
  }

  .btn--contact::after {
    right: 36px;
  }

  .br--sp {
    display: none;
  }

  .br--pc {
    display: block;
  }

  .section-title {
    gap: 1.25rem;
  }

  .section-title__text {
    font-size: 2.5rem;
  }

  .section-title__text--small {
    font-size: 1.8125rem;
  }

  .section-title__icon {
    width: 4.375rem;
  }

  .card__body {
    padding: 1.875rem 2.1875rem 2.5rem;
  }

  .card__text {
    margin-top: 1.875rem;
    font-size: 1.1875rem;
  }

  .small-card__text {
    font-size: 1.1875rem;
    padding: 0.9375rem 1.25rem;
  }

  .small-card__image {
    padding: 0.9375rem 0.9375rem 0;
  }

  .text-box__title {
    font-size: 2rem;
  }

  .text-box__text {
    font-size: 1.5625rem;
  }

  .header {
    padding: 0.625rem 0;
  }

  .header__wrapper {
    padding: 0 1.5625rem;
  }

  .header__btn {
    display: block;
    min-width: 18.75rem;
  }

  .fv {
    /* 背景画像 pc */
    background-image: url(../img/fv-bg.png);
    background-position-y: bottom;
    height: inherit;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fv__wrapper {
    padding: 0 1.5625rem;
  }

  .fv__wrapper {
    padding-top: 1.875rem;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 31.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .fv__comment-box {
    margin: 0;
    max-width: 37.5rem;
    padding: 1.875rem;
    margin-right: -5rem;
  }

  .fv__comment {
    padding: 0.625rem 1.5625rem;
    border-radius: 70px;
  }

  .fv__comment::before {
    border-width: 0 80px 30px 0;
    bottom: -15px;
  }

  .fv__messege::before {
    top: 8px;
  }

  .fv__point-cont {
    margin-top: 2.5rem;
  }

  .fv__point {
    padding: 0.625rem clamp(0.625rem, -1.9178rem + 4.6404vw, 1.5625rem);
  }

  .fv__point::before {
    margin-right: 0.625rem;
  }

  .fv__body {
    margin-top: auto;
  }

  .fv__text-cont {
    margin-top: 0;
    margin-left: 2.5rem;
  }

  .fv__text {
    letter-spacing: 0.26em;
    font-size: 1.5rem;
  }

  .fv__text span {
    letter-spacing: 0.26em;
  }

  .fv__image {
    aspect-ratio: 410/492;
    max-width: 25.3125rem;
    width: 100%;
  }

  .fv__recruit {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .fv__recruit-text {
    font-size: 1.125rem;
    text-align: left;
    padding: 0.625rem 1.5625rem;
  }

  .fv__btn {
    display: none;
  }

  .about {
    padding: 3.75rem 0;
  }

  .about__wrapper {
    padding: 0 1.5625rem;
  }

  .about__title .section-title__icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .about__body {
    margin-top: 2.1875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .about__image {
    max-width: 24.5625rem;
  }

  .difference {
    padding: 3.75rem 0;
  }

  .difference__wrapper {
    padding: 0 1.5625rem;
  }

  .difference__title .section-title__icon {
    width: 3.5rem;
    height: 3.1875rem;
  }

  .difference__body {
    margin-top: 2.1875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .difference__text-cont {
    width: 56.5%;
  }

  .difference__image {
    max-width: 24.5625rem;
    width: 39.3%;
  }

  .difference__message {
    font-size: 1.4375rem;
    margin-top: 2.5rem;
    margin-left: 2.8125rem;
  }

  .difference__message::before {
    width: 2.5rem;
    height: 2.5rem;
    top: 4px;
    left: -45px;
  }

  .request {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
  }

  .request__wrapper {
    padding: 0 1.5625rem;
  }

  .request__title .section-title__icon {
    width: 2.5rem;
    height: 3.25rem;
  }

  .request__list {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 3.125rem;
    gap: 1.875rem 0.9375rem;
  }

  .profit {
    padding-top: 4.1875rem;
    padding-bottom: 5.625rem;
  }

  .profit__wrapper {
    padding: 0 1.5625rem;
  }

  .profit__title .section-title__icon {
    width: 4.125rem;
    height: 3.875rem;
  }

  .profit__body {
    margin-top: 2.1875rem;
  }

  .profit__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.1875rem;
  }

  .voice {
    background-size: contain;
    padding-top: 3.75rem;
    padding-bottom: 8.75rem;
  }

  .voice__wrapper {
    padding: 0 1.5625rem;
  }

  .voice__title .section-title__icon {
    width: 3.25rem;
    height: 3.625rem;
  }

  .voice__list {
    margin-top: 2.5rem;
    gap: 2.1875rem;
  }

  .voice__item {
    padding: 1.875rem;
    width: 100%;
  }

  .voice__head {
    gap: 1.5625rem;
  }

  .voice__image {
    width: 7.1875rem;
  }

  .voice__name {
    font-size: 1.25rem;
  }

  .voice__item-title {
    font-size: 1.4375rem;
    margin-top: 1.25rem;
  }

  .voice__text {
    font-size: 1.125rem;
  }

  .voice__cta {
    margin-top: 2.5rem;
  }

  .selected {
    padding-bottom: 5rem;
  }

  .selected__wrapper {
    padding: 0 1.5625rem;
  }

  .selected__title {
    padding: 1.875rem;
  }

  .selected__title::after {
    width: 4.375rem;
    height: 1.75rem;
  }

  .selected__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1875rem;
  }

  .comparison {
    padding-top: 3.75rem;
  }

  .comparison__wrapper {
    padding: 0 1.5625rem;
  }

  .comparison__title .section-title__icon {
    width: 3.875rem;
    height: 3.75rem;
  }

  .comparison__table {
    margin-top: 3.125rem;
  }

  .comparison__message {
    padding: 1.875rem;
  }

  .comparison__message::before {
    left: 15%;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
    width: 2.5rem;
    height: 1.5625rem;
  }

  .comparison__message-text {
    font-size: 1.1875rem;
  }

  .comparison__message--em {
    font-size: 1.5rem;
  }

  .flow {
    padding-top: 2.1875rem;
  }

  .flow__wrapper {
    padding: 0 1.5625rem;
  }

  .flow__arrow {
    top: 48%;
  }

  .flow__list-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }

  .flow__item {
    width: 18%;
    font-size: 1.25rem;
  }

  .flow__item--em .flow__item-text {
    font-size: 1.5rem;
  }

  .flow__box {
    padding-top: 3.4375rem;
    padding-bottom: 5.9375rem;
  }

  .flow__box-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }

  .flow__box-list {
    margin-top: 1.875rem;
  }

  .flow__box-item {
    gap: 0.9375rem;
  }

  .flow__box-item::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .flow__box-item:not(:first-of-type) {
    margin-top: 0.625rem;
  }

  .flow__box-image {
    width: 38.3%;
  }

  .contact {
    padding-bottom: 4.6875rem;
  }

  .contact__wrapper {
    padding: 0 1.5625rem;
  }

  .contact__title {
    padding: 1.875rem;
  }

  .contact__title::after {
    width: 4.375rem;
    height: 1.75rem;
  }

  .contact__note {
    font-size: 1rem;
  }

  .contact__panel {
    margin-top: 1.5625rem;
    padding: 1.875rem 4.6875rem 4.6875rem;
  }

  .contact__appeal {
    padding: 0.9375rem 1.25rem;
  }

  .contact__form-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }

  .contact__form-note {
    margin-left: 7.5rem;
  }

  .contact__form-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contact__form-item-row .contact__form-item:nth-child(2) .contact__form-label {
    width: 5rem;
  }

  .contact__form-select {
    width: 14.0625rem;
    font-size: 1rem;
  }

  .contact__form-zip-btn {
    padding: 15px 32px;
  }

  .contact__form-checkbox-wrapper {
    gap: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contact__form-label {
    width: 7.5rem;
    text-align: right;
  }

  .contact__form-input--small {
    max-width: 15rem;
  }

  .contact__form-input--large {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .contact__form-policy-wrap {
    margin-top: 2.625rem;
  }

  .contact__form-btn {
    margin-top: 1.5625rem;
  }

  .wpcf7-list-item:not(:first-of-type) {
    margin-left: 0.9375rem;
  }

  .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .footer {
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem;
  }

  .footer_inner {
    padding: 0 1.5625rem;
  }

  .footer_about-franchise-salon {
    padding: 0.9375rem 1.375rem;
  }

  .footer_about-logo {
    width: 13.75rem;
  }

  .footer_about-desc {
    font-size: 1rem;
  }

  .footer_contact {
    display: grid;
    margin-top: 0.9375rem;
  }

  .footer_contact-link {
    padding: 0.625rem 1.25rem;
  }

  .footer_copyright {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    max-width: 22.5rem;
    padding: 0.625rem 1.75rem 0.625rem 0.9375rem;
  }

  .btn__appeal-inner {
    font-size: 0.875rem;
  }

  .br--sp {
    display: block;
  }

  .br--pc {
    display: none;
  }

  .section-title {
    gap: 0.625rem;
  }

  .section-title--s .section-title__text {
    font-size: 1.4375rem;
  }

  .card__body {
    padding: 1.25rem 1.5625rem 1.5625rem;
  }

  .small-card__text {
    padding: 0.9375rem;
  }

  .text-box__title {
    font-size: 1.375rem;
  }

  .text-box__text {
    font-size: 1.25rem;
  }

  .fv__comment {
    padding: 0.3125rem 0.9375rem;
  }

  .fv__body {
    /* 背景画像 sp */
    background-image: url(../img/fv-bg-sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .difference {
    background-size: 150%;
  }

  .request {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
  }

  .request__title .section-title__icon {
    width: 1.875rem;
    height: 2.5rem;
  }

  .request__list {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.625rem;
  }

  .profit {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }

  .profit__title .section-title__icon {
    width: 1.875rem;
    height: 2.5rem;
  }

  .profit__body {
    margin-top: 1.4375rem;
  }

  .profit__cards {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .voice {
    padding-top: 2.5rem;
    padding-bottom: 9.375rem;
    background-size: 170%;
  }

  .voice__title .section-title__icon {
    width: 2.4375rem;
    height: 2.75rem;
  }

  .voice__list {
    margin-top: 1.25rem;
  }

  .voice__item {
    padding: 1.25rem;
  }

  .voice__head {
    gap: 0.9375rem;
  }

  .voice__image {
    width: 5rem;
  }

  .voice__name {
    font-size: 0.9375rem;
  }

  .voice__item-title {
    font-size: 1.25rem;
    margin-top: 0.9375rem;
  }

  .voice__text {
    font-size: 1.0625rem;
  }

  .voice__cta {
    margin-top: 4.375rem;
  }

  .selected {
    padding-bottom: 3.125rem;
  }

  .selected__title {
    padding: 0.9375rem;
  }

  .selected__title::after {
    width: 2.5rem;
    height: 1.25rem;
  }

  .selected__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.4375rem;
  }

  .comparison {
    padding-top: 2.5rem;
  }

  .comparison__title .section-title__icon {
    width: 2.9375rem;
    height: 2.8125rem;
  }

  .comparison__table {
    margin-top: 2.1875rem;
  }

  .comparison__message {
    padding: 0.9375rem;
  }

  .comparison__message::before {
    left: 50%;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 2.8125rem;
    height: 1.25rem;
  }

  .comparison__message-text {
    font-size: 1rem;
  }

  .comparison__message--em {
    font-size: 1.25rem;
  }

  .flow {
    padding-top: 1.875rem;
  }

  .flow__arrow {
    top: 46%;
    width: 160%;
    max-width: 36.875rem;
    top: 46%;
    overflow: hidden;
  }

  .flow__list-wrapper {
    /* 横スクロールさせる */
    overflow-x: auto;
    white-space: nowrap;
    /* 親要素を超えて右端いっぱい */
    margin-right: calc(50% - 50vw);
    padding-bottom: 2.5rem;
    padding-top: 1.5625rem;
  }

  .flow__item {
    min-width: 8.125rem;
    width: 20%;
    font-size: 1.125rem;
  }

  .flow__item--em .flow__item-text {
    font-size: 1.25rem;
  }

  .flow__box {
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }

  .flow__box-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flow__box-list {
    margin-top: 0.9375rem;
  }

  .flow__box-item {
    gap: 0.625rem;
  }

  .flow__box-item::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .flow__box-item:not(:first-of-type) {
    margin-top: 0.3125rem;
  }

  .flow__box-image {
    width: 70.1%;
  }

  .contact__title {
    padding: 0.9375rem;
  }

  .contact__title::after {
    width: 2.5rem;
    height: 1.25rem;
  }

  .contact__note {
    font-size: 0.875rem;
  }

  .contact__panel {
    padding: 0.9375rem 0.9375rem 1.5625rem;
    margin-top: 0.9375rem;
  }

  .contact__appeal {
    padding: 0.625rem;
  }

  .contact__form-item {
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .contact__form-item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact__form-select {
    font-size: 0.875rem;
    width: 13.75rem;
  }

  .contact__form-input--zip {
    width: 8.75rem;
  }

  .contact__form-policy-wrap {
    margin-top: 2.25rem;
  }

  .contact__form-btn {
    margin-top: 0.9375rem;
  }

  .wpcf7-list-item:not(:first-of-type) {
    margin-left: 1.25rem;
  }

  .footer {
    padding-top: 1.5625rem;
    padding-bottom: 1.25rem;
  }

  .footer_about-franchise-salon {
    padding: 0.9375rem 0.625rem;
  }

  .footer_about-logo {
    width: 10.625rem;
  }

  .footer_about-desc {
    font-size: 0.875rem;
  }

  .footer_company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.6875rem;
  }

  .footer_info:not(:first-of-type) {
    margin-top: 1.25rem;
  }

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

  .footer_contact-link {
    padding: 0.625rem;
  }

  .footer_copyright {
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=style.css.map */