/*========= Container =========*/
.Container.-small {
  max-width: 1000px;
}

/*========= tool =========*/
.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffec56));
  background: linear-gradient(transparent 50%, #ffec56 50%);
}

.right {
  text-align: right;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .Grid.-pcColumn {
    flex-direction: column;
  }
}

small {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 2.4vw;
  }
}
small.-black {
  color: #141821;
}

small.-white {
  color: #fff;
}

.PageSection.-ptNone {
  padding-top: 0;
}
.PageSection.-pbNone {
  padding-bottom: 0;
}
.PageSection .PageSection__table + p {
  margin-top: 15px;
}
.PageSection .PageSection__tableTitle {
  font-size: 1.875rem;
  font-weight: 600;
}
.SwitchArea {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 820px) {
  .SwitchArea {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .PageSection .PageSection__tableTitle {
    font-size: 4.5333333333vw;
  }
}
.PageSection .PageSection__tableOuter {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .PageSection .PageSection__tableOuter {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .PageSection .CommonTable__item {
    font-size: 0.875rem;
  }
}
.SwitchArea__panels .PriceCard__body {
  padding: 12px 16px 24px;
}
.SwitchArea__panels .PriceCard__body .ColumnArea {
  padding: 8px;
  border-radius: 4px;
}
.SwitchArea__panels .PriceCard__body .ColumnArea br.pc {
  display: none;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .PriceCard__body .ColumnArea {
    padding: 16px;
  }
  .SwitchArea__panels .PriceCard__body .ColumnArea br.pc {
    display: block;
  }
}
.SwitchArea__panels .Grid.-spc3 {
  gap: 8px;
  max-width: 382px;
  margin: 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .SwitchArea__panels .Grid.-spc3 {
    max-width: 480px;
  }
  .SwitchArea__panels .ColumnArea {
    padding: 24px;
  }
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .Grid.-spc3 {
    gap: 24px;
    max-width: 100%;
    flex-direction: row;
  }
  .SwitchArea__panels .ColumnArea {
    padding: 40px;
  }
}
.SwitchArea__panels .ColumnArea.-pdS.-large {
  padding: 16px;
}
.SwitchArea__panels .ColumnArea.-pdS.-large strong {
  font-weight: 400;
}
.SwitchArea__panels .PriceCard {
  max-width: 100%;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .ColumnArea.-pdS.-large {
    height: 140px;
    display: flex;
    align-items: center;
  }
  .SwitchArea__panels .PriceCard {
    max-width: 280px;
  }
}
.SwitchArea__panels .PriceCard__body .ColumnArea > *:first-child {
  padding: 4px 0px;
  border-radius: 4px;
  background: #4CABDF;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.SwitchArea__panels .PriceCard__body .ColumnArea > *:last-child {
  padding-top: 8px;
  font-size: 12px;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .PriceCard__body .ColumnArea > *:first-child {
    font-size: 16px;
  }
  .SwitchArea__panels .PriceCard__body .ColumnArea > *:last-child {
    padding-top: 16px;
    font-size: 16px;
  }
}
.PriceCard__body[data-head]::before {
  line-height: 1.5;
  height: auto;
  padding: 8px 0;
}
.SwitchArea__panels .PriceCard__priceBox {
  display: flex;
  gap: 8px;
  height: 32px;
  margin-top: 16px;
}
@media screen and (min-width: 820px) {
  .SwitchArea__panels .PriceCard__priceBox {
    height: auto;
  }
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .PriceCard__priceBox {
    flex-direction: column;
  }
}
.SwitchArea__panels .PriceCard__priceBox .PriceCard__price {
  margin-top: 0;
}
.SwitchArea__panels .PriceCard__price.-before::after {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .PriceCard__price.-before::after {
    margin: 8px auto !important;
  }  
}
.PriceCard:not(.-hasHead) .PriceCard__body {
  border-width: 1px;
}
.SwitchArea__panels .txt_img_w {
  background-color: #fff;
  padding: 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .txt_img_w {
    background: none;
    padding: 0;
  }
}
.SwitchArea__panels .txt_img_w > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  color: #0087D2;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .txt_img_w > div + img {
    max-width: 240px;
    height: auto;
  }
}
.SwitchArea__panels .txt_img_w > div p {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.SwitchArea__panels .txt_img_w > div p span {
  border-radius: 4px;
  background: #4CABDF;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  padding: 2px 6px;
}
@media screen and (min-width: 1160px) {
  .SwitchArea__panels .txt_img_w > div p {
    font-size: 18px;
  }
  .SwitchArea__panels .txt_img_w > div p span {
    font-size: 18px;
    padding: 4px 12px;
  }
}
.SwitchArea__panels .txt_img_w > div > *:last-child {
  color: #141821;
}
.SwitchArea__panels .txt_img_w > div p mark {
  background: none;
  max-width: max-content;
  background: linear-gradient(transparent 55%, #FFF288 55%);
}
.price_btn.fadeUp.pc {
  display: none;
}
@media screen and (min-width: 820px) {
  .ColumnArea.-gradients {
    padding: 16px;
  }
}
@media screen and (min-width: 1160px) {
  .price_btn.fadeUp.pc {
    display: block;
    margin: 40px 0 32px;
  }
}
a.ColumnArea.-typeA {
  padding: 8px 16px;
  height: 48px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  background: #fff;
  margin-top: 8px !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
a.ColumnArea.-typeA.sp_tbl {
  display: flex;
}
a.ColumnArea.-typeA.pc {
  display: none;
}
@media (min-width: 820px) and (max-width: 1159px) {
  .SwitchArea__panels .PriceCard:not(.-hasHead) {
    padding-top: 0;
  }
}
@media screen and (min-width: 1160px) {
  a.ColumnArea.-typeA.sp_tbl {
    display: none;
  }
  a.ColumnArea.-typeA.pc {
    display: flex;
    max-width: 240px;
    flex-direction: row;
    justify-content: flex-end;
    margin: 24px 0 auto auto !important;
    padding: 8px 13px;
  }
}

/*========= CTASection =========*/
.CTASection {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .CTASection {
    padding-top: 7.3333333333vw;
    padding-bottom: 6vw;
  }
  .CTASection.-hasBg {
    background-image: none;
  }
  .CTASection:not(#lesson-flow):after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("https://www.bizmates.jp/beginner/03/ss_common/cta/CTA_trainer_sp.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: 8.5vw;
    left: 5vw;
    z-index: 1;
  }
}
.CTASection .CTASection__subTitle {
  font-size: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .CTASection .CTASection__subTitle {
    font-size: 2.9333333333vw;
  }
}
.CTASection .CTASection__title {
  font-size: 2.125rem;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .CTASection .CTASection__title {
    font-size: 4.5333333333vw;
  }
  .CTASection .CTASection__title br {
    display: block;
  }
}
.CTASection .CTASection__ButtonBox {
  margin-top: 20px;
  max-width: 580px;
}
@media screen and (min-width: 769px) {
  .CTASection .CTASection__ButtonBox {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .CTASection .CTASection__ButtonBox {
    margin-top: 20vw;
  }
  .CTASection .CTASection__ButtonBox .Button {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 769px) {
  .CTASection .CTASection__Badge {
    top: 50%;
    right: -140px;
  }
}
@media screen and (max-width: 768px) {
  .CTASection .CTASection__Badge {
    position: absolute;
    z-index: 1;
    top: -30.2666666667vw;
    right: 18.4vw;
  }
  .CTASection .CTASection__Badge img {
    width: 17.6vw;
  }
}
.CTASection .CTASection__link {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .CTASection .CTASection__link {
    font-size: 2.9333333333vw;
  }
}

/*========= Button =========*/
.Button.-large {
  max-width: 580px;
  font-size: 1.125rem;
  height: 79px;
}

@media screen and (min-width: 769px) {
  .Button.-large {
    font-size: 1.75rem;
    height: 110px;
  }
}
.LpSection .LpSection__heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  color: #141821;
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  position: relative;
}
.LpSection .LpSection__heading:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #0087D2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .LpSection .LpSection__heading {
    font-size: 6.1333333333vw;
  }
}
.LpSection .LpSection__subheading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.875rem;
  color: #0087D2;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
  .LpSection .LpSection__subheading {
    font-size: 4.5333333333vw;
  }
}
.LpSection.-hasBg, .LpSection .-hasBg {
  background-color: #fff;
}
.LpSection .beginner {
  padding: 0 0 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .LpSection .beginner {
    flex-direction: column;
    padding: 0 0 5.3333333333vw;
  }
}
.LpSection .beginner .beginner__icon {
  width: 180px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .LpSection .beginner .beginner__icon {
    margin-right: 0px;
    margin-bottom: 3.3333333333vw;
    width: 33.6vw;
  }
  .LpSection .beginner .beginner__icon img {
    width: 100%;
  }
}
.LpSection .beginner .beginner__text {
  flex: 1;
}
.LpSection .beginner .beginner__text h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.666;
  color: #0087D2;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 768px) {
  .LpSection .beginner .beginner__text h3 {
    font-size: 5.0666666667vw;
    text-align: center;
  }
}
.LpSection .beginner .beginner__text p {
  font-weight: 500;
  color: #141821;
  line-height: 1.636;
}
.LpSection .beginner .beginner__text p:not(.notice) {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .LpSection .beginner .beginner__text p:not(.notice) {
    font-size: 3.4666666667vw;
  }
}
.LpSection .beginner .beginner__text p.notice {
  margin-top: 0.5em;
}
.LpSection .beginner .beginner__text p.notice small {
  color: #141821;
}

.HeroArea__main {
  height: 501px;
}
@media screen and (max-width: 768px) {
  .HeroArea__main {
    height: auto;
    padding-top: 32.6666666667vw;
  }
}
.HeroArea__main::before, .HeroArea__main::after {
  display: none;
}
.HeroArea__main .HeroArea__info {
  width: 100%;
  height: 100%;
}
.HeroArea__main .HeroArea__info .Container {
  height: 100%;
}
.HeroArea__main .HeroArea__wrapper {
  position: relative;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
}
.HeroArea__main .HeroArea__bgBox {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 501px;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__bgBox {
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.HeroArea__main .HeroArea__bgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HeroArea__main .HeroArea__box.-titleBox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  width: 726px;
  text-align: center;
  color: #0F0A14;
  padding: 50px 20px 30px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-titleBox {
    width: 100%;
    padding: 6.6666666667vw 2.6666666667vw 4vw;
    margin-bottom: 0;
  }
}
.HeroArea__main .HeroArea__box.-titleBox .HeroArea__lead {
  font-size: 1.375rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #141821;
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  line-height: 1;
  padding: 0.6em 0.69em 0.8em;
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-titleBox .HeroArea__lead {
    font-size: 3.2vw;
  }
}
.HeroArea__main .HeroArea__box.-titleBox .HeroArea__copy {
  font-size: 0.9625em;
  font-weight: 600;
  text-shadow: none;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .HeroArea__main .HeroArea__box.-titleBox .HeroArea__copy {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-titleBox .HeroArea__copy {
    font-size: 3.7333333333vw;
  }
}
.HeroArea__main .HeroArea__box.-titleBox .HeroArea__copy.-copy3 {
  font-size: 1.625rem;
  line-height: 1.642;
  color: #0087D2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-titleBox .HeroArea__copy.-copy3 {
    font-size: 4.5333333333vw;
  }
}
.HeroArea__main .HeroArea__box.-titleBox .HeroArea__copy.-copy3 .-logo {
  display: block;
}
.HeroArea__main .HeroArea__box.-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0 0.8em;
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-badge {
    position: relative;
  }
}
.HeroArea__main .HeroArea__box.-badge .Grid {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-badge .Grid {
    justify-content: center;
  }
}
.HeroArea__main .HeroArea__box.-badge p {
  white-space: nowrap;
}
.HeroArea__main .HeroArea__box.-badge small {
  color: #fff;
  font-size: var(--fs-body-s);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-badge small {
    color: #0F0A14;
    font-size: 2.4vw !important;
  }
}
.HeroArea__main .HeroArea__box.-badge img {
  width: 131px;
}
@media screen and (max-width: 768px) {
  .HeroArea__main .HeroArea__box.-badge img {
    width: 21.6vw;
  }
}

.UserArea {
  position: relative;
}
.UserArea.-typeA {
  padding: 20px 30px 0 155px;
}
@media screen and (max-width: 768px) {
  .UserArea.-typeA {
    padding: 0 0 0 14.1333333333vw;
  }
}
.UserArea.-typeA .UserArea__image {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .UserArea.-typeA .UserArea__image {
    top: 50%;
    width: 26.6666666667vw;
    transform: translate(0, -50%);
  }
  .UserArea.-typeA .UserArea__image img {
    width: 100%;
  }
}
.UserArea.-typeA .UserArea__textbox {
  background-color: #F2F8FC;
  border-radius: 10px;
  padding: 40px 50px 40px 130px;
}
@media screen and (max-width: 768px) {
  .UserArea.-typeA .UserArea__textbox {
    padding: 4vw 4.6666666667vw 6.6666666667vw 14.6666666667vw;
  }
}
.UserArea.-typeA .UserArea__textbox p {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 500;
}
.UserArea.-typeA .UserArea__textbox p:first-child {
  font-size: 1.625rem;
  line-height: 1.538;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .UserArea.-typeA .UserArea__textbox p {
    font-size: 3.2vw;
  }
  .UserArea.-typeA .UserArea__textbox p:first-child {
    font-size: 4vw;
  }
}

.featuresArea {
  position: relative;
  width: 100%;
  height: 176px;
}
@media screen and (max-width: 768px) {
  .featuresArea {
    height: 55.4666666667vw;
  }
}
.featuresArea::before, .featuresArea::after {
  display: block;
  content: "";
  width: 56.166%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .featuresArea::before, .featuresArea::after {
    top: inherit;
    left: 0;
    width: 100%;
  }
}
.featuresArea::before {
  right: 0;
  background-image: url("https://www.bizmates.jp/beginner/03/images/features_bg-right.svg");
  background-size: cover;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .featuresArea::before {
    right: inherit;
    height: 36.8vw;
    bottom: 0;
    background-image: url("https://www.bizmates.jp/beginner/03/images/features_bg-right_sp.svg");
    background-position: 0 0;
  }
}
.featuresArea::after {
  left: 0;
  background-image: url("https://www.bizmates.jp/beginner/03/images/features_bg-left.svg");
  background-size: cover;
  background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
  .featuresArea::after {
    top: 0;
    height: 30.1333333333vw;
    background-image: url("https://www.bizmates.jp/beginner/03/images/features_bg-left_sp.svg");
    background-position: 0 100%;
  }
}
.featuresArea .Grid {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .featuresArea .Grid {
    width: 100%;
    height: auto;
  }
}
.featuresArea .Grid__item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .featuresArea .Grid__item {
    width: 100%;
    height: 27.7333333333vw;
  }
  .featuresArea .Grid__item .Grid__body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.6666666667vw 4vw 3.3333333333vw;
  }
}
.featuresArea .featuresArea__copy {
  position: relative;
  font-size: 1.625rem;
  margin-bottom: 0.5em;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  .featuresArea .featuresArea__copy {
    font-size: 4.5333333333vw;
    padding-left: 7.3333333333vw;
    margin-left: 3.3333333333vw;
  }
}
.featuresArea .featuresArea__copy::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/icon_check.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .featuresArea .featuresArea__copy::before {
    top: 3.7333333333vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.featuresArea .featuresArea__copy strong {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 0 0.1em;
}
.featuresArea .featuresArea__copy strong::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.featuresArea .featuresArea__copy b {
  font-size: 2.625rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .featuresArea .featuresArea__copy b {
    font-size: 7.4666666667vw;
  }
}
.featuresArea .featuresArea__notice {
  font-size: 0.75rem;
  line-height: 1.4166;
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .featuresArea .featuresArea__notice {
    font-size: 2.4vw;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .featuresArea .-firstMonth {
    padding-right: 3.75vw;
  }
  .featuresArea .-everyDay {
    padding-left: 9.1666666667vw;
  }
  .featuresArea .featuresArea__copy {
    font-size: 2.1666666667vw;
    padding-left: 3.9166666667vw;
  }
  .featuresArea .featuresArea__copy::before {
    top: 1.75vw;
    width: 2.75vw;
    height: 2.75vw;
  }
  .featuresArea .featuresArea__copy b {
    font-size: 3.5vw;
  }
  .featuresArea .featuresArea__notice {
    font-size: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .featuresArea .Grid__item {
    flex-basis: 50%;
  }
  .featuresArea .-firstMonth {
    align-items: flex-end;
    padding-right: 45px;
  }
  .featuresArea .-everyDay {
    align-items: flex-start;
    padding-left: 110px;
  }
}

.section-01 .-point {
  gap: 35px;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .section-01 .-point {
    gap: 2.6666666667vw;
    margin: 0 0 2vw;
  }
}
.section-01 .-point + p {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .section-01 .-point + p {
    gap: 2.6666666667vw;
    margin: 0 0 10vw;
  }
}
.section-01 .-point .Grid__item {
  position: relative;
  width: 31%;
  padding: 30px 20px 35px;
  border: solid 10px #ECEEF2;
  text-align: center;
}
.section-01 .-point .Grid__item::after {
  content: "";
  display: block;
  width: 54px;
  height: 93px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/symbol_single.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-01 .-point .Grid__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2.6666666667vw 4vw 3.3333333333vw 8.6666666667vw;
  }
  .section-01 .-point .Grid__item::after {
    width: 7.2vw;
    height: 12.4vw;
  }
}
.section-01 .-point .-number {
  font-family: "Cormorant Infant", serif;
  font-size: 3.75rem;
  color: #0087D2;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .section-01 .-point .-number {
    font-size: 10.6666666667vw;
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
.section-01 .-point .-text {
  font-size: 1.375rem;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-01 .-point .-text {
    font-size: 4vw;
    flex: 1;
    text-align: left;
  }
}

.section-02 h2 {
  background-color: #26455C;
  color: #fff;
  text-align: center;
  line-height: 1.642;
  font-size: 1.75rem;
  font-weight: 500;
  padding: 30px 20px 45px;
}
@media screen and (max-width: 768px) {
  .section-02 h2 {
    font-size: 3.7333333333vw;
    padding: 4.6666666667vw 0 7.7333333333vw;
  }
}
.section-02 .block-01 .block-01__body {
  position: relative;
  padding: 55px 0 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-02 .block-01 .block-01__body {
    padding: 10vw 0 26.6666666667vw;
  }
}
.section-02 .block-01 .-text01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.142;
  color: #26455C;
  background-color: #FFEC56;
  padding: 0.2em 0.3em 0.3em 0.7em;
}
@media screen and (max-width: 768px) {
  .section-02 .block-01 .-text01 {
    font-size: 5.6vw;
  }
}
.section-02 .block-01 .-text02 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #0087D2;
}
@media screen and (max-width: 768px) {
  .section-02 .block-01 .-text02 {
    font-size: 3.7333333333vw;
  }
}
.section-02 .block-02 {
  height: 423px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/secton02_bg01.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-02 .block-02 {
    height: 70.1333333333vw;
    background-image: url("https://www.bizmates.jp/beginner/03/images/secton02_bg01_sp.webp");
  }
}
.section-02 .block-02 .speechBubble {
  width: 748px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 1.5em 0.5em 1em;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.628;
  font-weight: 500;
  color: #26455C;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-02 .block-02 .speechBubble {
    width: 92vw;
    height: 19.6vw;
    font-size: 3.7333333333vw;
    padding: 0.5em 0.5em 0.5em;
    transform: translate(-50%, -89.8%);
  }
}
.section-02 .block-02 .speechBubble:after {
  display: block;
  content: "";
  width: 100px;
  height: 109px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/speechBubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 35%;
  transform: translate(0, 68%);
}
@media screen and (max-width: 768px) {
  .section-02 .block-02 .speechBubble:after {
    width: 13.3333333333vw;
    height: 14.5333333333vw;
    left: 40%;
  }
}
.section-02 .block-02 .-text01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.142;
  color: #26455C;
  background-color: #FFEC56;
  padding: 0.2em 0.3em 0.3em 0.7em;
}
@media screen and (max-width: 768px) {
  .section-02 .block-02 .-text01 {
    font-size: 4.2666666667vw;
  }
}
.section-02 .block-02 .figure-01 {
  position: relative;
  z-index: 1;
  transform: translate(-52%, 0);
}
@media screen and (max-width: 768px) {
  .section-02 .block-02 .figure-01 {
    transform: translate(-20%, 0);
    width: 63.8666666667vw;
  }
  .section-02 .block-02 .figure-01 img {
    width: 100%;
  }
}
.section-02 .block-03 {
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .section-02 .block-03 {
    padding: 8.6666666667vw 0 14.6666666667vw;
  }
  .section-02 .block-03 img {
    width: 100%;
  }
}
.section-02 .block-03 .headWrap {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
.section-02 .block-03 .-text01 {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 1.142;
  color: #26455C;
  background-color: #FFEC56;
  padding: 0.2em 0.3em 0.3em 0.7em;
}
@media screen and (max-width: 768px) {
  .section-02 .block-03 .-text01 {
    font-size: 6.1333333333vw;
  }
}
.section-02 .block-03 .-text02 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #141821;
  line-height: 2.272;
}
@media screen and (max-width: 768px) {
  .section-02 .block-03 .-text02 {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .block-03 {
    .Grid.-spColumn {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .Grid__item.-text02 {
      margin-bottom: 40px;
    }
  }
}

.section-03 {
  padding: 60px 0;
  background-color: #F2F8FC;
}
@media screen and (max-width: 768px) {
  .section-03 {
    padding: 8vw 0;
  }
}
.section-03 .LpSection__block {
  background-color: #FFFFFF;
  padding: 50px 20px 65px;
}
@media screen and (max-width: 768px) {
  .section-03 .LpSection__block {
    padding: 6.6666666667vw 3.3333333333vw 8vw;
  }
}
.section-03 .LpSection__block .box {
  margin-top: 30px;
  padding: 0 25px;
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section-03 .LpSection__block .box {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.section-03 .LpSection__block .box .-profile {
  width: 150px;
  text-align: center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-03 .LpSection__block .box .-profile {
    width: 33.6vw;
    margin-right: 0;
    text-align: center;
  }
}
.section-03 .LpSection__block .box .-profile p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .section-03 .LpSection__block .box .-profile p {
    width: 33.6vw;
    margin-right: 0;
    font-size: 4vw;
  }
}
.section-03 .LpSection__block .box .-comment {
  line-height: 1.875;
  font-size: 1rem;
  flex: 1;
  padding: 0.5em 0 0;
}
.section-03 .LpSection__block .box .-comment strong {
  font-weight: bold;
  background-color: #ffec56;
  color: #141821;
}

.section-04 {
  background-image: url("https://www.bizmates.jp/beginner/03/images/section04_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .section-04 {
    padding: 8vw 0 6vw;
    background-image: url("https://www.bizmates.jp/beginner/03/images/section04_bg_sp.webp");
  }
}
.section-04 h2 {
  font-size: 2.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.555;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 768px) {
  .section-04 h2 {
    font-size: 5.0666666667vw;
  }
}
.section-04 .checkList li {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.727;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-04 .checkList li {
    font-size: 3.2vw;
    line-height: 1.25;
    padding-left: 6vw;
  }
}
.section-04 .checkList li + li {
  margin-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .section-04 .checkList li + li {
    margin-top: 0.8em;
  }
}
.section-04 .checkList li:after {
  display: block;
  content: "";
  width: 25px;
  height: 19px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-04 .checkList li:after {
    top: 0.3em;
    width: 3.3333333333vw;
    height: 2.5333333333vw;
  }
}

.section-05 {
  padding: 45px 0 165px;
}
@media screen and (max-width: 768px) {
  .section-05 {
    padding: 8vw 0;
  }
}
.section-05 .next {
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .section-05 .next {
    margin: 0 0 3.3333333333vw 0;
  }
  .section-05 .next img {
    width: 22.4vw;
  }
}
.section-05 .checkList__wrapper {
  background-color: #ECEEF2;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .section-05 .checkList__wrapper {
    padding: 6vw 3.3333333333vw;
  }
}
.section-05 .checkList__wrapper .checkList li {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.727;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-05 .checkList__wrapper .checkList li {
    font-size: 3.2vw;
    padding-left: 6vw;
    line-height: 1.25;
  }
}
.section-05 .checkList__wrapper .checkList li + li {
  margin-top: 0.4em;
}
.section-05 .checkList__wrapper .checkList li:after {
  display: block;
  content: "";
  width: 25px;
  height: 19px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/check-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-05 .checkList__wrapper .checkList li:after {
    width: 3.3333333333vw;
    height: 2.5333333333vw;
    top: 0.3em;
  }
}

.section-06 {
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .section-06 {
    padding: 0 0 10vw;
  }
  .section-06 .image {
    width: 100%;
  }
  .section-06 .image img {
    width: 100%;
  }
}
.section-06 .section-06__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.section-06 .section-06__wrapper .textbox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F2F8FC;
  width: 53.333vw;
  display: flex;
  justify-content: flex-end;
  padding: 75px 20px 75px 20px;
  transform: translate(0, -65px);
}
@media screen and (max-width: 768px) {
  .section-06 .section-06__wrapper .textbox {
    position: relative;
    width: 92vw;
    margin: 0 auto;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw 5.3333333333vw;
    transform: translate(0, 0);
    margin-top: -32.6666666667vw;
  }
}
.section-06 .section-06__wrapper .textbox p {
  font-size: 1.5rem;
  font-weight: 500;
  width: 540px;
  max-width: 100%;
  line-height: 1.857;
}
.section-06 .section-06__wrapper .textbox p span {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .section-06 .section-06__wrapper .textbox p {
    font-size: 3.8666666667vw;
    width: auto;
  }
  .section-06 .section-06__wrapper .textbox p span {
    font-size: 4.5333333333vw;
  }
}

.section-07 .section-07__interview {
  /*background-image: url("../images/section-07_image.webp");
  background-size: 43.833vw auto;
  background-position: 0 50%;
  background-repeat: no-repeat;*/
  position: relative;
  width: 100%;
  /*height: 724px;*/
  /*@media screen and (min-width: 1440px) {
    background-size: 680px auto;
    background-position: 5% 50%;
  }*/
}
@media screen and (max-width: 768px) {
  .section-07 .section-07__interview {
    background: none;
    height: auto;
  }
  .section-07 .section-07__interview .image {
    width: 100%;
  }
  .section-07 .section-07__interview .image img {
    width: 100%;
  }
}
.section-07 .section-07__interview .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 43.833vw;
  height: 100%;
}
.section-07 .section-07__interview .image img {
  object-fit: cover;
}
@media screen and (min-width: 1440px) {
  .section-07 .section-07__interview .image {
    width: 526px;
    left: 40%;
    transform: translate(-100%, 0);
  }
}
.section-07 .section-07__interview .section-07__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 80px 45.5%;
}
@media screen and (max-width: 768px) {
  .section-07 .section-07__interview .section-07__box {
    padding: 12vw 0 2.6666666667vw;
  }
}
.section-07 .section-07__interview .section-07__box h2 {
  font-size: 2rem;
  line-height: 1.875;
  margin: 0 0 1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section-07 .section-07__interview .section-07__box h2 {
    font-size: 5.3333333333vw;
  }
}
.section-07 .section-07__interview .section-07__box p {
  font-size: 1.125rem;
  line-height: 1.888;
}
@media screen and (max-width: 768px) {
  .section-07 .section-07__interview .section-07__box p {
    font-size: 3.2vw;
  }
}
.section-07 .section-07__interview .section-07__box strong {
  font-weight: bold;
  background-color: #ffec56;
  color: #141821;
}
.section-07 .section-07__profile {
  background-color: #ECEEF2;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}
.section-07 .section-07__profile dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0 0 0.3em;
}
@media screen and (max-width: 768px) {
  .section-07 .section-07__profile dt {
    font-size: 3.4666666667vw;
  }
}
.section-07 .section-07__profile dd {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .section-07 .section-07__profile dd {
    font-size: 2.6666666667vw;
  }
}

.section-08 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-08 {
    padding-top: 12vw;
  }
}
.section-08 h2:first-child {
  margin-bottom: 1.2em;
}
.section-08 .subTitle__wrap {
  background-color: #0087D2;
  color: #fff;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .section-08 .subTitle__wrap {
    padding: 4vw 2.6666666667vw 3.3333333333vw;
    height: auto;
  }
}
.section-08 .subTitle__wrap h3 {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-08 .subTitle__wrap h3 {
    font-size: 4.8vw;
  }
}
.section-08 .subTitle__wrap h3 .-number {
  font-size: 4.375rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-08 .subTitle__wrap h3 .-number {
    font-size: 10.6666666667vw;
  }
}
.section-08 .subTitle__wrap h3 .line {
  margin: 0 10px;
}
.section-08 .features {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .section-08 .features {
    margin: 0;
  }
}
.section-08 .features .Grid__item {
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .section-08 .features .Grid__item {
    font-size: 3.2vw;
    padding: 8vw 1.3333333333vw;
  }
  .section-08 .features .Grid__item .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section-08 .features .Grid__item .number {
  font-size: 3.75rem;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  color: #0087D2;
}
@media screen and (max-width: 768px) {
  .section-08 .features .Grid__item .number {
    font-size: 9.3333333333vw;
    margin-right: 0.2em;
    margin-bottom: 0.2em;
    line-height: 1;
  }
}
.section-08 .features .Grid__item + .Grid__item {
  border-left: solid 1px #CECECE;
}
@media screen and (max-width: 768px) {
  .section-08 .features .Grid__item + .Grid__item {
    border-left: 0;
    border-top: solid 1px #CECECE;
  }
}
.section-08 .features .Grid__item h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .section-08 .features .Grid__item h3 {
    font-size: 5.6vw;
  }
}
.section-08 .features .Grid__item h3 + p {
  margin-bottom: 1.5em;
}
.section-08 .features .Grid__item .image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .section-08 .features .Grid__item .image {
    margin-top: 6vw;
  }
}
.section-08 .case {
  gap: 40px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .section-08 .case {
    gap: 8vw 0;
    font-size: 4vw;
    margin: 0 0 10vw;
  }
}
.section-08 .case .Grid__item > p:first-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.375rem;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ECEEF2;
}
@media screen and (max-width: 768px) {
  .section-08 .case .Grid__item > p:first-child {
    height: 14.9333333333vw;
    font-size: 4vw;
  }
}
.section-08 .case .Grid__item > p.note {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #26455C;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-08 .case .Grid__item > p.note {
    height: 19.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.section-08 .case .Grid__item.case02 > p:first-child {
  background-color: #D7ECF8;
}
.section-08 .case .Grid__item.case02 > p.note {
  background-color: #0087D2;
}
.section-08 .case .Grid__item .example {
  position: relative;
}
.section-08 .case .Grid__item .example p {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.333;
  padding: 0.8em 1em;
}
.section-08 .case .Grid__item .example p span {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .section-08 .case .Grid__item .example p {
    font-size: 3.3333333333vw;
  }
  .section-08 .case .Grid__item .example p span {
    font-size: 2.5333333333vw;
  }
}
.section-08 .section-08__note {
  background-color: #F2F8FC;
  margin-bottom: 100px;
  padding: 35px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note {
    padding: 10vw 2.6666666667vw;
    font-size: 3.2vw;
    margin-bottom: 9.3333333333vw;
  }
}
.section-08 .section-08__note::before {
  content: "";
  display: block;
  width: 81px;
  height: 139px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/symbol_single-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note::before {
    width: 10.8vw;
    height: 18.5333333333vw;
  }
}
.section-08 .section-08__note.-center {
  text-align: center;
}
.section-08 .section-08__note p.-middle {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note p.-middle {
    font-size: 3.2vw;
  }
}
.section-08 .section-08__note p.-large {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note p.-large {
    font-size: 3.4666666667vw;
  }
}
.section-08 .section-08__note p + p {
  margin-top: 1.5em;
}
.section-08 .section-08__note .-userBlock .box {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note .-userBlock .box {
    flex-direction: column;
    align-items: center;
  }
}
.section-08 .section-08__note .-userBlock .-profile {
  width: 148px;
  text-align: center;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note .-userBlock .-profile {
    width: 33.0666666667vw;
    margin-right: 0;
  }
  .section-08 .section-08__note .-userBlock .-profile img {
    width: 100%;
  }
}
.section-08 .section-08__note .-userBlock .-profile p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note .-userBlock .-profile p {
    font-size: 3.2vw;
    margin-right: 0;
    line-height: 1.75;
  }
}
.section-08 .section-08__note .-userBlock .-comment {
  flex: 1;
  line-height: 2.25;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note .-userBlock .-comment {
    line-height: 1.75;
    font-size: 3.2vw;
  }
}
.section-08 .section-08__note .-userBlock .-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.636;
  color: #0087D2;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 768px) {
  .section-08 .section-08__note .-userBlock .-title {
    text-align: center;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea.-pbL {
    padding-top: 15x;
  }
}
.section-08 .PageSection__item02 h3.PageSection__heading {
  font-size: 2.125rem;
  font-weight: 600;
}
.section-08 .PageSection__item02 h3.PageSection__heading .PageSection__subheading {
  font-size: 1.625rem;
}
.section-08 .PageSection__item02 .ColumnArea .AccordionArea__button .Button {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .section-08 .PageSection__item02 .ColumnArea .AccordionArea__button .Button {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea .AccordionArea__button .Button.-text .Icon, .section-08 .PageSection__item02 .ColumnArea .AccordionArea__button .Button.-xs .Icon {
    vertical-align: -0.05em;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea .Logo + .PageSection__customLead {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea .ProgramFigure.-typeB .ProgramFigure__item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea .ProgramFigure.-typeC .ProgramFigure__item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea .ProgramFigure.-typeD .ProgramFigure__item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea .ColumnArea_01 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main {
    margin-top: 55px;
  }
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main > .Grid {
  border-top: #ECEEF2 solid 2px;
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Card__lebel {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Card__lebel {
    font-size: 2rem;
    line-height: 42px;
  }
  .section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Card__lebel span {
    font-size: 2.625rem;
  }
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Card__lebel.-lv0::after {
  width: 82px;
  height: 41px;
  background-size: auto 100%;
  margin-left: 36px;
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Card__lebel.-lv1::after {
  width: 41px;
  height: 41px;
  background-size: auto 100%;
  margin-left: 54px;
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .LankLabel {
  max-width: 157px;
}
@media screen and (min-width: 769px) {
  .section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .LankLabel {
    height: 46px;
    border-radius: 5px;
    font-size: 1.125rem;
  }
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Button {
  font-size: 1.125rem;
  font-weight: 700;
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Icon {
  font-size: 2em;
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .AccordionArea__main .Card__desc {
  font-size: 1rem;
  line-height: 1.8;
}
.section-08 .PageSection__item02 .ColumnArea.-hasLine.-typeA .Card.-typeC {
  border-bottom: #ECEEF2 solid 2px;
}
.section-08 .PageSection__item03 .Slider {
  margin-top: 60px;
  margin-bottom: 20px;
}
.section-08 .PageSection__item03 .PageSection__lead {
  font-size: 1.375rem;
  line-height: 1.636;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}
.section-08 .PageSection__item03 .PageSection__lead strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-08 .PageSection__item03 .PageSection__lead {
    text-align: center;
    font-size: 4vw;
  }
}
.section-08 .PageSection__item03 .section-08__note {
  margin-top: 35px;
  margin-bottom: 0;
}
.section-08 .AccordionArea .Grid__item {
  text-align: center;
}
.section-08 .PageSection__customLead strong {
  color: inherit;
  font-weight: bold;
}
.section-08 .ProgramFigure {
  justify-content: center;
}
.section-08 .Grid.-col2.-spc2 > * {
  flex-basis: calc(50% - 8px);
}
.section-08 .Grid.-contentCenter.-spColumn {
  align-items: center;
}
.section-08 .ColumnArea.-hasLine.-typeA {
  border: #F2F8FC solid 10px;
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeA {
    padding: 60px 24px;
  }
}
.section-08 .ColumnArea.-hasLine.-typeB {
  border: #FBECF1 solid 10px;
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeB {
    padding: 60px 24px;
  }
}
.section-08 .ColumnArea.-hasLine.-typeC {
  border: #EEF7EC solid 10px;
  padding: 24px 6px 48px;
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeC {
    padding: 24px;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeC .ProgramFigure .Grid.-iconTextCluster {
    width: 100%;
  }
}
.section-08 .ColumnArea.-hasLine.-typeC .ProgramFigure .Grid .Grid__item:nth-child(2) {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeC .ProgramFigure .Grid .Grid__item:nth-child(2) {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeC {
    padding: 60px 24px;
  }
}
.section-08 .ColumnArea.-hasLine.-typeD {
  border: #FFF3E9 solid 10px;
}
@media screen and (min-width: 769px) {
  .section-08 .ColumnArea.-hasLine.-typeD {
    padding: 60px 24px;
  }
}
.section-08 .level0 {
  padding: 6% 0 3%;
}
.section-08 .level0 > p {
  text-align: center;
  margin-bottom: 3em;
  font-size: 1.75rem;
  font-weight: 600;
  color: #26455C;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .section-08 .level0 > p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section-08 .PageSection__item03 .PageSection__heading {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 768px) {
  .section-08 .PageSection__item03 .PageSection__heading span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .section-08 .PageSection__item03 .PageSection__lead {
    font-size: 3.2vw;
  }
}
section.PageSection.section-09 {
  padding-bottom: 88px;
  max-width: 382px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  section.PageSection.section-09 {
    max-width: 740px;
  }
  section.PageSection.section-09,
  section.PageSection.section-09 .Container.-small {
    width: 100%;
  }
}
@media screen and (min-width: 1160px) {
  section.PageSection.section-09,
  section.PageSection.section-09 .Container.-small {
    width: 100%;
    max-width: 1080px;
  }
}
.section-09 .ColumnArea__wrap .ColumnArea + p,
.section-09 .ColumnArea__wrap .ColumnArea + p small {
  font-size: 10px;
  line-height: 1.5;
}
.section-09 .ColumnArea__wrap {
  display: block;
}
.section-09 .ColumnArea__wrap > .ColumnArea:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 820px) {
  .section-09 .ColumnArea__wrap > .ColumnArea:not(:first-child) {
    margin-top: 0;
  }
  .section-09 .ColumnArea__wrap > .ColumnArea:not(:first-child) {
    flex-basis: calc(calc(100% - 24px) / 2 ) !important;
  }
}
@media screen and (min-width: 1160px) {
  .section-09 .ColumnArea__wrap > .ColumnArea:not(:first-child) {
    flex-basis: calc(calc(100% - 48px) / 3 ) !important;
    max-height: 176px;
  }
}
.section-09 .ColumnArea__wrap .ColumnArea + p {
  margin-top: 8px;
}
@media screen and (min-width: 1160px) {
  .section-09 .ColumnArea__wrap .CA_1st > .ColumnArea + p {
    text-align: right;
  }
}
.section-09 .ColumnArea__wrap .ColumnArea + p small a {
  color: #0087D2;
}
.section-09 .PageSection__heading strong {
  display: inline-block;
  font-size: 2.625rem;
  color: #141821;
  background-color: #FFEC56;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  .section-09 .PageSection__heading strong {
    font-size: 5.6vw;
  }
}
.section-09 .ColumnArea {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.section-09 .ColumnArea.CA_w {
  padding: 0;
}
.section-09 .ColumnArea__lead {
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  color: #0087D2;
  /* margin: 0 0 0.6em; */
}
@media screen and (min-width: 820px) {
  /* .section-09 .ColumnArea__lead {
    s
  } */
}
.section-09 .CommonList__item {
  font-size: 14px;
  font-weight: 400;
  padding-left: 24px;
}
@media screen and (min-width: 820px) {
  /* .section-09 .CommonList__item {
    s
  } */
}
.section-09 .CommonList__item::before {
  width: 16px;
}
.section-09 .CommonList__item::before {
  width: 8px;
  left: 8px;
}
.section-09 .Icon {
  text-align: center;
}
.section-09 .Grid.txt_w {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .section-09 .Grid.-iconTextCluster {
    gap: 3%;
  }
}
.section-09 .Grid.-col2.-spc3 > * {
  flex-basis: calc(50% - 20px);
}
section.section-09 .CA_1st > .ColumnArea {
  gap: 16px;
}
@media screen and (min-width: 820px) {
  .section-09 .Grid.-spc3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  section.section-09 .ColumnArea__wrap .CA_1st {
    flex-basis: 100% !important;
  }
  section.section-09 .CA_1st > .ColumnArea img {
    width: 328px;
  }
  section.section-09 .CA_1st > .ColumnArea .Grid.txt_w {
    width: calc(100% - calc(24px + 328px));
  }
  section.section-09 .CA_1st > .ColumnArea {
    gap: 24px;
    padding: 24px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media screen and (min-width: 1160px) {
  section.section-09 .ColumnArea__wrap .CA_1st {
    gap: 0;
  }
}
section.section-09 .ColumnArea__wrap .CommonList {
  margin-top: 4px;
}
section.section-09 .CA_1st ul.CommonList {
  margin-top: 16px;
}
.section-09 .Grid.-iconTextCluster .Grid__item.Icon {
  flex-basis: auto;
  max-width: 100px;
}
.section-09 ul.up_point {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 820px) {
  .section-09 ul.up_point {
    width: 100%;
    flex-direction: row;
  }
  .section-09 ul.up_point li {
    flex-basis: calc(calc(100% - 24px) / 2);
  }
}
@media screen and (min-width: 1160px) {
  .section-09 ul.up_point {
    flex-direction: column;
  }
  section.section-09 .CA_1st > .ColumnArea .Grid.txt_w,
  .section-09 ul.up_point {
    width: 328px;
  }
}
.section-09 ul.up_point .ColumnArea.-blue {
  background-color: #E7F3FA;
  border-radius: 8px;
  display: flex;
  padding: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.section-09 ul.up_point .ColumnArea.-blue .txt_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-09 ul.up_point .ColumnArea.-blue .txt_icon p {
  color: #0087D2;
  font-size: 14px;
}
@media screen and (min-width: 820px) {
  .section-09 ul.up_point .ColumnArea.-blue .txt_icon p {
    font-size: 16px;
  }
}
.numbers mark {
  background: none;
  max-width: max-content;
  background: linear-gradient(transparent 85%, #FFF288 85%);
  color: #0087D2;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.numbers span.txt_L {
  font-size: 56px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -5.6px;
  margin-right: 2px;
  padding-bottom: 6px;
}
.numbers span.txt_M {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4px;
}

.section-10 .userComment .userComment__item {
  border-bottom: solid 2px #ECEEF2;
  padding: 55px 40px 55px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-10 .userComment .userComment__item {
    padding: 6.6666666667vw 0;
    flex-direction: column;
  }
}
.section-10 .userComment .userComment__item .userComment__tn {
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-10 .userComment .userComment__item .userComment__tn {
    margin-right: 0;
  }
}
.section-10 .userComment .userComment__item .userComment__text {
  flex: 1;
}
.section-10 .userComment .userComment__item .userComment__id {
  display: flex;
  align-items: flex-end;
  margin: 0 0 20px;
}
.section-10 .userComment .userComment__item .userComment__id .title {
  font-size: 1rem;
  font-weight: 500;
  color: #0087D2;
  line-height: 1.2;
}
.section-10 .userComment .userComment__item .userComment__id .title .en {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .section-10 .userComment .userComment__item .userComment__id .title {
    font-size: 2.9333333333vw;
  }
  .section-10 .userComment .userComment__item .userComment__id .title .en {
    font-size: 6.4vw;
  }
}
.section-10 .userComment .userComment__item .userComment__id .number {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 3.75rem;
  color: #0087D2;
  line-height: 1;
  margin-left: 0.15em;
}
@media screen and (max-width: 768px) {
  .section-10 .userComment .userComment__item .userComment__id .number {
    font-size: 10.6666666667vw;
  }
}
.section-10 .userComment .userComment__item .userComment__id .line {
  padding-bottom: 0.4em;
  margin: 0 0.15em;
}
.section-10 .userComment .userComment__item .userComment__id .name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-10 .userComment .userComment__item .userComment__id .name {
    font-size: 3.7333333333vw;
  }
}
.section-10 .userComment .userComment__item .comment {
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .section-10 .userComment .userComment__item .comment {
    font-size: 3.2vw;
  }
}

/* #lesson-flow {
  background-color: #ECEEF2;
} */
@media screen and (min-width: 769px) {
  #lesson-flow h3.PageSection__heading {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 769px) {
  #lesson-flow h3.PageSection__heading .PageSection__subheading {
    font-size: 1.875rem;
  }
}
#lesson-flow > .PageSection {
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  #lesson-flow > .PageSection .PageSection__heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 769px) {
  #lesson-flow .ColumnArea.-flow {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  #lesson-flow .ColumnArea.-flow .ColumnArea__subtitle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  #lesson-flow .ColumnArea.-flow .ColumnArea__title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 769px) {
  #lesson-flow .ColumnArea.-flow .CommonList__item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  #lesson-flow .ColumnArea.-flow .ColumnArea {
    padding: 20px 15px;
  }
}
#lesson-flow .ColumnArea__lead {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #lesson-flow .ColumnArea__lead {
    text-align: center;
    font-size: 1.25rem;
  }
}

.section-11 {
  text-align: center;
  background-color: #0087D2;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://www.bizmates.jp/beginner/03/ss_images/reasons_headBg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section-11 {
    background-image: url("https://www.bizmates.jp/beginner/03/images/reasons_headBg_sp.webp");
  }
}
.section-11 + .LpSection {
  padding-top: 60px;
}
.section-11 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .section-11 h2 {
    font-size: 4.8vw;
  }
}
.section-11 p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .section-11 p {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) {
  .reasonableArea h3.PageSection__heading {
    font-size: 5.3333333333vw;
  }
}

.faq .PageSection__item {
  padding-top: 0;
}
.faq .ToggleList__item {
  position: relative;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .faq .ToggleList__item {
    padding-left: 9.3333333333vw;
  }
}
.faq .ToggleList__item:after {
  content: "";
  display: block;
  width: 46px;
  height: 60px;
  background-image: url("https://www.bizmates.jp/beginner/03/images/Q.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.5em;
  left: 0;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .faq .ToggleList__item:after {
    width: 6.1333333333vw;
    height: 8vw;
    top: 5.0666666667vw;
  }
}
.faq .ToggleList__button {
  font-size: 1.375rem;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .faq .ToggleList__button {
    font-size: 3.7333333333vw;
    padding: 4.6666666667vw 10.6666666667vw 5.3333333333vw 0px;
  }
}
@media screen and (max-width: 768px) {
  .faq .ToggleList__main {
    padding-bottom: 4.6666666667vw;
  }
}
.faq .ToggleList__main p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .faq .ToggleList__main p {
    font-size: 3.2vw;
  }
}

#sample-slider .Slider__dots {
  display: flex;
}

#sample-slider .swiper-slide {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sample-slider .Slider__dots {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #sample-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
  }
}
@media screen and (min-width: 769px) {
  #sample-slider .swiper-slide {
    width: calc(33.33% - 16px);
  }
}


@media screen and (max-width: 650px) {
  .ColumnArea.-pbL {
    padding-bottom: 24px;
  }
}
/*========= Button =========*/
.Button.-movie::before {
  width: 48px;
  height: 48px;
  background-size: 32px;
  border-radius: 64px;
  background-color: rgba(20, 24, 33, 0.8);
}

/*========= section =========*/
.section {
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 600px) {
  .section {
    padding: 96px 40px;
  }
}
@media screen and (min-width: 1160px) {
  .section {
    padding: 120px 40px;
    gap: 96px;
  }
}
.section.-hasBg {
  background-color: #fff;
}
.section.-p0 {
  padding: 0;
}
.section.-gap0 {
  gap: 0;
}
.section.-gap4 {
  gap: 4px;
}
.section.-gap8 {
  gap: 8px;
}
.section.-gap12 {
  gap: 12px;
}
.section.-gap16 {
  gap: 16px;
}
.section.-gap24 {
  gap: 24px;
}
.section.-gap36 {
  gap: 36px;
}
.section.-gap48 {
  gap: 48px;
}

.brdr_r16 {
  border-radius: 16px;
}

.tb_max {
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .tb_max {
    max-width: 100%;
  }
}

br.sp_tb {
  display: block;
}
@media screen and (min-width: 820px) {
  br.sp_tb {
    display: none;
  }
}

br.sp_tbl {
  display: block;
}
@media screen and (min-width: 1160px) {
  br.sp_tbl {
    display: none;
  }
}

br.sp_tb.pc {
  display: block;
}
@media screen and (min-width: 820px) {
  br.sp_tb.pc {
    display: none;
  }
}
@media screen and (min-width: 1160px) {
  br.sp_tb.pc {
    display: block;
  }
}

br.tbl {
  display: none;
}
@media screen and (min-width: 820px) {
  br.tbl {
    display: block;
  }
}
@media screen and (min-width: 1160px) {
  br.tbl {
    display: none;
  }
}

br.tbl_pc {
  display: none;
}
@media screen and (min-width: 820px) {
  br.tbl_pc {
    display: block;
  }
}

section#lesson-flow .max382 {
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
}
section#lesson-flow .flex {
  display: flex;
  gap: 24px;
}
section#lesson-flow .flex.-column {
  flex-direction: column;
}
section#lesson-flow .flex.-row {
  flex-direction: row;
}
section#lesson-flow .flex.-c_r {
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .flex.-c_r {
    flex-direction: row;
  }
}
section#lesson-flow .flex.-r_c {
  flex-direction: row;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .flex.-r_c {
    flex-direction: column;
    max-width: 100%;
    margin: 0;
  }
}
section#lesson-flow .flex.-gap0 {
  gap: 0;
}
section#lesson-flow .flex.-gap4 {
  gap: 4px;
}
section#lesson-flow .flex.-gap8 {
  gap: 8px;
}
section#lesson-flow .flex.-gap12 {
  gap: 12px;
}
section#lesson-flow .flex.-gap16 {
  gap: 16px;
}
section#lesson-flow .flex.-gap24 {
  gap: 24px;
}
section#lesson-flow .flex.-gap36 {
  gap: 36px;
}
section#lesson-flow .flex.-gap48 {
  gap: 48px;
}
section#lesson-flow .flex .-center {
  align-items: center;
  justify-content: center;
}
section#lesson-flow .flex .-a_center {
  align-items: center;
}
section#lesson-flow .flex .-j_center {
  justify-content: center;
}
section#lesson-flow .Headline__icon {
  flex-basis: auto;
  flex-shrink: 0;
  text-align: center;
}
section#lesson-flow .Headline__icon.-spM img {
  max-width: 105px;
}
@media screen and (min-width: 600px) {
  section#lesson-flow .Headline__icon.-spM img {
    max-width: none;
  }
}
section#lesson-flow .Headline__icon.-spS img {
  max-width: 79px;
}
@media screen and (min-width: 600px) {
  section#lesson-flow .Headline__icon.-spS img {
    max-width: none;
  }
}
section#lesson-flow .CTASection__Badge {
  position: absolute;
  top: -4px;
  left: 0;
  width: 96px;
  height: 96px;
  border-radius: 96px;
  background: #FFF;
  z-index: 10;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .CTASection__Badge {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow .CTASection__Badge {
    left: auto;
    right: -120px;
  }
}
section#lesson-flow .CTASection__Badge span.red {
  color: #D03086;
  font-size: 36px;
  line-height: 1;
  margin-right: 4px;
  font-family: "Cormorant Infant";
}
section#lesson-flow .CTASection__Badge.tbl_pc {
  display: none;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow .CTASection__Badge.tbl_pc {
    display: flex;
  }
}
section#lesson-flow .PageSection__title {
  color: #0087D2;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow .PageSection__title {
    font-size: 1rem;
  }
}
section#lesson-flow .PageSection__title.-white {
  color: #fff;
}
section#lesson-flow .PageSection__title.-white span.square {
  background: #fff;
}
section#lesson-flow .PageSection__title span.square {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 0 6px 6px 6px;
  background: #0087D2;
  margin-top: 2.5px;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow .PageSection__title span.square {
    width: 20px;
    height: 20px;
  }
}

.PageSection__heading.-comment::before, .PageSection__heading.-comment::after {
  content: "";
  display: block;
  width: 1px;
  height: 48px;
  position: absolute;
  z-index: 0;
  bottom: -3px;
  background-color: currentColor;
}
.PageSection__heading.-comment::before {
  left: -7px;
  transform: rotate(-30deg);
}
.PageSection__heading.-comment::after {
  right: -7px;
  transform: rotate(30deg);
}

@media screen and (min-width: 600px) {
  section#lesson-flow {
    padding: 72px 16px;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow {
    padding: 120px 0;
  }
}
@media screen and (min-width: 820px) {
  section#lesson-flow .head_area.max382 {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 820px) {
  section#lesson-flow .head_area.max382 > .flex.-row {
    position: relative;
  }
}
section#lesson-flow .Headline__wrapper {
  align-items: flex-start;
}
section#lesson-flow .head_txt {
  padding-top: 8px;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .head_txt.flex.-gap12 {
    gap: 16px;
  }
}
section#lesson-flow .head_txt .annotation,
section#lesson-flow .head_txt .annotation small {
  letter-spacing: 0.6px;
  font-size: 0.625rem;
}
section#lesson-flow .head_tit .Text.-blue {
  letter-spacing: 0.96px;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .head_tit .Text.-blue {
    font-size: 1.125rem;
    letter-spacing: 1.08px;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow .head_tit .Text.-blue {
    font-size: 36px;
    letter-spacing: 2.16px;
  }
}
section#lesson-flow .head_tit .Text.-medium:not(.-blue) {
  font-size: 1.25rem;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .head_tit .Text.-medium:not(.-blue) {
    font-size: 1.5rem;
    letter-spacing: 1.44px;
  }
}
@media screen and (min-width: 820px) {
  section#lesson-flow .head_tit .Text.-medium:not(.-blue) {
    font-size: 40px;
    letter-spacing: 0;
  }
}
section#lesson-flow .CTASection__Badge {
  position: inherit;
  width: 72px;
  height: 72px;
  transform: none;
}
section#lesson-flow .CTASection__Badge.sp_tbl {
  display: flex;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .CTASection__Badge.sp_tbl {
    display: none;
  }
}
section#lesson-flow .CTASection__Badge.pc {
  display: none;
}
@media screen and (min-width: 820px) {
  section#lesson-flow .CTASection__Badge.tbl_pc {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  section#lesson-flow .CTASection__Badge.tbl_pc .Text.-medium:not(.-blue) {
    font-size: 48px;
  }
}
section#lesson-flow .CTASection__Badge span.red {
  font-size: 28px;
  margin-right: 2px;
}
section#lesson-flow h3.head_tit {
  font-family: "Noto Serif JP", serif;
}
section#lesson-flow h3.head_tit .Text.-blue {
  font-size: 20px;
}
@media screen and (min-width: 820px) {
  section#lesson-flow h3.head_tit .Text.-blue {
    font-size: 40px;
    letter-spacing: 0;
  }
  section#lesson-flow h3.head_tit {
    width: 560px;
    position: relative;
  }
}
section#lesson-flow h3.head_tit .CTASection__Badge {
  width: 96px;
  height: 96px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
section#lesson-flow h3.head_tit .CTASection__Badge .Text.-SS {
  font-size: 0.75rem !important;
  letter-spacing: 0 !important;
}
section#lesson-flow h3.head_tit .CTASection__Badge span.red {
  letter-spacing: 0 !important;
}
@media screen and (min-width: 820px) {
  section#lesson-flow #flow > .max382 {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow > .max382 {
    max-width: max-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 820px) {
  section#lesson-flow #flow > .max382 > .flex.-gap16 {
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow > .max382 .flex.-gap12 {
    flex-direction: column;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow > .max382 .flex.-gap12 ul {
    flex-direction: row;
  }
}
section#lesson-flow #flow .PageSection__heading.-comment {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
section#lesson-flow #flow .PageSection__heading.-comment p {
  letter-spacing: 0.84px;
  font-size: 14px;
}
@media screen and (min-width: 820px) {
  section#lesson-flow #flow .PageSection__heading.-comment p {
    font-size: 1.25rem;
  }
}
section#lesson-flow #flow .PageSection__heading.-comment p mark {
  padding: 0 4px;
  line-height: 21px;
}
section#lesson-flow #flow .PageSection__heading.-comment::before, section#lesson-flow #flow .PageSection__heading.-comment::after {
  display: none;
}
@media screen and (min-width: 820px) {
  section#lesson-flow #flow .PageSection__heading.-comment::before, section#lesson-flow #flow .PageSection__heading.-comment::after {
    display: block;
  }
}
section#lesson-flow #flow li.step {
  display: flex;
  width: 56px;
  height: 265px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #99CFED;
  position: relative;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step {
    width: 270px;
    height: 56px;
  }
}
section#lesson-flow #flow li.step::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 48px solid #99CFED;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step::after {
    border: none;
    border-left: 48px solid #99CFED;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
  }
}
section#lesson-flow #flow li.step span {
  transform: rotateZ(90deg);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.08px;
  /* font-family: "Cormorant Infant", serif; */
  font-family: "Noto Sans JP";
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step span {
    transform: none;
    font-size: 1.25rem;
    letter-spacing: 1.2px;
  }
}
section#lesson-flow #flow li.step1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
  background: #99CFED;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step1 {
    border-radius: 8px 0 0 8px;
  }
}
section#lesson-flow #flow li.step1::after {
  display: none;
}
section#lesson-flow #flow li.step2 {
  background: #4CABDF;
}
section#lesson-flow #flow li.step3 {
  background: #0087D2;
}
section#lesson-flow #flow li.step3::after {
  border-top: 48px solid #4CABDF;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step3::after {
    border-left: 48px solid #4CABDF;
    border-top: 28px solid transparent;
  }
}
section#lesson-flow #flow li.step4 {
  background: #005585;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step4 {
    border-radius: 0 8px 8px 0;
  }
}
section#lesson-flow #flow li.step4::after {
  border-top: 48px solid #0087D2;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow li.step4::after {
    border-left: 48px solid #0087D2;
    border-top: 28px solid transparent;
  }
}
section#lesson-flow #flow ul.txtimg_ul {
  width: 100%;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow ul.txtimg_ul li {
    width: 252px;
  }
}
section#lesson-flow #flow ul.txtimg_ul li .img_txt_w {
  width: 100%;
  height: 247px;
  padding: 24px 16px;
  border-radius: 16px;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow ul.txtimg_ul li .img_txt_w {
    height: 298px;
    padding: 48px 14px;
  }
}
section#lesson-flow #flow ul.txtimg_ul li .img_txt_w h5 {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow ul.txtimg_ul li .img_txt_w h5 {
    font-size: 1.25rem;
  }
}
section#lesson-flow #flow ul.txtimg_ul li .img_txt_w p {
  height: 42px;
  letter-spacing: 0.84px;
  font-size: 14px;
}
section#lesson-flow #flow .Button.-cta {
  max-width: 240px;
  height: 57px;
  padding: 16px 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 820px) {
  section#lesson-flow #flow .Button.-cta {
    height: 98px;
    max-width: 480px;
    padding: 32px 0;
    font-size: 1.25rem;
  }
}
section#lesson-flow #flow .modal_w {
  padding: 13px;
  justify-content: space-between;
  border: 3px solid #FFF;
  max-width: 343px;
}
@media screen and (min-width: 820px) {
  section#lesson-flow #flow .modal_w {
    max-width: 480px;
    margin-top: 48px;
  }
  section#lesson-flow #flow .modal_w .Button {
    width: 240px;
  }
  section#lesson-flow #flow .modal_w span.Text.-center {
    text-align: left;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow .modal_w .PageSection__title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow .modal_w .PageSection__title span.square {
    width: 20px;
    height: 20px;
  }
}
section#lesson-flow #flow .modal_w span.Text.-center {
  letter-spacing: -0.7px;
  font-size: 16px;
}
@media screen and (min-width: 1160px) {
  section#lesson-flow #flow .modal_w span.Text.-center {
    text-align: left;
  }
}

section#lesson-flow .Text.-medium {
  font-weight: 500;
}
section#lesson-flow .Text.-bold {
  font-weight: 700;
}
section#lesson-flow .Text.-SS {
  font-size: 0.75rem;
}

section#lesson-flow .Text.-blue {
  color: #0087D2;
}
.modaal-wrapper .modaal-inner-wrapper {
  position: relative;
  display: flex;
  padding: 80px 0 !important;
  justify-content: center;
  align-items: flex-end;
  max-width: 975px;
  flex-direction: column-reverse;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 0 24px !important;
  }
}
.modaal-wrapper .modaal-video-wrap {
  margin: 0 !important;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .modaal-wrapper .modaal-video-wrap {
    margin: 0 auto !important;
  }
}

.modaal-wrapper button.modaal-close {
  position: relative;
  top: auto !important;
  right: auto;
  background-image: url("../../../ss_common/images/icon_cross_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
}
.modaal-wrapper button.modaal-close:after,
.modaal-wrapper button.modaal-close:before {
  display: none;
}
.modaal-wrapper button.modaal-close:focus,
.modaal-wrapper button.modaal-close:hover {
  background-color: #0000;
}
@media screen and (min-width: 1160px) {
  .modaal-wrapper .modaal-video-container {
    max-width: 975px !important;
    max-height: 548px !important;
  }
}