@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body {
    font-family: "Noto Sans JP", sans-serif !important;
}
p {
    margin-bottom: 0;
}
.sp {
    display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
section {
    min-width: 1140px;
}
.mv_block {
    width: 100%;
    height: 520px;
    text-align: center;
    background: url(../img/soccer/mv_pc.png);
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-x;
    position: relative;
    margin: 0 auto 70px;
}
.mv_block img.pc {
    position: absolute;
    top: 15px;
    left: calc((100% - 1140px) / 2);
}
.bnr_block {
    max-width: 898px;
    padding: 0 30px;
    margin: 0 auto 70px;
    text-align: center;
}
.bnr_block img {
    width: 100%;
}
.onayami_block {
    width: 100%;
    margin: 0 auto;
    background-size: auto auto;
    background-color: rgba(243, 243, 243, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 4px, rgba(238, 238, 238, 1) 4px, rgba(238, 238, 238, 1) 6px);
}
.onayami_block .box {
    max-width: 1084px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 30px 70px;
}
.onayami_block .box h2 {
    font-size: 41px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.onayami_block .box h2 span.grey {
    font-size: 59px;
    background-image: url("../img/soccer/bg-onayami.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block !important;
}
.onayami_block .box img {
    margin: 0 auto 25px;
}
.onayami_block .box p {
    font-size: 41px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.05em;
}
.onayami_block .box p span.box {
    display: inline-block;
    max-width: none;
    width: auto;
    padding: 0;
    margin-left: -15px;
}
.onayami_block .box p span.red {
    font-size: 51px;
    color: #cf0202;
}
.feature_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/soccer/bg-feature_pc.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}
.feature_block h2 {
    background: #194eb9;
    padding: 25px 30px 35px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 66px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.feature_block h2 span {
    font-size: 51px;
    display: block;
}
.feature_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #194eb9 transparent transparent transparent;
    border-width: 40px 30px 0 30px;
}
.feature_block .box {
    max-width: 1024px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px 90px;
    background-color: #fff;
}
.feature_block .box:nth-child(2) {
    padding: 70px 30px 90px;
}
.feature_block .box:last-child {
    padding: 0 30px 100px;
}
.feature_block .box h3 {
    margin-bottom: 65px;
}
.feature_block .box h3 span.top_left, .feature_block .box h3 span.bottom_left, .feature_block .box h3 span.top_right, .feature_block .box h3 span.bottom_right {
    display: inline-block;
}
.feature_block .box h3 span.top_left {
    background-image: url("../img/soccer/kk-01.png");
    background-position: 3px 0;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feature_block .box h3 span.bottom_left {
    background-image: url("../img/soccer/kk-02.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feature_block .box h3 span.top_right {
    background-image: url("../img/soccer/kk-03.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feature_block .box h3 span.bottom_right {
    background-image: url("../img/soccer/kk-04.png");
    background-position: right 3px bottom;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
.feature_block .box h3 span.num {
    font-size: 35px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: italic;
    background-color: #194eb9;
    color: #fff;
    display: inline-block;
    padding: 6px 28px 3px 23px;
    clip-path: polygon(9% 0%, 100% 0%, 91% 100%, 0% 100%);
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}
.feature_block .box h3 span.bottom_right {
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 0 60px;
}
.feature_block .box h3 span.bottom_right span {
    display: inline-block;
}
.feature_block .box p {
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 80px;
}
.feature_block .box:nth-child(3) p, .feature_block .box:last-child p {
    margin-bottom: 0;
}
.feature_block .box .comp {
    width: 100%;
    position: relative;
}
.feature_block .box .comp img {
    width: 60px;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.feature_block .box .comp img.arrow {
    position: absolute;
    width: 70px;
    top: 78px;
    left: calc((100% - 70px) / 2);
    z-index: 1;
}
.feature_block .box .comp h4 {
    font-size: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    padding: 5px 40px 10px 30px;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    display: inline-block;
    position: absolute;
    top: -30px;
}
.feature_block .box .comp .item p {
    text-align: left;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    width: calc(100% - 75px);
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}
.feature_block .box .comp .school {
    width: calc(50% - 20px);
    float: left;
    border: 6px solid #727c90;
    position: relative;
    padding: 50px 20px 10px;
}
.feature_block .box .comp .school h4 {
    background-color: #727c90;
    left: calc((100% - 358px) / 2)
}
.feature_block .box .comp .school .item {
    height: 75px;
    background-color: #e0e2e7;
    border-radius: 10px;
    padding: 8px 15px 15px;
    margin-bottom: 20px;
    font-size: 0;
}
.feature_block .box .comp .first {
    width: calc(50% - 20px);
    float: right;
    border: 6px solid #5e83ce;
    position: relative;
    padding: 50px 20px 10px;
}
.feature_block .box .comp .first h4 {
    background-color: #5e83ce;
    left: calc((100% - 395px) / 2)
}
.feature_block .box .comp .first .item {
    height: 75px;
    background-color: #ccd8f0;
    border-radius: 10px;
    padding: 8px 15px 15px;
    margin-bottom: 20px;
    font-size: 0;
}
.feature_block .box:nth-child(3) img {
    width: 485px;
    float: right;
    margin-top: -25px;
}
.feature_block .box:last-child img {
    float: left;
}
.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;
}
.lesson02_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/soccer/bg-feature_pc.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}
.lesson02_block h2 {
    background: #194eb9;
    padding: 25px 30px 35px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 66px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.lesson02_block h2 span:first-child {
    font-size: 51px;
    display: block;
}
.lesson02_block h2 span {
    display: inline-block;
}
.lesson02_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #194eb9 transparent transparent transparent;
    border-width: 40px 30px 0 30px;
}
.lesson02_block .box {
    max-width: 1024px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px 50px;
    background-color: #fff;
}
.lesson02_block .box:nth-child(2) {
    padding: 70px 30px 50px;
}
.lesson02_block .box:last-child {
    padding: 0 30px 100px;
}
.lesson02_block .box img {
    width: 360px;
    float: left;
}
.lesson02_block .box h3 {
    float: right;
    width: calc(100% - 390px);
    text-align: left;
    font-size: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: italic;
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(37, 37, 37, 1) 8px, rgba(37, 37, 37, 1) 16px);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.lesson02_block .box p {
    float: right;
    width: calc(100% - 390px);
    text-align: left;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.point_block {
    width: 100%;
    margin: 0 auto 70px;
    background-image: url("../img/soccer/bg-point_pc.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.point_block h2 {
    font-size: 77px;
    position: relative;
    padding: 0 85px;
    margin-bottom: 80px;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.52);
    padding-top: 80px;
}
.point_block h2 span:first-child {
    font-size: 65px;
    display: inline-block;
}
.point_block h2 span:nth-child(2) {
    display: inline-block;
}
.point_block h2 span:nth-child(2) span {
    font-size: 106px;
    display: inline;
}
.point_block h2:before {
    content: '';
    position: absolute;
    top: 70%;
    left: 0;
    display: inline-block;
    width: 100px;
    height: 4px;
    -webkit-transform: rotate(-110deg);
    transform: rotate(-110deg);
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(48, 48, 48, 1) 6px, rgba(48, 48, 48, 1) 12px);
    content: none;
}
.point_block h2::after {
    content: '';
    position: absolute;
    top: 70%;
    right: 15px;
    display: inline-block;
    width: 100px;
    height: 4px;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(48, 48, 48, 1) 6px, rgba(48, 48, 48, 1) 12px);
    content: none;
}
.point_block .bg {
    width: 100%;
    background-image: url("../img/bg-3point.png");
    background-repeat: repeat;
    padding: 0 0 120px;
    background-image: none;
}
.point_block .in {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 0 30px;
}
.point_block .in .box {
    display: inline-block;
    width: 31%;
    margin-right: 3.5%;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 0 20px 35px;
    min-height: 625px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.52);
}
.point_block .in .box:last-child {
    margin-right: 0;
}
.point_block .in .box h3 {
    font-size: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(48, 48, 48, 1) 5px, rgba(48, 48, 48, 1) 12px);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.point_block .in .box h3:first-child {
    background-color: #252525;
    background-image: none;
    color: #fff;
    font-size: 38px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    max-width: 75px;
    margin: -30px auto 20px;
    padding: 8px 0 12px;
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    letter-spacing: 0.1em;
    text-align: center;
}
.point_block .in .box img {
    width: 180px;
    display: block;
    margin: 0 auto 20px;
}
.point_block .in .box p {
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    margin-bottom: 0;
}
.trial_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/soccer/bg-trial-01_pc.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.trial_block .bg {
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
	background-position: bottom;
	background-size: 100% 100px;
	background-repeat: no-repeat; */
}
.trial_block .in {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 80px 30px;
    text-align: center;
    background-image: url(../img/soccer/bg-trial-02.png), url(../img/soccer/bg-trial-03.png);
    background-position: left bottom, right bottom;
    background-size: 240px auto, 230px auto;
    background-repeat: no-repeat, no-repeat;
}
.trial_block .in h2 {
    font-size: 73px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin-bottom: 140px;
    text-shadow: 2px 2px 6px rgba(0, 81, 154, 0.78);
    text-align: center;
    letter-spacing: 0.03em;
}
.trial_block .in h2 span {
    font-size: 53px;
    display: inline-block;
    padding-right: 10px;
}
.trial_block .in .text {
    width: 100%;
}
.trial_block .in .text p {
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
}
.trial_block .in .text a#btn_trial:hover {
    opacity: 1;
}
.trial_block .in .text button {
    width: 500px;
    height: 110px;
    background-image: url("../img/soccer/bg-btn-01.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
}
.trial_block .in .text button img {
    width: 28px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.trial_block .in .text button span {
    font-size: 34px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.trial_block .in .text button span span {
    display: inline-block;
    vertical-align: top;
}
.coach_block {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-image: url("../img/soccer/bg-coach.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 16px 16px;
    text-align: center;
}
.coach_block h2 {
    text-align: center;
    margin: 0 auto 10px;
    padding: 0 20px;
    font-size: 58px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    border-bottom: 7px solid #019f3d;
    display: inline-block;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.coach_block h2 span:nth-child(1) {
    display: inline-block;
}
.coach_block h2 span:nth-child(1) span {
    display: inline-block;
    font-size: 78px;
}
.coach_block h3 {
    text-align: center;
    margin: 0 auto 70px;
    font-size: 46px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.coach_block .in {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.swiper-slide {
    text-align: left;
}
.swiper-slide .box {
    background: url("../img/soccer/coach-01.png");
    background-position: 33px 75px !important;
    background-size: 170px auto !important;
    background-repeat: no-repeat !important;
    padding: 25px;
    text-align: center;
    min-height: 495px;
}
.swiper-slide .box.v02 {
    background: url("../img/soccer/coach-02.png");
}
.swiper-slide .box.v03 {
    background: url("../img/soccer/coach-03.png");
}
.swiper-slide .box.v04 {
    background: url("../img/soccer/coach-04.png");
}
.swiper-slide h3 {
    font-size: 21px !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 205px !important;
    border-bottom: 2px solid;
    display: inline-block;
    line-height: 1.4;
}
.swiper-slide p {
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.4;
}
.swiper-button-next {
    background-image: url("../img/next_btn.png") !important;
    right: 0 !important;
}
.swiper-button-prev {
    background-image: url(../img/prev_btn.png) !important;
    left: 0 !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper-pagination-bullet-active {
    background: #009f3c !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.flow_block {
    width: 100%;
    text-align: center;
    padding: 90px 30px 60px;
    margin: 0 auto 70px;
    background-color: #e5ecf7;
}
.flow_block .in {
    width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 0;
}
.flow_block h2 {
    font-size: 58px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}
.flow_block h2 span {
    font-size: 46px;
    letter-spacing: 0;
}
.flow_block .box {
    width: 48%;
    margin: 0 4% 60px 0;
    background-size: auto auto;
    background-color: rgba(229, 236, 247, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(188, 193, 202, 1) 7px, rgba(188, 193, 202, 1) 14px);
    background-position: 10px 10px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
}
.flow_block .box:nth-child(2n) {
    margin: 0 0 60px 0;
}
.flow_block .box .item {
    width: calc(100% - 10px);
    background-color: #Fff;
    border: 5px solid #c3ccd5;
    position: relative;
    padding: 50px 15px 35px 20px;
    margin: 0 10px 0 0;
    min-height: 325px;
}
.flow_block .box:nth-child(3) .item, .flow_block .box:nth-child(4) .item {
    min-height: 295px;
}
.flow_block .box .item h3 {
    font-size: 31px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
    text-align: center;
}
.flow_block .box .num {
    background: #0059c5;
    color: #fff;
    font-size: 44px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 68px;
    position: absolute;
    top: -35px;
    left: calc(50% - 35px);
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.flow_block .box .num span {
    display: inline-block;
    margin-left: -9px;
}
.flow_block .box img {
    float: left;
    width: 120px;
}
.flow_block .box .text {
    text-align: left;
    width: calc(100% - 140px);
    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;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    margin-bottom: 0;
}
.flow_block .box .text p a {
    color: #0059c5;
    text-decoration: underline;
    font-weight: bold;
}
.flow_block .box .text p a[href^="tel:"] {
    text-decoration: none;
    color: #303030;
}
.contact_block {
    max-width: 1084px;
    width: 100%;
    margin: 0 auto 100px;
    text-align: center;
    padding: 0 30px;
    background-image: url("../img/soccer/contact-01.png");
    background-position: left 30px top 15px;
    background-repeat: no-repeat;
    background-size: 255px auto;
}
.contact_block.mb0 {
    margin: 0 auto;
}
.contact_block .box:first-child {
    width: 100%;
    padding: 0;
    background-image: url("../img/soccer/contact-02.png");
    background-position: right bottom -40px;
    background-repeat: no-repeat;
    background-size: 200px auto;
}
.contact_block .box h2 {
    font-size: 47px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(37, 37, 37, 1) 5px, rgba(37, 37, 37, 1) 10px);
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.contact_block .box h2 span {
    font-size: 55px;
}
.contact_block .box h2 + p {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
}
.contact_block .box h2 + p span {
    display: inline-block;
}
.contact_block .box a[href^="tel:"] img {
    width: 65px;
    margin: -15px 10px 0 0;
}
.contact_block .box a {
    font-size: 77px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #cd0f2e;
    letter-spacing: -0.05em;
    line-height: 1;
}
.contact_block .box a + p {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.contact_block .box:last-child .btn.blue {
    /* background: rgb(84, 163, 238);
	background: linear-gradient(0deg, rgba(84, 163, 238, 1) 0%, rgba(26, 98, 219, 1) 40%, rgba(26, 98, 219, 1) 60%, rgba(84, 163, 238, 1) 100%);
	border-radius: 10px;
	margin: 0;
	box-shadow: 0px 3px 0px 0px #5e5e5e; */
    float: left;
    max-width: 48.5%;
    width: 503px;
    height: 94px;
    background-image: url("../img/soccer/bg-btn-02.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
}
.contact_block .box:last-child .btn.org {
    /* background: rgb(255, 164, 67);
	background: linear-gradient(0deg, rgba(255, 164, 67, 1) 0%, rgba(255, 117, 2, 1) 40%, rgba(255, 117, 2, 1) 60%, rgba(255, 164, 67, 1) 100%);
	border-radius: 10px;
	margin: 0;
	box-shadow: 0px 3px 0px 0px #5e5e5e; */
    float: right;
    max-width: 48.5%;
    width: 503px;
    height: 94px;
    background-image: url("../img/soccer/bg-btn-03.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
}
.contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
    display: block;
    color: #fff;
    font-size: 34px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    line-height: 88px;
    height: 90px;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
}
.contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
    width: 28px;
    margin: 0 0 6px 15px;
    display: inline-block;
}
.contact_block .box:last-child .btn.org a {
    padding: 0 0 0 0;
}
.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;
    content: none !important;
}
.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 100px;
    background-image: url("../img/bg-price-01_pc.png");
    background-repeat: repeat;
    background-position: center top;
}
.price_block .bg {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/soccer/bg-feature_pc.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}
.price_block h2 {
    background: #194eb9;
    padding: 25px 30px 35px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 66px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.price_block h2 span:first-child {
    font-size: 51px;
    display: block;
}
.price_block h2 span {
    display: inline-block;
}
.price_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #194eb9 transparent transparent transparent;
    border-width: 40px 30px 0 30px;
}
.price_block .in {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 100px 0 0;
}
.price_block .in .box {
    width: 100%;
    background-color: #fff;
    margin: 0 auto 65px;
    padding: 70px 30px 25px;
    font-size: 0;
    border-top: 2px solid #e3e3e3;
    text-align: center;
}
.price_block .in .box:last-child {
    padding: 70px 15px 0;
    margin-bottom: 0;
}
.price_block .in .box h3 {
    background: #252525 !important;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    font-style: italic;
    line-height: 1;
    max-width: 350px;
    margin: -100px auto 30px;
    padding: 10px 0 15px;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    letter-spacing: 0.1em;
    text-align: center;
}
.price_block .in .box p {
    font-size: 77px;
    font-weight: 900;
    color: #cd0f2e;
    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-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 10px;
    list-style: disc;
}
.price_block .in .box ul li span {
    font-weight: bold;
    color: #cd0f2e;
}
.price_block .in .box ul li:last-child {
    margin-bottom: 0;
}
.price_block .in .box:last-child .course {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: center;
    border-right: 2px dotted #252525;
    padding: 0 10px;
    margin-bottom: 40px;
}
.price_block .in .box:last-child .course:nth-child(3) {
    width: 30%;
}
.price_block .in .box:last-child .course:nth-child(4) {
    border-right: none;
    width: 38%;
}
.price_block .in .box:last-child .course h4 {
    font-size: 23px;
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
}
.price_block .in .box:last-child ul {
    text-align: left;
    padding: 0 60px;
    display: block;
}
.price_block .in .box:last-child p {
    margin-bottom: 0;
    padding-left: 25px;
}
.price_block .in .box:last-child p span:first-child {
    font-size: 21px;
    font-weight: bold;
    color: #303030;
    display: block;
    vertical-align: middle;
    padding: 0 0 0 0;
    margin-bottom: 5px;
}
.price_block .in .box:last-child p span:nth-child(2) {
    font-size: 50px;
    display: 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: #cd0f2e;
    display: inline;
}
.price_block .in .box:last-child p span:nth-child(2) span:last-child {
    font-size: 27px;
    font-weight: 900;
    display: inline;
}
.outcome_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/soccer/bg-outcome-05.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 2px 2px;
    text-align: center;
    padding: 90px 0 100px;
}
.outcome_block h2 {
    font-size: 55px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    border-bottom: 7px solid #5e83ce;
    display: inline-block;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    padding: 0 10px 0 0;
    margin-bottom: 100px;
}
.outcome_block .in {
    max-width: 1054px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    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;
}
.outcome_block .in .box {
    display: inline-block;
    width: 48.9%;
    margin: 0 2% 0 0;
    vertical-align: top;
    background-image: url(../img/soccer/bg-outcome-04.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    text-align: left;
    padding: 0 0 80px;
}
.outcome_block .in .box:last-child {
    margin: 0;
}
.outcome_block .in .box .updown {
    background-image: url(../img/soccer/bg-outcome-02.png), url(../img/soccer/bg-outcome-03.png);
    background-repeat: no-repeat, repeat-y;
    background-position: top, center;
    background-size: 100% auto, 100% auto;
    min-height: 605px;
    padding: 0 30px;
}
.outcome_block .in .box img {
    width: 100%;
    margin-bottom: 20px;
}
.outcome_block .in .box img:first-child {
    width: 260px;
    margin-top: -60px;
    margin-bottom: 10px;
}
.outcome_block .in .box h3 {
    font-size: 36px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: normal;
    background-image: url(../img/soccer/bg-outcome-01.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.outcome_block .in .box p {
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.voice_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/bg-voice_pc.png");
    background-repeat: repeat;
    background-position: center top;
    text-align: center;
    padding: 70px 0 100px;
}
.voice_block h2 {
    margin-bottom: 40px;
}
.voice_block .in {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    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;
}
.voice_block .in .box {
    display: inline-block;
    width: 48%;
    margin: 0 4% 40px 0;
    vertical-align: top;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}
.voice_block .in .box:nth-child(2n) {
    margin-right: 0;
}
.voice_block .in .box .bg h3 {
    margin-bottom: 0;
}
.voice_block .in .box .bg h3 img {
    width: 100%;
    margin-bottom: 25px;
    position: inherit;
}
.voice_block .in .box .bg p {
    font-size: 21px;
    width: calc(100% - 215px);
    float: left;
    text-align: left;
    margin-bottom: 0;
}
.voice_block .in .box img {
    width: 215px;
    position: absolute;
    top: 165px;
    right: 18px;
}
.qa_block {
    width: 100%;
    margin: 0 auto 100px;
}
.qa_block h2 {
    background: #194eb9;
    padding: 25px 30px 35px;
    position: relative;
    margin-bottom: 70px;
    color: #fff;
    text-align: center;
    font-size: 66px;
    font-family: corporate-logo-ver2, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.qa_block h2 span:first-child {
    font-size: 51px;
    display: block;
}
.qa_block h2 span:first-child span {
    display: inline-block;
}
.qa_block h2 span {
    display: inline-block;
}
.qa_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #194eb9 transparent transparent transparent;
    border-width: 40px 30px 0 30px;
}
.qa_block .in {
    max-width: 1084px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
.s_01 {
    margin: 0 0 60px;
}
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto 25px;
    background-color: #eaeff9;
    border-radius: 10px;
    background-image: url(../img/soccer/bg-qa.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 75px auto;
}
.s_01 .accordion_one .accordion_header {
    font-size: 20px;
    font-weight: bold;
    padding: 22px 80px 22px 20px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header span {
    color: #fff;
    font-size: 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    float: left;
    width: 70px;
    line-height: 1;
    margin-top: -12px;
}
.s_01 .accordion_one .accordion_header span + p {
    display: none;
}
.s_01 .accordion_one .accordion_header p {
    float: right;
    width: calc(100% - 70px);
    text-align: left;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.s_01 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    box-sizing: border-box;
    transform-origin: center center;
    transition-duration: 0.2s;
    background: #353535;
    border-radius: 50%;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #eaeff9;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}
.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 5px 25px 25px;
}
.s_01 .accordion_one .accordion_inner .box_one {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px 20px;
}
.s_01 .accordion_one .accordion_inner .box_one span {
    color: #f15a24;
    font-size: 57px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    float: left;
    width: 60px;
    line-height: 1;
}
.s_01 .accordion_one .accordion_inner .box_one span + p {
    display: none;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
    float: right;
    width: calc(100% - 60px);
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}
.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;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 1200px) {
    .flow_block {
        padding: 90px 30px 75px 60px;
    }
}
@media screen and (max-width: 1185px) {
    .point_block h2 {
        margin-bottom: 40px;
        line-height: 1;
    }
    .point_block h2 span:first-child {
        display: block;
    }
    .point_block h2:before {
        top: 50%;
        left: -50px;
        width: 160px;
    }
    .point_block h2::after {
        top: 50%;
        right: -45px;
        width: 160px;
    }
}
@media screen and (max-width: 1160px) {}
@media screen and (max-width: 1130px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 868px) {}
@media screen and (max-width: 840px) {}
@media screen and (min-width: 821px) {
    .swiper-wrapper {
        display: block !important;
        font-size: 0;
    }
    .swiper-slide {
        width: 23% !important;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        margin: 0 2.6% 0 0;
        height: 100%;
        position: relative;
        padding: 0;
        min-height: initial;
        min-height: auto;
        background-color: #d4efde;
    }
    .swiper-wrapper .swiper-slide:nth-child(4) {
        margin-right: 0;
    }
    .swiper-button-next, .swiper-button-prev, .swiper-pagination {
        display: none;
    }
}
@media screen and (max-width: 820px) {
    .onayami_block .box img {
        max-width: 703px;
        width: 100%;
    }
    .price_block .in .box:last-child .course h4 {
        text-align: center;
        margin-bottom: 20px;
    }
    .price_block .in .box:last-child .course h4 span:last-child {
        display: block;
    }
    .price_block .in .box:last-child p {
        text-align: center;
    }
    .price_block .in .box:last-child p span:first-child {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a {
        line-height: 1.2;
        padding: 5px 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a span:last-child {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 8%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 11%;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 0;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 8%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 11%;
    }
    .voice_block .in .box img {
        width: 180px;
    }
    .voice_block .in .box .bg p {
        width: calc(100% - 180px);
    }
    .swiper-slide {
        margin-bottom: 40px !important;
    }
    .swiper-slide .box {
        background-position: center top !important;
        padding: 185px 0 0 0;
    }
    .swiper-slide h3 {
        text-align: center;
        margin-bottom: 15px !important;
    }
    .lesson_block {
        margin: 0 auto 50px;
    }
    .lesson_block h2 {
        font-size: 7.4vw;
        letter-spacing: -0.05em;
    }
    .lesson_block h2 span {
        font-size: 6.2vw;
    }
    .point_block .bg {
        padding: 70px 0 80px;
    }
    .point_block h2 {
        font-size: 7.5vw;
    }
    .point_block h2 span:first-child {
        font-size: 5.2vw;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 10.4vw;
    }
    .trial_block .in {
        padding: 50px 20px 40px;
        background-size: 175px auto, 160px auto;
    }
    .trial_block .in h2 {
        font-size: 9.6vw;
    }
    .trial_block .in h2 span {
        font-size: 5.7vw;
    }
    .coach_block {
        margin: 0 auto;
        padding: 60px 0 80px;
    }
    .coach_block h2 {
        text-align: center;
        margin: 0 auto;
    }
    .coach_block h3 {
        margin: 0 auto 50px;
    }
    .flow_block {
        padding: 70px 30px 80px 60px;
        margin: 0 auto 80px;
    }
    .flow_block h2 {
        margin-bottom: 50px;
    }
    .flow_block .box {
        margin: 0 auto 85px;
        width: 100%;
        float: none;
        background-position: 18px 18px;
        padding-bottom: 18px;
    }
    .flow_block .box:nth-child(2) {
        margin: 0 auto 85px;
    }
    .flow_block .box .item {
        width: calc(100% - 18px);
        min-height: initial;
        min-height: auto;
        text-align: left;
        padding: 70px 20px 50px 30px;
    }
    .flow_block .box .item h3 {
        display: inline-block;
        padding-left: 30px;
    }
    .contact_block {
        margin: 0 auto 80px;
    }
    .contact_block.mb0 {
        margin: 0 auto -40px;
    }
    .contact_block .box h2 {
        font-size: 5vw;
    }
    .contact_block .box h2 span {
        font-size: 5.8vw;
    }
    .contact_block .box h2 + p {
        font-size: 3.2vw;
        line-height: 1.3;
    }
    .contact_block .box h2 + p span {
        display: block;
    }
    .contact_block .box a {
        font-size: 7.8vw;
    }
    .contact_block .box a + p {
        font-size: 3.1vw;
    }
    .contact_block .box:last-child .btn.blue {
        max-width: 49.5%;
        width: 100%;
        height: auto;
        min-height: 100px;
        background-image: url("../img/soccer/bg-btn-02-2.png");
    }
    .contact_block .box:last-child .btn.blue a {
        line-height: 1;
    }
    .contact_block .box:last-child .btn.org {
        max-width: 49.5%;
        width: 100%;
        height: auto;
        min-height: 100px;
        background-image: url("../img/soccer/bg-btn-03-2.png");
    }
    .contact_block .box:last-child {
        padding: 0 15px;
        margin-top: -3px;
    }
    .price_block {
        margin: 0 auto 80px;
    }
    .voice_block {
        padding: 50px 0 60px;
    }
    .voice_block h2 {
        margin-bottom: -10px;
    }
    .voice_block .in .box .bg h3 img {
        width: auto;
        float: none;
        margin-top: 0;
        margin-right: calc((100% - 475px) / 2);
    }
    .voice_block .in .box:nth-child(2n) .bg h3 img {
        margin-left: calc((100% - 475px) / 2);
        margin-right: 0;
    }
    .qa_block {
        margin: 0 auto 80px;
    }
    .contact_block {
        background-position: 30px 20px;
        background-size: 168px auto;
    }
    .contact_block .box:first-child {
        background-position: right bottom;
        background-size: 180px auto;
    }
    .price_block .in .box:last-child ul {
        padding: 0;
        padding-left: 40px;
    }
    .voice_block .in .box .bg h3 {
        text-align: left;
    }
    .voice_block .in .box .bg h3 img {
        margin-right: 0;
    }
    .voice_block .in .box:nth-child(2n) .bg h3 {
        text-align: right;
    }
    .voice_block .in .box:nth-child(2n) .bg h3 img {
        margin-left: 0;
    }
    .lesson_block .in .box {
        width: 32%;
        margin-right: 2%;
    }
    .contact_block .box:first-child {
        min-height: 258px;
    }
    .contact_block .box:last-child .btn.blue a img {
        vertical-align: super;
    }
    .contact_block .box:last-child .btn.org a img {
        vertical-align: middle;
    }
    .flow_block h2 {
        font-size: 10.1vw;
    }
    .flow_block h2 span {
        font-size: 7.4vw;
    }
    .flow_block .in {
        width: 100%;
        padding: 0;
    }
    .price_block .bg h2 {
        font-size: 8.6vw;
    }
    .price_block .bg h2 span {
        font-size: 6.8vw;
    }
    .price_block .in .box:last-child .course {
        width: 32%;
        padding: 0;
    }
    .price_block .in .box:last-child .course:nth-child(3) {
        width: 32%;
    }
    .price_block .in .box:last-child .course:nth-child(4) {
        border-right: none;
        width: 36%;
    }
    .price_block .in .box:last-child .course h4 span {
        display: block;
    }
    .price_block .in .box:last-child .course:nth-child(2) h4 span:last-child {
        display: none;
    }
    .lesson_block .in .box h3 {
        font-size: 26px;
    }
    .point_block .bg {
        padding: 50px 0 80px;
    }
    .flow_block {
        padding: 70px 30px 80px 30px;
    }
    .flow_block h2 {
        margin-bottom: 65px;
    }
    .flow_block .box .num {
        left: calc(50% - 35px);
        top: -35px;
    }
    .contact_block .box a {
        font-size: 7.5vw;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 75px;
        margin: -10px 5px 0 0;
    }
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    section {
        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 {
        width: 100%;
        margin-right: 0;
        vertical-align: top;
        margin-bottom: 50px;
    }
    .point_block .in .box:last-child {
        margin-bottom: 0;
    }
    .point_block .in .box h3 {
        line-height: 1.15;
        font-size: 3.8vw;
        width: 350px;
        height: 350px;
        margin: 0 auto 20px;
        padding: 98px 0 0;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 12.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 12.5%;
    }
    .lesson_block h2 img {
        width: 290px;
        margin: -15px auto -10px;
    }
    .lesson_block h2 {
        font-size: 9.3vw;
    }
    .lesson_block h2 span {
        font-size: 7.8vw;
        letter-spacing: -0.1em;
    }
    .lesson_block .in .box h3 {
        font-size: 32px;
        line-height: 62px;
    }
    .lesson_block .in .box h4 {
        font-size: 23px;
    }
    .lesson_block .in .box h4 + p {
        font-size: 22px;
    }
    .lesson_block .in .box {
        margin-bottom: 30px;
    }
    .point_block h2 span:first-child {
        font-size: 7.3vw;
    }
    .point_block h2 {
        font-size: 10.6vw;
        margin-bottom: 60px;
        color: #fff;
        padding: 60px 20px 0;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 10.6vw;
    }
    .point_block h2:before {
        top: 55%;
        left: -40px;
        width: 150px;
        height: 6px;
        -webkit-transform: rotate(-107deg);
        transform: rotate(-107deg);
    }
    .point_block h2::after {
        top: 55%;
        right: -30px;
        width: 150px;
        height: 6px;
        -webkit-transform: rotate(-70deg);
        transform: rotate(-70deg);
    }
    .point_block .bg {
        padding: 0 0 90px;
    }
    .point_block .in .box {
        margin-bottom: 60px;
        min-height: initial;
        min-height: auto;
        padding: 0 25px 40px;
    }
    .point_block .in .box h3 {
        font-size: 6.0vw;
        margin: 0 auto 30px;
        padding: 29% 0 50.0%;
        width: 100%;
        height: auto;
    }
    .point_block .in .box img {
        width: 250px;
        margin: 0 auto 10px;
    }
    .trial_block {
        background-image: url(../img/soccer/bg-trial-01_sp.png);
    }
    .trial_block .in h2 {
        font-size: 10.0vw;
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }
    .trial_block .in h2 span {
        font-size: 7.1vw;
        display: block;
    }
    .trial_block .in .text p {
        font-size: 3.8vw;
        line-height: 1.2;
    }
    .trial_block .in .text button {
        width: 70%;
        min-height: 110px;
    }
    .coach_block .in + p {
        font-size: 31px;
        font-weight: normal;
        padding-left: 31px;
        text-indent: -31px;
        text-align: left;
        line-height: 1.4;
    }
    .swiper-slide .box {
        padding: 245px 0 0 0;
        background-size: 220px auto !important;
        min-height: initial;
        min-height: auto;
    }
    .swiper-slide h3 {
        font-size: 31px !important;
    }
    .swiper-slide p {
        margin-bottom: 30px;
        padding: 0 30px;
        font-size: 24px;
        line-height: 1.4;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 36px !important;
        height: 56px !important;
        top: 40% !important;
    }
    .swiper-button-prev {
        background-image: url(../img/soccer/prev_btn.png) !important;
        left: 0 !important;
        background-size: 36px 56px !important;
    }
    .swiper-button-next {
        background-image: url(../img/soccer/next_btn.png) !important;
        right: 0 !important;
        background-size: 36px 56px !important;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0 !important;
    }
    .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;
        text-align: center;
    }
    .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: 24px;
        line-height: 1.4;
    }
    .flow_block .box .text p a[href^="tel:"] {
        color: #0059c5;
        text-decoration: underline;
    }
    .flow_block .box .text p a.sp {
        display: inline-block;
    }
    .contact_block.mb0 {
        margin: 0 auto -20px;
    }
    .contact_block {
        background-position: left -18px top 35px;
        background-size: auto 225px;
        padding: 0;
    }
    .contact_block .box h2 {
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    .contact_block .box:first-child {
        background-position: right -10px bottom -20px;
        background-size: auto 214px;
        min-height: auto;
    }
    .contact_block .box a {
        font-size: 7.5vw;
        display: inline-block;
        position: relative;
        padding: 0 0 0 0;
        margin: 0 auto;
        text-shadow: 3px 0px 0px rgba(255, 255, 255, 1);
    }
    .contact_block .box a[href^="tel:"] img {
        width: 66px;
        background: #fff;
        border: 3px solid #fff;
    }
    .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;
        content: none !important;
    }
    .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);
        content: none !important;
    }
    .contact_block .box a + p {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 13px 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a span {
        display: block;
        width: 200px;
        float: left;
        margin: 0 0 0 15%;
    }
    .contact_block .box:last-child .btn.blue a img {
        float: left;
        margin: 4.5% 0 0 8px;
    }
    .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 {
        padding: 0 0 0 0;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 9.5%;
    }
    .price_block .bg {
        background-image: url(../img/soccer/bg-feature_sp.png);
    }
    .price_block .bg h2 {
        font-size: 8.1vw;
    }
    .price_block .bg h2 span {
        font-size: 6.3vw;
    }
    .price_block .in {
        width: calc(100% - 60px);
        padding: 100px 30px 0;
    }
    .price_block .in .box {
        padding: 70px 20px 25px;
    }
    .price_block .in .box:last-child {
        padding: 70px 20px 35px;
    }
    .price_block .in .box h3 {
        font-size: 5.1vw;
        max-width: 390px;
        letter-spacing: 0.2em;
    }
    .price_block .in .box:last-child h3 {
        margin: -100px auto 50px;
    }
    .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: 24px;
        text-align: left;
    }
    .price_block .in .box:last-child .course {
        width: calc(100% - 30px);
        border-right: none;
        margin: 0 15px 35px;
        background-size: 100% 2px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: rgba(255, 255, 255, 1);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(37, 37, 37, 1) 5px, rgba(37, 37, 37, 1) 12px);
    }
    .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: left;
        margin-bottom: 30px;
    }
    .price_block .in .box:last-child p span:first-child {
        display: inline-block;
        font-size: 29px;
        padding: 0 25px 0 35px;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        display: inline-block;
    }
    .price_block .in .box:last-child .course:nth-child(3) {
        width: calc(100% - 30px);
    }
    .price_block .in .box:last-child .course:nth-child(4) {
        border-right: none;
        width: calc(100% - 30px);
    }
    .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: 77px;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:first-child {
        font-size: 51px;
    }
    .price_block .in .box:last-child p span:nth-child(2) span:last-child {
        font-size: 44px;
    }
    .voice_block h2 {
        margin: 0 20px -10px;
    }
    .voice_block h2 img {
        max-width: 600px;
        width: 100%;
    }
    .voice_block .in .box {
        display: block;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .voice_block .in .box img {
        width: 215px;
        margin-top: -150px;
        right: 30px;
    }
    .voice_block .in .box .bg p {
        width: calc(100% - 235px);
    }
    .voice_block .in .box:nth-child(2n) img {
        margin-left: 0;
        right: auto;
        left: 30px;
    }
    .voice_block .in .box:nth-child(2n) .bg p {
        float: right;
    }
    .voice_block .in .box .bg h3 img {
        max-width: calc(100% - 235px);
        width: 100%;
    }
    .voice_block .in .box {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }
    .voice_block .in .box .bg {
        background-color: #fff;
        border-radius: 10px;
        width: calc(100% - 190px);
        padding: 40px 30px;
    }
    .voice_block .in .box img {
        top: auto;
        right: 0;
        bottom: 20px;
    }
    .voice_block .in .box .bg h3 img {
        max-width: none;
    }
    .voice_block .in .box .bg p {
        width: 100%;
        font-size: 29px;
    }
    .voice_block .in .box:nth-child(2n) .bg {
        float: right;
    }
    .voice_block .in .box:nth-child(2n) img {
        top: auto;
        right: auto;
        left: 0;
        bottom: 5px;
    }
    .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;
    }
    .coach_block .in {
        width: calc(100% - 60px);
        padding: 35px 0 30px;
        background-color: #d4efde;
        margin: 0 30px;
    }
    .feature_block h2 span {
        font-size: 6.3vw;
    }
    .feature_block h2 {
        font-size: 8.1vw;
    }
    .feature_block .box p {
        text-align: left;
        font-size: 24px;
    }
    .feature_block .box:nth-child(3) img {
        width: 100%;
        float: none;
        margin-top: -10px;
    }
    .feature_block .box:last-child img {
        float: none;
        width: 90%;
        margin-left: 10%;
        margin-bottom: 20px;
    }
    .feature_block .box h3 span.bottom_right {
        padding: 0 30px;
        font-size: 4.8vw;
    }
    .feature_block .box:nth-child(2) h3 {
        width: 90%;
        margin: 0 auto 40px;
        line-height: 1.3;
    }
    .feature_block .box:nth-child(3) h3 {
        width: 70%;
        margin: 0 auto 40px;
        line-height: 1.3;
    }
    .feature_block .box:nth-child(4) h3 {
        width: 70%;
        margin: 0 auto 40px;
        line-height: 1.3;
    }
    .feature_block .box h3 span.top_right {
        background-position: top 53px right;
    }
    .feature_block .box h3 span.top_left {
        background-position: top 53px left 3px;
    }
    .feature_block .box .comp .school h4 {
        left: 2vw;
        font-size: 3.5vw;
        padding: 5px 30px 10px 20px;
    }
    .feature_block .box .comp .first h4 {
        left: 1.2vw;
        font-size: 3.5vw;
        padding: 5px 20px 10px 10px;
    }
    .feature_block .box .comp .school {
        padding: 35px 10px 10px;
    }
    .feature_block .box .comp .first {
        padding: 35px 10px 10px;
    }
    .feature_block .box .comp img.arrow {
        width: 8.5vw;
        top: 5.5vh;
        left: calc((100% - 8.5vw) / 2);
    }
    .feature_block .box .comp .item p {
        font-size: 3vw;
    }
    .feature_block .box .comp .item p span {
        display: inline-block;
    }
    .feature_block .box .comp .item p span br {
        display: none;
    }
    .onayami_block .box h2 {
        font-size: 6vw;
    }
    .onayami_block .box h2 span.grey {
        font-size: 8vw;
    }
    .onayami_block .box p {
        font-size: 5.5vw;
        letter-spacing: 0.01em;
        line-height: 1.3;
    }
    .onayami_block .box p span.red {
        font-size: 6.5vw;
    }
    .lesson02_block {
        background-image: url(../img/soccer/bg-feature_sp.png);
    }
    .lesson02_block h2 {
        padding: 25px 0 35px;
        font-size: 7.5vw;
        letter-spacing: 0;
    }
    .lesson02_block h2 span:first-child {
        font-size: 6.3vw;
    }
    .lesson02_block .box {
        width: calc(100% - 80px);
        padding: 0 40px 80px;
    }
    .lesson02_block .box:nth-child(2) {
        padding: 70px 40px 80px;
    }
    .lesson02_block .box:last-child {
        padding: 0 40px 100px;
    }
    .lesson02_block .box h3 {
        float: none;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 40px;
    }
    .lesson02_block .box img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .lesson02_block .box p {
        float: none;
        width: 100%;
        font-size: 24px;
    }
    .point_block {
        background-image: url(../img/soccer/bg-point_sp.png);
    }
    .point_block .in .box h3 {
        font-size: 40px;
        padding: 0 0 15px;
        margin-bottom: 20px;
    }
    .point_block .in .box h3 br {
        display: none;
    }
    .point_block .in .box h3 span {
        display: inline-block;
    }
    .outcome_block h2 {
        font-size: 10vw;
        margin-bottom: 90px;
    }
    .outcome_block .in {
        padding: 0 30px;
    }
    .outcome_block .in .box {
        display: block;
        width: 100%;
        margin: 0 auto 100px;
        padding: 0 0 120px;
    }
    .outcome_block .in .box img:first-child {
        width: 370px;
    }
    .outcome_block .in .box .updown {
        padding: 0 45px;
        min-height: initial;
        min-height: auto;
    }
    .outcome_block .in .box h3 {
        font-size: 6.6vw;
    }
    .outcome_block .in .box p {
        font-size: 24px;
    }
    .qa_block h2 {
        padding: 25px 0 35px;
        font-size: 8.1vw;
    }
    .qa_block h2 span:first-child {
        font-size: 6.3vw;
        letter-spacing: 0;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 25px;
        line-height: 1.3;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 24px;
        line-height: 1.3;
    }
    .flow_block .box:nth-child(4) {
        margin: 0 0 10px;
    }
    .s_01 .accordion_one .accordion_header {
        padding: 22px 70px 22px 20px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 4.3vw;
        text-shadow: none;
    }
    .flow_block .box:nth-child(3) .item, .flow_block .box:nth-child(4) .item {
        min-height: initial;
        min-height: auto;
    }
}
@media screen and (max-width: 800px) {
    .feature_block .box .comp img.arrow {
        top: 7.5vh;
    }
    .feature_block .box .comp .school .item {
        margin-bottom: 18px;
    }
    .feature_block .box .comp .first .item {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 768px) {
    .contact_block .box:last-child .btn.blue a {
        padding: 12px 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 3%;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 7.5%;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 0;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 3%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 7.5%;
    }
    .feature_block .box .comp img {
        margin: 0 10px 0 0;
    }
    .feature_block .box .comp .item p {
        width: calc(100% - 70px);
    }
    .feature_block .box .comp .school h4 {
        left: 4vw;
        font-size: 3.2vw;
        padding: 5px 20px 10px 10px;
    }
    .feature_block .box .comp .first h4 {
        left: 2.5vw;
        font-size: 3.2vw;
        padding: 5px 20px 10px 10px;
    }
    .feature_block .box .comp .item p {
        font-size: 2.8vw;
    }
    .feature_block .box .comp .school .item {
        padding: 8px 15px 10px;
        margin-bottom: 14px;
        height: 9.8vw;
    }
    .feature_block .box .comp .first .item {
        padding: 8px 15px 10px;
        margin-bottom: 14px;
        height: 9.8vw;
    }
    .feature_block .box .comp img.arrow {
        top: 8.4vh;
    }
    .feature_block .box .comp .school h4 {
        left: 7vw;
        font-size: 3.5vw;
        padding: 5px 40px 10px 40px;
        top: -40px;
        clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    }
    .feature_block .box .comp .school h4 span {
        display: block;
    }
    .feature_block .box .comp .school {
        padding: 55px 10px 10px;
    }
    .feature_block .box .comp .first h4 {
        left: 5vw;
        font-size: 3.5vw;
        padding: 5px 40px 10px 40px;
        top: -40px;
        clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    }
    .feature_block .box .comp .first h4 span {
        display: block;
    }
    .feature_block .box .comp .first {
        padding: 55px 10px 10px;
    }
    .lesson02_block .box h3 {
        font-size: 5.3vw;
        letter-spacing: -0.05em;
    }
    .price_block .in .box:last-child .course h4 {
        text-align: center;
        padding-left: 0;
        text-indent: 0;
    }
    .price_block .in .box:last-child p span:first-child {
        display: block;
        padding: 15px 0 0;
        text-align: center;
    }
    .price_block .in .box:last-child p span:nth-child(2) {
        text-align: center;
        display: block;
    }
    .onayami_block .box img {
        margin: 0 auto 15px;
    }
}
@media screen and (max-width: 730px) {
    .contact_block.mb0 {
        margin: 0 auto;
    }
    .contact_block .box h2 {
        font-size: 6vw;
    }
    .contact_block .box h2 span {
        font-size: 6.8vw;
    }
    .contact_block {
        background-position: left -18px top 70px;
        background-size: auto 190px;
    }
    .contact_block .box:first-child {
        background-position: right -10px bottom -20px;
        background-size: auto 180px;
    }
    .contact_block .box a {
        font-size: 8.6vw;
        padding: 0 0 0 20px;
        margin: 0 auto;
    }
    .contact_block .box:last-child .btn.blue a {
        margin-top: 0;
        margin-left: 0;
    }
    .contact_block .box:last-child .btn.org a {
        margin-top: 0;
        margin-left: 0;
    }
    .contact_block .box:last-child .btn.blue a span:last-child {
        display: inline;
    }
    .feature_block .box .comp .school h4 {
        left: 6.5vw;
    }
    .feature_block .box .comp .first h4 {
        left: 4.8vw;
    }
    .trial_block .in .text button {
        width: 78%;
    }
    .onayami_block .box p {
        font-size: 7vw;
    }
    .onayami_block .box p span.red {
        font-size: 8vw;
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 2.8;
    }
    .feature_block .box .comp img.arrow {
        top: 10vh;
    }
    .coach_block h2 {
        margin: 0 auto;
        width: 78%;
    }
}
@media screen and (max-width: 700px) {
    .contact_block .box:last-child .btn.blue a::after {
        right: 8.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 8.5%;
    }
    .contact_block .box:last-child .btn.blue a span {
        margin: 0 0 0 12%;
    }
    .point_block .in .box img {
        width: 200px;
    }
    .feature_block .box .comp .school {
        width: calc(50% - 5px);
    }
    .feature_block .box .comp .first {
        width: calc(50% - 5px);
    }
    .feature_block .box .comp .school .item {
        padding: 5px 15px 10px;
    }
    .feature_block .box .comp .first .item {
        padding: 5px 15px 10px;
    }
    .feature_block .box .comp img.arrow {
        top: 10.5vh;
    }
}
@media screen and (max-width: 668px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 28px;
    }
    .trial_block .in {
        position: relative;
    }
    .point_block .in .box p {
        font-size: 21px;
    }
    .trial_block .in .text p {
        font-size: 26px;
    }
    .coach_block h3 {
        font-size: 38px;
    }
    .coach_block h2 {
        font-size: 48px;
    }
    .coach_block h2 span:nth-child(2) {
        font-size: 69px;
    }
    .coach_block h2 span:nth-child(3) {
        font-size: 60px;
    }
    .coach_block h2 span:nth-child(4) {
        font-size: 48px;
    }
    .coach_block .in + p {
        font-size: 23px;
        padding-left: 23px;
        text-indent: -23px;
    }
    .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:nth-child(2) {
        margin: 0 auto 65px;
    }
    .flow_block .box .text p {
        font-size: 21px;
    }
    .flow_block .box .num {
        left: calc(50% - 35px);
        top: -35px;
        font-size: 47px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .flow_block .box .item {
        padding: 50px 20px 40px 25px;
    }
    .contact_block .box:last-child .btn.blue {
        max-width: 100%;
        margin: 0 0 1vw;
        float: none;
        background-image: url(../img/soccer/bg-btn-02.png);
        min-height: 120px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 0 0 0 0;
        line-height: 15vw;
    }
    .contact_block .box:last-child .btn.blue a span {
        margin: 0;
    }
    .contact_block .box:last-child .btn.blue a span:first-child {
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: middle;
    }
    .contact_block .box:last-child .btn.blue a span:first-child br {
        display: none !important;
    }
    .contact_block .box:last-child .btn.blue a img {
        float: none;
        margin: 0 0 0 15px;
        display: inline-block;
        vertical-align: middle;
    }
    .contact_block .box:last-child .btn.org {
        max-width: 100%;
        float: none;
        min-height: 120px;
        background-image: url(../img/soccer/bg-btn-03.png);
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 17vw;
    }
    .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: 7vw;
    }
    .contact_block .box a {
        font-size: 9.2vw;
        padding: 0;
    }
    .contact_block.mb0 {
        margin: 0 auto 60px;
    }
    .contact_block .box a + 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;
        margin-bottom: 10px;
    }
    .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;
    }
    .price_block .in .box:last-child h3 {
        margin: -100px auto 40px;
    }
    .voice_block .in .box .bg p {
        font-size: 23px;
    }
    .voice_block .in .box img {
        width: 180px;
        right: -15px;
    }
    .voice_block .in .box .bg {
        width: calc(100% - 140px);
    }
    .voice_block .in .box:nth-child(2n) img {
        left: -15px;
    }
    .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;
    }
    .voice_block .in {
        padding: 0 20px;
    }
    .qa_block .in {
        padding: 0 20px;
    }
    .feature_block .box p {
        text-align: left;
        font-size: 21px;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .swiper-slide h3 {
        font-size: 28px !important;
    }
    .contact_block .box h2 {
        font-size: 7vw;
    }
    .contact_block .box h2 span {
        font-size: 7.8vw;
    }
    .contact_block .box h2 + p {
        font-size: 4vw;
        line-height: 1.3;
    }
    .contact_block {
        background-position: left -18px top 85px;
    }
    .lesson02_block .box p {
        font-size: 21px;
    }
    .point_block .in .box h3 {
        font-size: 5.3vw;
    }
    .outcome_block {
        padding: 60px 0 80px;
    }
    .outcome_block .in .box img:first-child {
        width: 50vw;
    }
    .outcome_block .in .box p {
        font-size: 21px;
    }
    .outcome_block .in .box {
        padding: 0 0 100px;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 24px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 21px;
    }
    .feature_block .box .comp img.arrow {
        top: 9.6vh;
        width: 8.7vw;
        left: calc((100% - 8.7vw) / 2);
    }
    .onayami_block .box {
        padding: 30px 20px 70px;
    }
    .feature_block .box {
        padding: 0 20px 90px;
    }
    .feature_block .box:nth-child(2) {
        padding: 70px 20px 90px;
    }
    .feature_block .box:last-child {
        padding: 0 20px 100px;
    }
    .coach_block .in {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .lesson02_block .box {
        width: calc(100% - 40px);
        padding: 0 30px 80px;
    }
    .lesson02_block .box:nth-child(2) {
        padding: 70px 30px 80px;
    }
    .lesson02_block .box:last-child {
        padding: 0 30px 100px;
    }
    .price_block .in {
        width: calc(100% - 40px);
        padding: 100px 20px 0;
    }
    .feature_block .box .comp img.arrow {
        top: 10vh;
    }
}
@media screen and (max-width: 640px) {
    .lesson_block h2 img {
        width: 250px;
    }
    .point_block .in .box {
        margin-bottom: 60px;
    }
    .point_block .in .box h3 {
        margin: 0 auto 20px;
    }
    .onayami_block .box h2 span:first-child {
        display: block;
    }
    .onayami_block .box h2 {
        font-size: 8vw;
        line-height: 1;
    }
    .onayami_block .box h2 span.grey {
        font-size: 10vw;
    }
    .onayami_block .box p {
        font-size: 7vw;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .onayami_block .box p span.red {
        font-size: 10vw;
    }
    .feature_block h2 {
        font-size: 9.1vw;
        padding: 25px 0 35px;
    }
    .feature_block h2 span {
        font-size: 7.3vw;
    }
    .feature_block .box h3 span.bottom_left {
        background-position: bottom left 2px;
    }
    .feature_block .box h3 span.top_right {
        background-position: top 53px right 2px;
    }
    .feature_block .box:last-child {
        padding: 0 20px 80px;
    }
    .feature_block .box {
        padding: 0 20px 70px;
    }
    .feature_block .box:nth-child(2) {
        padding: 70px 20px 70px;
    }
    .trial_block .in .text button {
        width: 82%;
    }
    .lesson02_block h2 span:first-child {
        font-size: 7.3vw;
    }
    .outcome_block .in .box {
        margin: 0 auto 80px;
    }
    .price_block h2 {
        padding: 25px 0 35px;
    }
    .point_block h2 {
        font-size: 12.6vw;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 12.6vw;
    }
}
@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 img {
        width: 150px;
        margin: -10px 0 0 15px;
    }
    .feature_block .box .comp .school .item {
        padding: 2px 15px 10px;
        margin-bottom: 13px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 15px 10px;
        margin-bottom: 13px;
    }
    .feature_block .box .comp .school {
        padding: 40px 10px 10px;
    }
    .feature_block .box .comp .first {
        padding: 40px 10px 10px;
    }
    .feature_block .box .comp img.arrow {
        top: 8vh;
    }
    .trial_block .in .text button {
        width: 90%;
    }
    .trial_block .in .text button span {
        font-size: 6vw;
    }
    .coach_block h2 {
        font-size: 7.8vw;
        padding: 0 10px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .coach_block h2 span:nth-child(1) span {
        font-size: 15vw;
        vertical-align: sub;
    }
    .coach_block h3 {
        font-size: 7vw;
        margin-bottom: 30px;
    }
    .contact_block {
        background-position: left -18px top 70px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 110px;
    }
    .lesson02_block .box:nth-child(2) {
        padding: 70px 30px 80px;
    }
    .lesson02_block .box {
        width: calc(100% - 60px);
        padding: 0 30px 80px;
    }
    .price_block .in .box {
        padding: 70px 0 25px;
    }
    .price_block .in .box:last-child {
        padding: 70px 0 35px;
    }
    .price_block .in .box:last-child .course {
        width: 100%;
        border-right: none;
        margin: 0 0 35px;
    }
    .price_block .in .box:last-child .course:nth-child(3) {
        width: 100%;
    }
    .price_block .in .box:last-child .course:nth-child(4) {
        border-right: none;
        width: 100%;
    }
    .price_block {
        margin: 0 auto 60px;
    }
    .outcome_block .in .box h3 {
        font-size: 6.4vw;
    }
    .onayami_block .box h2 {
        line-height: 1.12;
    }
    .contact_block {
        margin: 0 auto 60px;
    }
    .feature_block .box .comp img {
        margin: 0 5px 0 0;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 10px 10px;
    }
    .feature_block .box .comp .school .item {
        padding: 3px 10px 10px;
    }
    .feature_block .box .comp .item p {
        width: calc(100% - 65px);
    }
}
@media screen and (max-width: 568px) {
    .lesson_block h2 img {
        width: 230px;
    }
    .point_block h2:before {
        top: 45%;
        left: -10px;
        width: 120px;
    }
    .point_block h2::after {
        top: 45%;
        right: 0px;
        width: 120px;
    }
    .point_block .in {
        padding: 0 20px;
    }
    .trial_block .in h2 {
        margin-bottom: 30px;
    }
    .flow_block .box img {
        float: none;
        margin: 0 auto 20px;
    }
    .flow_block .box .text {
        width: 100%;
        float: none;
    }
    .flow_block .box .text h3 {
        text-align: center;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 100px;
    }
    .contact_block .box a {
        margin: 5px auto 0 0;
        font-size: 10.5vw;
    }
    .contact_block .box a:after {
        right: 2.1%;
    }
    .trial_block .in .text p {
        font-size: 24px;
    }
    .coach_block h3 {
        font-size: 34px;
    }
    .coach_block h2 {
        font-size: 42px;
    }
    .coach_block h2 span:nth-child(2) {
        font-size: 59px;
    }
    .coach_block h2 span:nth-child(3) {
        font-size: 50px;
    }
    .coach_block h2 span:nth-child(4) {
        font-size: 42px;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .coach_block .in + p {
        font-size: 21px;
        padding-left: 21px;
        text-indent: -21px;
    }
    .price_block .in .box h3 {
        font-size: 6.2vw;
        max-width: 350px;
        letter-spacing: 0.1em;
    }
    .price_block .in .box ul li {
        font-size: 21px;
    }
    .price_block .in .box:last-child .course {
        width: 100%;
        margin: 0 0 35px;
    }
    .price_block .in .box:last-child .course:nth-child(3) {
        width: 100%;
    }
    .price_block .in .box:last-child .course:nth-child(4) {
        border-right: none;
        width: 100%;
    }
    .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;
    }
    .voice_block .in .box .bg p {
        font-size: 21px;
    }
    .voice_block .in .box img {
        width: 150px;
        right: -10px;
    }
    .voice_block .in .box .bg {
        width: calc(100% - 110px);
        padding: 30px 30px 35px;
    }
    .voice_block .in .box:nth-child(2n) img {
        left: -10px;
    }
    .voice_block .in .box .bg h3 img {
        margin-bottom: 15px;
    }
    .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;
    }
    .feature_block .box h3 span.bottom_right {
        background-size: 25px auto;
    }
    .feature_block .box h3 span.top_right {
        background-position: top 53px right;
        background-size: 25px auto;
    }
    .feature_block .box h3 span.top_left {
        background-position: top 53px left 2px;
        background-size: 25px auto;
    }
    .feature_block .box h3 span.bottom_left {
        background-position: bottom left;
        background-size: 25px auto;
    }
    .feature_block .box .comp img {
        width: 50px;
        margin: 0 5px 0 0;
    }
    .feature_block .box .comp .item p {
        width: calc(100% - 55px);
    }
    .feature_block .box .comp .school .item {
        padding: 3px 5px 10px 10px;
        margin-bottom: 12px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 5px 10px 10px;
        margin-bottom: 12px;
    }
    .trial_block .in .text button span {
        margin-top: -5px;
    }
    .trial_block .in .text button span span {
        display: inline;
    }
    .flow_block .box .item h3 {
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .outcome_block .in {
        padding: 0 18px;
    }
    .outcome_block .in .box .updown {
        padding: 0 35px;
    }
    .outcome_block .in .box h3 {
        font-size: 6.8vw;
    }
    .outcome_block .in .box {
        padding: 0 0 90px;
    }
    .feature_block .box .comp .school h4 {
        left: 6vw;
    }
    .feature_block .box .comp .first h4 {
        left: 4.2vw;
    }
    .point_block .in .box img {
        width: 180px;
    }
}
@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;
    }
    .swiper-slide p {
        padding: 0 20px;
    }
    .feature_block .box .comp img.arrow {
        display: none;
    }
    .feature_block .box .comp .school {
        width: 100%;
        margin-bottom: 50px;
    }
    .feature_block .box .comp .first {
        width: 100%;
    }
    .feature_block .box .comp .school h4 span {
        display: inline-block;
    }
    .feature_block .box .comp .first h4 span {
        display: inline-block;
    }
    .feature_block .box .comp .school h4 {
        left: calc((100% - 65vw) / 2);
        font-size: 5.5vw;
        padding: 5px 45px 10px 40px;
        top: -30px;
        clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    }
    .feature_block .box .comp .first h4 {
        left: calc((100% - 72vw) / 2);
        font-size: 5.5vw;
        padding: 5px 45px 10px 40px;
        top: -30px;
        clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
    }
    .feature_block .box .comp .school .item {
        padding: 3px 10px 5px 15px;
        height: auto;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 10px 5px 15px;
        height: auto;
    }
    .feature_block .box .comp img {
        width: 12vw;
        margin: 0 1vw 0 0;
    }
    .feature_block .box .comp .item p {
        width: calc(100% - 13vw);
        font-size: 4vw;
    }
    .trial_block .in .text p {
        font-size: 4.1vw;
    }
    .trial_block .in .text button {
        width: 95%;
        min-height: 100px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 95px;
    }
    .lesson02_block .box:nth-child(2) {
        padding: 70px 20px 80px;
    }
    .lesson02_block .box {
        width: calc(100% - 40px);
        padding: 0 20px 80px;
    }
    .lesson02_block .box:last-child {
        padding: 0 20px 100px;
    }
    .feature_block .box .comp .item p span {
        display: inline;
    }
    .feature_block .box .comp .item p span span {
        display: inline-block;
    }
}
@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;
    }
    .point_block .in .box {
        margin-bottom: 50px;
    }
    .coach_block h2 {
        font-size: 36px;
    }
    .coach_block h2 span:nth-child(4) {
        font-size: 36px;
    }
    .coach_block h3 {
        font-size: 32px;
    }
    .flow_block .box .text p {
        font-size: 21px;
    }
    .flow_block h2 {
        margin-bottom: 55px;
    }
    .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, .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 0;
        line-height: 14.8vw;
        height: 17vw;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 5.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 5.5%;
    }
    .voice_block .in .box img {
        width: 130px;
    }
    .voice_block .in .box .bg {
        width: calc(100% - 90px);
    }
    .swiper-slide .box {
        padding: 225px 0 0 0;
        background-size: 200px auto !important;
    }
    .feature_block .box:nth-child(2) h3 {
        width: 82%;
        margin: 0 auto 30px;
    }
    .feature_block .box:nth-child(2) h3 span.bottom_right {
        background-position: right 10px bottom;
    }
    .feature_block .box:nth-child(2) h3 span.top_left {
        background-position: top 53px left 10px;
    }
    .feature_block .box p {
        margin-bottom: 70px;
    }
    .feature_block .box:nth-child(3) h3 {
        width: 82%;
        margin: 0 auto 35px;
    }
    .feature_block .box:nth-child(4) h3 {
        width: 75%;
        margin: 0 auto 35px;
    }
    .trial_block .in {
        background-size: 145px auto, 135px auto;
        padding: 50px 0 30px;
    }
    .trial_block .in .text p {
        font-size: 4.5vw;
    }
    .trial_block .in .text button {
        width: 90%;
        min-height: 100px;
        height: 100px;
    }
    .trial_block .in .text button span {
        margin-top: 0;
    }
    .contact_block {
        background-position: left -20px top 60px;
        background-size: auto 165px;
    }
    .contact_block .box:first-child {
        background-position: right -15px bottom -10px;
        background-size: auto 160px;
    }
    .lesson02_block .box h3 {
        font-size: 5.6vw;
    }
    .outcome_block .in .box .updown {
        padding: 0 25px;
    }
    .contact_block .box:last-child .btn.org a {
        margin-top: 5px;
    }
    .feature_block .box h3 span.bottom_right {
        font-size: 5.8vw;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 56px;
    }
}
@media screen and (max-width: 440px) {
    .trial_block .in .text button {
        min-height: 90px;
        height: 90px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 85px;
    }
}
@media screen and (max-width: 430px) {
    .mv_block {
        margin: 0 auto 50px;
    }
    .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 h2:before {
        left: -30px;
        width: 100px;
        height: 5px;
    }
    .point_block h2::after {
        right: -25px;
        width: 100px;
        height: 5px;
    }
    .point_block .in {
        padding: 0 15px;
    }
    .coach_block {
        padding: 50px 0 70px;
    }
    .coach_block h3 {
        font-size: 30px;
    }
    .coach_block h2 {
        font-size: 34px;
    }
    .coach_block h2 span:nth-child(2) {
        font-size: 55px;
    }
    .coach_block h2 span:nth-child(3) {
        font-size: 46px;
    }
    .coach_block h2 span:nth-child(4) {
        font-size: 34px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 30px !important;
        height: 47px !important;
    }
    .swiper-button-next {
        background-size: 30px 47px !important;
    }
    .swiper-button-prev {
        background-size: 30px 47px !important;
    }
    .swiper-slide .box {
        padding: 175px 0 0 0;
        background-size: 160px auto !important;
    }
    .swiper-slide p {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px !important;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .flow_block {
        padding: 60px 15px 60px 15px;
        margin: 0 auto 60px;
    }
    .flow_block .box .text h3 {
        font-size: 8.2vw;
    }
    .flow_block .box .text p {
        font-size: 18px;
    }
    .contact_block .box a:after {
        right: 2.5%;
    }
    .contact_block .box a + p {
        font-size: 5.5vw;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 5.8%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 5.8%;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 23px;
    }
    .contact_block .box:last-child .btn.org a img {
        margin: 0 0 3px 15px;
    }
    .price_block {
        margin: 0 auto 70px;
    }
    .price_block .in .box:last-child {
        padding: 70px 0 0;
    }
    .price_block .in .box h3 {
        font-size: 7.5vw;
        max-width: 300px;
    }
    .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 {
        margin: 0 0 20px;
    }
    .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: 25px;
    }
    .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 h3 {
        max-width: 270px;
    }
    .price_block .in .box:last-child h3 {
        margin: -95px auto 30px;
    }
    .voice_block {
        padding: 30px 0 40px;
    }
    .voice_block .in {
        padding: 0 15px;
    }
    .voice_block .in .box .bg {
        width: 100%;
        padding: 25px 20px 30px;
    }
    .voice_block .in .box .bg p {
        font-size: 18px;
        width: calc(100% - 100px);
    }
    .voice_block .in .box img {
        width: 120px;
        bottom: auto;
        top: 280px;
        right: -5px;
    }
    .voice_block .in .box:nth-child(2n) img {
        bottom: auto;
        top: 280px;
        left: -5px;
    }
    .qa_block h2 {
        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;
    }
    .s_01 .accordion_one {
        margin: 0 auto 15px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        right: 15px;
    }
    .feature_block .box h3 span.bottom_right {
        font-size: 6.5vw;
    }
    .feature_block .box:nth-child(2) h3 {
        width: 90%;
    }
    .feature_block .box .comp .item p {
        font-size: 4.5vw;
    }
    .feature_block .box .comp .school h4 {
        left: 7.5vw;
        font-size: 6vw;
        top: -25px;
    }
    .feature_block .box .comp .first h4 {
        left: 4vw;
        font-size: 6vw;
        top: -25px;
    }
    .feature_block .box .comp .school .item {
        padding: 3px 10px 5px 12px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 10px 5px 12px;
    }
    .feature_block .box .comp .school {
        padding: 35px 10px 5px;
    }
    .feature_block .box .comp .first {
        padding: 35px 10px 5px;
    }
    .feature_block .box:nth-child(3) h3 {
        width: 95%;
    }
    .feature_block .box:nth-child(4) h3 {
        width: 85%;
    }
    .trial_block .in {
        padding: 50px 15px 40px;
        background-position: left -20px bottom, right -25px bottom;
    }
    .trial_block .in .text button {
        width: 95%;
        min-height: 90px;
        height: 90px;
    }
    .trial_block .in .text button img {
        width: 23px;
    }
    .trial_block .in .text p {
        margin-bottom: 25px;
    }
    .flow_block .box {
        padding-bottom: 10px;
    }
    .flow_block .box .item {
        width: calc(100% - 10px);
        margin: 0 10px 0 0;
    }
    .flow_block .box img {
        width: 100px;
    }
    .contact_block {
        background-position: left -30px top 55px;
    }
    .contact_block .box:first-child {
        background-position: right -13px bottom -12px;
        background-size: auto 150px;
    }
    .contact_block .box:last-child .btn.org a {
        margin-top: 3px;
    }
    .flow_block .box .item h3 {
        font-size: 7vw;
    }
    .contact_block .box h2 + p {
        font-size: 4.5vw;
    }
    .contact_block .box a + p {
        font-size: 4.5vw;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 80px;
    }
    .feature_block h2::after, .lesson02_block h2::after, .price_block h2::after, .qa_block h2::after {
        bottom: -30px;
    }
    .outcome_block .in .box img:first-child {
        width: 60vw;
    }
    .s_01 .accordion_one .accordion_header {
        padding: 15px 60px 22px 20px;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 21px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 18px;
    }
    .feature_block .box {
        padding: 0 20px 60px;
    }
    .feature_block .box:nth-child(2) {
        padding: 60px 20px 60px;
    }
    .feature_block .box:last-child {
        padding: 0 20px 70px;
    }
    .feature_block .box p {
        margin-bottom: 60px;
        line-height: 1.4;
        font-size: 18px;
    }
    .lesson02_block .box:nth-child(2) {
        padding: 60px 20px 60px;
    }
    .lesson02_block .box {
        padding: 0 20px 60px;
    }
    .lesson02_block .box:last-child {
        padding: 0 20px 70px;
    }
    .lesson02_block .box p {
        font-size: 18px;
    }
    .point_block .bg {
        padding: 0 0 70px;
    }
    .price_block .in {
        padding: 80px 20px 0;
    }
    .point_block .in .box h3 {
        font-size: 6.3vw;
    }
    .point_block .in .box img {
        width: 160px;
    }
    .outcome_block .in .box h3 {
        font-size: 7vw;
    }
    .outcome_block .in .box {
        padding: 0 0 70px;
    }
    .outcome_block {
        padding: 60px 0 70px;
    }
    .outcome_block .in .box p {
        font-size: 18px;
    }
    .point_block .bg {
        padding: 0 0 70px;
    }
    .feature_block h2, .lesson02_block h2, .price_block h2, .qa_block h2 {
        padding: 15px 0 25px;
    }
    .price_block .in .box ul li {
        font-size: 18px;
    }
    .point_block {
        background-position: left 25% top;
    }
    .point_block .in .box p {
        font-size: 18px;
    }
    .qa_block {
        margin: 0 auto 70px;
    }
    .contact_block .box:last-child .btn.org a img {
        vertical-align: middle;
    }
    .s_01 .accordion_one .accordion_inner {
        padding: 0 15px 20px;
    }
    .outcome_block h2 {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 414px) {
    .feature_block .box .comp .school h4 {
        left: 7.1vw;
    }
    .feature_block .box .comp .first h4 {
        left: 3.5vw;
    }
    .trial_block .in .text button {
        width: 100%;
    }
    .coach_block h2 {
        width: 78%;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 75px;
    }
    .lesson02_block .box:nth-child(2) {
        padding: 50px 10px 50px;
    }
    .lesson02_block .box {
        padding: 0 10px 50px;
    }
    .lesson02_block .box:last-child {
        padding: 0 10px 70px;
    }
    .lesson02_block .box h3 {
        font-size: 5.9vw;
    }
    .price_block .in {
        padding: 80px 10px 0;
    }
}
@media screen and (max-width: 393px) {
    .trial_block .in .text button {
        min-height: 85px;
        height: 85px;
    }
}
@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;
    }
    .coach_block h2 {
        font-size: 30px;
    }
    .coach_block h2 span:nth-child(4) {
        font-size: 30px;
    }
    .swiper-slide p {
        font-size: 18px;
    }
    .swiper-slide .box {
        padding: 155px 0 0 0;
        background-size: 140px auto !important;
    }
    .coach_block .in + p {
        font-size: 18px;
        padding-left: 18px;
        text-indent: -18px;
    }
    .flow_block h2 {
        margin-bottom: 45px;
    }
    .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;
    }
    .voice_block .in .box img {
        top: 270px;
    }
    .voice_block .in .box:nth-child(2n) img {
        top: 270px;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 6%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 6%;
    }
    .onayami_block .box {
        padding: 30px 10px 60px;
    }
    .onayami_block .box h2 {
        font-size: 9vw;
    }
    .onayami_block .box h2 span.grey {
        font-size: 11vw;
    }
    .onayami_block .box p {
        font-size: 8.2vw;
        margin-left: 15px;
    }
    .feature_block .box .comp .item p {
        font-size: 4.7vw;
    }
    .feature_block .box .comp .school .item {
        padding: 5px 10px 8px 12px;
    }
    .feature_block .box .comp .first .item {
        padding: 5px 10px 8px 12px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 50px;
    }
    .contact_block {
        background-position: left -30px top 55px;
        background-size: auto 145px;
    }
    .contact_block .box:first-child {
        background-position: right -8px bottom;
        background-size: auto 125px;
    }
    .feature_block .box .comp .school h4 {
        left: 7.8vw;
        padding: 5px 35px 10px 30px;
    }
    .feature_block .box .comp .first h4 {
        left: 5vw;
        padding: 5px 35px 10px 30px;
        clip-path: polygon(3.5% 0%, 100% 0%, 96.5% 100%, 0% 100%);
    }
    .trial_block .in .text button span {
        margin-top: 5px;
        font-size: 6.5vw;
    }
    .trial_block .in .text button {
        min-height: 80px;
        height: 80px;
    }
    .trial_block .in .text button img {
        margin: 5px 0 0 15px;
    }
    .trial_block .in {
        padding: 50px 10px 50px;
    }
    .trial_block .in h2 span {
        font-size: 8.1vw;
    }
    .trial_block .in h2 {
        font-size: 14.0vw;
    }
    .coach_block h2 {
        font-size: 9vw;
    }
    .coach_block h2 span:nth-child(1) span {
        font-size: 18vw;
    }
    .coach_block h3 {
        font-size: 8vw;
    }
    .coach_block h2 {
        width: 90%;
    }
    .flow_block h2 {
        font-size: 10.5vw;
    }
    .s_01 .accordion_one .accordion_header {
        padding: 15px 60px 22px 18px;
    }
    .s_01 .accordion_one {
        background-size: 65px auto;
    }
    .s_01 .accordion_one .accordion_header span {
        font-size: 30px;
        width: 55px;
    }
    .s_01 .accordion_one .accordion_header p {
        width: calc(100% - 55px);
    }
    .s_01 .accordion_one .accordion_inner .box_one {
        padding: 10px 15px 15px;
    }
    .s_01 .accordion_one .accordion_inner .box_one span {
        font-size: 47px;
        width: 45px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        width: calc(100% - 45px);
    }
    .swiper-slide h3 {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 375px) {
    .lesson_block h2 img {
        width: 160px;
    }
    .lesson_block .in .box h4 {
        font-size: 15px;
    }
    .voice_block .in .box img {
        top: 265px;
    }
    .voice_block .in .box:nth-child(2n) img {
        top: 265px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 0 0 0 0;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a::before {
        right: 0;
    }
    .contact_block .box:last-child .btn.blue a::after {
        right: 3.5%;
    }
    .contact_block .box:last-child .btn.org a::before {
        right: 0;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 3.5%;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 6.5vw;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 70px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 15vw;
    }
    .lesson02_block .box {
        width: calc(100% - 20px);
    }
    .price_block .in {
        width: calc(100% - 20px);
    }
    .outcome_block .in {
        padding: 0 10px;
    }
    .outcome_block .in .box .updown {
        padding: 0 15px;
    }
    .outcome_block .in .box h3 {
        font-size: 7.7vw;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 19px;
    }
    .lesson02_block .box h3 {
        font-size: 6.2vw;
    }
    .trial_block .in .text button span {
        margin-top: 3px;
    }
    .trial_block .in .text button img {
        margin: 3px 0 0 15px;
    }
}
@media screen and (max-width: 360px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 17px;
    }
    .lesson_block .in .box h4 {
        letter-spacing: -0.03em;
    }
    .contact_block .box a:after {
        right: 2.8%;
    }
    .feature_block .box .comp .school h4 {
        left: 7.5vw;
    }
    .feature_block .box .comp .item p {
        font-size: 4.6vw;
    }
    .feature_block .box .comp .first h4 {
        left: 3.9vw;
    }
    .trial_block .in .text button span {
        margin-top: 3px;
    }
    .contact_block {
        background-position: left -30px top 48px;
    }
    .contact_block .box:last-child {
        padding: 0 10px;
    }
    .price_block .in .box {
        margin: 0 auto 40px;
    }
    .point_block .in .box h3 {
        font-size: 6.8vw;
    }
    .contact_block .box:last-child .btn.org a img {
        vertical-align: middle;
    }
    .flow_block .box .item {
        padding: 45px 15px 40px 15px;
    }
}
@media screen and (max-width: 344px) {
    .trial_block .in .text button {
        min-height: 75px;
        height: 75px;
    }
    .outcome_block .in .box h3 {
        margin-right: -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;
    }
    .coach_block h2 {
        font-size: 28px;
    }
    .coach_block h2 span:nth-child(2) {
        font-size: 50px;
    }
    .coach_block h2 span:nth-child(3) {
        font-size: 40px;
    }
    .coach_block h2 span:nth-child(4) {
        font-size: 28px;
    }
    .swiper-slide .box {
        padding: 135px 0 0 0;
        background-size: 120px auto !important;
    }
    .flow_block .box .text h3 {
        font-size: 8vw;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 40px;
        margin: -8px 5px 0 0;
    }
    .contact_block .box a {
        padding: 0 35px 0 0;
    }
    .contact_block .box a:after {
        right: 3.5%;
    }
    .contact_block .box:last-child .btn.blue a span:last-child {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 8.2vw;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 0;
    }
    .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%;
    }
    .price_block .in .box h3 {
        max-width: 230px;
    }
    .price_block .in .box p {
        margin-bottom: 15px;
    }
    .voice_block .in .box img {
        top: 250px;
        width: 100px;
    }
    .voice_block .in .box .bg p {
        width: calc(100% - 80px);
    }
    .voice_block .in .box:nth-child(2n) img {
        top: 250px;
    }
    .qa_block h2 img {
        width: 130px;
        margin: -5px 0 0 10px;
    }
    .qa_block .in .box .qs p {
        font-size: 18px;
    }
    .feature_block .box h3 span.bottom_left {
        background-position: bottom left 0px;
    }
    .feature_block .box h3 span.bottom_right {
        background-position: right bottom;
    }
    .feature_block .box .comp .school h4 {
        left: 8vw;
        padding: 5px 25px 10px 20px;
    }
    .feature_block .box:nth-child(2) h3 {
        width: 100%;
    }
    .feature_block .box:nth-child(2) h3 span.top_left {
        background-position: top 53px left 5px;
    }
    .feature_block .box:nth-child(2) h3 span.bottom_left {
        background-position: bottom left;
    }
    .feature_block .box:nth-child(2) h3 span.bottom_right {
        background-position: right 5px bottom;
    }
    .feature_block .box .comp .item p {
        font-size: 5vw;
    }
    .feature_block .box .comp .first h4 {
        left: 4.9vw;
        padding: 5px 25px 10px 20px;
    }
    .feature_block .box .comp .school {
        padding: 30px 10px 5px;
    }
    .feature_block .box .comp .first {
        padding: 30px 10px 5px;
    }
    .feature_block .box .comp .item p span br {
        display: none;
    }
    .trial_block .in .text button {
        min-height: 70px;
        height: 70px;
    }
    .trial_block .in .text button img {
        width: 23px;
    }
    .swiper-slide {
        margin-bottom: 15px !important;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 7vw;
    }
    .contact_block {
        background-position: left -30px top 43px;
        background-size: auto 125px;
    }
    .contact_block .box:first-child {
        background-size: auto 105px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 60px;
    }
    .lesson02_block .box h3 {
        letter-spacing: -0.1em;
    }
    .point_block .in .box {
        padding: 0 15px 30px;
    }
    .outcome_block .in .box img:first-child {
        width: 75vw;
    }
    .outcome_block .in .box h3 {
        font-size: 7.5vw;
        margin-right: 0;
    }
    .outcome_block .in .box {
        padding: 0 0 50px;
    }
}
@media screen and (max-width: 280px) {
    .contact_block .box a[href^="tel:"] img {
        width: 30px;
        margin: -5px 5px 0 0;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 20px;
    }
    .price_block .in .box:last-child p span:first-child {
        font-size: 18px;
    }
    .qa_block h2 img {
        width: 100px;
    }
    .voice_block .in .box img {
        top: 245px;
    }
    .voice_block .in .box:nth-child(2n) img {
        top: 245px;
    }
    .feature_block .box .comp .school h4 {
        left: 6.5vw;
    }
    .feature_block .box .comp .first h4 {
        left: 6vw;
        padding: 5px 15px 10px 10px;
    }
    .feature_block .box h3 span.bottom_right {
        font-size: 7vw;
    }
    .feature_block .box:nth-child(3) h3 {
        width: 100%;
    }
    .feature_block .box:nth-child(4) h3 {
        width: 90%;
    }
    .trial_block .in .text button {
        min-height: 68px;
        height: 68px;
    }
    .trial_block .in .text button span {
        margin-top: 0;
    }
    .trial_block .in .text button img {
        margin: 0 0 0 15px;
    }
    .contact_block .box:first-child {
        background-size: auto 95px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 55px;
    }
    .contact_block {
        background-position: left -15px top 40px;
        background-size: auto 115px;
    }
    .point_block .in .box img {
        width: 120px;
    }
    .point_block .in .box h3 {
        font-size: 7.8vw;
    }
    .outcome_block .in .box h3 {
        font-size: 7.3vw;
    }
    .swiper-slide {
        margin-bottom: 25px !important;
    }
    .onayami_block .box p {
        margin-left: 12px;
    }
}