: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;
  }
}

.about-clr-main {
  color: #f49222;
}

.about-clr-sub {
  color: #8fc615;
}

@media screen and (min-width: 768px), print {
  .aboutContents__head {
    margin-bottom: 5.5rem;
  }
  .aboutContents__head .c-title_selif {
    font-size: 3.2rem;
    margin-bottom: 2.8rem;
  }
  .aboutContents__head__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .aboutContents__head__text {
    width: 48rem;
    z-index: 1;
    font-size: 1.5rem;
  }
  .aboutContents__head__img-wrap {
    width: 45rem;
    margin-left: -5rem;
    z-index: 0;
  }
  .aboutContents__head__img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
  .aboutContents__head__img__desc {
    font-family: "Klee One", cursive;
    font-size: 1.5rem;
    text-align: right;
  }
  .localnav__list__item {
    width: 28rem;
  }
  .about-features {
    overflow: hidden;
  }
  .about-features + .about-features {
    margin-top: 6rem;
  }
  .about-features__text-wrap {
    float: left;
    width: 50%;
  }
  .about-features__img {
    float: right;
    width: 39rem;
  }
  .about-features__btn {
    float: left;
  }
  .about-features__btn .c-btn {
    margin-top: 2.5rem;
    margin-right: auto;
    margin-left: 0;
  }
  .about-features__btn .c-btn svg {
    width: 1.6rem;
  }
  .about-features:nth-child(even) .about-features__text-wrap {
    float: right;
  }
  .about-features:nth-child(even) .about-features__img {
    float: left;
  }
  .about-features:nth-child(even) .about-features__btn {
    float: right;
  }
  .about-features h3 {
    margin-bottom: 2rem;
  }
  .about-features__note {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: right;
  }
  .about-caregiver__title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    font-family: "Klee One", cursive;
  }
  .about-caregiver__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-caregiver__img {
    width: 42.3rem;
  }
  .about-caregiver__number-list {
    counter-reset: item;
    width: 50%;
  }
  .about-caregiver__number-list__item {
    font-family: "Klee One", cursive;
    font-size: 2rem;
    padding-left: 2.4rem;
    position: relative;
  }
  .about-caregiver__number-list__item:before {
    counter-increment: item;
    content: counter(item) ".";
    font-size: 2rem;
    color: #f49222;
    position: absolute;
    left: 0;
  }
  .about-group {
    margin-top: 4rem;
  }
  .about-group + .about-group {
    margin-top: 8rem;
  }
  .about-group__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-group__content h3 {
    margin-bottom: 2rem;
  }
  .about-group__content__text-wrap {
    width: 50%;
  }
  .about-group__content__img {
    width: 28rem;
    margin-right: 6rem;
    margin-top: 3.9rem;
  }
  .about-group__desc {
    padding: 3rem 2rem;
    background: #f8f5ec;
    border-radius: 1rem;
    margin-top: 3rem;
  }
  .about-group__desc__row {
    padding: 1rem 0;
  }
  .about-group__desc__row + .about-group__desc__row {
    border-top: solid 1px #e3e3e3;
  }
  .about-group__desc__row:first-child {
    padding-top: 0;
  }
  .about-group__desc__row:last-child {
    padding-bottom: 0;
  }
  .about-group__desc__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  .about-group__desc__item {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px), print {
  .aboutContents__head {
    margin-bottom: 8vw;
  }
  .aboutContents__head .c-title_selif {
    font-size: 6.4vw;
    margin-bottom: 5.33333vw;
    padding: 8vw 0;
    text-align: center;
    width: 100%;
    background: #f9f9f9;
    font-weight: bold;
  }
  .aboutContents__head__text {
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .aboutContents__head__img-wrap {
    width: 100%;
  }
  .aboutContents__head__img {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .aboutContents__head__img__desc {
    font-family: "Klee One", cursive;
    font-size: 4vw;
    text-align: right;
  }
  .localnav__list__item {
    width: 29.33333vw;
  }
  .localnav__list__item a {
    font-size: 3.2vw;
  }
  .localnav__list__item:nth-child(n + 3) {
    margin-top: 0;
  }
  .about-features + .about-features {
    margin-top: 10.66667vw;
  }
  .about-features__img {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .about-features__btn {
    text-align: center;
  }
  .about-features__btn .c-btn {
    width: 64vw;
    height: 13.33333vw;
    font-size: 3.73333vw;
    margin-top: 5.33333vw;
  }
  .about-features__btn .c-btn svg {
    width: 4.26667vw;
  }
  .about-features h3 {
    margin-bottom: 3.73333vw;
  }
  .about-features__note {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: right;
  }
  .about-caregiver__title {
    font-family: "Klee One", cursive;
    font-size: 6.4vw;
    margin-bottom: 5.33333vw;
    padding: 8vw 0;
    text-align: center;
    width: 100%;
    background: #f9f9f9;
  }
  .about-caregiver__img {
    width: 100%;
  }
  .about-caregiver__number-list {
    counter-reset: item;
    margin-bottom: 8vw;
  }
  .about-caregiver__number-list__item {
    font-family: "Klee One", cursive;
    font-size: 4.53333vw;
    padding-left: 6.4vw;
    position: relative;
  }
  .about-caregiver__number-list__item:before {
    counter-increment: item;
    content: counter(item) ".";
    font-size: 4.53333vw;
    color: #f49222;
    position: absolute;
    left: 0;
  }
  .about-group {
    margin-top: 10.66667vw;
  }
  .about-group__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-group__content h3 {
    margin-bottom: 3.73333vw;
  }
  .about-group__content__img {
    width: 64vw;
    margin: 0 auto 8vw;
  }
  .about-group__desc {
    padding: 5.33333vw;
    background: #f8f5ec;
    border-radius: 2.66667vw;
    margin-top: 8vw;
  }
  .about-group__desc__row {
    padding: 2.13333vw 0;
  }
  .about-group__desc__row + .about-group__desc__row {
    border-top: solid 1px #e3e3e3;
  }
  .about-group__desc__row:first-child {
    padding-top: 0;
  }
  .about-group__desc__row:last-child {
    padding-bottom: 0;
  }
  .about-group__desc__title {
    font-size: 4vw;
    font-weight: 500;
    margin-bottom: 1.33333vw;
  }
  .about-group__desc__item {
    font-size: 4vw;
  }
}
