@charset "UTF-8";

html {
  height: 100%;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
  list-style: none;
}

body {
  font-size: 100%;
  background-attachment: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  line-height: 130% !important;
  color: #333 !important;
  line-height: 180% !important;
  font-size: 14px !important;
}

body a {
  color: #333 !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #888;
}

p {
  font-size: 15px;
}

h1 {
  font-size: 65px;
  font-family: "ヒラギノ角ゴ StdN W6", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

h1 span {
  color: #F00;
  line-height: 150% !important;
}

h2 {
  font-size: 38px !important;
  line-height: 160%;
  font-weight: bold;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Meiryo UI', sans-serif;
  line-height: 150% !important;
  padding-top: 40px;
}

h3 {
  font-size: 28px;
  font-weight: bold;
  color: #F52058;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Meiryo UI', sans-serif;
  line-height: 150% !important;
}

h4 {
  font-size: 18px;
  line-height: 160%;
  font-weight: bold;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Meiryo UI', sans-serif;
  line-height: 150% !important;
}

h2 br,
h3 br {
  display: none;
}

.pcNo {
  display: none;
}

::selection {
  background: #39F;
  color: #fff;
}

::-moz-selection {
  background: #39F;
  color: #fff;
}

ul {
  font-size: 0;
}


#header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  border-bottom: solid 1px #ccc;
}

#header .logo img {
  margin: 5px 0;
  width: 150px;
}

#header .right {
  position: absolute;
  right: 0;
  top: 0;
}

#header .right li {
  display: inline-block;
  vertical-align: top;
}

#header .right p {
  line-height: 160%;
  padding-top: 10px;
  margin-right: 10px;
}

#header .right p a {
  font-size: 16px;
  display: block;
  color: #FF3089 !important;
}

#header .right p span {
  font-size: 11px;
}

#header .right .contact a {
  background: #00A0E9;
  color: #fff;
  display: block;
  padding: 5px 8px;
  margin-top: 10px;
  border-radius: 0 0 3px 3px;
  color: #fff !important;
  font-size: 14px !important;
  margin-left: 2px;
}

#header .right .logout a {
  background: #888;
  color: #fff;
  display: block;
  padding: 5px 8px;
  margin-top: 10px;
  border-radius: 0 0 3px 3px;
  color: #fff !important;
  font-size: 14px !important;
  margin-left: 2px;
}

#header .right .apply_link a {
  background: #F61F68;
  color: #fff;
  display: block;
  padding: 5px 8px;
  margin-top: 10px;
  border-radius: 0 0 3px 3px;
  color: #fff !important;
  font-size: 14px !important;
  margin-left: 2px;
}

#headerNavi {
  margin: 0 auto !important;
  width: 1000px;
  position: relative;
  font-size: 12px;
}

#headerNavi .logo img {
  margin: 8px 2%;
  width: 100px !important;
  float: left;
  padding-right: 15px;
}

#headerNavi .logo p {
  font-size: 12px;
  line-height: 150%;
  padding-top: 5px;
}

#gnaviBase {
  padding: 5px 0;
  margin-top: 15px;
}

#gnaviBase .gnavi {
  margin: 0 auto !important;
}

#gnaviBase ul {
  text-align: center;
}

#gnaviBase ul li {
  display: inline-block;
  text-align: center;
  padding: 0px 10px;
}

#gnaviBase ul li a {
  color: #FFF;
  font-size: 14px !important;
  line-height: 100%;
  display: block;
  line-height: 160%;
}

#gnaviBase ul li a:hover {
  color: #ccc;
}

#gnaviBase ul .end {
  border-right: none !important;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 15px;
  z-index: 100;
}

.pagetop a {
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=100);
}

.pagetop a:hover {
  display: block;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a:hover img {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -ms-filter: "alpha(opacity=95)";
}

img {
  width: auto !important;
}

ul {
  list-style: none !important;
  margin: 0 !important;
}

.inner {
  width: 995px !important;
  margin: 0 auto !important;
}

.inner p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 180% !important;
}

#main {
  padding-top: 0px;
}

.sp-top2nd {
  margin-top: 60px;
}

#spButtom {
  display: none;
}

.center {
  text-align: center;
}


footer {
  margin-top: 0px !important;
  background: #FFC !important;
}

footer .inner {
  text-align: center;
  padding: 20px 0 !important;
}

.copyright small {
  line-height: 500% !important;
  font-size: 12px;
}

.footer-gallery,
.footer-content {
  display: none;
}

footer {
  margin-bottom: -40px !important;
}


.bg-gray {
  background: #f8f8f8;
  padding: 40px 0 40px;
}

.bg-white {
  padding: 40px 0 10px;
}

.title01 {
  color: #000 !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  position: relative;
  text-align: center;
  margin-bottom: 30px !important;
  padding: 10px 0 10px 0 !important;
  line-height: 140% !important;
}

.title01:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 80px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  background-color: #000;
}

.title01 span {
  font-size: 24px !important;
}

.title02 {
  font-size: 22px !important;
  font-weight: bold;
  margin: 30px 0 10px 0;
}

.w30pr2 ul {
  text-align: center;
}

.w30pr2 ul li {
  width: 31%;
  display: inline-block;
  padding: 0 1% !important;
  margin-bottom: 25px;
  text-align: left !important;
}

.w30pr2 ul li img {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 0 10px 0 !important;
  object-fit: cover;
  height: 170px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.w30pr2 ul li h3 {
  margin: 0 !important;
  text-align: left !important;
  line-height: 140% !important;
  font-size: 18px !important;
}

.w30pr2 ul li p {
  margin: 0 !important;
  text-align: left !important;
  line-height: 160% !important;
}

.top10 {
  margin-top: 10px !important;
}

.top20 {
  margin-top: 20px !important;
}

.top30 {
  margin-top: 30px !important;
}

.top40 {
  margin-top: 40px !important;
}

.top50 {
  margin-top: 50px !important;
}

.bottom10 {
  margin-bottom: 10px !important;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.bottom30 {
  margin-bottom: 30px !important;
}

.red {
  color: #F03;
}

.bold {
  font-weight: bold !important;
}

.hold {
  display: block;
}

.right {
  text-align: right;
}

.form_error {
  color: #FF0033;
}

.table01 table {
  border: solid 2px #ccc;
  width: 100%;
  border-collapse: collapse !important;
  background: #fff;
}

.table01 table th {
  border: solid 1px #ccc;
  width: 30%;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-collapse: collapse !important;
}

.table01 table td {
  border: solid 1px #ccc;
  padding: 8px;
  border-collapse: collapse !important;
}

.contact table {
  border: solid 1px #ccc;
}

.contact table th {
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  width: 30%;
}

.contact table td {
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

.contact input {
  border: solid 1px #ccc;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  padding: 8px;
}

.contact textarea {
  border: solid 1px #ccc;
  text-align: left;
  width: 100%;
  font-size: 14px;
  padding: 8px;
}

input[type="submit"] {
  background: #0E4795 !important;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
}

.back {
  background: #888;
  text-align: center;
  display: block;
  width: 40%;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: -20px;
}

.img-right,
.img-left {
  overflow: hidden;
}

.img-right img {
  float: right;
}

.img-left img {
  float: left;
}

footer .w50pr ul li {
  text-align: left;
  width: 47% !important;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin: 10px 1%;
}

footer .w50pr ul li a {
  font-size: 18px;
  color: #F06 !important;
}

footer .w50pr ul li h5 {
  font-size: 18px !important;
}

footer .w50pr ul li p {
  font-size: 13px !important;
}

footer .w50pr ul li span {
  font-size: 12px;
}

footer .f-nav ul {
  text-align: center;
  border-top: solid 1px #fff;
  padding-top: 10px;
}

footer .f-nav ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: solid 1px #888;
  font-size: 13px;
}

footer .f-nav ul li a {
  width: auto !important;
}

footer .f-nav ul .end {
  border: none !important;
}

.waku {
  background: #fff;
  border: solid 2px #ccc;
  padding: 15px;
  margin: 20px 0;
}

.waku .title {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  font-size: 18px;
}

#new-main {
  z-index: 1;
  padding-bottom: 0px;
  background: url("images/main01.png")#E40057;
  height: 429px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  margin-top: 70px !important;
}

#new-main .slide-02 img {
  margin: 0 auto !important;
  max-width: 990px;
  overflow: hidden;
}

.slide_inner .pcNo {
  display: none;
}

.img-auto {
  width: 100%;
  text-align: center;
}

.img-auto img {
  width: auto !important;
}

.bk-yellow {
  background: #FFC;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding-top: 20px;
}

.bk-yellow .position01 {
  position: absolute;
  left: 2%;
  bottom: -20px;
}

.bk-yellow .position02 {
  position: absolute;
  right: 2%;
  bottom: -40px;
}

.bk-dotts {
  z-index: 0;
  position: relative;
  padding-top: 50px;
  background: url("images/bk-dotto.jpg")#d9faff;
  margin: 0 !important;
  z-index: 1;
}

.bk-dotts .position01 {
  position: absolute;
  left: 2%;
  bottom: -10px;
  width: 200px !important;
}

.bk-dotts .position02 {
  position: absolute;
  right: 2%;
  bottom: -10px;
  width: 210px !important;
}

.crowd {
  background: url("images/crowd.png");
  background-attachment: fixed;
  padding: 40px 0;
}

.crowd .position01 {
  position: absolute;
  left: 2%;
  top: 0px;
}

.crowd .position02 {
  position: absolute;
  right: 2%;
  bottom: 0px;
}

.crowd .position03 {
  position: absolute;
  left: 2%;
  bottom: 0px;
}

.crowd .position04 {
  position: absolute;
  right: 2%;
  bottom: -30px;
}

.crowd .position05 {
  position: absolute;
  right: 2%;
  bottom: 0px;
}

.flow {
  background: #F5F1DF !important;
  position: relative;
  z-index: 1;
}

.flow .position01 {
  position: absolute;
  right: 2%;
  top: -10px;
}

.green {
  position: relative;
  padding: 50px 0;
  margin: 0;
  background: url("images/arrow01.png")#E4FEEF;
  background-position: left top;
  background-repeat: repeat-x;
}

.green2 {
  position: relative;
  padding: 50px 0;
  margin: 0;
  background: url("images/arrow02.png")#E4FEEF;
  background-position: left top;
  background-repeat: repeat-x;
}

.green2 .position02 {
  position: absolute;
  right: 3%;
  bottom: 30px;
}

.green3 {
  position: relative;
  padding: 50px 0;
  margin: 0;
  background: #E4FEEF
}

.chara-box {
  position: relative;
  z-index: 5;
}

.chara-box img {
  position: relative;
  z-index: 5;
  width: auto !important;
}

.chara-box .position0 {
  position: absolute;
  right: 2%;
  top: -250px;
  z-index: 5;
  width: 330px !important;
}

.chara-box .position01 {
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: 5;
}

.chara-box .position02 {
  position: absolute;
  right: 2%;
  bottom: 0;
  z-index: 5;
}

.chara-box2 {
  position: relative;
  z-index: 5;
}

.chara-box2 .position01 {
  position: absolute;
  left: 0%;
  bottom: -40px;
  z-index: 5;
}

.chara-box2 .position02 {
  position: absolute;
  right: 0%;
  bottom: -40px;
  z-index: 5;
}

.chara-box2 .position03 {
  position: absolute;
  left: 0%;
  bottom: -40px;
  z-index: 5;
}

.chara-box2 .position04 {
  position: absolute;
  right: 0%;
  bottom: -40px;
  z-index: 5;
}

.block1 {
  padding: 40px 0;
  margin: 20px 0 0px;
}

.block1 h2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  line-height: 140% !important;
}

.block1 h3 {
  color: #39F !important;
  margin: 0 auto;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 140% !important;
}

.block1 ul li {
  width: 96%;
  vertical-align: top;
  line-height: 160%;
  border: solid 3px #6CF !important;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}

.block1 ul li a {
  color: #333 !important;
}

.block1 ul li img {
  border-radius: 5px;
  float: left;
  width: 350px;
  margin-right: 15px;
  width: 50% !important;
}

.block1 ul li .top {
  position: absolute;
  top: -10px;
  right: 0;
  width: 140px;
}

.block1 ul li .bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 140px;
}

.block1 ul li .bt {
  text-align: center;
  margin-top: 10px;
}

.block1 ul li .bt {
  text-align: center;
  background: #04A7C9;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0px;
}

.block1 ul li .bt:hover {
  background: #666;
}

#main .block5 {
  position: relative;
  padding: 0 0 30px 0 !important;
}

#main .block5 ul {
  margin: 30px 0;
  text-align: center;
}

#main .block5 ul li {
  text-align: center;
  width: 40%;
  display: inline-block;
  position: relative;
  padding: 10px 0.6% 10px;
  vertical-align: top;
  position: relative;
}

#main .block5 h5 {
  font-size: 18px;
  padding-top: 30px;
  text-align: left;
}

#main .block5 p {
  padding-bottom: -50px;
}

#main .block5 p img {
  margin-bottom: 10px;
  border-radius: 100px;
  width: 100px !important;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

#main .block5 .waku img {
  margin-bottom: 10px;
  object-fit: none !important;
  object-position: 50% 50%;
  height: 300px !important;
  width: 100% !important;
  z-index: 1;
}

#main .block5 .waku {
  background: #f8f8f8;
  padding: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  border: solid 2px #3CF;
  border-radius: 8px;
}

#main .block5 .bt {
  text-align: center;
  margin-top: 10px;
}

#main .block5 ul li .bt a {
  text-align: center;
  background: #04A7C9;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0px;
  font-size: 14px;
}

#main .block5 ul li .bt a:hover {
  background: #666;
}

.bt-more {
  text-align: center;
  padding: 0 8px 20px;
  margin-top: 10px;
}

.bt-more a {
  text-align: center;
  color: #fff !important;
  padding: 10px 30px;
  margin-bottom: 10px;
  border-radius: 50px;
  background: #00A4C9;
}

.bt-more a:hover {
  background: #666;
}

.lesson-t01 {
  background: #F62058;
  color: #fff !important;
  font-size: 24px !important;
  padding: 10px 25px;
  border-radius: 50px;
}

.lesson-t02 {
  background: #00A5C9;
  color: #fff !important;
  font-size: 24px !important;
  padding: 10px 25px;
  border-radius: 50px;
}

.lesson-t03 {
  background: #F60;
  color: #fff !important;
  font-size: 24px !important;
  padding: 10px 25px;
  border-radius: 50px;
}

#main .step .english h5 {
  font-size: 14px;
  padding: 22px 0;
  margin-right: 10px;
  background: #00A4C9;
  color: #fff;
  width: 20% !important;
  text-align: center;
  float: left;
}

#main .step .english h3 {
  font-size: 17px;
  text-align: left;
  color: #00A4C9;
  line-height: 130% !important;
}

.faq {
  position: relative;
  padding: 10px 0 30px 0;
  margin: 0;
}

.faq ul li {
  width: 100%;
  padding: 10px 0;
  display: block;
  font-size: 16px;
  color: #333;
}

.faq ul li img {
  width: 30px !important;
  margin-right: 5px;
  vertical-align: bottom;
}

.faq ul li h4 {
  line-height: 160% !important;
  color: #333;
  font-size: 24px;
  padding: 0 0 0 0;
  background-repeat: no-repeat;
  font-weight: 700;
}

.faq ul li p {
  margin-top: -5px;
  font-size: 15px;
  padding-left: 30px !important;
  border: solid 3px #3CF;
  border-radius: 8px;
  padding: 15px 15px 15px 15px !important;
  background-color: #FFC !important;
  background-position: left 10px top 11px;
}

#main .block2 {
  position: relative;
  padding: 20px 0 50px;
  margin: 0;
  background: #01a4c9;
}

#main .block2 ul {
  margin-top: 20px;
}

#main .block2 ul li {
  width: 46.5%;
  padding: 10px 1% !important;
  margin: 0 0.5%;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  border: solid 1px;
  border-radius: 5px;
}

#main .block2 li h3 {
  color: #fff;
  font-size: 24px;
  border-bottom: solid 1px;
  margin-bottom: 10px;
}

#main .block2 li img {
  width: 70px;
  margin: 0 auto !important;
  padding: 10px 0;
  float: left;
}

#main .block2 ul li a {
  color: #fff;
}

#main .block2 ul li a .bt {
  text-align: right;
  margin-top: -20px;
  color: #FFFF32 !important;
}

.home-waku {
  text-align: center;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 8px 2%;
  text-align: center;
  color: #fff;
}

.home-waku h3 {
  color: #fff;
  font-size: 36px;
  border-bottom: solid 1px #fff;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

.home-waku h3 img {
  margin: 0 !important;
  width: 70px !important;
  padding: 0 !important;
}

.home-waku .bt {
  text-align: center;
  background: #FF0;
  color: #00A5C9;
  padding: 5px;
  border-radius: 5px;
  margin-top: 15px;
}

.flow {
  background: #F5F1DF !important;
  position: relative;
  z-index: 1;
}

.flow .position01 {
  position: absolute;
  right: 2%;
  top: -10px;
}

.flow {
  padding: 50px 0 30px;
  margin: 0;
  line-height: 150% !important;
  font-size: 14px !important;
}

.flow h3 {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 130% !important;
}

.flow h5 {
  font-size: 18px !important;
  text-align: center;
  color: #F62058;
  line-height: 130% !important;
}

.flow ul {
  margin: 20px 0;
  font-size: 14px !important;
}

.flow ul li {
  height: 190px;
  background: #FFC;
  border-radius: 8px;
  position: relative;
  margin-right: 3% !important;
  width: 25%;
  display: inline-block;
  padding: 15px 2% !important;
  margin: 0;
  border: solid 4px #6CF;
  vertical-align: top;
}

.flow ul li.long {
  height: 200px;
}

.flow ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #6CF;
}

.flow ul .y-none:before {
  border: none !important;
}

.flow ul li a {
  width: 100%;
}

.contact_bt {
  margin: auto !important;
  text-align: center;
  margin: -30px 0 30 0 !important;
  line-height: 130% !important;
}

.contact_bt h2 a {
  font-weight: bold;
  background: #F52058;
  color: #fff !important;
  text-align: center;
  border-radius: 30px;
  padding: 10px 120px;
  font-size: 26px !important;
}

.contact_bt h2 {
  text-align: center;
}

.contact_bt h3 {
  color: #000;
  text-align: center;
  font-size: 20px !important;
  margin-top: 10px;
  line-height: 150% !important;
}

.contact_bt h3 a {
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  font-size: 20px !important;
}

.contact_bt p {
  color: #000;
  text-align: center;
  margin-bottom: 15px !important;
  line-height: 150% !important;
}

.contact_bt p a {
  color: #000;
  line-height: 150% !important;
  margin-bottom: 15px !important;
}

.step-in h3 {
  font-size: 28px !important;
  text-align: left;
  text-align: 120% !important;
}

.step-in h4,
.step-in2 h4 {
  font-size: 22px !important;
  text-align: left !important;
  color: #F52058;
}

.step-in h5,
.step-in2 h5 {
  font-size: 24px !important;
  float: left !important;
  text-align: left !important;
  line-height: 130%;
  margin-bottom: px;
  float: none !important;
  background: none;
  width: auto !important;
  padding: 0;
  color: #333 !important;
  font-weight: 700;
}

.step-in .no01,
.step-in .no03 {
  border: solid 4px #ccc;
  padding: 10px;
  position: relative;
  width: 96%;
  font-size: 14px;
  overflow: hidden;
}

.step-in .no01 img,
.step-in .no03 img {
  float: right !important;
  object-fit: cover;
  width: 250px !important;
  height: 170px;
  border-radius: 5px;
  margin-left: 10px !important;
}

.step-in2 h3 {
  font-size: 28px;
  text-align: left;
}

.step-in2 .no02,
.step-in2 .no04 {
  border: solid 4px #ccc;
  padding: 10px;
  position: relative;
  width: 96%;
  font-size: 14px;
  overflow: hidden;
}

.step-in2 .no02 img,
.step-in2 .no04 img {
  float: left;
  object-fit: cover;
  width: 250px;
  height: 170px;
  border-radius: 5px;
  margin-right: 10px;
}

.step ul li {
  height: 380px;
  position: relative;
}

.step ul li.long {
  height: 450px;
}

.bt-more3 a {
  text-align: center;
  color: #000;
  padding: 5px 0;
  border: solid 1px #ccc;
  display: block;
  width: 97%;
  background: #eee;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  border-radius: 5px;
}

.bt-more3 a:hover {
  background: #ddd;
}

#main .step {
  position: relative;
  padding: 50px 0;
  margin: 0;
}

#main .step ul {
  margin: 20px 0;
}

#main .step ul li {
  width: 31%;
  display: inline-block;
  position: relative;
  padding: 0 0.6%;
  vertical-align: top;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px;
}

#main .step h2 {
  margin-bottom: 20px;
}

#main .step h3 {
  font-size: 17px;
  text-align: left;
  line-height: 140% !important;
  padding-bottom: 5px;
}

#main .step h5 {
  font-size: 14px;
  padding: 22px 0;
  margin-right: 10px;
  background: #F52058;
  color: #fff;
  width: 20% !important;
  text-align: center;
  float: left;
}

#main .step ul li img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  object-fit: cover !important;
  height: 200px;
  width: 100%;
}

.step .w30pr2 ul {
  text-align: center;
}

.step .w30pr2 li {
  width: 31%;
  display: inline-block !important;
  padding: 0 0.6%;
  margin-bottom: 10px;
  height: auto !important;
}

.step .w30pr2 li img {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin: 0;
  object-fit: none !important;
  height: auto !important;
  width: 100%;
}

#main .step .english h5 {
  font-size: 14px;
  padding: 22px 0;
  margin-right: 10px;
  background: #00A4C9;
  color: #fff;
  width: 20% !important;
  text-align: center;
  float: left;
}

#main .step .english h3 {
  font-size: 17px;
  text-align: 130% !important;
  text-align: left;
  color: #00A4C9;
}

#companyinfo {
  margin: 30px 0 50px;
}

#companyinfo table {
  width: 100%;
  margin: 0 auto !important;
}

#companyinfo th {
  font-weight: 700;
  width: 25%;
  border-bottom: dotted 1px #ccc;
  padding: 5px;
  text-align: left;
}

#companyinfo td {
  width: 75%;
  border-bottom: dotted 1px #ccc;
  padding: 5px;
  text-align: left;
}

#companyinfo iframe {
  width: 70%;
  margin-left: 15%;
  padding-top: 30px;
  text-align: left;
}

.system-in {
  margin: 40px 0;
  overflow: hidden;
}

.system-in div {
  display: block;
  overflow: hidden;
  margin: 0 0;
  padding: 15px;
  background: #fff;
  border: solid 4px #ccc;
}

.system-in h3 {
  text-align: left !important;
  display: block;
  font-size: 26px !important;
}

.system-in h4 {
  font-size: 20px !important;
  display: block;
}

.system-in .img-right img {
  float: right !important;
  margin-left: 15px;
  width: 30% !important;
}

.system-in .img-left img {
  float: left !important;
  margin-right: 15px;
  width: 30% !important;
}

.adjust i {
  font-size: 26px;
}

.font17 {
  font-size: 17px !important;
  line-height: 150%;
}

.font18 {
  font-size: 18px !important;
  line-height: 150%;
}

.font20 {
  font-size: 20px !important;
  line-height: 150%;
}

.font24 {
  font-size: 24px !important;
  line-height: 150%;
}

.font26 {
  font-size: 26px !important;
  line-height: 150%;
}

.voice {
  background: #f8f8f8;
  padding: 20px 0;
  margin-top: -20px;
}

.voice li {
  display: inline-block;
  width: 43% !important;
  padding: 20px 1.5%;
  margin: 10px 10px !important;
  vertical-align: top;
  border: solid 4px #ccc;
  background: #fff;
}

.voice li h5,
.block5 li h5 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.voice li h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  padding-right: 10px;
  color: #F51F68;
}

.block5 li h5:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  padding-right: 10px;
  color: #F51F68;
}

.faq {
  position: relative;
  padding: 10px 0 30px 0;
  margin: 0;
}

.faq ul li {
  width: 100%;
  padding: 10px 0;
  display: block;
  font-size: 16px;
  color: #333;
}

.faq ul li img {
  width: 30px !important;
  margin-right: 5px;
  vertical-align: bottom;
}

.faq ul li h4 {
  line-height: 160% !important;
  color: #333;
  font-size: 24px;
  padding: 0 0 0 0;
  background-repeat: no-repeat;
  font-weight: 700;
}

.faq ul li p {
  margin-top: -5px;
  font-size: 15px;
  padding-left: 30px !important;
  border: solid 3px #3CF;
  border-radius: 8px;
  padding: 15px 15px 15px 15px !important;
  background-color: #FFC !important;
  background-position: left 10px top 11px;
}

.teacher-waku ul {
  margin: 0 auto !important;
  text-align: center;
}

.teacher-waku ul li {
  display: inline-block;
  width: 30% !important;
  vertical-align: top;
  font-size: 14px;
  padding: 20px 0.8% !important;
  text-align: left !important;
}

.teacher-waku ul li h4 {
  color: #333 !important;
}

.teacher-waku ul li .mv-more a {
  color: #fff !important;
}

.teacher-waku h3 {
  font-size: 26px !important;
  margin-top: 10px;
  text-align: center;
}

.teacher-waku h3 span {
  font-size: 18px !important;
}

.teacher-waku ul h4 {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.teacher-waku ul h4 span {
  font-size: 14px;
}

.teacher-waku ul img {
  margin: 0 auto !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
}

video {
  display: block;
  margin: 0 auto !important;
  width: 60%;
  padding: 20px 0;
}

.mv-more a {
  background: #888;
  font-size: 14px !important;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin: 8px 0;
  padding: 5px;
}

.mv-more a:hover {
  background: #333;
}

.character-w25pr {
  margin: 50px 0 30px 0;
}

.character-w25pr ul {
  text-align: center;
}

.character-w25pr li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding: 10px 1%;
}

.character-w25pr li {
  font-size: 14px;
  line-height: 150% !important;
  text-align: left;
}

.character-w25pr li img {
  margin: 0 auto !important;
  display: block;
  width: auto !important;
}

.character-w25pr .fukidashi img {
  margin-bottom: 15px;
}

.profile {
  margin: 20px 0;
  line-height: 150%;
  font-size: 14px;
}

.profile img {
  float: left;
  margin-right: 15px;
  width: 150px;
  width: auto !important;
}

.waku1 {
  border: solid 2px #00A1E9;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 55%;
  margin: 0 auto !important;
  padding: 10px;
}

.waku1 h4 {
  font-size: 20px !important;
  color: #00A1E9;
  border: none !important;
  padding: 0;
  text-align: center;
}

.waku1 h4 span {
  font-size: 20px !important;
  float: right !important;
}

.waku1 .bt {
  font-size: 18px;
  text-align: center;
  background: #00A1E9;
  color: #fff !important;
  border-radius: 5px;
  padding: 5px;
}

.lesson-waku {
  border: solid 2px #888;
  padding: 8px;
  background: #fff;
}

.lesson-waku .lesson02 {
  background: #54B783;
  color: #fff;
  font-size: 14px !important;
  padding: 3px;
  margin-bottom: 10px;
}

.lesson-waku h4 {
  background: #0098DC;
  color: #fff;
  font-size: 14px !important;
  padding: 3px;
  margin-bottom: 10px;
}

.lesson-waku h5 {
  font-size: 18px !important;
  padding-bottom: 10px;
}

.lesson-waku h5 span {
  font-size: 14px !important;
  padding-right: 10px;
}

.lesson-waku h5 .red {
  font-size: 18px !important;
}

.lesson-waku h4 br,
.lesson-waku h5 br {
  display: none;
}

.lesson-waku p {
  font-size: 14px;
  line-height: 140% !important;
}

.apply #privacy {
  border: solid 1px #ccc;
  padding: 10px;
  margin: 10px 0;
  overflow: auto;
  height: 200px;
}

.apply #privacy p {
  font-size: 14px !important;
  margin: 5px 0 20px;
}

.apply #privacy h3 {
  font-size: 15px !important;
  color: #000;
}

.arrow:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ab";
  padding-right: 10px;
  color: #F51F68;
}

.contact textarea[name="remarks"] {
  width: 90%;
}

.bt-apply a {
  background: #F62058;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 8px;
  font-size: 18px;
  border-radius: 8px;
}

.bt-apply a:hover {
  background: #333;
}

button.bt-apply {
  background: #F62058;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 8px;
  font-size: 18px;
  border-radius: 8px;
  width: 100%;
  border: none;
}

button.bt-apply:hover {
  background: #333;
}


#companyinfo {
  margin: 30px 0 80px !important;
}

#companyinfo table {
  width: 100%;
  margin: 0 auto !important;
  border: solid 1px #aaa;
  border-collapse: collapse;
}

#companyinfo th {
  font-weight: 700;
  width: 25%;
  border-bottom: solid 1px #aaa;
  padding: 10px;
  background: #ddd;
}

#companyinfo td {
  width: 75%;
  border-bottom: solid 1px #aaa;
  padding: 10px;
}

#companyinfo iframe {
  width: 70%;
  margin-left: 15%;
  padding-top: 30px;
}

.apply {
  margin: 30px 0 80px !important;
}

.apply h3 {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}

.font40 {
  font-size: 40px !important;
  line-height: 150%;
}

.home-subtitle01 h2 span {
  text-align: center;
  background: #A7DBF2 !important;
  border: solid 2px #00AEFF !important;
  border-radius: 30px !important;
  color: #000 !important;
  font-size: 34px !important;
  line-height: 160%;
  font-weight: bold;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Meiryo UI', sans-serif;
  padding: 10px 20px !important;
}

.home-subtitle02 h2 span {
  text-align: center;
  background: #F62058 !important;
  border: solid 2px #F62058 !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 160%;
  font-weight: bold;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Meiryo UI', sans-serif;
  padding: 10px 20px !important;
}

.home-subtitle03 h2 span {
  text-align: center;
  background: #00A5C9 !important;
  border: solid 2px #00A5C9 !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 160%;
  font-weight: bold;
  font-family: 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Meiryo UI', sans-serif;
  padding: 10px 20px !important;
}

.flex_center {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 500px) {
  #new-main .position02 img {
    width: 100% !important;
  }

  #new-main .position04 img {
    width: 35% !important;
  }

  .img-auto {
    width: 100%;
    text-align: left;
  }

  .img-auto img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 36px !important;
    padding-top: 40px;
  }

  h2 br,
  h3 br {
    display: inline !important;
  }

  h3 .spNo {
    display: none !important;
  }

  .spNo {
    display: none !important;
  }

  #headerNavi .logo img {
    padding-left: 2%;
    width: 100px !important;
  }

  #headerNavi {
    margin: 0 auto !important;
    width: 100%;
    position: relative;
  }

  .pcNo {
    display: inline !important;
  }

  .sp-menu {
    position: absolute;
    top: -10px;
    right: 3%;
  }

  .sp-menu a {
    font-size: 36px !important;
    color: #fff;
    line-height: 150%;
    padding: 0 10px 9px 10px;
  }

  #gnaviBase {
    display: none;
  }

  #gnaviBase .gnavi li {
    display: block;
    border-bottom: dotted 1px #888;
    text-align: left;
    border-right: none !important;
  }

  #gnaviBase .gnavi li a {
    padding: 15px 1%;
  }

  #gnaviBase .gnavi .end {
    border: none;
  }

  #header .right {
    display: none;
  }

  .pagetop {
    display: none;
    position: fixed;
    right: 15px;
    z-index: 100;
    bottom: 125px !important;
  }

  .inner p {
    font-size: 16px !important;
  }

  .sp-top2nd {
    margin-top: -60px !important;
    padding-bottom: 70px;
  }

  #main {
    padding-top: 80px;
  }

  #new-main {
    z-index: 1;
    height: auto !important;
    background: none !important;
    margin-top: 25px !important;
  }

  #new-main .slide-02 img {
    margin: 0 auto !important;
    width: 100% !important;
  }

  #spButtom {
    display: inline !important;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F62058;
    padding: 15px 0 10px 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
  }

  #spButtom .bt {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
  }

  #spButtom .bt a {
    font-size: 18px;
    font-weight: bold !important;
    color: #F72058 !important;
  }

  #spButtom h3 {
    text-align: center;
    margin-top: 5px;
    line-height: 110% !important;
  }

  #spButtom h3 a {
    text-align: center;
    color: #fff !important;
    font-size: 20px;
    margin: 0 auto;
  }

  .sp-top {
    margin-top: 150px;
  }

  .sp-top2nd {
    margin-top: -30px;
  }

  .w30pr2 ul {
    text-align: center;
  }

  .w30pr2 ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 !important;
    margin-bottom: 10px;
  }

  .w30pr2 ul li img {
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .table01 {
    display: inline !important;
  }

  .contact table {
    border-bottom: solid 1px #ccc !important;
    border-right: solid 1px #ccc !important;
  }

  .contact table th {
    display: block;
    border-bottom: none;
    width: 99.5%;
    border-right: none !important;
  }

  .contact table td {
    display: block;
    border-top: none;
    border-bottom: none;
    border-right: none !important;
  }

  .contact input,
  .contact textarea {
    width: 100%;
    font-size: 14px;
    padding: 8px;
  }

  .contact #age {
    width: 80px;
    font-size: 14px;
    padding: 8px;
  }

  .contact input[type="radio"] {
    width: auto;
    display: inline-block;
  }

  .contact input[type="checkbox"] {
    width: auto !important;
    display: inline !important;
  }

  .slide_inner .spNo {
    display: none;
  }

  .slide_inner .pcNo {
    display: inline !important;
  }

  .img-auto {
    width: 100%;
    text-align: left;
  }

  .img-auto img {
    width: auto !important;
  }

  .bk-yellow {
    padding-top: 0 !important;
  }

  .bk-yellow .position01 {
    position: absolute;
    left: 2%;
    bottom: -40px;
    width: 25% !important;
  }

  .bk-yellow .position02 {
    position: absolute;
    right: 2%;
    bottom: -60px;
    width: 25% !important;
  }

  .bk-dotts .position01 {
    position: absolute;
    left: 0%;
    bottom: -30px;
    width: 30% !important;
  }

  .bk-dotts .position02 {
    position: absolute;
    right: 0%;
    bottom: -30px;
    width: 30% !important;
  }

  .crowd .position01 {
    position: absolute;
    left: 0%;
    top: -60px;
    width: 30% !important;
  }

  .crowd .position02 {
    position: absolute;
    right: 0%;
    bottom: 0px;
    width: 35% !important;
  }

  .crowd .position03 {
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 35% !important;
  }

  .crowd .position04 {
    position: absolute;
    right: 0%;
    bottom: -60px;
    width: 25% !important;
  }

  .crowd .position05 {
    position: absolute;
    right: 0%;
    bottom: -20px;
    width: 25% !important;
  }

  .flow .position01 {
    position: absolute;
    right: 1%;
    top: -45px;
    width: 30% !important;
  }

  .green2 .position02 {
    position: absolute;
    right: 0%;
    bottom: -90px;
    width: 25% !important;
  }

  .chara-top-img {
    margin-top: 120px !important;
  }

  .chara-top-img img {
    width: 70%;
  }

  .chara-box .position0 {
    position: absolute;
    right: 10%;
    top: -160px !important;
    width: 80% !important;
    max-width: 395px;
  }

  .chara-box .position01 {
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 30% !important;
  }

  .chara-box .position02 {
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 30% !important;
  }

  .chara-box2 .position01 {
    position: absolute;
    left: 0%;
    bottom: -40px;
    width: 20% !important;
  }

  .chara-box2 .position02 {
    position: absolute;
    right: 0%;
    bottom: -40px;
    width: 20% !important;
  }

  .chara-box2 .position03 {
    position: absolute;
    left: 0%;
    bottom: -20px;
    width: 30% !important;
  }

  .chara-box2 .position04 {
    position: absolute;
    right: -5%;
    bottom: 0px;
    width: 30% !important;
  }

  .block1 {
    padding-top: 40px;
    margin: 20px 0 0px;
  }

  .block1 h2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }

  .block1 ul li {
    width: 94%;
    display: block;
    position: relative;
    padding: 10px 2%;
    font-size: 18px !important;
  }

  .block1 ul li img {
    border-radius: 5px;
    margin: 0 auto !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .block1 ul li .top {
    position: absolute;
    top: -10px;
    right: 0;
    width: 35%;
  }

  .block1 ul li .bottom {
    position: absolute;
    top: -10px;
    right: 0;
    width: 35%;
  }

  .block1 ul li .bt {
    text-align: center;
    margin-top: 10px;
  }

  .block1 ul li .bt {
    text-align: center;
    background: #04A7C9;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0px;
    display: block;
    margin-bottom: 30px;
  }

  .block1 ul li .bt:hover {
    background: #666;
  }

  #main .block5 {
    position: relative;
    padding: 30px 0;
    margin: 20px 0;
  }

  #main .block5 ul {
    margin: 30px 0;
  }

  #main .block5 ul li {
    width: 98%;
    display: block;
    padding: 10px 0.6% 20px;
    position: relative;
  }

  #main .block5 h5 {
    font-size: 18px;
    padding-top: 20px;
    text-align: left !important;
  }

  #main .block5 p img {
    margin-bottom: 10px;
    border-radius: 80px;
    width: 100px !important;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    right: 2% !important;
    top: 10px;
    float: right;
  }

  #main .block5 p {
    float: right;
  }

  #main .block5 .waku img {
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
    z-index: 1;
  }

  #main .block5 .waku {
    background: #f8f8f8;
    padding: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #main .block5 a .waku {
    color: #333 !important;
  }

  #main .block5 .bt a {
    text-align: center;
    border: solid 1px #ccc;
    padding: 5px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .lesson-t01 {
    background: #F62058;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px 15px;
    border-radius: 50px;
  }

  .lesson-t02 {
    background: #00A5C9;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px 15px;
    border-radius: 50px;
  }

  .lesson-t03 {
    background: #F60;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px 15px;
    border-radius: 50px;
  }

  .flow .position01 {
    position: absolute;
    right: 1%;
    top: -45px;
    width: 30% !important;
  }

  .flow {
    padding: 50px 0 50px;
    margin: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .flow h3 {
    padding: 0 !important;
    margin: 0 !important;
  }

  .flow h5 {
    font-size: 20px !important;
    text-align: center;
    color: #F62058;
    line-height: 150%;
  }

  .flow ul {
    margin: 20px 0;
  }

  .flow ul li {
    height: auto !important;
    position: relative;
    margin: 10px 0 !important;
    width: 92%;
    display: inline-block;
    padding: 10px 3% !important;
    margin: 0;
    border: solid 4px #ccc;
    vertical-align: top;
  }

  .flow ul li:before {
    display: none !important;
  }

  .flow ul .y-none:before {
    border: none !important;
  }

  .contact_bt {
    margin: 0 auto !important;
    text-align: center;
  }

  .contact_bt h2 {
    width: 96% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .contact_bt h2 a {
    padding: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  .step-in,
  .step-in2 {
    width: 99% !important;
  }

  .step-in h3,
  .step-in2 h3 {
    font-size: 34px !important;
    text-align: left;
  }

  .step-in h4,
  .step-in2 h4 {
    font-size: 18px !important;
    text-align: center;
  }

  .step-in h5,
  .step-in2 h5 {
    font-size: 20px !important;
    text-align: center;
    float: none !important;
    background: none;
    width: auto !important;
    padding: 0;
    color: #333;
    font-weight: 700;
    margin-top: 10px;
    line-height: 140%;
  }

  .step-in .no01,
  .step-in .no03,
  .step-in2 .no02,
  .step-in2 .no04 {
    border: solid 4px #ccc;
    padding: 10px;
    position: relative;
    width: 92%;
    font-size: 14px;
  }

  .step-in .no01 img,
  .step-in .no03 img,
  .step-in2 .no02 img,
  .step-in2 .no04 img {
    object-fit: cover;
    width: 100% !important;
    height: 170px;
    margin: 10px 0 !important;
    border-radius: 5px;
    display: block;
  }

  .step-in p,
  .step-in2 p {
    font-size: 16px !important;
    text-align: left;
    width: 100% !important;
  }

  .step-in p img {
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
  }

  .step ul li {
    height: auto !important;
    position: relative;
  }

  .step .w30pr2 ul {
    text-align: center;
  }

  .step .w30pr2 li {
    width: 48% !important;
    display: inline-block !important;
  }

  #main .step {
    position: relative;
    padding: 50px 0;
    margin: 0;
  }

  #main .step ul {
    margin: 20px 0;
  }

  #main .step ul li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 150%;
  }

  #main .step h2 {
    margin-bottom: 20px;
  }

  #main .step h3 {
    font-size: 20px;
    text-align: 130% !important;
  }

  #main .step h5 {
    font-size: 14px;
    padding: 15px 0;
    margin-right: 10px;
    background: #F52058;
    color: #fff;
    width: 50px !important;
    text-align: center;
    float: left;
  }

  #main .step ul li img {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: cover !important;
    height: 200px;
    width: 100%;
  }

  #main .step .bt-more3 {
    padding-top: 25px !important;
    margin-top: 25px !important;
  }

  #companyinfo table {
    width: 100% !important;
    margin: 0 auto !important;
  }

  #companyinfo th {
    font-weight: 700;
    width: 50%;
  }

  #companyinfo td {
    width: 50%;
  }

  .system-in .img-right img {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
  }

  .system-in .img-left img {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .voice li {
    display: inline-block;
    width: 94% !important;
    padding: 20px 1.5%;
    margin: 10px 0 !important;
    vertical-align: top;
    border: solid 4px #ccc;
    background: #fff;
  }

  .teacher-waku ul {
    margin: 0 auto !important;
  }

  .teacher-waku ul li {
    display: block !important;
    width: 100% !important;
    padding: 20px 0.5% !important;
    text-align: left !important;
  }

  .character-w25pr li {
    width: 98%;
  }

  .character-w25pr li br {
    display: none !important;
  }

  .profile img {
    float: none !important;
    margin-right: 0 !important;
    margin: 0 auto !important;
    display: block;
  }

  video {
    width: 100%;
  }

  .waku1 {
    width: 95%;
  }

  .lesson-waku h4 br,
  .lesson-waku h5 br {
    display: inline !important;
  }

  .contact input {
    width: 95%;
  }

  .contact input[type="submit"] {
    width: 100%;
  }

  .contact table th {
    width: 97%;
    border-left: none;
  }

  .contact table td {
    border-left: none;
  }

  .contact textarea[name="remarks"] {
    width: 95%;
  }

  #companyinfo table {
    width: 100% !important;
    margin: 0 auto !important;
  }

  #companyinfo th {
    font-weight: 700;
    width: 50%;
  }

  #companyinfo td {
    width: 50%;
  }

  /* @@sp */

  footer {
    display: none;
  }

  footer .w50pr {
    width: 96% !important;
    margin: 0 2% !important;
  }

  footer .w50pr ul li {
    width: 100% !important;
    margin: 10px 0 !important;
  }

  footer .f-nav ul li {
    display: block !important;
    padding: 10px 0;
    border-right: none !important;
    font-size: 14px;
  }

  footer .f-nav ul li a {
    border-bottom: solid 1px #888;
    display: block;
  }

  #buttom-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }

  #buttom-button ul {
    width: 100%;
  }

  #buttom-button li {
    display: inline-block;
    width: 50%;
    text-align: center;
  }

  #buttom-button .seminer a {
    background: #4B8E47;
    color: #fff;
    display: block;
    padding: 10px 0;
  }

  #buttom-button .contact a {
    background: #F39802;
    color: #fff;
    display: block;
    padding: 10px 0;
  }

  #buttom-button .seminer a:hover {
    background: #444;
  }

  #buttom-button .contact a:hover {
    background: #444;
  }
}

@media only screen and (max-width:991px) {
  .inner {
    width: 100% !important;
  }

  .inner img {
    width: 90% !important;
  }

  .footer-nav-inner img {
    width: 28px !important;
  }

  .sp-margin {
    width: 96% !important;
    margin: 0 auto !important;
  }

  .home .sp-margin {
    width: 96% !important;
    margin: 0 auto !important;
  }

  .img-original img {
    width: auto !important;
  }
}

@media only screen and (max-width: 1199px) {
  .img-right img,
  .img-left img {
    float: none !important;
    display: block !important;
    width: auto !important;
    margin: 0 auto !important;
  }
}

/* 修正style */
#header .right .apply_link.non_top a,
#header .right .logout.non_top a {
  margin-top: 0;
}

#header .right .language {
  margin-left: 10px;
  vertical-align: text-top;
}

#header .right .language a {
  background: #0098D9;
  color: #FFF !important;
  border-radius: 20px;
  font-size: 13px !important;
  padding: 8px 8px;
}

footer.footer .inner .info ul li {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 100% !important;
}

footer.footer .inner .info ul li img {
  margin-right: 10px;
  height: 41px;
  width: 110px !important;
}
