@charset "UTF-8";
@font-face {
  font-family: LINESeedJP_OTF-Regular;
  src: url(../font/LINESeedJP_A_OTF_Rg.otf) format("opentype");
}
@font-face {
  font-family: Futura-Medium;
  src: url(../font/FuturaMedium.otf) format("opentype");
}
@font-face {
  font-family: LINESeedJP_OTF-Bold;
  src: url(../font/LINESeedJP_A_OTF_Bd.otf) format("opentype");
}
@font-face {
  font-family: AvenirNext-Medium;
  src: url(../font/avenir-next-medium.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-weight: 500;
  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);
  }
}
.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_y.is-animated {
  transform-origin: right;
  animation: scaled_x 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;
  }
}
header {
  width: 100%;
  height: 72rem;
  padding: 0 15rem;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
header .logo {
  width: 200rem;
  height: auto;
  display: flex;
  transition: 0.3s;
}
header .logo:hover {
  opacity: 0.7;
}
header nav {
  height: 100%;
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  align-items: center;
  margin-right: 0;
}
header nav ul li {
  padding: 0 10rem;
}
header nav ul li a {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14rem;
  letter-spacing: -0.01em;
  line-height: 32rem;
  text-align: left;
  color: #333;
}
header nav ul li a {
  transition: 0.3s;
}
header nav ul li a:hover {
  opacity: 0.7;
}
header nav .link__btns {
  display: flex;
}
header nav .link__btn {
  width: 200rem;
  height: 40rem;
  border-radius: 20rem;
  margin-left: 8rem;
  background: #44b5ae;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1rem solid #44b5ae;
  transition: 0.3s;
}
header nav .link__btn:hover {
  background: transparent;
}
header nav .link__btn:hover .lbl {
  color: #44b5ae;
}
header nav .link__btn:hover .icon svg path {
  fill: #44b5ae;
}
header nav .link__btn.lession {
  background: #ef7e84;
  border: 1rem solid #ef7e84;
}
header nav .link__btn.lession:hover {
  background: transparent;
}
header nav .link__btn.lession:hover .lbl {
  color: #ef7e84;
}
header nav .link__btn.lession:hover .icon svg path {
  fill: #ef7e84;
}
header nav .link__btn.lession:hover .icon svg rect {
  fill: #fff;
}
header nav .link__btn.lession:hover .icon svg polygon {
  fill: #fff;
}
header nav .link__btn.lession .icon {
  width: 39rem;
  display: flex;
}
header nav .link__btn .icon {
  width: 24rem;
  margin-right: 9rem;
  display: flex;
}
header nav .link__btn .icon svg {
  width: 100%;
  height: 100%;
}
header nav .link__btn .lbl {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}

header .logo {
  position: relative;
  z-index: 2;
}
header .logo .white {
  display: none;
}
header .logo .blue {
  display: block;
}
header.open .logo .white {
  display: block;
}
header.open .logo .blue {
  display: none;
}

.frontview {
  width: 100%;
  display: flex;
}

.campain__detail {
  padding-top: 100rem;
}
.campain__detail .pattern__bg {
  width: 100%;
  display: flex;
}
.campain__detail .content__wrapper {
  max-width: 1100rem;
  width: 95%;
  height: auto;
  margin: 130rem auto;
  background: url(../img/c_pattern.png);
  background-size: cover;
  padding: 20rem;
}
.campain__detail .content__wrapper .content__inner {
  width: 100%;
  height: auto;
  border-radius: 16rem;
  padding: 106rem 0 60rem;
  background: #fff;
  position: relative;
}
.campain__detail .content__wrapper .content__inner .title__wrapper {
  width: 862rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: -104rem;
  transform: translate(-50%);
}
.campain__detail .content__wrapper .content__inner .term__txt {
  width: 720rem;
  display: flex;
  margin: auto;
}
.campain__detail .content__wrapper .content__inner .note__term {
  width: 750rem;
  margin: auto;
  margin-top: 50rem;
}
.campain__detail .content__wrapper .content__inner .price__items {
  display: flex;
  justify-content: center;
  margin-top: 47rem;
}
.campain__detail .content__wrapper .content__inner .price__items .p__item {
  width: 400rem;
  display: flex;
  margin: 0 25rem;
}
.campain__detail .content__wrapper .content__inner .note__bottom {
  width: 865rem;
  margin: auto;
  margin-top: 65rem;
  display: flex;
}
.campain__detail .content__wrapper .content__inner .note__txt01 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48rem;
  letter-spacing: 0.03em;
  line-height: 64rem;
  margin-top: 30rem;
  text-align: center;
  color: #ec407a;
}
.campain__detail .content__wrapper .content__inner .note__txt01 span {
  font-size: 38rem;
}
.campain__detail .content__wrapper .content__inner .price03 {
  width: 400rem;
  margin: auto;
  margin-top: 40rem;
  display: flex;
  position: relative;
}
.campain__detail .content__wrapper .content__inner .price03 span {
  width: 122rem;
  display: flex;
  position: absolute;
  top: -8rem;
  left: -24rem;
}

.point__wrapper {
  background: #0dd3f9;
  padding: 130rem 0 60rem;
}
.point__wrapper .point__items {
  max-width: 1140rem;
  width: 95%;
  margin: auto;
  margin-top: 75rem;
  display: flex;
  flex-wrap: wrap;
}
.point__wrapper .point__items .p__item {
  width: 33.3333333333%;
  padding: 0 20rem;
  margin-bottom: 70rem;
}
.point__wrapper .point__items .p__item:nth-child(2), .point__wrapper .point__items .p__item:nth-child(5) {
  animation-delay: 0.2s;
}
.point__wrapper .point__items .p__item:nth-child(3), .point__wrapper .point__items .p__item:nth-child(6) {
  animation-delay: 0.4s;
}
.point__wrapper .point__items .p__item .p__inner {
  width: 100%;
  height: 100%;
  border-radius: 16rem;
  background: #fff;
  padding: 40rem 20rem 20rem;
  position: relative;
}
.point__wrapper .point__items .p__item .p__inner .num {
  width: 48rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.point__wrapper .point__items .p__item .p__inner .image__wrapper {
  width: 230rem;
  height: 240rem;
  display: flex;
  margin: auto;
}
.point__wrapper .point__items .p__item .p__inner .image__wrapper img {
  object-fit: contain;
}
.point__wrapper .point__items .p__item .p__inner h3 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18rem;
  line-height: 32rem;
  margin-top: 20rem;
  text-align: center;
  color: #03a9f4;
}
.point__wrapper .point__items .p__item .p__inner .c__txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.01em;
  line-height: 28rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}

.section-title {
  text-align: center;
}
.section-title.comic h1 span {
  color: #E064A2;
  font-size: 52rem;
  -webkit-text-stroke: white 1.5rem;
}
.section-title.comic span.comic__img01 {
  width: 230rem;
  display: inline-flex;
  position: relative;
  top: 6rem;
}
.section-title.comic span.comic__img02 {
  width: 195rem;
  display: inline-flex;
  position: relative;
  top: 6rem;
}
.section-title.contact h1 span {
  color: black;
  font-size: 36rem;
  -webkit-text-stroke: white 0.5rem;
}
.section-title.course span {
  color: #BA68C8;
  font-size: 52rem;
}
.section-title.course span.course {
  width: 300rem;
  display: inline-flex;
  position: relative;
  top: 6rem;
}
.section-title.teacher span {
  color: #2EAE51;
  font-size: 52rem;
}
.section-title.teacher span.teacher__img {
  width: 220rem;
  display: inline-flex;
  position: relative;
  top: 5rem;
}
.section-title.voice span {
  color: #EC461E;
  font-size: 52rem;
}
.section-title.voice span.voice__img {
  width: 49rem;
  display: inline-flex;
  position: relative;
  top: 4rem;
}
.section-title.voice span.c01 {
  color: #010101;
  -webkit-text-stroke: 0 white;
}
.section-title .gap__inner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-title .gap__inner .icon {
  width: 76rem;
  display: flex;
  margin-bottom: 7rem;
}
.section-title .gap__inner .lbl {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.2em;
  line-height: 28rem;
  text-align: center;
  color: #000;
}
.section-title h1 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36rem;
  letter-spacing: 0.01em;
  line-height: 63rem;
  margin-top: 10rem;
  text-align: center;
  color: #010101;
}
.section-title h1 span.img {
  width: 34rem;
  margin: 0 5rem;
  position: relative;
  top: 3rem;
  display: inline-flex;
}
.section-title h1 span {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 56rem;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-text-stroke: white 1.5rem;
  text-align: left;
  color: #03a9f4;
}

.contact__items {
  text-align: center;
  padding: 80rem 0;
}
.contact__items .t__txt {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38rem;
  letter-spacing: 0.05em;
  line-height: 64rem;
  text-align: center;
  color: #000;
  display: inline-block;
  position: relative;
}
.contact__items .t__txt span.left__gap {
  width: 19.05rem;
  display: flex;
  position: absolute;
  left: -30rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact__items .t__txt span.right__gap {
  width: 19.05rem;
  display: flex;
  position: absolute;
  right: -30rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact__items .t__txt span {
  font-size: 48rem;
  color: #EC407A;
}
.contact__items .link__btns {
  display: flex;
  justify-content: center;
  margin-top: 45rem;
}
.contact__items .link__btns .l__btn {
  width: 400rem;
  height: 64rem;
  border-radius: 32rem;
  margin: 0 24rem;
  background: #44b5ae;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1rem solid #44b5ae;
  transition: 0.3s;
}
.contact__items .link__btns .l__btn:hover {
  background: transparent;
}
.contact__items .link__btns .l__btn:hover .lbl {
  color: #44b5ae;
}
.contact__items .link__btns .l__btn:hover .icon svg g path {
  fill: #44b5ae;
}
.contact__items .link__btns .l__btn:hover .arrow {
  color: #44b5ae;
}
.contact__items .link__btns .l__btn.lession {
  background: #ef7e84;
  border: 1rem solid #ef7e84;
  transition: 0.3s;
}
.contact__items .link__btns .l__btn.lession:hover {
  background: transparent;
}
.contact__items .link__btns .l__btn.lession:hover .lbl {
  color: #ef7e84;
}
.contact__items .link__btns .l__btn.lession:hover .icon svg path {
  fill: #ef7e84;
}
.contact__items .link__btns .l__btn.lession:hover .icon svg rect {
  fill: #fff;
}
.contact__items .link__btns .l__btn.lession:hover .icon svg polygon {
  fill: #fff;
}
.contact__items .link__btns .l__btn.lession:hover .arrow {
  color: #ef7e84;
}
.contact__items .link__btns .l__btn.lession .icon {
  width: 43rem;
}
.contact__items .link__btns .l__btn .arrow {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 45.5rem;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 24rem;
  transform: translateY(-50%);
}
.contact__items .link__btns .l__btn .icon {
  width: 27rem;
  margin-right: 10rem;
  display: flex;
}
.contact__items .link__btns .l__btn .icon svg {
  width: 100%;
  height: 100%;
}
.contact__items .link__btns .l__btn .lbl {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26rem;
  letter-spacing: 0.05em;
  line-height: 45.5rem;
  text-align: left;
  color: #fff;
}

.course__wrapper {
  background: #b6a6dc;
  padding: 120rem 0;
}
.course__wrapper .content__wrapper {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 55rem;
}
.course__wrapper .content__wrapper .content__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.course__wrapper .content__wrapper .content__inner .c__item {
  width: 350rem;
  position: relative;
}
.course__wrapper .content__wrapper .content__inner .c__item:nth-child(2) {
  animation-delay: 0.2s;
}
.course__wrapper .content__wrapper .content__inner .c__item:nth-child(3) {
  animation-delay: 0.3s;
}
.course__wrapper .content__wrapper .content__inner .c__item .detail__link {
  width: 240rem;
  height: 48rem;
  border-radius: 24rem;
  background: #ba68c8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border: 1rem solid #ba68c8;
  transition: 0.3s;
}
.course__wrapper .content__wrapper .content__inner .c__item .detail__link:hover {
  background: white;
}
.course__wrapper .content__wrapper .content__inner .c__item .detail__link:hover span {
  color: #ba68c8;
}
.course__wrapper .content__wrapper .content__inner .c__item .detail__link span {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18rem;
  letter-spacing: 0.03em;
  line-height: 31.5rem;
  text-align: left;
  color: #fff;
  transition: 0.3s;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner {
  width: 100%;
  border-radius: 16rem;
  overflow: hidden;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar {
  padding: 10rem 0;
  background: #ba68c8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .icon {
  width: 47rem;
  display: flex;
  margin-right: 8rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .c__text .l__txt {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .c__text .age__txt {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #fff;
  display: block;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .c__text .age__txt span {
  font-size: 18rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .image__wrapper {
  width: 100%;
  display: flex;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text {
  padding: 25rem 20rem 40rem;
  background: white;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar {
  height: 100rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar.--center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt01 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt01 span {
  font-size: 14rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt02 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28rem;
  margin-left: 15rem;
  line-height: 1;
  text-align: left;
  color: #000;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt02 span {
  font-size: 14rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text h2 {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-top: 12rem;
  text-align: left;
  color: #ba68c8;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text h2 span {
  font-weight: 900;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #ba68c8;
  -webkit-text-stroke: #ba68c8 1.5rem;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text h3 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20rem;
  letter-spacing: 0.01em;
  line-height: 32rem;
  margin-top: 10rem;
  text-align: left;
  color: #000;
}
.course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .c__txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.01em;
  line-height: 28rem;
  margin-top: 12rem;
  text-align: justify;
  color: #000;
}
.course__wrapper .content__wrapper .note__txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 24rem;
  margin-top: 45rem;
  text-align: left;
  color: #000;
}

.voice__wrapper {
  background: #fff23f;
  padding: 120rem 0;
}
.voice__wrapper .content__wrapper {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 60rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice__wrapper .content__wrapper .c__item {
  width: 524rem;
  margin-bottom: 48rem;
  display: flex;
  align-items: flex-start;
}
.voice__wrapper .content__wrapper .c__item:nth-child(2n) {
  animation-delay: 0.2s;
}
.voice__wrapper .content__wrapper .c__item .icon {
  width: 160rem;
  margin-right: 45rem;
  display: flex;
}
.voice__wrapper .content__wrapper .c__item .text__wrapper {
  width: 320rem;
  height: auto;
  border-radius: 16rem;
  padding: 17rem 20rem;
  background: #fff;
  position: relative;
}
.voice__wrapper .content__wrapper .c__item .text__wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12rem solid transparent;
  border-right: 20rem solid white;
  border-bottom: 12rem solid transparent;
  position: absolute;
  left: -20rem;
  top: 28rem;
}
.voice__wrapper .content__wrapper .c__item .text__wrapper .name {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20rem;
  letter-spacing: 0.01em;
  line-height: 32rem;
  text-align: left;
  color: #ec461e;
}
.voice__wrapper .content__wrapper .c__item .text__wrapper .w__line {
  width: 100%;
  margin: 8rem 0;
}
.voice__wrapper .content__wrapper .c__item .text__wrapper .c__txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  line-height: 28rem;
  text-align: left;
  color: #000;
}

.PageTop {
  width: 50rem;
  display: flex;
  position: fixed;
  bottom: 20rem;
  right: 20rem;
  display: none;
}

.teacher__wrapper {
  background: #5ac878;
  padding: 120rem 0 80rem;
}
.teacher__wrapper .content__wrapper {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
}
.teacher__wrapper .content__wrapper .t__item {
  width: 100%;
  border-radius: 16rem;
  overflow: hidden;
  margin-bottom: 40rem;
}
.teacher__wrapper .content__wrapper .t__item.reserve .title__bar {
  flex-direction: row-reverse;
}
.teacher__wrapper .content__wrapper .t__item.reserve .content__text .teacher__image {
  left: auto;
  right: 32rem;
}
.teacher__wrapper .content__wrapper .t__item.reserve .content__text .text__wrapper {
  margin: 0 auto 0 0;
}
.teacher__wrapper .content__wrapper .t__item .title__bar {
  width: 100%;
  height: 56rem;
  background: #2eae51;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 45rem;
}
.teacher__wrapper .content__wrapper .t__item .title__bar .num {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48rem;
  line-height: 84rem;
  text-align: left;
  color: #fff;
}
.teacher__wrapper .content__wrapper .t__item .title__bar .info {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
}
.teacher__wrapper .content__wrapper .t__item .title__bar .info span {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  margin-left: 35rem;
  display: inline-block;
  text-align: left;
  color: #fff;
}
.teacher__wrapper .content__wrapper .t__item .content__text {
  position: relative;
  padding: 20rem 30rem 10rem;
  background: white;
}
.teacher__wrapper .content__wrapper .t__item .content__text .teacher__image {
  width: 270rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 32rem;
}
.teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper {
  width: 700rem;
  margin: 0 0 0 auto;
}
.teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper .text__bar {
  margin-bottom: 15rem;
}
.teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper .text__bar h3 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20rem;
  letter-spacing: 0.01em;
  line-height: 32rem;
  text-align: left;
  color: #01949c;
}
.teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper .text__bar p {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.01em;
  line-height: 28rem;
  text-align: left;
  color: #000;
}

.inquiry__wrapper {
  width: 100%;
  height: auto;
  padding: 120rem 0;
  background: url(../img/contact_bg.png);
  background-size: cover;
  text-align: center;
}
.inquiry__wrapper .tel__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 60rem;
  position: relative;
  transition: 0.3s;
}
.inquiry__wrapper .tel__info:hover {
  opacity: 0.7;
}
.inquiry__wrapper .tel__info .gap {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14rem;
  line-height: 36rem;
  letter-spacing: 0.5em;
  text-align: left;
  color: #000;
  position: absolute;
  right: 0;
  top: -25rem;
}
.inquiry__wrapper .tel__info .icon {
  width: 45.97rem;
  margin-right: 10rem;
}
.inquiry__wrapper .tel__info .lbl {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36rem;
  line-height: 1;
  text-align: left;
  color: #03a9f4;
}
.inquiry__wrapper .work__time {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  text-align: center;
  color: #000;
}
.inquiry__wrapper .t__txt {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 40rem;
  text-align: center;
  color: #000;
  display: inline-block;
  position: relative;
}
.inquiry__wrapper .t__txt span.left__gap {
  width: 19.05rem;
  display: flex;
  position: absolute;
  left: -30rem;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry__wrapper .t__txt span.right__gap {
  width: 19.05rem;
  display: flex;
  position: absolute;
  right: -30rem;
  top: 50%;
  transform: translateY(-50%);
}
.inquiry__wrapper .t__txt span {
  font-size: 48rem;
  color: #EC407A;
}
.inquiry__wrapper .link__btns {
  display: flex;
  justify-content: center;
  margin-top: 45rem;
}
.inquiry__wrapper .link__btns .l__btn {
  width: 320rem;
  height: 56rem;
  border-radius: 32rem;
  margin: 0 24rem;
  background: #44b5ae;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1rem solid #44b5ae;
  transition: 0.3s;
}
.inquiry__wrapper .link__btns .l__btn:hover {
  background: white;
}
.inquiry__wrapper .link__btns .l__btn:hover .lbl {
  color: #44b5ae;
}
.inquiry__wrapper .link__btns .l__btn:hover .icon svg g path {
  fill: #44b5ae;
}
.inquiry__wrapper .link__btns .l__btn:hover .arrow {
  color: #44b5ae;
}
.inquiry__wrapper .link__btns .l__btn.lession {
  background: #ef7e84;
  border: 1rem solid #ef7e84;
  transition: 0.3s;
}
.inquiry__wrapper .link__btns .l__btn.lession:hover {
  background: white;
}
.inquiry__wrapper .link__btns .l__btn.lession:hover .lbl {
  color: #ef7e84;
}
.inquiry__wrapper .link__btns .l__btn.lession:hover .icon svg path {
  fill: #ef7e84;
}
.inquiry__wrapper .link__btns .l__btn.lession:hover .icon svg rect {
  fill: white;
}
.inquiry__wrapper .link__btns .l__btn.lession:hover .icon svg polygon {
  fill: #fff;
}
.inquiry__wrapper .link__btns .l__btn.lession:hover .arrow {
  color: #ef7e84;
}
.inquiry__wrapper .link__btns .l__btn.lession .icon {
  width: 43rem;
}
.inquiry__wrapper .link__btns .l__btn.digital {
  background: #f9bf11;
  border: 1rem solid #f9bf11;
  transition: 0.3s;
  padding-right: 12rem;
}
.inquiry__wrapper .link__btns .l__btn.digital:hover {
  background: white;
}
.inquiry__wrapper .link__btns .l__btn.digital:hover .lbl {
  color: #f9bf11;
}
.inquiry__wrapper .link__btns .l__btn.digital:hover .icon svg path {
  fill: #f9bf11;
}
.inquiry__wrapper .link__btns .l__btn.digital:hover .icon svg polygon {
  fill: #f9bf11;
}
.inquiry__wrapper .link__btns .l__btn.digital:hover .arrow {
  color: #f9bf11;
}
.inquiry__wrapper .link__btns .l__btn.digital .icon {
  width: 36rem;
  margin-right: 2rem;
}
.inquiry__wrapper .link__btns .l__btn .arrow {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22rem;
  letter-spacing: 0.05em;
  line-height: 45.5rem;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 12rem;
  transform: translateY(-50%);
}
.inquiry__wrapper .link__btns .l__btn .icon {
  width: 27rem;
  margin-right: 15rem;
  display: flex;
}
.inquiry__wrapper .link__btns .l__btn .icon svg {
  width: 100%;
  height: 100%;
}
.inquiry__wrapper .link__btns .l__btn .lbl {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21rem;
  letter-spacing: -0.01em;
  line-height: 45.5rem;
  text-align: left;
  color: #fff;
}
.inquiry__wrapper .note__txt {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}

.comic__wrapper {
  background: #ff72b4;
  padding: 120rem 0;
}
.comic__wrapper .image__wrapper {
  max-width: 950rem;
  width: 95%;
  margin: auto;
  margin-top: 46rem;
}

footer {
  padding: 40rem 0;
}
footer .f__logo {
  width: 200rem;
  display: flex;
  margin: auto;
  transition: 0.3s;
}
footer .f__logo:hover {
  opacity: 0.7;
}
footer .copyright {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12rem;
  letter-spacing: 0.05em;
  line-height: 21rem;
  margin-top: 25rem;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1360px) {
  header nav .link__btn {
    width: 150rem;
    height: 34rem;
  }
  header nav .link__btn .lbl {
    font-size: 13rem;
  }
  header nav .link__btn.lession .icon {
    width: 26rem;
  }
  header nav .link__btn .icon {
    width: 19rem;
    margin-right: 2rem;
  }
  header .logo {
    width: 160rem;
  }
  header nav ul li {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1170px) {
  html {
    font-size: 0.8px;
  }
}
.sp-940 {
  display: none;
}

@media screen and (max-width: 940px) {
  .PageTop {
    width: 60rem;
    display: flex;
    position: fixed;
    bottom: 117rem;
  }
  header .logo {
    width: 200rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item {
    width: 32%;
    height: 100%;
  }
  .voice__wrapper .content__wrapper .c__item {
    width: 48%;
  }
  .sp-940 {
    display: flex;
  }
  footer {
    padding: 40rem 0 100rem;
  }
  .sp-menu {
    width: 60rem;
    height: 60rem;
    border-radius: 16rem;
    background: #009844;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    z-index: 2;
  }
  .sp-menu.open {
    background: white;
  }
  .sp-menu.open span {
    border-color: #009844;
  }
  .sp-menu.open span:nth-child(1) {
    top: 28rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 28rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 40rem;
    height: 0;
    border-bottom: 4rem solid white;
    position: absolute;
    left: 50%;
    top: 14rem;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 28rem;
  }
  .sp-menu span + span + span {
    top: 42rem;
  }
  header nav ul {
    width: 100%;
    height: 100%;
    background: #009844;
    padding: 184rem 30rem 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
  }
  header nav ul li a {
    font-size: 36rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  header nav .link__btns {
    width: 100%;
    height: 104rem;
    position: fixed;
    background: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transform: s;
  }
  header nav .link__btn {
    width: 348rem;
    height: 74rem;
    border-radius: 50rem;
    margin: 0 10rem;
    transform: scale(0.9);
  }
  header nav .link__btn .lbl {
    font-size: 28rem;
  }
  header nav .link__btn .icon {
    width: 30rem;
    margin-right: 10rem;
  }
  header nav .link__btn .icon svg {
    width: 100%;
    height: 100%;
  }
  header nav .link__btn.lession .icon {
    width: 49rem;
  }
  header nav ul li {
    padding: 20rem 0;
    border-top: 1rem solid #00813a;
    position: relative;
  }
  header nav ul li:after {
    content: "→";
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-size: 32rem;
    line-height: 36rem;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  header nav ul li:last-child {
    border-bottom: 1rem solid #00813a;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  header {
    width: 100%;
    height: 120rem;
    padding: 0 20rem;
  }
  header .logo {
    width: 282rem;
  }
  .campain__detail {
    padding-top: 100rem;
  }
  .campain__detail .content__wrapper .content__inner .title__wrapper {
    width: 720rem;
    top: -93rem;
  }
  .campain__detail .content__wrapper {
    width: 100%;
    height: auto;
    margin: 150rem auto;
    background: url(../img/c_pattern_sp.png);
    background-size: cover;
    padding: 30rem;
  }
  .campain__detail .content__wrapper .content__inner {
    border-radius: 16rem;
    padding: 126rem 0 90rem;
  }
  .campain__detail .content__wrapper .content__inner .term__txt {
    width: 660rem;
  }
  .campain__detail .content__wrapper .content__inner .note__term {
    width: 100%;
  }
  .campain__detail .content__wrapper .content__inner .price__items {
    margin-top: 60rem;
    display: block;
  }
  .campain__detail .content__wrapper .content__inner .price__items .p__item {
    width: 660rem;
    display: flex;
    margin: auto;
    margin-bottom: 30rem;
  }
  .campain__detail .content__wrapper .content__inner .note__bottom {
    width: 660rem;
    margin: auto;
    margin-top: 75rem;
  }
  .campain__detail .content__wrapper .content__inner .note__txt01 {
    line-height: 60rem;
    margin-top: 50rem;
  }
  .campain__detail .content__wrapper .content__inner .price03 {
    width: 660rem;
  }
  .campain__detail .content__wrapper .content__inner .price03 span {
    width: 220rem;
    top: -26rem;
    left: -33rem;
  }
  .section-title .gap__inner .icon {
    width: 120rem;
    display: flex;
    margin-bottom: 12rem;
  }
  .section-title .gap__inner .lbl {
    font-size: 28rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .section-title h1 {
    font-size: 48rem;
    letter-spacing: -0.01em;
    line-height: 1.6;
  }
  .section-title h1 span {
    font-weight: 700;
    font-style: normal;
    font-size: 64rem;
  }
  .point__wrapper .point__items {
    width: 690rem;
    margin: auto;
    margin-top: 80rem;
  }
  .point__wrapper .point__items .p__item {
    width: 100%;
    padding: 0 30rem;
    margin-bottom: 112rem;
  }
  .point__wrapper .point__items .p__item .p__inner .num {
    width: 100rem;
  }
  .point__wrapper .point__items .p__item .p__inner .image__wrapper {
    width: 390rem;
    height: auto;
  }
  .point__wrapper .point__items .p__item .p__inner .image__wrapper img {
    object-fit: cover;
  }
  .point__wrapper .point__items .p__item .p__inner {
    padding: 75rem 30rem 40rem;
  }
  .point__wrapper .point__items .p__item .p__inner h3 {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34rem;
    line-height: 1.6;
    margin-top: 55rem;
  }
  .point__wrapper .point__items .p__item .p__inner .c__txt {
    font-size: 28rem;
    letter-spacing: 0.01em;
    line-height: 48rem;
    margin-top: 30rem;
    text-align: justify;
  }
  .contact__items .t__txt span.right__gap {
    width: 35rem;
    right: -45rem;
  }
  .contact__items .t__txt span.left__gap {
    width: 35rem;
    left: -45rem;
  }
  .contact__items .link__btns {
    display: block;
  }
  .contact__items .link__btns .l__btn {
    width: 690rem;
    height: 110rem;
    border-radius: 100rem;
    margin: auto;
    margin-top: 50rem;
  }
  .contact__items .link__btns .l__btn .icon {
    width: 34rem;
    margin-right: 15rem;
  }
  .contact__items .link__btns .l__btn .lbl {
    font-size: 52rem;
  }
  .contact__items .link__btns .l__btn .arrow {
    font-size: 52rem;
    right: 40rem;
  }
  .contact__items .link__btns .l__btn.lession .icon {
    width: 54rem;
  }
  .section-title.course span {
    color: #BA68C8;
    font-size: 64rem;
  }
  .course__wrapper .content__wrapper .content__inner {
    width: 100%;
    display: block;
  }
  .course__wrapper .content__wrapper {
    width: 690rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item {
    width: 100%;
    height: auto;
    margin-bottom: 100rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar {
    padding: 22rem 0;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .icon {
    width: 79rem;
    display: flex;
    margin-right: 14rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .c__text .l__txt {
    font-size: 28rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .c__text .age__txt {
    font-size: 40rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .title__bar .c__text .age__txt span {
    font-size: 32rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text {
    padding: 50rem 40rem 70rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt01 {
    font-size: 36rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt01 span {
    font-size: 24rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt02 {
    font-size: 48rem;
    margin-left: 23rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar .txt02 span {
    font-size: 24rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar {
    height: auto;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .price__bar .text__bar {
    margin-bottom: 20rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text h2 {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text h2 span {
    font-size: 36rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text h3 {
    font-size: 36rem;
    letter-spacing: 0.01em;
    line-height: 50rem;
    margin-top: 20rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .c__inner .content__text .c__txt {
    font-size: 28rem;
    letter-spacing: 0.01em;
    line-height: 48rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .detail__link {
    width: 348rem;
    height: 64rem;
    border-radius: 40rem;
  }
  .course__wrapper .content__wrapper .content__inner .c__item .detail__link span {
    font-size: 28rem;
  }
  .course__wrapper .content__wrapper .note__txt {
    font-size: 24rem;
    letter-spacing: 0.05em;
    line-height: 38rem;
    margin-top: 0;
  }
  .section-title.voice span {
    font-size: 64rem;
  }
  .voice__wrapper .content__wrapper {
    width: 690rem;
    margin: auto;
    margin-top: 100rem;
  }
  .voice__wrapper .content__wrapper .c__item {
    width: 100%;
    margin-bottom: 68rem;
    justify-content: space-between;
  }
  .voice__wrapper .content__wrapper .c__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .voice__wrapper .content__wrapper .c__item:nth-child(2n) .text__wrapper::after {
    left: auto;
    right: -20rem;
    transform: rotate(-180deg);
  }
  .voice__wrapper .content__wrapper .c__item .icon {
    width: 264rem;
    margin-right: 0;
  }
  .voice__wrapper .content__wrapper .c__item .text__wrapper {
    width: 374rem;
    height: auto;
    border-radius: 16rem;
    padding: 20rem 24rem;
  }
  .voice__wrapper .content__wrapper .c__item .text__wrapper .name {
    font-size: 36rem;
    letter-spacing: -0.01em;
  }
  .voice__wrapper .content__wrapper .c__item .text__wrapper .w__line {
    width: 100%;
    margin: 15rem 0;
  }
  .voice__wrapper .content__wrapper .c__item .text__wrapper .c__txt {
    font-size: 28rem;
    line-height: 48rem;
    text-align: justify;
  }
  .voice__wrapper .content__wrapper .c__item .text__wrapper:after {
    border-top: 15rem solid transparent;
    border-right: 25rem solid white;
    border-bottom: 15rem solid transparent;
    position: absolute;
    left: -20rem;
    top: 38rem;
  }
  .teacher__wrapper .content__wrapper {
    width: 690rem;
    margin: auto;
    margin-top: 70rem;
  }
  .teacher__wrapper .content__wrapper .t__item .title__bar {
    width: 100%;
    height: 137rem;
    padding: 0 35rem;
    justify-content: left;
  }
  .teacher__wrapper .content__wrapper .t__item .title__bar .num {
    font-size: 64rem;
    line-height: 1.5;
    margin-right: 20rem;
  }
  .teacher__wrapper .content__wrapper .t__item .title__bar .info {
    display: block;
    font-size: 40rem;
    letter-spacing: 0em;
    line-height: 1.2;
  }
  .teacher__wrapper .content__wrapper .t__item .title__bar .info span {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 32rem;
    margin-left: 0;
    display: block;
  }
  .teacher__wrapper .content__wrapper .t__item .content__text {
    padding: 40rem 40rem 0;
  }
  .teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper .text__bar h3 {
    font-size: 36rem;
    line-height: 1.5;
  }
  .teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper .text__bar p {
    font-size: 28rem;
    letter-spacing: 0.01em;
    line-height: 48rem;
    text-align: justify;
    margin-top: 14rem;
  }
  .teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper .text__bar {
    margin-bottom: 25rem;
  }
  .teacher__wrapper .content__wrapper .t__item .content__text .text__wrapper {
    width: 100%;
    margin: 0;
  }
  .teacher__wrapper .content__wrapper .t__item .content__text .teacher__image {
    width: 480rem;
    display: flex;
    position: relative;
    margin: auto;
    margin-top: 90rem;
    bottom: auto;
    left: auto;
  }
  .teacher__wrapper .content__wrapper .t__item {
    margin-bottom: 100rem;
  }
  .teacher__wrapper .content__wrapper .t__item.reserve .content__text .teacher__image {
    left: auto;
    right: auto;
  }
  .teacher__wrapper .content__wrapper .t__item.reserve .title__bar {
    flex-direction: row;
  }
  .teacher__wrapper {
    background: #5ac878;
    padding: 120rem 0 20rem;
  }
  .section-title.contact h1 span {
    font-size: 48rem;
    -webkit-text-stroke: white 1rem;
  }
  .inquiry__wrapper .tel__info {
    margin-top: 100rem;
  }
  .inquiry__wrapper .tel__info .lbl {
    font-size: 56rem;
  }
  .inquiry__wrapper .tel__info .icon {
    width: 68rem;
    margin-right: 14rem;
  }
  .inquiry__wrapper .tel__info .gap {
    font-size: 24rem;
    line-height: 36rem;
    letter-spacing: 0.35em;
    right: 0;
    top: -30rem;
  }
  .inquiry__wrapper .work__time {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 46rem;
  }
  .inquiry__wrapper .t__txt {
    line-height: 1.3;
    margin-top: 60rem;
  }
  .inquiry__wrapper .t__txt span.left__gap {
    width: 35rem;
    left: -50rem;
  }
  .inquiry__wrapper .t__txt span.right__gap {
    width: 35rem;
    right: -50rem;
  }
  .inquiry__wrapper .link__btns {
    display: block;
    justify-content: center;
    margin-top: 60rem;
  }
  .inquiry__wrapper .link__btns .l__btn {
    width: 690rem;
    height: 110rem;
    border-radius: 71rem;
    margin-top: 56rem;
  }
  .inquiry__wrapper .link__btns .l__btn.digital .icon {
    width: 50rem;
    margin-right: 10rem;
  }
  .inquiry__wrapper .link__btns .l__btn .lbl {
    font-size: 52rem;
  }
  .inquiry__wrapper .link__btns .l__btn .arrow {
    font-size: 52rem;
  }
  .inquiry__wrapper .link__btns .l__btn .icon {
    width: 34rem;
  }
  .inquiry__wrapper .link__btns .l__btn.lession .icon {
    width: 54rem;
  }
  .inquiry__wrapper .note__txt {
    width: 690rem;
    margin: auto;
    font-size: 24rem;
    text-align: justify;
    letter-spacing: 0.05em;
    line-height: 40rem;
    margin-top: 45rem;
  }
  .section-title.comic h1 span {
    color: #E064A2;
    font-size: 64rem;
  }
  .comic__wrapper .image__wrapper {
    width: 610rem;
    margin: auto;
    margin-top: 80rem;
  }
  footer {
    padding: 90rem 0 140rem;
  }
  footer .f__logo {
    width: 375rem;
  }
  footer .copyright {
    font-size: 20rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 27rem;
  }
  .sp-menu {
    width: 88rem;
    height: 88rem;
    border-radius: 16rem;
    background: #009844;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }
  .sp-menu.open {
    background: white;
  }
  .sp-menu.open span {
    border-color: #009844;
  }
  .sp-menu.open span:nth-child(1) {
    top: 42rem;
    transform: translate(-50%) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    width: 0;
  }
  .sp-menu.open span:nth-child(3) {
    top: 42rem;
    transform: translate(-50%) rotate(-45deg);
  }
  .sp-menu span {
    width: 40rem;
    height: 0;
    border-bottom: 4rem solid white;
    position: absolute;
    left: 50%;
    top: 24rem;
    transform: translate(-50%);
    transition: 0.3s;
  }
  .sp-menu span + span {
    top: 42rem;
  }
  .sp-menu span + span + span {
    top: 59rem;
  }
  header nav ul {
    width: 100%;
    height: 100%;
    background: #009844;
    padding: 184rem 30rem 0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
  header nav ul li a {
    font-size: 36rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: left;
    color: #fff;
  }
  header nav .link__btns {
    width: 100%;
    height: 104rem;
    position: fixed;
    background: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  header nav .link__btn {
    width: 348rem;
    height: 74rem;
    border-radius: 50rem;
    margin: 0 10rem;
  }
  header nav .link__btn .lbl {
    font-size: 28rem;
  }
  header nav .link__btn .icon {
    width: 30rem;
    margin-right: 10rem;
  }
  header nav .link__btn .icon svg {
    width: 100%;
    height: 100%;
  }
  header nav .link__btn.lession .icon {
    width: 49rem;
  }
  header nav ul li {
    padding: 20rem 0;
    border-top: 1rem solid #00813a;
    position: relative;
  }
  header nav ul li:after {
    content: "→";
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-size: 32rem;
    line-height: 36rem;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  header nav ul li:last-child {
    border-bottom: 1rem solid #00813a;
  }
  .section-title h1 span.img {
    width: 42rem;
  }
  header nav .link__btn {
    transform: scale(1);
  }
  .PageTop {
    width: 80rem;
    bottom: 111rem;
    right: 11rem;
  }
  .section-title.course span.course {
    width: 335rem;
  }
  .section-title.voice span.voice__img {
    width: 60rem;
    top: 7rem;
  }
  .section-title.teacher span.teacher__img {
    width: 210rem;
  }
  .section-title.comic span.comic__img01 {
    width: 263rem;
  }
  .section-title.comic span.comic__img02 {
    width: 238rem;
  }
}/*# sourceMappingURL=style.css.map */