@charset "UTF-8";
.linguistCourse {
  --lng-navy: #143a8e;
  --lng-navy-d: #0f2c6e;
  --lng-blue: #1f55c0;
  --lng-red: #e8503a;
  --lng-red-d: #d8412c;
  --lng-orange: #f39800;
  --lng-green: #5fb867;
  --lng-bg-blue: #eef3fb;
  --lng-bg-cream: #fdf5ec;
  --lng-line: #d8e0ee;
  --lng-text: #2f3338;
  --lng-gray: #767c85;
  color: var(--lng-text);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .linguistCourse {
    font-size: 15px;
  }
}
.linguistCourse * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.linguistCourse img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.linguistCourse a {
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.linguistCourse a:hover {
  opacity: 0.7;
}
.linguistCourse strong {
  font-weight: 700;
  color: #034199;
}
.linguistCourse .onlyPC {
  display: block;
}
@media screen and (max-width: 768px) {
  .linguistCourse .onlyPC {
    display: none;
  }
}
.linguistCourse .onlySP {
  display: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .onlySP {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-pcbr {
    display: none;
  }
}
.linguistCourse .lng-spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-spbr {
    display: inline;
  }
}
.linguistCourse .lng-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-inner {
    padding: 0 18px;
  }
}
.linguistCourse .lng-label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 20px;
  padding: 4px 22px;
  background: var(--lng-navy);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 999px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-label {
    margin-bottom: 16px;
  }
}
.linguistCourse .lng-label--light {
  background: #fff;
  color: var(--lng-navy);
}
.linguistCourse .lng-secTitle {
  margin: 0 0 36px;
  color: var(--lng-navy);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-secTitle {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.linguistCourse .lng-secTitle--center {
  text-align: center;
}
.linguistCourse .lng-secTitle--bar {
  text-align: left;
  padding-left: 16px;
  border-left: 6px solid var(--lng-navy);
  line-height: 1.2;
}
.linguistCourse .lng-mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #cfe0a0));
  background: -webkit-linear-gradient(transparent 60%, #cfe0a0 60%);
  background: linear-gradient(transparent 60%, #cfe0a0 60%);
  padding: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__item,
  .linguistCourse .lng-career__model,
  .linguistCourse .lng-term,
  .linguistCourse .lng-styleCard {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.linguistCourse .lng-mv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 700px;
  color: #fff;
  overflow: visible;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv {
    height: auto;
  }
}
.linguistCourse .lng-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../../img/linguist/mv_bg.png) center/cover no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 207px), 0 calc(100% - 188px));
  }
}
.linguistCourse .lng-mv__stage {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1385px;
  max-width: 100%;
  height: 700px;
  margin: 0 auto;
  padding-top: 59px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__stage {
    position: static;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    padding: 36px 20px 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .linguistCourse .lng-mv__stage > * {
    position: static;
  }
}
.linguistCourse .lng-mv__photo {
  position: absolute;
  bottom: 30px;
  left: 698px;
  width: 590px;
  margin: 0;
  z-index: 1;
}
.linguistCourse .lng-mv__photo img {
  width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    position: static;
    width: 80%;
    max-width: 301px;
    height: auto;
    margin: 18px 0 0;
  }
  .linguistCourse .lng-mv__photo img {
    position: static;
    width: 100%;
  }
}
.linguistCourse .lng-mv__body {
  position: relative;
  z-index: 2;
  width: 680px;
  margin: 0 0 0 192px;
}
.linguistCourse .lng-mv__body > * {
  position: static;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin: 0;
  }
}
.linguistCourse .lng-mv__notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.36px;
  color: #ffea4a;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__notice {
    gap: 9px;
    white-space: normal;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.33px;
  }
}
.linguistCourse .lng-mv__noticeIcon {
  width: 23px;
  height: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -2px;
  background: url(../../img/linguist/mv_info.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__noticeIcon {
    margin-top: 3px;
  }
}
.linguistCourse .lng-mv__badge {
  margin-top: 25px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #fff;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__badge {
    margin-top: 11px;
    height: 33px;
  }
}
.linguistCourse .lng-mv__badgeYear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  color: #fff;
}
.linguistCourse .lng-mv__badgeYear b {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__badgeYear {
    padding: 0 13px;
    font-size: 14px;
  }
  .linguistCourse .lng-mv__badgeYear b {
    font-size: 16px;
  }
}
.linguistCourse .lng-mv__badgeYearLine {
  display: inline;
}
.linguistCourse .lng-mv__badgeCourse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  color: #285fab;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__badgeCourse {
    padding: 0 14px;
    font-size: 14px;
  }
}
.linguistCourse .lng-mv__heading {
  margin-top: 18px;
  width: 600px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__heading {
    margin-top: 12px;
    width: auto;
  }
}
.linguistCourse .lng-mv__hLine1, .linguistCourse .lng-mv__hLine2 {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__hLine2 {
    line-height: 1;
  }
}
.linguistCourse .lng-mv__hK {
  font-size: 49px;
  line-height: 67px;
  letter-spacing: 2.45px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__hK {
    font-size: 34px;
    line-height: 47px;
    letter-spacing: 1.7px;
  }
}
.linguistCourse .lng-mv__hS {
  font-size: 32px;
  line-height: 67px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__hS {
    font-size: 24px;
    line-height: 47px;
    letter-spacing: 1.2px;
  }
}
.linguistCourse .lng-mv__hY {
  font-size: 49px;
  line-height: 67px;
  letter-spacing: 2.45px;
  color: #ffea4a;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__hY {
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 1.75px;
  }
}
.linguistCourse .lng-mv__hYc {
  position: relative;
  display: inline-block;
}
.linguistCourse .lng-mv__hYc::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 5.73px;
  height: 5.73px;
  background: #ffea4a;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__hYc::before {
    width: 4px;
    height: 4px;
  }
}
.linguistCourse .lng-mv__lng {
  position: relative;
  margin-top: 0;
  margin-left: -7px;
  font-weight: 700;
  font-size: 78px;
  line-height: 1;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#bed4f6), color-stop(24.04%, #fdffe2), color-stop(47.6%, #aef7de), color-stop(76.44%, #bcd3f9), to(#ffb0cd));
  background: -webkit-linear-gradient(left, #bed4f6 0%, #fdffe2 24.04%, #aef7de 47.6%, #bcd3f9 76.44%, #ffb0cd 100%);
  background: linear-gradient(90deg, #bed4f6 0%, #fdffe2 24.04%, #aef7de 47.6%, #bcd3f9 76.44%, #ffb0cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__lng {
    margin-top: 2px;
    margin-left: -5px;
    font-size: 52px;
    line-height: 58px;
  }
}
.linguistCourse .lng-mv__lngTight {
  letter-spacing: -7.8px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__lngTight {
    letter-spacing: -5.2px;
  }
}
.linguistCourse .lng-mv__lngDeco {
  position: absolute;
  top: 50%;
  left: 386px;
  -webkit-transform: translateY(calc(-50% + 2px));
          transform: translateY(calc(-50% + 2px));
  width: 110px;
  height: 56px;
  background: url(../../img/linguist/mv_lng_deco.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__lngDeco {
    top: 50%;
    left: 248px;
    -webkit-transform: translateY(calc(-50% + 2px));
            transform: translateY(calc(-50% + 2px));
    width: 90px;
    height: 46px;
  }
}
.linguistCourse .lng-mv__linguist {
  font-family: "Reddit Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 0.23px;
  text-align: center;
  color: #fff;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__linguist {
    font-size: 19px;
    line-height: 32px;
  }
}
.linguistCourse .lng-mv__lead {
  margin-top: 36px;
  width: 664px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.45px;
  color: #fff;
}
.linguistCourse .lng-mv__lead b {
  font-weight: 700;
  color: #efff74;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__lead {
    margin-top: 10px;
    width: auto;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.45px;
  }
}
.linguistCourse .lng-mv__card {
  position: absolute;
  top: 548px;
  left: 342.5px;
  width: 700px;
  height: 229px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 14px 30px rgba(3, 30, 80, 0.22);
          box-shadow: 0 14px 30px rgba(3, 30, 80, 0.22);
  z-index: 2;
}
.linguistCourse .lng-mv__card > * {
  position: absolute;
  margin: 0;
}
.linguistCourse .lng-mv__card .lng-seminar__balloon {
  top: -87px;
  left: 575px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__card {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: -70px;
    padding: 24px 20px;
    border-radius: 0;
  }
  .linguistCourse .lng-mv__card > * {
    position: static;
  }
  .linguistCourse .lng-mv__card .lng-seminar__balloon {
    position: absolute;
    top: -80px;
    left: auto;
    right: -20px;
  }
}
.linguistCourse .lng-mv__cardLead {
  top: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.34px;
  color: #4d5663;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__cardLead {
    width: auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
  }
}
.linguistCourse .lng-mv__cardTitle {
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.64px;
  color: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__cardTitle {
    width: auto;
    margin-top: 6px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.linguistCourse .lng-mv__cardBtn {
  top: 116px;
  left: 47px;
  width: 606px;
  height: 72px;
}
.linguistCourse .lng-mv__cardBtn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 606px;
  height: 72px;
  padding: 0 72px 0 186px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#ff4242), to(#ff8787));
  background: -webkit-linear-gradient(left, #ff4242 0%, #ff8787 100%);
  background: linear-gradient(90deg, #ff4242 0%, #ff8787 100%);
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.linguistCourse .lng-mv__cardBtn a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__cardBtn a {
    width: 100%;
    height: 53px;
    padding: 0 53px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__cardBtn {
    position: static;
    width: auto;
    height: auto;
    margin-top: 14px;
  }
}
.linguistCourse .lng-mv__btnLabel {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__btnLabel {
    font-size: 18px;
    line-height: 20px;
  }
}
.linguistCourse .lng-mv__free {
  position: absolute;
  left: 114px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 43px;
  background: #ffa53d;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__free {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 84px;
    height: 26px;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-left: -40px;
  }
}
.linguistCourse .lng-mv__btnArrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px;
  background: #ff4242;
}
.linguistCourse .lng-mv__btnArrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../img/linguist/mv_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-mv__btnArrow {
    width: 53px;
    height: 53px;
  }
}
.linguistCourse .lng-seminar {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 100px;
  padding: 57px 20px 70px;
  background: -webkit-linear-gradient(330deg, #5b87c5 0%, #014099 100%);
  background: linear-gradient(120deg, #5b87c5 0%, #014099 100%);
  color: #fff;
  text-align: center;
  overflow: visible;
}
@media (min-width: 769px) {
  .linguistCourse .lng-seminar {
    width: calc(100vw - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar {
    margin: 40px 20px 100px;
    padding: 20px 20px 20px;
    border-radius: 0;
    overflow: visible;
  }
}
.linguistCourse .lng-seminar__inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__inner {
    max-width: none;
  }
}
.linguistCourse .lng-seminar .lng-seminar__balloon {
  top: -21px;
  left: auto;
  right: -75px;
}
.linguistCourse .lng-seminar__balloon {
  position: absolute;
  top: -70px;
  right: 12px;
  width: 170px;
  height: 104.5px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  padding-bottom: 6px;
  background: url(../../img/linguist/mv_balloon.svg) no-repeat center/contain;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 20px;
  text-align: center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.linguistCourse .lng-seminar__balloon::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 12px;
  background: url(../../img/linguist/mv_sparkle.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar .lng-seminar__balloon {
    left: auto;
    scale: 0.9;
    top: -90px;
    right: -40px;
  }
}
.linguistCourse .lng-seminar__balloonT1, .linguistCourse .lng-seminar__balloonT2, .linguistCourse .lng-seminar__balloonT3 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.linguistCourse .lng-seminar__balloonT1, .linguistCourse .lng-seminar__balloonT3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.linguistCourse .lng-seminar__balloonT2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.linguistCourse .lng-seminar__lead {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.42px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__lead {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
  }
}
.linguistCourse .lng-seminar__divider {
  display: block;
  width: 676px;
  max-width: 100%;
  height: 1px;
  margin: 12px auto 0;
  background-image: -webkit-repeating-linear-gradient(left, #fff 0 1px, transparent 1px 5px);
  background-image: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 5px);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__divider {
    width: 294px;
    margin-top: 16px;
  }
}
.linguistCourse .lng-seminar__title {
  margin: 18px 0 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.68px;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
    margin-top: 8px;
  }
}
.linguistCourse .lng-seminar__btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 30px 0 0;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 12px 30px rgba(3, 30, 80, 0.12);
          box-shadow: 0 12px 30px rgba(3, 30, 80, 0.12);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__btn {
    display: block;
    margin-top: 8px;
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.linguistCourse .lng-seminar__btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 760px;
  max-width: 100%;
  height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 72px 0 186px;
  background: -webkit-gradient(linear, left top, right top, from(#ff4242), to(#ff8787));
  background: -webkit-linear-gradient(left, #ff4242 0%, #ff8787 100%);
  background: linear-gradient(90deg, #ff4242 0%, #ff8787 100%);
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.linguistCourse .lng-seminar__btn a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__btn a {
    width: 100%;
    max-width: none;
    height: 53px;
    padding: 0 53px 0 50px;
  }
}
.linguistCourse .lng-seminar__label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__label {
    font-size: 18px;
    line-height: 20px;
  }
}
.linguistCourse .lng-seminar__free {
  position: absolute;
  left: 171px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 43px;
  background: #ffa53d;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__free {
    left: 10px;
    width: 84px;
    height: 26px;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-left: -40px;
  }
}
.linguistCourse .lng-seminar__arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 72px;
  background: #ff4242;
}
.linguistCourse .lng-seminar__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../img/linguist/mv_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-seminar__arrow {
    width: 53px;
    height: 53px;
  }
}
.linguistCourse .lng-anchor {
  background: #eff4fa;
  width: 100vw;
  margin-top: 127px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anchor {
    background: transparent;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.linguistCourse .lng-anchor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anchor__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    max-width: 335px;
  }
}
.linguistCourse .lng-anchor__list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anchor__list li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.linguistCourse .lng-anchor__list a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(#5b87c5), to(#014099));
  background: -webkit-linear-gradient(left, #5b87c5 0%, #014099 100%);
  background: linear-gradient(90deg, #5b87c5 0%, #014099 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.linguistCourse .lng-anchor__list a:hover {
  opacity: 0.85;
}
.linguistCourse .lng-anchor__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 13px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../img/linguist/anchor_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anchor__list a::after {
    right: 10px;
    width: 12.5px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anchor__list a {
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 10px;
    font-size: 14px;
  }
}
.linguistCourse .lng-anxiety {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 551px;
  margin-top: 33px;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety {
    min-height: 0;
    padding: 36px 0 0;
  }
}
.linguistCourse .lng-anxiety::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 124px;
  background: #fff;
  z-index: -1;
}
.linguistCourse .lng-anxiety__card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  max-width: 100%;
  height: 470px;
  margin: 0 auto;
  padding-top: 68.5px;
  background: #f2f2f2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__card {
    width: auto;
    height: auto;
    margin: 0;
    padding: 25px 21px 52px;
    border-radius: 0;
  }
}
.linguistCourse .lng-anxiety__badge {
  position: absolute;
  left: 50%;
  top: -13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 25px;
  background: #383838;
  border-radius: 999px;
  color: #fff;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__badge {
    left: 50%;
    top: -12px;
  }
}
.linguistCourse .lng-anxiety__title {
  position: relative;
  margin: 0 auto;
  width: 771px;
  max-width: 100%;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.64px;
  color: #383838;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__title {
    width: auto;
    margin: 0;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.4px;
  }
}
.linguistCourse .lng-anxiety__title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 49px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 11.86px;
  background: url(../../img/linguist/anxiety_marker.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__title::after {
    top: auto;
    bottom: -4px;
    width: 333px;
  }
}
.linguistCourse .lng-anxiety__sub {
  position: relative;
  margin: 33.5px auto 0;
  width: 483px;
  max-width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__sub {
    width: auto;
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 32px;
  }
}
.linguistCourse .lng-anxiety__em {
  color: #ba3939;
}
.linguistCourse .lng-anxiety__dot {
  position: relative;
  display: inline-block;
}
.linguistCourse .lng-anxiety__dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ba3939;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.linguistCourse .lng-anxiety__illust {
  position: absolute;
  left: 92px;
  top: 144px;
  width: 180px;
  height: 270px;
  background: url(../../img/linguist/anxiety_illust01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__illust {
    left: auto;
    right: 25px;
    top: auto;
    bottom: -52px;
    margin: 0;
    width: 105px;
    height: 160px;
    z-index: 2;
    background-image: url(../../img/linguist/anxiety_sp_illust01.svg);
  }
}
.linguistCourse .lng-anxiety__list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__list {
    position: static;
    width: auto;
    height: auto;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.linguistCourse .lng-anxiety__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  margin-bottom: 10px;
  padding-left: 41px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: #333;
  white-space: nowrap;
}
.linguistCourse .lng-anxiety__item b {
  font-weight: 700;
  color: #ba3939;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__item b {
    display: block;
  }
}
.linguistCourse .lng-anxiety__item::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #595959;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__item::before {
    display: none;
  }
}
.linguistCourse .lng-anxiety__item--1 {
  width: 536px;
  margin-left: 334px;
}
.linguistCourse .lng-anxiety__item--1::before {
  left: -25px;
  width: 25px;
}
.linguistCourse .lng-anxiety__item--2 {
  width: 486px;
  margin-left: 404px;
}
.linguistCourse .lng-anxiety__item--2::before {
  left: -21px;
  width: 21px;
}
.linguistCourse .lng-anxiety__item--3 {
  width: 426px;
  margin-left: 364px;
}
.linguistCourse .lng-anxiety__item--3::before {
  left: -21px;
  width: 21px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__item {
    width: auto;
    margin: 0;
    height: auto;
    min-height: 77px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 14px 26px;
    white-space: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__item--1, .linguistCourse .lng-anxiety__item--2, .linguistCourse .lng-anxiety__item--3 {
    width: auto;
    margin: 0;
  }
}
.linguistCourse .lng-anxiety__arrow {
  position: absolute;
  left: 395px;
  top: 448px;
  width: 221.5px;
  height: 90px;
  background: url(../../img/linguist/anxiety_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-anxiety__arrow {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: -53px;
    width: 115px;
    height: 79px;
    margin: 0;
    z-index: 3;
  }
}
.linguistCourse .lng-solution {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 463px;
  padding-top: 158px;
  background: transparent;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution {
    min-height: 0;
    padding: 71px 20px 20px;
    text-align: center;
  }
}
.linguistCourse .lng-solution__badge {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 25px;
  background: #ffea4a;
  border-radius: 999px;
  color: #014099;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution__badge {
    margin: 0 auto;
  }
}
.linguistCourse .lng-solution__heading {
  margin: 19px auto 0;
  width: 903px;
  max-width: 100%;
  font-weight: 600;
  font-size: 44px;
  line-height: 59px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution__heading {
    width: auto;
    margin: 14px 0 0;
    font-size: 26px;
    line-height: 34px;
  }
}
.linguistCourse .lng-solution__mark {
  color: #ffea4a;
}
.linguistCourse .lng-solution__tight {
  letter-spacing: -13.2px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution__tight {
    letter-spacing: -7.8px;
  }
}
.linguistCourse .lng-solution__lead {
  margin: 24px auto 0;
  width: 923px;
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution__lead {
    width: auto;
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}
.linguistCourse .lng-solution__kaiketsu {
  position: relative;
}
.linguistCourse .lng-solution__sparkle {
  position: absolute;
  left: 100%;
  top: -8px;
  margin-left: 4px;
  width: 49px;
  height: 57.64px;
  background: url(../../img/linguist/solution_sparkle.svg) no-repeat center/contain;
  translate: 0 13px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution__sparkle {
    left: 100%;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-29px);
            transform: translateY(-29px);
    margin-left: 2px;
    width: 30px;
    height: 35px;
  }
}
.linguistCourse .lng-solution__deco {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  width: 86px;
  height: 7px;
  background: url(../../img/linguist/solution_deco.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-solution__deco {
    left: 50%;
    top: auto;
    bottom: -2px;
    width: 45px;
    height: 5px;
  }
}
.linguistCourse .lng-concept {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1523px;
  background: transparent;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept {
    min-height: 0;
    padding: 10px 0 58px;
  }
}
.linguistCourse .lng-concept__pointBadge {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 25px;
  background: #034199;
  border-radius: 999px;
  color: #fff;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept__pointBadge {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.linguistCourse .lng-concept__secTitle {
  margin: 16px auto 0;
  width: 903px;
  max-width: 100%;
  font-weight: 600;
  font-size: 44px;
  line-height: 59px;
  letter-spacing: 0.88px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #31353b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept__secTitle {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin: 14px 0 0;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0.52px;
  }
}
.linguistCourse .lng-concept__deco {
  position: absolute;
  top: 123px;
  width: 43.5px;
  height: 0;
  border-top: 1px solid #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept__deco {
    display: none;
  }
}
.linguistCourse .lng-concept__deco--l {
  left: 198px;
}
.linguistCourse .lng-concept__deco--r {
  left: 763px;
}
.linguistCourse .lng-concept__box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  max-width: 100%;
  min-height: 1218px;
  margin: 0 auto;
  padding: 53px 59px 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept__box {
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0 20px;
    padding: 30px 20px 20px;
    border-radius: 10px;
  }
  .linguistCourse .lng-concept__box > * {
    position: static;
  }
}
.linguistCourse .lng-concept__bannerLead {
  margin: 63px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 528px;
  max-width: 100%;
  height: 41px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept__bannerLead {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    width: auto;
    max-width: 295px;
    height: auto;
    margin: 28px auto 0;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
}
.linguistCourse .lng-concept__bannerMain {
  margin: 22px auto 0;
  width: 1000px;
  max-width: 100%;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-concept__bannerMain {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 11px 0 0;
    padding: 0 12px;
    font-size: 26px;
    line-height: 34px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
.linguistCourse .lng-concept__bannerEm {
  color: #ffea4a;
}
.linguistCourse .lng-blue {
  position: relative;
  z-index: 0;
  margin-top: -124px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: -webkit-linear-gradient(356.5deg, #5b87c5 0%, #014099 100%);
  background: linear-gradient(93.5deg, #5b87c5 0%, #014099 100%);
  overflow: hidden;
}
@media (min-width: 769px) {
  .linguistCourse .lng-blue {
    width: calc(100vw - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-blue {
    margin-top: 22px;
  }
}
.linguistCourse .lng-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point {
    display: block;
  }
}
.linguistCourse .lng-point--02 {
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point--02 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point--02 .lng-point__body {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.linguistCourse .lng-point__main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 490px;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__main {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: auto;
  }
}
.linguistCourse .lng-point--01 {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 490px 340px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point--01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}
.linguistCourse .lng-point--01 .lng-point__main {
  display: contents;
}
.linguistCourse .lng-point--01 .lng-point__head {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point--01 .lng-point__head {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.linguistCourse .lng-point--01 .lng-point__body {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point--01 .lng-point__body {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.linguistCourse .lng-point--01 .lng-point__photo {
  grid-column: 2;
  grid-row: 1/3;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point--01 .lng-point__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.linguistCourse .lng-point__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.linguistCourse .lng-point__circle {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 73px;
  height: 73px;
  background: #fff;
  border: 1px solid #034199;
  border-radius: 50%;
  color: #034199;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    width: 50px;
    height: 50px;
  }
}
.linguistCourse .lng-point__circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 0;
  border-top: 1px dashed #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__circle::after {
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 28px;
    height: 0;
    margin: 0;
  }
}
.linguistCourse .lng-point__circleLabel {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.22px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__circleLabel {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.2px;
  }
}
.linguistCourse .lng-point__circleNum {
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  line-height: 39px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__circleNum {
    position: static;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    top: auto;
    left: auto;
    right: auto;
    font-size: 18px;
    line-height: 1;
  }
}
.linguistCourse .lng-point__heading {
  margin: 0 0 0 5px;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__heading {
    margin: 0 0 0 12px;
    font-size: 17px;
    line-height: 25px;
  }
}
.linguistCourse .lng-point__body {
  margin: 26px 0 0;
  width: 490px;
  max-width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__body {
    width: auto;
    margin: 0 0 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
}
.linguistCourse .lng-point__photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  height: 218px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-point__photo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    aspect-ratio: 295/189;
    margin: 18px 0 16px;
  }
}
.linguistCourse .lng-point__photo--01 {
  background: url(../../img/linguist/solution_point01_photo.jpg) no-repeat center/cover;
}
.linguistCourse .lng-point__photo--02 {
  background: url(../../img/linguist/solution_point02_photo.jpg) no-repeat center/cover;
}
.linguistCourse .lng-roles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 22px;
  min-height: 378px;
  padding: 48px 0 30px 57px;
  background: #eff4fa;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-roles {
    display: block;
    min-height: 0;
    margin: 24px 0 0;
    padding: 22px 18px 16px;
  }
}
.linguistCourse .lng-roles__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 206px;
      -ms-flex: 0 0 206px;
          flex: 0 0 206px;
  margin: 0;
  color: #034199;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-roles__head {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
  }
}
.linguistCourse .lng-roles__headSmall {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-roles__headSmall {
    font-size: 18px;
  }
}
.linguistCourse .lng-roles__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.linguistCourse .lng-roles__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 19px;
}
.linguistCourse .lng-roles__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-roles__row {
    display: block;
    margin: 0 0 16px;
  }
}
.linguistCourse .lng-roles__tag {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 119px;
      -ms-flex: 0 0 119px;
          flex: 0 0 119px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 119px;
  height: 28px;
  background: #fff;
  border-radius: 14px;
  color: #034199;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-roles__tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.linguistCourse .lng-roles__desc {
  width: 420px;
  margin: 1px 0 0 21px;
  color: #31353b;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-roles__desc {
    width: auto;
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 20px;
  }
}
.linguistCourse .lng-voice {
  background: #fff;
  padding: 80px 20px 73px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice {
    padding: 60px 20px 50px;
  }
}
.linguistCourse .lng-voice__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 25px;
  margin: 0 auto;
  background: #034199;
  border-radius: 999px;
  color: #fff;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.linguistCourse .lng-voice__heading {
  margin: 13px 0 0;
  font-weight: 600;
  font-size: 44px;
  line-height: 59px;
  letter-spacing: 0.88px;
  color: #034199;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__heading {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.52px;
  }
}
.linguistCourse .lng-voice__sub {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #31353b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__sub {
    font-size: 14px;
    letter-spacing: 0.28px;
    margin: 0;
  }
}
.linguistCourse .lng-voice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  max-width: 1000px;
  margin: 21px auto 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    max-width: none;
    margin: 24px 0 0;
  }
}
.linguistCourse .lng-voice__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 485px;
      -ms-flex: 0 0 485px;
          flex: 0 0 485px;
  width: 485px;
  height: 272px;
  background: #f5f5f5;
  border-radius: 0 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: auto;
    height: auto;
    padding: 24px 20px 22px;
  }
}
.linguistCourse .lng-voice__tag {
  position: absolute;
  left: 30px;
  top: 38px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #034199;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.linguistCourse .lng-voice__tag::after {
  content: "";
  width: 21.5px;
  height: 1px;
  margin-left: 8px;
  background: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__tag {
    position: static;
    margin: 0 0 21px;
  }
}
.linguistCourse .lng-voice__avatar {
  position: absolute;
  left: 375px;
  top: 67px;
  width: 80px;
  height: 83px;
  border-radius: 50%;
  background: url(../../img/linguist/voice_avatar01.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__avatar {
    left: auto;
    right: 20px;
    top: 66px;
  }
}
.linguistCourse .lng-voice__avatar--2 {
  background-image: url(../../img/linguist/voice_avatar02.png);
}
.linguistCourse .lng-voice__text {
  position: absolute;
  left: 30px;
  top: 79px;
  width: 325px;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #374151;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__text {
    position: static;
    width: auto;
    margin: 0;
    padding-right: 84px;
  }
}
.linguistCourse .lng-voice__name {
  position: absolute;
  right: 30px;
  top: 234px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #034199;
  font-size: 13px;
  line-height: 20px;
}
.linguistCourse .lng-voice__name::before {
  content: "";
  width: 21.5px;
  height: 1px;
  margin-right: 8px;
  background: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-voice__name {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 19px 0 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.linguistCourse .lng-career {
  position: relative;
  background: #fff;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career {
    padding: 10px 20px 50px;
  }
}
.linguistCourse .lng-career__badge {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 25px;
  background: #034199;
  border-radius: 999px;
  color: #fff;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.linguistCourse .lng-career__card {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1000px;
  max-width: 100%;
  margin: 46px auto 0;
  padding: 65px 59px 57px;
  border: 1.5px solid #034199;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__card {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 7px 0 0;
  }
}
.linguistCourse .lng-career__card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1.5px dashed #034199;
  border-radius: 13px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__card::before {
    display: none;
  }
}
.linguistCourse .lng-career__heading {
  position: absolute;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  padding: 0 22px;
  background: #fff;
  white-space: nowrap;
  font-weight: 600;
  font-size: 44px;
  line-height: 59px;
  letter-spacing: 0.88px;
  color: #034199;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__heading {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin: 0;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.52px;
    text-align: center;
  }
}
.linguistCourse .lng-career__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.linguistCourse .lng-career__leadMain {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 500px;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__leadMain {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.linguistCourse .lng-career__leadHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__leadHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 21px;
  }
}
.linguistCourse .lng-career__goalBadge {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  width: 163px;
  height: 53px;
  background: #ffa53d;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__goalBadge {
    margin: 0;
    width: 189px;
    height: 40px;
  }
}
.linguistCourse .lng-career__goalIcon {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 25px;
  height: 23px;
  background: url(../../img/linguist/career_goal_icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__goalIcon {
    left: 17px;
    top: 12px;
    width: 17px;
    height: 16px;
  }
}
.linguistCourse .lng-career__goalText {
  position: absolute;
  left: 52px;
  top: 7px;
  width: 101px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__goalText {
    left: 41px;
    top: 10px;
    width: auto;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__goalText br {
    display: none;
  }
}
.linguistCourse .lng-career__leadTitle {
  margin: 0 0 0 23px;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  color: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__leadTitle {
    margin: 9px 0 0;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
  }
}
.linguistCourse .lng-career__mark {
  position: relative;
  color: #ffa53d;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__mark {
    font-size: 25px;
  }
}
.linguistCourse .lng-career__leadUnderline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px dashed #ffa53d;
  border-bottom: 2px dashed #ffa53d;
}
.linguistCourse .lng-career__leadBody {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__leadBody {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 24px;
  }
}
.linguistCourse .lng-career__leadPhoto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  height: 218px;
  margin-top: 13px;
  background: url(../../img/linguist/career_lead_photo.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__leadPhoto {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 335px;
    height: auto;
    aspect-ratio: 335/214;
    margin: 24px 0 0;
  }
}
.linguistCourse .lng-career__models {
  margin-top: 11px;
  padding: 35px 31px 42px;
  background: #ffefdd;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__models {
    margin: 30px 0 0;
    padding: 17px 20px 24px;
    text-align: center;
  }
}
.linguistCourse .lng-career__modelsHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 0;
  padding-left: 248px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__modelsHead {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.linguistCourse .lng-career__caseBadge {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 109px;
  height: 33px;
  background: #ffa53d;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.linguistCourse .lng-career__modelHead {
  margin: 0;
  font-weight: 500;
  font-size: 27px;
  line-height: 42px;
  letter-spacing: 0.54px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__modelHead {
    font-size: 18px;
  }
}
.linguistCourse .lng-career__modelList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__modelList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
  }
}
.linguistCourse .lng-career__model {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  width: 260px;
  min-height: 282px;
  padding: 26px 30px 0;
  background: #fff;
  border-radius: 0 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__model {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 14px;
    padding: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__model:first-child {
    margin-top: 0;
  }
}
.linguistCourse .lng-career__modelTag {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 194px;
  height: 29px;
  border: 1px solid #034199;
  border-radius: 999px;
  color: #034199;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__modelTag {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
  }
}
.linguistCourse .lng-career__modelText {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__modelText {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 14px 0 0;
  }
  .linguistCourse .lng-career__modelText::before {
    content: "";
    float: right;
    width: 48px;
    height: 160px;
    shape-outside: polygon(0 50px, 100% 50px, 100% 100%, 0 100%);
    -webkit-shape-outside: polygon(0 50px, 100% 50px, 100% 100%, 0 100%);
  }
}
.linguistCourse .lng-career__modelImg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.linguistCourse .lng-career__modelImg--1 {
  left: 196px;
  top: 182px;
  width: 46px;
  height: 117px;
  background-image: url(../../img/linguist/career_model01.png);
}
.linguistCourse .lng-career__modelImg--2 {
  left: 207px;
  top: 190px;
  width: 42px;
  height: 120px;
  background-image: url(../../img/linguist/career_model02.png);
}
.linguistCourse .lng-career__modelImg--3 {
  left: 193px;
  top: 180px;
  width: 55px;
  height: 119px;
  background-image: url(../../img/linguist/career_model03.png);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__modelImg {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}
.linguistCourse .lng-career__results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 27px;
  }
}
.linguistCourse .lng-career__resultsHead {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 248px;
      -ms-flex: 0 0 248px;
          flex: 0 0 248px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__resultsHead {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.linguistCourse .lng-career__resultsTitle {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.48px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__resultsTitle {
    font-size: 19px;
    line-height: 1.4;
  }
}
.linguistCourse .lng-career__resultsDiamond {
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  background: #034199;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__resultsDiamond {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.linguistCourse .lng-career__resultsNote {
  margin: 0;
  padding-left: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.28px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__resultsNote {
    padding-left: 20px;
  }
}
.linguistCourse .lng-career__resultsList {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #71757b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__resultsList {
    width: auto;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 20px;
  }
}
.linguistCourse .lng-career__pathBanner {
  margin: 37px 0 0;
  width: 877px;
  max-width: 100%;
  height: 230px;
  background: url(../../img/linguist/career_path_banner.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__pathBanner {
    width: calc(100% + 40px);
    max-width: none;
    height: auto;
    aspect-ratio: 877/529;
    margin: 40px -20px 0;
    background-position: center;
    background-size: cover;
  }
}
.linguistCourse .lng-career__pathTitle {
  position: relative;
  margin: 30px 0 0;
  padding-left: 19px;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  color: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__pathTitle {
    margin: 20px 0 0;
    padding-left: 13px;
    font-size: 21px;
    line-height: 29px;
  }
}
.linguistCourse .lng-career__pathBar {
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 28px;
  background: #034199;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__pathBar {
    top: 5px;
    height: 20px;
  }
}
.linguistCourse .lng-career__pathBody {
  margin: 20px 0 0;
  width: 877px;
  max-width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__pathBody {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 24px;
  }
}
.linguistCourse .lng-career__case {
  margin-top: 23px;
  padding: 33px 31px 31px;
  background: #ffefdd;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__case {
    margin: 26px 0 0;
    padding: 17px 20px 24px;
    text-align: center;
  }
}
.linguistCourse .lng-career__caseHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 0;
  padding-left: 134px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseHead {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.linguistCourse .lng-career__caseBadge2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 109px;
  height: 33px;
  background: #ffa53d;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.linguistCourse .lng-career__caseTitle {
  margin: 0;
  font-weight: 500;
  font-size: 27px;
  line-height: 42px;
  letter-spacing: 0.54px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseTitle {
    font-size: 18px;
    line-height: 1.5;
  }
}
.linguistCourse .lng-career__caseCard {
  position: relative;
  margin-top: 15px;
  height: 99px;
  background: #fff;
  border-radius: 0 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseCard {
    height: auto;
    margin-top: 16px;
    text-align: left;
  }
}
.linguistCourse .lng-career__caseBody {
  position: absolute;
  left: 41px;
  top: 25px;
  width: 643px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseBody {
    position: static;
    width: auto;
    margin: 0;
    padding: 16px 18px;
    display: flow-root;
  }
  .linguistCourse .lng-career__caseBody::before {
    content: "";
    float: right;
    width: 100px;
    height: 200px;
    shape-outside: polygon(0 50px, 100% 50px, 100% 100%, 0 100%);
    -webkit-shape-outside: polygon(0 50px, 100% 50px, 100% 100%, 0 100%);
  }
}
.linguistCourse .lng-career__caseImg {
  position: absolute;
  left: 746px;
  top: -33px;
  width: 47px;
  height: 124px;
  background: url(../../img/linguist/career_path_person.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseImg {
    left: auto;
    top: auto;
    right: 44px;
    bottom: 10px;
  }
}
.linguistCourse .lng-career__caseReel {
  position: absolute;
  left: 727px;
  top: -36px;
  width: 26px;
  height: 26px;
  background: url(../../img/linguist/career_film_reel.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseReel {
    left: auto;
    top: auto;
    right: 84px;
    bottom: 111px;
  }
}
.linguistCourse .lng-career__caseClap {
  position: absolute;
  left: 790px;
  top: 29px;
  width: 37px;
  height: 35.5px;
  background: url(../../img/linguist/career_clapper.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-career__caseClap {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 36.5px;
  }
}
.linguistCourse .lng-curriculum {
  background: #fff;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-curriculum {
    margin-top: 10px;
  }
}
.linguistCourse .lng-curriculum__inner {
  margin: 0 auto;
  padding: 77px 24px 85px;
  background: #f5f5f5;
  border-radius: 10px;
}
@media (min-width: 769px) {
  .linguistCourse .lng-curriculum__inner {
    width: calc(100vw - 60px);
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-curriculum__inner {
    max-width: none;
    padding: 40px 0 48px;
    border-radius: 0;
  }
}
.linguistCourse .lng-curriculum__content {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-curriculum__content {
    max-width: none;
    padding: 0 20px;
  }
}
.linguistCourse .lng-curriculum__badge {
  width: 102px;
  height: 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #034199;
  border-radius: 999px;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  color: #fff;
}
.linguistCourse .lng-curriculum__title {
  margin: 19px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 59px;
  letter-spacing: 0.88px;
  color: #034199;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-curriculum__title {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.52px;
  }
}
.linguistCourse .lng-curriculum__lead {
  margin: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #31353b;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-curriculum__lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-align: left;
  }
}
.linguistCourse .lng-cur-tech {
  margin-top: 42px;
  min-height: 1153px;
  padding: 50px 60px 51px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-tech {
    margin-top: 24px;
    min-height: 0;
    padding: 24px 20px;
  }
}
.linguistCourse .lng-cur-tech__group {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-tech__group {
    margin: 28px 0;
  }
}
.linguistCourse .lng-cur-tech__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.linguistCourse .lng-cur-tech__badge {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #034199;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #034199;
}
.linguistCourse .lng-cur-tech__title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  color: #034199;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-tech__title {
    font-size: 17px;
    line-height: 28px;
  }
}
.linguistCourse .lng-cur-tech__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-tech__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 10px;
  }
}
.linguistCourse .lng-cur-tech__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-tech__text {
    line-height: 24px;
  }
}
.linguistCourse .lng-cur-tech__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  width: 340px;
  height: 218px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-tech__img {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 295/189;
  }
}
.linguistCourse .lng-cur-tech__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.linguistCourse .lng-cur-skills {
  position: relative;
  margin-top: 30px;
  padding: 36px 41px 28px;
  border: 1px solid #034199;
  border-radius: 0 6px 6px 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills {
    margin-top: 72px;
    padding: 28px 20px 24px;
  }
}
.linguistCourse .lng-cur-skills__tab {
  position: absolute;
  left: -1px;
  bottom: 100%;
  margin: 0;
  width: 384px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
  background: #034199;
  border-radius: 0 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills__tab {
    width: 324px;
    height: 36px;
    font-size: 14px;
  }
}
.linguistCourse .lng-cur-skills__list {
  margin: 0;
}
.linguistCourse .lng-cur-skills__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 52px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linguistCourse .lng-cur-skills__row + .lng-cur-skills__row {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills__row + .lng-cur-skills__row {
    margin-top: 32px;
  }
}
.linguistCourse .lng-cur-skills__row + .lng-cur-skills__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13.5px;
  width: 797.5px;
  height: 1px;
  background: #d4d4d4;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills__row + .lng-cur-skills__row::before {
    width: 100%;
    top: -16px;
    height: 0;
    background: none;
    border-top: 2px dotted #d4d4d4;
  }
}
.linguistCourse .lng-cur-skills__row dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 278px;
      -ms-flex: 0 0 278px;
          flex: 0 0 278px;
  width: 278px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills__row dt {
    font-size: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.linguistCourse .lng-cur-skills__row dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 520px;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  width: 520px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-skills__row dd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.linguistCourse .lng-cur-skills__ico {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 4px;
  background: url("../../img/linguist/curriculum_check.svg") center/contain no-repeat;
}
.linguistCourse .lng-cur-terms {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
.linguistCourse .lng-cur-terms__arrow {
  position: absolute;
  top: 134px;
  z-index: 2;
  width: 34px;
  height: 17px;
  background: url("../../img/linguist/curriculum_arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-terms__arrow {
    display: none;
  }
}
.linguistCourse .lng-cur-terms__arrow--1 {
  left: 275px;
}
.linguistCourse .lng-cur-terms__arrow--2 {
  left: 572px;
}
.linguistCourse .lng-cur-term {
  position: relative;
  width: 280px;
  background: #fff;
  border: 1px solid #d5dce5;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-term {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-term:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -26px;
    z-index: 2;
    width: 30px;
    height: 17px;
    background: url("../../img/linguist/curriculum_arrow.svg") center/contain no-repeat;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.linguistCourse .lng-cur-term__head {
  height: 60px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px 6px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
.linguistCourse .lng-cur-term--t1 .lng-cur-term__head {
  background: -webkit-gradient(linear, left top, right top, from(#034199), to(#2865bd));
  background: -webkit-linear-gradient(left, #034199, #2865bd);
  background: linear-gradient(90deg, #034199, #2865bd);
}
.linguistCourse .lng-cur-term--t2 .lng-cur-term__head {
  background: -webkit-gradient(linear, left top, right top, from(#2865bc), to(#6297e3));
  background: -webkit-linear-gradient(left, #2865bc, #6297e3);
  background: linear-gradient(90deg, #2865bc, #6297e3);
}
.linguistCourse .lng-cur-term--t3 .lng-cur-term__head {
  background: -webkit-gradient(linear, left top, right top, from(#6297e3), to(#9bc1f8));
  background: -webkit-linear-gradient(left, #6297e3, #9bc1f8);
  background: linear-gradient(90deg, #6297e3, #9bc1f8);
}
.linguistCourse .lng-cur-term__req {
  position: absolute;
  left: -17px;
  top: -24px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #034199;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #034199;
}
.linguistCourse .lng-cur-term__req--opt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-term__req--opt {
    font-size: 13px;
  }
}
.linguistCourse .lng-cur-term--t3 .lng-cur-term__req {
  left: -15px;
}
.linguistCourse .lng-cur-term__subjects {
  margin: 0;
  padding: 12px 0 24px 25px;
  list-style: none;
}
.linguistCourse .lng-cur-term__subjects li {
  position: relative;
  padding-left: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #31353b;
}
.linguistCourse .lng-cur-term__subjects li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #03419a;
}
.linguistCourse .lng-cur-term--t3 .lng-cur-term__subjects {
  padding-top: 11px;
}
.linguistCourse .lng-cur-term__note {
  margin: 16px 0 0;
  padding-left: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #83878d;
}
.linguistCourse .lng-cur-box {
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
}
.linguistCourse .lng-cur-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 2px dotted #d4d4d4;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-box__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
  }
}
.linguistCourse .lng-cur-box__title {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 357px;
      -ms-flex: 0 0 357px;
          flex: 0 0 357px;
  margin: 0;
  padding-left: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  color: #034199;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-box__title {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
  }
}
.linguistCourse .lng-cur-box__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 28px;
  border-radius: 5px;
  background: #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-box__title::before {
    top: 2px;
    height: 17px;
  }
}
.linguistCourse .lng-cur-box__lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-box__lead {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }
}
.linguistCourse .lng-cur-support {
  padding: 53px 62px 47px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-support {
    padding: 28px 18px 26px;
  }
}
.linguistCourse .lng-cur-support--skill {
  min-height: 283px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-support--skill {
    min-height: 0;
  }
}
.linguistCourse .lng-cur-support--career {
  min-height: 437px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-support--career {
    min-height: 0;
  }
}
.linguistCourse .lng-cur-checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-checks {
    gap: 8px;
  }
}
.linguistCourse .lng-cur-checks li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-checks li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 15px;
  }
}
.linguistCourse .lng-cur-checks li::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 4px;
  background: url("../../img/linguist/curriculum_check.svg") center/contain no-repeat;
}
.linguistCourse .lng-cur-checks__sub {
  font-weight: 400;
  font-size: 13px;
}
.linguistCourse .lng-cur-amelia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 22px;
  padding: 30px 31px;
  background: #fff6e2;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-amelia {
    display: block;
    position: relative;
    text-align: left;
    gap: 0;
    padding: 20px;
  }
}
.linguistCourse .lng-cur-amelia__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-amelia__logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 70px;
    margin: 0;
  }
}
.linguistCourse .lng-cur-amelia__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.linguistCourse .lng-cur-amelia__title {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1f2937;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-amelia__title {
    margin: 0 0 0 87px;
    min-height: 70px;
  }
}
.linguistCourse .lng-cur-amelia__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-amelia__text {
    margin-top: 14px;
  }
}
.linguistCourse .lng-cur-life {
  padding: 55px 60px 49px 61px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-life {
    padding: 28px 18px 26px;
  }
}
.linguistCourse .lng-cur-life .lng-cur-box__title {
  padding-left: 22px;
}
.linguistCourse .lng-cur-life__sub {
  margin: 17px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 0.42px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-life__sub {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.linguistCourse .lng-cur-life__ul {
  padding-bottom: 3px;
}
.linguistCourse .lng-cur-life__ul--navy {
  border-bottom: 2px dashed #034199;
}
.linguistCourse .lng-cur-life__ul--green {
  border-bottom: 2px dashed #71c971;
}
.linguistCourse .lng-cur-life__lead {
  margin: 15px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-life__lead {
    line-height: 24px;
  }
}
.linguistCourse .lng-cur-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-styles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.linguistCourse .lng-cur-style {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 430px;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  width: 430px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #034199;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-style {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.linguistCourse .lng-cur-style--online {
  border-color: #71c971;
}
.linguistCourse .lng-cur-style__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 48px;
  margin: 0;
  background: #034199;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.linguistCourse .lng-cur-style--online .lng-cur-style__head {
  background: #71c971;
}
.linguistCourse .lng-cur-style__ico {
  display: block;
  background: center/contain no-repeat;
}
.linguistCourse .lng-cur-style__ico--campus {
  width: 26px;
  height: 22px;
  background-image: url("../../img/linguist/curriculum_campus.svg");
}
.linguistCourse .lng-cur-style__ico--online {
  width: 26px;
  height: 18px;
  background-image: url("../../img/linguist/curriculum_online.svg");
}
.linguistCourse .lng-cur-style__cols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-style__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linguistCourse .lng-cur-style__cols::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #034199;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-style__cols::before {
    display: none;
  }
}
.linguistCourse .lng-cur-style--online .lng-cur-style__cols::before {
  border-left-color: #71c971;
}
.linguistCourse .lng-cur-style__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 23px 18px 24px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-style__col {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 18px 18px;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-style__col:first-child {
    border-bottom: 1px dashed #034199;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-cur-style--online .lng-cur-style__col:first-child {
    border-bottom-color: #71c971;
  }
}
.linguistCourse .lng-cur-style__badge {
  display: block;
  width: 116px;
  height: 25px;
  margin: 0 auto 16px;
  border-radius: 999px;
  text-align: center;
  line-height: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}
.linguistCourse .lng-cur-style__badge--merit {
  background: #ffa53d;
}
.linguistCourse .lng-cur-style__badge--demerit {
  background: #595959;
}
.linguistCourse .lng-cur-style__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linguistCourse .lng-cur-style__list li {
  position: relative;
  padding-left: 13px;
  margin-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #31353b;
}
.linguistCourse .lng-cur-style__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
.linguistCourse .lng-cur-style__list--merit li::before {
  background: #ffa53d;
}
.linguistCourse .lng-cur-style__list--demerit li::before {
  background: #595959;
}
.linguistCourse .lng-overview {
  background: #fff;
  padding: 75px 20px 80px;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-overview {
    padding: 50px 16px 56px;
  }
}
.linguistCourse .lng-overview__badge {
  width: 102px;
  height: 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #034199;
  border-radius: 999px;
  font-family: "Reddit Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  color: #fff;
}
.linguistCourse .lng-overview__heading {
  margin: 20px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 59px;
  letter-spacing: 0.88px;
  color: #034199;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-overview__heading {
    margin-top: 12px;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.52px;
  }
}
.linguistCourse .lng-overview__table {
  width: 1000px;
  max-width: 100%;
  margin: 33px auto 0;
  border: 1px solid #e5e7eb;
}
.linguistCourse .lng-overview__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 57px;
}
.linguistCourse .lng-overview__row:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-overview__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
  }
}
.linguistCourse .lng-overview__row dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 293px;
      -ms-flex: 0 0 293px;
          flex: 0 0 293px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  background: #f9fafb;
  border-right: 1px solid #e5e7eb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-overview__row dt {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 12px 16px;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }
}
.linguistCourse .lng-overview__row dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: #31353b;
}
@media screen and (max-width: 768px) {
  .linguistCourse .lng-overview__row dd {
    padding: 12px 16px;
    line-height: 24px;
  }
}
.linguistCourse .lng-overview__row dd b {
  font-weight: 600;
}
.linguistCourse .lng-overview__row dd a {
  color: #034199;
}
.linguistCourse .lng-overview__row dd p {
  margin: 0;
}
.linguistCourse .lng-overview__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  vertical-align: baseline;
}
.linguistCourse .lng-overview__tax {
  font-size: 14px;
}
.linguistCourse .lng-overview__lead {
  color: #034199;
  font-weight: 500;
}
.linguistCourse .lng-overview__help {
  color: #034199;
}
.linguistCourse .lng-overview__small {
  font-size: 12px;
  line-height: 16px;
  color: #6f747c;
}
.linguistCourse .lng-overview__alert {
  font-size: 12px;
  line-height: 16px;
  color: #ef4444;
}
.linguistCourse .lng-tech {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
}
.linguistCourse .lng-tech__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.linguistCourse .lng-tech__title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--lng-navy);
}
.linguistCourse .lng-tech__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.linguistCourse .lng-tech__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  font-size: 15px;
  line-height: 2;
}
.linguistCourse .lng-tech__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
  margin: 0;
}
.linguistCourse .lng-tech__img img {
  width: 100%;
  border-radius: 10px;
}
.linguistCourse .lng-tech__badge,
.linguistCourse .lng-term__req {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--lng-navy);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
}
.linguistCourse .lng-skills {
  border: 1px solid var(--lng-line);
  border-radius: 10px;
  overflow: hidden;
}
.linguistCourse .lng-skills__head {
  margin: 0;
  padding: 14px 20px;
  background: var(--lng-navy);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.linguistCourse .lng-skills__list {
  margin: 0;
}
.linguistCourse .lng-skills__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding: 16px 24px;
  border-bottom: 1px solid var(--lng-line);
}
.linguistCourse .lng-skills__row:last-child {
  border-bottom: none;
}
.linguistCourse .lng-skills__row dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--lng-navy);
}
.linguistCourse .lng-skills__row dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.linguistCourse .lng-skills__no {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--lng-orange);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
.linguistCourse .lng-terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.linguistCourse .lng-term {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
  padding: 40px 20px 26px;
  background: #fff;
  border-radius: 10px;
}
.linguistCourse .lng-term__req {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 50px;
  height: 50px;
  font-size: 13px;
}
.linguistCourse .lng-term__req--option {
  background: var(--lng-gray);
  font-size: 12px;
}
.linguistCourse .lng-term__head {
  margin: 0 0 16px -20px;
  margin-right: -20px;
  padding: 14px 20px 14px 56px;
  background: -webkit-gradient(linear, left top, right top, from(#2050b8), to(#4f79d4));
  background: -webkit-linear-gradient(left, #2050b8, #4f79d4);
  background: linear-gradient(90deg, #2050b8, #4f79d4);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.linguistCourse .lng-term__note {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--lng-gray);
}
.linguistCourse .lng-term__subjects {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linguistCourse .lng-term__subjects li {
  position: relative;
  padding: 6px 0 6px 16px;
  font-size: 15px;
}
.linguistCourse .lng-term__subjects li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lng-navy);
}
.linguistCourse .lng-support {
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
}
.linguistCourse .lng-support__title {
  margin: 0 0 14px;
  padding-left: 14px;
  border-left: 5px solid var(--lng-navy);
  font-size: 24px;
  font-weight: 700;
  color: var(--lng-navy);
}
.linguistCourse .lng-support__text {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--lng-line);
  font-size: 15px;
}
.linguistCourse .lng-checkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.linguistCourse .lng-checkList li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
}
.linguistCourse .lng-checkList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: var(--lng-orange);
  border-radius: 4px;
}
.linguistCourse .lng-checkList li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.linguistCourse .lng-amelia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 26px 30px;
  background: var(--lng-bg-cream);
  border-radius: 10px;
}
.linguistCourse .lng-amelia__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  margin: 0;
}
.linguistCourse .lng-amelia__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--lng-navy);
}
.linguistCourse .lng-amelia__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}
.linguistCourse .lng-life {
  padding: 80px 0;
  background: #fff;
}
.linguistCourse .lng-life__sub {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
}
.linguistCourse .lng-life__text {
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.9;
}
.linguistCourse .lng-life__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.linguistCourse .lng-styleCard {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border: 2px solid var(--lng-navy);
  border-radius: 12px;
  overflow: hidden;
}
.linguistCourse .lng-styleCard--online {
  border-color: var(--lng-green);
}
.linguistCourse .lng-styleCard__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 16px;
  background: var(--lng-navy);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.linguistCourse .lng-styleCard--online .lng-styleCard__head {
  background: var(--lng-green);
}
.linguistCourse .lng-styleCard__icon {
  width: 24px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.linguistCourse .lng-styleCard__col {
  padding: 22px 26px;
}
.linguistCourse .lng-styleCard__col + .lng-styleCard__col {
  border-top: 1px dashed var(--lng-line);
}
.linguistCourse .lng-styleCard__badge {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 16px;
  padding: 4px 24px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.linguistCourse .lng-styleCard__badge--merit {
  background: var(--lng-orange);
}
.linguistCourse .lng-styleCard__badge--demerit {
  background: #6b7078;
}
.linguistCourse .lng-styleCard__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.linguistCourse .lng-styleCard__list li {
  position: relative;
  padding: 5px 0 5px 16px;
  font-size: 15px;
}
.linguistCourse .lng-styleCard__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lng-orange);
}