@charset "UTF-8";
/*----------------------------
  ローディング
-----------------------------*/
#loading-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #00a9ee;
    background: #248bff;
    transition: all 1s;
}
.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 45vh;
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
/*----------------------------
  共通
-----------------------------*/
body {
    color: #303030 !important;
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.sp {
    display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
header {
    min-width: 1260px;
}
section {
    min-width: 1260px;
}
footer {
    min-width: 1260px;
}
/* ====== トップページ ====== */
.mv_block {
    width: 100%;
    height: 520px;
    text-align: center;
    background: url(../img/mv_pc.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}
.mv_block img.pc {
    position: absolute;
    top: 0;
    left: calc((100% - 1260px) / 2);
}
.bnr_block {
    max-width: 898px;
    padding: 0 30px;
    margin: 0 auto 45px;
    text-align: center;
}
.bnr_block img {
    width: 100%;
}
.support_block {
    max-width: 838px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
}
.support_block p {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.support_block p span {
    display: inline-block;
}
.support_block .flex-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.support_block .flex-box a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background-color: #353535;
    padding: 15px 0;
    border-radius: 10px;
    line-height: 1;
    width: 230px;
    margin: 0 12px;
}
.support_block .flex-box a span {
    display: inline-block;
}
.lesson_block {
    max-width: 1060px;
    width: 100%;
    text-align: center;
    margin: 0 auto 70px;
    padding: 0 30px;
}
.lesson_block h2 {
    font-size: 76px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lesson_block h2 span {
    font-size: 64px;
}
.lesson_block h2 img {
    margin-top: -30px;
}
.lesson_block .in {
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lesson_block .in .box {
    display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 45px;
    position: relative;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 26%);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 26%);
    border-radius: 10px;
    vertical-align: top;
    position: relative;
    padding: 0 0 20px;
}
.lesson_block .in .box:nth-child(3), .lesson_block .in .box:nth-child(6) {
    margin-right: 0;
}
.lesson_block .in .box a {
    text-decoration: none;
}
.lesson_block .in .box h3 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    background: rgb(0, 51, 155);
    background: linear-gradient(98deg, rgba(0, 51, 155, 1) 0%, rgba(0, 113, 188, 1) 100%);
    line-height: 50px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}
.lesson_block .in .box img {
    width: 100%;
    margin: 0 0 10px;
}
.lesson_block .in .box h4 {
    font-size: 21px;
    text-align: left;
    color: #303030;
    padding: 5px 10px 0;
    margin-bottom: 0;
    line-height: 1;
}
.lesson_block .in .box h4 + p {
    font-size: 21px;
    color: #303030;
    position: absolute;
    right: 15px;
    bottom: 20px;
    line-height: 1;
    margin-bottom: 0;
}
.point_block {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.point_block h2 {
    max-width: 1100px;
    width: 100%;
    font-size: 81px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 50px 0 0;
    margin: 0 auto;
    background-image: url(../img/img-3point-01.png), url(../img/img-3point-02.png);
    background-position: left top 30px, right top 45px;
    background-repeat: no-repeat;
    background-size: 251px auto, 235px auto;
    min-height: 330px;
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.point_block h2::before {
    display: block;
    content: "";
    width: 132px;
    height: 60px;
    background-image: url("../img/icon-3point.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 0 auto 15px;
}
.point_block h2 span:first-child {
    font-size: 60px;
    display: block;
}
.point_block h2 span:first-child span {
    display: inline-block;
}
.point_block h2 span:nth-child(2) {
    display: block;
    font-size: 81px;
    letter-spacing: -0.015em;
}
.point_block h2 span:nth-child(2) span {
    font-size: 116px;
    display: inline;
}
.point_block .bg {
    width: 100%;
    background-image: url("../img/bg-3point.jpg");
    background-repeat: repeat;
    background-size: 22px auto;
    padding: 75px 0;
}
.point_block .in {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 0 30px;
}
.point_block .in .box {
    display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    vertical-align: top;
}
.point_block .in .box:last-child {
    margin-right: 0;
}
.point_block .in .box h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.25;
    background-image: url("../img/bg-3point-01.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 27.5% 0 52.5%;
    margin-bottom: 20px;
}
.point_block .in .box:nth-child(2) h3 {
    background-image: url("../img/bg-3point-02.png");
}
.point_block .in .box:nth-child(3) h3 {
    background-image: url("../img/bg-3point-03.png");
}
.point_block .in .box p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 0;
}
.trial_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/bg-trial-01_pc.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.trial_block .bg {
    background: linear-gradient(0deg, rgba(246, 248, 250, 1) 0%, rgba(246, 248, 250, 0.5) 50%, rgba(246, 248, 250, 0) 100%);
    background-position: bottom;
    background-size: 100% 400px;
    background-repeat: no-repeat;
}
.trial_block .in {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 120px 0 200px 60px;
}
.trial_block .in h2 {
    font-size: 98px;
    font-style: italic;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    text-shadow: 2px 2px 6px rgba(0, 81, 154, 0.78);
}
.trial_block .in h2.sp {
    display: none;
}
.trial_block .in h2 img {
    float: none;
}
.trial_block .in h2 span {
    font-size: 58px;
    display: block;
}
.trial_block .in .text {
    width: calc(100% - 540px);
    float: left;
    margin-top: -40px
}
.trial_block .in .text p {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}
.trial_block .in .text p:last-child {
    font-size: 21px;
    font-weight: 500;
    padding-left: 21px;
    text-indent: -21px;
    padding-top: 30px;
}
.trial_block .in img {
    float: right;
}
.voice_block {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 75px;
    padding: 100px 0;
    background-color: #e8edf8;
}
.voice_block h2 {
    background-color: #194eb9;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    text-align: center;
    padding: 24px 0 25px;
    margin: 0 auto 30px;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    max-width: 1100px;
    width: 100%;
    color: #fff;
}
.voice_block h2 img {
    display: inline-block;
    width: 85px;
    margin-right: 22px;
    vertical-align: text-bottom;
}
.voice_block p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.voice_block h3 {
    color: #01349b;
    font-size: 41px;
    font-weight: bold;
}
.slider01 {
    background-color: #dde5f5;
}
.swiper-slide {
    text-align: left;
    background-color: #fff;
    padding: 40px;
    display: flex !important;
    align-items: stretch;
    height: auto !important;
}
.slider01 .swiper-slide {
    background-color: transparent;
    padding: 25px 13px 30px;
    opacity: 1;
}
.slider02 .swiper-slide {
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}
.slider01 .swiper-slide-prev {
    opacity: 1;
}
.slider01 .swiper-slide-active {
    opacity: 1;
}
.slider01 .swiper-slide-next {
    opacity: 1;
}
.swiper-slide img {
    width: 100%;
}
.slider01 .swiper-slide img {
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.swiper-slide h3 {
    font-size: 25px !important;
    font-weight: 900 !important;
    font-style: normal !important;
    color: #303030;
    margin-bottom: 15px !important;
}
.swiper-slide .box .name img {
    width: 170px;
    height: auto;
    float: left;
    margin-bottom: 18px;
}
.swiper-slide .box .name .text {
    width: calc(100% - 195px);
    float: right;
}
.swiper-slide .box .name .text h3 {
    font-size: 21px !important;
    font-weight: bold !important;
    background: #194eb9;
    color: #fff;
    text-align: center;
    padding: 5px 5px 7px;
    margin-bottom: 12px !important;
}
.swiper-slide .box .name .text h3 span {
    display: inline-block;
}
.swiper-slide .box .name .text h4 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #525252;
}
.swiper-slide .box .name .text h4 span {
    display: inline-block;
}
.swiper-slide p {
    font-size: 22px;
    margin-bottom: 0;
    color: #525252;
    text-align: left;
    line-height: 1.4;
}
.swiper-button-next:after {
    content: '' !important;
    width: 51px !important;
    height: 51px !important;
    background-image: url(../img/next_btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev:after {
    content: '' !important;
    width: 51px !important;
    height: 51px !important;
    background-image: url(../img/prev_btn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 80px) !important;
    width: 51px !important;
    height: 51px !important;
}
.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 80px) !important;
    width: 51px !important;
    height: 51px !important;
}
.swiper-button-next, .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 48%) !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper-pagination-bullet-active {
    background: #00339b !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px !important;
}
.flow_block {
    width: 100%;
    text-align: center;
    padding: 90px 30px 75px;
    margin: 0 auto 70px;
    background-size: auto auto;
    background-color: rgba(244, 246, 251, 1);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 6px, rgba(217, 225, 240, 1) 6px, rgba(217, 225, 240, 1) 12px);
}
.flow_block h2 {
    font-size: 77px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 70px;
    letter-spacing: 0.05em;
}
.flow_block h2 span {
    font-size: 63px;
    letter-spacing: 0;
}
.flow_block .box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 45px;
    background-color: #Fff;
    border: 5px solid #c3ccd5;
    position: relative;
    padding: 40px 40px 45px 65px;
}
.flow_block .box:last-child {
    margin: 0 auto;
}
.flow_block .box .num {
    background: #00339b;
    color: #fff;
    font-size: 44px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    position: absolute;
    left: -35px;
    top: calc(50% - 35px);
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.flow_block .box img {
    float: left;
    width: 140px;
}
.flow_block .box .text {
    text-align: left;
    width: calc(100% - 170px);
    float: right;
}
.flow_block .box .text h3 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.flow_block .box .text p {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 0;
}
.flow_block .box .text p a {
    color: #00339b;
    text-decoration: underline;
    font-weight: bold;
}
.flow_block .box .text p a[href^="tel:"] {
    text-decoration: none;
    color: #303030;
}
.contact_block {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
    padding: 0 30px;
    background-image: url("../img/bg-contact-01.png");
    background-position: left 40px top;
    background-repeat: no-repeat;
    background-size: 219px auto;
}
.contact_block.mt {
    margin-top: -150px;
}
.contact_block.mb0 {
    margin: 0 auto 40px;
}
.contact_block .box:first-child {
    width: 100%;
    padding: 0;
    background-image: url("../img/bg-contact-02.png");
    background-position: top 20px right 10px;
    background-repeat: no-repeat;
    background-size: 175px auto;
    padding-bottom: 25px;
    margin-bottom: -10px;
}
.contact_block .box h2 {
    font-size: 53px;
    font-weight: bold;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(48, 48, 48, 1) 5px, rgba(48, 48, 48, 1) 10px);
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}
.contact_block .box h2 span {
    font-size: 64px;
}
.contact_block .box h2 + p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact_block .box h2 + p span {
    display: inline-block;
}
.contact_block .box a[href^="tel:"] img {
    width: 71px;
    margin: -15px 15px 0 0;
}
.contact_block .box a {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 84px;
    color: #303030;
    letter-spacing: -0.05em;
    line-height: 1;
    display: inline-block;
    padding-left: 50px;
}
.contact_block .box p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}
.contact_block .box:last-child .btn.blue {
    float: left;
    max-width: 49.5%;
    width: 530px;
    height: 98px;
    background: none;
    background-image: url(../img/btn-01_pc.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.contact_block .box:last-child .btn.org {
    float: right;
    max-width: 49.5%;
    width: 530px;
    height: 98px;
    background: none;
    background-image: url(../img/btn-02_pc.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
    display: block;
    color: #fff;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    text-decoration: none;
    line-height: 85px;
    height: 90px;
    padding: 0 0 0 9.5%;
    text-align: left;
    position: relative;
}
.contact_block .box:last-child .btn.org a {
    padding: 0 0 0 28%;
}
.contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
    width: 28px;
    margin: 10px 0 0 15px;
    display: inline-block;
    vertical-align: text-top;
}
.contact_block .box:last-child .btn a::before, .contact_block .box:last-child .btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    display: none;
}
.contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.contact_block .box:last-child .btn.blue a::before {
    right: 5%;
}
.contact_block .box:last-child .btn.org a::before {
    right: 22%;
}
.contact_block .box:last-child .btn.blue a::after {
    right: 8%;
    width: 23px;
    height: 23px;
    border-top: 7px solid #1b63db;
    border-right: 7px solid #1b63db;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact_block .box:last-child .btn.org a::after {
    right: 25%;
    width: 23px;
    height: 23px;
    border-top: 7px solid #ff7b0a;
    border-right: 7px solid #ff7b0a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/bg-price_pc.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.price_block .bg {
    max-width: 1100px;
    text-align: center;
    padding: 50px 0 65px;
    margin: 0 auto;
}
.price_block .bg h2 {
    font-size: 81px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 35px;
    color: #069d94;
}
.price_block .bg h2 span:first-child {
    display: block;
}
.price_block .bg h2 span:last-child {
    font-size: 63px;
    padding: 0 5px;
}
.price_block .bg h2 + p {
    font-size: 22px;
    text-align: left;
    padding: 0 40px;
    margin-bottom: 30px;
}
.price_block .bg .btn {
    margin: 0 auto;
    padding: 0;
    border: none;
}
.price_block .bg .btn a {
    display: block;
    width: 540px;
    height: 85px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    background: #252525;
    border-radius: 10px;
    line-height: 82px;
}
.price_block .bg .btn a img {
    display: inline-block;
    width: 29px;
    height: auto;
    margin-left: 10px;
    vertical-align: sub;
}
.price_block .in {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.price_block .in .box {
    width: 100%;
    background-color: #fff;
    margin: 0 auto 40px;
    padding: 0;
    font-size: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #505050;
}
.price_block .in .box:last-child {
    padding: 0;
    margin-bottom: 30px;
}
.price_block .in .box h3 {
    background: #797979 !important;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    padding: 30px 0;
    letter-spacing: 0.1em;
    width: 335px;
}
.price_block .in .box:last-child h3 {
    width: 100%;
    padding: 12px 0 18px;
}
.price_block .in .box .text {
    width: calc(100% - 335px);
    text-align: left;
    padding: 15px 45px;
}
.price_block .in .box:first-child .text p:first-child {
    font-size: 30px;
    font-weight: 900;
    color: #252525;
    margin-bottom: -8px;
}
.price_block .in .box:first-child .text p:first-child span {
    font-size: 25px;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
}
.price_block .in .box:first-child .text p:last-child {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.price_block .in .box:first-child .text p:last-child span {
    font-size: 51px;
    font-weight: 900;
    vertical-align: sub;
}
.price_block .in .box:first-child .text p:last-child span span:first-child {
    font-size: 32px;
    vertical-align: initial;
}
.price_block .in .box:first-child .text p:last-child span span:last-child {
    font-size: 42px;
    padding: 0;
    vertical-align: initial;
}
.price_block .in .box p {
    font-size: 77px;
    font-weight: 900;
    color: #fb4b90;
    line-height: 1;
    margin-bottom: 25px;
}
.price_block .in .box p span:first-child {
    font-size: 51px;
}
.price_block .in .box p span:nth-child(2) {
    font-size: 44px;
    padding: 0 0 0 8px;
}
.price_block .in .box ul {
    margin: 0 auto;
    display: inline-block;
}
.price_block .in .box ul li {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 10px;
    list-style: disc;
}
.price_block .in .box ul li span {
    font-weight: bold;
    color: #fb4b90;
}
.price_block .in .box:last-child .course {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: left;
    border-right: 2px dotted #252525;
    padding: 10px 0 15px 40px;
    margin-bottom: 0;
}
.price_block .in .box:last-child .course:nth-child(3) {
    width: 34%;
}
.price_block .in .box:last-child .course:nth-child(4) {
    border-right: none;
}
.price_block .in .box:last-child .course h4 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.05em;
    min-height: 58px;
    margin-bottom: -18px;
    padding-left: 27px;
    text-indent: -27px;
}
.price_block .in .box:last-child ul {
    text-align: left;
    padding-left: calc((100% - 815px) / 2)
}
.price_block .in .box:last-child p {
    margin-bottom: 0;
}
.price_block .in .box:last-child p span:first-child {
    font-size: 21px;
    font-weight: bold;
    color: #303030;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 27px;
    line-height: 1.15;
}
.price_block .in .box:last-child p span:nth-child(2) {
    font-size: 50px;
    display: inline-block;
    padding: 0;
}
.price_block .in .box:last-child p span:nth-child(2) span:first-child {
    font-size: 33px;
    font-weight: 900;
    padding: 0;
    color: #fb4b90;
    display: inline;
}
.price_block .in .box:last-child p span:nth-child(2) span:last-child {
    font-size: 27px;
    font-weight: 900;
    display: inline;
}
.price_block .in + p {
    font-size: 22px;
    font-weight: 500;
    padding: 0 40px;
    margin-bottom: 30px;
}
.qa_block {
    width: 100%;
    margin: 0 auto 100px;
    background-image: url("../img/bg-qa.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 16px 16px;
    padding: 0 0 15px;
}
.qa_block h2 {
    background: #17519c;
    padding: 40px 30px;
    position: relative;
    margin-bottom: 70px;
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
}
.qa_block h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #17519c transparent transparent transparent;
    border-width: 30px 18px 0 18px;
}
.qa_block h2 img {
    width: 173px;
    margin: -25px 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.qa_block .in {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.qa_block .in .box {
    margin: 0 auto 50px;
}
.qa_block .in .box .qs {
    background-color: #ededed;
    border-radius: 10px;
    padding: 12px 20px 15px;
    margin-bottom: 20px;
}
.qa_block .in .box .qs span {
    font-size: 35px;
    font-weight: 900;
    display: inline-block;
    width: 45px;
    float: left;
    line-height: 0.7;
}
.qa_block .in .box .qs p {
    float: right;
    width: calc(100% - 45px);
    font-size: 21px;
    margin-bottom: 0;
}
.qa_block .in .box .as {
    padding: 0 15px;
}
.qa_block .in .box .as span {
    font-size: 57px;
    font-weight: 900;
    color: #f15a24;
    display: inline-block;
    width: 60px;
    float: left;
    line-height: 0.9;
}
.qa_block .in .box .as p {
    float: right;
    width: calc(100% - 60px);
    font-size: 21px;
    margin-bottom: 0;
}
.o3 {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 55px;
    background-color: #e8edf8;
}
.o3_block {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
}
.o3_block h2 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 75px;
    color: #353535;
    margin-bottom: 45px;
    position: relative;
}
.o3_block h2::before {
    content: "";
    width: 100px;
    height: 185px;
    background-image: url(../img/ba-sports-01_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 550px);
}
.o3_block h2::after {
    content: "";
    width: 100px;
    height: 185px;
    background-image: url(../img/ba-sports-02_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    right: calc(50% - 535px);
}
.o3_block h2 span {
    font-size: 68px;
    display: inline;
}
.o3_block h2 span.lar {
    font-size: 75px;
    display: inline;
}
.o3_block h2 span.lar.sp {
    display: none;
}
.o3_block h2 span.lar.bg {
    display: inline-block;
    color: #fff;
    background: #353535;
    font-style: italic;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    line-height: 1;
    padding: 8px 48px 18px 40px;
}
.o3_block p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
}
.o3_block .sports {
    padding: 0;
    margin: 0 auto 80px;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.o3_block .sports .box {
    display: inline-block;
    width: 23.5%;
    margin: 0 2% 0 0;
    position: relative;
}
.o3_block .sports .box:last-child {
    margin: 0;
}
.o3_block .sports .box img {
    width: 100%;
}
.o3_block .sports .box h3 {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0;
    background: rgb(0, 140, 0);
    background: linear-gradient(75deg, rgba(0, 140, 0, 1) 0%, rgba(99, 176, 52, 1) 100%);
}
.o3_block .sports .box.v01 h3 {
    background: #ffb200;
}
.o3_block .sports .box.v02 h3 {
    background: #cf0a0a;
}
.o3_block .sports .box.v03 h3 {
    background: #5eb348;
}
.o3_block .sports .box.v04 h3 {
    background: #194eb9;
}
.o3_block .sports .box h3::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/arrow-sports_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
}
.ranking_block {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 80px auto 55px;
    text-align: center;
}
.ranking_block h2 {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    background: #194eb9;
    border-radius: 100px;
    padding: 12px 0 23px;
    margin-bottom: 30px;
}
.ranking_block h2 img {
    display: inline-block;
    width: 125px;
    margin-right: 22px;
    vertical-align: text-bottom;
}
.ranking_block p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 80px;
}
.ranking_block .ranking {
    padding: 0;
    margin: 0 auto;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ranking_block .ranking .box {
    display: inline-block;
    width: 31%;
    margin: 0 3.5% 45px 0;
    position: relative;
}
.ranking_block .ranking .box:nth-child(3n) {
    margin: 0;
}
.ranking_block .ranking .box img {
    width: 100%;
}
.ranking_block .ranking .box img.rank {
    width: 91px;
    height: auto;
    position: absolute;
    top: -40px;
}
.ranking_block .ranking .box h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 12px 0 15px;
    background: #252525;
}
.ranking_block .ranking .box h3::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url(/service/new/img/soccer/arrow-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: top;
    margin-top: 5px;
}
.about_block {
    width: 100%;
    text-align: center;
    background: #eff1f4;
    background-image: url(../img/bg-about_pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 75px;
    line-height: 1.4;
    margin: 0 auto 80px;
}
.about_block .in {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    text-align: left;
}
.about_block h2 {
    background: #194eb9;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    max-width: 675px;
    margin: 0 auto 50px;
    padding: 20px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    text-align: center;
}
.about_block h2 span {
    display: inline-block;
}
.about_block .text {
    max-width: 640px;
    width: 100%;
    text-align: center;
}
.about_block .text p {
    font-size: 21px;
    margin-bottom: 25px;
    text-align: left;
}
.about_block .text .btn {
    margin: 15px auto 0;
    padding: 0;
    border: none;
}
.about_block .text .btn a {
    display: block;
    width: 312px;
    height: 64px;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    background: #252525;
    border-radius: 10px;
    line-height: 60px;
}
.about_block .text .btn a img {
    display: inline-block;
    width: 22px;
    height: auto;
    margin-left: 10px;
    vertical-align: sub;
}
.news_block {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 80px;
    text-align: center;
}
.news_block h2 {
    font-size: 60px;
    font-weight: bold;
    color: #194eb9;
    margin-bottom: 50px;
}
.news_block dl {
    text-align: left;
    color: #525252;
    height: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 25px 0 0;
}
.news_block dl dt {
    font-size: 21px;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 10px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.news_block dl dd {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.3;
}
.news_block dl dd a {
    color: #194eb9;
    text-decoration: underline !important;
}
.column_block {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 90px;
    text-align: center;
}
.column_block h2 {
    font-size: 66px;
    font-weight: bold;
    color: #194eb9;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column_block h2 span.bx:first-child {
    font-size: 34px;
    text-align: left;
}
.column_block h2 span.bx:nth-child(2) {
    padding: 0 10px;
}
.column_block h2 span.bx:nth-child(2) span {
    display: inline-block;
    font-size: 55px;
    color: #fff;
    background: #194eb9;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-top: 8px;
    margin-right: -20px;
}
.column_block h2 span.bx:nth-child(2) span:last-child {
    margin-right: 0;
}
.column_block ul {
    margin-bottom: 45px;
}
.column_block ul li {
    display: inline-block;
    width: 23.5%;
    margin: 0 2% 0 0;
    vertical-align: top;
    font-size: 19px;
    text-align: left;
}
.column_block ul li:last-child {
    margin: 0;
}
.column_block ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.column_block ul li a {
    color: #525252;
    text-decoration: none;
}
.column_block .btn {
    margin: 0 auto;
    padding: 0;
    border: none;
}
.column_block .btn a {
    display: block;
    width: 540px;
    height: 85px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    background: #252525;
    border-radius: 10px;
    line-height: 82px;
}
.column_block .btn a img {
    display: inline-block;
    width: 29px;
    height: auto;
    margin-left: 10px;
    vertical-align: sub;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 1500px) {
    .slider02 .swiper-slide {
        padding: 30px;
    }
}
@media screen and (max-width: 1400px) {
    .slider02 .swiper {
        padding: 0 55px;
    }
    .slider02 .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 15px) !important;
    }
    .slider02 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 15px) !important;
    }
}
@media screen and (max-width: 820px) {
    .loader {
        top: 45vh;
    }
    .slider01 .swiper-slide-next {
        opacity: 0.5 !important;
    }
    .slider01 .swiper-slide-prev {
        opacity: 0.5 !important;
    }
    .slider01 .swiper-slide {
        padding: 30px 13px;
    }
    .price_block .in .box:last-child .course h4 {
        text-align: center;
        margin-bottom: 20px;
    }
    .price_block .in .box:last-child .course h4 span:last-child {
        display: block;
    }
    .price_block .in .box:last-child p {
        text-align: center;
    }
    .price_block .in .box:last-child p span:first-child {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a {
        line-height: 1.25;
        padding: 5px 0 0 8%;
    }
    .contact_block .box:last-child .btn.blue a span:last-child {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 8%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 11%;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 8%;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 8%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 11%;
    }
    .slider02 .swiper-slide {
        margin-bottom: 10px !important;
    }
    .slider02 .swiper-slide h3 {
        text-align: center;
        margin-bottom: 10px !important;
    }
    .lesson_block {
        margin: 0 auto 50px;
    }
    .lesson_block h2 {
        font-size: 7.4vw;
        letter-spacing: -0.05em;
    }
    .lesson_block h2 span {
        font-size: 6.2vw;
    }
    .point_block .bg {
        padding: 70px 0 80px;
    }
    .point_block h2 {
        font-size: 7.5vw;
    }
    .point_block h2 span:first-child {
        font-size: 5.2vw;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 10.4vw;
    }
    .trial_block .bg {
        background: linear-gradient(0deg, rgba(246, 248, 250, 1) 0%, rgba(246, 248, 250, 1) 30%, rgba(246, 248, 250, 0) 50%);
    }
    .trial_block .in {
        padding: 50px 20px 150px;
    }
    .trial_block .in h2 {
        font-size: 9.6vw;
    }
    .trial_block .in h2 span {
        font-size: 5.7vw;
    }
    .trial_block .in img {
        float: right;
        width: 400px;
    }
    .trial_block .in .text {
        width: calc(100% - 400px);
    }
    .voice_block {
        padding: 60px 0 70px;
        margin: 0 auto 60px;
    }
    .flow_block {
        padding: 70px 30px 80px 60px;
        margin: 0 auto 80px;
    }
    .flow_block h2 {
        margin-bottom: 50px;
    }
    .contact_block {
        margin: 0 auto 70px;
    }
    .contact_block .box h2 {
        font-size: 5.3vw;
    }
    .contact_block .box h2 span {
        font-size: 6.5vw;
    }
    .contact_block .box h2 + p {
        font-size: 2.45vw;
    }
    .contact_block .box a {
        font-size: 7.8vw;
    }
    .price_block {
        margin: 0 auto 80px;
    }
    .qa_block {
        margin: 0 auto 80px;
    }
    .trial_block .in .text p:last-child br {
        display: none;
    }
    .contact_block {
        background-position: 30px 20px;
        background-size: 168px auto;
    }
    .contact_block .box:first-child {
        background-position: right bottom;
        background-size: 180px auto;
    }
    .price_block .in .box:last-child ul {
        padding-left: 40px;
    }
    .lesson_block .in .box {
        width: 32%;
        margin-right: 2%;
    }
    .trial_block .in img {
        width: 350px;
        margin-right: -20px;
    }
    .trial_block .in .text {
        width: calc(100% - 330px);
    }
    .contact_block .box:first-child {
        min-height: 258px;
    }
    .flow_block h2 {
        font-size: 8.6vw;
    }
    .flow_block h2 span {
        font-size: 7vw;
    }
    .price_block .bg h2 {
        font-size: 8.6vw;
    }
    .price_block .bg h2 span {
        font-size: 6.8vw;
    }
    .price_block .in .box:last-child .course h4 span {
        display: block;
    }
    .price_block .in .box:last-child .course:nth-child(2) h4 span:last-child {
        display: none;
    }
    .lesson_block .in .box h3 {
        font-size: 26px;
    }
    .point_block .bg {
        padding: 50px 0 80px;
    }
    .flow_block {
        padding: 70px 30px 80px 30px;
    }
    .flow_block h2 {
        margin-bottom: 65px;
    }
    .flow_block .box {
        padding: 60px 30px 45px 30px;
        margin: 0 auto 65px;
    }
    .flow_block .box .num {
        left: calc(50% - 35px);
        top: -35px;
    }
    .contact_block .box a {
        font-size: 7.5vw;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 75px;
        margin: -10px 5px 0 0;
    }
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header {
        min-width: auto;
    }
    section {
        min-width: auto;
    }
    footer {
        min-width: auto;
    }
    .mv_block {
        height: auto;
        background: none;
    }
    .mv_block .sp {
        width: 100%;
    }
    .lesson_block .in .box {
        width: 48%;
        margin-right: 4%;
    }
    .lesson_block .in .box:nth-child(2n) {
        margin-right: 0;
    }
    .lesson_block .in .box:nth-child(3) {
        margin-right: 4%;
    }
    .point_block .in .box {
        display: block;
        width: 100%;
        margin-right: 0;
        vertical-align: top;
        margin-bottom: 60px;
    }
    .point_block .in .box:last-child {
        margin-bottom: 0;
    }
    .point_block .in .box h3 {
        line-height: 1.2;
        font-size: 3.8vw;
        width: 350px;
        height: 350px;
        margin: 0 auto 20px;
        padding: 98px 0 0;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 12.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 12.5%;
    }
    .lesson_block h2 img {
        width: 290px;
        margin: -15px auto -10px;
    }
    .lesson_block h2 {
        font-size: 9.3vw;
    }
    .lesson_block h2 span {
        font-size: 7.8vw;
        letter-spacing: -0.1em;
    }
    .lesson_block .in .box h3 {
        font-size: 32px;
        line-height: 62px;
    }
    .lesson_block .in .box h4 {
        font-size: 23px;
    }
    .lesson_block .in .box h4 + p {
        font-size: 22px;
    }
    .lesson_block .in .box {
        margin-bottom: 30px;
    }
    .point_block h2 {
        font-size: 10.6vw;
        margin-bottom: 0;
        background-position: left -58px bottom -8px, right -35px bottom -19px;
        background-size: 203px auto, 190px auto;
        min-height: auto;
    }
    .point_block h2::before {
        width: 116px;
        height: 53px;
    }
    .point_block h2 span:first-child {
        font-size: 6vw;
        line-height: 1.2;
    }
    .point_block h2 span:first-child span {
        display: block;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 7.8vw;
        margin-top: -35px;
        padding-bottom: 20px;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 12.3vw;
    }
    .point_block .bg {
        padding: 60px 0 80px;
    }
    .point_block .in {
        padding: 0 45px;
    }
    .point_block .in .box h3 {
        font-size: 6.0vw;
        margin: 0 auto 30px;
        padding: 27% 0 50.0%;
        width: 100%;
        height: auto;
    }
    .point_block .in .box p {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .trial_block {
        background-image: url(../img/bg-trial-01_sp.jpg);
    }
    .trial_block .in h2.pc {
        display: none;
    }
    .trial_block .in h2.sp {
        display: block;
        font-size: 0;
        margin-bottom: 20px;
    }
    .trial_block .in h2 img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .trial_block .in img.pc {
        display: none;
    }
    .trial_block .in img.sp {
        display: block;
    }
    .trial_block .in img {
        margin-top: -20px;
        margin-right: -20px;
        height: auto;
        width: 53%;
    }
    .trial_block .in .text {
        width: 49.5%;
        margin-top: 0;
    }
    .trial_block .in .text p {
        position: relative;
        font-size: 30px;
        font-size: 4vw;
        line-height: 1.4;
        background-color: rgba(255, 255, 255, 0.67);
        padding: 20px 20px 30px 25px;
        margin-right: -30px;
        z-index: 1;
    }
    .flow_block h2 {
        margin-bottom: 85px;
    }
    .flow_block .box {
        margin: 0 auto 85px;
    }
    .flow_block .box .num {
        left: calc(50% - 45px);
        top: -45px;
        font-size: 57px;
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .flow_block .box img {
        width: 120px;
    }
    .flow_block .box .text {
        width: calc(100% - 150px);
    }
    .flow_block .box .text h3 {
        font-size: 35px;
    }
    .flow_block .box .text p {
        font-size: 29px;
        line-height: 1.4;
    }
    .flow_block .box .text p a[href^="tel:"] {
        color: #00339b;
        text-decoration: underline;
    }
    .contact_block.mt {
        margin-top: -80px;
    }
    .contact_block.mb0 {
        margin: 0 auto 20px;
    }
    .contact_block {
        background-position: top 85px left 22px;
        background-size: 163px auto;
        padding: 0 15px;
    }
    .contact_block .box h2 {
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 5px;
        order: 1;
        background-size: 100% 5px;
    }
    .contact_block .box h2 + p {
        display: none;
    }
    .contact_block .box:first-child {
        background-position: right 5px top 100px;
        background-size: 129px auto;
        min-height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .contact_block .box a {
        font-size: 7.5vw;
        display: inline-block;
        position: relative;
        padding: 0;
        margin: 0 auto;
        order: 3;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 66px;
        background: #fff;
        padding: 3px;
    }
    .contact_block .box a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #252525;
        display: none;
    }
    .contact_block .box a:after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 2%;
        width: 15px;
        height: 15px;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: none;
    }
    .contact_block .box:first-child p:nth-child(3) {
        order: 2;
        line-height: 1.3;
        padding-top: 8px;
        padding-bottom: 3px;
    }
    .contact_block .box:first-child p:nth-child(3) span:last-child {
        display: block;
    }
    .contact_block .box:first-child p:last-child {
        order: 4;
        padding: 0;
    }
    .contact_block .box p {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .contact_block .box:last-child .btn.blue {
        height: 120px;
        background-image: url(../img/btn-01_sp.png);
    }
    .contact_block .box:last-child .btn.org {
        height: 120px;
        background-image: url(../img/btn-02_sp.png);
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 110px;
        text-align: center;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 12px 0 0;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 5%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 9.5%;
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 95px;
        padding: 0;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 9.5%;
    }
    .contact_block .box:last-child .btn.blue a span, .contact_block .box:last-child .btn.org a span {
        display: inline-block;
        vertical-align: middle;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        vertical-align: middle;
        margin: 5px 0 0 15px;
    }
    .price_block {
        background-image: url(../img/bg-price_sp.jpg);
    }
    .price_block .bg {
        padding: 30px 30px 60px;
    }
    .price_block .bg h2 {
        font-size: 9vw;
        margin-bottom: 20px;
    }
    .price_block .bg h2 span, .price_block .bg h2 span:last-child {
        font-size: 7.2vw;
    }
    .price_block .bg h2 + p {
        font-size: 24px;
        padding: 0;
    }
    .price_block .in .box {
        border: 2px solid #797979;
    }
    .price_block .in .box h3 {
        font-size: 5.1vw;
        letter-spacing: 0.2em;
        width: 28%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0 30px;
    }
    .price_block .in .box:last-child h3 {
        margin-bottom: 25px;
        letter-spacing: 0.03em;
    }
    .price_block .in .box p {
        font-size: 10.2vw;
    }
    .price_block .in .box p span:first-child {
        font-size: 6.8vw;
    }
    .price_block .in .box p span:nth-child(2) {
        font-size: 5.4vw;
    }
    .price_block .in .box ul {
        display: block;
        padding-left: 40px;
    }
    .price_block .in .box ul li {
        font-size: 29px;
        text-align: left;
    }
    .price_block .in .box:last-child .course, .price_block .in .box:last-child .course:nth-child(3) {
        width: calc(100% - 40px);
        border-right: none;
        margin: 0 20px 20px;
        background: none;
        border-bottom: 2px dotted #656565;
        padding: 0;
    }
    .price_block .in .box:last-child .course h4 {
        text-align: left;
        font-size: 39px;
        margin-bottom: 0;
        padding-left: 39px;
        text-indent: -39px;
    }
    .price_block .in .box:last-child .course h4 span {
        display: inline-block;
        padding-left: 0;
        text-indent: 0;
    }
    .price_block .in .box:last-child p {
        text-align: right;
        margin-bottom: 20px;
        margin-top: -30px;
    }
    .price_block .in .box:last-child p span:first-child {
        display: inline-block;
        font-size: 30px;
        padding: 0 8px 0 0;
        vertical-align: bottom;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        display: inline-block;
    }
    .price_block .in .box:last-child .course:nth-child(4) {
        border-bottom: none;
        margin-bottom: 10px;
    }
    .price_block .in .box:last-child .course h4 span:last-child {
        display: inline-block;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        font-size: 60px;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:first-child {
        font-size: 40px;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:last-child {
        font-size: 36px;
    }
    .price_block .in .box .text {
        width: 72%;
        text-align: left;
        padding: 30px;
    }
    .price_block .in .box:first-child .text p:first-child {
        font-size: 42px;
        margin-bottom: 13px;
    }
    .price_block .in .box:first-child .text p:first-child span {
        font-size: 30px;
        vertical-align: top;
        padding-top: 8px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 30px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 62px;
        display: block;
        padding-top: 8px;
    }
    .price_block .in .box:first-child .text p:last-child span span {
        display: inline-block;
    }
    .price_block .in .box:first-child .text p:last-child span span:first-child {
        font-size: 39px;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        font-size: 51px;
        vertical-align: top;
        padding-top: 8px;
    }
    .price_block .in + p {
        font-size: 30px;
    }
    .price_block .in + p span {
        display: block;
    }
    .price_block .bg .btn a {
        font-size: 30px;
    }
    .qa_block .in .box .qs p {
        font-size: 30px;
    }
    .qa_block .in .box .qs span {
        line-height: 1.2;
    }
    .qa_block .in .box .as p {
        font-size: 29px;
        line-height: 1.4;
    }
    .o3_block h2 {
        font-size: 61px;
        margin-bottom: 25px;
    }
    .o3_block h2 span {
        font-size: 53px;
    }
    .o3_block p {
        font-size: 24px;
    }
    .o3_block .sports .box {
        width: 31%;
        margin: 0 3.5% 30px 0;
    }
    .o3_block .sports .box h3 {
        font-size: 3.6vw;
        padding: 13px 0;
    }
    .o3_block h2::before, .o3_block h2::after {
        display: none;
    }
    .o3_block h2 span.lar.sp {
        display: inline-block;
    }
    .o3_block h2 span.lar.pc {
        display: none;
    }
    .o3_block h2 span.lar {
        font-size: 88px;
        font-size: 10.8vw;
    }
    .o3_block h2 span.lar.bg {
        font-size: 68px;
        font-size: 8.3vw;
        font-weight: bold;
        letter-spacing: -0.03em;
        clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
        padding: 5px 40px 15px 28px;
    }
    .o3_block h2 span {
        font-size: 54px;
        font-size: 6.6vw;
        font-weight: bold;
    }
    .o3_block .sports .box {
        width: 48%;
        margin: 0 4% 30px 0;
    }
    .o3_block .sports .box:nth-child(2n) {
        margin: 0 0 30px;
    }
    .o3_block .sports .box h3 {
        font-size: 30px;
        font-weight: bold;
    }
    .o3_block .sports .box.v02 h3, .o3_block .sports .box.v03 h3 {
        letter-spacing: 0.1em;
    }
    .o3_block .sports .box h3::after {
        width: 42px;
        height: 42px;
        background: url(../img/arrow-sports_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        vertical-align: text-bottom;
    }
    .o3_block .sports .box.v02 h3::after, .o3_block .sports .box.v03 h3::after {
        margin-left: -10px;
    }
    .o3 {
        padding: 60px 0;
    }
    .o3_block .sports {
        margin: 0 auto 30px;
    }
    .bnr_block {
        margin: 0 auto 60px;
    }
    .support_block {
        width: calc(100% - 60px);
        margin: 0 30px;
        padding: 20px 25px 30px;
    }
    .support_block p {
        font-size: 30px;
    }
    .support_block .flex-box a {
        font-size: 30px;
        line-height: 1.25;
        width: 100%;
        margin: 0 12px 0 0;
    }
    .support_block .flex-box a:nth-child(2) {
        margin: 0 0 0 12px;
    }
    .support_block .flex-box a span {
        display: block;
    }
    .ranking_block {
        margin: 80px auto 40px;
    }
    .ranking_block h2 {
        padding: 12px 0 20px;
    }
    .ranking_block h2 img {
        width: 108px;
        vertical-align: top;
        padding-top: 15px;
    }
    .ranking_block h2 span {
        display: inline-block;
        width: 40vw;
        font-size: 5.5vw;
    }
    .ranking_block p {
        text-align: left;
    }
    .ranking_block .ranking .box {
        width: 48%;
        margin: 0 4% 50px 0;
    }
    .ranking_block .ranking .box:nth-child(3n) {
        margin: 0 4% 50px 0;
    }
    .ranking_block .ranking .box:nth-child(2n) {
        margin: 0 0 50px 0;
    }
    .ranking_block .ranking .box h3 {
        font-size: 30px;
    }
    .ranking_block .ranking .box h3::after {
        width: 25px;
        height: 25px;
        margin-top: 8px;
    }
    .ranking_block .ranking .box:last-child h3 {
        font-size: 3.5vw;
        letter-spacing: -0.05em;
        height: 63px;
    }
    .voice_block h2 {
        font-size: 5.5vw;
        width: calc(100% - 60px);
        color: #fff;
        margin: 0 30px 30px;
    }
    .voice_block h2 img {
        margin-bottom: -5px;
        vertical-align: text-top;
    }
    .voice_block p {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
    }
    .voice_block p span {
        display: block;
    }
    .voice_block p span span {
        display: inline-block;
    }
    .slider02 .swiper {
        padding: 0 30px;
    }
    .slider02 .swiper-slide {
        padding: 50px;
    }
    .swiper-slide .box .name {
        font-size: 0;
    }
    .swiper-slide .box .name img {
        width: 245px;
        margin-bottom: 20px;
    }
    .swiper-slide .box .name .text {
        width: calc(100% - 290px);
        padding-top: 50px;
    }
    .swiper-slide .box .name .text h3 {
        font-size: 30px !important;
        padding: 8px 10px 11px;
        margin-bottom: 18px !important;
    }
    .swiper-slide .box .name .text h4 {
        font-size: 33px;
        margin-bottom: 20px;
    }
    .swiper-slide p {
        margin-bottom: 0;
        padding: 0;
        font-size: 26px;
        line-height: 1.4;
        text-align: left;
    }
    .about_block {
        background-image: url(../img/bg-about_sp.jpg);
        background-position: bottom center;
        margin: 0 auto 60px;
    }
    .about_block .in {
        text-align: center;
    }
    .about_block h2 {
        font-size: 5.5vw;
        max-width: none;
        margin: 0 auto 50px;
        padding: 20px 70px 22px;
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
        text-align: center;
        display: inline-block;
    }
    .about_block .text {
        max-width: none;
    }
    .about_block .text p {
        font-size: 28px;
        text-align: center;
    }
    .about_block .text .btn {
        margin: 20px auto 0;
    }
    .about_block .text .btn a {
        width: 368px;
        height: 75px;
        font-size: 30px;
        line-height: 70px;
    }
    .about_block .text .btn a img {
        width: 29px;
    }
    .news_block h2 {
        font-size: 7.8vw;
        margin-bottom: 35px;
    }
    .news_block dl {
        padding: 0;
    }
    .news_block dl dt {
        font-size: 26px;
    }
    .news_block dl dd {
        font-size: 20px;
        line-height: 1.4;
    }
    .column_block {
        margin: 0 auto 70px;
    }
    .column_block h2 {
        font-size: 7.8vw;
        margin-bottom: 40px;
    }
    .column_block h2 span.bx:first-child {
        font-size: 4.5vw;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        font-size: 7.5vw;
        height: 100px;
        width: 100px;
    }
    .column_block ul {
        margin-bottom: 10px;
    }
    .column_block ul li {
        width: 48%;
        margin: 0 4% 35px 0;
        font-size: 22px;
        font-weight: bold;
    }
    .column_block ul li:nth-child(2n) {
        margin: 0 0 35px 0;
    }
    .column_block ul li img {
        margin-bottom: 8px;
    }
    .column_block .btn a {
        font-size: 30px;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 22px) !important;
        width: 56px !important;
        height: 56px !important;
    }
    .swiper-button-prev:after {
        width: 56px !important;
        height: 56px !important;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 22px) !important;
        width: 56px !important;
        height: 56px !important;
    }
    .swiper-button-next:after {
        width: 56px !important;
        height: 56px !important;
    }
}
@media screen and (max-width: 768px) {
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 115px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 9px 0 0;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 3%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 7.5%;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 3%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 7.5%;
    }
    .o3_block h2 {
        font-size: 8.2vw;
    }
    .o3_block h2 span {
        font-size: 6.9vw;
    }
    .ranking_block .ranking .box:last-child h3 {
        padding-top: 14px;
    }
    .ranking_block .ranking .box:last-child h3::after {
        margin-top: 5px;
    }
    .price_block .in .box:last-child p {
        margin-top: -20px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 92px;
        width: 92px;
    }
}
@media screen and (max-width: 730px) {
    .point_block .in {
        padding: 0 30px;
    }
    .contact_block.mb0 {
        margin: 0 auto;
    }
    .contact_block .box h2 {
        font-size: 6vw;
    }
    .contact_block .box h2 span {
        font-size: 6.8vw;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 110px;
    }
    .contact_block .box:last-child .btn.blue a {
        line-height: 1.15;
        padding: 10px 0 0;
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 85px;
    }
    .price_block .in .box .text {
        padding: 20px 0 25px 25px;
    }
    .voice_block h2 {
        padding: 24px 0 20px;
    }
    .news_block dl {
        height: 300px;
    }
    .ranking_block h2 {
        padding: 12px 0 18px;
    }
    .ranking_block h2 img {
        padding-top: 10px;
    }
}
@media screen and (max-width: 700px) {
    .contact_block .box:last-child .btn.blue a::after {
        right: 8.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 8.5%;
    }
    .point_block .in .box p {
        font-size: 28px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 105px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 100px;
    }
    .contact_block .box:last-child .btn.blue a {
        line-height: 1.1;
        padding: 9px 0 0;
    }
    .contact_block .box:first-child p:last-child {
        padding-left: 35px;
    }
    .swiper-slide .box .name .text {
        padding-top: 20px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 88px;
        width: 88px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 28px;
    }
    .price_block .in + p {
        font-size: 28px;
    }
    .voice_block p {
        font-size: 28px;
    }
    .voice_block h2 img {
        margin-top: -5px;
    }
}
@media screen and (max-width: 668px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 28px;
    }
    .trial_block .in {
        position: relative;
    }
    .point_block .in .box p {
        font-size: 26px;
    }
    .voice_block h3 {
        font-size: 38px;
    }
    .swiper-slide p {
        font-size: 26px;
        padding: 0 10px;
    }
    .flow_block h2 {
        font-size: 9.6vw;
        margin-bottom: 65px;
    }
    .flow_block h2 span {
        font-size: 8vw;
    }
    .flow_block .box {
        margin: 0 auto 65px;
    }
    .flow_block .box .text p {
        font-size: 26px;
    }
    .flow_block .box .num {
        left: calc(50% - 35px);
        top: -35px;
        font-size: 47px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .contact_block {
        background-position: top 80px left 22px;
        background-size: 133px auto;
    }
    .contact_block .box:first-child {
        background-position: right bottom;
        background-size: 109px auto;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 120px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 110px;
        line-height: 92px;
        padding: 0;
    }
    .contact_block .box:last-child .btn.blue {
        max-width: 100%;
        width: 100%;
        margin: 0 0 10px;
        float: none;
        background-image: url(../img/btn-01_pc.png);
    }
    .contact_block .box:last-child .btn.blue a span:first-child {
        display: inline-block;
    }
    .contact_block .box:last-child .btn.blue a span:first-child br {
        display: none;
    }
    .contact_block .box:last-child .btn.org {
        max-width: 100%;
        width: 100%;
        float: none;
        background-image: url(../img/btn-02_pc.png);
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 6%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 6%;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 6vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 32px;
    }
    .contact_block .box a {
        font-size: 9.2vw;
    }
    .contact_block .box:first-child a {
        text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
    }
    .contact_block.mb0 {
        margin: 0 auto 60px;
    }
    .contact_block .box p {
        font-size: 4vw;
    }
    .price_block .bg h2 {
        font-size: 9.6vw;
    }
    .price_block .bg h2 span {
        font-size: 8vw;
    }
    .price_block .in .box ul li {
        font-size: 23px;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 32px;
        padding-left: 32px;
        text-indent: -32px;
    }
    .price_block .in .box:last-child p span:first-child {
        font-size: 26px;
        padding: 0 20px 0 35px;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        font-size: 10.2vw;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:first-child {
        font-size: 6.8vw;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:last-child {
        font-size: 5.4vw;
    }
    .qa_block .in .box .qs {
        padding: 12px 20px 18px;
    }
    .qa_block .in .box .qs p {
        font-size: 26px;
        line-height: 1.2
    }
    .qa_block .in .box .qs span {
        line-height: 0.8;
    }
    .qa_block .in .box .as p {
        font-size: 23px;
    }
    .bnr_block {
        padding: 0 20px;
    }
    .lesson_block {
        padding: 0 20px;
    }
    .lesson_block .in .box {
        width: 48.5%;
        margin-right: 3%;
    }
    .lesson_block .in .box:nth-child(3) {
        margin-right: 3%;
    }
    .flow_block {
        padding: 70px 20px 80px 20px;
    }
    .qa_block .in {
        padding: 0 20px;
    }
    .qa_block {
        margin: 0 auto 50px;
    }
    .o3_block p {
        font-size: 21px;
    }
    .o3_block {
        padding: 0 20px;
    }
    .o3_block h2 {
        margin-bottom: 30px;
    }
    .support_block {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 20px 20px 30px;
    }
    .point_block h2 {
        padding: 35px 0 0;
    }
    .point_block h2 span:nth-child(2) {
        margin-top: -25px;
        padding-bottom: 25px;
    }
    .point_block .bg {
        padding: 50px 0 60px;
    }
    .point_block .in .box {
        margin-bottom: 50px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 20px;
    }
    .trial_block .in {
        padding: 50px 20px 100px;
    }
    .contact_block.mt {
        margin-top: -70px;
    }
    .contact_block {
        margin: 0 auto 50px;
    }
    .price_block {
        margin: 0 auto 60px;
    }
    .price_block .bg {
        padding: 15px 30px 60px;
    }
    .price_block .bg h2 + p {
        font-size: 21px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 26px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 8.6vw;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        font-size: 7.8vw;
        padding-top: 3px;
    }
    .price_block .in + p {
        font-size: 26px;
    }
    .ranking_block {
        margin: 0 auto 10px;
    }
    .ranking_block h2 {
        padding: 15px 0 18px;
    }
    .voice_block h2 img {
        margin-top: -8px;
    }
    .ranking_block p {
        font-size: 21px;
        margin-bottom: 60px;
    }
    .ranking_block .ranking .box h3 {
        font-size: 4.2vw;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ranking_block .ranking .box:last-child h3 {
        font-size: 3.45vw;
        height: 60px;
    }
    .ranking_block .ranking .box h3::after {
        margin-top: 3px;
    }
    .ranking_block .ranking .box:last-child h3::after {
        margin-top: 3px;
    }
    .voice_block {
        padding: 60px 0 50px;
        margin: 0 auto 50px;
    }
    .voice_block h2 {
        margin: 0 30px 20px;
    }
    .voice_block p {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .slider02 .swiper-slide {
        padding: 30px 30px 40px;
    }
    .swiper-slide .box .name .text {
        width: calc(100% - 270px);
        padding-top: 35px;
    }
    .swiper-slide .box .name .text h3 {
        font-size: 4.5vw !important;
        padding: 8px 0 11px;
    }
    .swiper-slide .box .name .text h4 {
        font-size: 5vw;
    }
    .swiper-slide p {
        font-size: 24px;
        margin-bottom: 0 !important;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 15px) !important;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 15px) !important;
    }
    .about_block {
        padding: 60px 0 60px;
    }
    .about_block h2 {
        padding: 20px 60px 22px;
        margin: 0 auto 30px;
    }
    .about_block .text p {
        font-size: 26px;
    }
    .about_block .text .btn {
        margin: 15px auto 0;
    }
    .news_block {
        margin: 0 auto 70px;
    }
    .news_block dl dt {
        font-size: 24px;
    }
    .column_block {
        margin: 0 auto 60px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 85px;
        width: 85px;
    }
    .column_block ul li {
        font-size: 21px;
        line-height: 1.3;
    }
    .trial_block .in .text {
        width: 55%;
    }
    .trial_block .in .text p {
        margin-right: -50px;
    }
    .trial_block .in img {
        width: 48%;
    }
}
@media screen and (max-width: 640px) {
    .lesson_block h2 img {
        width: 250px;
    }
    .point_block h2 {
        font-size: 10vw;
    }
    .point_block .in .box h3 {
        margin: 0 auto 20px;
    }
    .o3_block .sports .box h3 {
        font-size: 4.5vw;
    }
    .o3_block .sports .box h3::after {
        width: 40px;
        height: 40px;
        vertical-align: top;
        margin-top: -2px;
    }
    .support_block p {
        font-size: 28px;
        line-height: 1.3;
    }
    .support_block .flex-box a {
        font-size: 4.5vw;
    }
    .point_block h2 {
        background-position: left -63px bottom -8px, right -45px bottom -19px;
    }
    .trial_block .in {
        padding: 50px 20px 120px;
    }
    .trial_block .in img {
        margin-top: -10px;
    }
    .trial_block .in h2.sp {
        margin-bottom: 15px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 115px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 105px;
        line-height: 85px;
    }
    .price_block .in .box .text {
        padding: 20px 0 25px 22px;
    }
    .price_block .in .box:last-child {
        margin-bottom: 25px;
    }
    .price_block .in + p {
        font-size: 24px;
    }
    .voice_block p {
        font-size: 24px;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .about_block .text p {
        font-size: 24px;
    }
}
@media screen and (max-width: 600px) {
    .lesson_block .in .box h3 {
        font-size: 28px;
        line-height: 55px;
    }
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 26px;
    }
    .lesson_block .in .box h4 {
        font-size: 21px;
    }
    .lesson_block .in .box h4 + p {
        font-size: 20px;
    }
    .contact_block .box a:after {
        right: 2.5%;
    }
    .qa_block h2 {
        padding: 30px 0 30px 40px;
        font-size: 8vw;
    }
    .qa_block h2 img {
        width: 150px;
        margin: -10px 0 0 15px;
    }
    .o3_block h2 {
        margin-bottom: 20px;
    }
    .o3_block .sports .box h3 {
        padding: 12px 0 10px;
    }
    .support_block p {
        font-size: 26px;
    }
    .support_block .flex-box a {
        padding: 12px 0 15px;
    }
    .point_block h2 {
        background-position: left -55px bottom -8px, right -40px bottom -19px;
        background-size: 183px auto, 170px auto;
        padding: 25px 0 0;
    }
    .point_block .bg {
        padding: 40px 0 60px;
    }
    .point_block .in .box {
        margin-bottom: 40px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 15px;
    }
    .point_block .in .box p {
        font-size: 24px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 108px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 105px;
        line-height: 80px;
    }
    .contact_block .box:last-child .btn.blue {
        margin: 0 0 5px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 50px;
        padding: 2px;
        margin: 0 8px 3px 0;
    }
    .contact_block {
        background-position: top 80px left 22px;
        background-size: 120px auto;
    }
    .contact_block .box:first-child {
        background-position: right bottom;
        background-size: 95px auto;
    }
    .contact_block .box:first-child p:last-child {
        padding-left: 32px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 24px;
    }
    .ranking_block h2 {
        padding: 15px 0;
    }
    .ranking_block h2 img {
        padding-top: 0;
    }
    .voice_block h2 {
        padding: 15px 0 10px;
    }
    .voice_block h2 img {
        width: 78px;
        margin-top: -3px;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .swiper-slide .box .name img {
        width: 46%;
    }
    .swiper-slide .box .name .text {
        width: 48%;
    }
    .swiper-slide .box .name .text h3 {
        font-size: 4.3vw !important;
    }
    .about_block h2 {
        padding: 20px 0 22px;
        width: 100%;
        display: block;
    }
    .column_block h2 {
        margin-bottom: 30px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 80px;
        width: 80px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        font-size: 7.8vw;
    }
}
@media screen and (max-width: 568px) {
    .lesson_block h2 img {
        width: 230px;
    }
    .point_block h2 {
        font-size: 9.5vw;
    }
    .point_block h2 span:first-child {
        font-size: 6.3vw;
    }
    .point_block .in {
        padding: 0 20px;
    }
    .trial_block .in h2 {
        margin-bottom: 30px;
    }
    .flow_block .box img {
        float: none;
        margin: 0 auto 20px;
    }
    .flow_block .box .text {
        width: 100%;
        float: none;
    }
    .flow_block .box .text h3 {
        text-align: center;
    }
    .contact_block .box a:after {
        right: 2.1%;
    }
    .point_block .in .box p {
        font-size: 22px;
    }
    .voice_block h2 {
        font-size: 6.2vw;
    }
    .voice_block h3 {
        font-size: 34px;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .flow_block .box .text p {
        font-size: 24px;
    }
    .price_block {
        margin: 0 auto 45px;
    }
    .price_block .bg {
        padding: 15px 20px 40px;
    }
    .price_block .in .box h3 {
        font-size: 6.2vw;
    }
    .price_block .in .box ul li {
        font-size: 21px;
    }
    .price_block .in .box:last-child ul {
        padding-left: 30px;
    }
    .price_block .in .box:last-child p span:first-child {
        padding: 0 20px 0 25px;
    }
    .price_block .in .box ul {
        padding-left: 30px;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 28px;
        padding-left: 28px;
        text-indent: -28px;
    }
    .qa_block .in .box .qs p {
        font-size: 24px;
        line-height: 1.2;
    }
    .qa_block .in .box .qs span {
        line-height: 0.7;
    }
    .qa_block .in .box .qs {
        padding: 15px 20px 18px;
    }
    .qa_block .in .box .as p {
        font-size: 21px;
    }
    .contact_block {
        background-position: top 85px left 22px;
        background-size: 110px auto;
    }
    .contact_block .box:first-child {
        background-position: right bottom;
        background-size: 85px auto;
    }
    .contact_block .box:first-child p:nth-child(3) {
        padding-left: 10px;
        font-size: 4.5vw;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 103px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 100px;
        line-height: 75px;
    }
    .price_block .in .box .text {
        padding: 15px 0 22px 20px;
    }
    .price_block .in .box:first-child .text p:first-child span {
        font-size: 5vw;
        padding-top: 10px;
    }
    .price_block .in .box:first-child .text p:first-child {
        font-size: 7.3vw;
    }
    .price_block .bg .btn, .column_block .btn {
        width: 96%;
    }
    .price_block .bg .btn a, .column_block .btn a {
        width: 100%;
    }
    .about_block .text p {
        font-size: 21px;
    }
    .news_block {
        padding: 0 20px;
    }
    .news_block h2 {
        margin-bottom: 25px;
    }
    .news_block dl dd {
        font-size: 18px;
    }
    .ranking_block {
        padding: 0 20px;
    }
    .column_block {
        padding: 0 20px;
    }
}
@media screen and (max-width: 540px) {
    .lesson_block .in .box h3 {
        font-size: 26px;
    }
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 24px;
    }
    .lesson_block .in .box h4 {
        font-size: 20px;
        padding: 5px 5px 0;
    }
    .lesson_block .in .box h4 + p {
        font-size: 18px;
    }
    .contact_block {
        background-position: top 80px left 20px;
    }
    .point_block h2 {
        font-size: 9.2vw;
    }
    .o3_block h2 {
        font-size: 8.3vw;
        letter-spacing: -0.03em;
    }
    .o3_block h2 span.lar.bg {
        padding: 5px 30px 10px 20px;
    }
    .o3_block .sports .box h3::after {
        width: 35px;
        height: 35px;
    }
    .point_block h2 {
        background-position: left -50px bottom -8px, right -35px bottom -19px;
        background-size: 163px auto, 150px auto;
        padding: 20px 0 0;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 96px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 90px;
        line-height: 70px;
    }
    .swiper-slide .box .name .text {
        padding-top: 30px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 70px;
        width: 70px;
        margin-right: -15px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 21px;
    }
    .ranking_block .ranking .box h3 {
        height: 50px;
    }
    .ranking_block .ranking .box:last-child h3 {
        height: 50px;
    }
    .ranking_block .ranking .box h3::after {
        width: 22px;
        height: 22px;
    }
    .ranking_block .ranking .box img.rank {
        top: -45px;
    }
    .price_block .bg .btn a, .about_block .text .btn a, .column_block .btn a {
        font-size: 28px;
    }
}
@media screen and (max-width: 500px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 23px;
    }
    .lesson_block h2 img {
        width: 210px;
    }
    .lesson_block .in .box h4 {
        font-size: 18px;
    }
    .point_block .in .box p {
        font-size: 21px;
        text-align: left;
    }
    .point_block .in .box p br.sp {
        display: none;
    }
    .voice_block h2 {
        font-size: 36px;
    }
    .voice_block h3 {
        font-size: 32px;
    }
    .flow_block .box {
        padding: 60px 20px 45px 20px;
    }
    .flow_block .box .text p {
        font-size: 21px;
    }
    .flow_block h2 {
        margin-bottom: 55px;
    }
    .flow_block .box {
        margin: 0 auto 55px;
    }
    .contact_block {
        background-size: 98px auto;
        background-position: top 75px left 20px;
    }
    .contact_block .box:first-child {
        background-size: 80px auto;
    }
    .contact_block .box a:after {
        right: 2.2%;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        width: 35px;
        height: 35px;
    }
    .contact_block .box:last-child .btn.blue a::after {
        width: 20px;
        height: 20px;
    }
    .contact_block .box:last-child .btn.org a::after {
        width: 20px;
        height: 20px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 90px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 85px;
        line-height: 65px;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 28px;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 5.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 5.5%;
    }
    .o3_block .sports .box h3 {
        padding: 10px 0;
    }
    .o3_block .sports .box h3::after {
        width: 30px;
        height: 30px;
        margin-top: 0;
    }
    .support_block p {
        font-size: 24px;
    }
    .swiper-button-prev {
        width: 46px !important;
        height: 46px !important;
    }
    .swiper-button-prev:after {
        width: 46px !important;
        height: 46px !important;
    }
    .swiper-button-next {
        width: 46px !important;
        height: 46px !important;
    }
    .swiper-button-next:after {
        width: 46px !important;
        height: 46px !important;
    }
    .point_block .in {
        padding: 0 25px;
    }
    .point_block .in .box {
        margin-bottom: 30px;
    }
    .trial_block .in .text p {
        padding: 15px 15px 25px 20px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 42px;
    }
    .price_block .in .box .text {
        padding: 15px 0 20px 17px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        padding-top: 5px;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 8.3vw;
    }
    .price_block .in + p {
        font-size: 21px;
        padding: 0;
    }
    .ranking_block h2 img {
        width: 98px;
    }
    .voice_block h2 img {
        width: 70px;
    }
    .voice_block p {
        font-size: 21px;
    }
    .swiper-slide .box .name .text {
        padding-top: 25px;
    }
    .ranking_block .ranking .box h3::after {
        width: 20px;
        height: 20px;
        margin-left: -3px;
    }
    .ranking_block .ranking .box:last-child h3::after {
        margin-left: 0;
    }
    .about_block .in {
        padding: 0 15px;
    }
    .news_block dl dt {
        font-size: 21px;
    }
    .news_block dl dd {
        font-size: 18px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        font-size: 8vw;
    }
    .column_block ul li {
        font-size: 18px;
    }
    .column_block ul li img {
        margin-bottom: 5px;
    }
    .column_block ul li {
        margin: 0 4% 30px 0;
    }
    .column_block ul li:nth-child(2n) {
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 440px) {
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 80px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 80px;
        line-height: 60px;
    }
    .price_block .in .box h3 {
        width: 100%;
        padding: 12px 0 15px;
    }
    .price_block .in .box .text {
        width: 100%;
        text-align: center;
    }
    .price_block .in .box:first-child .text p:first-child span {
        padding-top: 7px;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        vertical-align: baseline;
    }
    .price_block .in .box:last-child .course h4 {
        min-height: auto;
        margin-bottom: 5px;
        padding-left: 0;
        text-indent: 0;
        text-align: center;
    }
    .price_block .in .box:last-child p {
        text-align: center;
        margin-top: 0;
    }
    .price_block .in .box:last-child p span:first-child {
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        font-size: 8.8vw;
    }
    .about_block .text p {
        font-size: 19px;
        font-weight: 600;
    }
    .price_block .bg .btn a, .about_block .text .btn a, .column_block .btn a {
        font-size: 26px;
    }
}
@media screen and (max-width: 430px) {
    .loader {
        top: 42vh;
    }
    .bnr_block {
        padding: 0 15px;
    }
    .lesson_block h2 img {
        width: 180px;
    }
    .lesson_block .in .box h3 {
        font-size: 24px;
        line-height: 45px;
    }
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 20px;
    }
    .lesson_block {
        padding: 0 15px;
    }
    .lesson_block .in .box h4 {
        font-size: 17px;
    }
    .lesson_block .in .box h4 + p {
        font-size: 16px;
        right: 12px;
    }
    .point_block .bg {
        padding: 30px 0 40px;
    }
    .point_block .in {
        padding: 0 15px;
    }
    .point_block .in .box h3 {
        font-size: 7.0vw;
        margin: 0 auto 15px;
    }
    .trial_block .in {
        padding: 40px 15px 90px;
    }
    .voice_block {
        padding: 40px 0;
        margin: 0 auto 40px;
    }
    .voice_block h3 {
        font-size: 30px;
    }
    .swiper-slide p {
        margin-bottom: 20px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px !important;
    }
    .flow_block {
        padding: 60px 15px 60px 15px;
        margin: 0 auto 50px;
    }
    .flow_block .box .text h3 {
        font-size: 8.2vw;
    }
    .contact_block .box a:after {
        right: 2.5%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 5.8%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 5.8%;
    }
    .price_block {
        background-size: contain;
        background-repeat: repeat-y;
        margin: 0 auto 40px;
    }
    .price_block .bg {
        padding: 15px 15px 40px;
    }
    .price_block .bg h2 + p {
        font-size: 18px;
    }
    .price_block .in .box h3 {
        font-size: 7.5vw;
        max-width: none;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px 0 15px;
    }
    .price_block .in .box:last-child h3 {
        padding: 10px 0 15px;
        margin-bottom: 15px;
    }
    .price_block .in .box p {
        font-size: 12.2vw;
    }
    .price_block .in .box p span:nth-child(2) {
        font-size: 6.4vw;
    }
    .price_block .in .box:last-child .course {
        width: calc(100% - 30px);
        margin: 0 auto 18px;
    }
    .price_block .in .box:last-child .course h4 {
        padding-left: 0;
        text-indent: 0;
        text-align: center;
    }
    .price_block .in .box:last-child p {
        text-align: center;
        margin-bottom: 20px;
    }
    .price_block .in .box:last-child p span:first-child {
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 8px;
        font-size: 24px;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        font-size: 12.2vw;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:last-child {
        font-size: 6.4vw;
    }
    .price_block .in .box:last-child .course:nth-child(4) {
        margin-bottom: 5px;
    }
    .price_block .in .box:first-child .text p:first-child span {
        padding-top: 10px;
    }
    .qa_block h2 {
        padding: 20px 0 20px 40px;
        margin-bottom: 50px;
    }
    .qa_block .in {
        padding: 0 15px;
    }
    .qa_block .in .box .qs p {
        font-size: 21px;
    }
    .qa_block .in .box .as p {
        font-size: 18px;
    }
    .qa_block .in .box {
        margin: 0 auto 40px;
    }
    .o3_block {
        padding: 0 15px;
    }
    .o3_block h2 {
        margin-bottom: 15px;
    }
    .o3_block h2::before, .o3_block h2::after {
        width: 35px;
        height: 65px;
    }
    .o3_block p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .o3_block .sports .box h3 {
        padding: 8px 0 10px;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 25px;
        margin: 5px 0 0 10px;
    }
    .o3 {
        padding: 40px 0;
    }
    .o3_block .sports .box h3::after {
        width: 23px;
        height: 23px;
    }
    .o3_block .sports {
        margin: 0 auto 10px;
    }
    .bnr_block {
        margin: 0 auto 40px;
    }
    .support_block p {
        font-size: 19px;
    }
    .support_block .flex-box {
        flex-wrap: wrap;
    }
    .support_block .flex-box a {
        font-size: 5.5vw;
        margin: 0 0 10px;
    }
    .support_block .flex-box a:nth-child(2) {
        margin: 0;
    }
    .support_block .flex-box a span {
        display: inline-block;
    }
    .point_block h2 {
        background-position: left -53px bottom -15px, right -38px bottom -19px;
        background-size: 143px auto, 130px auto;
        padding: 20px 0 0;
    }
    .point_block h2::before {
        width: 100px;
        height: 46px;
        margin: 0 auto 10px;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 8.8vw;
        margin-top: -25px;
        padding-bottom: 20px;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 14.3vw;
    }
    .point_block .in .box {
        margin-bottom: 25px;
    }
    .point_block .in .box p {
        font-size: 19px;
    }
    .contact_block.mt {
        margin-top: -50px;
    }
    .contact_block .box:first-child p:last-child {
        font-size: 4.5vw;
        line-height: 1.3;
        padding-left: 20px;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
    }
    .contact_block {
        background-size: 80px auto;
        background-position: top 70px left 15px;
        padding: 0 8px;
        margin: 0 auto 40px;
    }
    .contact_block .box:first-child {
        background-size: 65px auto;
        background-position: right bottom 9px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 35px;
        padding: 2px;
        margin: 0 5px 3px 0;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 78px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 75px;
        line-height: 58px;
    }
    .price_block .bg h2 {
        margin-bottom: 12px;
    }
    .price_block .in .box {
        margin: 0 auto 25px;
    }
    .price_block .in .box .text {
        width: 100%;
        padding: 15px 15px 20px;
        text-align: center;
    }
    .price_block .in .box:first-child .text p:last-child span span:first-child {
        font-size: 6.8vw;
    }
    .price_block .in .box:first-child .text p:last-child span {
        font-size: 10.2vw;
        padding-top: 8px;
    }
    .price_block .in .box:first-child .text p:last-child span span:last-child {
        font-size: 8.8vw;
    }
    .price_block .bg h2 + p {
        margin-bottom: 25px;
    }
    .price_block .in .box:last-child p span:first-child {
        margin-bottom: 0;
    }
    .price_block .in .box:last-child p {
        margin-top: 0;
    }
    .price_block .in .box:last-child .course h4 {
        min-height: auto;
        margin-bottom: 8px;
    }
    .price_block .in .box {
        display: block;
    }
    .price_block .in .box:first-child .text p:first-child {
        font-size: 8.3vw;
    }
    .price_block .in .box:first-child .text p:first-child span {
        font-size: 5.5vw;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 5.6vw;
    }
    .price_block .in .box:last-child {
        margin-bottom: 18px;
    }
    .price_block .in + p {
        margin-bottom: 20px;
        font-size: 19px;
        font-weight: bold;
    }
    .price_block .bg .btn, .about_block .text .btn, .column_block .btn {
        width: 86%;
    }
    .price_block .bg .btn a, .about_block .text .btn a, .column_block .btn a {
        font-size: 24px;
        height: 65px;
        line-height: 62px;
        width: 100%;
    }
    .price_block .bg .btn a img, .about_block .text .btn a img, .column_block .btn a img {
        width: 22px;
        vertical-align: sub;
    }
    .ranking_block {
        padding: 0 15px;
    }
    .ranking_block h2 {
        padding: 12px 0;
        margin-bottom: 20px;
    }
    .ranking_block h2 span {
        width: 48vw;
        font-size: 6.5vw;
    }
    .ranking_block h2 img {
        width: 78px;
        margin-right: 10px;
        padding-top: 5px;
    }
    .ranking_block p {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .ranking_block .ranking .box img.rank {
        width: 70px;
        top: -25px;
        left: -8px;
    }
    .ranking_block .ranking .box {
        margin: 0 4% 30px 0;
    }
    .ranking_block .ranking .box:nth-child(3n) {
        margin: 0 4% 30px 0;
    }
    .ranking_block .ranking .box:nth-child(2n) {
        margin: 0 0 30px 0;
    }
    .ranking_block .ranking .box h3 {
        font-size: 4.5vw;
    }
    .ranking_block .ranking .box h3::after {
        width: 18px;
        height: 18px;
    }
    .ranking_block .ranking .box:last-child h3 {
        font-size: 4vw;
    }
    .ranking_block .ranking .box:last-child h3 span {
        display: inline-block;
        width: 30vw;
        line-height: 1.18;
        margin-top: -2px;
    }
    .voice_block h2 {
        font-size: 7vw;
        padding: 18px 0 10px;
        margin: 0 15px 15px;
        width: calc(100% - 30px);
    }
    .voice_block h2 img {
        width: 60px;
        margin-right: 12px;
        margin-top: -5px;
    }
    .voice_block p {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .slider02 .swiper {
        padding: 0 20px;
    }
    .slider02 .swiper-slide {
        padding: 20px 20px 30px;
    }
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }
    .swiper-button-prev:after {
        width: 40px !important;
        height: 40px !important;
    }
    .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
    }
    .swiper-button-next:after {
        width: 40px !important;
        height: 40px !important;
    }
    .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px) !important;
    }
    .slider02 .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 5px) !important;
    }
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 5px) !important;
    }
    .slider02 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 5px) !important;
    }
    .about_block {
        padding: 40px 0 40px;
        margin: 0 auto 40px;
    }
    .about_block h2 {
        padding: 15px 0 18px;
        font-size: 5.8vw;
        margin: 0 auto 20px;
    }
    .about_block .text p {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .about_block .text .btn {
        margin: 10px auto 0;
    }
    .news_block {
        margin: 0 auto 45px;
        padding: 0 20px;
    }
    .news_block h2 {
        font-size: 8.5vw;
        margin-bottom: 15px;
    }
    .news_block dl {
        padding: 0;
        height: 230px;
    }
    .news_block dl dt {
        font-size: 18px;
    }
    .news_block dl dd {
        font-size: 16px;
    }
    .column_block {
        max-width: 1160px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto 40px;
    }
    .column_block h2 {
        font-size: 8.5vw;
        margin-bottom: 20px;
    }
    .column_block h2 span.bx:first-child {
        font-size: 5.2vw;
        margin-bottom: 10px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 65px;
        width: 65px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        font-size: 8.5vw;
    }
    .column_block ul li {
        font-size: 16px;
    }
    .column_block ul li {
        margin: 0 4% 20px 0;
    }
    .column_block ul li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
    .trial_block .in img {
        margin-right: -15px;
    }
    .trial_block .in .text {
        width: 52%;
    }
    .contact_block .box h2 span {
        font-size: 7.8vw;
    }
    .contact_block .box h2 {
        font-size: 6.5vw;
    }
    .slider01 .swiper-slide {
        padding: 20px 8px;
    }
    .support_block {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .contact_block.mb0 {
        margin: 0 auto 40px;
    }
}
@media screen and (max-width: 414px) {
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 4px 0 0 10px;
    }
    .price_block .bg h2 + p {
        letter-spacing: -0.02em;
    }
    .trial_block .in {
        padding: 40px 15px 85px;
    }
    .contact_block.mt {
        margin: -50px auto 30px;
    }
    .ranking_block .ranking .box:last-child h3 span {
        margin-top: 0px;
    }
    .about_block .text p {
        font-size: 4.2vw;
    }
    .price_block .bg .btn a, .about_block .text .btn a, .column_block .btn a {
        font-size: 22px;
        height: 60px;
        line-height: 57px;
    }
    .price_block .bg .btn a img, .about_block .text .btn a img, .column_block .btn a img {
        width: 20px;
        vertical-align: text-top;
        padding-top: 7px;
    }
    .contact_block .box:last-child .btn.blue {
        margin: 0;
    }
}
@media screen and (max-width: 393px) {
    .price_block .in .box:first-child .text p:first-child span {
        padding-top: 7px;
    }
}
@media screen and (max-width: 390px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 18px;
    }
    .lesson_block .in .box h4 {
        font-size: 16px;
        padding: 5px 3px 0;
    }
    .lesson_block .in .box h4 + p {
        font-size: 15px;
        right: 10px;
    }
    .point_block .in .box p {
        font-size: 18px;
    }
    .voice_block h3 {
        font-size: 28px;
    }
    .swiper-slide p {
        font-size: 18px;
    }
    .flow_block h2 {
        margin-bottom: 45px;
    }
    .flow_block .box {
        margin: 0 auto 45px;
        padding: 50px 20px 45px 20px;
    }
    .flow_block .box img {
        width: 100px;
    }
    .flow_block .box .text p {
        font-size: 18px;
    }
    .flow_block .box .text h3 {
        font-size: 7.5vw;
        margin-bottom: 15px;
    }
    .flow_block .box .num {
        left: calc(50% - 30px);
        top: -30px;
        font-size: 45px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .price_block .in .box ul li {
        font-size: 18px;
    }
    .qa_block h2 {
        padding: 15px 0 15px 30px;
        font-size: 7.5vw;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 6%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 6%;
    }
    .o3_block p {
        margin-bottom: 25px;
    }
    .o3_block h2 {
        font-size: 8.1vw;
    }
    .point_block h2 {
        background-position: left -53px bottom -12px, right -32px bottom -10px;
        background-size: 133px auto, 120px auto;
    }
    .point_block h2 span:nth-child(2) {
        margin-top: -20px;
        padding-bottom: 18px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 72px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 70px;
        line-height: 55px;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 22px;
    }
    .contact_block {
        background-position: top 65px left 11px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 60px;
        width: 60px;
    }
    .price_block .bg h2 + p {
        letter-spacing: 0;
    }
}
@media screen and (max-width: 375px) {
    .lesson_block h2 img {
        width: 160px;
    }
    .lesson_block .in .box h4 {
        font-size: 15px;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 1%;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 0;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 3.5%;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 0;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 3.5%;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 6.4vw;
    }
    .o3_block .sports .box.v02 h3::after, .o3_block .sports .box.v03 h3::after {
        margin-left: -5px;
    }
    .o3_block .sports .box h3 {
        padding: 8px 0 8px;
    }
    .o3_block .sports .box {
        margin: 0 4% 20px 0;
    }
    .o3_block .sports .box:nth-child(2n) {
        margin: 0 0 20px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 10px;
    }
    .trial_block .in .text p {
        padding: 10px 10px 15px 15px;
        font-size: 4.2vw;
    }
    .contact_block {
        background-size: 75px auto;
        background-position: top 68px left 11px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 1px 0;
    }
    .contact_block .box:first-child {
        background-size: 60px auto;
        background-position: right bottom;
    }
    .contact_block .box:first-child a {
        padding-right: 8px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 68px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 65px;
        line-height: 50px;
    }
    .price_block .in .box:last-child p span:first-child {
        font-size: 21px;
        margin-bottom: 3px;
    }
    .ranking_block .ranking .box h3 {
        font-size: 4.7vw;
    }
    .ranking_block .ranking .box:last-child h3 {
        font-size: 4.4vw;
    }
    .ranking_block .ranking .box:last-child h3 span {
        width: 33vw;
    }
    .swiper-slide .box .name img {
        width: 40%;
    }
    .swiper-slide .box .name .text {
        width: 54%;
        padding-top: 0;
    }
    .swiper-slide .box .name .text h3 {
        font-size: 5vw !important;
        padding: 8px 0 10px;
        margin-bottom: 15px !important;
    }
    .swiper-slide .box .name .text h4 {
        font-size: 5.8vw;
    }
    .price_block .bg .btn a, .about_block .text .btn a, .column_block .btn a {
        font-size: 19px;
        height: 55px;
        line-height: 52px;
    }
    .price_block .bg .btn a img, .about_block .text .btn a img, .column_block .btn a img {
        width: 18px;
        vertical-align: text-top;
        padding-top: 6px;
    }
    .ranking_block h2 {
        padding: 10px 0 12px;
    }
    .o3_block h2 span.lar.bg {
        padding: 5px 25px 10px 18px;
    }
}
@media screen and (max-width: 360px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 17px;
    }
    .lesson_block .in .box h4 {
        letter-spacing: -0.03em;
    }
    .contact_block .box a:after {
        right: 2.8%;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 6.3vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 0 0 0 8px;
        width: 20px;
    }
    .o3_block .sports .box h3 {
        padding: 8px 0;
    }
    .point_block h2 {
        background-position: left -50px bottom -12px, right -32px bottom -10px;
        background-size: 123px auto, 110px auto;
    }
    .contact_block {
        background-size: 70px auto;
        background-position: top 65px left 11px;
    }
    .contact_block .box:first-child {
        background-size: 56px auto;
        background-position: right bottom 5px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 60px;
        line-height: 52px;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 2px 0 0 8px;
    }
    .ranking_block .ranking .box h3::after {
        width: 16px;
        height: 16px;
        margin-left: -2px;
    }
    .about_block .text .btn {
        margin: 5px auto 0;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 55px;
        width: 55px;
        padding-top: 7px;
    }
    .ranking_block .ranking .box img.rank {
        width: 60px;
    }
}
@media screen and (max-width: 320px) {
    .lesson_block .in .box {
        width: 100%;
        margin-right: 0;
    }
    .lesson_block .in .box h4 {
        font-size: 18px;
        letter-spacing: 0;
        padding: 5px 5px 0;
    }
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 24px;
    }
    .lesson_block .in .box h4 + p {
        font-size: 17px;
        right: 12px;
    }
    .voice_block h3 {
        font-size: 26px;
    }
    .flow_block .box .text h3 {
        font-size: 8vw;
    }
    .contact_block .box a {
        padding: 0 35px 0 0;
    }
    .contact_block .box a:after {
        right: 3.5%;
    }
    .contact_block .box:last-child .btn.blue a span:last-child {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 2%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 5.5%;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 2%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 5.5%;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 18px;
    }
    .price_block .in .box p {
        margin-bottom: 15px;
    }
    .qa_block h2 img {
        width: 130px;
        margin: -5px 0 0 10px;
    }
    .qa_block .in .box .qs p {
        font-size: 18px;
    }
    .o3_block h2::before, .o3_block h2::after {
        width: 25px;
        height: 46px;
    }
    .o3_block h2 span.lar.bg {
        padding: 8px 25px 10px 18px;
    }
    .o3_block .sports .box h3::after {
        width: 20px;
        height: 20px;
        margin-left: -2px;
    }
    .support_block p {
        font-size: 18px;
    }
    .support_block .flex-box a {
        font-size: 6vw;
    }
    .point_block h2 {
        background-position: left -45px bottom -12px, right -25px bottom -10px;
        background-size: 113px auto, 100px auto;
    }
    .trial_block .in .text {
        width: 48%;
    }
    .contact_block {
        background-size: 62px auto;
        background-position: top 60px left 11px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
    .contact_block .box:first-child {
        background-size: 50px auto;
    }
    .contact_block .box:first-child {
        padding-bottom: 20px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 60px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 55px;
        line-height: 44px;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 24px;
    }
    .price_block .in + p {
        font-size: 17px;
    }
    .ranking_block h2 {
        padding: 3px 0 12px;
    }
    .ranking_block h2 img {
        width: 68px;
        padding-top: 10px;
    }
    .ranking_block .ranking .box h3::after {
        width: 15px;
        height: 15px;
        margin-top: 1px;
    }
    .voice_block h2 img {
        width: 50px;
    }
    .voice_block h2 {
        font-size: 7.5vw;
        padding: 15px 0 8px;
    }
    .swiper-slide .box .name .text h3 {
        padding: 8px 0 9px;
        margin-bottom: 8px !important;
    }
    .swiper-slide .box .name img {
        margin-bottom: 15px;
    }
    .swiper-slide .box .name .text h4 {
        margin-bottom: 15px;
    }
    .voice_block p {
        font-size: 17px;
    }
    .about_block h2 {
        padding: 10px 0 13px;
        font-size: 7vw;
    }
    .about_block h2 span {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 45px;
    }
    .news_block dl dt {
        font-size: 17px;
    }
    .news_block dl dd {
        font-size: 15px;
    }
    .column_block h2 span.bx:first-child {
        font-size: 5.5vw;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 50px;
        width: 50px;
    }
    .price_block .bg .btn, .about_block .text .btn, .column_block .btn {
        width: 100%;
    }
    .swiper-button-prev {
        width: 36px !important;
        height: 36px !important;
    }
    .swiper-button-prev:after {
        width: 36px !important;
        height: 36px !important;
    }
    .swiper-button-next {
        width: 36px !important;
        height: 36px !important;
    }
    .swiper-button-next:after {
        width: 36px !important;
        height: 36px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset, 50%) !important;
    }
}
@media screen and (max-width: 280px) {
    .voice_block h3 {
        font-size: 22px !important;
        padding: 0;
    }
    .flow_block .box {
        padding: 50px 15px 45px 15px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 30px;
        margin: -5px 5px 0 0;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 20px;
    }
    .price_block .in .box:last-child p span:first-child {
        font-size: 18px;
    }
    .qa_block h2 img {
        width: 100px;
    }
    .o3_block h2 {
        font-size: 7.8vw;
    }
    .support_block {
        padding: 20px 15px 30px;
    }
    .support_block p {
        font-size: 16px;
    }
    .trial_block .in img {
        margin-top: 8px;
    }
    .contact_block {
        background-size: 58px auto;
        background-position: top 55px left 11px;
    }
    .contact_block .box:first-child {
        background-size: 46px auto;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 50px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 48px;
        line-height: 38px;
    }
    .price_block .in .box .text {
        padding: 15px 0 20px;
    }
    .price_block .in + p {
        font-size: 15px;
    }
    .price_block {
        margin: 0 auto 10px;
    }
    .ranking_block .ranking .box h3 {
        height: 40px;
        padding: 15px 0;
    }
    .ranking_block .ranking .box:last-child h3 {
        height: 40px;
    }
    .column_block h2 span.bx:first-child {
        font-size: 5.2vw;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 45px;
        width: 45px;
        margin-right: -10px;
    }
    .price_block .bg .btn a, .about_block .text .btn a, .column_block .btn a {
        font-size: 17px;
    }
    .price_block .bg .btn a img, .about_block .text .btn a img, .column_block .btn a img {
        width: 16px;
        padding-top: 5px;
    }
}