@charset "UTF-8";
/*Theme Name: クレアール*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "YuMinchoExtrabold";
  src: url("font/YuMinchoExtrabold.otf") format("opentype");
}

@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1500px;
    width: 100%;
    line-height: 1.8;
    color: #231815;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body .imgleft > div {
    margin-left: 50px;
  }
  body .inner {
    width: 1200px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1400px;
  }
  body .main_title {
    font-size: 4.4rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 5px;
  }
  body .main_title span {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    display: block;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 30px;
    z-index: 1;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    background: url("images/top/bg_btitle.png") no-repeat;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 70px;
    z-index: -1;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span {
    color: #162380;
  }
  body .main_title.white span:after {
    background: url("images/top/bg_wtitle.png") no-repeat;
  }
  body .sub_title {
    font-size: 5.6rem;
    line-height: 1.4;
    font-weight: 900;
    text-align: center;
    margin-bottom: 70px;
  }
  body .sub_title span {
    display: block;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .sub_title span:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_bline.png") no-repeat;
    background-position: center;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
  }
  body .btn {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.9rem;
    font-weight: 900;
    display: block;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/bg_btn.png") no-repeat;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 90px;
    z-index: -1;
  }
  body .btn:hover {
    opacity: 0.7;
  }
  body .bg_org {
    background: #fbeee7;
  }
  body .bg_gray {
    background: #f7f7f7;
    padding: 10px 0;
  }
  body #palette {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body #palette .sub_title {
    text-align: left;
    margin-bottom: 0;
  }
  body #palette .sub_title span:after {
    background-position: left;
    background: url("images/common/deco_bline_b.png") no-repeat;
  }
  body #palette .sub_title em {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    width: 390px;
  }
  body .share p {
    font-weight: 900;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
  }
  body .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .share ul li {
    margin: 0 25px;
    font-weight: bold;
  }
  body .share ul li.twitter {
    color: #54a6f8;
  }
  body .share ul li.twitter img {
    margin: 0 auto 15px;
  }
  body .share ul li.facebook {
    color: #407eee;
  }
  body .share ul li.hatebu {
    color: #58a7f0;
  }
  body .share ul li.line {
    color: #76cd68;
  }
  body .share ul img {
    display: block;
    margin: 0 auto 10px;
  }
  header {
    position: relative;
  }
  header .h_blc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  header .h_blc .h_logo {
    position: absolute;
    top: 50px;
    left: 50px;
  }
  header .h_blc .h_logo a {
    display: block;
  }
  header .h_blc .menu-btn {
    position: fixed;
    top: 50px;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background: #162380;
    border-radius: 200px;
  }
  header .h_blc .menu-btn span,
  header .h_blc .menu-btn span:before,
  header .h_blc .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
  }
  header .h_blc .menu-btn span:before {
    bottom: 15px;
  }
  header .h_blc .menu-btn span:after {
    top: 15px;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .h_blc #menu-btn-check {
    display: none;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-content {
    right: 0;
  }
  header .h_blc .menu-content {
    padding: 100px 0 40px 60px;
    width: 30%;
    height: 98%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -100%;
    z-index: 80;
    background: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  header .h_blc .menu-content ul {
    padding: 40px 0;
  }
  header .h_blc .menu-content ul li {
    border-bottom: 2px solid #162380;
  }
  header .h_blc .menu-content ul li a {
    display: block;
    width: 100%;
    color: #162380;
    padding: 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
  }
  header .h_blc .menu-content ul li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    font-weight: 900;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.top .icon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.top .icon_list li {
    width: 90px;
    height: 90px;
    background: #cc7948;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
  }
  main.top .icon_list li img {
    display: block;
    margin: 0 auto;
  }
  main.top .catch {
    background: #162380;
    color: #fff;
    padding: 200px 0 150px;
    text-align: center;
  }
  main.top .catch img {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  main.top #need {
    margin: 100px auto;
    background: url("images/top/bg_need.png");
    background-size: 100%;
    padding: 100px 0;
  }
  main.top #need .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  main.top #need .first {
    width: 32%;
  }
  main.top #need .first strong {
    font-family: "YuMinchoExtrabold";
    font-size: 3.8rem;
    display: block;
    text-align: center;
  }
  main.top #need .first .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 30px;
  }
  main.top #need .first .blc strong {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  main.top #need .first .blc span {
    display: inline-block;
    margin-top: -80px;
    position: relative;
  }
  main.top #need .first .blc span:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need01.png") no-repeat;
    width: 90px;
    height: 390px;
    top: 20px;
    left: 10px;
    z-index: -1;
  }
  main.top #need .first .blc img {
    margin: 30px auto 50px;
    display: block;
  }
  main.top #need .txt {
    width: 29%;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: bold;
    font-size: 5.6rem;
    line-height: 1.1;
    letter-spacing: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.top #need .txt strong {
    background: #162380;
    color: #fff;
    padding: 30px 20px 0px;
    margin-right: 10px;
    width: 130px;
    height: 600px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  main.top #need .second {
    width: 36%;
  }
  main.top #need .second strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-size: 4.8rem;
    line-height: 1.2;
    letter-spacing: -5px;
    margin-bottom: 60px;
    display: inline-block;
  }
  main.top #need .second span {
    font-size: 5.2rem;
    letter-spacing: -3px;
  }
  main.top #need .second em {
    position: relative;
  }
  main.top #need .second em:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need02.png") no-repeat;
    width: 240px;
    height: 20px;
    bottom: -10px;
    left: -40px;
    z-index: -1;
  }
  main.top #need .second p {
    width: 88%;
    margin-bottom: 30px;
  }
  main.top #need .wave {
    position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 20px 0;
    letter-spacing: 10px;
    text-align: center;
  }
  main.top #need .wave:before {
    position: absolute;
    content: "";
    background: url("images/top/deco_need03.png");
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
  }
  main.top #need .wave:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need03.png");
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
  }
  main.top #attention {
    background: #162380;
    color: #fff;
    padding: 100px 0;
    text-align: center;
  }
  main.top #attention p {
    margin-bottom: 50px;
    font-size: 3.8rem;
    line-height: 1.4;
    letter-spacing: 5px;
  }
  main.top #attention h2 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 5.6rem;
    font-weight: 900;
    letter-spacing: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  main.top #attention h2 img {
    margin-right: -50px;
  }
  main.top #attention span {
    font-size: 1.9rem;
    font-weight: 900;
  }
  main.top #what {
    padding: 100px 0;
  }
  main.top #what > p {
    font-weight: bold;
    text-align: center;
  }
  main.top #what > p span {
    color: #4e83b7;
  }
  main.top #what ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 70px auto;
  }
  main.top #what ul li {
    width: 31%;
    height: 390px;
    position: relative;
  }
  main.top #what ul li .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.top #what ul li .blc > div {
    margin-left: 10px;
  }
  main.top #what ul li .blc h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  main.top #what ul li > img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  main.top #what strong {
    text-align: center;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2.5rem;
    display: block;
  }
  main.top #what strong span {
    position: relative;
  }
  main.top #what strong span:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need03.png") no-repeat;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0;
  }
  main.top #teachers {
    background: url("images/top/bg_teachers.png");
    background-size: 100%;
    position: relative;
    z-index: 0;
    padding: 95px 0;
    margin-bottom: 100px;
  }
  main.top #teachers li {
    position: relative;
    margin: 220px 0 20px;
  }
  main.top #teachers li .blc {
    position: absolute;
    height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: right;
    top: -100px;
  }
  main.top #teachers li .blc h3 {
    font-size: 4.4rem;
    font-family: "YuMinchoExtrabold";
    line-height: 1;
  }
  main.top #teachers li .blc span {
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: block;
    font-size: 4.4rem;
    font-family: "YuMinchoExtrabold";
    line-height: 1;
    letter-spacing: -5px;
  }
  main.top #teachers li .blc span em {
    margin-bottom: 30px;
  }
  main.top #teachers li .imgleft {
    margin-right: 150px;
    margin-bottom: 240px;
  }
  main.top #teachers li .imgleft h4 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  main.top #teachers li .imgleft h4 img {
    vertical-align: sub;
  }
  main.top #teachers li .imgleft h4 span {
    font-size: 3.8rem;
    margin-right: 30px;
  }
  main.top #teachers li .imgleft p {
    width: 500px;
    margin-left: auto;
  }
  main.top #teachers li strong {
    position: absolute;
    color: #162380;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.4;
  }
  main.top #teachers li:nth-child(odd) strong {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    bottom: 170px;
    right: 120px;
  }
  main.top #teachers li:nth-child(even) strong {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    bottom: 140px;
    right: 140px;
  }
  main.top #sevenkeys {
    background: #5c80b5;
    color: #fff;
    padding: 100px 0 0;
    position: relative;
    margin-bottom: 250px;
  }
  main.top #sevenkeys:after {
    position: absolute;
    content: "";
    bottom: -249px;
    display: block;
    width: 100%;
    height: 250px;
    background: #5c80b5;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  main.top #sevenkeys ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  main.top #sevenkeys ul:after {
    position: absolute;
    content: "";
    bottom: 560px;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 3px dashed #fff;
  }
  main.top #sevenkeys ul li {
    width: 31%;
    border-top: 3px solid #fff;
    padding-top: 50px;
    position: relative;
    margin-bottom: 70px;
  }
  main.top #sevenkeys ul li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  main.top #sevenkeys ul li:nth-child(7) {
    margin-top: 140px;
    margin-bottom: 0;
  }
  main.top #sevenkeys ul li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 3px;
    height: 200px;
    left: 0;
    top: 0;
  }
  main.top #sevenkeys ul span {
    position: absolute;
    bottom: 0;
    left: -30px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 900;
    font-size: 1.9rem;
    letter-spacing: 5px;
  }
  main.top #sevenkeys ul img {
    margin: 0 auto 40px;
    display: block;
  }
  main.top #sevenkeys ul h3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    text-align: right;
  }
  main.top #sevenkeys ul p {
    text-align: right;
  }
  main.top #sevenkeys strong {
    text-align: center;
    font-size: 3.2rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: block;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    bottom: -140px;
    z-index: 1;
  }
  main.top #contents {
    padding: 100px 0;
  }
  main.top #contents h2 {
    color: #162380;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1.4;
    font-weight: 900;
  }
  main.top #contents h2 span {
    font-size: 1.9rem;
  }
  main.top #contents small {
    color: #162380;
    font-size: 1rem;
    font-weight: 500;
    display: block;
    text-align: right;
    margin: 10px 0 60px;
  }
  main.top #contents .btn {
    margin-bottom: 100px;
  }
  main.top #contents .btn:hover {
    opacity: 1;
  }
  main.top #contents > ul > li:not(:last-child) {
    margin-bottom: 70px;
  }
  main.top #contents > ul > li h4 {
    color: #162380;
    font-size: 3.4rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main.top #contents > ul > li p {
    font-size: 1.14rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 2;
  }
  main.top #contents > ul > li p span {
    color: #cc7948;
  }
  main.top #cross {
    background: url("images/top/bg_cross.png");
    background-size: 100%;
    position: relative;
    padding: 100px 0;
  }
  main.top #cross .main_title {
    letter-spacing: 0;
  }
  main.top #cross .inner {
    position: relative;
  }
  main.top #cross .cube {
    width: 540px;
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top #cross .cube li {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 250px;
    height: 280px;
  }
  main.top #cross .cube li:first-child, main.top #cross .cube li:nth-child(4) {
    width: 280px;
    height: 250px;
  }
  main.top #cross .cube li:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  main.top #cross .cube li:nth-child(odd):after {
    left: 0;
  }
  main.top #cross .cube li:nth-child(even):after {
    right: 0;
  }
  main.top #cross .cube li:first-child {
    padding-top: 30px;
  }
  main.top #cross .cube li:first-child:after {
    background: url("images/top/bg_cross01.png") no-repeat;
  }
  main.top #cross .cube li:nth-child(2):after {
    background: url("images/top/bg_cross02.png") no-repeat;
  }
  main.top #cross .cube li:nth-child(3) {
    padding-bottom: 50px;
  }
  main.top #cross .cube li:nth-child(3):after {
    background: url("images/top/bg_cross03.png") no-repeat;
    top: -30px;
  }
  main.top #cross .cube li:last-child {
    padding-bottom: 30px;
  }
  main.top #cross .cube li:last-child:after {
    background: url("images/top/bg_cross04.png") no-repeat;
  }
  main.top #cross .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top #cross .cont > li {
    width: 340px;
    margin-bottom: 38px;
    padding: 40px;
    position: relative;
  }
  main.top #cross .cont > li:nth-child(2n) {
    margin-left: 520px;
  }
  main.top #cross .cont > li:nth-child(odd):before {
    position: absolute;
    content: "";
    width: 580px;
    height: 530px;
    border: 3px solid #5c80b5;
    top: 0;
    left: 0;
    z-index: -1;
  }
  main.top #cross .cont > li:nth-child(even):before {
    position: absolute;
    content: "";
    width: 580px;
    height: 530px;
    border: 3px solid #5c80b5;
    top: 0;
    right: 0;
    z-index: -1;
  }
  main.top #cross .cont > li h3 {
    display: none;
  }
  main.top #cross .cont > li p {
    margin: 20px 0;
    font-weight: 500;
  }
  main.top #cross .cont > li .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.top #cross .cont > li .pic_list li:not(:last-child) {
    margin-right: 10px;
  }
  main.top #schedule {
    padding: 100px 0;
  }
  main.top #schedule dl {
    width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top #schedule dl dt {
    background: #5c80b5;
    color: #fff;
    width: 230px;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    position: relative;
    padding: 8px;
    margin-bottom: 20px;
  }
  main.top #schedule dl dt:after {
    position: absolute;
    content: "";
    top: 0;
    right: -70px;
    width: 0;
    height: 0;
    border-left: 70px solid #5c80b5;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
  }
  main.top #schedule dl dd {
    width: 500px;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main.top #schedule p {
    text-align: right;
    font-weight: 500;
  }
  main.top .bg_org {
    padding: 100px 0;
  }
  main.top #lineup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main.top #lineup ul li {
    width: 24%;
    margin-bottom: 20px;
  }
  main.top #lineup ul li:not(:nth-child(4n)) {
    margin-right: 1.3%;
  }
  main.top #lineup ul li a {
    background: #5c80b5;
    border: 1px solid #5c80b5;
    color: #fff;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.2;
    font-weight: 900;
    border-radius: 10px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.top #lineup ul li a:hover {
    background: #fff;
    color: #5c80b5;
  }
  main.top .ranking {
    padding-top: 80px;
  }
  main.top .ranking h2 {
    color: #fff;
    position: relative;
    font-size: 1.9rem;
    font-weight: 900;
    z-index: 1;
    padding: 0 50px;
    margin-bottom: 20px;
  }
  main.top .ranking h2:after {
    position: absolute;
    content: "";
    background: url("images/top/bg_btitle_s.png") no-repeat;
    top: -10px;
    left: 0;
    width: 230px;
    height: 70px;
    z-index: -1;
  }
  main.top .ranking ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .ranking ul li {
    width: 31%;
  }
  main.top .ranking ul li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  main.top .ranking ul li .thumb {
    max-width: 370px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  main.top .ranking ul li .thumb:before {
    content: "";
    display: block;
    padding-top: 54%;
  }
  main.top .ranking ul li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .ranking ul li h3 a {
    font-weight: 500;
    line-height: 1.6;
    display: block;
  }
  main.top .ranking ul li h3 a:hover {
    text-decoration: underline;
  }
  main.single .catch {
    position: relative;
  }
  main.single .catch img {
    width: 100%;
    max-height: 700px;
    height: 65vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.single .catch .page_title {
    position: absolute;
    bottom: 40px;
    left: 50px;
    max-width: 1100px;
    width: 75%;
    color: #fff;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  main.single .share {
    padding: 60px 0;
  }
  main.single .txt {
    margin: 70px auto;
  }
  main.single .txt p {
    font-weight: 500;
    font-size: 1.13rem;
  }
  main.single .txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.single .txt p a {
    color: #5c80b5;
    font-weight: bold;
  }
  main.single .txt p strong {
    color: #162380;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #dee5f0));
    background: linear-gradient(transparent 70%, #dee5f0 70%);
  }
  main.single .txt p span {
    font-weight: bold;
  }
  main.single .txt h2 {
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  main.single .txt h2 span {
    font-size: 1.9rem;
    color: #fff;
    background: #5c80b5;
    width: 70px;
    height: 70px;
    border-radius: 200px;
    display: inline-block;
    text-align: center;
    line-height: 2.2;
    margin-right: 20px;
  }
  main.single .txt img {
    margin: 70px auto;
    display: block;
  }
  main.single .b_title {
    color: #162380;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  main.single .teacher {
    background: #dee5f0;
    padding: 70px 0;
    margin-bottom: 70px;
  }
  main.single .teacher .imgleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.single .teacher .imgleft img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 200px;
    border: 5px solid #162380;
  }
  main.single .teacher .imgleft > div {
    margin-left: 70px;
  }
  main.single .teacher .imgleft h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.single .teacher .imgleft h3 span {
    font-size: 1.9rem;
    margin-right: 10px;
  }
  main.single .teacher .imgleft p {
    font-weight: 500;
    font-size: 1.1rem;
  }
  main.single .signal {
    margin-bottom: 70px;
  }
  main.single .signal h2 {
    font-weight: 900;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
  main.single .signal h2 span {
    color: #5c80b5;
  }
  main.single .signal img {
    margin: 0 auto 30px;
    display: block;
  }
  main.single .signal p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
  }
  main.single .signal dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
  }
  main.single .signal dl dt {
    width: 90px;
    background: #5c80b5;
    color: #fff;
    text-align: #fff;
    font-size: 1.1rem;
    text-align: center;
    margin-right: 20px;
  }
  main.single .signal dl dd {
    font-size: 1.3rem;
  }
  main.single .btn {
    margin: 70px auto;
  }
  main.single .bg_org {
    padding: 70px 0;
  }
  main.single .bg_org .relate {
    margin-bottom: 40px;
  }
  main.single .bg_org .relate h2 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.9rem;
  }
  main.single .bg_org .relate .imgleft {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #5c3f2f;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px #d99c7b;
            box-shadow: 0px 0px 6px #d99c7b;
    padding: 30px;
  }
  main.single .bg_org .relate .imgleft img {
    width: 250px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 200px;
    border: 5px solid #5c3f2f;
  }
  main.single .bg_org .relate .imgleft h3 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.9rem;
  }
  main.single .bg_org .relate .imgleft p {
    font-size: 1.1rem;
    font-weight: 500;
  }
  footer {
    padding: 70px 0;
  }
  footer .f_logo {
    margin: 70px auto 30px;
    text-align: right;
  }
  footer small {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 1rem;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    color: #231815;
    overflow-x: hidden;
  }
  body img {
    height: auto;
  }
  body .imgleft > img {
    margin: 0 auto 20px;
    display: block;
  }
  body .main_title {
    font-size: 1.4rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
  }
  body .main_title span {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 10px;
    z-index: 1;
  }
  body .main_title span:after {
    position: absolute;
    content: "";
    background: url("images/top/bg_btitle_sp.png") no-repeat;
    background-position: center;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 40px;
    z-index: -1;
  }
  body .main_title.white {
    color: #fff;
  }
  body .main_title.white span {
    color: #162380;
  }
  body .main_title.white span:after {
    background: url("images/top/bg_wtitle_sp.png") no-repeat;
    background-position: center;
  }
  body .sub_title {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
  }
  body .sub_title span {
    display: block;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  body .sub_title span:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_bline.png") no-repeat;
    background-position: center;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    width: 100%;
  }
  body .btn {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    font-weight: 900;
    display: block;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/bg_btn_sp.png") no-repeat;
    background-position: center;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    z-index: -1;
  }
  body .bg_org {
    background: #fbeee7;
  }
  body .bg_gray {
    background: #f7f7f7;
  }
  body #palette .sub_title {
    text-align: left;
  }
  body #palette .sub_title span:after {
    background-position: left;
    background: url("images/common/deco_bline_b.png") no-repeat;
  }
  body #palette .sub_title em {
    display: block;
    font-size: 1rem;
    font-weight: 500;
  }
  body .share p {
    font-weight: 900;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  body .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .share ul li {
    margin: 0 10px;
    font-weight: bold;
  }
  body .share ul li.twitter {
    color: #54a6f8;
  }
  body .share ul li.twitter img {
    margin: 5px auto 13px;
  }
  body .share ul li.facebook {
    color: #407eee;
  }
  body .share ul li.hatebu {
    color: #58a7f0;
  }
  body .share ul li.line {
    color: #76cd68;
  }
  body .share ul img {
    display: block;
    margin: 0 auto 10px;
  }
  header {
    position: relative;
  }
  header .h_blc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  header .h_blc .h_logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 100px;
  }
  header .h_blc .h_logo a {
    display: block;
  }
  header .h_blc .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background: #162380;
    border-radius: 200px;
  }
  header .h_blc .menu-btn span,
  header .h_blc .menu-btn span:before,
  header .h_blc .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
  }
  header .h_blc .menu-btn span:before {
    bottom: 10px;
  }
  header .h_blc .menu-btn span:after {
    top: 10px;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .h_blc #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .h_blc #menu-btn-check {
    display: none;
  }
  header .h_blc #menu-btn-check:checked ~ .menu-content {
    right: 0;
  }
  header .h_blc .menu-content {
    padding: 40px 0 40px 20px;
    width: 50%;
    height: 98%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -100%;
    z-index: 80;
    background: #fff;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  header .h_blc .menu-content ul {
    padding: 40px 0;
  }
  header .h_blc .menu-content ul li {
    border-bottom: 2px solid #162380;
  }
  header .h_blc .menu-content ul li a {
    display: block;
    width: 100%;
    color: #162380;
    padding: 10px 0;
    font-weight: bold;
    position: relative;
  }
  header .h_blc .menu-content ul li a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f063";
    font-weight: 900;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main.top .icon_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .icon_list li {
    width: 80px;
    height: 80px;
    font-size: 0.8rem;
    background: #cc7948;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 3%;
  }
  main.top .icon_list li img {
    display: block;
    margin: 0 auto;
  }
  main.top .catch {
    background: #162380;
    color: #fff;
    padding: 100px 0 60px;
    text-align: center;
  }
  main.top .catch img {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
    max-width: 180px;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  main.top #need {
    margin: 20px 0;
    background: url("images/top/bg_need.png");
    background-size: cover;
    padding: 40px 20px;
  }
  main.top #need .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 40px;
  }
  main.top #need .first {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
  }
  main.top #need .first strong {
    font-family: "YuMinchoExtrabold";
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
  main.top #need .first .blc {
    margin-bottom: 20px;
  }
  main.top #need .first .blc span {
    display: inline-block;
    position: relative;
  }
  main.top #need .first .blc span:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need01.png") no-repeat;
    background-size: 100%;
    width: 30%;
    height: 150px;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  main.top #need .first .blc img {
    margin: 20px auto;
    display: block;
    max-width: 150px;
  }
  main.top #need .txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
  }
  main.top #need .txt strong {
    background: #162380;
    color: #fff;
    padding: 5px 10px;
  }
  main.top #need .second {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main.top #need .second strong {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  main.top #need .second em {
    position: relative;
  }
  main.top #need .second em:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need02.png") no-repeat;
    background-size: 100%;
    width: 100px;
    height: 10px;
    bottom: -5px;
    left: -20px;
    z-index: -1;
  }
  main.top #need .second p {
    margin-bottom: 20px;
  }
  main.top #need .second img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  main.top #need .wave {
    position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
  }
  main.top #need .wave:before {
    position: absolute;
    content: "";
    background: url("images/top/deco_need03.png");
    background-position: center;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
  }
  main.top #need .wave:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need03.png");
    background-position: center;
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
  }
  main.top #need .wave span {
    letter-spacing: 6.2px;
  }
  main.top #attention {
    background: #162380;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
  }
  main.top #attention p {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  main.top #attention h2 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  main.top #attention h2 img {
    margin-right: -20px;
    width: 40px;
  }
  main.top #attention span {
    font-weight: 900;
  }
  main.top #what {
    padding: 40px 20px;
  }
  main.top #what > p {
    font-weight: bold;
  }
  main.top #what > p span {
    color: #4e83b7;
  }
  main.top #what ul {
    margin: 40px auto;
  }
  main.top #what ul li {
    position: relative;
    margin-bottom: 30px;
  }
  main.top #what ul li .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.top #what ul li .blc > div {
    margin-left: 10px;
  }
  main.top #what ul li .blc img {
    max-width: 30px;
  }
  main.top #what ul li .blc h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.top #what ul li > img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 60px;
  }
  main.top #what strong {
    font-weight: 500;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.2rem;
    display: block;
  }
  main.top #what strong span {
    position: relative;
  }
  main.top #what strong span:after {
    position: absolute;
    content: "";
    background: url("images/top/deco_need03.png") no-repeat;
    background-size: 100%;
    width: 140px;
    height: 5px;
    bottom: 0;
    left: 0;
  }
  main.top #teachers {
    background: url("images/top/bg_teachers.png");
    position: relative;
    z-index: 0;
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  main.top #teachers li:not(:last-child) {
    margin-bottom: 60px;
  }
  main.top #teachers li .blc {
    margin-bottom: 10px;
  }
  main.top #teachers li .blc img {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
  }
  main.top #teachers li .blc h3 {
    font-size: 1.4rem;
    font-family: "YuMinchoExtrabold";
    line-height: 1;
    display: inline;
  }
  main.top #teachers li .blc span {
    font-size: 1.4rem;
    font-family: "YuMinchoExtrabold";
  }
  main.top #teachers li .imgleft {
    margin-bottom: 20px;
  }
  main.top #teachers li .imgleft h4 {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 10px;
  }
  main.top #teachers li .imgleft h4 img {
    vertical-align: sub;
    width: 40px;
  }
  main.top #teachers li .imgleft h4 span {
    font-size: 1.8rem;
    margin-right: 10px;
  }
  main.top #teachers li strong {
    color: #162380;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 20px;
  }
  main.top #sevenkeys {
    background: #5c80b5;
    color: #fff;
    padding: 40px 20px;
    position: relative;
    margin-bottom: 40px;
  }
  main.top #sevenkeys:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50vw 0 50vw;
    border-color: #5c80b5 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  main.top #sevenkeys ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  main.top #sevenkeys ul:after {
    position: absolute;
    content: "";
    bottom: 21%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #fff;
  }
  main.top #sevenkeys ul li {
    width: 48%;
    border-top: 1px solid #fff;
    padding: 20px 0 0 10px;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.top #sevenkeys ul li:not(:nth-child(2n)) {
    margin-right: 3%;
  }
  main.top #sevenkeys ul li:nth-child(7) {
    margin-top: 40px;
    margin-bottom: 0;
  }
  main.top #sevenkeys ul li:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 55%;
    left: 0;
    bottom: 0;
  }
  main.top #sevenkeys ul span {
    position: absolute;
    top: 10px;
    left: -10px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 900;
  }
  main.top #sevenkeys ul img {
    margin: 0 auto 10px;
    display: block;
    max-width: 60px;
  }
  main.top #sevenkeys ul h3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    margin-top: auto;
  }
  main.top #sevenkeys ul p {
    font-size: 0.8rem;
  }
  main.top #sevenkeys strong {
    text-align: center;
    font-size: 1.6rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    display: block;
    font-weight: 500;
    position: relative;
    bottom: -40px;
    z-index: 1;
  }
  main.top #contents {
    padding: 40px 20px;
  }
  main.top #contents h2 {
    color: #162380;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 900;
  }
  main.top #contents h2 span {
    font-size: 1rem;
  }
  main.top #contents small {
    color: #162380;
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
    text-align: right;
    margin: 10px 0 40px;
  }
  main.top #contents .btn {
    margin-bottom: 40px;
  }
  main.top #contents > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #contents > ul > li h4 {
    color: #162380;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 20px;
  }
  main.top #contents > ul > li p {
    font-weight: 500;
    margin-bottom: 20px;
  }
  main.top #contents > ul > li p span {
    color: #cc7948;
  }
  main.top #cross {
    background: url("images/top/bg_cross.png");
    position: relative;
    padding: 40px 20px;
  }
  main.top #cross .cont > li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #cross .cont > li h3 {
    position: relative;
    color: #fff;
    font-weight: bold;
    background: #5c80b5;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
  }
  main.top #cross .cont > li p {
    font-weight: 500;
    margin-bottom: 10px;
  }
  main.top #cross .cont > li .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main.top #cross .cont > li .pic_list li:not(:last-child) {
    margin-right: 10px;
  }
  main.top #schedule {
    padding: 40px 20px;
  }
  main.top #schedule dt {
    background: #5c80b5;
    color: #fff;
    border-radius: 10px;
    font-weight: 900;
    padding: 10px;
    margin-bottom: 10px;
  }
  main.top #schedule dd {
    font-weight: 900;
    margin-bottom: 20px;
  }
  main.top #schedule p {
    font-weight: 500;
  }
  main.top .bg_org {
    padding: 40px 20px;
  }
  main.top #lineup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main.top #lineup ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  main.top #lineup ul li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  main.top #lineup ul li a {
    background: #5c80b5;
    color: #fff;
    text-align: center;
    font-weight: 900;
    border-radius: 10px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.top .ranking {
    padding-top: 40px;
  }
  main.top .ranking h2 {
    color: #fff;
    position: relative;
    font-size: 1.2rem;
    font-weight: 900;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
  }
  main.top .ranking h2:after {
    position: absolute;
    content: "";
    background: url("images/top/bg_btitle_s_sp.png") no-repeat;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 40px;
    z-index: -1;
  }
  main.top .ranking ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .ranking ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .ranking ul li .thumb {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    display: block;
  }
  main.top .ranking ul li .thumb:before {
    content: "";
    display: block;
    padding-top: 54%;
  }
  main.top .ranking ul li .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main.top .ranking ul li h3 a {
    font-weight: 500;
    display: block;
  }
  main.single .catch {
    position: relative;
  }
  main.single .catch img {
    width: 100%;
  }
  main.single .catch .page_title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 90%;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
  }
  main.single .share {
    padding: 20px;
  }
  main.single .txt {
    padding: 20px;
  }
  main.single .txt p {
    font-weight: 500;
  }
  main.single .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.single .txt p a {
    color: #5c80b5;
    font-weight: bold;
  }
  main.single .txt p strong {
    color: #162380;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #dee5f0));
    background: linear-gradient(transparent 70%, #dee5f0 70%);
  }
  main.single .txt p span {
    font-weight: bold;
  }
  main.single .txt h2 {
    font-weight: 900;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.single .txt h2 span {
    font-size: 1.4rem;
    color: #fff;
    background: #5c80b5;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: inline-block;
    text-align: center;
    line-height: 2;
    margin-right: 10px;
  }
  main.single .txt img {
    margin: 20px auto;
    display: block;
  }
  main.single .b_title {
    color: #162380;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.single .teacher {
    background: #dee5f0;
    padding: 20px;
  }
  main.single .teacher .imgleft img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 200px;
    border: 3px solid #162380;
  }
  main.single .teacher .imgleft h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  main.single .teacher .imgleft h3 span {
    font-size: 1.6rem;
    margin-right: 10px;
  }
  main.single .teacher .imgleft p {
    font-weight: 500;
  }
  main.single .signal {
    padding: 20px;
  }
  main.single .signal h2 {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  main.single .signal h2 span {
    color: #5c80b5;
  }
  main.single .signal img {
    margin: 0 auto 20px;
    display: block;
  }
  main.single .signal p {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 0.8rem;
  }
  main.single .signal dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500;
  }
  main.single .signal dl dt {
    width: 60px;
    background: #5c80b5;
    color: #fff;
    text-align: #fff;
    text-align: center;
    margin-right: 10px;
  }
  main.single .signal dl dd {
    width: 75%;
  }
  main.single .reference {
    padding: 0 20px;
  }
  main.single .btn {
    margin: 40px auto;
  }
  main.single .bg_org {
    padding: 20px;
  }
  main.single .bg_org .relate {
    margin-bottom: 30px;
  }
  main.single .bg_org .relate h2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  main.single .bg_org .relate .imgleft {
    color: #5c3f2f;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px #d99c7b;
            box-shadow: 0px 0px 6px #d99c7b;
    padding: 20px;
    display: block;
  }
  main.single .bg_org .relate .imgleft img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 200px;
    border: 3px solid #5c3f2f;
  }
  main.single .bg_org .relate .imgleft h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  main.single .bg_org .relate .imgleft p {
    font-weight: 500;
  }
  footer {
    padding: 40px 20px;
  }
  footer .f_logo {
    margin: 60px auto 20px;
    text-align: center;
    max-width: 250px;
  }
  footer small {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */

.VideoBox01 {
  width: 690px;
  margin: 30px auto -50px;
}
@media screen and (max-width: 480px) {
  .VideoBox01 {
    width: 100%;
    margin: -110px 5px -140px;
    padding: 0px 10px;
  }
}