/* 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;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (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;
  }
}

/*# sourceMappingURL=reset.css.map */
html {
  -webkit-tap-highlight-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__nav--pc-main .list li .mega-menu a {
  -webkit-transition: opacity 0.3s ease;
  -o-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;
  -o-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;
  -ms-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%);
  -ms-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%);
  -ms-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%);
  -ms-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%);
  -ms-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%);
  -ms-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%);
  -ms-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;
  -o-text-overflow: ellipsis;
  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;
  -ms-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%);
  -ms-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%);
  -ms-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%);
  -ms-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;
  -o-transition: 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);
  -ms-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);
  -ms-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%);
  -ms-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%);
  -ms-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%);
  -ms-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;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(0.8125rem);
  -ms-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);
  -ms-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;
}

/* 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%);
    -ms-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);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}

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

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

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

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

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

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

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

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

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

.footer__top h2:after {
  position: absolute;
  top: 50%;
  left: 25.625rem;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-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%);
  -ms-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: -webkit-linear-gradient(315deg, #f6f7fa 0%, #ecf0fb 100%);
  background: -o-linear-gradient(315deg, #f6f7fa 0%, #ecf0fb 100%);
  background: linear-gradient(135deg, #f6f7fa 0%, #ecf0fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fa', endColorstr='#ecf0fb',GradientType=1 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 12.5rem;
  position: relative;
}

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

.heading__title {
  padding: 5.375rem 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb a {
  color: #1893FC;
}

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

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

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

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

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

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

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

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

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

.viewmore-btn a:after {
  content: "";
  background: url("../img/common/btn_icon1.svg") no-repeat center top/98% auto;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease;
  -o-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;
  -o-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%);
  -ms-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);
  -ms-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;
  -o-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;
  -o-text-overflow: ellipsis;
  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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block-company .arrow {
  width: 4.1875rem;
  height: 4.1875rem;
  background-color: #F8F9FC;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
}

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

.block-company .arrow:after {
  content: "";
  border: solid #1893FC;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.3125rem;
  -webkit-transform: rotate(-45deg) translate(-1px, -2px);
  -ms-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%);
  -ms-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);
  -ms-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);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

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

@media (max-width: 750px) {
  .accordion__head.is-active .arrow:after {
    -webkit-transform: rotate(0deg);
    -ms-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%);
  -ms-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;
  -moz-transition: opacity 0.6s;
  -o-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;
  -moz-transition: opacity 0.6s;
  -o-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;
  -moz-transition: opacity 0.2s;
  -o-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;
}

.company .heading--img-left::after {
  background-image: url(/img/company/banner.png);
}

@media (max-width: 750px) {
  .company .heading--img-left::after {
    content: none;
  }
}

.company .section {
  overflow: hidden;
}

.company .section__anchor {
  background-color: #F7F9FA;
  padding: 2rem 0 2.8125rem;
}

@media (max-width: 750px) {
  .company .section__anchor {
    margin-top: 5.125rem;
    padding: 3.8125rem 0 4.25rem;
  }
}

.company .section__anchor .list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 751px) {
  .company .section__anchor .list-anchor {
    margin: 0 -0.875rem;
  }
}

@media (max-width: 750px) {
  .company .section__anchor .list-anchor {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company .section__anchor .list-anchor__item {
  width: 16.6666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .company .section__anchor .list-anchor__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.875rem;
  }
}

@media (max-width: 750px) {
  .company .section__anchor .list-anchor__item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 47%;
  }
  .company .section__anchor .list-anchor__item:nth-child(n + 3) {
    margin-top: 2.4375rem;
  }
}

.company .section__anchor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #606881;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  text-decoration: none;
  line-height: 1.45;
}

@media (min-width: 751px) {
  .company .section__anchor a {
    padding: 0.5rem 0.5rem;
  }
}

@media (max-width: 750px) {
  .company .section__anchor a {
    font-size: 1.75rem;
    border-bottom-width: 0.125rem;
    line-height: 1.43;
    padding: 0 0.8125rem 0.875rem;
  }
}

.company .section__anchor a:after {
  content: "";
  border: solid #1D3CC6;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.25rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

@media (max-width: 750px) {
  .company .section__anchor a:after {
    border-width: 0 0.1875rem 0.1875rem 0;
    padding: 0.4375rem;
    -webkit-transform: rotate(45deg) translate(-0.375rem, -1px);
    -ms-transform: rotate(45deg) translate(-0.375rem, -1px);
    transform: rotate(45deg) translate(-0.375rem, -1px);
  }
}

.company .section__profile {
  padding: 2.5625rem 0 5.25rem;
}

@media (max-width: 750px) {
  .company .section__profile {
    padding: 7.0625rem 0 6.875rem;
  }
}

.company .section__profile .secondary__title {
  margin-bottom: 2rem;
}

@media (max-width: 750px) {
  .company .section__profile .secondary__title {
    margin-bottom: 4.9375rem;
  }
}

.company .section__profile__ttl {
  margin-bottom: 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .company .section__profile__ttl {
    margin-bottom: 5rem;
    display: block;
  }
}

.company .section__profile__ttl .thumb {
  width: 25rem;
}

@media (max-width: 750px) {
  .company .section__profile__ttl .thumb {
    width: 41.875rem;
  }
  .company .section__profile__ttl .thumb img {
    width: 100%;
  }
}

.company .section__message {
  padding: 5.25rem 0 8.375rem;
  background-color: #F7F9FA;
}

@media (max-width: 750px) {
  .company .section__message {
    padding: 7.625rem 0 6.375rem;
  }
}

.company .section__message .secondary__title {
  margin-bottom: 2.5rem;
}

@media (max-width: 750px) {
  .company .section__message .secondary__title {
    margin-bottom: 5.3125rem;
  }
}

.company .section__message .content-mess {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 751px) {
  .company .section__message .content-mess {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 67.8125rem;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .company .section__message .content-mess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.company .section__message .content-mess__info {
  position: relative;
}

@media (min-width: 751px) {
  .company .section__message .content-mess__info {
    width: 39.6875rem;
  }
}

.company .section__message .content-mess__img {
  position: relative;
  margin: 0;
}

@media (min-width: 751px) {
  .company .section__message .content-mess__img {
    width: 24.5625rem;
    padding-top: 1.1875rem;
  }
}

.company .section__message .content-mess .ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1D3CC6;
  letter-spacing: 0.04em;
  margin-bottom: 2.3125rem;
}

@media (max-width: 750px) {
  .company .section__message .content-mess .ttl {
    font-size: 3.625rem;
    line-height: 1.3;
    margin-bottom: 5.3125rem;
  }
}

@media (max-width: 750px) {
  .company .section__message .content-mess .img {
    margin: 0 0 4.8125rem;
  }
}

@media (max-width: 750px) {
  .company .section__message .content-mess .txt {
    line-height: 1.85;
  }
}

.company .section__message .content-mess .txt p {
  letter-spacing: 0.02em;
}

.company .section__message .content-mess .txt p:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media (max-width: 750px) {
  .company .section__message .content-mess .txt p:not(:last-child) {
    margin-bottom: 3.3125rem;
  }
}

.company .section__message .content-mess .caption {
  position: relative;
  margin-top: 1.625rem;
  padding-left: 1.0625rem;
}

@media (max-width: 750px) {
  .company .section__message .content-mess .caption {
    margin-top: 1.875rem;
    padding: 0.375rem 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.company .section__message .content-mess .caption:before {
  content: "";
  width: 1px;
  height: 4.6875rem;
  background-color: #1D3CC6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .company .section__message .content-mess .caption:before {
    height: 100%;
    width: 0.125rem;
  }
}

.company .section__message .content-mess .caption__txt {
  color: #1D3CC6;
  line-height: 1;
}

@media (min-width: 751px) {
  .company .section__message .content-mess .caption__txt {
    letter-spacing: 0.1em;
    font-size: 1.25rem;
  }
}

@media (max-width: 750px) {
  .company .section__message .content-mess .caption__txt {
    font-size: 2rem;
  }
}

.company .section__message .content-mess .caption__txt--01 {
  margin-bottom: 1rem;
}

@media (max-width: 750px) {
  .company .section__message .content-mess .caption__txt--01 {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}

.company .section__message .content-mess .caption__txt--02 {
  font-size: 1.875rem;
}

@media (max-width: 750px) {
  .company .section__message .content-mess .caption__txt--02 {
    font-size: 2.625rem;
  }
}

.company .section__philosophy {
  padding: 5.1875rem 0 5.3125rem;
}

@media (max-width: 750px) {
  .company .section__philosophy {
    padding: 7.6875rem 0 6.875rem;
  }
}

.company .section__philosophy .secondary__title {
  margin-bottom: 3.25rem;
}

@media (max-width: 750px) {
  .company .section__philosophy .secondary__title {
    margin-bottom: 4.9375rem;
  }
}

.company .section__philosophy .info-philosophy {
  margin-bottom: 3.125rem;
}

@media (max-width: 750px) {
  .company .section__philosophy .info-philosophy {
    margin-bottom: 4.625rem;
  }
}

@media (min-width: 751px) {
  .company .section__philosophy .info-philosophy__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company .section__philosophy .info-philosophy__row:not(:last-child) {
  margin-bottom: 2.6875rem;
}

@media (max-width: 750px) {
  .company .section__philosophy .info-philosophy__row:not(:last-child) {
    margin-bottom: 4.5625rem;
  }
}

@media (min-width: 751px) {
  .company .section__philosophy .info-philosophy__row:last-child .txt {
    padding-top: 1.9375rem;
    letter-spacing: 0.02em;
  }
}

.company .section__philosophy .info-philosophy .ttl {
  background-color: #EDF7FF;
  font-size: 1.625rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #000;
}

@media (min-width: 751px) {
  .company .section__philosophy .info-philosophy .ttl {
    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;
    height: 9rem;
    width: 15.6875rem;
  }
}

@media (max-width: 750px) {
  .company .section__philosophy .info-philosophy .ttl {
    text-align: center;
    font-size: 2.75rem;
    padding: 2.9375rem 1.25rem;
  }
}

.company .section__philosophy .info-philosophy .txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

@media (min-width: 751px) {
  .company .section__philosophy .info-philosophy .txt {
    margin-top: -0.1875rem;
    padding-left: 1.75rem;
    width: calc(100% - 15.6875rem);
  }
}

@media (max-width: 750px) {
  .company .section__philosophy .info-philosophy .txt {
    line-height: 1.85;
    margin-top: 2.1875rem;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 750px) {
  .company .section__philosophy .info-philosophy .txt p:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}

.company .section__philosophy .list-numer-detail {
  padding: 0;
}

.company .section__philosophy .list-numer-detail li {
  margin-top: 1.6875rem;
}

@media (max-width: 750px) {
  .company .section__philosophy .list-numer-detail li {
    margin-top: 2.1875rem;
  }
}

.company .section__philosophy .list-numer-detail li:first-child {
  margin-top: 0;
}

.company .section__policy {
  padding: 5.3125rem 0 5.125rem;
  background-color: #F7F9FA;
}

@media (max-width: 750px) {
  .company .section__policy {
    padding: 7.625rem 0 6.75rem;
  }
}

.company .section__policy .secondary__title {
  margin-bottom: 4.1875rem;
}

@media (max-width: 750px) {
  .company .section__policy .secondary__title {
    margin-bottom: 5.3125rem;
  }
}

.company .section__policy .policy-nav {
  position: relative;
}

@media (min-width: 751px) {
  .company .section__policy .policy-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 750px) {
  .company .section__policy .policy-nav {
    width: 38rem;
    margin: 0 auto;
  }
}

.company .section__policy .policy-nav a {
  color: #000;
}

.company .section__policy .policy-nav a:hover {
  text-decoration: none;
}

@media (min-width: 751px) {
  .company .section__policy .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 2.938rem);
  }
  .company .section__policy .item:nth-child(n + 3) {
    margin-top: 2.75rem;
  }
}

@media (max-width: 750px) {
  .company .section__policy .item:not(:last-child) {
    margin-bottom: 5.0625rem;
  }
}

.company .section__policy .item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.company .section__policy .item .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.375rem;
  height: 2.375rem;
  background-color: #1D3CC6;
  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;
}

@media (max-width: 750px) {
  .company .section__policy .item .arrow {
    width: 3.875rem;
    height: 3.875rem;
  }
}

.company .section__policy .item .arrow:after {
  content: "";
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
  -ms-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
}

@media (max-width: 750px) {
  .company .section__policy .item .arrow:after {
    position: absolute;
    top: 42%;
    left: 42%;
    padding: 0.3125rem;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }
}

.company .section__policy .item__head {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid rgba(29, 60, 198, 0.2);
}

@media (max-width: 750px) {
  .company .section__policy .item__head {
    font-size: 2.25rem;
    border-bottom-width: 0.125rem;
  }
}

.company .section__policy .item__head a {
  padding-bottom: 1.375rem;
}

@media (max-width: 750px) {
  .company .section__policy .item__head a {
    padding-bottom: 2rem;
  }
}

.company .section__policy .item__head .arrow {
  top: -1px;
}

@media (max-width: 750px) {
  .company .section__policy .item__head .arrow {
    top: -0.375rem;
  }
}

.company .section__policy .item__nav {
  padding-left: 2.8125rem;
  margin-top: 2.3125rem;
}

@media (max-width: 750px) {
  .company .section__policy .item__nav {
    padding: 0;
    margin-top: 2.8125rem;
  }
}

.company .section__policy .item__nav li:not(:last-child) {
  margin-bottom: 0.875rem;
}

@media (max-width: 750px) {
  .company .section__policy .item__nav li:not(:last-child) {
    margin-bottom: 1.375rem;
  }
}

.company .section__policy .item__nav a {
  color: #0D33E0;
  display: inline-block;
  text-decoration: underline;
}

@media (min-width: 751px) {
  .company .section__policy .item__nav a {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 750px) {
  .company .section__policy .item__nav a {
    line-height: 1.43;
    display: inline-block;
  }
}

.company .section__policy .item__nav a:hover {
  text-decoration: none;
}

.company .section__policy .item__nav a:after {
  content: "";
  border: solid #0D33E0;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 0.1875rem;
  -webkit-transform: rotate(-45deg) translateX(0.3125rem);
  -ms-transform: rotate(-45deg) translateX(0.3125rem);
  transform: rotate(-45deg) translateX(0.3125rem);
}

@media (max-width: 750px) {
  .company .section__policy .item__nav a:after {
    padding: 0.4375rem;
  }
}

.company .section__policy .item__nav .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company .section__history {
  padding: 6.75rem 0 6.5rem;
}

@media (max-width: 750px) {
  .company .section__history {
    padding: 7.625rem 0 6.75rem;
  }
}

.company .section__history .secondary__title {
  margin-bottom: 3.125rem;
}

@media (max-width: 750px) {
  .company .section__history .secondary__title {
    margin-bottom: 4.9375rem;
  }
}

.company .section__history .timeline {
  position: relative;
}

@media (min-width: 751px) {
  .company .section__history .timeline {
    width: 67.8125rem;
    margin: 0 auto;
  }
}

.company .section__history .timeline:before {
  content: "";
  width: 1.875rem;
  height: 90%;
  background: url(../img/company/guide_history.png) no-repeat center top/contain;
  position: absolute;
  top: 8.125rem;
}

@media (min-width: 751px) {
  .company .section__history .timeline:before {
    left: 50.1%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 750px) {
  .company .section__history .timeline:before {
    top: 9.125rem;
    left: 2.875rem;
    z-index: 1;
    background-image: url(../img/company/guide_history_sp.png);
    height: 94.5%;
  }
}

.company .section__history .timeline .accordion {
  width: 100%;
}

@media (min-width: 751px) {
  .company .section__history .history-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company .section__history .history-pc__item {
    width: 50%;
  }
  .company .section__history .history-pc__item .item:not(:last-child) {
    margin-bottom: 4.125rem;
  }
}

@media (min-width: 751px) and (min-width: 751px) {
  .company .section__history .history-pc__item:first-child .item {
    padding-right: 4.875rem;
  }
  .company .section__history .history-pc__item:first-child .item__time {
    margin-left: auto;
    float: right;
  }
}

@media (min-width: 751px) and (min-width: 751px) {
  .company .section__history .history-pc__item:last-child {
    padding-top: 119px;
  }
  .company .section__history .history-pc__item:last-child .item {
    padding-left: 5.0625rem;
  }
  .company .section__history .history-pc__item:last-child .item:before {
    right: auto;
    left: -0.75rem;
  }
  .company .section__history .history-pc__item:last-child .item__time:after {
    right: 0;
    left: auto;
  }
  .company .section__history .history-pc__item:last-child .item:nth-child(6) {
    margin-bottom: 5.25rem;
  }
}

.company .section__history .history-sp {
  position: relative;
  z-index: 2;
}

.company .section__history .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 750px) {
  .company .section__history .item {
    padding-left: 6.1875rem;
  }
  .company .section__history .item:not(:last-child) {
    margin-bottom: 4.625rem;
  }
}

.company .section__history .item:before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  position: absolute;
  top: 3.375rem;
  background-color: #1D3CC6;
  border: 0.3125rem solid #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px rgba(29, 60, 198, 0.5);
  box-shadow: 0 0 0 1px rgba(29, 60, 198, 0.5);
  z-index: 3;
}

@media (min-width: 751px) {
  .company .section__history .item:before {
    right: -0.75rem;
  }
}

@media (max-width: 750px) {
  .company .section__history .item:before {
    left: 0.625rem;
    top: 4.9375rem;
  }
}

.company .section__history .item__time {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1.6875rem;
  display: inline-block;
  color: #1D3CC6;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .company .section__history .item__time {
    font-size: 2.625rem;
    margin-bottom: 1.375rem;
  }
}

.company .section__history .item__time:before, .company .section__history .item__time:after {
  content: "";
  position: absolute;
  left: 0;
}

.company .section__history .item__time:before {
  width: 100%;
  height: 0.1875rem;
  background-color: #1D3CC6;
  bottom: 0;
}

@media (max-width: 750px) {
  .company .section__history .item__time:before {
    height: 0.375rem;
  }
}

.company .section__history .item__time:after {
  bottom: 1px;
  background-color: rgba(29, 60, 198, 0.5);
  height: 1px;
  width: 12.0625rem;
}

@media (max-width: 750px) {
  .company .section__history .item__time:after {
    left: -5rem;
    bottom: 0.125rem;
    height: 0.125rem;
  }
}

.company .section__history .item__time span {
  font-size: 0.875rem;
}

@media (max-width: 750px) {
  .company .section__history .item__time span {
    font-size: 1.75rem;
  }
}

.company .section__history .item__txt {
  line-height: 1.85;
}

@media (min-width: 751px) {
  .company .section__history .item__txt {
    letter-spacing: 0.1em;
    clear: both;
    line-height: 2;
    font-size: 0.875rem;
  }
}

.company .section__map {
  padding: 5.25rem 0 5.3125rem;
  background-color: #F7F9FA;
}

@media (max-width: 750px) {
  .company .section__map {
    padding: 7.625rem 0 6.8125rem;
  }
}

.company .section__map .secondary__title {
  margin-bottom: 3.4375rem;
}

@media (max-width: 750px) {
  .company .section__map .secondary__title {
    margin-bottom: 5rem;
  }
}

.company .section__map .map-img__item {
  background-color: #fff;
}

@media (min-width: 751px) {
  .company .section__map .map-img__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company .section__map .map-img__item:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media (max-width: 750px) {
  .company .section__map .map-img__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.company .section__map .map-img__item--no-img {
  margin-bottom: 4rem !important;
}

@media (min-width: 751px) {
  .company .section__map .map-img__item--no-img .address {
    width: 100% !important;
    padding-bottom: 3.75rem !important;
  }
}

.company .section__map .map-img .address {
  padding: 4rem 2.25rem 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .company .section__map .map-img .address {
    width: calc(100% - 31.875rem);
  }
}

@media (max-width: 750px) {
  .company .section__map .map-img .address {
    padding: 3.5625rem 1.875rem 2.75rem;
  }
}

.company .section__map .map-img .address__ttl {
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1D3CC6;
  margin-bottom: 1.3125rem;
}

@media (max-width: 750px) {
  .company .section__map .map-img .address__ttl {
    font-size: 2.75rem;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
  }
}

.company .section__map .map-img .address__txt {
  line-height: 1.85;
  color: #000000;
}

@media (min-width: 751px) {
  .company .section__map .map-img .address__txt {
    line-height: 1.71;
    font-size: 0.875rem;
  }
}

@media (max-width: 750px) {
  .company .section__map .map-img .address__txt {
    letter-spacing: 0.02em;
  }
}

@media (max-width: 750px) {
  .company .section__map .map-img .address__txt p {
    word-break: break-word;
  }
  .company .section__map .map-img .address__txt p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.company .section__map .map-img .address__txt a {
  text-decoration: none;
}

@media (min-width: 751px) {
  .company .section__map .map-img .address__txt a {
    pointer-events: none;
  }
}

@media (min-width: 751px) {
  .company .section__map .map-img .img {
    width: 31.875rem;
  }
}

.company .section__service {
  padding: 7.875rem 0 3.9375rem;
}

@media (max-width: 750px) {
  .company .section__service {
    padding: 16.875rem 0 4.6875rem;
  }
}

.company .section__service .primary__title {
  margin-bottom: 2.375rem;
}

@media (max-width: 750px) {
  .company .section__service .primary__title {
    padding-left: 2.0625rem;
    margin-bottom: 4.9375rem;
  }
}

@media (min-width: 751px) {
  .company .section__service .primary__title--en {
    top: 1.4375rem;
    left: -2rem;
  }
}

@media (max-width: 750px) {
  .company .section__service .primary__title--en {
    left: -0.3125rem;
    text-transform: uppercase;
  }
}

@media (max-width: 750px) {
  .company .section__service .primary__title--jp {
    display: inline-block;
  }
}

.company .section__service .row {
  position: relative;
}

.company .section__service .row:not(:last-child) {
  margin-bottom: 9rem;
}

@media (max-width: 750px) {
  .company .section__service .row:not(:last-child) {
    margin-bottom: 19.875rem;
  }
}

.company .section__service .row__head {
  margin-bottom: 5.125rem;
}

@media (max-width: 750px) {
  .company .section__service .row__head {
    margin-bottom: 4.5625rem;
  }
}

.company .section__service .row__head .txt {
  color: #000000;
  letter-spacing: 0.1em;
}

@media (min-width: 751px) {
  .company .section__service .row__head .txt {
    font-size: 1.125rem;
  }
}

@media (max-width: 750px) {
  .company .section__service .row__head .txt {
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}

.company .section__service .row__img {
  text-align: center;
}

@media (max-width: 750px) {
  .company .section__service .row__img {
    margin: 0 -4px;
  }
}

.company .section__information {
  padding: 3.9375rem 0 4.375rem;
}

@media (max-width: 750px) {
  .company .section__information {
    padding: 4.6875rem 0 9.375rem;
  }
}

.company .section__information .block-company:not(:last-child) {
  margin-bottom: 5rem;
}

@media (max-width: 750px) {
  .company .section__information .block-company:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 751px) {
  .company .section__information .block-company__info {
    padding-top: 3.6875rem;
  }
}

@media (min-width: 751px) {
  .company .section__information .block-company__ttl {
    margin-bottom: 1rem;
  }
}

@media (min-width: 751px) {
  .company .section__information .block-company__btn {
    bottom: 3rem;
  }
}

ul.table-detail li .col01 {
  background-color: #EDF7FF;
  color: #000;
}

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

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

.accordion__head .arrow {
  top: 43%;
}

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

.group_companies .address__txt a {
  pointer-events: auto !important;
}
