@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

h1, h2, h3, h4, h5 {
  line-height: 1;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

/* pc-sp */
.switch--sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .switch--sp {
    display: block !important;
    margin: 0 auto;
  }
}

.switch--pc {
  display: block !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .switch--pc {
    display: none !important;
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.anker-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anker-link__item {
  margin-right: 4rem;
}

.anker-link__item a,
.anker-link__item a:link,
.anker-link__item a:visited {
  color: #0014CC;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .anker-link__item a:hover {
    color: #0014CC;
    text-decoration: underline;
  }
}

.anker-link__item:last-child {
  margin-right: 0;
}

.anker-link__item a {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding-right: 2.2rem;
}

.anker-link__item a:after {
  content: "";
  width: 1rem;
  height: 1.6rem;
  background: url("/assets/img/arrow-black.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: .65rem;
  right: 0;
  -webkit-transform: rotate(90deg) translateY(0.2rem);
          transform: rotate(90deg) translateY(0.2rem);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .anker-link {
    /*for iPad */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .anker-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anker-link__item {
    margin: .4rem 0 0 0;
    width: 50%;
  }
  .anker-link__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .anker-link__item a {
    font-size: 1.6rem;
    padding: 0 0 0 2.5rem;
  }
  .anker-link__item a:after {
    width: .9rem;
    height: 1.4rem;
    top: .25rem;
    right: auto;
    left: 0;
    -webkit-transform: rotate(90deg) translateY(-0.25rem);
            transform: rotate(90deg) translateY(-0.25rem);
  }
}

.border-btn {
  width: 17.5rem;
  height: 4rem;
}

.border-btn a,
.border-btn a:link,
.border-btn a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .border-btn a:hover {
    color: #fff;
    text-decoration: none;
  }
}

.border-btn a {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  line-height: 1;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #333;
}

.border-btn a:after {
  content: "";
  width: 1rem;
  height: 1.6rem;
  background: url("/assets/img/arrow-black.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .border-btn a:hover {
    background: #333;
  }
  .border-btn a:hover:after {
    background: url("/assets/img/arrow-white.svg") no-repeat;
  }
}

.external-link-btn {
  max-width: 420px;
  height: 5.2rem;
  margin: 6rem auto 0;
}

.external-link-btn a,
.external-link-btn a:link,
.external-link-btn a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .external-link-btn a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .external-link-btn {
    margin-top: 3rem;
  }
}

.external-link-btn a {
  background: #ffe600;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 100%;
  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;
  padding: 1.4rem;
}

@media screen and (max-width: 767px) {
  .external-link-btn a {
    font-size: 1.4rem;
  }
}

.dent-btn {
  display: block;
  width: 24rem;
  height: 5.4rem;
  color: #333;
  font-size: 2em;
  font-weight: 700;
  background: #F4F4F4;
  -webkit-box-shadow: 2px 2px 0 #666666;
          box-shadow: 2px 2px 0 #666666;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.dent-btn a,
.dent-btn a:link,
.dent-btn a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .dent-btn a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.dent-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .dent-btn-wrap {
    display: block;
  }
}

.dent-btn-wrap .dent-btn {
  margin-right: 2rem;
}

.dent-btn-wrap .dent-btn:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .dent-btn-wrap .dent-btn {
    margin-right: 0;
    margin-top: 1.2rem;
    width: 100%;
  }
  .dent-btn-wrap .dent-btn:first-of-type {
    margin-top: 0;
  }
}

.dent-btn:after {
  content: "";
  width: 1rem;
  height: 1.6rem;
  background: url("/assets/img/arrow-black.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.dent-btn:hover {
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #F4F4F4;
  -webkit-transform: translate3d(2px, 2px, 0);
          transform: translate3d(2px, 2px, 0);
  opacity: .7;
}

.dent-btn a {
  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;
  width: 100%;
  height: 100%;
}

.contents-header {
  width: 100%;
  max-width: 1040px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contents-header {
    padding: 0 1.2rem;
    margin-top: -1rem;
  }
}

.elm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .elm-box {
    display: block;
  }
}

.elm-box:first-of-type {
  margin-top: 0;
}

.elm-box__img {
  width: 39.0625%;
}

.elm-box__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .elm-box__img img {
    /*for iPad */
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .elm-box__img {
    width: 100%;
  }
}

.elm-box__detail {
  width: 60.9375%;
  background: #f4f4f4;
  padding: 4.3rem 5.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .elm-box__detail {
    width: 100%;
    padding: 3rem 1.2rem 2.7rem;
  }
}

.elm-box__detail__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 125%;
}

.elm-box__detail__txt {
  font-size: 1.6rem;
  line-height: 175%;
  margin-top: 2.3rem;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .elm-box__detail__txt {
    line-height: 150%;
  }
}

.elm-box__detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.8rem;
}

@media screen and (max-width: 767px) {
  .elm-box__detail__link {
    margin-top: 2.6rem;
  }
}

.elm-box__detail__link li {
  width: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  position: relative;
  padding-left: 2rem;
}

.elm-box__detail__link li a,
.elm-box__detail__link li a:link,
.elm-box__detail__link li a:visited {
  color: #0014CC;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .elm-box__detail__link li a:hover {
    color: #0014CC;
    text-decoration: underline;
  }
}

.elm-box__detail__link li[data-width='full'] {
  width: 100%;
}

.elm-box__detail__link li:after {
  content: "";
  background: url("/assets/img/arrow-black.svg") no-repeat center top;
  background-size: 100% auto;
  width: 1rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.elm-heading--lv1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.7rem;
  position: relative;
  margin-bottom: 6rem;
  line-height: 107.14286%;
}

@media screen and (max-width: 767px) {
  .elm-heading--lv1 {
    padding-bottom: 2rem;
  }
}

.elm-heading--lv1:after {
  content: "";
  width: 6rem;
  border-top: 5px solid #ffe600;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.elm-heading--lv2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 129.16667%;
  border-bottom: 1px solid #999;
  padding-bottom: 1rem;
  position: relative;
}

.elm-heading--lv2 a,
.elm-heading--lv2 a:link,
.elm-heading--lv2 a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .elm-heading--lv2 a:hover {
    color: #333;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .elm-heading--lv2 {
    padding-bottom: 1.3rem;
  }
}

.elm-heading--lv2:before {
  display: block;
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #ffe600;
  position: absolute;
  left: 0;
  bottom: 0;
}

.elm-heading--lv2.square-brackets {
  font-size: 2.4rem;
  line-height: 129.16667%;
  font-weight: 700;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}

.elm-heading--lv2.square-brackets:before {
  display: none;
}

.elm-heading--lv2.square-brackets span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.elm-heading--lv2.square-brackets span:before {
  content: "";
  display: inline-block;
  background: url("/products/img/support/ttl-deco.svg") no-repeat center top;
  background-size: 100% auto;
  width: .7rem;
  height: 3.6rem;
  margin-right: 1.2rem;
}

.elm-heading--lv2.square-brackets span:after {
  content: "";
  display: inline-block;
  background: url("/products/img/support/ttl-deco.svg") no-repeat center top;
  background-size: 100% auto;
  width: .7rem;
  height: 3.6rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-left: 1.2rem;
}

.elm-heading--lv2.bar {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}

.elm-heading--lv2.bar:before {
  display: none;
}

.elm-heading--lv2.bar span {
  position: relative;
}

.elm-heading--lv2.bar span:before {
  content: '';
  width: 5rem;
  height: 1px;
  background: #707070;
  position: absolute;
  left: -6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.elm-heading--lv2.bar span:after {
  content: '';
  width: 5rem;
  height: 1px;
  background: #707070;
  position: absolute;
  right: -6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.elm-heading--lv3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .elm-heading--lv3 {
    line-height: 125%;
    margin-top: 1.8rem;
  }
}

.elm-heading--lv3:after {
  content: "";
  width: .5rem;
  height: 100%;
  background: #ffe600;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.elm-heading--lv4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}

.elm-heading--lv4:before {
  content: "■";
}

.elm-table {
  border-collapse: collapse;
}

@media screen and (max-width: 767px) {
  .elm-table {
    width: 100%;
    border-collapse: collapse;
  }
}

@media screen and (max-width: 767px) {
  .elm-table.pc-table {
    display: none;
  }
}

.elm-table.sp-table {
  display: none;
}

@media screen and (max-width: 767px) {
  .elm-table.sp-table {
    width: 100%;
    display: table;
  }
}

.elm-table th {
  width: 24rem;
  font-size: 1.4rem;
  line-height: 171.42857%;
  font-weight: normal;
  border: 1px solid #aaa;
  background: #f4f4f4;
  text-align: left;
  padding: 1.2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .elm-table th {
    padding: 1.2rem 1rem;
  }
}

.elm-table td {
  width: 72rem;
  font-size: 1.4rem;
  line-height: 171.42857%;
  border: 1px solid #aaa;
  text-align: left;
  padding: 1.2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .elm-table td {
    padding: 1.2rem 1rem;
  }
}

.elm-table td.align-center {
  text-align: center;
}

.elm-table__note {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 175%;
}

@media screen and (max-width: 767px) {
  .elm-table[data-column="2"] td {
    width: 50%;
  }
  .elm-table[data-column="2"] td.bold {
    font-weight: 700;
  }
}

.elm-table[data-column="4"] td {
  width: 24rem;
}

.elm-table[data-column="4"] td.bold {
  font-weight: 700;
}

.elm-table[data-column="6"] td {
  width: 14.4rem;
}

.elm-table[data-column="7"] td {
  width: 12rem;
}

@media screen and (max-width: 767px) {
  .elm-table[data-type-sp="vertical"] th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .elm-table[data-type-sp="vertical"] td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .elm-table[data-type-sp="vertical"] tr:first-child th {
    border-top: 1px solid #aaa;
  }
}

.scroll-table .elm-table {
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 2.2rem !important;
  border-collapse: separate;
  border-spacing: 0;
}

.scroll-table .elm-table::-webkit-scrollbar {
  width: 100%;
  height: 2rem;
}

.scroll-table .elm-table::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #ffe600;
  border: 4px #ccc solid;
}

.scroll-table .elm-table::-webkit-scrollbar-track {
  background: #ccc;
}

.scroll-table .elm-table tr:first-child th,
.scroll-table .elm-table tr:first-child td {
  border-top: 1px solid #aaa;
}

.scroll-table .elm-table th:first-child,
.scroll-table .elm-table td:first-child {
  border-left: 1px solid #aaa;
}

.scroll-table .elm-table th {
  width: 23.4rem;
  min-width: 23.4rem;
  border-top: none;
  border-left: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

@media screen and (max-width: 767px) {
  .scroll-table .elm-table th {
    width: 14.5rem;
    min-width: 14.5rem;
    font-size: 1.2rem;
    line-height: 200%;
  }
}

.scroll-table .elm-table th.fixed {
  position: sticky;
  top: 0;
  left: 0;
  /*&:before{
				content: "";
				width: 1px;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				background: #aaa;
			}

			&:after{
				content: "";
				width: 1px;
				height: 100%;
				position: absolute;
				right: 0;
				top: 0;
				background: #aaa;
			}*/
  /*&:before{
				content: "";
				position: absolute;
				top: -1px;
				left: -1px;
				width: 100%;
				height: 100%;
				border: 1px solid #aaa;
			}*/
}

.scroll-table .elm-table td {
  width: 11.6rem;
  min-width: 11.6rem;
  border-top: none;
  border-left: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .scroll-table .elm-table td {
    width: 7.7rem;
    min-width: 7.7rem;
  }
}

.scroll-table .elm-table thead th {
  border-bottom: none;
  background: #cccccc;
  font-weight: 700;
  text-align: center;
  width: 11.6rem;
  min-width: 11.6rem;
}

@media screen and (max-width: 767px) {
  .scroll-table .elm-table thead th {
    width: 7.7rem;
    min-width: 7.7rem;
  }
}

.scroll-table .elm-table thead th.thead-ttl {
  text-align: left;
  font-weight: 400;
  width: 23.4rem;
  min-width: 23.4rem;
}

@media screen and (max-width: 767px) {
  .scroll-table .elm-table thead th.thead-ttl {
    width: 14.5rem;
    min-width: 14.5rem;
  }
}

.scroll-table .elm-table thead th .label {
  background: #fff;
  display: inline-block;
  padding: .3rem .7rem;
  font-size: .9rem;
  line-height: 1;
}

.scroll-table .elm-table thead th .label.new {
  color: #EF6C6C;
}

.scroll-table .elm-table thead th .label.develop {
  color: #09A56F;
}

.table-scroll-txt {
  font-size: 1.4rem;
  /*line-height: percentage(25/14);*/
  line-height: 1;
  text-align: center;
  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;
}

.table-scroll-txt .table-scroll-icon {
  display: inline-block;
  width: 4.8rem;
  height: 1.6rem;
  margin-right: 1rem;
  line-height: 1;
}

.table-scroll-txt.top {
  margin-top: 3.3rem;
}

.table-scroll-txt.bottom {
  margin-top: 2.2rem;
}

.elm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 200%;
  position: relative;
  padding-left: 2rem;
  word-break: break-word;
}

.elm-link a,
.elm-link a:link,
.elm-link a:visited {
  color: #0014CC;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .elm-link a:hover {
    color: #0014CC;
    text-decoration: underline;
  }
}

.elm-link:after {
  content: "";
  background: url("/assets/img/arrow-black.svg") no-repeat center top;
  background-size: 100% auto;
  width: 1rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}

.external_link_icon_svg {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("/assets/img/external_link_icon.svg") no-repeat center top;
  background-size: 100% auto;
  display: inline-block;
  margin-left: .5rem;
}

@media screen and (max-width: 767px) {
  .external_link_icon_svg {
    margin-left: .5rem;
  }
}

.page-heading {
  width: 100%;
  height: 25rem;
}

@media screen and (max-width: 767px) {
  .page-heading {
    height: 17.4rem;
  }
}

.page-heading__ttl {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-heading__ttl__en {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 0px 10px #000;
}

.page-heading__ttl__en.black {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.page-heading__ttl__jp {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 1.7rem;
  text-shadow: 0px 0px 10px #000;
}

.page-heading__ttl__jp.black {
  color: #333;
  text-shadow: 0px 0px 10px #fff;
}

.pankuzu {
  max-width: 1000px;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pankuzu {
    padding: 0 1.2rem;
    background: #f4f4f4;
  }
}

.pankuzu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .pankuzu__list {
    padding: 1.3rem 0;
  }
}

.pankuzu__list li {
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}

.pankuzu__list li a,
.pankuzu__list li a:link,
.pankuzu__list li a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .pankuzu__list li a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.pankuzu__list li:before {
  content: "＞";
  margin: 0 .4rem 0 .8rem;
}

.pankuzu__list li.home {
  width: 1.2rem;
  height: 1.2rem;
  background: url("/assets/img/pankuzu_home_icon.svg") no-repeat center top;
  background-size: 100% auto;
  margin-top: -.1rem;
}

.pankuzu__list li.home a,
.pankuzu__list li.home a:link,
.pankuzu__list li.home a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .pankuzu__list li.home a:hover {
    color: #333;
    text-decoration: none;
  }
}

.pankuzu__list li.home:before {
  display: none;
}

.pankuzu__list li.home a {
  display: block;
  width: 100%;
  height: 100%;
}

.tab-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .tab-link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .tab-link[data-column="3"] .tab-link__item:nth-of-type(2) {
    border-left: none;
  }
}

.tab-link__item {
  width: 50%;
  height: 6rem;
  border: 1px solid #777;
  position: relative;
}

.tab-link__item a,
.tab-link__item a:link,
.tab-link__item a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .tab-link__item a:hover {
    color: #333;
    text-decoration: none;
  }
}

.tab-link__item a,
.tab-link__item a:link,
.tab-link__item a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .tab-link__item a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.tab-link__item:before {
  content: "";
  width: 100%;
  height: 7.5rem;
  background: url("/assets/img/tab.svg") no-repeat bottom center;
  background-size: auto 100%;
  position: absolute;
  top: -1px;
  left: 0;
  display: none;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .tab-link__item:last-child {
    border-left: none;
  }
}

.tab-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  position: relative;
  background: #f4f4f4;
}

@media screen and (max-width: 767px) {
  .tab-link__item.active {
    border-bottom: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tab-link__item.active:before {
  display: block;
}

.tab-link__item.active a {
  font-weight: bold;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .tab-link__item {
    /*&:hover {
				background: $color-white;

				a {
					font-weight: bold;
				}

				&:before {
					display: block;
				}
			}*/
  }
}

@media screen and (max-width: 767px) {
  .tab-link__item {
    width: 100%;
    height: 6rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tab-link__item:before {
    height: 7.4rem;
    background-image: url("/assets/img/tab_sp.svg");
  }
  .tab-link__item a {
    font-size: 1.6rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 1.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tab-link__item:not(.active) {
    border-top: none;
  }
  .tab-link__item:not(.active) a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1rem;
    height: 1.6rem;
    background: url("/assets/img/arrow-black.svg") no-repeat;
    background-size: 100% auto;
  }
}

.header {
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .header {
    border-bottom: 1px solid #ccc;
  }
}

.header__inner {
  max-width: 1000px;
  height: 10.2rem;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__inner {
    height: 8.4rem;
    padding: 0 0;
  }
}

.header__region {
  position: absolute;
  right: 2rem;
  top: 2rem;
  line-height: 150%;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .header__region {
    height: 2rem;
    position: static;
    line-height: 150%;
    font-size: 10px;
    background: #E6E6E6;
    padding: 0 1.2rem;
    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;
    text-align: right;
  }
}

.header__logo {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 6.8rem;
  height: 6.8rem;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 4rem;
    height: 4rem;
    left: 1.2rem;
    top: 3.2rem;
  }
}

.header__search {
  width: 26.2rem;
  height: 3rem;
  position: absolute;
  right: 2rem;
  top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}

.header__search__button {
  display: none;
}

.header__search__form form fieldset {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__search__form input[type=text] {
  width: 23rem;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  color: #333;
  padding: 0 1rem;
}

@media screen and (max-width: 767px) {
  .header__search__form input[type=text] {
    border: none;
    border-right: 1px solid #666;
  }
}

.header__search__form input[type=text]:focus {
  outline: none;
}

.header__search__form .searchBtn {
  width: 3.2rem;
  height: 3rem;
  background: #666;
  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;
}

.header__search__form .searchBtn .icon {
  width: 1.4rem;
  height: 1.4rem;
}

@media screen and (min-width: 768px) {
  .header__search__form .searchBtn:hover {
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .header__search__form .searchBtn {
    width: 4.7rem;
    height: 4rem;
    background: #ccc;
  }
  .header__search__form .searchBtn .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .header__utility.active .header__search {
    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;
    width: 100%;
    height: 8.2rem;
    position: absolute;
    z-index: 10;
    top: 8.4rem;
    left: 0;
    background: #666;
  }
  .header__utility.active .header__search__form {
    width: 90%;
  }
  .header__utility.active .header__search__form input[type=text] {
    width: 100%;
    background: #fff;
  }
}

.header__related {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  font-size: 1.1rem;
  line-height: 154.54545%;
}

.header__related a,
.header__related a:link,
.header__related a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header__related a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .header__related {
    display: none;
  }
}

.header__related a {
  padding-left: 1.5rem;
  position: relative;
}

.header__related a:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("/assets/img/global_icon_pc.svg") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

.header .global-navi__button-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .global-navi__button-sp {
    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;
    /*width: 6.4rem;*/
    width: 5rem;
    height: 6.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    /*border-left: 1px solid $color-border;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .global-navi__button-sp:before {
    content: "";
    display: block;
    width: 2.6rem;
    height: 2.2rem;
    background: url("/assets/img/header_navi_sp.svg") no-repeat center top;
    background-size: 100% auto;
  }
  .header .global-navi__button-sp.active {
    background: #666;
  }
  .header .global-navi__button-sp.active:before {
    width: 2.6rem;
    height: 2.6rem;
    background: url("/assets/img/header_navi_sp_close.svg") no-repeat center top;
  }
}

.header .header__search__icon-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .header__search__icon-sp {
    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;
    /*width: 6.4rem;*/
    width: 5rem;
    height: 6.4rem;
    position: absolute;
    /*right: 6.4rem;*/
    right: 5rem;
    bottom: 0;
    /*border-left: 1px solid $color-border;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .header__search__icon-sp:before {
    content: "";
    display: block;
    width: 2.3rem;
    height: 2.4rem;
    background: url("/assets/img/header_search_icon_sp.svg") no-repeat center top;
    background-size: 100% auto;
  }
  .header .header__search__icon-sp.active {
    background: #666;
  }
  .header .header__search__icon-sp.active:before {
    width: 2.6rem;
    height: 2.6rem;
    background: url("/assets/img/header_navi_sp_close.svg") no-repeat center top;
  }
}

.notPC .global-navi__menu__item__link a {
  pointer-events: none;
}

#page-top .global-navi__menu__item:nth-child(1) {
  font-weight: bold;
}

#page-top .global-navi__menu__item:nth-child(1) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-top .global-navi__menu__item:nth-child(1) .global-navi__menu__item__link:after {
    display: none;
  }
}

#page-corporate .global-navi__menu__item:nth-child(2),
#page-corporate-philosophy .global-navi__menu__item:nth-child(2),
#page-corporate-profile .global-navi__menu__item:nth-child(2) {
  font-weight: bold;
}

#page-corporate .global-navi__menu__item:nth-child(2) .global-navi__menu__item__link:after,
#page-corporate-philosophy .global-navi__menu__item:nth-child(2) .global-navi__menu__item__link:after,
#page-corporate-profile .global-navi__menu__item:nth-child(2) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-corporate .global-navi__menu__item:nth-child(2) .global-navi__menu__item__link:after,
  #page-corporate-philosophy .global-navi__menu__item:nth-child(2) .global-navi__menu__item__link:after,
  #page-corporate-profile .global-navi__menu__item:nth-child(2) .global-navi__menu__item__link:after {
    display: none;
  }
}

#page-products .global-navi__menu__item:nth-child(3),
#page-products-sales .global-navi__menu__item:nth-child(3),
#page-products-support .global-navi__menu__item:nth-child(3),
#page-products-aftersales .global-navi__menu__item:nth-child(3) {
  font-weight: bold;
}

#page-products .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after,
#page-products-sales .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after,
#page-products-support .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after,
#page-products-aftersales .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-products .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after,
  #page-products-sales .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after,
  #page-products-support .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after,
  #page-products-aftersales .global-navi__menu__item:nth-child(3) .global-navi__menu__item__link:after {
    display: none;
  }
}

#page-solution .global-navi__menu__item:nth-child(4),
#page-solution-analysis .global-navi__menu__item:nth-child(4),
#page-solution-fieldsupport .global-navi__menu__item:nth-child(4),
#page-solution-upgrade .global-navi__menu__item:nth-child(4) {
  font-weight: bold;
}

#page-solution .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after,
#page-solution-analysis .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after,
#page-solution-fieldsupport .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after,
#page-solution-upgrade .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-solution .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after,
  #page-solution-analysis .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after,
  #page-solution-fieldsupport .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after,
  #page-solution-upgrade .global-navi__menu__item:nth-child(4) .global-navi__menu__item__link:after {
    display: none;
  }
}

#page-sustainable .global-navi__menu__item:nth-child(5),
#page-sustainable-environment .global-navi__menu__item:nth-child(5),
#page-sustainable-safety .global-navi__menu__item:nth-child(5) {
  font-weight: bold;
}

#page-sustainable .global-navi__menu__item:nth-child(5) .global-navi__menu__item__link:after,
#page-sustainable-environment .global-navi__menu__item:nth-child(5) .global-navi__menu__item__link:after,
#page-sustainable-safety .global-navi__menu__item:nth-child(5) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-sustainable .global-navi__menu__item:nth-child(5) .global-navi__menu__item__link:after,
  #page-sustainable-environment .global-navi__menu__item:nth-child(5) .global-navi__menu__item__link:after,
  #page-sustainable-safety .global-navi__menu__item:nth-child(5) .global-navi__menu__item__link:after {
    display: none;
  }
}

#page-recruit .global-navi__menu__item:nth-child(6),
#page-recruit-staff .global-navi__menu__item:nth-child(6),
#page-recruit-about .global-navi__menu__item:nth-child(6),
#page-recruit-work .global-navi__menu__item:nth-child(6),
#page-recruit-requirements .global-navi__menu__item:nth-child(6) {
  font-weight: bold;
}

#page-recruit .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
#page-recruit-staff .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
#page-recruit-about .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
#page-recruit-work .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
#page-recruit-requirements .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-recruit .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
  #page-recruit-staff .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
  #page-recruit-about .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
  #page-recruit-work .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after,
  #page-recruit-requirements .global-navi__menu__item:nth-child(6) .global-navi__menu__item__link:after {
    display: none;
  }
}

#page-contact .global-navi__menu__item:nth-child(8) {
  font-weight: bold;
}

#page-contact .global-navi__menu__item:nth-child(8) .global-navi__menu__item__link:after {
  content: "";
  width: calc(100% - 28px);
  height: 0.5rem;
  background: #ffe600;
  position: absolute;
  left: 1.4rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #page-contact .global-navi__menu__item:nth-child(8) .global-navi__menu__item__link:after {
    display: none;
  }
}

.global-navi {
  /*border-bottom: 1px solid $color-border;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.global-navi:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  display: block;
}

@media screen and (max-width: 767px) {
  .global-navi:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-navi-wrap {
    display: none;
    width: 100%;
  }
  .global-navi-wrap.active {
    display: block;
    position: absolute;
    left: 0;
    top: 8.4rem;
    z-index: 100;
  }
}

.global-navi__inner {
  max-width: 1000px;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .global-navi__inner {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 3.5rem;
    background: #666;
  }
}

.global-navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .global-navi__menu {
    display: block;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
}

.global-navi__menu__item {
  cursor: pointer;
}

.global-navi__menu__item a,
.global-navi__menu__item a:link,
.global-navi__menu__item a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .global-navi__menu__item a:hover {
    color: #333;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .global-navi__menu__item {
    /*&:hover{
					.global-navi__menu__item__link{
						font-weight: 700;
						&:after {
							content: "";
							width: calc(100% - 28px);
							height: 0.5rem;
							background: $color-yellow;
							position: absolute;
							left: 1.4rem;
							bottom: 0;
						}
					}

					.global-navi__menu__submenu {
						display: block;
					}
				}

				&.has-submenu{
					&:hover{
						background: $color-light-gray;

						.global-navi__menu__item__link{
							&:after{
								display: none;
							}
						}
					}
				}*/
  }
  .global-navi__menu__item.on .global-navi__menu__item__link {
    font-weight: 700;
  }
  .global-navi__menu__item.on .global-navi__menu__item__link:after {
    content: "";
    width: calc(100% - 28px);
    height: 0.5rem;
    background: #ffe600;
    position: absolute;
    left: 1.4rem;
    bottom: 0;
  }
  .global-navi__menu__item.on .global-navi__menu__submenu {
    display: block;
  }
  .global-navi__menu__item.has-submenu.on {
    background: #f4f4f4;
  }
  .global-navi__menu__item.has-submenu.on .global-navi__menu__item__link:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-navi__menu__item {
    border-bottom: 1px solid #fff;
  }
  .global-navi__menu__item a,
  .global-navi__menu__item a:link,
  .global-navi__menu__item a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .global-navi__menu__item a:hover {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .global-navi__menu__item:last-of-type {
    border-bottom: none;
  }
}

.global-navi__menu__item__link {
  height: 5.3rem;
  font-size: 1.6rem;
  line-height: 150%;
  padding: 1.4rem 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: relative;
}

.global-navi__menu__item__link .icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__item__link {
    height: auto;
    padding: 1.5rem 0 1.5rem 0;
    font-size: 1.6rem;
    line-height: 200%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
  }
  .global-navi__menu__item__link a {
    pointer-events: none;
  }
  .global-navi__menu__item__link .icon {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 2.5rem;
    right: 0.4rem;
  }
  .global-navi__menu__item__link .icon:before, .global-navi__menu__item__link .icon:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
  }
  .global-navi__menu__item__link .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .global-navi__menu__item__link.active {
    font-weight: 700;
  }
  .global-navi__menu__item__link.active .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

.global-navi__menu__submenu {
  width: 100%;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: #f4f4f4;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 100;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*@include min_screen($break-point + 1px){
				&.open{
					display: block;
				}
			}*/
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu {
    display: none;
    position: static;
    padding: 0 0;
    top: 0;
    -webkit-transition: none;
    transition: none;
    background: none;
  }
}

.global-navi__menu__submenu__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__inner {
    border-bottom: none;
    padding: 0 0;
  }
  .global-navi__menu__submenu__inner .global-navi__menu__submenu__ttl {
    width: 100%;
    max-width: 100%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .global-navi__menu__submenu__inner .global-navi__menu__submenu__ttl a,
  .global-navi__menu__submenu__inner .global-navi__menu__submenu__ttl a:link,
  .global-navi__menu__submenu__inner .global-navi__menu__submenu__ttl a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .global-navi__menu__submenu__inner .global-navi__menu__submenu__ttl a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__inner .global-navi__menu__submenu__ttl a {
    padding: 0 0 1rem 0;
    display: block;
  }
}

.global-navi__menu__submenu__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.global-navi__menu__submenu__ttl a,
.global-navi__menu__submenu__ttl a:link,
.global-navi__menu__submenu__ttl a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .global-navi__menu__submenu__ttl a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.global-navi__menu__submenu__under {
  max-width: 960px;
  margin: 3rem auto 0;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__under {
    margin-top: 0;
    padding-bottom: 1rem;
  }
}

.global-navi__menu__submenu__under__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*padding: 0 3.5rem;*/
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__under__list {
    padding: 0 0;
    display: block;
  }
}

.global-navi__menu__submenu__under__list__item {
  /*max-width: 200px;*/
  max-width: 210px;
  /*width: percentage(200px / 890px);*/
  width: 23.59551%;
  /*margin-right: 3rem;*/
  margin-right: 2rem;
  /*&.submenu-solution{
							max-width: 210px;
							width: percentage(210px / 890px);
							margin-right: 3rem;

							.img{
								max-width: 200px;
							}
						}*/
}

.global-navi__menu__submenu__under__list__item a,
.global-navi__menu__submenu__under__list__item a:link,
.global-navi__menu__submenu__under__list__item a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .global-navi__menu__submenu__under__list__item a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}

.global-navi__menu__submenu__under__list__item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__under__list__item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    /*&.submenu-solution{
								max-width: 100%;
								width: 100%;
								margin-right: 0;
							}*/
  }
  .global-navi__menu__submenu__under__list__item a,
  .global-navi__menu__submenu__under__list__item a:link,
  .global-navi__menu__submenu__under__list__item a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .global-navi__menu__submenu__under__list__item a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__under__list__item a {
    padding: 1rem 0 1rem 0;
  }
  .global-navi__menu__submenu__under__list__item:first-of-type a {
    padding: 1rem 0 1rem 0;
  }
}

.global-navi__menu__submenu__under__list__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__under__list__item .img {
    display: none;
  }
}

.global-navi__menu__submenu__under__list__item .ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .global-navi__menu__submenu__under__list__item .ttl {
    margin-top: 0;
    text-align: left;
  }
  .global-navi__menu__submenu__under__list__item .ttl .external_link_icon_svg {
    background: url("/assets/img/external_link_icon-white.svg") no-repeat center top;
  }
}

.global-navi .global-navi__close-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .global-navi .global-navi__close-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.3rem;
  }
  .global-navi .global-navi__close-sp span {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-navi .global-navi__close-sp span:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url("/assets/img/global-navi__close-sp.svg") no-repeat center top;
    background-size: 100% auto;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 1000px) {
  _::-webkit-full-page-media, _:future, :root .global-navi__menu__item__link {
    padding: 1.4rem 1.2rem;
  }
}

.footer {
  background: #f4f4f4;
  padding-top: 5.8rem;
  padding-bottom: 3.2rem;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 2.8rem 0;
  }
}

.footer .external_link_icon_svg {
  width: 1rem;
  height: 1rem;
  margin-left: .3rem;
}

.footer__inner {
  max-width: 1000px;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__top {
    padding: 0 2rem;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer__sitemap__large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__sitemap__large {
    display: block;
  }
}

.footer__sitemap__large > li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  margin-right: 4rem;
}

.footer__sitemap__large > li a,
.footer__sitemap__large > li a:link,
.footer__sitemap__large > li a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__sitemap__large > li a:hover {
    color: #333;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .footer__sitemap__large > li {
    font-size: 1.6rem;
    line-height: 200%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 1.1rem 0 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__sitemap__large > li a {
    width: 100%;
    display: block;
  }
}

.footer__sitemap__large > li:after {
  content: "";
  width: 0.2rem;
  height: 1.5rem;
  background: #333;
  position: absolute;
  right: -1.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer__sitemap__large > li:after {
    display: none;
  }
}

.footer__sitemap__large > li:last-of-type {
  margin-right: 0;
}

.footer__sitemap__large > li:last-of-type:after {
  display: none;
}

.footer__sitemap {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer__sitemap {
    margin-top: 0;
  }
}

.footer__sitemap > li {
  width: 55.20833%;
  margin-top: 1.4rem;
  padding-right: 3.125%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .footer__sitemap > li {
    margin-top: 0;
    width: 100%;
    padding: 1.5rem 0 1.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .footer__sitemap > li:last-of-type {
    border-bottom: none;
  }
}

.footer__sitemap > li:nth-child(-n+2) {
  margin-top: 0;
}

.footer__sitemap > li:nth-of-type(2n) {
  width: 44.79167%;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .footer__sitemap > li:nth-of-type(2n) {
    width: 100%;
  }
}

.footer__sitemap > li .footer__accordion {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}

.footer__sitemap > li .footer__accordion a,
.footer__sitemap > li .footer__accordion a:link,
.footer__sitemap > li .footer__accordion a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__sitemap > li .footer__accordion a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.footer__sitemap > li .footer__accordion .icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__sitemap > li .footer__accordion {
    font-size: 1.6rem;
    line-height: 200%;
    width: 100%;
    display: block;
    position: relative;
    /* プラスアイコンクリック後、マイナスにする */
  }
  .footer__sitemap > li .footer__accordion a {
    pointer-events: none;
  }
  .footer__sitemap > li .footer__accordion .icon {
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 0.8rem;
    right: 0.4rem;
    /* プラスアイコン */
    /* ２本の線を.icon-wrapの中央に並行に重ねる */
    /* そのうち1本を縦にする */
  }
  .footer__sitemap > li .footer__accordion .icon:before, .footer__sitemap > li .footer__accordion .icon:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 0.2rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #333;
  }
  .footer__sitemap > li .footer__accordion .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .footer__sitemap > li .footer__accordion.active .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

.footer__sitemap > li .footer__accordion__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .footer__sitemap > li .footer__accordion__detail {
    display: none;
  }
}

.footer__sitemap > li .footer__accordion__detail > li {
  font-size: 1.4rem;
  line-height: 228.57143%;
  position: relative;
  margin-right: 1.6rem;
}

.footer__sitemap > li .footer__accordion__detail > li a,
.footer__sitemap > li .footer__accordion__detail > li a:link,
.footer__sitemap > li .footer__accordion__detail > li a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__sitemap > li .footer__accordion__detail > li a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.footer__sitemap > li .footer__accordion__detail > li:after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background: #333;
  position: absolute;
  right: -0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer__sitemap > li .footer__accordion__detail > li:after {
    display: none;
  }
}

.footer__sitemap > li .footer__accordion__detail > li.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__sitemap > li .footer__accordion__detail > li.sp {
    display: block;
  }
}

.footer__sitemap > li .footer__accordion__detail > li:last-of-type {
  margin-right: 0;
}

.footer__sitemap > li .footer__accordion__detail > li:last-of-type:after {
  display: none;
}

.footer__brand {
  width: 12.3rem;
  height: 1.2rem;
}

.footer__brand img {
  line-height: 1;
  vertical-align: top;
}

.footer__bottom {
  margin-top: 5.4rem;
}

@media screen and (max-width: 767px) {
  .footer__bottom {
    margin-top: 2rem;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer__bottom__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #333;
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .footer__bottom__detail {
    margin-top: 2rem;
    border-top: 1px solid #ccc;
    display: block;
  }
}

.footer__bottom__detail .footer__sitemap__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .footer__bottom__detail .footer__sitemap__utility {
    margin-top: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.9rem;
  }
}

.footer__bottom__detail .footer__sitemap__utility > li {
  font-size: 1.2rem;
  line-height: 150%;
  padding-left: 1.3rem;
  position: relative;
  margin-right: 2rem;
}

.footer__bottom__detail .footer__sitemap__utility > li a,
.footer__bottom__detail .footer__sitemap__utility > li a:link,
.footer__bottom__detail .footer__sitemap__utility > li a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer__bottom__detail .footer__sitemap__utility > li a:hover {
    color: #333;
    text-decoration: underline;
  }
}

.footer__bottom__detail .footer__sitemap__utility > li:last-of-type {
  margin-right: 0;
}

.footer__bottom__detail .footer__sitemap__utility > li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("/assets/img/footer_navi_arrow.svg") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer__bottom__detail .footer__sitemap__utility > li {
    margin-right: 0;
    width: 50%;
    margin-top: 1rem;
  }
  .footer__bottom__detail .footer__sitemap__utility > li:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}

.footer__bottom__detail .footer__global {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__bottom__detail .footer__global {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-top: 1.3rem;
    padding-bottom: 1.9rem;
  }
  .footer__bottom__detail .footer__global a,
  .footer__bottom__detail .footer__global a:link,
  .footer__bottom__detail .footer__global a:visited {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .footer__bottom__detail .footer__global a:hover {
    opacity: .7;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .footer__bottom__detail .footer__global a {
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.2rem;
    line-height: 150%;
  }
  .footer__bottom__detail .footer__global a:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("/assets/img/global_icon_sp.svg") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
  }
}

.footer__bottom__detail .footer__copyright {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .footer__bottom__detail .footer__copyright {
    margin-top: 2rem;
    text-align: right;
  }
}

.contact-area {
  background: #f4f4f4;
  padding: 6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 12rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-area {
    padding: 0 0;
    margin-top: 6rem;
  }
}

.contact-area__inner {
  max-width: 1000px;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact-area__inner {
    max-width: 750px;
    padding: 0 2rem;
    display: block;
  }
}

.contact-area__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 16.9rem;
  padding: 1rem 0;
}

@media screen and (max-width: 767px) {
  .contact-area__detail {
    padding: 3rem 0;
    height: auto;
    display: block;
    background: #f4f4f4;
  }
}

.contact-area__detail__left {
  width: 39.0625%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .contact-area__detail__left {
    width: 100%;
    padding-top: 0.4rem;
  }
}

.contact-area__detail__left:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ccc;
}

@media screen and (max-width: 767px) {
  .contact-area__detail__left:after {
    display: none;
  }
}

.contact-area__detail__left .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.9rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-area__detail__left .ttl {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
}

.contact-area__detail__left .ttl:after {
  display: block;
  content: "";
  width: 6rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffe600;
}

@media screen and (max-width: 767px) {
  .contact-area__detail__left .ttl:after {
    width: 4.5rem;
  }
}

.contact-area__detail__left .txt {
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-area__detail__left .txt {
    margin-top: 1.6rem;
  }
}

.contact-area__detail__right {
  width: 60.9375%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*.tel{
				font-size: 3.2rem;
				font-weight: 700;
				line-height: percentage(48/32);
				@include txt_link_color(none,$color-black,$color-black,none);
				padding-left: 3.3rem;
				position: relative;

				&:after{
					content: "";
					width: 2.3rem;
					height: 3rem;
					display: block;
					position: absolute;
					left: 0;
					top: 50%;
					transform: translateY(-50%);
					background: url("/assets/img/tel-icon.svg") no-repeat center top;
					background-size: 100% auto;
				}
			}*/
}

@media screen and (max-width: 767px) {
  .contact-area__detail__right {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.contact-area__detail__right .link {
  margin: 0 auto;
  max-width: 336px;
  width: 57.4359%;
  height: 7rem;
}

.contact-area__detail__right .link a,
.contact-area__detail__right .link a:link,
.contact-area__detail__right .link a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .contact-area__detail__right .link a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-area__detail__right .link {
    max-width: 335px;
    width: 100%;
    height: 5.2rem;
  }
}

.contact-area__detail__right .link a {
  width: 100%;
  height: 100%;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  background: #ffe600;
}

@media screen and (max-width: 767px) {
  .contact-area__detail__right .link a {
    font-size: 2rem;
  }
}

.contact-area__detail__right .link a:after {
  content: "";
  background: url("/assets/img/arrow-black.svg") no-repeat center top;
  background-size: 100% auto;
  width: 1rem;
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact-area__detail__right .link a:after {
    width: 1.3rem;
    height: 2rem;
  }
}

.recruit__contact {
  max-width: 1000px;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .recruit__contact {
    max-width: 750px;
    padding: 0 1.2rem;
    display: block;
  }
}

.contact-box {
  background: #f4f4f4;
  padding: 3.7rem 2rem 2.3rem;
}

@media screen and (max-width: 767px) {
  .contact-box {
    padding: 3rem 1.2rem;
  }
}

.contact-box__detail .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.contact-box__detail .txt {
  font-size: 1.6rem;
  line-height: 150%;
  margin-top: 1rem;
  text-align: center;
}

.contact-box__detail .link {
  margin: 3rem auto 0;
  max-width: 360px;
  width: 57.4359%;
  height: 5.2rem;
  border-radius: 2.5rem;
  overflow: hidden;
}

.contact-box__detail .link a,
.contact-box__detail .link a:link,
.contact-box__detail .link a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .contact-box__detail .link a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-box__detail .link {
    margin-top: 2rem;
    max-width: 351px;
    width: 100%;
  }
}

.contact-box__detail .link a {
  width: 100%;
  height: 100%;
  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;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  background: #ffe600;
}

@media screen and (max-width: 767px) {
  .contact-box__detail .link a {
    font-size: 2rem;
  }
}

.contact-box__detail .link a:after {
  content: "";
  background: url("/assets/img/arrow-black.svg") no-repeat center top;
  background-size: 100% auto;
  width: 1.2rem;
  height: 1.9rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact-box__detail .link a:after {
    width: 1.3rem;
    height: 2rem;
  }
}

.fixed-contact {
  position: fixed;
  right: 0;
  top: 10rem;
  width: 5.5rem;
  height: 16.5rem;
  background: #ffe600;
  border-radius: 1rem 0 0 1rem;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.fixed-contact a,
.fixed-contact a:link,
.fixed-contact a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

@media screen and (min-width: 768px) {
  .fixed-contact a:hover {
    opacity: .7;
    text-decoration: none;
  }
}

#page-products-sales .fixed-contact,
#page-products-support .fixed-contact,
#page-products-aftersales .fixed-contact,
#page-solution-fieldsupport .fixed-contact,
#page-solution-analysis .fixed-contact,
#page-solution-upgrade .fixed-contact {
  display: block;
  z-index: 101;
}

#page-products-sales .fixed-contact.show,
#page-products-support .fixed-contact.show,
#page-products-aftersales .fixed-contact.show,
#page-solution-fieldsupport .fixed-contact.show,
#page-solution-analysis .fixed-contact.show,
#page-solution-upgrade .fixed-contact.show {
  opacity: 1;
  pointer-events: auto;
}

.fixed-contact.stop {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .fixed-contact {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 4.8rem;
    border-radius: 0 0 0 0;
  }
}

.fixed-contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-contact a .mail_icon_svg {
  width: 2.1rem;
  height: 1.6rem;
}

.fixed-contact a .txt {
  margin-top: .9rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .fixed-contact a {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .fixed-contact a .txt {
    margin-top: 0;
    margin-left: 1rem;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}

html {
  font-size: 62.5%;
}

html.is-open {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  color: #333;
}

legend {
  display: none;
}

img {
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.page-contents {
  margin-top: 9rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-contents {
    margin-top: 3rem;
  }
}

.page-contents .page-top {
  position: sticky;
  right: 0;
  bottom: 3.5rem;
  padding: 0 2rem;
  margin: 5rem 0 3.5rem auto;
  width: 9rem;
  height: 5rem;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
}

.page-contents .page-top.show {
  opacity: 1;
  pointer-events: auto;
}

.page-contents .page-top a {
  margin-left: auto;
  display: block;
  width: 5rem;
  height: 5rem;
  position: relative;
}

.page-contents .page-top a img {
  position: relative;
}

.page-contents .page-top a:before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .page-contents .page-top {
    margin: 2rem 0 2rem auto;
    bottom: 2rem;
  }
  #page-products-sales .page-contents .page-top,
  #page-products-support .page-contents .page-top,
  #page-products-aftersales .page-contents .page-top,
  #page-solution-fieldsupport .page-contents .page-top,
  #page-solution-analysis .page-contents .page-top,
  #page-solution-upgrade .page-contents .page-top {
    bottom: 7rem;
  }
}

.page-link-anker:before {
  content: " ";
  margin-top: -6rem;
  height: 6rem;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .page-link-anker:before {
    margin-top: -3rem;
    height: 3rem;
  }
}
