@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* reset for form */
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }
  select::-ms-expand {
    display: none; }

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #919191; }

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #919191; }

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #919191; }

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #919191;
  opacity: 1; }

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: #919191; }

/*========== set.scss ==========*/
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #666666;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: calc(100vw / ( 468 / 15 ));
  line-height: calc(100vw / ( 468 / 28 )); }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.5rem;
      line-height: 2.8rem; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none; }

a {
  display: inline-block;
  text-decoration: none;
  color: #666666; }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      pointer-events: none; } }
  a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  a.txtLink {
    text-decoration: underline;
    display: inline;
    color: #666666; }
  a.blankLink {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    color: #666666;
    padding-right: 1.2em; }
    a.blankLink:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/icon_blank.svg") center no-repeat;
      background-size: contain;
      width: 1em;
      height: 1em; }

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important; } }

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

sup, sub {
  font-size: 70%; }

sup {
  vertical-align: super; }

.toggle {
  cursor: pointer; }

.toggled {
  display: none; }

.js-fadein {
  opacity: 0;
  transform: translateY(2vw);
  transition: opacity .8s ease, transform .8s ease; }
  .js-fadein.is-show {
    opacity: 1;
    transform: translateY(0); }

/*========== l-header.scss ==========*/
/*========== l-main.scss ==========*/
.l-main {
  background: #fff; }
  @media screen and (min-width: 768px) {
    .l-main {
      margin: 0 auto;
      width: 468px; } }
  .l-main__bg {
    background: url("../images/bg_main.webp") center no-repeat;
    background-size: cover;
    background-attachment: fixed; }

/*========== l-footer.scss ==========*/
.l-footer {
  background: #000; }

/*========== c-inner.scss ==========*/
.c-inner {
  padding-left: calc(100vw / ( 468 / 40 ));
  padding-right: calc(100vw / ( 468 / 40 )); }
  @media screen and (min-width: 768px) {
    .c-inner {
      padding-left: 40px;
      padding-right: 40px; } }

/*========== c-title.scss ==========*/
.c-title-primary {
  color: #000;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.2em;
  margin-bottom: calc(100vw / ( 468 / 42 )); }
  @media screen and (min-width: 768px) {
    .c-title-primary {
      margin-bottom: 42px; } }
  .c-title-primary__en {
    font-family: "Urbanist", sans-serif;
    position: relative;
    font-size: calc(100vw / ( 468 / 35 )); }
    @media screen and (min-width: 768px) {
      .c-title-primary__en {
        font-size: 3.5rem; } }
    .c-title-primary__en:after {
      content: "";
      display: block;
      margin: 0.5em auto;
      background: #666666;
      height: 1px;
      width: 1em; }

/*========== c-list.scss ==========*/
.c-list-disc__item {
  position: relative;
  padding-left: 1.5em; }
  .c-list-disc__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 1em;
    height: 1em;
    background: #fff;
    border-radius: 50%; }
.c-list-note__item {
  position: relative;
  padding-left: 1em;
  font-size: calc(100vw / ( 468 / 13 )); }
  @media screen and (min-width: 768px) {
    .c-list-note__item {
      font-size: 1.3rem; } }
.c-list-note__icon {
  position: absolute;
  left: 0;
  top: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 100;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  width: calc(100vw / ( 468 / 30 ));
  height: calc(100vw / ( 468 / 20 ));
  background: url("../images/icon_arrow.svg") center no-repeat;
  background-size: contain; }
  @media screen and (min-width: 768px) {
    .slick-arrow {
      width: 30px;
      height: 20px; } }

.slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(90deg); }

.slick-next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg); }

.slick-dots li {
  margin: 0 7px; }
  .slick-dots li button {
    text-indent: -9999px;
    background: #543232;
    height: 8px;
    width: 8px; }

/*========== p-kv.scss ==========*/
.p-kv {
  position: relative;
  height: 100svh;
  opacity: 0;
  transition: opacity 1.6s ease; }
  @media screen and (min-width: 768px) {
    .p-kv {
      height: 692px; } }
  .p-kv.show {
    opacity: 1;
    transform: translateY(0); }
  .p-kv-logo {
    position: absolute;
    width: calc(100vw / ( 468 / 108 ));
    left: calc(100vw / ( 468 / 24 ));
    top: calc(100vw / ( 468 / 24 ));
    opacity: 0;
    transform: translateY(1vw);
    transition: opacity 1s ease, transform 1s ease; }
    @media screen and (min-width: 768px) {
      .p-kv-logo {
        width: 108px;
        left: 24px;
        top: 24px; } }
    .p-kv-logo.show {
      opacity: 1;
      transform: translateY(0); }
  .p-kv-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .p-kv-slide__item {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .p-kv-slide__item--01 {
        background-image: url("../images/mv_slide01.jpg"); }
      .p-kv-slide__item--02 {
        background-image: url("../images/mv_slide02.jpg"); }
      .p-kv-slide__item--03 {
        background-image: url("../images/mv_slide03.jpg"); }
      .p-kv-slide__item--04 {
        background-image: url("../images/mv_slide04.jpg"); }
      .p-kv-slide__item--05 {
        background-image: url("../images/mv_slide05.jpg"); }
      .p-kv-slide__item--06 {
        background-image: url("../images/mv_slide06.jpg"); }
    .p-kv-slide .slick-track {
      height: 100svh; }
      @media screen and (min-width: 768px) {
        .p-kv-slide .slick-track {
          height: 692px; } }

/*========== p-header.scss ==========*/
.p-header {
  padding: calc(100vw / ( 468 / 42 )) calc(100vw / ( 468 / 40 )); }
  @media screen and (min-width: 768px) {
    .p-header {
      padding: 57px 40px; } }
  .p-header-logo {
    margin: 0 auto calc(100vw / ( 468 / 35 ));
    width: calc(100vw / ( 468 / 264 )); }
    @media screen and (min-width: 768px) {
      .p-header-logo {
        margin-bottom: 35px;
        width: 264px; } }
  .p-header-ttl {
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    gap: calc(100vw / ( 468 / 10 ));
    margin-bottom: calc(100vw / ( 468 / 40 )); }
    @media screen and (min-width: 768px) {
      .p-header-ttl {
        gap: 10px;
        margin-bottom: 40px; } }
    .p-header-ttl__name {
      font-weight: 700;
      font-size: calc(100vw / ( 468 / 24 )); }
      @media screen and (min-width: 768px) {
        .p-header-ttl__name {
          font-size: 2.4rem; } }
    .p-header-ttl__date {
      font-weight: 700;
      font-size: calc(100vw / ( 468 / 20 )); }
      @media screen and (min-width: 768px) {
        .p-header-ttl__date {
          font-size: 2.0rem; } }
    .p-header-ttl__open {
      font-family: "Urbanist", sans-serif;
      letter-spacing: 0.1em;
      font-size: calc(100vw / ( 468 / 60 )); }
      @media screen and (min-width: 768px) {
        .p-header-ttl__open {
          font-size: 6.0rem; } }
  .p-header-txt {
    text-align: center; }
  .p-header-line {
    z-index: 100;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease;
    background: rgba(84, 50, 50, 0.8);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0.02em;
    line-height: 1.4;
    right: calc(100vw / ( 468 / 8 ));
    bottom: calc(100vw / ( 468 / 8 ));
    width: calc(100vw / ( 468 / 116 ));
    height: calc(100vw / ( 468 / 116 ));
    font-size: calc(100vw / ( 468 / 11.5 )); }
    @media screen and (min-width: 768px) {
      .p-header-line {
        right: 20px;
        bottom: 20px;
        width: 140px;
        height: 140px;
        font-size: 1.4rem; } }
    .p-header-line__icon:before {
      content: "";
      display: block;
      margin: 0 auto calc(100vw / ( 468 / 6 ));
      background: url("../images/icon_line.png") center no-repeat;
      background-size: contain;
      width: calc(100vw / ( 468 / 34 ));
      height: calc(100vw / ( 468 / 33 )); }
      @media screen and (min-width: 768px) {
        .p-header-line__icon:before {
          margin-bottom: 7px;
          width: 34px;
          height: 33px; } }
    .p-header-line.is-show {
      opacity: 1;
      pointer-events: auto; }
      .p-header-line.is-show:hover {
        opacity: 0.7;
        transition: all  0.3s ease; }

/*========== p-nav.scss ==========*/
.p-nav {
  background: #FEEDDC;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10; }
  .p-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .p-nav-item {
    width: calc(100% / 4);
    font-family: "Urbanist", sans-serif; }
  .p-nav-link {
    transition: all 0.1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
    font-size: calc(100vw / ( 468 / 18 )); }
    @media screen and (min-width: 768px) {
      .p-nav-link {
        font-size: 1.8rem; } }
    .p-nav-link.current {
      background: #E78494;
      color: #fff; }

/*========== p-about.scss ==========*/
.p-about {
  padding: calc(100vw / ( 468 / 60 )) 0 0; }
  @media screen and (min-width: 768px) {
    .p-about {
      padding: 60px 0 0; } }
  .p-about__inner {
    background: #000;
    color: #fff;
    position: relative;
    padding: 0 0 calc(100vw / ( 468 / 100 )); }
    @media screen and (min-width: 768px) {
      .p-about__inner {
        padding-bottom: 100px; } }
    .p-about__inner:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      width: 100%;
      height: calc(100vw / ( 468 / 68 )); }
      @media screen and (min-width: 768px) {
        .p-about__inner:before {
          height: 68px; } }
  .p-about-container {
    position: relative; }
    .p-about-container:not(:last-child) {
      margin-bottom: calc(100vw / ( 468 / 72 )); }
      @media screen and (min-width: 768px) {
        .p-about-container:not(:last-child) {
          margin-bottom: 72px; } }
    .p-about-container:nth-child(even) {
      padding-left: calc(100vw / ( 468 / 72 )); }
      @media screen and (min-width: 768px) {
        .p-about-container:nth-child(even) {
          padding-left: 72px; } }
    .p-about-container__ph {
      width: calc(100vw / ( 468 / 396 ));
      margin-bottom: calc(100vw / ( 468 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-about-container__ph {
          width: 396px;
          margin-bottom: 30px; } }
    .p-about-container__txt {
      padding: 0 calc(100vw / ( 468 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-about-container__txt {
          padding: 0 30px; } }
      .p-about-container__txt--even {
        padding-left: 0 !important; }

/*========== p-course.scss ==========*/
.anim-up,
.anim-right {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease; }

.anim-up {
  transform: translateY(24px); }

.anim-right {
  transform: translateX(-24px); }

.is-show {
  opacity: 1;
  transform: translate(0, 0); }

.p-course {
  position: relative;
  background: #fff;
  clip-path: polygon(0 calc(100vw / ( 468 / 60 )), 100% 0, 100% calc(100% - calc(100vw / ( 468 / 60 ))), 0 100%);
  padding: calc(100vw / ( 468 / 90 )) 0 calc(100vw / ( 468 / 80 ));
  margin-top: calc(-100vw / ( 468 / 60 )); }
  @media screen and (min-width: 768px) {
    .p-course {
      padding: 90px 0 80px;
      clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
      margin-top: -60px; } }
  .p-course-intro {
    text-align: center;
    margin-bottom: 2em; }
  .p-course-list:last-child {
    border-bottom: 1px solid #707070;
    margin-bottom: calc(100vw / ( 468 / 40 )); }
    @media screen and (min-width: 768px) {
      .p-course-list:last-child {
        margin-bottom: 40px; } }
  .p-course-list__ttl {
    position: relative;
    text-align: center;
    border-top: 1px solid #707070;
    font-size: calc(100vw / ( 468 / 17 ));
    padding: 0.7em 0; }
    @media screen and (min-width: 768px) {
      .p-course-list__ttl {
        font-size: 1.7rem; } }
    .p-course-list__ttl:after {
      content: "";
      display: block;
      position: absolute;
      right: 0.5em;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/icon_open.svg") center no-repeat;
      background-size: contain;
      width: calc(100vw / ( 468 / 26 ));
      height: calc(100vw / ( 468 / 26 )); }
      @media screen and (min-width: 768px) {
        .p-course-list__ttl:after {
          width: 26px;
          height: 26px; } }
    .p-course-list__ttl.open {
      background: rgba(228, 149, 158, 0.15);
      color: #543232;
      font-weight: 700; }
      .p-course-list__ttl.open:after {
        transform: translateY(-50%) rotate(180deg); }
  .p-course-list__subTtl {
    font-weight: 700;
    color: #E78494;
    font-size: calc(100vw / ( 468 / 18 )); }
    @media screen and (min-width: 768px) {
      .p-course-list__subTtl {
        font-size: 1.8rem; } }
    .p-course-list__subTtl:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 1em;
      height: 1em;
      background: #E78494;
      margin-right: 0.5em; }
  .p-course-list__detail {
    line-height: 1.6; }
  .p-course-list__txt {
    padding: 1em 0; }
  .p-course-list__item {
    color: #543232;
    position: relative;
    padding-left: 2.2em; }
    .p-course-list__item:not(:last-child) {
      margin-bottom: 0.5em; }
    .p-course-list__item:before {
      content: "";
      display: block;
      position: absolute;
      width: 1.8em;
      height: 1.8em;
      left: 0;
      top: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .p-course-list__item--target:before {
      background-image: url("../images/icon_target.svg"); }
    .p-course-list__item--price:before {
      background-image: url("../images/icon_price.svg"); }
    .p-course-list__item--schedule:before {
      background-image: url("../images/icon_schedule.svg"); }
  .p-course-list__unit {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 0 1em 1em; }
    .p-course-list__unit:not(:last-child) {
      border-bottom: 1px dashed #E78494;
      margin-bottom: 1em; }
  .p-course-slide {
    background: #fefdf6;
    padding-bottom: calc(100vw / ( 468 / 100 )); }
    @media screen and (min-width: 768px) {
      .p-course-slide {
        padding-bottom: 100px; } }
    .p-course-slide:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      height: calc(100vw / ( 468 / 122 )); }
      @media screen and (min-width: 768px) {
        .p-course-slide:before {
          height: 122px; } }
    .p-course-slide__item {
      width: calc(100vw / ( 468 / 360 ));
      padding: 0 calc(100vw / ( 468 / 10 )); }
      @media screen and (min-width: 768px) {
        .p-course-slide__item {
          width: 360px;
          padding: 0 10px; } }
    .p-course-slide .slick-dots {
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: calc(100vw / ( 468 / 60 ));
      width: 100%; }
      @media screen and (min-width: 768px) {
        .p-course-slide .slick-dots {
          bottom: 60px; } }
    .p-course-slide .slick-arrow {
      top: 35%; }
    .p-course-slide .slick-prev {
      left: calc(100vw / ( 468 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-course-slide .slick-prev {
          left: 30px; } }
    .p-course-slide .slick-next {
      right: calc(100vw / ( 468 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-course-slide .slick-next {
          right: 30px; } }
    .p-course-slide:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: calc(100vw / ( 468 / 100 ));
      background: rgba(248, 239, 182, 0.13);
      z-index: -1; }
      @media screen and (min-width: 768px) {
        .p-course-slide:after {
          height: 100px; } }

/*========== p-lesson.scss ==========*/
.p-lesson {
  position: relative;
  background: #fefdf6;
  padding: calc(100vw / ( 468 / 80 )) 0 0;
  margin-top: calc(-100vw / ( 468 / 150 )); }
  @media screen and (min-width: 768px) {
    .p-lesson {
      padding: 80px 0 0;
      margin-top: -150px; } }
  .p-lesson-tt {
    position: relative;
    border: 1px solid #C50000;
    background: #fff;
    color: #000;
    font-weight: 500;
    display: block;
    line-height: 1.25;
    padding: 1em 1em 1em 1.5em;
    font-size: calc(100vw / ( 468 / 22 ));
    margin-bottom: calc(100vw / ( 468 / 37 )); }
    @media screen and (min-width: 768px) {
      .p-lesson-tt {
        font-size: 2.2rem;
        margin-bottom: 37px; } }
    .p-lesson-tt:before, .p-lesson-tt:after {
      content: "";
      display: block;
      position: absolute; }
    .p-lesson-tt:before {
      border: 1px solid #C50000;
      left: 6px;
      top: 6px;
      width: calc(100% - 14px);
      height: calc(100% - 14px); }
    .p-lesson-tt:after {
      position: absolute;
      right: 1.5em;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/icon_pdf.svg") center no-repeat;
      background-size: contain;
      width: calc(100vw / ( 468 / 28 ));
      height: calc(100vw / ( 468 / 38 )); }
      @media screen and (min-width: 768px) {
        .p-lesson-tt:after {
          width: 28px;
          height: 38px; } }
  .p-lesson-central {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: calc(100vw / ( 468 / 100 )); }
    @media screen and (min-width: 768px) {
      .p-lesson-central {
        margin-bottom: 100px; } }
    .p-lesson-central__logo {
      width: calc(100vw / ( 468 / 124 ));
      margin-right: calc(100vw / ( 468 / 20 )); }
      @media screen and (min-width: 768px) {
        .p-lesson-central__logo {
          width: 124px;
          margin-right: 20px; } }
    .p-lesson-central__txt {
      position: relative;
      color: #000;
      font-weight: 500;
      line-height: 1.25;
      font-size: calc(100vw / ( 468 / 16 )); }
      @media screen and (min-width: 768px) {
        .p-lesson-central__txt {
          font-size: 1.6rem; } }
      .p-lesson-central__txt:after {
        content: "";
        display: block;
        position: absolute;
        right: -0.5em;
        bottom: 0;
        width: 1em;
        height: 1em;
        background: url("../images/icon_blank.svg") center no-repeat;
        background-size: contain; }
  .p-lesson-staff {
    background: #fff;
    position: relative;
    padding: calc(100vw / ( 468 / 50 )) 0; }
    @media screen and (min-width: 768px) {
      .p-lesson-staff {
        padding: 50px 0; } }
    .p-lesson-staff-ttl {
      position: absolute;
      left: 50%;
      top: 0;
      margin-top: -1em;
      margin-left: -3em;
      background: #543232;
      text-align: center;
      color: #fff;
      width: 6em;
      height: 2em;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 0.2em;
      border-radius: 1000px;
      font-size: calc(100vw / ( 468 / 22 )); }
      @media screen and (min-width: 768px) {
        .p-lesson-staff-ttl {
          font-size: 2.2rem; } }
    .p-lesson-staff-list {
      display: flex;
      flex-direction: column;
      gap: calc(100vw / ( 468 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-lesson-staff-list {
          gap: 30px; } }
    .p-lesson-staff-item {
      display: flex;
      justify-content: space-between;
      gap: calc(100vw / ( 468 / 15 )); }
      @media screen and (min-width: 768px) {
        .p-lesson-staff-item {
          gap: 15px; } }
      .p-lesson-staff-item__ph {
        flex: 0 0 48%;
        margin-bottom: calc(100vw / ( 468 / 15 )); }
        @media screen and (min-width: 768px) {
          .p-lesson-staff-item__ph {
            margin-bottom: 15px; } }
      .p-lesson-staff-item__body {
        flex: 1; }
      .p-lesson-staff-item__inner {
        overflow: hidden;
        height: calc(100vw / ( 468 / 200 ));
        position: relative;
        transition: all .4s;
        padding-bottom: 2.0em; }
        @media screen and (min-width: 768px) {
          .p-lesson-staff-item__inner {
            height: 200px; } }
        .p-lesson-staff-item__inner:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 3em;
          background: black;
          background: linear-gradient(0deg, white 70%, rgba(255, 255, 255, 0) 100%);
          transition: .4s; }
        .p-lesson-staff-item__inner.active:after {
          opacity: 0;
          visibility: hidden; }
        .p-lesson-staff-item__inner.active .js-showmore:after {
          transform: rotate(-180deg); }
      .p-lesson-staff-item__name {
        line-height: 1;
        color: #543232;
        font-weight: bold;
        margin-bottom: 0.75em;
        font-size: calc(100vw / ( 468 / 22 )); }
        @media screen and (min-width: 768px) {
          .p-lesson-staff-item__name {
            font-size: 1.6rem; } }
      .p-lesson-staff-item__info {
        line-height: 1.3; }
        .p-lesson-staff-item__info-ttl {
          margin-bottom: 0.5em;
          background: #feeddc;
          padding: 0.2em; }
        .p-lesson-staff-item__info-txt {
          margin-bottom: 1em; }
      .p-lesson-staff-item__word {
        border-top: 1px dashed #543232;
        padding-top: 0.5em;
        line-height: 1.4;
        font-size: calc(100vw / ( 468 / 16 )); }
        @media screen and (min-width: 768px) {
          .p-lesson-staff-item__word {
            font-size: 1.4rem; } }

.js-showmore {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .js-showmore:after {
    content: "";
    display: block;
    margin-left: 0.5em;
    width: 1em;
    height: 1em;
    background: url("../images/icon_arrow.svg") center no-repeat;
    background-size: contain; }

/*========== p-info.scss ==========*/
.p-info {
  border-top: 1px solid #B6E8F8;
  padding: calc(100vw / ( 468 / 50 )) 0 calc(100vw / ( 468 / 40 )); }
  @media screen and (min-width: 768px) {
    .p-info {
      padding: 50px 0 40px; } }
  .p-info-detail {
    padding: calc(100vw / ( 468 / 30 )) 0; }
    @media screen and (min-width: 768px) {
      .p-info-detail {
        padding: 30px 0; } }
    .p-info-detail__ttl {
      font-weight: 600;
      margin-bottom: 0.5em;
      font-size: calc(100vw / ( 468 / 18 )); }
      @media screen and (min-width: 768px) {
        .p-info-detail__ttl {
          font-size: 1.8rem; } }
    .p-info-detail__txt {
      line-height: 2;
      font-size: calc(100vw / ( 468 / 14 )); }
      @media screen and (min-width: 768px) {
        .p-info-detail__txt {
          font-size: 1.4rem; } }
  .p-info-logo {
    margin: 0 auto calc(100vw / ( 468 / 20 ));
    width: calc(100vw / ( 468 / 132 )); }
    @media screen and (min-width: 768px) {
      .p-info-logo {
        margin-bottom: 20px;
        width: 132px; } }
  .p-info-map {
    margin-bottom: calc(100vw / ( 468 / 40 )); }
    @media screen and (min-width: 768px) {
      .p-info-map {
        margin-bottom: 40px; } }
  .p-info-sns {
    display: flex;
    justify-content: center; }
    .p-info-sns__item {
      width: calc(100vw / ( 468 / 30 )); }
      @media screen and (min-width: 768px) {
        .p-info-sns__item {
          width: 30px; } }
      .p-info-sns__item:not(:last-child) {
        margin-right: calc(100vw / ( 468 / 10 )); }
        @media screen and (min-width: 768px) {
          .p-info-sns__item:not(:last-child) {
            margin-right: 10px; } }

/*========== p-footer.scss ==========*/
.p-footer-copy {
  display: block;
  text-align: center;
  color: #fff;
  font-size: calc(100vw / ( 468 / 12 )); }
  @media screen and (min-width: 768px) {
    .p-footer-copy {
      font-size: 1.2rem; } }

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold; }
.u-right {
  text-align: right; }
.u-center {
  text-align: center; }
.u-mb0 {
  margin-bottom: 0 !important; }
.u-mt0 {
  margin-top: 0 !important; }
.u-pb0 {
  padding-bottom: 0 !important; }
.u-sizeS {
  font-size: 80%; }
.u-sizeSS {
  font-size: 50%; }
