/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
:root {
  --base-width: 750;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1920;
  }
}
/** Global **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #722257;
  --second: #350861;
  --third: #5CBCB6;
  --text-body: #000;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: var(--white);
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 1;
  color: var(--primary);
}

p:last-of-type {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 calc(30 / var(--base-width) * 100vw);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container-fluid, .container {
    max-width: calc(1630 / var(--base-width) * 100vw);
    padding: 0 calc(15 / var(--base-width) * 100vw);
  }
}

.not-suitable ul, .program ul, .about-section__content--2 .about-section__content--inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn {
  transition: all 0.3s;
  color: var(--second);
  font-size: calc(51 / var(--base-width) * 100vw);
  padding: calc(6 / var(--base-width) * 100vw) calc(25 / var(--base-width) * 100vw);
  min-width: calc(496 / var(--base-width) * 100vw);
  min-height: calc(116 / var(--base-width) * 100vw);
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  outline: none !important;
  text-transform: uppercase;
  border: 0;
  background: linear-gradient(90deg, #FFDEDE 0%, #EEE2F9 100%);
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: calc(300 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .btn {
    min-width: calc(496 / var(--base-width) * 100vw);
    min-height: calc(116 / var(--base-width) * 100vw);
    padding: calc(6 / var(--base-width) * 100vw) calc(25 / var(--base-width) * 100vw);
    font-size: calc(51 / var(--base-width) * 100vw);
    border-radius: calc(300 / var(--base-width) * 100vw);
  }
}
.btn:hover {
  opacity: 0.7;
  color: var(--second);
}
.btn--sm {
  font-size: calc(43 / var(--base-width) * 100vw);
  min-width: calc(420 / var(--base-width) * 100vw);
  min-height: calc(98 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .btn--sm {
    font-size: calc(30 / var(--base-width) * 100vw);
    min-width: calc(291 / var(--base-width) * 100vw);
    min-height: calc(68 / var(--base-width) * 100vw);
  }
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section-heading {
  text-align: center;
  font-weight: 500;
  font-size: calc(25.6 / var(--base-width) * 100vw);
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    font-size: calc(32 / var(--base-width) * 100vw);
  }
}
.section-heading h3 {
  font-weight: 700;
  font-size: calc(38.4 / var(--base-width) * 100vw);
  line-height: 1.25;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-heading h3 {
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}
.section-heading h2 {
  font-weight: 700;
  font-size: calc(51.2 / var(--base-width) * 100vw);
  line-height: 1.25;
  margin: 0 0 calc(22 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .section-heading h2 {
    font-size: calc(80 / var(--base-width) * 100vw);
  }
}
.section-heading p strong {
  font-size: calc(32 / var(--base-width) * 100vw);
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .section-heading p strong {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.section-heading p:last-of-type {
  margin: 0;
}

.heading-lines {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / var(--base-width) * 100vw);
  margin: 0 0 calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .heading-lines {
    gap: calc(20 / var(--base-width) * 100vw);
    margin: 0 0 calc(40 / var(--base-width) * 100vw);
  }
}
.heading-lines::before, .heading-lines::after {
  content: "";
  border-right: calc(2.1 / var(--base-width) * 100vw) solid var(--second);
  height: calc(100 / var(--base-width) * 100vw);
  transform: rotate(-26deg);
  transform-origin: bottom;
}
@media only screen and (min-width: 768px) {
  .heading-lines::before, .heading-lines::after {
    height: calc(145 / var(--base-width) * 100vw);
    border-right-width: calc(3 / var(--base-width) * 100vw);
  }
}
.heading-lines::after {
  transform: rotate(26deg);
}
.heading-lines h3 {
  font-weight: 700;
  font-size: calc(50 / var(--base-width) * 100vw);
  line-height: 100px;
  line-height: 1.4;
  color: var(--second);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .heading-lines h3 {
    font-size: calc(70 / var(--base-width) * 100vw);
  }
}
.heading-lines h3 small {
  font-size: calc(43 / var(--base-width) * 100vw);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .heading-lines h3 small {
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}

.section {
  padding-block: calc(70 / var(--base-width) * 100vw) calc(90 / var(--base-width) * 100vw);
}
.section--gray {
  background: #F7F5F4;
}
.section--gradient {
  background: linear-gradient(0deg, transparent, #FFF0F0);
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: -8px;
}
.hamburger.active span {
  transform: rotate(225deg);
}
.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}
.hamburger.active span::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

.site-footer {
  background: #5B1B46;
  padding-block: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: calc(30 / var(--base-width) * 100vw);
  }
}
.site-footer img {
  width: calc(100 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-footer img {
    width: calc(142 / var(--base-width) * 100vw);
  }
}
.site-footer__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: calc(20 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    gap: calc(30 / var(--base-width) * 100vw);
    text-align: left;
  }
}
.site-footer__inner h3 {
  font-weight: 700;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.3;
  color: var(--white);
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer__inner h3 {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.site-footer__inner h3 small {
  font-size: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .site-footer__inner h3 small {
    font-size: calc(30 / var(--base-width) * 100vw);
  }
}

/** pages */
.banner {
  position: relative;
}
.banner picture img {
  width: 100%;
}
.banner__heading {
  position: absolute;
  z-index: 5;
  top: calc(45 / var(--base-width) * 100vw);
  left: calc(64 / var(--base-width) * 100vw);
  font-weight: 600;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.25;
  letter-spacing: 0.005em;
  color: var(--white);
  text-shadow: 0 0 calc(20 / var(--base-width) * 100vw) #00000080;
}
@media only screen and (min-width: 768px) {
  .banner__heading {
    font-size: calc(48 / var(--base-width) * 100vw);
    top: calc(56 / var(--base-width) * 100vw);
    left: calc(97 / var(--base-width) * 100vw);
  }
}
.banner__heading h1 {
  font-size: calc(50 / var(--base-width) * 100vw);
  font-weight: 700;
  line-height: 1.25;
  color: var(--white);
  margin: 0 0 calc(12 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__heading h1 {
    font-size: calc(80 / var(--base-width) * 100vw);
    margin: 0 0 calc(9 / var(--base-width) * 100vw);
  }
}
.banner__heading p {
  margin: 0;
}
.banner__box {
  position: relative;
  z-index: 3;
  background: rgba(52, 8, 97, 0.8);
  border-radius: calc(47.5 / var(--base-width) * 100vw) 0 calc(47.5 / var(--base-width) * 100vw) 0;
  padding: calc(37 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw) calc(34 / var(--base-width) * 100vw);
  max-width: calc(670 / var(--base-width) * 100vw);
  margin: calc(-95 / var(--base-width) * 100vw) auto 0;
}
@media only screen and (min-width: 768px) {
  .banner__box {
    position: absolute;
    bottom: calc(368 / var(--base-width) * 100vw);
    right: calc(50 / var(--base-width) * 100vw);
    border-radius: calc(50 / var(--base-width) * 100vw) 0 calc(50 / var(--base-width) * 100vw) 0;
    padding: calc(40 / var(--base-width) * 100vw) calc(40 / var(--base-width) * 100vw) calc(32 / var(--base-width) * 100vw) calc(50 / var(--base-width) * 100vw);
    max-width: 100%;
    margin: 0;
  }
}
.banner__box--top {
  display: flex;
  gap: calc(22 / var(--base-width) * 100vw);
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .banner__box--top {
    gap: calc(24 / var(--base-width) * 100vw);
  }
}
.banner__box--top figure {
  width: calc(115 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__box--top figure {
    width: calc(121 / var(--base-width) * 100vw);
  }
}
.banner__box--top figure img {
  width: 100%;
}
.banner__box--top h3 {
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  line-height: 1.26;
  font-size: calc(45.6 / var(--base-width) * 100vw);
  color: var(--white);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .banner__box--top h3 {
    font-size: calc(48 / var(--base-width) * 100vw);
  }
}
.banner__box--top h3 small {
  font-size: calc(38 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__box--top h3 small {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.banner__box--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__box--bottom {
    flex-direction: row;
    margin-top: calc(18 / var(--base-width) * 100vw);
  }
}
.banner__box--bottom h3 {
  margin: 0 0 calc(24 / var(--base-width) * 100vw);
  line-height: 1.1;
  font-size: calc(45.88 / var(--base-width) * 100vw);
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .banner__box--bottom h3 {
    font-size: calc(34.56 / var(--base-width) * 100vw);
    margin: 0;
  }
}
.banner__box--bottom h3 strong {
  font-size: calc(68.8 / var(--base-width) * 100vw);
  font-family: "Shippori Mincho", sans-serif;
  margin-right: calc(15 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__box--bottom h3 strong {
    font-size: calc(51.8 / var(--base-width) * 100vw);
    margin-right: 0;
  }
}
.banner__box--bottom h3 strong small {
  font-size: calc(51.6 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .banner__box--bottom h3 strong small {
    font-size: calc(38.8 / var(--base-width) * 100vw);
  }
}

.about-section {
  margin-top: calc(35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section {
    margin-top: calc(-235 / var(--base-width) * 100vw);
  }
}
.about-section__heading {
  text-align: center;
  margin-bottom: calc(35 / var(--base-width) * 100vw);
  padding-inline: calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__heading {
    margin-bottom: calc(60 / var(--base-width) * 100vw);
    padding-inline: calc(15 / var(--base-width) * 100vw);
  }
}
.about-section__heading h2 {
  font-weight: 700;
  font-size: calc(50 / var(--base-width) * 100vw);
  text-align: center;
  line-height: 1.25;
  margin: 0;
  color: var(--primary);
}
.about-section__heading h3 {
  line-height: 1.4;
  margin: calc(12 / var(--base-width) * 100vw) 0 0;
  font-size: calc(40 / var(--base-width) * 100vw);
  font-weight: 700;
  color: var(--text-body);
}
@media only screen and (min-width: 768px) {
  .about-section__heading h3 {
    font-size: calc(50 / var(--base-width) * 100vw);
    margin: calc(30 / var(--base-width) * 100vw) 0 0;
  }
}
.about-section__heading h3 small {
  font-size: calc(32 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__heading h3 small {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.about-section__content {
  font-weight: 500;
  font-size: calc(25.6 / var(--base-width) * 100vw);
  line-height: 2;
  text-align: center;
  padding-inline: calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content {
    font-size: calc(32 / var(--base-width) * 100vw);
  }
}
.about-section__content h3 {
  text-align: center;
  font-weight: 700;
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1.25;
  text-align: center;
  margin: 0 0 calc(26 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content h3 {
    font-size: calc(50 / var(--base-width) * 100vw);
    margin: 0 0 calc(84 / var(--base-width) * 100vw);
  }
}
.about-section__content h3 span {
  background: #979797;
  min-height: calc(117 / var(--base-width) * 100vw);
  max-width: calc(640 / var(--base-width) * 100vw);
  padding: calc(8 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
  border-radius: calc(100 / var(--base-width) * 100vw);
  color: var(--white);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-section__content h3 span {
    min-height: calc(89 / var(--base-width) * 100vw);
    max-width: calc(1057 / var(--base-width) * 100vw);
    padding: calc(5 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
  }
}
.about-section__content h3 span::before {
  content: "";
  width: calc(3.29 / var(--base-width) * 100vw);
  height: calc(28 / var(--base-width) * 100vw);
  background: #979797;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .about-section__content h3 span::before {
    width: calc(5 / var(--base-width) * 100vw);
    height: calc(44 / var(--base-width) * 100vw);
  }
}
.about-section__content h4 {
  font-weight: 700;
  font-size: calc(40 / var(--base-width) * 100vw);
  text-align: center;
  line-height: 1.7;
  color: var(--primary);
  margin: 0 0 calc(10 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content h4 {
    font-size: calc(50 / var(--base-width) * 100vw);
    margin: 0 0 calc(40 / var(--base-width) * 100vw);
  }
}
.about-section__content h4 strong {
  font-weight: 700;
  font-size: calc(48 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content h4 strong {
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}
.about-section__content picture {
  display: block;
  text-align: center;
}
.about-section__content p:last-of-type {
  margin: 0;
}
.about-section__content p strong {
  font-weight: 700;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .about-section__content p strong {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.about-section__content--1 {
  background: linear-gradient(180deg, rgba(254, 247, 255, 0) 0%, #FFFAFA 100%);
  padding-block: 0 calc(50 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content--1 {
    padding-block: 0 calc(78 / var(--base-width) * 100vw);
  }
}
.about-section__content--1 picture {
  margin-bottom: calc(56 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content--1 picture {
    margin-bottom: calc(40 / var(--base-width) * 100vw);
  }
}
.about-section__content--1 picture img {
  width: 100%;
  max-width: calc(735 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content--1 picture img {
    max-width: calc(1728 / var(--base-width) * 100vw);
  }
}
.about-section__content--2 {
  padding-block: calc(32 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 {
    display: flex;
    flex-wrap: wrap;
    padding-block: calc(78 / var(--base-width) * 100vw) calc(45 / var(--base-width) * 100vw);
  }
}
.about-section__content--2 h3 {
  margin-bottom: calc(40 / var(--base-width) * 100vw);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 h3 {
    margin-bottom: calc(120 / var(--base-width) * 100vw);
  }
}
.about-section__content--2 picture {
  display: block;
  margin-bottom: calc(45 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 picture {
    width: calc(633 / var(--base-width) * 100vw);
    margin-left: calc(-30 / var(--base-width) * 100vw);
    margin-bottom: 0;
  }
}
.about-section__content--2 picture img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 .about-section__content--inner {
    flex-basis: 0;
    flex-grow: 1;
    padding-inline: calc(107 / var(--base-width) * 100vw) calc(138 / var(--base-width) * 100vw);
  }
}
.about-section__content--2 .about-section__content--inner ul {
  text-align: left;
  font-size: calc(25 / var(--base-width) * 100vw);
  line-height: 1.66;
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 .about-section__content--inner ul {
    font-size: calc(30 / var(--base-width) * 100vw);
  }
}
.about-section__content--2 .about-section__content--inner ul li {
  background: url("../images/check-circle.svg") no-repeat 0 50%;
  background-size: calc(81 / var(--base-width) * 100vw);
  padding-left: calc(106 / var(--base-width) * 100vw);
  min-height: calc(81 / var(--base-width) * 100vw);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 .about-section__content--inner ul li {
    background-size: calc(120 / var(--base-width) * 100vw);
    padding-left: calc(167 / var(--base-width) * 100vw);
    min-height: calc(120 / var(--base-width) * 100vw);
  }
}
.about-section__content--2 .about-section__content--inner ul li + li {
  margin-top: calc(46 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__content--2 .about-section__content--inner ul li + li {
    margin-top: calc(80 / var(--base-width) * 100vw);
  }
}
.about-section__bottom {
  padding-block: calc(30 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__bottom {
    padding-block: calc(45 / var(--base-width) * 100vw) 0;
  }
}
.about-section__bottom h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(12 / var(--base-width) * 100vw);
  margin: 0 0 calc(40 / var(--base-width) * 100vw);
  font-weight: 700;
  font-size: calc(38.4 / var(--base-width) * 100vw);
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .about-section__bottom h3 {
    font-size: calc(60 / var(--base-width) * 100vw);
    gap: calc(20 / var(--base-width) * 100vw);
    margin: 0 0 calc(20 / var(--base-width) * 100vw);
  }
}
.about-section__bottom h3::before, .about-section__bottom h3::after {
  content: "";
  border-right: calc(2 / var(--base-width) * 100vw) solid var(--primary);
  height: calc(100 / var(--base-width) * 100vw);
  transform: rotate(-26deg);
  transform-origin: bottom;
}
@media only screen and (min-width: 768px) {
  .about-section__bottom h3::before, .about-section__bottom h3::after {
    height: calc(145 / var(--base-width) * 100vw);
    border-right-width: calc(3 / var(--base-width) * 100vw);
  }
}
.about-section__bottom h3::after {
  transform: rotate(26deg);
}
.about-section__bottom h3 strong {
  color: var(--primary);
  font-size: calc(48.8 / var(--base-width) * 100vw);
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .about-section__bottom h3 strong {
    font-size: calc(70 / var(--base-width) * 100vw);
  }
}
.about-section__bottom--inner {
  max-width: calc(1320 / var(--base-width) * 100vw);
  margin-inline: auto;
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.66;
  background: url("../images/shape-1.svg") no-repeat;
  background-position: 50% 84%;
  background-size: 100%;
}
@media only screen and (min-width: 768px) {
  .about-section__bottom--inner {
    display: flex;
    align-items: center;
    background-size: calc(1000 / var(--base-width) * 100vw);
    padding-bottom: calc(70 / var(--base-width) * 100vw);
    background-position: calc(100 / var(--base-width) * 100vw) 0;
  }
}
.about-section__bottom--inner figure {
  margin-bottom: calc(70 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-section__bottom--inner figure {
    width: 43%;
    order: 2;
    margin-bottom: 0;
  }
}
.about-section__bottom--inner figure img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: calc(568 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .about-section__bottom--inner figure img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .about-section__bottom--body {
    width: 57%;
    padding-right: calc(66.6 / var(--base-width) * 100vw);
  }
}
.about-section__bottom--body p:last-of-type {
  margin-bottom: 0;
}

.spend-forever__heading .section-heading {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: calc(30 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw) 0;
}
@media only screen and (min-width: 768px) {
  .spend-forever__heading .section-heading {
    padding: 0 calc(15 / var(--base-width) * 100vw);
  }
}
.spend-forever__heading .section-heading h2,
.spend-forever__heading .section-heading h3 {
  color: var(--third);
}
.spend-forever__heading picture {
  display: block;
  margin-top: calc(-45 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .spend-forever__heading picture {
    margin-top: calc(-340 / var(--base-width) * 100vw);
  }
}
.spend-forever__heading picture img {
  width: 100%;
}
.spend-forever__content {
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 2;
  text-align: center;
  margin-block: calc(32 / var(--base-width) * 100vw) calc(27 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .spend-forever__content {
    margin-block: calc(27 / var(--base-width) * 100vw) calc(40 / var(--base-width) * 100vw);
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.spend-forever__content p:last-of-type {
  margin: 0;
}
.spend-forever__list {
  max-width: calc(680 / var(--base-width) * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .spend-forever__list {
    max-width: calc(1200 / var(--base-width) * 100vw);
  }
}
.spend-forever__list figure {
  position: relative;
  width: calc(322 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .spend-forever__list figure {
    width: calc(456 / var(--base-width) * 100vw);
  }
}
.spend-forever__list figure img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
}
.spend-forever__list figure figcaption {
  font-weight: 700;
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1.2;
  text-align: center;
  width: 100%;
  padding: calc(20 / var(--base-width) * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  text-shadow: 0 0 calc(6 / var(--base-width) * 100vw) #000000;
}
@media only screen and (min-width: 768px) {
  .spend-forever__list figure figcaption {
    text-shadow: 0 0 calc(10 / var(--base-width) * 100vw) #000000;
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}
.spend-forever__bottom {
  padding-block: calc(32 / var(--base-width) * 100vw) calc(64 / var(--base-width) * 100vw);
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 2;
  color: var(--primary);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .spend-forever__bottom {
    padding-block: calc(50 / var(--base-width) * 100vw) calc(70 / var(--base-width) * 100vw);
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.spend-forever__bottom strong {
  font-size: calc(40 / var(--base-width) * 100vw);
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .spend-forever__bottom strong {
    font-size: calc(64 / var(--base-width) * 100vw);
  }
}
.spend-forever__bottom p:last-of-type {
  margin: 0;
}

.points {
  padding-block: calc(40 / var(--base-width) * 100vw) calc(54 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points {
    padding-block: calc(64 / var(--base-width) * 100vw) calc(110 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .points .container {
    max-width: calc(1730 / var(--base-width) * 100vw);
  }
}
.points .section-heading {
  font-size: calc(25.6 / var(--base-width) * 100vw);
  margin-bottom: calc(32 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points .section-heading {
    font-size: calc(40 / var(--base-width) * 100vw);
    margin-bottom: calc(110 / var(--base-width) * 100vw);
  }
}
.points .section-heading h3 {
  font-size: calc(32 / var(--base-width) * 100vw);
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .points .section-heading h3 {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
.points .section-heading h2 {
  font-size: calc(61.4 / var(--base-width) * 100vw);
  color: var(--primary);
  margin-bottom: calc(12 / var(--base-width) * 100vw);
  background: url("../images/heading-line.svg") no-repeat 50% 100%;
  background-size: calc(608 / var(--base-width) * 100vw);
  padding-bottom: calc(14 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points .section-heading h2 {
    font-size: calc(96 / var(--base-width) * 100vw);
    margin-bottom: calc(32 / var(--base-width) * 100vw);
    padding-bottom: calc(20 / var(--base-width) * 100vw);
    background-size: calc(951 / var(--base-width) * 100vw);
  }
}
.points .section-heading h2 small {
  font-size: calc(32 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points .section-heading h2 small {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
.points .section-heading p strong {
  font-size: calc(32 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points .section-heading p strong {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
.points__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(47 / var(--base-width) * 100vw) calc(44 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(51 / var(--base-width) * 100vw);
  }
}
.points__item {
  border-radius: calc(9.7 / var(--base-width) * 100vw);
  padding: calc(20 / var(--base-width) * 100vw) calc(24 / var(--base-width) * 100vw);
  font-weight: 500;
  font-size: calc(19.44 / var(--base-width) * 100vw);
  line-height: 1.4;
  background: #FFEDED;
  box-shadow: calc(8.1 / var(--base-width) * 100vw) calc(8.1 / var(--base-width) * 100vw) calc(8.1 / var(--base-width) * 100vw) 0 #0000001A;
}
@media only screen and (min-width: 768px) {
  .points__item {
    font-size: calc(24 / var(--base-width) * 100vw);
    padding: calc(20 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
    border-radius: calc(12 / var(--base-width) * 100vw);
    box-shadow: calc(10 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw) 0 #0000001A;
  }
}
.points__item h3 {
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  text-align: center;
  line-height: 1.2;
  margin: 0 0 calc(15 / var(--base-width) * 100vw);
  color: var(--second);
}
@media only screen and (min-width: 768px) {
  .points__item h3 {
    font-size: calc(38 / var(--base-width) * 100vw);
  }
}
.points__item h3 small {
  font-size: calc(18 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points__item h3 small {
    font-size: calc(22 / var(--base-width) * 100vw);
  }
}
.points__item h3 span {
  font-family: "Shippori Mincho", sans-serif;
  font-size: calc(32 / var(--base-width) * 100vw);
  margin-right: calc(10 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .points__item h3 span {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.points__item figure {
  margin-bottom: calc(10 / var(--base-width) * 100vw);
}
.points__item figure img {
  width: 100%;
}

.trainers {
  background: #F7F5F4;
  padding-block: calc(62 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .trainers {
    padding-block: calc(75 / var(--base-width) * 100vw) calc(105 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .trainers .container {
    max-width: calc(1680 / var(--base-width) * 100vw);
  }
}
.trainers .section-heading {
  margin-bottom: calc(35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .trainers .section-heading {
    margin-bottom: calc(50 / var(--base-width) * 100vw);
  }
}
.trainers .section-heading h3 {
  font-size: calc(30 / var(--base-width) * 100vw);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .trainers .section-heading h3 {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.trainers .section-heading h2 {
  font-size: calc(56 / var(--base-width) * 100vw);
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .trainers .section-heading h2 {
    font-size: calc(70 / var(--base-width) * 100vw);
  }
}
.trainers .section-heading h2 small {
  font-size: calc(40 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .trainers .section-heading h2 small {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .trainers__inner {
    display: flex;
  }
}
.trainers__inner picture {
  display: block;
  margin-bottom: calc(35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .trainers__inner picture {
    width: 45.5%;
    margin-bottom: 0;
  }
}
.trainers__inner picture img {
  width: 100%;
}
.trainers__body {
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.458;
}
@media only screen and (min-width: 768px) {
  .trainers__body {
    width: 54.5%;
    padding-left: calc(52 / var(--base-width) * 100vw);
    font-size: calc(24 / var(--base-width) * 100vw);
  }
}
.trainers__body p {
  margin-bottom: calc(44 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .trainers__body p {
    margin-bottom: calc(35 / var(--base-width) * 100vw);
  }
}
.trainers__body p:last-of-type {
  margin-bottom: 0;
}

.program {
  padding-block: calc(55 / var(--base-width) * 100vw) calc(35 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .program {
    padding-block: calc(64 / var(--base-width) * 100vw) calc(45 / var(--base-width) * 100vw);
  }
}
.program .section-heading {
  margin-bottom: calc(5 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .program .section-heading {
    margin-bottom: calc(30 / var(--base-width) * 100vw);
  }
}
.program .section-heading h2 {
  color: var(--primary);
  font-size: calc(46 / var(--base-width) * 100vw);
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .program .section-heading h2 {
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}
.program .section-heading h2 small {
  font-size: calc(40 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .program .section-heading h2 small {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
.program ul {
  font-weight: 500;
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
@media (min-width: 48em) {
  .program ul {
    line-height: 2;
    gap: 10px;
  }
}
.program ul li::before {
  content: "";
  background: url("../images/pet-foot.svg") no-repeat 0 50%/100%;
  width: calc(83 / var(--base-width) * 100vw);
  height: calc(75 / var(--base-width) * 100vw);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(10 / var(--base-width) * 100vw);
}
.program ul li strong {
  font-weight: 700;
  font-size: calc(50 / var(--base-width) * 100vw);
  line-height: 2;
}
.program ul li + li {
  margin-top: calc(10 / var(--base-width) * 100vw);
}

.reviews {
  padding-block: calc(35 / var(--base-width) * 100vw) calc(75 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .reviews {
    padding-block: calc(45 / var(--base-width) * 100vw) calc(90 / var(--base-width) * 100vw);
  }
}
.reviews__row {
  border: calc(3 / var(--base-width) * 100vw) solid #35086180;
  padding: calc(42 / var(--base-width) * 100vw) calc(35 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
  border-radius: calc(16 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .reviews__row {
    display: flex;
    padding: calc(45 / var(--base-width) * 100vw) calc(65 / var(--base-width) * 100vw);
  }
}
.reviews__row + .reviews__row {
  margin-top: calc(60 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .reviews__row + .reviews__row {
    margin-top: calc(80 / var(--base-width) * 100vw);
  }
}
.reviews__row picture {
  display: block;
  margin-bottom: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .reviews__row picture {
    width: 46%;
    margin-bottom: 0;
  }
}
.reviews__row--body {
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  .reviews__row--body {
    width: 54%;
    padding-left: calc(50 / var(--base-width) * 100vw);
  }
}
.reviews__row--body h3 {
  font-weight: 700;
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1.35;
  color: var(--second);
  margin: 0 0 calc(15 / var(--base-width) * 100vw);
  min-height: calc(108 / var(--base-width) * 100vw);
}
.reviews__row--body h4 {
  font-weight: 700;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.4;
  text-align: right;
  margin: 0 0 calc(10 / var(--base-width) * 100vw);
  color: var(--second);
}

.not-suitable {
  padding-block: calc(54 / var(--base-width) * 100vw);
  background: linear-gradient(270deg, #F7F5F4 0%, #F7F5F4 100%);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .not-suitable {
    padding-block: calc(76 / var(--base-width) * 100vw);
  }
}
.not-suitable::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/bg-1.png") no-repeat 100% 0;
  background-size: calc(355 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .not-suitable::before {
    background-size: calc(1131 / var(--base-width) * 100vw);
  }
}
.not-suitable .section-heading {
  margin-bottom: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .not-suitable .section-heading {
    margin-bottom: calc(50 / var(--base-width) * 100vw);
  }
}
.not-suitable .section-heading h3 {
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .not-suitable .section-heading h3 {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.not-suitable .section-heading h2 {
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .not-suitable .section-heading h2 {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
.not-suitable ul {
  text-align: left;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.66;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .not-suitable ul {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.not-suitable ul li::before {
  content: "";
  background: url("../images/close.svg") no-repeat 0 50%/100%;
  width: calc(56 / var(--base-width) * 100vw);
  height: calc(57 / var(--base-width) * 100vw);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(10 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .not-suitable ul li::before {
    width: calc(70 / var(--base-width) * 100vw);
    height: calc(70 / var(--base-width) * 100vw);
  }
}
.not-suitable ul li + li {
  margin-top: calc(20 / var(--base-width) * 100vw);
}

.fitness__heading {
  padding: calc(37 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw) 0;
  position: relative;
  z-index: 1;
  background: #F1EEF4;
  text-align: center;
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 2;
  margin-bottom: calc(170 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .fitness__heading {
    padding: calc(50 / var(--base-width) * 100vw) calc(30 / var(--base-width) * 100vw);
    margin-bottom: calc(90 / var(--base-width) * 100vw);
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.fitness__heading::after {
  content: "";
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  background: #F1EEF4;
  clip-path: polygon(100% 0, 100% 1px, 50% 100%, 0 1px, 0 0);
  height: calc(138 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .fitness__heading::after {
    height: calc(120 / var(--base-width) * 100vw);
  }
}
.fitness__heading h3 {
  font-weight: 700;
  font-size: calc(48 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .fitness__heading h3 {
    font-size: calc(60 / var(--base-width) * 100vw);
  }
}
.fitness__heading h2 {
  font-weight: 700;
  font-size: calc(56 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0 0 calc(20 / var(--base-width) * 100vw);
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .fitness__heading h2 {
    font-size: calc(70 / var(--base-width) * 100vw);
    margin: 0 0 calc(30 / var(--base-width) * 100vw);
  }
}
.fitness__heading p {
  margin-bottom: calc(20 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .fitness__heading p {
    margin-bottom: calc(30 / var(--base-width) * 100vw);
  }
}
.fitness__heading p strong {
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .fitness__heading p strong {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}
.fitness__heading p small {
  font-size: calc(25.6 / var(--base-width) * 100vw);
  line-height: 1.5625;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .fitness__heading p small {
    font-size: calc(32 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .fitness .container {
    max-width: calc(1440 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .fitness__item {
    display: flex;
  }
}
.fitness__item figure {
  text-align: center;
  margin-bottom: calc(26 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .fitness__item figure {
    width: 36.6%;
    margin-bottom: 0;
  }
}
.fitness__item figure img {
  width: 100%;
  max-width: calc(516 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .fitness__item figure img {
    max-width: 100%;
  }
}
.fitness__item--body {
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  .fitness__item--body {
    align-self: center;
    width: 63.4%;
    padding-inline: calc(40 / var(--base-width) * 100vw);
  }
}
.fitness__item--body h3 {
  font-weight: 700;
  font-size: calc(45 / var(--base-width) * 100vw);
  line-height: 1.35;
  color: var(--second);
  margin: 0 0 calc(16 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fitness__item--body h3 {
    font-size: calc(40 / var(--base-width) * 100vw);
    margin: 0 0 calc(30 / var(--base-width) * 100vw);
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .fitness__item:nth-child(even) figure {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .fitness__item + .fitness__item {
    margin-top: calc(45 / var(--base-width) * 100vw);
  }
}

.instructor {
  padding-block: calc(75 / var(--base-width) * 100vw) calc(50 / var(--base-width) * 100vw);
  background: linear-gradient(180deg, rgba(254, 247, 255, 0) 0%, #FFFAFA 100%);
}
@media only screen and (min-width: 768px) {
  .instructor {
    padding-block: calc(30 / var(--base-width) * 100vw) calc(100 / var(--base-width) * 100vw);
  }
}
.instructor__box {
  max-width: calc(1230 / var(--base-width) * 100vw);
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .instructor__box {
    display: grid;
    grid-template-columns: 1fr 33.6%;
    gap: calc(56 / var(--base-width) * 100vw) 0;
  }
}
.instructor__box picture {
  display: block;
  text-align: center;
  margin-bottom: calc(36 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .instructor__box picture {
    grid-column: 2/3;
    grid-row: 1/5;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.instructor__box picture img {
  width: calc(413 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .instructor__box picture img {
    width: 100%;
  }
}
.instructor__box h3 {
  font-weight: 700;
  font-size: calc(36 / var(--base-width) * 100vw);
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .instructor__box h3 {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: calc(40 / var(--base-width) * 100vw);
    gap: calc(15 / var(--base-width) * 100vw);
  }
}
.instructor__box h3::before, .instructor__box h3::after {
  content: "";
  border-right: calc(3 / var(--base-width) * 100vw) solid var(--primary);
  height: calc(84 / var(--base-width) * 100vw);
  transform: rotate(-38deg);
  transform-origin: bottom;
}
@media only screen and (min-width: 768px) {
  .instructor__box h3::before, .instructor__box h3::after {
    height: calc(108 / var(--base-width) * 100vw);
  }
}
.instructor__box h3::after {
  transform: rotate(38deg);
}
.instructor__box--content {
  position: relative;
  z-index: 1;
  padding: calc(28 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw);
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.33;
}
@media only screen and (min-width: 768px) {
  .instructor__box--content {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-right: calc(-118 / var(--base-width) * 100vw);
    padding: calc(30 / var(--base-width) * 100vw) calc(80 / var(--base-width) * 100vw);
  }
}
.instructor__box--content::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: calc(3 / var(--base-width) * 100vw) solid #73124F54;
  filter: blur(2px);
  border-radius: calc(50 / var(--base-width) * 100vw) 0 calc(50 / var(--base-width) * 100vw) 0;
}
.instructor__box--content h4 {
  color: var(--primary);
  font-weight: 700;
  font-size: calc(40 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0 0 calc(10 / var(--base-width) * 100vw);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .instructor__box--content h4 {
    text-align: left;
  }
}
.instructor__content {
  text-align: center;
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.66;
  margin-top: calc(64 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .instructor__content {
    margin-top: calc(40 / var(--base-width) * 100vw);
  }
}
.instructor__content h2 {
  font-weight: 700;
  font-size: calc(50 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0 0 calc(36 / var(--base-width) * 100vw);
  color: var(--primary);
}
@media only screen and (min-width: 768px) {
  .instructor__content h2 {
    font-size: calc(60 / var(--base-width) * 100vw);
    margin: 0 0 calc(20 / var(--base-width) * 100vw);
  }
}
.instructor__content p {
  margin-bottom: calc(55 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .instructor__content p {
    margin-bottom: calc(50 / var(--base-width) * 100vw);
  }
}
.instructor__content p:last-of-type {
  margin-bottom: 0;
}

.pricing {
  text-align: center;
  padding-bottom: calc(100 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing {
    padding-bottom: calc(85 / var(--base-width) * 100vw);
  }
}
.pricing__heading {
  background: #5D3A81;
  color: var(--white);
  text-align: center;
  padding-block: calc(30 / var(--base-width) * 100vw) calc(40 / var(--base-width) * 100vw);
  position: relative;
  z-index: 1;
  margin-bottom: calc(70 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing__heading {
    padding-block: calc(15 / var(--base-width) * 100vw) calc(25 / var(--base-width) * 100vw);
    margin-bottom: calc(43 / var(--base-width) * 100vw);
  }
}
.pricing__heading::before {
  content: "";
  position: absolute;
  width: calc(114 / var(--base-width) * 100vw);
  height: calc(73 / var(--base-width) * 100vw);
  background: #5D3A81;
  z-index: -1;
  left: 50%;
  bottom: calc(-37 / var(--base-width) * 100vw);
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.pricing__heading h2 {
  color: var(--white);
  font-weight: 700;
  font-size: calc(60 / var(--base-width) * 100vw);
  line-height: 1.25;
  margin: 0 0 calc(15 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing__heading h2 {
    margin: 0;
  }
}
.pricing__heading h3 {
  color: var(--white);
  font-weight: 700;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.25;
  margin: 0;
}
.pricing__body {
  font-weight: 500;
  font-size: calc(27 / var(--base-width) * 100vw);
  line-height: 2.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pricing__body {
    font-size: calc(30 / var(--base-width) * 100vw);
  }
}
.pricing__body strong {
  font-weight: 700;
  font-size: calc(36 / var(--base-width) * 100vw);
  line-height: 1.8;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pricing__body strong {
    font-size: calc(40 / var(--base-width) * 100vw);
  }
}
.pricing__inner {
  text-align: center;
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 1.33;
}
.pricing__inner h3 {
  font-weight: 700;
  font-size: calc(45.5 / var(--base-width) * 100vw);
  line-height: 1.2;
  display: inline-block;
  color: #350861CC;
  padding: calc(14 / var(--base-width) * 100vw) calc(10 / var(--base-width) * 100vw) calc(24 / var(--base-width) * 100vw);
  background: url("../images/line-dots.svg") no-repeat 0 0/100%, url("../images/line-dots.svg") no-repeat 0 100%/100%;
  margin: calc(30 / var(--base-width) * 100vw) 0 calc(24 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing__inner h3 {
    font-size: calc(70 / var(--base-width) * 100vw);
    padding: calc(36 / var(--base-width) * 100vw) calc(20 / var(--base-width) * 100vw) calc(48 / var(--base-width) * 100vw);
    margin: calc(24 / var(--base-width) * 100vw) 0 calc(26 / var(--base-width) * 100vw);
  }
}
.pricing__inner h3 strong {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 700;
  font-size: calc(56 / var(--base-width) * 100vw);
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pricing__inner h3 strong {
    font-size: calc(86.68 / var(--base-width) * 100vw);
    margin-left: 20px;
  }
}
.pricing__inner h3 strong span {
  font-size: calc(75 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing__inner h3 strong span {
    font-size: calc(115.58 / var(--base-width) * 100vw);
  }
}
.pricing__inner h5 {
  font-weight: 700;
  font-size: calc(34 / var(--base-width) * 100vw);
  line-height: 1.3;
  text-align: center;
  margin: calc(45 / var(--base-width) * 100vw) 0 0;
}
@media only screen and (min-width: 768px) {
  .pricing__inner h5 {
    font-size: calc(40 / var(--base-width) * 100vw);
    margin: 0;
  }
}
.pricing__inner h5 strong {
  font-weight: 700;
  font-size: calc(73 / var(--base-width) * 100vw);
  line-height: 1;
  display: inline-block;
  font-family: "Shippori Mincho", sans-serif;
}
@media only screen and (min-width: 768px) {
  .pricing__inner h5 strong {
    font-size: calc(86.22 / var(--base-width) * 100vw);
  }
}
.pricing__inner h5 strong small {
  font-size: calc(25 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing__inner h5 strong small {
    font-size: calc(29.84 / var(--base-width) * 100vw);
  }
}
.pricing__inner h4 {
  font-weight: 700;
  font-size: calc(50 / var(--base-width) * 100vw);
  line-height: 1.3;
  text-align: center;
  margin: 0;
  position: relative;
  background: url("../images/arrow-down.svg") no-repeat 50% 0;
  background-size: calc(47 / var(--base-width) * 100vw);
  margin-top: calc(30 / var(--base-width) * 100vw);
  padding-top: calc(110 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .pricing__inner h4 {
    padding-top: calc(100 / var(--base-width) * 100vw);
  }
}
.pricing__inner h4 strong {
  font-weight: 700;
  font-size: calc(134.51 / var(--base-width) * 100vw);
  line-height: 1;
  display: inline-block;
  color: #350861CC;
  font-family: "Shippori Mincho", sans-serif;
}
.pricing__inner h4 strong small {
  font-size: calc(46.55 / var(--base-width) * 100vw);
}
.pricing__button {
  text-align: center;
  margin-top: calc(40 / var(--base-width) * 100vw);
}
.pricing__button h3 {
  font-weight: 700;
  font-size: calc(45 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0 0 calc(10 / var(--base-width) * 100vw);
}

.faqs {
  padding-block: calc(64 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .faqs {
    padding-block: calc(64 / var(--base-width) * 100vw) calc(126 / var(--base-width) * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .faqs .container {
    max-width: calc(1560 / var(--base-width) * 100vw);
  }
}
.faqs__item--heading {
  border-bottom: 1px solid var(--black);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: calc(100 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .faqs__item--heading {
    padding-right: calc(150 / var(--base-width) * 100vw);
  }
}
.faqs__item--heading h3 {
  font-weight: 500;
  font-size: calc(32 / var(--base-width) * 100vw);
  line-height: 1.4;
  margin: 0;
  gap: calc(10 / var(--base-width) * 100vw);
  padding: calc(10 / var(--base-width) * 100vw) 0;
  display: flex;
}
.faqs__item--heading h3:before {
  content: "Q.";
  font-weight: 700;
  color: var(--primary);
}
.faqs__item--heading::before, .faqs__item--heading::after {
    content: "";
    position: absolute;
    width: calc(34.5 / var(--base-width) * 100vw);
    height: calc(5 / var(--base-width) * 100vw);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    background: var(--primary);
  }
@media only screen and (min-width: 768px) {
  .faqs__item--heading::before, .faqs__item--heading::after {
    right: calc(85 / var(--base-width) * 100vw);
  }
}
.faqs__item--heading::after {
  transform: translateY(-50%) rotate(270deg);
}
.faqs__item + .faqs__item {
  margin-top: calc(33 / var(--base-width) * 100vw);
}
.faqs__item--body {
  font-weight: 500;
  font-size: calc(30 / var(--base-width) * 100vw);
  line-height: 2.08;
  padding: calc(16 / var(--base-width) * 100vw) 0 calc(2 / var(--base-width) * 100vw) calc(50 / var(--base-width) * 100vw);
  display: none;
}
@media only screen and (min-width: 768px) {
  .faqs__item--body {
    font-size: calc(24 / var(--base-width) * 100vw);
  }
}
.faqs__item.show .faqs__item--heading::after {
  transform: translateY(-50%) rotate(0deg);
}

.choose__banner {
  position: relative;
}
.choose__banner picture {
  display: block;
}
.choose__banner picture img {
  width: 100%;
}
.choose__banner h2 {
  position: absolute;
  top: calc(77 / var(--base-width) * 100vw);
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: calc(55 / var(--base-width) * 100vw);
  line-height: 1.3;
  color: var(--second);
}
@media only screen and (min-width: 768px) {
  .choose__banner h2 {
    font-size: calc(50 / var(--base-width) * 100vw);
    top: calc(150 / var(--base-width) * 100vw);
  }
}
.choose__content {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  padding-block: calc(40 / var(--base-width) * 100vw) calc(60 / var(--base-width) * 100vw);
  font-size: calc(34 / var(--base-width) * 100vw);
}
.choose__content p {
  margin-bottom: calc(40 / var(--base-width) * 100vw);
}
.choose__content span {
  color: var(--primary);
}
.choose__content figure {
  margin-bottom: calc(34 / var(--base-width) * 100vw);
}
.choose__content figure img {
  width: 100%;
  max-width: calc(600 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .choose__content figure img {
    max-width: calc(926 / var(--base-width) * 100vw);
  }
}
.choose__content .text-lg {
  font-size: calc(36 / var(--base-width) * 100vw);
}
@media only screen and (min-width: 768px) {
  .choose__content .text-lg {
    font-size: calc(50 / var(--base-width) * 100vw);
  }
}

/*# sourceMappingURL=styles.css.map */
