<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.able-visual__desc {
  left: 3.9063%;
}
.instructor-visual__desc strong {
  font-size: 38px;
}
.instructor-will__desc {
  width: auto;
  flex: 1;
}
.mypage-info {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .able-visual__tit p {
    font-size: 90px;
  }
  .lecture-view__right,
  .lecture-view__float {
    position: static;
  }
  .lecture-view__float a {
    z-index: 20;
  }
  .lecture-view__float a.is-fixed,
  .lecture-view__float a.is-absolute {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #fff;
    border-top: 1px solid var(--border);
    height: 120px;
  }
  .lecture-view__float a::before {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--orange);
    width: calc(100% - 120px);
    height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .lecture-view__float a.is-fixed {
    position: fixed;
    bottom: 0;
  }
  .lecture-view__float a.is-absolute {
    position: absolute;
    bottom: -150px;
  }
  .video-page .content {
    flex-direction: column;
  }
  .video-wrap {
    flex: none;
  }
  .tab-wrap {
    flex: 1;
    width: 100%;
    padding: 40px 3.90625vw 0 3.90625vw;
  }
  .video-area {
    padding-bottom: 40px;
  }
  .member .content {
    flex-direction: column-reverse;
  }
  .member .content section {
    width: 100%;
  }
  .member .content section:first-of-type {
    min-height: 0;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: url(/assets/images/sub/member_bg_m.png);
    background-attachment: unset;
    background-position: center;
    background-size: cover;
  }
  .member-inner {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .sub-page .content {
    padding-block: 30.56vw 20.83vw;
  }
  .sub-top h2 {
    font-size: 3.89vw;
  }
  .sub-top h3 {
    margin-top: 2.78vw;
    font-size: 8.06vw;
  }
  .sub-top {
    padding-bottom: 5.56vw;
  }
  .able-visual__tit p {
    font-size: 12.5vw;
  }
  .able-visual__bg {
    width: 25vw;
    height: 59.72vw;
  }
  .able-visual__desc strong p {
    font-size: 6.67vw;
  }
  .able-visual__desc p {
    font-size: 3.61vw;
  }
  .able-identity__typo .box-carousel {
    height: 11.11vw;
  }
  .able-identity__typo .carousel-item {
    font-size: 11.11vw;
  }
  .able-identity {
    padding-top: 4.17vw;
  }
  .able-identity__tit {
    font-size: 5.28vw;
  }
  .able-identity__list li figure {
    display: none;
  }
  .able-identity__list li strong {
    width: auto;
    font-size: 6.25vw;
  }
  .able-identity__list li {
    padding: 11.11vw 4.17vw;
    justify-content: space-between;
  }
  .able-identity__list li p {
    font-size: 4.17vw;
  }
  .able-identity__list li strong::before {
    content: '';
    width: 1.67vw;
    height: 1.67vw;
    margin-right: 4.17vw;
  }
  .able-logo figure {
    margin-top: 57.5vw;
    width: 35.28vw;
  }
  .able-logo p {
    font-size: 3.61vw;
  }
  .able-sec .sub-desc01 {
    margin-top: 5.56vw;
  }
  .sub-desc01 {
    font-size: 3.61vw;
  }
  .sub-desc02 {
    font-size: 3.33vw;
  }
  .lecture-view__float a.is-absolute {
    bottom: -20.83vw;
  }
  .lecture-view__float a.is-fixed,
  .lecture-view__float a.is-absolute {
    height: 16.67vw;
  }
  .lecture-view__float a::before {
    width: calc(100% - 16.67vw);
    height: calc(100% - 5.56vw);
  }
  .video-top {
    height: 13.89vw;
  }
  .video-top a {
    gap: 2.78vw;
  }
  .video-top a p {
    font-size: 3.89vw;
  }
  .video-top a svg {
    width: 5.83vw;
    height: 5.83vw;
  }
  .video-area {
    padding: 0;
    position: relative;
    padding-bottom: 5.56vw;
  }
  .video-nav {
    margin-top: 2.78vw;
    padding-inline: 4.17vw;
  }
  .video-nav button {
    font-size: 2.78vw;
    gap: 1.39vw;
  }
  .video-nav button svg {
    width: 3.33vw;
    height: 3.33vw;
    flex: none;
  }
  .video-tit {
    margin-top: 8.33vw;
    padding-inline: 3.90625%;
  }
  .video-tit p {
    font-size: 3.89vw;
    font-weight: 500;
  }
  .video-tit span {
    font-size: 3.33vw;
    font-weight: 400;
    color: var(--mild);
    display: block;
    margin-top: 1.39vw;
  }
  .tab-wrap {
    overflow: hidden;
    padding: 5.56vw 3.90625vw 5.56vw 3.90625vw;
  }
  .video-tab {
    width: 100%;
    gap: 2.78vw;
    margin-bottom: 2.78vw;
  }
  .video-tab button {
    padding-bottom: 2.78vw;
    font-size: 3.89vw;
  }
  .tab-content ul {
    padding-right: 0;
    overflow-y: auto;
  }
  .member .content {
    padding-top: 13.89vw;
  }
  .member .content section:last-of-type {
    padding: 16.67vw 3.90625vw;
  }
  .member-tit {
    margin-bottom: 8.33vw;
    font-size: 6.67vw;
  }
  .member-input &gt; li .sub-desc01 {
    margin-bottom: 1.39vw;
  }
  .member-input {
    gap: 2.78vw;
  }
  .member.login .member-input &gt; li input[type='text'],
  .member.login .member-input &gt; li input[type='password'] {
    padding-left: 8.89vw;
    background-size: 3.33vw;
    background-position: left 2.78vw center;
  }
  .member-input &gt; li input[type='text'],
  .member-input &gt; li input[type='password'] {
    height: 11.11vw;
    padding-inline: 2.78vw;
    font-size: 3.33vw;
  }
  .member-btn {
    margin-top: 8.33vw;
  }
  .member-btn button,
  .member-btn a {
    height: 11.11vw;
    font-size: 3.33vw;
  }
  .member-link {
    gap: 2.78vw;
    margin-top: 4.17vw;
  }
  .member-link a:not(:first-child)::before {
    height: 1.67vw;
    margin-right: 2.78vw;
  }
  .member-link a {
    font-size: 3.33vw;
  }
  .member-input &gt; li.is-btn button {
    right: 2.78vw;
    height: 8.89vw;
    font-size: 3.06vw;
    padding-inline: 1.67vw;
  }
  .member .content section:first-of-type {
    gap: 4.17vw;
  }
  .member .content section:first-of-type b {
    font-size: 5.56vw;
    line-height: 1;
  }
  .member .content section:first-of-type p {
    font-size: 3.33vw;
  }
  .member-stit {
    font-size: 4.17vw;
    padding-bottom: 2.78vw;
    margin-bottom: 2.78vw;
  }
  .member-input &gt; li &gt; div p {
    font-size: 3.33vw;
    margin-top: 1.39vw;
    line-height: 1.4;
  }
  .member.result .member-btn {
    gap: 2.78vw;
  }
  .member-result div p:first-child {
    font-size: 4.17vw;
  }
  .member-result div p:last-child {
    font-size: 3.33vw;
    margin-top: 1.39vw;
  }
  .member-result {
    padding-block: 5.56vw;
    gap: 2.78vw;
  }
  .member-result img {
    width: 27.78vw;
  }
  .member .content section:first-of-type img {
    width: 27.78vw;
  }
  .mypage-info {
    position: relative;
    gap: 5.56vw;
  }
  .mypage-info &gt; a {
    padding-top: 0;
    border-top: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .mypage-info b {
    font-size: 4.72vw;
  }
  .mypage-info p,
  .mypage-info &gt; a {
    font-size: 2.78vw;
  }
  .mypage-info p {
    margin-top: 2.22vw;
  }
  .mypage-info__current {
    display: flex;
    align-items: center;
    height: 13.61vw;
    padding-inline: 2.78vw;
    width: 100%;
    background-color: #f8f8f8;
    justify-content: space-between;
  }
  .mypage-info__current span {
    display: flex;
    align-items: center;
    gap: 1.67vw;
    font-size: 3.33vw;
    font-weight: 500;
    line-height: 1;
  }
  .mypage-info__current svg {
    width: 2.78vw;
  }
  .mypage-info ul {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    z-index: 9;
    background-color: #fff;
    display: none;
  }
  .mypage-info ul li {
    border-bottom: 1px solid #ddd;
  }
  .mypage-info li a {
    gap: 1.67vw;
    font-size: 3.33vw;
    height: 13.61vw;
    padding-inline: 2.78vw;
  }
  .mypage-info li a img,
  .mypage-info__current span img {
    width: 5.83vw;
    height: 5.83vw;
  }
  .mypage-info li.active a {
    background-color: transparent;
    color: var(--orange);
  }
  .mypage .lecture-tit {
    margin-bottom: 5.56vw;
  }
  .mypage article &gt; ul {
    gap: 8.33vw;
  }
  .mypage article &gt; ul.is-img li {
    padding: 0;
    border-bottom: none;
    flex-direction: column;
  }
  .mypage article &gt; ul.is-img li figure {
    width: 100%;
    height: 58.61vw;
  }
  .mypage article &gt; ul.is-img li &gt; div {
    flex: none;
    padding-block: 0;
  }
  .mypage article &gt; ul.is-img li .info {
    margin-top: 2.78vw;
  }
  .mypage article &gt; ul li .info {
    margin-top: 5.56vw;
  }
  .mypage article &gt; ul li .info a {
    height: 10vw;
    border-radius: 2em;
    gap: 1.39vw;
    font-size: 3.33vw;
    padding-inline: 5.56vw;
  }
  .mypage article &gt; ul li .info a svg {
    height: 3.19vw;
  }
  .no-class {
    padding-top: 5.56vw;
    gap: 2.78vw;
  }
  .no-class img {
    width: 27.78vw;
  }
  .mypage article &gt; ul li .refund-btn {
    margin-left: 4.17vw;
  }
  .mypage article &gt; ul li {
    height: auto;
    padding: 4.17vw;
  }
  .mypage article &gt; ul li .info div b {
    font-size: 4.17vw;
  }
  .mypage article &gt; ul li .sub-desc02 {
    gap: 1.39vw;
    flex-direction: column;
  }
  .mypage .common-btn {
    margin-top: 13.89vw;
  }
  .mypage .common-btn button {
    width: 27.78vw;
    height: 11.11vw;
  }
  .leave-btn {
    margin: 2.78vw auto 0;
    font-size: 2.78vw;
  }
  .instructor-visual {
    margin-top: -33.33vw;
  }
  .instructor-visual__desc strong {
    font-size: 6.67vw;
    line-height: 1.4;
  }
  .instructor-visual__desc .sub-desc01 {
    margin-top: 83.33vw;
  }
  .instructor-visual__frame {
    height: 66.67vw;
  }
  .instructor-visual__desc .sub-desc01 br {
    display: block;
  }
  .instructor-will__tit .sub-desc01 {
    line-height: 1.4;
    margin-top: 2.78vw;
  }
  .instructor-will ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.17vw 4.17vw 8.33vw;
    gap: 4.17vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .instructor-will__desc div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.78vw;
    margin-bottom: 2.78vw;
  }
  .instructor-will ul {
    margin-top: 8.33vw;
  }
  .instructor-will ul li figure {
    width: 61.11vw;
  }
  .instructor-will__desc div b {
    font-size: 4.72vw;
  }
  .instructor-will__desc {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-block: 0;
  }
  .instructor-will__desc .sub-desc01 {
    line-height: 1.4;
  }
  .instructor-will__tit strong {
    font-size: 7.5vw;
    line-height: 1.2;
  }
  .modal-password .modal-content {
    padding: 5.56vw;
    width: 94vw;
  }
  .modal-password .modal-content .close-btn {
    right: 0;
  }
  .modal-password .modal-content h3 {
    font-size: 5.56vw;
    margin-bottom: 8.33vw;
  }
  .modal-password .modal-content input[type='password'] {
    height: 11.11vw;
    padding-left: 7.78vw;
    margin-bottom: 8.33vw;
    font-size: 3.33vw;
    background-position: 2.78vw;
    background-size: 3.33vw;
  }
  .modal-password .modal-confirm {
    width: 27.78vw;
    height: 11.11vw;
    padding: 0px 4.17vw;
    border-radius: 69.44vw;
    font-size: 3.33vw;
  }
  .modal-password .modal-content label {
    font-size: 3.61vw;
    margin-bottom: 1.39vw;
  }
  .terms-tit {
    font-size: 4.72vw;
  }
  .terms-stit {
    font-size: 4.17vw;
    margin-bottom: 4.17vw;
  }
  .terms-stit:not(:first-of-type) {
    margin-top: 8.33vw;
  }
  .terms-content {
    font-size: 3.61vw;
  }
}

@media all and (max-width: 640px) {
}
</pre></body></html>