@charset "UTF-8";
html {
  font-size: 20px;
}

@media (max-width: 767px) {
  html {
    font-size: 2.639vw;
  }
}
body {
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}

.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

.sp_n {
  display: block;
}
@media (max-width: 767px) {
  .sp_n {
    display: none;
  }
}

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

body {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header {
  height: 6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  width: 10.7rem;
}

.header__hamburger {
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 101;
  transition: all 0.3s ease;
}
.header__hamburger:focus {
  outline: none;
}

.header__hamburger-line {
  width: 2.4rem;
  height: 0.2rem;
  background-color: #000;
  display: block;
  transition: all 0.3s ease;
  transform-origin: center;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(0.7rem) rotate(45deg);
}
.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-0.7rem) rotate(-45deg);
}

.header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 32rem;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}
.header__nav.is-active {
  right: 0;
}

.header__nav-inner {
  padding: 8rem 2rem 2rem;
}

.header__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__nav-item {
  border-bottom: 1px solid #eee;
}
.header__nav-item:last-child {
  border-bottom: none;
}

.header__nav-link {
  display: block;
  padding: 2rem 0;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.header__nav-link:hover {
  opacity: 0.7;
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.fv {
  height: 37.6rem;
  background: url(../img/fv.jpg) no-repeat center center/cover;
  margin-top: 6rem;
}

.inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fv__lead {
  padding-top: 7.3rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2002rem; /* 110.008% */
}

.fv__catch {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 150%; /* 3.45rem */
  letter-spacing: 0.069rem;
  margin-top: 1.7rem;
}
.fv__catch span {
  font-size: 3.2rem;
}

.fv__features {
  margin-top: 1.97rem;
  display: flex;
  gap: 1.15rem;
}

.fv__feature-item {
  background: url(../img/fv_bg.png) no-repeat center center/cover;
  width: 8.176rem;
  height: 9.2965rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 0.701rem;
  font-weight: 700;
  line-height: 140%; /* 0.9813rem */
  font-family: "Noto Sans JP";
}

.fv__brand--ILLON {
  font-size: 0.968rem;
  display: inline-block;
  margin-top: 0.3rem;
}

.fv__brand--revi {
  font-size: 0.968rem;
  display: inline-block;
  margin-top: 0.3rem;
}

.fv__feature-item--clinic {
  font-size: 1.2475rem;
}

.wrap {
  max-width: 767px;
  margin: 0 auto;
}

.cta {
  margin-top: 3rem;
  padding-bottom: 2rem;
}

.cta__lead {
  background: #000;
  height: 4.2rem;
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta__content {
  border: 2px solid #000;
  padding-top: 1.7rem;
  padding-bottom: 3.17rem;
}

.cta__offer {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.9547rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.cta__offer span {
  font-size: 3rem;
}

.cta__prices {
  display: flex;
  align-items: center;
  gap: 3.15rem;
  margin-top: 0.9rem;
  padding-left: 2.73rem;
  position: relative;
}
.cta__prices::after {
  content: "";
  position: absolute;
  background: url(../img/triangle.png) no-repeat center center/cover;
  width: 0.88rem;
  height: 1.936rem;
  left: 43%;
  transform: translateX(-50%);
}

.cta__price--regular {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.2794rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.cta__price--regular::after {
  content: "";
  position: absolute;
  width: 12.1683rem;
  height: 0.1rem;
  background-color: #000;
  transform: rotate(10deg);
  top: 3.2rem;
  left: -0.8rem;
}

.cta__price-value {
  color: #000;
  font-family: Inter;
  font-size: 2.7374rem;
  font-weight: 400;
  line-height: normal;
}

.cta__price-unit {
  font-size: 1.6817rem;
}

.cta__price-value--special {
  font-size: 5rem;
  position: relative;
}
.cta__price-value--special::after {
  content: "(税込)";
  position: absolute;
  font-family: Inter;
  font-size: 0.7739rem;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  top: 1.7rem;
  right: -2.4rem;
}

.cta__price-unit--special {
  font-size: 2.1058rem;
}

.cta__button {
  width: 31.7rem;
  height: 7.2665rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4.5415rem;
  background: #33C654;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.07rem;
  box-shadow: 0.908px 2.725px 3.633px 0 rgba(0, 0, 0, 0.44);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 2.0228rem;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.cta__button::after {
  content: "";
  position: absolute;
  background: url(../img/line.png) no-repeat center center/cover;
  width: 2.3616rem;
  height: 2.2578rem;
  bottom: 1.2rem;
  left: 3.8rem;
}

.cta__button-lead {
  width: 13.2613rem;
  height: 1.9983rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #33C654;
  font-family: "Noto Sans JP";
  font-size: 1.2081rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  border-radius: 4.7232rem;
  margin-bottom: 0.5rem;
}
.cta__button-lead span {
  font-size: 1.1065rem;
}

.cta__button-lead-line {
  padding-left: 7rem;
}

.title {
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: inline-block;
  padding-bottom: 0.6rem;
  position: relative;
}
.title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.worry__list {
  text-align: left;
  margin-top: 3rem;
}

.worry__item {
  width: 33.8rem;
  height: 6.1rem;
  background: #FFF;
  box-shadow: 0.2rem 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 160%; /* 2.24rem */
  display: flex;
  align-items: center;
  padding-left: 5.5rem;
  position: relative;
}
.worry__item::after {
  content: "";
  position: absolute;
  background: url(../img/check.png) no-repeat center center/cover;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 2.9rem;
  height: 2.4181rem;
}
.worry__item:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.solution__title {
  text-align: center;
  font-size: 2.1891rem;
  font-weight: 700;
  line-height: normal;
}

.solution__area {
  height: 7.9832rem;
  margin-top: 2.61rem;
  display: flex;
  gap: 0.57rem;
  align-items: center;
  justify-content: center;
  border: 1.971px solid #000;
  background: #FFF;
  width: 100%;
}

.solution__area-location {
  font-size: 1.1117rem;
  font-weight: 700;
  line-height: 164%; /* 3.6012rem */
  text-align: left;
}
.solution__area-location span {
  color: #000;
  font-size: 2.1959rem;
}

.solution__area-tag {
  color: #000;
  font-size: 3.7679rem;
  font-weight: 700;
  line-height: 100%; /* 3.7679rem */
}

.solution__brands {
  color: #000;
  font-size: 2.3985rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 3.9336rem */
  margin-top: 3.03rem;
  text-align: center;
}

.solution__catch {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 2.588rem;
  font-style: normal;
  font-weight: 700;
  line-height: 164%; /* 4.2443rem */
  text-align: left;
  margin-top: 4.01rem;
  padding-left: 3.3rem;
}

.reasons {
  background: #eee;
}

.reasons__list {
  margin-top: 4rem;
}

.reasons__item:nth-of-type(n+2) {
  margin-top: 7rem;
}

.reasons__subtitle {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 1.5rem;
  text-align: left;
}

.reasons__desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 160%; /* 2.24rem */
  margin-top: 1.5rem;
  text-align: left;
}

.ILLON__inner {
  text-align: center;
}

.ILLON__lead {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-top: 3rem;
  line-height: 1.5;
}

.ILLON__features {
  margin-top: 3.5rem;
}

.ILLON__features-title {
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
  background: #000;
  color: #fff;
}

.ILLON__features-list {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  border: 2px solid #000;
  line-height: 180%; /* 2.88rem */
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  text-align: left;
  padding-left: 8.2rem;
}

.ILLON__notice {
  color: #000;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 2.88rem */
  margin-top: 0.5rem;
  text-align: left;
}

.before {
  text-align: center;
  background: #eee;
}

.before__block {
  margin-top: 4rem;
}

.before__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: normal;
}

.before__img-wrap {
  margin-top: 1.3rem;
}

.before__content {
  margin-top: 6rem;
  margin-left: 2.7rem;
  margin-right: 2.7rem;
  position: relative;
}

.before__subtitle--men {
  width: 22.1rem;
  height: 3.4rem;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}

.swiper-button-prev01 {
  right: 0;
}

.before__content-wrap {
  position: relative;
}

.swiper-button-next01, .swiper-button-prev01 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
}

.swiper-button-next01 {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.before__notice {
  text-align: left;
  margin-top: 1.5rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 2.24rem */
}

.swiper-button-prev02 {
  right: 0;
}

.before__content-wrap {
  position: relative;
}

.voice__content-wrap {
  position: relative;
  padding-left: 2.9rem;
  padding-right: 2.9rem;
  margin-top: 4rem;
}

.swiper-button-next02, .swiper-button-prev02 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
}

.swiper-button-next02 {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.swiper-button-prev02 {
  right: 0;
}

.voice {
  text-align: center;
}

.flow {
  text-align: center;
  background-color: #eee;
}

.flow__list {
  margin-top: 4rem;
  text-align: left;
  position: relative;
}
.flow__list::after {
  content: "";
  position: absolute;
  height: 58.8rem;
  width: 0.1rem;
  background-color: #000;
  left: 2.4rem;
  top: 4.8rem;
}

.flow__item {
  display: flex;
  gap: 2.4rem;
}
.flow__item:nth-of-type(n+2) {
  margin-top: 4rem;
}

.flow__item-number {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%; /* 2.4rem */
  border-radius: 50%;
  flex-shrink: 0;
}

.flow__item-title {
  padding-top: 0.9rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.flow__item-desc {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%; /* 1.96rem */
  margin-top: 1.2rem;
}

.qa {
  text-align: center;
}

.qa__list {
  margin-top: 4rem;
  text-align: left;
}

.qa__item {
  border-top: 1px solid #000;
}
.qa__item:last-child {
  border-bottom: 1px solid #000;
}

.qa__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%; /* 2.56rem */
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.qa__question-text {
  flex: 1;
}

.qa__icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  flex-shrink: 0;
  margin-left: 1rem;
}

.qa__icon-line {
  position: absolute;
  background-color: #000;
  transition: transform 0.3s ease;
}
.qa__icon-line--horizontal {
  width: 1.6rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qa__icon-line--vertical {
  width: 0.2rem;
  height: 1.6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qa__item--active .qa__icon-line--vertical {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.qa__answer-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.qa__item--active .qa__answer-wrapper {
  max-height: 1000px;
  padding-bottom: 3.2rem;
}

.qa__answer {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%; /* 3.2rem */
}

.access {
  text-align: center;
  background-color: #eee;
}

.access__info-list {
  margin-top: 4rem;
  text-align: left;
}

.access__info-item:nth-of-type(n+2) {
  margin-top: 4rem;
}

.access__info-title {
  text-align: left;
  display: inline-flex;
  padding: 0.4rem 2.1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  background-color: #000;
}

.access__info-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.6rem;
}

.footer {
  text-align: center;
}

.footer__logo {
  width: 24.1rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.footer__sns-list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3rem;
  width: 20.1rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__bottom {
  margin-top: 6rem;
  text-align: center;
}

.footer__privacy-policy {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.footer__copyright {
  color: var(--black, #000);
  font-family: "Noto Sans JP";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 2.4rem;
}

.privacy-policy {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.privacy-policy__title {
  margin-bottom: 3rem;
}

.privacy-policy__content {
  margin-top: 4rem;
}

.privacy-policy__intro {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 4rem;
}

.privacy-policy__list {
  list-style: none;
  counter-reset: privacy-counter;
  padding: 0;
  margin: 0;
}

.privacy-policy__item {
  counter-increment: privacy-counter;
  margin-top: 4rem;
  padding-left: 2.5rem;
  position: relative;
}
.privacy-policy__item:first-child {
  margin-top: 0;
}
.privacy-policy__item::before {
  content: counter(privacy-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-policy__item-title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.privacy-policy__item-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-top: 1.5rem;
}
.privacy-policy__item-text:first-of-type {
  margin-top: 0;
}

.privacy-policy__sub-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
  padding-left: 2rem;
  position: relative;
}
.privacy-policy__sub-list li {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  position: relative;
  padding-left: 1.5rem;
}
.privacy-policy__sub-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.privacy-policy__sub-list li:not(:first-child) {
  margin-top: 0.8rem;
}

.privacy-policy__contact {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.privacy-policy__contact-name {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.privacy-policy__contact-address {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 1.5rem;
}

.privacy-policy__contact-method {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}/*# sourceMappingURL=style.css.map */