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

.subscribe {
  padding: 98px 0;
  background: #eef9ff;
}
.subscribe__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1139.98px) {
  .subscribe__wrapper {
    -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;
    width: 100%;
    text-align: center;
    gap: 40px;
  }
}
.subscribe__heading {
  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;
  width: 50%;
}
@media only screen and (max-width: 1139.98px) {
  .subscribe__heading {
    width: 100%;
  }
}
.subscribe__image {
  display: block;
  width: 315px;
  height: auto;
  margin-bottom: 20px;
}
.subscribe__title {
  margin: 0;
  color: #1f2e91;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.285714;
}
.subscribe__form {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  gap: 20px;
}
@media only screen and (max-width: 1139.98px) {
  .subscribe__form {
    width: 100%;
  }
}
@media only screen and (min-width: 1140px), print {
  .subscribe__form {
    padding-left: 20px;
    border-left: 2px solid #000;
  }
}
.subscribe__form-group {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.subscribe__form-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.subscribe__form-input {
  display: block;
  width: 100%;
  height: 37px;
  padding: 2px 10px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
}
.subscribe__form-input::-webkit-input-placeholder {
  color: #acacac;
}
.subscribe__form-input::-ms-input-placeholder {
  color: #acacac;
}
.subscribe__form-input:-ms-input-placeholder {
  color: #acacac;
}
.subscribe__form-input::-moz-placeholder {
  color: #acacac;
}
.subscribe__form-input::placeholder {
  color: #acacac;
}
.subscribe__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 50px;
  border: 1px solid #0073b9;
  border-radius: 12px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}
@media (hover: hover) {
  .subscribe__button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .subscribe__button:hover {
    opacity: 0.8;
  }
}

.share-post {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.share-post__title {
  margin: 0;
  color: #0f1646;
  font-size: 9px;
  font-weight: 400;
  text-align: center;
}
.share-post__text {
  display: block;
  text-align: center;
}
.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: 25px;
  height: 25px;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.share-post__link:hover {
  opacity: 0.8;
}
.share-post__link img {
  display: block;
  width: 25px;
  height: 25px;
}
.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;
}

.hero {
  height: 352px;
  color: #fff;
}
@media only screen and (min-width: 768px), print {
  .hero {
    background: url("../img/promo/hero_bg.jpg") center/cover no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero {
    background: url("../img/promo/hero_bg.jpg") center/cover no-repeat;
  }
}
.hero__wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 84%;
  height: 100%;
  margin: 0 auto;
  padding: 80px 20px 0;
}
@media only screen and (max-width: 1139.98px) {
  .hero__wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px 80px;
    text-align: center;
  }
}
.hero__title {
  margin: 0 0 0.5em;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .hero__title {
    font-size: 28px;
  }
}
.hero__description {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.about {
  padding: 52px 0 60px;
}
.about__title {
  margin: 0 0 8px;
  color: #2a358e;
  font-size: 26.4px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.2;
  text-align: center;
}
.about__description {
  max-width: 660px;
  margin: 0 auto 37px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.358333;
  text-align: center;
}
.about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media only screen and (max-width: 767.98px) {
  .about__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.about-card {
  text-decoration: none;
}
@media (hover: hover) {
  .about-card {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .about-card:hover {
    opacity: 0.8;
  }
}
.about-card__figure {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.about-card__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 11.09px;
}
.about-card__button {
  display: block;
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  background: #fff url("../img/common/icon_arrow_right.svg") center/18px auto no-repeat;
  text-decoration: none;
  text-indent: -999em;
}
.about-card__title {
  margin: 0;
  padding: 0 10px;
  color: #1f2e8d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.866667;
}
.about-card__text {
  margin: 0;
  padding: 0 10px;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.314286;
}

.commitment {
  padding: 42px 0 33px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0f22), to(#173463));
  background: linear-gradient(180deg, #0d0f22 0%, #173463 100%);
  color: #fff;
}
.commitment__title {
  margin: 0 0 9px;
  color: #ffe475;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.2;
  text-align: center;
}
.commitment__description {
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.358333;
  text-align: center;
}
.commitment__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
@media only screen and (max-width: 767.98px) {
  .commitment__list {
    grid-template-columns: 1fr;
  }
}

.commitment-card {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 173px;
  padding: 0 10px;
  border-radius: 10.77px;
  background: #fff;
  cursor: pointer;
}
.commitment-card__figure {
  width: 40px;
  margin: 0 auto 10px;
}
.commitment-card__image {
  display: block;
  width: 100%;
  height: auto;
}
.commitment-card__title {
  margin: 0 0 10px;
  color: #3045a1;
  font-size: 12.92px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.commitment-card:hover .commitment-card__title {
  text-decoration: underline;
}
.commitment-card__text {
  max-width: 290px;
  margin: 0;
  color: #374151;
  font-size: 10.05px;
  font-weight: 500;
  line-height: 1.283582;
  text-align: center;
}

.promo {
  padding: 50px 0 34px;
  background: #daf2fe;
}
.promo__article-title {
  margin-bottom: 13px;
  color: #394494;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.333333;
}
.promo__article-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
@media only screen and (max-width: 1139.98px) {
  .promo__article-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.promo__article-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
@media only screen and (min-width: 1140px), print {
  .promo__article-visual {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 655px;
            flex: 0 0 655px;
    width: 655px;
    max-width: 50%;
  }
}
.promo__article-visual-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.promo__article-visual-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 43px;
  border-radius: 8px;
  background: #0063c5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .promo__article-visual-button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .promo__article-visual-button:hover {
    opacity: 0.8;
  }
}
.promo__article-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.promo__article-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;
  gap: 15px;
  width: 100%;
}
.promo__article-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.promo__article-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 14px;
  background: #1f2e8d;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .promo__article-button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .promo__article-button:hover {
    opacity: 0.8;
  }
}

.promo-card {
  display: block;
  position: relative;
  padding: 16px 20px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #1f2937;
}
.promo__article-item.is-active .promo-card {
  -webkit-box-shadow: inset 0 0 0 1px #0062d2;
          box-shadow: inset 0 0 0 1px #0062d2;
}
.promo-card__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) {
  .promo-card__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.promo-card__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: #383838;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.promo__article-item.is-active .promo-card__title {
  color: #0062d2;
}
.promo-card__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;
}
.promo__article-item.is-active .promo-card__button {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 767.98px) {
  .promo-card__button {
    position: absolute;
    top: 0;
    right: -3px;
  }
}
.promo-card__content {
  display: none;
  padding: 0 0 1px 50px;
  font-size: 14px;
}
.promo-card__content p:first-child {
  padding-top: 20px;
}
.promo-card__content p:last-child {
  margin-bottom: 0;
}
.promo-card__reactions {
  margin-bottom: 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e5e7eb;
}
.promo-card__read-more {
  margin-top: 20px;
  text-align: right;
}
.promo-card__read-more-link {
  color: #00a9e0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .promo-card__read-more-link {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .promo-card__read-more-link:hover {
    opacity: 0.8;
  }
}
.promo-card__read-more-link::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.1em;
  margin-left: 0.5em;
  -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;
  background: url("../img/common/icon_arrow_right_02.svg") center/100% auto no-repeat;
  vertical-align: middle;
}

.synergy {
  padding: 40px 0 63px;
}
.synergy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .synergy__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px), print {
  .synergy__figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 669px;
            flex: 0 0 669px;
    max-width: 50%;
  }
}
.synergy__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14.42px;
}
.synergy__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.synergy__title {
  margin: 0 0 10px;
  color: #2f318d;
  font-size: 27.04px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.synergy__description {
  width: 100%;
  max-width: 560px;
  margin: 0;
  color: #212c36;
  font-size: 10.81px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.665125;
}
.synergy__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 225px;
  height: 45px;
  margin-top: 15px;
  border-radius: 9.58px;
  background: #0063c5;
  color: #fff;
  font-size: 12.23px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-decoration: none;
}
@media (hover: hover) {
  .synergy__button {
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
    opacity: 1;
  }
  .synergy__button:hover {
    opacity: 0.8;
  }
}