@media only screen and (min-width: 1025px) {
  .h_nav_main {
    display: block !important;
  }

  .toggle {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .onlysp {
    display: none;
  }
  .sp-fixed {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .h_nav {
    padding-left: 20px;
  }

  .h_nav_inner .gNav {
    width: 60%;
    padding-right: 0;
  }

  .h_nav_inner .gNav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .h_nav_inner .gNav ul li a {
    padding: 0 10px;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(1) {
    font-size: 13px;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(2) {
    font-size: 11px;
  }

  .h_nav_inner .gNav ul li a:after {
    bottom: -30px;
  }

  .info1 {
    font-size: 11px;
  }

  .info2 {
    font-size: 18px;
  }

  .info2:before {
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 3px;
    margin-right: 5px;
  }

  .h_btn {
    width: 100px;
    height: 80px;
  }
}

@media only screen and (max-width: 1300px) {
  .h_nav {
    padding-left: 10px;
    height: 60px;
  }
  .fc {
    margin-top: 60px;
  }
  .h_nav_inner .gNav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .logo1 img {
    max-width: 210px;
  }
  .logo1 p {
    bottom: -2px;
    left: 55px;
    font-size: 9px;
  }
  .h_nav_main {
    width: 90%;
  }
  .h_nav_inner .gNav ul li a {
    padding: 0 7px;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(1) {
    font-size: 11px;
  }
  .h_nav_inner .gNav ul li a p:nth-of-type(2) {
    font-size: 11px;
  }
  .h_nav_inner .gNav ul li a:after {
    bottom: -30px;
  }
  .info {
    padding: 0 5px 5px;
  }
  .info1 {
    font-size: 11px;
  }
  .info2 {
    font-size: 16px;
  }
  .info2:before {
    width: 18px;
    height: 18px;
    background-size: 100%;
    top: 3px;
    margin-right: 5px;
  }
  .h_btn {
    width: 80px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 11px;
  }
  .h_btn:before {
    margin: 0 auto 5px;
  }
  .t-box3__bg,
  .t-box3__bg2,
  .t-box3__wrap {
    height: 500px;
  }

  .t-box3__wrap {
    padding: 35px 55px 0 45px;
  }

  .t-box3--txt1 {
    font-size: 22px;
  }

  .t-box3--txt2 {
    font-size: 13px;
  }

  .t-box3--txt3 {
    font-size: 16px;
  }
}

@media all and (max-width: 1024px) {
  body {
    min-width: 768px;
  }

  .w1k {
    max-width: 800px;
  }

  /* Header
	-------------------------------------------------*/
  .logo img {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .logo h1 {
    font-size: 16px;
  }

  .logo div {
    font-size: 26px;
  }

  .h_socical {
    left: 30px;
    bottom: 35px;
  }

  .h_socical ul li + li {
    margin-left: 15px;
  }

  .h_socical ul li a img {
    max-width: 20px;
  }

  .h_btn {
    width: 120px;
    height: 100px;
    top: 0;
    right: 0;
    background-color: #a72b2a;
    text-align: center;
    color: #fff;
    font-size: 12px;
    z-index: 10;
    padding-top: 25px;
  }

  .h_btn:before {
    content: "";
    display: block;
    width: 16px;
    height: 22px;
    margin: 0 auto 7px;
    background-image: url(../img/common/i_m.png);
    background-size: 100%;
    position: relative;
  }

  .h_btn:hover {
    opacity: 0.7;
  }

  .h_nav {
    height: 80px;
    padding-left: 20px;
    -webkit-box-shadow: 0 5px 3px -6px #333;
    box-shadow: 0 5px 3px -6px #333;
  }

  .h_nav .logo1 {
    width: auto;
  }

  .h_nav .logo1 img {
    width: 100%;
    max-width: 216px;
  }

  .logo1 p {
    font-size: 10px;
    left: 65px;
  }

  .h_nav_main {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.96);
    z-index: 9;
  }

  .h_nav_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h_nav_inner .gNav {
    padding-right: 0;
  }

  .h_nav_inner .gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h_nav_inner .gNav ul li {
    padding: 20px 0;
  }

  .h_nav_inner .gNav ul li a {
    display: block;
    padding: 0 15px;
    position: relative;
  }

  .h_nav_inner .gNav ul li a p {
    font-family: "Sawarabi Mincho";
    line-height: 160%;
    color: #202020;
    text-align: center;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(1) {
    font-size: 18px;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(2) {
    font-size: 12px;
  }

  .h_nav_inner .gNav ul li a:after {
    display: none;
  }

  .h_nav_inner .gNav ul li + li a {
    border-left: 0;
  }

  .h_nav .toggle {
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000000;
  }

  .h_nav .toggle {
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    /* background-color: rgba(17,17,17,0.94); */
  }

  .h_nav .toggle:hover {
    opacity: 0.8;
  }

  .h_nav .toggle > span:nth-of-type(1),
  .h_nav .toggle > span:nth-of-type(2),
  .h_nav .toggle > span:nth-of-type(3) {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #a72b2a;
    margin: 7px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .h_nav .toggle p {
    font-size: 10px;
    color: #a72b2a;
    text-align: center;
    line-height: 120%;
    padding-top: 2px;
  }

  .h_nav .out {
    background: #003366;
  }

  .h_nav .toggle.change {
    position: fixed !important;
  }

  .h_nav .toggle.change > span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
  }

  .h_nav .toggle.change > span:nth-of-type(2) {
    opacity: 0;
  }

  .h_nav .toggle.change > span:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
  }

  .info {
    padding: 30px 0;
  }

  .info1 {
    text-align: center;
    font-size: 12px;
    color: #1f1f1f;
    line-height: 160%;
    font-family: "Sawarabi Mincho";
  }

  .info2 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #a52b2a;
  }

  .info2:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/common/i_info.png);
    position: relative;
    top: 3px;
    margin-right: 5px;
  }

  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
  }

  .bg_h {
    position: relative;
    overflow: hidden;
  }

  .bg_h video {
    height: 100%;
  }

  .bg_h:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/common/bg.png);
    background-repeat: round;
    z-index: 2;
  }

  .slide_scroll {
    position: absolute;
    bottom: 85px;
    width: 100%;
    z-index: 3;
    text-align: center;
    z-index: 10;
  }

  .btnScroll {
    display: inline-block;
    -webkit-transition: opacity 2.2s 2s;
    transition: opacity 2.2s 2s;
    z-index: 3;
  }

  .btnScroll a img {
    vertical-align: middle;
  }

  .btnScroll span {
    display: block;
    height: 30px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }

  .btnScroll span:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .btnScroll span.top {
    top: -40px;
  }

  .btnScroll span.bottom {
    bottom: -40px;
  }

  /* Button */
  .btns * {
    width: 192px;
    line-height: 44px;
    font-size: 11.2px;
  }

  .la {
    position: relative;
    top: -80px;
  }

  /* Footer */
  #footer {
    background-color: #eee;
    padding-bottom: 40px;
  }

  #footer .h_nav {
    background-color: #eee;
    box-shadow: none;
    padding-left: 0;
    display: none;
  }

  #footer .h_nav_main {
    width: 100%;
  }

  #footer .h_nav_inner {
    justify-content: center;
  }

  #footer .f_nav {
    padding-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  #footer .f_nav .logo1 img {
    max-width: 216px;
  }

  .copyright {
    font-size: 13px;
    text-align: center;
    color: #1f1f1f;
    padding-left: 40px;
  }

  /* Top page
  -------------------------------------------------*/
  .page-desc {
    margin: 30px auto;
    width: calc(100% - 20px);
    padding: 15px;
  }
  .page-desc .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .page-desc .content {
    font-size: 14px;
  }

  .t-box1__main .arrow-center.next img {
    max-width: 25px;
  }

  .t-box1__main .arrow-center.prev img {
    max-width: 25px;
  }

  .t-box1__slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .t-box2 {
    padding: 35px 20px 20px;
  }

  .t-box2__cont {
    width: 100%;
  }

  .news-ttl p.t1 {
    font-size: 14px;
    padding-right: 15px;
  }

  .news-ttl p.t2 {
    font-size: 14px;
  }

  .news_cont {
    padding-top: 5px;
  }

  .news_cont div {
    padding: 10px;
  }

  .news_cont div p:nth-of-type(1) {
    font-size: 12px;
  }

  .news_cont div p:nth-of-type(1) span {
    width: 36px;
    line-height: 14px;
    font-size: 10px;
    margin-right: 7px;
  }

  .news_cont div p:nth-of-type(2) {
    font-size: 14px;
    line-height: 160%;
  }

  .t-box3 {
    padding: 20px 0 0;
  }

  .t-box3__main {
    padding-top: 50px;
  }

  .t-box3__bg,
  .t-box3__bg2 {
    position: absolute;
    background-size: cover;
    width: 53.125%;
    height: 360px;
    bottom: 0;
    z-index: 1;
  }

  .t-box3__bg2 {
    mix-blend-mode: multiply;
  }

  .t-box3__wrap {
    width: 53.125%;
    height: 360px;
    bottom: 0;
    z-index: 1;
    padding: 20px 25px 0 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .t-box3__inner {
    width: 100%;
    height: 100%;
    max-width: 500px;
  }

  .bg1 {
    background-image: url("../img/top/bg1.png");
  }

  .bg2 {
    background-image: url("../img/top/bg2.png");
  }

  .bg3 {
    background-image: url("../img/top/bg3.png");
  }

  .bg4 {
    background-image: url("../img/top/bg4.png");
  }

  .t-box3--ttl p.t1 {
    font-size: 38px;
  }

  .t-box3--ttl p.t1.v1 img {
    max-width: 200px;
  }

  .t-box3--ttl p.t1.v2 img {
    max-width: 200px;
  }

  .t-box3--ttl p.t1.v3 img {
    max-width: 160px;
  }

  .t-box3--ttl p.t1.v4 img {
    max-width: 240px;
  }

  .t-box3--ttl p.t2 {
    font-size: 13px;
    padding-top: 7px;
  }

  .t-box3--txt1 {
    font-size: 15px;
    color: #ebebeb;
    line-height: 120%;
    padding-top: 20px;
  }

  .t-box3--txt2 {
    font-size: 11px;
    padding-top: 10px;
  }

  .t-box3--txt3 {
    font-size: 13px;
    padding: 15px 0;
  }

  .t-box3--btn {
    width: 236px;
    line-height: 40px;
    font-size: 14px;
  }

  .t-box3--btn:before {
    width: 16px;
    height: 16px;
    top: 3px;
    margin-right: 5px;
  }

  .t-box4 {
    padding: 30px 0 40px;
  }

  .t-box4--ttl {
    font-size: 16px;
  }

  .t-box4__items {
    padding: 30px 20px 0;
  }

  .t-box4__items .item {
    width: 23%;
  }

  @media only screen and (min-width: 769px) {
    .t-box4__items .item {
      margin-right: 2.666666666%;
    }

    .t-box4__items .item:nth-of-type(4n) {
      margin-right: 0;
    }
  }

  .t-box4__items .item-main {
    padding: 15px;
  }

  .t-box4__items .item-date {
    font-size: 12px;
  }

  .t-box4__items .item-txt {
    font-size: 11px;
    padding-top: 10px;
  }

  .a-cont1__ttl {
    height: 200px;
    padding-top: 70px;
    padding-left: 20px;
  }

  .a-cont4 {
    margin-bottom: 20px;
  }

  .a-cont2 {
    padding: 30px 20px 0;
  }

  .a-cont2__col.ab {
    margin-top: -60px;
    padding-top: 120px;
  }

  .a-cont2__txt--1 {
    font-size: 16px;
  }

  .a-cont2__txt--2 {
    font-size: 11px;
    padding-bottom: 25px;
  }

  .a-cont2__txt--3 {
    font-size: 10px;
    padding: 10px 0;
  }

  .a-cont2__item--main {
    width: 48%;
    padding: 10px;
  }

  .a-cont2__item--main.right .a-cont2__item--wrap {
    padding-right: 30px;
  }

  .a-cont2__item--wrap {
    width: 100%;
    max-width: 470px;
    padding: 0 10px;
  }

  .a-cont2__item--ttl1 {
    font-size: 16px;
    padding-top: 10px;
  }

  .a-cont2__item--ttl2 {
    font-size: 16px;
    padding-top: 5px;
  }

  .a-cont2__item--num {
    font-size: 40px;
    color: #a52b2a;
    line-height: 100%;
    /*letter-spacing: -5px;*/
  }

  .a-cont3--inner {
    padding: 30px 20px;
  }

  .a-cont3__txt--1 {
    font-size: 23px;
  }

  .a-cont3__txt--2 {
    font-size: 11px;
  }

  .a-cont3__main {
    padding-top: 20px;
  }

  .a-cont3__item {
    width: 31.4%;
  }

  .a-cont3__item--ttl p:nth-of-type(1) {
    font-size: 26px;
  }

  .a-cont3__item--ttl p:nth-of-type(2) {
    font-size: 13px;
    padding-top: 5px;
  }

  .a-cont3__item--txt {
    color: #ebebeb;
    font-size: 10px;
    line-height: 200%;
    padding: 10px 0;
  }

  .a-cont4__img {
    width: 55.8%;
  }

  .a-cont4__img img {
    width: 100%;
  }

  .a-cont4__main {
    width: 44.2%;
  }

  .a-cont4__txt {
    padding-left: 20px;
  }

  .a-cont4__txt--1 {
    font-size: 22px;
  }

  .a-cont4__txt--2 {
    font-size: 11px;
    padding: 10px 0 20px;
  }

  .a-cont4__btn {
    display: block;
    width: 200px;
    line-height: 40px;
    border: 2px solid #1f1f1f;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #1f1f1f;
  }

  .a-cont4__btn:before {
    width: 18px;
    height: 18px;
    top: 4px;
    margin-right: 10px;
  }

  .m-cont1__ttl {
    height: 200px;
    padding-top: 70px;
    padding-left: 20px;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-item {
    width: 30.3%;
  }

  .menu-item__txt {
    padding-top: 15px;
  }

  .menu-item__txt--1 {
    font-size: 18px;
	 font-weight: bold;
  }

  .menu-item__txt--2 {
    font-size: 15px;
  }

  .menu-item__txt--3 {
    padding-top: 10px;
  }

  .menu-item__txt--3 div p {
    width: 49%;
    line-height: 30px;
    font-size: 10px;
    color: #1f1f1f;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #1f1f1f;
  }

  .menu-item__txt--3 div p + p {
    margin-left: 2%;
  }

  .menu-tabs {
    padding: 70px 20px 0;
  }

  .menu-tab {
    padding-bottom: 30px;
  }

  .menu-tab p {
    font-size: 14px;
    line-height: 36px;
  }

  .menu-tab p.active:after {
    width: 18px;
    height: 9.5px;
    background-size: cover;
  }

  .menu-content {
    padding: 40px 20px 0;
  }

  .menu1-txt {
    flex: 0 0 60%;
    padding-right: 20px;
  }

  .menu1-txt--1 {
    font-size: 20px;
  }

  .menu1-txt--2 {
    font-size: 13px;
    padding: 10px 0 15px;
  }

  .menu1-txt--3 {
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
  }

  .menu1-txt--4 {
    font-size: 11px;
  }

  .menu1-txt--4.pd {
    padding: 10px;
  }

  .menu1-txt--5 {
    padding: 15px;
    justify-content: space-between;
  }

  .menu1-txt--5 p {
    width: 48%;
    font-size: 10px;
  }

  .menu1-btn {
    padding-left: 15px;
  }

  .menu1-btn .menu-btn {
    width: 200px;
  }

  .menu1-btn .menu-btn + .menu-btn {
    margin-left: 10px;
  }

  .menu-btn {
    line-height: 46px;
    border-radius: 10px;
    font-size: 11px;
  }

  .menu-btn:before {
    content: "";
    flex: 0 0 16px;
    height: 16px;
    margin-right: 5px;
  }

  .menu1-main {
    padding-top: 40px;
  }

  .menu1-ttl {
    font-size: 18px;
    color: #1f1f1f;
  }

  .menu1-ttl:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  .menu1-tb table th {
    font-size: 12px;
  }

  .menu1-tb table td.co {
    font-size: 11px;
  }

  .menu1-tb table th,
  .menu1-tb table td {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
  }

  .menu1-main--txt2 {
    font-size: 11px;
    padding-bottom: 20px;
  }

  .menu-box {
    width: 500px;
    border-radius: 10px;
  }

  .menu-box__top {
    padding: 15px 0;
  }

  .menu-box--btn {
    width: 160px;
  }

  .menu-box__txt--1 {
    font-size: 11px;
  }

  .menu-box__txt--2 {
    font-size: 16px;
  }

  .menu-box__txt--2 span {
    font-size: 14px;
  }

  .menu1-main2 {
    padding-top: 70px;
  }

  .menu1-tb2 {
    width: 100%;
    max-width: 700px;
    padding-bottom: 40px;
  }

  .menu1-tb2 table td {
    padding: 14px 12px;
    vertical-align: middle;
  }

  .menu1-tb2 table td:nth-of-type(1) .t1 {
    font-size: 13px;
  }

  .menu1-tb2 table td:nth-of-type(1) .t2 {
    font-size: 12px;
  }

  .menu1-main2--txt {
    padding: 35px 0 30px;
  }

  .menu1-main2--img {
    padding-bottom: 50px;
  }

  .menu1-main2--img img {
    width: 100%;
    max-width: 814px;
  }

  .menu-access {
    padding: 30px 20px 100px;
  }

  .menu-access--img {
    flex: 0 0 323px;
  }

  .menu-access--img img {
    width: 100%;
  }

  .menu-access__txt {
    padding-left: 20px;
  }

  .menu-access__txt--1 {
    font-size: 12px;
  }

  .menu-access__txt--2 {
    font-size: 16px;
  }

  .menu-access__txt--2 span {
    display: inline-block;
    width: 63px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #a52b2a;
    font-size: 11px;
    color: #a52b2a;
    border-radius: 4px;
    margin-left: 15px;
  }

  .menu-access__txt--3 {
    font-size: 11px;
    padding: 10px 0;
  }

  .menu-access__btn {
    width: 220px;
  }

  .menu1-main3__item {
    margin-bottom: 40px;
  }

  .menu1-main3__top {
    height: 100px;
    font-size: 13px;
  }

  .menu1-main3__bot {
    padding: 20px 10px;
  }

  .menu1-main3__txt1,
  .menu1-main3__txt2 {
    font-size: 16px;
  }

  .menu1-main3__txt2 {
    padding: 10px 0 20px;
  }

  .menu1-main3__txt2 span {
    font-size: 24px;
  }

  .menu1-main3--btn {
    width: 160px;
    margin: 0 auto;
  }

  .menu1-tb p {
    font-size: 14px;
    min-height: 25px;
  }

  .i-cont1__ttl {
    height: 200px;
    padding-top: 70px;
    padding-left: 20px;
  }

  .instructor-item {
    margin-bottom: 100px;
  }

  .instructor-item__img {
    width: 50%;
  }

  .instructor-item__img .slick-slide img {
    width: 100%;
  }

  .instructor-item__txt {
    width: 50%;
    padding: 0 20px;
  }

  .instructor-item__txt--1 {
    font-size: 28px;
  }

  .instructor-item__txt--2 {
    font-size: 18px;
    padding-top: 10px;
  }

  .instructor-item__txt--3 {
    font-size: 11px;
    padding-top: 5px;
  }

  .instructor-item__txt--4 {
    font-size: 13px;
    padding-top: 15px;
  }

  .instructor-item__txt--5 {
    font-size: 11px;
    padding: 12px 0;
  }

  .instructor-item__txt--6 {
    font-size: 10px;
    padding-top: 10px;
  }

  .v-cont1__ttl {
    height: 200px;
    padding-top: 70px;
    padding-left: 20px;
  }

  .voice {
    padding-top: 20px;
    padding-bottom: 150px;
  }

  .voice-item {
    padding: 20px 0;
  }

  .voice-item__img {
    flex: 0 0 250px;
  }

  .voice-item__img img {
    width: 100%;
  }

  .voice-item__txt {
    padding-left: 20px;
  }

  .voice-item__txt--1 {
    font-size: 16px;
  }

  .voice-item__txt--2 {
    font-size: 14px;
    color: #333333;
    line-height: 120%;
    padding: 10px 0;
  }

  .voice-item__txt--3 {
    font-size: 13px;
    color: #333;
    line-height: 200%;
    word-break: break-all;
  }

  .voice-single {
    padding: 50px 0 100px;
  }

  .voice-single__ttl {
    width: 619px;
    height: 70px;
    font-size: 18px;
    color: #1f1f1f;
    background-image: url(../img/voice/v-icon2..png);
    background-size: cover;
    margin: 0 auto;
    padding-top: 25px;
  }

  .voice-single__main {
    padding-top: 30px;
  }

  .voice-single__img {
    width: 500px;
    margin: 0 auto;
  }

  .voice-single__img img {
    width: 100%;
  }

  .voice-single__txt {
    padding-top: 35px;
    font-size: 13px;
  }

  .voice-single__sign {
    text-align: right;
    font-size: 14px;
    color: #333;
    padding-top: 25px;
  }

  .lesson {
    padding: 40px 20px 30px;
  }

  .lesson-txt {
    font-size: 14px;
  }

  .lesson-item {
    padding-top: 25px;
  }

  .lesson-step {
    min-width: 50%;
  }

  .lesson-step__txt1 {
    font-size: 14px;
  }

  .lesson-step__txt1 span {
    width: 79px;
    line-height: 27px;
    border-radius: 8px;
    margin-right: 20px;
  }

  .lesson-step__txt2 {
    padding-top: 20px;
  }

  .lesson-step__txt2 div {
    padding-left: 95px;
  }

  .lesson-step__txt2.ar div {
    padding-left: 15px;
    min-width: 300px;
    margin-top: -5px;
  }

  .lesson-step__txt2.ar:before {
    content: "";
    display: block;
    width: 80px;
    height: 130px;
    background-image: url(../img/lesson/ic-2.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .lesson-step__txt2--1 {
    font-size: 13px;
  }

  .lesson-step__txt2--2 {
    font-size: 11px;
    padding-top: 16px;
  }

  .lesson-step__txt2--3 {
    font-size: 12px;
  }

  .lesson-step--btn {
    display: block;
    width: 260px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #1f1f1f;
    border-radius: 10px;
  }

  .lesson-step--btn:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../img/lesson/ic3.png);
    background-size: cover;
    position: relative;
    top: 5px;
    margin-right: 10px;
  }

  .lesson-info {
    width: 50%;
  }

  .lesson-info--1 {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .lesson-info--2:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../img/lesson/ic.png);
    background-size: cover;
    margin-right: 20px;
  }

  .lesson-info--2 .t1 {
    font-size: 40px;
    color: #1f1f1f;
    line-height: 100%;
  }

  .lesson-info--2 .t2 {
    font-size: 12px;
    color: #1f1f1f;
  }

  .lesson2 {
    background-color: #a52b2a;
  }

  .lesson2-main {
    height: 240px;
    padding: 30px 20px 0;
  }

  .lesson2--txt1 {
    font-size: 16px;
    color: #ededed;
  }

  .lesson2--txt2 {
    font-size: 12px;
    padding-top: 10px;
  }

  .n-cont1__ttl {
    height: 200px;
    padding-top: 70px;
    padding-left: 20px;
  }

  .n-cont__main {
    padding: 75px 20px 0;
  }

  .n-cont__ttl {
    font-size: 16px;
  }

  .n-cont__ttl:before {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-size: cover;
  }

  .n-cont__items {
    padding: 60px 0 0;
  }

  .n-cont__item {
    margin-bottom: 60px;
  }

  .n-cont__item--img {
    flex: 0 0 240px;
  }

  .n-cont__item--txt {
    margin-left: 25px;
  }

  .n-cont__item--txt1 {
    font-size: 11px;
  }

  .n-cont__item--txt2 {
    font-size: 13px;
    padding-top: 10px;
  }

  .n-cont__item--txt3 {
    font-size: 11px;
    padding-top: 12px;
  }

  .n-cont__item--txt4 {
    font-size: 12px;
    padding-top: 20px;
  }
}

@media all and (max-width: 768px) {
  body {
    min-width: 320px;
  }

  .w1k {
    max-width: 800px;
  }

  .fc {
    margin-top: 60px;
  }

  /* Header
	-------------------------------------------------*/
  .logo img {
    max-width: 130px;
    margin-bottom: 15px;
  }

  .logo h1 {
    font-size: 10px;
  }

  .logo div {
    font-size: 14px;
  }

  .logo1 p {
    font-size: 7px;
    left: 55px;
    bottom: -3px;
  }

  .h_socical {
    left: 20px;
    bottom: 25px;
  }

  .h_socical ul li + li {
    margin-left: 15px;
  }

  .h_socical ul li a img {
    max-width: 20px;
  }

  .h_btn {
    width: 140px;
    height: 80px;
    font-size: 11px;
    z-index: 10;
    padding-top: 17px;
  }

  .h_btn:before {
    width: 14px;
    height: 19px;
    margin: 0 auto 7px;
  }

  .h_nav {
    height: 60px;
    padding-left: 20px;
  }

  .h_nav .logo1 img {
    max-width: 170px;
  }

  .h_nav_inner .gNav {
    padding-right: 0;
  }

  .h_nav_inner .gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h_nav_inner .gNav ul li {
    padding: 10px 0;
  }

  .h_nav_inner .gNav ul li a {
    padding: 0 0px;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(1) {
    font-size: 16px;
  }

  .h_nav_inner .gNav ul li a p:nth-of-type(2) {
    font-size: 11px;
  }

  .h_nav_inner .gNav ul li + li a {
    border-left: 0;
  }

  .h_nav .toggle {
    width: 60px;
    height: 60px;
    padding: 5px 0px;
  }

  .h_nav .toggle p {
    padding-top: 0;
    font-size: 10px;
  }

  .info {
    padding: 20px 0;
  }

  .info1 {
    font-size: 11px;
  }

  .info2 {
    font-size: 20px;
  }

  .info2:before {
    width: 20px;
    height: 20px;
    top: 1px;
  }

  .slide_scroll {
    position: absolute;
    bottom: 55px;
    width: 100%;
    z-index: 3;
    text-align: center;
    z-index: 10;
  }

  .btnScroll a img {
    vertical-align: middle;
    width: 100%;
    max-width: 60px;
  }

  .btnScroll span {
    display: block;
    height: 20px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    width: 1px;
  }

  .btnScroll span.top {
    top: -30px;
  }

  .btnScroll span.bottom {
    bottom: -30px;
  }

  /* Footer */
  #footer {
    padding-bottom: 100px;
  }

  #footer .f_nav {
    padding-top: 40px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  #footer .f_nav .logo1 img {
    max-width: 170px;
  }

  .copyright {
    font-size: 13px;
    text-align: center;
    color: #1f1f1f;
    padding-left: 0;
    padding-top: 20px;
  }

  /* Top page
  -------------------------------------------------*/
  .page-desc {
    margin: 20px auto;
    padding: 10px;
  }
  .page-desc .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .page-desc .content {
    font-size: 11px;
  }
  .t-box3--ttl p.t1 {
    font-size: 28px;
  }

  .t-box1__main .arrow-center.next {
    display: none;
  }

  .t-box1__main .arrow-center.prev {
    display: none;
  }

  .t-box2 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 35px 10px 20px;
  }

  .news-ttl p.t1 {
    font-size: 13px;
  }

  .news-ttl p.t2 {
    font-size: 13px;
  }

  .t-box3 {
    padding: 20px 0 0;
  }

  .t-box3__main {
    padding-top: 50px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t-box3__right {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }

  .t-box3__right .t-box3__wrap {
    order: 2;
  }

  .t-box3__left .t-box3__wrap {
    justify-content: center;
  }

  .t-box3__right .t-box3__wrap {
    justify-content: center;
  }

  .t-box3__bg,
  .t-box3__bg2 {
    position: static;
    background-size: cover;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 1;
  }

  .t-box3__bg2 {
    mix-blend-mode: multiply;
  }

  .t-box3__bg {
    display: none;
  }

  .t-box3__wrap {
    position: static;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 1;
    padding: 20px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .t-box3--img {
    width: 100%;
  }

  .t-box3__inner {
    width: 100%;
    height: 100%;
    max-width: 700px;
  }

  .bgsp-1 {
    background-image: url("../img/top/bg1.png");
  }

  .bgsp-2 {
    background-image: url("../img/top/bg2.png");
  }

  .bgsp-3 {
    background-image: url("../img/top/bg3.png");
  }

  .bgsp-4 {
    background-image: url("../img/top/bg4.png");
  }

  .t-box3--ttl p.t1.v1 img {
    max-width: 140px;
  }

  .t-box3--ttl p.t1.v2 img {
    max-width: 160px;
  }

  .t-box3--ttl p.t1.v3 img {
    max-width: 120px;
  }

  .t-box3--ttl p.t1.v4 img {
    max-width: 180px;
  }

  .t-box3--ttl p.t2 {
    font-size: 12px;
    padding-top: 7px;
  }

  .t-box3--txt1 {
    font-size: 16px;
    padding-top: 15px;
  }

  .t-box3--txt2 {
    font-size: 12px;
    padding-top: 10px;
  }

  .t-box3--txt3 {
    font-size: 12px;
    padding: 10px 0;
  }

  .t-box3--btn {
    width: 200px;
    line-height: 40px;
    font-size: 14px;
  }
  .t-box3-btn + .t-box3-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .t-box3-btns {
    padding-top: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .t-box4 {
    padding: 20px 0 30px;
  }

  .t-box4--ttl {
    font-size: 14px;
  }

  .t-box4__items {
    padding: 30px 10px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t-box4__items .item {
    width: 48%;
    margin-bottom: 4%;
  }

  .t-box4__items .item {
    margin-right: 4%;
  }

  .t-box4__items .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .t-box4__items .item-main {
    padding: 15px;
  }

  .t-box4__items .item-date {
    font-size: 12px;
  }

  .t-box4__items .item-txt {
    font-size: 11px;
    padding-top: 5px;
  }

  .a-cont1__ttl {
    height: 130px;
    padding-top: 30px;
  }

  .a-cont1__ttl img {
    max-width: 120px;
  }

  .a-cont4 {
    margin-bottom: 20px;
  }

  .a-cont2 {
    padding: 30px 10px 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .a-cont2__col.ab {
    margin-top: -60px;
    padding-top: 120px;
  }

  .a-cont2__txt--1 {
    font-size: 14px;
  }

  .a-cont2__txt--2 {
    font-size: 12px;
    padding-bottom: 20px;
  }

  .a-cont2__txt--3 {
    font-size: 12px;
    padding: 10px 0;
  }

  .a-cont2__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }

  .a-cont2__item--main.right {
    order: 2;
  }

  .a-cont2__item--main {
    width: 100%;
    padding: 10px 0;
  }

  .a-cont2__item--img {
    width: 100%;
  }

  .a-cont2__item--main.right .a-cont2__item--wrap {
    padding-right: 10px;
  }

  .a-cont2__item--wrap {
    width: 100%;
    max-width: 470px;
    padding: 0;
  }

  .a-cont2__item--ttl1 {
    font-size: 18px;
    padding-top: 10px;
  }

  .a-cont2__item--ttl2 {
    font-size: 16px;
    padding-top: 5px;
  }

  .a-cont2__item--num {
    font-size: 40px;
    color: #a52b2a;
    line-height: 100%;
    /*letter-spacing: -5px;*/
  }

  .a-cont3--inner {
    padding: 30px 10px;
  }

  .a-cont3__txt--1 {
    font-size: 16px;
  }

  .a-cont3__txt--2 {
    font-size: 11px;
  }

  .a-cont3__main {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .a-cont3__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .a-cont3__item--ttl p:nth-of-type(1) {
    font-size: 20px;
  }

  .a-cont3__item--ttl p:nth-of-type(2) {
    font-size: 13px;
    padding-top: 5px;
  }

  .a-cont3__item--txt {
    color: #ebebeb;
    font-size: 12px;
    line-height: 200%;
    padding: 10px 0;
  }

  .a-cont4--inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .a-cont4__img {
    width: 100%;
  }

  .a-cont4__img img {
    width: 100%;
  }

  .a-cont4__main {
    width: 100%;
    padding: 20px;
  }

  .a-cont4__txt {
    padding-left: 0;
  }

  .a-cont4__txt--1 {
    font-size: 22px;
  }

  .a-cont4__txt--2 {
    font-size: 11px;
    padding: 10px 0 20px;
  }

  .a-cont4__btn {
    display: block;
    width: 160px;
    line-height: 40px;
    border: 2px solid #1f1f1f;
    border-radius: 5px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #1f1f1f;
  }

  .a-cont4__btn:before {
    width: 16px;
    height: 16px;
    top: 4px;
    margin-right: 10px;
  }

  .m-cont1__ttl {
    height: 100px;
    padding-top: 30px;
  }

  .m-cont1__ttl img {
    max-width: 160px;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .menu-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-item__txt {
    padding-top: 15px;
  }

  .menu-item__txt--1 {
    font-size: 18px;
	font-weight: bold;
  }

  .menu-item__txt--2 {
    font-size: 15px;
  }

  .menu-item__txt--3 {
    padding-top: 10px;
  }

  .menu-item__txt--3 div p {
    width: 49%;
    line-height: 24px;
    font-size: 10px;
    color: #1f1f1f;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #1f1f1f;
  }

  .menu-item__txt--3 div p + p {
    margin-left: 2%;
  }

  .menu-tabs {
    padding: 70px 20px 0;
  }

  .menu-tab {
    padding-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-tab p {
    width: 100%;
    font-size: 11px;
    line-height: 36px;
  }

  .menu-tab p.active:after {
    width: 13px;
    height: 7px;
    background-size: cover;
  }

  .menu-content {
    padding: 40px 10px 0;
  }

  .menu1-col {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu1-txt {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .menu1-txt--1 {
    font-size: 16px;
  }

  .menu1-txt--2 {
    font-size: 11px;
    padding: 10px 0 15px;
  }

  .menu1-txt--3 {
    font-size: 14px;
    line-height: 30px;
    padding-left: 10px;
  }

  .menu1-txt--4 {
    font-size: 11px;
  }

  .menu1-txt--4.pd {
    padding: 10px;
  }

  .menu1-txt--5 {
    padding: 10px;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu1-txt--5 p {
    width: 100%;
    font-size: 10px;
  }

  .menu1-btn {
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .menu1-btn .menu-btn {
    width: 200px;
  }

  .menu1-btn .menu-btn + .menu-btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .menu-btn {
    line-height: 40px;
    border-radius: 10px;
    font-size: 11px;
  }

  .menu-btn:before {
    content: "";
    flex: 0 0 16px;
    height: 16px;
    margin-right: 5px;
  }

  .menu1-main {
    padding-top: 30px;
  }

  .menu1-ttl {
    font-size: 18px;
    color: #1f1f1f;
  }

  .menu1-ttl:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
  }

  .menu1-tb table th {
    font-size: 11px;
  }

  .menu1-tb table td.co {
    font-size: 10px;
  }

  .menu1-tb table th,
  .menu1-tb table td {
    text-align: center;
    font-size: 10px;
    line-height: 100%;
    padding: 10px;
  }

  .menu1-main--txt2 {
    font-size: 10px;
    padding-bottom: 20px;
  }

  .menu-box {
    width: 300px;
    border-radius: 10px;
  }

  .menu-box__top {
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-box--btn {
    width: 160px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .menu-box--free {
    text-align: center;
    margin: 0 auto;
  }

  .menu-box__txt--1 {
    font-size: 10px;
  }

  .menu-box__txt--2 {
    font-size: 14px;
  }

  .menu-box__txt--2 span {
    font-size: 12px;
  }

  .menu1-main2 {
    padding-top: 70px;
  }

  .menu1-tb2 {
    width: 100%;
    max-width: 700px;
    padding-bottom: 40px;
  }

  .menu1-tb2 table td {
    padding: 10px 10px;
    vertical-align: middle;
  }

  .menu1-tb2 table td:nth-of-type(1) .t1 {
    font-size: 11px;
  }

  .menu1-tb2 table td:nth-of-type(1) .t2 {
    font-size: 10px;
  }

  .menu1-main2--txt {
    padding: 0px 0 30px;
    text-align: center;
  }

  .menu1-main2--img {
    padding-bottom: 100px;
  }

  .menu1-main2--img img {
    width: 100%;
    max-width: 814px;
  }

  .menu-access {
    padding: 30px 20px 100px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu-access--img {
    flex: 0 0 100%;
  }

  .menu-access--img img {
    width: 100%;
  }

  .menu-access__txt {
    padding-left: 0;
    padding-top: 20px;
  }

  .menu-access__txt--1 {
    font-size: 11px;
  }

  .menu-access__txt--2 {
    font-size: 14px;
  }

  .menu-access__txt--2 span {
    display: inline-block;
    width: 63px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #a52b2a;
    font-size: 11px;
    color: #a52b2a;
    border-radius: 4px;
    margin-left: 15px;
  }

  .menu-access__txt--3 {
    font-size: 11px;
    padding: 10px 0;
  }

  .menu-access__btn {
    width: 220px;
    margin: 0 auto;
  }

  .menu-level {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .menu-level__item {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .menu-level__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .menu-level__star {
    flex: 0 0 40px;
  }

  .menu-level__star img {
    width: 100%;
  }

  .menu-level__txt {
    padding-left: 10px;
  }

  .menu-level__txt--1 {
    font-size: 18px;
  }

  .menu-level__txt--2 {
    font-size: 14px;
  }

  .menu-level__bot {
    padding-top: 20px;
    padding-left: 0px;
  }

  .menu-level__main {
    margin-bottom: 15px;
  }

  .menu-level__main .txt {
    font-size: 12px;
    color: #1f1f1f;
    padding-bottom: 5px;
  }

  .menu-level__main .img img {
    max-width: 100%;
  }

  .menu1-main2--img {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .menu1-main2__frame {
    margin-top: -10px;
  }

  .menu1-main2__frame--inner {
    padding: 15px 10px;
  }

  .menu1-main2__frame:before {
    content: "";
    display: block;
    width: 100%;
    height: 24px;
    background-image: url(../img/menu/frame.png);
    background-position: right;
    background-size: 100% 100%;
  }

  .menu1-main2__frame--1 {
    font-size: 14px;
  }

  .menu1-main2__frame--2 {
    padding-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .menu1-main2__frame--2 p {
    width: 48%;
    font-size: 10px;
  }

  .menu1-main3 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .menu1-main3__ttl {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 130%;
  }

  .menu1-main3__ttl:before,
  .menu1-main3__ttl:after {
    width: 10px;
    height: 20px;
    bottom: -5px;
  }

  .menu1-main3__items {
    width: 100%;
    max-width: 303px;
    margin: 0 auto;
    padding: 15px 0 35px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu1-main3__item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .menu1-main3__top {
    height: 80px;
    font-size: 11px;
  }

  .menu1-main3__bot {
    background-color: #efefef;
    padding: 20px 10px;
  }

  .menu1-main3__txt1,
  .menu1-main3__txt2 {
    font-size: 13px;
  }

  .menu1-main3__txt2 {
    padding: 10px 0 20px;
  }

  .menu1-main3__txt2 span {
    font-size: 20px;
  }

  .menu1-main3--btn {
    width: 160px;
    margin: 0 auto;
  }

  .menu1-tb p {
    padding: 3px 6px;
    font-size: 12px;
    min-height: 25px;
  }

  .i-cont1__ttl {
    height: 100px;
    padding-top: 30px;
  }

  .i-cont1__ttl img {
    max-width: 120px;
  }

  .instructor-item {
    margin-bottom: 50px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .instructor .instructor-item:nth-of-type(2n) .instructor-item__img {
    order: 1;
  }

  .instructor .instructor-item:nth-of-type(2n) .instructor-item__txt {
    order: 2;
  }

  .instructor-item__img {
    width: 100%;
  }

  .instructor-item__img .slick-slide img {
    width: 100%;
  }

  .instructor-item__txt {
    width: 100%;
    padding: 0 10px;
  }

  .instructor-item__txt--1 {
    padding-top: 20px;
  }

  .instructor-item__txt--2 {
    font-size: 14px;
    padding-top: 10px;
  }

  .instructor-item__txt--3 {
    font-size: 10px;
    padding-top: 5px;
  }

  .instructor-item__txt--4 {
    font-size: 12px;
    padding-top: 15px;
  }

  .instructor-item__txt--5 {
    font-size: 11px;
    padding: 12px 0;
  }

  .instructor-item__txt--6 {
    font-size: 10px;
    padding-top: 10px;
  }

  .v-cont1__ttl {
    height: 100px;
    padding-top: 30px;
  }

  .v-cont1__ttl img {
    max-width: 160px;
  }

  .voice {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .voice-item {
    padding: 20px 10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .voice-item__img {
    flex: 0 0 100%;
    text-align: center;
  }

  .voice-item__img img {
    width: 100%;
  }

  .voice-item__txt {
    padding-left: 0;
    padding-top: 20px;
  }

  .voice-item__txt--1 {
    font-size: 14px;
  }

  .voice-item__txt--2 {
    font-size: 12px;
    color: #333333;
    line-height: 120%;
    padding: 10px 0;
  }

  .voice-item__txt--3 {
    font-size: 11px;
    color: #333;
    line-height: 200%;
    word-break: break-all;
  }

  .voice-single {
    padding: 50px 0 80px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .voice-single__ttl {
    width: 300px;
    height: 34px;
    font-size: 14px;
    color: #1f1f1f;
    background-image: url(../img/voice/v-icon2..png);
    background-size: cover;
    margin: 0 auto;
    padding-top: 5px;
  }

  .voice-single__main {
    padding-top: 30px;
  }

  .voice-single__img {
    width: 300px;
    margin: 0 auto;
  }

  .voice-single__img img {
    width: 100%;
  }

  .voice-single__txt {
    padding-top: 35px;
    font-size: 16px;
  }

  .voice-single__sign {
    text-align: right;
    font-size: 12px;
    color: #333;
    padding-top: 25px;
  }

  .lesson {
    padding: 20px 10px 30px;
  }

  .lesson-txt {
    font-size: 12px;
  }

  .lesson-item {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .lesson-step {
    min-width: auto;
    width: 100%;
  }

  .lesson-step__txt1 {
    font-size: 12px;
  }

  .lesson-step__txt1 span {
    width: 79px;
    line-height: 27px;
    border-radius: 8px;
    margin-right: 20px;
  }

  .lesson-step__txt2 {
    padding-top: 20px;
  }

  .lesson-step__txt2 div {
    padding-left: 15px;
  }

  .lesson-step__txt2.ar div {
    padding-left: 15px;
    min-width: 300px;
    margin-top: -5px;
  }

  .lesson-step__txt2.ar:before {
    content: "";
    display: block;
    width: 80px;
    height: 130px;
    background-image: url(../img/lesson/ic-2.png);
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }

  .lesson-step__txt2--1 {
    font-size: 13px;
  }

  .lesson-step__txt2--2 {
    font-size: 11px;
    padding-top: 16px;
  }

  .lesson-step__txt2--3 {
    font-size: 12px;
  }

  .lesson-step--btn {
    display: block;
    width: 200px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #1f1f1f;
    border-radius: 10px;
    font-size: 11px;
  }

  .lesson-step--btn:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/lesson/ic3.png);
    background-size: cover;
    position: relative;
    top: 3px;
    margin-right: 10px;
  }

  .lesson-info {
    width: 100%;
    padding: 20px 0;
  }

  .lesson-info--1 {
    font-size: 12px;
    padding-bottom: 5px;
  }

  .lesson-info--2:before {
    content: "";
    display: inline-block;
    flex: 0 0 34px;
    height: 34px;
    background-image: url(../img/lesson/ic.png);
    background-size: cover;
    margin-right: 10px;
  }

  .lesson-info--2 .t1 {
    font-size: 30px;
    color: #1f1f1f;
    line-height: 100%;
  }

  .lesson-info--2 .t2 {
    font-size: 10px;
    color: #1f1f1f;
  }

  .lesson2 {
    background-color: #a52b2a;
  }

  .lesson2-main {
    height: 240px;
    padding: 30px 20px 0;
  }

  .lesson2--txt1 {
    font-size: 16px;
    color: #ededed;
  }

  .lesson2--txt2 {
    font-size: 12px;
    padding-top: 10px;
  }

  .v-cont1__ttl img.staff {
    max-width: 80px;
  }

  .v-cont1__ttl img.notice {
    max-width: 75px;
  }

  .n-cont1__ttl {
    height: 100px;
    padding-top: 30px;
  }

  .n-cont1__ttl img {
    max-width: 70px;
  }

  .n-cont__main {
    padding: 55px 10px 0;
  }

  .n-cont__ttl {
    font-size: 14px;
  }

  .n-cont__ttl:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .n-cont__items {
    padding: 60px 0 0;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .n-cont__item {
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .n-cont__item--img {
    flex: 0 0 100%;
  }

  .n-cont__item--img img {
    max-width: 320px;
  }

  .n-cont__item--txt {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .n-cont__item--txt1 {
    font-size: 10px;
  }

  .n-cont__item--txt2 {
    font-size: 12px;
    padding-top: 10px;
  }

  .n-cont__item--txt3 {
    font-size: 11px;
    padding-top: 12px;
  }

  .n-cont__item--txt4 {
    font-size: 12px;
    padding-top: 20px;
  }

  .sp-fixed {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 1000;
    display: none;
  }

  .sp-fixed a {
    width: 50%;
  }

  .sp-fixed .tel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #fff;
  }

  .sp-fixed .tel1 {
    font-size: 10px;
    color: #333;
    line-height: 120%;
    padding-left: 20px;
    padding-bottom: 5px;
  }

  .sp-fixed .tel2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .sp-fixed .tel2 img {
    max-width: 100%;
  }

  .sp-fixed .lesson-btn {
    background-color: #ac3737;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
  }

  .sp-fixed .lesson-btn:before {
    content: "";
    background-size: cover;
    margin-right: 5px;
    width: 16px;
    height: 22px;
    background-image: url(../img/common/i_m.png);
  }

  .comp_txt {
    color: #a62b2a;
    font-size: 18px;
    margin: 20px 10px;
    font-weight: bold;
  }

  .comp_txt2 {
    font-size: 12px;
    margin: 10px;
  }
  .comp_txt3 {
    color: #a62b2a;
    display: block;
    margin: 10px;
  }
  .instagram img {
    width: 50px;
    height: 50px;
  }
  .instagram {
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 999;
  }

  .instagram .f-line2 {
    position: relative;
    top: -44px;
    right: -3%;
  }
  .instagram .balloon {
    top: -65px;
    left: 37%;
    margin: 0;
  }
}

@media screen and (max-width:420px) {
  .menu1-tb table th, .menu1-tb table td {
    padding: 7px;
  }
}