@charset "UTF-8";
.c-button {
  display: block;
  max-width: 300px;
  height: 53px;
  padding: 30px;
  background-color: var(--color-pink);
  color: var(--color-white);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 360px;
    height: 80px;
    font-size: 20px;
  }
}

.c-button.-reverse {
  background-color: var(--color-white);
  color: var(--color-pink);
}

.c-button.-mainvisual {
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .c-button.-mainvisual {
    max-width: 370px;
  }
}

.c-button.-header {
  width: 198px;
  height: 36px;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 1;
  border-radius: 100px;
}

.c-section__title-main {
  font-family: var(--font-family-english);
  font-size: 40px;
  line-height: 40px;
  color: var(--color-white);
  display: block;
}
@media screen and (min-width: 768px) {
  .c-section__title-main {
    font-size: 64px;
    line-height: 64px;
  }
}

.c-section__title-sub {
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  display: block;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-section__title-sub {
    font-size: 20px;
    line-height: 20px;
  }
}

.c-section__title-main.-reverse {
  color: var(--color-font-title);
}

.c-section__title-sub.-reverse {
  color: var(--color-pink);
}

.c-wave__container {
  width: 100vw;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.c-wave__container.-reverse {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/*!
foundation > base
------------------------------
*/
body {
  font-size: 14px;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

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

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Hiragino Kaku Gothic ProN",sans-serif;
  --font-family-english: "Josefin Sans", sans-serif;
}

/*!
global > color
------------------------------
*/
:root {
  --color-font-base: #111;
  --color-font-title: #333;
  --color-white: #FFF;
  --color-pink: #EB51C2;
  --color-green: #00B21B;
  --color-shadow: #707070;
  --color-price-border: #D9D9D9;
  --color-faq-border: #ccc;
  --color-bg-scroll: rgba(0, 0, 0, 0.6) ;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 960px;
  --width-content-m: 1110px;
  --width-content-l: 1440px;
}

/*!
layout > container
------------------------------
*/
.l-container-m, .l-container-s {
  width: 90%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container-m {
  max-width: var(--width-content-m);
}

.l-container-l {
  margin: 0 auto;
  max-width: var(--width-content-l);
}

.header {
  width: 100vw;
  height: 60px;
  background: transparent;
  position: fixed;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
}

.header.is-show {
  background-color: var(--color-white);
}

.header__inner {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-top: 29px;
    padding-left: 35px;
  }
}

.header__logo {
  width: 97px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 180px;
    height: 23px;
  }
}

.header__button {
  display: none;
}

.is-show .header__button {
  display: block;
}

.footer {
  background-color: var(--color-font-base);
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0;
  }
}

.footer__logo {
  display: block;
  margin: 0 auto;
  width: 87px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 180px;
  }
}

.pagetop {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-white);
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.pagetop::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--color-pink);
  border-right: 3px solid var(--color-pink);
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 80px;
    height: 80px;
    right: 40px;
    bottom: 66px;
  }
  .pagetop::after {
    width: 15px;
    height: 15px;
    border-top: 5px solid var(--color-pink);
    border-right: 5px solid var(--color-pink);
  }
}

/*==============================
見た目の装飾
==============================*/
.mainvisual {
  position: relative;
  height: 410px;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    height: 680px;
  }
}

.background__image {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/bg_mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-left-radius: 90px;
  width: 71%;
  height: 410px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .background__image {
    width: 61%;
    height: 680px;
  }
}

.mainvisual__body {
  position: absolute;
  width: 100%;
}

.mainvisual__container {
  padding-top: 150px;
}
@media screen and (min-width: 768px) {
  .mainvisual__container {
    padding-top: 220px;
  }
}

.mainvisual__title {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .display-sp {
    display: none;
  }
}

.mainvisual__button {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .mainvisual__button {
    margin-top: 30px;
  }
}

/*==============================
文字の装飾
==============================*/
.color-pink {
  color: var(--color-pink);
}

.mainvisual__title {
  display: block;
  font-family: var(--font-family-english);
  font-size: 41.3px;
  font-style: italic;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainvisual__title {
    font-size: 90px;
  }
}

.mainvisual__subtitle {
  font-size: 13.1px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .mainvisual__subtitle {
    font-size: 28px;
    margin-top: 20px;
  }
}

/*==============================
CSS アニメーション
==============================*/
.background__image {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.mainvisual__title .-top {
  display: block;
  background-color: var(--color-white);
  -webkit-animation-name: bg-color-top;
          animation-name: bg-color-top;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 215px;
  height: 42px;
}
@-webkit-keyframes bg-color-top {
  0% {
    width: 0px;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 215px;
  }
}
@keyframes bg-color-top {
  0% {
    width: 0px;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 215px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__title .-top {
    width: 457px;
    height: 90px;
  }
  @-webkit-keyframes bg-color-top {
    0% {
      width: 0px;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      width: 457px;
    }
  }
  @keyframes bg-color-top {
    0% {
      width: 0px;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      width: 457px;
    }
  }
}

.mainvisual__title .-bottom {
  display: block;
  background-color: var(--color-white);
  -webkit-animation-name: bg-color-bottom;
          animation-name: bg-color-bottom;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 165px;
  height: 42px;
}
@-webkit-keyframes bg-color-bottom {
  0% {
    width: 0px;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 165px;
  }
}
@keyframes bg-color-bottom {
  0% {
    width: 0px;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 165px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__title .-bottom {
    width: 356px;
    height: 90px;
  }
  @-webkit-keyframes bg-color-bottom {
    0% {
      width: 0px;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      width: 356px;
    }
  }
  @keyframes bg-color-bottom {
    0% {
      width: 0px;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      width: 356px;
    }
  }
}

.mainvisual__subtitle {
  display: block;
  background-color: var(--color-white);
  -webkit-animation-name: bg-color-sub;
          animation-name: bg-color-sub;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 230px;
  height: 14px;
}
@-webkit-keyframes bg-color-sub {
  0% {
    width: 0px;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 230px;
  }
}
@keyframes bg-color-sub {
  0% {
    width: 0px;
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual__subtitle {
    width: 476px;
    height: 28px;
  }
  @-webkit-keyframes bg-color-sub {
    0% {
      width: 0px;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      width: 476px;
    }
  }
  @keyframes bg-color-sub {
    0% {
      width: 0px;
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      width: 476px;
    }
  }
}

.mainvisual__title__text {
  display: block;
  -webkit-animation-name: level1Text;
          animation-name: level1Text;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes level1Text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes level1Text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.intro {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .intro {
    left: 50%;
  }
}

.intro__title-main {
  display: block;
  text-align: center;
  color: var(--color-pink);
  font-family: var(--font-family-english);
  font-size: 56px;
  font-weight: bold;
  font-style: italic;
}

.intro__title-sub {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.15;
}

.intro__text {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .intro__text {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .intro__text {
    font-size: 16px;
    line-height: 2;
  }
}

.about {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.about__list {
  display: grid;
  gap: 30px 0;
}
@media screen and (min-width: 768px) {
  .about__list {
    gap: 100px 0;
  }
}

.about__container {
  display: block;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__container {
    position: relative;
    height: 410px;
  }
}
@media screen and (min-width: 1080px) {
  .about__container {
    height: 550px;
  }
}

.about__image {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .about__image {
    width: 66vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1080px) {
  .about__image {
    max-width: 950px;
    max-height: 550px;
  }
}

@media screen and (min-width: 768px) {
  .about__image.-reverse {
    left: auto;
    right: 0;
  }
}

.about__body {
  padding: 40px 30px 30px 30px;
  margin: 0 20px;
  -webkit-box-shadow: 0 0 10px var(--color-shadow);
          box-shadow: 0 0 10px var(--color-shadow);
  background-color: var(--color-white);
  border-radius: 8px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .about__body {
    margin: 0;
    padding: 30px;
    width: 44vw;
    max-width: 555px;
    max-height: 468px;
    position: absolute;
    bottom: -10px;
    left: 55%;
  }
}
@media screen and (min-width: 1080px) {
  .about__body {
    padding: 60px;
  }
}

@media screen and (min-width: 768px) {
  .about__body.-reverse {
    max-height: 414px;
    position: absolute;
    left: auto;
    right: 55%;
  }
}
@media screen and (min-width: 1080px) {
  .about__body.-reverse {
    height: 414px;
  }
}

.fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about__title-sub {
  display: block;
  font-family: var(--font-family-english);
  font-size: 18px;
  line-height: 1.15;
}
.about__title-sub.--training {
  color: var(--color-pink);
}
.about__title-sub.--food {
  color: var(--color-green);
}
@media screen and (min-width: 1200px) {
  .about__title-sub {
    font-size: 24px;
  }
}

.about__title-main {
  display: block;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .about__title-main {
    font-size: 32px;
  }
}

.about__text {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 1200px) {
  .about__text {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.01em;
  }
}

.about__button {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1080px) {
  .about__button {
    padding-top: 70px;
  }
}

.trainer {
  background-color: var(--color-pink);
}

.tab__container {
  margin-top: 30px;
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab__item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--color-white);
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .tab__item {
    font-size: 18px;
  }
}

.tab__item.is-active {
  border-bottom: 2px solid var(--color-white);
  padding-bottom: 10px;
}

.tab__content.is-active {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
@media screen and (min-width: 768px) {
  .tab__content.is-active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 15px;
  }
}

.tab__content {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab__content.-staff.tab__content.is-active {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.list__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (min-width: 768px) {
  .list__item.-staff {
    width: 33.3333333333%;
  }
}

.fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.card__image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (min-width: 768px) {
  .card__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.card__body {
  background-color: var(--color-white);
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (min-width: 768px) {
  .card__body {
    height: 168px;
  }
}
@media screen and (min-width: 1080px) {
  .card__body {
    height: 127px;
  }
}

.card__comment {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .card__comment {
    font-size: 15px;
    line-height: 1.7;
  }
}

.studio {
  background-color: var(--color-white);
}

.studio .l-container-m {
  position: relative;
}

.swiper-area {
  position: relative;
}

.swiper {
  width: 100%;
  max-width: 1110px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.swiper-wrapper {
  margin-top: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--color-pink);
  background-color: var(--color-white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 18px;
  }
}

.swiper-button-prev {
  left: -20px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -30px;
  }
}

.swiper-button-next {
  right: -20px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: -30px;
  }
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-90deg);
          transform: translate(-50%, 50%) rotate(-90deg);
}

.swiper-pagination-bullet-active {
  background-color: var(--color-pink);
}

.price {
  background-color: var(--color-pink);
  position: relative;
}
.price::before {
  content: "";
  background-image: url(../image/arrow-right.png);
  display: inline-block;
  background-size: contain;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 49%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.price::after {
  padding-top: 50px;
  content: "スクロール";
  font-size: 12px;
  line-height: 1.15;
  font-weight: 300;
  color: var(--color-white);
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-bg-scroll);
  width: 75px;
  height: 75px;
  z-index: 10;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .price::before, .price::after {
    display: none;
  }
}

.price__content {
  overflow-x: scroll;
  position: relative;
}

.course__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
}
@media screen and (min-width: 768px) {
  .course__list {
    gap: 0 15px;
  }
}

.course__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: var(--color-white);
  border-radius: 10px;
  width: 320px;
}
.course__card:nth-child(2) {
  position: relative;
}
.course__card:nth-child(2)::before {
  content: "オススメ！";
  width: 284px;
  height: 40px;
  padding: 10px;
  text-align: center;
  color: var(--color-pink);
  font-family: var(--font-family-english);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background-color: var(--color-white);
  border: 2px solid var(--color-pink);
  border-radius: 70px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .course__card {
    width: 360px;
  }
}

.card__heading {
  padding-top: 40px;
  line-height: 1.15;
  text-align: center;
}

.card__title {
  color: var(--color-pink);
  font-size: 26px;
  font-weight: 600;
}

.card__monthly-fee {
  font-family: var(--font-family-english);
  font-size: 48px;
}

.card__admission-fee {
  font-size: 16px;
}

.card__detail {
  margin-top: 20px;
  text-align: center;
  line-height: 1.15;
}

.detail__body {
  padding: 30px 20px;
  border-top: 1px solid var(--color-price-border);
  width: calc(100% - 40px);
  margin: 0 auto;
}

.detail__title {
  font-size: 18px;
  font-weight: 300;
}

.detail__text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.faq__ac-menu {
  margin-top: 30px;
}

.faq__ac-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-faq-border);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}

.ac-item__body.-question {
  position: relative;
  cursor: pointer;
}
.ac-item__body.-question::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-left: 2px solid var(--color-pink);
  border-bottom: 2px solid var(--color-pink);
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.ac-item__body.-question.open {
  position: relative;
}
.ac-item__body.-question.open::before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-left: 2px solid var(--color-pink);
  border-bottom: 2px solid var(--color-pink);
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.ac-item__body.-answer {
  padding-top: 15px;
  padding-left: 3px;
  display: none;
}

.ac-item__initial {
  display: inline;
  font-family: var(--font-family-english);
  color: var(--color-pink);
  font-size: 26px;
  line-height: 1.15;
  font-weight: bold;
}

.ac-item__initial.-answer {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.ac-item__text {
  display: inline;
  padding-left: 15px;
}

.cta__body {
  background-color: var(--color-pink);
  width: 100vw;
  height: 149px;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .cta__body {
    height: 269px;
    padding: 50px 0;
  }
}

.cta__text {
  font-family: var(--font-family-english);
  color: var(--color-white);
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 64px;
    line-height: 1.15;
    font-weight: normal;
  }
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .cta__button {
    margin-top: 15px;
  }
}

/*!
utility > utility
------------------------------
*/
.u-mt {
  margin-top: 105px !important;
}
@media screen and (min-width: 768px) {
  .u-mt {
    margin-top: 196px !important;
  }
}

.u-ptb {
  padding: 40px 0 !important;
}/*# sourceMappingURL=style.css.map */