.lead-normal {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 60px;
}
.qureo-catch {
    margin: 40px auto 20px
}

.qureo-catch__highlight {
    background: linear-gradient(transparent 70%, #fff600 70%);
    font-feature-settings: "palt";
    font-size: 3.5rem;
}

.qureo-catch__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 auto 0;
    max-width: 820px;
    position: relative;
    text-align: center
}

.qureo-catch__body:before {
    border: 2px solid #004f9f;
    border-right: 0;
    left: -10px;
}

.qureo-catch__body:after,
.qureo-catch__body:before {
    content: "";
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    width: 18px
}

.qureo-catch__body:after {
    border: 2px solid #004f9f;
    border-left: 0;
    right: -10px;
}

.qureo-catch__body strong {
    color: #004f9f;
    font-size: 4rem
}

.qureo-catch__body b {
    color: #004f9f
}

.qureo-catch__body img {
    margin-left: 3px;
    vertical-align: baseline
}

.qureo-catch__main {
    font-size: 2.8rem;
    position: relative;
    bottom: -5px;
}
.qureo-catch__span {
    font-size: 2.8rem;
}

.qureo-catch__sub {
    color: #004f9f;
    font-size: 1.8rem
}

.qureo-catch__sub b {
    font-size: 2.4rem
}

.qureo-catch__footer {
    margin: 0 auto;
    max-width: 820px
}
.qureo-catch__normal {
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 2.6rem;
    font-feature-settings: "palt";
}
.qureo-catch__textblock {
    font-feature-settings: "palt";
    line-height: 1.5;
    font-size: 3.5rem;
}
.qureo-catch__text__p {
    font-size: 3.5rem;
}

.qureo-movie {
    background: #eff6fd;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 30px
}

.qureo-movie__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px 0 40px
}

.qureo-movie__title {
    color: #004f9f;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 auto 15px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.qureo-movie__title:after,
.qureo-movie__title:before {
    background: #004f9f;
    content: "";
    height: 22px;
    position: absolute;
    top: 12px;
    width: 2px
}

.qureo-movie__title:before {
    left: -20px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.qureo-movie__title:after {
    right: -20px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.qureo-movie__time {
    font-size: 2rem
}

.qureo-movie__movie {
    margin: 20px auto 0;
    max-width: 480px
}

.course-box {
    background-color: #fff;
    border: 2px solid #1b48a3
}

.course-box-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

.course-box-head .course-img {
    max-width: 512px;
    position: relative;
    width: 57.5%
}

.course-box-head .course-img-label {
    background: #dcebff;
    color: #1b48a3;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    padding: .5em 1em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12.5em
}

.course-box-head .course-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 26px 24px 28px;
    width: 48.5%
}

.course-title {
    font-weight: 700;
    margin-bottom: 16px;
    padding-left: 90px;
    position: relative
}

.course-v .course-title {
    color: #009cda
}

.course-title .course-title-label {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 78px
}

.course-v .course-title-label {
    background-color: #eaf6fd
}

.course-title .course-title-label:before {
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 11px 11px 0 0;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 0;
    z-index: 2
}

.course-title .course-title-label:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 11px 11px;
    bottom: -1px;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    width: 0;
    z-index: 2
}

.course-title h3 {
    font-size: 30px;
    line-height: 1.135;
    margin-bottom: 16px
}

.course-title .course-period {
    line-height: 1
}

.course-openable-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #dcebff;
    color: #087ec6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.4rem;
    font-weight: 700;
    height: 81px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 100%
}

.course-openable-btn:before {
    background-color: #087ec6;
    content: "";
    height: 28px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(-12px, -14px);
    transform: translate(-12px, -14px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 4px
}

.course-openable-btn.open:before {
    -webkit-transform: translate(-12px, -14px) rotate(90deg);
    transform: translate(-12px, -14px) rotate(90deg)
}

.course-openable-btn:after {
    background-color: #087ec6;
    content: "";
    height: 4px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 28px
}

.course-openable-btn.open:after {
    opacity: 0;
    -webkit-transform: translateY(-2px) rotate(90deg);
    transform: translateY(-2px) rotate(90deg)
}

.course-openable {
    display: none
}

.course-openable .course-features {
    padding: 40px
}

.course-features h3 {
    border-bottom: 3px solid #1a48a3;
    color: #1a48a3;
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 52px 0 20px;
    padding-bottom: .3em
}

.course-features h3:first-child {
    margin-top: 0
}

.course-features h4 {
    color: #1a48a3;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.23;
    margin-bottom: 20px
}

.course-features h4 span {
    background: #1a48a3;
    color: #fff;
    display: inline-block;
    height: 1.23em;
    line-height: 1.36;
    margin-right: .25em;
    text-align: center;
    vertical-align: .05em;
    width: 3em
}

.course-features div+h4 {
    margin-top: 40px
}

.course-features .lay2line.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

div.lay2line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

div.lay2line>* {
    margin-top: 0;
    width: 48%
}

.course-features .course-feature-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.course-features .course-feature-text p {
    margin-bottom: 20px
}

.course-features .course-feature-text p.btn-movie,
.course-features .course-feature-text p.btn-picture {
    margin: auto auto 0;
    max-width: 480px
}

figure {
    margin: 0
}

.course-box.course-t {
    margin-top: 74px;
    position: relative
}

.course-box.course-t:before {
    border-color: #1b48a3 transparent transparent;
    border-style: solid;
    border-width: 34px 32px 0;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: -54px;
    width: 0
}

.course-t .course-title-label {
    background-color: #f4dffe
}

.course-t .course-title {
    color: #9b6ab2
}

.toggle_wrap:last-of-type {
    border-bottom: 1px solid gray
}

.toggle_switch {
    cursor: pointer;
    position: relative
}
.otherCourseFreetrial__main {
    margin-bottom: 50px;
}
@media screen and (max-width:768px) {
    .qureo-catch__body {
        max-width: 640px;
        padding: 0 15px
    }

    .qureo-catch__body strong {
        font-size: 2.8rem
    }

    .qureo-catch__body img {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        width: 26px
    }

    .qureo-catch__main {
        font-size: 2rem
    }

    .qureo-catch__footer {
        max-width: 640px
    }

    .qureo-movie {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px
    }

    .qureo-movie__title {
        font-size: 2rem;
        padding-left: 20px;
        padding-right: 20px
    }

    .qureo-movie__title:after,
    .qureo-movie__title:before {
        height: 20px;
        top: 8px
    }

    .qureo-movie__title:before {
        left: 0
    }

    .qureo-movie__title:after {
        right: 0
    }

    .qureo-movie__time {
        font-size: 1.6rem
    }
    .otherCourseFreetrial__main {
        margin-bottom: 40px;
    }
    .qureo-catch__highlight {
        font-size: 2.1rem;
    }
    .qureo-catch__normal {
        font-size: 1.5rem;
    }
    .lead-normal {
        margin-top: 40px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .qureo-catch__span {
        font-size: 1.6rem;
    }
    .qureo-catch__textblock {
        font-size: 1.7rem;
    }
    .qureo-catch__text__p {
        font-size: 2.1rem;
    }
}

@media screen and (max-width:940px) {
    .qureo-catch__body strong {
        font-size: 3.0rem
    }

    .qureo-catch__main {
        font-size: 1.5rem
    }
}

@media screen and (max-width:340px) {
    .qureo-catch__body strong {
        font-size: 2.4rem
    }

    .qureo-catch__body img {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        width: 22px
    }
}

@media screen and (max-width:600px) {
    .qureo-catch__sub {
        font-size: 1.3rem
    }

    .qureo-catch__sub b {
        font-size: 1.6rem
    }
}

@media screen and (max-width:1024px) {
    .qureo-movie {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (max-width:768px) {
    .course-box-head {
        display: block;
        font-size: 14px
    }

    .course-box-head .course-img {
        max-width: 100%;
        width: 100%
    }

    .course-box-head .course-img-label {
        font-size: 3.733vw;
        padding: .3em 1em;
        width: 9.7em
    }

    .course-box .course-txt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        width: 100%
    }

    .course-box .course-title {
        padding: 0;
        text-align: center
    }

    .course-box .course-title .course-title-label {
        font-size: 17px;
        height: 33px;
        margin: 0 auto 20px;
        position: relative;
        width: 100px
    }

    .course-box .course-title h3 {
        font-size: 22px
    }

    .course-box .course-period {
        font-size: 15px
    }

    .course-openable-btn {
        background-image: -ms-linear-gradient(0deg, #56a9ff 0, #1a48a3 100%);
        background: -webkit-gradient(linear, left top, right top, from(#56a9ff), to(#1a48a3));
        background: linear-gradient(90deg, #56a9ff 0, #1a48a3);
        color: #fff;
        font-size: 1.5rem;
        font-weight: 400;
        height: 50px;
        margin: 0 auto 20px;
        width: calc(100% - 40px)
    }

    .course-openable-btn:before {
        background-color: #fff;
        height: 14px;
        -webkit-transform: translate(-6px, -7px);
        transform: translate(-6px, -7px);
        width: 2px
    }

    .course-openable-btn:after {
        background-color: #fff;
        height: 2px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        width: 14px
    }

    .course-openable .course-features {
        padding: 0 20px 20px
    }

    .course-features h3 {
        border-bottom-width: 2px;
        font-size: 1.8rem;
        line-height: 1.47;
        margin-bottom: .5em
    }

    .course-features h4 {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px
    }

    div.lay2line,
    div.lay3line {
        display: block
    }

    div.lay2line>*,
    div.lay3line>* {
        max-width: 100%;
        width: 100%
    }

    div.lay2line>*+*,
    div.lay3line>*+* {
        margin-top: 20px
    }

    .modal-video-close-btn {
        right: 15px !important
    }

    .course-openable-btn.open:before {
        -webkit-transform: translate(-6px, -7px) rotate(90deg);
        transform: translate(-6px, -7px) rotate(90deg)
    }

    .course-features .course-feature-column-reverse>p {
        margin: 20px auto 0
    }

    .toggle_contents {
        padding: 0
    }
}

/*********************************
	見出しデザイン
*********************************/
.balloon {
    position: relative;
    display: block;
    margin: 1.5em auto 1em;
    padding: 13px 35px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #004F9F;
    border-radius: 30px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 9px solid #004F9F;
}
.balloon p {
    margin: 0;
    padding: 0;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}
.blue-tit {
    margin-bottom: 0px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #004f9f;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .balloon {
        margin: 1em auto;
        padding: 13px 20px;
    }
    .balloon p {
        font-size: 1.9rem;
    }
}
/*********************************
    5つの理由
*********************************/
.toggle_box {
    border: 2px solid #004f9f;
    margin-top: 40px
}

.toggle_contents+.toggle_contents {
    border-bottom: none
}

.toggle_contents:first-of-type dd {
    display: block
}

.toggle_box .toggle_contents:last-child {
    border-bottom: none
}

.toggle_contents dd {
    border-bottom: none;
    border-top: 2px solid #004f9f
}

.toggle_contents ul {
    padding: 20px 20px 35px
}

.toggle_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #004f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 120px;
    position: relative
}

.toggle_title:before {
    background: #004f9f;
    content: "";
    height: 300%;
    left: -100px;
    position: absolute;
    top: -150%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 200px
}

.toggle_title h3 {
    color: #004f9f;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.toggle_box .toggle_contents:first-child .toggle_title {
    border-top: none
}

.toggle_sub_tit {
    color: #004f9f;
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.toggle_sub_tit p {
    display: inline-block;
    text-align: left
}

.toggle_btn {
    background: #0052a4;
    border-radius: 50%;
    display: block;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    width: 24px
}

.toggle_btn:after,
.toggle_btn:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px
}

.toggle_btn:before {
    height: 10px;
    width: 2px
}

.toggle_title.selected .toggle_btn:before {
    content: normal
}

.toggle_contents dd {
    display: none
}

.toggle_number {
    color: #fff;
    display: block;
    font-family: Source Sans Pro, sans-serif;
    font-size: 3rem;
    font-size: 3.4rem;
    font-weight: 700;
    left: 0;
    padding-left: 18px;
    position: absolute;
    top: 0;
    z-index: 1
}

.small-school-year {
    font-size: 1.7rem
}

.toggle-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.toggle-content-flex+.toggle-content-flex {
    margin-top: 30px
}

.toggle-content-text-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.toggle-content-subtit-box {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0, #fedc89));
    background: linear-gradient(transparent 65%, #fedc89 0);
    color: #004f9f;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px
}
.c-red {
    color: #fb0059;
    font-weight: 600;
}
@media screen and (max-width:768px) {
    .toggle_number {
        font-size: 2rem;
        height: 45px;
        left: -5px;
        padding-left: 13px;
        top: 10px;
        width: 45px
    }

    .toggle_title {
        padding: 1.5rem 2rem 1.5rem 40px
    }

    .toggle_title:before {
        left: -140px;
        width: 194px
    }

    .toggle_sub_tit {
        font-size: 1.9rem;
        line-height: 1.3;
        text-align: left
    }
    .toggle_title h3 {
        font-size: 1.9rem
    }

    .toggle_btn {
        right: 8px
    }

    .toggle-content-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 0
    }

    .toggle-content-text {
        width: auto
    }

    .toggle_contents_text {
        margin-top: 15px
    }
    .toggle_box {
        margin-top: 20px
    }

    .toggle-content-subtit-box {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 6px
    }

    .toggle-content-text-mt {
        margin-top: 15px
    }
}
/*********************************
    初級コース追加パーツ
*********************************/
.course-intro-title {
    margin: 0 40px 40px;
    border-bottom: 3px solid #1a48a3;
    color: #1a48a3;
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 700;
    padding: 40px 0 0.3em 0;
}
.course-intro-contents-title {
    color: #fff;
    font-size: 26px;
    background: #009cda;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    margin: 0 40px;
}
.course-intro-contents-title-label {
    font-size: 16px;
    border: 2px solid #fff;
    margin-right: 12px;
    padding: 7px 22px;
    line-height: 1;
}
.course-intro-contents-block {
    padding: 40px;
}
.course-intro-contents-subtitle {
    color: #1a48a3;
    font-size: 26px;
    font-weight: 700;
}
.course-intro-contents-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: row-reverse;
    gap: 40px;
}
.course-intro-contents-picture {
    width: 440px;
    flex: 1;
}
.course-intro-contents-image {
    width: 100%;
}
.course-intro-contents-description {
    max-width: 440px;
    flex: 1;
}
.course-intro-topic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #dcebff;
    margin-top: 40px;
    padding: 24px;
    gap: 40px;
}
.course-intro-topic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid #f2f9fd;
    border-bottom: 10px solid #f2f9fd;
    border-left: 10px solid #fff;
}
.course-intro-topic-description {
    max-width: 566px;
    flex: 1;
}
.course-intro-topic-title {
    font-size: 20px;
    color: #1a48a3;
    line-height: 32px;
    font-weight: 700;
}
.course-intro-topic-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
    color: #000;
}
.course-intro-topic-picture {
    max-width: 264px;
    flex: 1;
}
.course-intro-arrow-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.course-intro-arrow {
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 54px;
    height: 30px;
    background: #1b48a3;
}
.course-intro-contents-movie {
    max-width: 480px;
    margin: 20px auto 0;
}
.img a {
    display: block;
}
@media screen and (max-width:768px) {
    .course-intro-title {
        border-bottom-width: 2px;
        font-size: 1.8rem;
        line-height: 1.47;
        margin-bottom: 0.5em;
        margin: 0 20px 20px;
        padding: 0px 0 0.3em 0;
    }
    .course-intro-contents-title {
        font-size: 19px;
        height: 40px;
        margin: 0 20px;
    }
    .course-intro-contents-title-label {
        font-size: 14px;
        border: 1px solid #fff;
        margin-right: 8px;
        padding: 2px 8px;
        margin: 0 20px;
    }
    .course-intro-contents-block {
        padding: 20px;
    }
    .course-intro-contents-subtitle {
        font-size: 15px;
    }
    .course-intro-contents-inner {
        margin-top: 10px;
        display: block;
    }
    .course-intro-contents-picture {
        display: block;
        width: 100%;
        margin: 0 auto 20px;
    }
    .course-intro-contents-description {
        width: 100%;
        max-width: 100%;
    }
    .course-intro-topic {
        display: block;
        margin-top: 20px;
        padding: 20px;
    }
    .course-intro-topic:before {
        border-top: 7px solid #fff;
        border-right: 7px solid #f2f9fd;
        border-bottom: 7px solid #f2f9fd;
        border-left: 7px solid #fff;
    }
    .course-intro-topic-description {
        width: 100%;
        max-width: 100%;
    }
    .course-intro-topic-title {
        font-size: 15px;
        line-height: 22px;
    }
    .course-intro-topic-text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .course-intro-topic-picture {
        display: block;
        width: 172px;
        margin: 20px auto 0;
    }
    .course-intro-arrow-block {
        margin: 20px 0;
    }
    .course-intro-arrow {
        width: 27px;
        height: 12px;
    }
    .course-intro-contents-movie {
        margin: 20px auto 0;
    }
}
/*********************************
	動画部分
*********************************/
.movie__frame {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #004f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56vw;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.play-icon {
    position: absolute !important;
    top: calc(50% - 30px) !important;
    left: calc(50% - 30px) !important;
    width: 68px !important;
    height: 48px !important;
}
@media screen and (min-width: 769px) {
    .movie__frame {
        height: 342px;
        width: 609px;
    }
}