/* init default
* =================================================================== */
@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}

.font-jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.font-jp-light {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.font-jp-medium {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.font-jp-bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.font-en {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.font-en-medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.font-en-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.font-en-extra-light {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}

.font-en-thin {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

.font-en-italic {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 100;
}

/* only for new website (remove if you are updating for other website)
* normalize, reset
* =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE. */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}

button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none;
}

button::-ms-expand, select::-ms-expand {
  display: none;
}

button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10. */
/**
* Remove style default p, ul, li */
p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 750px) {
  a {
    text-decoration: underline;
  }
}

a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  color: #222;
  font-size: 1rem;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
html {
  -webkit-tap-highlight-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media (min-width: 1366px) {
  html {
    font-size: 1rem;
  }
}

@media (min-width: 751px) and (max-width: 1366px) {
  html {
    font-size: 1.1713vw;
  }
}

@media (max-width: 750px) {
  html {
    font-size: 2.13333vw;
  }
}

body {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.3px;
  color: #404040;
}

@media (max-width: 750px) {
  body {
    font-size: 1.75rem;
    line-height: 3.125rem;
  }
  body.nav--open {
    overflow: hidden;
  }
}

@media (max-width: 750px) {
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.inner {
  width: 67.5rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .inner {
    width: auto;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.inner2 {
  width: 73.3125rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .inner2 {
    width: auto;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.inner3 {
  width: 73.3125rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 750px) {
  .inner3 {
    width: auto;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* HEADER
 * =================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5.625rem;
  background-color: #fff;
  color: #000;
  z-index: 9;
}

@media (max-width: 750px) {
  .header {
    height: 7.4375rem;
  }
}

.header a:hover {
  text-decoration: none;
}

.header__logo {
  position: absolute;
  top: 1.625rem;
  left: 1.0625rem;
  width: 12.75rem;
  z-index: 1;
}

@media (max-width: 750px) {
  .header__logo {
    width: 18.4375rem;
    top: 2.25rem;
    left: 1.125rem;
  }
}

.header__btn {
  height: 5.625rem;
  width: 12.5rem;
  color: #fff;
}

.header__btn .mega-menu-btn {
  position: absolute;
  height: 5.625rem;
  top: 0 !important;
  right: 0 !important;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 4.625rem !important;
  background-color: #1893FC;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__btn .mega-menu-btn::after {
  background: url("../img/common/header_icon.svg") no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.875rem;
  width: 1.4375rem;
  height: 1.4375rem;
  content: "";
}

.header__btn .mega-menu-btn:hover {
  opacity: 0.7;
}

@media (max-width: 750px) {
  .header__btn {
    display: none;
  }
}

.header__nav--pc {
  position: relative;
  height: 5.625rem;
}

.header__nav--pc-lang {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 1.125rem;
  right: 19.375rem;
  z-index: 9;
}

.header__nav--pc-lang li {
  float: left;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  position: relative;
  width: 1.9375rem;
}

.header__nav--pc-lang li.current-menu-item a, .header__nav--pc-lang li:hover a {
  text-decoration: underline;
}

.header__nav--pc-lang li:nth-child(1) {
  margin-right: 0.1875rem;
}

.header__nav--pc-lang li:nth-child(1)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0.1875rem;
}

.header__nav--pc-top {
  position: absolute;
  top: 0.8125rem;
  right: 13.75rem;
  z-index: 1;
}

.header__nav--pc-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav--pc-top ul li {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  position: relative;
}

.header__nav--pc-top ul li:last-child {
  padding-left: 5.3125rem;
}

@media (max-width: 750px) {
  .header__nav--pc-top ul li:last-child {
    padding-left: 0;
  }
}

.header__nav--pc-top ul li:last-child a {
  color: #1893FC;
  border: 1px solid #1893FC;
}

.header__nav--pc-top ul li a {
  display: inline-block;
  padding: 0.375rem 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header__nav--pc-top ul li a::after {
  position: absolute;
  bottom: 0.375rem;
  left: 0.9375rem;
  right: 0.9375rem;
  content: "";
  border-bottom: 1px solid #1893FC;
  opacity: 0;
}

.header__nav--pc-top ul li a:hover:after {
  opacity: 1;
}

.header__nav--pc-main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
  top: 0;
  height: 5.625rem;
}

.header__nav--pc-main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav--pc-main .list li a {
  letter-spacing: 0;
  line-height: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0.9375rem 1.25rem;
  cursor: pointer;
}

.header__nav--pc-main .list li a:before {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  height: 0.3125rem;
  background: #1893FC;
  content: "";
  display: none;
  pointer-events: none;
  z-index: 1;
}

.header__nav--pc-main .list li:hover .mega-menu-btn:before {
  display: block;
}

.header__nav--pc-main .list li .mega-menu-btn {
  position: relative;
  padding: 0 1.25rem 0.8125rem;
  cursor: pointer;
  top: 3.1875rem;
}

.header__nav--pc-main .list li .mega-menu-btn:before {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  height: 0.3125rem;
  background: #1893FC;
  content: "";
  display: none;
  pointer-events: none;
  z-index: 1;
}

.header__nav--pc-main .list li .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 5.625rem;
  text-align: left;
  background-color: #182E45;
  z-index: 10;
  padding-bottom: 5.375rem;
  display: none;
  height: auto !important;
}

.header__nav--pc-main .list li .mega-menu .tabs__btn, .header__nav--pc-main .list li .mega-menu .tabs__main {
  padding: 0;
}

.header__nav--pc-main .list li .mega-menu .tabs__btn--item a {
  color: #fff;
}

.header__nav--pc-main .list li .mega-menu .tabs__main {
  background: transparent !important;
}

.header__nav--pc-main .list li .mega-menu a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav--pc-main .list li .mega-menu a:hover {
  opacity: 0.7;
}

.header__nav--pc-main .list li .mega-menu a:hover img {
  opacity: 1;
}

.header__nav--pc-main .list li .mega-menu a:before {
  display: none;
}

.header__nav--pc-main .list li .mega-menu h3 {
  margin: 1.625rem auto 2.4375rem;
  width: 67.8125rem;
  color: #fff;
  letter-spacing: 0.125rem;
}

.header__nav--pc-main .list li .mega-menu h3 .en {
  font-size: 2.4375rem;
  line-height: 4.0625rem;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.header__nav--pc-main .list li .mega-menu h3 .jp {
  font-size: 1rem;
  display: block;
}

.header__nav--pc-main .list li .mega-menu .primary-btn a {
  color: #182e46 !important;
  background-color: #fff;
}

.header__nav--pc-main .list li .mega-menu .primary-btn a:after {
  background-image: url(../img/common/btn_icon4.svg);
}

.header__nav--pc-main .list li .mega-menu.service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19rem;
          flex: 0 0 19rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60.375rem;
  margin: 0 auto;
}

.header__nav--pc-main .list li .mega-menu.service ul li {
  margin-bottom: 0.375rem;
}

.header__nav--pc-main .list li .mega-menu.service ul li a {
  width: 19rem;
  height: 8.75rem;
  position: relative;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0.625rem 0.9375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__nav--pc-main .list li .mega-menu.service ul li a:before {
  width: 1.625rem;
  height: 1.625rem;
  background: url("../img/common/btn_icon1.svg") no-repeat center center/98% auto;
  left: inherit;
  right: 0.625rem;
  bottom: 0.625rem;
  border-radius: 50%;
}

.header__nav--pc-main .list li .mega-menu.service ul li a:hover {
  opacity: 0.7;
}

.header__nav--pc-main .list li .mega-menu.service ul li:nth-child(1) a {
  background-image: url("../img/common/nav/nav_service_img1.jpg");
}

.header__nav--pc-main .list li .mega-menu.service ul li:nth-child(2) a {
  background-image: url("../img/common/nav/nav_service_img2.jpg");
}

.header__nav--pc-main .list li .mega-menu.service ul li:nth-child(3) a {
  background-image: url("../img/common/nav/nav_service_img3.jpg");
}

.header__nav--pc-main .list li .mega-menu.service ul li:nth-child(4) a {
  background-image: url("../img/common/nav/nav_service_img4.jpg");
}

.header__nav--pc-main .list li .mega-menu.service ul li:nth-child(5) a {
  background-image: url("../img/common/nav/nav_service_img5.jpg");
}

.header__nav--pc-main .list li .mega-menu.service ul li:nth-child(6) a {
  background-image: url("../img/common/nav/nav_service_img6.jpg");
}

.header__nav--pc-main .list li .mega-menu.solution {
  letter-spacing: 0.125rem;
}

.header__nav--pc-main .list li .mega-menu.solution h3 {
  margin-bottom: 0.5rem;
}

.header__nav--pc-main .list li .mega-menu.solution .primary-btn {
  position: absolute;
  right: 0;
  top: 2.8125rem;
  margin: 0 !important;
  padding: 0 !important;
}

.header__nav--pc-main .list li .mega-menu.solution .primary-btn a {
  font-size: 0.75rem;
  padding: 0.3125rem 2.1875rem 0.3125rem 0.9375rem;
  letter-spacing: 0;
  color: #fff;
  border-color: #fff;
}

.header__nav--pc-main .list li .mega-menu.solution .primary-btn a:after {
  width: 0.375rem;
  height: 0.6875rem;
  right: 0.625rem;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #D6DCF7;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__btn--item {
  width: 12.5rem;
  margin-bottom: 0;
  border: none;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__btn--item a {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__btn--item a:hover {
  opacity: 1;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__btn--item a:after {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-color: #D6DCF7;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__btn--item.active a:after {
  background-color: #1D3CC6;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main {
  padding-top: 0;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab1__solution--nav ul {
  width: 60.375rem;
  margin: 0.9375rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.625rem;
          flex: 0 0 18.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab1__solution--nav ul li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #606881;
  width: 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab1__solution--nav ul li a {
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  padding: 0;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab1__solution--nav ul li a:after {
  background: url("../img/common/btn_icon2.svg") no-repeat center top/100% auto;
  width: 0.5rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab1__solution--nav ul li a .img {
  width: 5.625rem;
  margin-right: 1.3125rem;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab2__solution--nav ul {
  width: 60.375rem;
  margin: 1.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.6875rem;
          flex: 0 0 18.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab2__solution--nav ul li {
  width: 18.6875rem;
  margin-bottom: 1.4375rem;
}

.header__nav--pc-main .list li .mega-menu.solution .tabs__main #tab2__solution--nav ul li a {
  padding: 0;
  width: 100%;
}

.header__nav--pc-main .list li .mega-menu.product {
  letter-spacing: 0.125rem;
}

.header__nav--pc-main .list li .mega-menu.product h3 {
  margin-bottom: 1.0625rem;
}

.header__nav--pc-main .list li .mega-menu.product .primary-btn {
  position: absolute;
  right: 0;
  top: 2.8125rem;
  margin: 0 !important;
  padding: 0 !important;
}

.header__nav--pc-main .list li .mega-menu.product .primary-btn a {
  font-size: 0.75rem;
  padding: 0.3125rem 5.9375rem 0.3125rem 0.9375rem;
  letter-spacing: 0;
  border-color: #fff;
}

.header__nav--pc-main .list li .mega-menu.product .primary-btn a:after {
  width: 0.375rem;
  height: 0.6875rem;
  right: 0.625rem;
}

.header__nav--pc-main .list li .mega-menu.product h4 {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.875rem;
  position: relative;
  color: #fff;
}

.header__nav--pc-main .list li .mega-menu.product h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1875rem;
  height: 1px;
  background-color: #fff;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.product h4 a {
  position: relative;
}

.header__nav--pc-main .list li .mega-menu.product h4 a:after {
  background: url("../img/common/btn_icon2.svg") no-repeat center top/100% auto;
  width: 0.5rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.9375rem;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.product .software {
  width: 60.375rem;
  margin: 0 auto;
}

.header__nav--pc-main .list li .mega-menu.product .software ul {
  margin: 0.25rem auto 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.625rem;
          flex: 0 0 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.product .software ul li {
  margin-right: 2.25rem;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #606881;
  width: 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.product .software ul li:nth-child(3n) {
  margin-right: 0;
}

.header__nav--pc-main .list li .mega-menu.product .software ul li:last-child {
  margin-right: 0;
}

.header__nav--pc-main .list li .mega-menu.product .software ul li a {
  line-height: 1.4375rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  padding: 0;
}

.header__nav--pc-main .list li .mega-menu.product .software ul li a:after {
  background: url("../img/common/btn_icon2.svg") no-repeat center top/100% auto;
  width: 0.5rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.product .hardware {
  width: 60.375rem;
  margin: 0 auto;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul {
  margin: 0.3125rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.625rem;
          flex: 0 0 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul + ul {
  margin: 1.5625rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul + ul li {
  border: 0;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul + ul li a:after {
  right: 6.25rem;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul li {
  margin-right: 2.25rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #606881;
  width: 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul li:nth-child(3n) {
  margin-right: 0;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul li:last-child {
  margin-right: 0;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul li a {
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  padding: 0;
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul li a:after {
  background: url("../img/common/btn_icon2.svg") no-repeat center top/100% auto;
  width: 0.5rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.product .hardware ul li a .img {
  display: none;
  width: 5.625rem;
  margin-right: 1.3125rem;
}

.header__nav--pc-main .list li .mega-menu.case {
  letter-spacing: 0.125rem;
}

.header__nav--pc-main .list li .mega-menu.case a {
  padding: 0;
}

.header__nav--pc-main .list li .mega-menu.case h3 {
  margin-bottom: 2.25rem;
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #D6DCF7;
}

.header__nav--pc-main .list li .mega-menu.case .primary-btn {
  position: absolute;
  right: 0;
  top: 2.8125rem;
  margin: 0 !important;
  padding: 0 !important;
}

.header__nav--pc-main .list li .mega-menu.case .primary-btn a {
  font-size: 0.75rem;
  padding: 0.3125rem 4.5rem 0.3125rem 0.9375rem;
  letter-spacing: 0;
}

.header__nav--pc-main .list li .mega-menu.case .primary-btn a:after {
  width: 0.375rem;
  height: 0.6875rem;
  right: 0.625rem;
}

.header__nav--pc-main .list li .mega-menu.case .logo {
  position: absolute;
  top: 0.75rem;
  right: 14.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.6875rem;
          flex: 0 0 9.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30.3125rem;
}

.header__nav--pc-main .list li .mega-menu.case .logo li {
  width: 9.6875rem;
  height: 2.25rem;
  margin-bottom: 0.5rem;
}

.header__nav--pc-main .list li .mega-menu.case .logo li img {
  height: 2.25rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main {
  margin: 0 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup h4 {
  font-size: 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.625rem;
  color: #fff;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup h4:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 1.1875rem;
  background-color: #fff;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item {
  background-color: #fff;
  margin-bottom: 0.4375rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #091D33;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a:after {
  background: url("../img/common/btn_icon5.svg") no-repeat center center/98% auto;
  position: absolute;
  bottom: 0.6875rem;
  right: 0.6875rem;
  width: 1.625rem;
  height: 1.625rem;
  content: "";
  border-radius: 50%;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a .pickup__item--img {
  width: 7.5rem;
  height: 8.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a .pickup__item--img img {
  width: 7.5rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a dl {
  width: 14.125rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-left: 1.3125rem;
  letter-spacing: 0;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a dl dt {
  padding-bottom: 0.625rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a dl dt span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  padding: 0.1875rem 0.9375rem;
  border-radius: 1.25rem;
  background-color: #213C58;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .pickup__item a dl dd {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs {
  width: 32.25rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__btn--item {
  width: 16.125rem;
  margin-bottom: 0;
  border: none;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__btn--item a {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__btn--item a:hover {
  opacity: 1;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__btn--item a:after {
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  height: 0.25rem;
  background-color: #D6DCF7;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transform: none;
          transform: none;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__btn--item.active a:after {
  background-color: #1D3CC6;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__main {
  padding-top: 0;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.75rem;
          flex: 0 0 9.75rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__main ul li + li {
  padding-left: 1.5rem;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__main ul li:nth-child(3n+4) {
  padding-left: 0;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__main ul li a {
  padding-right: 1.5625rem;
  font-weight: 500;
  width: 8.1875rem;
  height: 5.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: 1px solid #DBDDE2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.header__nav--pc-main .list li .mega-menu.case .nav__case--main .tabs__main ul li a:after {
  background: url("../img/common/btn_icon2.svg") no-repeat center top/100% auto;
  width: 0.5rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  content: "";
}

.header__nav--pc-main .list li .mega-menu.contact .inner {
  padding-top: 1.875rem;
  border-top: 1px solid #606881;
}

.header__nav--pc-main .list li .mega-menu.contact .inner ul {
  margin: 0.25rem 3.6875rem 2.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 18.625rem;
          flex: 0 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.contact .inner ul li {
  margin-right: 7.5rem;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #606881;
  width: 18.625rem;
}

.header__nav--pc-main .list li .mega-menu.contact .inner ul li:nth-child(3n) {
  margin-right: 0;
}

.header__nav--pc-main .list li .mega-menu.contact .inner ul li:last-child {
  margin-right: 0;
}

.header__nav--pc-main .list li .mega-menu.contact .inner ul li a {
  line-height: 1.4375rem;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
  padding: 0;
}

.header__nav--pc-main .list li .mega-menu.contact .inner ul li a:after {
  background: url("../img/common/btn_icon2.svg") no-repeat center top/100% auto;
  width: 0.5rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.3125rem;
  content: "";
}

.header__nav--sp {
  display: none;
  position: fixed;
  background: #091D33;
  top: 7.4375rem;
  left: 0;
  right: 0;
  min-height: 100vh;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  overflow-y: auto;
  z-index: 9;
  padding-bottom: 5.375rem;
}

.header__nav--sp a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.header__nav--sp-top {
  padding: 2.8125rem 4.6875rem 1.5625rem;
}

.header__nav--sp-top a {
  font-size: 1.5rem;
  line-height: 2rem;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 2.5rem 0;
}

.header__nav--sp-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav--sp-top ul li {
  width: 50%;
  text-align: center;
}

.header__nav--sp-lang {
  padding-bottom: 15.625rem;
}

.header__nav--sp-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav--sp-lang ul li {
  position: relative;
  width: 5rem;
  border: 1px solid #fff;
}

.header__nav--sp-lang ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.header__nav--sp-lang ul li.current-menu-item a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.header__nav--sp-lang ul li:nth-child(1) {
  margin-right: 2.1875rem;
}

.header__nav--sp-main {
  border-bottom: 2px solid rgba(24, 156, 211, 0.33);
}

.header__nav--sp-main-item {
  border-top: 2px solid rgba(24, 156, 211, 0.33);
  position: relative;
}

.header__nav--sp-main .header__toggle--link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 9.9375rem;
  max-width: 33.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.6875rem;
  position: relative;
}

.header__nav--sp-main .header__toggle--link-icon {
  position: absolute;
  right: 4.6875rem;
  top: 0;
  width: 18.75rem;
  height: 9.9375rem;
  z-index: 55;
}

.header__nav--sp-main .header__toggle--link-icon img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 1.625rem;
}

.header__nav--sp-main .header__toggle--link-icon.active img {
  -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;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.header__nav--sp-main .header__toggle--link-icon.full-col {
  width: calc(100% - 4.6875rem);
  z-index: 55;
}

.header__nav--sp-main .header__toggle--link.only-text {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.header__nav--sp-main .header__no-toggle--link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 9.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4.6875rem;
  position: relative;
}

.header__nav--sp-main .header__no-toggle--link-icon {
  position: absolute;
  right: 4.6875rem;
  top: 3.125rem;
  width: 2.875rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header__nav--sp-main .header__toggle--main {
  background-color: #182E45;
  padding: 0 3.4375rem;
}

.header__nav--sp-main .header__toggle--main .tabs__btn--item a {
  color: #6E8BAA;
  font-size: 1.75rem;
}

.header__nav--sp-main .header__toggle--main .tabs__btn--item.active a {
  color: #fff;
}

.header__nav--sp-main .tabs {
  padding: 4.8125rem 4.6875rem 5rem;
}

.header__nav--sp-main .tabs__btn--item {
  width: 50%;
  font-size: 1.75rem;
  height: 3.75rem;
  border-bottom: 0.375rem solid #D6DCF7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__nav--sp-main .tabs__btn--item.active {
  border-color: #1D3CC6;
}

.header__nav--sp-main .tabs__main {
  background-color: #091D33;
}

.header__nav--sp-main .tabs__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__nav--sp-main .tabs__main ul li {
  padding: 0 3.125rem 0 2.3125rem;
}

.header__nav--sp-main .tabs__main ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.875rem;
}

.header__nav--sp-main .tabs__main ul li a:after {
  background: url("../img/common/nav/sp_nav_arrow2.svg") no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.9375rem;
  height: 1.875rem;
}

.header__nav--sp-main .tabs__main--out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__nav--sp-main .tabs__main--out li {
  padding: 0 3.125rem 0 2.3125rem;
}

.header__nav--sp-main .tabs__main--out li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 1.875rem;
}

.header__nav--sp-main .tabs__main--out li a:after {
  background: url("../img/common/nav/sp_nav_arrow2.svg") no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.9375rem;
  height: 1.875rem;
}

.header__nav--sp-main .services .header__toggle--main li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 1.25rem;
}

.header__nav--sp-main .services .header__toggle--main li:last-child {
  border-bottom: none;
}

.header__nav--sp-main .services .header__toggle--main li a {
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__nav--sp-main .services .header__toggle--main li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/nav/sp_nav_arrow1.svg") no-repeat center center/98% auto;
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  content: "";
}

.header__hamburger {
  position: absolute;
  top: 1.6875rem;
  right: 1.25rem;
  padding: 1.25rem;
  z-index: 99;
}

.header__hamburger span {
  display: block;
  width: 3.9375rem;
  height: 2px;
  border-radius: 4px;
  background: #1893FC;
  margin-bottom: 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(0.8125rem);
          transform: rotate(45deg) translateY(0.8125rem);
}

.header__hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateY(-0.8125rem);
          transform: rotate(-45deg) translateY(-0.8125rem);
}

.header__hamburger.active span:nth-child(3) {
  display: none;
}

/* MAIN
 * =================================================================== */
.main {
  margin-top: 5.625rem;
}

@media (max-width: 750px) {
  .main {
    margin-top: 7.4375rem;
  }
}

/* FOOTER
 * =================================================================== */
.footer {
  padding-top: 9.875rem;
}

@media (max-width: 750px) {
  .footer {
    padding-top: 8.875rem;
  }
  .footer a {
    text-decoration: none;
  }
  .footer .footer__toggle--main {
    display: none;
  }
  .footer .footer__toggle--link {
    position: relative;
    display: block;
    width: 100%;
  }
  .footer .footer__toggle--link:after {
    content: "";
    position: absolute;
    right: 1.3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.5625rem;
    height: 0.9375rem;
    background: url(../img/common/arr_down_white.svg) center center no-repeat;
    background-size: 100% auto;
  }
  .footer .footer__toggle--link a {
    display: inline-block;
    width: 60%;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .footer .footer__toggle--link:before {
    content: '';
    width: 100%;
    height: 1.4375rem;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #11233B;
  }
}

@media (max-width: 750px) {
  .footer .footer__toggle.active .footer__toggle--link:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

.footer__top {
  background-color: #11233B;
  color: #fff;
  position: relative;
  padding-bottom: 4.5rem;
}

@media (max-width: 750px) {
  .footer__top {
    padding-bottom: 7.4375rem;
  }
}

.footer__top .contact-link {
  position: absolute;
  top: -7.5625rem;
  left: calc(50% - 33.875rem);
  right: 0;
  height: 15.125rem;
  background-color: transparent;
  z-index: 5;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media (max-width: 750px) {
  .footer__top .contact-link {
    top: -8.875rem;
    left: 3.5rem;
    height: 17.5rem;
  }
}

@media (min-width: 751px) {
  .footer__top .contact-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
}

.footer__top:before {
  position: absolute;
  top: -7.5625rem;
  left: calc(50% - 33.875rem);
  right: 0;
  height: 15.125rem;
  background-color: #1D3CC6;
  content: "";
}

@media (max-width: 750px) {
  .footer__top:before {
    top: -8.875rem;
    left: 3.5rem;
    height: 17.5rem;
  }
}

.footer__top h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 3.25rem;
  position: relative;
  margin: 0 0 12.9375rem 5.875rem;
  top: -0.625rem;
  letter-spacing: 0;
}

@media (max-width: 750px) {
  .footer__top h2 {
    font-size: 4.125rem;
    margin: 0 0 11rem 4.625rem;
    top: -1.6875rem;
  }
}

.footer__top h2:after {
  position: absolute;
  top: 50%;
  left: 25.625rem;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 0.0625rem solid #189CD3;
  content: '';
}

@media (max-width: 750px) {
  .footer__top h2:after {
    left: 27.6875rem;
    right: -2.5rem;
    border-width: 0.125rem;
  }
}

.footer__top--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 750px) {
  .footer__top--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 750px) {
  .footer__top--nav {
    width: 100%;
    padding: 0 0.9375rem;
  }
}

@media (min-width: 751px) {
  .footer__top--nav:nth-of-type(1) {
    width: 18.75rem;
  }
}

@media (max-width: 750px) {
  .footer__top--nav:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 751px) {
  .footer__top--nav:nth-of-type(2) {
    width: 10.8125rem;
  }
}

@media (max-width: 750px) {
  .footer__top--nav:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 751px) {
  .footer__top--nav:nth-of-type(3) {
    width: 16.75rem;
  }
}

@media (max-width: 750px) {
  .footer__top--nav:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 751px) {
  .footer__top--nav:nth-of-type(4) {
    width: 13rem;
  }
}

@media (max-width: 750px) {
  .footer__top--nav:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 751px) {
  .footer__top--nav:nth-of-type(5) {
    width: 8.75rem;
  }
}

@media (max-width: 750px) {
  .footer__top--nav:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .footer__top--nav:nth-of-type(5) > ul li:last-child {
    border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  }
}

.footer__top--nav ul {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
}

@media (max-width: 750px) {
  .footer__top--nav ul {
    font-size: 2rem;
  }
}

.footer__top--nav ul > li {
  margin-bottom: 2.5rem;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li {
    margin-bottom: 0;
    padding: 1.5rem 0;
    padding-left: 0;
    border-top: 0.125rem solid rgba(255, 255, 255, 0.2);
  }
  .footer__top--nav ul > li a {
    display: block;
    width: 100%;
  }
}

.footer__top--nav ul > li ul {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 1.125rem 0 0 0;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul {
    font-size: 1.625rem;
    line-height: 2.75rem;
    margin: 1.5rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

.footer__top--nav ul > li ul > li {
  display: block;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul > li {
    margin-bottom: 0;
    padding: 0;
    display: block;
    font-size: 1.625rem;
    line-height: 2.4615384615;
  }
  .footer__top--nav ul > li ul > li:last-child {
    border: 0 !important;
  }
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul > li:nth-child(3) {
    margin-left: 0;
  }
}

.footer__top--nav ul > li ul > li ul {
  margin: 0;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul > li ul {
    padding-top: 1.25rem;
    border-top: 0.125rem solid rgba(255, 255, 255, 0.2);
  }
}

.footer__top--nav ul > li ul > li ul li {
  display: block;
  margin-left: 0;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul > li ul li {
    width: 50%;
    padding: 0;
    padding-left: 0.9375rem;
    border: 0;
  }
  .footer__top--nav ul > li ul > li ul li:nth-child(2) {
    margin-bottom: 0;
  }
  .footer__top--nav ul > li ul > li ul li:last-child {
    border-bottom: 0;
  }
}

.footer__top--nav ul > li ul.footer__nav--sub--list {
  margin-bottom: 0.9375rem;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul.footer__nav--sub--list {
    margin-bottom: 0;
    border-top: 0;
  }
}

.footer__top--nav ul > li ul.footer__nav--sub--list li:first-child {
  margin-bottom: 0.5rem;
}

.footer__top--nav ul > li ul.footer__nav--sub--list li:first-child a {
  font-size: 0.875rem;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul.footer__nav--sub--list li:first-child a {
    font-size: 1.625rem;
  }
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul.footer__nav--sub--list li {
    line-height: 2.4615384615;
  }
}

.footer__top--nav ul > li ul.footer__nav--sub--list li a {
  font-size: 0.75rem;
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul.footer__nav--sub--list li a {
    font-size: 1.5rem;
    line-height: 2.6666666667;
  }
}

@media (max-width: 750px) {
  .footer__top--nav ul > li ul.footer__nav--sub--menu {
    border-top: 0.125rem solid rgba(255, 255, 255, 0.2);
  }
  .footer__top--nav ul > li ul.footer__nav--sub--menu > li {
    width: 50%;
    display: inline-block;
    border-top: 0;
  }
  .footer__top--nav ul > li ul.footer__nav--sub--menu > li + li {
    float: right;
  }
  .footer__top--nav ul > li ul.footer__nav--sub--menu > li ul li {
    display: block;
    width: 100%;
  }
}

.footer__top--nav ul > li ul.footer__nav--lang li {
  padding-top: 0.9375rem;
}

.footer__top--info {
  width: calc(50% - 5.1875rem);
  font-size: 0.75rem;
}

@media (max-width: 750px) {
  .footer__top--info {
    width: auto;
    margin: 0 0.9375rem;
    font-size: 1.625rem;
    border-top: 0.0625rem solid #414F62;
    padding-top: 3.125rem;
  }
}

.footer__top--info h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
}

@media (max-width: 750px) {
  .footer__top--info h3 {
    font-size: 2rem;
    display: inline-block;
  }
}

.footer__top--info-txt {
  padding: 1.625rem 0 2rem;
  line-height: 1.5rem;
}

@media (max-width: 750px) {
  .footer__top--info-txt {
    padding: 1.5rem 0 1.0625rem 1.5625rem;
    line-height: 2.75rem;
  }
}

.footer__top--info-sitemap {
  margin-right: 5.75rem;
  line-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .footer__top--info-sitemap {
    line-height: 2.75rem;
    margin: 0 4.4375rem 0 1.6875rem;
  }
}

.footer__top--nav-bottom {
  position: absolute;
  bottom: -4.5rem;
  right: -5.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 750px) {
  .footer__top--nav-bottom {
    font-size: 1.25rem;
    line-height: 2.5rem;
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.1875rem 0 0;
  }
}

.footer__top--nav-bottom li {
  padding: 0 0.625rem;
  font-size: 0.75rem;
  color: #DBDBDB;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  position: relative;
}

@media (max-width: 750px) {
  .footer__top--nav-bottom li {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}

.footer__top--nav-bottom li + li::before {
  content: '|';
  position: absolute;
  left: -0.1875rem;
}

.footer__top .footer__nav--sp-lang li {
  border: none !important;
  display: inline-block;
  width: 16rem;
  margin: 3.4375rem 1.0625rem 0;
  padding: 0;
}

.footer__bottom {
  width: 77.8125rem;
  margin: 3.125rem auto 2.375rem;
  color: #716F70;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 750px) {
  .footer__bottom {
    width: auto;
    margin: 0;
    padding: 0 0 3.875rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FAFAFA;
  }
}

.footer__bottom--logo {
  width: 15.6875rem;
  margin-left: -0.9375rem;
  margin-bottom: 4.1875rem;
}

@media (max-width: 750px) {
  .footer__bottom--logo {
    width: 24.875rem;
    margin: 0 auto 3.125rem;
  }
}

@media (max-width: 750px) {
  .footer__bottom--left {
    padding: 4.3125rem 2.5rem 0;
  }
}

.footer__bottom--copyright {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  position: absolute;
  top: 5.75rem;
}

@media (max-width: 750px) {
  .footer__bottom--copyright {
    position: static;
    padding: 0;
  }
}

.footer__bottom--brand {
  display: block;
}

@media (max-width: 750px) {
  .footer__bottom--brand {
    padding: 0;
  }
}

.footer__bottom--brand.only-sp {
  padding: 3.1875rem 2.5rem 3.1875rem 2.5rem;
  background-color: #fff;
  width: 100%;
}

.footer__bottom--brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 750px) {
  .footer__bottom--brand ul {
    padding: 2.6875rem 0;
  }
}

.footer__bottom--brand li {
  margin-left: 0.625rem;
}

@media (max-width: 750px) {
  .footer__bottom--brand li {
    margin-left: 0.9375rem;
  }
}

.footer__bottom--brand li:nth-child(1) {
  width: 4.625rem;
}

@media (max-width: 750px) {
  .footer__bottom--brand li:nth-child(1) {
    width: 6.625rem;
  }
}

.footer__bottom--brand li:nth-child(2) {
  width: 4.125rem;
}

@media (max-width: 750px) {
  .footer__bottom--brand li:nth-child(2) {
    width: 5.9375rem;
  }
}

.footer__bottom--brand li:nth-child(3) {
  width: 3.6875rem;
}

@media (max-width: 750px) {
  .footer__bottom--brand li:nth-child(3) {
    width: 5.25rem;
  }
}

.footer__bottom--brand--menu .item {
  margin-bottom: 1.25rem;
  display: block;
}

.footer__bottom--brand--menu .item ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 750px) {
  .footer__bottom--brand--menu .item ul {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__bottom--brand--menu .item ul li {
  margin: 0;
  position: relative;
  padding: 0 0.625rem;
  width: auto !important;
}

@media (max-width: 750px) {
  .footer__bottom--brand--menu .item ul li {
    padding: 0 0.875rem;
  }
}

.footer__bottom--brand--menu .item ul li:after {
  content: '';
  width: 1px;
  height: 60%;
  background-color: #404040;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .footer__bottom--brand--menu .item ul li:after {
    height: 40%;
  }
}

.footer__bottom--brand--menu .item ul li:last-child {
  padding-right: 0;
}

.footer__bottom--brand--menu .item ul li:last-child:after {
  content: none;
}

.footer__bottom--brand--menu .item ul li a {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 2;
}

@media (max-width: 750px) {
  .footer__bottom--brand--menu .item ul li a {
    font-size: 1.25rem;
    line-height: 2.4;
  }
}

/* HEADING TITLE
 * =================================================================== */
.heading {
  background: #f6f7fa;
  background: linear-gradient(135deg, #f6f7fa 0%, #ecf0fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fa', endColorstr='#ecf0fb',GradientType=1 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 12.5rem;
  position: relative;
}

@media (max-width: 750px) {
  .heading {
    height: 17.125rem;
  }
}

.heading__title {
  padding: 5.375rem 0 0;
}

@media (max-width: 750px) {
  .heading__title {
    padding: 5.1875rem 0 0;
    text-align: center;
  }
}

.heading__title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 3.4375rem;
  color: #1D3CC6;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

@media (max-width: 750px) {
  .heading__title--en {
    font-size: 3rem;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
  }
}

.heading__title--jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #606881;
  font-size: 1.5rem;
  padding-left: 0.625rem;
}

@media (max-width: 750px) {
  .heading__title--jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 1rem 0 0 0;
    display: inline-block;
  }
}

.heading--img-left {
  position: relative;
}

.heading--img-left:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.primary__title {
  position: relative;
  padding-top: 2.4375rem;
}

.primary__title--jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 4.0625rem;
  letter-spacing: 0.1875rem;
  color: #000;
}

@media (max-width: 750px) {
  .primary__title--jp {
    font-size: 2.75rem;
    line-height: 4.0625rem;
    letter-spacing: 0.28125rem;
    padding-left: 0.9375rem;
  }
}

.primary__title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 5rem;
  color: #0D33E0;
  opacity: 0.15;
  position: absolute;
  top: 2.1875rem;
  left: -2.8125rem;
  z-index: 0;
}

@media (max-width: 750px) {
  .primary__title--en {
    font-size: 8.75rem;
    line-height: 7.5rem;
    top: -10.625rem;
    left: -2.5rem;
  }
}

@media (max-width: 750px) {
  .primary__title.style2 .primary__title--en {
    font-size: 10rem;
    top: -2.8125rem;
  }
}

.secondary__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-bottom: 1.625rem;
  font-size: 1.875rem;
  color: #1D3CC6;
  letter-spacing: .1em;
  position: relative;
  display: inline-block;
}

@media (max-width: 750px) {
  .secondary__title {
    padding-bottom: 2.1875rem;
    font-size: 3.125rem;
    line-height: 4.0625rem;
    display: block;
  }
}

.secondary__title:before {
  content: '';
  min-width: 37.5rem;
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(29, 60, 198, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 750px) {
  .secondary__title:before {
    width: 100%;
    height: 0.125rem;
  }
}

.secondary__title:after {
  content: '';
  width: 13.25rem;
  height: 0.1875rem;
  background-color: #1D3CC6;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
}

@media (max-width: 750px) {
  .secondary__title:after {
    width: 17.125rem;
    height: 0.375rem;
    bottom: -0.125rem;
  }
}

/* BREADCRUMB
 * =================================================================== */
.breadcrumb {
  font-size: 0.8125rem;
  padding: 1rem 0;
  width: 73.3125rem;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .breadcrumb {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0.9375rem 2.5rem;
  }
  .breadcrumb span, .breadcrumb a {
    display: inline-block;
  }
}

.breadcrumb a {
  color: #1893FC;
}

@media (max-width: 750px) {
  .breadcrumb a {
    text-decoration: none;
  }
}

.breadcrumb__delimiter {
  color: #BFBFBF;
  padding: 0 0.625rem;
}

@media (max-width: 750px) {
  .breadcrumb__delimiter {
    padding: 1.125rem;
  }
}

/* TABS
 * =================================================================== */
.tabs__btn {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabs__btn--item {
  cursor: pointer;
  width: 33.3%;
  text-align: center;
}

.tabs__btn--item a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  color: #222;
  text-decoration: none;
}

.tabs__btn--item a:hover {
  color: #1D3CC6;
}

/* BUTTON
 * =================================================================== */
.viewmore-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D3CC6;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

@media (max-width: 750px) {
  .viewmore-btn a {
    text-decoration: underline;
    letter-spacing: 0.09375rem;
  }
}

.viewmore-btn a:after {
  content: "";
  background: url("../img/common/btn_icon1.svg") no-repeat center top/98% auto;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}

.viewmore-btn a:hover:after {
  opacity: 0.7;
}

.viewmore-btn.small {
  font-size: 0.875rem;
}

@media (max-width: 750px) {
  .viewmore-btn.small {
    font-size: 1.75rem;
  }
}

.viewmore-btn.small a:after {
  width: 2.375rem;
  height: 2.375rem;
}

@media (max-width: 750px) {
  .viewmore-btn.small a:after {
    width: 4.75rem;
    height: 4.75rem;
    margin-left: 0.75rem;
  }
}

.viewmore-btn.medium {
  font-size: 1.125rem;
}

@media (max-width: 750px) {
  .viewmore-btn.medium {
    font-size: 2rem;
  }
}

.viewmore-btn.medium a:after {
  width: 4.1875rem;
  height: 4.1875rem;
}

@media (max-width: 750px) {
  .viewmore-btn.medium a:after {
    width: 6.25rem;
    height: 6.25rem;
    margin-left: 1.5625rem;
  }
}

.viewmore-btn.white a {
  color: #fff;
}

.viewmore-btn.white a:after {
  background-image: url("../img/common/btn_icon1_white.svg");
}

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

.primary-btn a, .primary-btn button {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  color: #1D3CC6;
  padding: 1.125rem 5.1875rem 1.25rem 2.375rem;
  border: 0.125rem solid #1D3CC6;
  border-radius: 3.125rem;
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 750px) {
  .primary-btn a, .primary-btn button {
    padding: 2.5625rem 2.5rem 2.8125rem 2.5rem;
    width: 37.875rem;
    border-radius: 4.375rem;
    border-width: 0.1875rem;
    font-size: 1.75rem;
    text-decoration: none;
  }
}

.primary-btn a:after, .primary-btn button:after {
  background: url("../img/common/btn_icon6.svg") no-repeat center top/100% auto;
  width: 0.625rem;
  height: 1.125rem;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.8125rem;
}

@media (max-width: 750px) {
  .primary-btn a:after, .primary-btn button:after {
    width: 0.875rem;
    height: 1.5625rem;
    right: 2.3125rem;
  }
}

.primary-btn a:hover, .primary-btn button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.primary-btn--iconleft a {
  width: 9.375rem;
  padding: 1.125rem 2.375rem 1.25rem 3.125rem;
}

.primary-btn--iconleft a:after {
  left: 1.8125rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 750px) {
  .primary-btn--iconleft a:after {
    left: 2.3125rem;
  }
}

@media (max-width: 750px) {
  .primary-btn--iconleft a {
    width: 37.875rem;
    padding: 2.5625rem 2.5rem 2.8125rem 2.5rem;
  }
}

.primary-btn--blue {
  text-align: left;
}

.primary-btn--blue a {
  background-color: #0D33E0;
  color: #fff;
  padding: 1.125rem 5.1875rem 1.25rem 2.375rem;
  border-radius: 3.125rem;
  border: none;
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.primary-btn--blue a:after {
  background: url("../img/common/btn_icon3.svg") no-repeat center top/100% auto;
}

/* PAGINATION
 * =================================================================== */
.pagination {
  margin-top: 3.75rem;
  margin-bottom: 8.5rem;
}

@media (max-width: 750px) {
  .pagination {
    margin-top: 4.8125rem;
    margin-bottom: 9rem;
  }
}

.pagination ul {
  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;
}

.pagination ul .page-number {
  padding: 0 0.375rem;
}

@media (max-width: 750px) {
  .pagination ul .page-number {
    padding: 0 0.4375rem;
    font-size: 2.5rem;
    color: #BFBFBF;
  }
}

.pagination ul .page-number span {
  color: #BFBFBF;
}

@media (max-width: 750px) {
  .pagination ul .page-number span {
    width: 3.625rem;
    height: 3.625rem;
    border: 0.125rem solid #EAEAEA;
    font-size: 2rem;
    line-height: 3.375rem;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
  }
}

.pagination ul .page-number a {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #EAEAEA;
  border-radius: 100%;
  text-align: center;
  line-height: 2.125rem;
  display: inline-block;
  font-size: 0.875rem;
}

@media (min-width: 751px) {
  .pagination ul .page-number a:hover {
    background-color: #1D3CC6;
    border-color: #1D3CC6;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 750px) {
  .pagination ul .page-number a {
    color: #000;
    width: 3.625rem;
    height: 3.625rem;
    border-width: 0.125rem;
    font-size: 1.75rem;
    line-height: 3.375rem;
  }
}

.pagination ul .page-number.active a {
  background-color: #1D3CC6;
  border-color: #1D3CC6;
  color: #fff;
}

.pagination ul .page-number.prev a, .pagination ul .page-number.next a {
  font-size: 1.875rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.75rem;
  font-weight: 200;
}

@media (max-width: 750px) {
  .pagination ul .page-number.prev a, .pagination ul .page-number.next a {
    font-size: 3.25rem;
    line-height: 2.375rem;
  }
}

/* CASEBOX
 * =================================================================== */
.casebox h2 {
  padding-bottom: 3.375rem;
  position: relative;
  border-bottom: 1px solid #D6DCF7;
}

@media (max-width: 750px) {
  .casebox h2 {
    padding-bottom: 4.25rem;
    border-width: 2px;
  }
}

.casebox h2::after {
  position: absolute;
  bottom: -2.5px;
  left: 0;
  right: 0;
  width: 13.6875rem;
  height: 3px;
  background-color: #1D3CC6;
  content: "";
  z-index: 1;
}

@media (max-width: 750px) {
  .casebox h2::after {
    width: 8.5rem;
    height: 0.375rem;
    bottom: -0.1875rem;
  }
}

.casebox .viewmore-btn {
  position: absolute;
  top: 2.5rem;
  right: 0;
}

@media (max-width: 750px) {
  .casebox .viewmore-btn {
    position: static;
    padding-top: 5rem;
  }
  .casebox .viewmore-btn a {
    text-decoration: underline;
  }
}

.casebox__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.625rem 0 3.0625rem;
  border-bottom: 1px solid #D6DCF7;
  position: relative;
}

.casebox__item a:hover {
  text-decoration: none;
}

@media (max-width: 750px) {
  .casebox__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0 3.125rem;
    border-width: szie-sp(2, rem);
    text-decoration: none;
  }
}

.casebox__item a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 13.6875rem;
  height: 4px;
  background-color: #1D3CC6;
  content: "";
}

@media (max-width: 750px) {
  .casebox__item a::after {
    width: 8.5rem;
    height: 0.375rem;
    bottom: -0.1875rem;
  }
}

.casebox__item--brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.9375rem 0 2.4375rem;
  color: #000;
  font-weight: 500;
}

@media (max-width: 750px) {
  .casebox__item--brand {
    margin-bottom: 1.875rem;
  }
}

.casebox__item--brand .logo {
  width: 10.3125rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 750px) {
  .casebox__item--brand .logo {
    width: 20.4375rem;
    height: 3.5rem;
  }
}

.casebox__item--brand .logo img {
  width: auto;
  height: 1.75rem;
}

@media (max-width: 750px) {
  .casebox__item--brand .logo img {
    width: auto;
    height: 3.5rem;
  }
}

.casebox__item--brand li + li {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #707070;
}

@media (max-width: 750px) {
  .casebox__item--brand li + li {
    padding-left: 1.75rem;
    margin-left: 1.5625rem;
  }
}

.casebox__item dl {
  width: 31.4375rem;
}

@media (max-width: 750px) {
  .casebox__item dl {
    width: 41.875rem;
  }
  .casebox__item dl .section__case--item-txt {
    padding-top: 1.8125rem;
    line-height: 3.25rem;
    letter-spacing: 0.0375rem;
  }
}

.casebox__item dl dt {
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin-bottom: 1.9375rem;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
}

@media (max-width: 750px) {
  .casebox__item dl dt {
    font-size: 2.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.09375rem;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
  }
}

.casebox__item dl dd {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.casebox__item--btn {
  padding-top: 2.1875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #1D3CC6;
  text-decoration: underline;
}

.casebox__item--img {
  width: 31.25rem;
  height: 17.4375rem;
  float: right;
  overflow: hidden;
}

@media (max-width: 750px) {
  .casebox__item--img {
    float: none;
    width: 41.875rem;
    height: 23.375rem;
  }
}

.casebox__item--img img {
  width: 31.25rem;
}

@media (max-width: 750px) {
  .casebox__item--img img {
    width: 41.875rem;
  }
}

/* block-company
 * =================================================================== */
.block-company__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.block-company__url:hover {
  text-decoration: none;
}

.block-company__info {
  background-color: #1893FC;
  color: #ffffff;
  position: relative;
}

@media (min-width: 751px) {
  .block-company__info {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 5rem 4.0625rem 7.8125rem;
  }
}

@media (max-width: 750px) {
  .block-company__info {
    width: 43.3125rem;
    padding: 4.5625rem 0.625rem 10.8125rem 3.3125rem;
  }
}

@media (min-width: 751px) {
  .block-company__img {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .block-company__img {
    display: none;
  }
}

.block-company__ttl {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 1.6875rem;
}

@media (max-width: 750px) {
  .block-company__ttl {
    font-size: 3.9375rem;
    margin-bottom: 0.9375rem;
    letter-spacing: .01em;
  }
}

.block-company__txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media (max-width: 750px) {
  .block-company__txt {
    font-size: 2rem;
  }
}

.block-company__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  text-decoration: underline;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 3.1875rem;
  left: 4rem;
}

@media (max-width: 750px) {
  .block-company__btn {
    font-size: 2rem;
    bottom: 4.5625rem;
    left: 3.5rem;
  }
}

.block-company .arrow {
  width: 4.1875rem;
  height: 4.1875rem;
  background-color: #F8F9FC;
  border-radius: 100%;
  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;
  margin-left: 1rem;
}

@media (max-width: 750px) {
  .block-company .arrow {
    width: 6.25rem;
    height: 6.25rem;
    margin-left: 1.4375rem;
  }
}

.block-company .arrow:after {
  content: "";
  border: solid #1893FC;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.3125rem;
  -webkit-transform: rotate(-45deg) translate(-1px, -2px);
          transform: rotate(-45deg) translate(-1px, -2px);
}

@media (max-width: 750px) {
  .block-company .arrow:after {
    border-width: 0 0.125rem 0.125rem 0;
    padding: 0.375rem;
  }
}

/* accordion
 * =================================================================== */
.accordion {
  border: 0.125rem solid #1D3CC6;
  border-radius: 0.625rem;
  background-color: #fff;
}

@media (min-width: 751px) {
  .accordion {
    width: 60rem;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .accordion {
    border-width: 0.25rem;
  }
}

.accordion__head {
  cursor: pointer;
  padding: 1.5625rem 1.9375rem;
  position: relative;
  font-size: 1.25rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1D3CC6;
}

@media (max-width: 750px) {
  .accordion__head {
    font-size: 2.25rem;
    padding: 1.625rem;
  }
}

.accordion__head .arrow {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
}

@media (max-width: 750px) {
  .accordion__head .arrow {
    right: 2.125rem;
    top: 43%;
  }
}

.accordion__head .arrow:after {
  content: "";
  border: solid #1D3CC6;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 750px) {
  .accordion__head .arrow:after {
    border-width: 0;
    padding: 0;
    width: 3rem;
    height: 1.6875rem;
    background: url(../img/company/arr_top_blue.svg) center center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.accordion__head.is-active .arrow:after {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}

@media (max-width: 750px) {
  .accordion__head.is-active .arrow:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.accordion__content {
  display: none;
  background-color: #EDF7FF;
  border-radius: 0 0 0.625rem 0.625rem;
}

@media (max-width: 750px) {
  .accordion__content {
    position: relative;
  }
}

.accordion__wrap {
  padding: 2.9375rem 3.125rem 3.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 750px) {
  .accordion__wrap {
    padding: 2.5rem 1.875rem 0;
  }
}

.accordion__footer {
  padding: 1.5625rem 0;
  width: 100%;
  text-align: center;
}

.accordion__footer img {
  margin: 0 auto;
  display: block;
  width: 3rem;
}

/* lightbox
 * =================================================================== */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
  margin-top: 1.875rem;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0.1875rem;
}

@media (max-width: 750px) {
  .lightbox .lb-image {
    max-width: 100%;
    height: auto;
  }
}

.lightbox a img {
  border: none;
}

.lightbox .lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 15.625rem;
  height: 15.625rem;
  margin: 0 auto;
  border-radius: 0.25rem;
  background-color: white;
}

@media (max-width: 750px) {
  .lightbox .lb-outerContainer {
    width: auto !important;
    margin: 0 2.5rem;
  }
}

.lightbox .lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lightbox .lb-outerContainer .lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lightbox .lb-outerContainer .lb-loader .lb-cancel {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  background: url(../img/product/loading.gif) no-repeat center center/100% auto;
}

.lightbox .lb-outerContainer .lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lightbox .lb-outerContainer .lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lightbox .lb-outerContainer .lb-nav .lb-prev, .lightbox .lb-outerContainer .lb-nav .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lightbox .lb-outerContainer .lb-nav .lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/product/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lightbox .lb-outerContainer .lb-nav .lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lightbox .lb-outerContainer .lb-nav .lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/product/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lightbox .lb-outerContainer .lb-nav .lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lightbox .lb-outerContainer .lb-container > .nav {
  left: 0;
}

.lightbox .lb-dataContainer {
  margin: 0 auto;
  padding-top: 0.3125rem;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  position: absolute;
  top: -2.8125rem;
  left: 0;
  right: 0px;
}

.lightbox .lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lightbox .lb-dataContainer .lb-data {
  padding: 0 0.25rem;
  color: #ccc;
}

.lightbox .lb-dataContainer .lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lightbox .lb-dataContainer .lb-data .lb-close {
  display: block;
  float: right;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../img/product/close.png) no-repeat center center/100% auto;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
  right: -1.875rem;
}

.lightbox .lb-dataContainer .lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: inherit;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: none;
  border-radius: 50%;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.top .kv {
  position: relative;
  overflow: hidden;
}

.top .kv .scroll {
  position: absolute;
  right: 3.0625rem;
  bottom: 0;
  padding-bottom: 11.1875rem;
  width: 1.25rem;
  overflow: hidden;
}

@media (max-width: 750px) {
  .top .kv .scroll {
    width: 1.9375rem;
    right: 1.625rem;
    padding-bottom: 12.6875rem;
  }
}

.top .kv .scroll__dot {
  background: url("../img/top/scroll_dot.png") no-repeat center center/98% auto;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 4.6875rem;
  left: 0.21875rem;
  -webkit-animation: scroll 1.5s linear infinite;
          animation: scroll 1.5s linear infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 750px) {
  .top .kv .scroll__dot {
    width: 1rem;
    height: 1rem;
    top: 6.25rem;
    left: 0.5rem;
    -webkit-animation: scrollsp 1.5s linear infinite;
            animation: scrollsp 1.5s linear infinite;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.top .kv .scroll:before {
  position: absolute;
  bottom: 0;
  left: 0.5625rem;
  width: 1px;
  height: 9.8125rem;
  background-color: #1893FC;
  content: "";
}

@media (max-width: 750px) {
  .top .kv .scroll:before {
    left: 0.9375rem;
    height: 11.5625rem;
  }
}

.top .kv #canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  min-width: 100% !important;
}

@media (max-width: 750px) {
  .top .kv #canvas {
    height: 75.875rem;
  }
}

.top .kv__inner {
  position: relative;
  min-height: 42.375rem;
  width: 75rem;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .top .kv__inner {
    width: auto;
    min-height: 75.875rem;
  }
}

.top .kv__info {
  position: absolute;
  top: 19.375rem;
  left: 0;
}

@media (max-width: 750px) {
  .top .kv__info {
    top: 38.0625rem;
    left: 3.5625rem;
  }
}

.top .kv__title--jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2.875rem;
  line-height: 4.375rem;
  letter-spacing: 0.25rem;
}

@media (max-width: 750px) {
  .top .kv__title--jp {
    font-size: 3rem;
    line-height: 4.9375rem;
    letter-spacing: szie-sp(5, rem);
  }
}

.top .kv__title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: italic;
  color: #1893FC;
  padding: 0.875rem 0 3.0625rem;
  letter-spacing: 0.09375rem;
  display: block;
}

@media (max-width: 750px) {
  .top .kv__title--en {
    font-size: 1.75rem;
    padding: 0.8125rem 0 3.6875rem;
    letter-spacing: 0.075rem;
  }
}

.top .kv__btn a {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  width: 10rem;
}

@media (max-width: 750px) {
  .top .kv__btn a {
    width: 24.625rem;
    font-size: 2rem;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    padding-left: 4.25rem;
    border-radius: 3.75rem;
  }
}

.top .section__service {
  background-color: #00198B;
  padding: 8.25rem 0 4.5625rem;
  color: #fff;
}

@media (max-width: 750px) {
  .top .section__service {
    padding: 15.375rem 0 10rem;
  }
  .top .section__service .inner {
    margin: 0;
  }
}

.top .section__service .primary__title {
  padding-top: 3.375rem;
  margin-bottom: 3.25rem;
}

@media (max-width: 750px) {
  .top .section__service .primary__title {
    margin: 0 0 2.625rem 3.5rem;
  }
}

.top .section__service .primary__title--en {
  color: #fff;
  font-size: 69px;
  top: -20px;
  left: 0;
  opacity: 1;
}

@media (max-width: 750px) {
  .top .section__service .primary__title--en {
    font-size: 7.1875rem;
    line-height: 8.125rem;
    top: -6.875rem;
  }
}

.top .section__service .primary__title--jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 0.125rem;
}

@media (max-width: 750px) {
  .top .section__service .primary__title--jp {
    font-size: 2rem;
    line-height: 4.125rem;
    padding-left: 0;
    letter-spacing: 0.125rem;
  }
}

.top .section__service--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.625rem;
          flex: 0 0 20.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .top .section__service--list {
    display: inherit;
    margin-left: 4.5rem;
  }
  .top .section__service--list .slick-prev, .top .section__service--list .slick-next {
    width: 4.375rem;
    height: 5.625rem;
    bottom: inherit;
    top: 50%;
    margin-top: -2.625rem;
  }
  .top .section__service--list .slick-next {
    background: url("../img/common/slider_next_white.svg") no-repeat center top/100% auto;
    right: 0.3125rem;
  }
  .top .section__service--list .slick-prev {
    background: url("../img/common/slider_prev_white.svg") no-repeat center top/100% auto;
    left: -4.6875rem;
  }
  .top .section__service--list .slick-dots {
    bottom: -4.0625rem;
    text-align: left;
  }
  .top .section__service--list .slick-dots li {
    margin: 0 0.4375rem 0 0;
  }
  .top .section__service--list .slick-dots li button {
    width: 5.9375rem;
    height: 0.375rem;
    background-color: #6473B8;
    border-radius: 0;
  }
  .top .section__service--list .slick-dots li.slick-active button {
    background-color: #fff;
  }
}

.top .section__service--list-item {
  width: 20.625rem;
  background-color: #1893FC;
  margin-bottom: 2.9375rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  position: relative;
}

@media (max-width: 750px) {
  .top .section__service--list-item {
    width: 37.875rem;
    font-size: 1.75rem;
    line-height: 3rem;
    letter-spacing: 0.0625rem;
    margin: 0 1.5625rem 1.875rem;
  }
}

.top .section__service--list-item-title {
  position: absolute;
  top: 10.5rem;
  left: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  pointer-events: none;
}

@media (max-width: 750px) {
  .top .section__service--list-item-title {
    top: 14.375rem;
    left: 2.0625rem;
    font-size: 3rem;
    line-height: 4.25rem;
  }
}

.top .section__service--list-item-txt {
  padding: 1.75rem 0 0.75rem 1.875rem;
  letter-spacing: 0.5px;
}

@media (max-width: 750px) {
  .top .section__service--list-item-txt {
    padding: 2.4375rem 0 1.25rem 2rem;
  }
}

.top .section__service--list-item-btn {
  padding: 0 0 1.875rem 1.875rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

@media (max-width: 750px) {
  .top .section__service--list-item-btn {
    font-size: 1.875rem;
    padding: 0 0 2.3125rem 1.875rem;
  }
}

.top .section__service--list-item:nth-child(4) .section__service--list-item-txt {
  padding: 0.9375rem 0 0.625rem 1.875rem;
}

.top .section__service--list-item:nth-child(4) .section__service--list-item-btn {
  padding-bottom: 0.625rem;
}

.top .section__service--list-item a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}

.top .section__service--list-item a:hover .section__service--list-item-btn {
  text-decoration: underline;
}

.top .section__case {
  padding: 6.5625rem 0 7.4375rem;
}

@media (max-width: 750px) {
  .top .section__case {
    padding-bottom: 8.75rem;
  }
}

.top .section__solutions {
  background-color: #F7F9FA;
  padding: 6.9375rem 0 7.5rem;
}

@media (max-width: 750px) {
  .top .section__solutions {
    padding: 13.5625rem 0 7.875rem;
  }
  .top .section__solutions .primary__title--en {
    font-size: 7.5rem;
    top: -1.875rem;
  }
}

.top .section__solutions--txttop {
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 0.125rem;
  margin: 2.1875rem 0 3.3125rem;
}

@media (max-width: 750px) {
  .top .section__solutions--txttop {
    font-size: 2rem;
    line-height: 4.125rem;
    letter-spacing: 0.1875rem;
    margin: 5.25rem 0 5.3125rem;
  }
}

.top .section__solutions--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 30.625rem;
          flex: 0 30.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .top .section__solutions--list {
    -webkit-box-flex: 41.875rem;
        -ms-flex: 41.875rem;
            flex: 41.875rem;
  }
}

.top .section__solutions--list li {
  width: 30.625rem;
}

@media (max-width: 750px) {
  .top .section__solutions--list li {
    width: 41.875rem;
  }
  .top .section__solutions--list li + li a {
    border-top: none;
  }
}

.top .section__solutions--list li a {
  border-bottom: 1px solid #D6DCF7;
  border-top: 1px solid #D6DCF7;
  height: 10.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 750px) {
  .top .section__solutions--list li a {
    height: 14.125rem;
    text-decoration: none;
    border-width: 0.125rem;
  }
}

.top .section__solutions--list li a:after {
  background: url("../img/common/btn_icon1.svg") no-repeat center center/98% auto;
  width: 4.1875rem;
  height: 4.1875rem;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
}

@media (max-width: 750px) {
  .top .section__solutions--list li a:after {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.top .section__solutions--list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.top .section__solutions--list-en {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #1D3CC6;
}

@media (max-width: 750px) {
  .top .section__solutions--list-en {
    font-size: 1.75rem;
  }
}

.top .section__solutions--list-jp {
  font-size: 1.625rem;
  font-weight: 500;
  padding-top: 0.625rem;
}

@media (max-width: 750px) {
  .top .section__solutions--list-jp {
    font-size: 2.375rem;
    padding-top: 0;
  }
}

.top .section__event {
  padding: 6.9375rem 0 12.5rem;
}

@media (max-width: 750px) {
  .top .section__event {
    padding: 11.375rem 0 6.25rem;
  }
  .top .section__event .inner {
    margin: 0;
  }
}

.top .section__event .primary__title {
  padding-bottom: 3.9375rem;
}

@media (max-width: 750px) {
  .top .section__event .primary__title {
    margin-left: 2.5rem;
  }
  .top .section__event .primary__title--en {
    font-size: 7.5rem;
    top: -1.8125rem;
  }
}

.top .section__event--btn {
  position: absolute;
  top: 2.4375rem;
  right: 0;
}

@media (max-width: 750px) {
  .top .section__event--btn {
    position: static;
  }
}

.top .section__event--btn a {
  width: 9.625rem;
}

@media (max-width: 750px) {
  .top .section__event--btn a {
    width: 37.875rem;
  }
}

@media (max-width: 750px) {
  .top .section__event--slider {
    margin: 0 0 11.0625rem 2.5rem;
  }
}

.top .section__event--slider .slick-prev, .top .section__event--slider .slick-next {
  bottom: -6.875rem;
  width: 0.875rem;
  height: 1.875rem;
}

@media (max-width: 750px) {
  .top .section__event--slider .slick-prev, .top .section__event--slider .slick-next {
    width: 1rem;
    height: 2.125rem;
  }
}

.top .section__event--slider .slick-next {
  background: url("../img/common/slider_next.svg") no-repeat center top/100% auto;
  right: calc(50% - 10.8125rem);
}

.top .section__event--slider .slick-prev {
  background: url("../img/common/slider_prev.svg") no-repeat center top/100% auto;
  left: calc(50% - 10.8125rem);
}

.top .section__event--slider .slick-dots {
  bottom: -5.1875rem;
}

@media (max-width: 750px) {
  .top .section__event--slider .slick-dots {
    bottom: -5.625rem;
  }
}

.top .section__event--slider .slick-dots li {
  margin: 0 0.625rem;
}

@media (max-width: 750px) {
  .top .section__event--slider .slick-dots li {
    margin: 0 0.9375rem;
  }
}

.top .section__event--slider .slick-dots li button {
  height: 12px;
  width: 12px;
  background: #E2E2E2;
}

@media (max-width: 750px) {
  .top .section__event--slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}

.top .section__event--slider .slick-dots li.slick-active button {
  background-color: #1D3CC6;
}

.top .section__event--slider-item {
  width: 21.25rem;
  background-color: #F7F9FA;
  margin: 0 1rem;
  position: relative;
  margin-top: 2.0625rem;
}

@media (max-width: 750px) {
  .top .section__event--slider-item {
    width: 35.25rem;
    margin: 2.8125rem 1.25rem 0;
  }
  .top .section__event--slider-item a {
    text-decoration: none;
  }
}

.top .section__event--slider-item .img {
  width: 21.25rem;
  height: 11.125rem;
  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;
  overflow: hidden;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .img {
    width: 35.25rem;
    height: 19.8125rem;
  }
}

.top .section__event--slider-item .img img {
  width: 21.25rem;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .img img {
    width: 35.25rem;
  }
}

@media (min-width: 751px) {
  .top .section__event--slider-item .img a {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .top .section__event--slider-item .img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.top .section__event--slider-item .label {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.125rem 1.125rem;
  top: -2.125rem;
  right: 0;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .label {
    padding: 0 1.125rem;
    top: auto;
    bottom: 100%;
    font-size: 1.5rem;
    line-height: 2.75rem;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.top .section__event--slider-item .label--color01 {
  background-color: #3CBEDC;
}

.top .section__event--slider-item .label--color02 {
  background-color: #1D3CC6;
}

.top .section__event--slider-item .label--color03 {
  background-color: #454545;
}

.top .section__event--slider-item .meta__date {
  padding: 1.0625rem 0 0.625rem 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #1D3CC6;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .meta__date {
    font-size: 1.75rem;
    line-height: 2.25rem;
    padding: 2.375rem 0 1.375rem 2rem;
  }
}

.top .section__event--slider-item .title {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding: 0 1.25rem 0 1.5625rem;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .title {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0 1.5625rem 0 2rem;
    margin-bottom: 1.8125rem;
    letter-spacing: 0;
  }
}

.top .section__event--slider-item .info_txt {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 0 1.875rem 1.5625rem;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .info_txt {
    font-size: 1.75rem;
    line-height: 2.5rem;
    padding: 0 0 2.8125rem 2rem;
  }
}

.top .section__event--slider-item .info_txt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .section__event--slider-item .info_txt p.location span:nth-child(1) {
  width: 2.75rem;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .info_txt p.location span:nth-child(1) {
    width: 5.625rem;
  }
}

.top .section__event--slider-item .info_txt p.location span:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 15.625rem;
}

@media (max-width: 750px) {
  .top .section__event--slider-item .info_txt p.location span:nth-child(2) {
    width: 25.3125rem;
  }
}

.top .section__news {
  color: #000000;
  position: relative;
  padding: 7.1875rem 0 0;
}

@media (max-width: 750px) {
  .top .section__news {
    padding-top: 4.3125rem;
  }
}

@media (max-width: 750px) and (max-width: 750px) {
  .top .section__news .primary__title--en {
    font-size: 7.5rem;
    top: -1.8125rem;
  }
}

.top .section__news:before {
  background-color: #F7F9FA;
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 38.3125rem);
  bottom: -18.75rem;
  content: "";
}

@media (max-width: 750px) {
  .top .section__news:before {
    background: none;
    display: none;
  }
}

.top .section__news .viewmore-btn {
  position: absolute;
  top: -9.1875rem;
  right: 5.3125rem;
}

@media (max-width: 750px) {
  .top .section__news .viewmore-btn {
    position: static;
  }
  .top .section__news .viewmore-btn a {
    text-decoration: underline !important;
  }
}

.top .section__news .tabs {
  margin-top: 3.625rem;
}

@media (max-width: 750px) {
  .top .section__news .tabs {
    margin: 4.75rem 0 9.0625rem;
  }
  .top .section__news .tabs a {
    text-decoration: none;
  }
}

.top .section__news .tabs__btn--item {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #C4C4C4;
  width: 25%;
}

@media (max-width: 750px) {
  .top .section__news .tabs__btn--item {
    padding-bottom: 1rem;
  }
}

.top .section__news .tabs__btn--item.active {
  border-width: 0.1875rem;
  border-color: #1D3CC6;
}

@media (max-width: 750px) {
  .top .section__news .tabs__btn--item.active {
    border-width: 0.375rem;
  }
}

.top .section__news .tabs__btn--item.active a {
  color: #1D3CC6;
}

.top .section__news .tabs__main {
  margin: 3.3125rem 0 7.5rem;
}

@media (max-width: 750px) {
  .top .section__news .tabs__main {
    margin: 0.875rem 0 5rem;
  }
}

.top .section__news .tabs__main .news-list {
  margin-top: 3.4375rem;
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list {
    margin-top: 1.5rem;
  }
}

.top .section__news .tabs__main .news-list__item {
  padding: 1.375rem 0 1.0625rem;
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 751px) {
  .top .section__news .tabs__main .news-list__item:hover {
    text-decoration: none;
    opacity: .8;
  }
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list__item {
    padding: 2.4375rem 0 2.3125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top .section__news .tabs__main .news-list__item span {
  display: inline-block;
  vertical-align: middle;
}

.top .section__news .tabs__main .news-list__item .date {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.625rem;
  color: rgba(36, 69, 84, 0.5);
  width: 5.9375rem;
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list__item .date {
    padding-top: 0.3125rem;
    font-size: 1.5rem;
    width: 8.5625rem;
    line-height: 2.5625rem;
  }
}

.top .section__news .tabs__main .news-list__item .category {
  margin-top: 0.125rem;
  margin-right: 1rem;
  width: 5.4375rem;
  height: 1.625rem;
  border-radius: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.625rem;
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list__item .category {
    width: 9.1875rem;
    height: 2.75rem;
    font-size: 1.625rem;
    line-height: 2.75rem;
  }
}

.top .section__news .tabs__main .news-list__item .category--style-topics {
  background-color: #189CD3;
}

.top .section__news .tabs__main .news-list__item .category--style-company-news {
  background-color: #1893FC;
}

.top .section__news .tabs__main .news-list__item .category--style-events {
  background-color: #1D3CC6;
}

.top .section__news .tabs__main .news-list__item .desc {
  padding-right: 0.625rem;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 2.1428571429;
  width: calc(100% - 12.375rem);
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list__item .desc {
    padding-top: 1rem;
    padding-right: 0;
    width: 100%;
    font-size: 1.75rem;
    line-height: 1.5714285714;
  }
  .top .section__news .tabs__main .news-list__item .desc img {
    margin-top: -0.8125rem;
    width: 1.875rem;
  }
}

.top .section__news .tabs__main .news-list__item .desc img {
  margin-top: -0.3125rem;
}

.top .section__news .tabs__main .news-list__item.new .desc:before {
  content: 'NEW';
  margin-right: 0.3125rem;
  padding: 0 0.625rem;
  border: 1px solid #FF2626;
  color: #FF2626;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: inline-block;
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list__item.new .desc:before {
    content: none;
  }
}

@media (max-width: 750px) {
  .top .section__news .tabs__main .news-list__item.new .category {
    position: relative;
  }
  .top .section__news .tabs__main .news-list__item.new .category:after {
    content: 'NEW';
    margin-left: 1.5rem;
    padding: 0 0.75rem;
    border: 1px solid #FF2626;
    color: #FF2626;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 2rem;
    display: inline-block;
    position: absolute;
    top: 0.1875rem;
    left: 100%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(9.5rem);
            transform: translateY(9.5rem);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(9.5rem);
            transform: translateY(9.5rem);
  }
}

@-webkit-keyframes scrollsp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(11.5rem);
            transform: translateY(11.5rem);
  }
}

@keyframes scrollsp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(11.5rem);
            transform: translateY(11.5rem);
  }
}
/*# sourceMappingURL=top.css.map */