@charset "UTF-8";
/* Scss Document */
.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon_arrow01:after {
  content: '\f105';
  padding-left: 1rem;
  font-family: "font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
}

.main_red {
  color: #ff3950;
}

.main_green {
  color: #128153 !important;
}

.bold_green {
  color: #128153 !important;
  font-weight: 700 !important;
}

.bold_red {
  color: #ff3950 !important;
  font-weight: 700 !important;
}

.txt-yellow {
  color: #ffff00;
}

/* --- アイコンフォント
-------------------------------------------*/
.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.5;
  color: #5b5b5b;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}

img {
  width: 100%;
  max-width: 100%;
}

a {
  color: #5b5b5b;
  transition: all 0.2s;
}
a:hover {
  transition: all 0.2s;
}

@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}
.sp_show {
  display: block;
}

.pc_show {
  display: none;
}

@media screen and (min-width: 751px) {
  .sp_show {
    display: none;
  }

  .pc_show {
    display: block;
  }
}
.inner {
  padding-right: 4%;
  padding-left: 4%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 960px;
    margin: 0 auto;
  }
}

.header {
  position: static;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background: #16020b;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .header {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .header {
    height: 50px;
    padding: 0;
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  .header {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .header__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }
  .header__logo {
    width: auto;
    height: 40px;
    padding-left: 5px;
  }
  .header__logo img {
    width: auto;
    height: 100%;
  }
}
.mv {
  position: relative;
  background: url(../../_assets/img/mv-pc-back.webp) no-repeat center top;
  background-size: cover;
}
.mv__main {
  max-width: 960px;
  max-height: 754px;
  height: 76vw;
  background: url(../../_assets/img/mv-pc.webp) no-repeat center top;
  background-size: contain;
  margin: 0 auto;
}
.mv__main img {
  position: absolute;
  top: 27.5%;
  left: 0;
  right: 0;
  max-width: 496px;
  width: 50vw;
  height: auto;
  margin: 0 auto;
}
.mv__logo {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  width: 86vw;
  max-width: 848px;
  margin: 0 auto;
  padding: 0 3%;
}
.mv__logo img {
  max-width: 100%;
  height: auto;
}
.mv .txt-logo {
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  font-size: min(6vw, 60px);
}
.mv .txt-logo span {
  font-weight: 700;
  font-size: min(3.4vw, 34px);
}

@media screen and (max-width: 750px) {
  .mv {
    position: relative;
    padding: 0;
    background: #000;
  }
  .mv__main {
    max-width: 100%;
    min-height: auto;
    height: 96vw;
    background: url(../../_assets/img/mv-sp.webp) no-repeat center top;
    background-size: cover;
  }
  .mv__main img {
    position: absolute;
    top: 26%;
    max-width: 100%;
    width: 52%;
    height: auto;
    margin: 0 auto;
  }
  .mv__logo {
    bottom: 8%;
    width: 95%;
    max-width: 100%;
    padding: 0;
  }
  .mv__logo img {
    max-width: 100%;
    height: auto;
  }
  .mv .txt-logo {
    text-align: center;
    font-size: min(5.6vw, 40px);
    margin-bottom: 1%;
  }
  .mv .txt-logo span {
    font-size: min(4vw, 28px);
  }
}
.about {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 2% 0 5%;
}
.about__ttl {
  position: relative;
  display: inline-block;
  font-size: min(3.6vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 0.8em;
  z-index: 0;
}
.about__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3%;
  width: 106%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(115, 0, 212, 0.4) 80%);
  z-index: -1;
}
.about__ttl-sub {
  max-width: 110px;
  height: 28px;
  margin: 0 auto 1%;
}
.about__ttl-sub img {
  height: auto;
}
.about__lead {
  font-size: min(1.8vw, 18px);
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 2em;
}
.about__list {
  display: flex;
  justify-content: center;
  color: #7300d4;
}
.about__list li {
  font-size: min(2.4vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
  background: #e2c7f9;
  border: 4px solid #5400b2;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4), 0 0 30px 0 #993eff, 0 0 30px 0 #993eff;
  margin: 0 14px;
  padding: 0.4em 0.8em;
}

@media screen and (max-width: 750px) {
  .about {
    position: relative;
    padding: 5% 0 8%;
    background: #4909ff;
    background: linear-gradient(90deg, #4909ff 0%, #7300d4 38%, #c8142a 81%, #d1001a 100%);
  }
  .about::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
  }
  .about .about-spwrap {
    position: relative;
    border-left: 8px solid rgba(115, 0, 212, 0.4);
    margin-bottom: 5%;
    padding: 2% 2% 2% 5%;
  }
  .about__ttl {
    text-align: left;
    display: block;
    font-size: min(5vw, 50px);
  }
  .about__ttl::after {
    content: none;
  }
  .about__ttl-sub {
    position: relative;
    max-width: 124px;
    width: 20%;
    height: auto;
    margin: 0 auto 3%;
  }
  .about__ttl-sub img {
    height: auto;
  }
  .about__lead {
    position: relative;
    font-size: min(2.8vw, 28px);
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 1.5em;
  }
  .about__list {
    position: relative;
  }
  .about__list li {
    font-size: min(2.8vw, 228px);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.2), 0 0 10px 0 #993eff;
    white-space: nowrap;
    margin: 0 2%;
    padding: 0.4em 0.6em;
  }
}
.recommend {
  background: url("../../_assets/img/bg_hex-white.webp") center center #fff no-repeat;
  background-size: cover;
  text-align: center;
}
.recommend__item {
  margin-bottom: 5vh;
  padding: 0 3%;
  box-sizing: border-box;
  margin: 0 auto;
}
.recommend__item img {
  max-width: 960px;
  height: auto;
}

@media screen and (max-width: 750px) {
  .recommend__item img {
    max-width: 100%;
  }
}
.feature {
  background: url(../../_assets/img/bg_features.webp) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3% 0 6%;
}
.feature__ttl {
  position: relative;
  display: inline-block;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 3%;
  z-index: 0;
}
.feature__ttl .fz-big {
  font-size: min(7vw, 70px);
  font-weight: 700;
}
.feature__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 102%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(115, 0, 212, 0.7) 80%);
  z-index: -1;
}
.feature__list {
  counter-reset: number;
  list-style: decimal-leading-zero;
  padding: 0.5em;
}
.feature__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(2.4vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  width: 62%;
  height: 3.2em;
  background: rgba(178, 173, 198, 0.6);
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3), inset 0 0 5px 0 #531598, inset 0 0 5px 0 rgba(83, 21, 152, 0.4);
  margin: 0 auto 3.5%;
  padding: 0.4em 6% 0.4em 18%;
}
.feature__list li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number,decimal-leading-zero) "/";
  color: rgba(255, 255, 255, 0.8);
  font-size: min(6.4vw, 64px);
  font-weight: 100;
  left: 7%;
  line-height: 25px;
  text-align: center;
  padding-bottom: 0.15em;
}

@media screen and (max-width: 750px) {
  .feature {
    padding: 6% 0 10%;
  }
  .feature__ttl {
    font-size: min(4.4vw, 44px);
    margin-bottom: 6%;
  }
  .feature__ttl .fz-big {
    font-size: min(8vw, 80px);
  }
  .feature__list li {
    font-size: min(3.4vw, 34px);
    line-height: 1.4;
    width: auto;
    padding: 1em 4% 1em 20%;
  }
  .feature__list li::before {
    font-size: min(7vw, 70px);
    left: 5%;
  }
}
.price {
  background: url(../../_assets/img/bg_hex-purple.webp) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 5% 0 6%;
}
.price__ttl {
  position: relative;
  display: inline-block;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.2em;
  z-index: 0;
}
.price__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8%;
  width: 116%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(225, 54, 183, 0.8) 80%);
  z-index: -1;
}
.price__def {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}
.price__def dt {
  display: grid;
  place-items: center;
  font-size: min(3.2vw, 32px);
  font-weight: 700;
  width: calc(26% - 3px);
  background: #55009a;
  border: 1px solid #000;
  margin-bottom: 4%;
}
.price__def dd {
  font-weight: 700;
  width: 74%;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 4%;
  padding: 2% 0 3%;
}
.price__def dd.txt-grade {
  font-size: min(3.4vw, 34px);
}
.price__def dd.txt-grade .fz-big {
  font-size: min(4.8vw, 48px);
  font-weight: 700;
  letter-spacing: -2px;
}
.price__def dd.txt-price {
  font-size: min(5.4vw, 54px);
}
.price__def dd.txt-price .fz-big {
  font-size: min(8vw, 80px);
  font-weight: 700;
}
.price__def dd.txt-price .fz-small {
  font-size: min(4.4vw, 44px);
  font-weight: 700;
}
.price__def dd.txt-price .fz-small2 {
  font-size: min(2.4vw, 24px);
  font-weight: 700;
}
.price__def dd.fz-purple {
  color: #55009a;
}
.price__def dd.fz-pink {
  color: #e33ec0;
}

@media screen and (max-width: 750px) {
  .price__ttl {
    font-size: min(5.4vw, 54px);
  }
  .price__def {
    width: 100%;
  }
  .price__def dt {
    font-size: min(3.6vw, 36px);
  }
  .price__def dd.txt-grade {
    font-size: min(3.6vw, 36px);
  }
  .price__def dd.txt-grade .fz-big {
    font-size: min(4.4vw, 44px);
  }
  .price__def dd.txt-price {
    font-size: min(5vw, 50px);
  }
  .price__def dd.txt-price .fz-big {
    font-size: min(7vw, 70px);
  }
  .price__def dd.txt-price .fz-small {
    font-size: min(4.4vw, 44px);
  }
}
.curriculum {
  color: #000;
  padding: 6% 0 1%;
}
.curriculum__ttl {
  position: relative;
  display: inline-block;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4%;
  z-index: 0;
}
.curriculum__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(115, 0, 212, 0.15) 80%);
  z-index: -1;
}
.curriculum__ttl-sub {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #910f1f;
  font-size: min(2.8vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 3%;
  padding-left: 4.5%;
}
.curriculum__ttl-sub span {
  display: block;
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  letter-spacing: 0;
}
.curriculum__ttl-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../_assets/img/icn_cross.webp) no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
}
.curriculum__item {
  width: 80%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2), 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin: 0 auto 4%;
  padding: 4% 5%;
}
.curriculum__item img {
  max-width: 674px;
  height: auto;
  margin-top: 3%;
}
.curriculum__item:last-child {
  padding-bottom: 1%;
}
.curriculum__def {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: calc(842px - 200px);
  min-height: min(14vw, 120px);
  line-height: 1.25;
  letter-spacing: 0;
  margin: 6% auto 0;
  padding-left: 22%;
}
.curriculum__def dt {
  font-size: min(2.4vw, 24px);
  font-weight: 700;
  margin-bottom: 0.5em;
}
.curriculum__def dd {
  font-size: min(1.4vw, 14px);
}
.curriculum__def::before {
  content: "";
  position: absolute;
  top: -55%;
  left: 0;
  background: url(../../_assets/img/icn_check.webp) no-repeat left center;
  background-size: contain;
  max-width: 148px;
  width: 16vw;
  max-height: 160px;
  height: 20vw;
}
.curriculum__list li {
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.curriculum__list li:nth-child(1) {
  background: #8a00fa;
}
.curriculum__list li:nth-child(1) img {
  max-width: 63%;
}
.curriculum__list li:nth-child(2) {
  background: #55009a;
}
.curriculum__list li:nth-child(2) img {
  max-width: 72%;
}
.curriculum__list li:nth-child(3) {
  position: relative;
  display: block;
  background: #2f0055;
  padding: 0.5% 0;
}
.curriculum__list li:nth-child(3) .curriculum__list-num {
  position: absolute;
  top: 3%;
}
.curriculum__list li:nth-child(even) {
  flex-direction: row-reverse;
}
.curriculum__list-num {
  width: 50%;
  color: #fff;
  font-size: min(2vw, 20px);
  font-weight: 500;
}
.curriculum__list-num span {
  display: block;
  opacity: 0.7;
  font-size: min(6vw, 60px);
  font-weight: 100;
  line-height: 1.25;
}
.curriculum__list-img {
  width: 50%;
}
.curriculum__list-img img {
  height: auto;
  margin: 4% 0;
}
.curriculum__list-wrap {
  display: flex;
  color: #fff;
  min-height: 250px;
}
.curriculum__list-wrap__item {
  width: 50%;
  padding: 0 6%;
}
.curriculum__list-wrap__item h4 {
  margin-bottom: 1%;
}
.curriculum__list-wrap__item h4 img {
  max-width: 20%;
  height: auto;
}
.curriculum__list-wrap__item p {
  font-size: min(1.8vw, 18px);
  text-align: left;
  line-height: 1.25;
  letter-spacing: 0;
}
.curriculum__list-wrap__item figcaption {
  text-align: right;
  font-size: min(1.2vw, 12px);
  margin: 0.5em 0;
}
.curriculum .point1 {
  align-items: flex-end;
}
.curriculum .point1 figure {
  max-width: 300px;
  margin: 0 0 5% auto;
}
.curriculum .point2 {
  align-items: center;
}
.curriculum .point2 figure img {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .curriculum {
    padding: 6% 0 5%;
  }
  .curriculum__ttl {
    font-size: min(4.4vw, 44px);
  }
  .curriculum__ttl-sub {
    font-size: min(3.6vw, 36px);
  }
  .curriculum__ttl-sub span {
    font-size: min(3.8vw, 38px);
  }
  .curriculum__ttl-sub::before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
  .curriculum__item {
    width: auto;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 6%;
  }
  .curriculum__item img {
    max-width: 100%;
  }
  .curriculum__item:last-child {
    padding-bottom: 4%;
  }
  .curriculum__def {
    max-width: 100%;
    padding-left: 25%;
  }
  .curriculum__def dt {
    font-weight: 700;
    margin-bottom: 0.4em;
  }
  .curriculum__def dd {
    font-size: min(2.4vw, 24px);
  }
  .curriculum__def::before {
    top: 0;
    left: 0;
    background-size: contain;
    width: 22%;
    height: 100%;
  }
  .curriculum__list li {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 3% 0;
  }
  .curriculum__list li:nth-child(1) img {
    max-width: 100%;
  }
  .curriculum__list li:nth-child(2) img {
    max-width: 100%;
  }
  .curriculum__list li:nth-child(3) {
    padding: 3% 0;
  }
  .curriculum__list li:nth-child(3) .curriculum__list-num {
    position: static;
  }
  .curriculum__list-num {
    width: 100%;
    font-size: min(3.8vw, 38px);
  }
  .curriculum__list-num span {
    font-size: min(8.2vw, 82px);
  }
  .curriculum__list-img {
    width: 70%;
    margin: 0 auto;
  }
  .curriculum__list-wrap {
    display: block;
    min-height: auto;
  }
  .curriculum__list-wrap__item {
    width: 72%;
    margin: 5% auto;
  }
  .curriculum__list-wrap__item h4 img {
    width: 20%;
    height: auto;
    max-height: 100%;
  }
  .curriculum__list-wrap__item p {
    font-size: min(3.6vw, 36px);
    text-align: center;
  }
  .curriculum__list-wrap__item figcaption {
    font-size: min(1.3vw, 13px);
  }
  .curriculum .point1 {
    margin-bottom: 8%;
  }
  .curriculum .point1 figure {
    max-width: 100%;
    margin: 0 auto;
  }
  .curriculum .point2 {
    align-items: center;
  }
  .curriculum .point2 figure img {
    margin: 0;
  }
}
.voice {
  background: url("../../_assets/img/bg_hex-white.webp") center center #fff no-repeat;
  background-size: cover;
  text-align: center;
  color: #000;
  padding: 4% 0 7%;
}
.voice__ttl {
  position: relative;
  display: inline-block;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1.2em;
  z-index: 0;
}
.voice__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(115, 0, 212, 0.23) 80%);
  z-index: -1;
}
.voice__icn {
  position: absolute;
  top: -12%;
  right: -5%;
  width: 13vw;
}
.voice__icn img {
  max-width: 122px;
  height: auto;
}
.voice__item {
  position: relative;
  background: url("../../_assets/img/bg_voice-sp.webp") center center no-repeat;
  background-size: contain;
  width: 100%;
}
.voice__list__item {
  display: block;
  border: 4px solid #fff;
  border-radius: 2px;
  margin: 0 10px;
}
.voice__list__item__inner {
  display: grid;
  place-items: center;
}
.voice__list__item img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .voice__item {
    display: grid;
    place-items: start;
    background: url("../../_assets/img/bg_voice-pc.webp") center top no-repeat;
    background-size: 100% auto;
    width: 90%;
    height: min(30vw, 280px);
    margin: 0 auto;
    padding-top: 5%;
  }
  .voice__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .voice__list__item {
    width: 27%;
    height: auto;
    margin: 1%;
  }
}

@media screen and (max-width: 750px) {
  .voice {
    padding: 10% 0 7%;
  }
  .voice__ttl {
    font-size: min(6.4vw, 64px);
  }
  .voice__icn {
    top: -31%;
    right: 7%;
    width: 21vw;
  }
  .voice__icn img {
    max-width: 158px;
    height: auto;
  }
  .voice__item {
    background-size: contain;
    height: 60vw;
  }
  .voice__list {
    width: 84vw;
    margin: 0 auto;
    padding-top: 18%;
  }
  .voice__list__item {
    display: grid;
    place-items: center;
    border: 4px solid #fff;
    border-radius: 2px;
    margin: 0 10px;
  }
  .voice__list__item__inner {
    display: grid;
    place-items: center;
  }
  .voice__list__item img {
    max-width: 100%;
    height: auto;
  }
}
.slick-slide .sp_show {
  display: block;
}
.slick-slide .pc_show {
  display: none;
}
@media screen and (min-width: 751px) {
  .slick-slide .sp_show {
    display: none;
  }
  .slick-slide .pc_show {
    display: block;
  }
}

.slick-dots {
  bottom: -20% !important;
}
.slick-dots li {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
.slick-dots li button::before {
  font-size: 12px !important;
  line-height: 12px !important;
  color: #fff !important;
}
.slick-dots li.slick-active button::before {
  color: #af50ff !important;
}

.free-trial {
  background: #f0f0f0;
  color: #000;
  padding: 0;
}
.free-trial__ttl-wrap {
  display: grid;
  place-content: center;
  background: url("../../_assets/img/bg_mv.webp") center top #000 no-repeat;
  background-size: cover;
  color: #fff;
  height: min(42vw, 262px);
}
.free-trial__ttl {
  position: relative;
  display: inline-block;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  z-index: 0;
}
.free-trial__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 102%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(115, 0, 212, 0.72) 80%);
  z-index: -1;
}
.free-trial__ttl-sub {
  display: inline-block;
  background: #7300d4;
  color: #fff;
  font-size: min(3.6vw, 36px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3%;
  padding: 1.5% 7%;
}
.free-trial__lead {
  font-size: min(2vw, 20px);
  font-weight: 700;
  padding: 2% 12% 4%;
}
.free-trial__list {
  counter-reset: number;
  list-style: decimal-leading-zero;
  padding: 0.5em;
}
.free-trial__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: min(2.4vw, 24px);
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  color: #7300d4;
  width: 70%;
  height: 3.2em;
  background: #fff;
  margin: 0 auto 6%;
  padding: 0.4em 4% 0.4em 18%;
}
.free-trial__list li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number,decimal-leading-zero) "/";
  color: rgba(115, 0, 212, 0.7);
  font-size: min(6.4vw, 64px);
  font-weight: 100;
  left: 7%;
  line-height: 25px;
  text-align: center;
  padding-bottom: 0.15em;
}
.free-trial__list li::after {
  position: absolute;
  bottom: -36%;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: min(2.4vw, 24px) solid transparent;
  border-right: min(2.4vw, 24px) solid transparent;
  border-top: min(2.6vw, 26px) solid #7300d4;
  margin: 0 auto;
}
.free-trial__list li:last-child {
  margin-bottom: 3%;
}
.free-trial__list li:last-child::after {
  content: none;
}
.free-trial__bnr {
  position: relative;
  max-width: 716px;
  margin: 0 auto;
}
.free-trial__bnr a {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: min(4vw, 40px);
  width: 80%;
  margin: 0 auto;
}
.free-trial__bnr a img {
  max-width: 100%;
  height: auto;
}
.free-trial__bnr a:hover {
  opacity: 1;
}
.free-trial__bnr a:after {
  position: absolute;
  content: "";
  top: 0;
  left: -140%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  opacity: 1;
}
.free-trial__bnr a:hover {
  opacity: 1;
}
.free-trial__bnr a:hover:after {
  animation: shine .6s linear;
}
.free-trial__bnr-txt {
  position: absolute;
  top: 50%;
  right: min(10vw, 11%);
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .free-trial__ttl-wrap {
    height: min(30vw, 200px);
  }
  .free-trial__ttl {
    font-size: min(6.4vw, 64px);
    line-height: 1.6;
  }
  .free-trial__ttl-sub {
    font-size: min(4.4vw, 44px);
    padding: 1.5% 7% 2%;
  }
  .free-trial__lead {
    font-size: min(3.2vw, 32px);
    letter-spacing: 0;
    padding: 5% 0 6%;
  }
  .free-trial__list li {
    font-size: min(3.2vw, 32px);
    line-height: 1.4;
    color: #7300d4;
    width: auto;
    height: 3.2em;
    margin: 0 auto 9%;
    padding: 1em 8% 1em 24%;
  }
  .free-trial__list li::before {
    font-size: min(8vw, 80px);
    left: 5%;
    line-height: 0;
  }
  .free-trial__list li::after {
    bottom: -35%;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
    border-top: 3.4vw solid #7300d4;
  }
  .free-trial__bnr {
    max-width: 100%;
  }
  .free-trial__bnr a {
    font-size: min(6vw, 60px);
    width: 100%;
  }
  .free-trial__bnr a:after {
    content: none;
  }
}
.l-footer {
  padding-bottom: min(10vw, 72px);
}
.l-footer .inner {
  text-align: left;
  font-size: 14px;
  font-size: 4.375vw;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding-bottom: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .l-footer .inner {
    max-width: 1043px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.l-footer__attention {
  margin-bottom: 3vh;
  font-size: 10px;
  font-size: 3.125vw;
}
@media screen and (min-width: 751px) {
  .l-footer__attention {
    font-size: 1.4rem;
  }
}
.l-footer__attention__tl {
  display: inline-block;
  margin-bottom: 1vh;
  padding: 0.5rem 1rem;
  font-weight: bold;
  background: #dbdbdb;
}
.l-footer__attention__list li {
  margin-bottom: 0.5rem;
}
.l-footer__company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 3vh auto;
  padding-top: 2vh;
  border-top: 1px solid #999;
}
@media screen and (min-width: 751px) {
  .l-footer__company {
    width: 100%;
  }
}
.l-footer__company__dt {
  width: 20%;
  font-weight: bold;
  font-size: 10px;
  font-size: 3.125vw;
}
@media screen and (min-width: 751px) {
  .l-footer__company__dt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .l-footer__company__dt {
    width: 15%;
  }
}
.l-footer__company__dd {
  width: 78%;
  margin-bottom: 1.5vh;
  font-size: 10px;
  font-size: 3.125vw;
}
@media screen and (min-width: 751px) {
  .l-footer__company__dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 751px) {
  .l-footer__company__dd {
    width: 83%;
  }
}
.l-footer__company__address__dt {
  font-weight: bold;
}
.l-footer__company__address__dd {
  margin-bottom: 1.5vh;
}
.l-footer__logo {
  display: flex;
  justify-content: center;
  margin: 4% 0;
}
.l-footer__logo a {
  max-width: 30%;
  margin: 0 5%;
}

@media screen and (max-width: 750px) {
  .l-footer__logo a {
    max-width: 32%;
  }
}
.copyright {
  padding: 1vh;
  background: #9d9d9d;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-size: 3.125vw;
}
@media screen and (min-width: 751px) {
  .copyright {
    font-size: 1.4rem;
  }
}

/*==================== .fix_cv =========================*/
.fix_cv {
  position: fixed;
  bottom: 0;
  display: block;
  background: #4909ff;
  background: linear-gradient(90deg, #4909ff 0%, #7300d4 38%, #c8142a 81%, #d1001a 100%);
  z-index: 100005;
  width: 100%;
  box-sizing: border-box;
}
.fix_cv::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: -1;
}

/*-------------------------ページナビ・トップボタン追加
-------------------------*/
.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  background: #29030d;
  height: 46px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  padding-top: 4px;
}

.menu-btn:after {
  position: absolute;
  display: block;
  width: 100%;
  content: "MENU";
  color: #fff;
  font-size: 1.1rem;
  bottom: 5px;
  text-align: center;
  text-indent: -9999px;
}

@media only screen and (min-width: 751px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn span {
  margin-top: -10px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 38px;
  background-color: #deb6ff;
  position: absolute;
}

.menu-btn__txt {
  color: #fff;
  font-size: 1.1rem;
}

.menu-btn span:before {
  bottom: 10px;
}

.menu-btn span:after {
  top: 10px;
}

@media only screen and (min-width: 751px) {
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    width: 50px;
  }

  .menu-btn span:before {
    bottom: 12px;
  }

  .menu-btn span:after {
    top: 12px;
  }
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-btn:before {
  display: none;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  background: #4909ff;
  background: linear-gradient(90deg, #4909ff 0%, #7300d4 38%, #c8142a 81%, #d1001a 100%);
}
.menu-content .menu-content-free-trial a {
  background: #7300d4;
}
.menu-content::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  height: 96px;
  width: 100%;
}
.menu-content span {
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .menu-content {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background: linear-gradient(0deg, #4909ff 0%, #7300d4 38%, #c8142a 81%, #d1001a 100%);
    transition: all 0.5s;
    /*アニメーション設定*/
  }
  .menu-content .menu-content-free-trial a {
    background: none;
  }
  .menu-content .menu-content-price a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .menu-content::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
  }
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/
}

.menu-content ul {
  width: 90%;
  margin-bottom: 10px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.menu-content ul li {
  position: relative;
  list-style: none;
  z-index: 100;
}
.menu-content ul li:last-child {
  border: none;
}
.menu-content ul li:last-child::before {
  background: none;
}
.menu-content ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(115, 0, 212, 0.6);
  height: 1px;
  width: 100%;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  padding: 12px 0 14px;
  position: relative;
}

@media only screen and (min-width: 751px) {
  .menu-content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
  .menu-content ul li {
    text-align: center;
    border: none;
  }
  .menu-content ul li a {
    position: relative;
    height: 96px;
    display: grid;
    place-items: center;
    font-size: min(1.4vw, 14px);
    letter-spacing: 0;
    transition: opacity .3s;
  }
  .menu-content ul li a::before {
    background: #7300d4;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .menu-content ul li a:hover {
    opacity: 1;
  }
  .menu-content ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .menu-content ul li:first-child {
    padding-left: 1em;
  }
  .menu-content ul li::before {
    content: none;
  }
  .menu-content ul .menu-content-free-trial a {
    position: relative;
    overflow: hidden;
    width: 8em;
  }
  .menu-content ul .menu-content-free-trial a:after {
    position: absolute;
    content: "";
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
    opacity: 1;
  }
  .menu-content ul .menu-content-free-trial a:hover {
    opacity: 1;
  }
  .menu-content ul .menu-content-free-trial a:hover:after {
    animation: shine .35s linear;
  }
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
.free-trial__btn {
  display: inline-block;
  padding-right: 60px;
}
.free-trial__btn a {
  display: block;
  background: #4909ff;
  background: linear-gradient(328deg, #4909ff 0%, #c8142a 64%, #d1001a 100%);
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0;
  line-height: 1;
  font-size: min(5.4vw, 20px);
  padding: 10px 14px;
}

.menu-content .free-trial__btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5% 0 10%;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .menu-content .free-trial__btn {
    display: none;
  }
}
.header .inner {
  align-items: flex-start;
}

.pagetop {
  display: none;
  position: fixed;
  right: 6px;
  bottom: 16vw;
}

.pagetop a {
  position: relative;
  display: block;
  font-size: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  background: #4909ff;
  background: linear-gradient(328deg, #4909ff 0%, #7300d4 38%, #c8142a 81%, #d1001a 100%);
  border-radius: 50%;
  line-height: 40px;
  text-decoration: none;
}

.pagetop a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 8px 10px 0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}

.pagetop a::after {
  content: "TOP";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
}

.gray-tl {
  letter-spacing: 0.25;
  font-weight: 700;
  font-size: 14px;
  font-size: 4.375vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .gray-tl {
    font-size: 5.4rem;
  }
}

@media screen and (min-width: 751px) {
  .pagetop_wrap {
    display: none;
  }
}
.page-privacy .privacy {
  padding: 5% 0;
}
.page-privacy .privacy__ttl {
  position: relative;
  display: inline-block;
  font-size: min(4vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4%;
  z-index: 0;
}
.page-privacy .privacy__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 2em;
  background: linear-gradient(transparent 80%, rgba(115, 0, 212, 0.15) 80%);
  z-index: -1;
}
.page-privacy .privacy__txt {
  font-size: min(1.8vw, 18px);
  text-align: left;
  margin-bottom: 1em;
}
.page-privacy .privacy__num {
  font-size: min(1.8vw, 18px);
  text-align: left;
  margin-bottom: 1em;
}
.page-privacy .privacy__num li {
  list-style: decimal;
  margin-left: 2rem;
}
.page-privacy .privacy__midashi {
  font-size: min(1.8vw, 18px);
  font-weight: 500;
  text-align: left;
}
.page-privacy .privacy__sec-title {
  position: relative;
  text-align: left;
  font-size: min(2vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .page-privacy .privacy__ttl {
    font-size: min(4.4vw, 44px);
  }
  .page-privacy .privacy__txt {
    font-size: min(3.2vw, 32px);
  }
  .page-privacy .privacy__num {
    font-size: min(3.2vw, 32px);
  }
  .page-privacy .privacy__midashi {
    font-size: min(3.2vw, 32px);
  }
  .page-privacy .privacy__sec-title {
    font-size: min(3.6vw, 36px);
  }
  .page-privacy .free-trial__btn {
    padding-right: 5px;
  }
}

@media screen and (min-width: 751px) {
  .page-privacy .header__logo {
    text-align: center;
    padding: 10px;
  }
  .page-privacy .header__logo img {
    width: 140px;
    height: auto;
  }
  .page-privacy .free-trial__btn {
    display: none;
  }
  .page-privacy .menu-content::before {
    height: 96px;
  }
}
body#contact {
  background: url(../../_assets/img/bg-form.webp) repeat-x #7f000f;
}
body#contact #header h1 {
  padding: 15px 0 0;
}
body#contact #header h1 img {
  width: 300px;
  height: auto;
}
@media only screen and (max-width: 750px) {
  body#contact #header h1 {
    padding: 10px 0;
  }
  body#contact #header h1 img {
    width: 160px;
  }
}
body#contact #form {
  width: 94%;
  border: 3px solid #fff;
  box-shadow: 0 0 10px 0 #eead7b, 0 0 10px 0 #d8768e, 0 0 10px 0 #d8768e;
}
body#contact #form h3 {
  margin: 0;
  padding: 30px 20px;
}
body#contact #form select.form-select__time {
  width: 25%;
}
body#contact #form select.form-select__md {
  width: 20%;
}
body#contact #form .must-new {
  background-color: #c31329;
  text-shadow: none;
}
body#contact #form hr {
  margin: 20px auto;
}
body#contact #form .form-tel {
  width: 16em;
}
body#contact #form .form-i2 {
  width: 13em;
}
body#contact #form .form-i,
body#contact #form select {
  width: calc(100% - 40px);
  font-size: inherit;
}
@media only screen and (max-width: 750px) {
  body#contact #form {
    padding: 0;
  }
  body#contact #form h3 {
    margin: 0;
    padding: 20px 20px;
  }
  body#contact #form select.form-select__time {
    width: calc(100% - 40px);
  }
  body#contact #form .form-select-ymd span.form-select__txt {
    padding: 0 3%;
  }
}
body#contact .contactBtn_01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #c31329), color-stop(70%, #7f0317));
  border-radius: 50px;
  font-weight: bold;
}
body#contact .contactBtn_01:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #7f0317), color-stop(70%, #c31329));
}
body#contact .form-name__block-wrap span.form-name__kana {
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  body#contact .contactBtn_01 {
    font-size: 14px;
    font-size: 4.375vw;
  }
  body#contact .form-name__block-wrap span.form-name__kana {
    width: 10em;
  }
}
body#contact footer {
  padding-bottom: 4%;
  padding-top: 4%;
  text-align: center;
  font-size: 10px;
  font-size: 3.125vw;
  border-top: 1px solid #fde148;
  color: #fff;
}
@media screen and (min-width: 769px) {
  body#contact footer {
    padding-bottom: 3%;
    padding-top: 3%;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  body#contact footer .copy {
    padding-top: 3%;
  }
}

/*# sourceMappingURL=style.css.map */
