:root {
  --clr-main: #F49222;
  --clr-sub: #75B600;
  --clr-black: #333333;
  --clr-white: #fff;
  --clr-pink: #F88598;
  --clr-blue: #74CEE1;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07);
}

@media screen and (min-width: 768px), print {
  .articleContents h2:not([class]) {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    background: var(--clr-main);
    color: var(--clr-white);
    padding: 0.9rem 0.9rem 0.9rem 3.2rem;
    position: relative;
  }
  .articleContents h2:not([class])::before {
    content: "";
    width: 0.4rem;
    height: 3rem;
    background: #f9b337;
    position: absolute;
    left: 1.8rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .articleContents h3:not([class]) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 0.9rem 0;
    position: relative;
  }
  .articleContents h3:not([class])::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #e3e3e3;
  }
  .articleContents h3:not([class])::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 5rem;
    height: 0.2rem;
    background: var(--clr-main);
  }
  .articleContents p:not([class]),
  .articleContents p[class*="u-"] {
    font-size: 1.5rem;
  }
  .articleContents table th,
  .articleContents table td {
    border: solid 1px #e3e3e3;
    padding: 1rem 2rem;
    vertical-align: top;
    font-size: 1.5rem;
  }
  .articleContents table th {
    font-weight: 500;
    background: #f6f6f6;
  }
  .articleContents table a img {
    vertical-align: sub;
    margin-right: 0.6rem;
  }
  .articleContents table:not([class]) th {
    width: 26rem;
  }
  .articleContents table:not([class]) td {
    width: 62rem;
  }
  .articleContents .note__item {
    display: block;
    font-size: 1.5rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__item--sm {
    display: block;
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__text {
    font-size: 1.5rem;
    padding-left: 1em;
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
  .articleContents .note__inner {
    padding-left: 1em;
  }
  .articleContents .note > :first-child {
    margin-top: 0 !important;
  }
  .articleContents .note > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents .note + .note {
    margin-top: 3rem;
  }
  .articleContents > h2 {
    margin: 10rem 0 4rem;
  }
  .articleContents > h3 {
    margin: 4rem 0 2rem;
  }
  .articleContents > p {
    margin-bottom: 2rem;
  }
  .articleContents > figure {
    margin-bottom: 4rem;
  }
  .articleContents > table {
    margin: 4rem 0 1.4rem;
  }
  .articleContents > :first-child {
    margin-top: 0 !important;
  }
  .articleContents > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents__bottom {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .articleContents h2:not([class]) {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.5;
    background: var(--clr-main);
    color: var(--clr-white);
    padding: 2.4vw 2.4vw 2.4vw 6.4vw;
    position: relative;
  }
  .articleContents h2:not([class])::before {
    content: "";
    width: 1.06667vw;
    height: 8vw;
    background: #f9b337;
    position: absolute;
    left: 2.66667vw;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .articleContents h3:not([class]) {
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 2.4vw 0;
    position: relative;
  }
  .articleContents h3:not([class])::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.53333vw;
    background: #e3e3e3;
  }
  .articleContents h3:not([class])::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 13.33333vw;
    height: 0.53333vw;
    background: var(--clr-main);
  }
  .articleContents p:not([class]),
  .articleContents p[class*="u-"] {
    font-size: 4vw;
  }
  .articleContents table th,
  .articleContents table td {
    border: solid 1px #e3e3e3;
    padding: 3.73333vw;
    vertical-align: top;
    font-size: 3.46667vw;
  }
  .articleContents table th {
    font-weight: 500;
    background: #f6f6f6;
  }
  .articleContents table a img {
    vertical-align: sub;
    margin-right: 0.6rem;
  }
  .articleContents table:not([class]) th {
    width: 35.29%;
  }
  .articleContents table:not([class]) td {
    width: 64.71%;
  }
  .articleContents .note__item {
    display: block;
    font-size: 3.46667vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__item--sm {
    display: block;
    font-size: 3.2vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .articleContents .note__text {
    font-size: 3.46667vw;
    padding-left: 1em;
    margin-bottom: 5.33333vw;
    margin-top: 1.33333vw;
  }
  .articleContents .note__inner {
    padding-left: 1em;
  }
  .articleContents .note > :first-child {
    margin-top: 0 !important;
  }
  .articleContents .note > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents .note + .note {
    margin-top: 8vw;
  }
  .articleContents > h2 {
    margin: 13.33333vw 0 8vw;
  }
  .articleContents > h3 {
    margin: 10.66667vw 0 3.73333vw;
  }
  .articleContents > p {
    margin-bottom: 5.33333vw;
  }
  .articleContents > figure {
    margin-bottom: 5.33333vw;
  }
  .articleContents > table {
    margin: 5.33333vw 0;
  }
  .articleContents > :first-child {
    margin-top: 0 !important;
  }
  .articleContents > :last-child {
    margin-bottom: 0 !important;
  }
  .articleContents__bottom {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px), print {
  .student-job_support-head__lead {
    text-align: center;
  }
  .student-job_support-head__ill {
    margin-top: 4rem;
  }
  .student-job_support-clip-board {
    border-radius: 1rem;
    background: #fcefd4;
    padding: 4rem;
    position: relative;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
  .student-job_support-clip-board::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 1.8rem;
    background-image: url(/assets/images/course/lecture_clip.svg);
    width: 4.7rem;
    height: 4rem;
  }
  .student-job_support-clip-board__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .student-job_support-clip-board__item + .student-job_support-clip-board__item {
    margin-top: 2rem;
  }
  .student-job_support-clip-board__img {
    min-width: 12.5rem;
    max-width: 12.5rem;
    margin-right: 2rem;
  }
  .student-job_support-clip-board__title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #f49222;
    margin-bottom: 0.5rem;
  }
  .student-job_support-clip-board__text {
    font-size: 1.4rem;
  }
  .student-job_support-clip-board__text--sm {
    display: block;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .student-job_support-list {
    background: #f6f6f6;
    border-radius: 1rem;
    padding: 4rem 2.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .student-job_support-list__item + .student-job_support-list__item {
    margin-top: 3rem;
  }
  .student-job_support-list__title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #f49222;
  }
  .student-job_support-list__text {
    font-size: 1.5rem;
  }
  .student-job_support-bottom__img {
    max-width: 425px;
    margin: 0 auto 4rem;
  }
  .student-job_support-bottom__img img {
    width: 100%;
  }
  .student-job_support-bottom__btn {
    width: 32rem;
  }
  .student-job_support-bottom__btn:hover svg path {
    fill: #fff !important;
  }
}

@media screen and (max-width: 767px), print {
  .student-job_support-head__ill {
    margin: 5.33333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .student-job_support-clip-board {
    border-radius: 2.66667vw;
    background: #fcefd4;
    padding: 8vw 5.33333vw;
    position: relative;
    margin-top: 18.66667vw;
    margin-bottom: 10.66667vw;
  }
  .student-job_support-clip-board::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: 5.33333vw;
    background-image: url(/assets/images/course/lecture_clip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12.53333vw;
    height: 10.66667vw;
  }
  .student-job_support-clip-board__item + .student-job_support-clip-board__item {
    margin-top: 8vw;
  }
  .student-job_support-clip-board__img {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .student-job_support-clip-board__title {
    font-size: 4.8vw;
    font-weight: 500;
    color: #f49222;
    margin-bottom: 1.33333vw;
  }
  .student-job_support-clip-board__text {
    font-size: 3.73333vw;
  }
  .student-job_support-list {
    background: #f6f6f6;
    border-radius: 2.66667vw;
    padding: 8vw 5.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 8vw;
  }
  .student-job_support-list__item + .student-job_support-list__item {
    margin-top: 5.33333vw;
  }
  .student-job_support-list__title {
    font-size: 4.8vw;
    font-weight: 500;
    color: #f49222;
  }
  .student-job_support-list__text {
    font-size: 4vw;
  }
  .student-job_support-bottom__img {
    max-width: 100%;
    margin: 0 auto 8vw;
  }
  .student-job_support-bottom__img img {
    width: 100%;
  }
  .student-job_support-bottom__btn {
    width: 85.33333vw;
  }
  .student-job_support-bottom__btn:hover svg path {
    fill: #fff !important;
  }
}
