@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/*==================================================================================
 common
==================================================================================*/
main {
  padding-top: 0;
}

.commonBtns {
  padding: 40px 0 100px;
}
.commonBtns li:last-child {
  padding-top: 15px;
}
.commonBtns li.text {
  padding-bottom: 25px;
  font-size: 14px;
}

.movieModalArea {
  min-height: 0;
}
.movieModalArea .closeBtn {
  top: 10px;
  right: 3%;
  width: auto;
}
.movieModalArea .closeBtn img {
  padding: 10px;
  width: 20px;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  box-sizing: border-box;
  position: static;
  padding: 10px 3% 22px;
  background: rgba(255, 245, 224, 0.95);
}
.siteHeader h1 {
  float: none;
  clear: both;
  width: 227px;
}
.siteHeader .menuBtn,
.siteHeader .closeBtn {
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 3%;
  width: 40px;
  z-index: 100;
}
.siteHeader .fixingBtns {
  position: fixed;
  top: auto;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  z-index: 99;
}
.siteHeader .fixingBtns.visible {
  display: block !important;
}
.siteHeader .fixingBtns li {
  float: left;
  width: 50%;
  line-height: 1;
}
.siteHeader .fixingBtns li:first-child {
  padding-bottom: 0;
}
.siteHeader .fixingBtns li:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 30px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.siteHeader .fixingBtns li:last-child {
  float: right;
}
.siteHeader .fixingBtns li a {
  display: block;
  padding: 16px 0 14px 40px;
}
.siteHeader .fixingBtns li a:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-180%) translateY(-50%);
  -ms-transform: translateX(-180%) translateY(-50%);
  -moz-transform: translateX(-180%) translateY(-50%);
  transform: translateX(-180%) translateY(-50%);
}
.siteHeader .fixingBtns li:last-child a:before {
  background-image: url("../img/icon_reserve.jpg");
}
.siteHeader .spNavi {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 3% 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 100;
}
.siteHeader .spNavi .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
}
.siteHeader .spNavi .inner {
  margin: 0 auto;
  width: 90%;
}
.siteHeader .spNavi .snsIcons {
  position: static;
  margin: 0 auto 15px;
  padding: 5px 0;
  width: 120px;
}
.siteHeader .spNavi .snsIcons li {
  float: left;
  padding-right: 15px;
  width: 30px;
}
.siteHeader .spNavi .snsIcons li:last-child {
  padding-right: 0;
}
.siteHeader .spNavi .snsIcons li img {
  max-width: 100%;
  height: auto;
}
.siteHeader .spNavi .specialBnr {
  padding-bottom: 15px;
}
.siteHeader .spNavi .specialBnr img {
  width: 100%;
}
.siteHeader .spNavi .links {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 90%;
  font-size: 16px;
}
.siteHeader .spNavi .links li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dashed #000;
  color: #000;
}
.siteHeader .spNavi .links li.external a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  right: -5px;
  width: 16px;
  height: 16px;
  background: url("../img/icon_external.jpg") no-repeat;
  background-size: 100% auto;
}
.siteHeader .spNavi .tel {
  line-height: 1.7;
  font-size: 16px;
}
.siteHeader .spNavi .tel .num {
  font-size: 180%;
}
.siteHeader .spNavi .tel a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #000;
}
.siteHeader .spNavi .tel a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 49px;
  background: url("../img/sp/icon_tel.jpg") no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
  -moz-transform: translateY(-56%);
  transform: translateY(-56%);
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  margin-top: 40px;
  padding: 30px 5% 50px;
  width: auto;
}
.siteFooter .examined dl {
  padding-bottom: 5px;
}
.siteFooter .examined dl:last-of-type {
  display: none;
}
.siteFooter .examined dt {
  position: static;
}
.siteFooter .examined dd {
  padding-left: 0;
}
.siteFooter .notes {
  padding-bottom: 30px;
}
.siteFooter .notes dd:last-of-type {
  padding-bottom: 0;
}
.siteFooter .pageTop {
  top: -40px;
  right: 3%;
}
.siteFooter .links {
  max-width: 290px;
  font-size: 12px;
}
.siteFooter .links li {
  margin: 0 8px 8px 0;
  padding-right: 8px;
}
.siteFooter .links li:nth-child(3), .siteFooter .links li:nth-child(6) {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.siteFooter .links li:nth-child(4), .siteFooter .links li:last-child {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000;
}
.siteFooter .links li:last-child {
  margin-bottom: 0;
}
.siteFooter .links li a {
  color: #000;
}
.siteFooter .links li a:hover {
  opacity: 1;
}
@media (min-width: 1001px) {
  .siteFooter .links li a:hover {
    text-decoration: underline;
  }
}
.siteFooter .copyright {
  line-height: 1.4;
  font-size: 11px;
}

/*==================================================================================
 top
==================================================================================*/
#top .mainVisual h2 {
  top: 16.7676767677%;
}
#top .mainVisual h2 img {
  width: 78.1333333333%;
}
#top .mainVisual .lead {
  top: 29.4949494949%;
}
#top .mainVisual .lead img {
  width: 57.8666666667%;
}
#top .mainVisual .character01 {
  top: 68.2828282828%;
  left: 2.8%;
  width: 37.6%;
}
#top .mainVisual .character02 {
  top: 67.0707070707%;
  right: 2.1333333333%;
  width: 27.6%;
}
#top .mainVisual .copyright {
  bottom: 1.9191919192%;
  right: 1.6%;
  width: 40%;
}
#top .sections > .lead {
  padding-bottom: 30px;
  text-align: left;
}
#top .special > header {
  height: 170px;
}
#top .special > header h3 {
  padding-top: 22px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
#top .special > header h3 img {
  width: 207px;
}
#top .special > header .characters {
  left: 0;
  width: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
#top .special > header .characters li {
  width: 100px;
}
#top .special > header .btn {
  top: 125px;
  margin-left: -73px;
  width: 146px;
}
#top .special .movieArea {
  padding: 50px 0 30px;
}
#top .special .movieArea dl {
  position: static;
  padding-bottom: 50px;
  width: auto;
  text-align: center;
}
#top .special .movieArea dt {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 95%;
}
#top .special .movieArea dd {
  margin: 0 auto;
  width: 80%;
}
#top .special .movieArea .movieList li {
  float: none !important;
  clear: both !important;
  padding-bottom: 40px !important;
  width: auto;
}
#top .special .movieArea .movieList li:last-child {
  padding-bottom: 0 !important;
}
#top .special .movieArea .movieList li .movie {
  margin-bottom: 15px;
}
#top .special .movieArea .movieList li .thumb {
  padding-bottom: 15px;
}
#top .special .closeBtn {
  padding: 20px 0;
}
#top .mv1804 {
  padding: 50px 0 0;
}
#top .mv1804 .text {
  font-size: 15px;
  line-height: 2.2;
  font-weight: normal;
}
#top .appeal {
  /* padding-bottom: 100px;*/
}
#top .appeal .newProgrum .text {
  font-size: 22px;
}
#top .appeal .newProgrum .pic {
  margin-bottom: 0;
}
#top .appeal .newProgrum .slide-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  margin: 0 auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#top .appeal .newProgrum .slide-wrap p {
  width: 200%;
  padding: 0 5%;
}
#top .appeal .newProgrum .slide-wrap img {
  width: 200%;
  height: auto;
}
#top .appeal h3 {
  margin-bottom: 30px;
  font-size: 20px;
}
#top .appeal .points {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 94%;
  max-width: none;
}
#top .appeal .points:after {
  bottom: 0;
  border-top-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
}
#top .appeal .points li {
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 1.5;
  font-size: 20px;
}
#top .appeal .points li:last-child {
  margin-bottom: 0;
}
#top .appeal .points li:before {
  top: 7px;
  width: 22px;
  height: 17px;
  background-size: 100% auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
#top .appeal .lead {
  padding-bottom: 50px;
  line-height: 2;
  font-size: 20px;
}
#top .appeal .achievement {
  margin-bottom: 40px;
  padding: 20px 3%;
}
#top .result > .wrap {
  padding: 30px 3% 40px;
  width: auto;
}
#top .newProgrum .team .image{
    margin-top: 30px;
    
}
#top .result .no1Bg {
  background: url(../img/sp/result_pic01.png) no-repeat left top;
  background-size: 21%;
}
#top .result h4.no1 {
  font-size: 20px;
}
#top .result .dataList li {
  float: none !important;
  clear: both !important;
  padding-bottom: 20px !important;
  width: auto;
  text-align: center;
    margin-right: 0;
}
#top .result .dataList li:last-child {
  padding-bottom: 0 !important;
}
#top .flow {
  margin-bottom: 100px;
  padding: 0 3% 30px;
  width: auto;
  background-size: 150% auto;
}
#top .price {
  /* padding-bottom: 100px;*/
}
#top .price .courseName {
  margin-bottom: 40px;
}
#top .price .inner {
  padding: 0 3% 50px;
}
#top .price .image {
  float: none;
  clear: both;
  padding: 0 0 15px;
  width: auto;
  text-align: center;
}
#top .price .textArea {
  float: none;
  clear: both;
  width: auto;
}
#top .price .textArea .text01 {
  padding-bottom: 15px;
}
#top .price .textArea .text02 {
  margin: 0 auto;
  max-width: 360px;
}
#top .price .priceList {
  padding-top: 40px;
}
#top .price .priceList li {
  float: none !important;
  clear: both !important;
  margin-bottom: 20px !important;
  padding: 3px 0 30px 40px;
  width: auto;
}
#top .price .priceList li:before {
  left: 2px;
  width: 30px;
  height: 30px;
  background-size: 100% auto;
}
#top .price .priceList li:last-child {
  margin-bottom: 0 !important;
}
#top .shops .image {
  margin-bottom: 40px;
}
#top .shops .shopList {
  padding: 0 5%;
}
#top .shops .shopList > li .accTarget {
  display: block;
}
#top .shops .shopList > li ul li a {
  font-size: 14px;
}
#top .faq dl {
  padding: 0 5% 30px;
}
#top #search1 {
  margin-bottom: 20px;
}
#top #search1 .close {
  top: 10px;
  right: 10px;
}
#top #search1 .close.bottom {
  bottom: 30px;
}
#top #search1 .close a {
  width: 20px;
  height: 20px;
  background-image: url("../img/sp/icon_close.png");
  background-size: 100% auto;
}
#top #search1 .step0 {
  padding: 20px 0;
}
#top #search1 .step0 h4 {
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 20px;
}
#top #search1 .step0 h4:before {
  width: 20px;
  height: 20px;
  background-size: 100% auto;
}
#top #search1 .step1 {
  padding-bottom: 40px;
}
#top #search1 .step1 h4 {
  padding-top: 50px;
  margin-bottom: 30px;
  font-size: 26px;
}
#top #search1 .step1 .txt {
  padding-bottom: 20px;
  font-size: 18px;
}
#top #search1 .step1 .txt p {
  padding-bottom: 5px;
  line-height: 1.7;
}
#top #search1 .step1 .txt p:last-of-type {
  padding: 0;
}
#top #search1 .step1 .txt span {
  padding: 0 5px;
  font-size: 28px;
}
#top #search1 .step1 > .box {
  margin-bottom: 20px;
  padding: 15px 3% 20px;
}
#top #search1 .step1 > .box h5 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 18px;
  color: #ab8d56;
}
#top #search1 .step1 > .box .buttons {
  width: 80%;
}
#top #search1 .step1 > .box .buttons li {
  float: none !important;
  clear: both;
  width: auto !important;
  text-align: center;
}
#top #search1 .step1 > .box .buttons li:first-child {
  padding-bottom: 5px;
}
#top #search1 .step1 > .caption {
  margin: 0 auto;
  width: 94%;
  font-size: 12px;
  text-align: left;
}
#top #search1 .step1 > .caption li {
  line-height: 1.4;
}

#top .recommend h4 {
    margin: 0 -5.5%;
}
#top .recommend header .lead {
    padding: 0 0 50px;
    font-size: 13px;
}
#top .recommend .points li {
    padding-bottom: 20px;
}
/*# sourceMappingURL=smartphone.css.map */
