[data-page=news] .news {
  max-width: 84.375vw;
  width: 84.375vw;
  padding: 9.375vw 0 2.5vw;
  margin-inline: auto;
}
[data-page=news] .news__title {
  width: 18.813vw;
  margin-bottom: 1.5vw;
}
[data-page=news] .news__inner {
  position: relative;
  background-color: #ffffff;
  border-radius: 2.5vw;
  padding: 6.25vw 6.25vw 9.375vw;
}
[data-page=news] .news__illust {
  position: absolute;
  z-index: -1;
}
[data-page=news] .news__illust--01 {
  width: 28.875vw;
  top: -16.813vw;
  right: 9.375vw;
}
[data-page=news] .news__illust--02 {
  width: 15.688vw;
  top: -16.875vw;
  right: 9.375vw;
}
[data-page=news] .news__info {
  display: flex;
  align-items: center;
  grid-gap: 0 0.625vw;
  gap: 0 0.625vw;
  margin-bottom: 0.75vw;
}
[data-page=news] .news__type {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.188vw;
  color: #ffffff;
  background-color: #005bac;
  border-radius: 2.5vw;
  padding: 0.375vw 1.25vw 0.5vw;
}
body.lang-ja[data-page=news] .news__type, body.lang-ja [data-page=news] .news__type {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__type, body.lang-ko [data-page=news] .news__type {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__type, body.lang-zh-cn [data-page=news] .news__type {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__type, body.lang-zh-tw [data-page=news] .news__type {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__date {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.375vw;
  color: #005bac;
}
body.lang-ja[data-page=news] .news__date, body.lang-ja [data-page=news] .news__date {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__date, body.lang-ko [data-page=news] .news__date {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__date, body.lang-zh-cn [data-page=news] .news__date {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__date, body.lang-zh-tw [data-page=news] .news__date {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__snsArea {
  position: relative;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0 1.875vw;
  gap: 0 1.875vw;
  border-top: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
  margin: 6.5vw 0 3.125vw;
}
[data-page=news] .news__snsBtn {
  width: 3.75vw;
}
[data-page=news] .news__snsLabel {
  width: 5.313vw;
  position: absolute;
  top: 50%;
  left: 20vw;
  transform: translate(0, -50%);
}
[data-page=news] .news__section {
  margin-bottom: 3.5vw;
}
[data-page=news] .news__officialAcount {
  margin-bottom: 2.625vw;
}
[data-page=news] .news__subheadding {
  text-align: left;
  color: #005bac;
}
[data-page=news] .news__subheadding--line {
  position: relative;
}
[data-page=news] .news__subheadding--line:before {
  content: "";
  background: url(../img/common/contact_line.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 71.875vw;
  height: 0.313vw;
  display: block;
  position: absolute;
  bottom: -2.438vw;
  left: 0vw;
  z-index: 0;
}
[data-page=news] .news__subheadding--dot {
  position: relative;
  padding-left: 1.25vw;
}
[data-page=news] .news__subheadding--dot:before {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  background-color: #005bac;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 0;
}
[data-page=news] .news__subheadding--01-type01 {
  font-family: "M PLUS 1", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.5vw;
  margin-bottom: 5.125vw;
}
[data-page=news] .news__subheadding--01-type01 span {
  display: block;
  margin-top: 0.375vw;
  font-size: 1.438vw;
}
[data-page=news] .news__subheadding--01-type02 {
  font-family: "M PLUS 1", sans-serif;
  transform: rotate(0.05deg);
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.5vw;
  margin-bottom: 5.125vw;
}
[data-page=news] .news__subheadding--02 {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.875vw;
  margin-bottom: 1.5vw;
}
body.lang-ja[data-page=news] .news__subheadding--02, body.lang-ja [data-page=news] .news__subheadding--02 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__subheadding--02, body.lang-ko [data-page=news] .news__subheadding--02 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__subheadding--02, body.lang-zh-cn [data-page=news] .news__subheadding--02 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__subheadding--02, body.lang-zh-tw [data-page=news] .news__subheadding--02 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__subheadding--02-type02 {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.875vw;
  margin-bottom: 1.5vw;
}
body.lang-ja[data-page=news] .news__subheadding--02-type02, body.lang-ja [data-page=news] .news__subheadding--02-type02 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__subheadding--02-type02, body.lang-ko [data-page=news] .news__subheadding--02-type02 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__subheadding--02-type02, body.lang-zh-cn [data-page=news] .news__subheadding--02-type02 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__subheadding--02-type02, body.lang-zh-tw [data-page=news] .news__subheadding--02-type02 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__pict {
  width: 71.875vw;
  margin-bottom: 1.25vw;
}
[data-page=news] .news__text._ls {
  letter-spacing: 0.013vw;
}
[data-page=news] .news__text._mb25 {
  margin-bottom: 1.563vw;
}
[data-page=news] .news__text._mb40 {
  margin-bottom: 2.5vw;
}
[data-page=news] .news__text--sub {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.063vw;
  color: #005bac;
  text-align: center;
}
body.lang-ja[data-page=news] .news__text--sub, body.lang-ja [data-page=news] .news__text--sub {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__text--sub, body.lang-ko [data-page=news] .news__text--sub {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__text--sub, body.lang-zh-cn [data-page=news] .news__text--sub {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__text--sub, body.lang-zh-tw [data-page=news] .news__text--sub {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__text--01 {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.25vw;
  color: #2c2c2c;
}
body.lang-ja[data-page=news] .news__text--01, body.lang-ja [data-page=news] .news__text--01 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__text--01, body.lang-ko [data-page=news] .news__text--01 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__text--01, body.lang-zh-cn [data-page=news] .news__text--01 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__text--01, body.lang-zh-tw [data-page=news] .news__text--01 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__text--02 {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.375vw;
  color: #2c2c2c;
  margin-bottom: 4.5vw;
}
body.lang-ja[data-page=news] .news__text--02, body.lang-ja [data-page=news] .news__text--02 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__text--02, body.lang-ko [data-page=news] .news__text--02 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__text--02, body.lang-zh-cn [data-page=news] .news__text--02 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__text--02, body.lang-zh-tw [data-page=news] .news__text--02 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__text--01-type02 {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.25vw;
  color: #2c2c2c;
  margin-bottom: 4.5vw;
}
body.lang-ja[data-page=news] .news__text--01-type02, body.lang-ja [data-page=news] .news__text--01-type02 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__text--01-type02, body.lang-ko [data-page=news] .news__text--01-type02 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__text--01-type02, body.lang-zh-cn [data-page=news] .news__text--01-type02 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__text--01-type02, body.lang-zh-tw [data-page=news] .news__text--01-type02 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__text--02-type02 {
  position: relative;
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.375vw;
  padding-left: 1.75vw;
}
body.lang-ja[data-page=news] .news__text--02-type02, body.lang-ja [data-page=news] .news__text--02-type02 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__text--02-type02, body.lang-ko [data-page=news] .news__text--02-type02 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__text--02-type02, body.lang-zh-cn [data-page=news] .news__text--02-type02 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__text--02-type02, body.lang-zh-tw [data-page=news] .news__text--02-type02 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__text--02-type02:first-of-type {
  margin-bottom: 1.25vw;
}
[data-page=news] .news__text--02-type02 a {
  color: #005bac;
  border-bottom: 1px solid #005bac;
}
[data-page=news] .news__text--02-type02:before {
  content: "";
  width: 0.375vw;
  height: 0.375vw;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.625vw;
  transform: translate(0, -50%);
  z-index: 0;
}
[data-page=news] .news__text--03-type02 {
  font-family: "'Noto Sans'", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.25vw;
  color: #2c2c2c;
}
body.lang-ja[data-page=news] .news__text--03-type02, body.lang-ja [data-page=news] .news__text--03-type02 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.lang-ko[data-page=news] .news__text--03-type02, body.lang-ko [data-page=news] .news__text--03-type02 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.lang-zh-cn[data-page=news] .news__text--03-type02, body.lang-zh-cn [data-page=news] .news__text--03-type02 {
  font-family: 'Noto Sans SC', sans-serif !important;
}

body.lang-zh-tw[data-page=news] .news__text--03-type02, body.lang-zh-tw [data-page=news] .news__text--03-type02 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

[data-page=news] .news__text--03-type02:first-of-type {
  margin-bottom: 1.25vw;
}
[data-page=news] .news__text--03-type02 span {
  color: #005bac;
}
@media screen and (min-width: 750px) {
  #wrapper [data-tb],
  #wrapper [data-sp],
  #modal [data-tb],
  #modal [data-sp] {
    display: none !important;
  }
  #wrapper [data-pc],
  #modal [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  #wrapper [data-tb],
  #wrapper [data-sp],
  #modal [data-tb],
  #modal [data-sp] {
    display: none !important;
  }
  #wrapper [data-pc],
  #modal [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) and (min-height: 415px) and (orientation: portrait) and (hover: none) {
  #wrapper [data-pc],
  #wrapper [data-sp],
  #modal [data-pc],
  #modal [data-sp] {
    display: none !important;
  }
  #wrapper [data-tb],
  #modal [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 759.98px) and (orientation: portrait) {
  #wrapper [data-tb],
  #wrapper [data-pc],
  #modal [data-tb],
  #modal [data-pc] {
    display: none !important;
  }
  [data-page=news] .news {
    max-width: none;
    max-width: initial;
    width: 100%;
    padding: 18.133vw 4.267vw 5.333vw;
  }
  [data-page=news] .news__title {
    width: 28.4vw;
    margin-bottom: 2.933vw;
  }
  [data-page=news] .news__inner {
    border-radius: 5.333vw;
    padding: 8.533vw 5.333vw 20vw;
  }
  [data-page=news] .news__illust--01 {
    width: 49.2vw;
    top: -29.6vw;
    right: 9.067vw;
  }
  [data-page=news] .news__illust--02 {
    width: 26.933vw;
    top: -30.533vw;
    right: 19.733vw;
  }
  [data-page=news] .news__info {
    grid-gap: 0 1.333vw;
    gap: 0 1.333vw;
    margin-bottom: 1.867vw;
  }
  [data-page=news] .news__type {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 2.4vw;
    border-radius: 5.333vw;
    padding: 0.8vw 1.867vw 0.933vw;
  }
  body.lang-ja[data-page=news] .news__type, body.lang-ja [data-page=news] .news__type {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__type, body.lang-ko [data-page=news] .news__type {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__type, body.lang-zh-cn [data-page=news] .news__type {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__type, body.lang-zh-tw [data-page=news] .news__type {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__date {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 2.667vw;
    color: #005bac;
  }
  body.lang-ja[data-page=news] .news__date, body.lang-ja [data-page=news] .news__date {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__date, body.lang-ko [data-page=news] .news__date {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__date, body.lang-zh-cn [data-page=news] .news__date {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__date, body.lang-zh-tw [data-page=news] .news__date {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__snsArea {
    height: 18.4vw;
    grid-gap: 0 3.2vw;
    gap: 0 3.2vw;
    border-top: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
    margin: 10.933vw 0 5.333vw;
  }
  [data-page=news] .news__snsBtn {
    width: 9.6vw;
  }
  [data-page=news] .news__snsLabel {
    width: 10.133vw;
    left: 8.267vw;
  }
  [data-page=news] .news__section {
    margin-bottom: 8.533vw;
  }
  [data-page=news] .news__officialAcount {
    margin-bottom: 5.6vw;
  }
  [data-page=news] .news__subheadding--line:before {
    content: "";
    background: url(../img/common/title_line_sp.svg) no-repeat 0 0;
    background-size: 100% 100%;
    width: 80.667vw;
    height: 0.4vw;
    bottom: -5.867vw;
    left: 0vw;
  }
  [data-page=news] .news__subheadding--dot {
    position: relative;
    padding-left: 2.667vw;
  }
  [data-page=news] .news__subheadding--dot:before {
    content: "";
    width: 1.333vw;
    height: 1.333vw;
    background-color: #005bac;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 2.133vw;
    left: 0;
    transform: none;
    transform: initial;
    z-index: 0;
  }
  [data-page=news] .news__subheadding--01-type01 {
    font-family: "M PLUS 1", sans-serif;
    transform: rotate(0.05deg);
    font-weight: 700;
    line-height: 1.5;
    font-size: 4.533vw;
    margin-bottom: 11.2vw;
  }
  [data-page=news] .news__subheadding--01-type01 span {
    display: block;
    margin-top: 0.8vw;
    font-size: 3.067vw;
  }
  [data-page=news] .news__subheadding--02 {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
  body.lang-ja[data-page=news] .news__subheadding--02, body.lang-ja [data-page=news] .news__subheadding--02 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__subheadding--02, body.lang-ko [data-page=news] .news__subheadding--02 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__subheadding--02, body.lang-zh-cn [data-page=news] .news__subheadding--02 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__subheadding--02, body.lang-zh-tw [data-page=news] .news__subheadding--02 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__subheadding--02-type02 {
    position: relative;
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 4vw;
    padding-left: 2.667vw;
    margin-bottom: 4.267vw;
  }
  body.lang-ja[data-page=news] .news__subheadding--02-type02, body.lang-ja [data-page=news] .news__subheadding--02-type02 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__subheadding--02-type02, body.lang-ko [data-page=news] .news__subheadding--02-type02 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__subheadding--02-type02, body.lang-zh-cn [data-page=news] .news__subheadding--02-type02 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__subheadding--02-type02, body.lang-zh-tw [data-page=news] .news__subheadding--02-type02 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__pict {
    width: 80.8vw;
    margin-bottom: 2.667vw;
  }
  [data-page=news] .news__text._ls {
    letter-spacing: 0vw;
  }
  [data-page=news] .news__text._mb25 {
    margin-bottom: 3.333vw;
  }
  [data-page=news] .news__text._mb40 {
    margin-bottom: 5.333vw;
  }
  [data-page=news] .news__text--sub {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 2.667vw;
    margin-bottom: 8.533vw;
  }
  body.lang-ja[data-page=news] .news__text--sub, body.lang-ja [data-page=news] .news__text--sub {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__text--sub, body.lang-ko [data-page=news] .news__text--sub {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__text--sub, body.lang-zh-cn [data-page=news] .news__text--sub {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__text--sub, body.lang-zh-tw [data-page=news] .news__text--sub {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__text--01 {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 3.2vw;
  }
  body.lang-ja[data-page=news] .news__text--01, body.lang-ja [data-page=news] .news__text--01 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__text--01, body.lang-ko [data-page=news] .news__text--01 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__text--01, body.lang-zh-cn [data-page=news] .news__text--01 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__text--01, body.lang-zh-tw [data-page=news] .news__text--01 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__text--02 {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 2.933vw;
    margin-bottom: 9.6vw;
  }
  body.lang-ja[data-page=news] .news__text--02, body.lang-ja [data-page=news] .news__text--02 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__text--02, body.lang-ko [data-page=news] .news__text--02 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__text--02, body.lang-zh-cn [data-page=news] .news__text--02 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__text--02, body.lang-zh-tw [data-page=news] .news__text--02 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__text--01-type02 {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 3.2vw;
    margin-bottom: 8.8vw;
  }
  body.lang-ja[data-page=news] .news__text--01-type02, body.lang-ja [data-page=news] .news__text--01-type02 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__text--01-type02, body.lang-ko [data-page=news] .news__text--01-type02 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__text--01-type02, body.lang-zh-cn [data-page=news] .news__text--01-type02 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__text--01-type02, body.lang-zh-tw [data-page=news] .news__text--01-type02 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__text--02-type02 {
    position: relative;
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1;
    font-size: 3.2vw;
    padding-left: 3.733vw;
  }
  body.lang-ja[data-page=news] .news__text--02-type02, body.lang-ja [data-page=news] .news__text--02-type02 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__text--02-type02, body.lang-ko [data-page=news] .news__text--02-type02 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__text--02-type02, body.lang-zh-cn [data-page=news] .news__text--02-type02 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__text--02-type02, body.lang-zh-tw [data-page=news] .news__text--02-type02 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__text--02-type02:first-of-type {
    margin-bottom: 2.667vw;
  }
  [data-page=news] .news__text--02-type02 a {
    color: #005bac;
    border-bottom: 1px solid #005bac;
  }
  [data-page=news] .news__text--02-type02:before {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 1.333vw;
    transform: translate(0, -50%);
    z-index: 0;
  }
  [data-page=news] .news__text--03-type02 {
    font-family: "'Noto Sans'", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 3.2vw;
  }
  body.lang-ja[data-page=news] .news__text--03-type02, body.lang-ja [data-page=news] .news__text--03-type02 {
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  body.lang-ko[data-page=news] .news__text--03-type02, body.lang-ko [data-page=news] .news__text--03-type02 {
    font-family: 'Noto Sans KR', sans-serif !important;
  }
  body.lang-zh-cn[data-page=news] .news__text--03-type02, body.lang-zh-cn [data-page=news] .news__text--03-type02 {
    font-family: 'Noto Sans SC', sans-serif !important;
  }
  body.lang-zh-tw[data-page=news] .news__text--03-type02, body.lang-zh-tw [data-page=news] .news__text--03-type02 {
    font-family: 'Noto Sans TC', sans-serif !important;
  }
  [data-page=news] .news__text--03-type02:first-of-type {
    margin-bottom: 2.667vw;
  }
  [data-page=news] .news__text--03-type02 a {
    color: #005bac;
    border-bottom: 1px solid #005bac;
  }
}
/*# sourceMappingURL=sourcemaps/news.css.map */