@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "yu-mincho-pr6n", sans-serif;
  color: #393327;
  overflow-x: hidden;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media (min-width: 1060px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

/* 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: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          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;
}

.l-about {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 6rem;
  }
}

.l-access {
  margin-block: 56px;
  margin-block: 3.5rem;
}

.l-feature {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-feature {
    margin-top: 6rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1110px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-message {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-message {
    margin-top: 5rem;
  }
}

.l-profile {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .l-profile {
    margin-top: 12rem;
  }
}

.l-question {
  margin: 56px 0;
  margin: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-question {
    margin: 6rem 0;
  }
}

.l-voice {
  margin-top: -32px;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .l-voice {
    margin-top: -4.125rem;
  }
}

.c-hamburger {
  z-index: 9999;
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 1px;
  height: 0.0625rem;
  background: #393327;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 0;
  width: 28px;
  width: 1.75rem;
}

.c-hamburger span:nth-child(2) {
  margin: 9px 0;
  margin: 0.5625rem 0;
  width: 22px;
  width: 1.375rem;
}

.c-hamburger span:nth-child(3) {
  top: 0;
  width: 15px;
  width: 0.9375rem;
}

/*is-OPEN時の動き*/
.c-hamburger.is-open span:nth-child(1) {
  top: 9px;
  top: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger.is-open span:nth-child(3) {
  top: -11px;
  top: -0.6875rem;
  width: 28px;
  width: 1.75rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-section {
  font-family: "Lora", serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-section {
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }
}

.c-section--accent {
  position: relative;
}

.c-section--accent::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-section--accent::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21.25rem;
    height: 0.0375rem;
    background-color: black;
    margin-left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.c-section__sub {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-section__sub {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1;
  }
}

.c-sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.c-sns__item {
  width: 40px;
  width: 2.5rem;
}

.c-to-top {
  position: fixed;
  right: 10px;
  right: 0.625rem;
  bottom: 10px;
  bottom: 0.625rem;
}

.c-to-top a {
  display: block;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #333;
  position: relative;
}

.c-to-top a span {
  position: absolute;
  color: #fff;
  background-color: transparent;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
          transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
}

.pc-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
    text-transform: uppercase;
    height: inherit;
  }
}

.pc-nav__items {
  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;
  height: inherit;
}

.pc-nav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  height: inherit;
  padding-block: 10px;
  padding-block: 0.625rem;
}

.pc-nav__item a {
  padding-block: 10px;
  padding-block: 0.625rem;
  margin-inline: 18px;
  margin-inline: 1.125rem;
  height: inherit;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  position: relative;
}

.pc-nav__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #393327;
  bottom: 1px;
  bottom: 0.0625rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.sp-nav {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-nav.is-open {
  right: 0;
}

.sp-nav__items {
  padding-top: 127px;
  padding-top: 7.9375rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  height: 100vh;
  overflow: scroll;
}

.sp-nav__item a {
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
  letter-spacing: 0.01em;
}

.js-text-effect-trigger {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
}

.js-text-effect {
  position: relative;
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  --transformX: 0px;
}

.js-text-effect::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #393327;
  top: 0;
  left: 0;
  -webkit-transform: translateX(var(--transformX));
          transform: translateX(var(--transformX));
}

.p-about__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #8B6C3A;
  font-family: "Lora", serif;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.p-about__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    margin-top: 5rem;
  }
}

.p-about__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

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

@media screen and (min-width: 768px) {
  .p-about__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-about__item:nth-child(n+1) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__item:nth-child(n+1) {
    margin-top: 5rem;
  }
}

.p-p-about__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-p-about__img {
    width: 28.125rem;
    max-width: 100%;
  }
}

.p-p-about__img::before {
  display: block;
  content: "";
  padding-top: 66.5671641791%;
}

.p-p-about__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    width: 32.0625rem;
    max-width: 100%;
  }
}

.p-about__content-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-about__content-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about__content-text {
    margin-top: 1.25rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-about__content-subtext {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about__content-subtext {
    margin-top: 1.0625rem;
    font-size: 1rem;
    text-align: right;
  }
}

.p-access__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__contents {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.375rem;
  }
}

.p-access__content-box {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.p-access__title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: 1.5rem;
  }
}

.p-access__sub-title {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-access__sub-title {
    margin-top: 1rem;
  }
}

.p-access__address {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-style: inherit;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-access__address {
    margin-top: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-access__description {
  margin-top: 12px;
  margin-top: 0.75rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-access__description {
    margin-top: 2rem;
    letter-spacing: 0.1em;
  }
}

.p-access__tel {
  margin-top: 12px;
  margin-top: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-access__tel {
    margin-top: 2.5rem;
  }
}

.p-access__time {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-access__time {
    margin-top: 2.5rem;
  }
}

.p-access__map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 520/390;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    margin: inherit;
    width: 32.5rem;
    max-width: 100%;
    margin-top: 0;
    position: relative;
  }
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-campaign {
  padding: 56px 0;
  padding: 3.5rem 0;
  position: relative;
  background-image: url(../images/common/gym-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-campaign {
    padding: 6rem 0;
  }
}

.p-campaign::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
}

.p-campaign__contents {
  background-color: #fff;
  border: 1px solid #8B6C3A;
  padding: 40px 0;
  padding: 2.5rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-campaign__contents {
    padding: 4rem 0;
  }
}

.p-campaign__contents-inner {
  width: 400px;
  width: 25rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-campaign__contents-inner {
    width: 55.125rem;
    max-width: 100%;
  }
}

.p-campaign__title {
  color: #8B6C3A;
  margin: 0 9px;
  margin: 0 0.5625rem;
  padding: 12px 9px 12px 11px;
  padding: 0.75rem 0.5625rem 0.75rem 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-top: 1px solid #8B6C3A;
  border-bottom: 1px solid #8B6C3A;
}
@media screen and (min-width: 768px) {
  .p-campaign__title {
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
}

.p-campaign__contents-box {
  width: 606px;
  width: 37.875rem;
  max-width: 100%;
  margin: auto;
}

.p-campaign__exclusive {
  width: 124px;
  width: 7.75rem;
  max-width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__exclusive {
    width: 14.75rem;
    max-width: 100%;
    margin-top: 2.875rem;
    margin-right: -1rem;
  }
}

.p-campaign__course {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-left: 59px;
  padding-left: 3.6875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-campaign__course {
    font-size: 1.75rem;
    line-height: 1;
    padding-left: 0;
  }
}

.p-campaign__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 59px;
  padding: 0 3.6875rem;
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__content {
    margin-top: -3rem;
    padding: 0;
  }
}

.p-campaign__normal {
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .p-campaign__normal-header {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__normal-footer {
    font-size: 2.25rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__normal-footer span {
    font-size: 1.125rem;
  }
}

.p-campaign__arrow {
  width: 24px;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__arrow {
    width: 3.0625rem;
  }
}

.p-campaign__price {
  color: #8B6C3A;
  font-size: 80px;
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__price {
    font-size: 10rem;
  }
}

.p-campaign__price span {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__price span {
    font-size: 2.5rem;
  }
}

.p-campaign__period {
  padding: 32px 57px;
  padding: 2rem 3.5625rem;
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__period {
    margin-top: -3rem;
    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;
  }
}

.p-campaign__period-box {
  border: 1px solid #393327;
  padding: 5px 7px 6px 6px;
  padding: 0.3125rem 0.4375rem 0.375rem 0.375rem;
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-campaign__period-box {
    padding: 0.5625rem 1rem 0.5625rem 0.9375rem;
  }
}

.p-campaign__period-date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-campaign__period-date {
    margin-left: 1.25rem;
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.p-campaign__btn {
  width: 650px;
  width: 40.625rem;
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

@media (hover: hover) {
  .p-campaign__btn:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-campaign__btn::after:hover {
    right: 0.625rem;
  }
}
.p-campaign__btn a {
  display: inline-block;
  color: #fff;
  padding: 20px 33px;
  padding: 1.25rem 2.0625rem;
  background: linear-gradient(265.98deg, #8B6C3A 23.24%, #B19464 55.28%, #8B6C3A 85.32%, #8B6C3A 85.32%);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .16);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, .16);
  border-radius: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-campaign__btn a {
    font-size: 1.75rem;
    padding: 1.75rem 5.0625rem 1.5625rem 4.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__btn a::after {
    content: "";
    margin: auto;
    position: absolute;
    background-image: url(../images/common/arrow-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 3rem;
    width: 1rem;
    height: 1.6875rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__btn a:hover::after {
    right: 1.75rem;
  }
}

.p-feature__main-text {
  color: #8B6C3A;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__main-text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-feature__arrow {
  padding-top: 40px;
  padding-top: 2.5rem;
  width: 30px;
  width: 1.875rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__arrow {
    width: 3.5rem;
    max-width: 100%;
  }
}

.p-feature__section {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-feature__section {
    margin-top: 4.625rem;
  }
}

.p-feature__section-sub {
  text-align: center;
}

.p-feature__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__contents {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.3125rem;
  }
}

.p-feature__item:nth-child(n+1) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__item:nth-child(n+1) {
    margin-top: 5rem;
  }
}

.p-feature__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__img {
    width: 40.9090909091%;
  }
}

.p-feature__img::before {
  display: block;
  content: "";
  padding-top: 73.4328358209%;
}

.p-feature__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-voice__content {
    width: 49.0909090909%;
  }
}

.p-feature__box {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__box {
    width: 33.75rem;
    max-width: 100%;
  }
}

.p-feature__box-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  border-left: 1px solid #8B6C3A;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-feature__box-title {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    line-height: 1.7857142857;
  }
}

.p-feature__box-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-feature__box-text {
    margin-top: 2rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-feature__bottom-img {
  padding-top: 56px;
  padding-top: 3.5rem;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-feature__bottom-img {
    padding-top: 6rem;
  }
}

.p-flow {
  background-color: #FAFAFA;
  padding: 56px 0;
  padding: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 6rem 0;
  }
}

.p-flow__items {
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow__items {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
  }
}

.p-flow__item {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    width: 18.75rem;
    max-width: 100%;
  }
}

.p-flow__item:nth-child(n+1) {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-flow__header {
  position: relative;
}

.p-flow__header::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.p-flow__header img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow__bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-flow__step {
  color: #8B6C3A;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-flow__title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 1.375rem;
  }
}

.p-flow__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    margin-top: 1rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-footer {
  background-color: #FAFAFA;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  width: 76px;
  width: 4.75rem;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 8.125rem;
    margin: inherit;
  }
}

.p-footer__content-box {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__content-box {
    margin-top: 0;
  }
}

.p-footer__items {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}

.p-footer__item {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-footer__item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #8B6C3A;
}

.p-footer__item:nth-child(n+1) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item:nth-child(n+1) {
    margin-top: 0;
  }
}

.p-footer__item a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    padding-block: 0.375rem;
  }
}

.p-footer__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #393327;
  bottom: -1px;
  bottom: -0.0625rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-footer__sns-items {
  margin-top: 32px;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__sns-items {
    margin-top: 2.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4rem;
  }
}

.p-footer__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.p-footer__copylight {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-header {
  height: 68px;
  height: 4.25rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 7.5rem;
  }
}

.p-header__inner.l-inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-header__inner.l-inner {
    padding: 0 2.1875rem;
  }
}

.p-header__contents {
  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;
  height: inherit;
}

.p-header__logo {
  width: 76px;
  width: 4.75rem;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 8.125rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__wrapper {
    display: none;
  }
}

.p-header__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__btn {
  z-index: 9999;
}

.p-header__btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__btn a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 28px;
  padding: 0.75rem 1.75rem;
  letter-spacing: 0.2em;
  background: linear-gradient(258.82deg, #8B6C3A 21.4%, #B19464 58.78%, #8B6C3A 96.8%);
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-header__btn a {
    font-size: 1rem;
    letter-spacing: 0.02em;
    padding: 1.125rem 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-message__inner.l-inner {
    padding-left: 5.5625rem;
    padding-right: 5.8125rem;
  }
}

.p-message__contents {
  border: 1px solid #8B6C3A;
  padding: 24px 20px;
  padding: 1.5rem 1.25rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-message__contents {
    padding: 4rem 5.5rem;
    margin-bottom: 6rem;
  }
}

.p-message__contents-title {
  font-family: "Allura", cursive;
  color: #8B6C3A;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__contents-title {
    font-size: 3.5rem;
  }
}

.p-message__contents-text {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-message__contents-text {
    margin-top: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-message__content {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-message__content {
    position: relative;
  }
}

.p-message__content-box {
  padding: 40px 20px 56px;
  padding: 2.5rem 1.25rem 3.5rem;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .p-message__content-box {
    position: absolute;
    top: 50%;
    left: 17.4375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    background-color: initial;
  }
}

.p-message__content-title {
  color: #1A1A1A;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-message__content-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-message__items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-message__item {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .p-message__item-text {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
}

.p-message__item::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/ph_check-square-offset-thin.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  width: 1.5rem;
  height: 100%;
  left: 0;
}

.p-mv {
  background-image: url(../images/common/mv-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 30%;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-top: 7.5rem;
    background-image: url(../images/common/mv-bg.jpg);
    background-position: center center;
  }
}

.p-mv__contents {
  padding: 40px 0 400px;
  padding: 2.5rem 0 25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mv__contents {
    text-align: left;
    padding: 14rem 0 17rem 8.8125rem;
  }
}

.p-mv__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 1.875rem;
  }
}

.p-mv__sub-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mv__sub-title {
    margin-top: 2rem;
  }
}

.p-price {
  padding: 56px 0;
  padding: 3.5rem 0;
  background-image: url(../images/common/price-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price {
    padding: 6rem 0;
  }
}

.p-price__month {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: #8B6C3A;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__month {
    margin-top: 5rem;
    font-size: 4.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-price__month-top {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 0.9090909091;
}
@media screen and (min-width: 768px) {
  .p-price__month-top {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

.p-price__month-en {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-price__month-en {
    font-size: 3.5rem;
  }
}

.p-price__month-tax {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price__month-tax {
    font-size: 1.875rem;
  }
}

.p-price__title {
  margin-top: 32px;
  margin-top: 2rem;
  color: #8B6C3A;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-price__title {
    margin-top: 2.25rem;
    font-size: 1.5rem;
  }
}

.p-price__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  color: #8B6C3A;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-price__kailani {
  margin-top: 33px;
  margin-top: 2.0625rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-price__kailani {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-profile__inner.l-inner {
    padding-left: 5.5625rem;
    padding-right: 5.8125rem;
  }
}

.p-p-profile__section-block {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-profile__section {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-profile__section-sub {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-profile__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__contents {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .p-profile__img {
    width: 22.5rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-profile__content {
    margin-left: 5.625rem;
    width: 26.75rem;
    max-width: 100%;
  }
}

.p-profile__content-header {
  margin-top: 32px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-profile__content-header {
    margin-top: 0;
  }
}

.p-profile__name {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-profile__sns-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
}

.p-profile__sns-item {
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__sns-item {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.p-profile__content-body {
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-profile__content-body {
    margin-top: 2rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-question__inner.l-inner {
    padding: 0 7.1875rem;
  }
}

.p-question__section {
  text-align: center;
}

.p-question__section-sub {
  text-align: center;
}

.p-question__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-question__items {
    margin-top: 5rem;
  }
}

.p-question__item {
  letter-spacing: 0.02em;
  line-height: 1.8;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (min-width: 768px) {
  .p-question__item {
    line-height: 2;
  }
}

.p-question__item:nth-child(n+1) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-question__item:nth-child(n+1) {
    margin-top: 2.5rem;
  }
}

.p-question__item:last-child {
  border: none;
}

.p-question__item-box {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-question__item-box {
    padding-bottom: 2.5rem;
    width: 50.9375rem;
    max-width: 100%;
    margin: auto;
  }
}

.p-question__title {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-question__title {
    padding-left: 2.5625rem;
  }
}

.p-question__title::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8B6C3A;
}

.p-question__answer {
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-question__answer {
    margin-top: 2.25rem;
    padding-left: 2.5625rem;
  }
}

.p-question__answer::after {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-voice {
  padding: 88px 0 56px;
  padding: 5.5rem 0 3.5rem;
  background-image: url(/images/common/voice-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding: 6rem 0;
    background-image: url(/images/common/voice-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-voice__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-voice__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-voice__item:nth-child(n+1) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(n+1) {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 0;
  }
}

.p-p-voice__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-p-voice__img {
    width: 28.125rem;
    max-width: 100%;
  }
}

.p-p-voice__img::before {
  display: block;
  content: "";
  padding-top: 66.5671641791%;
}

.p-p-voice__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-voice__content {
    width: 33.6875rem;
    max-width: 100%;
    margin-top: 0;
  }
}

.p-voice__content-title {
  color: #8B6C3A;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-voice__content-title {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.p-voice__content-subtext {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-voice__content-subtext {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-voice__content-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-voice__content-text {
    margin-top: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}
/*# sourceMappingURL=styles.css.map */
