@charset "UTF-8";
@font-face {
  font-family: CenturyGothic-Bold;
  src: url(../font/Century-Gothic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: CenturyGothic;
  src: url(../font/CenturyGothic.ttf) format("truetype");
}
@font-face {
  font-family: FuturaPT-Bold;
  src: url(../font/FuturaFont.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-family: "futura-pt", sans-serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.font {
  font-family: "Roboto", sans-serif;
  font-family: "Zen Kaku Gothic New", serif;
}

.frontview {
  width: 100%;
  padding-top: 83rem;
  background: #056FCE;
  position: relative;
}
.frontview .bg01 {
  width: 100%;
  height: 608rem;
  background: url(../img/top-back.webp);
  background-size: 100% 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.frontview .frontview__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  padding-bottom: 100rem;
  position: relative;
}
.frontview .frontview__inner .woman {
  width: 506rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.frontview .frontview__inner .catch01 {
  width: 430rem;
  display: flex;
}
.frontview .frontview__inner .catch02 {
  width: 805rem;
  margin-top: 20rem;
  display: flex;
  position: relative;
  z-index: 1;
}
.frontview .date__term {
  width: 100%;
  height: auto;
  padding: 22rem 0;
  background: #fff;
}
.frontview .date__term .c__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.frontview .date__term .c__inner .term__gap {
  width: 341rem;
  display: flex;
  position: absolute;
  left: 55rem;
  top: -112rem;
}
.frontview .date__term .c__inner .t__lbl {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 36rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 8rem 5rem;
  text-align: left;
  color: #fff;
  writing-mode: vertical-lr;
  background: #056FCE;
}
.frontview .date__term .c__inner .t__date {
  display: flex;
  align-items: center;
}
.frontview .date__term .c__inner .t__date .d__lbl {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 104rem;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: left;
  color: #1d6bbe;
}
.frontview .date__term .c__inner .t__date .w__lbl {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32rem;
  letter-spacing: 0.2em;
  line-height: 56rem;
  text-align: left;
  color: #1d6bbe;
  writing-mode: vertical-lr;
}
.frontview .date__term .c__inner .minuse {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 104rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #1d6bbe;
}

.total__date {
  width: 100%;
  height: 600rem;
  background: url(../img/date_bg.png);
  background-size: 100% 100%;
  padding-top: 50rem;
}
.total__date .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.total__date .content__inner .t__lbl {
  position: relative;
}
.total__date .content__inner .t__lbl .tl__gap {
  width: 421.24rem;
  display: flex;
  position: absolute;
  left: 0;
  top: 95rem;
  z-index: 0;
}
.total__date .content__inner .t__lbl .t__txt {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 900;
  font-size: 68rem;
  line-height: 2.2;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 1;
}
.total__date .content__inner .t__lbl .t__txt span {
  font-size: 52rem;
  font-weight: bold;
}
.total__date .content__inner .tc__text {
  display: flex;
  align-items: flex-end;
}
.total__date .content__inner .tc__text .tc__bg {
  width: 398rem;
  height: 428rem;
  background: url(../img/tc_bg.png);
  background-size: 100% 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.total__date .content__inner .tc__text .tc__bg .p__count {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 260rem;
  letter-spacing: -0.08em;
  line-height: 1;
  text-align: left;
  color: #056fce;
  -webkit-text-stroke: 6rem white;
  position: relative;
  left: -25rem;
}
.total__date .content__inner .tc__text .tc__bg .gap {
  width: 67rem;
  display: flex;
  position: absolute;
  left: 46%;
  top: -15rem;
  transform: translate(-50%);
}
.total__date .content__inner .tc__text .day {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 100rem;
  line-height: 120rem;
  margin-left: 22rem;
  text-align: left;
  color: #fff;
  margin-bottom: 50rem;
}

.five-special__items {
  padding: 200rem 0 310rem;
  background: url(../img/f_bg.png) #dfe7f7;
  background-position: 10rem 35rem;
  background-size: cover;
  position: relative;
  margin-top: -130rem;
  z-index: -1;
}
.five-special__items .t__title {
  width: 779rem;
  display: flex;
  margin: auto;
}
.five-special__items .c__items {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 100rem;
}
.five-special__items .c__items.c01 {
  margin-top: 50rem;
}
.five-special__items .c__items.c01 .c__item {
  margin-bottom: 0;
}
.five-special__items .c__items .c__item {
  width: 100%;
  height: 214rem;
  margin-bottom: 60rem;
  padding: 0 90rem 0 50rem;
  border-radius: 20rem;
  background: url(../img/special_bg.png);
  background-size: 100% 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.five-special__items .c__items .c__item .gap01 {
  width: 85rem;
  display: flex;
  position: absolute;
  left: 0;
  top: -17rem;
}
.five-special__items .c__items .c__item .gap02 {
  width: 50rem;
  display: flex;
  position: absolute;
  left: 0;
  bottom: -6rem;
}
.five-special__items .c__items .c__item .gap03 {
  width: 50rem;
  display: flex;
  position: absolute;
  right: 20rem;
  top: 0;
}
.five-special__items .c__items .c__item .gap04 {
  width: 50rem;
  display: flex;
  position: absolute;
  right: 20rem;
  bottom: 55rem;
}
.five-special__items .c__items .c__item .gap05 {
  width: 85rem;
  display: flex;
  position: absolute;
  right: 20rem;
  bottom: -15rem;
}
.five-special__items .c__items .c__item .h__gap {
  width: 180rem;
  display: flex;
}
.five-special__items .c__items .c__item .h__text {
  width: 404rem;
}
.five-special__items .c__items .c__item .h__text p {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 48rem;
  line-height: 64rem;
  text-align: left;
  color: #333;
}
.five-special__items .c__items .c__item .h__text p span {
  font-size: 56rem;
}
.five-special__items .c__items .c__item .h__text p span.f_52 {
  font-size: 52rem;
}
.five-special__items .c__items .c__item .h__text p span.f_64 {
  font-size: 64rem;
}
.five-special__items .c__items .c__item .h__lbl {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 900;
  font-size: 110rem;
  line-height: 126.37rem;
  text-align: left;
  color: #e2360e;
}
.five-special__items .e__title {
  width: 700rem;
  margin: auto;
  margin-top: 50rem;
}

.success__content {
  width: 100%;
  background: url(../img/sec03-frame.png);
  background-size: 100% 100%;
  padding: 130rem 0 110rem;
  margin-top: -150rem;
}
.success__content .t__title {
  width: 641rem;
  display: flex;
  margin: auto;
}
.success__content .c__items {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 48rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.success__content .c__items .c__item {
  width: 363rem;
  display: flex;
  margin-bottom: 19rem;
}
.success__content .c__items .c__item:nth-child(2), .success__content .c__items .c__item:nth-child(5) {
  animation-delay: 0.2s !important;
}
.success__content .c__items .c__item:nth-child(3), .success__content .c__items .c__item:nth-child(6) {
  animation-delay: 0.4s !important;
}

.contact__content {
  width: 100%;
  height: auto;
  padding: 115rem 0;
  background: url(../img/contact_bg.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}
.contact__content.c01 {
  margin-top: 180rem;
}
.contact__content .c__lbl {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 42rem;
  letter-spacing: 0.04em;
  line-height: 58rem;
  text-align: center;
  color: #fff;
}
.contact__content .contact__items {
  display: flex;
  justify-content: center;
  margin-top: 26rem;
}
.contact__content .contact__items .c__item {
  width: 440rem;
  height: 100rem;
  margin: 0 36rem;
  background: #fb5756;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.contact__content .contact__items .c__item:hover {
  background: white;
}
.contact__content .contact__items .c__item:hover .lbl {
  color: #fb5756;
}
.contact__content .contact__items .c__item:hover.tel {
  background: white;
}
.contact__content .contact__items .c__item:hover.line {
  background: white;
}
.contact__content .contact__items .c__item:hover.tel .icon svg path {
  fill: #0000ff;
}
.contact__content .contact__items .c__item:hover.line .icon svg path {
  fill: #00bc31;
}
.contact__content .contact__items .c__item:hover.tel .lbl {
  color: #0000ff;
}
.contact__content .contact__items .c__item:hover.line .lbl {
  color: #00bc31;
}
.contact__content .contact__items .c__item.tel {
  background: #0000ff;
}
.contact__content .contact__items .c__item.line {
  background: #00bc31;
}
.contact__content .contact__items .c__item .icon {
  width: 23rem;
  display: flex;
  margin-right: 15rem;
}
.contact__content .contact__items .c__item .icon svg {
  width: 100%;
  height: 100%;
}
.contact__content .contact__items .c__item .icon svg path {
  transition: 0.3s;
}
.contact__content .contact__items .c__item .lbl {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 500;
  font-size: 24rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.contact__content .contact__items .c__item .lbl span {
  font-size: 18rem;
}

.trouble__content {
  width: 100%;
  background: url(../img/f_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 130rem 0;
}
.trouble__content .t__title {
  width: 744rem;
  margin: auto;
  display: flex;
}
.trouble__content .content__inner {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
}
.trouble__content .content__inner .gap__text {
  width: 100%;
  display: flex;
  position: relative;
}
.trouble__content .content__inner .gap__text .woman {
  width: 29.0909090909%;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -100rem;
  transform: translate(-50%);
}
.trouble__content .content__inner .content__text {
  width: 100%;
  height: auto;
  padding: 75rem 70rem 65rem;
  border-radius: 20rem;
  margin-top: 95rem;
  background: #fff;
  border: 12rem solid #eb7f00;
  position: relative;
}
.trouble__content .content__inner .content__text .t__txt {
  width: 882rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: -62rem;
  transform: translate(-50%);
}
.trouble__content .content__inner .l__item {
  margin-bottom: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trouble__content .content__inner .l__item:last-child {
  margin-bottom: 0;
}
.trouble__content .content__inner .l__item .icon {
  width: 56rem;
  margin-right: 50rem;
  display: flex;
}
.trouble__content .content__inner .l__item .c__txt {
  width: 851.48rem;
  font-family: "m-plus-2c", sans-serif;
  font-weight: 500;
  font-size: 26rem;
  letter-spacing: 0.02em;
  line-height: 36rem;
  text-align: left;
  color: #333;
}
.trouble__content .content__inner .select__reason {
  margin-top: 194rem;
}
.trouble__content .content__inner .select__reason .t__txt {
  width: 520rem;
  margin: auto;
  display: flex;
}
.trouble__content .content__inner .select__reason .content__items {
  width: calc(100% + 22rem);
  margin-left: -11rem;
  margin-right: -11rem;
  margin-top: 50rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.trouble__content .content__inner .select__reason .content__items .c__item {
  width: 33.3333333333%;
  padding: 0 11rem;
  margin-bottom: 30rem;
  display: flex;
  opacity: 0;
}
.trouble__content .content__inner .select__reason .content__items .c__item:nth-child(2) {
  animation-delay: 0.2s !important;
}
.trouble__content .content__inner .select__reason .content__items .c__item:nth-child(3) {
  animation-delay: 0.4s !important;
}
.trouble__content .content__inner .select__reason .content__items .c__item:nth-child(4) {
  animation-delay: 0.2s !important;
}
.trouble__content .content__inner .select__reason .content__items .c__item:nth-child(5) {
  animation-delay: 0.4s !important;
}
.trouble__content .content__inner .select__reason .content__items .c__item.is-animated {
  animation: bouncing 0.75s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes bouncing {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.voice__items {
  width: 100%;
  height: auto;
  padding: 100rem 0 200rem;
  background: url(../img/sec08-frame.png);
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.voice__items .bg {
  width: 1360rem;
  height: 98%;
  background: url(../img/ai-snow.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
.voice__items .t__txt {
  width: 378rem;
  display: flex;
  margin: auto;
}
.voice__items .content__items {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 75rem;
}
.voice__items .content__items .c__item {
  width: 100%;
  height: auto;
  padding: 48rem;
  background: url(../img/voice_bg.png);
  background-size: 100% 100%;
  margin-bottom: 47rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.voice__items .content__items .c__item .book {
  width: 208rem;
  display: flex;
  position: absolute;
  bottom: 20rem;
  right: 20rem;
}
.voice__items .content__items .c__item .info {
  width: 200rem;
}
.voice__items .content__items .c__item .info .image {
  width: 200rem;
  display: flex;
}
.voice__items .content__items .c__item .info .cap__txt {
  width: 180rem;
  height: 34rem;
  margin: auto;
  margin-top: 20rem;
  background: #fde400;
  border-radius: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 20rem;
  line-height: 24rem;
  text-align: left;
  color: #333;
}
.voice__items .content__items .c__item .info .cap__txt span {
  font-size: 16rem;
}
.voice__items .content__items .c__item .content__text {
  width: 770rem;
  position: relative;
}
.voice__items .content__items .c__item .content__text .t__title {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 28rem;
  letter-spacing: 0.04em;
  line-height: 49rem;
  margin-bottom: 15rem;
  text-align: left;
  color: #056fce;
}
.voice__items .content__items .c__item .content__text .c__txt {
  font-family: "m-plus-2c", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  letter-spacing: 0.02em;
  line-height: 32rem;
  text-align: left;
  color: #333;
}

.lession__price {
  width: 100%;
  height: auto;
  padding: 240rem 0 200rem;
  margin-top: -70rem;
  background: url(../img/sec09-bg.png);
  background-size: cover;
}
.lession__price .t__title {
  width: 666rem;
  display: flex;
  margin: auto;
}
.lession__price .c__text {
  max-width: 1100rem;
  width: 95%;
  display: flex;
  margin: auto;
  margin-top: 66rem;
}
.lession__price .detail__txt {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 16rem;
  letter-spacing: 0.06em;
  line-height: 24rem;
  margin-top: 20rem;
  text-align: right;
  color: #1d1d1d;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: transparent;
}
header .logo {
  width: 251rem;
  display: flex;
}
header .c__contact {
  display: flex;
}
header .c__contact .link {
  width: 230rem;
  height: 70rem;
  background: #fde400;
  border: 1rem solid #fde400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
header .c__contact .link:hover {
  background: #1d6bbe;
  border-color: #1d6bbe;
}
header .c__contact .link:hover span {
  color: #fde400;
}
header .c__contact .link:hover.contact {
  background: #fff;
}
header .c__contact .link:hover.contact span {
  color: #fb5756;
}
header .c__contact .link.contact {
  background: #fb5756;
  border: 1rem solid #fb5756;
}
header .c__contact .link.contact span {
  color: white;
}
header .c__contact .link span {
  font-family: "m-plus-2c", sans-serif;
  font-weight: bold;
  font-size: 18rem;
  line-height: 31.5rem;
  text-align: left;
  color: #1d6bbe;
  transition: 0.3s;
}

.term__count {
  width: 220rem;
  height: 122rem;
  display: flex;
  position: fixed;
  right: 10rem;
  background: #056fce;
  top: 80rem;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.term__count .lbl {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 24rem;
  font-weight: bold;
  color: white;
}
.term__count .lbl span {
  font-size: 22rem;
}
.term__count .c__mt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
.term__count .c__mt .c__lbl {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 24rem;
  font-weight: bold;
  color: white;
  writing-mode: vertical-lr;
}
.term__count .c__mt .c__count {
  font-family: "m-plus-2c", sans-serif;
  font-size: 72rem;
  font-weight: bold;
  color: white;
  line-height: 0.9;
  margin: 0 10rem;
}
.term__count .c__mt .cv {
  display: flex;
  align-items: flex-end;
}
.term__count .c__mt .day {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 26rem;
  color: white;
  font-weight: bold;
  position: relative;
}

.form__banner {
  max-width: 1100rem;
  width: 95%;
  margin: 50rem auto;
}

footer {
  padding: 74rem 0;
  background: white;
}
footer .f__logo {
  width: 251rem;
  display: flex;
  margin: auto;
}
footer .contact__btns {
  display: flex;
  justify-content: center;
  margin-top: 64rem;
}
footer .contact__btns .c__btn {
  width: 320rem;
  height: 70rem;
  margin: 0 12rem;
  background: #fde400;
  border: 1rem solid #fde400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
footer .contact__btns .c__btn:hover {
  background: #1d6bbe;
  border-color: #1d6bbe;
}
footer .contact__btns .c__btn:hover .lbl {
  color: #fde400;
}
footer .contact__btns .c__btn:hover.mail {
  background: #fff;
  border: 1rem solid #fb5756;
}
footer .contact__btns .c__btn:hover.mail span {
  color: #fb5756;
}
footer .contact__btns .c__btn:hover.tel {
  background: #fff;
  border: 1rem solid #0000ff;
}
footer .contact__btns .c__btn:hover.line {
  background: #fff;
  border: 1rem solid #00bc31;
}
footer .contact__btns .c__btn:hover.tel .icon svg path {
  fill: #0000ff;
}
footer .contact__btns .c__btn:hover.line .icon svg path {
  fill: #00bc31;
}
footer .contact__btns .c__btn:hover.tel span {
  color: #0000ff;
}
footer .contact__btns .c__btn:hover.line span {
  color: #00bc31;
}
footer .contact__btns .c__btn.mail {
  background: #fb5756;
  border: 1rem solid #fb5756;
}
footer .contact__btns .c__btn.mail span {
  color: white;
}
footer .contact__btns .c__btn.tel {
  background: #0000ff;
  border: 1rem solid #0000ff;
}
footer .contact__btns .c__btn.line {
  background: #00bc31;
  border: 1rem solid #00bc31;
}
footer .contact__btns .c__btn.tel span {
  color: white;
}
footer .contact__btns .c__btn.line span {
  color: white;
}
footer .contact__btns .c__btn .icon {
  width: 16rem;
  display: flex;
  margin-right: 15rem;
}
footer .contact__btns .c__btn .icon svg {
  width: 100%;
  height: 100%;
}
footer .contact__btns .c__btn .icon svg path {
  transition: 0.3s;
}
footer .contact__btns .c__btn .lbl {
  font-family: "m-plus-2c", sans-serif;
  font-size: 18rem;
  font-weight: bold;
  color: #1d6bbe;
  text-align: center;
  transition: 0.3s;
}
footer .contact__btns .c__btn .lbl span {
  font-size: 14rem;
  transition: 0.3s;
}

.topPage {
  width: 48rem;
  display: flex;
  position: fixed;
  bottom: 20rem;
  right: 0;
  z-index: 2;
}

.copyright {
  font-family: "Roboto", sans-serif;
  font-size: 14rem;
  text-align: center;
  font-weight: 500;
  padding: 25rem 0;
  color: white;
  background: #056fce;
}

@media screen and (max-width: 1270px) {
  html {
    font-size: 0.8px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.6px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1333333vw;
  }
  .frontview {
    padding-top: 142rem;
  }
  .frontview .frontview__inner {
    width: 100%;
    padding-bottom: 548rem;
  }
  .frontview .frontview__inner .catch01 {
    width: 710rem;
    margin: auto;
  }
  .frontview .frontview__inner .catch02 {
    width: 708rem;
    margin: auto;
    margin-top: 20rem;
  }
  .frontview .bg01 {
    width: 100%;
    height: 842rem;
    background: url(../img/top-back_sp.png);
    background-size: 100% 100%;
  }
  .frontview .frontview__inner .woman {
    width: 506rem;
    right: 20rem;
  }
  .frontview .date__term {
    padding: 40rem 20rem 40rem 104rem;
  }
  .frontview .date__term .c__inner {
    width: 100%;
    flex-wrap: wrap;
    justify-content: right;
  }
  .frontview .date__term .c__inner .t__lbl {
    width: 64rem;
    height: 244rem;
    position: absolute;
    left: -84rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42rem;
    letter-spacing: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .frontview .date__term .c__inner .t__lbl span {
    margin: 1rem 0;
    position: relative;
    left: -20rem;
  }
  .frontview .date__term .c__inner .t__date .d__lbl {
    font-size: 122rem;
    letter-spacing: -0.07em;
  }
  .frontview .date__term .c__inner .t__date .w__lbl {
    font-size: 38rem;
  }
  .frontview .date__term .c__inner .term__gap {
    left: -84rem;
    top: -134rem;
  }
  .total__date {
    width: 100%;
    height: 767rem;
    background: url(../img/date_bg_sp.png);
    background-size: 100% 100%;
    padding-top: 94rem;
  }
  .total__date .content__inner {
    max-width: 1100rem;
    width: 710rem;
    margin: auto;
    display: block;
  }
  .total__date .content__inner .tc__text {
    display: flex;
    align-items: flex-end;
    justify-content: right;
    margin-top: -130rem;
  }
  .five-special__items .t__title {
    width: 710rem;
  }
  .five-special__items .c__items {
    width: 710rem;
  }
  .five-special__items .c__items .c__item {
    width: 100%;
    height: 200rem;
    margin-bottom: 30rem;
    padding: 0 50rem 0 20rem;
    border-radius: 12rem;
    background: url(../img/special_bg_sp.png);
    background-size: 100% 100%;
  }
  .five-special__items .c__items .c__item .h__gap {
    width: 160rem;
  }
  .five-special__items .c__items .c__item .h__text {
    width: 260rem;
  }
  .five-special__items .c__items .c__item .h__text p {
    font-size: 38rem;
    line-height: 1.3;
  }
  .five-special__items .c__items .c__item .h__text p span {
    font-size: 44rem;
  }
  .five-special__items .c__items .c__item .h__lbl {
    font-size: 92rem;
  }
  .five-special__items .c__items .c__item .h__text p span.f_52 {
    font-size: 38rem;
  }
  .five-special__items .e__title {
    width: 630rem;
    margin: auto;
    margin-top: 70rem;
  }
  .five-special__items .c__items .c__item .h__text p span.f_64 {
    font-size: 48rem;
  }
  .five-special__items {
    padding: 200rem 0;
    background: url(../img/f_bg_sp.png) #dfe7f7;
    background-position: 0 91rem;
    background-size: cover;
  }
  .success__content {
    width: 100%;
    background: url(../img/sec03-frame_sp.png);
    background-size: 100% 100%;
    padding: 160rem 0 130rem;
    margin-top: -96rem;
  }
  .success__content .t__title {
    width: 710rem;
  }
  .success__content .c__items {
    max-width: 1100rem;
    width: 726rem;
    margin: 0 0 0 auto;
    margin-top: 90rem;
  }
  .success__content .c__items .c__item {
    margin-bottom: 28rem;
  }
  .contact__content {
    width: 100%;
    height: auto;
    padding: 145rem 0 100rem;
    background: url(../img/contact_bg_sp.png);
    background-size: cover;
  }
  .contact__content .c__lbl {
    font-size: 48rem;
    letter-spacing: 0.04em;
    line-height: 60rem;
  }
  .contact__content .contact__items {
    display: block;
    margin-top: 48rem;
  }
  .contact__content .contact__items .c__item {
    width: 520rem;
    height: 120rem;
    margin: 48rem auto;
  }
  .contact__content .contact__items .c__item .lbl {
    font-size: 30rem;
  }
  .contact__content .contact__items .c__item .lbl span {
    font-size: 24rem;
  }
  .trouble__content .t__title {
    width: 710rem;
  }
  .trouble__content .content__inner {
    width: 710rem;
    margin: auto;
    margin-top: 113rem;
  }
  .trouble__content .content__inner .gap__text .woman {
    width: 320rem;
    display: flex;
    position: absolute;
    left: 255rem;
    bottom: -59rem;
    transform: unset;
  }
  .trouble__content .content__inner .content__text {
    width: 100%;
    height: auto;
    padding: 70rem 40rem 60rem;
    border-radius: 20rem;
    margin-top: 52rem;
  }
  .trouble__content .content__inner .content__text .t__txt {
    width: 670rem;
    top: -40rem;
  }
  .trouble__content .content__inner .l__item .c__txt {
    width: 526rem;
    font-size: 28rem;
    letter-spacing: 0.02em;
    line-height: 42rem;
  }
  .trouble__content .content__inner .l__item .icon {
    margin-right: 0;
  }
  .trouble__content {
    width: 100%;
    background: url(../img/ai-snow_sp.png) #DFE7F7;
    background-size: cover;
  }
  .trouble__content .content__inner .select__reason .t__txt {
    width: 605rem;
  }
  .trouble__content .content__inner .select__reason .content__items {
    width: 100%;
    margin-top: 90rem;
    margin-left: 0;
    margin-right: 0;
  }
  .trouble__content .content__inner .select__reason .content__items .c__item {
    width: 100%;
    padding: 0;
  }
  .voice__items {
    width: 100%;
    height: auto;
    padding: 170rem 0 117rem;
    background: url(../img/sec08-frame_sp.png);
    background-size: 100% 100%;
    margin-top: -30rem;
  }
  .voice__items .t__txt {
    width: 454rem;
  }
  .voice__items .content__items {
    width: 710rem;
    margin: auto;
    margin-top: 95rem;
  }
  .voice__items .content__items .c__item {
    width: 100%;
    height: auto;
    padding: 48rem;
    background: url(../img/voice_bg_sp.png);
    background-size: 100% 100%;
    margin-bottom: 65rem;
    display: block;
  }
  .voice__items .content__items .c__item .info {
    width: 300rem;
    margin: auto;
  }
  .voice__items .content__items .c__item .info .image {
    width: 100%;
  }
  .voice__items .content__items .c__item .info .cap__txt {
    width: 220rem;
    height: 42rem;
    margin: auto;
    margin-top: 32rem;
    background: #fde400;
    border-radius: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "m-plus-2c", sans-serif;
    font-weight: bold;
    font-size: 24rem;
  }
  .voice__items .content__items .c__item .info .cap__txt span {
    font-size: 19rem;
  }
  .voice__items .content__items .c__item .content__text {
    width: 100%;
    margin-top: 38rem;
  }
  .voice__items .content__items .c__item .content__text .t__title {
    font-size: 32rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin-bottom: 22rem;
  }
  .voice__items .content__items .c__item .content__text .c__txt {
    font-size: 24rem;
    letter-spacing: 0.02em;
    line-height: 44rem;
    text-align: justify;
  }
  .lession__price {
    width: 100%;
    height: auto;
    padding: 240rem 0 200rem;
    margin-top: -70rem;
    background: url(../img/sec09-bg_sp.png);
    background-size: cover;
  }
  .lession__price .t__title {
    width: 710rem;
  }
  .lession__price .c__text {
    width: 710rem;
    display: flex;
    margin: 100rem 0 0 auto;
    overflow: auto;
    padding-bottom: 90rem;
  }
  .lession__price .c__text img {
    width: 1490rem;
  }
  .lession__price .c__text::-webkit-scrollbar {
    height: 20rem;
    background-color: #F5F5F5;
  }
  .lession__price .c__text::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #e6e6e6;
  }
  .lession__price .c__text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #eb7f00;
  }
  .lession__price .detail__txt {
    width: 710rem;
    margin: auto;
    font-weight: normal;
    font-size: 22rem;
    letter-spacing: 0.06em;
    line-height: 28rem;
    margin-top: 20rem;
  }
  .form__banner {
    max-width: 1100rem;
    width: 700rem;
    margin: 50rem auto 100rem;
  }
  header .logo {
    width: 430rem;
  }
  header .c__contact .link {
    width: 130rem;
    height: 120rem;
  }
  header .c__contact .link span {
    font-size: 20rem;
    text-align: center;
  }
  .term__count {
    width: 150rem;
    height: 210rem;
    display: flex;
    position: fixed;
    right: 10rem;
    top: auto;
    bottom: 10rem;
    z-index: 2;
  }
  footer {
    padding: 128rem 0;
  }
  footer .f__logo {
    width: 430rem;
  }
  footer .contact__btns {
    margin-top: 128rem;
    display: block;
  }
  footer .contact__btns .c__btn {
    width: 520rem;
    height: 120rem;
    margin: 48rem auto;
  }
  footer .contact__btns .c__btn:last-child {
    margin-bottom: 0;
  }
  footer .contact__btns .c__btn .lbl {
    font-size: 30rem;
  }
  footer .contact__btns .c__btn .lbl span {
    font-size: 24rem;
  }
  footer .contact__btns .c__btn .icon {
    width: 23rem;
  }
  .copyright {
    font-size: 18rem;
    text-align: center;
    font-weight: 500;
    padding: 30rem 0;
  }
  .topPage {
    width: 59rem;
    display: flex;
    position: fixed;
    bottom: 228rem;
    right: 0;
  }
  .term__count .lbl {
    font-size: 26rem;
    line-height: 31rem;
    text-align: center;
  }
  .term__count .lbl span {
    font-size: 26rem;
  }
  .term__count .c__mt .cv {
    display: flex;
    margin-top: 5rem;
  }
  .term__count .c__mt {
    display: block;
  }
  .term__count .c__mt .c__lbl {
    font-size: 24rem;
    font-weight: bold;
    color: white;
    display: block;
    text-align: center;
    writing-mode: initial;
  }
  .term__count .c__mt .c__count {
    font-family: "m-plus-2c", sans-serif;
    font-size: 72rem;
    font-weight: bold;
    color: white;
    line-height: 0.9;
    margin: 0 5rem 0 0;
  }
  .contact__content.c01 {
    margin-top: 100rem;
  }
  .success__content .c__items .c__item:nth-child(2), .success__content .c__items .c__item:nth-child(5) {
    animation-delay: 0s !important;
  }
  .success__content .c__items .c__item:nth-child(3), .success__content .c__items .c__item:nth-child(6) {
    animation-delay: 0s !important;
  }
  .success__content .c__items .c__item.anim.fadeInUp.is-animated {
    animation: fadeInLeft 1s ease-in-out forwards;
  }
  .success__content .c__items .c__item:nth-child(2n).anim.fadeInUp.is-animated {
    animation: fadeInRight 1s ease-in-out forwards;
  }
  .voice__items .bg {
    width: 100%;
    height: 98%;
    background: url(../img/ai-snow_sp.png);
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */