@charset "UTF-8";
/* CSS Document */
/* 仮index */
.og {
  text-align: center;
  padding-top: 10vh;
}
@media screen and (max-width: 767px) {
  /* 仮index */
  .og {
    padding-top: 25vh;
  }
  .og img {
    width: 100%;
  }
}

/* mainArea */
.slide01,
.slide02,
.slide03,
.slide04,
.slide05,
.slide06,
.slide07,
.slide08,
.slide09 {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
}
.slide01 {
  background-image: url(../img/top/slide01.jpg);
}
.slide02 {
  background-image: url(../img/top/slide02.jpg);
}
.slide03 {
  background-image: url(../img/top/slide03.jpg);
}
.slide04 {
  background-image: url(../img/top/slide04.jpg);
}
.slide05 {
  background-image: url(../img/top/slide05.jpg);
}
.slide06 {
  background-image: url(../img/top/slide06.jpg);
}
.slide07 {
  background-image: url(../img/top/slide07.jpg);
}
.slide08 {
  background-image: url(../img/top/slide08.jpg);
}
.mainArea {
  position: relative;
  z-index: -100;
}
.mainArea .main_bgArea {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.mainArea .main_bgArea .main_bg {
  margin-top: -100vh;
  max-width: 1500px;
  height: 100vh;
  position: absolute;
  z-index: 300;
  background-image: url("../img/top/main_bg.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.mainArea .main_bgArea .main_bg .inner {
  max-width: 1080px;
  margin: 50px auto 0;
  height: 100vh;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 共通　一旦無視 */
h2,
.h2Area h2 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
}
h2:after,
.h2Area h2:after {
  content: url("../img/common/mark_y.svg");
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 162px;
  height: 18px;
}
.h2Area .h2Img {
  padding-bottom: 10px;
}
.h2Area .h2Img img {
  width: 100%;
}
.btnArea .btn {
  line-height: 39px;
}
.btnArea .btn,
.btnArea .btn a {
  font-size: 14px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
}
.btnArea .btn:before,
.btnArea .btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
}
.btnArea .btn_r a:hover:before {
  left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.btnArea .btn_l,
.btnArea .btn_l a {
  padding-left: 60px;
}
.btnArea .btn_l a:hover:before {
  left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* newsArea */
.newsArea {
  background-color: #afd7de;
}
.newsArea .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.newsArea .inner .left {
  width: 43%;
}
.newsArea .inner .left {
  background-color: #73b8c5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsArea .inner .left .news .h2Area {
  padding-bottom: 20px;
}
.newsArea .inner .left .h2Area .h2txt {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
.newsArea .inner .left .h2Area h2 {
  color: #e7cc3f;
  font-size: 20px;
}
.newsArea .inner .left .h2Area h2:after {
  content: url("../img/common/mark_w.svg");
}
.newsArea .inner .right {
  width: 57%;
  padding: 50px 0 50px 50px;
}
.newsArea .inner .right .news ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.newsArea .inner .right .news ul li .display {
  width: 220px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newsArea .inner .right .news ul li .display .left_s .date {
  font-size: 12px;
  color: #000;
  text-align: left;
}
.newsArea .inner .right .news ul li .display .right_s {
  width: 100px;
  height: 30px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsArea .inner .right .news ul li .display .right_s {
  background-color: #e7cc3f;
}
.newsArea .inner .right .news ul li .display .right_s .badge {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.newsArea .inner .right .news ul li .news_s p a {
  color: #000;
  font-size: 14px;
}
.newsArea .inner .right .news ul li .news_s p a:hover {
  color: #e7cc3f;
}
.newsArea .inner .right .news .btnArea {
  text-align: right;
}
.newsArea .inner .right .news .btnArea .btn a {
  color: #fff;
}
.newsArea .inner .right .news .btnArea .btn a:before {
  content: url("../img/common/arrow_w.svg");
}

/* content01 */
.content01 {
  background-image: url("../img/top/about_bg_r.png"), url("../img/top/about_bg_l.png");
  background-position: top 80px right -20px, bottom 20px left -20px;
  background-repeat: no-repeat;
}

/* linkArea */
.content01 .linkArea .inner {
  padding: 15px 20px;
}
.content01 .linkArea .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.content01 .linkArea .inner ul li {
  margin: 0 10px;
}
.content01 .linkArea .inner ul li a {
  display: block;
}
.content01 .linkArea .inner ul li a:hover {
  opacity: 0.7;
}

/* aboutArea */
.content01 .aboutArea .inner {
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.content01 .aboutArea .inner .left,
.content01 .aboutArea .inner .right {
  width: 50%;
}
.content01 .aboutArea .inner .right {
  text-align: center;
  padding-left: 50px;
}
.content01 .aboutArea .inner .right .img img {
  border-radius: 30px;
}
.content01 .aboutArea .inner .left .h2Area .h2Img {
  width: 85px;
}
.content01 .aboutArea .inner .left dl {
  padding-top: 40px;
}
.content01 .aboutArea .inner .left dl dt {
  font-size: 25px;
  color: #333;
  letter-spacing: 0.1em;
}
.content01 .aboutArea .inner .left dl dt span {
  font-weight: 700;
}
.content01 .aboutArea .inner .left dl dd {
  padding-top: 30px;
}
.content01 .aboutArea .inner .left dl dd p {
	padding-bottom: 1em;
  font-size: 13px;
  line-height: 2;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px,
    #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px,
    #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px,
    #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.content01 .aboutArea .inner .left .btnArea {
  padding-top: 30px;
}
.content01 .aboutArea .inner .left .btnArea .btn_l {
  padding-left: 0;
}
.content01 .aboutArea .inner .left .btnArea .btn a {
  color: #72b8c5;
  padding-left: 60px;
}
.content01 .aboutArea .inner .left .btnArea .btn a:before {
  content: url("../img/common/arrow_b.svg");
}
.content01 .aboutArea .inner .left .btnArea .btn a:hover:before {
  left: 15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

/* lessonArea */
.lesson_bg {
  background-image: url("../img/top/lesson_bg.jpg");
  background-repeat: repeat;
  background-position: center center;
}
.lesson_bg .lessonArea {
  background-image: url("../img/top/lesson_bg.png");
  background-repeat: no-repeat;
  background-position: bottom -5px right -25px;
}
.lesson_bg .lessonArea .inner {
  padding: 80px 20px;
  text-align: center;
}
.lesson_bg .lessonArea .inner .h2Area .h2Img {
  width: 66px;
  margin: 0 auto;
}
.lesson_bg .lessonArea .inner .h2Area h2 {
  display: inline-block;
}
.lesson_bg .lessonArea .inner .h2Area h2:after {
  content: url("../img/common/mark_w.svg");
  left: 50%;
  transform: translateX(-50%);
}
.lesson_bg .lessonArea .inner ul {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.lesson_bg .lessonArea .inner ul li {
  width: 300px;
  margin: 0 10px;
  background-image: url("../img/top/l_item_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.lesson_bg .lessonArea .inner ul li a {
  display: block;
}
.lesson_bg .lessonArea .inner ul li a:hover {
  opacity: 0.7;
  margin-top: -30px;
}
.lesson_bg .lessonArea .inner ul li a .arch {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lesson_bg .lessonArea .inner ul li a .arch span {
  -webkit-background-clip: text;
}
.lesson_bg .lessonArea .inner ul li:nth-of-type(odd) a .arch span {
  color: #e6cc3f;
}
.lesson_bg .lessonArea .inner ul li:nth-of-type(even) a .arch span {
  color: #72b8c5;
}
.lesson_bg .lessonArea .inner ul li a .desc_bg {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lesson_bg .lessonArea .inner ul li:nth-of-type(odd) .desc_bg {
  border: 15px solid #e6cc3f;
}
.lesson_bg .lessonArea .inner ul li:nth-of-type(even) .desc_bg {
  border: 15px solid #72b8c5;
}
.lesson_bg .lessonArea .inner ul li a .desc_bg .desc .no {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}
.lesson_bg .lessonArea .inner ul li:nth-of-type(odd) a .desc_bg .desc .no,
.lesson_bg .lessonArea .inner ul li:nth-of-type(odd) a .desc_bg .desc h2 {
  color: #e6cc3f;
}
.lesson_bg .lessonArea .inner ul li:nth-of-type(even) a .desc_bg .desc .no,
.lesson_bg .lessonArea .inner ul li:nth-of-type(even) a .desc_bg .desc h2 {
  color: #72b8c5;
}
.lesson_bg .lessonArea .inner ul li a .desc_bg .desc h2 {
  font-size: 25px;
  line-height: 2;
  color: #444;
}
.lesson_bg .lessonArea .inner ul li a .desc_bg .desc h2:after {
  display: none;
}
.lesson_bg .lessonArea .inner ul li a .desc_bg .desc h2 span {
  color: #000;
}
.lesson_bg .lessonArea .inner ul li a .img {
  padding: 15px 0;
}
.lesson_bg .lessonArea .inner ul li a .img img {
  border-radius: 15px;
}
.lesson_bg .lessonArea .inner ul li a .txt {
  min-height: 80px;
  font-size: 13px;
  color: #666;
  text-align: left;
}
.lesson_bg .lessonArea .inner ul li a .btnArea {
  text-align: left;
}
.lesson_bg .lessonArea .inner ul li a .btnArea .btn {
  color: #fff;
}
.lesson_bg .lessonArea .inner ul li a .btnArea .btn:before {
  content: url("../img/common/arrow_w.svg");
}

/* productArea */
.productArea {
  background-image: url("../img/top/product_bg.png");
  background-repeat: no-repeat;
  background-position: bottom right -20px;
}
.productArea .inner {
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
.productArea .inner .left,
.productArea .inner .right {
  width: 50%;
}
.productArea .inner .right .h2Area .h2Img {
  width: 105px;
}
.productArea .inner .right .desc {
  padding: 50px 0 25px;
}
.productArea .inner .right .desc dl {
  text-align: left;
}
.productArea .inner .right .desc dl dt {
  padding-left: 40px;
  font-size: 25px;
  padding-bottom: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.productArea .inner .right .desc dl dt:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.productArea .inner .right .desc .btnArea .btn_l {
  padding-left: 0;
}
.productArea .inner .right .desc01 dl dt,
.productArea .inner .right .desc01 dl dt:before,
.productArea .inner .right .desc01 .btnArea a {
  color: #e6cc3f;
}
.productArea .inner .right .desc02 dl dt,
.productArea .inner .right .desc02 dl dt:before,
.productArea .inner .right .desc02 .btnArea a {
  color: #72b8c5;
}
.productArea .inner .right .desc dl dd p {
  font-size: 13px;
  color: #666;
  text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px,
    #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px,
    #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px,
    #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.productArea .inner .right .desc .btnArea {
  padding-top: 20px;
}
.productArea .inner .right .desc01 .btnArea .btn a:before {
  content: url("../img/common/arrow_y.svg");
}
.productArea .inner .right .desc02 .btnArea .btn a:before {
  content: url("../img/common/arrow_b.svg");
}
.productArea .inner .left {
  text-align: left;
  padding-right: 50px;
}
.productArea .inner .left .img02 {
  text-align: right;
  padding-top: 20px;
}
.productArea .inner .left .img img {
  border-radius: 30px;
}

/* content02 */
.content02 {
  background-color: #f5f5f5;
}

.content02 .inner {
  padding: 20px 20px;
}

.content02 .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.content02 .inner ul li {
  width: 50%;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-repeat: repeat;
  position: relative;
  /* &:hover {
          background-image: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
        } */
}

.content02 .inner ul li:nth-of-type(1) {
  background-image: url("../img/top/schedule_bg.jpg");
}

.content02 .inner ul li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #72b8c5;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content02 .inner ul li:nth-of-type(1):hover::before {
  opacity: 1;
}

.content02 .inner ul li:nth-of-type(1) a .h2Area .h2Img {
  width: 36px;
}

.content02 .inner ul li:nth-of-type(2) {
  background-image: url("../img/top/shop_bg.jpg");
}

.content02 .inner ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #e6cc3f;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content02 .inner ul li:nth-of-type(2):hover::before {
  opacity: 1;
}

.content02 .inner ul li:nth-of-type(2) a .h2Area .h2Img {
  width: 90px;
}

.content02 .inner ul a {
  display: block;
  width: 100%;
  padding: 50px 20px;
  position: relative;
  z-index: 50;
}

.content02 .inner ul a .h2Area h2 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
}

.content02 .inner ul a .h2Area h2::after {
  content: url("../img/common/mark_w.svg");
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -20px;
  width: 162px;
  height: 18px;
}

.content02 .inner ul a .h2Area .h2Img {
  margin: 0 auto;
}

.content02 .inner ul a .h2Area .h2Img img {
  width: 100%;
  padding-bottom: 10px;
}

.content02 .inner ul a .h2Area .h2txt {
  padding-top: 30px;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
}

/*　210330修正用の追記*/

.aboutArea .inner .left .trialLesson {
    padding-top: 5px;
}

.aboutArea .inner .left .trialLesson a {
	color: #72b8c5;
}

.content01 .aboutArea .inner .left dl dt {
    font-size: 20px;
}




@media screen and (max-width: 1320px) {
  .newsArea .inner .left,
  .newsArea .inner .right {
    width: 50%;
  }
  .newsArea .inner .left .news {
    padding: 34px 36px;
  }
  .companyArea .inner .right {
    width: 52%;
    padding: 80px 0 0 20px;
  }
  .companyArea .inner .left {
    width: 42%;
  }
  .costArea .inner .left,
  .costArea .inner .desc .left {
    width: 50%;
  }
  .costArea .inner .left {
    padding-top: 80px;
    padding-left: 30px;
  }
  .costArea .inner .right,
  .costArea .inner .desc .right {
    width: 50%;
  }
  .contactArea .inner .right,
  .contactArea .inner .left {
    width: 50%;
  }
  .contactArea .inner .left {
    padding-right: 20px;
  }
  .contactArea .inner .right {
    background-size: contain;
  }
}

@media screen and (max-width: 1350px) {
  .newsArea .inner .right {
    width: 70%;
    padding: 50px 0 50px 20px;
  }
  .newsArea .inner .left {
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  .newsArea .inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px 5vw;
    display: block;
  }
  .newsArea .inner .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .newsArea .inner .left {
    width: 100%;
    padding: 20px 0 50px;
  }
  .newsArea .inner .right .news ul li {
    display: block;
    margin-bottom: 25px;
  }
  .newsArea .inner .left .h2Area {
    text-align: center;
  }
  .newsArea .inner .left .h2Area .h2txt {
    font-size: 18px;
  }
  .newsArea .inner .right .news ul li .display {
    width: 100%;
    padding-bottom: 10px;
  }
  .content01 .aboutArea .inner .left dl dt {
    font-size: 18px;
  }
  .lesson_bg .lessonArea .inner {
    padding: 60px 5vw 1px;
  }
  .lesson_bg .lessonArea .inner .h2Area .h2Img {
    width: 66px;
  }
  .lesson_bg .lessonArea .inner ul {
    padding-top: 80px;
    display: block;
  }
  .lesson_bg .lessonArea .inner ul li {
    width: 100%;
    margin: 0 0 50px;
  }
  .lesson_bg .lessonArea .inner ul li a:hover {
    margin-top: 0;
  }
  .lesson_bg .lessonArea .inner ul li a .arch {
    font-size: 18px;
  }
  .lesson_bg .lessonArea .inner ul li:nth-of-type(odd) .desc_bg {
    border: 10px solid #e6cc3f;
  }
  .lesson_bg .lessonArea .inner ul li:nth-of-type(even) .desc_bg {
    border: 10px solid #72b8c5;
  }
  .lesson_bg .lessonArea .inner ul li a .desc_bg .desc .no {
    font-size: 18px;
  }
  .lesson_bg .lessonArea .inner ul li a .img {
    padding: 15px 0 25px;
  }
  .lesson_bg .lessonArea .inner ul li a .txt {
    min-height: inherit;
    text-align: center;
  }
  .lesson_bg .lessonArea .inner ul li a .btnArea {
    text-align: center;
    padding-top: 20px;
  }
  .productArea .inner .right .desc dl dt {
    padding-left: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 897px) and (orientation: landscape) {
  .mainArea .main_bgArea .main_bg .inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .btnArea .btn,
  .btnArea .btn a {
    padding-left: 50px;
  }
  h2,
  .h2Area h2 {
    font-size: 16px;
  }

  .mainArea .main_bgArea .main_bg {
    width: 100%;
    background-image: none;
  }
  .mainArea .main_bgArea .main_bg .inner {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 5vw;
  }

  .newsArea .inner .left .h2Area h2 {
    font-size: 16px;
  }
  .content01 {
    background-size: 30%, 30%;
    background-position: top 195px right -16px, bottom -8px left -20px;
  }
  .content01 .linkArea .inner {
    padding: 20px 5vw 1px;
    text-align: center;
  }
  .content01 .linkArea .inner ul {
    display: block;
  }
  .content01 .linkArea .inner ul li {
    margin: 0 0 20px;
  }
  .content01 .aboutArea .inner {
    padding: 50px 5vw;
    display: block;
  }
  .content01 .aboutArea .inner .left,
  .content01 .aboutArea .inner .right {
    width: 100%;
  }
  .content01 .aboutArea .inner .right {
    padding-left: 0;
    padding-top: 30px;
  }
  .content01 .aboutArea .inner .right .img {
    width: 80%;
    margin: 0 auto;
  }
  .content01 .aboutArea .inner .right .img img {
    border-radius: 20px;
  }
  .content01 .aboutArea .inner .left dl {
    padding-top: 30px;
  }
  .content01 .aboutArea .inner .left dl dd {
    padding-top: 25px;
  }
  .content01 .aboutArea .inner .left dl dd p {
    line-height: 1.8;
  }
  .content01 .aboutArea .inner .left .btnArea {
    padding-top: 20px;
  }

  .lesson_bg .lessonArea {
    background-image: none;
  }
  .lesson_bg .lessonArea .inner ul {
    padding-top: 55px;
  }
  .lesson_bg .lessonArea .inner ul li a .desc_bg {
    width: 200px;
    height: 200px;
  }
  .lesson_bg .lessonArea .inner ul li a .desc_bg .desc h2 {
    font-size: 18px;
  }
  .lesson_bg .lessonArea .inner ul li a .img {
    padding: 15px 0 20px;
  }

  .productArea {
    background-position: bottom right -20px;
    background-size: 40%;
  }
  .productArea .inner {
    padding: 50px 5vw;
    display: block;
  }
  .productArea .inner .left,
  .productArea .inner .right {
    width: 100%;
  }
  .productArea .inner .right .h2Area {
    padding-bottom: 20px;
  }
  .productArea .inner .right .desc {
    padding: 25px 0 0;
  }
  .productArea .inner .right .desc dl {
    text-align: left;
  }
  .productArea .inner .right .desc .btnArea {
    padding-top: 10px;
  }
  .productArea .inner .right .desc dl dt {
    padding-left: 20px;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .productArea .inner .left {
    text-align: center;
    padding-right: 0;
    padding-top: 35px;
  }
  .productArea .inner .left .img02 {
    padding-top: 20px;
  }
  .productArea .inner .left .img01 {
    width: 80%;
    margin: 0 auto;
  }
  .productArea .inner .left .img02 {
    width: 50%;
  }
  .productArea .inner .left .img img {
    border-radius: 20px;
  }

  .content02 .inner {
    padding: 20px 5vw;
  }
  .content02 .inner ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content02 .inner ul li {
    width: 48%;
    margin: 0;
  }
  .content02 .inner ul a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content02 .inner ul a .h2Area h2 {
    font-size: 16px;
  }
  .content02 .inner ul a .h2Area h2::after {
    width: 110px;
  }
  .content02 .inner ul a .h2Area .h2Img img {
    width: 61.8%;
  }
  .content02 .inner ul a .h2Area .h2txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 400px) {
  .content01 .aboutArea .inner .left dl dt {
    font-size: 16px;
  }
  .lesson_bg .lessonArea .inner {
    padding: 55px 8vw 1px;
  }
  .lesson_bg .lessonArea .inner ul li {
    background-size: 80%;
  }
  .lesson_bg .lessonArea .inner ul {
    padding-top: 40px;
  }
  .lesson_bg .lessonArea .inner ul li a .arch {
    font-size: 16px;
  }
  .lesson_bg .lessonArea .inner ul li a .txt {
    text-align: left;
  }
  .lesson_bg .lessonArea .inner ul li a .btnArea {
    padding-top: 10px;
  }
}
