@charset "UTF-8";

@media (max-width:767px) {

/*==============================================
global
==============================================*/
html {
  font-size: 50%;
}

body {
  min-width: initial;
}

body.fixed {
  overflow: hidden;
}

body::after {
  background-size: 500px;
}

/*==============================================
_common
==============================================*/
._pc {
  display: none;
}

._sp {
  display: inline-block;
}

.main {
  margin: 0 auto;
  position: relative;
  display: block;
  /* padding-top: 90px; */
}

._section {
  padding: 30px 0 30px;
}

._inner {
  width: 100%;
}

._label {
  width: 160px;
  left:auto;
  margin: 0 auto 10px;
}

/*==============================================
header (SP)
==============================================*/
.header {
  padding: 10px 15px;
  height: 55px;
}

.header__logo {
  width: 180px;
}

.header__menubtn {
  display: block;
}

.header__menubtn {
  position: relative;
  top:0px;
}

.header__menubtn a, .header__menubtn a:visited {
  background: #1d2087;
  color: #fff;
  text-decoration: none;
  font-family: var(--fontfamily-zenmaru);
  font-weight: 700;
  text-transform: uppercase;
  padding: .5em 1em .5em 38px;
  border-radius: 100px;
  line-height: 1;
  display: block;
  transition: transform .2s;
}

.header__menubtn a span {
  position: absolute;
  left:15px;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform .2s;
}

.header__menubtn a span:nth-of-type(1) {
  top: 9px;
  width: 16px;
}
.header__menubtn a span:nth-of-type(2) {
  top: 14px;
  width: 16px;
}

.header__menubtn a span:nth-of-type(3) {
  top: 19px;
  width: 16px;
}

.header__menubtn-a--ison span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.header__menubtn-a--ison span:nth-of-type(2) {
  display: none;
}
.header__menubtn-a--ison span:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
}

/*==============================================
nav (SP)
==============================================*/
.nav-pc {
  display: none;
}

.nav-sp {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  z-index: -10;
  transition: opacity .2s;
}

.nav-sp--ison {
  opacity: 1;
  transition: opacity .2s;
  z-index: 5;
}

.nav-sp__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  /* overflow-y: auto; */
  z-index: 10;
  /* padding-top: 55px; */
}

.nav-sp__list-item {
  width: 40%;
  text-align: center;
}

.nav-sp__list-item a, .nav-sp__list-item a:visited {
  display: block;
  font-size: 3rem;
  font-family: var(--fontfamily-zenmaru);
  font-weight: 700;
  text-decoration: none;
  padding: .2em;
}

.nav-sp__list-item--youtube img {
  width: 40px;
  height: auto;
}

/*==============================================
kv (SP)
==============================================*/
.kv::before {
  display: none;
}

.kv__label {
  padding: .5em  1em .5em 1em;
  display: inline-block;
}

.kv__label-01 {
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}

.kv__label-02 {
  font-size: 1.6rem;
}

.kv__img {
  /* width: 1000px; */
  margin: -2% auto 0;
  padding: 0;
  width: 95%;
}

.kv__nav-pc__list {
  flex-wrap: wrap;
  padding: .75em 0 1em;
}

.kv__nav-pc__list-item {
  width: 25%;
  text-align: center;
  padding: 0;
  font-size: 2.1rem;
}

/*==============================================
about (SP)
==============================================*/
.about {
  background: #fff;
}

.about__inner {
  background: #fff url(/assets/img/about_bg_sp.png) no-repeat center top;
  background-size: contain;
}

.about__01 {
  padding: 0 4% 30px;
}

.about__02 {
  padding: 0 4% 30px;
}

.about__tit {
  font-size: 2.7rem;
}

.about__copy {
  margin-bottom: 1em;
}

.about__greeting {
  padding-bottom: 0;
}

.about__greeting::before {
  display: none;
}

.about__greeting__inner {
  width: 100%;
}

.about__greeting-tit {
  padding-left: 1em;
}

.about__greeting-tit-01 {
  font-size: 2.8rem;
  margin-right: .1em;
}

.about__greeting-tit-02 {
  font-size: 1.6rem;
  position: relative;
  top:-.2em
}

.about__greeting-tit-03 {
  font-size: 2.3rem;
}

.about__greeting-mov {
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 15px;
  top:-40px;
  box-shadow: 5px 5px 0 #9fa0a0;
}

.about__img-sp {
  display: block;
  padding: 0 5%;
  margin-bottom: 30px;
  background: #fff;
}

/*==============================================
profile
==============================================*/
.profile {
  background: #fff;
  padding-top: 0;
}

.profile__label {
  margin-bottom: -20px;
}

.profile__kv {
  margin:0 auto 30px;
}

.profile__kv::before {
  display: none;
}


.profile__kv-name {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 15px;
  top:auto;
  transform: translateY(0);
}

.profile__kv-name-en {
  margin: 0 auto .25em;
}

.profile__txt {
  background: #fff url(/assets/img/profile_bg_sp.png) no-repeat top center;
  background-size: contain;
  padding-bottom: 110px;
  padding: 0 4%;
}

.profile__txt-tit {
  font-size: 2.7rem;
}

.profile__bottom-photo {
  width: 80%;
  margin: 0 auto -40px;
  position: relative;
  top:-30px;
  left:-20px
}


/*==============================================
voice
==============================================*/
.voice {
  padding-top: 60px;
}

.voice__inner {
  background: #fff url(/assets/img/voice_bg_sp.png) no-repeat center top;
  background-size: contain;
}

.voice__item {
  width: 92%;
  margin: 0 auto 30px;
  border-radius: 15px;
  padding: 20px;
}

.voice__item:last-child {
  margin-bottom: 0;
}

.voice__item-label {
  position: relative;
  top:auto;
  margin-bottom: 10px;
  width: calc(100% + 40px);
  margin:0 0 20px -20px;
}

.voice__item-tit {
  width: 100%;
  margin-left: 0;
}

.voice__item--even .voice__item-tit {
  margin-left: 0;
}

.voice__item-copy-marker {
  border-bottom: 2px solid #dc0012;
}

/*==============================================
news (SP)
==============================================*/
.news {
  background: #fff;
}

.news__inner {
  background: #fff url(/assets/img/news_bg_sp.png) no-repeat center top;
  background-size: contain;
}

.news__list {
  overflow-x: auto;
  transform:translate3d(0,0,0);
  flex-wrap:nowrap;
  padding: 0 4%;
}

.news__list::-webkit-scrollbar-track {
  margin: 0 15px;
}

.news__list::-webkit-scrollbar {
  height: 3px; /* スクロールバーの高さ */
}

.news__list::-webkit-scrollbar-thumb {
  background: #1d2087; /* ツマミの色 */
  border-radius: 2px; /* ツマミ両端の丸み */
}

.news__list::-webkit-scrollbar-track {
  border-radius: 2px; /* トラック両端の丸み */
  background: #ccc;
}

.news__list-item {
  width: 65%;
  margin: 0 20px 25px 0;
  border: 3px solid #e1336e;
  box-shadow: 4px 4px 0 #9fa0a0;
  border-radius: 10px;
  padding: 20px;
  flex-shrink:0;
}

.news__list-item:nth-of-type(3n) {
  margin: 0 auto 20px;
}

.news__more {
  padding-right: 4%;
  margin-bottom: 0;
}

.news__more a, .news__more a:visited {
  border: 3px solid #e1336e;
  box-shadow: 4px 4px 0 #9fa0a0;
}

/*==============================================
lesson
==============================================*/
.lesson__inner {
  background: #fff url(/assets/img/lesson_bg_sp.png) no-repeat center top;
  background-size: contain;
}

.lesson__lead {
  text-align: center;
  position: relative;
  top:auto;
}

.lesson__lead-subtit {
  margin-bottom: 10px;
}

.lesson__lead-subtit img {
  width: 150px;
}

.lesson__lead-tit {
  font-size: 2.7rem;
}

.lesson__lead-copy {
  padding: 0 4% 30px;
}

.lesson-marker {
  border-bottom: 2px solid #dc0012;
}

/*01*/
.lesson__course01-head-tit {
  width: 100%;
  top:0;
  left:auto;
  padding-right: 20px;
  margin-bottom: -12px;
}

.lesson__course01-info {
  border-bottom:4px solid #9fa0a0;
  font-size: 2.3rem;
  padding: 1.5em 0 1em 0;
  margin-bottom: 20px;
}

.lesson__course01-detail {
  width: 92%;
  margin: 0 auto 25px;
}

.lesson__course01-detail-img {
  margin:0 auto 15px;
  width: 95%;
}

.lesson__course01-detail-tit {
  font-size: 2.5rem;
  line-height: 1.3;
  border: 2px solid #fff;
  box-shadow: 2px 4px 0 #9fa0a0;
  padding: .3em 1em .3em 1em;
}

.lesson__course01-detail-tit--03 {
  padding: .6em 1em .3em 1em;
}

.lesson__course01-detail-grid {
  display: block;
}

.lesson__course01-detail-copy {
  padding: 0 .3em;
}

.lesson__course01-detail-grid-txt {
  width: 100%;
  margin-bottom: 20px;
}

.lesson__course01-detail-grid-img {
  width: 100%;
}

.lesson__course01-point {
  width: 92%;
  margin: 0 auto 35px;
  box-shadow: 3px 3px 0 #9fa0a0;
  border-radius: 0 10px 10px 10px;
}

.lesson__course01-point-list {
  padding: .5em 1.5em 1.5em;
}

.lesson__course01-point-list-item {
  font-size: 1.8rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.lesson__course01-point-list-item::before {
  margin-right: .3em;
}

.lesson__course01-sche {
  margin-bottom: 30px;
}

.lesson__course01-sche a, .lesson__course01-sche:visited {
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #9fa0a0;
}

.lesson__course01-links {
  display: block;
  margin-bottom: 40px;
}

.lesson__course01-links-box {
  margin:0 auto 30px;
}

.lesson__course01-links a, .lesson__course01-links a:visited {
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 4px 4px 0 #9fa0a0;
  width: 80%;
}

.lesson__course01-links-box:last-child {
  margin-bottom: 0;
}

.lesson__course01-links-label {
  margin-bottom: .35em;
}

.lesson__course01-links-copy {
  font-size: 3rem;
}

/*02*/
.lesson__course02-head-tit {
  width: 90%;
  top:0;
  left:-3%;
  padding: .5em .5em 0;
  margin-bottom: -12px;
}

.lesson__course02-info {
  border-bottom:4px solid #9fa0a0;
  font-size: 2.3rem;
  padding: 1.5em 0 1em 0;
  margin-bottom: 20px;
}

.lesson__course02-img01 {
  width: 92%;
  margin: 0 auto 20px;
}

.lesson__course02-detail {
  width: 92%;
  margin: 0 auto 25px;
}

.lesson__course02-img02 {
  width: 92%;
  margin: 0 auto 20px;
}

.lesson__course02-links {
  display: block;
  margin-bottom: 20px;
}

.lesson__course02-links a, .lesson__course02-links a:visited {
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 4px 4px 0 #9fa0a0;
  width: 80%;
  margin:0 auto 30px;
}

.lesson__course02-links a:last-child {
  margin-bottom: 0;
}

.lesson__course02-links-copy {
  font-size: 3rem;
}

/*==============================================
contact
==============================================*/
.contact {
  background: #fff;
  padding-bottom: 0;
  padding-top:0;
}

.contact__box {
  flex-direction: column-reverse
}

.contact__img {
  width: 82%;
  top:10px;
  margin: 0 auto;
}

.contact__txt {
  width: 100%;
  left:auto;
  top:auto;
}

.contact__txt-arrow {
  width: 40px;
}

.contact__txt-links {
  margin-bottom: 30px;
}

.contact__txt-links a, .contact__txt-links a:visited {
  display:block;
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 4px 4px 0 #9fa0a0;
  margin: 0 auto;
  width: 80%;
}

.contact__txt-links-label {
  margin-bottom: .35em;
}

.contact__txt-links-copy {
  font-size: 3rem;
}

/*==============================================
floatingbtn (SP)
==============================================*/
.floatingbtn {
  bottom: 25px;
}

.floatingbtn a, .floatingbtn a:visited {
  padding: .5em 1em;
}

.floatingbtn__copy01 {
  font-size: 1.8rem;
}

.floatingbtn__copy02 {
  font-size: 1.5rem;
}

/*==============================================
footer (SP)
==============================================*/
.footer {
  padding: 20px 0 100px;
  text-align: center;
}

.footer__logo {
  width:30%;
  margin: 0 auto 10px;
}

.footer__mail {
  margin-bottom: 1em;
}

.footer__copyright {
  font-size: 1.2rem;
  position: relative;
  left:auto;
  bottom:auto;
}

}