@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: bold;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
}
:root {
  --color01: #333333;
  --color02: #10B486;
  --color03: #ED000D;
  --color04: #EAF0EF;
  --color05: #FFF500;
  --color06: #E76B1F;
  --color07: #F8F5F0;
  --color08: #0f7ebd;
}
:root {
  --font-family01: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-family02: "Oswald", sans-serif;
}
:root {
  --width01: 1280px;
  --width02: 1080px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
}
main {
  display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
input, textarea, select, button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: 0;
}
textarea {
  resize: vertical;
  display: block;
}
button {
  padding: 0;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
address, caption, cite, code, dfn, em, th, td, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
html {
  font-size: min(2.6666666667vw, 11.2px);
}
@media screen and (min-width: 811px) {
  html {
    font-size: min(1.0683760684vw, 10px);
  }
}
body {
  position: relative;
  min-width: 320px;
  color: var(--color01);
  font-family: var(--font-family01);
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
body * {
  line-height: 1.2;
}
main {
  overflow: hidden;
}
img {
  display: block;
  width: auto;
  height: auto;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
*:focus {
  outline: none;
}
/* layout */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0.7rem 0.9rem 0.7rem 1rem;
  background: #fff;
  box-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 811px) {
  .header {
    height: 7rem;
    padding: 1rem 2rem;
  }
}
.header__logo {
  display: block;
  width: 11rem;
  height: 2.4rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .header__logo {
    width: 19rem;
    height: 4.1rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 811px) {
  .header__item {
    gap: 1rem;
  }
}
.header__button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0.5rem 1.2rem;
  border-radius: 0.5rem;
  background: var(--color02);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .header__button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .header__button {
    height: 4.5rem;
    padding: 0.8rem 3rem 1rem;
    font-size: 1.4rem;
  }
}
.header__button--trial {
  background: var(--color06);
}
.footer {
  position: relative;
  z-index: 1;
}
.footer__list01 {
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 811px) {
  .footer__list01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    padding: 2.8rem;
  }
}
.footer__list01 > li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 811px) {
  .footer__list01 > li + li {
    margin-top: 0;
  }
}
.footer__link01 {
  font-size: 1.4rem;
  line-height: 1.6;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__link01:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .footer__link01 {
    font-size: 1.35rem;
  }
}
.footer__copy {
  display: block;
  padding: 1.8rem;
  border-top: 1px solid #D6D6D6;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}
.footer__totop {
  position: absolute;
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  top: auto;
  right: 1.8rem;
  bottom: 3.5rem;
  left: auto;
  z-index: 1;
  border: 1px solid #d0d0d0;
  border-radius: 1.3rem;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .footer__totop:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .footer__totop {
    bottom: 100%;
    transform: translateY(50%);
  }
}
@media screen and (min-width: 1080px) {
  .footer__totop {
    right: 10rem;
  }
}
.footer__totop::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.5rem;
  background: #251E1C;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.wrap01 {
  padding: 3rem 0 4rem;
}
@media screen and (min-width: 811px) {
  .wrap01 {
    padding: 7rem 0 8rem;
  }
}
.wrap02 {
  margin-top: 4rem;
}
@media screen and (min-width: 811px) {
  .wrap02 {
    margin-top: 4rem;
  }
}
.title02 {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .title02 {
    margin: 0 0 3rem;
  }
}
.title02__sub, .title02__main {
  display: block;
}
.title02__sub {
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .title02__sub {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
.title02__main {
  font-size: 2.2rem;
  color: var(--color02);
}
@media screen and (min-width: 811px) {
  .title02__main {
    font-size: 3.2rem;
  }
}
.lead01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .lead01 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .lead01--pc-center {
    text-align: center;
  }
}
.sectionVisual {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 3.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .sectionVisual {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    min-height: 300px;
    padding: 0;
    background: none !important;
    text-align: left;
  }
}
.sectionVisual--anytime {
  background-image: url(../img/visual-bg01-sp.webp);
}
@media screen and (min-width: 811px) {
  .sectionVisual--anytime .sectionVisual__item01 {
    background: url(../img/visual-bg01-pc.webp) no-repeat center/cover;
  }
}
.sectionVisual--lecture {
  background-image: url(../img/visual-bg02-sp.webp);
}
@media screen and (min-width: 811px) {
  .sectionVisual--lecture .sectionVisual__item01 {
    background: url(../img/visual-bg02-pc.webp) no-repeat center/cover;
  }
}
.sectionVisual--curriculum {
  background-image: url(../img/visual-bg03-sp.webp);
}
@media screen and (min-width: 811px) {
  .sectionVisual--curriculum .sectionVisual__item01 {
    padding: 0 0 0 max((100% - 1020px) / 2, 2rem);
    background: url(../img/visual-bg03-pc.webp) no-repeat center/cover;
  }
}
.sectionVisual--comparison {
  background-image: url(../img/visual-bg04-sp.webp);
}
@media screen and (min-width: 811px) {
  .sectionVisual--comparison .sectionVisual__item01 {
    background: url(../img/visual-bg04-pc.webp) no-repeat center/cover;
  }
}
.sectionVisual__image01 {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .sectionVisual__image01 {
    width: 34%;
    max-width: initial;
    margin: 0;
  }
}
.sectionVisual__image01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sectionVisual__item01 {
  margin-top: -2.3rem;
}
@media screen and (min-width: 811px) {
  .sectionVisual__item01 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 66%;
    margin: 0;
    padding: 0 0 0 max((100% - 900px) / 2, 2rem);
  }
}
.sectionVisual__point01 {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.4rem 2.5rem 0.6rem;
  background: var(--color02);
  color: #fff;
  font-family: var(--font-family02);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 811px) {
  .sectionVisual__point01 {
    margin-bottom: 2rem;
    padding: 0.5rem 3.5rem 0.7rem;
    font-size: 3.2rem;
  }
}
.sectionVisual__title01 {
  width: calc(100% + 3em);
  margin-left: -1.5em;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 811px) {
  .sectionVisual__title01 {
    width: 100%;
    margin: 0;
    font-size: 3rem;
  }
}
.cta {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 811px) {
  .cta {
    padding-top: 5.6rem;
    padding-bottom: 8rem;
  }
}
.cta-area {
  position: relative;
  z-index: 0;
}
.cta__inner {
  text-align: center;
}
.cta__text01 {
  margin-bottom: 0.8rem;
  color: var(--color06);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .cta__text01 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.cta__button01 {
  display: block;
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .cta__button01:hover {
    opacity: 0.7;
  }
}
.cta__button01-main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  border-radius: 0.8rem;
  background: var(--color06);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .cta__button01-main {
    border-radius: 1rem;
    min-height: 8rem;
    font-size: 2.4rem;
  }
}
.cta__button01-main::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 74%;
  top: auto;
  right: auto;
  bottom: -0.4rem;
  left: 0;
  z-index: -1;
  border-radius: 0.8rem;
  background: #D65201;
}
@media screen and (min-width: 811px) {
  .cta__button01-main::after {
    bottom: -0.8rem;
    border-radius: 1rem;
  }
}
.cta__button01-main > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  top: 50%;
  right: 1.6rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .cta__button01-main > span::before {
    right: 3.6rem;
    width: 3rem;
    height: 3rem;
  }
}
.cta__button01-main > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7rem;
  height: 0.8rem;
  top: 50%;
  right: 2.1rem;
  bottom: auto;
  left: auto;
  z-index: 1;
  background: var(--color06);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .cta__button01-main > span::after {
    right: 4.4rem;
    width: 1rem;
    height: 1.2rem;
  }
}
.cta__button01-top {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  min-width: 20rem;
  padding: 0.4rem 1.2rem;
  border: 2px solid var(--color06);
  border-radius: 2rem;
  background: #fff;
  color: var(--color06);
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .cta__button01-top {
    min-width: 27rem;
    padding: 0.6rem 2rem;
    border: 3px solid var(--color06);
    font-size: 1.6rem;
  }
}
.cta__button01-top + .cta__button01-main {
  margin-top: -1rem;
}
@media screen and (min-width: 811px) {
  .cta__button01-top + .cta__button01-main {
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 810px) {
  .cta--bottom {
    padding-bottom: 5rem;
  }
}
.cmnVoice {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding: 3.6rem 2rem 2rem;
  border: 3px solid var(--color02);
  background: #fff;
}
@media screen and (min-width: 811px) {
  .cmnVoice {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 3.5rem;
    max-width: 100%;
    padding: 6rem 4rem 3rem 4rem;
    border-radius: 2rem;
    align-items: center;
  }
}
.cmnVoice__top01 {
  position: absolute;
  display: block;
  width: max-content;
  line-height: 1;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #fff;
  padding: 0.5rem 2rem;
  border: 3px solid var(--color02);
  border-radius: 3rem;
  color: var(--color02);
  font-size: 1.8rem;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 811px) {
  .cmnVoice__top01 {
    padding: 0.6rem 2.5rem 0.8rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice__item01 {
    width: calc(100% - 3.5rem - 14rem);
  }
}
.cmnVoice__image01 img {
  width: 12rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 img {}
}
.cmnVoice__image01 img {
  margin-bottom: 0.5rem;
  margin: 0 auto 1.4rem;
  border-radius: 50em;
  overflow: hidden;
  height: 12rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 img {
    margin-bottom: 0.8rem;
    width: 11rem;
    height: 11rem;
  }
}
.cmnVoice__image01 figcaption {
  text-align: center;
}
.cmnVoice__image01 figcaption .name {
  font-size: 1.8rem;
  font-weight: bold;
}
.cmnVoice__image01 figcaption .name > span {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 figcaption .name > span {
    font-size: 2rem;
  }
}
.cmnVoice__image01 figcaption .desc {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 figcaption .desc {
    line-height: 1.6;
  }
}
.cmnVoice__image01 figcaption .year {
  color: var(--color06);
  font-size: 1.4rem;
  line-height: 1.6;
}
.cmnVoice__lead01 {
  margin-bottom: 0.5rem;
  color: var(--color02);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .cmnVoice__lead01 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.cmnVoice__text01 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.cmnVoice__text01 .small {
  font-size: 1rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__text01 {
    font-size: 2rem;
  }
}
.cmnVoice__note01 {
  margin-top: 1rem;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .cmnVoice__note01 {
    margin-top: .5rem;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice--round {
    border-radius: 0.8rem;
  }
  .cmnVoice--round .cmnVoice__text01 {
    font-size: 1.8rem;
  }
}
/* unique */
.mv {
  margin-top: 3rem;
  height: 44.5rem;
  padding: 3.5rem 0 1.5rem 2rem;
  background: url(../img/mv-img-sp.webp) no-repeat center/cover;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .mv {
    height: 68em;
    margin-top: 7rem;
    padding: 4rem 1.8rem 0;
    background: url(../img/mv-img-pc.webp) no-repeat center/cover;
    font-size: min(0.69vw, 10px);
  }
}
.mv__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .mv__inner {
    max-width: 1092px;
  }
}
.mv__text-wrap {
  margin-bottom: 0;
}
@media screen and (min-width: 811px) {
  .mv__text-wrap {
    margin-bottom: 0;
  }
}
.mv__text01 {
  margin-bottom: 1rem;
  font-size: 1.9rem;
}
@media screen and (min-width: 811px) {
  .mv__text01 {
    margin-bottom: .5em;
    font-size: 3.1rem;
  }
}
.mv__text01 > span {
  position: relative;
}
.mv__text01 > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  top: auto;
  right: auto;
  bottom: calc(100% + 0.1em);
  left: 50%;
  border-radius: 50%;
  background: var(--color03);
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .mv__text01 > span::before {
    bottom: calc(100% + 0.05em);
    width: 0.2em;
    height: 0.2em;
  }
}
.mv__text02 {
  margin-bottom: 0;
}
.mv__text02 > span {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background: #ffffff;
  font-size: 1.9rem;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.mv__text02 > span > b {
  color: var(--color03);
}
@media screen and (min-width: 811px) {
  .mv__text02 > span {
    padding: 0.1em 0.2em;
    font-size: 4rem;
  }
}
.mv__gradient01-wrap {
  text-align: center;
  display: inline-block;
}
.mv__text03 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mv__text03 .text01 {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .mv__text03 .text01 {
    margin-right: 0.5em;
    font-size: 2.6em;
  }
}
.mv__text03 .text02 {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 811px) {
  .mv__text03 .text02 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 811px) {
  .mv__text03 .price__mv__text01 {
    font-size: 1.8rem;
  }
  .mv__text03 .price__mv__text01 .number {
    font-size: 2rem;
    text-align: center;
  }
}
.mv__text03 .price__mv__text01 {
  font-size: 1.2rem;
  opacity: .7;
  text-align: center;
}
.mv__text03 .price__mv__text01 .number {
  font-size: 1.8rem;
  text-align: center;
}
.mv__text03 .price__mv__text02 .number {
  font-family: var(--font-family02);
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (min-width: 811px) {
  .mv__text03 .price__mv__text02 .number {
    font-size: 5.9em;
  }
}
.mv__text03 .price__mv__text02 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mv__text03 .yen {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .mv__text03 .yen {
    font-size: 1.6rem;
  }
}
.mv__cp__text {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: .5rem;
  color: var(--color03);
  background: #fff;
}
@media screen and (min-width: 811px) {
  .mv__cp__text {
    font-size: 1.8rem;
    margin-bottom: .5rem;
    display: block;
    background: none;
  }
}
.mv__cp__text_wrap {
  text-align: center;
}
.mv .mv__gradient01 {
  display: inline-block;
  padding: 0.4rem 1rem 0.6rem 2.2rem;
  background: var(--color02);
  background: linear-gradient(90deg, rgb(18, 180, 134) 40%, rgb(18, 122, 168) 100%);
  color: #fff;
  margin-bottom: 1rem;
}
.mv__title01 {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 0.15em 0.15em 0.25em;
  margin-top: 0.25em;
  display: inline-block;
}
.cp_mv .mv__title01 {
  margin-bottom: 2.2rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 811px) {
  .mv__title01 {
    font-size: 6.8em;
    margin-bottom: 2rem;
  }
  .cp_mv .mv__title01 {
    font-size: 6.8em;
    margin-bottom: 2.5rem;
  }
}
.mv__title01 .small {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .mv__title01 .small {
    font-size: 0.6111111111em;
  }
}
.mv__container01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.cp_mv .mv__container01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: .8em;
}
@media screen and (min-width: 811px) {
  .mv__container01 {
    flex-direction: row;
    gap: 1.6rem;
    margin-bottom: 3em;
  }
  .cp_mv .mv__container01 {
    flex-direction: row;
    gap: 1.6rem;
    margin-bottom: 2em;
  }
}
.mv__container01-item {}
@media screen and (min-width: 811px) {
  .mv__container01-item {
    max-width: initial;
  }
}
.mv__card01 {
  position: relative;
  min-width: 14.5rem;
  padding: 0.8rem 2rem 0.8rem 3.5rem;
  border-radius: 50em;
  background: rgba(255, 255, 255, 0.8);
  border: #E76B1E 3px solid;
}
@media screen and (min-width: 811px) {
  .mv__card01 {
    min-width: 23em;
    padding: 1.5em 4.5em 1.5em 6.3em;
  }
}
.mv__card01::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.9rem;
  height: 1.6rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0.9rem;
  background: url(../img/ico-check01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .mv__card01::before {
    left: 2em;
    width: 3.4em;
    height: 2.8em;
  }
}
.mv__card01-text01 {
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}
@media screen and (min-width: 811px) {
  .mv__card01-text01 {
    font-size: 2.1em;
  }
}
.mv__card01-text02 {
  font-size: 1.7rem;
}
@media screen and (min-width: 811px) {
  .mv__card01-text02 {
    font-size: 3.1em;
  }
}
.course {
  padding: 4rem 0;
}
@media screen and (min-width: 811px) {
  .course {
    position: relative;
    z-index: 0;
    padding: 8rem 0;
  }
}
.course__head {
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .course__head {
    margin-bottom: 2.8rem;
  }
}
.course__head-text01 {
  position: relative;
  display: inline-block;
  width: auto;
  color: var(--color03);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (min-width: 811px) {
  .course__head-text01 {
    font-size: 2.3rem;
  }
}
.course__head-text01::before, .course__head-text01::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 50%;
  right: calc(100% + 1.5em);
  bottom: auto;
  left: auto;
  background: var(--color03);
  transform: translateY(-50%) rotate(-35deg);
}
.course__head-text01::after {
  right: auto;
  left: calc(100% + 1.5em);
  transform: translateY(-50%) rotate(35deg);
}
.course__head-text02 {
  margin-top: 1.6rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (min-width: 811px) {
  .course__head-text02 {
    margin-top: 1rem;
    font-size: 2.3rem;
  }
}
.course__head-text03 {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .course__head-text03 {
    font-size: 2rem;
  }
}
.course__head-text04 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: auto;
  margin-top: 0.5rem;
  padding-bottom: 0.8rem;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .course__head-text04 {
    margin-top: 1rem;
  }
}
.course__head-text04::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 1em);
  height: 2rem;
  top: auto;
  right: auto;
  bottom: 0;
  left: -0.5em;
  z-index: -1;
  background: var(--color05);
}
.course__head-text04 .number {
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .course_top .course__box01 {
    display: block;
    max-width: 860px;
  }
}
.course__box01 {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding: 3rem 2rem 2.5rem;
  border: 3px solid var(--color02);
  border-radius: 0.8rem;
  background: #fff;
}
.course_top .course__box01-item01 {
  border-bottom: none;
  padding: 0;
}
.course_top .course__box01-item01::after {
  content: none;
}
@media screen and (min-width: 811px) {
  .course_top .course__figure01 > span {
    padding: 1.4rem 6.8rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 811px) {
  .course_top .course__figure01 .plus {
    padding: 0 0.8rem;
    fonta-size: 2.1rem;
  }
}
.course_top .course__title01 {
  background: none;
  padding: 0;
  font-size: 2.2rem;
}
@media screen and (min-width: 811px) {
  .course_top .course__title01 {
    font-size: 2.6rem;
  }
}



.course_top .course__list01 > li {
  background: #FFE9DB;
  text-align: center;
  border-radius: 100px;
  padding: .4rem;
  width: 100%;
  font-size: 1.35rem;
}
@media screen and (min-width: 811px) {
  .course_top .course__list01 > li {
    padding: .4rem;
    font-size: 1.55rem;
  }
}

.course_top .course__list_wrap {
    display: flex;
    gap: 1rem;
}

.course_top .course__list_wrap > ul {
    width: 100%;
}

.course_top .course__title02 {
  margin: 1rem 0 .4rem;
}
@media screen and (min-width: 811px) {
  .course_top .course__title02 {
    font-stretch: condensed;
    text-align: center;
    color: #333;
    margin: 2rem 0 1rem;
  }
}
.course_top .course__list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.course_top .course__list01 > li::before {
  content: none;
}
.course_top .course_top-img {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .course__box01 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 5.5rem 8rem 5rem;
    border: 0.5rem solid var(--color02);
    border-radius: 2rem;
  }
}
.course__box01-item01 {
  margin-bottom: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #B5B5B5;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .course__box01-item01 {
    position: relative;
    margin: 0;
    padding: 0 4.5rem 0 0;
    border: none;
  }
}
@media screen and (min-width: 811px) {
  .course__box01-item01::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 86%;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    background: #B5B5B5;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 811px) {
  .course__box01-item02 {
    margin-left: 3.5rem;
  }
}
.course__title01 {
  display: inline-block;
  width: auto;
  margin-bottom: 1.5rem;
  padding: 0.5rem 3rem;
  border-radius: 3rem;
  background: #FFE9DB;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .course__title01 {
    padding: 0.7rem 3.2rem;
    font-size: 2rem;
  }
}
.course__title02 {
  margin-bottom: 0.5rem;
  color: var(--color02);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .course__title02 {
    text-align: left;
  }
}
.course__figure01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.course__figure01 > span {
  display: inline-block;
  padding: 1rem 2.3rem;
  border-radius: 0.5rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .course__figure01 > span {
    padding: 0.9rem 2.2rem;
    font-size: 1.8rem;
  }
}
.course__figure01 .subject {
  background: var(--color06);
  color: #fff;
}
.course__figure01 .drafting {
  background: var(--color02);
  color: #fff;
}
.course__figure01 .plus {
  padding: 0 1rem;
  font-size: 2rem;
}
@media screen and (min-width: 811px) {
  .course__figure01 .plus {
    padding: 0 0.8rem;
    font-size: 2.1rem;
  }
}
.course__text01 {
  position: relative;
  left: 50%;
  width: calc(100% + 1em);
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .course__text01 {
    font-size: 2.2rem;
  }
}
.course__price01-top {
  font-size: 2rem;
}
.course__price01-top .number {
  display: inline-block;
  padding: 0 0.2em;
  font-weight: bold;
}
.course__price01-main {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .course__price01-main {
    font-size: 2rem;
  }
}
.course__price01-main .number {
  display: inline-block;
  padding-left: 0.2em;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .course__price01-main .number {
    font-size: 6.4rem;
  }
}
.course__price01-main .yen {
  font-size: 1.8rem;
}
@media screen and (min-width: 811px) {
  .course__price01-main .yen {
    font-size: 2.4rem;
  }
}
.course__price01-bottom {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .course__price01-bottom {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.course__list01 {
  margin-left: 1rem;
}
@media screen and (min-width: 811px) {
  .course__list01 {
    margin-left: 0;
  }
}
.course__list01 > li {
  position: relative;
  padding-left: 0.8em;
  font-size: 1.55rem;
  line-height: 1.6;
}
.course__list01 > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  top: calc(0.9em - 0.2rem);
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 50%;
  background: var(--color01);
}
@media screen and (min-width: 811px) {
  .course__list01 > li {
    line-height: 1.8;
    font-size: 1.75rem;
  }
}
.voice {
  padding: 6rem 0 4rem;
}
@media screen and (min-width: 811px) {
  .voice {
    padding: 12rem 0 8rem;
  }
}
.price__text-wrap01 {
  text-align: center;
  margin-top: 30px;
}
.price__text01 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .price__text01 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}
.price__text02 {
  background: var(--color05);
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .price__text02 {
    display: inline-block;
    width: auto;
    padding: 0 1rem;
    font-size: 2.6rem;
  }
}
.price__text02-large {
  font-size: 3.1rem;
}
@media screen and (min-width: 811px) {
  .price__text02-large {
    margin-right: 0.5rem;
    font-size: 4.2rem;
  }
}
.about {
  padding: 4rem 0;
}
@media screen and (min-width: 811px) {
  .about {
    padding: 9rem 0;
  }
}
.about__wrap01 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .about__wrap01 {
    margin-bottom: 5rem;
  }
}
.about__wrap02 {
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .about__wrap02 {
    margin-bottom: 8rem;
  }
}
.about__column01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .about__column01 {
    gap: 1rem;
    width: calc(100% + 4.8rem);
    max-width: initial;
    margin-left: -2.4rem;
  }
}
.about__column01-item {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: calc(50% - 0.3rem);
  height: auto;
  padding-bottom: calc((50% - 0.3rem) / 2 + 1.4rem);
  text-align: center;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 811px) {
  .about__column01-item {
    width: calc(33.33% - 0.67rem);
    padding-bottom: calc((33.33% - 0.67rem) / 2 + 2.5rem);
  }
}
.about__column01-item::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #E7ECF2;
}
@media (max-width: 810px) {
  .about__column01-item:nth-child(1) {
    order: 1;
  }
  .about__column01-item:nth-child(2) {
    order: 3;
    margin-top: -1rem;
  }
  .about__column01-item:nth-child(3) {
    order: 2;
  }
}
.about__column01-text01 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .about__column01-text01 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}
.about__column01-text02 {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .about__column01-text02 {
    font-size: 2.5rem;
  }
}
.about__column01-image {
  position: absolute;
  top: calc(50% - 1rem);
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 811px) {
  .about__column01-image {
    top: calc(50% - 2rem);
  }
}
.about__column01-image--01 {
  width: 10.4rem;
  height: 8.2rem;
}
@media screen and (min-width: 811px) {
  .about__column01-image--01 {
    width: 18.4rem;
    height: 15.1rem;
  }
}
.about__column01-image--02 {
  top: calc(50% - 0.6rem);
  width: 9.1rem;
  height: 6.1rem;
}
@media screen and (min-width: 811px) {
  .about__column01-image--02 {
    width: 16.8rem;
    height: 11.3rem;
  }
}
.about__column01-image--03 {
  width: 11.3rem;
  height: 7.9rem;
}
@media screen and (min-width: 811px) {
  .about__column01-image--03 {
    width: 20.9rem;
    height: 14.5rem;
  }
}
.point {
  padding: 5rem 0 2.5rem;
}
@media screen and (min-width: 811px) {
  .point {
    padding: 9rem 0 10rem;
  }
}
.point__wrap01 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .point__wrap01 {
    margin-bottom: 6rem;
  }
}
.point__logo01 {
  width: 16rem;
  height: 5.2rem;
  margin: 0 auto 1.8rem;
}
@media screen and (min-width: 811px) {
  .point__logo01 {
    width: 20rem;
    height: 6.6rem;
  }
}
.point__title01 {
  margin-bottom: 1.5rem;
  color: var(--color02);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .point__title01 {
    margin-bottom: 2.5rem;
    font-size: 4rem;
  }
}
.point__text01 {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .point__text01 {
    font-size: 2rem;
    text-align: center;
  }
}
.point__column01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3.2rem;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .point__column01 {
    gap: 3em;
    max-width: 100%;
    font-size: min(1vw, 10px);
  }
}
.point__column01-item {
  position: relative;
  width: 100%;
  padding: 3.5rem 2rem 2.4rem;
  border-radius: 0.8rem;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .point__column01-item {
    width: calc(33.33% - 2em);
    padding: 4.5em 1em 3.5em;
    border-radius: 2.3rem;
  }
}
.point__column01-number {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  color: #BBE2D7;
  font-family: var(--font-family02);
  font-size: 4.4rem;
  font-weight: 500;
  transform: translate(-50%, -50%);
}
.point__column01-catch {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .point__column01-catch {
    margin-bottom: 0.8rem;
    font-size: 2.2em;
  }
}
.point__column01-image {
  max-width: 24.8rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .point__column01-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 27rem;
    height: 18.4rem;
  }
}
@media screen and (min-width: 811px) {
  .point__column01-image img {
    width: 100%;
    height: auto;
  }
}
.point__column01-title {
  margin-bottom: 0.8rem;
  color: var(--color02);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .point__column01-title {
    min-height: 2.5em;
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.point__column01-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56;
}
@media screen and (min-width: 811px) {
  .point__column01-text {
    font-size: 1.8em;
  }
}
.special {
  padding: 6rem 0;
  background: var(--color04) url(../img/special-bg01-sp.webp) no-repeat top center/100% auto;
}
@media screen and (min-width: 811px) {
  .special {
    padding: 8rem 0;
    background-image: url(../img/special-bg01-pc.webp);
  }
}
.special__inner01 {
  max-width: calc(1070px + 3.6rem);
  margin: 0 auto;
  padding: 0 1.8rem;
}
.special__title01 {
  margin-bottom: 5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 811px) {
  .special__title01 {
    margin-bottom: 8rem;
  }
}
.special__title01 .top {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  line-height: 1.45;
}
@media screen and (min-width: 811px) {
  .special__title01 .top {
    font-size: 2.6rem;
  }
}
.special__title01 .main {
  display: inline-block;
  font-size: 3.8rem;
  line-height: 1;
}
.special__title01 .number {
  position: relative;
  top: 0.05em;
  display: inline-block;
  margin-right: 0.1em;
  font-size: 6.4rem;
  line-height: 1;
}
.special__column01 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 3.2rem;
  max-width: 540px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 811px) {
  .special__column01 {
    gap: 4em;
    max-width: 100%;
    margin-bottom: 6rem;
    font-size: min(0.9345794393vw, 10px);
  }
}
.special__column01-item {
  position: relative;
  width: 100%;
  padding: 4.5rem 3rem 2.5rem;
  border-radius: 0.8rem;
  background: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 811px) {
  .special__column01-item {
    width: calc(33.33% - 2.67em);
    padding: 4.5em 3em 3.5em;
  }
}
.special__column01-number {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  padding: 0.5rem 2.2rem 0.9rem;
  border-radius: 4rem;
  background: var(--color02);
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.special__column01-image {
  max-width: 27rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .special__column01-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 27em;
    height: 15em;
  }
}
@media screen and (min-width: 811px) {
  .special__column01-image img {
    width: 100%;
    height: auto;
  }
}
.special__column01-title {
  margin-bottom: 1.5rem;
  color: var(--color02);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.36;
}
@media screen and (min-width: 811px) {
  .special__column01-title {
    min-height: 2.72em;
    font-size: 2rem;
  }
}
.special__column01-title .date {
  font-size: 1.8rem;
  color: var(--color06);
  margin-top: .5rem;
}
@media screen and (min-width: 811px) {
  .special__column01-title .date {
    font-size: 1.4rem;
  }
}
.special__column01-lead {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .special__column01-lead {
    font-size: 1.9em;
  }
}
.special__column01-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.56;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .special__column01-text {
    font-size: 1.6em;
  }
}
.worry {
  padding: 5rem 0;
  background: var(--color04);
}
@media screen and (min-width: 811px) {
  .worry {
    padding: 9rem 0;
  }
}
.worry__inner01 {
  max-width: calc(900px + 3.6rem);
}
@media screen and (min-width: 811px) {
  .worry__wrap01 {
    position: relative;
  }
}
.worry__title-wrap01 {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .worry__title-wrap01 {
    margin-bottom: 3.5rem;
  }
}
.worry__title01 {
  color: var(--color02);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .worry__title01 {
    font-size: 3.2rem;
  }
}
.worry__list01 {
  max-width: 320px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .worry__list01 {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.worry__list01 > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5em;
  padding-left: 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 811px) {
  .worry__list01 > li {
    min-height: initial;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.worry__list01 > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.6rem;
  height: 2.2rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/ico-check01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.worry__list01 > li + li {
  margin-top: 0.8rem;
}
@media screen and (min-width: 811px) {
  .worry__list01 > li + li {
    margin-top: 1.4rem;
  }
}
.worry__list01 > li:last-child {
  min-height: initial;
}
.worry__image01 {
  width: 60.5%;
  max-width: 300px;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .worry__image01 {
    position: absolute;
    display: block;
    width: 25rem;
    height: 13.6rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    margin-bottom: 0;
  }
}
.worry__image01 img {
  width: 100%;
}
.lecture__wrap01:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 811px) {
  .lecture__wrap01:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.lecture__title01 {
  margin-bottom: 2rem;
  padding: 1.2rem;
  background: #BBE2D7;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .lecture__title01 {
    margin-bottom: 4rem;
    padding: 1.4rem;
  }
}
.lecture__title01-main {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .lecture__title01-main {
    font-size: 2.4rem;
  }
}
.lecture__title01-sub {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .lecture__title01-sub {
    font-size: 1.8rem;
  }
}
.lecture__lead01 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .lecture__lead01 {
    font-size: 3rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 811px) {
  .lecture__voice-wrap01 {
    max-width: 780px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 811px) {
  .lecture__voice-wrap01 .lecture__voice01 {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 811px) {
  .lecture__voice-wrap01 .lecture__voice01--reverse {
    margin-right: 0;
    margin-left: 4rem;
  }
}
.lecture__voice01 {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .lecture__voice01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 3.5rem;
    max-width: 100%;
    align-items: center;
  }
}
.lecture__voice01 + .lecture__voice01 {
  margin-top: 2rem;
}
@media screen and (min-width: 811px) {
  .lecture__voice01 dt {
    width: 14rem;
  }
}
.lecture__voice01 dd {
  position: relative;
  z-index: 0;
  padding: 1.5rem 2rem;
  border: 2px solid var(--color02);
  border-radius: 1.1rem;
}
@media screen and (min-width: 811px) {
  .lecture__voice01 dd {
    width: auto;
    max-width: calc(100% - 14rem - 3.5rem);
    padding: 3rem 3.5rem;
  }
}
.lecture__voice01 dd::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 1.6rem;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: 0 auto;
  background: var(--color02);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .lecture__voice01 dd::before {
    top: 7rem;
    right: 100%;
    left: auto;
    width: 2rem;
    height: 2.4rem;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: translateY(-50%);
  }
}
.lecture__wrap01 .not_fukidashi dd::before, .lecture__wrap01 .not_fukidashi dd::after {
  display: none;
}
.lecture__wrap01 .not_fukidashi {
  gap: 1rem;
}
.lecture__wrap01 .not_fukidashi dd {
  border: none;
}
.lecture__voice01 dd::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  height: 1.4rem;
  top: auto;
  right: 0;
  bottom: calc(100% - 1.5px);
  left: 0;
  margin: 0 auto;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .lecture__voice01 dd::after {
    top: 7rem;
    right: calc(100% - 1.5px);
    left: auto;
    width: 1.8rem;
    height: 2.2rem;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: translateY(-50%);
  }
}
.lecture__voice01-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .lecture__voice01-image {
    margin-bottom: 0;
  }
}
.lecture__voice01-image img {
  width: 12rem;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 811px) {
  .lecture__voice01-image img {
    width: 100%;
  }
}
.lecture__voice01-image figcaption {
  margin-top: 0.8rem;
  text-align: center;
}
.lecture__voice01-image figcaption .name {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .lecture__voice01-image figcaption .name {
    margin-bottom: 0.5rem;
  }
}
.lecture__voice01-image figcaption .desc {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .lecture__voice01-image figcaption .desc {
    font-size: 1.4rem;
  }
}
.lecture__voice01-image figcaption .year {
  display: block;
  color: var(--color06);
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .lecture__voice01-image figcaption .year {
    font-size: 1.4rem;
  }
}
.lecture__voice01-text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .lecture__voice01-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 811px) {
  .lecture__voice01--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 811px) and (min-width: 811px) {
  .lecture__voice01--reverse dd::before {
    right: auto;
    left: 100%;
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
  }
}
@media screen and (min-width: 811px) and (min-width: 811px) {
  .lecture__voice01--reverse dd::after {
    right: auto;
    left: calc(100% - 1.5px);
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
  }
}
.lecture__badge01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url(../img/lecture_badge_bg01.webp) no-repeat center/100% 100%;
  font-weight: bold;
  text-align: center;
  aspect-ratio: 1/1;
}
.lecture__badge01-text01 {
  font-size: 0.9rem;
}
@media screen and (min-width: 811px) {
  .lecture__badge01-text01 {
    font-size: 1.6rem;
  }
}
.lecture__badge01-text01 > span {
  font-size: 1.3rem;
}
@media screen and (min-width: 811px) {
  .lecture__badge01-text01 > span {
    font-size: 2.2rem;
  }
}
.lecture__badge01-text02 {
  position: relative;
  color: #eb2400;
  font-size: 1rem;
}
@media screen and (min-width: 811px) {
  .lecture__badge01-text02 {
    font-size: 2rem;
  }
}
.lecture__badge01-text02 .number {
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .lecture__badge01-text02 .number {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.lecture__badge01-text02 sup {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0.3rem;
  right: auto;
  bottom: auto;
  left: calc(50% + 1em);
  color: #838383;
  font-size: 0.8rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .lecture__badge01-text02 sup {
    top: 0.5rem;
    font-size: 12px;
  }
}
.lecture__badge01-note {
  max-width: 27rem;
  margin: 0 auto;
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .lecture__badge01-note {
    max-width: initial;
    text-align: center;
  }
}
.lecture__image01 {
  position: relative;
  max-width: 540px;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .lecture__image01 {
    max-width: 50.5rem;
    margin-bottom: 2.5rem;
    padding-top: 1rem;
  }
}
.lecture__image01-badge {
  position: absolute;
  top: 10%;
  right: -1.5rem;
  width: 8rem;
  animation: animation01 3s infinite;
}
@media screen and (min-width: 811px) {
  .lecture__image01-badge {
    width: 13.5rem;
  }
}
@keyframes animation01 {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.anytime__title01 {
  margin-bottom: 3rem;
  color: var(--color02);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .anytime__title01 {
    margin-bottom: 6rem;
    font-size: 4rem;
  }
}
.anytime__lead01 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .anytime__lead01 {
    font-size: 3.4rem;
  }
}
.anytime__lead01 .small {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 811px) {
  .anytime__lead01 .small {
    font-size: 2rem;
  }
}
.anytime__container01 {
  max-width: 540px;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .anytime__container01 {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.anytime__container01-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item {
    position: relative;
  }
}
.anytime__container01-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.anytime__container01-item .text {
  margin-bottom: 1rem;
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item .text {
    padding-top: 3.2rem;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 811px) {
  .anytime__container01-item .image {
    position: absolute;
  }
}
.anytime__container01-item:nth-child(odd) .text {
  width: 30.2rem;
  height: 8.5rem;
  background: url(../img/anytime-text-bg01-sp.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item:nth-child(odd) .text {
    width: 43.5rem;
    height: 13.5rem;
    margin-left: 5rem;
    padding-left: 2rem;
    background-image: url(../img/anytime-text-bg01-pc.svg);
  }
}
.anytime__container01-item:nth-child(odd) .image {
  width: 18.2rem;
  height: 9.7rem;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item:nth-child(odd) .image {
    top: 7rem;
    left: 4.4rem;
    width: 30rem;
    height: 16rem;
  }
}
.anytime__container01-item:nth-child(even) .text {
  width: 29.5rem;
  height: 8.5rem;
  padding-top: 1.5rem;
  background: url(../img/anytime-text-bg02-sp.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item:nth-child(even) .text {
    width: 41rem;
    height: 13.7rem;
    margin-left: 23rem;
    padding-top: 4.5rem;
    padding-right: 3rem;
    background-image: url(../img/anytime-text-bg02-pc.svg);
  }
}
.anytime__container01-item:nth-child(even) .image {
  width: 7.8rem;
  height: 10.6rem;
}
@media screen and (min-width: 811px) {
  .anytime__container01-item:nth-child(even) .image {
    top: -2rem;
    right: -1.5rem;
    width: 12.8rem;
    height: 17.5rem;
  }
}
.anytime__container02 {
  position: relative;
  max-width: 420px;
  margin: 0 auto 2rem;
  padding-top: 2.5rem;
}
@media screen and (min-width: 811px) {
  .anytime__container02 {
    max-width: 56rem;
    margin-bottom: 4rem;
    padding-top: 4.5rem;
  }
}
.anytime__container02-text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.anytime__container02-text:nth-child(1) {
  margin-bottom: 2rem;
  font-size: 3rem;
}
.anytime__container02-images {
  position: relative;
  margin: 0 0.4rem;
  padding-top: 2rem;
}
.anytime__container02-images .image {
  width: 12.4rem;
  height: 17.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .anytime__container02-images .image {
    width: 22rem;
    height: 31rem;
  }
}
.anytime__container02-items {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem 15rem;
}
.anytime__container02-items:nth-child(1) {
  gap: 3.5rem 26.5rem;
}
.anytime__container02-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.4rem;
  height: 7.7rem;
  text-align: center;
  filter: drop-shadow(0 0.3rem 0.6rem rgba(0, 0, 0, 0.08));
}
@media screen and (min-width: 811px) {
  .anytime__container02-item {
    width: 14.8rem;
    height: 13.6rem;
  }
}
.anytime__container02-item:nth-child(odd) {
  padding-right: 0.9rem;
  background: url(../img/anytime-speech-bubble01-sp.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .anytime__container02-item:nth-child(odd) {
    background-image: url(../img/anytime-speech-bubble01-pc.svg);
  }
}
.anytime__container02-item:nth-child(even) {
  padding-left: 0.9rem;
  background: url(../img/anytime-speech-bubble02-sp.svg) no-repeat center/contain;
}
@media screen and (min-width: 811px) {
  .anytime__container02-item:nth-child(even) {
    background-image: url(../img/anytime-speech-bubble02-pc.svg);
  }
}
.anytime__container02-item:nth-child(1) .icon {
  width: 29%;
}
.anytime__container02-item:nth-child(2) {
  margin-top: 0.5rem;
}
.anytime__container02-item:nth-child(2) .icon {
  width: 29%;
}
.anytime__container02-item:nth-child(3) .icon {
  width: 26%;
}
.anytime__container02-item:nth-child(4) {
  margin-top: -0.5rem;
}
.anytime__container02-item:nth-child(4) .icon {
  width: 27%;
}
.anytime__container02-item .icon {
  margin: 0 auto 0.5rem;
}
.anytime__container02-item .text {
  color: var(--color02);
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .anytime__container02-item .text {
    font-size: 2.1rem;
  }
}
.anytime__container03 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 811px) {
  .anytime__container03 {
    margin-bottom: 6rem;
  }
}
.anytime__container03-text {
  margin: 0 0.8rem;
}
@media screen and (min-width: 811px) {
  .anytime__container03-text {
    max-width: 800px;
    margin: 0 auto;
  }
}
.anytime__container04 {
  position: relative;
  max-width: 540px;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 811px) {
  .anytime__container04 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 7rem;
  }
}
.anytime__container04-image {
  width: 60%;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .anytime__container04-image {
    width: 41.2436548223%;
    margin: 0;
  }
}
@media screen and (min-width: 811px) {
  .anytime__container04-item {
    width: 50.7614213198%;
  }
}
.anytime__column01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 3.2rem;
  max-width: 540px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 811px) {
  .anytime__column01 {
    gap: 0;
    max-width: 680px;
    margin-bottom: 5.5rem;
  }
}
.anytime__column01-item {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 36.9%;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .anytime__column01-item {
    width: 33.33%;
  }
}
@media (max-width: 810px) {
  .anytime__column01-item:nth-child(1) {
    order: 1;
  }
  .anytime__column01-item:nth-child(2) {
    order: 3;
  }
  .anytime__column01-item:nth-child(3) {
    order: 2;
  }
}
.anytime__column01-image img {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 811px) {
  .anytime__column01-image img {
    max-width: 20rem;
    margin: 0 auto 1.5rem;
  }
}
.anytime__column01-image figcaption {
  position: relative;
  display: inline-block;
  color: var(--color06);
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .anytime__column01-image figcaption {
    font-size: 2rem;
  }
}
.anytime__column01-image figcaption::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 1.2em;
  top: 0;
  right: calc(100% + 0.5rem);
  bottom: auto;
  left: auto;
  background: url(../img/ico-check02.svg) no-repeat center left/contain;
}
@media screen and (min-width: 811px) {
  .anytime__column01-image figcaption::before {
    width: 2.2rem;
  }
}
.anytime__box01 {
  padding: 2rem;
  border-radius: 0.8rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .anytime__box01 {
    padding: 5rem 5.6rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 811px) {
  .curriculum__inner01 {
    max-width: calc(1060px + 3.6rem);
  }
}
.curriculum__wrap01 {
  padding: 3.5rem 0 4rem;
}
@media screen and (min-width: 811px) {
  .curriculum__wrap01 {
    padding: 10rem 0 8rem;
  }
}
.curriculum__title01 {
  margin-bottom: 0;
  color: var(--color02);
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .curriculum__title01 {
    margin-bottom: 2rem;
    font-size: 3.4rem;
    margin-top: 6rem;
    text-align: center;
  }
}
.curriculum__image01 {
  display: block;
  max-width: 540px;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 811px) {
  .curriculum__image01 {
    max-width: 100%;
    margin-bottom: 0rem;
  }
}
.curriculum__list01 {
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .curriculum__list01 {
    max-width: 710px;
  }
}
.curriculum__list01 > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2.5em;
  padding-left: 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 811px) {
  .curriculum__list01 > li {
    min-height: initial;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.curriculum__list01 > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.6rem;
  height: 2.2rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background: url(../img/ico-check01.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.curriculum__list01 > li + li {
  margin-top: 0.8rem;
}
@media screen and (min-width: 811px) {
  .curriculum__list01 > li + li {
    margin-top: 1.4rem;
  }
}
.curriculum__list01 > li:last-child {
  min-height: initial;
}
.curriculum__list02 {
  max-width: 540px;
  margin: 0 auto;
  counter-reset: num;
  margin-bottom: 6rem;
}
@media screen and (min-width: 811px) {
  .curriculum__list02 {
    max-width: 100%;
    padding: 0 1.5rem;
    margin-bottom: 9rem;
    margin-top: 9rem;
  }
}
.curriculum__list02 > li {
  position: relative;
  padding-top: 2rem;
  counter-increment: num;
}
@media screen and (min-width: 811px) {
  .curriculum__list02 > li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }
}
.curriculum__list02 > li + li {
  margin-top: 3rem;
}
@media screen and (min-width: 811px) {
  .curriculum__list02 > li + li {
    margin-top: 5rem;
  }
}
/*.curriculum__list02 > li::before {
  content: "0" counter(num);
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: -0.25em;
  right: auto;
  bottom: auto;
  left: 50%;
  color: #BBE2D7;
  font-family: var(--font-family02);
  font-size: 4rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 811px) {
  .curriculum__list02 > li::before {
    content: none;
  }
}*/
.curriculum__list02-image {
  width: 28rem;
  margin: 0 auto 2rem;
  border: 1px #e6e6e6 solid;
}
@media screen and (min-width: 811px) {
  .curriculum__list02-image {
    width: 30rem;
    margin: 0;
  }
}
@media screen and (min-width: 811px) {
  .curriculum__list02-item {
    width: 52rem;
  }
}
.curriculum__list02-lead {
  position: relative;
  margin-bottom: 1rem;
  color: var(--color02);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .curriculum__list02-lead {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.curriculum__list02-text {
  font-size: 1.7zrem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .curriculum__list02-text {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
.curriculum__row01 {
  max-width: 540px;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
  }
}
.curriculum__row01-image {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row01-image {
    width: 38.8888888889%;
  }
}
@media screen and (min-width: 811px) {
  .curriculum__row01-item {
    width: 56.6666666667%;
  }
}
.curriculum__row01-lead {
  margin-bottom: 1rem;
  color: var(--color06);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .curriculum__row01-lead {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 2rem;
  }
}
.curriculum__row01-text {
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .curriculum__row02 {
    display: flex;
    align-items: flex-start;
    gap: 3.5rem;
  }
}
.curriculum__row02 + .curriculum__row02 {
  position: relative;
  margin-top: 2rem;
  padding-top: 4.5rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row02 + .curriculum__row02 {
    margin-top: 3rem;
    padding-top: 6rem;
  }
}
.curriculum__row02 + .curriculum__row02::before {
  content: "";
  position: absolute;
  display: block;
  width: 3.7rem;
  height: 2.1rem;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  background: var(--color02);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (min-width: 811px) {
  .curriculum__row02 + .curriculum__row02::before {
    width: 4.9rem;
    height: 2.8rem;
  }
}
.curriculum__row02-wrap {
  max-width: 540px;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row02-wrap {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.curriculum__row02-image {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row02-image {
    flex-shrink: 0;
    margin: 0;
  }
}
.curriculum__row02-image--01 {
  width: 20rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row02-image--01 {
    width: 25.8rem;
    margin-left: -3rem;
  }
}
.curriculum__row02-image--02 {
  width: 17.5rem;
}
@media screen and (min-width: 811px) {
  .curriculum__row02-image--02 {
    width: 15.9rem;
    margin-left: 2rem;
  }
}
.curriculum__row02-image img {
  width: 100%;
}
@media screen and (min-width: 811px) {
  .curriculum__row02-item {
    flex-shrink: 0;
  }
}
.curriculum__row02-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .curriculum__row02-text {
    font-size: 2.1rem;
    line-height: 1.8;
  }
}
.curriculum__voice01 {
  max-width: 540px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 811px) {
  .curriculum__voice01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
    max-width: 100%;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 811px) {
  .curriculum__voice01 dt {
    width: 13rem;
  }
}
.curriculum__voice01 dd {
  position: relative;
  z-index: 0;
  padding: 1.5rem 2rem;
  border: 2px solid var(--color02);
  border-radius: 1.1rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .curriculum__voice01 dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: calc(100% - 13rem - 3.5rem);
    padding: 3rem 3.5rem;
  }
}
.curriculum__voice01 dd::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 1.6rem;
  top: auto;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: 0 auto;
  background: var(--color02);
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .curriculum__voice01 dd::before {
    top: 50%;
    right: 100%;
    left: auto;
    width: 2rem;
    height: 2.4rem;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: translateY(-50%);
  }
}
.curriculum__voice01 dd::after {
  content: "";
  position: absolute;
  display: block;
  width: 2.3rem;
  height: 1.4rem;
  top: auto;
  right: 0;
  bottom: calc(100% - 1.5px);
  left: 0;
  margin: 0 auto;
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: 811px) {
  .curriculum__voice01 dd::after {
    top: 50%;
    right: calc(100% - 1.5px);
    left: auto;
    width: 1.8rem;
    height: 2.2rem;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    transform: translateY(-50%);
  }
}
.curriculum__voice01 dd img {
  width: 83.4%;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 811px) {
  .curriculum__voice01 dd img {
    width: 39.3241167435%;
    margin: 0;
  }
}
.curriculum__voice01-image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 811px) {
  .curriculum__voice01-image {
    margin-bottom: 0;
  }
}
.curriculum__voice01-image img {
  width: 12rem;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (min-width: 811px) {
  .curriculum__voice01-image img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 811px) {
  .curriculum__voice01-text {
    width: 56.3748079877%;
    line-height: 1.8;
  }
}
@media screen and (min-width: 811px) {
  .curriculum__voice01--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 811px) and (min-width: 811px) {
  .curriculum__voice01--reverse dd::before {
    right: auto;
    left: 100%;
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
  }
}
@media screen and (min-width: 811px) and (min-width: 811px) {
  .curriculum__voice01--reverse dd::after {
    right: auto;
    left: calc(100% - 1.5px);
    -webkit-clip-path: polygon(100% 50%, 0 100%, 0 0);
    clip-path: polygon(100% 50%, 0 100%, 0 0);
  }
}
.comparison__inner01 {
  max-width: calc(1060px + 3.6rem);
}
.comparison__lead01 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .comparison__lead01 {
    margin-bottom: 5rem;
    font-size: 3rem;
    text-align: center;
  }
}
.comparison__lead01 sub {
  font-size: 33.3%;
  vertical-align: baseline;
}
.comparison__row01 {
  max-width: 540px;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 811px) {
  .comparison__row01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin-bottom: 6rem;
  }
}
.comparison__row01-image {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 811px) {
  .comparison__row01-image {
    width: 38.5rem;
  }
}
.comparison__row01-image figcaption {
  margin-left: 2rem;
  padding-left: 1em;
  font-size: 10px;
  line-height: 1.6;
  text-indent: -1em;
}
@media screen and (min-width: 811px) {
  .comparison__row01-image figcaption {
    font-size: 12px;
  }
}
.comparison__row01-item {
  color: var(--color02);
}
@media screen and (min-width: 811px) {
  .comparison__row01-item {
    width: 46rem;
  }
}
.comparison__row01-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 811px) {
  .comparison__row01-text {
    font-size: 3rem;
  }
}
.comparison__row01-note {
  margin-top: 1.5em;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .comparison__row01-note {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.comparison__data01 {
  padding: 3rem 1.5rem;
  background: url(../img/comparison-data-bg01-sp.webp) no-repeat top center/cover;
}
@media screen and (min-width: 811px) {
  .comparison__data01 {
    padding: 6.5rem 8rem 5.5rem;
    background-image: url(../img/comparison-data-bg01-pc.webp);
  }
}
.comparison__data01-title {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .comparison__data01-title {
    margin-bottom: 3.5rem;
  }
}
.comparison__data01-title .top {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 811px) {
  .comparison__data01-title .top {
    margin-bottom: 1.5rem;
    padding-left: 2.3rem;
    font-size: 2.6rem;
  }
}
.comparison__data01-title .top::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.9rem;
  height: 1.5rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background: var(--color02);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 811px) {
  .comparison__data01-title .top::before {
    width: 1.3rem;
    height: 1.9rem;
  }
}
.comparison__data01-title .main {
  display: block;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 811px) {
  .comparison__data01-title .main {
    font-size: 3rem;
  }
}
.comparison__table01 {
  width: 100%;
  border-collapse: collapse;
}
.comparison__table01 thead th {
  padding: 1.4rem 0.5rem;
  background-color: var(--color02) !important;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .comparison__table01 thead th {
    padding: 1.4rem;
    font-size: 1.6rem;
  }
}
.comparison__table01 tbody th {
  padding: 1.5rem 0.5rem;
  background-color: #EFEFEF;
  font-size: 1.1rem;
  text-align: left;
}
@media screen and (min-width: 811px) {
  .comparison__table01 tbody th {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.comparison__table01 tbody td {
  padding: 1rem 0.5rem;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 811px) {
  .comparison__table01 tbody td {
    padding: 1rem 1.5rem;
    font-size: 2.2rem;
  }
}
.comparison__table01 tbody td .text {
  display: block;
  margin-top: 0.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .comparison__table01 tbody td .text {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
.comparison__table01 tr > * {
  vertical-align: middle;
}
.comparison__table01 tr > * + * {
  border-left: 1px solid #D1D1D1;
}
.comparison__table01 tr > *:nth-child(2) {
  background: #FAF9DD;
  color: var(--color06);
}
.comparison__table01 tr > *:nth-child(2).price {
  font-size: 1.4rem;
}
@media screen and (min-width: 811px) {
  .comparison__table01 tr > *:nth-child(2).price {
    font-size: 2.2rem;
  }
}
.comparison__table01 tr + tr > * {
  border-top: 1px solid #D1D1D1;
}
.comparison__table01 .price {
  font-size: 1.4rem;
  font-weight: bold;
}
.comparison__table01 .price span {
  font-size: 1rem;
}
.curriculum_btm {
  padding: 4rem 0;
}
@media screen and (min-width: 811px) {
  .curriculum_btm {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 811px) {
  .comparison__table01 .price {
    font-size: 2rem;
  }
  .comparison__table01 .price span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 811px) {
  .voice__inner01 {
    max-width: calc(1000px + 3.6rem);
  }
}
.voice__slider01 {
  width: calc(100% - 40px);
  max-width: 540px;
  overflow: visible;
}
@media screen and (min-width: 811px) {
  .voice__slider01 {
    position: static;
    width: 36.5rem;
    margin: 0 auto 0 0;
  }
}
.voice__slider01 .swiper-button-prev, .voice__slider01 .swiper-button-next {
  position: absolute;
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  z-index: 3;
  border-radius: 50%;
  background: #fff;
  transform: translate(50%, -50%);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .voice__slider01 .swiper-button-prev:hover, .voice__slider01 .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 811px) {
  .voice__slider01 .swiper-button-prev, .voice__slider01 .swiper-button-next {
    display: none;
  }
}
.voice__slider01 .swiper-button-prev::before, .voice__slider01 .swiper-button-next::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1.8rem;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: url(../img/ico-slider-arrow01.svg) no-repeat center/contain;
  transform: translate(-50%, -50%) rotate(180deg);
}
.voice__slider01 .swiper-button-next {
  right: auto;
  left: 100%;
  transform: translate(-50%, -50%);
}
.voice__slider01 .swiper-button-next::before {
  transform: translate(-50%, -50%);
}
.voice__slider01-wrap {
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .voice__slider01-wrap {
    width: 100vw;
    overflow: hidden;
  }
}
.voice__slider01-item {
  height: auto;
}
.voice__slider01-inner {
  height: 100%;
  padding: 3rem 3rem 4.8rem;
  background: #fff;
}
@media screen and (min-width: 811px) {
  .voice__slider01-inner {
    padding: 3rem 4rem 8rem;
  }
}
.voice__slider01-head {
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B5B5B5;
}
@media screen and (min-width: 811px) {
  .voice__slider01-head {
    margin-bottom: 2.6rem;
    padding-bottom: 1.6rem;
  }
}
.voice__slider01-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.voice__slider01-image img {
  width: 23%;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image img {
    width: 8rem;
  }
}
.voice__slider01-image figcaption .name {
  margin-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image figcaption .name {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
  }
}
.voice__slider01-image figcaption .desc {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 811px) {
  .voice__slider01-image figcaption .desc {
    font-size: 1.4rem;
  }
}
.voice__slider01-text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .voice__slider01-text {
    font-size: 1.8rem;
  }
}
.c-txt-orange {
  color: #e94709 !important;
}
.voice-item-profile-name {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .voice-item-profile-name {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 900px) {
  .voice-item-profile-name {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.voice-item-profile-name:before {
  content: "";
  display: inline-block;
  background: url(../img/icon-pen.webp) no-repeat center;
  background-size: 100%;
}
@media only screen and (max-width: 899px) {
  .voice-item-profile-name:before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 900px) {
  .voice-item-profile-name:before {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
}
.voice-item-profile-name i {
  display: block;
}
@media only screen and (max-width: 899px) {
  .voice-modal .voice-modalttlArea {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .voice-modal .voice-modalttlArea {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .voice-modal .voice-modalttlArea figure {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .voice-modal .voice-modalttlArea figure {
    width: 20%;
  }
}
.voice-modal .voice-modalttlArea .txt {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 900px) {
  .voice-modal .voice-modalttlArea .txt {
    width: 80%;
    padding-left: 2rem;
    font-size: 1.65rem;
  }
}
.voice-modal .voice-modalttlArea .voice-marker {
  display: inline;
  background: linear-gradient(transparent 53%, #feebe4 0%);
}
.voice-modal-body p {
  margin: 1em 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .voice-modal-body p {
    font-size: 1.6rem;
  }
}
body.modal-open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: initial;
}
.modal {
  opacity: 0;
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
  z-index: 99999;
}
.modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
  overflow: auto;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 12, 2, 0.5);
}
.modal__cont {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .modal__cont {
    margin-top: 50px;
  }
}
.modal.is-show {
  opacity: 1;
  display: block;
  visibility: visible;
}
.modal .modal__cont {
  position: absolute;
  background: #f3f3f3;
  margin: auto;
}
@media only screen and (max-width: 899px) {
  .modal .modal__cont {
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    width: calc(100% - 30px);
    max-height: calc(100vh - 40px);
    padding: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .modal .modal__cont {
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 600px;
    max-height: 80vh;
  }
}
@media print, screen and (min-width: 1160px) {
  .modal .modal__cont {
    width: 820px;
  }
}
.modal .modal__cont__inr {
  background: #fff;
  overflow: auto;
}
@media only screen and (max-width: 899px) {
  .modal .modal__cont__inr {
    border-radius: 10px;
    max-height: calc(100vh - 140px);
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 900px) {
  .modal .modal__cont__inr {
    border-radius: 18px;
    padding: 50px 60px;
    max-height: 74vh;
  }
}
.modal .modal__close {
  z-index: 99999;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  background: #292929;
}
@media only screen and (max-width: 899px) {
  .modal .modal__close {
    font-size: 24px;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    top: -15px;
  }
  .modal .modal__close img {
    transform: rotate(45deg);
    width: 18px;
  }
}
@media only screen and (min-width: 900px) {
  .modal .modal__close {
    cursor: pointer;
    font-size: 30px;
    font-size: 1.875rem;
    width: 52px;
    height: 52px;
    right: 30px;
    top: -20px;
  }
  .modal .modal__close img {
    transform: rotate(45deg);
    width: 22px;
  }
}
.modal-open-btn {
  position: relative;
  cursor: pointer;
}
.c-more-icon {
  position: absolute;
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  top: auto;
  right: 1.6rem;
  bottom: 1.6rem;
  left: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color02);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 811px) {
  .c-more-icon {
    right: 3rem;
    bottom: 3rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
}
.point02__image01 {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (min-width: 811px) {
  .point02__image01 {
    max-width: 72rem;
  }
}



/* common */
.sp-only {
  display: block !important;
}
@media screen and (min-width: 811px) {
  .sp-only {
    display: none !important;
  }
}
.pc-only {
  display: none !important;
}
@media screen and (min-width: 811px) {
  .pc-only {
    display: block !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
.inner01 {
  max-width: calc(900px + 3.6rem);
  margin: 0 auto;
  padding: 0 1.8rem;
}
.inner02 {
  max-width: calc(1000px + 3.6rem);
  margin: 0 auto;
  padding: 0 1.8rem;
}
.background01 {
  background: var(--color04);
}
.background02 {
  background: var(--color07);
}
@media screen and (min-width: 811px) {
  .background-arrow01 {
    position: relative;
    z-index: 0;
    padding: 6rem 0 10rem !important;
  }
  .background-arrow01::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 6rem;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -2;
    background: var(--color07);
  }
  .background-arrow01::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 6rem;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--color04);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.text-bold {
  font-weight: bold;
}
.text-red {
  color: #C8000B;
}
.text-green {
  color: var(--color02);
}
.line-yellow {
  background: var(--color05);
  background: linear-gradient(to bottom, transparent 8%, var(--color05) 8%, var(--color05) 98%, transparent 98%);
}
.line-through {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}