@charset "UTF-8";
/*----------------------------
  共通
-----------------------------*/
body {
    color: #303030 !important;
    font-family: "Noto Sans JP", sans-serif !important;
}
.header {
    position: sticky !important;
}
main {
    padding-top: 0 !important;
}
/* ====== MV ====== */
.mv_block {
    width: 100%;
    margin: 0 auto 70px;
    text-align: center;
    height: 500px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    background-image: url(../img/experience/mv_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.mv_block h1 {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #353535;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 45px 85px;
    letter-spacing: 0.15em;
}
.mv_block img.pc {
    position: absolute;
    top: auto;
    bottom: 0;
    left: calc((100% - 1100px) / 2);
}
/* ====== info_block ====== */
.info_block {
    max-width: 1160px;
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    padding: 0 30px;
}
.info_block button {
    background-color: #194eb9;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 20px 70px 20px 40px;
    position: relative;
    margin: 0 auto 60px;
    display: block;
    max-width: 500px;
    width: 100%;
}
.info_block button span {
    display: inline-block;
}
.info_block button:hover {
    color: rgba(255, 255, 255, 0.6);
}
.info_block button::after {
    right: 8%;
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.info_block button:hover::after {
    opacity: 0.6;
}
.info_block h2 {
    font-size: 53px;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.05em;
    position: relative;
    margin-bottom: 50px;
}
.info_block h2::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 100px;
    background-image: url(../img/experience/before-info.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 35px;
    top: 0;
}
.info_block h2::after {
    content: "";
    display: inline-block;
    width: 48px;
    height: 100px;
    background-image: url(../img/experience/after-info.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 35px;
    top: 0;
}
.info_block h2 span {
    display: inline-block;
}
.info_block img {
    float: left;
}
.info_block .text {
    float: right;
    width: calc(100% - 574px);
    text-align: left;
}
.info_block .text h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
}
.info_block .text h3 span {
    display: inline-block;
}
.info_block .text p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 25px;
}
/* ====== off_block ====== */
.off_block {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 30px;
}
.off_block p:first-child {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 50px;
}
.off_block .box {
    margin-bottom: 80px;
}
.off_block .box:last-child {
    margin-bottom: 0;
}
.off_block .box h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    border-bottom: 3px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
}
.off_block .box h2:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 270px;
    height: 3px;
    content: '';
    background: #a3a3a3;
}
.off_block .box h2 span {
    display: inline-block;
}
.off_block .box img {
    width: 385px;
    float: right;
    margin-bottom: 0;
}
.off_block .box .text {
    width: calc(100% - 430px);
    float: left;
}
.off_block .box h3 {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
}
.off_block .box h3 span {
    display: inline-block;
}
.off_block .box .text p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 0;
}
.off_block .box .text p span.sm {
    font-size: 18px;
    display: block;
    padding-top: 10px;
}
.off_block .box .text p span.red {
    color: #cd0f2e;
    font-weight: bold;
}
.off_block .box .text button {
    background-color: #194eb9;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 20px 70px 20px 40px;
    margin-top: 30px;
    position: relative;
}
.off_block .box .text button span {
    display: inline-block;
}
.off_block .box .text button:hover {
    color: rgba(255, 255, 255, 0.6);
}
.off_block .box .text button::after {
    right: 8%;
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.off_block .box .text button:hover::after {
    opacity: 0.6;
}
/* ====== bnr_block ====== */
.bnr_block {
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto 70px;
    text-align: center;
    font-size: 0;
}
.bnr_block.special {
    margin: -10px auto 20px;
}
.bnr_block img {
    width: auto;
}
.bnr_block button {
    width: 31.5%;
    margin: 0 2.75% 0 0;
    font-size: 23px;
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
    border: 5px solid #afafaf;
    padding: 15px 15px 15px 105px;
    position: relative;
}
.bnr_block button:last-child {
    margin: 0;
}
.bnr_block button span {
    display: block;
}
.bnr_block button:first-child {
    background-image: url("../img/experience/bg-bnr-01.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bnr_block button:nth-child(2) {
    background-image: url("../img/experience/bg-bnr-02.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bnr_block button:last-child {
    background-image: url("../img/experience/bg-bnr-03.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;
}
.bnr_block button::before {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f39800;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.bnr_block button::after {
    right: 24px;
    width: 15px;
    height: 15px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.bnr_block button:nth-child(2)::before {
    background: #22ac38;
}
.bnr_block button:last-child::before {
    background: #0068b7;
}
.bnr_block button:hover {
    color: rgba(48, 48, 48, 0.6);
}
.bnr_block button:hover::before, .bnr_block button:hover::before {
    opacity: 0.6;
}
/* ====== contact_block ====== */
.contact_block {
    max-width: 1160px;
    background-image: url(/price/new/img/price_off/bg-tel-01_pc.jpg);
    background-position: left 30px top 58px;
    background-size: 320px auto;
    margin: 0 auto 90px;
}
.contact_block.mb0 {
    margin: 0 auto 90px;
}
.contact_block .box h2 {
    background: none;
    border-bottom: 3px solid #252525;
    display: block;
    text-align: left;
    padding: 0;
    line-height: 1;
    margin-top: 0;
}
.contact_block .box h2 span.blk {
    font-size: 43px;
    display: inline-block;
    background-color: #252525;
    color: #fff;
    padding: 10px 72px 15px 12px;
    clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}
.contact_block .box h2 span:not(.blk) {
    font-size: 49px;
}
.contact_block .box:first-child {
    background: none;
    position: relative;
    min-height: 275px;
}
.contact_block .box .text p:first-child {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -5px;
}
.contact_block .box .text p:first-child span {
    display: inline-block;
}
.contact_block .box .text {
    position: absolute;
    left: calc((100% - 580px) / 2);
    z-index: 1;
}
.contact_block .box img.bg {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 285px;
    z-index: 0;
}
.contact_block .box a + p {
    padding-top: 8px;
    padding-bottom: 0;
}
.contact_block .box:last-child {
    position: relative;
}
.contact_block .box:last-child .btn.blue {
    background: #ef1581;
    border-radius: 0;
    box-shadow: none;
}
.contact_block .box:last-child .btn.org {
    background: #29a363;
    border-radius: 0;
    box-shadow: none;
}
.contact_block .box:last-child .btn.blue a::after {
    border-color: #ef1581;
}
.contact_block .box:last-child .btn.org a::after {
    border-color: #29a363;
}
.contact_block .box a {
    padding: 0;
}
.contact_block .box a:before, .contact_block .box a:after {
    content: none;
}
/* ====== arch text ====== */
.warp__placeholder {
    position: absolute;
    color: transparent;
    font-size: .1px;
}
.warp {
    display: block;
    position: relative;
    width: 100%;
    height: 90px;
    font-size: 46px;
    font-weight: 800;
    color: #84c338;
}
[class*='warp__'] {
    display: block;
    position: absolute;
    left: calc(50% - 250px);
}
.warp__0 {
    transform-origin: 50% 43px;
    transform: translate(66.1578px, 81.5941px) rotate(-0.746692rad);
}
.warp__1 {
    transform-origin: 50% 43px;
    transform: translate(91.3372px, 57.270799999999994px) rotate(-0.515085rad);
}
.warp__2 {
    transform-origin: 50% 43px;
    transform: translate(137.2244px, 37.564899999999994px) rotate(-0.305816rad);
}
.warp__3 {
    transform-origin: 50% 43px;
    transform: translate(187.0787px, 26.5283px) rotate(-0.134476rad);
}
.warp__4 {
    transform-origin: 50% 43px;
    transform: translate(237.80829999999997px, 23.659499999999994px) rotate(0.020858rad);
}
.warp__5 {
    transform-origin: 50% 43px;
    transform: translate(287.955px, 28.680300000000003px) rotate(0.181619rad);
}
.warp__6 {
    transform-origin: 50% 43px;
    transform: translate(337.1078px, 42.5393px) rotate(0.375708rad);
}
.warp__7 {
    transform-origin: 50% 43px;
    transform: translate(384.3662px, 57.879599999999996px) rotate(0.542826rad);
}
.warp__8 {
    transform-origin: 50% 43px;
    transform: translate(400.1686px, 68.6014px) rotate(0.651761rad);
}
.warp__9 {
    transform-origin: 50% 43px;
    transform: translate(412.1466px, 86.2527px) rotate(0.825319rad);
}
/* ====== coach_block ====== */
.coach_block h2 {
    background-color: #84c338;
}
.coach_block .in {
    border-color: #84c338;
}
.swiper-slide .box {
    background: url("../img/experience/coach-01.png");
}
.swiper-slide .box.v02 {
    background: url("../img/experience/coach-02.png");
}
.swiper-slide .box.v03 {
    background: url("../img/experience/coach-03.png");
}
.swiper-slide .box.v04 {
    background: url("../img/experience/coach-04.png");
}
.swiper-pagination-bullet-active {
    background: #84c338 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.coach_block h3 {
    color: #353535;
    font-weight: 900 !important;
}
.coach_block .in .swiper-slide h3 {
    font-size: 25px !important;
}
/* ====== h2 ====== */
.ttl h2 {
    font-family: "Noto Sans JP", sans-serif !important;
    font-style: normal;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    border-bottom: 3px solid #cccccc;
    padding: 0 0 15px 0;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
    background: none;
    color: #353535;
}
.ttl h2:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 270px;
    height: 3px;
    content: '';
    background: #a3a3a3;
}
.ttl h2 span {
    font-size: 34px;
    display: inline-block;
}
.ttl h2:after {
    content: none;
}
/* ====== flow_block ====== */
.flow_block {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto 100px;
    background: none;
}
.flow_block .box {
    width: calc(100% - 30px);
    margin-left: 30px;
    border-color: #cccccc;
}
.flow_block .box .num {
    background: #84c338;
}
.flow_block .box .text p a {
    color: #e4007f;
}
.flow_block .box .text p a[href^="tel:"] {
    color: #e4007f;
}
.flow_block ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}
.flow_block ul li {
    color: #252525;
    font-size: 21px;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-left: 28px;
    text-indent: -28px;
}
.flow_block ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #252525;
    border-radius: 50%;
    margin-right: 15px;
}
/* ====== qa_block ====== */
.qa_block {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto 100px;
    background: none;
}
.qa_block .in {
    max-width: 1220px;
    padding: 0 60px;
}
.qa_block .in .box .as span.ctn {
    width: auto;
    font-size: 21px;
    font-weight: bold;
    float: none;
    display: block;
    line-height: 1.5;
    padding-top: 5px;
}
/* ====== accordion ====== */
.s_01 {
    margin: 0 0 60px;
}
.s_01 .accordion_one {
    max-width: 1024px;
    margin: 0 auto 25px;
}
.s_01 .accordion_one .accordion_header {
    font-size: 20px;
    font-weight: bold;
    padding: 17px 80px 17px 20px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    background: #ededed;
    border-radius: 10px;
}
.s_01 .accordion_one .accordion_header span {
    font-size: 35px;
    font-weight: 900;
    display: inline-block;
    width: 45px;
    float: left;
    line-height: 0.7;
}
.s_01 .accordion_one .accordion_header span + p {
    display: none;
}
.s_01 .accordion_one .accordion_header p {
    font-weight: 500;
    float: right;
    width: calc(100% - 45px);
    font-size: 21px;
    margin-bottom: 0;
}
.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: #ededed;
    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: 20px 15px 25px;
}
.s_01 .accordion_one:last-child .accordion_inner {
    padding: 20px 15px 0;
}
.s_01 .accordion_one .accordion_inner .box_one {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
}
.s_01 .accordion_one .accordion_inner .box_one span {
    color: #f15a24;
    font-size: 35px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    float: left;
    width: 50px;
    line-height: 1;
    padding-left: 8px;
}
.s_01 .accordion_one .accordion_inner .box_one span.ctn {
    width: auto;
    font-size: 21px;
    font-weight: 400;
    float: none;
    display: block;
    line-height: 1.5;
    padding-top: 5px;
    padding-left: 0;
}
.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% - 50px);
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac strong {
    display: block;
    font-size: 23px;
    margin-bottom: 5px;
}
/* ====== etc_block ====== */
.etc_block {
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto 80px;
    background: none;
}
.etc_block p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.etc_block .clearfix {
    font-size: 0;
}
.etc_block .box {
    display: inline-block;
    width: 18%;
    margin: 0 2.5% 20px 0;
    vertical-align: middle;
    text-align: center;
}
.etc_block .box:nth-child(5n) {
    margin: 0 0 20px 0;
}
.etc_block .box .icon {
    background: #84c338;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.etc_block .box .icon img {
    width: 80%;
}
.etc_block .box p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 0;
}
.etc_block .box:last-child p {
    font-size: 30px;
    font-family: fot-chiaro-std, sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #84c338;
    margin-bottom: 0;
    padding-bottom: 70px;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 820px) {
    .mv_block {
        height: auto;
        background: none;
    }
    .mv_block h1 {
        font-size: 6.5vw;
        color: #fff;
        padding: 0;
        background: none;
    }
    .contact_block.mb0 {
        margin: 0 auto 50px;
    }
    .contact_block .box h2 span.blk {
        font-size: 4.2vw;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 4.8vw;
    }
    .contact_block .box .text p:first-child {
        font-size: 2.45vw;
    }
    .off_block p:first-child {
        font-size: 29px;
        line-height: 1.4;
    }
    .off_block .box img {
        width: 100%;
        max-width: 580px;
        float: none;
        margin: 0 auto 40px;
        display: block;
    }
    .off_block .box .text {
        width: 100%;
        float: none;
    }
    .off_block .box h2 {
        font-size: 42px;
        letter-spacing: 0.05em;
    }
    .off_block .box h3 {
        font-size: 32px;
    }
    .off_block .box .text p {
        font-size: 29px;
        line-height: 1.4;
    }
    .off_block .box .text p span.sm {
        font-size: 26px;
    }
    .off_block .box .text button {
        font-size: 32px;
        padding: 20px 0 20px 14.5vw;
        width: 100%;
        max-width: 630px;
        display: block;
        margin: 50px auto 0;
        text-align: left;
        line-height: 1.3;
    }
    .off_block .box .text button::after {
        right: 14.5vw;
        width: 25px;
        height: 25px;
        border-top: 8px solid #fff;
        border-right: 8px solid #fff;
    }
    .bnr_block button {
        width: 100%;
        max-width: 630px;
        margin: 0 0 20px;
        font-size: 33px;
        border: 3px solid #afafaf;
        height: 125px;
        padding: 10px 55px 15px 130px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 70px 10px 130px;
    }
    .bnr_block button span {
        display: inline-block;
    }
    .bnr_block button::before {
        right: 20px;
    }
    .bnr_block button::after {
        right: 32px;
    }
    .off_block {
        margin: 0 auto 70px;
    }
    .bnr_block {
        margin: 0 auto 60px;
    }
    .bnr_block img {
        width: 100%;
    }
    .bnr_block.special {
        margin: 0 auto 15px;
    }
    .contact_block {
        background-image: url(/price/new/img/price_off/bg-tel-01_sp.jpg);
        background-position: left 25px top 100px;
        background-size: 190px auto;
        margin: 0 auto 80px;
    }
    .contact_block .box img.bg {
        top: 48px;
        right: 0;
        width: 180px;
    }
    .contact_block .box .text {
        left: 0;
        text-align: left;
    }
    .contact_block .box .text p:first-child {
        font-size: 3.1vw;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .contact_block .box a {
        display: block;
        text-align: right;
    }
    .contact_block .box a + p {
        padding-top: 5px;
        text-align: right;
        font-size: 3.7vw;
    }
    .contact_block .box:first-child {
        min-height: 250px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 3px 0;
        background-color: rgba(255, 255, 255, 0.3);
    }
    .info_block button {
        font-size: 32px;
        padding: 20px 0 20px 14.5vw;
        width: 100%;
        max-width: calc(100% - 60px);
        display: block;
        margin: 0 30px 60px;
        text-align: left;
        line-height: 1.3;
    }
    .info_block button::after {
        right: 14.5vw;
        width: 25px;
        height: 25px;
        border-top: 8px solid #fff;
        border-right: 8px solid #fff;
    }
    .info_block button span {
        display: block;
    }
    .coach_block .in .swiper-slide h3 {
        font-size: 31px !important;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.3;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 24px;
        line-height: 1.3;
    }
    .s_01 .accordion_one .accordion_header {
        padding: 20px 70px 23px 20px;
    }
    .info_block h2 {
        font-size: 6.8vw;
        margin-bottom: 30px;
        line-height: 1.1;
    }
    .info_block h2::before {
        left: 0;
        top: 3.5vh;
    }
    .info_block h2::after {
        right: 0;
        top: 3.5vh;
    }
    .info_block .text {
        float: none;
        width: 100%;
    }
    .info_block .text img {
        width: calc(100% - 60px);
        margin: 0 auto 30px;
        float: none;
    }
    .info_block .text h3 {
        font-size: 30px;
        font-weight: 900;
        text-align: left;
        line-height: 1.4;
    }
    .info_block .text h3:nth-child(4) {
        margin-bottom: 25px;
    }
    .info_block .text p {
        font-size: 24px;
        margin-bottom: 40px;
        text-align: left;
    }
    .info_block .text p:last-child {
        margin-bottom: 0;
    }
    .swiper-slide p {
        font-size: 24px;
    }
    .ttl h2 {
        font-size: 42px;
        letter-spacing: 0.05em;
    }
    .ttl h2 span {
        font-size: 42px;
    }
    .ttl h2:before {
        width: 220px;
    }
    .flow_block {
        margin: 0 auto 80px;
    }
    .flow_block h2 {
        margin-bottom: 85px !important;
    }
    .flow_block .box {
        width: 100%;
        margin-left: 0;
    }
    .flow_block .box .text h3 {
        font-size: 31px;
    }
    .flow_block .box .text p {
        font-size: 24px;
        line-height: 1.4;
    }
    .flow_block .in .box:nth-child(4) {
        margin-bottom: 35px;
    }
    .flow_block .in .box:nth-child(4) img {
        width: 145px;
        margin-left: -10px;
    }
    .flow_block ul {
        margin: 0;
    }
    .etc_block p {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .etc_block .box {
        width: 31%;
        margin: 0 3.5% 25px 0;
    }
    .etc_block .box:nth-child(3n) {
        margin: 0 0 25px 0;
    }
    .etc_block .box:nth-child(5n) {
        margin: 0 3.5% 25px 0;
    }
    .etc_block .box p {
        font-size: 24px;
        line-height: 1.4;
    }
    .etc_block .box:last-child {
        width: 100%;
        margin: 0 !important;
    }
    .etc_block .box:last-child p {
        font-size: 32px;
        padding-bottom: 0;
        text-align: right;
    }
    .etc_block .box:last-child p br {
        display: none;
    }
    .qa_block .in {
        padding: 0;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac strong {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .s_01 .accordion_one .accordion_inner .box_one span.ctn {
        width: auto;
        font-size: 24px;
        line-height: 1.3;
    }
    .coach_block .in {
        padding: 30px 0 25px;
    }
}
@media screen and (max-width: 768px) {
    .mv_block h1 {
        font-size: 7.5vw;
        letter-spacing: 0.1em;
    }
    .contact_block {
        background-size: 170px auto;
    }
    .contact_block .box a {
        font-size: 7.5vw;
        margin: 3px 0 0 0;
    }
    .contact_block .box a + p {
        padding-top: 8px;
    }
    .contact_block .box img.bg {
        top: 55px;
        right: -12px;
        width: 170px;
    }
    .contact_block .box:first-child {
        min-height: 245px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 3px 0 0 4%;
    }
    .contact_block .box:last-child .btn.org a {
        line-height: 85px;
    }
}
@media screen and (max-width: 750px) {
    .mv_block {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 700px) {
    .contact_block {
        background-position: left 25px top 90px;
    }
    .contact_block .box:first-child {
        min-height: 235px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
}
@media screen and (max-width: 668px) {
    .off_block {
        padding: 0 20px;
    }
    .off_block p:first-child {
        font-size: 26px;
    }
    .off_block .box h2 {
        font-size: 38px;
    }
    .off_block .box h3 {
        font-size: 29px;
    }
    .off_block .box .text p {
        font-size: 26px;
    }
    .off_block .box .text p span.sm {
        font-size: 23px;
    }
    .contact_block .box img.bg {
        top: 45px;
    }
    .contact_block {
        background-position: left 15px top 90px;
    }
    .contact_block .box a {
        font-size: 8.2vw;
    }
    .contact_block .box .text p:first-child {
        padding-left: 15px;
    }
    .contact_block .box a + p {
        font-size: 4.2vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.2vw 0;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 83px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 0 0 0 4%;
    }
    .bnr_block {
        padding: 0 20px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 5.5%;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 24px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        font-size: 21px;
    }
    .info_block h2::before, .info_block h2::after {
        top: 4.5vh;
        width: 34px;
        height: 70px;
    }
    .info_block .text h3 {
        font-size: 29px;
    }
    .info_block .text p {
        font-size: 21px;
    }
    .coach_block .in .swiper-slide h3 {
        font-size: 29px !important;
    }
    .swiper-slide p {
        font-size: 21px;
    }
    .flow_block .box .text p {
        font-size: 21px;
    }
    .ttl h2 {
        font-size: 38px;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    .ttl h2 span {
        font-size: 38px;
    }
    .etc_block p {
        font-size: 21px;
    }
    .etc_block .box p {
        font-size: 3.5vw;
        font-weight: bold;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac strong {
        font-size: 24px;
    }
    .s_01 .accordion_one .accordion_inner .box_one span.ctn {
        font-size: 21px;
    }
    .flow_block h2 {
        margin-bottom: 65px !important;
    }
    .info_block {
        padding: 0 20px;
    }
    .info_block button {
        max-width: 100%;
        margin: 0 0 60px;
    }
    .info_block .text img {
        width: 100%;
    }
    .flow_block {
        padding: 0 20px;
    }
    .etc_block {
        padding: 0 20px;
    }
    .qa_block {
        padding: 0 20px;
    }
    .coach_block .in h3 {
        font-size: 36px !important;
        padding: 0;
    }
    .contact_block.mb0 {
        margin: 0 auto 30px;
    }
    .flow_block ul li:before {
        margin-right: 10px;
    }
    .flow_block ul li {
        font-size: 19px;
        padding-left: 25px;
        text-indent: -25px;
    }
}
@media screen and (max-width: 640px) {
    .off_block .box .text button {
        font-size: 30px;
        padding: 20px 0 25px 14.5vw;
    }
    .bnr_block button {
        font-size: 30px;
    }
    .contact_block .box img.bg {
        top: 50px;
        width: 160px;
    }
    .contact_block {
        background-position: left 15px top 95px;
        background-size: 160px auto;
    }
    .contact_block .box:first-child {
        min-height: 225px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
    .info_block button {
        font-size: 30px;
        padding: 20px 0 25px 14.5vw;
    }
}
@media screen and (max-width: 600px) {
    .mv_block {
        background-image: url(../img/experience/bg-mv_sp03.jpg);
    }
    .off_block .box h2 {
        font-size: 36px;
    }
    .bnr_block button {
        font-size: 28px;
        padding: 5px 55px 10px 120px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 70px 10px 120px;
    }
    .contact_block .box img.bg {
        top: 58px;
        right: -10px;
        width: 140px;
    }
    .contact_block .box .text p:first-child {
        padding-left: 20px;
    }
    .contact_block {
        background-size: 150px auto;
    }
    .contact_block .box:first-child {
        min-height: 215px;
    }
    .off_block .box .text button {
        padding: 20px 0 25px 6.5vw;
    }
    .off_block .box .text button::after {
        right: 6.5vw;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 6%;
    }
    .info_block button {
        padding: 20px 0 25px 6.5vw !important;
    }
    .info_block button::after {
        right: 6.5vw !important;
    }
    .warp {
        height: 95px;
        font-size: 7.8vw;
    }
}
@media screen and (max-width: 568px) {
    .mv_block h1 {
        font-size: 8.5vw;
    }
    .off_block p:first-child {
        font-size: 24px;
    }
    .off_block .box .text p {
        font-size: 24px;
    }
    .off_block .box .text p span.sm {
        font-size: 21px;
    }
    .off_block .box h2 {
        letter-spacing: 0;
    }
    .bnr_block button:first-child span:first-child {
        display: block;
    }
    .bnr_block button:last-child span:first-child {
        display: block;
    }
    .contact_block .box .text {
        width: 100%;
    }
    .contact_block .box .text p:first-child {
        padding-left: 0;
        text-align: center;
        font-size: 4vw;
        padding-top: 3px;
        letter-spacing: -0.05em;
    }
    .contact_block .box a {
        text-align: center;
    }
    .contact_block .box a + p {
        font-size: 4.8vw;
        text-align: center;
        padding-top: 10px;
    }
    .contact_block .box:first-child {
        min-height: 240px;
    }
    .contact_block {
        background-size: 175px auto;
        background-position: left 15px top 100px;
    }
    .contact_block .box img.bg {
        top: auto;
        bottom: -8px;
        right: -10px;
        width: 140px;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 -25px;
        width: 50px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 55px 10px 115px;
    }
    .bnr_block button:nth-child(2) span:first-child {
        display: block;
    }
    .bnr_block button {
        font-size: 5.2vw;
        padding: 5px 55px 10px 115px;
    }
    .bnr_block button::before {
        right: 13px;
    }
    .bnr_block button::after {
        right: 25px;
    }
    .off_block .box .text button {
        padding: 20px 0 25px 4.5vw;
        font-size: 5.4vw;
    }
    .off_block .box .text button::after {
        right: 4.5vw;
    }
    .contact_block .box:last-child .btn {
        padding: 0.375rem 0.75rem 0.375rem 4.5vw;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        padding: 0;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.5vw;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        right: 1.7vw;
    }
    .info_block button {
        padding: 20px 0 25px 4.5vw !important;
        font-size: 5.4vw;
    }
    .info_block button::after {
        right: 4.5vw !important;
    }
    [class*='warp__'] {
        left: calc(50% - 205px);
    }
    .warp__0 {
        transform-origin: 50% 43px;
        transform: translate(45.087px, 98.0015px) rotate(-1.007517rad);
    }
    .warp__1 {
        transform-origin: 50% 43px;
        transform: translate(60.044200000000004px, 70.0943px) rotate(-0.739185rad);
    }
    .warp__2 {
        transform-origin: 50% 43px;
        transform: translate(97.3468px, 45.165499999999994px) rotate(-0.447472rad);
    }
    .warp__3 {
        transform-origin: 50% 43px;
        transform: translate(140.7379px, 30.8399px) rotate(-0.196468rad);
    }
    .warp__4 {
        transform-origin: 50% 43px;
        transform: translate(185.9388px, 27.086399999999998px) rotate(0.029099rad);
    }
    .warp__5 {
        transform-origin: 50% 43px;
        transform: translate(230.7375px, 33.489599999999996px) rotate(0.257664rad);
    }
    .warp__6 {
        transform-origin: 50% 43px;
        transform: translate(272.8868px, 50.522400000000005px) rotate(0.517517rad);
    }
    .warp__7 {
        transform-origin: 50% 43px;
        transform: translate(313.0998px, 67.56px) rotate(0.712509rad);
    }
    .warp__8 {
        transform-origin: 50% 43px;
        transform: translate(322.794px, 76.7664px) rotate(0.807319rad);
    }
    .warp__9 {
        transform-origin: 50% 43px;
        transform: translate(328.6877px, 93.1344px) rotate(0.963656rad);
    }
    .coach_block .in h3 {
        font-size: 6vw !important;
    }
    .flow_block .in .box:nth-child(4) img {
        margin-left: auto;
    }
    .ttl h2 {
        letter-spacing: -0.03em;
    }
}
@media screen and (max-width: 540px) {
    .off_block p:first-child {
        font-size: 21px;
    }
    .off_block .box .text p span.sm {
        font-size: 18px;
    }
    .off_block .box h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .off_block .box .text p {
        font-size: 21px;
    }
    .off_block .box img {
        margin: 0 auto 20px;
    }
    .off_block .box h3 {
        margin-bottom: 15px;
    }
    .off_block .box {
        margin-bottom: 60px;
    }
    .off_block .box .text button {
        margin: 30px auto 0;
    }
    .info_block button {
        margin: 0 auto 60px;
    }
    .warp {
        height: 90px;
    }
    .ttl h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .ttl h2 span {
        font-size: 36px;
    }
}
@media screen and (max-width: 500px) {
    .contact_block .box:last-child .btn {
        padding: 0.375rem 0.75rem 0.375rem 4vw;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 66px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 3.8vw;
    }
    .contact_block .box:first-child {
        min-height: 220px;
    }
    .contact_block .box img.bg {
        bottom: 0;
        right: -8px;
        width: 115px;
    }
    .info_block h2 {
        font-size: 7.8vw;
    }
    .info_block h2::before, .info_block h2::after {
        top: 6.5vh;
        width: 24px;
        height: 50px;
    }
    .warp {
        height: 85px;
    }
    .ttl h2 {
        font-size: 33px;
    }
    .ttl h2 span {
        font-size: 33px;
    }
    .coach_block {
        margin: 0 auto 70px;
    }
    .info_block {
        margin: 0 auto 15px;
    }
    .flow_block {
        margin: 0 auto 70px;
    }
    .flow_block h2 {
        margin-bottom: 55px !important;
    }
    .contact_block {
        margin: 0 auto 70px;
    }
    .contact_block.mb0 {
        margin: 0 auto 70px;
    }
    .etc_block {
        margin: 0 auto 60px;
    }
    .etc_block p {
        margin-bottom: 30px;
    }
    .qa_block {
        max-width: 1160px;
        margin: 0 auto 70px;
    }
}
@media screen and (max-width: 430px) {
    .mv_block {
        margin: 0 auto 50px;
    }
    .mv_block h1 {
        letter-spacing: 0.1em;
    }
    .off_block {
        padding: 0 15px;
    }
    .off_block .box h2 {
        font-weight: 900;
    }
    .off_block .box .text button {
        padding: 15px 0 20px 4.5vw;
        font-size: 6.5vw;
    }
    .bnr_block {
        padding: 0 15px;
    }
    .bnr_block button {
        font-size: 5.5vw;
        padding: 5px 50px 10px 92px;
        height: 100px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 50px 10px 90px;
    }
    .contact_block .box h2 {
        border-bottom: none;
    }
    .contact_block .box h2 span.blk {
        font-size: 5.3vw;
        padding: 10px 0 11px 10px;
        display: block;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 6.5vw;
    }
    .contact_block .box .text p:first-child {
        font-size: 4.2vw;
    }
    .contact_block .box a {
        font-size: 11.5vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.5vw 0;
    }
    .contact_block {
        background-size: 165px auto;
        background-position: left 10px top 105px;
    }
    .contact_block .box img.bg {
        bottom: -48px;
        right: 0;
        width: 125px;
    }
    .contact_block .box a + p {
        font-size: 5.8vw;
    }
    .bnr_block button::before {
        right: 10px;
    }
    .bnr_block button::after {
        right: 22px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.2vw;
    }
    .info_block button {
        padding: 15px 0 20px 4.5vw !important;
        margin: 0 auto 50px;
    }
    .s_01 .accordion_one {
        margin: 0 auto 15px;
    }
    .s_01 .accordion_one .accordion_header .i_box {
        right: 15px;
    }
    .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;
    }
    .info_block {
        margin: 0 auto;
        padding: 0 15px;
    }
    .info_block h2::before, .info_block h2::after {
        top: 5.5vh;
        width: 19px;
        height: 40px;
    }
    .info_block .text h3 {
        font-size: 26px;
    }
    .info_block .text p {
        font-size: 18px;
    }
    .warp {
        height: 78px;
    }
    [class*='warp__'] {
        left: calc(50% - 187px);
    }
    .warp__0 {
        transform-origin: 50% 43px;
        transform: translate(72.6368px, 63.9023px) rotate(-0.703812rad);
    }
    .warp__1 {
        transform-origin: 50% 43px;
        transform: translate(81.96px, 50.9999px) rotate(-0.55097rad);
    }
    .warp__2 {
        transform-origin: 50% 43px;
        transform: translate(109.1817px, 37.7735px) rotate(-0.356635rad);
    }
    .warp__3 {
        transform-origin: 50% 43px;
        transform: translate(138.5749px, 29.7744px) rotate(-0.176922rad);
    }
    .warp__4 {
        transform-origin: 50% 43px;
        transform: translate(169.07px, 27.002399999999994px) rotate(-0.005162rad);
    }
    .warp__5 {
        transform-origin: 50% 43px;
        transform: translate(199.5974px, 29.4576px) rotate(0.16636rad);
    }
    .warp__6 {
        transform-origin: 50% 43px;
        transform: translate(229.0878px, 37.14px) rotate(0.345384rad);
    }
    .warp__7 {
        transform-origin: 50% 43px;
        transform: translate(260.694px, 45.746399999999994px) rotate(0.436981rad);
    }
    .warp__8 {
        transform-origin: 50% 43px;
        transform: translate(270.694px, 50.746399999999994px) rotate(0.436981rad);
    }
    .warp__9 {
        transform-origin: 50% 43px;
        transform: translate(280.1438px, 55.1656px) rotate(0.472333rad);
    }
    .coach_block {
        margin: 0 auto 60px;
    }
    .coach_block .in {
        padding: 30px 0 15px;
    }
    .coach_block .in .swiper-slide h3 {
        font-size: 28px !important;
    }
    .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;
    }
    .ttl h2 {
        font-weight: 900;
    }
    .flow_block {
        margin: 0 auto 60px;
        padding: 0 15px;
    }
    .flow_block .box .text h3 {
        font-size: 7vw;
    }
    .flow_block .box .text p {
        font-size: 18px;
    }
    .flow_block ul li {
        font-size: 18px;
        padding-left: 24px;
        text-indent: -24px;
    }
    .contact_block {
        margin: 0 auto 60px;
    }
    .etc_block {
        margin: 0 auto 40px;
        padding: 0 15px;
    }
    .etc_block p {
        font-size: 18px;
    }
    .etc_block .box {
        width: 31%;
        margin: 0 3.5% 15px 0;
    }
    .etc_block .box:nth-child(3n) {
        margin: 0 0 15px 0;
    }
    .etc_block .box:nth-child(5n) {
        margin: 0 3.5% 15px 0;
    }
    .etc_block .box .icon {
        margin-bottom: 8px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac strong {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .s_01 .accordion_one .accordion_inner .box_one span.ctn {
        font-size: 18px;
    }
    .flow_block .box img {
        width: 110px;
    }
    .flow_block .in .box:nth-child(4) img {
        width: 135px;
    }
    .qa_block {
        margin: 0 auto 60px;
        padding: 0 15px;
    }
    .mv_block {
        margin: 0 auto 50px;
    }
    .bnr_block {
        margin: 0 auto 50px;
    }
}
@media screen and (max-width: 414px) {
    .off_block .box h2 {
        font-size: 33px;
    }
}
@media screen and (max-width: 390px) {
    .mv_block h1 {
        letter-spacing: 0.05em;
    }
    .off_block p:first-child {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .off_block .box {
        margin-bottom: 40px;
    }
    .off_block .box h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .off_block .box img {
        margin: 0 auto 12px;
    }
    .off_block .box h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .off_block .box .text p {
        font-size: 18px;
    }
    .off_block .box .text p span.sm {
        font-size: 15px;
    }
    .off_block .box .text button {
        margin: 20px auto 0;
    }
    .off_block .box .text button::after {
        width: 20px;
        height: 20px;
        border-top: 6px solid #fff;
        border-right: 6px solid #fff;
    }
    .bnr_block button {
        padding: 5px 40px 10px 90px;
    }
    .bnr_block button:nth-child(2) {
        padding: 5px 40px 10px 88px;
    }
    .contact_block {
        background-size: 130px auto;
        background-position: left 10px top 115px;
    }
    .contact_block .box img.bg {
        bottom: -25px;
        width: 115px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 4.5vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
    }
    .info_block button {
        margin: 20px auto 50px;
    }
    .s_01 .accordion_one .accordion_header {
        padding: 15px 60px 18px 18px;
    }
    .s_01 .accordion_one {
        background-size: 65px auto;
    }
    .s_01 .accordion_one .accordion_header span {
        font-size: 30px;
        width: 40px;
    }
    .s_01 .accordion_one .accordion_header p {
        width: calc(100% - 40px);
    }
    .s_01 .accordion_one .accordion_inner .box_one span {
        width: 40px;
        padding-left: 3px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac {
        width: calc(100% - 40px);
    }
    .info_block h2::before, .info_block h2::after {
        top: 4.5vh;
    }
    .info_block h2 {
        margin-bottom: 25px;
    }
    .info_block .text img {
        margin: 0 auto 25px;
    }
    .info_block .text h3 {
        margin-bottom: 10px;
    }
    .info_block .text h3:nth-child(4) {
        margin-bottom: 15px;
    }
    .info_block .text p {
        margin-bottom: 30px;
    }
    .warp {
        height: 90px;
    }
    [class*='warp__'] {
        left: calc(50% - 177px);
    }
    .warp__0 {
        transform-origin: 50% 26px;
        transform: translate(74.0244px, 79.7215px) rotate(-0.759211rad);
    }
    .warp__1 {
        transform-origin: 50% 26px;
        transform: translate(86.7538px, 65.6599px) rotate(-0.581961rad);
    }
    .warp__2 {
        transform-origin: 50% 26px;
        transform: translate(110.8095px, 53.2255px) rotate(-0.373145rad);
    }
    .warp__3 {
        transform-origin: 50% 26px;
        transform: translate(137.4148px, 45.8815px) rotate(-0.166479rad);
    }
    .warp__4 {
        transform-origin: 50% 26px;
        transform: translate(164.859px, 44.0864px) rotate(0.035561rad);
    }
    .warp__5 {
        transform-origin: 50% 26px;
        transform: translate(192.1235px, 47.84px) rotate(0.238629rad);
    }
    .warp__6 {
        transform-origin: 50% 26px;
        transform: translate(218.1894px, 57.142399999999995px) rotate(0.448031rad);
    }
    .warp__7 {
        transform-origin: 50% 26px;
        transform: translate(243.4379px, 66.1184px) rotate(0.588429rad);
    }
    .warp__8 {
        transform-origin: 50% 26px;
        transform: translate(250.2148px, 70.9664px) rotate(0.653552rad);
    }
    .warp__9 {
        transform-origin: 50% 26px;
        transform: translate(255.35680000000002px, 79.1384px) rotate(0.752561rad);
    }
    .info_block {
        margin: 0 auto -25px;
    }
    .coach_block .in h3 {
        font-size: 6.3vw !important;
    }
    .flow_block h2 {
        margin-bottom: 45px !important;
    }
    .flow_block .in .box:nth-child(4) {
        margin-bottom: 25px;
    }
    .ttl h2 {
        font-size: 30px;
    }
    .ttl h2 span {
        font-size: 30px;
    }
    .info_block button::after {
        width: 20px;
        height: 20px;
        border-top: 6px solid #fff;
        border-right: 6px solid #fff;
    }
}
@media screen and (max-width: 375px) {
    .off_block {
        margin: 0 auto 60px;
    }
    .off_block .box h2 {
        font-size: 31px;
    }
    .off_block .box h3 {
        font-size: 24px;
    }
    .contact_block .box:first-child {
        min-height: 210px;
    }
    .contact_block {
        background-size: 120px auto;
        background-position: left 10px top 110px;
    }
    .contact_block .box img.bg {
        bottom: -25px;
        width: 110px;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        right: 0;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 2.8vw;
    }
    .bnr_block button {
        padding: 8px 40px 10px 72px;
        height: 75px;
    }
    .bnr_block button:nth-child(2) {
        padding: 8px 40px 10px 70px;
    }
    .contact_block .box:last-child .btn.blue a::before, .contact_block .box:last-child .btn.org a::before {
        width: 34px;
        height: 34px;
    }
    .contact_block .box:last-child .btn {
        padding: 0.375rem 0.75rem 0.375rem 3.2vw;
    }
    .contact_block .box .text p:first-child {
        font-size: 4.1vw;
    }
    .s_01 .accordion_one .accordion_header p {
        font-size: 19px;
    }
    .s_01 .accordion_one .accordion_inner p.txt_a_ac strong {
        font-size: 19px;
        margin-bottom: 8px;
    }
    .info_block {
        margin: 0 auto -8px;
    }
    .info_block h2::before, .info_block h2::after {
        top: 6.5vh;
    }
    .info_block .text h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 360px) {
    .contact_block .box:first-child {
        min-height: 230px;
    }
    .off_block .box h2 {
        font-size: 30px;
    }
    .off_block .box h3 {
        font-size: 23px;
    }
    .contact_block .box .text p:first-child {
        font-size: 5.2vw;
        line-height: 1.3;
        letter-spacing: 0;
        padding-top: 5px;
    }
    .contact_block .box img.bg {
        bottom: -33px;
    }
    .contact_block {
        background-position: left 10px top 135px;
    }
    .contact_block .box a {
        margin: 5px 0 0 0;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.5vw 0;
        width: 45px;
    }
    .info_block h2::before, .info_block h2::after {
        top: 5.5vh;
    }
}
@media screen and (max-width: 320px) {
    .off_block .box h2 {
        font-size: 28px;
    }
    .off_block .box h3 {
        font-size: 21px;
    }
    .bnr_block button span {
        display: block;
    }
    .bnr_block button {
        font-size: 6.8vw;
        padding: 8px 40px 10px 95px;
        height: 100px;
        line-height: 1.15;
    }
    .bnr_block button:nth-child(2) {
        padding: 8px 40px 10px 95px;
    }
    .off_block .box .text button {
        padding: 12px 0 15px 5vw;
        font-size: 7vw;
    }
    .off_block .box .text button::after {
        right: 5vw;
    }
    .off_block .box h2:before {
        width: 200px;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 6.2vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0.2vw 0;
        width: 40px;
    }
    .contact_block .box:first-child {
        min-height: 210px;
    }
    .contact_block {
        background-size: 110px auto;
        background-position: left 10px top 120px;
    }
    .contact_block .box img.bg {
        bottom: -22px;
        width: 95px;
    }
    .contact_block .box:last-child .btn.blue a, .contact_block .box:last-child .btn.org a {
        line-height: 1.2;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 3px 0 0 5px;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 17px 0 0 5px;
    }
    .info_block button {
        padding: 12px 0 15px 5vw !important;
        font-size: 6.4vw;
    }
    .info_block .text h3 {
        font-size: 21px;
    }
    .warp {
        height: 85px;
        font-size: 8.8vw;
    }
    .coach_block .in h3 {
        font-size: 7.5vw !important;
        margin-bottom: 20px;
    }
    .coach_block .in {
        padding: 20px 0 15px;
    }
    .flow_block .box .text h3 {
        font-size: 8vw;
    }
    .ttl h2, .ttl h2 span {
        font-size: 28px;
        letter-spacing: -0.03em;
    }
    .info_block h2::before, .info_block h2::after {
        top: 5.8vh;
        width: 14px;
        height: 30px;
    }
    .coach_block .in .swiper-slide h3 {
        font-size: 26px !important;
    }
    .flow_block .box img {
        width: 100px;
    }
    .flow_block .in .box:nth-child(4) img {
        width: 130px;
    }
    .etc_block .box {
        width: 48%;
        margin: 0 4% 15px 0;
    }
    .etc_block .box:nth-child(3n) {
        margin: 0 4% 15px 0;
    }
    .etc_block .box:nth-child(5n) {
        margin: 0 4% 15px 0;
    }
    .etc_block .box:nth-child(2n) {
        margin: 0 0 15px 0;
    }
    .etc_block .box:last-child {
        width: 48%;
    }
    .etc_block .box:last-child p br {
        display: block;
    }
    .etc_block .box:last-child p {
        padding-bottom: 40px;
        text-align: center;
    }
    .etc_block .box p {
        font-size: 5vw;
    }
}
@media screen and (max-width: 280px) {
    .off_block .box h2:before {
        width: 180px;
    }
    .bnr_block button {
        padding: 8px 40px 10px 80px;
        height: 90px;
    }
    .bnr_block button:nth-child(2) {
        padding: 8px 40px 10px 80px;
    }
    .contact_block .box h2 span:not(.blk) {
        font-size: 5.8vw;
    }
    .contact_block .box a[href^="tel:"] img {
        margin: 0 5px 0 0;
        width: 38px;
    }
    .contact_block {
        background-size: 100px auto;
        background-position: left 10px top 115px;
    }
    .contact_block .box a + p {
        font-size: 6.8vw;
    }
    .contact_block {
        background-size: 100px auto;
        background-position: left 10px top 108px;
    }
    .contact_block .box:first-child {
        min-height: 190px;
    }
    .contact_block .box img.bg {
        bottom: -22px;
        right: -5px;
        width: 85px;
    }
    .contact_block .box:last-child .btn.blue a {
        padding: 6px 0 0 5px;
    }
    .contact_block .box:last-child .btn.org a {
        padding: 19px 0 0 5px;
    }
    .contact_block .box:last-child .btn.blue a::after, .contact_block .box:last-child .btn.org a::after {
        right: 3.5vw;
    }
}