html {
  font-size: 16px;
  scroll-padding-top: 4rem;
}
@media (max-width: 599px) {
  html {
    font-size: 3.8vw;
    scroll-padding-top: initial;
  }
}

body {
  line-height: 1.7;
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1E1E1E;
  text-align: left;
  word-break: break-word;
}

img {
  display: block;
  width: 100%;
}

section {
  width: 100%;
  padding: 4rem 4vw;
}
@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

h1, h2, h3, .emph {
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 599px) {
  h2 {
    font-size: 2rem;
  }
}

h3, .emph {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.container, .container-sm, .schoo-community-wrapper, .container-lg {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.container-lg {
  max-width: 1000px;
}

.container-sm, .schoo-community-wrapper {
  max-width: 640px;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

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

.align-right {
  text-align: right;
}

.weak {
  color: #6A6A6A;
}

.space-between, .intro-wrapper, .top-panel-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.beige-back {
  background: #F5F2EE;
}

cite {
  display: block;
  margin-top: 0.5rem;
  text-align: right;
  color: #6A6A6A;
  font-style: normal;
}

.first-view {
  padding: 0 4vw;
  background: center/cover no-repeat url(https://res.cloudinary.com/blueblaze/image/upload/v1677139963/lp_sep22/schoo/mainvisual.png);
}
@media (max-width: 599px) {
  .first-view {
    background-position: center right 0;
    background-image: url(https://res.cloudinary.com/blueblaze/image/upload/v1677252265/lp_sep22/schoo/sp_mainvisual.png);
  }
}

.first-view-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.first-view-copy {
  padding: 4rem 0 8rem;
  width: 32%;
  margin-right: 2rem;
}
@media (max-width: 599px) {
  .first-view-copy {
    width: 60%;
    padding-top: 3rem;
    padding-bottom: 0;
    margin-bottom: 5rem;
  }
}
.first-view-copy.schoo2 {
  width: 34%;
  padding: 6rem 0 10rem;
}
@media (max-width: 599px) {
  .first-view-copy.schoo2 {
    width: 70%;
    padding-top: 3rem;
    padding-bottom: 0;
    margin-bottom: 5rem;
  }
}

.first-view-body {
  width: calc(68% - 2rem);
  align-self: end;
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 599px) {
  .first-view-body {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.first-view-body.schoo2 {
  width: calc(64% - 2rem);
}
@media (max-width: 599px) {
  .first-view-body.schoo2 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.first-sub-copy {
  text-align: right;
  font-size: 1.75rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .first-sub-copy {
    font-size: 1.4rem;
    position: relative;
    width: calc(100% + 4vw);
    margin-bottom: 1rem;
  }
}

.sub-copy-inner {
  background: #FFFFFF;
  color: #1E1E1E;
  padding: 0 0.5rem;
}

.sub-description {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
@media (max-width: 960px) {
  .sub-description {
    width: 90%;
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .sub-description {
    width: initial;
    margin-left: none;
    text-align: center;
    font-size: 3.8vw;
  }
}

.disclaimer {
  font-size: 0.875rem;
}
@media (max-width: 960px) {
  .disclaimer {
    width: 90%;
    margin-left: auto;
  }
}
@media (max-width: 599px) {
  .disclaimer {
    width: initial;
    margin-left: none;
    text-align: center;
  }
}

.top-panel {
  background: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.top-panel.first {
  max-width: 560px;
  margin: 0 0 0 auto;
}
@media (max-width: 599px) {
  .top-panel.first {
    width: 100vw;
    left: -4vw;
  }
}
.top-panel.proposal {
  margin: 0 auto 2.5rem;
}
@media (max-width: 599px) {
  .top-panel.proposal {
    width: 100vw;
    left: -4vw;
  }
}

.top-panel.schoo2.first::before {
  background-image: url(https://res.cloudinary.com/blueblaze/image/upload/v1680254834/lp_sep22/schoo/baloon2.png);
  width: 6rem;
  height: 6rem;
  bottom: 60%;
  right: 90%;
}
@media (max-width: 599px) {
  .top-panel.schoo2.first::before {
    left: 34vw;
    bottom: 82vw;
    right: initial;
  }
}

.top-panel-list {
  color: #9F8A54;
}
@media (max-width: 599px) {
  .top-panel-list {
    justify-content: center;
  }
}

.top-panel-item {
  line-height: 1;
  width: 33.3%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.top-panel-item:not(:last-child) {
  border-right: 1px solid #9F8A54;
}
@media (max-width: 960px) {
  .top-panel-item {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .top-panel-item {
    font-size: 3.8vw;
    width: initial;
  }
  .top-panel-item:not(:last-child) {
    border-right: 1px solid #9F8A54;
    margin-right: 1rem;
    padding-right: 1rem;
  }
}

.top-panel-label {
  margin-bottom: 0.25rem;
}
@media (max-width: 599px) {
  .top-panel-label {
    margin-bottom: 0.5rem;
  }
}

.top-panel-num {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  position: relative;
  display: inline-block;
  margin-right: 0.2rem;
  top: 0.05rem;
}
@media (max-width: 960px) {
  .top-panel-num {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .top-panel-num {
    font-size: 2.5rem;
  }
}

.service-description {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 599px) {
  .service-description {
    font-size: 1.25rem;
  }
}

.service-box {
  border: 1px solid #C7B19B;
  padding: 3.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 599px) {
  .service-box {
    padding: 1.5rem 1rem;
  }
}

.service-heading {
  color: #D27A3E;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .service-heading {
    font-size: 1.25rem;
  }
}

.service-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.service-img {
  width: 40%;
  margin-right: 3rem;
}
@media (max-width: 599px) {
  .service-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.service-body {
  width: calc(60% - 3rem);
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.service-body > li {
  list-style-type: disc;
}
@media (max-width: 599px) {
  .service-body {
    width: 100%;
    font-size: 3.8vw;
  }
}

.about-section {
  padding: 0;
}

.about-schoo {
  background: center/cover no-repeat url(https://res.cloudinary.com/blueblaze/image/upload/v1677133903/lp_sep22/schoo/about_schoo_back.png);
}

.about-lsl {
  background: center/cover no-repeat url(https://res.cloudinary.com/blueblaze/image/upload/v1677133903/lp_sep22/schoo/about_lsl_back.png);
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.about-wrapper.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 599px) {
  .about-wrapper {
    flex-direction: column-reverse;
  }
  .about-wrapper.reverse {
    flex-direction: column-reverse;
  }
}

.about-img-wrapper {
  width: 40%;
  position: relative;
}
@media (max-width: 599px) {
  .about-img-wrapper {
    width: 70%;
    margin: 0 0 -2rem auto;
    z-index: 0;
  }
}

.about-img {
  position: absolute;
  bottom: -1px;
}
.about-img.schoo {
  top: 0;
  bottom: initial;
}
@media (max-width: 599px) {
  .about-img {
    position: static;
  }
}

.about-body {
  color: #FFFFFF;
  width: calc(60% - 3.5rem);
  padding: 3.5rem 0;
}
@media (max-width: 599px) {
  .about-body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

.about-heading {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.about-heading-inner {
  background: #1E1E1E;
  color: #FFFFFF;
  padding: 0 0.5rem;
}
.about-heading-inner.highlighted {
  font-size: 2rem;
}

.about-list {
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.about-list > li {
  list-style-type: disc;
}
@media (max-width: 960px) {
  .about-list {
    padding-left: 3rem;
    padding-right: 4vw;
  }
}

.call-title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 599px) {
  .call-title {
    font-size: 1.25rem;
  }
}

.bottomless-section {
  padding-bottom: 0;
}

.supervisor-title {
  font-size: 2rem;
}

.supervisor-item {
  width: calc(50% - 1.25rem);
}
@media (max-width: 599px) {
  .supervisor-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.supervisor-img {
  width: 10rem;
  border-radius: 4px;
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: top;
}
@media (max-width: 599px) {
  .supervisor-img {
    width: 8rem;
    margin-right: 1rem;
  }
}

.supervisor-body {
  width: calc(99% - 11.5rem);
  display: inline-block;
}
@media (max-width: 599px) {
  .supervisor-body {
    width: calc(99% - 9rem);
    font-size: 0.875rem;
  }
}

.supervisor-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  .supervisor-name {
    font-size: 1.25rem;
  }
}

.intro-title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
.intro-title .highlighted {
  color: #D27A3E;
  font-size: 2.5rem;
}
@media (max-width: 599px) {
  .intro-title {
    margin-bottom: 2rem;
    font-size: 1.15rem;
    line-height: 1.6;
  }
  .intro-title .highlighted {
    font-size: 1.5rem;
  }
}

.intro-wrapper {
  align-items: flex-start;
  flex-wrap: wrap;
}

.intro-img {
  width: 25%;
}
@media (max-width: 599px) {
  .intro-img {
    width: 30%;
    margin: 0 auto 1.5rem;
  }
}

.intro-list {
  width: calc(75% - 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}
@media (max-width: 599px) {
  .intro-list {
    width: 100%;
  }
}

.intro-item {
  width: calc(50% - 0.5rem);
  margin-bottom: 1.5rem;
  text-align: center;
  color: #6A6A6A;
}

.intro-heading {
  background: #1E1E1E;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
  border-radius: 4px;
}

.solution-section {
  padding-top: 0;
  padding-bottom: 2rem;
  background: top center/cover no-repeat url(https://res.cloudinary.com/blueblaze/image/authenticated/s--3gc3VvCj--/v1677139184/lp_sep22/schoo/solution_section.svg);
}

.solution-img {
  padding-top: 30%;
  max-width: 440px;
  margin: 0 auto;
}

.stats-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.stats-body {
  width: 40%;
  margin-right: 3rem;
  font-weight: 500;
  font-size: 1.125rem;
}
.stats-body .highlighted {
  display: inline-block;
  font-weight: 700;
  border-bottom: 3px solid #1E1E1E;
}
@media (max-width: 599px) {
  .stats-body {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

.stats-graph {
  width: calc(60% - 3rem);
  font-size: 10px;
}
@media (max-width: 599px) {
  .stats-graph {
    width: 100%;
  }
}

.shikaku-wrapper {
  text-align: center;
  margin-bottom: 0.5rem;
}

.shikaku-item {
  display: inline-block;
  color: #D27A3E;
  background: #FFFFFF;
  border: 2px solid #D27A3E;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.25rem 1.5rem 0.25rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 100px;
}
@media (max-width: 599px) {
  .shikaku-item {
    font-size: 3.8vw;
  }
}

.inline-icon {
  width: auto;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}

.benefit-section {
  background: #F5F2EE;
  padding: 0;
  background: #F5F2EE;
}

.benefit-title {
  text-align: center;
  font-size: 2rem;
  padding: 0.5rem 4vw;
  color: #FFFFFF;
  background: #274A78;
  margin-bottom: 4.5rem;
}
@media (max-width: 599px) {
  .benefit-title {
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.benefit-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 4rem;
}

.benefit-item {
  width: 50%;
  margin-bottom: 3rem;
  padding-right: 3rem;
  color: #274A78;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.06rem;
  font-size: 1.5rem;
  padding-left: 3rem;
  text-indent: -4rem;
}
.benefit-item::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  height: 2em;
  margin-right: 1rem;
  border-radius: 300px;
  background: #274A78 center/70% no-repeat url(https://res.cloudinary.com/blueblaze/image/authenticated/s--0YOgcUom--/v1646997898/lsc/check.svg);
}
@media (max-width: 599px) {
  .benefit-item {
    width: 100%;
  }
  .benefit-item:last-child {
    margin-bottom: 1.5rem;
  }
}

.benefit-back {
  margin: 0 auto;
  width: 1100px;
  max-width: 96vw;
  height: 280px;
  background: top center/100% no-repeat url(https://res.cloudinary.com/blueblaze/image/upload/v1677120386/lp_sep22/schoo/benefits.png);
}
@media (max-width: 599px) {
  .benefit-back {
    height: 110px;
  }
}

.gov-section {
  padding-bottom: 0;
}

.gov-title {
  margin: 0 auto 2.5rem;
  display: flex;
  align-items: center;
}
.gov-title::before, .gov-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #1E1E1E;
}
.gov-title::before {
  margin-right: 1.5rem;
}
.gov-title::after {
  margin-left: 1.5rem;
}
@media (max-width: 599px) {
  .gov-title {
    font-size: 1.25rem;
  }
}

.gov-message {
  width: 40%;
  margin-right: 4.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .gov-message {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.gov-paper {
  width: calc(60% - 4.5rem);
  font-size: 0.875rem;
}
@media (max-width: 599px) {
  .gov-paper {
    width: 100%;
  }
}

.problem-title {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 599px) {
  .problem-title {
    font-size: 1.25rem;
  }
}

.problem-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}

.problem-item {
  width: calc((100% - 6rem) / 4);
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .problem-item {
    width: calc(50% - 0.5rem);
  }
}

.proposal-title {
  font-size: 2rem;
  color: #274A78;
  margin-bottom: 3rem;
}
@media (max-width: 599px) {
  .proposal-title {
    font-size: 1.25rem;
  }
}

.collab-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collab-player {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  width: 45%;
  max-width: 300px;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .collab-player {
    font-size: 0.875rem;
  }
}

.collab-logo {
  margin: 0 auto 1rem;
}
.collab-logo.schoo {
  width: 70%;
}
@media (max-width: 599px) {
  .collab-logo {
    margin-bottom: 0.5rem;
  }
}

.cross-icon {
  width: 8%;
  margin: 0 1rem;
  max-width: 4rem;
}

.proposal-body {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.sub-heading {
  color: #6A6A6A;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .sub-heading {
    font-size: 1.4rem;
  }
}

.case-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}

.case-item {
  width: calc((100% - 5rem) / 3);
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .case-item {
    width: 100%;
  }
}

.case-comment {
  position: relative;
  background: #D27A3E;
  color: #FFFFFF;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}
.case-comment::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #D27A3E;
}

.case-message {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  letter-spacing: 0.07rem;
}

.case-profile {
  font-size: 0.875rem;
}

.case-icon {
  width: 8rem;
  margin: 0 auto 1.5rem;
}

.before-heading, .after-heading {
  text-align: center;
  width: 100px;
  color: #FFFFFF;
  border-radius: 100px;
  margin-bottom: 0.5rem;
}

.before-heading {
  background: #6A6A6A;
}

.after-heading {
  background: #274A78;
}

.before-body {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.after-body {
  font-weight: 700;
}

.reason-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.reason-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 599px) {
  .reason-wrapper {
    margin-bottom: 1rem;
  }
}

.reason-img {
  width: 35%;
}
@media (max-width: 599px) {
  .reason-img {
    width: 100%;
  }
}

.reason-body {
  width: calc(65% - 2rem);
}
@media (max-width: 599px) {
  .reason-body {
    width: 100%;
  }
}

.reason-heading {
  font-size: 1.5rem;
  color: #274A78;
  margin-bottom: 1rem;
}

.schoo-community-section {
  background: center/cover no-repeat url(https://res.cloudinary.com/blueblaze/image/upload/v1677057001/lp_sep22/schoo/community_section.png);
}

.schoo-community-wrapper {
  padding: 2.5rem;
  background: #FFFFFF;
  text-align: center;
}

.schoo-community-logo {
  width: 100px;
  margin: 0 auto 1.5rem;
}

.schoo-community-heading {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .schoo-community-heading {
    font-size: 1.25rem;
  }
}

.interview-intro {
  margin-bottom: 1.5rem;
  text-align: center;
  background: #9F8A54;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.25rem 2rem;
}

.interview-img {
  max-width: 390px;
  margin: 0 auto 1.5rem;
}

.schoo-interview-body {
  color: #6A6A6A;
}
.schoo-interview-body .highlighted {
  font-weight: 700;
  color: #D27A3E;
}

.schoo-interview-title {
  text-align: center;
  color: #1E1E1E;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 599px) {
  .schoo-interview-title {
    font-size: 1.25rem;
    text-align: left;
  }
}

.program-table {
  width: 100%;
  margin: 0 auto 6rem;
  border: 1px solid #D6D6D6;
  padding: 2rem 3.5rem;
}
@media (max-width: 599px) {
  .program-table {
    padding: 0.5rem 1rem;
  }
}

.program-row {
  padding: 1rem 0;
  border-bottom: 1px solid #D6D6D6;
}
.program-row.last-child {
  border-bottom: none;
}
@media (max-width: 599px) {
  .program-row {
    display: block;
    padding-top: 0.5rem;
  }
}

th.program-row {
  font-weight: 700;
  width: 20%;
}
@media (max-width: 599px) {
  th.program-row {
    width: 100%;
    border-bottom: none;
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.check-item {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  position: relative;
}
.check-item::before {
  content: "";
  position: relative;
  bottom: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
  border-radius: 300px;
  background: #274A78 center/70% no-repeat url(https://res.cloudinary.com/blueblaze/image/authenticated/s--0YOgcUom--/v1646997898/lsc/check.svg);
}

.schedule-title {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
}
.schedule-title::before, .schedule-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #1E1E1E;
}
.schedule-title::before {
  margin-right: 1.5rem;
}
.schedule-title::after {
  margin-left: 1.5rem;
}
@media (max-width: 599px) {
  .schedule-title {
    font-size: 1.25rem;
  }
}

.schedule-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.schedule-img {
  width: 40%;
}
@media (max-width: 599px) {
  .schedule-img {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.schedule-body {
  width: calc(60% - 2.5rem);
}
@media (max-width: 599px) {
  .schedule-body {
    width: 100%;
  }
}

.schedule-description {
  font-weight: 500;
}

.program-heading-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 599px) {
  .program-heading-wrapper {
    align-items: flex-start;
  }
}
.program-heading-wrapper.schoo .week-num {
  background: #D27A3E;
}
.program-heading-wrapper.schoo .program-heading {
  color: #D27A3E;
}

.week-num {
  text-align: center;
  width: 8rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.25rem;
  background: #274A78;
  border-radius: 300px;
  margin-right: 1rem;
}

.program-heading {
  width: calc(100% - 10rem);
  color: #274A78;
  font-size: 1.75rem;
}
@media (max-width: 599px) {
  .program-heading {
    font-size: 1.25rem;
  }
}

.curriculum-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #D6D6D6;
}

.curriculum-heading {
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  margin-right: 1rem;
}

.curriculum-item {
  padding-left: 1.3rem;
  text-indent: -1.3rem;
  margin-bottom: 0.25rem;
  position: relative;
}
.curriculum-item::before {
  content: "";
  position: relative;
  bottom: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  border-radius: 300px;
  background: #1E1E1E;
}

.down-triangle {
  width: 1rem;
  display: block;
  margin: 2rem auto;
}

.user-voice-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.user-voice-item {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .user-voice-item {
    width: 100%;
  }
}

.voice-icon {
  display: inline-block;
  vertical-align: top;
  width: 4.5rem;
  margin-right: 1rem;
}

.voice-body {
  display: inline-block;
  width: calc(100% - 5.8rem);
  background: #EAE2D7;
  padding: 1rem;
  border-radius: 12px;
}

.graph-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}

.user-data-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: -2rem;
  flex-wrap: wrap;
}

.user-data-item {
  margin-bottom: 2rem;
}
.user-data-item.age {
  width: calc((100% - 6rem) / 2);
}
.user-data-item.sex, .user-data-item.acceptance {
  width: calc((100% - 6rem) / 4);
}
.user-data-item.occupation {
  width: 100%;
}
@media (max-width: 599px) {
  .user-data-item.age {
    width: 100%;
  }
  .user-data-item.sex, .user-data-item.acceptance {
    width: calc(50% - 1.5rem);
  }
}

.section-cta {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: linear-gradient(180deg, #274A78 -0.02%, #B1AFAD 100%);
}

.cta-heading-wrapper {
  color: #FFFFFF;
  text-align: center;
}

.heading-prefix {
  font-weight: 700;
  font-size: 1.25rem;
}
.heading-prefix::before, .heading-prefix::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #FFFFFF;
  width: 2px;
  height: 1.5rem;
}
.heading-prefix::before {
  transform: rotate(-30deg);
  margin-right: 1rem;
}
.heading-prefix::after {
  transform: rotate(30deg);
  margin-left: 1rem;
}

.cta-heading {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.cta-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.cta-card {
  background: #FFFFFF;
  border-radius: 12px;
  width: calc((100% - 3rem) / 3);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media (max-width: 599px) {
  .cta-card {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.cta-card-img {
  width: 60%;
  max-width: 140px;
  margin: 0 auto 1.5rem;
}
@media (max-width: 599px) {
  .cta-card-img {
    margin: 0 1rem 0 0;
  }
}

.cta-card-content-title {
  color: #274A78;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cta-disclaimer {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2.5rem;
}

.cta-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 300px;
  background: linear-gradient(91.38deg, #EEBA6F 5.44%, #D27A3E 96.79%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  .cta-btn {
    font-size: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.cta-btn:hover {
  opacity: 0.9;
  transition: all 0.5s 0s ease;
  position: relative;
  top: -2px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
}

.cta-btn-heading {
  position: absolute;
  background: #FFFFFF;
  border: 2px solid #D27A3E;
  color: #D27A3E;
  font-size: 1.25rem;
  padding: 0.15rem 2rem 0.25rem;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 300px;
}
@media (max-width: 599px) {
  .cta-btn-heading {
    width: 60vw;
    top: -0.9rem;
    font-size: 3.8vw;
    padding: 0 0.5rem;
  }
}

.cta-btn-heading-inner {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5em;
  display: inline-block;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  position: relative;
  line-height: 1;
  top: 0.05em;
}

.fixed-cta-btn {
  z-index: 5;
  position: fixed;
  bottom: 3.5rem;
  right: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: linear-gradient(91.38deg, #EEBA6F 5.44%, #D27A3E 96.79%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.fixed-cta-btn:hover {
  opacity: 0.9;
  transition: all 0.5s 0s ease;
  bottom: calc(3.5rem + 2px);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  .fixed-cta-btn {
    display: none;
  }
}

.fixed-cta-content {
  font-size: 1.25rem;
  color: #FFFFFF;
}

.fixed-cta-heading {
  position: absolute;
  background: #FFFFFF;
  border: 2px solid #D27A3E;
  color: #D27A3E;
  font-size: 0.875rem;
  padding: 0.15rem 1rem 0.25rem;
  top: 0.5rem;
  left: -0.5rem;
  border-radius: 300px;
}

.fixed-sp-cta-btn {
  display: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 300px;
  background: linear-gradient(91.38deg, #EEBA6F 5.44%, #D27A3E 96.79%);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}
@media (max-width: 599px) {
  .fixed-sp-cta-btn {
    position: fixed;
    display: block;
    bottom: 1rem;
    z-index: 10;
    width: 92vw;
    right: 4vw;
    font-size: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.company-img {
  max-width: 450px;
  margin: 0 auto;
}

.faq-wrapper {
  padding: 2rem 0;
  border-radius: 4px;
}
.faq-wrapper:first-child {
  padding-top: 0;
}
.faq-wrapper:not(:last-child) {
  border-bottom: 1px solid #D6D6D6;
}

.question, .answer {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.question::before, .answer::before {
  color: #274A78;
  text-indent: 0;
  font-weight: 700;
  display: inline-block;
  content: "A";
  line-height: 1.8;
  text-align: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  border: 1px solid #274A78;
  border-radius: 100%;
}

.question {
  font-weight: 700;
  margin-bottom: 1rem;
}
.question::before {
  content: "Q";
  color: #FFFFFF;
  background: #274A78;
}

.message-body {
  margin-top: 2.5rem;
}
.message-body .emph {
  margin-bottom: 2.5rem;
}
.message-body > p {
  margin-bottom: 1rem;
}

.line-body {
  width: 50%;
  font-weight: 700;
  font-size: 1.25rem;
}
@media (max-width: 599px) {
  .line-body {
    width: 100%;
    text-align: center;
    margin-bottom: -3rem;
  }
}

.line-title {
  color: #D27A3E;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 599px) {
  .line-title {
    text-align: center;
  }
}

.line-heading {
  background: #D27A3E;
  color: #FFFFFF;
  padding: 0 1.5rem;
  border-radius: 300px;
  margin-bottom: 1rem;
  display: inline-block;
}

.line-description .highlighted {
  margin-right: 0.25rem;
  font-size: 1.5rem;
  -webkit-text-decoration: underline 2px #D27A3E;
          text-decoration: underline 2px #D27A3E;
}

.line-qr {
  width: 80%;
}

.addfriend {
  margin: 0 auto;
  width: 70%;
}

.line-img {
  width: 50%;
  position: relative;
  bottom: -4rem;
}
@media (max-width: 599px) {
  .line-img {
    width: 100%;
  }
}

footer {
  color: #FFFFFF;
  background: #274A78;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
}

.footer-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.footer-item {
  padding: 0 2rem 1rem;
}
@media (max-width: 599px) {
  .footer-item {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.external-link-icon {
  width: 1em;
  vertical-align: baseline;
  display: inline-block;
  margin-left: 0.2em;
}

.copyright {
  text-align: center;
  font-size: 0.875rem;
}/*# sourceMappingURL=schoo-style.css.map */