html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-weight: bold;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

button:focus-visible {
  outline: 2px solid #000;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}
@media only screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}

body {
  color: #1f2937;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.46666;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  padding: 118px 0 0;
}
@media only screen and (max-width: 1139.98px) {
  .container {
    min-width: 320px;
    padding: 76px 0 0;
  }
}

@media only screen and (min-width: 1140px), print {
  .wrapper {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-nowrap {
  white-space: nowrap;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

@media only screen and (max-width: 1139.98px) {
  .lg {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), print {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

@media only screen and (min-width: 1140px), print {
  .md-sm {
    display: none !important;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.header__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  background: #0f1646;
  color: #fff;
}
@media only screen and (max-width: 1139.98px) {
  .header__topbar {
    display: none;
  }
}
.header__topbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84%;
  padding: 0 20px;
}
@media only screen and (max-width: 1139.98px) {
  .header__topbar-wrapper {
    width: 100%;
  }
}
.header__topbar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .header__topbar-list {
    gap: 12px;
  }
}
@media only screen and (min-width: 1140px), print {
  .header__topbar-list:last-child {
    padding-right: 86px;
  }
}
.header__topbar-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 810px) {
  .header__topbar-link {
    font-size: 12px;
  }
}
.header__topbar-link:hover {
  color: #019ee4;
}
.header__nav-button {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) {
  .header__nav-button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__nav-button:hover {
    opacity: 0.8;
  }
}
.header__nav-button--search {
  background: url("../img/common/icon_search.svg") center/20px auto no-repeat;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  background: #fff;
}
.header__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84%;
  padding: 0 20px;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1380px) {
  .header__main-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__main-wrapper {
    width: 100%;
  }
}
.header__logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  margin: 0;
  text-decoration: none;
}
@media (hover: hover) {
  .header__logo {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .header__logo:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 374.98px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav {
  margin-left: 8px;
}
@media (min-width: 768px) and (max-width: 1380px) {
  .header__nav {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1140px), print {
  .header__nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 76px;
    right: 0;
    width: 100%;
    height: calc(100vh - 76px);
    margin: 0;
    padding: 20px 0 80px;
    overflow: hidden auto;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px -6px rgba(0, 0, 0, 0.25);
  }
  .header__nav--active {
    opacity: 1;
  }
}
.header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 768px) and (max-width: 1570px) {
  .header__nav-list {
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1470px) {
  .header__nav-list {
    gap: 10px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
    gap: 0;
  }
}
.header__nav-item {
  position: relative;
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-item {
    width: 100%;
  }
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #374151;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1140px), print {
  .header__nav-link {
    height: 36px;
  }
}
@media (min-width: 1140px) and (max-width: 1380px) {
  .header__nav-link {
    font-size: 12px;
  }
}
@media (min-width: 1140px) and (max-width: 1240px) {
  .header__nav-link {
    font-size: 11px;
  }
}
.header__nav-link:has(~ .sub-menu) {
  padding-right: 16px;
}
@media (min-width: 768px) and (max-width: 1170px) {
  .header__nav-link:has(~ .sub-menu) {
    padding-right: 12px;
  }
}
.header__nav-link:has(~ .sub-menu)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}
.header__nav-link.is-active::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media only screen and (min-width: 1140px), print {
  .header__nav-link:hover {
    color: #019ee4;
    text-decoration: underline;
  }
  .header__nav-item:hover > .header__nav-link::after {
    -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-link {
    padding: 16px 0;
  }
}
.header__nav-extra {
  margin-left: auto;
}
@media only screen and (max-width: 1139.98px) {
  .header__nav-extra {
    display: none;
  }
}
.header__nav-extra .header__nav-list {
  gap: 12px;
}
.header__btn-menu {
  display: block;
  position: absolute;
  top: 24px;
  right: 14px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: none;
  background: url("../img/common/icon_menu.svg") center/36px auto no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}
@media only screen and (min-width: 1140px), print {
  .header__btn-menu {
    display: none;
  }
}
@media only screen and (max-width: 1139.98px) {
  .header__btn-menu {
    display: block;
  }
}

.sub-menu {
  background: #fff;
  color: #374151;
}
@media only screen and (min-width: 1140px), print {
  .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 220px;
    min-height: 100%;
    padding: 12px 0;
    border-radius: 0 0 18.62px 18.62px;
    opacity: 0;
    pointer-events: none;
  }
  .header__nav-item.is-hovered > .sub-menu, .header__nav-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .sub-menu--lv1 {
    top: 100%;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: 422px;
    gap: 8px;
    padding: 12px 0 12px 12px;
  }
  .sub-menu--lv1:has(.sub-menu__item.is-hovered > .sub-menu--lv2) {
    border-radius: 0 0 0 18.62px;
  }
  .sub-menu--no-image {
    min-width: 200px;
  }
  .sub-menu--lv2 {
    border-radius: 0 0 18.62px;
    background: #04358c;
    color: #fff;
  }
  .sub-menu--lv3 {
    min-height: 0;
    border-radius: 0 18.62px 18.62px;
    background: #16a9d9;
    color: #fff;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu {
    display: none;
    height: 0;
    padding: 0 0 0 20px;
    overflow: hidden;
  }
}
.sub-menu__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 183px;
          flex: 0 0 183px;
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__image {
    display: none;
  }
}
.sub-menu__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12.42px;
}
.sub-menu__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sub-menu__name {
  margin-bottom: 3px;
  padding: 7px 0 7px 16px;
  color: currentcolor;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__name {
    display: none;
  }
}
.sub-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-menu--lv2 .sub-menu__item {
  position: relative;
}
@media only screen and (min-width: 1140px), print {
  .sub-menu__item.is-hovered > .sub-menu, .sub-menu__item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__item {
    width: 100%;
  }
}
.sub-menu__link {
  display: block;
  position: relative;
  padding: 7px 32px 7px 16px;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  color: inherit;
  font-size: 13.5px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.sub-menu__link:has(~ .sub-menu)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 1140px), print {
  .sub-menu__link:has(~ .sub-menu)::after {
    right: 16px;
    border-top: 1px solid currentcolor;
    border-right: 1px solid currentcolor;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__link:has(~ .sub-menu)::after {
    right: 1px;
    border-right: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
  }
}
.sub-menu__link.is-active::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}
@media only screen and (min-width: 1140px), print {
  .sub-menu__link:hover {
    color: #fff;
    text-shadow: 0 0 1px #fff;
  }
  .sub-menu--lv1 > .sub-menu__content > .sub-menu__list > .sub-menu__item > .sub-menu__link:hover {
    color: #0062d2;
    text-shadow: 0 0 1px #0062d2;
  }
}
@media only screen and (max-width: 1139.98px) {
  .sub-menu__link {
    padding: 10px 32px 10px 0;
  }
}

.gtranslate_wrapper {
  position: absolute;
  z-index: 1000;
}
.gtranslate_wrapper a.glink span {
  margin-left: 5px;
}
@media only screen and (min-width: 1140px), print {
  .gtranslate_wrapper {
    top: -31px;
    right: 20px;
  }
  .gtranslate_wrapper .gt_switcher-popup img {
    width: 16px;
    opacity: 1 !important;
  }
  .gtranslate_wrapper .gt_switcher-popup span {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff !important;
    font-size: 10px !important;
  }
  .gtranslate_wrapper .gt_switcher-popup:hover span {
    color: #019ee4 !important;
  }
}
@media only screen and (max-width: 1139.98px) {
  .gtranslate_wrapper {
    top: 30px;
    right: 60px;
  }
}
@media only screen and (max-width: 374.98px) {
  .gtranslate_wrapper {
    right: 50px;
  }
}

.footer {
  width: 100%;
  background: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767.98px) {
  .footer {
    font-size: 13px;
  }
}
.footer__main {
  padding: 30px 0 42px;
  background: #0f1646;
  color: #fff;
}
.footer__bottom {
  height: 74px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 84%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 24px;
}
@media only screen and (max-width: 1139.98px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.footer__logo {
  width: 214px;
}
@media only screen and (min-width: 1140px), print {
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
    text-decoration: none;
  }
}
@media only screen and (min-width: 1140px) and (hover: hover), print and (hover: hover) {
  .footer__logo {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .footer__logo:hover {
    opacity: 0.8;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 0;
  width: 100%;
}
@media only screen and (min-width: 1140px), print {
  .footer__nav {
    width: 50%;
    max-width: none;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1139.98px) {
  .footer__nav {
    max-width: 700px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.footer__nav-item {
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .footer__nav-item {
    width: 100%;
  }
}
.footer__nav-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
@media (min-width: 860px) {
  .footer__nav-link {
    white-space: nowrap;
  }
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin: 0;
}
@media only screen and (min-width: 1140px), print {
  .footer__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
}
.footer__button-top {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 80px;
  width: 60px;
  height: 60px;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  border: none;
  border-radius: 50%;
  background: #009cde url("../img/common/icon_chevron_up.svg") center/20px auto no-repeat;
  cursor: pointer;
}
.footer__button-top:hover {
  background-color: #0166cf;
}
@media only screen and (max-width: 767.98px) {
  .footer__button-top {
    bottom: 20px;
  }
}

.js-animate [data-animate-item],
.js-animate [data-animate-child] {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  opacity: 0;
  will-change: transform, opacity;
}

[data-animate-bg] {
  position: relative;
}
[data-animate-bg] > span {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  will-change: opacity;
}
.animate-bg [data-animate-bg] span {
  -webkit-animation: reveal-text 1s ease-in-out 0.5s forwards;
          animation: reveal-text 1s ease-in-out 0.5s forwards;
}
.animate-bg [data-animate-bg]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation-name: animate-bg-lr-extend;
          animation-name: animate-bg-lr-extend;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background-color: #ff7043;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes animate-bg-lr-extend {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}

@keyframes animate-bg-lr-extend {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes reveal-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reveal-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.js-fadein-children > * {
  opacity: 0;
  will-change: opacity, transform;
}
.js-fadein-children > *.animated {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #ff7043;
  opacity: 1;
  color: #ff7043;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.65;
  text-decoration: none;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 100%;
  background-color: #ff7043;
  background-image: url("../img/common/icon_arrow_right_light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}
@media only screen and (min-width: 768px), print {
  .btn {
    width: 353px;
    height: 73px;
    border-radius: 73px;
    font-size: 20px;
  }
  .btn::after {
    right: 14px;
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .btn {
    width: 260px;
    height: 60px;
    border-radius: 60px;
    font-size: 15px;
  }
  .btn::after {
    right: 11px;
    width: 32px;
    height: 32px;
    background-size: 16px auto;
  }
}
.btn {
  cursor: pointer;
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.85;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  .btn:hover::after {
    -webkit-transform: translate(6px, -50%);
        -ms-transform: translate(6px, -50%);
            transform: translate(6px, -50%);
  }
}
.btn__text {
  display: inline;
}
.btn__loading {
  display: none;
}
.btn--primary {
  background: #ff7043;
  color: #fff;
}
.btn--primary::after {
  background-color: #fff;
  background-image: url("../img/common/icon_arrow_right.svg");
}
.btn--secondary {
  background: transparent;
  color: #ff7043;
}
.btn--downloading {
  pointer-events: none;
}
.btn--downloading .btn__loading {
  display: inline;
}
.btn--downloading .btn__text {
  display: none;
}
.btn--downloading::after {
  margin-top: -21px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: currentcolor;
  background: none;
}
@media only screen and (max-width: 767.98px) {
  .btn--downloading::after {
    margin-top: -16px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 316px;
  height: 75px;
  padding-right: 80px;
  border-radius: 75px;
  background: #ff7043;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll {
    width: 260px;
    height: 62px;
    padding-right: 66px;
  }
}
.btn-scroll__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-scroll__text-en {
  margin-bottom: 5px;
  font-family: "Host Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll__text-en {
    font-size: 16px;
  }
}
.btn-scroll__text-ja {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll__text-ja {
    font-size: 14px;
  }
}
.btn-scroll::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 15px;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
  background-color: #0f1646;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll::after {
    right: 12px;
    width: 41px;
    height: 41px;
  }
}
.btn-scroll::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 33px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  border: transparent solid 6px;
  border-top-width: 9px;
  border-bottom-width: 0;
  border-top-color: #ff7043;
}
@media only screen and (max-width: 767.98px) {
  .btn-scroll::before {
    right: 28px;
    border: transparent solid 5px;
    border-top-width: 8px;
    border-bottom-width: 0;
    border-top-color: #ff7043;
  }
}
.btn-scroll {
  cursor: pointer;
}
@media (hover: hover) {
  .btn-scroll:hover {
    opacity: 0.85;
  }
}

.btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 50px;
  padding: 0 23px;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  border: 1px solid #ff7043;
  border-radius: 50px;
  background: transparent;
  color: #484848;
  text-decoration: none;
  white-space: nowrap;
  gap: 27px;
  will-change: color, background;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.666667;
}
.btn-nav::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url("../img/common/icon_arrow_down.svg") 0/100% auto no-repeat;
}
.btn-nav {
  cursor: pointer;
}
@media (hover: hover) {
  .btn-nav:hover {
    background: #ff7043;
    color: #fff;
  }
  .btn-nav:hover::after {
    background-image: url("../img/common/icon_arrow_down_light.svg");
  }
}

.button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  opacity: 0;
  background: #ebe1dc;
  color: #ff7043;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: none;
  text-decoration: none;
}
@media (hover: hover) {
  .button-top {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .button-top:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top {
    display: none;
  }
}
.button-top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 8px;
  border: transparent solid 9px;
  border-top-width: 0;
  border-bottom-width: 15px;
  border-bottom-color: #ff7043;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.pagination__bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #fff;
  cursor: pointer;
}
.pagination__bullet--active {
  background: #0073b9;
  cursor: default;
}
.pagination__bullet:hover:not(.pagination__bullet--active) {
  background: #0073b9;
}

.hcwp-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.hcwp-reaction__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.hcwp-reaction__btn img {
  display: block;
  width: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hcwp-reaction__btn:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hcwp-reaction__count {
  display: block;
}

.hero {
  height: 352px;
  color: #fff;
}
.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-article {
  padding: 30px 0;
  font-weight: 500;
  line-height: 1.666667;
}
.course-article__wrapper {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
@media only screen and (min-width: 1140px), print {
  .course-article__wrapper {
    left: -38px;
  }
}
.course-article__title {
  margin: 0 0 12px;
  color: #0f1646;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}
.course-article__reaction {
  margin-bottom: 20px;
}
.course-article__summary {
  margin-bottom: 3em;
}
.course-article__summary-text {
  font-size: 12px;
}
.course-article__summary-list {
  padding-left: 2.2em;
}
.course-article__summary-item {
  color: #0d85fd;
  font-size: 12px;
}
.course-article__content {
  font-size: 12.5px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.course-article__heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.course-article__table-wrap {
  max-width: 100%;
  margin-bottom: 2em;
  overflow-x: auto;
}
.course-article__table {
  min-width: 1180px;
  margin-bottom: 0;
  letter-spacing: 0;
}
.course-article__table th,
.course-article__table td {
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #000;
  font-weight: 400;
}
.course-article__table th strong,
.course-article__table td strong {
  font-weight: 600;
}
.course-article__table th.font-medium,
.course-article__table td.font-medium {
  font-weight: 500;
}
.course-article__table th.font-bold,
.course-article__table td.font-bold {
  font-weight: 700;
}
.course-article__table th {
  font-weight: 500;
  white-space: nowrap;
}
.course-article__table tr.bg-gray th,
.course-article__table tr.bg-gray td {
  background: #f2f2f2;
}
.course-article__table--schedule {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.course-article__table--schedule tr:first-child th:first-child {
  border-right: 1px solid #000;
}
.course-article__table--schedule tr:first-child th {
  border-bottom: none;
}
.course-article__table--schedule tr:first-child th strong {
  font-weight: 700;
}
.course-article__table--schedule tr th:nth-child(3),
.course-article__table--schedule tr td:nth-child(3) {
  border-right: 1px solid #000;
}
.course-article__table--schedule tr td.border-right {
  border-right: 1px solid #000;
}
.course-article__table--schedule tr td.no-border-right {
  border-right: none;
}
.course-article__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.course-article__list li {
  position: relative;
  padding-left: 3em;
}
.course-article__list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: currentcolor;
}
.course-article__olist {
  margin-bottom: 2em;
}
.course-article__olist li {
  position: relative;
  padding-left: 1em;
}
.course-article__youtube {
  margin-bottom: 2.8em;
}
.course-article__youtube iframe {
  display: block;
  width: 700px;
  margin: 0 auto;
  border-radius: 16px;
}
@media only screen and (max-width: 1139.98px) {
  .course-article__youtube iframe {
    max-width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.5625);
  }
}

.course-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-accordion__item {
  display: block;
  padding: 18px 20px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 1.35px 2.7px -1.35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.35px 2.7px -1.35px rgba(0, 0, 0, 0.1);
  color: #1f2937;
}
.course-accordion__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  cursor: pointer;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .course-accordion__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.course-accordion__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding-right: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #1f2937;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
}
.course-accordion__item.is-active .course-accordion__title {
  color: #0063c5;
}
.course-accordion__date {
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.course-accordion__button {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  border: none;
  background: url("../img/common/icon_chevron_down.svg") center/16px auto no-repeat;
  text-indent: -999em;
  cursor: pointer;
}
.course-accordion__item.is-active .course-accordion__button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767.98px) {
  .course-accordion__button {
    position: absolute;
    top: 0;
    right: -3px;
  }
}
.course-accordion__content {
  display: none;
  padding: 0 0 1px;
  font-size: 12.5px;
  letter-spacing: -0.02em;
  line-height: 1.55;
}
.course-accordion__content-inner {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 2px solid #9ca3af;
}
.course-accordion__content .course-article__table-wrap:last-child,
.course-accordion__content table:last-child,
.course-accordion__content ul:last-child,
.course-accordion__content p:last-child {
  margin-bottom: 0;
}
.course-accordion__content a {
  color: #0063c5;
  font-style: italic;
}
.course-accordion__content .course-article__table-wrap {
  margin-bottom: 1em;
}
.course-accordion__content .course-article__table {
  width: 1000px;
  min-width: 0;
}

.share-post {
  position: absolute;
  top: -12px;
  left: -80px;
  padding: 20px 0;
}
@media (max-width: 1470px) {
  .share-post {
    left: -45px;
  }
}
@media only screen and (max-width: 1139.98px) {
  .share-post {
    position: static;
    margin-top: 30px;
    text-align: center;
  }
}
.share-post__title {
  margin: 0 0 5px;
  color: #0f1646;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.share-post__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1139.98px) {
  .share-post__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.share-post__item {
  margin: 0;
  padding: 0;
}
.share-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.share-post__link:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.share-post__link:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.share-post__link img {
  display: block;
  width: 39px;
  height: 39px;
}
.share-post__link--x img, .share-post__link--email img {
  width: 27px;
  height: 27px;
}
.share-post__link--copy {
  border: none;
  outline: none;
  font-family: inherit;
}
.share-post__tooltip {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  padding: 6px 12px;
  -webkit-transform: translateX(-50%) translateY(10px);
      -ms-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  opacity: 0;
  background: #0f1646;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
}
.share-post__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #0f1646;
}
.share-post__tooltip.show {
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.latest-posts {
  margin-top: -27px;
  padding: 0 0 9px;
}
.latest-posts__title {
  margin-bottom: 25px;
  color: #1e328b;
  font-size: 34.74px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .latest-posts__title {
    font-size: 24px;
  }
}
.latest-posts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest-posts__item {
  border-bottom: 1px solid #757575;
}
.latest-posts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 17px 8px 16px 5px;
}
@media only screen and (max-width: 767.98px) {
  .latest-posts__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 17px 8px;
    gap: 12px;
  }
}
.latest-posts__post-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  color: #01a4e8;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .latest-posts__post-title {
    font-size: 16px;
  }
}
.latest-posts__post-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  color: #6b7280;
  font-size: 11.36px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.latest-posts__post-date:hover {
  color: #585858;
  text-decoration: underline;
}
.latest-posts__post-date::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.8em;
  background: url("../img/common/icon_arrow_right_03.svg") center/100% auto no-repeat;
  vertical-align: middle;
}