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 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

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

table th {
  font-weight: bold;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

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

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

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

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

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

button:focus {
  outline: 0;
}

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

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

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

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

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
    width: 1400px;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  font-size: 625%;
  line-height: 1;
  opacity: 1;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #1c2130;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

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

.inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.inner.wide {
  max-width: 1280px;
  padding: 0 3vw;
}
@media only screen and (max-width: 999.98px) {
  .inner.wide {
    padding: 0;
  }
}

@media only screen and (max-width: 1050px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 999.98px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, (min-width: 1000px) {
  body {
    font-size: 0.14rem;
    position: static !important;
    top: auto !important;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 999.98px) {
  html {
    min-height: 100vh;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 320px;
  }
  .md {
    display: none !important;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s;
}
.on-scroll header {
  box-shadow: 0 6px 16px rgba(60, 80, 152, 0.2);
}
.header-active header {
  background: #fff;
}
.header-active header .language-common .language-text {
  color: #1c2130;
}
.header-active header .language-common .language-text::after {
  opacity: 1;
}
.header-active header .header-hamburger::before {
  opacity: 1;
}

.header-logo {
  position: relative;
}
.header-logo .image-primary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.header-active .header-logo .image-primary {
  opacity: 1;
}

.header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-navigation ul li > a, .header-navigation ul .has-sub-menu > span {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.header-active .header-navigation ul li > a, .header-active .header-navigation ul .has-sub-menu > span {
  color: #1c2130;
}
.header-navigation ul li > a:hover {
  color: #0096d1;
}
.header-navigation ul .has-sub-menu {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.header-navigation .sub-menu {
  box-shadow: 0 10px 16px -6px rgba(60, 80, 152, 0.2), -6px 0 0 -6px rgba(60, 80, 152, 0.2), 6px 0 0 -6px rgba(60, 80, 152, 0.2);
}
.header-navigation .sub-menu li > a {
  color: #1c2130;
  text-decoration: none;
}
.header-navigation .sub-menu li > a:hover {
  color: #1c2130;
}
.header-navigation .sub-menu .item-menu .menu-information p {
  margin-bottom: 0;
}
.header-navigation .sub-menu .item-menu .menu-information .information-title {
  color: #1c2130;
  font-weight: 500;
}
.header-navigation .sub-menu.is-service .item-menu:first-child p {
  width: 100%;
  margin-bottom: 0;
}
.header-navigation .sub-menu.is-service .item-menu:first-child .menu-title, .header-navigation .sub-menu.is-service .item-menu:first-child .menu-description {
  text-align: center;
}
.header-navigation .sub-menu.is-service .item-menu:first-child .menu-title {
  color: #1c2130;
  font-weight: bold;
}
.header-navigation .sub-menu.is-service .item-menu:first-child .menu-description {
  color: #666e82;
}
.header-navigation .sub-menu.is-service .item-menu .menu-information .information-label {
  color: #0096d1;
}
.header-navigation .sub-menu:not(.is-service) .menu-information .information-label {
  color: #666e82;
}

@media print, (min-width: 1000px) {
  header {
    min-height: 86px;
    display: flex;
    align-items: flex-end;
  }
  .on-scroll header .header-wrapper {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 38px;
  }
  .on-scroll .header-secondary .header-wrapper {
    padding: 0 0 0 28px;
  }
  .header-logo {
    position: relative;
    z-index: 1;
  }
  .header-wrapper {
    padding: 0 70px;
    position: absolute;
    width: 100%;
    top: 100%;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  .header-navigation .list-navigation {
    column-gap: 24px;
  }
  .header-navigation .list-navigation.is-cp {
    column-gap: 40px;
  }
  .header-navigation .list-navigation .category-nav {
    font-weight: 700;
  }
  .header-navigation ul {
    display: flex;
    align-items: center;
  }
  .header-navigation ul li span.tag-label {
    display: block;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
  }
  .header-navigation ul li > a, .header-navigation ul .has-sub-menu > span {
    line-height: 21px;
    font-size: 0.15rem;
  }
  .header-navigation ul .has-sub-menu > span {
    padding-right: 24px;
    transition: color 0.3s;
    position: relative;
  }
  .header-navigation ul .has-sub-menu > span::after, .header-navigation ul .has-sub-menu > span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 14px;
    transition: opacity 0.3s, background 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px auto;
  }
  .header-navigation ul .has-sub-menu > span::after {
    background-image: url(../img/common/icn_menu_more.svg);
    opacity: 1;
  }
  .header-navigation ul .has-sub-menu > span::before {
    background-image: url(../img/common/icn_menu_more_black.svg);
  }
  .header-active .header-navigation ul .has-sub-menu > span::after {
    opacity: 0;
  }
  .header-active .header-navigation ul .has-sub-menu > span::before {
    opacity: 1;
  }
  .is-tablet .header-navigation ul .has-sub-menu.is-active > span {
    color: #0096d1;
  }
  .is-tablet .header-navigation ul .has-sub-menu.is-active > span::after {
    opacity: 0;
  }
  .is-tablet .header-navigation ul .has-sub-menu.is-active > span::before {
    opacity: 1;
    background-image: url(../img/common/icn_menu_more_hover.svg);
  }
  .header-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 60px;
    background: #fff;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
    top: 100%;
    background: transparent;
  }
  .header-navigation .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .header-navigation .sub-menu .sub-menu-inner {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  .header-navigation .sub-menu .list-menu {
    display: flex;
    column-gap: 40px;
  }
  .header-navigation .sub-menu .item-menu {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .header-navigation .sub-menu .item-menu li {
    width: 100%;
    display: flex;
    flex-grow: 1;
  }
  .header-navigation .sub-menu .item-menu dt {
    color: #0096d1;
    font-weight: 700;
    font-size: 0.12rem;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dbe0ec;
  }
  .header-navigation .sub-menu .item-menu .blank {
    min-height: 80px;
  }
  .header-navigation .sub-menu .item-menu a {
    color: #1c2130;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    border-bottom: 1px solid #dbe0ec;
  }
  .header-navigation .sub-menu .item-menu a.i-link {
    background-size: 8px auto;
  }
  .header-navigation .sub-menu .item-menu a.b-link {
    background-size: 10px auto;
  }
  .header-navigation .sub-menu .item-menu a .menu-information p {
    width: 100%;
  }
  .header-navigation .sub-menu .item-menu a .menu-information p .information-label {
    margin-top: 4px;
  }
  .header-navigation .sub-menu .item-menu .menu-information .information-label {
    font-size: 0.12rem;
    line-height: 18px;
  }
  .header-navigation .sub-menu .item-menu .menu-information .information-title {
    line-height: 17px;
  }
  .header-navigation .sub-menu.is-service .item-menu:first-child {
    justify-content: center;
    gap: 10px;
  }
  .header-navigation .sub-menu.is-service .item-menu .menu-image img {
    border-radius: 4px;
    object-fit: cover;
    width: 100%;
    max-height: 160px;
  }
  .header-navigation .sub-menu.is-service .item-menu .menu-title {
    font-size: 0.24rem;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .header-navigation .sub-menu.is-service .item-menu .menu-description {
    font-size: 0.14rem;
    line-height: 21px;
  }
  .header-navigation .sub-menu.is-service .item-menu .menu-information {
    padding: 20px 9.5px 20px 0;
    background: url(../img/common/icn_arrow_right.svg) right center/8px auto no-repeat;
    width: 100%;
  }
  .header-navigation .sub-menu.is-service .item-menu .menu-information .information-label {
    margin-bottom: 4px;
  }
  .header-navigation .sub-menu.is-careers .is-us a {
    border-top: 1px solid #dbe0ec;
  }
  .header-navigation .sub-menu.is-company .list-menu {
    align-self: flex-start;
    flex: 1;
  }
  .header-navigation .sub-menu.is-company .list-menu .item-menu:not(:first-child) {
    border-top: 1px solid #dbe0ec;
  }
  .header-navigation .sub-menu.is-company .list-menu .item-menu .menu-image {
    width: 100%;
    height: 160px;
  }
  .header-navigation .sub-menu.is-company .list-menu .item-menu .menu-image img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .header-navigation .sub-menu.is-company .list-menu .item-menu a {
    background-image: url(../img/common/icn_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto;
  }
  .header-navigation .sub-menu.is-company .list-menu .item-menu.is-image {
    border-bottom: unset;
  }
  .is-tablet .header-navigation .sub-menu.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header-navigation .has-sub-menu {
    padding: 12px 0;
  }
  html:not(.is-tablet) .has-sub-menu:hover > span {
    color: #0096d1;
  }
  html:not(.is-tablet) .has-sub-menu:hover > span::after {
    opacity: 0;
  }
  html:not(.is-tablet) .has-sub-menu:hover > span::before {
    opacity: 1;
    background-image: url(../img/common/icn_menu_more_hover.svg);
  }
  html:not(.is-tablet) .has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  html:not(.is-tablet) .is-button .has-sub-menu:hover > span {
    color: #1c2130;
  }
  html:not(.is-tablet) .is-button .has-sub-menu:hover > span::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media only screen and (max-width: 999.98px) {
  header {
    padding: 5vw 0;
  }
  header.is-active {
    background: #fff;
  }
  header.is-active .header-logo .image-primary {
    opacity: 1;
  }
  .header-wrapper {
    position: relative;
    padding: 0 100px 0 40px;
  }
  .header-navigation {
    position: absolute;
    top: calc(100% + 35px);
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fff;
    padding: 0 40px 40px;
    height: calc(100vh - 115px);
    overflow: auto;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s;
  }
  .header-navigation.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header-navigation .list-navigation > li {
    border-bottom: 1px solid #dbe0ec;
  }
  .header-navigation .list-navigation > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .header-navigation .list-navigation .text-label {
    font-size: 0.24rem;
    line-height: 29px;
    font-weight: bold;
    color: #1c2130;
    margin-bottom: 19px;
  }
  .header-navigation .list-navigation .list-menu.is-list-button li:not(:last-child) {
    margin-bottom: 20px;
  }
  .header-navigation .list-navigation .list-menu li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .header-navigation .list-navigation .list-menu a {
    border-top: 1px solid #dbe0ec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
    color: #1c2130;
    font-weight: 500;
    padding: 31.5px 15px 31.5px 0;
    background: url(../img/common/icn_arrow_right.svg) right center/9px auto no-repeat;
  }
  .header-navigation .list-navigation .list-menu a span {
    display: block;
  }
  .header-navigation .list-navigation .list-menu a span:not(:last-child) {
    font-size: 0.1rem;
  }
  .header-navigation .list-navigation .list-menu .is-button {
    padding: 30px 30px 30px 34px;
    border-radius: 4px;
    border-top: unset;
    background-position: right 30px center;
  }
  .header-navigation .list-navigation .list-menu .is-button .label {
    font-size: 0.12rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 0.11rem;
  }
  .header-navigation .list-navigation .list-menu .is-button .text {
    color: #fff;
    font-size: 0.2rem;
    line-height: 1;
  }
  .header-navigation .list-navigation .list-menu .is-button.is-navy {
    background-color: #1c2130;
    background-image: url(../img/common/icn_arrow_right_white.svg);
    color: #fff;
  }
  .header-navigation .list-navigation .list-menu .is-button.is-navy .label {
    color: #dbe0ec;
  }
  .header-navigation .list-navigation .list-menu .is-button.is-download {
    background-color: #1751c1;
    background-image: url(../img/common/icn_download_white.svg);
    background-size: 12px 14px;
    color: #fff;
  }
  .header-navigation .list-navigation .list-menu .is-button.is-download .label {
    color: #dbe0ec;
  }
  .header-navigation .list-navigation .list-menu .is-button + .is-button {
    margin-top: 20px;
  }
  .header-hamburger {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0%, -50%);
    width: 27px;
    height: 28px;
    cursor: pointer;
    background: url(../img/common/icn_menu.svg) center center/27px auto no-repeat;
    transition: background 0.3s;
  }
  .header-hamburger::after, .header-hamburger::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s, background 0.3s;
  }
  .header-hamburger::after {
    background: url(../img/common/icn_menu_close.svg) center center/27px auto no-repeat;
  }
  .on-scroll .header-hamburger::after {
    background-color: #fff;
  }
  .header-hamburger::before {
    background: url(../img/common/icn_menu_black.svg) center center/27px auto no-repeat;
  }
  .header-hamburger.is-active::after {
    opacity: 1;
  }
  .header-hamburger.is-active::before {
    opacity: 0;
  }
}
@media only screen and (max-width: 500px) {
  .header-wrapper {
    padding: 0 60px 0 20px;
  }
  .header-navigation {
    top: calc(100% + 20px);
    padding: 0 20px 100px;
    height: calc(100vh - 85px);
  }
  .header-navigation .list-navigation .text-label {
    font-size: 0.2rem;
    margin-bottom: 8px;
  }
  .header-navigation .list-navigation > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .header-navigation .list-navigation .list-menu a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-hamburger {
    right: 20px;
  }
}
.overlay {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 115px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlay.is-show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 500px) {
  .overlay {
    top: 65px;
    height: calc(100vh - 85px);
  }
}
@media print, (min-width: 1000px) {
  .on-scroll .header-secondary .list-navigation.is-category {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .on-scroll .header-secondary .list-navigation.md li span.tag-label {
    display: block;
    font-size: 0.12rem;
    color: #0096d1;
  }
  .header-secondary, .header-tertiary {
    height: 144px;
    transition: all 0.3s;
  }
  .on-scroll .header-secondary, .on-scroll .header-tertiary {
    height: 86px;
    min-height: 86px;
  }
  .on-scroll .header-secondary .list-navigation.is-button, .on-scroll .header-tertiary .list-navigation.is-button {
    opacity: 1 !important;
    visibility: visible !important;
    position: static;
    top: unset;
    right: unset;
  }
  .header-secondary .header-wrapper, .header-tertiary .header-wrapper {
    width: 100%;
    justify-content: flex-start;
    gap: 40px;
  }
  .header-secondary .header-navigation, .header-tertiary .header-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header-secondary .list-navigation.is-button {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    gap: 10px;
  }
  .header-secondary .list-navigation.is-button.bt-careers {
    visibility: unset;
    opacity: 1;
  }
  .header-secondary .list-navigation.is-button .bt-navy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #1c2130;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 900;
    line-height: 1.25;
    padding: 15px 20px;
    min-width: 160px;
  }
  .header-secondary .list-navigation.is-button .bt-navy span {
    display: block;
  }
  .header-secondary .list-navigation.is-button .bt-navy .text-above {
    font-size: 0.11rem;
    font-weight: 700;
    line-height: 1.0909090909;
    color: #dbe0ec;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu {
    font-size: 0.14rem;
    font-weight: 900;
    line-height: 1.4285714286;
    padding: 0;
    height: 86px;
    border-left: 1px solid #dbe0ec;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu:hover {
    background: #f0f4f9;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span,
  .header-secondary .list-navigation.is-button .has-sub-menu > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 110px;
    padding-right: 32px;
    min-width: 235px;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span .button-download,
  .header-secondary .list-navigation.is-button .has-sub-menu > a .button-download {
    width: fit-content !important;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span::after,
  .header-secondary .list-navigation.is-button .has-sub-menu > a::after {
    width: 95px;
    height: 79px;
    opacity: 1;
    left: 4px;
    right: unset;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span.is-drawer::after,
  .header-secondary .list-navigation.is-button .has-sub-menu > a.is-drawer::after {
    background: url("../img/common/header_image_01.png") center center/95px auto no-repeat;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span.is-manufacturing,
  .header-secondary .list-navigation.is-button .has-sub-menu > a.is-manufacturing {
    padding: 0 10px 0 20px;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span.is-manufacturing::after,
  .header-secondary .list-navigation.is-button .has-sub-menu > a.is-manufacturing::after {
    background: none;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span.is-manufacturing img,
  .header-secondary .list-navigation.is-button .has-sub-menu > a.is-manufacturing img {
    box-shadow: -5px 5px 12px rgba(60, 80, 152, 0.5);
    margin: 0 16px 0 0;
  }
  .header-secondary .list-navigation.is-button .has-sub-menu > span::before,
  .header-secondary .list-navigation.is-button .has-sub-menu > a::before {
    right: 18px;
    background: url(../img/common/icn_arrow_down_navy.svg) center center/14px no-repeat !important;
    transition: all 0.3s;
  }
  .is-tablet .header-secondary .list-navigation.is-button .has-sub-menu.is-active > span {
    color: #1c2130;
  }
  .is-tablet .header-secondary .list-navigation.is-button .has-sub-menu.is-active > span::after {
    opacity: 1;
  }
  .is-tablet .header-secondary .list-navigation.is-button .has-sub-menu.is-active > span::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .header-secondary .list-navigation.is-button .sub-menu.is-document {
    padding: 30px 0;
  }
  .header-secondary .list-navigation.is-button .sub-menu.is-document::before {
    background: #f0f4f9;
  }
  .header-secondary.is-drw-lower .list-navigation.is-button {
    position: unset;
  }
  header .list-navigation.is-category > li:not(:last-child) {
    margin-right: 14px;
  }
  header .list-navigation.is-category > li a {
    padding: 15.5px 22px 15.5px 26px;
    border-radius: 4px;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 1.2857142857;
    text-align: center;
    letter-spacing: 0.1em;
  }
  header .list-navigation.is-category > li a.is-navy {
    background: #1c2130;
    color: #fff;
  }
  header .list-navigation.is-category > li a.is-white {
    background: #fff;
    color: #1c2130;
  }
  header .list-navigation.is-category > li a.is-blue {
    background: #1751c1;
    color: #fff;
  }
  .header-tertiary .list-navigation.is-category {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 999.98px) {
  .on-scroll .header-secondary {
    padding: 12.5px 0;
  }
  .on-scroll .header-secondary .header-navigation {
    top: calc(100% + 12.5px);
    padding-top: 22.5px;
    max-height: calc(100vh - 70px);
  }
}
.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 11.5px 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .language-common {
  padding: 0;
  font-size: 0.12rem;
}
.header-top .language-common .language-text {
  padding-left: 24px;
  padding-right: 18px;
  background: url(../img/common/icn_language.svg) left top 1px/16px auto no-repeat, url(../img/common/icn_arrow.svg) right center/10px auto no-repeat;
}
.header-top .language-common .list-language {
  margin: 6px 0 0 0;
}
.on-scroll .header-top {
  opacity: 0;
  visibility: hidden;
}
.header-top .list-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 20px;
}
.header-top .list-nav li a {
  font-weight: 500;
  font-size: 0.12rem;
  line-height: 1.5;
  color: #fff;
}
.header-top .list-nav li a:not(.is-top) {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.3s;
}
.header-top .list-nav li a:not(.is-top):hover {
  opacity: 1;
}
.header-top .list-nav li a:not(.is-top).is-active {
  opacity: 1;
}
.header-top .list-nav li a.is-top {
  padding-left: 25px;
  background: url("../img/common/icn_menu_more.svg") left center/15px auto no-repeat;
}

.header-secondary.header-career .header-logo {
  width: 140px;
  height: auto;
}
.header-secondary.header-career .header-navigation ul li a {
  font-size: 0.13rem;
}
.header-secondary.header-career .header-navigation ul li:not(:last-child) {
  margin-right: 25px;
}
@media only screen and (max-width: 999.98px) {
  .header-secondary.header-career .header-navigation ul li:not(:last-child) {
    margin-right: 0;
  }
}
.header-secondary.header-career .header-navigation .list-navigation.is-button {
  position: unset;
}
.header-secondary.header-career .header-navigation .list-navigation.is-button .is-blue {
  background: #1751c1;
  color: #fff;
  display: block;
  padding: 16px 34px 16px 60px;
  border-radius: 4px;
  position: unset;
}
.header-secondary.header-career .header-navigation .list-navigation.is-button .is-blue span {
  position: relative;
}
.header-secondary.header-career .header-navigation .list-navigation.is-button .is-blue span:before {
  content: "";
  background-image: url(../img/common/icn_menu_more.svg);
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  width: 15px;
  height: 14px;
  transition: opacity 0.3s, background 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.on-scroll .header-secondary.header-career .header-wrapper {
  padding: 0 11px 0 28px;
}

.en .header-secondary, .en .header-tertiary {
  height: 100px;
}
@media only screen and (max-width: 999.98px) {
  .en .header-secondary, .en .header-tertiary {
    height: auto;
  }
}

.header-secondary.is-quote .sub-menu.is-service .item-menu:first-child {
  gap: 14px;
  align-items: center;
  justify-content: center;
  background: #f0f4f9;
  border-radius: 4px;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu .logo {
  text-align: center;
  margin: 0 0 5px 0;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu .logo img {
  width: auto;
  height: 34px;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu .laptop {
  text-align: center;
  width: 240px;
  margin: 6px 0 0 0;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu .menu-title {
  font-size: 0.2rem;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu li:first-child a {
  color: #0096d1;
  font-weight: 700;
  font-size: 0.17rem;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu li:not(:first-child) span {
  padding: 0 0 0 6px;
}
.header-secondary.is-quote .sub-menu.is-service .item-menu li:not(:first-child) span::before {
  content: "-";
  color: #0096d1;
  font-weight: 700;
  margin: 0 10px 0 0;
}

footer {
  background: #282F44;
  overflow: hidden;
}
footer a {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  color: #dbe0ec;
  border-bottom: 1px solid #5A637E;
  font-size: clamp(13px, 1.2vw, 15px);
}
footer a:hover {
  color: #00b7ff;
  border-bottom: 1px solid #00b7ff;
}
footer a .icn_sprite {
  stroke-width: 1.25px;
}
footer a .icn_sprite.login {
  width: 11px;
}
footer a .icn_sprite.external-link {
  width: 13px;
  margin-left: 3px;
}
footer .logo img {
  height: 36px;
  width: auto;
  object-fit: unset;
}
footer .footer__inner.inner.wide {
  padding: 0 3vw;
  padding-top: clamp(40px, 6vw, 100px);
  padding-bottom: 40px;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__inner.inner.wide {
    padding-bottom: 100px;
  }
}
footer .footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 80px);
}
footer .footer__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr 1fr;
  gap: clamp(30px, 4vw, 50px);
  padding: 0 clamp(8px, 1.2vw, 24px);
}
@media only screen and (max-width: 999.98px) {
  footer .footer__nav {
    grid-template-columns: 1fr;
  }
}
footer .footer__nav .flex {
  flex-direction: column;
}
footer .footer__nav .nav__block {
  gap: 20px;
}
footer .footer__nav .nav__block:not(:last-child) {
  border-right: 1px solid black;
  padding-right: clamp(20px, 4vw, 50px);
}
@media only screen and (max-width: 999.98px) {
  footer .footer__nav .nav__block:not(:last-child) {
    border-bottom: 1px solid black;
    padding-bottom: clamp(30px, 4vw, 50px);
    border-right: none;
    padding-right: 0;
  }
}
footer .footer__nav .nav__block .nav__block-inner {
  column-gap: clamp(20px, 4vw, 50px);
  row-gap: 30px;
}
footer .footer__nav .nav__block .nav__block-inner.application {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 999.98px) {
  footer .footer__nav .nav__block .nav__block-inner.application {
    grid-template-columns: 1fr;
  }
}
footer .footer__nav .nav__block .nav__block-heading {
  gap: 6px;
  color: #dbe0ec;
  font-weight: 500;
  font-size: clamp(11px, 1vw, 14px);
  opacity: 0.6;
  line-height: 1;
  align-items: flex-start;
}
footer .footer__nav .nav__block .nav__block-list {
  gap: 14px;
}
footer .footer__nav .nav__block .nav__block-list ul {
  gap: 10px;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__nav .nav__block .nav__block-list ul {
    flex-direction: unset;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
  }
}
footer .footer__nav .nav__block .nav__block-list ul .item.login {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__nav .nav__block .nav__block-list ul .item.login {
    margin: 0;
  }
}
footer .footer__nav .nav__block .nav__block-title {
  gap: 6px;
  color: #fff;
  font-weight: 500;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.2;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__nav .nav__block .nav__block-title {
    flex-direction: unset;
  }
}
footer .footer__nav .nav__block .nav__block-title span {
  color: #f0f4f9;
  font-weight: 500;
  font-size: clamp(11px, 1vw, 13px);
}
footer .footer__bottom {
  flex-direction: column;
  row-gap: 30px;
}
footer .footer__bottom .footer__bottom-heading {
  background: #1c2130;
  border-radius: clamp(8px, 1.2vw, 14px);
  padding: 30px 30px 30px clamp(30px, 4vw, 50px);
  width: 100%;
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__bottom .footer__bottom-heading {
    flex-direction: column;
  }
}
footer .footer__bottom .footer__social {
  align-items: center;
  gap: 20px;
}
footer .footer__bottom .footer__social a {
  border: none;
}
footer .footer__bottom .footer__social img {
  object-fit: unset;
}
footer .footer__bottom .footer__social li:first-child {
  width: 17px;
}
footer .footer__bottom .footer__social li:nth-child(2) {
  width: 20px;
}
footer .footer__bottom .footer__social li:nth-child(3) {
  width: 20px;
}
footer .footer__bottom .footer__social li:nth-child(4) {
  width: 26px;
}
footer .footer__bottom .footer__isms {
  align-items: center;
  gap: clamp(12px, 1.2vw, 20px);
}
@media print, (min-width: 1000px) {
  footer .footer__bottom .footer__isms {
    margin-left: auto;
  }
}
@media only screen and (max-width: 999.98px) {
  footer .footer__bottom .footer__isms {
    flex-direction: row-reverse;
  }
}
footer .footer__bottom .footer__isms span {
  color: #dbe0ec;
  font-size: 11px;
  opacity: 0.7d;
}
footer .footer__bottom .footer__isms img {
  width: 110px;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__bottom .footer__isms img {
    width: 80px;
  }
}
footer .footer__bottom .footer__info {
  padding: 0 clamp(8px, 1.2vw, 24px);
}
@media only screen and (max-width: 999.98px) {
  footer .footer__bottom .footer__info {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer__bottom .footer__info ul {
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 999.98px) {
  footer .footer__bottom .footer__info ul {
    justify-content: center;
  }
}
footer .footer__bottom .item {
  align-items: center;
  gap: 6px;
}
footer .footer__bottom .item a {
  font-size: clamp(12px, 1.2vw, 14px);
}
footer .footer__bottom .item span {
  color: #dbe0ec;
  opacity: 0.7;
}
@media print, (min-width: 1000px) {
  footer .footer__bottom .copyright {
    margin-left: auto;
  }
}
@media only screen and (max-width: 999.98px) {
  footer .footer__bottom .copyright {
    text-align: center;
  }
}
footer .footer__bottom .copyright small {
  color: #dbe0ec;
  font-size: 11px;
}

.button {
  background: #1c2130;
  color: #fff;
  display: inline-flex;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  padding: 14px 22px 14px 23px;
  line-height: 1.1428571429;
}
.button span {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.button span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/common/icn_arrow_right_white.svg) center center/8px auto no-repeat;
  margin-left: 12px;
}
.button.bt-small {
  padding: 14px 22px 14px 23px;
}
.button.bt-medium {
  padding: 16px 24px 16px 28px;
  font-size: 0.15rem;
  line-height: 1.5;
}
.button.bt-large {
  padding: 18px 26px 18px 30px;
  font-size: 0.16rem;
  line-height: 1.5;
}
.button.bt-primary {
  background: #0096d1;
}
.button.bt-white {
  background: #fff;
  color: #1c2130;
}
.button.bt-white span::after {
  background-image: url(../img/common/icn_arrow_right.svg);
}
.button.bt-light-gray {
  background: #f0f4f9;
  color: #1c2130;
}
.button.bt-light-gray span::after {
  background-image: url(../img/common/icn_arrow_right.svg);
}
.button.bt-gray {
  background: #dbe0ec;
  color: #1c2130;
}
.button.bt-gray span::after {
  background-image: url(../img/common/icn_arrow_right.svg);
}
.button.bt-dark-gray {
  background: #666e82;
}
.button.bt-navy {
  background: #1c2130;
}

.section-common-keyvisual {
  background: #1c2130;
  padding: 0;
}
.section-common-keyvisual .inner {
  display: flex;
  flex-direction: column;
}
.section-common-keyvisual .keyvisual-title {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
.section-common-keyvisual .keyvisual-title h1 {
  font-size: 0.54rem;
  font-weight: 900;
  line-height: 1.5185185185;
  margin-bottom: 0;
}
.section-common-keyvisual .keyvisual-links {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.section-common-keyvisual .item-link {
  flex-shrink: 0;
}
.section-common-keyvisual .item-link a {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #666e82;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}
.section-common-keyvisual .item-link a::before, .section-common-keyvisual .item-link a::after {
  content: "";
  display: inline-block;
  transition: opacity 0.3s;
  width: 25px;
  height: 22px;
  background: center/auto 100% no-repeat;
}
.section-common-keyvisual .item-link a::before {
  margin-right: 9px;
}
.section-common-keyvisual .item-link a::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  opacity: 0;
}
.section-common-keyvisual .item-link a:hover {
  color: #0096d1;
}
.section-common-keyvisual .item-link a:hover::after {
  opacity: 1;
}
.section-common-keyvisual .item-link a:hover::before {
  opacity: 0;
}
.section-common-keyvisual .item-link.is-active {
  pointer-events: none;
}
.section-common-keyvisual .item-link.is-active a {
  color: #fff;
}
.section-common-keyvisual .item-link.is-active a::after {
  opacity: 1;
}
.section-common-keyvisual .item-link.is-active a::before {
  opacity: 0;
}
.section-common-keyvisual .item-link.is-all a::before {
  background-image: url(../img/common/icn_list_gray.svg);
}
.section-common-keyvisual .item-link.is-all a::after {
  background-image: url(../img/common/icn_list_primary.svg);
}
.section-common-keyvisual .item-link.is-all.is-active a::after {
  background-image: url(../img/common/icn_list_white.svg);
}
.section-common-keyvisual .item-link.is-info a::before {
  background-image: url(../img/common/icn_bell_gray.svg);
}
.section-common-keyvisual .item-link.is-info a::after {
  background-image: url(../img/common/icn_bell_primary.svg);
}
.section-common-keyvisual .item-link.is-info.is-active a::after {
  background-image: url(../img/common/icn_bell_white.svg);
}
.section-common-keyvisual .item-link.is-press a::before {
  background-image: url(../img/common/icn_loudspeaker_gray.svg);
}
.section-common-keyvisual .item-link.is-press a::after {
  background-image: url(../img/common/icn_loudspeaker_primary.svg);
}
.section-common-keyvisual .item-link.is-press.is-active a::after {
  background-image: url(../img/common/icn_loudspeaker_white.svg);
}
.section-common-keyvisual .item-link.is-media a::before {
  background-image: url(../img/common/icn_newspaper_gray.svg);
}
.section-common-keyvisual .item-link.is-media a::after {
  background-image: url(../img/common/icn_newspaper_primary.svg);
}
.section-common-keyvisual .item-link.is-media.is-active a::after {
  background-image: url(../img/common/icn_newspaper_white.svg);
}
.section-common-keyvisual .item-link.is-company a::before {
  background-image: url(../img/common/icn_company_gray.svg);
}
.section-common-keyvisual .item-link.is-company a::after {
  background-image: url(../img/common/icn_company_primary.svg);
}
.section-common-keyvisual .item-link.is-company.is-active a::after {
  background-image: url(../img/common/icn_company_white.svg);
}
.section-common-keyvisual .item-link.is-locations a::before {
  background-image: url(../img/common/icn_locations_gray.svg);
}
.section-common-keyvisual .item-link.is-locations a::after {
  background-image: url(../img/common/icn_locations_primary.svg);
}
.section-common-keyvisual .item-link.is-locations.is-active a::after {
  background-image: url(../img/common/icn_locations_white.svg);
}
.section-common-keyvisual .item-link.is-greetings a::before {
  background-image: url(../img/common/icn_greetings_gray.svg);
}
.section-common-keyvisual .item-link.is-greetings a::after {
  background-image: url(../img/common/icn_greetings_primary.svg);
}
.section-common-keyvisual .item-link.is-greetings.is-active a::after {
  background-image: url(../img/common/icn_greetings_white.svg);
}
.section-common-keyvisual .item-link.is-leadership a::before {
  background-image: url(../img/common/icn_leadership_gray.svg);
}
.section-common-keyvisual .item-link.is-leadership a::after {
  background-image: url(../img/common/icn_leadership_primary.svg);
}
.section-common-keyvisual .item-link.is-leadership.is-active a::after {
  background-image: url(../img/common/icn_leadership_white.svg);
}
.section-common-keyvisual .item-link.is-mission a::before {
  background-image: url(../img/common/icn_mission_gray.svg);
}
.section-common-keyvisual .item-link.is-mission a::after {
  background-image: url(../img/common/icn_mission_primary.svg);
}
.section-common-keyvisual .item-link.is-mission.is-active a::after {
  background-image: url(../img/common/icn_mission_white.svg);
}
.section-common-keyvisual .item-link.is-clients a::before {
  background-image: url(../img/common/icn_list_gray.svg);
}
.section-common-keyvisual .item-link.is-clients a::after {
  background-image: url(../img/common/icn_list_primary.svg);
}
.section-common-keyvisual .item-link.is-clients.is-active a::after {
  background-image: url(../img/common/icn_list_white.svg);
}

@media print, (min-width: 1000px) {
  .section-common-keyvisual .inner {
    min-height: 470px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 999.98px) {
  .section-common-keyvisual .inner {
    min-height: 270px;
    padding: 80px 60px 0;
  }
}
@media only screen and (max-width: 500px) {
  .section-common-keyvisual .inner {
    padding: 65px 40px 0;
  }
  .section-common-keyvisual .keyvisual-title h1 {
    font-size: 0.3rem;
  }
}
@media only screen and (max-width: 425px) {
  .section-common-keyvisual .keyvisual-title h1 {
    font-size: 0.25rem;
  }
}
@keyframes textRevealAnim {
  to {
    transform: translateX(0);
  }
}
@keyframes borderOpacityAnim {
  50% {
    border-left: 2px solid #0096d1;
  }
  100% {
    border-left: 2px solid transparent;
  }
}
@keyframes bgShiftAnim {
  to {
    background-position: 100%;
  }
}
.list-pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: flex-end;
  margin-top: 30px;
}
.list-pagination a {
  text-decoration: none;
}

.item-pagination:last-child {
  margin-right: -10px;
}
.item-pagination a, .item-pagination span {
  padding: 0 10px;
  font-size: 0.18rem;
  line-height: 1.2222222222;
  color: #1c2130;
  transition: color 0.3s;
}
.item-pagination a:hover, .item-pagination span:hover {
  color: #0096d1;
}
.item-pagination .page-numbers.current {
  color: #0096d1;
}

.section-common-links {
  background: #f0f4f9;
}
.section-common-links .list-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.section-common-links .item-link a {
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 30px 33px 30px 34px;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.5;
  height: 100%;
  color: #1c2130;
}
.section-common-links .item-link a span {
  display: block;
  padding-right: 12px;
  background: url("../img/common/icn_arrow_right.svg") right center/9px auto no-repeat;
}
.section-common-links .item-link.is-company a::before {
  background-image: url(../img/common/icn_company_primary.svg);
}
.section-common-links .item-link.is-locations a::before {
  background-image: url(../img/common/icn_locations_primary.svg);
}
.section-common-links .item-link.is-greetings a::before {
  background-image: url(../img/common/icn_greetings_primary.svg);
}
.section-common-links .item-link.is-leadership a::before {
  background-image: url(../img/common/icn_leadership_primary.svg);
}
.section-common-links .item-link.is-mission a::before {
  background-image: url(../img/common/icn_mission_primary.svg);
}
.section-common-links .item-link.is-clients a::before {
  background-image: url(../img/common/icn_list_primary.svg);
}

@media print, (min-width: 1000px) {
  .section-common-links {
    padding: 80px 0;
  }
  .section-common-links .list-links {
    gap: 20px;
  }
  .section-common-links .item-link {
    flex: 1;
  }
  .section-common-links .item-link:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 999.98px) {
  .section-common-links {
    padding: 50px;
  }
  .section-common-links .item-link {
    width: 100%;
  }
  .section-common-links .item-link:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .section-common-links {
    padding: 50px 8vw;
  }
}
.list-document {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 999.98px) {
  .list-document {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 425px) {
  .list-document {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.list-document .information-title {
  text-align: center;
}

.item-document {
  flex: 1;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 44px 36px;
  cursor: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.item-document.is-plant {
  flex-direction: unset;
  max-width: fit-content;
  margin: 0 auto;
}
.item-document .title-label,
.item-document .title-text {
  display: block;
}
.item-document .title-label {
  font-size: 0.12rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0096d1;
  margin-bottom: 6px;
}
.item-document .title-text {
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #1c2130;
}
.item-document .document-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.item-document .document-image {
  width: 165px;
}
.item-document .document-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  box-shadow: 15px 20px 22px rgba(74, 95, 131, 0.3);
}

.button-download {
  padding: 8px 33px 8px 12px !important;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 1.5;
  background: #1c2130 url("../img/common/icn_download_white.svg") right 14px center/11px auto no-repeat;
  width: fit-content !important;
}

.wow {
  visibility: hidden;
}
.wow.fade-out {
  visibility: visible !important;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s, 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

body.en .hide-en {
  display: none !important;
}

body.th .hide-th {
  display: none !important;
}

body.vn .hide-vn {
  display: none !important;
}

body.jp .hide-jp {
  display: none !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}
a.i-link {
  background-image: url(../img/common/icn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
a.b-link {
  background-image: url(../img/common/icn_anchor.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.lang-vn {
  font-family: "Open Sans", sans-serif;
}

.header-logo, .footer-logo {
  margin: 0;
  font-size: unset;
  height: 45px;
  flex-shrink: 0;
}
.header-logo .logo-image, .footer-logo .logo-image {
  display: inline-block;
  width: 100%;
}
.header-logo img, .footer-logo img {
  display: block;
  width: 100%;
}

.header-logo.is-manufacturing {
  width: 280px;
  height: 37px;
}
.header-logo.is-drawer {
  width: 230px;
  height: 43px;
}

@media only screen and (max-width: 425px) {
  .header-logo.is-manufacturing {
    width: 230px;
    height: 31px;
  }
}
@media print, (min-width: 1000px) {
  section {
    padding: 100px 0;
  }
  .link-call {
    pointer-events: none;
  }
}
@media only screen and (max-width: 999.98px) {
  section {
    padding: 12vw 8vw;
  }
  br {
    display: none;
  }
}
.flex {
  display: flex;
}

.language-common {
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  z-index: 2;
}
.language-common .language-text {
  display: inline-block;
  color: #fff;
  padding-left: 28px;
  padding-right: 16px;
  background: url(../img/common/icn_language.svg) left top 3px/16px auto no-repeat, url(../img/common/icn_arrow.svg) right center/10px auto no-repeat;
  transition: background 0.3s, color 0.3s;
  position: relative;
}
.language-common .language-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/common/icn_language_black.svg) left top 3px/16px auto no-repeat, url(../img/common/icn_arrow_black.svg) right center/10px auto no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.language-common .list-language {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  text-align: left;
  position: absolute;
  width: 100px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #fff;
}
.is-tablet .language-common .list-language {
  display: none;
}
.language-common .item-language a {
  display: block;
  width: 100%;
  color: #1c2130;
  opacity: 1 !important;
  text-decoration: none;
  transition: all 0.3s;
  padding: 10px 20px;
  line-height: 1.2142857143;
}
.language-common .item-language a:hover {
  background: #f0f4f9;
  color: #0096d1;
}

@media print, (min-width: 1000px) {
  .language-common .list-language {
    opacity: 0;
    visibility: visible;
    transition: all 0.3s;
  }
  .is-tablet .language-common .list-language {
    opacity: unset;
    visibility: unset;
    transition: unset;
  }
  .language-common:hover .list-language {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 999.98px) {
  .language-common .list-language {
    display: none;
  }
}
.title-primary span {
  display: block;
}
.title-primary .title-label {
  font-weight: 900;
  color: #0096d1;
  font-size: 0.16rem;
  line-height: 1.5;
}
.title-primary .title-text {
  color: #1c2130;
  font-weight: 900;
  font-size: 0.36rem;
  line-height: 1.44;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 500px) {
  .title-primary .title-label {
    font-size: 0.14rem;
  }
  .title-primary .title-text {
    font-size: 0.28rem;
  }
}
.text-common {
  color: #666e82;
  font-size: 0.16rem;
  line-height: 2.25;
}

@media only screen and (max-width: 500px) {
  .text-common {
    font-size: 0.15rem;
  }
}
.hover-line a {
  position: relative;
}
.hover-line a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1c2130;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.hover-line a:hover::after {
  transform: scale(1, 1);
}

.error-page .keyvisual-title {
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.error-page .keyvisual-title p {
  font-size: 0.19rem;
}
.error-page .error-nav .inner {
  text-align: center;
}
.error-page .error-nav p {
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.bt-free_consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(108.19deg, #0096d1 0.32%, #1751c1 60.02%);
  box-shadow: 0 5px 12px rgba(60, 80, 152, 0.5);
  color: #fff;
  z-index: 2;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 0.2rem;
  font-weight: 900;
  transition: 0.3s;
}
.bt-free_consultation span::before {
  content: "";
  display: inline-block;
  transition: opacity 0.3s;
  width: 25px;
  height: 22px;
  background: url(/https/caddi.com/img/common/icn_greetings_white.svg) center/auto 100% no-repeat;
  vertical-align: -4px;
  margin: 0 8px 0 0;
}
.bt-free_consultation:hover {
  box-shadow: 0 8px 20px rgba(60, 80, 152, 0.5);
}
@media only screen and (max-width: 999.98px) {
  .bt-free_consultation {
    display: none;
  }
}

.icn_sprite {
  height: 18px;
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.5px;
}/*# sourceMappingURL=common.css.map */