@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #494949;
  background: #fff1f5;
}

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

p, li {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  p, li {
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  p, li {
    font-size: 18px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

.concept {
  margin-top: -66px;
  margin-top: -4.125rem;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-top: -10.25rem;
  }
}

.concept__title .section-header__title {
  max-width: 30.6666666667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .concept__title .section-header__title {
    max-width: 10.625vw;
  }
}
.concept__title .section-header__subtitle {
  max-width: 69.3333333333vw;
  width: 100%;
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .concept__title .section-header__subtitle {
    max-width: 45.4861111111vw;
    margin-top: 1.9375rem;
  }
}
.concept__title .section-header__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .concept__title .section-header__text {
    margin-top: 1.75rem;
    line-height: 2.2222222222;
    letter-spacing: 0.1em;
  }
}

.concept__listbox {
  background: url(../images/common/bg_concept_sp.png) no-repeat;
  background-size: contain;
  max-width: 92.2666666667vw;
  width: 100%;
  height: 136.8vw;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.26)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .26));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .26));
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .concept__listbox {
    background: url(../images/common/bg_concept_pc.png) no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 57.4375rem;
    height: 29.0625rem;
    -webkit-filter: none;
            filter: none;
    margin-top: 2.5rem;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .concept__listbox::after {
    content: "";
    position: absolute;
    background: url(../images/common/img_concept_pc.png) no-repeat;
    background-size: contain;
    width: 16.0625rem;
    height: 13.1875rem;
    top: -2.25rem;
    right: 1.875rem;
  }
}

.concept__list {
  padding-top: 9.3333333333vw;
  margin: 0 18px 0 18px;
  margin: 0 1.125rem 0 1.125rem;
}
@media screen and (min-width: 768px) {
  .concept__list {
    padding-top: 4.9375rem;
    width: 36.375rem;
    margin: auto;
  }
}

.concept__item {
  color: #d35f99;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5277777778;
  letter-spacing: 0.09em;
  position: relative;
  padding-left: 5.6vw;
}
@media screen and (min-width: 768px) {
  .concept__item {
    font-size: 1.5rem;
    line-height: 2.0833333333;
    padding-left: 2.25rem;
    white-space: nowrap;
  }
}

.concept__item::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/common/icon_check.png) no-repeat;
  background-size: contain;
  max-width: 6.1333333333vw;
  width: 100%;
  height: 100%;
  top: 4px;
  top: 0.25rem;
  left: -7px;
  left: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .concept__item::before {
    max-width: 1.9375rem;
    top: 0.5rem;
    left: 0.0625rem;
  }
}

.concept__item + .concept__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .concept__item + .concept__item {
    margin-top: 0;
  }
}

.concept_listbox-img {
  max-width: 64vw;
  width: 100%;
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
}

.section-header {
  text-align: center;
}

.section-header__title {
  display: inline-block;
}

.section-header__text {
  line-height: 1.7857142857;
  letter-spacing: 0.05em;
}

.ul-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #ffff93), to(#ffff93));
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffff93 60%, #ffff93 100%);
}

.section-header__subtitle {
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section-header__subtitle {
    font-size: 1.4375rem;
  }
}

.course {
  margin-top: 138px;
  margin-top: 8.625rem;
}
@media screen and (min-width: 768px) {
  .course {
    margin-top: 7.5rem;
  }
}

.course__box.--course2 {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .course__box.--course2 {
    margin-top: 7.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .course__inner {
    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;
    margin-top: 2.6875rem;
  }
}

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

@media screen and (min-width: 768px) {
  .course__textbox {
    width: 57.7%;
  }
}

.course__note {
  font-size: 4.2666666667vw;
  line-height: 1.40625;
  font-weight: 600;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .course__note {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-top: 0;
  }
}

.course__price {
  font-size: 12vw;
  font-weight: 600;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .course__price {
    font-size: 4.3125rem;
    margin-top: 1.375rem;
  }
}
.--course1 .course__price {
  color: #c797be;
}
.--course2 .course__price {
  color: #85ced2;
}
.course__price .--f-middle {
  font-size: 8vw;
}
@media screen and (min-width: 768px) {
  .course__price .--f-middle {
    font-size: 2.875rem;
  }
}
.course__price .--f-small {
  font-size: 4.6666666667vw;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .course__price .--f-small {
    font-size: 1.70625rem;
  }
}

.course__balloon {
  position: relative;
  padding: 10px 0 10px 18px;
  padding: 0.625rem 0 0.625rem 1.125rem;
  background: #fff;
  border-radius: 0.4375rem;
  margin-top: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .course__balloon {
    border-radius: 0.625rem;
    margin-top: 2.8125rem;
    padding: 0.9375rem 0 1.4375rem 1.375rem;
  }
}
.--course1 .course__balloon {
  border: 2px solid #c797be;
}
.--course2 .course__balloon {
  border: 2px solid #85ced2;
}

.course__balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 58px;
  left: 3.625rem;
  top: -5.3333333333vw;
  border-right: 2.6666666667vw solid transparent;
  border-left: 2.6666666667vw solid transparent;
}
@media screen and (min-width: 768px) {
  .course__balloon::before {
    left: 5.75rem;
    top: -1.75rem;
    border-right: 0.9375rem solid transparent;
    border-left: 0.9375rem solid transparent;
  }
}
.--course1 .course__balloon::before {
  border-bottom: 5.3333333333vw solid #c797be;
}
@media screen and (min-width: 768px) {
  .--course1 .course__balloon::before {
    border-bottom: 1.75rem solid #c797be;
  }
}
.--course2 .course__balloon::before {
  border-bottom: 5.3333333333vw solid #85ced2;
}
@media screen and (min-width: 768px) {
  .--course2 .course__balloon::before {
    border-bottom: 1.75rem solid #85ced2;
  }
}

.course__balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 58px;
  left: 3.625rem;
  top: -4.2666666667vw;
  border-right: 2.6666666667vw solid transparent;
  border-bottom: 5.3333333333vw solid #fff;
  border-left: 2.6666666667vw solid transparent;
}
@media screen and (min-width: 768px) {
  .course__balloon::after {
    left: 5.75rem;
    top: -1.5rem;
    border-right: 0.9375rem solid transparent;
    border-bottom: 1.75rem solid #fff;
    border-left: 0.9375rem solid transparent;
  }
}

.course__balloontext {
  font-size: 3.4666666667vw;
  font-weight: 300;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .course__balloontext {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.course__balloontext .--f-bold {
  font-weight: 600;
}
.course__balloontext .--margin-l {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.course__detailbox {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .course__detailbox {
    margin-top: 1.875rem;
  }
}
.course__detailbox.--second {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .course__detailbox.--second {
    margin-top: 2.25rem;
  }
}

.course__subtitle {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.40625;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px) {
  .course__subtitle {
    font-size: 1.5rem;
  }
}
.--course1 .course__subtitle {
  color: #c797be;
}
.--course2 .course__subtitle {
  color: #85ced2;
}
@media screen and (min-width: 768px) {
  .course__subtitle .--f-small {
    font-size: 1.125rem;
  }
}

.course__list-title {
  font-weight: 600;
  line-height: 1.6071428571;
}
.course__list-title.--second {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .course__list-title.--second {
    margin-top: 1.6875rem;
  }
}

.course__item {
  line-height: 1.6071428571;
}

.yellow-hart {
  color: #f5ce3e;
}

.course__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .course__imgbox {
    width: 37%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.3125rem;
  }
}

.course__img {
  max-width: calc(50% - 2px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .course__img {
    max-width: 100%;
  }
}

.course__img:first-child {
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .course__img:first-child {
    margin-right: 0;
    margin-bottom: 0.8125rem;
  }
}

.course__benefit {
  background: url(../images/common/bg_benefit_sp.png) no-repeat;
  background-size: cover;
  color: #a66295;
  font-weight: 600;
  max-width: 92vw;
  width: 100%;
  height: 40.2666666667vw;
  margin: 58px auto 0;
  margin: 3.625rem auto 0;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 320px) {
  .course__benefit {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .course__benefit {
    background: url(../images/common/bg_benefit_pc.png) no-repeat;
    background-size: contain;
    max-width: 45.6875rem;
    height: 15.1875rem;
    padding: 0;
    margin: 3.375rem auto 0;
  }
}

.course__benefit::before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_benefit_flower_sp.png) no-repeat;
  background-size: cover;
  max-width: 21.3333333333vw;
  width: 100%;
  height: 20.2666666667vw;
  right: -4vw;
  top: -33px;
  top: -2.0625rem;
}
@media screen and (min-width: 768px) {
  .course__benefit::before {
    background: url(../images/common/bg_benefit_flower_pc.png) no-repeat;
    background-size: cover;
    max-width: 15.25rem;
    height: 13.25rem;
    top: -9.25rem;
    right: -11.5rem;
  }
}

.benefit__inner {
  padding-top: 8vw;
  padding-right: 2.6666666667vw;
  padding-bottom: 8vw;
  padding-left: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .benefit__inner {
    padding: 2.1875rem 5.625rem 2.1875rem 5.9375rem;
  }
}

.benefit__title {
  font-size: 4.2666666667vw;
  line-height: 1.21875;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefit__title {
    font-size: 1.6875rem;
    line-height: 1.6592592593;
  }
}

.benefit__list {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.benefit__item {
  line-height: 1.6071428571;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .benefit__item {
    font-size: 1.6875rem;
    line-height: 1.2962962963;
    letter-spacing: 0.09em;
  }
}
.benefit__item .--f-small {
  font-size: 3.4666666667vw;
  letter-spacing: 0.05em;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .benefit__item .--f-small {
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .benefit__item:first-child {
    line-height: 1.6666666667;
  }
}

.cv__textbox {
  background: #e0d6ec;
  max-width: 78.9333333333vw;
  width: 100%;
  margin: auto;
  padding: 33px 10px 25px 20px;
  padding: 2.0625rem 0.625rem 1.5625rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv__textbox {
    max-width: 57.375rem;
    padding: 3.75rem 8.9375rem 2.0625rem 8.9375rem;
  }
}

.cv__textbox::before {
  content: "";
  position: absolute;
  top: 4px;
  top: 0.25rem;
  left: 4px;
  left: 0.25rem;
  border: solid 1px #be75ad;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .cv__textbox::before {
    top: 1.375rem;
    left: 1.125rem;
  }
}

.cv__title {
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  background: #ffff93;
  max-width: 60.5333333333vw;
  text-align: center;
  padding: 8px 8px 2px 11px;
  padding: 0.5rem 0.5rem 0.125rem 0.6875rem;
  margin: 0 auto 0;
  line-height: 1.40625;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cv__title {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.08em;
    max-width: 39.3125rem;
    margin: auto;
    padding: 0.75rem 0 0.625rem;
  }
}

.cv__list {
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-left: 3.7333333333vw;
  text-indent: -14px;
  text-indent: -0.875rem;
  line-height: 1.6071428571;
  letter-spacing: 0.1em;
}
@media (min-width: 440px) {
  .cv__list {
    padding-left: 8vw;
  }
}
@media (min-width: 600px) {
  .cv__list {
    padding-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .cv__list {
    margin-top: 0.9375rem;
    padding-left: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .cv__item {
    font-size: 1.4375rem;
    line-height: 1.9565217391;
  }
}

.cv__btn {
  background: #04c155;
  border-radius: 1.5rem;
  border: solid 3px #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.26)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .26));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .26));
  position: relative;
  max-width: 73.0666666667vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 13px 0;
  padding: 0.8125rem 0;
  padding-left: 16vw;
  display: block;
  margin: 44px auto 0;
  margin: 2.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .cv__btn {
    border: solid 5px #fff;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="8" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.26)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .26));
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .26));
    font-size: 1.75rem;
    max-width: 32.875rem;
    padding: 1.1875rem 0;
    padding-left: 6.875rem;
    margin: 6.125rem auto 0;
  }
}

.cv__btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_line.png) no-repeat;
  background-size: cover;
  max-width: 8.5333333333vw;
  width: 100%;
  height: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  .cv__btn::before {
    left: 6%;
    max-width: 4.5rem;
    height: 4.5rem;
  }
}

.cv__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 10px solid #fff;
}
@media screen and (min-width: 768px) {
  .cv__btn::after {
    top: calc(50% + 0.125rem);
    right: 4%;
    border: 11px solid transparent;
    border-left: 18px solid #fff;
  }
}

.cv-1 {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cv-1 {
    margin-top: 4.5rem;
  }
}
.cv-1 .cv__textbox::after {
  content: "";
  position: absolute;
  background: url(../images/common/bg_present1.png) no-repeat;
  background-size: contain;
  max-width: 23.2vw;
  width: 100%;
  height: 30.4vw;
  left: -40px;
  left: -2.5rem;
  bottom: -45px;
  bottom: -2.8125rem;
}
@media (min-width: 500px) {
  .cv-1 .cv__textbox::after {
    left: -10vw;
  }
}
@media screen and (min-width: 768px) {
  .cv-1 .cv__textbox::after {
    max-width: 16.8055555556vw;
    left: -7.8125vw;
    bottom: -19.53125vw;
  }
}
@media (min-width: 1200px) {
  .cv-1 .cv__textbox::after {
    left: -10.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .cv-1 .cv__textbox::after {
    max-width: 15.125rem;
    height: 19.6875rem;
    left: -9.75rem;
    bottom: -10.25rem;
  }
}

.cv-2 {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .cv-2 {
    margin-top: 8.9375rem;
  }
}
.cv-2 .cv__textbox::after {
  content: "";
  position: absolute;
  background: url(../images/common/bg_present2.png) no-repeat;
  background-size: cover;
  max-width: 34.9333333333vw;
  width: 100%;
  height: 18.9333333333vw;
  left: -40px;
  left: -2.5rem;
  top: -19px;
  top: -1.1875rem;
}
@media screen and (min-width: 768px) {
  .cv-2 .cv__textbox::after {
    max-width: 17.25rem;
    height: 9.375rem;
    left: -5.625rem;
    top: -3.3125rem;
  }
}

.footer {
  background: #6f6f6f;
  padding: 40px 0 20px;
  padding: 2.5rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 4.25rem 0 2.1875rem;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__item {
  max-width: 35px;
  max-width: 2.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__item {
    max-width: 4.3125rem;
  }
}

.footer__item + .footer__item {
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__item + .footer__item {
    margin-left: 2rem;
  }
}

.footer__copyright {
  font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875rem;
    margin-top: 3.375rem;
  }
}

.header {
  padding-top: 4.2666666667vw;
  padding-bottom: 3.4666666667vw;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 2.6875rem;
    padding-bottom: 2.4375rem;
  }
}

.header__text {
  max-width: 66.6666666667vw;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header__text {
    width: 27.5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .inner-s {
    max-width: 970px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}

.lesson {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .lesson {
    margin-top: 7.9375rem;
  }
}

.lesson__title .section-header__title {
  max-width: 27.2vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lesson__title .section-header__title {
    max-width: 8.5rem;
  }
}
.lesson__title .section-header__text {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .lesson__title .section-header__text {
    margin-top: 1.5rem;
  }
}

.lesson__subtext {
  color: #cb9bc2;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 44px;
  margin-top: 2.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lesson__subtext {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 4.0625rem;
  }
}

.text-emph {
  background: top left/1.1em 0.5em repeat-x radial-gradient(circle, #cb9bc2 0.15em, rgba(0, 0, 0, 0) 0.15em);
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .text-emph {
    padding-top: 0.625rem;
  }
}

.lesson__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lesson__itembox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lesson__item {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .lesson__item {
    margin-top: 1.8125rem;
  }
}

.lesson__item + .lesson__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .lesson__item + .lesson__item {
    margin-top: 1.8125rem;
    margin-left: 0.5rem;
  }
}

.lesson__textbox {
  width: 71%;
  margin-left: auto;
  text-align: center;
  padding: 15px 0 9px;
  padding: 0.9375rem 0 0.5625rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.26)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .26));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .26));
  margin-top: -59px;
  margin-top: -3.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lesson__textbox {
    margin-top: -4.75rem;
    padding: 1.125rem 0 0.9375rem;
  }
}
.lesson__textbox.--box1 {
  background: #cb9bc2;
}
.lesson__textbox.--box2 {
  background: #85ced2;
}

.lesson__text {
  color: #fff;
  font-weight: 500;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .lesson__text {
    line-height: 1.9444444444;
  }
}
.lesson__text.--text1 {
  letter-spacing: 0.1em;
}
.lesson__text.--text2 {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lesson__text.--text2 {
    letter-spacing: 0.1em;
  }
}

.lesson__name {
  display: inline-block;
  margin-top: 11px;
  margin-top: 0.6875rem;
}
.lesson__name.--name1 {
  width: 44vw;
}
@media screen and (min-width: 768px) {
  .lesson__name.--name1 {
    width: 13.6875rem;
  }
}
.lesson__name.--name2 {
  width: 45.3333333333vw;
}
@media screen and (min-width: 768px) {
  .lesson__name.--name2 {
    width: 14rem;
  }
}

.lesson__name::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.mv {
  position: relative;
}

.mv__inner {
  background: url(../images/common/img_mv_sp.png) no-repeat;
  background-size: contain;
  background-position: 0 39.4666666667vw;
  max-width: 96.5333333333vw;
  width: 100%;
  padding-top: 154.1333333333vw;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    background: url(../images/common/img_mv_pc.png) no-repeat;
    background-size: contain;
    background-position: 0 5.75rem;
    max-width: 76.3888888889vw;
    margin: auto;
    padding-top: 63.0555555556vw;
  }
}

.mv::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg_mv_left_sp.png) no-repeat;
  background-size: contain;
  max-width: 45.0666666667vw;
  width: 100%;
  height: 45.0666666667vw;
  left: 0;
  top: 109.0666666667vw;
  z-index: -999;
}
@media screen and (min-width: 768px) {
  .mv::before {
    background: url(../images/common/bg_mv_left_pc.png) no-repeat;
    background-size: contain;
    max-width: 23.4027777778vw;
    height: 21.125rem;
    top: 39.5833333333vw;
    left: 0.6944444444vw;
  }
}

.mv::after {
  position: absolute;
  content: "";
  background: url(../images/common/bg_mv_right_sp.png) no-repeat;
  background-size: contain;
  max-width: 83.2vw;
  width: 100%;
  height: 138.1333333333vw;
  top: -10.6666666667vw;
  right: 0;
  z-index: -999;
}
@media screen and (min-width: 768px) {
  .mv::after {
    background: url(../images/common/bg_mv_right_pc.png) no-repeat;
    background-size: contain;
    max-width: 54.375vw;
    height: 66.5972222222vw;
    top: -7.7777777778vw;
    right: 0;
  }
}

.mv__text {
  max-width: 88.2666666667vw;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 42px;
  top: 2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .mv__text {
    max-width: 31.3888888889vw;
    top: 9.3055555556vw;
    left: 12.4305555556vw;
    -webkit-transform: none;
            transform: none;
  }
}

.order {
  margin-top: 81px;
  margin-top: 5.0625rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .order {
    margin-top: 7.875rem;
    margin-bottom: 7.9375rem;
  }
}

.order::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg_order_left.png) no-repeat;
  background-size: contain;
  max-width: 36vw;
  width: 100%;
  height: 49.3333333333vw;
  left: 0;
  top: -4.2666666667vw;
  z-index: -999;
}
@media screen and (min-width: 768px) {
  .order::before {
    max-width: 23.9583333333vw;
    height: 30vw;
    top: 1.3888888889vw;
  }
}

.order::after {
  position: absolute;
  content: "";
  background: url(../images/common/bg_order_right_sp.png) no-repeat;
  background-size: contain;
  max-width: 43.7333333333vw;
  width: 100%;
  height: 63.4666666667vw;
  bottom: -20vw;
  right: 0;
  z-index: -999;
}
@media screen and (min-width: 768px) {
  .order::after {
    background: url(../images/common/bg_order_right_pc.png) no-repeat;
    background-size: contain;
    right: 0;
    top: -3.4722222222vw;
    max-width: 35.2777777778vw;
    height: 45.9722222222vw;
  }
}

.order__title .section-header__title {
  max-width: 47.4666666667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order__title .section-header__title {
    max-width: 14.875rem;
  }
}

.order__itembox {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .order__itembox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 46.0625rem;
    margin: 4.0625rem auto 0;
  }
}

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .order__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 13.4375rem;
  }
}

.order__item + .order__item {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .order__item + .order__item {
    margin-top: 0;
    margin-left: 2.875rem;
  }
}

.order__subtitlebox {
  max-width: 40.2666666667vw;
  width: 100%;
  height: 40.2666666667vw;
  background: #fff;
  border-radius: 50%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(231,130,209,0.19)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 4px rgba(231, 130, 209, .19));
          filter: drop-shadow(0 2px 4px rgba(231, 130, 209, .19));
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
  font-weight: 600;
  margin-right: 15px;
  margin-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .order__subtitlebox {
    max-width: 13.4375rem;
    height: 13.4375rem;
  }
}
.order__subtitlebox .--narrow {
  line-height: 1.4705882353;
}

.order__subtitle {
  text-align: center;
  margin-top: -8px;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .order__subtitle {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}

.order__item:nth-child(odd) .order__subtitle {
  color: #cb9bc2;
}

.order__item:nth-child(even) .order__subtitle {
  color: #89d2d6;
}

.order__text {
  max-width: 47.7333333333vw;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .order__text {
    margin-top: 1.625rem;
    letter-spacing: 0.08em;
  }
}

.profile {
  background: #fff;
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .profile {
    padding: 5rem 0 7.125rem;
  }
}

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

.profile__img {
  max-width: 187px;
  max-width: 11.6875rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .profile__img {
    max-width: 17.2222222222vw;
    margin: 2.25rem 0 0 5.8125rem;
  }
}
@media screen and (min-width: 1440px) {
  .profile__img {
    max-width: 15.5rem;
  }
}

@media screen and (min-width: 768px) {
  .profile__textbox {
    width: 44.4375rem;
  }
}

.profile__title {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.11em;
  margin-top: 28px;
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile__title {
    font-size: 1.4375rem;
    line-height: 1.7391304348;
    margin-top: 2.0625rem;
    text-align: left;
  }
}

.profile__text {
  font-size: 3.4666666667vw;
  line-height: 1.7307692308;
  letter-spacing: 0.1em;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .profile__text {
    font-size: 1rem;
    line-height: 2.25;
    margin-right: 1.25rem;
    margin-top: 0.75rem;
  }
}

.profile__text + .profile__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .profile__text + .profile__text {
    margin-top: 2.125rem;
  }
}

.voice {
  margin-top: 82px;
  margin-top: 5.125rem;
  background: url(../images/common/bg_voice_sp.png) no-repeat;
  background-size: 100% 100%;
  padding: 64px 0 68px;
  padding: 4rem 0 4.25rem;
}
@media screen and (min-width: 768px) {
  .voice {
    margin-top: 7.8125rem;
    background: url(../images/common/bg_voice_pc.png) no-repeat;
    background-size: 100% 51.0625rem;
    padding-top: 8.25rem;
    padding-bottom: 8.375rem;
  }
}
@media screen and (min-width: 768px) {
  .voice .section-header {
    text-align: left;
  }
}

.voice__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.voice__inner::before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_voice_right.png) no-repeat;
  background-size: cover;
  max-width: 35.2vw;
  width: 100%;
  height: 28.5333333333vw;
  right: 0;
  top: -115px;
  top: -7.1875rem;
}
@media (min-width: 440px) {
  .voice__inner::before {
    max-width: 10.5rem;
    height: 7.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .voice__inner::before {
    max-width: 19.4444444444vw;
    height: 14.7916666667vw;
    top: -10.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .voice__inner::before {
    right: -2.5390625vw;
  }
}
@media (min-width: 1100px) {
  .voice__inner::before {
    right: -5.4545454545vw;
  }
}
@media (min-width: 1180px) {
  .voice__inner::before {
    right: -7.2727272727vw;
  }
}
@media (min-width: 1300px) {
  .voice__inner::before {
    right: -9.0909090909vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__inner::before {
    max-width: 17.5rem;
    height: 13.3125rem;
    right: -9.3125rem;
    top: -10.9375rem;
  }
}

.voice__inner::after {
  content: "";
  position: absolute;
  background: url(../images/common/bg_voice_left.png) no-repeat;
  background-size: cover;
  max-width: 26.9333333333vw;
  width: 100%;
  height: 55.7333333333vw;
  left: 14px;
  left: 0.875rem;
  bottom: -175px;
  bottom: -10.9375rem;
}
@media screen and (min-width: 768px) {
  .voice__inner::after {
    max-width: 14.9305555556vw;
    height: 30.9027777778vw;
    left: 1.8229166667vw;
    bottom: -10.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .voice__inner::after {
    left: 0;
  }
}
@media (min-width: 1180px) {
  .voice__inner::after {
    left: -4.5572916667vw;
  }
}
@media screen and (min-width: 1440px) {
  .voice__inner::after {
    max-width: 13.4375rem;
    height: 27.8125rem;
    left: -4.0625rem;
    bottom: -12.1875rem;
  }
}

.voice__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .voice__title {
    width: 10.875rem;
    margin-right: 3.3125rem;
    padding: 0;
    margin-left: 0.3125rem;
  }
}
.voice__title .section-header__title {
  max-width: 58.1333333333vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice__title .section-header__title {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .voice__title .section-header__subtitle {
    margin-top: 1.25rem;
  }
}

.voice__box {
  margin-top: 38px;
  margin-top: 2.375rem;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .voice__box {
    width: 43.125rem;
    padding: 0;
    margin-top: 0.625rem;
  }
}

.voice__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice__itembox + .voice__itembox {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .voice__itembox + .voice__itembox {
    margin-top: 1.75rem;
  }
}

.voice__img {
  max-width: 31.2vw;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .voice__img {
    max-width: 14.5625rem;
    margin-right: 0.8125rem;
  }
}

.voice__textbox {
  width: 59.4666666667vw;
}

.voice__subtitle {
  background: #cb9bc2;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  padding: 3px 0 3px 13px;
  padding: 0.1875rem 0 0.1875rem 0.8125rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .voice__subtitle {
    font-size: 1.4375rem;
    font-weight: 500;
    padding: 0.125rem 0 0.1875rem 1.4375rem;
    letter-spacing: -0.04em;
  }
}

.voice__list {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.voice__item {
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .voice__item {
    line-height: 1.9444444444;
    text-indent: -1.125rem;
    padding-left: 1.125rem;
  }
}
.--box1 .voice__item {
  letter-spacing: -0.12em;
}
@media screen and (min-width: 768px) {
  .--box1 .voice__item {
    letter-spacing: -0.06em;
  }
}
.--box2 .voice__item {
  letter-spacing: -0.07em;
}
@media screen and (min-width: 768px) {
  .--box2 .voice__item {
    letter-spacing: -0.02em;
  }
}
/*# sourceMappingURL=styles.css.map */
