.infographic__header {
    display: block;
    text-align: center
  }
  
  .infographic__header .pageHeader__title {
    margin-bottom: 100px
  }
  
  .infographic__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 30px;
    justify-content: space-between
  }
  
  .infographic__inner {
    background: #fff;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 100%
  }
  
  .infographic__inner img {
    margin-bottom: 30px;
    width: 100%
  }
  
  .infographic__inner h2 {
    color: #004f9f;
    font-size: 2.4rem;
    font-weight: 700
  }
  
  .infographic__inner h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px
  }
  
  .infographic__inner p.-notice {
    color: #5e6369;
    font-size: 1.1rem
  }
  
  .methods-4powers {
    margin-bottom: 110px
  }
  
  .methods-4powers__title {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
  }
  
  .methods-4powers__titleShoulder {
    display: block;
    font-size: 1.6rem
  }
  
  .methods-4powers__titleText {
    display: block;
    font-size: 3.2rem
  }
  
  .methods-4powers__image {
    margin: 0 auto 60px;
    text-align: center
  }
  
  .methods-4powers__up {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  
  .methods-4powers__up:before {
    border: 4px solid #004f9f;
    border-right: 0;
    left: -62px
  }
  
  .methods-4powers__up:after,
  .methods-4powers__up:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 18px
  }
  
  .methods-4powers__up:after {
    border: 4px solid #004f9f;
    border-left: 0;
    right: -62px
  }
  
  .methods-4powers__up strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(92%, #fdc53b));
    background: linear-gradient(transparent 92%, #fdc53b 0);
    color: #004f9f;
    font-size: 4rem
  }
  
  .methods-4powers__up b {
    color: #004f9f
  }
  
  .methods-4powers__up img {
    margin-left: 3px;
    vertical-align: baseline
  }
  
  .methods-4powers__notes {
    color: #5e6369;
    font-size: 1.1rem;
    margin-left: 1em;
    text-align: center;
    text-indent: -1em
  }
  
  .methods-classReason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #eff6fd;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative
  }
  
  .methods-classReason__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  
  .methods-classReason__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    background: #5e6369;
    border-radius: 0 100px 100px 0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    order: 2;
    padding: 2px 22px 6px 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  
  .methods-classReason__title b {
    font-size: 2.8rem;
    margin-left: 3px;
    margin-right: 3px
  }
  
  .methods-classReason__list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    line-height: 1.5;
    order: 3;
    padding: 0 25px 18px
  }
  
  .methods-classReason__list li {
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative
  }
  
  .methods-classReason__list li:before {
    background: #2e2e2e;
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: .75em;
    width: 4px
  }
  
  .methods-classReason__morijuku {
    background: #004f9f;
    border-radius: 50%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    height: 70px;
    left: -15px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: -15px;
    width: 70px
  }
  
  .methods-classReason.-morijuku .methods-classReason__title {
    background-color: #004f9f
  }
  
  .methods-classReason.-morijuku .methods-classReason__list {
    color: #004f9f;
    font-weight: 700
  }
  
  .methods-classReason.-morijuku .methods-classReason__list li:before {
    background-color: #004f9f
  }
  
  .methods-index {
    display: grid;
    gap: 40px 40px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
  }
  
  .methods-index__item {
    background: #f8fcff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    padding: 0 0 30px;
    position: relative
  }
  
  .methods-index__title {
    background: #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
    left: 0;
    line-height: 1.2;
    padding: 2px 12px 2px 15px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  
  .methods-index__title:after {
    border: 20px solid transparent;
    border-left-color: #000;
    content: "";
    position: absolute;
    right: -40px;
    top: 0
  }
  
  .methods-index__title.-class {
    background-color: #004f9f
  }
  
  .methods-index__title.-class:after {
    border-left-color: #004f9f
  }
  
  .methods-index__title.-teacher {
    background-color: #3fbf48
  }
  
  .methods-index__title.-teacher:after {
    border-left-color: #3fbf48
  }
  
  .methods-index__title.-measures {
    background-color: #fdc53b
  }
  
  .methods-index__title.-measures:after {
    border-left-color: #fdc53b
  }
  
  .methods-index__title.-text {
    background-color: #f48021
  }
  
  .methods-index__title.-text:after {
    border-left-color: #f48021
  }
  
  .methods-index__no {
    font-family: Poppins, Noto Sans JP, sans-serif;
    font-size: 3rem;
    margin-left: 8px;
    position: relative;
    z-index: 1
  }
  
  .methods-index__image {
    margin: 0 auto 20px
  }
  
  .methods-index__image img {
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0
  }
  
  .methods-index__text {
    padding: 0 30px 80px
  }
  
  .methods-index__lead {
    color: #004f9f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: center
  }
  
  .methods-index__subTitle {
    color: #004f9f;
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 auto 15px;
    text-align: center;
    text-decoration: underline;
    -webkit-text-decoration-color: #fdc53b;
    text-decoration-color: #fdc53b;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 10px;
    text-underline-offset: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  
  .methods-index__btn {
    bottom: 30px;
    left: 50%;
    min-width: 300px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  
  .movie {
    margin-bottom: 80px
  }
  
  .movie__title {
    color: #004f9f;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
    text-align: center
  }
  
  .movie__title-sec {
    font-size: 2.6rem
  }
  
  .movie__title:after,
  .movie__title:before {
    background: #004f9f;
    border-radius: 1px;
    bottom: -4px;
    content: "";
    height: 24px;
    position: absolute;
    width: 2px
  }
  
  .movie__title:before {
    margin-left: -20px;
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg)
  }
  
  .movie__title:after {
    margin-left: 20px;
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg)
  }
  
  .movie__frame {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #eff6fd;
    color: #004f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56vw;
    justify-content: center;
    margin: 0 auto 30px;
    width: 100%
  }
  
  .movie__h3 {
    font-size: 2rem;
    font-weight: 700
  }
  
  .philosophy-last {
    margin-left: -200px;
    margin-right: -200px
  }
  
  .price-review__item {
    background: #faf6ed;
    margin-bottom: 20px;
    padding: 30px 40px calc(30px - 1.5em)
  }
  
  .price-review__title {
    color: #004f9f;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px
  }
  
  .pageHeader__faq {
    margin-top: -1em
  }
  
  .pageHeader-faq__shoulder {
    font-size: 1.8rem
  }
  
  .aboutFaq__section-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 80px
  }
  
  .aboutFaq__section-header-icon {
    height: 100px;
    margin-right: 20px;
    width: 100px
  }
  
  .faqQuestions__section {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    margin-bottom: 80px
  }
  
  .faqQuestions__sectionTitle {
    background: #eff6fd;
    border-bottom: 1px solid #e0e0e0;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 36px 40px 20px;
    position: relative
  }
  
  .faqQuestions__sectionTitle:after,
  .faqQuestions__sectionTitle:before {
    background: #004f9f;
    content: "";
    position: absolute
  }
  
  .faqQuestions__sectionTitle:before {
    height: 15px;
    right: 41px;
    top: calc(50% - 7px);
    -webkit-transition: .3s;
    transition: .3s;
    width: 3px
  }
  
  .faqQuestions__sectionTitle:after {
    height: 3px;
    right: 35px;
    top: calc(50% - 1px);
    -webkit-transition: .3s;
    transition: .3s;
    width: 15px
  }
  
  .faqQuestions__sectionTitle-sub {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #004f9f;
    border-radius: 0 24px 24px 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 5px 25px;
    position: absolute;
    top: -24px
  }
  
  .faqQuestions__sectionTitle-sub span {
    font-size: 2.8rem;
    margin-bottom: 3px;
    margin-left: 10px
  }
  
  .faqQuestions__section[open] .faqQuestions__sectionTitle:before {
    opacity: 0
  }
  
  .faqQuestions__body-inner {
    padding: 25px 35px
  }
  
  .faqQuestions__body-header-icon {
    height: 26px
  }
  
  .faqQuestions__body-header-text {
    color: #004f9f;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 25px
  }
  
  .faqQuestions__body-textWrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .faqQuestions__body-textWrapper .-notice {
    color: #5e6369;
    font-size: 1.1rem
  }
  
  .faqQuestions__body-textWrapper .marker {
    font-weight: 700
  }
  
  .faqQuestions__body-image {
    margin-bottom: 20px;
    width: 100%
  }
  
  .faqQuestions__exp-header {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 40px 0 15px
  }
  
  .faqQuestions__exp-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #faf6ed;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px
  }
  
  .faqQuestions__exp-wrapper .-notice {
    color: #5e6369;
    font-size: 1.1rem;
    margin-bottom: 20px
  }
  
  .faqQuestions__exp-wrapper .marker {
    font-weight: 700
  }
  
  .faqQuestions__exp-image {
    margin-bottom: 20px;
    width: 100%
  }
  
  .faqQuestions__exp-name {
    font-weight: 700
  }
  
  .faqQuestions__exp-title {
    font-size: 2rem;
    font-weight: 700
  }
  
  .faqQuestions__toggleBtn {
    margin-top: 25px;
    text-align: center
  }
  
  .faqQuestions__toggleBtn .btn.-toggle .btn__text:before {
    height: 0;
    width: 0
  }
  
  .balloon {
    background: #004f9f;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 1.5em auto 1em;
    max-width: 100%;
    min-width: 120px;
    padding: 13px 35px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
  
  .balloon:before {
    border: 10px solid transparent;
    border-top: 9px solid #004f9f;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%
  }
  
  .balloon p {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0
  }
  
  .blue-tit {
    color: #004f9f;
    line-height: 1.3;
    margin-bottom: 40px;
    text-align: center
  }
  
  .blue-tit,
  .reason-tit {
    font-size: 3.2rem;
    font-weight: 700
  }
  
  .reason-tit {
    background: #2660ad;
    color: #fff;
    padding: 1rem 2rem 1rem 1em;
    position: relative
  }
  
  .reason-box-back {
    background: #f8fcff;
    margin-bottom: 30px
  }
  
  .reason-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 30px;
    padding: 0 30px 30px
  }
  
  .reason-box>div:first-child {
    width: 40%
  }
  
  .reason-box>div:last-child {
    width: 60%
  }
  
  .c-red {
    color: #fb0059;
    font-weight: 600
  }
  
  .reason-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
  }
  
  .grade-price-pic {
    padding: 0 0 40px;
    text-align: center
  }
  
  .pic-only {
    margin-top: 30px;
    text-align: center
  }
  
  .text-only {
    padding: 30px
  }
  
  @media screen and (max-width:768px) {
    .infographic__wrapper {
      gap: 20px
    }
  
    .infographic__inner {
      padding: 20px
    }
  
    .infographic__inner img {
      margin-bottom: 20px
    }
  
    .infographic__inner h2 {
      font-size: 2rem
    }
  
    .methods-4powers {
      margin-bottom: 60px
    }
  
    .methods-4powers__titleShoulder {
      font-size: 1.3rem
    }
  
    .methods-4powers__titleText {
      font-size: 2.8rem
    }
  
    .methods-4powers__image {
      margin-bottom: 30px
    }
  
    .methods-4powers__up {
      font-size: 2rem
    }
  
    .methods-4powers__up:before {
      left: -22px
    }
  
    .methods-4powers__up:after {
      right: -22px
    }
  
    .methods-4powers__up strong {
      font-size: 2.8rem
    }
  
    .methods-4powers__up img {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
      width: 26px
    }
  
    .methods-4powers__notes {
      text-align: left
    }
  
    .methods-classReason__morijuku {
      font-size: 2rem;
      height: 60px;
      left: -10px;
      line-height: 60px;
      top: -10px;
      width: 60px
    }
  
    .methods-index {
      gap: 40px 20px
    }
  
    .methods-index__title {
      font-size: 1.5rem;
      height: 30px
    }
  
    .methods-index__title:after {
      border-width: 15px;
      right: -30px
    }
  
    .methods-index__no {
      font-size: 2rem
    }
  
    .methods-index__lead {
      font-size: 1.6rem
    }
  
    .methods-index__subTitle {
      font-size: 2.8rem
    }
  
    .methods-index__p {
      font-size: 1.5rem
    }
  
    .movie {
      margin-bottom: 60px
    }
  
    .movie__title {
      font-size: 2rem;
      margin: 25px 0 13px
    }
  
    .movie__title-sec {
      font-size: 1.6rem
    }
  
    .movie__title:after,
    .movie__title:before {
      bottom: 0;
      height: 18px
    }
  
    .movie__title:before {
      margin-left: -10px
    }
  
    .movie__title:after {
      margin-left: 10px
    }
  
    .movie__h3 {
      font-size: 1.8rem
    }
  
    .philosophy-last {
      margin-left: -150px;
      margin-right: -150px
    }
  
    .philosophy-main__portraitImage {
      max-width: 79%
    }
  
    .price-review__item {
      padding: 25px 20px calc(25px - 1.5em)
    }
  
    .price-review__title {
      font-size: 1.6rem
    }
  
    .aboutFaq__section-header {
      font-size: 2.8rem;
      margin-bottom: 45px;
      margin-top: 40px
    }
  
    .aboutFaq__section-header-icon {
      height: 70px;
      margin-right: 15px;
      width: 70px
    }
  
    .faqQuestions__section {
      margin-bottom: 60px
    }
  
    .faqQuestions__sectionTitle {
      font-size: 2rem;
      padding: 20px
    }
  
    .faqQuestions__sectionTitle:before {
      height: 11px;
      right: 24px;
      top: calc(50% - 5px)
    }
  
    .faqQuestions__sectionTitle:after {
      right: 20px;
      width: 11px
    }
  
    .faqQuestions__body-inner {
      padding: 20px
    }
  
    .faqQuestions__body-header-icon {
      height: 24px
    }
  
    .faqQuestions__body-header-text {
      font-size: 2rem;
      margin-bottom: 15px
    }
  
    .faqQuestions__body-textWrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
    }
  
    .faqQuestions__exp-header {
      font-size: 2rem
    }
  
    .faqQuestions__exp-wrapper {
      display: block;
      padding: 20px
    }
  
    .faqQuestions__exp-wrapper .-notice {
      margin-bottom: 15px
    }
  
    .faqQuestions__toggleBtn {
      margin-top: 20px
    }
  
    .balloon {
      margin: 1em auto;
      padding: 13px 10px
    }
  
    .balloon p {
      font-size: 1.8rem
    }
  
    .blue-tit {
      font-size: 2.8rem;
      margin-bottom: 20px
    }
  
    .reason-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      gap: 15px;
      padding: 0 20px 35px
    }
  
    .reason-tit {
      font-size: 2rem
    }
  
    .reason-box>div:first-child,
    .reason-box>div:last-child {
      width: auto
    }
  
    .reason-box-back+.reason-box-back {
      margin: 0 -20px
    }
  
    .reason-box-back {
      margin-left: -20px;
      margin-right: -20px
    }
  
    .reason-block {
      gap: 10px
    }
  
    .grade-price-pic {
      padding: 0 20px 25px
    }
  
    .pic-only {
      padding: 0 20px
    }
  
    .text-only {
      padding: 15px 20px 25px
    }
  }
  
  @media screen and (min-width:941px) {
    .infographic__inner.-pc-50 {
      width: calc(50% - 20px)
    }
  
    .infographic__inner.-pc-70 {
      width: calc(67% - 20px)
    }
  
    .infographic__inner.-pc-30 {
      width: calc(33% - 20px)
    }
  
    .infographic__inner.-pc-33 {
      width: calc(33.33333% - 20px)
    }
  }
  
  @media screen and (max-width:340px) {
    .methods-4powers__up {
      font-size: 1.6rem
    }
  
    .methods-4powers__up strong {
      font-size: 2.4rem
    }
  
    .methods-4powers__up img {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      width: 22px
    }
  
    .methods-4powers__notes {
      font-size: 1rem
    }
  
    .methods-index__lead,
    .methods-index__p {
      font-size: 1.4rem
    }
  }
  
  @media screen and (max-width:1024px) {
    .methods-index {
      gap: 40px 30px
    }
  
    .methods-index__text {
      padding-left: 20px;
      padding-right: 20px
    }
  }
  
  @media screen and (max-width:460px) {
    .methods-index {
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
    }
  }
  
  @media screen and (max-width:600px) {
    .methods-index__text {
      padding-bottom: 0
    }
  
    .methods-index__p {
      margin-bottom: 20px
    }
  
    .methods-index__btn {
      min-width: 0;
      position: static;
      -webkit-transform: translateX(0);
      transform: translateX(0)
    }
  
    .philosophy-last {
      margin-left: -20px;
      margin-right: -20px
    }
  }
  
  @media screen and (min-width:769px) {
    .movie__frame {
      height: 342px;
      width: 609px
    }
  
    .pageHeader__faq {
      text-align: center
    }
  
    .faqQuestions__body-image {
      margin-right: 25px;
      max-width: 400px
    }
  
    .faqQuestions__exp-image {
      margin-right: 25px;
      max-width: 300px
    }
  
    .faqQuestions__exp-title {
      font-size: 1.8rem
    }
  }
  
  @media (any-hover:hover) {
    .faqQuestions__sectionTitle:hover {
      color: #004f9f
    }
  }
  /*===============================

	動画

================================*/
.movie__frame {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #004f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56vw;
    justify-content: center;
    /* margin: 0 auto; */
    width: 100%;
    position: relative;
}
.play-icon {
    position: absolute !important;
    top: calc(50% - 30px) !important;
    left: calc(50% - 30px) !important;
    width: 68px !important;
    height: 48px !important;
}
@media screen and (min-width: 769px) {
    .movie__frame {
        height: 342px;
        width: 609px;
    }
}