: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 {
  .company .articleContents table .company-table__note {
    font-size: 1.4rem;
    display: block;
    margin-top: 1em;
  }
  .company .articleContents table th {
    width: 26rem;
  }
  .company .articleContents table td {
    width: 44rem;
  }
  .company .mv_u__img {
    background: url(../images/about/company_mv_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .company-cart__content + .company-cart__content {
    margin-top: 8rem;
  }
  .company-cart__content__inner {
    width: 79.6rem;
    margin: 4rem auto 0;
  }
  .company-cart {
    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;
  }
  .company-cart__img {
    width: 25.8rem;
  }
  .company-cart__table {
    width: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-cart__table__item {
    width: 25rem;
  }
  .company-cart__table__item + .company-cart__table__item {
    margin-left: -1px;
  }
  .company-cart__table__2col {
    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;
  }
  .company-cart__table table {
    width: 25rem;
  }
  .company-cart__desc {
    margin-top: 4rem;
    padding: 3rem 2rem;
    background: #f8f5ec;
    border-radius: 1rem;
  }
  .company-cart__desc__row {
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-cart__desc__row + .company-cart__desc__row {
    border-top: solid 1px #e3e3e3;
  }
  .company-cart__desc__row:first-child {
    padding-top: 0;
  }
  .company-cart__desc__row:last-child {
    padding-bottom: 0;
  }
  .company-cart__desc__title {
    font-size: 1.5rem;
    font-weight: 500;
    width: 28rem;
  }
  .company-cart__desc__item {
    font-size: 1.5rem;
  }
  .company-note {
    font-size: 1.5rem;
  }
  .company-philosophy {
    text-align: center;
  }
  .rinen_txt {
    text-align: center;
  }
}

@media screen and (max-width: 767px), print {
  .company .articleContents table .company-table__note {
    font-size: 3.2vw;
    display: block;
    margin-top: 1em;
  }
  .company .mv_u__img {
    background: url(../images/about/company_mv_pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .company-cart__content + .company-cart__content {
    margin-top: 10.66667vw;
  }
  .company-cart__content__inner {
    margin: 8vw auto 0;
  }
  .company-cart__img {
    width: 61.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .company-cart__table {
    width: 66.66667vw;
    margin: 0 auto;
  }
  .company-cart__table__item {
    margin-top: 8vw;
  }
  .company-cart__table__item + .company-cart__table__item {
    margin-top: 5.33333vw;
  }
  .company-cart__table__2col {
    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;
  }
  .company-cart__table table {
    width: 66.66667vw;
  }
  .company-cart__desc {
    margin-top: 8vw;
    padding: 5.33333vw;
    background: #f8f5ec;
    border-radius: 2.66667vw;
  }
  .company-cart__desc__row {
    padding: 2.13333vw 0;
  }
  .company-cart__desc__row + .company-cart__desc__row {
    border-top: solid 1px #e3e3e3;
  }
  .company-cart__desc__row:first-child {
    padding-top: 0;
  }
  .company-cart__desc__row:last-child {
    padding-bottom: 0;
  }
  .company-cart__desc__title {
    font-size: 4vw;
    font-weight: 500;
  }
  .company-cart__desc__item {
    font-size: 4vw;
  }
  .company-note {
    font-size: 3.2vw;
  }
  .company-philosophy {
    text-align: center;
  }
  .rinen_txt {
    text-align: center;
  }
}
