@charset "utf-8";

@font-face {
    font-family: 'NotoSansCJKjp Medium';
    font-style: normal;
    font-weight: 500;
    src: url('/common/font/NotoSansCJKjp-Medium.woff2') format('woff2'), url('/common/font/NotoSansCJKjp-Medium.woff') format('woff');
    font-display: swap;
}

@-webkit-keyframes top-open {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
}

@keyframes top-open {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
}

@-webkit-keyframes bottom-open {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@keyframes bottom-open {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

@-webkit-keyframes top-close {
    0% {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes top-close {
    0% {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@-webkit-keyframes bottom-close {
    0% {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes bottom-close {
    0% {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg)
    }
    50% {
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg)
    }
    to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes overlay-show {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }
    10% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
}
@keyframes overlay-hide {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }
    90% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    100% {
        width: 0;
        height: 0;
        opacity: 0;
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

button, img {
    border: 0;
    padding: 0;
}

img {
    margin: 0;
    font: inherit;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body, html {
    height: 100%;
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    color: #444444;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.35rem;
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    font-size: 62.5%;
    margin-right: 0px;
}
html.is-nav-open {
    overflow: auto;
    height: 100%;
    margin-right: 16.8px;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html.is-nav-open body {
    overflow: hidden;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    z-index: 100;
}

.header__inner {
    height: 48px;
    padding: 9px 2rem 9px 9px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.header__logo {
    display: inline-block;
    width: 94px;
    height: auto;
    margin-right: auto;
}

/* gnav */
html.is-nav-open {
    overflow: auto;
    height: 100%;
}
html.is-nav-open body {
    overflow: hidden;
    height: 100%;
}
.header__nav-pc {
    display: none;
}
@media screen and (min-width: 768px) {
    .header__nav-pc {
        display: flex;
        align-items: center;
    }
}
.nav-pc__item {
    display: inline-block;
    margin-left: 2rem;
    letter-spacing: -0.02rem;
}
.nav-pc__item:last-child {
    margin-left: 1.5rem;
}
.nav-pc__link {
    display: block;
    font-size: 1.15rem;
    color: #444;
}
@media screen and (min-width: 768px) {
    .nav-pc__link:hover, .nav-pc__link:active {
        text-decoration: underline;
    }
}

.header__nav {
    width: calc(45px - 1.5rem);
    height: 45px;
    border-left: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
    .header__nav {
        display: none;
    }
}

.gnav {
    position: absolute;
    top: 0;
    right: 0;
}
.gnav__ham {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 50px;
    height: 48px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    z-index: 30;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .gnav__ham {
        top: 1.8rem;
    }
}
.gnav__part {
    display: block;
    width: 21px;
    height: 3px;
    background-color: #e50012;
    border-radius: 1px;
    margin: 0 auto 5px;
}
.gnav__part:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
.gnav__part {
    width: 23px;
}
}
.gnav__inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 48px;
    position: fixed;
    width: 337px;
    height: 100vh;
    top: 0;
    right: -337px;
    background: #eee;
    z-index: 20;
    transition: all 0.5s ease;
}
.gnav__inner::before {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: block;
    height: 0px;
    content: "";
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.15);
}

.is-open .gnav__ham span:nth-of-type(1) {
    animation: top-open 0.5s;
    animation-fill-mode: forwards;
}
.is-open .gnav__ham span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.5s;
}
.is-open .gnav__ham span:nth-of-type(3) {
    margin-bottom: 0;
    animation: bottom-open 0.5s;
    animation-fill-mode: forwards;
}
.is-open .gnav__inner {
    transform: translateX(-337px);
}
.is-open + .overlay {
    animation: overlay-show 0.5s forwards;
}

.is-close .gnav__ham span:nth-of-type(1) {
    animation: top-close 0.5s forwards;
}
.is-close .gnav__ham span:nth-of-type(2) {
    opacity: 1;
    transition: opacity 0.5s;
}
.is-close .gnav__ham span:nth-of-type(3) {
    animation: bottom-close 0.5s forwards;
}
.is-close .gnav__inner {
    transform: translateX(0);
}
.is-close + .overlay {
    animation: overlay-hide 0.5s forwards;
}

.overlay {
    background: #333;
    display: block;
    width: 0;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.gnav-innerHead {
    position: relative;
    display: grid;
    grid-template-areas: ". . . ." "search search search search";
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(4, 78px);
    column-gap: 2px;
    padding: 20px 12px 5px;
    background: #fff;
}
.gnav-innerHead__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gnav-innerHead__text {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-align: center;
}

.gnav-iconMenu {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 169px 168px;
    border-top: 1px solid #ccc;
    background: #fff;
}
.gnav-iconMenu > li:nth-child(odd) {
    border-right: 1px solid #ccc;
}
.gnav-iconMenu__item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    border-bottom: 1px solid #ccc;
}
.gnav-iconMenu__item::before {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    content: "";
    background-image: url(/course/common/images/icon_category.png);
    background-repeat: no-repeat;
    background-size: 420% auto;
    border-radius: 15px;
}
.gnav-iconMenu__item--law::before {
    background-position: -48px 2px;
    background-color: #2e4b75;
}
.gnav-iconMenu__item--medical::before {
    background-position: -48px -74px;
    background-color: #e79b8d;
}
.gnav-iconMenu__item--welfare::before {
    background-position: 2.5px -23px;
    background-color: #e7812f;
}
.gnav-iconMenu__item--beauty::before {
    background-position: -74px -73px;
    background-color: #db7093;
}
.gnav-iconMenu__item--cooking::before {
    background-position: -48px -22px;
    background-color: #f4575e;
}
.gnav-iconMenu__item--design::before {
    background-position: 2.5px -49px;
    background-color: #3da7c1;
}
.gnav-iconMenu__item--handwriting::before {
    background-position: -48px -48px;
    background-color: #69543f;
}
.gnav-iconMenu__item--pc::before {
    background-position: -98px 3px;
    background-color: #2e4b75;
}
.gnav-iconMenu__item--psycho::before {
    background-position: -98px -24px;
    background-color: #b282c0;
}
.gnav-iconMenu__item--language::before {
    background-position: 2px -74px;
    background-color: #c8260d;
}
.gnav-iconMenu__item--servant::before {
    background-position: -99px -48px;
    background-color: #e7812f;
}
.gnav-iconMenu__item--construct::before {
    background-position: -22.5px -23px;
    background-color: #d4a231;
}
.gnav-iconMenu__item--travel::before {
    background-position: -99px -73px;
    background-color: #3da7c1;
}
.gnav-iconMenu__item--education::before {
    background-position: -24px -49px;
    background-color: #717d31;
}
.gnav-iconMenu__item--craft::before {
    background-position: -73px -23px;
    background-color: #e79b8d;
}
.gnav-iconMenu__item--art::before {
    background-position: -23px 2px;
    background-color: #b282c0;
}
.gnav-iconMenu__item--life::before {
    background-position: -23px -73px;
    background-color: #717d31;
}
.gnav-iconMenu__item--igo::before {
    background-position: -72.3px -47px;
    background-color: #d4a231;
}
.gnav-iconMenu__text {
    font-size: 14px;
}
.gnav-iconMenu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 7px;
    font-size: 14px;
    color: #444;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.gnav-iconMenu-button:not(.is-open) {
    border-top: 1px solid #ccc;
}
.gnav-iconMenu-button::after {
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 1px solid #444;
    border-top: none;
    border-left: none;
    transition: transform 0.3s ease;
    transform: rotate(45deg) translate(0, -3px);
    transform-origin: 50% 0%;
}
.gnav-iconMenu-button.is-open::after {
    transform: rotate(225deg) translate(-2px, -7px);
}
.gnav-iconMenu-button.is-open__close {
    display: none;
}
.gnav-iconMenu-button.is-open:not(.is-open) .js-gnav-iconMenu-button__open {
    display: none;
}
.gnav-iconMenu-button__text {
    display: block;
    width: 90px;
}

.js-gnav-iconMenu {
    overflow: hidden;
}
.js-gnav-iconMenu:not(.is-open) {
    height: 250px;
}
.js-gnav-iconMenu > li:nth-child(even) .gnav-courseList {
    margin-left: -169px;
}

.js-gnav-courseList {
    z-index: 1;
}
.js-gnav-courseList__target {
    background: #fff;
}
.js-gnav-courseList.is-open {
    z-index: 2;
}
.js-gnav-courseList.is-open .js-gnav-courseList__target {
    background: #f2f0eb;
}
.js-gnav-courseList.is-open .js-gnav-courseList__contents {
    display: grid;
}

.gnav-courseList {
    display: none;
    grid-template-columns: 169px 168px;
    grid-auto-rows: 50px;
    width: -moz-fit-content;
    width: fit-content;
    background: #fcfbf9;
    border-bottom: 1px solid #ccc;
}
.gnav-courseList__item {
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 13px;
    line-height: 1.5076923077;
}
.gnav-courseList__item:nth-child(odd) {
    border-right: 1px solid #ccc;
}
.gnav-courseList__item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.gnav-courseList__item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.js-gnav-iconMenu-button.is-open::after {
    transform: rotate(225deg) translate(-4px, -7px);
}
.js-gnav-iconMenu-button.is-open .js-gnav-iconMenu-button__close {
    display: none;
}
.js-gnav-iconMenu-button:not(.is-open) .js-gnav-iconMenu-button__open {
    display: none;
}

.gnav-inquiry {
    position: relative;
    display: grid;
    grid-template-areas: ". . . " "faq faq faq";
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 104px);
    column-gap: 2px;
    background: #fff;
    border-radius: 5px;
    margin: 10px 12px;
}
.gnav-inquiry__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0 5px;
}
.gnav-inquiry__item:not(:last-child) {
    border-right: 1px solid #eee;
}
.gnav-inquiry__text {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    text-align: center;
}

.gnav-innerFoot {
    padding: 15px 12px 80px;
    margin-bottom: 80px;
}
.gnav-innerFoot__link {
    position: relative;
    display: block;
    padding-left: 13px;
    font-size: 13px;
}
.gnav-innerFoot__link:not(:first-child) {
    margin-top: 12px;
}
.gnav-innerFoot__link::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: "";
    border: 1px solid #444;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}

.search {
    display: block;
}
.search__wrapper {
    padding: 1rem;
    background: #fff;
}
.search__form {
    position: relative;
    overflow: hidden;
}
.search__text {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1.6rem;
    margin-left: 1px;
    padding: 1.2rem 3.2rem 1.2rem 1rem;
    outline: none;
    background: #fff;
}
.search__text::placeholder {
    color: #ccc;
}
.search__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 1px;
    right: -1px;
    display: block;
    width: 42px;
    height: 46px;
    transform: translateY(-1px);
    background: #999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 46px;
    font-size: 1.1rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 375px) {
    .search__btn {
        width: 48px;
        height: 51px;
        line-height: 49px;
    }
}
@media screen and (min-width: 568px) {
    .search__btn {
        width: 53px;
        height: 53px;
        line-height: 53px;
    }
}


.footer {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e50012;
}

.footer__bottom {
    color: #fff;
}

.footer__copyright {
    font-size: .6em;
}

.container {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    position: relative;
}

main {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.unit {
    max-width: 1024px;
    margin: 0 auto 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.breadcrumb-nav {
    margin-top: 48px;
    padding: 10px 1.5rem 5px;
    font-size: 1rem;
}

.breadcrumb-nav__list {
    width: 100%;
    margin-bottom: 0;
}

.breadcrumb-nav__item, h1 {
    display: inline;
}

.breadcrumb-nav__link {
    margin-right: 5px;
    color: #e25452;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.breadcrumb-nav__link:hover {
    opacity: .7;
}

.breadcrumb-nav__link::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left: 10px;
    background: url(/common/img/icon_breadcrumb.svg) no-repeat center center;
}

.breadcrumb-nav__link--top::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background: url(/common/img/icon_home.svg) no-repeat center center;
    vertical-align: -.2em;
}

.unit.hero {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.unit.course {
    margin-bottom: 1rem;
}

.unit.breadcrumb-nav__list {
    margin-bottom: 0;
}

.u-red {
    color: #e50012;
}

.is-sp {
    display: inline;
}

.is-pc {
    display: none;
}

.is-noclass {
    font-size: 1.2rem;
    color: #666;
    margin-left: .3rem;
}

.gnav-links__link.is-current {
    color: #999;
    pointer-events: none;
}

.lead__text {
    line-height: 1.6;
}

.nav, .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav__link {
    display: block;
    width: 49%;
    min-height: 74px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .4rem .8rem .8rem;
    cursor: pointer;
}

.nav__link--1 {
    background: #f4ce53;
    margin-bottom: .8rem;
}

.nav__link--11 {
    background: #537eae;
    margin-bottom: .8rem;
}

.nav__link--21 {
    background: #7dbfc1;
}

.nav__link--recommend {
    background: #e8acab;
}

.nav__link:hover.nav__link--1 {
    background: #f4ce53;
}

.nav__link:hover.nav__link--1 .nav__rank {
    color: #dea93e;
}

.nav__link:hover.nav__link--1 .nav__check {
    background: #dea93e;
    color: #fff;
}

.nav__link:hover.nav__link--11 {
    background: #537eae;
}

.nav__link:hover.nav__link--11 .nav__rank {
    color: #2f5c92;
}

.nav__link:hover.nav__link--11 .nav__check {
    background: #2f5c92;
    color: #fff;
}

.nav__link:hover.nav__link--21 {
    background: #7dbfc1;
}

.nav__link:hover.nav__link--21 .nav__rank {
    color: #54a6a8;
}

.nav__link:hover.nav__link--21 .nav__check {
    background: #54a6a8;
    color: #fff;
}

.nav__link:hover.nav__link--recommend .nav__rank {
    color: #d98c8a;
}

.nav__link:hover.nav__link--recommend .nav__check {
    background: #d98c8a;
    color: #fff;
}

.nav__rank {
    margin-bottom: .3rem;
}
.nav__link--1 .nav__rank {
    line-height: 2.2em;
}
.nav__link--11 .nav__rank {
    line-height: 2.2em;
}
.nav__link--21 .nav__rank {
    line-height: 2.2em;
}
.nav__link--recommend .nav__rank {
    line-height: 2.2em;
    margin-top: 0.1em;
}

.nav__num {
    font-size: 2.5rem;
    letter-spacing: -.04em;
    font-weight: 700;
}
.nav__link--recommend .nav__num {
    font-size: 1.9rem;
}

.nav__num:nth-of-type(2) {
    margin-right: 2px;
}

.nav__check {
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.5rem;
}

.nav__check--1 {
    color: #e7b84f;
    background: #f8df88;
}

.nav__check--11 {
    color: #4a74a2;
    background: #85a7cb;
}

.nav__check--21 {
    color: #61a6a8;
    background: #9dd8da;
}

.nav__check--recommend {
    color: #d59290;
    background: #f5d6d5;
}

.nav__check::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    vertical-align: .1em
}

.course__block {
    border-width: 5px;
    border-style: solid;
    margin-bottom: 3rem
}

.course__block--1 {
    border-color: #f4ce53;
}

.course__block--11 {
    border-color: #537eae;
}

.course__block--21 {
    border-color: #7dbfc1;
}

.course__block--recommend {
    border-color: #e8acab;
}
.course__block--recommend > img {
    display: inline-block;
}
/* .course__block--recommend > div {
    line-height: 1.5em;
} */

.course__each {
    padding: 4rem 1.5rem 1.5rem;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    position: relative;
}

.course__each:last-of-type {
    border-bottom: none
}

.course__block--1 .course__each {
    border-bottom-color: #f4ce53
}

.course__block--11 .course__each {
    border-bottom-color: #537eae
}

.course__block--21 .course__each {
    border-bottom-color: #7dbfc1
}

.course__block--recommend .course__each {
    border-bottom-color: #e8acab;
}

#new .course__each {
    margin-top: 2rem;
}

.course__each--orange {
    padding-top: 1.5rem
}

.course__absolute-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20
}

.course__crown {
    max-width: 572px;
    height: 8px;
    position: relative;
    margin: 0 auto 2.5rem
}

.course__crown--1 {
    background: #e1b219
}

.course__crown--2 {
    background: #bdbdbd
}

.course__crown--3 {
    background: #e59146
}

.course__crown--new {
    background: #e8acab
}

.course__icon:not(.course__icon--4) {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #fff;
    width: 5rem;
    height: 5rem;
}

.course__icon--1 {
    background-image: url(/special/rank/common/imgs/parts/crn1.svg);
}

.course__icon--2 {
    background-image: url(/special/rank/common/imgs/parts/crn2.svg);
}

.course__icon--3 {
    background-image: url(/special/rank/common/imgs/parts/crn3.svg);
}

.course__icon--4 {
    background: url(/special/rank/common/imgs/parts/crn4.svg) center top no-repeat;
    width: 44px;
    height: 44px;
    margin-right: 5px;
    text-align: center;
    line-height: 4rem;
}

.course__icon--new {
    background-image: url(/special/rank/common/imgs/parts/crn5.svg);
}

.course__rank-num {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 10;
    font-size: 2.1rem;
    font-family: "NotoSansCJKjp Medium", sans-serif;
    text-align: center;
}

.course__rank-num--new {
    font-size: 1.4rem;
    letter-spacing: -.02em;
    bottom: 4px;
}

.course__name {
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.course__orange-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.course__orange-num {
    color: #f5682a;
    font-size: 1.7rem;
    font-family: "NotoSansCJKjp Medium", sans-serif;
    line-height: 55px;
}

.course__orange-name {
    width: calc(100% - 48px);
}

.course__link {
    display: inline-block;
    line-height: 1.1;
    color: #f5682a;
    text-decoration: underline;
}

.course__link:hover {
    opacity: .7;
    text-decoration: none;
}

.course__head {
    display: inline;
    font-size: 2.2rem;
    font-family: "NotoSansCJKjp Medium", sans-serif;
    letter-spacing: .08em;
}

.course__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    -ms-grid-columns: 97px 1fr;
    grid-template:
    "img fukidashi" auto
    "info info" auto
    "text text" auto
    "btn btn" auto/97px 1fr;
}
.course__inner--4 {
    grid-template:
            "img info" auto
            "text text" auto
            "btn btn" auto/97px 1fr;
}
.course__inner--2 {
    grid-template:
            "img text" auto/97px 1fr;
    margin-bottom: 0px;
}

.course__img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: img;
}

.course__fukidashi {
    grid-area: fukidashi;
    margin-left: 2rem;
    padding: .8rem;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}

.course__fukidashi::after, .course__fukidashi::before {
    content: "";
    position: absolute;
    top: 30%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    z-index: 2;
}

.course__fukidashi::after {
    left: -28px;
    margin-top: -13px;
    border: 14px solid transparent;
    border-right: 14px solid #ccc;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 1;
}

.course__info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: info;
    margin-top: 1rem;
}
.course__inner--4 .course__info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: info;
    margin: 0 -17px 0 .93rem;
}

.course__text {
    -ms-grid-column-span: 2;
    grid-area: text;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.course__inner--4 .course__text {
    margin-top: 1.85rem;
}
.course__inner--2 .course__text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: text;
    margin: 0 -17px 0 .93rem;
}

.course__strong {
    font-weight: 700;
}

.course__new-text {
    padding: .7rem;
    text-align: center;
    background: #e8acab;
    color: #fff;
}

.course__btn-wrapper {
    grid-area: btn;
    margin-top: 1rem;
}

.course__btn-wrapper .course__btn-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5% 0;
}

.course__btn-wrapper .course__btn.course__btn--small {
    width: 80%;
    background: #f5682a;
    color: #fff;
}

.course__btn-wrapper .course__btn.course__btn--small::after {
    border-top: solid 2px #fae3d8;
    border-right: solid 2px #fae3d8;
}

.course__btn-wrapper .course__btn.course__btn--small:hover {
    background: #fae3d8;
    color: #f5682a;
}

.course__btn-wrapper .course__btn.course__btn--small:hover::after {
    border-top-color: #f5682a;
    border-right-color: #f5682a;
}
.course__btn, .course__point {
    display: block;
    text-align: center;
    position: relative;
}

.course__btn {
    width: 80%;
    max-width: 400px;
    margin: 1rem 0 0.2rem;
    background: #fae3d8;
    border: 2px solid #f5682a;
    font-family: "NotoSansCJKjp Medium", sans-serif;
    cursor: pointer;
    padding: .7rem;
    color: #f5682a;
}

.course__btn::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #f5682a;
    border-right: solid 2px #f5682a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

.course__btn:hover {
    background: #f5682a;
    color: #fff;
}

.course__btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.course__point {
    margin-bottom: .5rem;
    padding: .3rem 0;
    background: #044582;
    color: #fff;
}

.course__point::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17.5px;
    background-image: url(/special/rank/common/imgs/parts/ribbon.png);
    background-size: contain;
    position: absolute;
    top: -7px;
    left: -7px;
}

.notes {
    margin-top: -1rem;
    margin-bottom: 2rem;
}

.notes-list__item {
    font-size: 1.2963rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
}

.notes-list__item::before {
    content: "\203B";
}

.cv-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #e5f5d7;
}

.cv-block .unit {
    margin-bottom: 0;
}

.cv-list__btn, .cv-list__btn--request, .cv-list__btn--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, .2);
}

.cv-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.cv-list__item {
    width: 49%;
}

.cv-list__btn {
    position: relative;
    height: 56px;
    border-radius: 6px;
}

.cv-list__btn--select {
    background: #37a322;
    color: #fff;
}

.cv-list__btn--request {
    background: #fff;
    border: 2px solid #37a322;
    color: #37a322;
}

.cv-list__btn--request::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 36px;
    height: 18px;
    border-radius: 9px;
    background: #37a322;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.111111rem;
    letter-spacing: .05em;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\7121\6599";
    line-height: 1.5;
}

.cv-list__text {
    display: block;
    width: 100%;
}

.cv-list__btn--select .cv-list__text {
    background: url(/common/img/icon_link_cv_select.svg) no-repeat right 12px center;
}

.cv-list__btn--request .cv-list__text {
    background: url(/common/img/icon_link_cv_request.svg) no-repeat right 12px center;
}

.is-cp {
    text-align: center;
    color: #e50012;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

@media screen and (min-width:375px) {
    html {
        font-size: 67.5%;
    }
    body {
        font-size: 1.4rem;
    }
    .search__btn {
        width: 48px;
        height: 49px;
        line-height: 49px;
    }
    .gnav .search__magnify {
        width: 48px;
        height: 49px;
    }
    .gnav .search__magnify::before {
        line-height: 49px;
    }
    .unit {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .cv-list__btn {
        font-size: 1.66667rem;
    }
}

@media screen and (min-width:414px) {
    .header__nav {
        width: calc(50px - 2rem);
    }
    .breadcrumb-nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .course__inner--4 .course__info {
        margin-right: 0;
    }
    .course__inner--2 .course__text {
        margin-right: 0;
    }
}

@media screen and (min-width:568px) {
    html {
        font-size: 72.5%;
    }
    .gnav-links__item {
        font-size: 1.32rem;
    }
    .gnav-list {
        font-size: 1.3rem;
    }
    .search__form {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .search__btn {
        width: 53px;
        height: 53px;
        line-height: 53px;
    }
    .gnav .search__magnify {
        width: 53px;
        height: 53px;
    }
    .gnav .search__magnify::before {
        line-height: 53px;
    }
    .unit {
        margin-bottom: 2rem;
    }
    .course__each {
        padding: 6rem 2rem 2rem;
    }
    .course__each--orange {
        padding-top: 2rem;
    }
    .course__crown {
        height: 12px;
    }
    .course__icon--4 {
        width: 50px;
        height: 50px;
    }
    .course__orange-num {
        line-height: 64px;
    }
    .course__inner--2 {
        -ms-grid-columns: 97px 1fr;
        grid-template:
                "img text" auto/97px 1fr;
    }
    .course__img {
        -ms-grid-row-span: 2;
    }
    .course__fukidashi {
        padding: 1.2rem;
    }
    .course__info {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        margin-left: 2rem;
    }
    .course__inner--4 .course__info {
        margin-left: 2rem;
    }
    .course__text {
        margin-left: 2rem;
    }
    .course__inner--2 .course__text {
        margin-top: 0px;
        margin-left: 2rem;
    }
    .course__point {
        margin-bottom: .8rem;
        padding: .8rem;
    }
    .course__point::before {
        width: 36px;
        height: 35px;
        top: -15px;
        left: -14.5px;
    }
    .notes-list__item {
        font-size: 1.06061rem;
        line-height: 1.71429;
        text-indent: -1rem;
        padding-left: 1rem;
    }
    .cv-list__btn {
        font-size: 1.55172rem;
    }
    .cv-list__btn--request::before {
        font-size: 1.03448rem;
    }
}

@media screen and (min-width:768px) {
    html {
        font-size: 82.5%;
    }
    .header__inner {
        height: 68px;
        padding: 14px 2rem 14px 26px;
    }
    .header__logo {
        width: 124px;
    }
    .nav-pc__link:active, .nav-pc__link:hover {
        text-decoration: underline;
    }
    .header__nav-pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header__nav {
        display: none;
    }
    .gnav__ham {
        top: 1.8rem;
    }
    .gnav__part {
        width: 23px;
    }
    .gnav-list {
        font-size: 1.2rem;
    }
    .gnav .search__magnify {
        width: 57px;
        height: 57px;
    }
    .nav-r-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav-r-links__item {
        display: block;
        margin-top: 4px;
        margin-left: .7rem;
        font-size: 1.12rem;
        letter-spacing: -.02rem;
    }
    .breadcrumb-nav {
        margin-top: 70px;
        font-size: 1.1rem;
    }
    .breadcrumb-nav__link {
        margin-right: 7px;
    }
    .breadcrumb-nav__link::after {
        margin-left: 12px;
    }
    .breadcrumb-nav__link--top::before {
        width: 16px;
        height: 16px;
        vertical-align: -.15em;
    }
    .is-sp {
        display: none;
    }
    .is-pc {
        display: inline-block;
    }
    .lead__text {
        text-align: center;
    }
    .nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .nav__link {
        width: 24%;
    }
    .nav__link--1, .nav__link--11 {
        margin-bottom: 0;
    }
    .nav__num {
        font-size: 2.2rem;
    }
    .nav__check::before {
        width: 12px;
        height: 12px;
        vertical-align: .35rem;
    }
    .course__block {
        border-width: 10px;
    }
    .course__block--recommend > img {
        display: none;
    }
    .course__each {
        border-bottom-width: 10px;
    }
    .course__absolute-link {
        position: static;
    }
    .course__crown {
        height: 16px;
    }
    .course__icon:not(.course__icon--4) {
        width: 7rem;
        height: 7rem;
    }
    .course__icon--4 {
        width: 60px;
        height: 60px;
    }
    .course__rank-num {
        font-size: 2.3rem;
        bottom: 5px;
    }
    .course__rank-num--new {
        font-size: 1.8rem;
        bottom: 8px;
    }
    .course__orange-num {
        line-height: 72px;
    }
    .course__inner {
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: 200px 1fr;
        grid-template:
        "img fukidashi" auto
        "img info" auto
        "img text" auto
        "img btn" auto/200px 1fr;
    }
    .course__inner--4 {
        -ms-grid-columns: 97px 1fr;
        grid-template:
        "img info" auto
        "img text" auto
        "img btn" auto/97px 1fr;
    }

    .course__btn-wrapper .course__btn-flex {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 0 2%;
    }
    .course__btn-wrapper .course__btn.course__btn--small {
        width: 40%;
    }
    .course__btn-wrapper .course__btn {
        width: 60%;
    }
    .course__inner--4 .course__btn-wrapper {
        padding-inline: 3rem;
    }
    .course__inner--2~.course__btn-wrapper {
        padding-inline: 5rem;
    }
    .course__btn {
        padding: 1rem .2rem;
        border-width: 2px;
        font-size: 1.1rem;
    }
    .cv-list__btn, .cv-list__btn--request, .cv-list__btn--select {
        letter-spacing: .2rem;
    }
    .cv-list__btn {
        height: 85px;
        font-size: 1.81818rem;
    }
    .cv-list__btn:hover {
        opacity: .7;
    }
    .cv-list__btn--request::before {
        width: 52px;
        height: 24px;
        font-size: 1.21212rem;
    }
    .cv-list__btn--request .cv-list__text, .cv-list__btn--select .cv-list__text {
        background-size: 9px 15px;
        background-position: right 22px center;
    }
    .is-cp {
        font-size: 95%;
    }
    .is-cp::after, .is-cp::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }
    .is-cp::before {
        vertical-align: -.3em;
        border-bottom: 2px solid #e50012;
        margin-right: 8px;
        -webkit-transform: rotate(55deg);
        transform: rotate(55deg);
    }
    .is-cp::after {
        border-top: 2px solid #e50012;
        -webkit-transform: rotate(-55deg);
        transform: rotate(-55deg);
        margin-left: 10px;
    }
}

@media all and (-ms-high-contrast:none) and (min-width:768px) {
    .course__orange-num, ::-ms-backdrop {
        line-height: 82px;
    }
}

@media screen and (min-width:1024px) {
    .course__btn {
        font-size: 1.5rem;
    }
    .nav-r-links__item {
        margin-left: 2rem;
        font-size: 1.15rem;
    }
    .unit.hero {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .cv-block {
        margin-top: -2rem;
    }
}

/* ランクイン講座プチ情報（お手軽度など） */
.course__data-list {
    margin-bottom: 10px;
}
@media screen and (min-width: 568px){
    .course__data-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
}

.course__data-list-item {
    margin-bottom: 2px;
}

@media screen and (min-width: 568px){
    .course__data-list-item {
        margin-bottom: 7px;
    }
    .course__data-list-item:first-child {
        margin-right: 25px;
    }
}

.course__data-desc {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-width: calc(105px + 84px + .6rem);
}

.course__data-desc-head {
    display: block;
    position: relative;
    min-width: 90px;
    padding: 1px 0;
}
@media screen and (min-width: 568px){
    .course__data-desc-head {
        min-width: 0;
    }
}

.course__data-desc-head-text {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 22px;
    padding: 3px 0 1px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 568px){
    .course__data-desc-head-text {
        min-height: 34px;
        font-size: 1.14rem;
    }
}

.course__data-desc-head::after {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 1em;
    height: 1em;
    content: "：";
}
@media screen and (min-width: 568px){
    .course__data-desc-head::after {
        content: "";
    }
    .course__data-desc-head-text::after {
        content: "：";
    }
}

.course__data-desc-body {
    display: block;
    flex: 1;
    padding-top: 5px;
    padding-left: .6rem;
    font-size: 1.11rem;
    line-height: 1;
}
@media screen and (min-width: 568px){
    .course__data-desc-body {
        padding-top: 10px;
        font-size: .91rem;
    }
}
@media screen and (min-width: 768px){
    .course__data-desc-body {
        padding-top: 5px;
    }
}

.course__period {
    color: #f56828;
    font-size: 2.13rem;
    font-weight: 700;
}
@media screen and (min-width: 568px){
    .course__period {
        font-size: 2.05rem;
    }
}

.course__level-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 180px;
    font-size: 1rem;
}
.course__level-list-head {
    flex-basis: 3.5em;
    margin-bottom: 3px;
}
.course__level-list-head--6em {
    flex-basis: 6em;
}
.course__level-list-body {
    width: calc(100% - 3.5em);
    margin-bottom: 3px;
}
.course__level-list-body--6em {
    width: calc(100% - 6em);
}
.course__inner--4 .course__level-list-body+.course__level-list-head {
    margin-top: 10px
}

.course__inner--4 .course__level-list {
    display: block;
}
@media screen and (min-width: 568px){
    .course__inner--4 .course__level-list {
        display: flex
    }
}

.course__level {
    display: block;
    position: relative;
    width: 84px;
    height: 16px;
    background: url(/special/rank/common/images/star_base.png) no-repeat left top;
    background-size: 84px auto;
}
@media screen and (min-width: 768px){
    .course__level {
        width: 106px;
        height: 23px;
        background-image: url(/special/rank/common/images/star_base_pc.png);
        background-size: auto;
    }
}

.course__level::after {
    width: 16.5px;
    background-image: url(/special/rank/common/images/star_half.png);
    background-repeat: no-repeat;
}
@media screen and (min-width: 768px){
    .course__level::after {
        width: 23px;
        background-image: url(/special/rank/common/images/star_half_pc.png);
    }
}

.course__level::after, .course__level::before {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-position: left top;
    background-size: auto 16px;
    content: "";
}
@media screen and (min-width: 768px){
    .course__level::after, .course__level::before {
        background-size: auto 23px;
    }
}

.course__level::before {
    left: 0;
    background-image: url(/special/rank/common/images/star.png);
    background-repeat: repeat-x;
}
@media screen and (min-width: 768px){
    .course__level::before {
        background-image: url(/special/rank/common/images/star_pc.png);
    }
}

.course__level[data-level="5"]::before {
    width: 84px;
}
@media screen and (min-width: 768px) {
    .course__level[data-level="5"]::before {
        width: 106px;
    }
}

.course__level[data-level="4"]::before,.course__level[data-level="4.5"]::before {
    width: 67px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="4"]::before, .course__level[data-level="4.5"]::before {
        width: 85px;
    }
}

.course__level[data-level="4.5"]::after {
    left: 68px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="4.5"]::after {
        left: 85px;
    }
}

.course__level[data-level="3"]::before,.course__level[data-level="3.5"]::before {
    width: 51px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="3"]::before,.course__level[data-level="3.5"]::before {
        width: 64px;
    }
}

.course__level[data-level="3.5"]::after {
    left: 51px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="3.5"]::after {
        left: 64px;
    }
}

.course__level[data-level="2"]::before,.course__level[data-level="2.5"]::before {
    width: 34px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="2"]::before,.course__level[data-level="2.5"]::before {
        width: 43px;
    }
}

.course__level[data-level="2.5"]::after {
    left: 34px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="2.5"]::after {
        left: 43px;
    }
}

.course__level[data-level="1"]::before,.course__level[data-level="1.5"]::before {
    width: 17px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="1"]::before,.course__level[data-level="1.5"]::before {
        width: 22px;
    }
}

.course__level[data-level="1.5"]::after {
    left: 17px;
}
@media screen and (min-width: 768px){
    .course__level[data-level="1.5"]::after {
        left: 22px;
    }
}

.course__level-text {
    clip: rect(1px,1px,1px,1px);
    display: inline;
    z-index: -9999;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size: 0;
}

.course__level-notes {
    display: inline-block;
    float: right;
    min-width: 8em;
    margin-left: auto;
    padding: 10px 0 0 1em;
    color: #666;
    font-size: .88rem;
    line-height: 1.16;
}
@media screen and (min-width: 768px){
    .course__level-notes {
        font-size: .76rem;
    }
}

.course__point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 568px){
    .course__point-list {
        justify-content: flex-start;
    }
}

.course__point-list-item {
    width: calc(50% - 3px);
    min-width: 142px;
    margin-bottom: 4px;
}
@media screen and (min-width: 568px){
    .course__point-list-item {
        width: calc(100% / 4 - 3px);
        max-width: 155px;
        margin-right: 3px;
    }
}

.course__point-label {
    display: block;
    padding: 4px 10px 4px 30px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: #edf2f7;
    color: #054582;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (min-width: 568px){
    .course__point-label {
        min-height: 25px;
        padding-top: 6px;
        border-radius: 20px;
        font-size: 1.14rem;
    }
}

.course__point-label.course__point-label--money {
    background-image: url(/special/rank/common/images/icon_money.png);
    background-position-x: 9.5px;
    background-size: 16px auto;
}

.course__point-label.course__point-label--home {
    background-image: url(/special/rank/common/images/icon_home.png);
    background-position-x: 10px;
    background-size: 14px auto;
}

.course__point-label.course__point-label--beginner {
    background-image: url(/special/rank/common/images/icon_beginner.png);
    background-position-x: 11.5px;
    background-size: 13px auto;
}

.course__point-label.course__point-label--certification {
    background-image: url(/special/rank/common/images/icon_certification.png);
    background-position-x: 10px;
    background-size: 16px auto;
}

.course__point-label-notes {
    font-size: 1rem;
}

/* おすすめコンテンツ */
.recommend-area {
    padding: 24px 0;
    background: #f2f0eb;
}
@media screen and (min-width: 768px){
    .recommend-area {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.unit {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}
@media screen and (min-width: 320px){
    .unit {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
}

.recommend-area__title, .recommend-block1__title {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    font-family: 'NotoSansCJKjp Medium',sans-serif;
    font-size: 2rem;
    line-height: 1.3;
}
@media screen and (min-width: 768px){
    .recommend-area__title, .recommend-block1__title {
        font-size: 1.81818rem;
    }
}

.recommend-block {
    overflow: hidden;
    margin-top: 3rem;
}
@media screen and (min-width: 375px){
    .recommend-block {
        margin-top: 2.77778rem;
    }
}
@media screen and (min-width: 568px){
    .recommend-block {
        margin-top: 2.58621rem;
    }
}
@media screen and (min-width: 768px){
    .recommend-block {
        margin-top: 3.40909rem;
    }
}

.recommend-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px;
}
@media screen and (min-width: 768px){
    .recommend-block__list {
        margin-top: 0;
    }
}

.recommend-block__item {
    width: 47.82609%;
    margin-top: 1.5rem;
}
@media screen and (min-width: 375px){
    .recommend-block__item {
        margin-top: 1.38889rem;
    }
}
@media screen and (min-width: 568px){
    .recommend-block__item {
        margin-top: 1.2931rem;
        width: 32%;
    }
}
@media screen and (min-width: 768px){
    .recommend-block__item {
        width: 14.41813%;
        margin-top: 0;
    }
}

.recommend-block__caption {
    display: none;
}
@media screen and (min-width: 768px){
    .recommend-block__caption {
        display: block;
        font-size: 1.13636rem;
        line-height: 1.33333;
        margin-top: 0.75758rem;
    }
}

.recommend-area a:hover {
    opacity: .7;
}

/* 他にもおすすめ講座がたくさん！ */
strong {
    font-weight: bold;
}

.page-section {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.page-section--colored {
    background-color: #e8acab;
}

.page-section__title--lv3 {
    text-align: center;
    padding-top: 1.5rem;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.overflow-block {
    max-width: 965px;
    overflow: hidden;
}

/* おすすめ講座リスト（PC版） */
.box-link-list__pc {
    display: none;
}
@media screen and (min-width: 768px){
    .box-link-list__pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-right: -1%;
        margin-left: -1%;
    }
}

.box-link-list__pc .box-link-list__item {
    position: relative;
    margin-top: 10px;
    min-width: 300px;
    width: 49%;
    height: 80px;
    margin-left: 1%;
    background-image: url(/special/rank/common/imgs/parts/img_theme_woman.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media screen and (min-width: 1024px){
    .box-link-list__pc .box-link-list__item {
        width: 32%;
        max-width: 316px;
    }
}

.box-link-list__pc .box-link-list__item div {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffff;
    opacity: 0.85;
    padding-top: 3px;
}

.box-link-list__pc .box-link-list__item a {
    display: flex;
    align-items: end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-link-list__pc .box-link-list__item__recommend-strength {
    background-image: url(/special/rank/common/imgs/parts/img_theme_strength.jpg);
}
.box-link-list__pc .box-link-list__item__recommend-national {
    background-image: url(/special/rank/common/imgs/parts/img_theme_national.jpg);
}
.box-link-list__pc .box-link-list__item__recommend-job {
    background-image: url(/special/rank/common/imgs/parts/img_theme_job.jpg);
}
.box-link-list__pc .box-link-list__item__recommend-new {
    background-image: url(/special/rank/common/imgs/parts/img_theme_new.jpg);
}

.box-link-list__pc .box-link {
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 375px){
    .box-link-list__pc .box-link {
        font-size: 1.26667rem;
    }
}
@media screen and (min-width: 568px){
    .box-link-list__pc .box-link {
        font-size: 1.15172rem;
    }
}
@media screen and (min-width: 768px){
    .box-link-list__pc .box-link {
        font-size: 1.06364rem;
    }
}

.box-link-list__pc .box-link::before {
    width: 7px;
    height: 10px;
    background: url(/special/theme/house/assets/img/icon_link.svg) no-repeat left center;
    content: "";
    margin-right: 6px;
    transform: rotate(90deg) scale(1.2);
    filter: invert(42%) sepia(45%) saturate(5160%) hue-rotate(339deg) brightness(102%) contrast(60%);
}

/* おすすめ講座リスト（SP版） */
.box-link-list__sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 768px){
    .box-link-list__sp {
        display: none;
    }
}

.box-link-list__sp .box-link-list__item {
    margin-top: 6px;
    background: #fdf7f7;
    width: 100%;
    min-width: 293px;
}

.box-link-list__sp .box-link {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 375px){
    .box-link-list__sp .box-link {
        font-size: 1.26667rem;
    }
}
@media screen and (min-width: 568px){
    .box-link-list__sp .box-link {
        font-size: 1.15172rem;
    }
}

.box-link-list__sp .box-link img {
    margin-right: 3%;
}

.box-link-list__sp .box-link::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3%;
    width: 7px;
    height: 10px;
    margin-top: -5px;
    background: url(/special/theme/house/assets/img/icon_link.svg) no-repeat left center;
    background-size: contain;
    content: "";
    transform: rotate(90deg) scale(1.1);
    filter: invert(42%) sepia(45%) saturate(5160%) hue-rotate(339deg) brightness(102%) contrast(60%);
}

/* おすすめ講座リスト（PC&SP） */
.box-link__strong {
    font-weight: bold;
    font-size: 1.7rem;
}

.box-link-list__item:hover {
    opacity: 0.7;
}

/* ジャンプ先 */
#top1-10, #top11-20, #top21-30 {
    padding-top: 54px;
    margin-top: -54px;
}
@media screen and (min-width:768px) {
    #top1-10, #top11-20, #top21-30 {
        padding-top: 74px;
        margin-top: -74px;
    }
}

#recommend-link-list {
    padding-top: 54px;
    margin-top: -44px;
    margin-bottom: 40px;
}
@media screen and (min-width:768px) {
    #recommend-link-list {
        padding-top: 73px;
        margin-top: -56px;
    }
}

#recommend-woman, #recommend-strength, #recommend-national, #recommend-job, #new {
    padding-top: 54px;
    margin-top: -54px;
}
@media screen and (min-width:768px) {
    #recommend-woman, #recommend-strength, #recommend-national, #recommend-job, #new {
        padding-top: 74px;
        margin-top: -74px;
    }
}

/* おすすめの講座各タイトル */
.course__recommend-text {
    display: grid;
    place-content: center;
    height: 80.48px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #e8acab;
    color: #fff;
    letter-spacing: 0.1em;
    padding-top: 4px;
    text-align: center;
}
@media screen and (min-width:768px) {
    .course__recommend-text {
        display: flex;
        height: 84.48px;
        text-align: inherit;
    }
}

.course__recommend-text::before {
    display: none;
}
@media screen and (min-width:768px) {
    .course__recommend-text::before {
        content: '';
        background-image: url(/special/rank/common/imgs/parts/img_woman.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 50%;
        width: 105px;
        height: 105px;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        top: -35px;
    }
}

#recommend-strength .course__recommend-text::before {
    background-image: url(/special/rank/common/imgs/parts/img_strength.jpg);
}
#recommend-national .course__recommend-text::before {
    background-image: url(/special/rank/common/imgs/parts/img_national.jpg);
}
#recommend-job .course__recommend-text::before {
    background-image: url(/special/rank/common/imgs/parts/img_job.jpg);
}
#new .course__recommend-text::before {
    background-image: url(/special/rank/common/imgs/parts/img_new.jpg);
}

.course__recommend-head {
    line-height: 1.2;
}

.course__recommend-text__strong {
    font-size: 2.3rem;
    display: contents;
}

.course__recommend-lead {
    font-size: 1.2rem;
}

/* オレンジ色講座名 */
.course__block--recommend .course__orange-name {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/* 講座のポイント */
.l_contents {
    color: #333333;
    font-size: 1rem;
    box-sizing: border-box;
    font-family: Helvetica,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.625;
    margin-bottom: 2rem;
}

.section_point .point_title {
    display: table;
    width: auto;
    background-repeat: no-repeat;
    background-position: left center;
    color: #054582;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 auto 0.5rem;
}
.section_point .point_title::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    vertical-align: -.3em;
    border-bottom: 2px solid #054582;
    margin-right: 8px;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
}
.section_point .point_title::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    border-top: 2px solid #054582;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    margin-left: 10px;
}

.section_point .point_list {
    color: #054582;
}
@media screen and (min-width: 568px) {
    .section_point .point_list {
        display: flex;
        justify-content: space-between;
    }
}

.section_point .point_list > li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    min-height: 50px;
    border-radius: calc(8px/2);
    background-size: calc(24px/2) auto;
    font-size: 1.4rem;
    background-color: #edf2f7;
}
@media screen and (min-width: 568px) {
    .section_point .point_list > li {
        position: relative;
        width: 290px;
        border-radius: 8px;
        font-size: 1.2rem;
        margin: 0 8px;
    }
}

.section_point .point_list > li + li {
    margin-top: calc(12px/2);
}
@media screen and (min-width: 568px) {
    .section_point .point_list > li + li {
        margin-top: 0px;
    }
}

.section_point .point_list > li::before {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    content: "";
    width: calc(65px/2);
    height: calc(65px/2);
    background-size: calc(65px/2) auto;
}
@media screen and (min-width: 568px) {
    .section_point .point_list > li::before {
        width: 30px;
        height: 30px;
        background-size: contain;
    }
}

.section_point .point_list > li:nth-of-type(1)::before {
    background-image: url(/special/rank/common/imgs/parts/point1b_65x65.png);
}
.section_point .point_list > li:nth-of-type(2)::before {
    background-image: url(/special/rank/common/imgs/parts/point2b_65x65.png);
}
.section_point .point_list > li:nth-of-type(3)::before {
    background-image: url(/special/rank/common/imgs/parts/point3b_65x65.png);
}

/* おすすめ詳細リンク */
.recommend-link-detail {
    text-decoration: underline;
    color: #e25452;
    margin-bottom: 4rem;
    padding-left: 1rem;
    margin-top: -1.5em;
    text-align: right;
    font-size: 1.3rem;
}
@media screen and (min-width: 568px) {
    .recommend-link-detail {
        font-size: 1.6rem;
    }
}
.recommend-link-detail:hover {
    text-decoration: none;
}

/* 性別・年代別 */
.demographics {
    margin-bottom: 4rem;
}

.demographics__title {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    font-family: 'NotoSansCJKjp Medium', sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.04em;
}
@media screen and (min-width: 414px) {
    .demographics__title {
        letter-spacing: 0;
    }
}
@media screen and (min-width: 768px) {
    .demographics__title {
        font-size: 1.81818rem;
    }
}

.demographics__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
@media screen and (min-width: 375px) {
    .demographics__list {
        gap: 1.38889rem;
    }
}
@media screen and (min-width: 568px) {
    .demographics__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.demographics__btn {
    position: relative;
    display: block;
    border: 2px solid #f5682a;
    padding: 0.8rem 0.7rem;
    color: #f5682a;
    font-family: 'NotoSansCJKjp Medium', sans-serif;
    font-size: 1.4rem;
    cursor: pointer;
}
.demographics__btn::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #f5682a;
    border-right: solid 2px #f5682a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
@media (hover: hover) {
    .demographics__btn:hover {
        background: #f5682a;
        color: #fff;
    }
    .demographics__btn:hover::after {
        border-top-color: #fff;
        border-right-color: #fff;
    }
}