@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body {
    color: #303030 !important;
    font-family: "Noto Sans JP", sans-serif !important;
}
p {
    margin-bottom: 0;
}
.sp {
    display: none;
}
a[href^="tel:"] {
    pointer-events: none;
}
header {
    min-width: 1230px;
}
section {
    min-width: 1230px;
}
footer {
    min-width: 1230px;
}
.mv_block {
    width: 100%;
    height: 520px;
    text-align: center;
    background: url(../img/kids/mv_pc.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: repeat-x;
    position: relative;
    margin: 0 auto 70px;
}
.mv_block img.pc {
    position: absolute;
    top: 0;
    left: calc((100% - 1230px) / 2);
}
.bnr_block {
    max-width: 902px;
    padding: 0 30px;
    margin: 0 auto 70px;
    text-align: center;
}
.bnr_block img {
    width: 100%;
}
.onayami_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/kids/bg-onayami.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.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: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 30px;
    color: #004152;
}
.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;
    letter-spacing: 0.05em;
}
.onayami_block .box img {
    margin: 0 auto 25px;
}
.onayami_block .box p {
    font-size: 41px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.05em;
    color: #004152;
}
.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;
}
.basic_block {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 70px;
    text-align: center;
}
.basic_block h2 {
    font-family: ab-kirigirisu, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 65px;
    color: #013d71;
    background-image: url("../img/kids/bg-line.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: 42px 8px;
    padding-bottom: 30px;
    margin-bottom: 45px;
}
.basic_block h2 span.of {
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 51px;
    display: inline-block;
    vertical-align: text-bottom;
    vertical-align: text-top;
    line-height: 1.2;
}
.basic_block p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
}
.basic_block .sports {
    padding: 0;
    margin: 0;
    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;
}
.basic_block .sports .box {
    display: inline-block;
    width: 18%;
    margin: 0 2.5% 30px 0;
    position: relative;
    -moz-box-shadow: 5px 5px 15px -5px rgba(1, 1, 1, 0.5);
    -webkit-box-shadow: 5px 5px 15px -5px rgba(1, 1, 1, 0.5);
    -ms-box-shadow: 5px 5px 15px -5px rgba(1, 1, 1, 0.5);
    box-shadow: 5px 5px 15px -5px rgba(1, 1, 1, 0.5);
    border-radius: 15px;
}
.basic_block .sports .box:nth-child(5n) {
    margin: 0 0 30px;
}
.basic_block .sports .box img {
    width: 100%;
    border-radius: 10px;
}
.basic_block .sports .box h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 12px 0 15px;
    border-radius: 0 0 10px 10px;
}
.basic_block .sports .box.v01 h3 {
    background-color: #ff8300;
}
.basic_block .sports .box.v02 h3 {
    background-color: #194eb9;
}
.basic_block .sports .box.v03 h3 {
    background-color: #ea68a2;
}
.basic_block .sports .box.v04 h3 {
    background-color: #00b1f5;
}
.basic_block .sports .box.v05 h3 {
    background-color: #327e18;
}
.basic_block .sports .box.v06 h3 {
    background-color: #795126;
}
.basic_block .sports .box.v07 h3 {
    background-color: #944a8f;
}
.basic_block .sports .box.v08 h3 {
    background-color: #5eb348;
}
.basic_block .sports .box.v09 h3 {
    background-color: #013d71;
}
.basic_block .sports .box.v10 h3 {
    background-color: #ffb200;
}
.pga_block {
    width: 100%;
    text-align: center;
    margin: 0 auto 80px;
    background-color: #ffead4;
}
.pga_block h2 {
    font-size: 56px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    background-color: #ff8a00;
    color: #fff;
    background-image: url("../img/kids/bg-dot-left_pc.png"), url("../img/kids/bg-dot-right_pc.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 100%, auto 100%;
    letter-spacing: 0.05em;
    padding: 40px 30px 50px;
    position: relative;
    margin-bottom: 90px;
}
.pga_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ff8a00 transparent transparent transparent;
    border-width: 50px 30px 0 30px;
}
.pga_block h2 span {
    display: inline-block;
}
.pga_block h2 span.lar {
    font-size: 70px;
    display: inline;
}
.pga_block h2 span.lar.blue {
    display: inline-block;
    background-color: #013d71;
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    padding: 0 40px 8px 30px;
    margin: 0 -10px 5px 8px;
}
.pga_block .in {
    max-width: 1160px;
    width: 100%;
    padding: 0 30px 100px;
    margin: 0 auto;
}
.pga_block h3 {
    font-size: 35px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
}
.pga_block .graph + h3 {
    margin-bottom: 55px;
}
.pga_block h3 span.lar {
    font-size: 46px;
}
.pga_block h3 span.bdr {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.pga_block .graph + h3 span.bdr {
    margin: 0 10px 0 5px;
}
.pga_block h3 span.bdr::before {
    background-color: #ff8a00;
    content: '';
    position: absolute;
    left: 2%;
    bottom: 0;
    display: inline-block;
    opacity: 1;
    width: 96%;
    height: 18px;
    transform: skewX(-35deg);
    z-index: -1;
}
.pga_block .graph + h3 span.bdr::before {
    width: 101%;
    left: -1%;
    bottom: -3px;
}
.pga_block .box {
    background-image: url("../img/kids/img-pga-01_pc.png");
    background-repeat: no-repeat;
    background-position: bottom right 50px;
    background-size: auto;
    min-height: 401px;
}
.pga_block .in .box.non {
    background: none;
    min-height: auto;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.pga_block .in .box.non img {
    float: left;
}
.pga_block .box p {
    text-align: left;
    font-size: 22px;
    width: calc(100% - 620px);
    padding-top: 30px;
    margin-left: 60px;
}
.pga_block .in .box.non p {
    float: right;
    width: calc(100% - 550px);
    margin-left: 0;
    padding-top: 0;
}
.pga_block .graph {
    max-width: 980px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 80px;
}
section.bg-01 {
    background-image: url(../img/kids/bg-merit-illust_pc.png), url(../img/kids/bg-merit-up.png), url(../img/kids/bg-merit-down.png), url(../img/kids/bg-merit-in.png);
    background-repeat: no-repeat, repeat-x, repeat-x, repeat;
    background-position: top 370px center, top center, bottom center, top center;
    background-size: auto, auto, auto, auto;
}
section.bg-02 {
    background-image: url(../img/kids/bg-price-down.png);
    background-repeat: repeat-x, repeat;
    background-position: bottom center;
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
}
.bg-03 {
    background-image: url(../img/kids/bg-price-illust_pc.png), url(../img/kids/bg-price-in.png);
    background-repeat: no-repeat, repeat;
    background-position: top 105px center, top center;
    background-size: auto, auto;
    padding: 75px 0 90px;
}
.feature_block {
    width: 100%;
    margin: -9px auto;
    background-image: url("../img/kids/bg-point-01.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto auto;
    padding: 9px 0 0;
}
.feature_block .bg-blue {
    background-color: #194eb9;
    background-image: url("../img/kids/bg-point-02.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 21px auto;
    padding-bottom: 90px;
}
.feature_block h2 {
    padding: 80px 30px 35px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 62px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-style: italic;
    line-height: 1.2;
}
.feature_block h2 span.sm {
    font-size: 49px;
    display: block;
}
.feature_block h2 span.bx::before {
    content: "";
    display: inline-block;
    width: 111px;
    height: 26px;
    margin-right: 30px;
    background-image: url("../img/kids/img-point-before.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.feature_block h2 span.bx::after {
    content: "";
    display: inline-block;
    width: 111px;
    height: 26px;
    margin-left: 30px;
    background-image: url("../img/kids/img-point-after.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.feature_block .box {
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 60px 90px;
    background-color: #fff;
}
.feature_block .box:nth-child(2) {
    padding: 70px 60px 90px;
    border-radius: 10px 10px 0 0;
}
.feature_block .box:last-child {
    padding: 0 60px 100px;
    border-radius: 0 0 10px 10px;
}
.feature_block .box h3 {
    margin-bottom: 50px;
    font-size: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    letter-spacing: -0.08em;
    background-image: url("../img/kids/bg-point-03.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 63px 16px;
    display: inline-block;
    padding: 0 12px 18px;
}
.feature_block .box h3 span {
    display: inline-block;
}
.feature_block .box:nth-child(3) h3 {
    letter-spacing: -0.05em;
}
.feature_block .box:last-child h3 {
    letter-spacing: 0;
}
.feature_block .box:last-child h3 span:nth-child(3) {
    letter-spacing: -0.05em;
}
.feature_block .box:last-child h3 span:nth-child(4) {
    letter-spacing: 0.01em;
}
.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;
    background-color: #ea68a2;
    color: #fff;
    display: inline-block;
    padding: 5px 20px 10px;
    letter-spacing: 0.01em;
    margin-bottom: 18px;
    border-radius: 100px;
    line-height: 1;
}
.feature_block .box h3 span.num span {
    font-size: 38px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}
.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: left;
    margin-bottom: 80px;
}
.feature_block .box:last-child p {
    padding-top: 50px;
}
.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: 35px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 10px 25px 10px 20px;
    display: inline-block;
    position: absolute;
    top: -35px;
    border-radius: 8px;
    letter-spacing: -0.03em;
}
.feature_block .box .comp h4 span:not(.num) {
    display: inline-block;
}
.feature_block .box .comp h4 span.num {
    display: inline;
    font-family: 'Noto Sans JP', sans-serif;
}
.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% - 351px) / 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 #f3a600;
    position: relative;
    padding: 50px 20px 10px;
}
.feature_block .box .comp .first h4 {
    background-color: #f3a600;
    left: calc((100% - 391px) / 2)
}
.feature_block .box .comp .first .item {
    height: 75px;
    background-color: #fcebc7;
    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: 0 0 0 10px;
}
.feature_block .box:last-child img {
    float: left;
    width: 390px;
    margin: 0 20px 0 0;
}
.place_block {
    width: 100%;
    margin: -9px auto;
    background-image: url(../img/kids/bg-place-01.png), url(../img/kids/bg-place-03.png);
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    background-size: auto auto, auto auto;
    padding: 9px 0;
    position: relative;
    z-index: 1;
}
.place_block .bg-grey {
    background-color: #d1dcf1;
    background-image: url("../img/kids/bg-place-02.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 21px auto;
    padding: 80px 0 70px;
}
.place_block .box {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.place_block .box img {
    float: right;
    width: 380px;
    margin: -15px 0 0 0;
}
.place_block .box h2 {
    font-size: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 30px;
}
.place_block .box h2 span {
    display: inline-block;
}
.place_block .box p {
    font-size: 21px;
    margin-bottom: 20px;
}
.place_block .box p span {
    color: #e4007f;
}
.dot_block {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/kids/bg-place-01.png), url(../img/kids/bg-place-03.png);
    background-repeat: repeat-x;
    background-position: center top, center bottom;
    background-size: auto auto, auto auto;
    padding: 9px 0;
    position: relative;
    z-index: 1;
}
.dot_block .bg-grey {
    background-color: #d1dcf1;
    background-image: url("../img/kids/bg-place-02.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: 21px auto;
    padding: 80px 0 90px;
}
.lesson_block {
    max-width: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}
.lesson_block h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 70px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #009944;
    letter-spacing: -0.08em;
}
.lesson_block h2 span {
    display: inline-block;
    font-size: 70px;
}
.lesson_block h2 span:first-child {
    letter-spacing: -0.18em;
    display: inline;
}
.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;
}
.merit_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;
    background: none;
    padding: 100px 0 120px;
}
.merit_block h2 {
    padding: 0;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    font-size: 70px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #013d71;
}
.merit_block h2 span {
    display: inline-block;
}
.merit_block h2 span span {
    letter-spacing: -0.2em;
}
.lesson_block.short h2 span:last-child {
    letter-spacing: 0;
}
.merit_block h2 span {
    display: inline-block;
}
.merit_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #194eb9 transparent transparent transparent;
    border-width: 40px 30px 0 30px;
    content: none;
}
.merit_block .in {
    max-width: 1100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 60px;
    background-color: #fff;
    border-radius: 10px;
}
.merit_block .box {
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0;
}
.merit_block .in .box:first-child img, .merit_block .in .box:last-child img {
    float: right;
}
.merit_block .in .box:last-child {
    margin-bottom: 0;
}
.lesson_block.short .box:last-child {
    max-width: 1100px;
    width: 100%;
    padding: 60px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}
.merit_block .box img {
    width: 450px;
    float: left;
    border-radius: 10px;
}
.lesson_block .box img {
    width: 357px;
    float: left;
}
.merit_block .box h3 {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
    font-size: 46px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #013d71;
    line-height: 1.15;
}
.merit_block .box h3 span {
    display: inline-block;
}
.merit_block .box h3 .num {
    width: 103px;
    vertical-align: top;
    margin-right: 17px;
}
.merit_block .box h3 .num img {
    width: 100%;
    opacity: 0.87;
}
.merit_block .box h3 .bx {
    width: calc(100% - 120px);
}
.merit_block .box p {
    float: right;
    width: calc(100% - 480px);
    text-align: left;
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}
.lesson_block .box p {
    float: right;
    width: calc(100% - 387px);
    text-align: left;
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}
.lesson_block .box p span {
    color: #fd1b8b;
}
.merit_block .box:first-child p, .merit_block .box:last-child p {
    float: left;
}
.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 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image: url("../img/kids/bg-trial-01_pc.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 60px;
}
.trial_block {
    width: 100%;
    margin: 0 auto;
    background-image: url("../img/kids/bg-trial-02_pc.png");
    background-repeat: no-repeat;
    background-position: top -30px right;
    background-size: auto;
}
.trial_block .in {
    max-width: 1160px;
    width: 100%;
    margin: -20px auto 60px;
    font-size: 0;
    padding: 100px 30px 70px;
    text-align: left;
    background: none;
}
.trial_block .in h2 {
    font-size: 55px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #194eb9;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
    letter-spacing: 0.03em;
}
.trial_block .in h2 span.box {
    display: inline-block;
}
.trial_block .in h2 span.lar {
    font-size: 68px;
    display: inline;
}
.trial_block .in h2 + h2 span.lar {
    font-size: 65px;
    display: inline;
}
.trial_block .in img {
    float: none !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    height: auto !important;
    width: auto !important;
    position: inherit !important;
}
.trial_block .in .text {
    width: 100%;
    text-align: center;
}
.trial_block .in .text p {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}
.trial_block .in .text button {
    width: 615px;
    height: 123px;
    background-image: url("../img/kids/btn_pc.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 !important;
    margin: -3px 0 0 15px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
}
.trial_block .in .text button span {
    font-size: 39px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-top: -10px;
}
.trial_block .in .text button span span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
.trial_block .in .text button span span:first-child {
    display: inline;
    letter-spacing: -0.15em;
    padding-left: 3px;
}
.trial_block .in .text button:hover span span {
    opacity: 1;
}
.trial_block .in .text button:hover span, .trial_block .in .text button:hover img {
    opacity: 0.8;
}
.coach_block {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.coach_block .in {
    margin: 0 auto;
    border: none;
    padding: 0;
    background-color: transparent;
}
.coach_block .in h2 {
    background-color: transparent;
    height: auto;
    width: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    color: #013d71;
    font-size: 48px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.3;
}
.coach_block .in h2 span {
    display: block;
    font-size: 66px;
}
.coach_block .in h2 span span {
    display: inline-block;
}
.coach_block .in h3 {
    font-size: 25px !important;
}
.swiper-slide {
    padding: 40px 30px;
    border-radius: 20px;
    min-height: 291px;
    margin-bottom: 40px;
}
.swiper-slide .box {
    background: url(/service/new/img/taiiku/img-coach-01.png)
}
.swiper-slide .box.v02 {
    background: url(/service/new/img/taiiku/img-coach-02.png)
}
.swiper-slide .box.v03 {
    background: url(/service/new/img/taiiku/img-coach-03.png)
}
.swiper-slide .box.v04 {
    background: url(/service/new/img/taiiku/img-coach-04.png)
}
.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 30px;
    margin: 0 auto;
    background: none;
}
.flow_block .in {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    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;
}
.flow_block h2 {
    font-size: 77px;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
}
.flow_block h2 span {
    font-size: 63px;
    letter-spacing: 0;
}
.flow_block .box {
    width: 23.5%;
    margin: 0 2% 60px 0;
    display: inline-block;
    vertical-align: top;
    background-color: #edf6e1;
    border: none;
    padding: 0;
    position: relative;
}
.flow_block .box:nth-child(4) {
    margin: 0 0 60px 0;
}
.flow_block .box .item {
    width: 100%;
    background-color: #edf6e1;
    border: none;
    position: relative;
    padding: 50px 15px 35px 20px;
    margin: 0 10px 0 0;
    min-height: auto;
}
.flow_block .box:nth-child(2n), .flow_block .box:nth-child(2n) .item {
    background-color: #dfefcb;
}
.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;
    line-height: 1.3;
}
.flow_block .box .item h3 span {
    display: inline-block;
}
.flow_block .box .item h3 span.pc {
    padding-bottom: 25px;
    padding-top: 15px;
}
.flow_block .box .num {
    background: #84c338;
    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: 'Jost', sans-serif;
    font-weight: 500;
    font-style: normal;
}
.flow_block .box .num span {
    display: inline-block;
    margin-left: 0;
}
.flow_block .box img {
    float: none;
    width: 190px;
    margin: 0 auto 20px;
}
.flow_block .box img.arrow {
    width: 34px;
    margin: 0;
    position: absolute;
    top: 230px;
    right: -25px;
    z-index: 1;
}
.flow_block .box .text {
    text-align: left;
    width: 100%;
    float: none;
}
.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: underline;
    color: #0059c5;
    pointer-events: auto;
}
.contact_block {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 110px;
    text-align: center;
    padding: 0 30px;
    background-image: url("../img/kids/bg-contact-01.png");
    background-position: left 50px top 15px;
    background-repeat: no-repeat;
    background-size: 193px auto;
}
.contact_block.mb0 {
    margin: 0 auto 50px;
}
.contact_block .box:first-child {
    width: 100%;
    padding: 0;
    background-image: url(../img/kids/bg-contact-02.png);
    background-position: right 5px top;
    background-repeat: no-repeat;
    background-size: 241px auto;
    margin-bottom: -2px;
    padding-right: 30px;
}
.contact_block .box h2 {
    font-size: 53px;
    font-family: ab-kirigirisu, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    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-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    letter-spacing: -0.18em;
}
.contact_block .box h2 span {
    font-size: 63px;
}
.contact_block .box h2 + p {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
    text-shadow: 2px 1px rgba(255, 255, 255, 1);
}
.contact_block .box h2 + p span {
    display: inline-block;
}
.contact_block .box a[href^="tel:"] img {
    width: 65px;
    margin: 0 10px 15px 0;
}
.contact_block .box a {
    font-size: 78px;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #303030;
    letter-spacing: -0.05em;
    line-height: 1;
    padding-left: 0;
    text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
}
.contact_block .box a + p {
    font-size: 25px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 3px;
    padding-bottom: 25px;
    margin-bottom: 0;
    text-shadow: 2px 1px rgba(255, 255, 255, 1);
}
.contact_block .box:last-child .btn.blue {
    float: left;
    max-width: 49%;
    width: 525px;
    height: 93px;
    background-image: url(../img/kids/btn-02.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    background: none;
    background-color: #2fb011;
    border-radius: 100px;
    -moz-box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
    -webkit-box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
    -ms-box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
    box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
}
.contact_block .box:last-child .btn.org {
    float: right;
    max-width: 49%;
    width: 525px;
    height: 93px;
    background-image: url("../img/kids/btn-03.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    background: none;
    background-color: #f64178;
    border-radius: 100px;
    -moz-box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
    -webkit-box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
    -ms-box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
    box-shadow: 2px 4px 5px 0px rgba(1, 1, 1, 0.6);
}
.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: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 73px;
    height: 93px;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
    text-shadow: none;
}
.contact_block .box:last-child .btn.blue a span, .contact_block .box:last-child .btn.org a span {
    display: inline-block;
    vertical-align: middle;
}
.contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
    width: 28px;
    margin: 5px 0 0 15px;
    display: inline-block;
}
.contact_block .box:last-child .btn.blue a span:first-child span {
    display: inline !important;
    vertical-align: initial;
    letter-spacing: -0.15em;
    padding-left: 3px;
    float: none;
    margin: 0;
}
.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 78px;
    background: none;
}
.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;
    background: none;
    padding: 60px 30px 0;
}
.price_block h2 {
    padding: 0;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 70px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #009944;
    padding-right: 15px;
}
.price_block h2 span:first-child {
    font-size: 63px;
    display: block;
}
.price_block h2 span {
    display: inline-block;
}
.price_block h2::before {
    content: "";
    width: 117px;
    height: 160px;
    background-image: url(../img/kids/ba-price-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 450px);
    bottom: -5px;
}
.price_block h2::after {
    content: "";
    width: 117px;
    height: 160px;
    background-image: url(../img/kids/ba-price-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: calc(50% - 450px);
    bottom: -5px;
}
.price_block .bg h2 {
    padding: 0;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 69px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2;
}
.price_block .bg h2 span:first-child {
    font-size: 56px;
    display: block;
}
.price_block .in {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 80px 60px 60px;
    border-radius: 10px;
}
.price_block .in .box {
    width: 100%;
    background-color: #fff;
    margin: 0 auto 45px;
    padding: 70px 30px 25px;
    font-size: 0;
    border-top: 2px solid #656565;
    text-align: center;
}
.price_block .in .box:last-child {
    padding: 70px 0 0;
    margin-bottom: 0;
}
.price_block .in .box h3 {
    background: #656565 !important;
    color: #fff;
    font-size: 38px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    max-width: 285px;
    margin: -100px auto 25px;
    padding: 8px 0 12px;
    clip-path: none;
    text-align: center;
    border-radius: 100px;
}
.price_block .in .box h3 span {
    display: inline;
    letter-spacing: -0.1em;
}
.price_block .in .box p {
    font-size: 77px;
    font-weight: 900;
    color: #fd1b8b;
    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: 8px;
    list-style: disc;
}
.price_block .in .box ul li span {
    font-weight: bold;
    color: #fd1b8b;
}
.price_block .in .box ul li:last-child {
    margin-bottom: 0;
}
.price_block .in .box:last-child .course {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    text-align: left;
    border-right: 2px dotted #252525;
    padding: 0 30px;
    margin-bottom: 40px;
}
.price_block .in .box:last-child .course:nth-child(3) {
    width: 49%;
    border-right: none;
}
.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: -10px;
}
.price_block .in .box:last-child ul {
    text-align: left;
    padding: 0 30px;
    display: block;
}
.price_block .in .box:last-child p {
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
}
.price_block .in .box:last-child p span.bx {
    display: inline-block;
}
.price_block .in .box:last-child p span.bx:first-child {
    font-size: 21px;
    font-weight: bold;
    color: #303030;
    display: inline-block;
    padding: 0 10px 0 25px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 1.3;
    vertical-align: middle;
    padding-top: 10px;
}
.price_block .in .box:last-child p span.bx:first-child span {
    display: block;
    font-size: 18px;
    margin-left: -8px;
    padding: 0;
}
.price_block .in .box:last-child p span.bx:last-child span:first-child {
    font-size: 50px;
    display: block;
    padding: 0;
    color: #fd1b8b;
}
.price_block .in .box:last-child p span.bx:last-child span:first-child span:first-child {
    font-size: 33px;
    font-weight: 900;
    padding: 0;
    color: #fd1b8b;
    display: inline;
}
.price_block .in .box:last-child p span.bx:last-child span:first-child 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: 0 0 100px;
    background: none;
    background-color: #ffead4;
}
.outcome_block h2 {
    display: block;
    font-size: 70px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    background-color: #ff8a00;
    color: #fff;
    background-image: url(../img/kids/bg-dot-left_pc.png), url(../img/kids/bg-dot-right_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 254px, auto 254px;
    letter-spacing: 0.05em;
    padding: 40px 30px 50px;
    position: relative;
    margin-bottom: 90px;
}
.outcome_block h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ff8a00 transparent transparent transparent;
    border-width: 50px 30px 0 30px;
}
.outcome_block h2 span {
    display: inline-block;
}
.outcome_block h2 span.sm {
    font-size: 50px;
    display: inline;
}
.outcome_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;
}
.outcome_block .in .box {
    display: block;
    width: 100%;
    margin: 0 0 60px;
    text-align: left;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 10px;
}
.outcome_block .in .box:last-child {
    margin: 0;
}
.outcome_block .in .box img {
    width: 180px;
    float: left;
}
.outcome_block .in .box .text {
    width: calc(100% - 210px);
    float: right;
}
.outcome_block .in .box h3 {
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: vdl-penletter, sans-serif;
    font-weight: bold;
    font-style: normal;
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(37, 37, 37, 1) 5px, rgba(37, 37, 37, 1) 10px);
}
.outcome_block .in .box h3 span {
    display: inline-block;
}
.outcome_block .in .box h3 + img {
    width: 50%;
    max-width: 200px;
    float: left;
    margin: 0 20px 20px 0;
}
.outcome_block .in .box p {
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.outcome_block .in .box p strong {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.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 90px;
    padding: 0;
    background: none;
}
.qa_block h2 {
    display: block;
    font-size: 70px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-style: italic;
    background-color: #ff8a00;
    color: #fff;
    background-image: url(../img/kids/bg-dot-left_pc.png), url(../img/kids/bg-dot-right_pc.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: auto 254px, auto 254px;
    letter-spacing: 0.05em;
    padding: 48px 30px 58px;
    position: relative;
    margin-bottom: 90px;
}
.qa_block h2 span:first-child {
    font-size: 47px;
    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: -50px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ff8a00 transparent transparent transparent;
    border-width: 50px 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: #ffead4;
    border-radius: 10px;
    background-image: url(../img/kids/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: #ffead4;
    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: #ff8a00;
    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: 1600px) {
    .trial_block {
        background-position: top -30px right -150px;
    }
}
@media screen and (max-width: 1400px) {
    .trial_block {
        background-position: top -30px right -200px;
    }
}
@media screen and (max-width: 1300px) {
    .trial_block {
        background-position: top -30px right -230px;
    }
}
@media screen and (max-width: 820px) {
    .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.bx:first-child {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child {
        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);
    }
    .lesson_block {
        margin: 0 auto;
        padding: 0 0 60px;
        background-image: url(../img/kids/bg-price-illust_sp02.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 1030px auto;
    }
    .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: 70px 30px 0;
        margin: -20px auto 50px;
    }
    .trial_block .in h2 {
        font-size: 9.6vw;
    }
    .trial_block .in h2 span {
        font-size: 5.7vw;
    }
    .coach_block {
        margin: 0 30px;
        padding: 0;
        width: calc(100% - 60px);
    }
    .coach_block h2 {
        text-align: center;
        margin: 0 auto;
    }
    .coach_block h3 {
        margin: 0 auto 50px;
    }
    .flow_block {
        padding: 70px 30px 0;
        margin: 0 auto 40px;
    }
    .flow_block h2 {
        margin-bottom: 50px;
    }
    .flow_block .box {
        margin: 0 auto 85px;
        width: 100%;
        float: none;
        background-position: 18px 18px;
        padding-bottom: 0;
    }
    .flow_block .box .item {
        width: 100%;
        background-color: #dfefcb;
        min-height: initial;
        min-height: auto;
        text-align: left;
        padding: 60px 20px 50px 35px;
        margin: 0;
    }
    .flow_block .box .item h3 {
        display: inline-block;
        padding-left: 30px;
    }
    .flow_block .box .item h3 span.pc {
        display: none;
    }
    .contact_block .box h2 {
        font-size: 7.9vw;
    }
    .contact_block .box h2 span {
        font-size: 8.9vw;
    }
    .contact_block .box h2 + p {
        font-size: 3.2vw;
        line-height: 1.3;
        display: block;
        margin-bottom: 8px;
    }
    .contact_block .box h2 + p span {
        display: block;
    }
    .contact_block .box h2 + p span:first-child {
        display: inline;
    }
    .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: 48.5%;
        width: 100%;
        height: auto;
        min-height: 100px;
    }
    .contact_block .box:last-child .btn.blue a {
        line-height: 1;
    }
    .contact_block .box:last-child .btn.org {
        max-width: 48.5%;
        width: 100%;
        height: auto;
        min-height: 100px;
    }
    .contact_block .box:last-child {
        padding: 0 15px;
        margin-top: -3px;
    }
    .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 60px;
    }
    .contact_block .box:first-child {
        background-position: right bottom;
        background-size: 180px auto;
    }
    .price_block .in .box:last-child ul {
        padding: 0;
        padding-left: 30px;
    }
    .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 0;
    }
    .flow_block h2 {
        margin-bottom: 65px;
    }
    .flow_block .box .num {
        left: calc(50% - 35px);
        top: -35px;
    }
    .contact_block .box a {
        font-size: 7.5vw;
    }
    a[href^="tel:"] {
        pointer-events: auto;
        text-decoration: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    header {
        min-width: auto;
    }
    section {
        min-width: auto;
    }
    footer {
        min-width: auto;
    }
    .mv_block {
        height: auto;
        background: none;
    }
    .mv_block .sp {
        width: 100%;
    }
    .lesson_block .in .box {
        width: 48%;
        margin-right: 4%;
    }
    .lesson_block .in .box:nth-child(2n) {
        margin-right: 0;
    }
    .lesson_block .in .box:nth-child(3) {
        margin-right: 4%;
    }
    .point_block .in .box {
        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: 53px;
        padding-top: 15px;
        padding-right: 25px;
        margin-bottom: 20px;
    }
    .lesson_block h2 span {
        font-size: 53px;
        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 {
        background-image: url(../img/kids/bg-trial-01_sp.png);
        padding-bottom: 70px;
    }
    .trial_block {
        background-image: url(../img/kids/bg-trial-02_sp.png);
        background-repeat: no-repeat;
        background-position: top 280px right;
        background-size: 490px auto;
    }
    .trial_block .in h2 {
        font-size: 10.0vw;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
    .trial_block .in h2 span {
        font-size: 7.1vw;
        display: block;
    }
    .trial_block .in .text p {
        font-size: 3.8vw;
        line-height: 1.2;
        color: #303030;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .coach_block .in + p {
        font-size: 31px;
        font-weight: normal;
        padding-left: 31px;
        text-indent: -31px;
        text-align: left;
        line-height: 1.4;
    }
    .flow_block .box {
        margin: 0 auto 65px;
    }
    .flow_block .box .num {
        left: calc(50% - 35px);
        top: -35px;
        font-size: 49px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
    }
    .flow_block .box img {
        width: 165px;
        float: left;
        margin-bottom: 0;
    }
    .flow_block .box img.arrow {
        display: none;
    }
    .flow_block .box .text {
        width: calc(100% - 195px);
        float: right;
    }
    .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.sp {
        display: inline-block;
    }
    .contact_block {
        background-position: left 30px top 118px;
        background-size: 127px auto;
        padding: 0;
        margin: 0 auto 80px;
    }
    .contact_block .box h2 {
        margin-top: 0;
        padding-bottom: 5px;
        margin-bottom: 15px;
        padding-top: 0;
        margin-left: -8px;
    }
    .contact_block .box:first-child {
        background-position: right 30px bottom 10px;
        background-size: 159px auto;
        min-height: auto;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .contact_block .box:last-child {
        padding: 0 20px;
        margin-top: -30px;
    }
    .contact_block .box a {
        font-size: 7.5vw;
        display: inline-block;
        position: relative;
        padding: 0 30px 0 0;
        margin: 0 auto;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 50px;
        background: #fff;
        box-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
        margin: 0 8px 5px 0;
    }
    .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: 5px;
        padding-bottom: 12px;
        line-height: 1.3;
    }
    .contact_block .box a + p span {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 12px 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a span {
        display: block;
        width: 250px;
        float: left;
        margin: 0 0 0 13%;
    }
    .contact_block .box:last-child .btn.blue a img {
        float: left;
        margin: 21px 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: 3px 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 h2 {
        font-size: 7.5vw;
    }
    .price_block .bg h2 span, .price_block .bg h2 span:first-child {
        font-size: 6.3vw;
    }
    .price_block .in {
        width: 100%;
        padding: 80px 40px 0;
    }
    .price_block .in .box {
        padding: 70px 0 25px;
        border-top: 2px solid #b5b5b5;
    }
    .price_block .in .box:last-child {
        padding: 70px 0 50px;
    }
    .price_block .in .box h3 {
        font-size: 5.1vw;
        max-width: 310px;
        letter-spacing: 0;
        padding-right: 8px;
    }
    .price_block .in .box:first-child h3 {
        letter-spacing: 0.2em;
    }
    .price_block .in .box:last-child h3 {
        margin: -100px auto 40px;
    }
    .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: 30px;
    }
    .price_block .in .box ul li {
        font-size: 24px;
        text-align: left;
    }
    .price_block .in .box ul li span {
        font-size: 125%;
    }
    .price_block .in .box:last-child .course {
        width: 100%;
        border-right: none;
        margin: 0 0 35px;
        background: none;
        border-bottom: 2px dotted #252525;
    }
    .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.bx:first-child {
        display: inline-block;
        font-size: 29px;
        padding: 10px 0 0 45px;
        margin-bottom: 0;
        width: 295px;
    }
    .price_block .in .box:last-child p span.bx:first-child span {
        font-size: 24px;
        margin-left: -10px;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child {
        display: inline-block;
    }
    .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 .course h4 span:last-child {
        display: inline-block;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child {
        font-size: 77px;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child span:first-child {
        font-size: 51px;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child 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: 100%;
        padding: 0;
        background-color: transparent;
        margin: 0;
    }
    .coach_block .in h2 {
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    .feature_block h2 span.sm {
        font-size: 6.3vw;
    }
    .feature_block h2 {
        font-size: 6.3vw;
        padding: 50px 0 40px;
    }
    .feature_block h2 span.bx::before {
        width: 65px;
        height: 15px;
        margin-right: 0;
    }
    .feature_block h2 span.bx::after {
        width: 65px;
        height: 15px;
        margin-left: 15px;
    }
    .feature_block .box p {
        text-align: left;
        font-size: 24px;
    }
    .feature_block .box:nth-child(3) img {
        width: 100%;
        float: none;
        margin: 30px 0 0;
    }
    .feature_block .box:last-child p {
        padding-top: 0;
    }
    .feature_block .box:last-child img {
        float: none;
        width: 90%;
        margin: 30px 5% 0;
    }
    .feature_block .box h3 span.bottom_right {
        padding: 0 30px;
        font-size: 4.8vw;
    }
    .feature_block .box h3 {
        margin-bottom: 30px;
        font-size: 6vw;
        padding: 0 12px 30px;
    }
    .feature_block .box:nth-child(2) h3 {
        width: 100%;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    .feature_block .box:nth-child(3) h3 {
        width: 100%;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    .feature_block .box:nth-child(4) h3 {
        width: 100%;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    .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 h4 {
        top: -60px;
    }
    .feature_block .box .comp .school h4 {
        left: calc((100% - 29vw) / 2);
        font-size: 4vw;
        padding: 8px 0 10px;
        line-height: 1.1;
        width: 29vw;
    }
    .feature_block .box .comp .first h4 {
        left: calc((100% - 29vw) / 2);
        font-size: 4vw;
        padding: 8px 0 10px;
        line-height: 1.1;
        width: 29vw;
    }
    .feature_block .box .comp h4 span:not(.num) {
        display: block;
    }
    .feature_block .box .comp .school {
        padding: 45px 10px 10px;
    }
    .feature_block .box .comp .first {
        padding: 45px 10px 10px;
    }
    .feature_block .box .comp img.arrow {
        width: 8.5vw;
        top: 6.2vh;
        left: calc((100% - 8.5vw) / 2);
    }
    .feature_block .box .comp .item p {
        font-size: 2.8vw;
    }
    .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: 5.2vw;
        letter-spacing: -0.05em;
    }
    .onayami_block .box h2 span.grey {
        font-size: 7.5vw;
        padding: 0 0.5vw;
    }
    .onayami_block .box p {
        font-size: 4.5vw;
        letter-spacing: 0.01em;
        line-height: 1.3;
    }
    .onayami_block .box p span.red {
        font-size: 6.5vw;
    }
    .merit_block {
        padding: 70px 0 80px;
    }
    .merit_block h2 {
        padding: 0;
        font-size: 7.6vw;
        letter-spacing: -0.05em;
    }
    .merit_block h2 span span {
        letter-spacing: -0.25em;
    }
    .merit_block .in {
        width: calc(100% - 80px);
        margin: 0 40px;
        padding: 35px 30px 50px;
    }
    .merit_block .box {
        width: 100%;
        padding: 0;
    }
    .merit_block .box .clearfix {
        display: flex;
        flex-direction: column-reverse;
    }
    .lesson_block.short .box:last-child {
        padding: 50px 40px;
        width: calc(100% - 80px);
        margin: 0 40px;
    }
    .merit_block .box h3 {
        float: none;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 40px;
    }
    .merit_block .box img {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .lesson_block .box img {
        width: 90%;
        float: none;
        margin-bottom: 10px;
    }
    .merit_block .box p, .lesson_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 {
        padding: 0 0 80px;
    }
    .outcome_block h2 {
        font-size: 7.2vw;
        margin-bottom: 70px;
        background-image: url(../img/kids/bg-dot-left_sp.png), url(../img/kids/bg-dot-right_sp.png);
        background-size: auto 297px, auto 297px;
        padding: 40px 0 50px;
    }
    .outcome_block h2 span {
        font-size: 7.2vw;
    }
    .outcome_block h2 span.sm {
        font-size: 7.2vw;
    }
    .outcome_block .in {
        padding: 0 25px;
    }
    .outcome_block .in .box {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
        padding: 20px 30px 40px;
    }
    .outcome_block .in .box img:first-child {
        width: 170px;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .outcome_block .in .box .text {
        width: calc(100% - 200px);
        margin-bottom: 20px;
    }
    .outcome_block .in .box h3 {
        font-size: 5.3vw;
        padding-top: 15px;
        line-height: 1.15;
        margin-bottom: 20px;
        letter-spacing: -0.08em;
    }
    .outcome_block .in .box h3 + img {
        max-width: 285px;
    }
    .outcome_block .in .box p {
        font-size: 24px;
    }
    .outcome_block .in .box p strong {
        font-size: 3.65vw;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .outcome_block .in .box p strong span {
        display: block;
    }
    .qa_block h2 {
        padding: 40px 0 50px;
        font-size: 7.2vw;
        margin-bottom: 70px;
        background-image: url(../img/kids/bg-dot-left_sp.png), url(../img/kids/bg-dot-right_sp.png);
        background-size: auto 297px, auto 297px;
    }
    .qa_block h2 span:first-child {
        font-size: 5.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;
    }
    .flow_block .box:nth-child(3) .item, .flow_block .box:nth-child(4) .item {
        min-height: initial;
        min-height: auto;
    }
    .feature_block .bg-blue {
        padding: 0 30px 90px;
    }
    .feature_block .box:nth-child(2) {
        padding: 40px 30px 60px;
    }
    .feature_block .box {
        padding: 0 30px 30px;
    }
    .feature_block .box:last-child {
        padding: 0 30px 60px;
    }
    .place_block .bg-grey {
        padding: 50px 30px 40px;
    }
    .place_block .box h2 {
        font-size: 5.75vw;
    }
    .place_block .box p {
        font-size: 24px;
        line-height: 1.3;
    }
    .place_block .box img {
        width: 330px;
        margin: 0 0 10px 10px;
    }
    .trial_block .in img {
        width: 100% !important;
        max-width: none;
        margin: 0 auto !important;
        text-align: center;
    }
    .coach_block .in h2 span {
        font-size: 53px;
    }
    .coach_block .in h3 {
        font-size: 35px !important;
        margin-bottom: 310px !important;
        font-weight: bold !important;
    }
    .swiper-container {
        background-color: #fff;
        border-radius: 20px;
    }
    .swiper-slide .box {
        padding: 0;
        background-size: 270px auto !important;
    }
    .swiper-slide .box {
        background-position: center top 60px !important;
    }
    .swiper-slide p {
        margin-bottom: 30px;
        padding: 0 30px;
        font-size: 24px;
        line-height: 1.4;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 40px !important;
    }
    .swiper-button-prev {
        background-image: url(/service/new/img/taiiku/prev_btn.png) !important;
    }
    .swiper-button-next {
        background-image: url(/service/new/img/taiiku/next_btn.png) !important;
    }
    .merit_block h2 {
        margin-bottom: 30px;
    }
    .price_block .bg h2 {
        margin-bottom: 30px;
    }
    .dot_block .bg-grey {
        padding: 60px 0 80px;
    }
    .basic_block h2 {
        background-size: 44px 8px;
        font-size: 8.5vw;
        letter-spacing: -0.12em;
    }
    .basic_block h2 span.of {
        font-size: 6.5vw;
        padding: 0 0 0 8px;
    }
    .basic_block p {
        font-size: 24px;
    }
    .basic_block .sports .box {
        width: 31%;
        margin: 0 3.5% 30px 0;
    }
    .basic_block .sports .box:nth-child(3) {
        margin: 0 0 30px;
    }
    .basic_block .sports .box:nth-child(5) {
        margin: 0 3.5% 30px 0;
    }
    .basic_block .sports .box.v06 {
        display: none;
    }
    .basic_block .sports .box:nth-child(7), .basic_block .sports .box:nth-child(10) {
        margin: 0 0 30px;
    }
    .basic_block .sports .box h3 {
        font-size: 3.6vw;
    }
    .pga_block h2 {
        font-size: 6.7vw;
        letter-spacing: -0.02em;
        background-image: url(../img/kids/bg-dot-left_sp.png), url(../img/kids/bg-dot-right_sp.png);
        padding: 10px 15px 30px;
        margin-bottom: 70px;
    }
    .pga_block h2 span:not(.lar):first-child {
        display: block;
        margin-bottom: 5px;
    }
    .pga_block h2 span.lar {
        font-size: 8.8vw;
        margin-right: 3px;
    }
    .pga_block h2 span.lar.blue {
        margin: 0 -10px 5px 0;
    }
    .pga_block h3 {
        font-size: 37px;
    }
    .pga_block h3 span.lar {
        font-size: 50px;
    }
    .pga_block .in {
        padding: 0 0 100px;
    }
    .pga_block .box {
        min-height: auto;
        background: none;
    }
    .pga_block .box p {
        font-size: 24px;
        width: 100%;
        padding-top: 0;
        margin-left: 0;
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .pga_block .box p img {
        float: right;
        width: 360px;
        margin: 0 -30px 30px 0;
    }
    .pga_block .graph {
        width: calc(100% - 60px);
        margin: 0 30px 60px;
        padding: 15px 5px 0;
    }
    .pga_block .in .box.non + img {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .pga_block .graph + h3 {
        margin-bottom: 30px;
    }
    .pga_block .in .box.non p {
        float: none;
        width: 100%;
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .pga_block {
        margin: 0 auto 50px;
    }
    .pga_block .in {
        padding: 0 0 80px;
    }
    .price_block h2 {
        margin-bottom: 20px;
        font-size: 53px;
        padding-right: 25px;
    }
    .price_block h2 span:first-child {
        font-size: 46px;
    }
    .price_block h2::before {
        width: 79px;
        height: 103px;
        left: calc(50% - 320px);
    }
    .price_block h2::after {
        width: 79px;
        height: 103px;
        right: calc(50% - 315px);
    }
    section.bg-01 {
        background-image: url(../img/kids/bg-merit-illust_sp.png), url(../img/kids/bg-merit-up.png), url(../img/kids/bg-merit-down.png), url(../img/kids/bg-merit-in.png);
        background-position: top 230px center, top center, bottom center, top center;
        background-size: 1030px auto, auto, auto, auto;
    }
    .merit_block .box h3 .num {
        width: 126px;
        vertical-align: top;
        margin-right: 14px;
    }
    .merit_block .box h3 .bx {
        width: calc(100% - 140px);
    }
    .merit_block .box h3 {
        padding-bottom: 0;
        font-size: 5.4vw;
    }
    .merit_block .box p {
        margin-bottom: 30px;
    }
    .merit_block .box:first-child p, .merit_block .box:last-child p {
        float: none;
        margin-bottom: 30px;
    }
    .merit_block .in .box:first-child img, .merit_block .in .box:last-child img {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .bg-03 {
        background-image: url(../img/kids/bg-price-in.png);
        background-repeat: repeat;
        background-position: top center;
        background-size: auto;
        padding: 0;
    }
    .price_block {
        background-image: url(../img/kids/bg-price-illust_sp01.png);
        background-repeat: no-repeat;
        background-position: top 75px center;
        background-size: 1030px auto;
        padding: 40px 0 0;
        margin-bottom: 50px;
    }
    .price_block .in {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
    .trial_block .in .text button {
        width: 100%;
        height: 140px;
    }
    .trial_block .in .text button span {
        font-size: 6vw;
        margin-top: -5px;
    }
    .trial_block .in .text button img {
        width: 35px !important;
        margin: 0 0 0 15px !important;
    }
    .swiper {
        background-color: #fff;
        border-radius: 20px;
    }
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 40px;
    }
    .pga_block .graph img {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .feature_block .box .comp .item p {
        font-size: 2.7vw;
    }
    .feature_block .box .comp img.arrow {
        top: 8.8vh;
    }
    .feature_block .box .comp .school .item {
        margin-bottom: 18px;
    }
    .feature_block .box .comp .first .item {
        margin-bottom: 18px;
    }
    section.bg-01 {
        background-position: top 200px center, top center, bottom center, top center;
    }
}
@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 .item {
        padding: 8px 0 10px 15px;
        margin-bottom: 14px;
        height: 9.8vw;
    }
    .feature_block .box .comp .first .item {
        padding: 8px 0 10px 15px;
        margin-bottom: 14px;
        height: 9.8vw;
    }
    .feature_block .box .comp img.arrow {
        top: 7.4vh;
    }
    .feature_block .box .comp .school h4 span {
        display: block;
    }
    .feature_block .box .comp .first h4 span:not(.num) {
        display: block;
    }
    .merit_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 {
        text-align: center;
    }
    .price_block .in .box:last-child p span.bx:first-child {
        display: block;
        padding: 15px 0 0;
        text-align: center;
        width: 100%;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child {
        text-align: center;
        display: block;
    }
    .onayami_block .box img {
        margin: 0 auto 15px;
    }
    section.bg-01 {
        background-position: top 115px center, top center, bottom center, top center;
    }
    .trial_block {
        background-position: top 250px right;
    }
    .contact_block {
        background-position: left 30px top 105px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 15px 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a span {
        margin: 0 0 0 10%;
    }
    .contact_block .box:last-child .btn.blue a img {
        float: left;
        margin: 18px 0 0 0;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 3px 0 0 0;
    }
    .trial_block .in .text button {
        height: 130px;
    }
}
@media screen and (max-width: 730px) {
    .contact_block {
        background-position: left 30px top 100px;
    }
    .contact_block .box a {
        font-size: 8.6vw;
        margin: 0 auto;
    }
    .contact_block .box:last-child .btn.blue a {
        margin-top: 0;
        margin-left: 0;
        padding: 15px 0 0 0;
    }
    .contact_block .box:last-child .btn.org a {
        margin-top: 0;
        margin-left: 0;
    }
    .contact_block .box:last-child .btn.blue a span {
        margin: 0 0 0 14%;
    }
    .contact_block .box:last-child .btn.blue a span:first-child {
        display: block;
        width: auto;
    }
    .contact_block .box:last-child .btn.blue a span:last-child {
        display: inline;
    }
    .contact_block .box:last-child .btn.blue a img {
        margin: 18px 0 0 15px;
    }
    .onayami_block .box p {
        font-size: 7vw;
    }
    .onayami_block .box p span.red {
        font-size: 8vw;
    }
    .feature_block .box .comp .school .item {
        padding: 8px 0 10px 10px;
    }
    .feature_block .box .comp .first .item {
        padding: 8px 0 10px 10px;
    }
    .feature_block .box .comp .item p {
        font-size: 2.7vw;
    }
    .feature_block .box .comp img.arrow {
        top: 8.8vh;
    }
    .place_block .box h2 {
        font-size: 5.7vw;
    }
    .outcome_block .in .box h3 {
        font-size: 5.2vw;
    }
    .pga_block .graph + h3 {
        margin-bottom: 20px;
    }
    .pga_block .graph + h3 span.bdr {
        display: block;
        width: 82vw;
        margin: 0 auto 8px;
    }
    section.bg-01 {
        background-size: 1000px auto, auto, auto, auto;
    }
    .price_block {
        background-size: 980px auto;
    }
    .price_block h2 {
        padding-right: 40px;
    }
    .price_block h2::before {
        left: calc(50% - 325px);
    }
    .price_block h2::after {
        right: calc(50% - 305px);
    }
    .lesson_block {
        background-size: 980px auto;
    }
    .trial_block {
        background-size: 450px auto;
    }
    .outcome_block .in .box img:first-child {
        width: 150px;
    }
    .outcome_block .in .box .text {
        width: calc(100% - 180px);
    }
}
@media screen and (max-width: 700px) {
    .contact_block .box:last-child .btn.blue a::after {
        right: 8.5%;
    }
    .contact_block .box:last-child .btn.org a::after {
        right: 8.5%;
    }
    .point_block .in .box 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 0 10px 10px;
    }
    .feature_block .box .comp .first .item {
        padding: 5px 0 10px 10px;
    }
    .feature_block .box:nth-child(2) {
        padding: 40px 20px 60px;
    }
    .feature_block .box {
        padding: 0 20px 30px;
    }
    .feature_block .box:last-child {
        padding: 0 20px 60px;
    }
    .feature_block .box .comp .item p {
        font-size: 2.9vw;
    }
    .pga_block .graph + h3 span.bdr {
        width: 85vw;
    }
    .contact_block {
        background-position: left 30px top 95px;
    }
    .contact_block .box:first-child {
        background-position: right 30px bottom;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: 90px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 13px 0 0 0;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 0 0 0 0;
    }
    .contact_block .box:last-child .btn.blue a img {
        margin: 18px 0 0 12px;
    }
    .merit_block .box h3 {
        font-size: 5.2vw;
        letter-spacing: 0;
    }
    .merit_block .box h3 .num {
        width: 110px;
        margin-right: 10px;
    }
    .merit_block .box h3 .bx {
        width: calc(100% - 120px);
    }
    section.bg-01 {
        background-size: 980px auto, auto, auto, auto;
    }
    .price_block h2::before, .price_block h2::after {
        content: none;
    }
    .price_block {
        background-size: 900px auto;
        background-position: top 85px center;
    }
    .lesson_block {
        background-size: 900px auto;
        background-position: top 10px center;
    }
    .lesson_block h2 {
        padding-top: 0;
        margin-bottom: 25px;
        letter-spacing: -0.08em;
    }
    .lesson_block h2 span:first-child {
        letter-spacing: -0.23em;
    }
    .trial_block .in .text button {
        height: 120px;
    }
}
@media screen and (max-width: 668px) {
    .lesson_block .in .box:nth-child(2) h3 {
        font-size: 28px;
    }
    .trial_block .in {
        padding: 70px 20px 0;
        position: relative;
    }
    .trial_block .in .text p {
        padding-left: 5px;
    }
    .point_block .in .box p {
        font-size: 21px;
    }
    .coach_block {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .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 .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 auto 18px;
        float: none;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 0 0 0 0;
        line-height: 11vw;
    }
    .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: 6px 0 0 12px;
        display: inline-block;
        vertical-align: middle;
    }
    .contact_block .box:last-child .btn.org {
        max-width: 100%;
        float: none;
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 11vw;
    }
    .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: 6.5vw;
    }
    .contact_block .box a + p {
        font-size: 4vw;
    }
    .price_block .bg h2 {
        font-size: 9vw;
    }
    .price_block .bg h2 span {
        font-size: 8vw;
    }
    .price_block .in .box ul li {
        font-size: 21px;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .price_block .in .box:last-child p span.bx:first-child {
        font-size: 26px;
        padding: 0 20px 0 35px;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child {
        font-size: 10.2vw;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child span:first-child {
        font-size: 6.8vw;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child 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 .in .box {
        width: 48.5%;
        margin-right: 3%;
    }
    .lesson_block .in .box:nth-child(3) {
        margin-right: 3%;
    }
    .flow_block {
        padding: 60px 20px 0;
    }
    .voice_block .in {
        padding: 0 20px;
    }
    .qa_block .in {
        padding: 0 20px;
    }
    .feature_block .box p {
        text-align: left;
        font-size: 21px;
    }
    .contact_block .box h2 + p {
        font-size: 4vw;
        line-height: 1.3;
    }
    .merit_block .box p, .lesson_block .box p {
        font-size: 21px;
    }
    .point_block .in .box h3 {
        font-size: 5.3vw;
    }
    .outcome_block .in .box p {
        font-size: 21px;
    }
    .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 .school {
        padding: 35px 10px 10px;
    }
    .feature_block .box .comp .first {
        padding: 35px 10px 10px;
    }
    .feature_block .box .comp img.arrow {
        top: 7.4vh;
        width: 8.7vw;
        left: calc((100% - 8.7vw) / 2);
    }
    .onayami_block .box {
        padding: 30px 20px 70px;
    }
    .place_block .bg-grey {
        padding: 50px 20px 40px;
    }
    .place_block .box h2 {
        font-size: 5.8vw;
    }
    .place_block .box p {
        font-size: 21px;
    }
    .place_block .box img {
        width: 280px;
    }
    .feature_block .bg-blue {
        padding: 0 20px 90px;
    }
    .contact_block {
        background-size: 132px auto;
        background-position: left 20px top 100px;
    }
    .contact_block .box:first-child {
        background-position: right 25px bottom 15px;
    }
    .price_block .bg {
        padding: 60px 20px 0;
    }
    .outcome_block .in {
        padding: 0 20px;
    }
    .price_block .in {
        padding: 80px 30px 0;
    }
    .lesson_block.short .box:last-child {
        padding: 40px 30px 60px;
    }
    .merit_block h2 {
        font-size: 9vw;
        padding: 0 20px;
        line-height: 1.1;
    }
    .merit_block h2 span:nth-child(2) {
        letter-spacing: -0.07em;
    }
    .swiper-slide p {
        font-size: 21px;
        padding: 0;
    }
    .bnr_block {
        margin: 0 auto 60px;
    }
    .basic_block p {
        font-size: 21px;
    }
    .pga_block .graph + h3 span.bdr {
        width: 88vw;
    }
    .pga_block .box p {
        font-size: 21px;
        padding: 0 20px;
    }
    .pga_block .in .box.non p {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .basic_block {
        padding: 0 20px;
        margin: 0 auto 50px;
    }
    .pga_block h2 {
        margin-bottom: 50px;
    }
    .pga_block h2::after {
        bottom: -40px;
    }
    .pga_block .graph {
        margin: 0 20px 50px;
        width: calc(100% - 40px);
    }
    .pga_block .graph + h3 {
        margin-bottom: 15px;
    }
    .pga_block .box p img {
        margin: 0 -20px 15px 0;
    }
    .pga_block .in .box.non + img {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .merit_block .in {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    section.bg-01 {
        background-size: 900px auto, auto, auto, auto;
        background-position: top 130px center, top center, bottom center, top center;
    }
    .price_block .in {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .lesson_block.short .box:last-child {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
    .trial_block {
        background-size: 400px auto;
        background-position: top 240px right;
    }
    .coach_block .in h2 {
        font-size: 7vw;
        line-height: 1.15;
    }
    .coach_block .in h2 span {
        font-size: 8vw;
    }
    .outcome_block h2 {
        margin-bottom: 60px;
    }
    .outcome_block h2::after {
        bottom: -40px;
    }
    .qa_block h2 {
        margin-bottom: 60px;
    }
    .qa_block h2::after {
        bottom: -40px;
    }
    .basic_block h2 {
        margin-bottom: 30px;
    }
}
@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.8vw;
    }
    .feature_block h2 span.sm {
        font-size: 7.3vw;
    }
    .feature_block h2 span.bx {
        display: block;
        line-height: 1.1;
    }
    .feature_block h2 span.bx::before, .feature_block h2 span.bx::after {
        content: none;
    }
    .feature_block h2 span.bx span {
        display: inline-block;
    }
    .feature_block h2 span.bx span::before {
        content: "";
        display: inline-block;
        width: 65px;
        height: 15px;
        margin-right: 30px;
        background-image: url("../img/kids/img-point-before.png");
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .feature_block h2 span.bx span::after {
        content: "";
        display: inline-block;
        width: 65px;
        height: 15px;
        margin-left: 30px;
        background-image: url("../img/kids/img-point-after.png");
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .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;
    }
    .point_block h2 {
        font-size: 12.6vw;
    }
    .point_block h2 span:nth-child(2) span {
        font-size: 12.6vw;
    }
    .feature_block .box .comp img.arrow {
        top: 7.6vh;
    }
    .pga_block .graph + h3 span.bdr {
        width: 92vw;
    }
    .contact_block {
        background-position: left 20px top 90px;
    }
    .contact_block .box:first-child {
        background-position: right 20px bottom 10px;
    }
    .merit_block {
        padding: 60px 0 80px;
    }
    .merit_block h2 {
        padding: 0 30px 0 20px;
        line-height: 1.05;
    }
    section.bg-01 {
        background-size: 133vw auto, auto, auto, auto;
        background-position: top 130px center, top center, bottom center, top center;
    }
    .price_block {
        background-size: 133vw auto;
        background-position: top 90px center;
    }
    .price_block h2 {
        font-size: 8.5vw;
        padding-right: 30px;
    }
    .price_block h2 span:first-child {
        font-size: 7.5vw;
    }
    .lesson_block {
        background-size: 133vw auto;
    }
    .lesson_block h2 {
        font-size: 8.4vw;
        padding-right: 15px;
    }
    .lesson_block h2 span {
        font-size: 8.4vw;
    }
    .trial_block {
        background-position: top 230px right;
    }
    .trial_block .in .text button {
        height: 110px;
    }
    .outcome_block .in .box img:first-child {
        width: 23vw;
    }
    .outcome_block .in .box .text {
        width: calc(100% - 26vw);
    }
    .outcome_block .in .box h3 {
        font-size: 6.2vw;
        letter-spacing: 0;
        padding-bottom: 20px;
        padding-top: 10px;
    }
}
@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 h4 {
        top: -50px;
    }
    .feature_block .box .comp .school .item {
        padding: 3px 0 10px 15px;
        margin-bottom: 13px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 0 10px 15px;
        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: 7vh;
    }
    .trial_block .in .text button {
        width: 100%;
    }
    .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 h3 {
        font-size: 7vw;
        margin-bottom: 30px;
    }
    .lesson_block.short .box:last-child {
        padding: 40px 20px 60px;
    }
    .price_block .in {
        padding: 75px 20px 0;
    }
    .price_block .in .box {
        padding: 70px 0 25px;
    }
    .price_block .in .box:last-child {
        padding: 60px 0 60px;
    }
    .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;
    }
    .onayami_block .box h2 {
        line-height: 1.12;
    }
    .feature_block .box .comp img {
        margin: 0 5px 0 0;
    }
    .feature_block .box .comp .first {
        padding: 35px 10px 10px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 0 10px 10px;
        margin-bottom: 12px;
    }
    .feature_block .box .comp .school {
        padding: 35px 10px 10px;
    }
    .feature_block .box .comp .school .item {
        padding: 3px 0 10px 10px;
        margin-bottom: 12px;
    }
    .feature_block .box .comp .item p {
        width: calc(100% - 65px);
    }
    .contact_block {
        background-position: left 20px top 90px;
        background-size: 135px auto;
    }
    .contact_block .box:first-child {
        background-position: right 20px bottom 15px;
    }
    .place_block .box img {
        width: 250px;
    }
    .price_block .in .box:last-child h3 {
        margin: -90px auto 40px;
    }
    .pga_block h3 {
        font-size: 5.5vw;
    }
    .pga_block h3 span.lar {
        font-size: 8.3vw;
    }
    .contact_block .box h2 + p {
        line-height: 1.2;
    }
    .contact_block .box h2 + p span:first-child {
        display: block;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 12vw;
    }
}
@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;
    }
    .flow_block .box img {
        float: none;
        margin: 0 auto 20px;
        width: 140px;
    }
    .flow_block .box .text {
        width: 100%;
        float: none;
    }
    .flow_block .box .text h3 {
        text-align: center;
    }
    .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 button {
        height: 100px;
    }
    .trial_block .in .text p {
        font-size: 4.2vw;
    }
    .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;
    }
    .coach_block .in + p {
        font-size: 21px;
        padding-left: 21px;
        text-indent: -21px;
    }
    .price_block .in .box h3 {
        font-size: 6.2vw;
    }
    .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.bx: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 0 10px 10px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 0 10px 10px;
    }
    .trial_block .in .text button span {
        margin-top: 0;
    }
    .trial_block .in .text button span span {
        display: inline;
    }
    .flow_block .box .item h3 {
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .point_block .in .box img {
        width: 180px;
    }
    .feature_block .bg-blue {
        margin-top: -1px;
    }
    .feature_block .box {
        margin-top: -1px;
    }
    .place_block .bg-grey {
        margin-top: -1px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 3px 0;
    }
    .feature_block .box .comp img.arrow {
        top: 7.2vh;
    }
    .feature_block .box {
        padding: 0 20px 40px;
    }
    .swiper-slide {
        padding: 35px 30px;
    }
    .swiper-slide .box {
        background-size: 200px auto !important;
        background-position: center top 55px !important;
    }
    .coach_block .in h3 {
        margin-bottom: 230px !important;
    }
    .pga_block h2 span.lar {
        font-size: 8.6vw;
    }
    .pga_block h2 span.lar.blue {
        padding: 0 35px 8px 30px;
    }
    .pga_block h3 {
        padding-right: 10px;
    }
    .contact_block .box h2 + p {
        margin-bottom: 3px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 13vw;
    }
    .merit_block .in {
        padding: 35px 20px 50px;
    }
    .merit_block .box h3 .num {
        width: 100px;
    }
    .merit_block .box h3 .bx {
        width: calc(100% - 110px);
    }
    .lesson_block .box img {
        width: 100%;
        margin-bottom: 15px;
    }
    .trial_block {
        background-size: 365px auto;
    }
    .pga_block .box p img {
        margin: 0 -20px 10px 0;
        width: 50vw;
    }
    .price_block .in .box h3 {
        max-width: 280px;
    }
    .trial_block .in .text button img {
        width: 30px !important;
    }
}
@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;
    }
    .feature_block .box p {
        margin-bottom: 70px;
    }
    .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 {
        font-size: 6vw;
        top: -30px;
        width: 75vw;
        left: calc((100% - 75vw) / 2);
    }
    .feature_block .box .comp .first h4 {
        font-size: 6vw;
        top: -30px;
        width: 75vw;
        left: calc((100% - 75vw) / 2);
    }
    .feature_block .box .comp .first h4 span:not(.num) {
        display: inline-block;
    }
    .feature_block .box .comp .school .item {
        padding: 3px 0 5px 15px;
        height: auto;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 0 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 {
        height: 95px;
    }
    .trial_block .in .text button img {
        width: 28px !important;
    }
    .feature_block .box .comp .item p span {
        display: inline;
    }
    .feature_block .box .comp .item p span span {
        display: inline-block;
    }
    .place_block .box h2 {
        font-size: 5.7vw;
    }
    .contact_block {
        background-position: left 20px top 78px;
        margin: 0 auto 70px;
    }
    .feature_block .box .comp .school {
        padding: 40px 10px 10px;
    }
    .feature_block .box .comp .first {
        padding: 40px 10px 10px;
    }
    .coach_block .in h2 {
        font-size: 6.5vw;
    }
    .coach_block .in h3 {
        font-size: 32px !important;
        margin-bottom: 235px !important;
    }
    .basic_block h2 {
        font-size: 9.5vw;
        letter-spacing: -0.18em;
        margin: 0 -10px 30px;
        padding-right: 5px;
    }
    .basic_block h2 span.of {
        font-size: 7.2vw;
        padding: 0 5px 0 8px;
    }
    .contact_block .box:last-child .btn.blue, .contact_block .box:last-child .btn.org {
        min-height: auto;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 12.5vw;
        height: 83px;
        font-size: 6.3vw;
    }
    .pga_block .in {
        padding: 0 0 70px;
    }
    section.bg-01 {
        background-position: top 120px center, top center, bottom center, top center;
    }
    .merit_block .box h3 .num {
        width: 90px;
    }
    .merit_block .box h3 .bx {
        width: calc(100% - 100px);
    }
    .merit_block .box h3 {
        margin-bottom: 15px;
    }
    .trial_block {
        background-position: top 205px right;
    }
    .flow_block {
        padding: 50px 20px 0;
    }
    .outcome_block h2, .qa_block h2 {
        background-size: auto 213px, auto 213px;
    }
    .outcome_block {
        padding: 0 0 70px;
    }
    .outcome_block .in .box {
        margin: 0 auto 30px;
    }
}
@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::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);
    }
    .feature_block .box h3 {
        font-size: 7vw;
    }
    .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: 60px;
    }
    .trial_block .in {
        padding: 60px 20px 0;
    }
    .trial_block .in .text p {
        font-size: 4.5vw;
    }
    .merit_block .box h3 {
        font-size: 6.5vw;
        background-size: 100% 4px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: transparent;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(39, 84, 126, 1) 5px, rgba(39, 84, 126, 1) 10px);
        padding-bottom: 25px;
        margin-bottom: 20px;
        line-height: 1.25;
    }
    .feature_block .box h3 span.bottom_right {
        font-size: 5.8vw;
    }
    .place_block .box img {
        width: 180px;
        margin: -5px 0 10px 10px;
    }
    .trial_block .in h2 {
        margin-bottom: 20px;
    }
    .coach_block .in h2 {
        font-size: 6.3vw;
    }
    .contact_block .box:last-child {
        padding: 0 15px;
    }
    .contact_block {
        background-position: left 22px top 70px;
        background-size: 115px auto;
    }
    .contact_block .box:first-child {
        background-position: right 30px bottom 20px;
        background-size: 104px auto;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
    .swiper-slide p {
        margin-bottom: 20px;
    }
    .pga_block h2 span.lar {
        font-size: 8.4vw;
    }
    .pga_block h2 span.lar.blue {
        padding: 0 30px 8px 25px;
        margin: 0 -5px 5px 0;
    }
    .contact_block {
        background-position: left 20px top 85px;
        background-size: 115px auto;
    }
    .contact_block .box:first-child {
        background-position: right 15px bottom 20px;
        background-size: 139px auto;
    }
    .contact_block .box a {
        padding: 0;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 73px;
        line-height: 11.8vw;
    }
    .merit_block .in {
        padding: 20px 20px 40px;
    }
    .merit_block .box h3 .num {
        width: 100%;
        display: block;
        margin: 0 auto 8px;
        position: relative;
    }
    .merit_block .box h3 .num img {
        width: 100px !important;
        display: block;
    }
    .merit_block .box h3 .num::before {
        content: "";
        width: 33%;
        height: 4px;
        position: absolute;
        left: 0;
        top: 50px;
        background-size: 100% 4px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: transparent;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(39, 84, 126, 1) 5px, rgba(39, 84, 126, 1) 10px);
    }
    .merit_block .box h3 .num::after {
        content: "";
        width: 33%;
        height: 4px;
        position: absolute;
        right: 0;
        top: 50px;
        background-size: 100% 4px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-color: transparent;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(39, 84, 126, 1) 5px, rgba(39, 84, 126, 1) 10px);
    }
    .merit_block .box h3 .bx {
        width: 100%;
        text-align: center;
    }
    .merit_block .box {
        margin: 0 auto 40px;
    }
    .merit_block {
        padding: 60px 0 70px;
    }
    .price_block {
        margin: 0 auto 40px;
    }
    .lesson_block {
        padding: 0 0 50px;
    }
    .trial {
        padding-bottom: 60px;
    }
    .trial_block {
        background-size: 365px auto;
        background-position: top 185px right -12px;
    }
    .trial_block .in {
        margin: -20px auto 35px;
    }
    .trial_block .in .text button {
        height: 90px;
    }
    .trial_block .in .text button img {
        width: 25px !important;
    }
    .qa_block {
        margin: 0 auto 50px;
    }
    .s_01 {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 440px) {
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 13.5vw;
    }
    .trial_block .in .text button {
        height: 80px;
    }
}
@media screen and (max-width: 430px) {
    .mv_block {
        margin: 0 auto 50px;
    }
    .bnr_block {
        padding: 0 15px;
    }
    .onayami_block .box {
        padding: 30px 15px 70px;
    }
    .onayami_block .box p span.box {
        margin-left: -5px;
        margin-right: -5px;
    }
    .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 .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 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;
    }
    .flow_block {
        padding: 45px 15px 0;
        margin: 0 auto 30px;
    }
    .flow_block h2 {
        font-size: 10vw;
    }
    .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%;
    }
    .price_block {
        margin: 0 auto 70px;
    }
    .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: 20px;
    }
    .price_block .in .box:last-child p span.bx:first-child {
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 8px;
        font-size: 24px;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child {
        font-size: 12.2vw;
    }
    .price_block .in .box:last-child p span.bx:last-child span:first-child span:last-child {
        font-size: 6.4vw;
    }
    .price_block .in .box h3 {
        max-width: 240px;
        margin: -100px auto 20px;
    }
    .price_block .in .box:last-child h3 {
        margin: -80px auto 25px;
    }
    .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 .comp .item p {
        font-size: 4.5vw;
    }
    .feature_block .box .comp .school h4 {
        width: 68vw;
        left: calc((100% - 68vw) / 2);
    }
    .feature_block .box .comp .first h4 {
        width: 68vw;
        left: calc((100% - 68vw) / 2);
    }
    .feature_block .box .comp .school .item {
        padding: 3px 0 5px 12px;
    }
    .feature_block .box .comp .first .item {
        padding: 3px 0 5px 12px;
    }
    .feature_block .box .comp .school {
        padding: 35px 10px 5px;
    }
    .feature_block .box .comp .first {
        padding: 35px 10px 5px;
    }
    .trial_block .in .text button {
        height: 95px;
    }
    .trial_block .in {
        padding: 50px 15px 0;
    }
    .flow_block .box img {
        width: 120px;
    }
    .contact_block .box:last-child .btn.org a {
        margin-top: 0;
    }
    .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;
    }
    .feature_block h2::after, .merit_block h2::after, .price_block h2::after, .qa_block h2::after {
        bottom: -30px;
    }
    .outcome_block .in .box img:first-child {
        width: 65vw;
    }
    .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 50px;
    }
    .feature_block .box p {
        margin-bottom: 60px;
        line-height: 1.4;
        font-size: 18px;
    }
    .merit_block .box p, .lesson_block .box p {
        font-size: 18px;
    }
    .point_block .bg {
        padding: 0 0 70px;
    }
    .point_block .in .box h3 {
        font-size: 6.3vw;
    }
    .point_block .in .box img {
        width: 160px;
    }
    .outcome_block .in .box h3 {
        font-size: 8.5vw;
        padding-top: 0;
        text-align: center;
    }
    .outcome_block {
        padding: 0 0 60px;
    }
    .outcome_block .in .box p {
        font-size: 18px;
    }
    .point_block .bg {
        padding: 0 0 70px;
    }
    .price_block .in .box ul li {
        font-size: 18px;
    }
    .point_block {
        background-position: left 25% top;
    }
    .point_block .in .box p {
        font-size: 18px;
    }
    .contact_block .box:last-child .btn.org a img {
        vertical-align: middle;
    }
    .s_01 .accordion_one .accordion_inner {
        padding: 0 15px 20px;
    }
    .place_block .bg-grey {
        padding: 35px 20px 40px;
    }
    .place_block .box p {
        font-size: 18px;
    }
    .place_block .box img.sp {
        display: none;
    }
    .place_block .box img.pc {
        display: block;
        float: right;
        width: 150px;
        margin: 5px 0 10px 0;
    }
    .place_block .box h2 {
        font-size: 6.5vw;
        display: inline-block !important;
        width: calc(100% - 150px);
        margin-top: 20px;
    }
    .trial_block {
        background-size: 310px auto;
        background-position: top 160px right -12px;
    }
    .trial_block .in {
        padding: 50px 0 0;
    }
    .trial_block .in h2 {
        margin-bottom: 10px;
    }
    .trial_block .in img {
        margin: 0 15px;
        width: calc(100% - 30px) !important;
    }
    .trial_block .in .text p {
        padding-left: 15px;
        text-shadow: 0px 0px 5px rgba(245, 209, 225, 1), 0px 0px 5px rgba(245, 209, 225, 1), 0px 0px 5px rgba(245, 209, 225, 1), 0px 0px 5px rgba(245, 209, 225, 1), 0px 0px 5px rgba(245, 209, 225, 1);
    }
    .trial_block .in .text button {
        height: 120px;
        background-image: url(../img/kids/btn_sp.png);
        background-position: top left;
        padding: 0;
        margin: 0 8px;
        width: calc(100% - 16px);
    }
    .trial_block .in .text button img {
        margin: -8px 0 0 15px !important;
        width: 30px !important;
    }
    .trial_block .in .text button span {
        font-size: 8vw;
        line-height: 1.1;
        margin-top: -15px;
    }
    .trial_block .in .text button span span {
        display: block;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 46px;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 25px;
        margin: 0 0 0 10px;
    }
    .contact_block {
        background-position: left 15px top 75px;
        background-size: 108px auto;
        margin: 0 auto 50px;
    }
    .contact_block .box:first-child {
        background-size: 130px auto;
    }
    .contact_block .box h2 + p span:first-child {
        display: block;
    }
    .outcome_block h2 {
        margin-bottom: 60px;
    }
    .feature_block .bg-blue {
        padding: 0 15px 90px;
    }
    .feature_block .box:nth-child(2) {
        padding: 30px 15px 50px;
    }
    .feature_block .box {
        padding: 0 15px 40px;
    }
    .feature_block .box:last-child {
        padding: 0 15px 50px;
    }
    .price_block .bg {
        padding: 50px 15px 0;
    }
    .price_block .in {
        padding: 65px 15px 0;
    }
    .price_block .in .box:last-child {
        padding: 50px 0 50px;
    }
    .price_block {
        margin: 0 auto 50px;
    }
    .price_block .bg h2 {
        margin-bottom: 20px;
    }
    .merit_block h2 {
        margin-bottom: 25px;
    }
    .lesson_block.short .box:last-child {
        padding: 30px 15px 40px;
    }
    .price_block .in .box ul {
        padding-left: 25px;
    }
    .price_block .in .box:last-child ul {
        padding-left: 25px;
    }
    .price_block .in .box:last-child p span.bx:first-child span {
        font-size: 18px;
        margin-left: 0;
    }
    .swiper-slide p {
        font-size: 18px;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .bnr_block {
        margin: 0 auto 45px;
    }
    .basic_block {
        padding: 0 15px;
    }
    .basic_block h2 {
        margin: 0 -8px 25px -2px;
        padding-bottom: 25px;
        font-size: 9.4vw;
    }
    .basic_block p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .basic_block .sports .box {
        width: 32%;
        margin: 0 2% 15px 0;
    }
    .basic_block .sports .box:nth-child(3) {
        margin: 0 0 15px;
    }
    .basic_block .sports .box:nth-child(5) {
        margin: 0 2% 15px 0;
    }
    .basic_block .sports .box:nth-child(7), .basic_block .sports .box:nth-child(10) {
        margin: 0 0 15px;
    }
    .basic_block .sports .box h3 {
        font-size: 4vw;
        padding: 8px 0 10px;
    }
    .basic_block .sports .box.v01 h3 span {
        display: inline;
        letter-spacing: -0.18em;
    }
    .pga_block {
        margin: 0 auto 35px;
    }
    .pga_block h2::after {
        bottom: -30px;
    }
    .pga_block h2 {
        margin-bottom: 40px;
    }
    .pga_block .box p {
        font-size: 18px;
    }
    .pga_block .box p img {
        width: 45vw;
    }
    .pga_block h3 {
        padding-right: 0;
    }
    .pga_block .graph {
        margin: 0 20px 40px;
    }
    .pga_block .in {
        padding: 0 0 50px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 14.5vw;
    }
    .merit_block {
        padding: 50px 0 60px;
    }
    .merit_block .in {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    section.bg-01 {
        background-position: top 95px center, top center, bottom center, top center;
    }
    .merit_block .box h3 .num img {
        width: 90px !important;
    }
    .price_block {
        margin: 0 auto 40px;
        padding: 30px 0 0;
        background-position: top 75px center;
    }
    .price_block .in {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 60px 15px 0;
    }
    .price_block .in .box {
        padding: 70px 0 20px;
    }
    .price_block .in .box:last-child {
        padding: 50px 0 40px;
    }
    .lesson_block {
        padding: 0 0 40px;
    }
    .lesson_block.short .box:last-child {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .lesson_block h2 {
        margin-bottom: 20px;
    }
    .coach_block .in h2 {
        margin: 0 auto 20px;
    }
    .trial {
        padding-bottom: 50px;
    }
    .outcome_block h2::after, .qa_block h2::after {
        bottom: -30px;
    }
    .outcome_block h2, .qa_block h2 {
        margin-bottom: 40px;
    }
    .basic_block {
        margin: 0 auto 40px;
    }
    .qa_block {
        margin: 0 auto 40px;
    }
    .s_01 {
        margin: 0 0 40px;
    }
    .outcome_block .in .box img:first-child {
        width: 120px;
        display: block;
        margin: 0 auto 10px;
        float: none;
    }
    .outcome_block .in .box .text {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .outcome_block .in .box {
        padding: 15px 20px 35px;
    }
    .outcome_block .in .box p strong {
        font-size: 5vw;
        line-height: 1.4;
        text-align: center;
    }
}
@media screen and (max-width: 414px) {
    .trial_block .in .text button {
        height: 115px;
    }
    .coach_block h2 {
        width: 78%;
    }
    .merit_block .box h3 {
        font-size: 5.9vw;
    }
    .feature_block h2 {
        padding: 50px 0 30px;
    }
    .feature_block .box h3 {
        font-size: 8vw;
    }
    .feature_block .box h3 span.num {
        font-size: 7vw;
    }
    .feature_block .box h3 span.num span {
        font-size: 8vw;
    }
    .feature_block .box:nth-child(2) h3 {
        margin: 0 auto 20px;
    }
    .feature_block .box:nth-child(3) h3 {
        margin: 0 auto 20px;
    }
    .feature_block .box:nth-child(4) h3 {
        margin: 0 auto 20px;
    }
    .place_block .box h2 {
        font-size: 6.4vw;
    }
    .flow_block .box {
        margin: 0 auto 55px;
    }
    .pga_block h2 span.lar {
        font-size: 8.3vw;
    }
    .pga_block h2 span.lar.blue {
        padding: 0 20px 8px 15px;
    }
    .pga_block h3 {
        margin-bottom: 20px;
    }
    .pga_block .graph + h3 {
        margin-bottom: 10px;
    }
    .pga_block .box p {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .pga_block .box p img {
        margin: 0 -15px 10px 0;
    }
    .pga_block .graph {
        margin: 0 15px 40px;
        width: calc(100% - 30px);
    }
    .pga_block .in .box.non p {
        margin-bottom: 25px;
        padding: 0 15px;
    }
    .pga_block .in .box.non + img {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .merit_block .in {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .merit_block .box {
        margin: 0 auto 30px;
    }
    .merit_block .box p {
        margin-bottom: 25px;
    }
    .merit_block .box:first-child p, .merit_block .box:last-child p {
        margin-bottom: 25px;
    }
    .merit_block .box h3 .num img {
        width: 85px !important;
    }
    .merit_block .box h3 {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .price_block .in {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .lesson_block.short .box:last-child {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .trial_block {
        background-size: 300px auto;
        background-position: top 155px right -5px;
    }
    .coach_block {
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    .flow_block {
        padding: 45px 15px 0;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 4px 0 0 10px;
    }
    .merit_block h2 {
        font-size: 9.5vw;
        padding: 0 10px 0 0;
        line-height: 1.1;
    }
    section.bg-01 {
        background-position: top 105px center, top center, bottom center, top center;
    }
    .outcome_block .in {
        padding: 0 15px;
    }
}
@media screen and (max-width: 393px) {
    .trial_block .in .text button {
        height: 105px;
    }
}
@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;
    }
    .coach_block .in + p {
        font-size: 18px;
        padding-left: 18px;
        text-indent: -18px;
    }
    .flow_block h2 {
        margin-bottom: 45px;
    }
    .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 0 60px;
    }
    .onayami_block .box h2 {
        font-size: 9vw;
    }
    .onayami_block .box h2 span.grey {
        font-size: 11vw;
    }
    .onayami_block .box p {
        font-size: 7.2vw;
    }
    .onayami_block .box img {
        margin: 0 15px 15px;
        width: calc(100% - 30px);
    }
    .feature_block .box .comp .item p {
        font-size: 4.7vw;
    }
    .feature_block .box .comp .school .item {
        padding: 5px 0 8px 12px;
    }
    .feature_block .box .comp .first .item {
        padding: 5px 0 8px 12px;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 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 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);
    }
    .place_block .bg-grey {
        padding: 35px 15px 40px;
    }
    .place_block .box img.pc {
        width: 140px;
    }
    .place_block .box h2 {
        width: calc(100% - 140px);
    }
    .place_block .box h2 {
        font-size: 6.7vw;
    }
    .contact_block {
        background-position: left 10px top 70px;
        background-size: 103px auto;
    }
    .contact_block .box:first-child {
        background-position: right 10px bottom 15px;
        background-size: 125px auto;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 16.3vw;
    }
    .feature_block .box .comp .school h4 {
        font-size: 6.8vw;
        width: 75vw;
        left: calc((100% - 75vw) / 2);
    }
    .feature_block .box .comp .first h4 {
        font-size: 6.8vw;
        width: 75vw;
        left: calc((100% - 75vw) / 2);
    }
    .price_block .in .box {
        padding: 70px 0 10px;
    }
    .flow_block .box {
        margin: 0 auto 50px;
    }
    .trial_block .in .text button {
        height: 110px;
    }
    .trial_block .in .text button span span {
        display: block;
    }
    .outcome_block .in .box h3 + img {
        width: 40%;
    }
    .merit_block .box h3 {
        font-size: 6.3vw;
    }
    .swiper-slide {
        padding: 30px 20px;
    }
    .swiper-slide .box {
        background-size: 155px auto !important;
        background-position: center top 45px !important;
    }
    .coach_block .in h3 {
        font-size: 28px !important;
        margin-bottom: 180px !important;
    }
    .basic_block p {
        margin-bottom: 25px;
    }
    .basic_block h2 {
        margin: 0 -8px 18px -2px;
        padding-bottom: 20px;
    }
    .contact_block .box:last-child {
        padding: 0 12px;
    }
    .trial_block {
        background-position: top 150px right -15px;
    }
    .basic_block h2 span.of {
        padding: 0 2px 0 5px;
    }
    .outcome_block h2, .qa_block h2 {
        background-size: auto 167px, auto 167px;
    }
    .outcome_block h2, .qa_block h2 {
        font-size: 7.5vw;
    }
    .price_block .in .box h3 {
        margin: -95px auto 20px;
    }
    .price_block .in .box:last-child h3 {
        margin: -75px auto 25px;
    }
}
@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.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%;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 19px;
    }
    .merit_block .box h3 {
        font-size: 6.2vw;
    }
    .contact_block {
        background-size: 98px auto;
    }
    .contact_block .box:first-child {
        background-size: 120px auto;
    }
    .dot_block .bg-grey {
        padding: 50px 0 70px;
    }
    .merit_block .box h3 {
        font-size: 6.5vw;
    }
    .price_block .in .box h3 {
        max-width: 230px;
    }
    .basic_block h2 {
        margin: 0 -10px 18px -8px;
        padding-right: 8px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        height: 68px;
        line-height: 15.2vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 2px 0 0 10px;
        width: 22px;
    }
    .trial_block .in .text button {
        height: 105px;
    }
    .trial_block .in .text button img {
        margin: -10px 0 0 15px !important;
    }
    .trial_block {
        background-size: 280px auto;
        background-position: top 145px right -15px;
    }
    .outcome_block .in .box p strong {
        font-size: 5.5vw;
    }
}
@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 .item p {
        font-size: 4.6vw;
    }
    .contact_block .box:last-child {
        padding: 0 5px;
    }
    .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;
    }
    .place_block .box img.pc {
        width: 130px;
    }
    .place_block .box h2 {
        width: calc(100% - 130px);
    }
    .trial_block .in .text p {
        font-size: 4.8vw;
    }
    .trial_block .in .text button {
        height: 100px;
    }
    .merit_block .box h3 {
        font-size: 6.45vw;
    }
    .price_block .in .box {
        padding: 70px 0 25px;
    }
    .price_block .in .box h3 {
        margin: -95px auto 20px;
    }
    .price_block .in .box:last-child h3 {
        margin: -75px auto 22px;
    }
    .price_block .in .box:last-child p {
        text-align: center;
        margin-bottom: 15px;
    }
    .price_block .in .box p {
        margin-bottom: 20px;
    }
    .coach_block .in h3 {
        font-size: 26px !important;
    }
    .pga_block h2 {
        padding: 12px 0 22px;
    }
    .pga_block h2::after {
        bottom: -25px;
    }
    .pga_block h2 {
        margin-bottom: 30px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 6.8vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        margin: 4px 0 0 8px;
    }
    .merit_block .box h3 .num img {
        width: 80px !important;
    }
    .trial_block .in {
        margin: -20px auto 30px;
    }
    .outcome_block .in .box img:first-child {
        width: 110px;
    }
    .contact_block {
        background-size: 93px auto;
    }
    .contact_block .box:first-child {
        background-size: 115px auto;
    }
    .outcome_block h2, .qa_block h2 {
        padding: 30px 0 35px;
    }
    .trial_block {
        background-position: top 155px right -22px;
    }
}
@media screen and (max-width: 344px) {
    .trial_block .in .text button {
        height: 95px;
    }
}
@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;
    }
    .flow_block .box .text h3 {
        font-size: 8vw;
    }
    .contact_block .box a[href^="tel:"] img {
        width: 40px;
        margin: 0 5px 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: 200px;
    }
    .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: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 .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 img {
        width: 25px !important;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 7vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 20px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 53px;
        height: 63px;
    }
    .point_block .in .box {
        padding: 0 15px 30px;
    }
    .place_block .box img.pc {
        width: 100px;
        margin: 5px 0 10px 0;
    }
    .place_block .box h2 {
        width: calc(100% - 100px);
    }
    .place_block .box h2 {
        font-size: 7vw;
    }
    .trial_block .in .text button {
        height: 90px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        font-size: 6.6vw;
    }
    .merit_block .box h3 {
        font-size: 6.7vw;
    }
    .price_block .in {
        padding: 55px 15px 0;
    }
    .qa_block h2 span:first-child {
        font-size: 5.5vw;
    }
    .contact_block .box h2 + p {
        font-size: 5vw;
    }
    .contact_block {
        background-size: 85px auto;
    }
    .contact_block .box:first-child {
        background-size: 100px auto;
        background-position: right 10px bottom 23px;
    }
    .merit_block h2 {
        margin-bottom: 20px;
    }
    section.bg-01 {
        background-position: top 98px center, top center, bottom center, top center;
    }
    .merit_block .in {
        padding: 18px 15px 25px;
    }
    .price_block {
        background-position: top 70px center;
    }
    .outcome_block .in .box {
        padding: 15px 15px 35px;
    }
    .outcome_block h2::after, .qa_block h2::after {
        bottom: -25px;
    }
    .trial_block {
        background-size: 250px auto;
        background-position: top 145px right -12px;
    }
    .outcome_block .in .box p strong {
        font-size: 6vw;
    }
}
@media screen and (max-width: 280px) {
    .contact_block .box a[href^="tel:"] img {
        width: 30px;
        margin: 0 5px 0 0;
    }
    .price_block .in .box:last-child .course h4 {
        font-size: 20px;
    }
    .price_block .in .box:last-child p span.bx: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 h3 span.bottom_right {
        font-size: 7vw;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 45px;
        height: 53px;
    }
    .point_block .in .box img {
        width: 120px;
    }
    .point_block .in .box h3 {
        font-size: 7.8vw;
    }
    .onayami_block .box p {
        margin-left: 12px;
    }
    .place_block .box h2 {
        font-size: 6.5vw;
        width: calc(100% - 90px);
    }
    .place_block .box img.pc {
        width: 90px;
    }
    .trial_block .in .text button {
        height: 78px;
    }
    .flow_block h2 {
        font-size: 10vw;
    }
    .contact_block {
        background-position: left 5px top 50px;
    }
    .contact_block .box:first-child {
        background-position: right 5px bottom 23px;
    }
    .merit_block .box h3 {
        font-size: 8vw;
    }
    .price_block .in .box:last-child p span.bx:first-child span {
        font-size: 16px;
    }
    .coach_block .in h3 {
        font-size: 26px !important;
    }
    .basic_block h2 {
        font-size: 9.4vw;
    }
    .contact_block .box:last-child .btn.blue a img, .contact_block .box:last-child .btn.org a img {
        width: 18px;
    }
    .contact_block .box:last-child .btn.blue {
        margin: 0 auto 12px;
    }
    .price_block .in .box h3 {
        max-width: 160px;
    }
    .price_block .in .box {
        padding: 70px 0 10px;
    }
    .price_block .in .box h3 {
        margin: -92px auto 16px;
    }
    .trial_block {
        background-size: 220px auto;
        background-position: top 130px right -10px;
    }
    .price_block .in .box:last-child h3 {
        margin: -73px auto 22px;
    }
    .price_block .in {
        padding: 50px 15px 0;
    }
}