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

body {
  font-family: Noto serif JP, sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* 上下のアニメーション*/
.upAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
}

.gold {
  color: #B4965C;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.silver {
  color: #666666;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.slick-arrow {
  display: none !important;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.title {
  font-style: normal;
  font-weight: 600;
  line-height: 130.3%; /* 31.272px */
  margin-bottom: 35px;
  text-align: center;
}

.sub__title {
  font-size: 24px;
  font-style: normal;
  font-family: "Noto Serif JP";
  font-weight: 400;
  line-height: 167.5%; /* 36.85px */
  letter-spacing: 2.2px;
}

.gold {
  font-family: Noto Serif JP;
  background: var(--linear, linear-gradient(180deg, #C8B478 0%, #E2D1AE 51.04%, #C8B478 100%));
  background-clip: text;
  -webkit-background-clip: text;
}

.caution {
  font-size: 14px !important;
  color: #666 !important;
}

.fv {
  height: 100vh;
}

.slide__imtes {
  width: 100%;
  height: 100vh;
}

.slide__item {
  width: 100%;
  height: 100%;
}

.fv__slide01 {
  height: 100vh;
  background-image: url(../images/fv_02sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right 35%;
  position: relative;
}

.fv__slide01::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1960784314);
}

.fv__slide02 {
  height: 100vh;
  background-image: url(../images/tengu__fv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left 30%;
  position: relative;
}

.fv__title__box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.fv__title__box2 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.fv__head__title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 23.803px */
  letter-spacing: 1.4px;
}

.fv__head__title2 {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 23.803px */
  letter-spacing: 1.4px;
}

.fv__bottom__title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif JP;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 170.023%; /* 57.808px */
  letter-spacing: 7.14px;
}

.fv__contact {
  position: fixed;
  right: 0;
  bottom: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B4965C;
  border-radius: 5px;
}

.fv__contact a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: Inter;
  font-size: 14.043px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.about {
  margin-top: 60px;
}

.about__inner {
  padding: 0;
}

.about__content {
  margin-top: 20px;
  color: #666;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.about__gallely {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.about__gallely img {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.point {
  margin-top: 60px;
}

.point__sub__title:not(:first-of-type) {
  margin-top: 50px;
}

.point__sub__title {
  position: relative;
  padding-left: 40px;
}

.point__sub__title span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.point__image {
  margin-bottom: 30px;
}

.point__contents {
  margin-bottom: 40px;
}

.point_content {
  margin-top: 15px;
  color: #000;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  list-style: circle;
  margin-left: 10px;
}

.voice {
  padding-top: 120px;
  background: url(../images/back-02.png);
}

.voice__title {
  font-family: Trajan Pro 3;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%; /* 31.272px */
  letter-spacing: 1.56px;
}

.voice__box {
  position: relative;
  text-align: center;
}

.voice__subtitle {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #000;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130.3%; /* 20.848px */
}

.voice__items {
  margin-top: 44px;
}

.voice__item {
  margin-bottom: 80px;
}

.voice__item:last-child {
  margin-bottom: 0;
}

.voice_name {
  text-align: center;
  margin-bottom: 8px;
  color: #000;
  font-family: Noto Serif JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 30.604px */
  letter-spacing: 1.8px;
}

.voice__image {
  background: #D9D9D9;
  object-fit: cover;
  transform: scale(0.9);
}

.voice__sick {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #E2E2E2;
  width: 100vw;
  margin-left: -3rem;
  padding: 2rem;
}

.voice__sick_content {
  color: #000;
  font-family: Noto Serif JP;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30.604px */
  letter-spacing: 1.8px;
}

.voice__item__title {
  display: inline-flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--linear, linear-gradient(180deg, #C8B478 0%, #E2D1AE 51.04%, #C8B478 100%));
  color: #000;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 27.204px */
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.voice__item__text {
  color: #000;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

.effect {
  background: #F4F7FA;
  padding-top: 70px;
  padding-bottom: 80px;
}

.effect__items {
  margin-top: 42px;
}

.effect__item {
  margin-top: 50px;
}

.effect__item:first-child {
  margin-top: 0;
}

.effect__content {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.effect__subtitle {
  margin-top: 100px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 1.8px;
}

.effect__biyou {
  margin-top: 30px;
  margin-bottom: 30px;
}

.effect__skin {
  margin-top: 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 1.8px;
}

.before-after {
  background: #F4F7FA;
  padding-bottom: 66px;
}

.before-after__images {
  width: 100%;
  margin-top: 46px;
}

.before-after__image {
  margin-bottom: 40px;
}

.before-after__imgbox {
  display: flex;
}

.before-after__image img {
  width: 50%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

.before-after__text {
  padding: 2rem 0.5rem;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.before-after__list {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-bottom: 10px;
}

.step {
  margin-top: 60px;
  margin-bottom: 70px;
}

.step__flow {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 27.204px */
  letter-spacing: 1.6px;
  margin-top: 57px;
  margin-bottom: 40px;
}

.step__item__content {
  margin-top: 15px;
  margin-bottom: 57px;
}

.step__item__step {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 34.005px */
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.step__item__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 27.204px */
  letter-spacing: 1.6px;
}

.price {
  background-image: url(/images/back-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 60px;
}

.price__course {
  margin-bottom: 60px;
}

.price__image {
  margin-top: 25px;
  margin-bottom: 18px;
}

.price__value {
  text-align: center;
  font-size: 31.892px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 54.223px */
  letter-spacing: 3.189px;
}

.price__value span {
  font-size: 18px;
}

.price__menu {
  margin-top: 28px;
  color: #000;
  font-size: 15.718px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 30.124px */
  letter-spacing: 1.772px;
}

.price__option {
  margin-top: 18px;
}

.price__option__title {
  padding: 6px 9px;
  display: inline;
  border-radius: 7.087px;
  background: #434B3E;
  color: #fff;
}

.price__option__value {
  color: #000;
  font-size: 15.946px;
  font-style: normal;
  font-weight: 400;
  line-height: 170.023%; /* 27.111px */
  letter-spacing: 1.595px;
}

.company {
  margin-top: 64px;
  margin-bottom: 91px;
}

.company__content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.company__contact {
  margin-top: 64px;
}

.company__link {
  border-radius: 15.532px;
  background: #B4965C;
  display: block;
  color: #fff;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
}

.messege {
  background: #F4F7FA;
  padding-top: 62px;
  padding-bottom: 62px;
}

.messege__image {
  margin-top: 30px;
}

.messege__names {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 10px;
}

.messege__job {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.messege__name {
  color: #000;
  font-family: Noto Serif JP;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 72px */
  letter-spacing: 3.6px;
}

.messege__content {
  margin-top: 36px;
  color: #000;
  font-family: Noto Serif JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.6px;
}

.messege__line__up {
  position: relative;
  display: block;
  content: "";
  width: 85%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #B4965C;
  margin-bottom: 30px;
}

.messege__line__bottom {
  position: relative;
  display: block;
  content: "";
  width: 85%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #B4965C;
  margin-top: 53px;
}

.contact {
  margin-top: 60px;
  margin-bottom: 90px;
}

.contact__box {
  margin-bottom: 22px;
}

.contact__lebel {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.contact__box input,
.contact__box textarea {
  width: 100%;
  padding: 5px 10px;
  background: #EDEDED;
}

.must {
  color: #FF2F2F;
  font-size: 10px;
  font-weight: 400;
  margin-left: 8px;
}

.any {
  color: #1B5BFF;
  font-size: 10px;
  font-weight: 400;
  margin-left: 8px;
}

input[type=radio] {
  appearance: auto;
  display: inline;
  width: auto;
  background: #EDEDED;
  color: #EDEDED;
}

.submit__button {
  width: 100%;
  text-align: center;
  display: flex;
  height: 53px;
  padding: 3.048px 74.684px;
  justify-content: center;
  align-items: center;
  gap: 7.621px;
  flex-shrink: 0;
  border-radius: 7.621px;
  background: #B4965C;
  font-family: Noto serif JP, sans-serif;
  color: #fff;
}

footer {
  background: #454F3F;
  color: #fff;
  text-align: center;
  font-size: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  letter-spacing: 1px;
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: gray;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 0px;
  bottom: 0.5rem;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: fixed;
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 101;
  top: 0;
  right: 0;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #666;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
  background: #fff;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
  background: #fff;
}

.header {
  position: relative;
}

nav {
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 100;
  background-color: rgba(180, 151, 92, 0.9137254902);
}

nav.active {
  display: flex;
  animation: LeftAnime 0.6s forwards;
}

nav ul li {
  margin-bottom: 20px;
}

nav ul li a {
  color: #fff;
  letter-spacing: 5px;
  font-family: "Noto serif JP";
}

nav ul li:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .title {
    /* 縦書きの指定（各プラウザに対応するためのベンダーフィックスを設定 */
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; /* Chrome,Safari用 */
    -ms-writing-mode: tb-rl; /* IE用 */
    font-size: 32px;
  }
  .sub__title {
    font-size: 24px;
    font-style: normal;
    font-family: "Noto Serif JP";
    font-weight: 400;
    line-height: 167.5%; /* 36.85px */
    letter-spacing: 2.2px;
  }
  .gold {
    font-family: Noto Serif JP;
    background: var(--linear, linear-gradient(180deg, #C8B478 0%, #E2D1AE 51.04%, #C8B478 100%));
    background-clip: text;
    -webkit-background-clip: text;
  }
  .inner {
    padding: 0;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .fv {
    height: 100vh;
  }
  .fv__title__box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .fv__slide01 {
    background-image: url(../images/fv-02.jpg);
  }
  .fv__head__title {
    font-size: 30px;
  }
  .fv__head__title2 {
    font-size: 27px;
  }
  .fv__bottom__title {
    font-size: 72px;
  }
  .fv__contact {
    position: fixed;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10vh;
    background-color: #B4965C;
    border-radius: 5px;
  }
  .fv__contact a {
    font-size: 18px;
    padding: 1em;
  }
  .about {
    margin-top: 90px;
    display: flex;
    flex-direction: row-reverse;
  }
  .about__inner {
    padding-left: 90px;
    padding-right: 2rem;
  }
  .about__content {
    margin-top: 20px;
    color: #666;
    font-family: Noto Serif JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 1.6px;
  }
  .about__gallely {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .about__gallely img {
    width: 50%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
  .point {
    margin-top: 90px;
    display: flex;
  }
  .point__title {
    margin-right: 50px;
  }
  .point__inner {
    padding-right: 90px;
    padding-left: 2rem;
  }
  .point__sub__title:not(:first-of-type) {
    margin-top: 50px;
  }
  .point__sub__title {
    position: relative;
    padding-left: 30px;
  }
  .point__sub__title span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .point__image {
    display: flex;
    justify-content: center;
  }
  .point__image img {
    object-fit: cover;
    aspect-ratio: 2/1;
    width: 50%;
  }
  .point_content {
    margin-top: 15px;
    color: #000;
    font-family: Noto Serif JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 1.6px;
    list-style: circle;
    margin-left: 10px;
  }
  .voice {
    padding-top: 120px;
    background: url(../images/back-02.png);
    background-size: cover;
  }
  .voice__big__inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .voice__title {
    font-family: Trajan Pro 3;
    font-size: 32px;
    margin-left: 2rem;
    margin-right: 90px;
  }
  .voice__box {
    position: relative;
  }
  .voice__subtitle {
    position: absolute;
    bottom: -40%;
    left: 35%;
    transform: translate(-50%, 50%);
    /* 縦書きの指定（各プラウザに対応するためのベンダーフィックスを設定 */
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl; /* Chrome,Safari用 */
    -ms-writing-mode: tb-rl; /* IE用 */
  }
  .voice__items {
    margin-top: 44px;
  }
  .voice__item {
    display: flex;
  }
  .voice__left {
    width: 25%;
  }
  .voice__right {
    width: 70%;
  }
  .voice__item:last-child {
    margin-bottom: 0;
  }
  .voice_name {
    text-align: left;
    padding-right: 5px;
    margin-bottom: 20px;
    color: #000;
  }
  .voice__image {
    background: #D9D9D9;
    object-fit: cover;
    transform: scale(0.9);
  }
  .voice__sick {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #E2E2E2;
    width: auto;
    margin-left: 0;
    padding: auto;
  }
  .voice__sick_content {
    color: #000;
    font-family: Noto Serif JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 30.604px */
    letter-spacing: 1.8px;
  }
  .voice__item__title {
    display: inline-flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--linear, linear-gradient(180deg, #C8B478 0%, #E2D1AE 51.04%, #C8B478 100%));
    color: #000;
    font-family: Noto Serif JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.023%; /* 27.204px */
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .voice__item__text {
    color: #000;
    font-family: Noto Serif JP;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 1.6px;
    margin-bottom: 30px;
  }
  .effect {
    background: #F4F7FA;
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .effect__title {
    writing-mode: horizontal-tb;
  }
  .effect__items {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
  }
  .effect__item {
    margin-top: 0px;
    width: 30%;
  }
  .effect__item:first-child {
    margin-top: 0;
  }
  .effect__image {
    aspect-ratio: 9/6;
    object-fit: cover;
  }
  .effect__subtitle {
    width: 500px;
    margin: 80px auto 40px;
  }
  .effect__biyou {
    width: 500px;
    margin: 80px auto 40px;
  }
  .effect__skin {
    width: 500px;
    margin: 80px auto 40px;
  }
  .before-after {
    background: #F4F7FA;
    padding-bottom: 66px;
  }
  .before-after__title {
    writing-mode: horizontal-tb;
  }
  .before-after__images {
    width: 100%;
    margin-top: 46px;
  }
  .before-after__image {
    margin-bottom: 40px;
  }
  .before-after__imgbox {
    height: 450px;
  }
  .before-after__image img {
    width: 100%;
    object-fit: contain;
  }
  .before-after__text {
    padding: 2rem 3rem;
  }
  .step {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .step__big__inenr {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .step__title {
    margin-right: 90px;
    margin-left: 2rem;
  }
  .step__flow {
    text-align: left;
  }
  .step__item {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  .step__item__image {
    width: 30%;
    object-fit: cover;
    aspect-ratio: 4/3;
  }
  .step__item__content {
    width: 70%;
    font-family: Noto serif JP, sans-serif;
    font-size: 18px;
  }
  .step__item__step {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.023%; /* 34.005px */
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  .step__item__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.023%; /* 27.204px */
    letter-spacing: 1.6px;
  }
  .price {
    background-image: url(/images/back-02.png);
    background-repeat: repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .price__title {
    writing-mode: horizontal-tb;
  }
  .price__item {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .price__image {
    margin-top: 25px;
    margin-bottom: 18px;
    width: 35%;
  }
  .price__content {
    width: 65%;
  }
  .price__value {
    text-align: left;
    font-size: 36px;
  }
  .price__menu {
    margin-top: 28px;
    color: #000;
    font-size: 17.718px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.023%; /* 30.124px */
    letter-spacing: 1.772px;
  }
  .price__option {
    margin-top: 18px;
  }
  .price__option__title {
    padding: 6px 9px;
    display: inline;
    border-radius: 7.087px;
    background: #434B3E;
    color: #fff;
  }
  .price__option__value {
    color: #000;
    font-size: 15.946px;
    font-style: normal;
    font-weight: 400;
    line-height: 170.023%; /* 27.111px */
    letter-spacing: 1.595px;
    margin-top: 10px;
  }
  .company {
    margin-top: 90px;
    margin-bottom: 91px;
  }
  .company__big__inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .company__title {
    margin-right: 90px;
    margin-left: 2rem;
  }
  .company__content {
    font-size: 18px;
  }
  .company__contact {
    margin-top: 64px;
  }
  .company__link {
    max-width: 300px;
    margin: auto;
  }
  .messege {
    background: #F4F7FA;
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .messege__inner {
    padding: 0 2rem;
  }
  .messege__title {
    writing-mode: horizontal-tb;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .messege__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .messege__image {
    margin-top: 30px;
    width: 30%;
  }
  .messege__image img {
    object-fit: cover;
  }
  .messege__text__box {
    width: 65%;
  }
  .messege__names {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 3rem;
    margin-top: 10px;
  }
  .messege__job {
    font-size: 24px;
  }
  .messege__name {
    font-size: 60px;
  }
  .messege__content {
    font-size: 18px;
  }
  .messege__line__up {
    width: 100%;
  }
  .messege__line__bottom {
    width: 100%;
  }
  .contact {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  .contact__inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .contact__title {
    writing-mode: horizontal-tb;
  }
  .contact__box {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .contact__lebel {
    display: flex;
    align-items: center;
  }
  .contact__box label {
    font-family: Noto serif JP, sans-serif;
  }
  .contact__box input,
  .contact__box textarea {
    width: 100%;
    padding: 5px 10px;
    background: #EDEDED;
  }
  .must {
    color: #FF2F2F;
    font-size: 10px;
    font-weight: 400;
    margin-left: 8px;
  }
  .any {
    color: #1B5BFF;
    font-size: 10px;
    font-weight: 400;
    margin-left: 8px;
  }
  input[type=radio] {
    appearance: auto;
    display: inline;
    width: auto;
    background: #EDEDED;
    color: #EDEDED;
  }
  .submit__button {
    width: 100%;
    max-width: 300px;
  }
  footer {
    background: #454F3F;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
  }
}