/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.3s opacity ease-in-out;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
select,
input[type='text'],
input[type='tel'],
input[type='email'] {
  border-radius: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.sr-only:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.-sp {
  display: none;
}
.fade-in {
  opacity: 0;
  transition-duration: 300ms;
  transition-property: opacity;
}
.scroll-in {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
  select,
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  textarea {
    font-size: 1.6rem;
  }
}
.p-header {
  position: relative;
}
.p-header__button {
  position: absolute;
  left: 4.2%;
  bottom: 30px;
  width: 28.194%;
  min-width: 240px;
}
@media screen and (max-width: 769px) {
  .p-header__button {
    position: absolute;
    left: inherit;
    right: 15px;
    bottom: 21px;
    width: 53.3%;
    min-width: 150px;
  }
}
.l-header__mv {
  height: auto;
}
.l-section {
  padding: 10rem 48px;
  margin: 0 auto;
  max-width: 1096px;
}
.l-section.-xl {
  max-width: 1216px;
}
@media screen and (max-width: 769px) {
  .l-section {
    padding: 5rem 15px;
  }
}
.l-inner {
  padding: 6rem 74px;
  max-width: 1096px;
}
.l-inner.-problem {
  padding: 0;
  margin: 0 auto;
  max-width: 1120px;
}
.l-inner.-feature {
  border: 3px solid #e1fb03;
  background-color: #fff;
  margin: 6.4rem auto 0;
}
.l-inner.-reason {
  margin: 7.2rem auto 0;
  border: 3px solid #0a1973;
}
.l-inner.-program {
  margin: 5rem auto 0;
  background-color: #fff;
  box-shadow: 0px 0px 6.32px 1.68px rgba(0, 0, 0, 0.11);
}
.l-inner.-message {
  margin: 4.2rem auto 0;
  background-color: #fff;
  border: 6px solid #e7ff03;
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-inner.-feature {
    margin: 3.2rem auto 0;
    border: 2px solid #e1fb03;
    padding: 3rem 13px;
  }
  .l-inner.-reason {
    margin: 3.6rem auto 0;
    border: 2px solid #0a1973;
    padding: 3rem 13px;
  }
  .l-inner.-program {
    padding: 3rem 13px;
    margin: 2.5rem auto 0;
  }
  .l-inner.-message {
    margin: 2.2rem auto 0;
    border: 3px solid #e7ff03;
    padding: 3rem 13px;
  }
}
.u-gothic {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, Verdana, Meiryo, sans-serif;
}
.u-marker {
  padding: 0 0.6em;
  margin: 0 0.3em;
  display: inline-block;
  color: #0a1973;
  background-color: #e7ff03;
  font-weight: 600;
}
.u-marker.-skew {
  background-color: transparent;
  position: relative;
  z-index: 10;
}
.u-marker.-skew::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 78%;
  background-color: #e7ff03;
  z-index: -1;
  transform: translateY(-50%) skewX(-15deg);
  font-weight: 600;
}
.u-marker.-dark {
  background-color: #173181;
  color: #e7ff03;
}
.u-marker.-dark.-skew {
  background-color: transparent;
}
.u-marker.-dark.-skew::before {
  background-color: #173181;
}
@media screen and (max-width: 769px) {
  .u-marker {
    padding: 0 0.3em;
    margin: 0 0.2em 0 0;
    line-height: 1.6;
  }
  .u-marker.-skew {
    letter-spacing: 0;
    padding: 0.4em 0.5em;
  }
}
.u-heading {
  margin: 0;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 769px) {
  .u-heading {
    font-size: 1.8rem;
  }
}
.u-underline {
  background: linear-gradient(transparent 60%, #e1fb03 60%);
}
.u-subHeading {
  text-align: center;
  font-size: 3rem;
  line-height: 2.5;
  margin: 3rem auto 0;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .u-subHeading {
    margin: 1.5rem auto 0;
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.u-paragraph {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.5;
  font-feature-settings: 'palt';
  letter-spacing: 0.2rem;
  text-align: justify;
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, Verdana, Meiryo, sans-serif;
}
.u-paragraph .underline {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 769px) {
  .u-paragraph {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}
.c-cta {
  max-width: 1096px;
  margin: 100px auto 0;
  padding: 0 48px;
}
.c-cta__container {
  background-color: #0f2178;
  border: 6px solid #e7ff03;
  box-shadow: 0px 0px 12.64px 3.36px rgba(0, 0, 0, 0.19);
  letter-spacing: 0.2em;
  position: relative;
}
.c-cta__inner {
  padding: 7.8rem 1rem;
}
.c-cta__tag {
  min-width: 16rem;
  min-height: 16rem;
  position: absolute;
  border-radius: 50%;
  border: 6px solid #173181;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: -5rem;
  left: -5rem;
  font-weight: 600;
}
.c-cta__tagText {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #0a1973;
}
.c-cta__tagText.-marker {
  background: linear-gradient(transparent 80%, #e7ff03 80%);
  background-position-y: 2.8rem;
}
.c-cta__heading {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 3.4rem;
  margin: 0 auto;
  line-height: 1.8;
}
.c-cta__markers {
  display: flex;
  justify-content: center;
}
.c-cta__buttonPrefix {
  text-align: center;
  margin: 5.5rem 0 0;
}
.c-cta__label {
  font-size: 2rem;
  padding: 0.6rem 1rem;
  letter-spacing: 0.2em;
}
.c-cta__schedule {
  color: #e7ff03;
  font-feature-settings: 'palt';
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
.c-cta__schedule.-dark {
  color: #173181;
}
.c-cta__live {
  display: inline-block;
  margin: 0 4px;
}
@media screen and (max-width: 769px) {
  .c-cta {
    margin: 50px auto 0;
    padding: 0 15px;
  }
  .c-cta__inner {
    padding: 4rem 1rem;
  }
  .c-cta__container {
    letter-spacing: 0.1em;
  }
  .c-cta__tag {
    border: 3px solid #173181;
    min-width: 8rem;
    min-height: 8rem;
    top: -3.4rem;
    left: -1rem;
  }
  .c-cta__tagText {
    font-size: 1.1rem;
  }
  .c-cta__heading {
    font-size: 2rem;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .c-cta__markers {
    flex-direction: column;
    font-size: 2.3rem;
  }
  .c-cta__markers .u-marker {
    margin-top: 0.4rem;
  }
  .c-cta__markers .u-marker.-expand {
    margin-top: 0.8rem;
  }
  .c-cta__headingLead {
    margin-left: 0.6rem;
  }
  .c-cta__label {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0.3rem 0.7rem;
    margin: 0 0.1em 0 0;
  }
  .c-cta__live {
    margin: 0 2px;
  }
  .c-cta__schedule {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
  .c-cta__buttonPrefix {
    margin: 3.5rem 0 0;
  }
}
.c-button {
  display: block;
  padding: 2.6rem 9.4rem;
  margin: 2.5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 5rem;
  font-size: min(2.6vw, 3.2rem);
  color: #12297c;
  font-weight: 600;
  position: relative;
  box-shadow: 0px 0px 36.34px 9.66px rgba(0, 0, 0, 0.29);
  letter-spacing: 0.2rem;
  animation-name: moving;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.45s;
}
.c-button::after {
  position: absolute;
  display: flex;
  top: 48%;
  right: 6%;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #12297c;
  border-right: 2px solid #12297c;
  transform: rotate(45deg) translateY(-50%);
}
.c-button.-dark {
  background-color: #173181;
  color: #e7ff03;
}
.c-button.-dark::after {
  border-top: 2px solid #e7ff03;
  border-right: 2px solid #e7ff03;
}
@keyframes moving {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 769px) {
  .c-button {
    padding: 1.8rem 0;
    margin: 2rem auto 0;
    font-size: 1.6rem;
    width: 96%;
    text-align: center;
    letter-spacing: 0.05rem;
  }
  .c-button::after {
    right: 8%;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-fixedButton {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 100%;
  max-width: 164px;
  z-index: 100;
}
.c-fixedButton a:hover {
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .c-fixedButton {
    bottom: 8px;
    right: 8px;
    max-width: 90px;
  }
}
.p-problem__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 7.2rem auto 0;
}
.p-problem__item {
  width: 25%;
  margin-bottom: 6.4rem;
}
.p-problem__item:first-child .p-problem__icon {
  max-width: 97px;
}
.p-problem__item:nth-child(2) .p-problem__icon {
  max-width: 99px;
}
.p-problem__item:nth-child(3) {
  margin-right: 0.01%;
}
.p-problem__item:nth-child(3) .p-problem__icon {
  max-width: 107px;
}
.p-problem__item:nth-child(4) .p-problem__icon {
  max-width: 96px;
}
.p-problem__item:nth-child(5) .p-problem__icon {
  max-width: 117px;
}
.p-problem__item:nth-child(6) .p-problem__icon {
  max-width: 99px;
}
.p-problem__item:nth-child(7) .p-problem__icon {
  max-width: 87px;
}
.p-problem__picture {
  min-height: 110px;
  display: block;
}
.p-problem__icon {
  display: flex;
  width: 100%;
  margin: 0 auto 3.8rem;
}
.p-problem__text {
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}
.p-problem__lead {
  margin: 0;
  font-size: 3rem;
  line-height: 2.5;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.p-feature {
  background-color: #e6e8f1;
}
.p-feature__heading {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  font-feature-settings: 'palt';
}
.p-feature__heading .u-marker:nth-child(2) {
  margin-top: 1.4rem;
}
.p-feature__block {
  margin-top: 4rem;
}
.p-feature__list {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.p-feature__item {
  line-height: 2;
}
.p-feature__image {
  margin: 3rem 0 5rem;
}
.p-feature__paragraphContainer {
  margin: 5rem 0 0;
}
.p-reason__listHeading {
  display: block;
  font-size: 2rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-reason__listHeading::before {
  position: absolute;
  top: 50%;
  left: 49.5%;
  content: '';
  background-color: #e1fb03;
  width: 4.1rem;
  height: 6rem;
  transform: translate(-50%, -50%) skewX(-15deg);
  z-index: -1;
}
.p-reason__heading {
  margin: 2.8rem auto 0;
  font-weight: 600;
  font-size: 3rem;
  font-feature-settings: 'palt';
  letter-spacing: 0.4rem;
  line-height: 1.2;
}
.p-reason__underline {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
.p-reason__underline:not(:first-child) {
  margin-top: 1.8rem;
}
.p-reason__paragraphContainer {
  margin-top: 4rem;
}
.p-reason__item:not(:first-child) {
  margin-top: 8rem;
}
.p-reason__triangle {
  display: block;
  margin: 3rem auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 43px 0 43px;
  border-color: #e2fb03 transparent transparent transparent;
}
.p-reason__result {
  margin: 3.2rem auto 0;
  font-size: 2.6rem;
  line-height: 1.9;
  text-align: center;
  font-weight: 500;
  display: block;
}
.p-reason__resultList {
  padding: 3.4rem 2.4rem 3.4rem 3.6em;
  text-indent: -1.8em;
  margin: 1.6rem auto 0;
  background-color: #e1fb03;
  color: #0a1973;
}
.p-reason__resultItem {
  font-size: 2rem;
  font-weight: 600;
}
.p-reason__resultItem:not(:first-child) {
  margin-top: 2.2rem;
}
.p-reason__resultItem::before {
  content: '◎';
}
.p-reason__resultStrong {
  font-weight: 600;
  border-bottom: 1px solid #0a1973;
  font-size: 2.4rem;
}
.p-reason__image {
  margin-top: 4rem;
}
.p-reason__ctaContainer {
  text-align: center;
}
.p-reason__ctaHeading {
  text-align: center;
  font-size: 3.4rem;
  margin: 8rem auto 0;
}
.p-reason__ctaHeading .u-marker {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  line-height: 2.1;
}
.p-reason__ctaHeading .u-marker:not(:first-child) {
  margin-top: 1rem;
}
.p-reason__ctaStrong {
  border-bottom: 1px solid #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 500;
}
.p-reason__ctaStrong:first-child {
  margin: 4rem auto 0;
}
.p-reason__ctaStrong:not(:first-child) {
  margin: 1.6rem auto 0;
}
.p-reason__ctaSmall {
  margin-top: 3.5rem;
  display: block;
  font-size: 2rem;
}
.p-reason__ctaCatch {
  font-size: 3rem;
  line-height: 2.1;
  text-align: center;
  display: block;
  margin-top: 3.5rem;
}
.p-reason .c-cta__buttonPrefix {
  margin: 3.5rem 0 0;
}
.p-program {
  background-color: #e6e8f1;
}
.p-program__subHeading {
  margin: 0;
}
.p-program__lead {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
}
.p-program__list {
  margin: 5rem auto 0;
}
.p-program__item:not(:first-child) {
  margin-top: 8rem;
}
.p-program__itemHeadings {
  display: flex;
}
.p-program__day {
  flex-basis: 15.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7ff03;
}
.p-program__itemHeading {
  padding: 2.1rem 2.4rem;
  margin: 0;
  flex-basis: 84.6%;
  background-color: #173181;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.p-program__dayImage {
  width: 65.55%;
}
.p-program__itemParagraph {
  margin: 3rem auto 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.3;
  font-feature-settings: 'palt';
  letter-spacing: 0.2rem;
  text-align: justify;
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, Verdana, Meiryo, sans-serif;
}
.p-program__itemParagraph .underline {
  border-bottom: 1px solid #000;
}
.p-program__itemParagraph .underline.-large {
  font-size: 2rem;
}
.p-program__itemPhotos {
  margin: 3.2rem auto 0;
  display: flex;
  justify-content: space-between;
}
.p-program__itemPhotos picture {
  width: 47.5%;
}
.p-program__image {
  width: 100%;
  box-shadow: 0px 0px 6.32px 1.68px rgba(0, 0, 0, 0.11);
}
.p-program__pointList {
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 600;
}
.p-program__pointItem {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
}
.p-program__pointItem:not(:first-child) {
  margin-top: 1.6rem;
}
.p-teacher__profile {
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
}
.p-teacher__profilePicture {
  flex-basis: 45%;
}
.p-teacher__text {
  position: relative;
  z-index: 10;
  flex-basis: 50%;
}
.p-teacher__logoImage {
  position: absolute;
  z-index: -1;
  width: 52.082%;
  top: -13.2%;
  right: 8%;
}
.p-teacher__profileMain {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.p-teacher__name {
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
}
.p-teacher__position {
  font-size: 2rem;
  margin-left: 1.5rem;
  letter-spacing: 0.2rem;
}
.p-teacher__list {
  padding-left: 1em;
  margin: 3.8rem auto 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-indent: -1em;
}
.p-teacher__item::before {
  content: '・';
}
.p-teacher__item:not(:first-child) {
  margin-top: 0.5rem;
}
.p-teacher__paragraph {
  margin: 3.2rem auto 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
.p-message {
  background-color: #142c7e;
  position: relative;
}
.p-message__inner {
  padding: 7.2rem 48px 10rem;
}
.p-message__logoPicture {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28.889%;
}
.p-message__heading {
  text-align: center;
  font-size: 3.4rem;
  line-height: 2.3;
  margin: 0;
}
.p-message__heading .u-marker.-skew {
  padding: 0 4.4rem;
}
.p-message__subHeading {
  margin: 0;
  text-align: center;
  font-size: 3.8rem;
  color: #02096a;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
.p-message__subHeading .u-marker:first-of-type {
  margin-left: 0;
}
.p-message__list {
  margin: 5rem auto 0;
  max-width: 800px;
}
.p-message__item {
  display: flex;
}
.p-message__item:not(:first-child) {
  margin-top: 1rem;
}
.p-message__day {
  display: flex;
  align-items: center;
  background-color: #e7ff03;
  /* flex-basis: 32%; */
  flex-basis: 15.4%;
  justify-content: center;
}
.p-message__dayPicture {
  text-align: center;
}
.p-message__itemHeading {
  flex-basis: 68%;
}
.p-message__image {
  /* width: 78.91%; */
  width: 60%;
}
.p-message__itemHeading {
  padding: 2.2rem 2rem;
  margin: 0;
  background-color: #173181;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  flex-basis: 84.6%;
}
@media screen and (max-width: 769px) {
  .p-problem__list {
    margin: 3.6rem auto 0;
    justify-content: space-between;
  }
  .p-problem__item {
    width: 48%;
    margin-bottom: 3rem;
  }
  .p-problem__item:last-child {
    margin: 0 auto;
  }
  .p-problem__item:nth-child(5) .p-problem__icon {
    width: 68%;
  }
  .p-problem__picture {
    min-height: initial;
  }
  .p-problem__icon {
    width: 60%;
    height: 89px;
    object-fit: contain;
    margin: 0 auto 1.5rem;
  }
  .p-problem__text {
    font-size: 1.3rem;
    letter-spacing: 0;
    letter-spacing: -0.1em;
    margin: 0;
  }
  .p-problem__leadWrapper {
    margin: 5rem auto 0;
  }
  .p-problem__lead {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  .p-feature__heading {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .p-feature__heading .u-marker:nth-child(2) {
    margin: 0.5rem 0 0;
  }
  .p-feature__block {
    margin-top: 2rem;
  }
  .p-feature__list {
    font-size: 1.5rem;
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
  }
  .p-feature__image {
    margin: 1.5rem 0 3rem;
  }
  .p-feature__paragraphContainer {
    margin: 2.5rem 0 0;
  }
  .p-reason__listHeading {
    font-size: 1.6rem;
  }
  .p-reason__listHeading::before {
    width: 3.2rem;
    height: 4.9rem;
  }
  .p-reason__heading {
    margin: 2rem auto 0;
    font-size: 1.5rem;
  }
  .p-reason__paragraphContainer {
    margin-top: 2rem;
  }
  .p-reason__underline:not(:first-child) {
    margin-top: 0.8rem;
  }
  .p-reason__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-reason__triangle {
    margin: 2rem auto 0;
    border-width: 21px 21.5px 0 21.5px;
  }
  .p-reason__result {
    margin: 1.6rem auto 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-reason__resultList {
    padding: 1.7rem 1.3rem 1.7em 2.2em;
    margin: 1.2rem auto 0;
    text-indent: -1.2em;
  }
  .p-reason__resultItem {
    font-size: 1.3rem;
  }
  .p-reason__resultItem:not(:first-child) {
    margin-top: 1.6rem;
  }
  .p-reason__resultStrong {
    font-size: 1.5rem;
  }
  .p-reason__image {
    margin-top: 2rem;
  }
  .p-reason__ctaHeading {
    font-size: 1.7rem;
    margin: 4rem auto 0;
  }
  .p-reason__ctaHeading .u-marker:not(:first-child) {
    margin-top: 0;
  }
  .p-reason__ctaStrong {
    font-size: 1.5rem;
    margin: 2rem auto 0;
  }
  .p-reason__ctaStrong:first-child {
    margin: 2rem auto 0;
  }
  .p-reason__ctaStrong:not(:first-child) {
    margin: 0.8rem auto 0;
  }
  .p-reason__ctaSmall {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
  .p-reason__ctaCatch {
    font-size: 1.5rem;
    margin-top: 1.7rem;
  }
  .p-reason__ctaCatch .u-marker {
    margin-right: 0;
  }
  .p-reason .c-cta__buttonPrefix {
    margin: 2rem 0 0;
  }
  .p-program__lead {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  .p-program__list {
    margin: 2.5rem auto 0;
  }
  .p-program__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-program__day {
    flex-basis: 20%;
  }
  .p-program__dayImage {
    width: 70%;
  }
  .p-program__itemHeading {
    font-size: 1.5rem;
    padding: 1.2rem;
  }
  .p-program__itemParagraph {
    margin: 1.5rem auto 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .p-program__itemParagraph.-narrow {
    margin: 1rem auto 0;
  }
  .p-program__itemParagraph .underline.-large {
    font-size: 1.5rem;
  }
  .p-program__itemPhotos {
    margin: 1.6rem auto 0;
  }
  .p-program__pointList {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .p-program__pointItem:not(:first-child) {
    margin-top: 1rem;
  }
  .p-teacher__profile {
    margin: 2rem auto 0;
    flex-direction: column;
    align-items: center;
  }
  .p-teacher__profilePicture {
    width: 70%;
  }
  .p-teacher__profileMain {
    margin-top: 1.2rem;
    justify-content: center;
  }
  .p-teacher__name {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .p-teacher__position {
    margin-left: 0.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .p-teacher__logoImage {
    width: 34%;
    top: 2.5%;
    right: 0;
  }
  .p-teacher__list {
    margin: 2rem auto 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
  }
  .p-teacher__paragraph {
    margin: 1.6rem auto 0;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .p-message__inner {
    padding: 3.6rem 24px 5rem;
  }
  .p-message__heading {
    font-size: 1.7rem;
  }
  .p-message__heading .u-marker.-skew {
    padding: 0 2.2rem;
  }
  .p-message__heading .-sp {
    display: inline-flex;
    flex-direction: column;
  }
  .p-message__heading .-sp .u-marker {
    margin: 0 auto;
    padding: 0.5rem 1.6rem;
  }
  .p-message__heading .-sp .u-marker:first-child {
    margin-left: 8%;
  }
  .p-message__logoPicture {
    display: none;
  }
  .p-message__subHeading {
    font-size: 1.9rem;
  }
  .p-message__list {
    margin: 2.5rem auto 0;
  }
  .p-message__itemHeading {
    padding: 1.2rem 1rem;
    font-size: 1.3rem;
    flex-basis: 80%;
  }
  .p-message__day {
    flex-basis: 20%;
  }
  .p-message__image {
    width: 63%;
  }
  .p-message__dayPicture {
    text-align: center;
    margin-top: -10px;
  }
}
.p-footer {
  background-color: #e1fb03;
}
.p-footer__inner {
  max-width: 1216px;
  padding: 5rem 48px 2.5rem;
  margin: 0 auto;
}
.p-footer__upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__logoPicture {
  width: 22.5%;
}
.p-footer__links {
  display: flex;
}
.p-footer__linkItem:not(:last-child) {
  margin-right: 3.5rem;
}
.p-footer__link {
  font-size: 1.5rem;
  color: #000;
}
.p-footer__copyright {
  display: block;
  margin: 2.4rem 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  color: #0a1973;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 769px) {
  .p-footer__upper {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-footer__logoPicture {
    max-width: 160px;
    width: 80%;
  }
  .p-footer__inner {
    padding: 3.5rem 20px 1.5rem;
  }
  .p-footer__links {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }
  .p-footer__link {
    font-size: 1.4rem;
  }
  .p-footer__linkItem:not(:first-child) {
    margin-top: 1.2rem;
  }
  .p-footer__copyright {
    margin: 3rem auto 0;
    letter-spacing: 0.1rem;
  }
}
