/*
Theme Name : wordpress
*/


@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: inherit;
  font-weight: 700;
  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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  background-color: #FEF9F3;
  color: #786C64;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  body {
    line-height: 1.4;
    font-size: 14px;
  }
}

.hiragino {
  font-family: "hiragino-mincho-pron", sans-serif;
}

.l-footer {
  background-color: #CB6283;
}
.l-footer__inner {
  color: #fff;
}
.l-footer__container {
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .l-footer__container {
    display: block;
    padding-bottom: 3.5rem;
  }
}
.l-footer__content {
  width: 33%;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__content {
    width: 100%;
  }
}
.l-footer__title {
  margin-bottom: 2rem;
  text-align: left;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.l-footer__item a {
  line-height: 3;
  display: block;
}
.l-footer__item a:hover {
  opacity: 0.8;
}
.l-contact {
  background-image: url(./img/contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.l-contact:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #CB6283;
  opacity: 0.7;
}
.l-contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 2;
}
.l-header__title {
  position: absolute;
  z-index: 3;
  left: 3rem;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #CB6283;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .l-header__title {
    padding-left: 3vw;
    left: 0;
    top: 3vw;
  }
}

.l-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 56px;
  padding-left: 56px;
}
@media (max-width: 1439px) {
  .l-inner {
    max-width: 1200px;
  }
}
@media (max-width: 1024px) {
  .l-inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

.section-heading--title {
  font-size: 2.1rem;
}
.section-heading--subtitle {
  font-size: 1rem;
  margin: 0.75rem 0 1.5rem;
}

@keyframes scrolldown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

.p-fv {
  display: flex;
  position: relative;
  margin-bottom: 20.83vw;
}
@media (max-width: 768px) {
  .p-fv {
    flex-direction: column;
  }
}
.p-fv picture {
  width: 79.375%;
  aspect-ratio: 1143/752;
  margin-left: auto;
}
.p-fv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 87.777777777%;
  aspect-ratio: 1264/899;
  background-color: #FBD5DA;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-fv:after {
    height: 177.07vw;
    width: 87.733333333%;
    aspect-ratio: 329/664;
  }
}
.p-fv__recommend {
  border: 3px solid #CB6283;
  background-color: #fff;
  padding: 19px 37px 29px;
  position: relative;
  width: 451px;
}
@media (max-width: 1280px) {
  .p-fv__recommend {
    width: 396px;
  }
}
@media (max-width: 1024px) {
  .p-fv__recommend {
    padding: 12px 37px 21px;
  }
}
@media (max-width: 768px) {
  .p-fv__recommend {
    width: 100%;
    margin: 0 auto;
    padding: 12px 12px 21px;
  }
}
.p-fv__recommend:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 11.5px solid transparent;
  border-right: 11.5px solid transparent;
  border-top: 20px solid #CB6283;
}
.p-fv__heading {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
}
.p-fv__list {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  justify-content: center;
}
.p-fv__list--btn {
  justify-content: inherit;
}
@media (max-width: 768px) {
  .p-fv__list--btn {
    flex-direction: column;
  }
}
.p-fv__item {
  font-weight: 500;
  width: 160px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #CB6283;
}
.p-fv__item--btn {
  background-color: transparent;
  width: inherit;
}
@media (max-width: 768px) {
  .p-fv__item--btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-fv__item--btn:nth-of-type(1) {
    margin-bottom: 0.7rem;
  }
}
.p-fv__title {
  line-height: 1.703125;
  font-size: 64px;
}
@media (max-width: 1280px) {
  .p-fv__title {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .p-fv__title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .p-fv__title {
    font-size: 9vw;
  }
}
.p-fv__title strong {
  color: #CB6283;
}
.p-fv__content {
  position: absolute;
  top: 7.92vw;
  left: 59px;
}
@media (max-width: 1140px) {
  .p-fv__content {
    top: 5vw;
  }
}
@media (max-width: 768px) {
  .p-fv__content {
    top: 21.6vw;
    left: 5vw;
    right: 5vw;
  }
}
.p-fv__title {
  margin: 1rem 0 50px;
}
@media (max-width: 1024px) {
  .p-fv__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .p-fv__title {
    text-align: center;
  }
}

.p-trouble {
  max-width: 820px;
  margin: 10.6vw auto 0;
}
@media (max-width: 1024px) {
  .p-trouble__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-trouble__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-trouble__title {
  text-align: center;
}
.p-trouble__subheading {
  color: #CB6283;
  margin-bottom: 16px;
  font-weight: 700;
}
.p-trouble__heading {
  font-size: 35px;
  font-weight: bold;
}
.p-trouble__list {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-trouble__item {
  width: 48.496732026%;
  display: flex;
  align-items: center;
  gap: 9.3px;
  padding: 17px 14px;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-trouble__item {
    width: 100%;
  }
}
.p-trouble__item img {
  width: 18px;
  height: 18px;
}
.p-trouble__item:nth-of-type(n+3) {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .p-trouble__item:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-trouble__item:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}

.p-reality {
  padding: 80px 0 88px;
  margin-top: 153px;
  color: #fff;
  background-image: url(./img/headline-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .p-reality {
    background-image: url(./img/headline-img-sp.png);
    padding: 50px 0;
  }
}
.p-reality__inner {
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-reality__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-reality__inner {
    text-align: center;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-reality__text {
  font-size: 23px;
}
.p-reality__heading {
  margin: 15px 0 24px;
  color: #CB6283;
  background-color: #fff;
  padding: 13px 46px;
  font-size: 28px;
  width: 288px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-reality__heading {
    margin: 9px auto 18px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.p-reality__heading--number {
  font-size: 52px;
}
.p-reality__highlight {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(transparent 65%, #CB6283 0%);
}
@media (max-width: 768px) {
  .p-reality__highlight {
    font-size: 23px;
  }
}

.p-therapy {
  background-image: url(./img/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.p-therapy__inner {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-therapy__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-therapy__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-therapy__intro {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: -17px;
}
@media (max-width: 768px) {
  .p-therapy__intro {
    font-size: 18px;
    margin-bottom: -8px;
  }
}
.p-therapy__highlight {
  font-size: 26px;
  color: #CB6283;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .p-therapy__highlight {
    font-size: 18px;
    line-height: 1.4;
  }
}
.p-therapy__highlight span {
  background: linear-gradient(transparent 65%, #FAED8F 0%);
}
.p-therapy__heading {
  margin: -10px 0 25px;
  font-size: 39px;
}
@media (max-width: 768px) {
  .p-therapy__heading {
    font-size: 31px;
    line-height: 1.4;
    margin-top: 0;
  }
}

.p-professor {
  background-image: url(./img/headline-bg.png);
  background-position: center;
  background-size: cover;
}
.p-professor__inner {
  position: relative;
  overflow: hidden;
  padding: 80px 3rem 104px;
}
@media (max-width: 1280px) {
  .p-professor__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-professor__inner {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-bottom: 0;
  }
}
.p-professor__inner img {
  width: 45%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-professor__inner img {
    position: inherit;
    width: 100%;
  }
}
.p-professor__tag {
  padding: 9px 11px;
  color: #fff;
  background-color: #CB6283;
  width: 97px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-professor__tag {
    font-size: 14px;
    width: 80px;
    height: 29px;
  }
}
.p-professor__professor {
  font-size: 35px;
}
@media (max-width: 768px) {
  .p-professor__professor {
    font-size: 26px;
  }
}
.p-professor__teacher {
  font-size: 26px;
  margin-left: 11px;
}
@media (max-width: 768px) {
  .p-professor__teacher {
    font-size: 20px;
  }
}
.p-professor__text {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .p-professor__text {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .p-professor__text {
    width: 100%;
  }
}
.p-professor__content {
  position: relative;
  z-index: 1;
}

.p-cta {
  background-color: #786C64;
  padding: 70px 0;
}
.p-cta__inner {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-cta__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-cta__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-cta__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-cta__list {
    flex-direction: column;
    gap: 0.7rem;
  }
}
.p-cta__item {
  width: 50%;
}
@media (max-width: 768px) {
  .p-cta__item {
    width: 100%;
  }
}

.p-reason {
  padding: 100px 0;
}
.p-reason__heading--pink {
  color: #CB6283;
}
.p-reason__inner {
  max-width: 1440px;
}
@media (max-width: 1024px) {
  .p-reason__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-reason__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-reason__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .p-reason__list {
    flex-direction: column;
  }
}
.p-reason__item {
  width: 30.977443609%;
  aspect-ratio: 412/410;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 30px;
  height: auto;
  background-color: #CB6283;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .p-reason__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-reason__item:nth-of-type(1), .p-reason__item:nth-of-type(2) {
    margin-bottom: 3rem;
  }
}
.p-reason__content {
  width: 100%;
}
.p-reason__content img {
  height: auto;
  margin: 0 auto;
  display: block;
}
.p-reason__content--reasonable {
  width: 45.145631068%;
  margin-bottom: 17px !important;
}
.p-reason__content--tutor {
  width: 49.029126213%;
  margin-bottom: 29px !important;
}
.p-reason__content--quality {
  width: 52.669902912%;
  margin-bottom: 29px !important;
}
.p-reason__headline {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .p-reason__headline {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-reason__headline {
    font-size: 30px;
  }
}

.p-course {
  background-image: url(./img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 200px;
}
@media (max-width: 920px) {
  .p-course {
    padding-bottom: 280px;
  }
}
@media (max-width: 768px) {
  .p-course {
    padding: 80px 0;
  }
}
.p-course__wrapper {
  margin-top: 83px;
}
@media (max-width: 768px) {
  .p-course__wrapper {
    margin-top: 40px;
  }
}
.p-course__container {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .p-course__container {
    flex-direction: column;
  }
}
.p-course__container img {
  width: 65.512048192%;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .p-course__container img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .p-course__container img {
    width: 100%;
  }
}
.p-course__container:not(:last-of-type) {
  margin-bottom: 82px;
}
@media (max-width: 1280px) {
  .p-course__container:not(:last-of-type) {
    margin-bottom: 14vw;
  }
}
@media (max-width: 1140px) {
  .p-course__container:not(:last-of-type) {
    margin-bottom: 18vw;
  }
}
@media (max-width: 1024px) {
  .p-course__container:not(:last-of-type) {
    margin-bottom: 27vw;
  }
}
@media (max-width: 920px) {
  .p-course__container:not(:last-of-type) {
    margin-bottom: 34vw;
  }
}
@media (max-width: 830px) {
  .p-course__container:not(:last-of-type) {
    margin-bottom: 41vw;
  }
}
@media (max-width: 768px) {
  .p-course__container:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.p-course__container:nth-of-type(even) .p-course__content {
  right: 0;
  left: inherit;
}
.p-course__container:nth-of-type(even) img {
  margin-right: auto;
  margin-left: inherit;
}
.p-course__content {
  position: absolute;
  top: 49px;
  left: 0;
  width: 61.972891566%;
  background-color: #fff;
  padding: 58px 42px 67px;
  border-radius: 30px;
}
@media (max-width: 1439px) {
  .p-course__content {
    top: 6rem;
    width: 63%;
  }
}
@media (max-width: 1140px) {
  .p-course__content {
    width: 72%;
  }
}
@media (max-width: 768px) {
  .p-course__content {
    width: 100%;
    position: inherit;
    top: 0;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-course__subheadline {
  color: #CB6283;
  font-size: 22px;
}
@media (max-width: 768px) {
  .p-course__subheadline {
    font-size: 14px;
  }
}
.p-course__headline {
  margin: 0;
  font-size: 35px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .p-course__headline {
    font-size: 28px;
  }
}
.p-course__price {
  margin-bottom: 40px;
  color: #CB6283;
  font-weight: 700;
  font-size: 25px;
}
@media (max-width: 768px) {
  .p-course__price {
    font-size: 20px;
  }
}

.p-flow {
  padding: 80px 0;
}
.p-flow__list {
  margin-top: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-flow__list {
    flex-direction: column;
  }
}
.p-flow__item {
  width: 22.891566265%;
  height: auto;
  aspect-ratio: 304/304;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .p-flow__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-flow__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-flow__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-flow__content img {
  height: auto;
  margin: 0 auto 10px;
}
.p-flow__headline {
  font-size: 22px;
}
@media (max-width: 768px) {
  .p-flow__headline {
    font-size: 30px;
  }
}
.p-flow__contact {
  width: 29.605263157%;
}
.p-flow__interview {
  width: 31.25%;
}
.p-flow__admisson {
  width: 40.131578947%;
}
.p-flow__start {
  width: 39.47368421%;
}
.p-flow__order {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.p-flow__number {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #CB6283;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
@media (max-width: 830px) {
  .p-flow__number {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .p-flow__number {
    width: 90px;
    height: 90px;
    font-size: 44px;
  }
}

.p-gift {
  padding: 80px 0;
}
.p-gift__inner {
  max-width: 1196px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p-gift__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-gift__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-gift__list {
  padding: 75px 56px;
  background-color: #fff;
  border-radius: 20px;
  border: solid 8px #CB6283;
  margin-top: 49px;
}
@media (max-width: 768px) {
  .p-gift__list {
    padding: 1rem 5vw;
    border: solid 5px #CB6282;
  }
}
.p-gift__item {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  padding-bottom: 31.5px;
  border-bottom: 2px solid #CB6283;
}
@media (max-width: 768px) {
  .p-gift__item {
    flex-direction: column;
    gap: 0.7rem;
  }
}
.p-gift__item:nth-of-type(2), .p-gift__item:nth-of-type(3) {
  padding-top: 34.5px;
}
.p-gift__medal {
  width: 134px;
  height: 134px;
  aspect-ratio: 134/134;
  background-image: url(./img/medal.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #CB6283;
}
@media (max-width: 768px) {
  .p-gift__medal {
    width: 80px;
    height: 80px;
    justify-content: center;
    background-image: url(./img/medal-sp.png);
    margin: 0 auto;
  }
}
.p-gift__medal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.p-gift__medal-heading {
  font-weight: 700;
}
.p-gift__number {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .p-gift__number {
    font-size: 32px;
    margin-top: -0.6rem;
  }
}
.p-gift__content {
  width: 900px;
}
@media (max-width: 768px) {
  .p-gift__content {
    width: 100%;
  }
}
.p-gift__headline {
  font-size: 31px;
  color: #CB6283;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .p-gift__headline {
    font-size: 25px;
  }
}

.p-compare {
  padding: 80px 0;
  background-image: url(./img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-compare img {
  margin-top: 47px;
}
.p-compare__inner {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-compare__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-compare__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.p-voice {
  padding: 80px 0;
}
.p-voice__header {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 830px) {
  .p-voice__header {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .p-voice__header {
    align-items: flex-start;
  }
}
.p-voice__header img {
  width: 129px;
  height: 129px;
}
@media (max-width: 830px) {
  .p-voice__header img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .p-voice__header img {
    width: 75px;
    height: 75px;
  }
}
.p-voice__list {
  display: flex;
  align-items: center;
  gap: 59px;
  margin-top: 49px;
}
@media (max-width: 768px) {
  .p-voice__list {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.p-voice__item {
  padding: 27px 26px 37px;
  background-color: #fff;
  border-radius: 15px;
  width: 47.213855421%;
}
@media (max-width: 768px) {
  .p-voice__item {
    width: 100%;
  }
}
.p-voice__heading {
  font-size: 22px;
  line-height: 1.4117647059;
}
.p-voice__profile {
  color: #CB6283;
  font-size: 16px;
}
.p-voice__text {
  margin-top: 27px;
}

.p-tutor {
  padding: 110px 0;
}
.p-tutor__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 71px;
}
@media (max-width: 1024px) {
  .p-tutor__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-tutor__inner {
    flex-direction: column;
    gap: 1.2rem;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-tutor__inner img {
  width: 44.728915662%;
  height: auto;
  aspect-ratio: 594/642;
}
@media (max-width: 768px) {
  .p-tutor__inner img {
    width: 100%;
  }
}
.p-tutor__heading, .p-tutor__subheading {
  text-align: left !important;
}
.p-tutor__text {
  margin-top: 1.2rem;
}

.p-faq__container {
  padding: 25px 25px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .p-faq__container {
    padding: 0;
    margin-top: 40px;
  }
}
.p-faq__label {
  width: 40px;
  height: 40px;
  aspect-ratio: 40/40;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #CB6283;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-faq__label {
    font-size: 14px;
  }
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 22px;
  background-color: #fff;
  padding-top: 28px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .p-faq__question {
    align-items: flex-start;
    line-height: 1.4;
    gap: 0.7rem;
    font-size: 18px;
  }
}
.p-faq__answer {
  padding-top: 16px;
  background-color: #fff;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .p-faq__answer {
    padding: 16px 5vw;
  }
}

.p-contact {
  margin-top: 110px;
  padding: 80px 0;
  background-image: url(./img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-contact__inner {
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-contact__inner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 768px) {
  .p-contact__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-contact__title {
  margin-bottom: 40px;
}

.p-form__header {
  width: 100%;
  gap: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p-form-item:not(:last-child) {
  margin-bottom: 30px;
}
.p-form-item__tag {
  font-weight: 500;
  width: 58px;
  display: block;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  background-color: #CB6283;
}
.p-form-item__tag--optional {
  background-color: #786C64;
}
.p-form-item input, .p-form-item textarea {
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.p-form-item input:focus, .p-form-item textarea:focus {
  background-color: #FEF9F3;
}
.p-form-item input {
  height: 80px;
}
@media (max-width: 768px) {
  .p-form-item input {
    height: 40px;
  }
}
.p-form-item textarea {
  height: 190px;
}
@media (max-width: 768px) {
  .p-form-item textarea {
    height: 130px;
  }
}

.c-btn {
  display: block;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}
.c-btn:hover {
  opacity: 0.6;
}
.c-btn--header {
  width: 280px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-btn--header {
    width: 100%;
  }
}
.c-btn--brown {
  color: #FAED8F;
  background-color: #786C64;
}
.c-btn--pink {
  color: #fff;
  background-color: #CB6283;
}
.c-btn--online, .c-btn--contact {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
}
.c-btn--online {
  background-color: #FAED8F;
}
.c-btn--contact {
  background-color: #CB6283;
  color: #fff;
}
.c-btn--submit {
  width: 210px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #CB6283;
  color: #fff;
  margin: 0 auto;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .c-btn--submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
.c-btn {
  /*
  &--header{
      position: fixed;
      top: 7rem;
      right: 0;
      background-color: $color-secondary;
      color: $color-white;
      width: 15rem;
      height: 4.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      @include mq(sp){
          bottom: 0;
          width: 100%;
          height: 3rem;
          right: 0;
          top: initial;
      }
      &:hover{
          color: $color-secondary;
          background-color: $color-white;
      }
  }
  &--footer{
      background-color: $color-secondary;
      color: $color-white;
      width: 19rem;
      height: 4.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 2rem auto 0;
      @include mq(sp){
          width: 100%;
          height: 3rem;
      }
      &:hover{
          color: $color-secondary;
          background-color: $color-white;
      }
  }
  &-menu{
      display: none;
      @include mq(sp){
          display: block;
          width: 44px;
          height: 26px;
          position: fixed;
          z-index: 10;
          top: 2.5rem;
          right: 2.5rem;
          &.open{
              .c-btn-menu__line{
                  &:nth-of-type(1){
                      width: 40px;
                      top: 16px;
                      transform: rotate(45deg);
                  }
                  &:nth-of-type(2){
                      opacity: 0;
                  }
                  &:nth-of-type(3){
                      width: 40px;
                      top: 16px;
                      transform: rotate(-45deg);
                  }
              }
          }
      }
      &__line{
          background-color: $color-white;
          left: 10px;
          height: 1px;
          transition: .7s;
          position: absolute;
          &:nth-of-type(1){
              top: 0;
              width: 20px;
          }
          &:nth-of-type(2){
              top: 10px;
              width: 30px;
          }
          &:nth-of-type(3){
              top: 20px;
              width: 40px;
          }
      }

  }
  &--link{
      width: 10rem;
      position: relative;
      text-align: left;
      margin-top: 1.8rem;
      &:after{
          content: "→";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0rem;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 3.1rem;
          height: 3.1rem;
          color: $color-primary;
          background-color: $color-white;
          border-radius: 100%;
      }
      &:hover{
          opacity: 0.7;
          &:after{
              color: $color-white;
              background-color: $color-primary;
          }
      }
  }
  &--black{
      color: $color-primary;
      &::after{
          color: $color-white;
          background-color: $color-primary;
      }
      &:hover{
          &:after{
              color: $color-primary;
              background-color: $color-white;
          }
      }
  }
  &--white{
      color: $color-white;
      &::after{
          color: $color-primary;
          background-color: $color-white;
      }
      &:hover{
          &:after{
              color: $color-white;
              background-color: $color-primary;
          }
      }
  }
  &--archive{
      margin: 0 auto;
  }
  &--submit{
      margin: 0 auto;
      width: 12rem;
      border-radius: 100px;
      background-color: $color-primary;
      color: $color-white;
      padding: .9rem 0;
      display: block;
      text-align: center;
  }
  &--back{
      width: 9rem;
      margin: 0 auto;
      padding: .7rem 0;
      color: $color-white;
      background-color: $color-secondary;
      &:hover{
          background-color: $color-supportive;
          color: $color-secondary;
      }
  }
  &--return{
      width: 9rem;
      margin: 0 auto;
      padding: .7rem 0;
      color: $color-white;
      background-color: $color-primary;
  }
  */
}

.c-section-subheading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: -17px;
  text-align: center;
  color: #CB6283;
}
@media (max-width: 768px) {
  .c-section-subheading {
    font-size: 18px;
    margin-bottom: -10px;
  }
}
.c-section-heading {
  font-size: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-section-heading {
    font-size: 38px;
  }
}
.c-section-heading--number {
  font-size: 70px;
  color: #CB6283;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .c-section-heading--number {
    font-size: 35px;
  }
}/*# sourceMappingURL=style.css.map */