@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: 1160px;
}
section {
    min-width: 1160px;
}
footer {
    min-width: 1160px;
}
/* ====== トップページ ====== */
.mv_block {
    width: 100%;
    height: 520px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.mv_block img.pc {
    position: absolute;
    top: 0;
    left: calc((100% - 1100px) / 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;
    padding: 50px 0 100px;
    margin: 0 auto;
    background-image: url(../img/bg-3point-01_pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.point_block h2 {
    max-width: 1100px;
    width: 100%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 98px;
    position: relative;
    display: block;
    padding: 50px 0 0;
    margin: 0 auto;
    min-height: 330px;
    line-height: 1;
    background-image: url("../img/bg-3point-02_pc.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 500px auto;
    text-align: left;
    color: #052737;
}
.point_block h2 span:first-child {
    font-size: 67px;
    display: block;
}
.point_block h2 span:first-child span {
    display: inline-block;
}
.point_block h2 span:nth-child(2) {
    display: block;
    font-size: 98px;
}
.point_block h2 span:nth-child(2) span.lar {
    font-size: 145px;
    display: inline-block;
    vertical-align: text-top;
    margin: -10px -25px 0 -30px;
    letter-spacing: 0;
}
.point_block h2 span:nth-child(2) span {
    display: inline-block;
    margin: 0 -20px 0 -12px;
}
.point_block .in {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 0 30px;
    display: flex;
}
.point_block .in .box {
    display: inline-block;
    width: 31.5%;
    margin-right: 2.75%;
    vertical-align: top;
    border: 5px solid #aec2cc;
    border-radius: 10px;
    padding: 50px 20px 40px;
    background-color: #fff;
}
.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/icon-3point-01-2.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 105px auto;
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.point_block .in .box:nth-child(2) h3 {
    background-image: url("../img/icon-3point-02-2.png");
}
.point_block .in .box:nth-child(3) h3 {
    background-image: url("../img/icon-3point-03-2.png");
}
.point_block .in .box h3 img {
    width: 112px;
    height: auto;
    position: absolute;
    top: -110px;
    left: calc(50% - 56px);
}
.point_block .in .box h3 + img {
    width: 100%;
    margin-bottom: 20px;
}
.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 .in {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 80px 0 0;
    text-align: center;
    position: relative;
}
.trial_block .in h2 {
    margin-bottom: 40px;
}
.trial_block .in h2.sp {
    display: none;
}
.trial_block .in h2 img {
    position: relative;
}
.trial_block .in h2 span {
    font-size: 58px;
    display: block;
}
.trial_block .in .text {
    width: 580px;
    background: rgba(31, 68, 77, 0.78);
    color: #fff;
    margin: 0 auto;
    padding: 50px 80px 40px;
    text-align: left;
}
.trial_block .in .text p {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.7;
}
.trial_block .in .text p:last-child {
    font-size: 21px;
    font-weight: 500;
    padding-left: 21px;
    text-indent: -21px;
    padding-top: 40px;
}
.trial_block .in img {
    position: absolute;
    bottom: 0;
    left: calc(50% - 536px);
}
.coach_block {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto 90px;
    background-color: #e8edf8;
    background-image: url(../img/bg-coach.jpg);
    background-repeat: repeat;
    background-size: 22px auto;
    padding: 90px 0;
}
.coach_block h2 {
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    font-size: 75px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    max-width: 1100px;
    width: 100%;
    color: #353535;
}
.coach_block h2 span.lar {
    font-size: 85px;
}
.coach_block h2 span:first-child span.lar {
    color: #ff00ea;
}
.coach_block h2 img {
    display: inline-block;
    width: 85px;
    margin-right: 22px;
    vertical-align: text-bottom;
}
.coach_block p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.coach_block p span {
    display: inline-block;
}
.coach_block p span span {
    display: inline;
    color: #ff00ea;
}
.coach_block h3 {
    color: #01349b;
    font-size: 41px;
    font-weight: bold;
}
.slider01 {
    background-color: #dde5f5;
}
.swiper-slide {
    text-align: left;
    background-color: #fff;
    padding: 30px;
    display: flex !important;
    align-items: stretch;
    height: auto !important;
}
.slider01 .swiper-slide {
    background-color: transparent;
    padding: 25px 13px 30px;
    opacity: 0.5;
}
.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: 135px;
    height: auto;
    float: left;
}
.swiper-slide .box .name .text {
    width: calc(100% - 160px);
    float: right;
}
.swiper-slide .box .name .text h3 {
    font-size: 21px !important;
    font-weight: bold !important;
    background: #525252;
    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;
    font-weight: 500;
}
.swiper-button-next:after {
    content: '' !important;
    width: 51px !important;
    height: 51px !important;
    background-image: url(/new/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(/new/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: 1160px;
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
    padding: 0 30px;
}
.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_pc.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 380px auto;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: left;
}
.contact_block .box h2 {
    font-size: 48px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative;
}
.contact_block .box h2::after {
    content: '';
    display: inline-block;
    height: 10px;
    width: calc(100% - 0.5vw);
    position: absolute;
    bottom: 0;
    left: 0.5vw;
    background-image: url(../img/bg-line.png);
    background-size: 18px auto;
    background-repeat: repeat-x;
}
.contact_block .box h2 span {
    font-size: 60px;
}
.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:first-child .text {
    width: calc(100% - 370px);
}
.contact_block .box a[href^="tel:"] img {
    width: 85px;
    margin: 0 15px 5px 0;
    display: inline-block;
    vertical-align: baseline;
}
.contact_block .box a {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 90px;
    color: #303030;
    line-height: 1;
    display: inline-block;
    margin-bottom: 3px;
}
.contact_block .box:first-child a {
    letter-spacing: -0.05em;
}
.contact_block .box p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
.contact_block .box p:first-child {
    font-size: 23px;
    background-color: #303030;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    padding: 3px 0 5px;
    margin-bottom: 10px;
    position: relative;
}
.contact_block .box p:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #303030 transparent transparent transparent;
    border-width: 20px 12px 0 12px;
}
.contact_block .box p:first-child span span {
    font-size: 30px;
    color: #ff00ea;
}
.contact_block .box:last-child .btn.blue {
    float: left;
    max-width: 49.5%;
    width: 530px;
    height: 90px;
    background-color: #0092d6;
    padding: 0;
    border-radius: 10px;
    box-shadow: 4px 4px 0px 0px rgba(0, 57, 84, 1);
}
.contact_block .box:last-child .btn.org {
    float: right;
    max-width: 49.5%;
    width: 530px;
    height: 90px;
    background-color: #ff2178;
    padding: 0;
    border-radius: 10px;
    box-shadow: 4px 4px 0px 0px rgba(161, 20, 75, 1);
}
.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: 34px;
    text-decoration: none;
    line-height: 85px;
    padding: 0;
    text-align: center;
    position: relative;
}
.contact_block .box:last-child .btn.blue a span span {
    vertical-align: baseline;
    letter-spacing: -0.08em;
}
.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-size: auto auto;
    background-color: rgba(231, 243, 244, 1);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, rgba(244, 250, 250, 1) 4px, rgba(244, 250, 250, 1) 6px);
}
.price_block .bg {
    max-width: 1100px;
    text-align: center;
    padding: 90px 0 100px;
    margin: 0 auto;
}
.price_block .bg h2 {
    font-size: 81px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 35px;
    color: #052737;
}
.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: 3px solid #aec2cc;
}
.price_block .in .box:last-child {
    padding: 0;
    margin-bottom: 30px;
}
.price_block .in .box h3 {
    background: #87a4b2 !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("/new/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 70px;
    background-color: #f8f8f8;
}
.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: 700;
    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(/new/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(/new/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: 59px;
    display: inline;
}
.o3_block h2 span + br + 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 {
    font-size: 59px;
    display: inline-block;
    color: #ffea05;
    background: #194eb9;
    font-style: italic;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    line-height: 1;
    padding: 8px 38px 14px 25px;
}
.o3_block p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: bold;
}
.o3_block p span {
    color: #ff00ea;
}
.o3_block .sports {
    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;
    justify-content: space-between;
}
.o3_block .sports .box {
    display: inline-block;
    width: 48%;
    margin: 0 0 40px;
    position: relative;
}
.o3_block .sports .box a {
    display: flex;
    align-items: stretch;
}
.o3_block .sports .box img {
    width: calc(100% - 180px);
    display: inline-block;
    vertical-align: top;
}
.o3_block .sports .box img.sp {
    display: none;
}
.o3_block .sports .box h3 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    padding: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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(/new/img/arrow-sports_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    vertical-align: super;
}
.o3_block .sports .box.v02 h3::after {
    vertical-align: text-bottom;
}
.o3_block .sports .box h3 span {
    display: inline-block;
}
.ranking_block {
    width: 100%;
    padding: 0 0 260px;
    margin: 0 auto 100px;
    text-align: center;
    background-color: #e1e8f6;
    background-image: url("../img/bg-area_pc.gif");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ranking_block h2 {
    display: block;
    font-size: 70px;
    font-weight: bold;
    background-color: #194eb9;
    color: #fff;
    background-image: url(/service/new/img/kids/bg-dot-left_pc.png), url(/service/new/img/kids/bg-dot-right_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 254px, auto 254px;
    letter-spacing: 0.05em;
    padding: 40px 30px 50px;
    position: relative;
    margin-bottom: 90px;
}
.ranking_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #194eb9 transparent transparent transparent;
    border-width: 50px 30px 0 30px;
}
.ranking_block h2 img {
    display: inline-block;
    width: 125px;
    margin-right: 22px;
    vertical-align: text-bottom;
}
.ranking_block h2 span:first-child {
    display: inline;
    color: #ffea05;
}
.ranking_block h2 span:last-child {
    display: inline-block;
}
.ranking_block .in {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
}
.ranking_block h3 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.ranking_block h3 span {
    display: inline-block;
}
.ranking_block h3 span span {
    display: inline;
    color: #ff00ea;
}
.ranking_block p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 90px;
}
.ranking_block p span {
    color: #ff00ea;
}
.ranking_block .ranking {
    padding: 0;
    margin: 0 auto 45px;
    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;
    margin-bottom: 0;
}
.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;
}
.ranking_block .ranking .box h3 span {
    color: #fff;
}
.ranking_block .area {
    display: flex;
    justify-content: space-between;
    margin-top: -40px;
}
.ranking_block .area img {
    width: 520px;
    height: 390px;
}
.ranking_block .area p {
    width: calc(100% - 570px);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
}
.about_block {
    width: 100%;
    text-align: center;
    background: #eff1f4;
    background-image: url(/new/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 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::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;
    }
    .trial_block .in {
        padding: 70px 0 0;
    }
    .trial_block .in h2 span {
        font-size: 5.7vw;
    }
    .coach_block {
        padding: 60px 0 70px;
        margin: 0 auto 70px;
    }
    .flow_block {
        padding: 70px 30px 80px 60px;
        margin: 0 auto 80px;
    }
    .flow_block h2 {
        margin-bottom: 50px;
    }
    .contact_block {
        margin: 0 auto 80px;
    }
    .contact_block .box h2 {
        font-size: 5.9vw;
        text-align: center;
        display: block;
        letter-spacing: -0.03em;
        padding-bottom: 25px;
        margin-bottom: 18px;
    }
    .contact_block .box h2 span {
        font-size: 7.3vw;
    }
    .contact_block .box h2 + p {
        font-size: 2.45vw;
    }
    .price_block {
        margin: 0 auto;
    }
    .qa_block {
        margin: 0 auto 80px;
    }
    .trial_block .in .text p:last-child br {
        display: none;
    }
    .price_block .in .box:last-child ul {
        padding-left: 40px;
    }
    .lesson_block .in .box {
        width: 32%;
        margin-right: 2%;
    }
    .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;
    }
    .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;
    }
    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;
        padding: 30px 40px 40px;
    }
    .point_block .in .box:last-child {
        margin-bottom: 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 {
        padding: 40px 0 80px;
        background-image: url(../img/bg-3point-01_sp.jpg);
    }
    .point_block h2 {
        font-size: 10.6vw;
        padding: 10px 0 70px 40px;
        margin-bottom: -70px;
        background-image: url(../img/bg-3point-02_sp.png);
        background-position: top right 3px;
        background-size: 38%;
        min-height: auto;
    }
    .point_block h2 span:first-child {
        font-size: 6vw;
        line-height: 1.2;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9vw;
        padding-bottom: 20px;
    }
    .point_block h2 span:nth-child(2) span.lar {
        font-size: 14vw;
        margin: -20px -25px 0 -25px;
    }
    .point_block .in {
        padding: 0 40px;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    .point_block .in .box h3 {
        font-size: 5.5vw;
        margin: 0 auto 25px;
        background-size: 155px auto;
        background-position: bottom right;
        line-height: 1.2;
        padding-top: 0;
    }
    .point_block .in .box h3 img {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
    }
    .point_block .in .box h3 span {
        display: inline-block;
    }
    .point_block .in .box p {
        font-size: 28px;
        font-weight: 500;
        text-align: left;
    }
    .trial_block {
        background-image: url(../img/bg-trial-01_sp.jpg);
    }
    .trial_block .in .text {
        width: 53%;
        margin: 0;
        padding: 25px 25px 35px;
        position: relative;
        z-index: 1;
    }
    .trial_block .in h2.pc {
        display: none;
    }
    .trial_block .in h2.sp {
        display: block;
        font-size: 0;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .trial_block .in h2 img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        left: 0;
    }
    .trial_block .in img.pc {
        display: none;
    }
    .trial_block .in img.sp {
        display: block;
    }
    .trial_block .in img {
        height: auto;
        width: 52%;
        left: auto;
        right: 0;
    }
    .trial_block .in .text p {
        position: relative;
        font-size: 30px;
        font-size: 3.9vw;
        line-height: 1.5;
        padding: 0;
        z-index: 2;
    }
    .trial_block + p {
        font-size: 24px;
        padding: 8px 20px 25px;
        padding-left: 44px;
        text-indent: -24px;
    }
    .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 {
        padding: 0 40px;
    }
    .contact_block .box h2 + p {
        display: none;
    }
    .contact_block .box:first-child {
        background-image: url(../img/bg-contact_sp.jpg);
        background-position: right bottom;
        background-size: 28.5% auto;
        min-height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-bottom: 35px;
        margin-bottom: -10px;
    }
    .contact_block .box a {
        font-size: 7.9vw;
        display: block;
        position: relative;
        margin: 0 auto;
        order: 3;
        margin-bottom: 5px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 57px;
        margin: 0 10px 5px 10px;
    }
    .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 .text {
        width: 100%;
    }
    .contact_block .box p:first-child {
        font-size: 26px;
        width: 100%;
        max-width: 570px;
        border-radius: 30px;
        margin: 0 auto 15px;
        padding: 8px 0 15px;
        line-height: 1.3;
    }
    .contact_block .box p:first-child::after {
        bottom: -20px;
        border-width: 30px 12px 0 12px;
    }
    .contact_block .box p:first-child span:last-child {
        display: block;
    }
    .contact_block .box p:first-child span span {
        display: inline !important;
    }
    .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;
        font-size: 30px;
        text-align: left;
    }
    .contact_block .box p {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 92px;
        float: none;
        max-width: 100%;
        width: 100%;
    }
    .contact_block .box:last-child .btn.blue {
        margin-bottom: 20px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 78px;
        text-align: center;
        padding: 0;
        height: 92px;
    }
    .contact_block .box:last-child .btn.blue a br {
        display: none;
    }
    .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::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 .bg {
        padding: 50px 40px 80px;
    }
    .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;
        background: #797979 !important;
    }
    .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;
        line-height: 1;
    }
    .o3_block h2 span {
        font-size: 53px;
    }
    .o3_block p {
        font-size: 24px;
    }
    .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: 52px;
        font-size: 6.3vw;
        font-weight: bold;
        letter-spacing: -0.03em;
        clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
        padding: 8px 30px 15px 22px;
        background: #353535;
    }
    .o3_block h2 span {
        font-size: 51px;
        font-size: 6.2vw;
        font-weight: bold;
    }
    .o3_block h2 span + br + span {
        font-size: 54px;
        font-size: 6.6vw;
    }
    .o3_block .sports .box {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .o3_block .sports .box:last-child {
        margin: 0;
    }
    .o3_block .sports .box img.pc {
        display: none;
    }
    .o3_block .sports .box img.sp {
        display: inline-block;
        width: 60vw;
    }
    .o3_block .sports .box h3 {
        font-size: 3.6vw;
        font-size: 30px;
        width: 40vw;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .o3_block .sports .box.v02 h3, .o3_block .sports .box.v03 h3, .o3_block .sports .box.v04 h3 {
        letter-spacing: 0.1em;
    }
    .o3_block .sports .box h3::after {
        width: 42px;
        height: 42px;
        background: url(/new/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_block .sports .box.v02 h3 span, .o3_block .sports .box.v03 h3 span {
        margin-left: -13px;
    }
    .o3 {
        padding: 55px 0 80px;
    }
    .o3_block .sports {
        margin: 0 auto;
    }
    .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: 0 auto 70px;
        width: 100%;
        background-image: url(../img/bg-area_sp.gif);
        background-size: contain;
    }
    .ranking_block h2 {
        font-size: 7.2vw;
        margin-bottom: 65px;
        background-image: url(/service/new/img/kids/bg-dot-left_sp.png), url(/service/new/img/kids/bg-dot-right_sp.png);
        background-size: auto 297px, auto 297px;
        padding: 30px 0 40px;
    }
    .ranking_block h2 span {
        font-size: 7.2vw;
    }
    .ranking_block h2 img {
        width: 108px;
        vertical-align: top;
        padding-top: 15px;
    }
    .ranking_block h3 {
        margin-bottom: 20px;
        font-size: 5.5vw;
        line-height: 1.3;
    }
    .ranking_block p {
        text-align: left;
        font-size: 26px;
        margin-bottom: 70px;
    }
    .ranking_block .ranking {
        margin: 0 auto 25px;
    }
    .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;
    }
    .ranking_block .area {
        margin-top: -35px;
        flex-wrap: wrap;
    }
    .ranking_block .area img {
        max-width: 525px;
        width: 100%;
        height: auto;
        margin: 0 auto 25px;
    }
    .ranking_block .area p {
        width: 100%;
        font-size: 26px;
        line-height: 1.3;
    }
    .coach_block h2 {
        font-size: 8vw;
        width: calc(100% - 40px);
        margin: 0 20px 30px;
    }
    .coach_block h2 span.lar {
        font-size: 8vw;
    }
    .coach_block h2 img {
        margin-bottom: -5px;
        vertical-align: text-top;
    }
    .coach_block p {
        font-size: 28px;
        text-align: center;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .coach_block p span span {
        display: inline-block;
    }
    .slider02 .swiper {
        padding: 0 30px;
    }
    .slider02 .swiper-slide {
        padding: 35px;
        border: 1px solid #afb6bd;
    }
    .swiper-slide .box .name {
        font-size: 0;
    }
    .swiper-slide .box .name img {
        width: 33%;
    }
    .swiper-slide .box .name .text {
        width: 62%;
        padding-top: 0;
    }
    .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(/new/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 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 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;
    }
    .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;
    }
    .point_block .in .box h3 span {
        padding-top: 5px;
    }
}
@media screen and (max-width: 730px) {
    .point_block h2 {
        padding: 10px 0 70px 35px;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9.15vw;
    }
    .point_block .in {
        padding: 0 30px;
    }
    .point_block .in .box p {
        font-size: 26px;
    }
    .contact_block {
        padding: 0 30px;
    }
    .contact_block.mb0 {
        margin: 0 auto;
    }
    .contact_block .box:first-child {
        background-size: 30% auto;
    }
    .contact_block .box h2 {
        font-size: 6vw;
    }
    .contact_block .box h2 span {
        font-size: 7.8vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 10px 3px;
    }
    .price_block .bg {
        padding: 50px 30px 80px;
    }
    .price_block .in .box .text {
        padding: 20px 0 25px 25px;
    }
    .news_block dl {
        height: 300px;
    }
    .ranking_block {
        padding: 0 0 240px;
    }
    .ranking_block h2 img {
        padding-top: 10px;
    }
    .ranking_block p {
        font-size: 24px;
    }
    .ranking_block .area p {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .contact_block .box:first-child {
        background-size: 31% auto;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 52px;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 8.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 8.5%;
    }
    .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;
    }
    .coach_block h2 img {
        margin-top: -5px;
    }
    .coach_block p {
        font-size: 26px;
    }
    .slider02 .swiper-slide {
        padding: 30px;
    }
    .swiper-slide .box .name .text h3 {
        font-size: 28px !important;
        padding: 8px 10px 9px;
    }
    .swiper-slide p {
        font-size: 24px;
    }
}
@media screen and (max-width: 668px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 28px;
    }
    .trial_block .in {
        position: relative;
    }
    .point_block {
        padding: 40px 0 60px;
    }
    .point_block .in .box p {
        font-size: 24px;
    }
    .coach_block h3 {
        font-size: 38px;
    }
    .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 .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;
        line-height: 76px;
    }
    .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.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 {
        background-size: 36%;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9.1vw;
    }
    .point_block h2 span:nth-child(2) span.lar {
        margin: -20px -20px 0 -20px;
    }
    .point_block .in .box {
        margin-bottom: 40px;
        padding: 20px 30px 40px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 20px;
    }
    .point_block .in .box h3 span {
        padding-top: 9px;
    }
    .contact_block.mt {
        margin-top: -70px;
    }
    .contact_block {
        margin: 0 auto 70px;
    }
    .price_block .bg {
        padding: 50px 30px 70px;
    }
    .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 60px;
    }
    .coach_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;
    }
    .coach_block {
        padding: 50px 0 50px;
        margin: 0 auto 60px;
    }
    .coach_block h2 {
        margin: 0 20px 20px;
    }
    .coach_block p {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .slider02 .swiper-slide {
        padding: 30px 30px 40px;
    }
    .swiper-slide .box .name .text h4 {
        font-size: 5vw;
    }
    .swiper-slide p {
        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;
    }
    .o3 {
        padding: 50px 0 60px;
    }
    .trial_block .in {
        padding: 60px 0 0;
    }
    .trial_block + p {
        font-size: 21px;
        padding: 15px 20px 30px;
        padding-left: 41px;
        text-indent: -21px;
    }
    .contact_block .box h2 {
        margin-bottom: 5px;
    }
    .contact_block .box:first-child {
        background-size: 35% auto;
        background-position: bottom -22px left 5%;
    }
    .contact_block .box:first-child p:last-child {
        text-align: center;
        padding-left: 30%;
        line-height: 1.3;
        font-size: 4.5vw;
    }
    .contact_block .box:first-child p:last-child span {
        display: block;
    }
    .contact_block .box:first-child a {
        font-size: 10.5vw;
        letter-spacing: -0.02em;
        margin-bottom: 12px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 10vw;
        margin: 0 15px 3px 10px;
    }
    .ranking_block {
        padding: 0 0 210px;
    }
    .ranking_block h2 {
        font-size: 7.8vw;
        margin-bottom: 55px;
    }
    .ranking_block h2 span {
        font-size: 7.8vw;
    }
    .ranking_block h2::after {
        bottom: -40px;
    }
    .ranking_block .ranking {
        margin: 0 auto 10px;
    }
    .ranking_block .area {
        margin-top: -30px;
    }
    .ranking_block .area p {
        font-size: 21px;
    }
}
@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;
    }
    .trial_block .in h2.sp {
        margin-bottom: 15px;
    }
    .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;
    }
    .coach_block p {
        font-size: 24px;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .about_block .text p {
        font-size: 24px;
    }
    .contact_block .box:first-child a {
        font-size: 10.3vw;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 72px;
    }
    .point_block h2 span:first-child {
        margin-bottom: 1px;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9.2vw;
    }
    .o3_block h2 span.lar.bg {
        padding: 10px 30px 15px 22px;
    }
}
@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;
    }
    .support_block p {
        font-size: 26px;
    }
    .support_block .flex-box a {
        padding: 12px 0 15px;
    }
    .point_block .in .box {
        margin-bottom: 40px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 15px;
    }
    .point_block .in .box p {
        font-size: 21px;
    }
    .price_block .in .box:first-child .text p:last-child {
        font-size: 24px;
    }
    .ranking_block h2 img {
        padding-top: 0;
    }
    .coach_block h2 img {
        width: 78px;
        margin-top: -3px;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .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;
    }
    .coach_block p {
        font-size: 21px;
    }
    .contact_block .box h2 {
        font-size: 6.1vw;
    }
    .contact_block .box:first-child {
        padding-bottom: 30px;
        background-position: bottom -25px left 5%;
    }
    .contact_block .box:first-child a {
        margin-bottom: 8px;
    }
    .contact_block .box:first-child p:last-child {
        padding-left: 33%;
        line-height: 1.25;
    }
    .ranking_block .area {
        margin-top: -35px;
    }
    .ranking_block .area img {
        max-width: 75%;
    }
    .o3_block p {
        margin-bottom: 30px;
    }
}
@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;
    }
    .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;
    }
    .coach_block h3 {
        font-size: 34px;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .flow_block .box .text p {
        font-size: 24px;
    }
    .price_block .bg {
        padding: 50px 20px 70px;
    }
    .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 .box:first-child p:nth-child(3) {
        font-size: 4.5vw;
    }
    .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 h2 {
        margin-bottom: 25px;
    }
    .news_block dl dd {
        font-size: 18px;
    }
    .trial_block + p br {
        display: none;
    }
    .contact_block {
        padding: 0 20px;
    }
    .contact_block .box h2 {
        font-size: 6.3vw;
    }
    .contact_block .box:first-child {
        background-position: bottom -20px left 5%;
        padding-bottom: 32px;
    }
    .contact_block .box:first-child a {
        font-size: 10.6vw;
        margin-bottom: 10px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 11vw;
        margin: 0 10px 3px 10px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 75px;
    }
    .point_block h2 {
        padding: 10px 0 70px 25px;
    }
    .point_block h2 span:nth-child(2) span.lar {
        font-size: 15vw;
        margin: -20px -18px 0 -20px;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9.8vw;
    }
    .point_block .in .box {
        padding: 12px 20px 35px;
    }
    .point_block .in .box h3 {
        background-size: 135px auto;
        background-position: bottom 5px right;
    }
    .point_block .in .box h3 span {
        padding-top: 18px;
    }
    .ranking_block {
        padding: 0 0 190px;
    }
    .ranking_block .in {
        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;
    }
    .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: 8px 30px 12px 22px;
    }
    .o3_block .sports .box h3::after {
        width: 35px;
        height: 35px;
    }
    .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;
    }
    .trial_block .in .text {
        width: 59%;
        padding: 25px 20px 35px;
    }
    .trial_block .in img {
        width: 49.5%;
    }
    .contact_block .box p:first-child {
        font-size: 4.8vw;
    }
    .contact_block .box p:first-child span span {
        font-size: 5.6vw;
    }
    .contact_block .box:first-child {
        background-position: bottom -18px left 5%;
    }
    .contact_block .box:first-child p:last-child {
        padding-left: 32%;
    }
    .point_block .in .box {
        margin-bottom: 30px;
    }
    .point_block .in .box p {
        font-size: 21px;
    }
    .ranking_block h2 {
        background-size: auto 213px, auto 213px;
    }
    .ranking_block h3 {
        margin-bottom: 15px;
        font-size: 6.5vw;
    }
    .trial_block .in {
        padding: 45px 0 0;
    }
}
@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;
    }
    .coach_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 .box:first-child {
        background-position: bottom -5px left 5%;
    }
    .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 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::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;
    }
    .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;
    }
    .coach_block h2 img {
        width: 70px;
    }
    .coach_block p {
        font-size: 21px;
    }
    .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;
    }
    .trial_block .in .text {
        padding: 20px 20px 30px;
    }
    .contact_block .box:first-child a {
        font-size: 10.5vw;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 82px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 68px;
        height: 82px;
    }
    .contact_block .box:last-child .btn.blue {
        margin-bottom: 15px;
    }
    .contact_block .box:first-child p:last-child {
        line-height: 1.3;
        font-size: 4.8vw;
    }
    .point_block h2 span:nth-child(2) span.lar {
        margin: -20px -18px 0 -20px;
    }
    .point_block .in .box h3 img {
        width: 95px;
    }
    .point_block .in .box h3 span {
        padding-top: 15px;
        margin-right: -5vw;
    }
    .point_block .in .box h3 {
        background-size: 105px auto;
    }
    .ranking_block {
        padding: 0 0 170px;
    }
}
@media screen and (max-width: 440px) {
    .point_block .in .box h3 img {
        width: 85px;
    }
    .contact_block .box h2 {
        margin-left: -2vw;
        margin-right: -2vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 10px 3px 0;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9.5vw;
    }
    .point_block h2 span:nth-child(2) span.lar {
        margin: -18px -15px 0 -15px;
    }
    .point_block h2 span:nth-child(2) span {
        margin: 0 -12px 0 -7px;
    }
    .price_block .in .box h3 {
        width: 100%;
        padding: 12px 0 15px;
    }
    .price_block .in .box .text {
        width: 100%;
        text-align: center;
        padding: 15px 0 20px;
    }
    .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 {
        padding-left: 0;
        text-indent: 0;
        text-align: center;
        min-height: auto;
        margin-bottom: 8px;
    }
    .price_block .in .box:last-child p {
        margin-top: 0;
        text-align: center;
    }
    .price_block .in .box:last-child p span:first-child {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }
}
@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 .in {
        padding: 0 15px;
    }
    .point_block .in .box h3 {
        font-size: 7.0vw;
        margin: 0 auto 18px;
        padding-top: 60px;
        background-size: 115px auto;
        background-position: bottom -5px right;
    }
    .point_block .in .box:nth-child(1) h3 {
        padding-top: 50px;
    }
    .point_block .in .box:nth-child(2) h3 {
        background-position: bottom 5px right;
    }
    .point_block .in .box h3 img {
        width: 88px;
        position: absolute;
        top: -30px;
        left: calc(50% - 44px);
    }
    .coach_block {
        padding: 35px 0;
        margin: 0 auto 45px;
    }
    .coach_block h3 {
        font-size: 30px;
    }
    .swiper-slide .box .name .text h3 {
        font-size: 23px !important;
        margin-bottom: 12px !important;
    }
    .swiper-slide p {
        margin-bottom: 0 !important;
        padding: 0 5px !important;
        font-weight: bold;
    }
    .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 h2 {
        margin-left: 0;
        margin-right: 0;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 10px 3px 8px;
    }
    .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 .bg {
        padding: 40px 15px 50px;
    }
    .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:first-child .text p:first-child span {
        padding-top: 10px;
    }
    .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;
    }
    .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;
    }
    .contact_block .box:first-child {
        padding-bottom: 28px;
    }
    .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 {
        font-size: 6.2vw;
        line-height: 62px;
        height: 72px;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 25px;
        margin: 5px -5px 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 .in .box {
        margin-bottom: 40px;
        padding: 0 15px 30px;
    }
    .point_block .in .box p {
        font-size: 19px;
        font-weight: bold;
        line-height: 1.4;
    }
    .contact_block.mt {
        margin-top: -50px;
    }
    .contact_block {
        padding: 0 15px;
        margin: 0 auto 50px;
    }
    .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: 3px;
    }
    .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 h2 {
        margin-bottom: 40px;
        padding: 30px 0 35px;
    }
    .ranking_block h2::after {
        bottom: -30px;
    }
    .ranking_block h2 img {
        width: 78px;
        margin-right: 10px;
        padding-top: 5px;
    }
    .ranking_block .in {
        padding: 0 15px;
    }
    .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;
    }
    .coach_block h2 {
        margin: 0 15px 15px;
        width: calc(100% - 30px);
    }
    .coach_block h2 img {
        width: 60px;
        margin-right: 12px;
        margin-top: -5px;
    }
    .coach_block p {
        font-size: 18px;
        margin-bottom: 25px;
        padding: 0 15px;
        line-height: 1.4;
    }
    .slider02 .swiper {
        padding: 0 5px;
    }
    .slider02 .swiper-slide {
        padding: 20px 20px 23px;
    }
    .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;
    }
    .contact_block .box h2 span {
        font-size: 7.8vw;
    }
    .contact_block .box h2 {
        font-size: 6.4vw;
    }
    .slider01 .swiper-slide {
        padding: 20px 8px;
    }
    .support_block {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .contact_block.mb0 {
        margin: 0 auto 40px;
    }
    .o3_block h2 span.lar.bg {
        padding: 8px 20px 12px 14px;
        font-size: 7vw;
    }
    .o3_block .sports .box {
        margin: 0 0 15px 0;
    }
    .o3_block .sports .box h3 {
        font-size: 4.8vw;
        padding-right: 5px;
        padding-bottom: 5px;
    }
    .o3_block .sports .box.v01 h3, .o3_block .sports .box.v04 h3 {
        padding-right: 11px;
    }
    .trial_block .in {
        padding: 35px 0 0;
    }
    .trial_block .in .text {
        padding: 20px 15px 25px 18px;
    }
    .trial_block + p {
        font-size: 16px;
        padding: 15px 15px 30px;
        padding-left: 31px;
        text-indent: -16px;
    }
    .point_block {
        padding: 35px 0 45px;
    }
    .point_block h2 {
        padding: 0 0 0 18px;
        background-size: 33.5%;
        margin-bottom: -2px;
    }
    .point_block h2 span:nth-child(2) {
        font-size: 9.4vw;
    }
    .point_block h2 span:nth-child(2) span.lar {
        margin: -15px -3vw 0 -3vw;
    }
    .point_block h2 span:nth-child(2) span {
        margin: 0 -2.3vw 0 -1.5vw;
    }
    .point_block .in .box h3 span {
        padding-top: 0;
        margin-right: 0;
    }
    .point_block .in .box h3 + img {
        margin-bottom: 15px;
    }
    .ranking_block {
        padding: 0 0 150px;
        margin: 0 auto 45px;
    }
    .ranking_block h3 {
        margin-bottom: 10px;
    }
    .ranking_block .area {
        margin-top: -20px;
    }
    .ranking_block .area img {
        max-width: 85%;
        margin: 0 auto 20px;
    }
    .ranking_block .area p {
        font-size: 17px;
    }
}
@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 -5px 0 10px;
    }
    .price_block .bg h2 + p {
        letter-spacing: -0.02em;
    }
    .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;
    }
    .coach_block p {
        line-height: 1.3;
    }
    .contact_block .box:first-child {
        padding-bottom: 25px;
    }
    .contact_block .box:first-child a {
        font-size: 10.4vw;
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 393px) {
    .price_block .in .box:first-child .text p:first-child span {
        padding-top: 7px;
    }
    .contact_block .box h2 {
        margin-left: -2vw;
        margin-right: -2vw;
    }
}
@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;
    }
    .coach_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 h2 {
        margin-left: 0;
        margin-right: 0;
    }
    .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;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 22px;
    }
    .column_block h2 span.bx:nth-child(2) span {
        height: 60px;
        width: 60px;
    }
    .price_block .bg h2 + p {
        letter-spacing: 0;
    }
    .contact_block .box h2 {
        font-size: 6.3vw;
    }
    .contact_block .box:first-child {
        padding-bottom: 25px;
        background-position: bottom -8px left 5%;
    }
    .contact_block .box:first-child a {
        font-size: 10.3vw;
        margin-bottom: 5px;
    }
    .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 {
        line-height: 58px;
        height: 68px;
    }
    .ranking_block {
        padding: 0 0 135px;
    }
    .ranking_block h2 {
        background-size: auto 167px, auto 167px;
    }
}
@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%;
    }
    .o3_block .sports .box.v02 h3::after, .o3_block .sports .box.v03 h3::after {
        margin-left: -5px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 15px;
    }
    .trial_block .in .text p {
        font-size: 4.2vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 8px 1px 8px;
    }
    .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 .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;
    }
    .o3_block .sports .box h3 {
        width: 43vw;
    }
    .o3_block .sports .box img.sp {
        width: 57vw;
    }
    .o3_block h2 span.lar.bg {
        padding: 5px 20px 10px 13px;
        margin-left: -5px;
    }
    .trial_block .in .text {
        padding: 15px 15px 20px 15px;
    }
    .trial_block .in img {
        width: 50.5%;
    }
    .swiper-slide .box .name .text h3 {
        padding: 6px 0 7px;
    }
    .point_block h2 span:first-child {
        margin-bottom: 2px;
    }
    .point_block .in .box h3 {
        background-size: 100px auto;
    }
    .point_block .in .box h3 img {
        width: 84px;
        left: calc(50% - 42px);
    }
    .point_block h2 span:nth-child(2) span.lar {
        margin: -15px -13px 0 -13px;
        font-size: 16vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 4px -5px 0 8px;
    }
}
@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 h2::after {
        width: calc(100% + 5px);
        left: -5px;
    }
    .contact_block .box:first-child {
        background-position: bottom left 5%;
    }
    .contact_block .box p:first-child {
        padding: 8px 0 12px;
    }
    .contact_block .box:first-child a {
        font-size: 10.5vw;
        margin-bottom: 8px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 8px 1px 3px;
    }
    .contact_block .box:first-child p:last-child {
        font-size: 5vw;
        padding-left: 35%;
    }
    .contact_block .box a:after {
        right: 2.8%;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 62px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 52px;
        height: 62px;
        font-size: 6.3vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 2px -5px 0 8px;
        width: 20px;
    }
    .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: 344px) {
    .contact_block .box h2 {
        margin-left: -2.2vw;
        margin-right: -2.2vw;
    }
}
@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;
    }
    .coach_block h3 {
        font-size: 26px;
    }
    .flow_block .box .text h3 {
        font-size: 8vw;
    }
    .contact_block .box h2 {
        margin-left: 0;
        margin-right: 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 .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;
    }
    .contact_block .box h2 {
        font-size: 6.2vw;
    }
    .contact_block .box h2::after {
        width: 100%;
        left: 0px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 8px 1px 5px;
    }
    .contact_block .box:first-child a {
        font-size: 10.5vw;
        margin-bottom: 5px;
    }
    .contact_block .box:first-child {
        padding-bottom: 23px;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 24px;
    }
    .price_block .in + p {
        font-size: 17px;
    }
    .ranking_block h2 img {
        width: 68px;
        padding-top: 10px;
    }
    .ranking_block .ranking .box h3::after {
        width: 15px;
        height: 15px;
        margin-top: 1px;
    }
    .coach_block h2 img {
        width: 50px;
    }
    .swiper-slide .box .name .text h3 {
        margin-bottom: 8px !important;
        font-size: 21px !important;
    }
    .swiper-slide .box .name .text h4 {
        margin-bottom: 15px;
    }
    .coach_block p {
        font-size: 17px;
    }
    .about_block h2 {
        padding: 10px 0 13px;
        font-size: 7vw;
    }
    .about_block h2 span {
        display: block;
    }
    .contact_block {
        padding: 0 12px;
    }
    .contact_block .box:last-child .btn.blue {
        margin-bottom: 10px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        height: 55px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 45px;
        height: 55px;
    }
    .contact_block .box:first-child p:last-child {
        font-size: 5.3vw;
    }
    .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;
    }
    .o3_block .sports .box h3 {
        width: 45vw;
    }
    .o3_block .sports .box img.sp {
        width: 55vw;
    }
    .o3_block .sports .box h3 {
        font-size: 5.2vw;
    }
    .trial_block .in .text {
        padding: 12px 12px 15px 12px;
    }
    .trial_block + p {
        font-size: 14px;
        padding: 12px 12px 30px;
        padding-left: 26px;
        text-indent: -14px;
    }
    .ranking_block {
        padding: 0 0 115px;
    }
    .ranking_block h2 {
        margin-bottom: 32px;
    }
    .ranking_block h2::after {
        bottom: -25px;
    }
    .ranking_block h2, .ranking_block h2 span {
        font-size: 8vw;
    }
    .ranking_block h3 {
        font-size: 6.8vw;
    }
    .trial_block .in {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 280px) {
    .coach_block h3 {
        font-size: 22px !important;
        padding: 0;
    }
    .flow_block .box {
        padding: 50px 15px 45px 15px;
    }
    .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;
    }
    .price_block .in .box .text {
        padding: 15px 0 20px;
    }
    .price_block .in + p {
        font-size: 15px;
    }
    .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;
    }
    .o3_block h2 span.lar.bg {
        padding: 5px 15px 10px 11px;
    }
    .trial_block + p {
        font-size: 13px;
        padding: 12px 10px 30px;
        padding-left: 23px;
        text-indent: -13px;
    }
    .trial_block .in .text {
        width: 60%;
    }
    .coach_block p span {
        display: inline;
    }
    .contact_block .box:first-child a {
        font-size: 10.3vw;
    }
    .point_block h2 {
        padding: 0 0 0 15px;
        margin-bottom: -2px;
        background-position: bottom right 3px;
    }
    .point_block h2 span:nth-child(2) span.lar {
        margin: -12px -10px 0 -10px;
    }
    .point_block h2 span:nth-child(2) span {
        margin: 0 -5px 0 -3px;
    }
    .ranking_block h3 {
        font-size: 7.2vw;
    }
}