@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #473732;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* 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]) {
  text-decoration-skip-ink: auto;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@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;
  }
}
.l-commerce {
  margin-top: -3.125rem;
  padding-top: 9.8125rem;
}
@media screen and (min-width: 768px) {
  .l-commerce {
    margin-top: -4.375rem;
    padding-top: 13.75rem;
  }
}

.l-concept {
  margin-top: -2.25rem;
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .l-concept {
    margin-top: 0;
    padding-bottom: 6.4375rem;
  }
}

.l-cta--1 {
  padding-bottom: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .l-cta--1 {
    padding-bottom: 6rem;
  }
}

.l-cta--2 {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta--2 {
  }
}

.l-cta--3 {
  padding-bottom: 14.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta--3 {
    padding-bottom: 28.125rem;
  }
}

.l-faq {
  padding-bottom: 3.75rem;
		  background:#f6f5f3;
}
@media screen and (min-width: 768px) {
  .l-faq {
    padding-bottom: 5.8125rem;
	  background:#f6f5f3;
  }
}

.l-first-lesson {
  padding-bottom: 10.1875rem;
}
@media screen and (min-width: 768px) {
  .l-first-lesson {
    margin-top: 4.125rem;
    padding-bottom: 19.875rem;
  }
}

.l-footer {
  padding-top: 0.9375rem;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    margin-top: -3.125rem;
    padding-top: 0.0625rem;
    padding-bottom: 0;
  }
}

.l-footer--commerce {
  padding-top: 0;
  margin-top: 10.4375rem;
}
@media screen and (min-width: 768px) {
  .l-footer--commerce {
    margin-top: 20.0625rem;
  }
}

.l-footer--sitepolicy {
  padding-top: 0;
  margin-top: 10.0625rem;
}
@media screen and (min-width: 768px) {
  .l-footer--sitepolicy {
    margin-top: 20.0625rem;
  }
}

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

  .l-inner {
    max-width: 1200px;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
	
}

.l-mv {
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .l-mv {
    margin-top: -4.375rem;
  }
}

.l-price {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-price {
    margin-top: -1.0625rem;
    padding-bottom: 5.9375rem;
  }
}

.l-program {
  padding-bottom: 3.6875rem;
		margin-top: -1.5rem;
	  background:#f6f5f3;
}
@media screen and (min-width: 768px) {
  .l-program {
    padding-bottom: 9.4375rem;
	margin-top: -1.5rem;
	  background:#f6f5f3;
  }
}

@media screen and (min-width: 768px) {
  .l-scroll {
    margin-top: 5.1875rem;
  }
}

.l-sitepolicy {
  margin-top: -3.125rem;
  padding-top: 9.8125rem;
}
@media screen and (min-width: 768px) {
  .l-sitepolicy {
    margin-top: -4.375rem;
    padding-top: 13.75rem;
  }
}

.l-voice {
  margin-top: -1.0625rem;
}

.l-worries {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-worries {
    padding-top: 7.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-cta {
    overflow: hidden;
  }
}

.c-cta--1 {
  background-color: #f7f6f4;
  position: relative;
}

.c-cta--2 {
  position: relative;
  z-index: 50;
}

.c-cta--2::before {
  content: "";
  width: 100%;
  height: 11%;
  position: absolute;
  bottom: -6%;
  left: 0;
  z-index: 30;
  background-image: url(../images/message_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .c-cta--2::before {
    height: 29%;
    bottom: 0;
    background-image: url(../images/message_bg_pc.png);
  }
}

.c-cta--3 {
  position: relative;
  background-color: #fff;
}

.c-cta__image1 {
  width: 100%;
}

.c-cta__image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 772.67/1199.79;
}
@media screen and (min-width: 768px) {
  .c-cta__image1 img {
    aspect-ratio: 1200/650;
  }
}

.c-cta__image2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cta__image2 {
    width: 100%;
    position: relative;
    z-index: 30;
  }
}

.c-cta--2 .c-cta__image2::before,
.c-cta--3 .c-cta__image2::before {
  content: "";
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-cta--2 .c-cta__image2::before,
  .c-cta--3 .c-cta__image2::before {
  }
}


@media screen and (min-width: 768px) {
  .c-cta__image2 img {
  }
}

.c-cta__btn {
  margin: 0.875rem auto 0;
  width: 84.4622395833%;
  max-width: 25rem;
  position: relative;
  z-index: 100;
  font-size: 1.3634375rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  text-shadow: 0 1.6px 3.2px rgba(0, 0, 0, .25);
  background: -webkit-gradient(linear, left bottom, left top, from(#c16954), color-stop(45%, #ce7b67), color-stop(70%, #e39a88), to(#f4b7a8));
  background: linear-gradient(to top, #c16954 0%, #ce7b67 45%, #e39a88 70%, #f4b7a8 100%);
  border-radius: 1.249375rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    margin-top: -4.5rem;
    width: 53.3333333333%;
    max-width: unset;
    border-radius: 4.32625rem;
    font-size: 2.249375rem;
    letter-spacing: 0;
    text-shadow: 0 2.77px 5.54px rgba(0, 0, 0, .25);
  }
}

@media screen and (min-width: 768px) {
  .c-cta__btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-cta__btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

.c-cta__btn::before {
  content: "1分で簡単予約";
  padding: 0.5rem 0;
  width: 57%;
  position: absolute;
  top: -1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.9696875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: none;
  color: #c16954;
  background-color: #fff;
  border: rgb(193, 105, 84) 0.8px solid;
  border-radius: 1.249375rem;
}
@media screen and (min-width: 768px) {
  .c-cta__btn::before {
    width: 37%;
    top: -1.6875rem;
    font-size: 1.763125rem;
    letter-spacing: 0.02em;
    border: rgb(193, 105, 84) 1.38px solid;
    border-radius: 4.32625rem;
  }
}

.c-cta__btn a {
  padding: 1.5rem 0 0.9375rem 1.4375rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-cta__btn a {
    padding: 2.3125rem 0 1.125rem 2.5rem;
  }
}

.c-cta__btn span {
  margin-left: 0.75rem;
  width: 2.5rem;
  height: 0.0625rem;
  display: inline-block;
  position: relative;
  top: -0.5rem;
  background-color: #fff;
  text-shadow: 0 1.6px 3.2px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .c-cta__btn span {
    margin-left: 1.875rem;
    width: 5.4375rem;
    height: 0.173125rem;
    text-shadow: 0 2.77px 5.54px rgba(0, 0, 0, .25);
  }
}

.c-cta__btn span::before {
  content: "";
  width: 0.75rem;
  height: 0.0625rem;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
  text-shadow: 0 1.6px 3.2px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .c-cta__btn span::before {
    width: 1.875rem;
    height: 0.173125rem;
    text-shadow: 0 2.77px 5.54px rgba(0, 0, 0, .25);
  }
}

.c-sub-title {
  margin-left: -0.3125rem;
  position: relative;
  z-index: 150;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .c-sub-title {
    margin-left: 0;
    font-size: 2.1875rem;
  }
}

.c-sub-title--right {
  margin-left: auto;
}

@-moz-document url-prefix() {
  .c-sub-title--right {
    width: 100%;
    margin-left: auto;
  }
}
.c-sub-title--right::before {
  right: -0.375rem;
}

.c-sub-title::before {
  content: "";
  width: 0.0625rem;
  height: 86%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #473732), color-stop(20%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 20%, #dfdfdf 20%);
}
@media screen and (min-width: 768px) {
  .c-sub-title::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #473732), color-stop(25%, #dfdfdf));
    background: linear-gradient(to bottom, #473732 25%, #dfdfdf 25%);
  }
}

.c-title {
  font-size: 1.71875rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3.125rem;
  }
}

.p-access {
  height: 227.0833333333vw;
  max-height: 56.25rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-access {
    height: 99.25vw;
    max-height: 74.4375rem;
  }
}

.p-access::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/access_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-access::before {
    background-image: url(../images/access_bg_pc.png);
  }
}

.p-access::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background-image: url(../images/access_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-access::after {
    background-image: url(../images/access_bg_pc.png);
  }
}

.p-access__title {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    margin-top: 13.25rem;
  }
}

.p-access__sub-title {
  top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-access__sub-title {
    top: 1.75rem;
  }
}

.p-access__sub-title::before {
  height: 105%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #473732), color-stop(78%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 78%, #dfdfdf 78%);
}

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

.p-access iframe {
  margin-top: 3.125rem;
  width: 100%;
  height: 11.7853125rem;
  border-radius: 0.38375rem;
}
@media screen and (min-width: 768px) {
  .p-access iframe {
    margin-top: 0;
    width: 48.3333333333%;
    height: 19.1875rem;
    border-radius: 0.625rem;
  }
}

.p-access__contents {
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-access__contents {
    margin-top: 0;
    padding-top: 0.1875rem;
    width: 43%;
  }
}

.p-access__text {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-access__text {
    font-size: 1.5625rem;
  }
}

.p-access__text-small {
  margin-top: 1.9375rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .p-access__text-small {
    margin-top: 4.1875rem;
    font-size: 1rem;
    line-height: unset;
  }
}

.p-access__text-small + p {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-access__text-small + p {
    margin-top: 1.0625rem;
  }
}

.p-commerce-body {
  background-color: #fff;
}

.p-commerce {
  position: relative;
}

.p-commerce::before {
  content: "";
  width: 100%;
  height: 27%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-commerce::before {
    height: 25%;
    background-image: url(../images/header_bg_pc.png);
  }
}

.p-commerce__title {
  position: relative;
  font-size: 0.78125rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-commerce__title {
    font-size: 1rem;
  }
}

.p-commerce__title::before {
  content: attr(data-en);
  position: absolute;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.09375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-commerce__title::before {
    top: -3.125rem;
    font-size: 2.1875rem;
  }
}

.p-commerce__wrapper {
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-commerce__wrapper {
    margin-top: 11.25rem;
  }
}

.p-commerce__list:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-commerce__list:not(:first-child) {
    margin-top: 2.375rem;
  }
}

.p-commerce__list dt {
  font-size: 0.78125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-commerce__list dt {
    font-size: 1.25rem;
  }
}

.p-commerce__list dd {
  font-size: 0.78125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-commerce__list dd {
    font-size: 1rem;
  }
}

.p-concept-sub-title {
  top: -4.3125rem;
}
@media screen and (min-width: 768px) {
  .p-concept-sub-title {
    top: -8.9375rem;
  }
}

.p-concept {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-concept__title {
    margin-top: 0.375rem;
  }
}

.p-concept__catch {
  margin-top: 4.9375rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-concept__catch {
    margin-top: 10.0625rem;
  }
}

.p-concept__catch::before {
  content: "";
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 330%;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
  background-color: #fdf4f4;
}

.p-concept__catch-text {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6325;
  letter-spacing: 0.19em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept__catch-text {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.686;
    letter-spacing: 0.1em;
  }
}

.p-concept__catch-text::before,
.p-concept__catch-text::after {
  content: "“";
  position: absolute;
  font-size: 5.3265625rem;
  font-family: "Noto Serif JP", serif;
  line-height: 0.2481666178;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, .8);
}
@media screen and (min-width: 768px) {
  .p-concept__catch-text::before,
  .p-concept__catch-text::after {
    font-size: 10.653125rem;
  }
}

.p-concept__catch-text::before {
  top: 1.25rem;
  left: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-concept__catch-text::before {
    top: 0.9375rem;
    left: -4.5625rem;
  }
}

.p-concept__catch-text::after {
  top: 3.5rem;
  right: -2.1875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-concept__catch-text::after {
    top: 5.4375rem;
    right: -4.75rem;
  }
}

.p-concept__image {
  margin: 0 auto;
  width: 76%;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-concept__image {
    margin: 0.875rem auto 0;
    width: 85%;
  }
	
}

.p-concept__image img {
  width: 100%;
  height: 100%;

}
@media screen and (min-width: 768px) {
  .p-concept__image img {

  }
}

.p-concept__list {
  margin-top: 2.375rem;
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .p-concept__list {
    margin-top: 4.8125rem;
  }
}

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

.p-concept__item:not(:first-child) {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-concept__item:not(:first-child) {
    margin-top: 6.5rem;
  }
}

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

.p-concept__item-number {
  font-size: 1.40625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #af8314;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept__item-number {
    position: relative;
    font-size: 1.875rem;
  }
}

.p-concept__item-number::before {
  counter-increment: number 1;
  content: "0" counter(number) "";
}

@media screen and (min-width: 768px) {
  .p-concept__item-number::after {
    content: "";
    width: 0.0625rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0.0625rem;
    right: -1.375rem;
    background-color: #473732;
  }
}

.p-concept__item-number span {
  margin-top: -1rem;
  display: block;
}

.p-concept__item-number span::before {
  content: "";
  width: 43%;
  height: 0.0625rem;
  display: block;
  background-color: #473732;
}
@media screen and (min-width: 768px) {
  .p-concept__item-number span::before {
    display: none;
  }
}

.p-concept__item-number span::after {
  content: "";
  margin-top: -0.0625rem;
  margin-left: 57%;
  width: 43%;
  height: 0.0625rem;
  display: block;
  background-color: #473732;
}
@media screen and (min-width: 768px) {
  .p-concept__item-number span::after {
    display: none;
  }
}

.p-concept__item-title {
  margin-top: 1.25rem;
  font-size: 1.09375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7142857143;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept__item-title {
    margin-top: 0;
    font-size: 1.5625rem;
    line-height: 1.6;
    text-align: start;
  }
}

.p-concept__item-image {
  margin-top: 0.875rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-concept__item-image {
    width: 48.6458333333%;
  }
}

.p-concept__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 647.25/372.59;
}
@media screen and (min-width: 768px) {
  .p-concept__item-image img {
    aspect-ratio: 467/320;
  }
}

.p-concept__item-contents {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-concept__item-contents {
    margin-top: 0;
    padding-top: 0.875rem;
    width: 48.6458333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.625rem;
  }
}

.p-concept__item-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-concept__item-text {
    margin-top: 1.3125rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in--delay1 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.fade-in--delay2 {
  -webkit-transition-delay: 2500ms;
          transition-delay: 2500ms;
}

.fade-in--delay3 {
  -webkit-transition-delay: 3200ms;
          transition-delay: 3200ms;
}

.fade-in--delay4 {
  -webkit-transition-delay: 3700ms;
          transition-delay: 3700ms;
}

.fade-in--delay5 {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-up2 {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-faq__title {
  margin-top: 1.0625rem;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__title {
    margin-top: 7.0625rem;
    font-size: 3.125rem;
  }
}

.p-faq__sub-title {
  top: -4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__sub-title {
    top: -9.375rem;
  }
}

.p-faq__sub-title::before {
  height: 215%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(89%, #473732), color-stop(89%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 89%, #dfdfdf 89%);
}

.p-faq__list {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    margin-top: 6.25rem;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.p-faq__question {
  padding: 1.3125rem 2rem 0.75rem 1.375rem;
  background-color: #efebe9;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 1.3125rem 1.875rem 1.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.125rem;
    border-radius: 0.625rem;
  }
}

.p-faq__question.open {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-faq__question.open {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__question::after {
    content: "";
    width: 0.0625rem;
    height: 52%;
    position: absolute;
    top: 1.25rem;
    background-color: #473732;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__question.open::after {
    height: 65%;
  }
}

.p-faq__question-icon {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-faq__question-icon {
    margin-left: 1.25rem;
    font-size: 1.5625rem;
  }
}

.p-faq__question-text {
  margin-top: 0.6875rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-faq__question-text {
    font-size: 1rem;
  }
}

.p-faq__answer {
  padding: 0.5625rem 8% 1.5rem 1.375rem;
  position: relative;
  background-color: #efebe9;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    margin-top: -1.0625rem;
    padding: 0.375rem 1.875rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-faq__answer::before {
  content: "";
  width: 86%;
  height: 0.03125rem;
  position: absolute;
  top: -0.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq__answer::before {
    width: 0.0625rem;
    height: 75%;
    top: -0.125rem;
  }
}

.p-faq__question.open + .p-faq__answer {
  border-radius: 0 0 0.3125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question.open + .p-faq__answer {
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

.p-faq__answer-icon {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-icon {
    margin-left: 1.375rem;
    font-size: 1.25rem;
  }
}

.p-faq__answer-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-faq__answer-text {
    font-size: 1rem;
    line-height: unset;
    letter-spacing: unset;
  }
}

.js-accordion-title {
  position: relative;
  cursor: pointer;
}

.js-accordion-title:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.6875rem;
  right: 1.75rem;
  border-top: 1px solid #473732;
  border-right: 1px solid #473732;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .js-accordion-title:before {
    width: 1.4375rem;
    height: 1.4375rem;
    top: 1.25rem;
    right: 2.5625rem;
  }
}

.js-accordion-title.open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .js-accordion-title.open:before {
    top: 2.375rem;
  }
}

.p-first-lesson {
  position: relative;
  z-index: 50;
}

.p-first-lesson::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/lesson_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-first-lesson::before {
    background-image: url(../images/lesson_bg_pc.png);
  }
}

.p-first-lesson::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  background-image: url(../images/lesson_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-first-lesson::after {
    background-image: url(../images/lesson_bg_pc.png);
  }
}

.p-first-lesson__title {
  margin-top: -1.5rem;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__title {
    margin-top: 6.25rem;
  }
}

.p-first-lesson__sub-title {
  top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__sub-title {
    top: 1.875rem;
  }
}

.p-first-lesson__sub-title::before {
  height: 57%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #473732), color-stop(30%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 30%, #dfdfdf 30%);
}

.p-first-lesson__text {
  margin: 2.6875rem auto 0;
  padding: 0.75rem 2.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  border: rgb(71, 55, 50) 1.4px solid;
  border-radius: 2.185rem;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__text {
    margin-top: 6.125rem;
    padding: 0.9375rem 3.125rem;
    font-size: 1.51375rem;
    border: 1px solid #473732;
    border-radius: 3.125rem;
  }
}

.p-first-lesson__list {
  margin-top: 3.625rem;
  counter-reset: number 0;
}

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

.p-first-lesson__item:not(:first-child) {
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__item:not(:first-child) {
    margin-top: 1.125rem;
  }
}

.p-first-lesson__titles {
  padding-left: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-first-lesson__contents {
    width: 54.7916666667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem;
  }
}

.p-first-lesson__number {
  padding: 0.625rem 0.625rem 0.625rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.09375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: #f7f6f4;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__number {
    padding: 1.3125rem 1.375rem 1.3125rem 1.5rem;
    -webkit-transform: translateY(0.625rem);
            transform: translateY(0.625rem);
    font-size: 2.1875rem;
  }
}

.p-first-lesson__number::before {
  counter-increment: number 1;
  content: "0" counter(number) "";
}

@media screen and (min-width: 768px) {
  .p-first-lesson__item:not(:last-child) .p-first-lesson__number::after {
    content: "";
    width: 0.1875rem;
    height: 160%;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #f7f6f4;
  }
}

.p-first-lesson__texts {
  margin-top: 1.0625rem;
}

.p-first-lesson__item-title {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__item-title {
    font-size: 1.5625rem;
  }
}

.p-first-lesson__item-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__item-text {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: unset;
  }
}

.p-first-lesson__image {
  margin-top: 0.75rem;
  width: 100%;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__image {
    width: 42.8125%;
  }
}

.p-first-lesson__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 648/360;
}
@media screen and (min-width: 768px) {
  .p-first-lesson__image img {
    aspect-ratio: 411/211;
  }
}

.p-float {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .p-float {
    width: 100vw;
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

.p-float__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-float__inner {
    padding-right: 7.5rem;
    padding-left: 0.75rem;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.p-float__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-float__btn {
    width: 39.4%;
  }
}

.p-float__net {
  width: 50%;
  position: relative;
  background-color: #b0a19a;
  -webkit-box-shadow: 1.79px 1.79px 7.15px 0 rgba(0, 0, 0, .2);
          box-shadow: 1.79px 1.79px 7.15px 0 rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-float__net {
    max-width: 13.15625rem;
    background-color: #b0a19a;
    -webkit-box-shadow: 0.98px 0.98px 3.93px 0 rgba(0, 0, 0, .2);
            box-shadow: 0.98px 0.98px 3.93px 0 rgba(0, 0, 0, .2);
  }
}

.p-float__net a {
  padding: 0.5625rem 0 0.375rem;
  display: block;
}

.p-float__net-title,
.p-float__line-title {
  position: relative;
  font-size: 1.03125rem;
  font-weight: 400;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-float__net-title,
  .p-float__line-title {
    font-size: 1.13375rem;
    border-radius: 0.34375rem;
  }
}

.p-float__net::before,
.p-float__line::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 45%;
  right: 6%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-float__net::before,
  .p-float__line::before {
    top: 42%;
  }
}

.p-float__net-title {
  margin: 0 auto;
  padding: 0.125rem 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  color: #b0a19a;
}
.p-float__net-text,
.p-float__line-text {
  font-size: 0.78125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-float__net-text,
  .p-float__line-text {
    font-size: 0.85875rem;
  }
}

.p-float__net-text {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-float__net-text {
    margin-top: 0.3125rem;
  }
}

.p-float__line {
  width: 50%;
  position: relative;
	background:#55b255 !important;
  -webkit-box-shadow: 1.79px 1.79px 7.15px 0 rgba(0, 0, 0, .2);
          box-shadow: 1.79px 1.79px 7.15px 0 rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-float__line {
    max-width: 13.15625rem;
    -webkit-box-shadow: 0.98px 0.98px 3.93px 0 rgba(0, 0, 0, .2);
            box-shadow: 0.98px 0.98px 3.93px 0 rgba(0, 0, 0, .2);
  }
}

.p-float__line a {
  padding: 0.5625rem 0 0.375rem;
  display: block;
}

.p-float__line-title {
  margin: 0 auto;
  padding: 0.125rem 2.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #55b255;
}
@media screen and (min-width: 768px) {
  .p-float__line-title {
    padding: 0.125rem 2.9375rem;
  }
}

.p-float__line-text {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-float__line-text {
    margin-top: 0.3125rem;
  }
}

.p-footer {
  position: relative;
  z-index: 50;
}

.p-footer::before {
  content: "";
  width: 100%;
  height: 120%;
  position: absolute;
  top: -9.0625rem;
  left: 0;
  z-index: -1;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-footer::before {
    height: 127%;
    top: -15rem;
    background-image: url(../images/footer_bg_pc.png);
  }
}

@media screen and (min-width: 768px) {
  .p-footer--commerce::before,
  .p-footer--sitepolicy::before {
    height: 190%;
  }
}

.p-footer__inner {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 0 7.5rem;
  }
}

.p-footer__logo {
  width: 34%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 14.0625%;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 239.58/126;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    aspect-ratio: 135/71;
  }
}

.p-footer__nav {
  margin-top: 0.5625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #e0cfc7;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: 1rem;
    margin-left: -0.3125rem;
    padding-top: 1.0625rem;
  }
}

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

.p-footer__nav-item {
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    font-size: 0.9375rem;
  }
}

.p-footer__nav-item a {
  padding: 0.6875rem 0.375rem 0.75rem;
  display: block;
}

.p-footer small {
  margin-top: 2rem;
  padding: 0.4375rem 0;
  display: block;
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #efebe9;
}
@media screen and (min-width: 768px) {
  .p-footer small {
    margin-top: 2.1875rem;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
  }
}

.p-header {
  width: 100vw;
  height: 3.125rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .p-header {
    width: 50%;
    height: 4.375rem;
  }
}

.p-header__inner {
  padding-top: 0.875rem;
  padding-left: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-top: 0;
    padding-right: 7.5rem;
    padding-left: 0.75rem;
    height: inherit;
  }
}

.p-header__logo {
  width: 18.5690104167%;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 28%;
    -webkit-transform: translateY(0.75rem);
            transform: translateY(0.75rem);
  }
}

.p-header__logo a {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-header__logo a:hover {
    opacity: 1;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 142.61/75;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    aspect-ratio: 135/71;
  }
}

.p-header__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    width: 39.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-message {
  height: 184.8958333333vw;
  max-height: 52.5rem;
  position: relative;
	  background:#f6f5f3;
}
@media screen and (min-width: 768px) {
  .p-message {
    height: 70vw;
    max-height: 52.5rem;
	  background:#f6f5f3;
  }
}

.p-message__title {
  margin-top: 1.625rem;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    margin-top: 0.5rem;
    font-size: 3.125rem;
  }
}

.p-message__sub-title {
  top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__sub-title {
    top: -9.0625rem;
  }
}

.p-message__sub-title::before {
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, #473732), color-stop(63%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 63%, #dfdfdf 63%);
}

.p-message__wrapper {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper {
    margin-top: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-message__image {
  margin: 3rem auto 0;
  width: 82%;
  border-radius: 0.3834375rem;
}
@media screen and (min-width: 768px) {
  .p-message__image {
    margin-top: 0;
    width: 48.3333333333%;
    border-radius: 0.625rem;
  }
}

.p-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 533/360;
}
@media screen and (min-width: 768px) {
  .p-message__image img {
    aspect-ratio: 464/307;
  }
}

@media screen and (min-width: 768px) {
  .p-message__contents {
    padding: 1.5rem 0 1.5rem 5.1875rem;
    width: 51.6666666667%;
  }
}

.p-message__catch {
  margin-top: 1.375rem;
  font-size: 1.060625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__catch {
    margin-top: 0;
    font-size: 1.5625rem;
    text-align: start;
  }
}

.p-message__catch span {
  margin-top: 0.125rem;
  display: block;
  font-size: 1.6971875rem;
}
@media screen and (min-width: 768px) {
  .p-message__catch span {
    margin-left: 1.625rem;
    display: inline;
    font-size: 1.5625rem;
    font-weight: 600;
  }
}

.p-message__text {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8666666667;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    margin-top: 2.75rem;
    font-size: 1rem;
    line-height: 2.2;
    text-align: start;
  }
}

.p-mv {
  width: 100%;
}

.p-mv__swiper .swiper-slide {
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper .swiper-slide {
    padding-bottom: 2.6875rem;
  }
}

.p-mv__swiper .swiper-pagination {
  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;
  gap: 0.9375rem;
  position: absolute;
  bottom: 0.8125rem;
}

.p-mv__swiper .swiper-pagination-bullet {
  width: 4.035625rem;
  height: 0.1875rem;
  background-color: #a6a6a6;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper .swiper-pagination-bullet {
    width: 4.0625rem;
    height: 0.0625rem;
  }
}

/* 選択されているページネーション */
.p-mv__swiper .swiper-pagination-bullet-active {
  width: 4.035625rem;
  height: 0.1875rem;
  background-color: #473732;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper .swiper-pagination-bullet-active {
    width: 4.0625rem;
    height: 0.0625rem;
  }
}

.p-mv__swiper .swiper-button-prev {
  width: 2.8125rem;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper .swiper-button-prev {
    width: 4.6875rem;
  }
}

.p-mv__swiper .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 42%;
  right: 0;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-mv__swiper .swiper-button-next {
  width: 2.8125rem;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-mv__swiper .swiper-button-next {
    width: 4.6875rem;
  }
}

.p-mv__swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 42%;
  right: 0;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-mv__item1 {
  position: relative;
}

.p-mv__image1 {
  width: 100%;
}

.p-mv__image1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 768/1200;
}
@media screen and (min-width: 768px) {
  .p-mv__image1 img {
    aspect-ratio: 1200/650;
  }
}

.p-mv__item2 {
  position: relative;
}

.p-mv__catch {
  width: 60%;
  position: absolute;
  top: 11.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    width: 54%;
    top: 21%;
  }
}

.p-mv__catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 470/200;
  aspect-ratio: 457/177;
}
@media screen and (min-width: 768px) {
  .p-mv__catch img {
    aspect-ratio: 655/120;
    aspect-ratio: 648/99;
  }
}

.p-mv__logo {
  width: 35%;
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    width: 18%;
    top: 42%;
  }
}

.p-mv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 893/930;
}

.p-mv__texts {
  position: absolute;
  top: 61.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv__texts {
    width: 100%;
    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;
    gap: 4.9375rem;
    top: 84%;
  }
}

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

.p-mv__text1 {
  margin: 0 auto;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .p-mv__text1 {
    margin: 0;
    width: 10%;
  }
}

.p-mv__text1 img {
  aspect-ratio: 116/42;
}

.p-mv__text2 {
  margin: 1.6875rem auto 0;
  width: 61%;
}
@media screen and (min-width: 768px) {
  .p-mv__text2 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 3.125rem;
    width: 19%;
  }
}

.p-mv__text2 img {
  aspect-ratio: 226/43;
}

.p-mv__text3 {
  margin: 1.875rem auto 0;
  width: 57%;
}
@media screen and (min-width: 768px) {
  .p-mv__text3 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0.4375rem;
    width: 17%;
  }
}

.p-mv__text3 img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 214/42;
}

.p-mv__image2 {
  width: 100%;
}

.p-mv__image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 768/1200;
}
@media screen and (min-width: 768px) {
  .p-mv__image2 img {
    aspect-ratio: 1200/650;
  }
}

.p-mv__btn {
  margin-top: 13%;
  width: 91.1458333333%;
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-mv__btn {
    margin-top: 4.375rem;
    width: 50%;
  }
}

.p-mv__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 700/237;
}
@media screen and (min-width: 768px) {
  .p-mv__btn img {
    aspect-ratio: 696/132;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.modal-content {
  margin: 18% auto;
  width: 80%;
  position: relative;
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (min-width: 768px) {
  .modal-content {
    margin: 3% auto;
  }
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modalClose {
  width: 1.5625rem;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .modalClose {
    width: 1.875rem;
  }
}

.modalClose img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.p-mv__modal-image {
  width: 100%;
}

.p-mv__modal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 768/1200;
}
@media screen and (min-width: 768px) {
  .p-mv__modal-image img {
    aspect-ratio: 1007/587.42;
  }
}

.p-mv__modal-btn {
  margin: -25% auto 0;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-mv__modal-btn {
    margin: -11% auto 0;
    width: 40%;
  }
}

.p-mv__modal-btn a {
  display: block;
}

.p-mv__modal-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 676/159;
}
@media screen and (min-width: 768px) {
  .p-mv__modal-btn img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 380.95/81.63;
  }
}

.p-price {
  position: relative;
  z-index: 50;
  overflow: hidden;
}
.p-price::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/price_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-price::before {
    background-image: url(../images/price_bg_pc.png);
  }
}

.p-price__title {
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-price__title {
    margin-top: 16.0625rem;
  }
}

.p-price__sub-title {
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-price__sub-title {
    top: 2.3125rem;
  }
}

.p-price__sub-title::before {
  height: 145%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #473732), color-stop(55%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 55%, #dfdfdf 55%);
}

.p-price__group {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__group {
    margin-top: 6rem;
  }
}

.p-price__group-title {
  margin: 0 auto;
  padding-bottom: 0.6875rem;
  max-width: 34.375rem;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-price__group-title {
    margin: 0 auto;
    padding: 0 5.625rem 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5625rem;
  }
}

.p-price__campaign {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-price__campaign {
    margin-top: 4.875rem;
  }
}

.p-price__campaign-image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-price__campaign-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 768/827;
}
@media screen and (min-width: 768px) {
  .p-price__campaign-image img {
    aspect-ratio: 1200/697;
  }
}

.p-price__non-member {
  margin: 3.125rem auto 0;
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-price__non-member {
    margin-top: 4.6875rem;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-price__non-member dt {
  padding: 0.625rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background-color: #938a87;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-price__non-member dt {
    padding: 2rem 4.375rem 1.875rem;
    width: 50%;
    font-size: 1.5625rem;
    text-align: start;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

.p-price__non-member dd {
  padding: 1.25rem 0;
  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;
  gap: 5.375rem;
  background-color: #efebe9;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-price__non-member dd {
    padding: 0;
    width: 50%;
    gap: 3rem;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}

.p-price__non-member-catch {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-price__non-member-catch {
    font-size: 1.5625rem;
  }
}

.p-price__non-member-price {
  font-size: 1.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-price__non-member-price {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

.p-price__non-member-price span {
  margin-left: 0.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price__non-member-price span {
    font-size: 1.875rem;
  }
}

.p-price__member {
  margin-top: 1.25rem;
  margin-inline: auto;
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-price__member {
    margin-top: 0.125rem;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-price__member dt {
  padding: 0.625rem 0;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
  color: #fff;
  background-color: #938a87;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-price__member dt {
    padding: 2rem 4.25rem 0;
    width: 50%;
    font-size: 1.5625rem;
    text-align: start;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

.p-price__member dd {
  background-color: #efebe9;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-price__member dd {
    width: 50%;
    border-radius: 0 0.625rem 0.625rem 0;
  }
}

.p-price__member-item:not(:first-child) {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-price__member-item:not(:first-child) {
    border: none;
  }
}

.p-price__member-title {
  padding: 0.875rem 0.875rem 0.5625rem 1.25rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-price__member-title {
    padding: 1.0625rem 2.3125rem 0 2.75rem;
  }
}

.p-price__member-en {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-price__member-en {
    font-size: 1.5625rem;
    font-weight: 400;
  }
}

.p-price__member-catch {
  padding: 0.1875rem 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-price__member-catch {
    margin-top: -0.625rem;
    margin-left: 2.0625rem;
    padding: 0.1875rem 0.625rem;
    font-size: 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-price__member-item:not(:first-child) .p-price__member-catch {
  margin-left: -1.625rem;
}
@media screen and (min-width: 768px) {
  .p-price__member-item:not(:first-child) .p-price__member-catch {
    margin-top: -0.625rem;
    margin-left: 0;
  }
}

.p-price__member-price {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  font-size: 1.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-price__member-price {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

.p-price__member-price span {
  margin-left: 0.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-price__member-price span {
    font-size: 1.875rem;
  }
}

.p-price__member-detail {
  padding: 0 1.6875rem 0.9375rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .p-price__member-detail {
    padding: 0 0 1.3125rem 2.625rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.p-price__personal {
  margin-top: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666666667;
}
@media screen and (min-width: 768px) {
  .p-price__personal {
    margin-top: 5.4375rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-price__personal-title {
  margin: 0 auto;
  padding-bottom: 0.6875rem;
  max-width: 34.375rem;
  width: 100%;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-price__personal-title {
    margin: 0 auto;
    padding: 0 5.625rem 0.625rem;
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5625rem;
  }
}

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

.p-price__personal-item {
  margin: 0 auto;
  max-width: 34.375rem;
  width: 100%;
  background-color: #efebe9;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-price__personal-item {
    margin: 0;
    width: 31.1458333333%;
    border-radius: 0.625rem;
  }
}

.p-price__personal-item:first-child {
  padding: 1.25rem 0;
  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;
  gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__personal-item:first-child {
    padding: 3.125rem 0 1.875rem;
    display: block;
  }
}

.p-price__personal-item:not(:first-child) {
  margin-top: 0.4375rem;
  padding: 0.25rem 0 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-price__personal-item:not(:first-child) {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.p-price__personal-catch {
  font-size: 1.09375rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__personal-catch {
    font-size: 1.5625rem;
  }
}

.p-price__personal-item:not(:first-child) .p-price__personal-catch {
  padding: 0.3125rem 0.6875rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 0.59375rem;
}
@media screen and (min-width: 768px) {
  .p-price__personal-item:not(:first-child) .p-price__personal-catch {
    margin: 1.0625rem auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-price__personal-price {
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-price__personal-price {
    margin-top: 0.1875rem;
    font-size: 3rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-price__personal-item:not(:first-child) .p-price__personal-price {
    margin-top: -0.375rem;
  }
}

.p-price__personal-price span {
  margin-left: 0.125rem;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-price__personal-price span {
    font-size: 1.875rem;
  }
}

.p-price__personal-wrapper {
  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;
  gap: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-price__personal-wrapper {
    display: block;
  }
}

.p-price__personal-item:nth-child(3) .p-price__personal-wrapper {
  gap: 2.875rem;
}

.p-price__personal-detail {
  margin-top: -0.125rem;
  font-size: 0.9375rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-price__personal-detail {
    margin-top: -0.625rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

.p-price__personal-text {
  margin-top: 0.8125rem;
  margin-inline: auto;
  max-width: 34.375rem;
  font-size: 0.84375rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-price__personal-text {
    margin-top: 3rem;
    max-width: unset;
    font-size: 1rem;
    letter-spacing: unset;
    text-align: end;
  }
}

.p-program__title {
  margin-top: -2.8125rem;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-program__title {
    margin-top: 0.3125rem;
    font-size: 3.125rem;
  }
}

.p-program__sub-title {
  top: -4.375rem;
}
@media screen and (min-width: 768px) {
  .p-program__sub-title {
    top: -9.0625rem;
  }
}

.p-program__sub-title::before {
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #473732), color-stop(45%, #dfdfdf));
  background: linear-gradient(to bottom, #473732 45%, #dfdfdf 45%);
}

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

.p-program__text {
  margin-top: 3.0625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8666666667;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-program__text {
    margin-top: 6.125rem;
    font-size: 1rem;
    letter-spacing: unset;
  }
}

.p-program__table {
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-program__table {
    margin-top: 5rem;
  }
}

.p-program__table img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 960/1148;
}

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

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

.p-program__item:nth-child(2) {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-program__item:nth-child(2) {
    margin-top: 0;
  }
}

.p-program__item:nth-child(3) {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-program__item:nth-child(3) {
    margin-top: 0;
  }
}

.p-program__title-en {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-program__title-en {
    font-size: 1.5625rem;
  }
}

.p-program__image {
  margin-top: 1.0625rem;
  width: 100%;
}

.p-program__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 648/389.96;
}
@media screen and (min-width: 768px) {
  .p-program__image img {
    aspect-ratio: 300/206;
  }
}

.p-program__item-title {
  margin-top: 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-program__item-title {
    margin-top: 1.375rem;
    font-size: 1.125rem;
  }
}

.p-program__item-title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-program__item-title span {
    font-size: 1.5625rem;
  }
}

.p-program__item-text {
  margin-top: 1.0625rem;
  padding: 1.125rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  border-top: rgb(71, 55, 50) 1.89px solid;
}
@media screen and (min-width: 768px) {
  .p-program__item-text {
    margin-top: 1.125rem;
    line-height: 1.875;
    border-top: 1px #473732 solid;
  }
}

@media screen and (min-width: 768px) {
  .p-scroll {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-scroll__arrow {
    margin-top: 1.5625rem;
    width: 4.6875rem;
    height: 0.0625rem;
    display: inline-block;
    position: relative;
    background-color: #473732;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 768px) {
  .p-scroll__arrow::before {
    content: "";
    width: 0.75rem;
    height: 0.0625rem;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
    background-color: #473732;
    -webkit-transform-origin: calc(100% - 2px) 50%;
            transform-origin: calc(100% - 2px) 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-scroll span {
    position: absolute;
    top: -1.75rem;
    right: 1.375rem;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
}

.p-sitepolicy-body {
  background-color: #fff;
}

.p-sitepolicy {
  position: relative;
}

.p-sitepolicy::before {
  content: "";
  width: 100%;
  height: 65.1041666667vw;
  max-height: 17.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy::before {
    height: 32%;
    max-height: unset;
    background-image: url(../images/header_bg_pc.png);
  }
}

.p-sitepolicy__title {
  position: relative;
  font-size: 0.78125rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__title {
    font-size: 1rem;
  }
}

.p-sitepolicy__title::before {
  content: attr(data-en);
  position: absolute;
  top: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.09375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__title::before {
    top: -3.125rem;
    font-size: 2.1875rem;
  }
}

.p-sitepolicy__wrapper {
  margin-top: 4.875rem;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__wrapper {
    margin-top: 11.25rem;
  }
}

.p-sitepolicy__list a {
  text-decoration: underline;
}

.p-sitepolicy__list:not(:first-child) {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__list:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sitepolicy__list:nth-child(3) > dt:first-of-type {
    margin-top: 4.5rem;
  }
}

.p-sitepolicy__list:nth-child(3) > dd:first-of-type {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__list:nth-child(3) > dd:first-of-type {
    margin-top: 1.3125rem;
  }
}

.p-sitepolicy__list:nth-of-type(3) > dd:nth-of-type(2) {
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__list:nth-of-type(3) > dd:nth-of-type(2) {
    margin-top: -0.125rem;
  }
}

.p-sitepolicy__list:nth-of-type(3) > dd:nth-of-type(3) {
  margin-top: 0.0625rem;
}

.p-sitepolicy__list dt {
  font-size: 0.78125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__list dt {
    font-size: 1.25rem;
  }
}

.p-sitepolicy__list dd {
  margin-top: 0.5625rem;
  font-size: 0.78125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-sitepolicy__list dd {
    margin-top: 1.4375rem;
    font-size: 1rem;
  }
}

.p-voice {
  height: 208.3333333333vw;
  max-height: 50rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-voice {
    height: 163.3333333333vw;
    max-height: 122.5rem;
  }
}

.p-voice::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/voice_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .p-voice::before {
    background-image: url(../images/voice_bg_pc.png);
  }
}

.p-voice::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(../images/voice_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-voice::after {
    background-image: url(../images/voice_bg_pc.png);
  }
}

.p-voice__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    margin-top: 7.5rem;
  }
}

.p-voice__text {
  margin-top: 1.25rem;
  position: relative;
  font-size: 0.78125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

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

@media screen and (min-width: 768px) {
  .p-voice__swiper {
    margin-top: 6.25rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-voice__swiper .swiper-wrapper {
    display: contents;
  }
}

.p-voice__swiper .swiper-slide {
  padding-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper .swiper-slide {
    padding-bottom: 0;
  }
}

.p-voice__swiper .swiper-pagination {
  position: absolute;
  bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-voice__swiper .swiper-pagination {
    display: none;
  }
}

.p-voice__container .swiper-pagination-bullet {
  background-color: #d9d9d9;
}
@media screen and (min-width: 768px) {
  .p-voice__container .swiper-pagination-bullet {
    display: none;
  }
}

.p-voice__container .swiper-pagination-bullet-active {
  background-color: #6e6e6e;
}

.p-voice__container .swiper-button-prev {
  width: 4.0684375rem;
  height: 4.0684375rem;
  top: 43%;
  left: -2.375rem;
  background-color: #dcccc4;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-voice__container .swiper-button-prev {
    display: none;
  }
}

.p-voice__container .swiper-button-prev::before {
  content: "";
  display: block;
  width: 1.1875rem;
  height: 1.1875rem;
  position: absolute;
  top: 37%;
  right: 0.75rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-voice__container .swiper-button-prev::before {
    display: none;
  }
}

.p-voice__container .swiper-button-next {
  width: 4.0684375rem;
  height: 4.0684375rem;
  top: 43%;
  right: -2.375rem;
  background-color: #dcccc4;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-voice__container .swiper-button-next {
    display: none;
  }
}

.p-voice__container .swiper-button-next::before {
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  display: block;
  position: absolute;
  top: 37%;
  right: 2rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .p-voice__container .swiper-button-next::before {
    display: none;
  }
}

.p-voice__item {
  margin: 0 auto;
  width: 87%;
  min-height: 30.039375rem;
  background-color: #efebe9;
  border-radius: 0.2371875rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    width: 100%;
    min-height: 40.375rem;
    border-radius: 0.625rem;
  }
}

.p-voice__item-header {
  padding-top: 1.125rem;
  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;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice__item-header {
    gap: 1.125rem;
  }
}

.p-voice__image {
  width: 35.3189558217%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-voice__image {
    width: 32.3333333333%;
  }
}

.p-voice__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 179/179;
}
@media screen and (min-width: 768px) {
  .p-voice__image img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 97/97;
  }
}

.p-voice__item-title {
  margin-top: 0.4375rem;
}

.p-voice__item-star {
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  color: #473732;
}
@media screen and (min-width: 768px) {
  .p-voice__item-star {
    font-size: 1.6875rem;
  }
}

.p-voice__item-age {
  margin-top: 0.625rem;
  font-size: 0.75875rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 0.9555189456;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-voice__item-age {
    margin-top: 0;
    font-size: 1.0625rem;
    line-height: 1.7941176471;
  }
}

.p-voice__item-job {
  margin-top: 0.5625rem;
  font-size: 0.75875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-voice__item-job {
    margin-top: 0.25rem;
    font-size: 1.12rem;
  }
}

.p-voice__item-content {
  padding: 1.1875rem 0.75rem 0.75rem 1rem;
  font-size: 0.78125rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.804;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-voice__item-content {
    padding: 1.0625rem 1.25rem 0 1.5rem;
    font-size: 1rem;
    line-height: 1.7476923077;
  }
}

.p-worries__title {
  margin: 0 auto;
  padding-bottom: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 50;
  font-size: 1.40625rem;
  font-weight: 400;
  line-height: 1.8444444444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-worries__title {
    padding-bottom: 0.4375rem;
    font-size: 3.125rem;
    line-height: 1.28;
  }
}

.p-worries__title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-worries__title::before {
    background-image: url(../images/border_pc.png);
  }
}

.p-worries__image {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-worries__image {
    margin-top: 8rem;
  }
}

.p-worries__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 753/860;
}
@media screen and (min-width: 768px) {
  .p-worries__image img {
    aspect-ratio: 960/898.37;
  }
}

.p-worries__copy {
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-worries__copy {
    margin-top: 15rem;
  }
}

.p-worries__copy-image {
  width: 100%;
}

.p-worries__copy-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 700/593;
}
@media screen and (min-width: 768px) {
  .p-worries__copy-image img {

  }
}

.p-worries__copy-text {
  width: 100%;
  position: absolute;
  top: 24%;
  right: 6%;
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.7233333333;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: end;
  text-shadow: 0 1.615px 1.615px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-worries__copy-text {
    top: 37.8%;
    right: 9.7%;
    font-size: 4.603125rem;
    line-height: 1.7379497624;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
