@charset "UTF-8";
/* @charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700|Roboto:400,400i,500,500i,700,700i&display=swap&subset=japanese"); */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
/*	レイアウト
---------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1.1;
  color: #4b300f;
  font-family: YuGothicM, YuGothicB, 'Lato', 'Yu Gothic', YuGothic, メイリオ, Meiryo, 'Lato', sans-serif;
}

@media screen and (min-width: 768px) {
.opacity a:hover img{Filter: Alpha(Opacity=70);opacity:.70;}
}

#wrapper {
  overflow: hidden;
  position: relative;
  /* 表示切り替え */
  /*	ヘッダー - top - logo & header menu
    ---------------------------------*/
  /*	フッター menu
    ---------------------------------*/
  /* footer infor */
}

#wrapper .lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  #wrapper .lg_contain {
    padding: 0 1rem;
  }
}

#wrapper .md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
}

@media screen and (max-width: 768px) {
  #wrapper .md_contain {
    padding: 0 1rem;
  }
}

#wrapper .inner_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 840px;
}

@media screen and (max-width: 840px) {
  #wrapper .inner_contain {
    padding: 0 1rem;
  }
}

#wrapper .sp_display {
  display: none;
}

@media screen and (max-width: 1000px) {
  #wrapper .pc_display {
    display: none;
  }
  #wrapper .sp_display {
    display: block;
  }
}

#wrapper header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  /*	グローバナビ（スマホ用）- global navigator(smartphone)
        ---------------------------------*/
}

#wrapper header .lg_contain {
  position: relative;
  height: 10rem;
}

@media screen and (max-width: 1000px) {
  #wrapper header .lg_contain {
    padding: 0 1rem;
    -webkit-box-shadow: 0 0 5px #333;
            box-shadow: 0 0 5px #333;
  }
}

@media screen and (max-width: 768px) {
  #wrapper header .lg_contain {
    padding: 0 0.5rem;
    height: 7rem;
  }
}

#wrapper header .hd_logo {
  z-index: 9999;
}

#wrapper header .hd_logo h1 {
  line-height: 5rem;
}

#wrapper header .hd_logo h1 img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #wrapper header .hd_logo {
    width: 25rem;
  }
}

#wrapper header .hd_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  #wrapper header .hd_menu {
    display: none;
  }
}

#wrapper header .hd_menu ul {
  list-style: none;
}

#wrapper header .hd_menu ul li {
  margin-left: 3.5rem;
  font-family: YuGothicB;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #4b300f;
}

#wrapper header .hd_menu ul li:first-child {
  margin-left: 0;
}

#wrapper header .hd_menu a.hd_btn {
  display: inline-block;
  margin-left: 3rem;
  line-height: 3rem;
}

#wrapper header .hd_menu a.hd_btn img {
  vertical-align: middle;
}

#wrapper header .sp_menu {
  display: none;
}

@media screen and (max-width: 960px) {
  #wrapper header .sp_menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10000;
  }
}

#wrapper header .sp_menu span.tel_link {
  display: inline-block;
}

#wrapper header .navToggle {
  display: none;
}

@media screen and (max-width: 960px) {
  #wrapper header .navToggle {
    display: inline-block;
    position: relative;
    width: 51px;
    height: 51px;
    padding: 15px 12px;
    cursor: pointer;
    z-index: 10010;
  }
  #wrapper header .navToggle div {
    position: relative;
  }
  #wrapper header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4b300f;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 5px;
  }
  #wrapper header .navToggle span:nth-child(1) {
    top: 0;
  }
  #wrapper header .navToggle span:nth-child(2) {
    top: 9px;
  }
  #wrapper header .navToggle span:nth-child(3) {
    top: 18px;
  }
}

#wrapper header nav.sp-nav {
  display: none;
}

@media screen and (max-width: 1000px) {
  #wrapper header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  }
  #wrapper header nav.sp-nav a {
    display: block;
  }
  #wrapper header nav.sp-nav a* {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #wrapper header nav.sp-nav .logo img {
    margin: 0;
    text-align: left;
  }
  #wrapper header nav.sp-nav ul {
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 100%;
  }
  #wrapper header nav.sp-nav ul li {
    padding: 2rem 0;
    text-align: center;
  }
  #wrapper header nav.sp-nav ul li a {
    display: inline-block;
    position: relative;
    font-family: YuGothicB;
    font-size: 2.5rem;
    line-height: 1;
  }
  #wrapper header nav.sp-nav ul li a img {
    width: 5rem;
    vertical-align: middle;
  }
  #wrapper header nav.sp-nav ul li a.icon_link {
    width: 25%;
    text-align: center;
  }
  #wrapper header nav.sp-nav .sp-nav-sub {
    background: rgba(0, 0, 0, 0.05);
    margin-top: 1em;
  }
  #wrapper header nav.sp-nav .sp-nav-sub li {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
  }
  #wrapper header nav.sp-nav .sp-nav-sub li:first-child {
    border-top: none;
  }
  #wrapper header nav.sp-nav .sp-nav-sub li a {
    padding: 15px;
  }
  #wrapper header nav.sp-nav .header-contact {
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #wrapper header nav.sp-nav .header-contact a {
    width: 100%;
    padding: 15px 0;
    letter-spacing: 0;
  }
  #wrapper header nav.sp-nav .header-contact a span {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.6rem;
  }
  #wrapper header nav.sp-nav .header-contact .blc-tel {
    display: block;
    padding: 15px 0;
    border: 2px solid #313131;
    font-weight: bold;
    color: #fff;
    width: 100%;
  }
  #wrapper header nav.sp-nav .header-contact .blc-tel span {
    font-size: 1.6rem;
    line-height: 1;
    color: #000;
  }
  #wrapper header nav.sp-nav .header-contact .blc-contact {
    background: #313131;
    color: #fff;
  }
  #wrapper header nav.sp-nav .sub-menu {
    display: none;
    background: #F9F4E0;
  }
  #wrapper header nav.sp-nav li.contact {
    background: #121212;
  }
  #wrapper header nav.sp-nav li.contact a {
    color: #fff;
  }
}

#wrapper header.open nav.sp-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

#wrapper header.open .navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

#wrapper header.open .navToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

#wrapper header.open .navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

#wrapper footer {
  position: relative;
  padding: 6rem 0 0;
  background: #fe9393;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #wrapper footer {
    padding-top: 5rem;
  }
}

#wrapper footer .ft-logo {
  display: inline-block;
  height: auto;
  margin: 0 auto;
}

#wrapper footer .ft_menu {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #wrapper footer .ft_menu {
    display: none;
  }
}

#wrapper footer .ft_menu li {
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #wrapper footer .ft_menu li {
    margin-top: 1rem;
  }
}

#wrapper footer .ft-copyright {
  width: 100%;
  /*font-family: YuGothicM;*/
  font-size: 1.2rem;
  line-height: 5rem;
  color: #fff;
}

#wrapper section {
  position: relative;
  width: 100%;
  /*	基本レイアウト - basic layout
        ---------------------------------*/
}

@media screen and (max-width: 768px) {
  #wrapper section {
    padding: 10rem 0;
  }
}

#wrapper section::before {
  content: '';
  position: relative;
  display: block;
  visibility: hidden;
  height: 0rem;
  margin-top: -0rem;
}

@media screen and (max-width: 768px) {
  #wrapper section::before {
    height: 7rem;
    margin-top: -7rem;
  }
}

#wrapper section h3 {
  text-align: center;
}

#wrapper section h3 span {
  display: block;
  font-family: YuGothicB;
  font-weight: 700;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  #wrapper section h3 span {
    font-size: 2.5rem;
  }
}

#wrapper section.main_view {
  /*	メインイメージ  - main image
            ---------------------------------*/
}

#wrapper section.main_view .main-img-otr {
  position: relative;
  width: 100%;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  #wrapper section.main_view .main-img-otr {
    margin-top: 7rem;
  }
}

#wrapper section.main_view .main-img-otr .slider01 {
  position: relative;
  width: 100%;
  height: 54rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #wrapper section.main_view .main-img-otr .slider01 {
    height: 52rem;
  }
}

#wrapper section.main_view .main-img-otr .slider01 .main-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

#wrapper section.main_view .main-img-otr .slider01 .main-img.img01 {
  background: url(../images/hd_mv_bg1.png) center center no-repeat;
  background-size: cover;
}

#wrapper section.main_view .main-img-otr .lg_contain {
  height: inherit;
}

#wrapper section.main_view .main-img-otr .lg_contain h2 {
  position: absolute;
  top: 33.5%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  z-index: 40;
}

@media screen and (max-width: 768px) {
  #wrapper section.main_view .main-img-otr .lg_contain h2 {
    width: 73%;
    top: 28.5%;
  }
}

#wrapper section .nrl {
  font-family: YuGothicM;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#wrapper section .nrl1 {
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

#wrapper section .nrlB {
  font-family: YuGothicB;
  font-size: 1.5rem;
  line-height: 3rem;
}

#wrapper section#news {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  #wrapper section#news {
    padding: 8rem 0;
  }
}

#wrapper section#news .news_in {
  position: relative;
  padding: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#news .news_in {
    padding-left: 0;
    padding-right: 0;
  }
}

#wrapper section#news .news_in .scroll {
  position: relative;
  max-height: 22rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 4rem 0 1rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#news .news_in .scroll {
    max-height: 29.5rem;
    padding: 0 1rem;
  }
}

#wrapper section#news .news_in .scroll::-webkit-scrollbar {
  width: 1rem;
}

#wrapper section#news .news_in .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #b4b4b4;
}

#wrapper section#news .news_in .scroll dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  border-bottom: solid #b4b4b4 1px;
}

#wrapper section#news .news_in .scroll dl:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  #wrapper section#news .news_in .scroll dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#wrapper section#news .news_in .scroll dl dt {
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 2;
  width: 100%;
  max-width: 12rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#news .news_in .scroll dl dt {
    width: 100%;
  }
}

#wrapper section#news .news_in .scroll dl dd {
  font-family: YuGothicM;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #wrapper section#news .news_in .scroll dl dd {
    width: 100%;
  }
}

#wrapper section#feature {
  padding: 15rem 0 12rem;
  background: url(../images/feature_bg_top.png) top center repeat-x, url(../images/feature_bg_bottom.png) bottom center repeat-x, url(../images/feature_bg_pattern.png) center center repeat, #fffbed;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature {
    padding: 13rem 0 10rem;
  }
}

#wrapper section#feature .desc {
  margin: 1rem 0 5rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .desc {
    text-align: left;
  }
}

#wrapper section#feature .media_block {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper section#feature .media_block .media {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .media_block .media {
    width: 100%;
  }
}

#wrapper section#feature .media_block .content {
  width: 37%;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .media_block .content {
    width: 100%;
    padding: 5rem 0 2rem;
  }
}

#wrapper section#feature .media_block .content h4 {
  font-family: YuGothicB;
  font-size: 2.4rem;
  line-height: 2;
  color: #f89898;
  margin-bottom: 2rem;
}

#wrapper section#feature .media_block.left_media .media {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#wrapper section#feature .media_block.left_media .media img.card {
  position: absolute;
  right: -6%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .media_block.left_media .media img.card {
    width: 45%;
    right: 0;
    bottom: -15%;
  }
}

#wrapper section#feature .media_block.left_media .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper section#feature .media_block.right_media .media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper section#feature .media_block.right_media .media img.card {
  position: absolute;
  left: -3%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .media_block.right_media .media img.card {
    width: 30%;
    left: 65%;
    bottom: -15%;
  }
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .media_block.right_media .media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#wrapper section#feature .media_block.right_media .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  #wrapper section#feature .media_block.right_media .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#wrapper section#course {
  padding: 19rem 0 12rem;
  background: url(../images/intro_bg.png) top center no-repeat, #fcfbfa;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #wrapper section#course {
    padding: 10.5rem 0 3rem;
    background: url(../images/intro_bg_sp.png) top center no-repeat, #fcfbfa;
    background-size: contain;
  }
}

#wrapper section#course .course_grid {
  width: 100%;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #wrapper section#course .course_grid {
    padding-top: 2rem;
  }
}

#wrapper section#course .course_grid .course_block {
  position: relative;
  width: 48%;
  margin-bottom: 4rem;
  background: #ffffff;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#course .course_grid .course_block {
    width: 100%;
  }
}

#wrapper section#course .course_grid .course_block .r_content {
  position: relative;
  z-index: 10;
  height: 100%;
  border-radius: 1rem;
  background: #ffffff;
}

#wrapper section#course .course_grid .course_block .r_content .label {
  padding: 1.5rem 0;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
  background: #f89898;
}

#wrapper section#course .course_grid .course_block .r_content .label h4 {
  font-family: YuGothicB;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}

#wrapper section#course .course_grid .course_block .r_content .label h4 span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#wrapper section#course .course_grid .course_block .r_content .content {
  border-radius: 0 0 1rem 1rem;
  padding: 3rem;
}

#wrapper section#course .course_grid .course_block .r_content .content .thumb {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#course .course_grid .course_block .r_content .content .thumb {
    margin-bottom: 1rem;
  }
}

#wrapper section#course .course_grid .course_block .s_content {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 20rem;
  left: 0;
  bottom: -6rem;
  background: url(../images/intro_shadow.png) bottom center;
  background-size: cover;
}

#wrapper section#price {
  padding: 10rem 0 11.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  #wrapper section#price {
    padding: 8rem 0 5rem;
  }
}

#wrapper section#price .price_grid {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#price .price_grid {
    margin-top: 2rem;
  }
}

#wrapper section#price .price_grid .r_content {
  position: relative;
  z-index: 10;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  border: solid #f89898 2px;
}

#wrapper section#price .price_grid .price_block {
  border-bottom: solid #d2d2d2 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper section#price .price_grid .price_block:first-child .label {
  border-radius: 0.7rem 0 0 0;
}

#wrapper section#price .price_grid .price_block:first-child .content {
  border-radius: 0 0.7rem 0 0;
}

#wrapper section#price .price_grid .price_block:last-child {
  border: none;
}

#wrapper section#price .price_grid .price_block:last-child .label {
  border-radius: 0 0 0 0.7rem;
}

#wrapper section#price .price_grid .price_block:last-child .content {
  border-radius: 0 0 0.7rem 0;
}

#wrapper section#price .price_grid .price_block .label {
  width: 28%;
  padding-left: 3rem;
  font-family: YuGothicB;
  font-size: 1.8rem;
  line-height: 9.6rem;
  color: #fff;
  background: #f89898;
}

@media screen and (max-width: 768px) {
  #wrapper section#price .price_grid .price_block .label {
    padding: 5rem 0;
    padding-left: 2rem;
    width: 38%;
    line-height: 1.5;
  }
}

#wrapper section#price .price_grid .price_block .content {
  width: 72%;
  padding: 2rem 0;
  padding-left: 3rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #wrapper section#price .price_grid .price_block .content {
    padding: 1.5rem 0.5rem 1.5rem 2rem;
    width: 62%;
  }
}

#wrapper section#price .price_grid .s_content {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 20rem;
  left: 0;
  bottom: 0;
  background: url(../images/price_shadow.png) bottom center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #wrapper section#price .price_grid .s_content {
    bottom: 3rem;
  }
}

#wrapper section#lesson {
  padding: 12rem 0 6rem;
  background: url(../images/lesson_bg.png) top center repeat;
}

@media screen and (max-width: 768px) {
  #wrapper section#lesson {
    padding: 8rem 0 5rem;
  }
}

#wrapper section#lesson .lesson_block {
  width: 100%;
  background: #fff;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper section#lesson .lesson_block .lesson {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #wrapper section#lesson .lesson_block .lesson {
    width: 100%;
  }
}

#wrapper section#lesson .lesson_block .lesson img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

#wrapper section#lesson .lesson_block .content {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #wrapper section#lesson .lesson_block .content {
    padding-top: 3rem;
    width: 100%;
  }
}

#wrapper section#lesson .lesson_block .content h4 p {
  font-family: YuGothicB;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
}

#wrapper section#lesson .lesson_block .content h4 span {
  font-size: 2.4rem;
}

#wrapper section#lesson .lesson_block .content p.nrl {
  margin-top: 1rem;
}

#wrapper section#lesson .lesson_block.right_thumb .lesson {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  #wrapper section#lesson .lesson_block.right_thumb .lesson {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#wrapper section#lesson .lesson_block.right_thumb .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  #wrapper section#lesson .lesson_block.right_thumb .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#wrapper section#lesson .lesson_block.left_thumb .lesson {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#wrapper section#lesson .lesson_block.left_thumb .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#wrapper section#lesson a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem auto 0;
  width: 42.5rem;
  height: 8rem;
  border-radius: 10rem;
  border: solid #99d356 1px;
  text-align: center;
  font-family: YuGothicB;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  background: url(../images/assets_00.png) 95% center no-repeat, #99d356;
}

#wrapper section#lesson a:hover {
  background: url(../images/assets_01.png) 95% center no-repeat, #fff;
  color: #99d356;
}

@media screen and (max-width: 768px) {
  #wrapper section#lesson a {
    margin: 0.5rem auto 4rem;
    width: 87%;
    height: 7rem;
  }
}

#wrapper section#techer {
  padding: 10.5rem 0 7rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#techer {
    padding: 8rem 0 1rem;
  }
}

#wrapper section#techer .media_block {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper section#techer .media_block .media {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #wrapper section#techer .media_block .media {
    width: 100%;
  }
}

#wrapper section#techer .media_block .content {
  width: 38%;
}

@media screen and (max-width: 768px) {
  #wrapper section#techer .media_block .content {
    width: 100%;
    padding-top: 3rem;
  }
}

#wrapper section#techer .media_block .content h4 {
  font-family: YuGothicB;
  font-size: 2.4rem;
  line-height: 2;
  color: #f89898;
}

#wrapper section#qa {
  padding: 12rem 0 8rem;
  background: url(../images/qa_bg.png) top center repeat, #fffdf5;
}

@media screen and (max-width: 768px) {
  #wrapper section#qa {
    padding: 8rem 0 4rem;
  }
}

#wrapper section#qa h3 {
  margin-bottom: 3rem;
}

#wrapper section#qa .qa_block {
  width: 100%;
  background: #fff;
  padding: 6rem 0 5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#qa .qa_block {
    padding: 2rem 0 2rem;
    margin-bottom: 2rem;
  }
}

#wrapper section#qa .qa_block ul.inner_contain {
  list-style: none;
  list-style-position: inside;
}

#wrapper section#qa .qa_block ul.inner_contain li {
  text-indent: -2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  #wrapper section#qa .qa_block ul.inner_contain li {
    padding-left: 5rem;
  }
}

#wrapper section#qa .qa_block ul.inner_contain li span {
  font-family: YuGothicM;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#wrapper section#qa .qa_block ul.inner_contain li::before {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  font-family: YuGothicB;
  font-size: 3rem;
  line-height: 2.8rem;
  color: #f89898;
}

#wrapper section#qa .qa_block ul.inner_contain li.q_line::before {
  content: 'Q. ';
}

#wrapper section#qa .qa_block ul.inner_contain li.a_line {
  margin-top: 2.5rem;
}

#wrapper section#qa .qa_block ul.inner_contain li.a_line::before {
  content: 'A. ';
}

#wrapper section#contact {
  padding: 4.5rem 0;
  background: url(../images/contact_bg.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #wrapper section#contact {
    padding-top: 8rem;
  }
}

#wrapper section#contact .media_block {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #wrapper section#contact .media_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#wrapper section#contact .media_block .media {
  width: 42%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #wrapper section#contact .media_block .media {
    width: 60%;
  }
}

#wrapper section#contact .media_block .content {
  width: 56%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #wrapper section#contact .media_block .content {
    width: 100%;
    text-align: center;
  }
}

#wrapper section#contact .media_block .content h4 {
  font-family: YuGothicB;
  font-size: 2.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #wrapper section#contact .media_block .content h4 {
    font-size: 2rem;
  }
}

#wrapper section#contact .media_block .content a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 0;
  width: 42.5rem;
  height: 8rem;
  border-radius: 10rem;
  border: solid #99d356 1px;
  text-align: center;
  font-family: YuGothicB;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  background: url(../images/assets_01.png) 95% center no-repeat, #fff;
  color: #99d356;
}

@media screen and (max-width: 768px) {
  #wrapper section#contact .media_block .content a {
    margin: 0.5rem auto 4rem;
    width: 87%;
    height: 7rem;
  }
}

#wrapper section#contact .media_block .content a p {
  position: relative;
}

#wrapper section#contact .media_block .content a p::before {
  position: relative;
  display: inline-block;
  content: '';
  width: 2.7rem;
  height: 1.9rem;
  margin-right: 1rem;
  background: url(../images/assets_03.png) center center no-repeat;
}

#wrapper section#contact .media_block .content a:hover {
  background: url(../images/assets_00.png) 95% center no-repeat, #99d356;
  color: #fff;
}

#wrapper section#contact .media_block .content a:hover p::before {
  background: url(../images/assets_02.png) center center no-repeat;
}

/*  ページャー - pager */
.bx-controls {
  display: none;
  position: absolute;
  bottom: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 90;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  outline: 0;
  border-radius: 13px;
  opacity: 0.3;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #20b2aa;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .bx-controls {
    bottom: 5px;
  }
}
/*# sourceMappingURL=layout.css.map */