@charset "UTF-8";
/* 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 {
  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.1713030747vw;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}

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 {
  display: -ms-grid !important;
  display: grid !important;
  place-items: center !important;
  height: 100% !important;
  padding: 0 10% !important;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@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;
}

.header__nav--sp-search {
  position: absolute;
  top: 1.25rem;
  right: 9.375rem;
  padding: 1.25rem;
  z-index: 99;
}

.header__nav--pc-main .list .mega-menu-hover-strong .mega-menu-btn {
  border-radius: 100px;
  background-color: #1893FC;
  padding: 4px 20px;
  color: #fff;
}

.header__nav--pc-main .list .mega-menu-hover-strong .mega-menu-btn:hover {
  background-color: #1d3cc6;
}

.header__nav--pc-main .list .mega-menu-hover-strong .mega-menu-btn:before {
  content: 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 0.3s ease;
  transition: background-color 0.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 0.3s ease;
    transition: background-color 0.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;
  }
}

/* about cookie
 * =================================================================== */
.about-cookie {
  width: 100%;
  border-top: 2px solid #189CD3;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}

.about-cookie__inner {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .about-cookie__inner {
    width: 90%;
  }
}

.about-cookie__tx {
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
}
.about-cookie__tx a {
  color: #1893FC;
}

.about-cookie__agree {
  display: block;
  margin: 10px 2% 0 auto;
  border: none;
  border-radius: 100px;
  background: #0D33E0;
  padding: 6px 16px 8px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

/* 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: 0.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: 0.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;
}

.service-detail .menu__service {
  border-top: 0.0625rem solid rgba(24, 156, 211, 0.33);
}
.service-detail .menu__service--pc {
  padding: 1.25rem 0;
  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;
  border-top: 1px solid rgba(24, 156, 211, 0.33);
}
.service-detail .menu__service--pc li {
  margin-right: 0.75rem;
}
.service-detail .menu__service--pc li:last-child {
  margin-right: 0;
}
.service-detail .menu__service--pc li a {
  width: 10.625rem;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 2.375rem;
  color: #606881;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #A8ADBE;
  border-radius: 0.625rem;
}
@media (min-width: 751px) {
  .service-detail .menu__service--pc li a:hover {
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #1D3CC6;
    border-color: #1D3CC6;
  }
}
.service-detail .menu__service--pc li a.active {
  color: #fff;
  border-color: #1D3CC6;
  background-color: #1D3CC6;
}
.service-detail .menu__service--sp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9.9375rem;
  margin: 0 4.5rem;
  border-bottom: 0.5rem solid #1893FC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  line-height: 3.625rem;
}
.service-detail .menu__service--sp .menu__service--current {
  color: #1893FC;
}
.service-detail .menu__service--sp .menu__service--current:after {
  background: url("/img/company/arrow.svg") no-repeat center center/100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.8125rem;
  height: 2.8125rem;
  content: "";
}
.service-detail .menu__service--sp .menu__service--current.active:after {
  background-image: url("/img/company/arrow_active.svg");
}
.service-detail .menu__service--sp ul {
  position: absolute;
  top: 9.9375rem;
  left: -4.5rem;
  right: -4.5rem;
  display: none;
  z-index: 8;
  background-color: #FAFAFA;
}
.service-detail .menu__service--sp ul li {
  padding: 0 4.375rem;
}
.service-detail .menu__service--sp ul li a {
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-detail .heading {
  text-align: center;
  height: 16.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .service-detail .heading {
    height: 17.125rem;
  }
}
.service-detail .heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
.service-detail .heading__title--en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #fff;
}
@media (max-width: 750px) {
  .service-detail .heading__title--en {
    font-size: 1.625rem;
    line-height: 2.5rem;
  }
}
.service-detail .heading__title--jp {
  font-size: 2.625rem;
  font-weight: 500;
  color: #fff;
  padding-top: 1.875rem;
}
@media (max-width: 750px) {
  .service-detail .heading__title--jp {
    font-size: 3rem;
    line-height: 5.125rem;
    padding-top: 0.625rem;
  }
}
.service-detail .section__listurl {
  background-color: #EDF7FF;
  position: relative;
  padding: 7.25rem 0 10rem;
}
@media (max-width: 750px) {
  .service-detail .section__listurl {
    padding: 9.0625rem 0 14.1875rem;
  }
  .service-detail .section__listurl .primary__title--en {
    top: -1.1875rem;
    left: -1.1875rem;
  }
}
.service-detail .section__listurl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.875rem;
          flex: 0 0 19.875rem;
  margin: 2.0625rem -3.9375rem 0.3125rem 0;
}
@media (max-width: 750px) {
  .service-detail .section__listurl ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 37.875rem;
        -ms-flex: 37.875rem;
            flex: 37.875rem;
    margin: 5.375rem 2rem 6.125rem;
  }
}
.service-detail .section__listurl ul li {
  margin-right: 3.9375rem;
  margin-bottom: 1.875rem;
  width: 19.875rem;
}
@media (max-width: 750px) {
  .service-detail .section__listurl ul li {
    margin-bottom: 0;
    width: 37.875rem;
  }
}
.service-detail .section__listurl ul li a {
  border-bottom: 1px solid #BFCFF8;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  padding: 0.625rem 2.8125rem 1.25rem 0;
  width: 19.875rem;
  height: 100%;
  min-height: 5.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
@media (max-width: 750px) {
  .service-detail .section__listurl ul li a {
    font-size: 1.6875rem;
    padding: 0 5rem 0 0;
    width: 37.875rem;
    height: 9.0625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 3.125rem;
  }
}
.service-detail .section__listurl ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.service-detail .section__listurl ul li a:after {
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/img/common/btn_icon1.svg") no-repeat center center/100% auto;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  content: "";
}
@media (max-width: 750px) {
  .service-detail .section__listurl ul li a:after {
    width: 3.875rem;
    height: 3.875rem;
    right: 0;
  }
}
.service-detail .section__listurl--solution {
  padding-bottom: 1.0625rem;
}
@media (max-width: 750px) {
  .service-detail .section__listurl--solution {
    padding-bottom: 14.1875rem;
  }
}
.service-detail .section__listurl--btn {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  margin-left: -15.8125rem;
  right: 0;
  z-index: 1;
}
@media (max-width: 750px) {
  .service-detail .section__listurl--btn {
    left: 6.625rem;
    margin-left: 0;
    bottom: -5.9375rem;
  }
}
.service-detail .section__listurl--btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5rem;
  height: 10rem;
  background: url("/img/service/dx-bpr/sec3_btn.jpg") no-repeat center center/cover;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 750px) {
  .service-detail .section__listurl--btn a {
    font-size: 2rem;
    line-height: 2.875rem;
    height: 11.875rem;
    padding-left: 5rem;
    text-decoration: none;
  }
}
.service-detail .section__listurl--btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.service-detail .section__listurl--btn a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 30.1875rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}
@media (max-width: 750px) {
  .service-detail .section__listurl--btn a:after {
    left: 23.875rem;
  }
}
.service-detail .section__other {
  padding: 10.25rem 0 4.25rem;
}
@media (max-width: 750px) {
  .service-detail .section__other {
    padding: 21.9375rem 0 8.75rem;
  }
}
.service-detail .section__other h2 {
  margin-bottom: 1.5625rem;
}
@media (max-width: 750px) {
  .service-detail .section__other h2 {
    margin-bottom: 5.5625rem;
  }
  .service-detail .section__other h2 .primary__title--en {
    top: -7.5rem;
  }
}
.service-detail .section__other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.75rem;
          flex: 0 0 21.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .service-detail .section__other ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 39.875rem;
        -ms-flex: 39.875rem;
            flex: 39.875rem;
    margin: 0 0.9375rem;
  }
}
.service-detail .section__other ul li {
  width: 21.75rem;
  position: relative;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .service-detail .section__other ul li {
    width: 39.875rem;
    margin-bottom: 1.25rem;
  }
}
.service-detail .section__other ul li .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-detail .section__other ul li .info span {
  display: block;
}
.service-detail .section__other ul li .info .title {
  font-size: 1.5rem;
  line-height: 3.625rem;
  padding: 2.25rem 0 0;
  font-weight: 700;
}
@media (max-width: 750px) {
  .service-detail .section__other ul li .info .title {
    font-size: 2.6875rem;
    padding-top: 4.25rem;
  }
}
.service-detail .section__other ul li .info .txt {
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.8125rem 0 0.625rem;
}
@media (max-width: 750px) {
  .service-detail .section__other ul li .info .txt {
    font-size: 1.5625rem;
    line-height: 2.6875rem;
    padding: 3.125rem 0 1.4375rem;
  }
}
.service-detail .section__other ul li .info .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .service-detail .section__other ul li .info .btn {
    font-size: 1.5625rem;
  }
}
.service-detail .section__other ul li:nth-child(4) .info .txt {
  padding: 0 0 0.375rem;
}
@media (max-width: 750px) {
  .service-detail .section__other ul li:nth-child(4) .info .txt {
    padding: 1.875rem 0 1.0625rem;
  }
}
.service-detail .section__service {
  margin-bottom: 5.25rem;
}
@media (max-width: 750px) {
  .service-detail .section__service {
    margin-bottom: 10.625rem;
  }
}
.service-detail .section__service .section__item h2 {
  margin-bottom: 2.6875rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__item h2 {
    margin-bottom: 5.1875rem;
  }
}
.service-detail .section__service .section__item .img {
  text-align: center;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__item .img img {
    width: 100%;
  }
}
.service-detail .section__service .section__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.5625rem 0 4.375rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem 0;
  }
}
.service-detail .section__service .section__point dl {
  width: 21.625rem;
  text-align: center;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__point dl {
    width: 39.875rem;
    margin-bottom: 5.6875rem;
  }
}
.service-detail .section__service .section__point dl dt {
  color: #1D3CC6;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  padding-bottom: 0.8125rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__point dl dt {
    font-size: 2.25rem;
    padding-bottom: 0.625rem;
  }
}
.service-detail .section__service .section__point dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2rem;
  padding: 1.75rem 0 2.125rem;
  border-bottom: 1px solid #D6DCF7;
  border-top: 1px solid #D6DCF7;
  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;
  min-height: 4rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__point dl dd {
    border-width: 2px;
    padding: 3.25rem 0;
    font-size: 2.25rem;
    line-height: 3.3125rem;
    min-height: 13.375rem;
  }
}
@media (max-width: 750px) {
  .service-detail .section__service .section__point dl:last-of-type {
    margin-bottom: 0;
  }
}
.service-detail .section__service .section__01 {
  margin-top: 4.875rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__01 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 751px) {
  .service-detail .section__service .section__01--info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.service-detail .section__service .section__01--info1 .txt {
  width: 31.25rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__01--info1 .txt {
    width: 100%;
    margin-bottom: 5.5625rem;
  }
}
.service-detail .section__service .section__01--info1 .txt p + p {
  padding-top: 1.875rem;
}
@media (max-width: 750px) {
  .service-detail .section__service .section__01--info1 .txt p + p {
    padding-top: 3.125rem;
  }
}
@media (min-width: 751px) {
  .service-detail .section__service .section__01--info1 .img {
    margin-top: 0.3125rem;
    width: 31.25rem;
  }
}
@media (min-width: 751px) {
  .service-detail .section__service .primary-btn {
    margin-top: 3.9375rem;
  }
  .service-detail .section__service .primary-btn a {
    padding-left: 2.8125rem;
    padding-right: 9.375rem;
  }
}
@media (max-width: 750px) {
  .service-detail .section__service .primary-btn {
    margin-top: 10.625rem;
  }
}
.service-detail .section__partners--item {
  margin-bottom: 6.125rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item {
    margin-bottom: 100px;
  }
}
.service-detail .section__partners--item h2 {
  margin-bottom: 1.875rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item h2 {
    margin-bottom: 91px;
  }
}
.service-detail .section__partners--item .box {
  border: 1px solid #C4C4C4;
  padding: 2.0625rem 0;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.75rem;
  }
}
.service-detail .section__partners--item.style1 .box {
  padding: 2.0625rem 0 1.5625rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box {
    padding: 0 0 1.5625rem;
    margin-bottom: 5.6875rem;
  }
}
.service-detail .section__partners--item.style1 .box .logo {
  width: 13.4375rem;
  margin: 0 3.75rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .logo {
    width: 21.875rem;
    margin: 0 auto;
  }
}
.service-detail .section__partners--item.style1 .box .content {
  padding-left: 3.75rem;
  width: 42.75rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  font-weight: 300;
  border-left: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content {
    border-left: none;
    font-size: 1.75rem;
    line-height: 3.25rem;
    width: 35.625rem;
    border-top: 1px solid #C4C4C4;
    padding-left: 0;
    letter-spacing: 0.0625rem;
  }
}
.service-detail .section__partners--item.style1 .box .content a {
  color: #1D3CC6;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content a {
    letter-spacing: 0.03125rem;
  }
}
.service-detail .section__partners--item.style1 .box .content p {
  padding-bottom: 1.25rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content p {
    padding-bottom: 1.25rem;
  }
}
.service-detail .section__partners--item.style1 .box .content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.625rem 0 1.75rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content h3 {
    font-size: 2.25rem;
    line-height: 3.3125rem;
    padding: 2.75rem 0 2.25rem;
  }
}
.service-detail .section__partners--item.style1 .box .content h4 {
  font-weight: 500;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content h4 {
    padding: 1.6875rem 0 1.8125rem;
  }
}
.service-detail .section__partners--item.style1 .box .content dl {
  padding-left: 1.125rem;
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.8125rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content dl {
    padding-left: 1.25rem;
    padding-bottom: 1.875rem;
    line-height: 3.25rem;
  }
  .service-detail .section__partners--item.style1 .box .content dl dd {
    padding-top: 0.5625rem;
  }
}
.service-detail .section__partners--item.style1 .box .content dl:before {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 0.25rem;
  height: 1.375rem;
  background-color: #1D3CC6;
  content: "";
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style1 .box .content dl:before {
    height: 2.625rem;
  }
}
.service-detail .section__partners--item.style2 h2 {
  margin-bottom: 2.9375rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 h2 {
    margin-bottom: 6.0625rem;
  }
}
.service-detail .section__partners--item.style2 .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 .box {
    margin-bottom: 5.9375rem;
  }
}
.service-detail .section__partners--item.style2 .box .logo {
  width: 13.8125rem;
  margin: 0 10rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 .box .logo {
    width: 21.875rem;
    margin: 0 auto 3.75rem;
  }
}
.service-detail .section__partners--item.style2 .box .content {
  padding-left: 2.8125rem;
  width: 31.25rem;
  line-height: 1.9375rem;
  letter-spacing: 0;
  font-weight: 300;
  border-left: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 .box .content {
    border-left: none;
    font-size: 1.75rem;
    line-height: 3.25rem;
    width: 35.625rem;
    border-top: 1px solid #C4C4C4;
    padding-left: 0;
    letter-spacing: 0.0625rem;
  }
  .service-detail .section__partners--item.style2 .box .content .url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-detail .section__partners--item.style2 .box .content .url span {
    width: 5.625rem;
  }
}
.service-detail .section__partners--item.style2 .box .content a {
  color: #1D3CC6;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 .box .content a {
    letter-spacing: 0.03125rem;
  }
}
.service-detail .section__partners--item.style2 .box .content p + p {
  padding-top: 0.625rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 .box .content p + p {
    padding-top: 1.25rem;
  }
}
.service-detail .section__partners--item.style2 .box .content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
@media (max-width: 750px) {
  .service-detail .section__partners--item.style2 .box .content h3 {
    font-size: 2.25rem;
    line-height: 3.3125rem;
    padding: 3.625rem 0 2.25rem;
  }
}
.service-detail .section__partners .primary-btn {
  margin-bottom: 6.25rem;
}
.service-detail .section__partners .primary-btn a {
  width: 10.9375rem;
}
@media (max-width: 750px) {
  .service-detail .section__partners .primary-btn a {
    width: 35.625rem;
  }
}
.service__dxbpr .heading {
  background: url("/img/service/dx-bpr/heading_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 750px) {
  .service__dxbpr .heading {
    background-image: url("/img/service/dx-bpr/sp_heading_bg.jpg");
  }
}
.service__dxbpr .section__01 {
  padding: 4.625rem 0 6rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__01 {
    padding: 4.0625rem 0 5.3125rem;
    line-height: 3.25rem;
  }
}
.service__dxbpr .section__01 h2 {
  margin-bottom: 2.625rem;
  line-height: 2.375rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__01 h2 {
    letter-spacing: 0;
    line-height: 4.0625rem;
    margin-bottom: 5rem;
  }
}
.service__dxbpr .section__02 {
  margin-bottom: 6rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02 {
    margin-bottom: 5.3125rem;
    line-height: 3.25rem;
  }
}
.service__dxbpr .section__02 h2 {
  margin-bottom: 4.0625rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02 h2 {
    margin-bottom: 5.875rem;
    letter-spacing: 0;
  }
}
.service__dxbpr .section__02--info1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__dxbpr .section__02--info1 .txt {
  width: 31.25rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info1 .txt {
    width: 100%;
    margin-bottom: 4.625rem;
  }
}
.service__dxbpr .section__02--info1 .txt p + p {
  padding-top: 1.875rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info1 .txt p + p {
    padding-top: 3.125rem;
  }
}
.service__dxbpr .section__02--info1 .img {
  width: 29.125rem;
  margin-right: 1.0625rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info1 .img {
    margin-right: 0;
    width: 41.875rem;
  }
}
.service__dxbpr .section__02--info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2.75rem 0 3.25rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.3125rem 0 5.25rem;
  }
}
.service__dxbpr .section__02--info2 .txt {
  width: 31.25rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info2 .txt {
    width: 100%;
    margin-bottom: 5.6875rem;
  }
}
.service__dxbpr .section__02--info2 .img {
  width: 31.25rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__02--info2 .img {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: 46.875rem;
  }
}
.service__dxbpr .section__03 h2 {
  margin-bottom: 4.0625rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__03 h2 {
    margin-bottom: 5.1875rem;
  }
}
.service__dxbpr .section__03--info1 .img {
  width: 100%;
  margin: 3.375rem auto 0;
}
@media (max-width: 750px) {
  .service__dxbpr .section__03--info1 .img {
    margin: 6rem -0.8125rem 0;
  }
}
.service__dxbpr .section__03--info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 3.5rem 0 4.1875rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__03--info2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6.125rem 0 5.25rem;
  }
}
.service__dxbpr .section__03--info2 .txt {
  width: 31.25rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__03--info2 .txt {
    width: 100%;
    margin-top: 5rem;
  }
}
.service__dxbpr .section__03--info2 .img {
  width: 31.25rem;
}
@media (max-width: 750px) {
  .service__dxbpr .section__03--info2 .img {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    width: 46.875rem;
  }
}
.service__dxbpr .section__03 .primary-btn {
  margin-bottom: 8.4375rem;
}
.service__dxbpr .section__03 .primary-btn a {
  padding-left: 2.8125rem;
  padding-right: 9.375rem;
}
.service__digitalbpo .heading {
  background: url("/img/service/digital-bpo/heading_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 750px) {
  .service__digitalbpo .heading {
    background-image: url("/img/service/digital-bpo/sp_heading_bg.jpg");
  }
}
.service__digitalbpo .section__02 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .service__digitalbpo .section__02 {
    margin-top: 6.5625rem;
    margin-bottom: 6.75rem;
  }
}
.service__digitalbpo .section__02 .img {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .service__digitalbpo .section__02 .img {
    margin-top: 5.5rem;
  }
}
.service__digitalbpo .section__03 .title__01 {
  margin: 3.25rem 0 0;
  font-weight: 500;
  font-size: 1.625rem;
  color: #1D3CC6;
}
@media (max-width: 750px) {
  .service__digitalbpo .section__03 .title__01 {
    margin: 6.375rem 0 0;
    font-size: 3.25rem;
  }
}
@media (max-width: 750px) {
  .service__digitalbpo .section__03 .title__02 {
    margin: 6.375rem 0 0;
    font-size: 2.5rem;
  }
}
.service__digitalbpo .section__03 .img {
  margin: 4.6875rem 0 2.8125rem;
}
@media (max-width: 750px) {
  .service__digitalbpo .section__03 .img {
    margin: 3rem 0 5.5rem;
  }
}
.service__digitalbpo .section__point {
  padding: 4.5625rem 0 4.375rem;
}
@media (max-width: 750px) {
  .service__digitalbpo .section__point {
    padding: 5rem 0;
  }
}
.service__digitalbpo .section .point__style2 {
  padding: 4.5rem 0 0;
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 {
    padding: 3.4375rem 0 0.1875rem;
  }
}
.service__digitalbpo .section .point__style2 dl {
  text-align: left;
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 dl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.service__digitalbpo .section .point__style2 dl dt {
  padding: 0 0 1.25rem;
  position: relative;
}
.service__digitalbpo .section .point__style2 dl dt:after, .service__digitalbpo .section .point__style2 dl dt:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.service__digitalbpo .section .point__style2 dl dt:before {
  width: 100%;
  background-color: rgba(29, 60, 198, 0.5);
}
.service__digitalbpo .section .point__style2 dl dt:after {
  width: 3.75rem;
  background-color: #1D3CC6;
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 dl dt {
    padding: 0 0 1.5625rem;
  }
  .service__digitalbpo .section .point__style2 dl dt:before {
    width: 21.625rem;
  }
  .service__digitalbpo .section .point__style2 dl dt:after {
    width: 3.75rem;
  }
}
.service__digitalbpo .section .point__style2 dl dd {
  border: 0;
  padding: 1.125rem 0 0;
  font-weight: normal;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 dl dd {
    padding: 1.6875rem 0 0;
  }
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 .point__number {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.service__digitalbpo .section .point__style2 .point__txt {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
@media (min-width: 751px) {
  .service__digitalbpo .section .point__style2 .point__txt {
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.5rem 0 0;
  }
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 .point__txt {
    font-size: 2.5rem;
    line-height: 1.25;
    margin: 0.5625rem 0 0;
  }
}
.service__digitalbpo .section .point__style2 ul li {
  text-indent: -0.875rem;
  padding-left: 1.9em;
  line-height: 1.6428571429;
  font-size: 1rem;
}
.service__digitalbpo .section .point__style2 ul li:before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.service__digitalbpo .section .point__style2 ul li + li {
  margin-top: 0.8125rem;
}
@media (max-width: 750px) {
  .service__digitalbpo .section .point__style2 ul li {
    text-indent: -1.375rem;
    padding-left: 1.6em;
    line-height: 1.5;
    font-size: 1.75rem;
  }
  .service__digitalbpo .section .point__style2 ul li:before {
    margin-right: 0.9375rem;
  }
  .service__digitalbpo .section .point__style2 ul li + li {
    margin-top: 0.9375rem;
  }
}
.service__aiauto .heading {
  background: url("/img/service/ai-auto/heading_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 750px) {
  .service__aiauto .heading {
    background-image: url("/img/service/ai-auto/sp_heading_bg.jpg");
  }
}
.service__aiauto .section__02 {
  margin-top: 6.125rem;
  margin-bottom: 6.125rem;
}
@media (max-width: 750px) {
  .service__aiauto .section__02 {
    margin-top: 6.125rem;
    margin-bottom: 6.125rem;
  }
}
.service__aiauto .section__03 {
  margin-bottom: 7.8125rem;
}
@media (max-width: 750px) {
  .service__aiauto .section__03 {
    margin-bottom: 6.75rem;
  }
}
.service__aiauto .section__03 .img {
  margin: 3.125rem auto 0;
}
@media (max-width: 750px) {
  .service__aiauto .section__03 .img {
    margin: 5.5rem auto 0;
  }
}
.service__aiauto .section__04 .img {
  margin-top: 3.125rem;
}
@media (max-width: 750px) {
  .service__aiauto .section__04 .img {
    margin-top: 2.25rem;
  }
}
.service__documentmanagement .heading {
  background: url("/img/service/document-management/heading_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 750px) {
  .service__documentmanagement .heading {
    background-image: url("/img/service/document-management/sp_heading_bg.jpg");
  }
}
@media (min-width: 751px) {
  .service__documentmanagement .section__point dl {
    width: 15.9375rem !important;
  }
}
@media (max-width: 750px) {
  .service__documentmanagement .section__point {
    padding: 5.5625rem 0 !important;
  }
}
.service__documentmanagement .section__02 {
  margin-top: 6.125rem;
}
@media (max-width: 750px) {
  .service__documentmanagement .section__02 {
    margin-top: 6.875rem;
    margin-bottom: 5.75rem;
  }
}
.service__documentmanagement .section__02 .img__01 {
  margin: 3rem 0 5.9375rem;
}
@media (max-width: 750px) {
  .service__documentmanagement .section__02 .img__01 {
    margin: 5.5625rem 0 5.375rem;
  }
}
.service__documentmanagement .section__02 .img__02 {
  margin-top: 2.125rem;
}
@media (max-width: 750px) {
  .service__documentmanagement .section__02 .img__02 {
    margin-top: 5.5625rem;
  }
}
.service__financereform .heading {
  background: url("/img/service/finance-reform/heading_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 750px) {
  .service__financereform .heading {
    background-image: url("/img/service/finance-reform/sp_heading_bg.jpg");
  }
}
@media (min-width: 751px) {
  .service__financereform .section__point {
    padding: 3.125rem 0 4.4375rem !important;
  }
  .service__financereform .section__point dl {
    width: 15.9375rem !important;
  }
}
@media (max-width: 750px) {
  .service__financereform .section__point {
    padding: 5.5625rem 0 7.5rem !important;
  }
}
.service__financereform .section__02 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 750px) {
  .service__financereform .section__02 {
    margin-top: 6.75rem;
    margin-bottom: 5.125rem;
  }
}
.service__financereform .section__02 .img {
  margin: 0 0 3.25rem;
}
@media (max-width: 750px) {
  .service__financereform .section__02 .img {
    margin: 0 0 5.375rem;
  }
}
.service__financereform .section__03 .img {
  margin: 0 0 3.25rem;
}
@media (max-width: 750px) {
  .service__financereform .section__03 .img {
    margin: 0 0 5.375rem;
  }
}
.service__remotework .heading {
  background: url("/img/service/remote-work/heading_bg.jpg") no-repeat center center/cover;
}
@media (max-width: 750px) {
  .service__remotework .heading {
    background-image: url("/img/service/remote-work/sp_heading_bg.jpg");
  }
}
@media (min-width: 751px) {
  .service__remotework .section__point dl {
    width: 15.9375rem !important;
  }
}
@media (max-width: 750px) {
  .service__remotework .section__point {
    padding: 5.5625rem 0 !important;
  }
}
.service__remotework .section__02 {
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 750px) {
  .service__remotework .section__02 {
    margin-top: 6.75rem;
    margin-bottom: 6.75rem;
  }
}
.service__remotework .section__02 .img {
  margin-top: 3.125rem;
  text-align: left !important;
}
@media (max-width: 750px) {
  .service__remotework .section__02 .img {
    margin-top: 5.5rem;
  }
}
.service__remotework .section__03 .img {
  margin-top: 3rem;
}
@media (max-width: 750px) {
  .service__remotework .section__03 .img {
    margin-top: 5.5625rem;
  }
}