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

: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 {
  .staff-bottom-content {
    background: #fcefd4;
    border-radius: 1rem;
    padding: 4rem 4rem 5rem;
    margin-top: 8rem;
  }
  .staff-bottom-content__head {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
  }
  .staff-bottom-content__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .staff-bottom-content__link {
    max-width: 33rem;
    width: 100%;
    height: 8rem;
    background: #fff;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .staff-bottom-content__link + .staff-bottom-content__link {
    margin-left: 4rem;
  }
  .staff-bottom-content__link__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
  }
  .staff-bottom-content__link__tel__num {
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
  }
  .staff-bottom-content__link__tel__num::before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 1.6rem;
    background: url(../images/common/fleedial_icon.svg);
    margin-right: 0.2rem;
  }
  .staff-bottom-content__link__tel__desc {
    font-size: 1.2rem;
  }
  .staff-bottom-content__link__mail {
    border: solid 0px #f49222;
    font-size: 1.8rem;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .staff-bottom-content__link__mail::before {
    content: "";
    display: inline-block;
    width: 2.48rem;
    height: 1.8rem;
    background: url(../images/common/mail_icon.svg);
    margin-right: 1rem;
  }
  .staff-bottom-content__link__mail:hover {
    opacity: 1;
    border: solid 4px #f49222;
  }
}

@media screen and (max-width: 767px), print {
  .sMenu {
    margin-top: 0;
  }
  .staff-bottom-content {
    background: #fcefd4;
    padding: 10.66667vw 5.86667vw;
    width: 100vw;
    margin: 16vw calc(50% - 50vw) 0;
  }
  .staff-bottom-content__head {
    font-size: 4.26667vw;
    line-height: 1.8;
    letter-spacing: -0.02em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .staff-bottom-content__link {
    width: 100%;
    height: 21.33333vw;
    background: #fff;
    border-radius: 2.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .staff-bottom-content__link + .staff-bottom-content__link {
    margin-top: 2.66667vw;
  }
  .staff-bottom-content__link__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
  }
  .staff-bottom-content__link__tel__num {
    font-size: 6.4vw;
    font-weight: 500;
  }
  .staff-bottom-content__link__tel__num::before {
    content: "";
    display: inline-block;
    width: 6.66667vw;
    height: 4.26667vw;
    background: url(../images/common/fleedial_icon.svg);
    margin-right: 0.53333vw;
  }
  .staff-bottom-content__link__tel__desc {
    font-size: 3.2vw;
  }
  .staff-bottom-content__link__mail {
    font-size: 4.8vw;
    font-weight: 500;
  }
  .staff-bottom-content__link__mail::before {
    content: "";
    display: inline-block;
    width: 6.61333vw;
    height: 4.8vw;
    background: url(../images/common/mail_icon.svg);
    margin-right: 2.66667vw;
  }
}

@media screen and (min-width: 768px), print {
  .articleContents h2:first-of-type {
    margin-top: 0;
  }
  .foreign_staff_seminar-head-col2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .foreign_staff_seminar-head-col2-box__item {
    width: 48rem;
    line-height: 1.73;
    font-size: 1.5rem;
  }
  .foreign_staff_seminar-head-col2-box__item:nth-child(2) {
    width: 36rem;
  }
  .foreign_staff_seminar-trouble {
    width: 80rem;
    margin: 4rem auto;
  }
  .foreign_staff_seminar-trouble__movie__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
  .foreign_staff_seminar-trouble__movie__item {
    width: calc((100% - 4rem) / 2);
    margin-right: 4rem;
  }
  .foreign_staff_seminar-trouble__movie__item:nth-child(even) {
    margin-right: 0;
  }
  .foreign_staff_seminar-trouble__movie__title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background: #8fc615;
    border-radius: 2.4rem;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .foreign_staff_seminar-trouble__movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    border-radius: 1rem;
    overflow: hidden;
  }
  .foreign_staff_seminar-trouble__movie iframe,
  .foreign_staff_seminar-trouble__movie img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .foreign_staff_seminar-trouble__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .foreign_staff_seminar-trouble__desc__img {
    width: 32rem;
  }
  .foreign_staff_seminar-trouble__desc__text {
    width: 44rem;
    line-height: 1.73;
    font-size: 1.5rem;
  }
  .foreign_staff_seminar-voice__sub {
    position: relative;
    background: #f0f9e0;
    border-radius: 1rem;
    padding: 2.5rem 4rem;
    margin: 4rem 0 6rem;
  }
  .foreign_staff_seminar-voice__sub__title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #8fc615;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .foreign_staff_seminar-voice__sub__title__img {
    margin-left: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .foreign_staff_seminar-voice__sub__title__img img {
    width: 2rem;
  }
  .foreign_staff_seminar-voice__sub__item {
    font-size: 1.4rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 0;
    position: relative;
  }
  .foreign_staff_seminar-voice__sub__item::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #c9e39c;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .foreign_staff_seminar-voice__sub__item:first-child {
    padding-top: 0;
  }
  .foreign_staff_seminar-voice__sub__item:first-child::before {
    display: none;
  }
  .foreign_staff_seminar-voice__sub__item:last-child {
    padding-bottom: 0;
  }
  .foreign_staff_seminar-voice__sub__item__num {
    min-width: 7rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .foreign_staff_seminar-voice__sub__item__num img {
    width: 5.6rem;
  }
  .foreign_staff_seminar-voice__sub + p {
    margin-top: -2rem;
  }
  .foreign_staff_seminar-casestudy-table tbody tr th {
    width: 22rem;
  }
  .foreign_staff_seminar-casestudy-table tbody tr td {
    width: 44rem;
  }
}

@media screen and (max-width: 767px), print {
  .articleContents h2:first-of-type {
    margin-top: 0;
  }
  .foreign_staff_seminar-head-col2-box {
    margin-bottom: 10.66667vw;
  }
  .foreign_staff_seminar-head-col2-box__item {
    line-height: 1.73;
    font-size: 4vw;
  }
  .foreign_staff_seminar-head-col2-box__item + .foreign_staff_seminar-head-col2-box__item {
    margin-top: 5.33333vw;
  }
  .foreign_staff_seminar-trouble {
    margin: 10.66667vw auto;
  }
  .foreign_staff_seminar-trouble__movie__wrap {
    margin-bottom: 10.66667vw;
  }
  .foreign_staff_seminar-trouble__movie__item {
    width: 100%;
  }
  .foreign_staff_seminar-trouble__movie__item + .foreign_staff_seminar-trouble__movie__item {
    margin-top: 10.66667vw;
  }
  .foreign_staff_seminar-trouble__movie__title {
    font-size: 4.26667vw;
    font-weight: 500;
    color: #fff;
    background: #8fc615;
    border-radius: 6.4vw;
    text-align: center;
    padding: 2.66667vw 0;
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .foreign_staff_seminar-trouble__movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    border-radius: 1rem;
    overflow: hidden;
  }
  .foreign_staff_seminar-trouble__movie iframe,
  .foreign_staff_seminar-trouble__movie img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .foreign_staff_seminar-trouble__desc__img {
    width: 100%;
  }
  .foreign_staff_seminar-trouble__desc__text {
    width: 100%;
    line-height: 1.73;
    font-size: 4vw;
    margin-top: 5.33333vw;
  }
  .foreign_staff_seminar-voice__sub {
    position: relative;
    background: #f0f9e0;
    border-radius: 2.66667vw;
    padding: 5.33333vw 6.66667vw;
    margin: 10.66667vw 0 16vw;
  }
  .foreign_staff_seminar-voice__sub__title {
    font-size: 4vw;
    font-weight: 500;
    color: #8fc615;
    padding: 0 0.53333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4vw;
    letter-spacing: -0.03em;
  }
  .foreign_staff_seminar-voice__sub__title__img {
    margin-left: 1.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .foreign_staff_seminar-voice__sub__title__img img {
    width: 5.33333vw;
  }
  .foreign_staff_seminar-voice__sub__item {
    font-size: 4vw;
    font-weight: 500;
    padding: 5.33333vw 0.53333vw;
    position: relative;
  }
  .foreign_staff_seminar-voice__sub__item::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #c9e39c;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .foreign_staff_seminar-voice__sub__item:first-child {
    padding-top: 0;
  }
  .foreign_staff_seminar-voice__sub__item:first-child::before {
    display: none;
  }
  .foreign_staff_seminar-voice__sub__item:last-child {
    padding-bottom: 0;
  }
  .foreign_staff_seminar-voice__sub__item__num {
    display: block;
    line-height: 1;
    margin-bottom: 2.13333vw;
  }
  .foreign_staff_seminar-voice__sub__item__num img {
    width: 13.86667vw;
  }
}
