.sp-only {
    display: none;
}

.course {
    color: #494949;
    margin-bottom: 160px;
}

.creative {
    color: #494949;
    margin-bottom: 120px;
}

.course img,
.creative img {
    max-width: 100%;
}

.course p,
.creative p {
    margin: 0;
}

.btn {
    transition: .3s;
}

.btn:hover {
    opacity: 0.5;
    transition: .3s;
}

.breadcrumb {
    max-width: 1120px;
    margin: auto;
    font-size: 11px;
    margin-top: 40px;
    letter-spacing: 2px;
    white-space: nowrap;
    margin-bottom: 20px;
    overflow: auto;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    color: #868686;
    max-width: calc(100% - 328px);
    width: 100%;
}

.breadcrumb ol li a {
    color: #868686;
    transition: .3s;
}

.breadcrumb ol li a:hover {
    opacity: 0.5;
    transition: .3s;
}

.breadcrumb ol li a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 10px 1px 4px;
}

.breadcrumb ol li:last-child a::after {
    display: none;
}

.title-area {
    text-align: center;
    margin-bottom: 52px;
}

.title-area h1 {
    display: inline-flex;
    align-items: baseline;
    font-size: 26px;
    letter-spacing: 6.4px;
    color: #494949;
    border-bottom: solid 5px #fff200;
    line-height: 72px;
}

.title-area h1 img {
    width: 34px;
    margin-right: 8px;
}

.page-inner {
    width: 1120px;
    margin: auto;
}

.course-cat {
    margin-bottom: 72px;
}

.course-cat h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
    padding-bottom: 32px;
}

.course-cat h2 img {
    margin-right: 16px;
    width: 24px;
}

.course-box {
    display: flex;
    padding: 48px 0;
    border-top: 1px solid #E8E8E8;
    gap: 0 40px;
}

.course-box .img-area {
    width: 300px;
    flex-shrink: 0;
}

.course-box .img-area img {
    border-radius: 9px;
}

.course-box .detail-area h3 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 2px;
    margin-bottom: 32px;
}

.course-box .detail-area h3 span {
    background: linear-gradient(transparent 70%, #FFF03F 70%) no-repeat;
    background-size: calc(100% - 8px) 100%;
    display: inline;
}

.course-box .detail-area .course-catch {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 12px;
    max-width: 730px;
}

.course-box .detail-area .course-detail {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.course-box .detail-area .link-area {
    margin-top: 40px;
}

.course-box .detail-area .btn {
    width: 200px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 8px rgb(199 199 199 / 50%);
    gap: 0 8px;
}

.contact {
    text-align: center;
}

.contact .msg {
    font-size: 25px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 64px;
}

.contact .btn {
    width: 472px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 3px;
    box-shadow: 0 12px 5px rgb(199 199 199 / 75%);
}

.creative {
    color: #222222;
}

.creative .container {
    width: 1200px;
    margin: auto;
}

.creative .fv {
    background-color: #E62D84;
    padding-top: 68px;
    padding-bottom: 106px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.creative .fv-inner {
    margin: auto;
    position: relative;
    text-align: center;
    padding: 0 12.5%;
    display: inline-block;
}

.creative .fv-img img {
    border: 4px solid #222222;
    border-radius: 40px;
    width: 1440px;
}

.creative .fv-badge {
    width: 14.6%;
    max-width: 280px;
    display: inline-block;
    position: absolute;
    right: 12.7%;
    bottom: -17.5%;
    transition: .3s;
}

.creative .fv-badge:hover {
    opacity: 0.5;
    transition: .3s;
}

.creative .intro {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 58px;
    background-image: url(../images/pc/course/creative_fv_bg.png);
    background-size: contain;
    background-position: bottom;
    background-size: 1440px;
    background-repeat: no-repeat;
}

.creative .intro-catch img {
    width: 850px;
}

.creative .intro-title {
    margin-top: 56px;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: 4px;
}

.creative .intro-lead {
    line-height: 32px;
    letter-spacing: 1.5px;
}

.creative-about {
    padding-top: 116px;
    padding-bottom: 120px;
    text-align: center;
}

.creative h2 {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 8px;
    margin-bottom: 64px;
    text-align: center;
}

.creative h2 span {
    background: linear-gradient(transparent 60%, #FFA0CD 60%) no-repeat;
    display: inline;
    padding-left: 6px;
    padding-bottom: 2px;
    background-size: calc(100% - 2px) 100%;
}

.creative h3 {
    color: #E62D84;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 2px;
}

.creative .about-lead {
    line-height: 30px;
    margin-bottom: 40px;
}

.creative-about .system {
    margin-bottom: 80px;
}

.creative-about .sub-title {
    color: #E62D84;
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: bold;
}

.creative-about .system .sub-title {
    margin-bottom: 16px;
}

.creative-about .system ul {
    display: grid;
    grid-template-columns: 1fr 440px 440px;
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
}

.creative-about .system ul li {
    background-color: #FFF8CE;
    border: 1px solid #222222;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
}

.creative-about .system ul li:first-child {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    text-align: center;
    font-weight: bold;
    margin-right: 64px;
    position: relative;
    letter-spacing: 1px;
}

.creative-about .system ul li:first-child::before,
.creative-about .system ul li:first-child::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #E62D84;
    right: -60px;
}

.creative-about .system ul li:first-child::after {
    transform: rotate(90deg);
}

.creative-about .system ul li strong {
    flex-shrink: 0;
    width: 128px;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    white-space: nowrap;
    display: block;
}

.creative-about .system ul li:first-child strong {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 8px;
}

.creative-about .system ul li .detail {
    border-left: 1px solid #222222;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 16px;
    text-align: justify;
}

.creative-about .reason .sub-title {
    margin-bottom: 52px;
}

.creative-about .reason ol {
    display: flex;
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
}

.creative-about .reason ol li {
    width: 100%;
    background-color: #FFF8CE;
    border: 1px solid #222222;
    border-radius: 20px;
    position: relative;
    padding: 40px 32px 32px;
}

.creative-about .reason ol li .num {
    position: absolute;
    width: 54px;
    left: 16px;
    top: -18px;
}

.creative-about .reason ol li strong {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 16px;
    display: block;
}

.creative-about .reason ol li .detail {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: justify;
}

.bg-pink {
    background-image: url(../images/pc/course/features_bg.jpg);
    background-size: cover;
}

.creative .features {
    padding-top: 120px;
}

.features-contents {
    display: flex;
    gap: 56px;
}

.features-contents h3 {
    line-height: 33px;
    margin-bottom: 24px;
}

.features-contents .detail {
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.features-contents .sub-img {
    margin-top: 36px;
    display: flex;
    gap: 24px;
}

.features-contents .sub-img img {
    border-radius: 20px;
}

.features-contents .img-area {
    width: 640px;
    flex-shrink: 0;
    position: relative;
}

.features-contents .img-area p {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    right: 60px;
    bottom: 10px;
    letter-spacing: 1px;
}

.features .flow {
    text-align: center;
    padding-top: 132px;
}

.features .flow h3 {
    line-height: 33px;
    margin-bottom: 40px;
}

.features .flow .notes {
    margin-top: 16px;
    text-align: left;
    letter-spacing: 0.95px;
}

.flow-contents {
    display: flex;
    gap: 24px;
}

.flow-contents .flow-box {
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
    overflow: hidden;
}

.flow-contents .flow-box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
    height: 100%;
}

.flow-contents .flow-box table thead th {
    color: #fff;
    font-size: 20px;
    padding: 16px;
    letter-spacing: 4px;
    border-bottom: 1px solid #000;
}

.flow-contents .year-1 table thead th {
    background-color: #E62D84;
}

.flow-contents .year-2 table thead th {
    background-color: #25986C;
}

.flow-contents .year-3 table thead th {
    background-color: #2F9CE6;
}

.flow-contents .flow-box table tbody tr:first-child th:first-child::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-size: cover;
    position: absolute;
    right: -11px;
}

.flow-contents .year-1 table tbody tr:first-child th:first-child::after {
    background-image: url(../images/pc/course/flow_icon_01.png);
}

.flow-contents .year-2 table tbody tr:first-child th:first-child::after {
    background-image: url(../images/pc/course/flow_icon_02.png);
}

.flow-contents .year-3 table tbody tr:first-child th:first-child::after {
    background-image: url(../images/pc/course/flow_icon_03.png);
}

.flow-contents .flow-box table tbody th:not(:last-child),
.flow-contents .flow-box table tbody td:not(:last-child) {
    border-right: 1px solid #222222;
    position: relative;
}

.flow-contents .flow-box table tbody th {
    padding: 8px;
    height: 40px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.flow-contents .flow-box table tbody tr:nth-child(2) td {
    height: 58px;
    box-sizing: border-box;
    letter-spacing: 0.5px;
}

.flow-contents .flow-box table tbody tr:last-child td {
    padding: 16px;
}

.flow-contents .flow-box table tbody td {
    border-top: 1px solid #E3E3E3;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
}

.flow-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}

.flow-detail .detail-title {
    color: #E62D84;
}

.flow-detail p:not(.detail-title) {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F6F6;
    border-radius: 10px;
    min-height: 40px;
}

.year-1 .late p:first-child {
    background-color: #80C8F2;
}

.year-1 .late p:nth-child(2) {
    background-color: #89D5E0;
}

.year-1 .late p:nth-child(3) {
    background-color: #7FB1DA;
}

.year-1 .late p:nth-child(4) {
    background-color: #EA7EB5;
}

.year-1 .late p:nth-child(5) {
    background-color: #F2A9A9;
}

.year-1 .late p:nth-child(6) {
    background-color: #EE7F98;
}

.year-2 .early p:nth-child(2) {
    background-color: #7DCEF4;
}

.year-2 .early p:nth-child(3) {
    background-color: #B0D8F3;
}

.year-2 .early p:nth-child(4) {
    background-color: #84CCC7;
}

.year-2 .early p:nth-child(5) {
    background-color: #A7BDE2;
}

.year-2 .early p:nth-child(6) {
    background-color: #F0B78C;
}

.year-2 .early p:nth-child(7) {
    background-color: #EEE49E;
}

.year-2 .late p:nth-child(2) {
    background-color: #AFDDE6;
}

.year-2 .late p:nth-child(3) {
    background-color: #85B2E0;
}

.year-2 .late p:nth-child(4) {
    background-color: #ACD398;
}

.year-2 .late p:nth-child(5) {
    background-color: #E79EB7;
}

.year-2 .late p:nth-child(6) {
    background-color: #F6BCC4;
}

.year-2 .late p:nth-child(7) {
    background-color: #F39F7C;
}

.creative .floor-map {
    margin-top: 120px;
    padding-bottom: 95px;
}

.creative .floor-map .notes {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    letter-spacing: 1px;
}

.creative .category {
    padding-top: 145px;
    background-image: url(../images/pc/course/category_bg.png);
    background-size: 1535px;
    background-repeat: no-repeat;
    background-position: center 250px;
}

.creative .sec-title h2 {
    margin-bottom: 16px;
}

.creative .sec-sub-title {
    text-align: center;
    color: #E62D84;
    font-size: 25px;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: 1px;
}

.creative .category-list {
    margin-top: 64px;
}

.creative .category-box {
    border: 1px solid #E62D84;
    border-radius: 40px;
    display: flex;
    gap: 64px;
    padding: 56px 48px 56px 56px;
    margin-bottom: 32px;
}

.creative .category-box:last-child {
    margin-bottom: 0;
}

.creative .category-box h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 16px;
}

.creative .category-box .sub-cat {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.creative .category-box .sub-cat .cat {
    background-color: #FFECF5;
    color: #494949;
    font-weight: bold;
    font-size: 18px;
    min-width: 92px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    letter-spacing: 1px;
}

.creative .category-box .sub-cat .cat.small {
    font-size: 16px;
}

.creative .category-box .detail {
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

.creative .category-box .occupation {
    border-radius: 20px;
    overflow: hidden;
}

.creative .category-box .occupation dt {
    background-color: #E62D84;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 4px;
    letter-spacing: 1px;
}

.creative .category-box .occupation dd {
    background-color: #FFECF5;
    margin: 0;
    padding: 8px 24px;
    position: relative;
    line-height: 26px;
    font-size: 15px;
}

.creative .category-box .occupation dd {
    gap: 0 32px;
    display: flex;
}

.creative .category-box .occupation dd ul li {
    display: flex;
    letter-spacing: 1px;
}

.creative .category-box .occupation dd ul li::before {
    content: "・";
    flex-shrink: 0;
}

.creative .category-box .occupation dd .other {
    position: absolute;
    right: 24px;
    bottom: 8px;
}

.creative .category-box .img-area {
    width: 508px;
    flex-shrink: 0;
}

.creative .category-box .img-area img {
    border-radius: 40px;
}

.creative .instructor {
    padding-top: 120px;
    padding-bottom: 160px;
}

.creative .instructor-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 64px;
}

.creative .instructor-list li {
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 32px 26px;
}

.creative .instructor-list .prof-top {
    display: flex;
    gap: 32px;
    margin-bottom: 24px;
}

.creative .instructor-list .prof-name {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: bold;
}

.creative .instructor-list .position {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
}

.creative .instructor-list .name-area {
    border-bottom: 1px solid #E62D84;
    padding-bottom: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.creative .instructor-list .name {
    font-size: 30px;
}

.creative .instructor-list .name-en {
    color: #E62D84;
}

.creative .instructor-list .prof-img {
    width: 120px;
    flex-shrink: 0;
}

.creative .instructor-list .prof-detail {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    letter-spacing: 0.85px;
}

.creative .event {
    background-image: url(../images/pc/course/event_bg.jpg);
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.creative .event-list {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.creative .event-list li:not(.instagram) {
    background-color: #fff;
    border: 1px solid #222222;
    border-radius: 20px;
    padding: 24px;
}

.creative .event-list .img-area {
    margin-bottom: 24px;
}

.creative .event-list .img-area img {
    border-radius: 20px;
}

.creative .event-list .event-title {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 16px;
}

.creative .event-list li:first-child .event-title {
    color: #E62D84;
}

.creative .event-list li:nth-child(2) .event-title {
    color: #2F9CE6;
}

.creative .event-list li:nth-child(3) .event-title {
    color: #24986C;
}

.creative .event-list li:nth-child(4) .event-title {
    color: #EF8024;
}

.creative .event-list li:nth-child(5) .event-title {
    color: #74BCA5;
}

.creative .event-list .detail {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.85px;
    text-align: justify;
}

.creative .event-list .instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.creative .event-list .instagram a:hover {
    opacity: 0.5;
    transition: .3s;
}

.creative .event-list .instagram img {
    width: 350px;
}

.creative .tuition {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}

.creative .tuition .sec-title {
    margin-bottom: 32px;
}

.creative .tuition h3 {
    margin-bottom: 16px;
}

.creative .tuition .head-msg,
.creative .tuition .btm-msg {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.5px;
}

.creative .tuition .head-msg {
    margin-bottom: 24px;
}

.creative .tuition .btm-msg {
    margin-top: 16px;
}

.creative .tuition .btm-msg a {
    color: #222222;
    text-decoration: underline;
    transition: .3s;
}

.creative .tuition .btm-msg a:hover {
    opacity: 0.5;
    transition: .3s;
}

.creative .tuition table {
    width: 100%;
    border-collapse: separate;
    border: 2px solid #595757;
    border-radius: 16px;
    overflow: hidden;
    letter-spacing: 1px;
}

.creative .tuition table col:first-child {
    width: 362px;
}

.creative .tuition table thead th,
.creative .tuition table thead td {
    border-bottom: 1px solid #595757;
}

.creative .tuition table thead th:last-child {
    background-color: #E62D84;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}

.creative .tuition table tbody tr:not(:first-child) th,
.creative .tuition table tbody tr:not(:first-child) td {
    border-top: 1px dotted #595757;
}

.creative .tuition table th:first-child {
    background-color: #FFF8CE;
    border-right: 1px solid #595757;
    height: 64px;
    padding: 18px 0;
    box-sizing: border-box;
    font-size: 18px;
}

.creative .tuition table th small {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    font-weight: normal;
}

.creative .tuition table td small {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
}

.creative .tuition-price {
    margin-bottom: 56px;
}

.creative .tuition-price .head-msg {
    color: #595757;
}

.creative .tuition-price .btm-msg {
    text-align: left;
}

.creative .tuition-price table tbody tr:last-child th,
.creative .tuition-price table tbody tr:last-child td {
    border-top: 2px solid #595757;
}

.creative .column {
    padding-top: 120px;
    padding-bottom: 316px;
    background-image: url(../images/pc/course/column_bg.jpg);
    background-size: cover;
    position: relative;
}

.column-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 64px;
}

.column-box a {
    color: #494949;
    display: block;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    transition: .3s;
    overflow: hidden;
    background-color: #fff;
    width: 270px;
}

.column-box a:hover {
    opacity: 0.5;
    transition: .3s;
}

.column-box .img-area {
    height: 160px;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}

.column-box .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.column-box .img-area .defaults {
    width: 166px;
    height: auto;
}

.column-box .detail-area {
    padding: 16px;
    position: relative;
}

.column-box .column-cat {
    background-color: #E62D84;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    padding: 4px 12px 2px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -12px;
    letter-spacing: 1px;
}

.column-box .column-title {
    font-size: 15px;
    letter-spacing: 0.5px;
    height: 42px;
    font-weight: bold;
    line-break: anywhere;
}

.column-box .column-date {
    color: #A5A5A5;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 8px;
}

.column .btn-area {
    text-align: center;
    margin-top: 64px;
}

.column .btn {
    width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    font-size: 16px;
    box-shadow: 0 5px 8px rgb(199 199 199 / 50%);
}

.column .creative-link {
    position: absolute;
    width: 1344px;
    right: 0;
    left: 0;
    bottom: -202px;
    margin: auto;
    transition: .3s;
    max-width: 100%;
}

.column .creative-link:hover {
    opacity: 0.5;
    transition: .3s;
}

.creative-contact {
    margin-top: 290px;
}

.contact-area {
    background-image: url(../images/pc/course/contact_bg.jpg);
    background-size: cover;
    padding: 64px;
    text-align: center;
    border-radius: 16px;
}

.contact-area h2 {
    font-size: 25px;
    margin-bottom: 24px;
    line-height: 32px;
    letter-spacing: 3px;
}

.contact-area .msg {
    font-size: 15px;
    line-height: 28px;
    color: #505050;
}

.contact-btn-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.contact-btn-wrap .btn {
    width: 250px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 18px 0;
    box-shadow: 0 5px 8px rgb(199 199 199 / 50%);
    transition: .3s;
}

.creative-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    background-color: #fff;
}

.creative-footer a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.36vw;
    font-weight: bold;
    color: #fff;
    height: 5.2vw;
    gap: 0.84vw;
    transition: .3s;
}

.creative-footer a:hover {
    opacity: 0.5;
    transition: .3s;
}

.creative-footer .open-school {
    background-color: #E62D84;
}

.creative-footer .document {
    background-color: #2F9CE6;
}

.creative-footer .line {
    background-color: #02B902;
}

.creative-footer p {
    margin: 0;
}

.creative-footer a img {
    height: 1.82vw;
}

.creative-page .footer .footer-buttom .footer-text {
    padding-bottom: 5.2vw;
}

@media (min-width: 1920px) {
    .creative-footer a {
        font-size: 26px;
        height: 100px;
        gap: 16px;
    }

    .creative-footer a img {
        height: 35px;
    }

    .creative-page .footer .footer-buttom .footer-text {
        padding-bottom: 100px;
    }
}

@media (max-width: 959px) {

    .course {
        margin-bottom: 80px;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .page-inner {
        width: auto;
        padding: 0 24px;
    }

    .title-area {
        margin-bottom: 42px;
    }

    .title-area h1 {
        font-size: 18px;
        line-height: 28px;
        border-width: 4px;
        padding-bottom: 16px;
        letter-spacing: 4px;
        align-items: flex-end;
    }

    .title-area h1 img {
        width: 24px;
        margin-right: 4px;
    }

    .title-area h1 span {
        margin-bottom: -4px;
    }

    .breadcrumb {
        margin-top: 20px;
        padding: 0 24px;
        margin-bottom: 40px;
    }

    .breadcrumb {
        overflow-x: scroll;
    }

    .course-cat {
        margin-bottom: 24px;
    }

    .course-cat h2 {
        font-size: 17px;
        line-height: 20px;
        padding-bottom: 12px;
    }

    .course-cat h2 img {
        width: 16px;
        margin-right: 12px;
    }

    .course-box {
        display: block;
        padding: 32px 0 56px;
    }

    .course-box .img-area {
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .course-box .img-area img {
        width: 240px;
        border-radius: 4px;
    }

    .course-box .detail-area h3 {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .course-box .detail-area h3 span {
        line-height: 22px;
        background: linear-gradient(transparent 50%, #FFF03F 50%) no-repeat;
        padding-bottom: 4px;
    }

    .course-box .detail-area .course-catch {
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .course-box .detail-area .course-detail {
        font-size: 14px;
        line-height: 24px;
    }

    .course-box .detail-area .link-area {
        text-align: center;
    }

    .contact .msg {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 3px;
        margin-bottom: 36px;
    }

    .contact .btn {
        width: 290px;
        height: 60px;
        font-size: 14px;
        letter-spacing: 2px;
        box-shadow: 0 9px 4px rgb(199 199 199 / 75%);
    }

    .creative-page .footer-fix-nav {
        display: none;
    }

    .creative {
        overflow: hidden;
        margin-bottom: 80px;
    }

    .creative h3 {
        font-size: 21px;
        line-height: 32px;
    }

    .creative .fv {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .creative .fv-inner {
        width: auto;
        padding: 0 24px;
    }

    .creative .fv-img img {
        border-width: 2px;
        border-radius: 20px;
        width: 100%;
    }

    .creative .fv-badge {
        width: 158px;
        right: 12px;
        bottom: -56px;
    }

    .creative .intro {
        padding: 60px 24px 16px 24px;
        background: unset;
        background-image: url(../images/sp/course/creative_fv_bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .creative .intro-title {
        font-size: 20px;
        line-height: 33px;
        letter-spacing: 0;
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .creative .intro-lead {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
        letter-spacing: 0.2px;
    }

    .creative h2 {
        font-size: 25px;
        line-height: normal;
        letter-spacing: 6px;
        margin-bottom: 40px;
    }

    .creative h2 span {
        background: linear-gradient(transparent 65%, #FFA0CD 65%) no-repeat;
        background-size: calc(100% - 4px) 100%;
        padding-left: 2px;
        padding-bottom: 1px;
    }

    .creative-about {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .creative-about .sub-title {
        font-size: 21px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .creative .about-lead {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
        letter-spacing: 1.4px;
        margin-bottom: 24px;
    }

    .creative .container {
        width: auto;
        padding: 0 24px;
    }

    .creative-about .system {
        margin-bottom: 40px;
    }

    .creative-about .system ul {
        display: block;
    }

    .creative-about .system ul li {
        margin-bottom: 16px;
        display: block;
        padding: 24px 16px;
    }

    .creative-about .system ul li:first-child {
        margin-right: 0;
        margin-bottom: 78px;
    }

    .creative-about .system ul li:first-child::before,
    .creative-about .system ul li:first-child::after {
        right: 0;
        left: 0;
        top: auto;
        bottom: -38px;
    }

    .creative-about .system ul li strong {
        width: 100%;
        line-height: normal;
        padding-bottom: 16px;
        letter-spacing: 1px;
    }

    .creative-about .system ul li:first-child strong {
        padding-bottom: 0;
    }

    .creative-about .system ul li .detail {
        padding-left: 0;
        padding-top: 16px;
        border-top: 1px solid #222222;
        border-left: none;
        letter-spacing: 0.6px;
        line-height: 26px;
    }

    .creative-about .reason .sub-title {
        margin-bottom: 24px;
    }

    .creative-about .reason ol {
        display: block;
    }

    .creative-about .reason ol li {
        width: auto;
        padding: 48px 16px 24px;
        margin-bottom: 34px;
    }

    .creative-about .reason ol li:last-child {
        margin-bottom: 0;
    }

    .creative-about .reason ol li strong {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .creative-about .reason ol li .detail {
        letter-spacing: 0;
    }

    .creative-about .reason ol li .num {
        top: -16px;
        left: 28px;
    }

    .bg-pink {
        background-image: url(../images/sp/course/features_bg.jpg);
    }

    .creative .features {
        padding-top: 56px;
    }

    .features-contents {
        flex-direction: column;
        gap: 46px;
    }

    .features-contents .img-area {
        order: 1;
        width: 100%;
    }

    .features-contents .img-area img {
        width: 100%;
    }

    .features-contents .detail-area {
        order: 2;
    }

    .features-contents .img-area p {
        font-size: 12px;
        text-align: right;
        right: 16px;
        bottom: -12px;
    }

    .features-contents h3 {
        margin-bottom: 16px;
    }

    .features-contents .detail {
        font-size: 14px;
        line-height: 26px;
    }

    .features-contents .sub-img {
        margin-top: 24px;
        gap: 12px;
    }

    .features-contents .sub-img img {
        border-radius: 10px;
    }

    .features .flow {
        padding-top: 64px;
    }

    .features .flow h3 {
        margin-bottom: 24px;
    }

    .flow-contents {
        flex-direction: column;
    }

    .year-1 .late p,
    .year-2 .early p,
    .year-2 .late p {
        border-radius: 6px;
    }

    .flow-contents .flow-box table {
        height: 500px;
    }

    .flow-contents .year-2 table tbody tr:nth-child(2) td {
        height: auto;
    }

    .features .flow .notes {
        font-size: 14px;
    }

    .creative .floor-map {
        margin-top: 64px;
        padding-bottom: 56px;
    }

    .creative .floor-map .notes {
        font-size: 12px;
    }

    .creative .category {
        padding-top: 56px;
    }

    .creative .sec-sub-title {
        font-size: 21px;
        line-height: 32px;
    }

    .creative .category-list {
        margin-top: 40px;
    }

    .creative .category-box {
        border-radius: 22px;
        flex-direction: column;
        padding: 16px;
        gap: 22px;
        margin-bottom: 24px;
    }

    .creative .category-box .img-area {
        width: 100%;
        order: 1;
    }

    .creative .category-box .img-area img {
        border-radius: 17px;
    }

    .creative .category-box .detail-area {
        order: 2;
    }

    .creative .category-box h3 {
        font-size: 18px;
        line-height: normal;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .creative .category-box .sub-cat {
        gap: 4px;
        margin-bottom: 16px;
    }

    .creative .category-box .sub-cat .cat {
        min-width: 84px;
        height: 28px;
        font-size: 16px;
    }

    .creative .category-box .detail {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .creative .category-box .occupation dt {
        font-size: 16px;
        line-height: normal;
    }

    .creative .category-box .occupation dd {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
        gap: 16px;
    }

    .creative .category-box .occupation dd ul li {
        letter-spacing: 0.5px;
    }

    .creative .category-box .occupation dd .other {
        right: 14px;
    }

    .creative .instructor {
        padding-top: 64px;
        padding-bottom: 56px;
    }

    .creative .instructor-list {
        margin-top: 40px;
        display: block;
    }

    .creative .instructor-list li {
        padding: 24px 16px;
        margin-bottom: 24px;
    }

    .creative .instructor-list li:last-child {
        margin-bottom: 0;
    }

    .creative .instructor-list .prof-top {
        flex-direction: column;
        text-align: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .creative .instructor-list .prof-img {
        order: 1;
        width: auto;
    }

    .creative .instructor-list .prof-img img {
        width: 121px;
    }

    .creative .instructor-list .prof-name {
        order: 2;
    }

    .creative .instructor-list .name-area {
        margin-top: 16px;
        flex-direction: column;
        gap: 4px;
    }

    .creative .instructor-list .name-en {
        font-size: 14px;
    }

    .creative .instructor-list .prof-detail {
        letter-spacing: 0.7px;
    }

    .creative .event {
        padding-top: 56px;
        padding-bottom: 60px;
        background: #FFF8CE;
    }

    .creative .event-list {
        margin-top: 40px;
        display: block;
    }

    .creative .event-list li:not(.instagram) {
        margin-bottom: 16px;
        padding: 16px 16px 24px;
    }

    .creative .event-list .detail {
        letter-spacing: 0.6px;
    }

    .creative .event-list .img-area img {
        border-radius: 14px;
        width: 100%;
    }

    .creative .tuition {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .creative .tuition .head-msg,
    .creative .tuition .btm-msg {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
        letter-spacing: 1.55px;
    }

    .creative .tuition table col:first-child {
        width: 126px;
    }

    .creative .tuition table th:first-child {
        font-size: 16px;
        line-height: 22px;
    }

    .creative .tuition .support table th:first-child {
        font-size: 14px;
        padding: 10px 0;
    }

    .creative .tuition table thead th:last-child {
        font-size: 18px;
        line-height: 24px;
        padding: 10px;
        letter-spacing: 1px;
    }

    .creative .tuition .support table thead th:last-child {
        font-size: 16px;
    }

    .creative .tuition table td {
        padding: 20px 0;
    }

    .creative .tuition table td small {
        margin-bottom: 6px;
        color: #494949;
    }

    .creative .tuition .support table {
        border: 1px solid #595757;
    }

    .creative .tuition-price {
        margin-bottom: 48px;
    }

    .creative .tuition table th small {
        font-size: 12px;
        line-height: normal;
        margin-top: 4px;
    }

    .creative .column {
        padding-top: 56px;
        padding-bottom: 294px;
        background-image: url(../images/sp/course/column_bg.jpg);
    }

    .column-list {
        margin-top: 40px;
        display: block;
    }

    .column-list li:not(:last-child) {
        margin-bottom: 24px;
    }

    .column-box a {
        width: 100%;
    }

    .column-box .img-area {
        height: 195px;
    }

    .column-box .img-area .defaults {
        width: 242px;
    }

    .column-box .column-title {
        height: auto;
        text-align: justify;
        letter-spacing: 1px;
    }

    .column .btn-area {
        margin-top: 48px;
    }

    .column .btn {
        width: 290px;
        height: 60px;
        box-shadow: 0 9px 4px rgb(200 200 200 / 75%);
    }

    .column .creative-link {
        width: 375px;
        left: 12px;
        bottom: -266px;
    }

    .creative-contact {
        margin-top: 294px;
    }

    .contact-area {
        border-radius: 8px;
        background-image: url(../images/sp/course/contact_bg.jpg);
        padding: 40px 20px 56px;
    }

    .contact-area h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
        letter-spacing: 2px;
    }

    .contact-area .msg {
        text-align: justify;
        letter-spacing: 0.7px;
    }

    .contact-btn-wrap {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 24px;
    }

    .contact-btn-wrap .btn {
        width: 100%;
        padding: 14px;
    }

    .creative-footer a {
        font-size: 13px;
        line-height: 18px;
        height: 86px;
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding-top: 4px;
        box-sizing: border-box;
    }

    .creative-footer a img {
        height: 26px;
    }

    .creative-page .footer .footer-buttom .footer-text {
        padding-bottom: 86px;
    }

    .js-scrollable {
        overflow-x: scroll;
    }

    .js-scrollable img {
        max-width: unset;
        width: 727px;
    }

}