@charset "UTF-8";
/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* mediaquery */
/* ============================================================ */
/* ============================================================ */
/* utility */
/* ============================================================ */
/* circle
----------------------------------------------------------- */
/* transition
----------------------------------------------------------- */
/* arrow-slide
----------------------------------------------------------- */
/* arrow-slide-bottom
----------------------------------------------------------- */
/* btn effect
----------------------------------------------------------- */
/* centering
----------------------------------------------------------- */
/* screenReader-only
----------------------------------------------------------- */
/* ============================================================ */
/* settings */
/* ============================================================ */
/* colors
----------------------------------------------------------- */
/* width
----------------------------------------------------------- */
/* box-shadow
----------------------------------------------------------- */
/* font
----------------------------------------------------------- */
/*----- base-font-family -----*/
/*----- base-font-family (serif) -----*/
/*$font-serif: 'Hiragino Mincho ProN', 'Yu Mincho', 游明朝, 'HGS明朝E', serif;*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  html {
    font-size: calc(100vw / 112);
  }
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body.is-hidden {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

p {
  margin: 0 0 1.2em;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

p > a {
  color: #095C78;
  text-decoration: underline;
}

p > a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0;
}

iframe {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  background: inherit;
  cursor: pointer;
}

code {
  font-family: Monaco, Consolas, 'Courier New', Courier, monospace, sans-serif;
}

/* PC
----------------------------------------------------------- */
@media (min-width: 768px) {
  a {
    cursor: pointer;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
  }
  .sp-view {
    display: none !important;
  }
}

/* SP
----------------------------------------------------------- */
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .pc-view {
    display: none !important;
  }
}

/* top-hero-scroll
---------------------------- */
@-webkit-keyframes top-hero-scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes top-hero-scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* top-hero-fadein
---------------------------- */
@-webkit-keyframes top-hero-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes top-hero-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* top-btn-line
---------------------------- */
@-webkit-keyframes top-btn-line {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes top-btn-line {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/* arrow-slide
---------------------------- */
@-webkit-keyframes arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50.1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* arrow-slide-bottom
---------------------------- */
@-webkit-keyframes arrow-slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50.1% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes arrow-slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  50.1% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* hoverTranslate
---------------------------- */
@-webkit-keyframes hoverTranslate {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  .1% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes hoverTranslate {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  .1% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

/* spinner
---------------------------- */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Layout ------------ */
.l-breadcrumb {
  width: 100%;
  background: #F7F7F7;
}

.l-breadcrumb__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1236px;
  margin: 0 auto;
  padding: 12px;
}

.l-breadcrumb__item {
  position: relative;
  font-size: 1.4rem;
}

.l-breadcrumb__item:not(:first-child) {
  margin-left: 18px;
  padding-left: 20px;
}

.l-breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 10px;
  left: -4px;
  width: 6px;
  height: 6px;
  border-right: 0.5px solid #868686;
  border-bottom: 0.5px solid #868686;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}

.l-breadcrumb__item > a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .l-breadcrumb {
    overflow-x: auto;
  }
  .l-breadcrumb__list {
    flex-wrap: nowrap;
    padding: 8px;
    white-space: nowrap;
  }
  .l-breadcrumb__item {
    font-size: 1.2rem;
  }
  .l-breadcrumb__item:not(:first-child) {
    margin-left: 12px;
    padding-left: 12px;
  }
  .l-breadcrumb__item:not(:first-child)::before {
    top: 8px;
    left: -4px;
    width: 6px;
    height: 6px;
  }
  .l-breadcrumb__item span {
    padding-right: 8px;
  }
}

/* l-footer
----------------------------------------------------------- */
.l-footer {
  position: relative;
}

.l-footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 15;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #a0a0a0;
  background: #fff;
  -webkit-transition: none;
  transition: none;
}

.l-footer__pagetop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #868686;
  font-family: 'nssol-icon';
  content: "\e90c";
}

.l-footer__pagetop span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.l-footer__top {
  padding: 100px 16px;
  background: #FCFCFC;
}

.l-footer__top-inner {
  max-width: 1236px;
  margin: 0 auto;
}

.l-footer__top-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.l-footer__logos {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.l-footer__logo-mark {
  width: 104px;
  margin-right: 32px;
}

.l-footer__logo-text {
  width: 312px;
}

.l-footer__bottom {
  padding: 40px 16px 32px;
  background: #606060;
}

.l-footer__bottom-inner {
  max-width: 1245px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-footer__sp-expand {
    display: none;
  }
  .l-footer__pagetop:hover::after {
    color: #F1D900;
  }
}

@media (max-width: 767px) {
  .l-footer__pagetop {
    position: fixed !important;
    bottom: 20px !important;
    width: 44px;
    height: 44px;
  }
  .l-footer__sp-expand {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 54px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    background: #FCFCFC;
  }
  .l-footer__sp-expand::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 12px;
    color: #707070;
    font-family: 'nssol-icon';
    content: "\e90f";
  }
  .l-footer__sp-expand.-active::after {
    content: "\e90e";
  }
  .l-footer__top {
    display: none;
    padding: 32px 16px;
  }
  .l-footer__logos {
    margin: 0 auto;
  }
  .l-footer__logo-mark {
    width: 80px;
    margin-right: 16px;
  }
  .l-footer__logo-text {
    width: 100%;
  }
  .l-footer__logo-text img {
    width: 192px;
    height: 14px;
  }
  .l-footer__copy {
    font-size: 1rem;
  }
}

/* l-footer-sitemap
----------------------------------------------------------- */
.l-footer-sitemap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.l-footer-sitemap__col {
  width: 25%;
  padding-right: 4%;
}

.l-footer-sitemap__category:not(:first-child) {
  margin-top: 3.1em;
}

.l-footer-sitemap__category-top {
  line-height: 1.2;
}

.l-footer-sitemap__category-top a {
  font-size: 2rem;
  font-weight: 500;
}

.l-footer-sitemap__category-list {
  margin-top: 20px;
}

.l-footer-sitemap__category-list > li:not(:first-child) {
  margin-top: .2em;
}

.l-footer-sitemap__category-list > li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .l-footer-sitemap__category-top a:hover {
    text-decoration: underline;
  }
  .l-footer-sitemap__category-list a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .l-footer-sitemap__col {
    width: 48%;
    padding-right: 0;
  }
  .l-footer-sitemap__col:nth-child(n + 3) {
    margin-top: 24px;
  }
  .l-footer-sitemap__category-top a {
    font-size: 1.6rem;
  }
  .l-footer-sitemap__category-list > li a {
    font-size: 1.2rem;
  }
}

/* l-footer-bottom
----------------------------------------------------------- */
.l-footer-bottom__nav-list {
  display: -webkit-box;
  display: flex;
}

.l-footer-bottom__nav-list > li a {
  margin-right: 10px;
  color: #fff;
  font-size: 1.4rem;
}

.l-footer-bottom__copyright {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .l-footer-bottom__nav-list > li a:hover {
    text-decoration: underline;
  }
  .l-footer-bottom__logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-footer-bottom__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .l-footer-bottom__nav-list > li:not(:first-child) {
    margin-top: 8px;
    margin-left: 0;
  }
  .l-footer-bottom__nav-list > li a {
    font-size: 1.2rem;
  }
  .l-footer-bottom__logo {
    display: block;
    max-width: 128px;
    margin: 28px auto 0;
  }
  .l-footer-bottom__copyright {
    margin-top: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
}

.l-future {
  height: 350px;
  padding: 0 16px;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  background: url(/assets/img/common/bg_future_block.png) no-repeat center/cover;
}

.l-future__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1236px;
  margin: 0 auto;
  height: 350px;
}

.l-future__title {
  width: 70%;
  margin-right: 24px;
  margin-left: -4%;
}

@media (max-width: 1340px) {
  .l-future__title {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .l-future {
    padding: 24px 16px 32px;
    height: auto;
  }
  .l-future__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    height: auto;
  }
  .l-future__title {
    width: 90%;
    margin-bottom: 24px;
  }
}

/* l-gnav
----------------------------------------------------------- */
.l-gnav {
  width: 100%;
  margin-top: 22px;
  background: #fff;
}

.l-gnav__list {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
}

.l-gnav__item {
  -webkit-box-flex: 1;
          flex: auto;
}

.l-gnav__item:last-child a {
  padding-right: 0;
}

@media (max-width: 767px) {
  .l-gnav__item:last-child a {
    padding-right: 10px;
  }
}

.l-gnav__link {
  display: block;
  position: relative;
  padding: 6px 12px;
  color: #111;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.l-gnav__expand-icon {
  display: block;
  font-family: 'nssol-icon';
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.l-gnav__expand-icon::before {
  color: #A2A2A2;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .l-gnav {
    margin-right: 16px;
  }
  .l-gnav__expand-icon {
    margin-top: 8px;
  }
  .l-gnav__expand-icon::before {
    content: "\e903";
  }
  .l-gnav__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .l-gnav__item:first-child {
    margin-right: 12px;
  }
  .l-gnav__item:first-child a {
    margin-top: 2px;
    padding: 0;
  }
  .l-gnav__item:first-child a::after {
    bottom: -4px;
  }
  .l-gnav__item:first-child .l-gnav__expand-icon {
    margin-top: 4px;
  }
  .l-gnav__item:first-child .l-gnav__link.-active .l-gnav__expand-icon {
    margin-top: 8px;
  }
  .l-gnav__link {
    height: 56px;
  }
  .l-gnav__link::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #1EB9EE;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
    content: "";
  }
  .l-gnav__link:hover, .l-gnav__link.-active, .l-gnav__link.-current {
    color: #1EB9EE;
  }
  .l-gnav__link:hover::after, .l-gnav__link.-active::after, .l-gnav__link.-current::after {
    width: 100%;
  }
  .l-gnav__link:hover .l-gnav__expand-icon::before, .l-gnav__link.-active .l-gnav__expand-icon::before, .l-gnav__link.-current .l-gnav__expand-icon::before {
    color: #1EB9EE;
  }
  .l-gnav__link.-active .l-gnav__expand-icon {
    margin-top: 12px;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

@media (max-width: 1080px) {
  .l-gnav__item:first-child {
    width: 140px;
  }
  .l-gnav__link {
    padding: 6px 9px;
    line-height: 1;
  }
}

@media (max-width: 960px) {
  .l-gnav__item:first-child {
    width: 118px;
  }
  .l-gnav__link {
    padding: 6px 6px;
  }
}

@media (max-width: 767px) {
  .l-gnav {
    margin-top: 0;
    padding: 0 12px;
    background: inherit;
  }
  .l-gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-top: 2px solid #b7b7b7;
  }
  .l-gnav__item:first-child {
    width: 100%;
  }
  .l-gnav__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 18px 10px 18px 6px;
    border-bottom: 2px solid #b7b7b7;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .l-gnav__link span {
    display: block;
  }
  .l-gnav__link.-active .l-gnav__expand-icon::before {
    content: "\e90e";
  }
  .l-gnav__link:not(.js-gnav-dropdown)::after {
    position: absolute;
    right: 8px;
    color: #A2A2A2;
    font-family: "nssol-icon";
    font-size: 1.4rem;
    content: "\e90b";
  }
  .l-gnav__expand-icon::before {
    font-size: 1.6rem;
    content: "\e90f";
  }
  .l-gnav__expand-icon.-active::before {
    content: "\e90e";
  }
}

/* .l-gnav__item:nth-child(3) .l-gnav-menu {
  display: block;
} */
.l-header__nav {
  display: block;
}

/* l-gnav-menu
----------------------------------------------------------- */
.l-gnav-menu {
  display: none;
  position: absolute;
  top: 126px;
  left: 0;
  width: 100%;
  padding-bottom: 60px;
  text-align: left;
}

.l-gnav-menu.-active {
  display: block;
}

@media (max-width: 767px) {
  .l-gnav-menu {
    position: relative;
    top: inherit;
  }
}

@media (min-width: 768px) {
  .l-gnav-menu {
    overflow-y: auto;
    max-height: 90vh;
    background: #fff url(/assets/img/common/bg_drop_nav.png) no-repeat center/cover;
  }
  .l-gnav-menu__menus {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1em;
  }
  .l-gnav-menu__menus.-col-3 > div {
    width: 33.3%;
  }
  .l-gnav-menu__menus.-col-4 > div {
    width: 25%;
  }
  .l-gnav-menu__menus.-col-4 > div:nth-child(n + 5) {
    margin-top: 4em;
  }
  .l-gnav-menu__inner {
    max-width: 1236px;
    margin: 0 auto;
    padding: 50px 16px;
  }
  .l-gnav-menu__title {
    margin-bottom: 1em;
    font-size: 3.2rem;
    font-weight: 700;
  }
  .l-gnav-menu__title .icon-triangle-right {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-left: 12px;
  }
  .l-gnav-menu__title .icon-triangle-right::before {
    position: absolute;
    top: 0;
    color: #868686;
    font-size: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.15s all;
    transition: 0.15s all;
  }
  .l-gnav-menu__close {
    float: right;
    margin-top: 3.75em;
  }
  .l-gnav-menu__search {
    max-width: 900px;
    margin: 0 auto;
  }
  .l-gnav-menu__top {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .l-gnav-menu__title:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 960px) {
  .l-gnav-menu__title .icon-triangle-right::before {
    top: 6px;
  }
}

@media (max-width: 767px) {
  .l-gnav-menu {
    padding: 16px 8px 8px 16px;
    background: #f6f6f6;
  }
  .l-gnav-menu__inner {
    padding: 0;
  }
  .l-gnav-menu__title {
    margin-bottom: .5em;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .l-gnav-menu__title a {
    display: block;
    position: relative;
  }
  .l-gnav-menu__title .icon-triangle-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 4px;
    font-size: 1.2rem;
  }
  .l-gnav-menu__title .icon-triangle-right::before {
    color: #868686;
  }
  .l-gnav-menu__list li {
    margin-top: 8px;
  }
  .l-gnav-menu__menus {
    padding-left: 1em;
  }
  .l-gnav-menu__close {
    display: none;
  }
}

/* l-gnav-menu-list
----------------------------------------------------------- */
.l-gnav-menu-list {
  padding: 0 1em;
}

.l-gnav-menu-list__title {
  margin-bottom: 1em;
  padding-bottom: 14px;
  border-bottom: 2px solid #A0A0A0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.l-gnav-menu-list__item {
  line-height: 1.25em;
}

.l-gnav-menu-list__item:not(:first-child) {
  margin-top: 1em;
}

.l-gnav-menu-list__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding-left: 10px;
}

.l-gnav-menu-list__link .icon-triangle-right {
  overflow: hidden;
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 14px;
}

.l-gnav-menu-list__link .icon-triangle-right::before {
  position: absolute;
  top: 0;
  color: #868686;
  font-size: 1.3rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 768px) {
  .l-gnav-menu-list__title {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .l-gnav-menu-list__link:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 767px) {
  .l-gnav-menu-list {
    padding: 0;
  }
  .l-gnav-menu-list > ul {
    margin-top: .5em;
    margin-bottom: 10px;
    padding-left: 1em;
  }
  .l-gnav-menu-list__title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    border-bottom: none;
  }
  .l-gnav-menu-list__title a,
  .l-gnav-menu-list__title span {
    padding: .75em 0;
  }
  .l-gnav-menu-list__title span {
    display: block;
  }
  .l-gnav-menu-list__item {
    padding-left: 1px;
  }
  .l-gnav-menu-list__link {
    padding-left: 0;
  }
  .l-gnav-menu-list__link .icon-triangle-right::before {
    font-size: 1.2rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.l-header__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 14px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.l-header__logo {
  width: 104px;
}

.l-header__logo img {
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 768px) {
  .l-header {
    height: 126px;
  }
  .l-header__menu-btn {
    display: none;
  }
  .l-header__nav {
    display: block !important;
  }
  .l-header__nav-close {
    display: none;
  }
}

@media (max-width: 1080px) {
  .l-header__inner {
    padding-right: 14px;
  }
}

@media (max-width: 960px) {
  .l-header__logo {
    width: 80px;
  }
}

@media (min-width: 768px) {
  .l-header {
    /* height: 126px; */
  }
}

@media (max-width: 767px) {
  .l-header {
    background: #fff;
  }
  .l-header__inner {
    height: 60px;
    padding: 4px 10px 4px 0;
  }
  .l-header__logo {
    width: 60px;
  }
  .l-header__nav {
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  .l-header__nav-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    padding-top: 6px;
  }
  .l-header__nav-close {
    display: block;
    position: relative;
    width: 160px;
    margin: 24px auto 0;
    padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    background: #fff;
    cursor: pointer;
  }
  .l-header__nav-close::after {
    position: absolute;
    right: 12px;
    color: #868686;
    font-family: "nssol-icon";
    content: "\e908";
  }
}

/* ヘッダー縮小時スタイル
----------------------------------------------------------- */
@media (min-width: 768px) {
  .l-header.-shrinked {
    height: 80px;
  }
  .l-header.-shrinked .l-header__inner {
    height: 80px;
  }
  .l-header.-shrinked .l-header__logo img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .l-header.-shrinked .l-header-sub-nav {
    opacity: 0;
    height: 0;
    margin-top: 0;
  }
  .l-header.-shrinked .l-gnav {
    margin-top: 16px;
  }
  .l-header.-shrinked .l-gnav-menu {
    top: 80px;
  }
}

/* l-header-menu-btn
----------------------------------------------------------- */
.l-header-menu-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 60px;
  background: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .l-header-menu-btn {
    display: none;
  }
}

.l-header-menu-btn__text {
  position: absolute;
  text-indent: -9999px;
}

.l-header-menu-btn__icon {
  position: absolute;
  top: 20px;
  right: 11px;
}

.l-header-menu-btn__line {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 2px;
  background: #1EB9EE;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.l-header-menu-btn__line:first-child {
  width: 27px;
  top: 0;
}

.l-header-menu-btn__line:nth-child(2) {
  top: 9px;
  width: 24px;
}

.l-header-menu-btn__line:last-child {
  top: 18px;
  width: 20px;
}

.l-header-menu-btn.-active .l-header-menu-btn__line:first-child {
  top: 8px;
  right: -2px;
  width: 26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header-menu-btn.-active .l-header-menu-btn__line:nth-child(2) {
  top: 8px;
  right: -2px;
  width: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header-menu-btn.-active .l-header-menu-btn__line:last-child {
  opacity: 0;
}

/* l-header-search-btn
----------------------------------------------------------- */
@media (min-width: 768px) {
  .l-header-search-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-header-search-btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 50px;
    width: 42px;
    height: 60px;
    background: #fff;
    font-size: 2.2rem;
  }
  .l-header-search-btn .icon-search span {
    position: absolute;
    text-indent: -9999px;
  }
  .l-header-search-btn .icon-search::before {
    color: #1EB9EE;
  }
}

/* l-header-sub-nav
----------------------------------------------------------- */
.l-header-sub-nav {
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.l-header-sub-nav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.l-header-sub-nav__item {
  margin-left: 24px;
}

.l-header-sub-nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0;
  background: transparent;
  font-size: 1.4rem;
}

.l-header-sub-nav__link [class^="icon-"] {
  margin-left: 4px;
}

.l-header-sub-nav__link [class^="icon-"]::before {
  color: #1EB9EE;
  font-size: 1.8rem;
}

.l-header-sub-nav__link:hover {
  color: #1EB9EE;
}

.l-header-sub-nav__link.-logo {
  display: -webkit-box;
  display: flex;
  margin-top: -1px;
}

.l-header-sub-nav__link.-logo img {
  width: 110px;
  vertical-align: middle;
}

.l-header-sub-nav__inquiry-btn {
  overflow: hidden;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  padding: 4px 5px 5px 22px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.l-header-sub-nav__inquiry-btn .icon-triangle-right {
  overflow: hidden;
  margin-left: 6px;
  color: #868686;
  font-size: 1rem;
}

.l-header-sub-nav__inquiry-btn .icon-triangle-right::before {
  vertical-align: middle;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-header-sub-nav__inquiry-btn .icon-triangle-right::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
}

@media (min-width: 768px) {
  .l-header-sub-nav {
    margin-top: 18px;
  }
  .l-header-sub-nav__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .l-header-sub-nav__inquiry-btn:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .l-header-sub-nav__inquiry-btn:hover .icon-triangle-right::after {
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    background: rgba(0, 0, 0, 0.08);
  }
}

@media (max-width: 767px) {
  .l-header-sub-nav {
    min-height: 320px;
    margin-top: 6px;
    padding: 0 14px;
  }
  .l-header-sub-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .l-header-sub-nav__item {
    width: 100%;
    margin: 14px 0 0;
  }
  .l-header-sub-nav__item:last-child {
    display: none;
  }
  .l-header-sub-nav__inquiry-btn {
    width: 100%;
    height: 44px;
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
}

.l-noscript {
  position: fixed;
  top: 126px;
  left: 0;
  z-index: 20;
  width: 100%;
  padding: 16px;
  background: #FFEDED;
  text-align: center;
}

.l-noscript p {
  line-height: 1.6;
}

@media (max-width: 767px) {
  .l-noscript {
    top: 60px;
  }
}

.l-noscript.-future {
  top: 80px;
}

@media (max-width: 767px) {
  .l-noscript.-future {
    top: 42px;
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
}

.l-main {
  padding-top: 126px;
  overflow-x: initial;
}

@media (max-width: 767px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-main.-bg-image {
  background: url(/assets/img/common/base_pc.png) repeat-y top/cover;
}

@media (max-width: 767px) {
  .l-main.-bg-image {
    background: url(/assets/img/common/base_sp.png) repeat-y top/cover;
  }
}

.l-content-block {
  padding: 56px 16px 100px;
}

.l-content-block__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.l-content-block.-block-02 {
  padding: 72px 16px;
  background: #F8F8F8;
}

.l-content-block.-block-03 {
  padding: 72px 16px;
  background: #E8E8E8;
}

.l-content-block.-block-04 {
  padding: 72px 16px;
  background: #E8F8FD;
}

.l-content-block.-block-05 {
  padding: 48px 16px;
}

.l-content-block.-block-06 {
  padding: 72px 16px;
  background: #F8F8F8;
}

@media (max-width: 767px) {
  .l-content-block {
    padding: 40px 16px 64px;
  }
  .l-content-block.-block-02 {
    padding: 32px 0;
  }
  .l-content-block.-block-03, .l-content-block.-block-04, .l-content-block.-block-05, .l-content-block.-block-06 {
    padding: 32px 16px;
  }
}

.l-lnav {
  padding: 72px 16px;
}

.l-lnav__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.l-lnav__title {
  margin-bottom: 1.25em;
  font-size: 2.4rem;
  font-weight: 500;
}

.l-lnav__title .icon-triangle-right {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.l-lnav__title .icon-triangle-right::before {
  position: absolute;
  top: 4px;
  color: #868686;
  font-size: 1.8rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (max-width: 960px) {
  .l-lnav__title .icon-triangle-right::before {
    top: 10px;
  }
}

.l-lnav__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}

.l-lnav__item {
  width: 20%;
  padding: 0.5em;
}

.l-lnav__item.-current .c-btn {
  pointer-events: none;
}

.l-lnav__item.-current .c-btn__icon::after {
  color: #F1D900;
}

.l-lnav__item a {
  height: 100%;
}

@media (min-width: 768px) {
  .l-lnav__title:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 960px) {
  .l-lnav__item {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .l-lnav {
    padding: 32px 16px;
  }
  .l-lnav__title {
    font-size: 1.6rem;
  }
  .l-lnav__title .icon-triangle-right {
    width: 16px;
    height: 16px;
  }
  .l-lnav__title .icon-triangle-right::before {
    top: 4px;
    font-size: 1.2rem;
  }
  .l-lnav__item {
    width: 50%;
  }
}

.l-pagetitle {
  padding: 64px 16px 72px;
}

.l-pagetitle__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  max-width: 1236px;
  margin: 0 auto;
}

.l-pagetitle__heading {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 4px rgba(59, 75, 88, 0.8);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .l-pagetitle {
    padding: 24px 16px 32px;
  }
  .l-pagetitle__inner {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .l-pagetitle__inner .c-btn {
    margin-top: 24px;
  }
  .l-pagetitle__heading {
    font-size: 2.6rem;
  }
}

.l-pagetitle.-press {
  background: url(/assets/img/press/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-seminar {
  background: url(/assets/img/seminar/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-casestudy {
  background: url(/assets/img/casestudy/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-ss-top {
  background: url(/assets/img/ss/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-top {
    background: url(/assets/img/ss/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-production {
  background: url(/assets/img/ss/production/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-production {
    background: url(/assets/img/ss/production/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-circulation {
  background: url(/assets/img/ss/circulation/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-circulation {
    background: url(/assets/img/ss/circulation/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-service_industry {
  background: url(/assets/img/ss/service_industry/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-service_industry {
    background: url(/assets/img/ss/service_industry/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-lifescience {
  background: url(/assets/img/ss/lifescience/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-lifescience {
    background: url(/assets/img/ss/lifescience/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-iox {
  background: url(/assets/img/ss/iox/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-iox {
    background: url(/assets/img/ss/iox/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-telecom {
  background: url(/assets/img/ss/telecom/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-telecom {
    background: url(/assets/img/ss/telecom/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-public {
  background: url(/assets/img/ss/public/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-public {
    background: url(/assets/img/ss/public/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-consulting {
  background: url(/assets/img/ss/consulting/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-consulting {
    background: url(/assets/img/ss/consulting/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-application {
  background: url(/assets/img/ss/application/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-application {
    background: url(/assets/img/ss/application/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-mediumsized {
  background: url(/assets/img/ss/mediumsized/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-mediumsized {
    background: url(/assets/img/ss/mediumsized/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-bigdata {
  background: url(/assets/img/ss/bigdata/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-bigdata {
    background: url(/assets/img/ss/bigdata/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-infrastructure {
  background: url(/assets/img/ss/infrastructure/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-infrastructure {
    background: url(/assets/img/ss/infrastructure/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-finance {
  background: url(/assets/img/ss/finance/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-finance {
    background: url(/assets/img/ss/finance/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-ito {
  background: url(/assets/img/ss/ito/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-ito {
    background: url(/assets/img/ss/ito/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ss-global {
  background: url(/assets/img/ss/global/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-global {
    background: url(/assets/img/ss/global/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-ir-top {
  background: url(/assets/img/ir/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-sustainability-top {
  background: url(/assets/img/sustainability/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-sustainability-top {
    background: url(/assets/img/sustainability/bg_pagetitle_sp.jpg) no-repeat center center/cover;
  }
}

.l-pagetitle.-corporate-top {
  background: url(/assets/img/corporate/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-recruit-top {
  background: url(/assets/img/recruit/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-ss-5g {
  background: url(/assets/img/ss/5g/bg_pagetitle.jpg) no-repeat center center/cover;
}

.l-pagetitle.-ss-newnormal {
  background: url(/assets/img/ss/newnormal/bg_pagetitle.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .l-pagetitle.-ss-newnormal {
    background: url(/assets/img/ss/newnormal/bg_pagetitle_sp.png) no-repeat center center/cover;
  }
}

.l-search {
  overflow-y: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 100%;
  padding: 60px 16px;
  background: #fff url(/assets/img/common/bg_search.png) no-repeat center/cover;
  text-align: left;
}

.l-search__inner {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}

.l-search__inner p {
  font-size: 2.4rem;
}

.l-search__title {
  font-size: 2.3rem;
}

.l-search__site-search {
  margin-bottom: 60px;
}

.l-search__input {
  margin-bottom: 20px;
}

.l-search__input input {
  width: 100%;
  padding: 20px 24px;
  border: 1px solid #A0A0A0;
  border-radius: 6px;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.l-search__input input:focus {
  background: #E8F8FE;
}

.l-search__btn {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
  padding: 24px;
  border: 1px solid #A0A0A0;
  border-radius: 6px;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}

.l-search__btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
  background-color: rgba(0, 0, 0, 0.08);
}

.l-search__btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 18px;
  color: #1EB9EE;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e907";
}

.l-search__close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
}

.l-search__close-btn span {
  display: inline-block;
  width: 0;
  height: 0;
  text-indent: -9999px;
}

.l-search__close-btn::after {
  color: #868686;
  font-family: "nssol-icon";
  font-size: 3rem;
  content: "\e908";
}

.l-search__close-bottom {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .l-search__btn {
    min-width: 320px;
  }
  .l-search__btn:hover::before {
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 767px) {
  .l-search__site-search {
    margin-bottom: 32px;
  }
  .l-search__title {
    font-size: 1.6rem;
  }
  .l-search__input input {
    padding: 15px 12px;
    font-size: 1.6rem;
  }
  .l-search__btn {
    width: 100%;
    margin-top: 32px;
    padding: 18px;
    font-size: 1.6rem;
  }
  .l-search__close-btn {
    top: 12px;
    right: 12px;
  }
  .l-search__close-bottom {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

/* Component ------------ */
.c-accordion {
  margin-top: -1px;
}

.c-accordion:last-of-type {
  border-bottom: 1px solid #dbdcdf;
}

.c-accordion:target .c-accordion__panel {
  display: block;
}

.c-accordion__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 1.75em 2em 1.75em 0;
  position: relative;
  border-top: 1px solid #dbdcdf;
  line-height: 1.8;
  cursor: pointer;
}

.c-accordion__faq-icon {
  margin-right: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  word-break: break-all;
}

.c-accordion__title {
  font-size: 2rem;
  line-height: 1.5;
}

.c-accordion__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-accordion__icon > span {
  position: absolute;
  right: 6px;
  width: 22px;
  height: 3px;
  background: #868686;
  content: "";
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-accordion__icon > span:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-accordion__icon.-active > span:last-child {
  display: none;
}

.c-accordion__panel {
  display: none;
  padding-bottom: 2em;
}

.c-accordion__panel.-pb0 {
  padding-bottom: 0;
}

.c-accordion__panel .c-accordion {
  padding-left: 1.5em;
  border-bottom: none;
}

.c-accordion__text-box {
  display: -webkit-box;
  display: flex;
}

.c-accordion__text {
  max-width: 940px;
}

@media (max-width: 960px) {
  .c-accordion__icon span {
    width: 18px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .c-accordion__title {
    font-size: 1.4rem;
  }
  .c-accordion__icon {
    top: 34px;
  }
  .c-accordion__faq-icon {
    margin-right: .75em;
    font-size: 2.2rem;
  }
}

.c-box {
  display: block;
  width: 100%;
  padding: 20px;
}

.c-box + .c-box {
  margin-top: 32px;
}

.c-box.-white {
  background: #fff;
}

.c-box.-gray {
  background: #E8E8E8;
}

.c-box.-blue {
  background: #DDF5FD;
}

.c-box.-warning {
  background: #fffedf;
}

.c-box.-danger {
  background: #FFEDED;
}

.c-box.-bordered {
  border: 1px solid #dbdcdf;
}

.c-box.-rounded {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .c-box {
    padding: 20px 15px;
  }
  .c-box + .c-box {
    margin-top: 26px;
  }
}

@media (min-width: 768px) {
  .c-grid .c-box {
    height: 100%;
  }
}

.c-btns {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}

.c-btns__item {
  margin: 12px;
}

@media (max-width: 767px) {
  .c-btns__item {
    width: 100%;
  }
  .c-btns__item .c-btn {
    margin: 0 auto;
  }
}

.c-btn-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 56px;
}

@media (max-width: 767px) {
  .c-btn-block {
    margin-top: 28px;
  }
}

/* c-btn
----------------------------------------------------------- */
.c-btn {
  overflow: hidden;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  min-width: 150px;
  padding: 13px 36px;
  border-radius: 4px;
  background: #d8dee4;
  color: #111;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-btn__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 11px;
  overflow: hidden;
  display: inline-block;
  width: 12px;
  height: 16px;
}

.c-btn__icon::after {
  position: absolute;
  right: 0;
  color: #868686;
  font-family: 'nssol-icon' !important;
  font-size: 1.2rem;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  content: "\e90b";
}

.c-btn__icon.-bottom {
  width: 16px;
}

.c-btn__icon.-bottom::after {
  content: "\e909";
}

.c-btn.-open-new .c-btn__icon::after, .c-btn[target="_blank"] .c-btn__icon::after {
  color: #4A4A4A;
  content: "\e910";
}

.c-btn.-more .c-btn__icon::after {
  content: "\e90f";
}

.c-btn.-pdf .c-btn__icon, .c-btn[href$=".pdf"] .c-btn__icon {
  width: 16px;
  height: 20px;
}

.c-btn.-pdf .c-btn__icon::after, .c-btn[href$=".pdf"] .c-btn__icon::after {
  content: "\e90d";
  font-size: 1.6rem;
}

.c-btn.-zip .c-btn__icon, .c-btn[href$=".zip"] .c-btn__icon {
  width: 16px;
  height: 20px;
}

.c-btn.-zip .c-btn__icon::after, .c-btn[href$=".zip"] .c-btn__icon::after {
  content: "\e912";
  font-size: 1.6rem;
}

.c-btn[href^="mailto:"] .c-btn__icon::after {
  content: "\e911";
}

.c-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(162, 162, 162, 0.5);
}

.c-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
  background-color: rgba(0, 0, 0, 0.08);
}

.c-btn.-white-outline {
  border: 1px solid #a0a0a0;
  background: #fff;
}

.c-btn.-blue {
  background: #1EB9EE;
  color: #fff;
}

.c-btn.-blue .c-btn__icon::after {
  color: #fff;
}

.c-btn.-blue:focus {
  box-shadow: 0 0 0 3px rgba(30, 185, 238, 0.5);
}

.c-btn.-small {
  font-size: 1.4rem;
}

.c-btn.-medium {
  min-width: 240px;
}

.c-btn.-max {
  width: 100%;
  min-width: inherit;
}

.c-btn.-disabled {
  background: #E8E8E8;
  color: #868686;
  pointer-events: none;
}

.c-btn.-disabled:hover {
  cursor: default;
}

@media (min-width: 768px) {
  .c-btn:hover .c-btn__icon::after {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .c-btn:hover .c-btn__icon.-bottom::after {
    -webkit-animation: arrow-slide-bottom 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide-bottom 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
  }
  .c-btn:hover::before {
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .c-btn.-blue:hover .c-btn__icon::after {
    color: #fff;
  }
  .c-btn.-large {
    min-width: 300px;
    height: 70px;
    padding: 12px 36px;
    font-size: 2rem;
  }
  .c-btn.-large.-max {
    min-width: inherit;
  }
  .c-btn.-large .c-btn__icon {
    right: 12px;
    width: 18px;
    height: 25px;
  }
  .c-btn.-large .c-btn__icon::after {
    font-size: 1.8rem;
  }
}

@media (max-width: 960px) {
  .c-btn__icon::after {
    top: 5px;
  }
  .c-btn.-small .c-btn__icon::after {
    top: 2px;
  }
}

@media (max-width: 767px) {
  .c-btn {
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 13px 22px 13px 14px;
    font-size: 1.4rem;
  }
  .c-btn__icon {
    right: 4px;
  }
  .c-btn__icon::after {
    top: 0;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .c-btn.-pdf .c-btn__icon {
    width: 14px;
    height: 26px;
  }
  .c-btn.-pdf .c-btn__icon::after {
    content: "\e90d";
    font-size: 1.4rem;
  }
  .c-btn.-zip .c-btn__icon {
    width: 14px;
    height: 26px;
  }
  .c-btn.-zip .c-btn__icon::after {
    content: "\e912";
    font-size: 1.4rem;
  }
  .c-btn::after {
    right: 10px;
  }
  .c-btn.-large {
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .c-btn.-large .c-btn__icon::after {
    top: 0;
    font-size: 1.2rem;
  }
  .c-btn.-sp-max {
    width: 100%;
  }
}

/* c-close-btn
----------------------------------------------------------- */
.c-close-btn {
  overflow: hidden;
  position: relative;
  min-width: 145px;
  padding: 12px 32px;
  border: 1px solid #A0A0A0;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-close-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
  background-color: rgba(0, 0, 0, 0.08);
}

.c-close-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 16px;
  color: #868686;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e908";
}

@media (min-width: 768px) {
  .c-close-btn:hover::before {
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.c-card {
  display: block;
  overflow: hidden;
  position: relative;
}

.c-card__image {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 0;
  padding-bottom: 62%;
}

.c-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-card__image::before {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg_link_stories_related.png);
  background-size: cover;
  content: "";
}

.c-card__image span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
  padding: 8px 24px;
  color: #868686;
  font-size: 6rem;
  line-height: 1;
  white-space: nowrap;
}

.c-card__image span:first-letter {
  font-size: 16rem;
}

.c-card__image span::after {
  content: attr(data-title);
}

.c-card__image:empty {
  background: #000;
}

.c-card__summary {
  padding: 1em 1em 1.5em;
}

.c-card__text {
  margin-bottom: 8px;
  color: #095C78;
  line-height: 1.7;
  overflow: hidden;
}

.c-card__date {
  text-align: right;
  line-height: 1;
}

.c-card__category {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 1em 1em;
}

.c-card__category > a {
  margin: 0 7px 7px 0;
}

@media (min-width: 768px) {
  .c-card__summary {
    background: #fff;
  }
  .c-card__category {
    background: #fff;
  }
  .c-card__text {
    min-height: 5em;
  }
  .c-card__link:hover .c-card__text {
    text-decoration: underline;
  }
  .c-card__link:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

@media (max-width: 767px) {
  .c-card__image span {
    padding-left: 5px;
    font-size: 2.8rem;
  }
  .c-card__image span:first-letter {
    font-size: 7rem;
  }
  .c-card__summary {
    padding: .75em .75em 1em;
  }
  .c-card__text {
    font-size: 1.2rem;
  }
  .c-card__date {
    font-size: 1.1rem;
  }
  .c-card__category {
    padding-left: .75em;
  }
  .c-card__category > span {
    margin: 0 5px 5px 0;
  }
}

.c-carousel .slick-arrow {
  position: absolute;
  top: 42%;
  z-index: 10;
  width: 24px;
  height: 44px;
  background-size: contain;
  text-indent: -9999px;
  content: "";
}

.c-carousel .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.c-carousel .slick-prev {
  left: -4%;
  background: url(/assets/img/top/ico_slide_prev.svg) no-repeat top/contain;
}

.c-carousel .slick-next {
  right: -4%;
  background: url(/assets/img/top/ico_slide_next.svg) no-repeat top/contain;
}

.c-carousel .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.c-carousel .slick-dots > li {
  position: relative;
  width: 80px;
  height: 2px;
  margin: 0 8px;
  background: #CECECE;
}

.c-carousel .slick-dots > li > button {
  opacity: 0;
  position: absolute;
  top: -18px;
  width: 100%;
  text-indent: -9999px;
}

.c-carousel .slick-dots > li.slick-active {
  height: 4px;
  margin-top: -1px;
  background: #1EB9EE;
}

@media (max-width: 1280px) {
  .c-carousel .slick-next {
    right: 1%;
  }
  .c-carousel .slick-prev {
    left: 1%;
  }
}

@media (max-width: 767px) {
  .c-carousel .slick-arrow {
    opacity: 0;
  }
  .c-carousel .slick-dots {
    margin-top: 32px;
  }
  .c-carousel .slick-dots > li {
    width: 40px;
  }
  .c-carousel .slick-dots > li button {
    top: -14px;
    height: 32px;
  }
}

.c-carousel-list-01 {
  margin: 0 -1em;
}

.c-carousel-list-01 .slick-slide {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.c-carousel-item-01 {
  padding: 0 1em;
}

.c-carousel-item-01__image {
  position: relative;
  margin-bottom: 1em;
}

.c-carousel-item-01__link {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 1em;
  background: #000;
}

.c-carousel-item-01__link[target="_blank"]::after {
  position: absolute;
  top: 1em;
  right: 1em;
  display: inline-block;
  color: #fff;
  font-family: 'nssol-icon';
  line-height: 1;
  content: "\e910";
}

.c-carousel-item-01__link img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-carousel-item-01__text {
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 10;
  padding-right: 1em;
}

.c-carousel-item-01__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(1, 6, 69, 0.5);
  line-height: 1.3;
}

.c-carousel-item-01__sub-title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(1, 6, 69, 0.5);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .c-carousel-item-01__link:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: .9;
  }
}

@media (max-width: 767px) {
  .c-carousel-item-01__text {
    bottom: 15px;
    left: 15px;
  }
  .c-carousel-item-01__title {
    font-size: 1.7rem;
  }
  .c-carousel-item-01__sub-title {
    font-size: 1.4rem;
  }
}

.c-carousel-list-02 .slick-list {
  overflow: visible;
}

.c-carousel-list-02 .slick-slide {
  position: relative;
}

.c-carousel-list-02 .slick-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 249, 249, 0.9);
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-carousel-list-02 .slick-active::after {
  background: transparent;
  opacity: 0;
  height: 0;
}

@media (max-width: 767px) {
  .c-carousel-list-02 {
    width: 93%;
    margin-left: 0;
  }
  .c-carousel-list-02.c-grid {
    margin: 0;
  }
  .c-carousel-list-02 .c-grid__item {
    padding: 0;
  }
}

.c-checkbox-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.c-checkbox-list > li {
  padding: 6px;
}

@media (min-width: 768px) {
  .c-checkbox-list.-col-4 > li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .c-checkbox-list > li {
    width: 50%;
  }
}

.c-checkbox {
  height: 50px;
}

.c-checkbox.-max span {
  width: 100%;
}

.c-checkbox input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-checkbox input[type="checkbox"]:focus + span {
  box-shadow: 0 0 0 3px rgba(162, 162, 162, 0.3);
}

.c-checkbox input[type="checkbox"]:checked + span {
  background: #FFF7B5;
}

.c-checkbox input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 14px;
  left: 18px;
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #1EB9EE;
  border-left: 3px solid #1EB9EE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}

.c-checkbox span {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 196px;
  height: 50px;
  padding: 0 25px 0 36px;
  border: 1px solid #A0A0A0;
  border-radius: 100px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -.05em;
  cursor: pointer;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-checkbox span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 14px;
  width: 18px;
  height: 18px;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  background: #fff;
  content: "";
}

@media (min-width: 768px) {
  .c-checkbox span {
    text-align: center;
  }
  .c-checkbox:hover span {
    background: #FFF7B5;
  }
}

@media (max-width: 767px) {
  .c-checkbox {
    width: 100%;
    height: 44px;
  }
  .c-checkbox input[type="checkbox"]:checked + span::after {
    top: 16px;
    left: 14px;
    width: 14px;
    height: 8px;
  }
  .c-checkbox span {
    width: auto;
    padding: 0 10px 0 30px;
    font-size: 1.2rem;
  }
  .c-checkbox span::before {
    left: 12px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
  }
}

.cookieinfo {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  align-self: flex-end;
  left: 30px !important;
  bottom: 30px !important;
  width: 440px !important;
  padding: 3em 2em 1.8em !important;
  border-radius: 0 5px 5px 0;
  border: 4px solid #c9c9c9;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff !important;
  font-family: "Noto Sans JP", sans-serif !important;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.cookieinfo span {
  color: #111;
  font-size: 1.6rem !important;
  line-height: 1.8;
}

.cookieinfo a {
  opacity: 1;
  position: relative;
  display: block;
  max-width: 170px;
  margin-top: 1.5em;
  padding-left: 1.5em;
  color: #095C78 !important;
  font-weight: 500;
}

.cookieinfo a::before {
  position: absolute;
  top: .65em;
  left: 0;
  display: inline-block;
  color: #868686;
  font-family: 'nssol-icon';
  font-size: 1.3rem;
  line-height: 1;
  content: "\e90b";
}

.cookieinfo a:hover {
  text-decoration: none !important;
}

.cookieinfo .cookieinfo-close {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  align-self: flex-end;
  z-index: 10;
  width: 145px;
  height: 44px;
  margin-top: -2em;
  margin-left: 0 !important;
  border-radius: 4px !important;
  border: 1px solid #707070 !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.cookieinfo .cookieinfo-close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 44px;
  height: 44px;
  margin-top: 0;
  border: none !important;
  background: transparent !important;
  font-size: 24px !important;
  cursor: pointer;
}

.cookieinfo .cookieinfo-close-icon::before {
  color: #868686;
  font-family: "nssol-icon";
  content: "\e908";
}

.cookieinfo .cookieinfo-close-icon span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 768px) {
  .cookieinfo a[href="/info/cookie.html"]:hover, .cookieinfo a[href="/en/info/cookie.html"]:hover {
    text-decoration: underline !important;
  }
  .cookieinfo .cookieinfo-close:hover {
    background: rgba(0, 0, 0, 0.08) !important;
  }
  .cookieinfo .cookieinfo-close-icon:hover {
    background: transparent !important;
  }
}

@media (max-width: 767px) {
  .cookieinfo {
    left: 0 !important;
    bottom: 10px !important;
    width: 94% !important;
    margin: 0 auto;
    padding: 1.5em 1em 1em !important;
    border-radius: 5px;
  }
  .cookieinfo a {
    margin-top: 1em;
  }
  .cookieinfo a::before {
    top: .6em;
    font-size: 1.2rem;
  }
  .cookieinfo span {
    font-size: 1.3rem !important;
  }
  .cookieinfo .cookieinfo-close {
    font-size: 1.3rem !important;
    height: 36px;
  }
  .cookieinfo .cookieinfo-close-icon {
    top: 0;
    right: 0;
    font-size: 20px !important;
  }
}

/* c-form
----------------------------------------------------------- */
.c-form__required-label {
  color: #FF0000;
}

.c-form .error {
  background: #FFEDED;
}

.c-form .error p.error {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  background: #FF4C4C;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

.c-form__example {
  margin: 4px 0 0;
  font-size: 1.4rem;
}

.c-form__note {
  font-size: 1.2rem;
  text-align: right;
}

@media (max-width: 767px) {
  .c-form input,
  .c-form select,
  .c-form textarea {
    font-size: 1.6rem;
  }
  .c-form__title {
    min-width: 100px;
  }
  .c-form__example {
    font-size: 1.3rem;
  }
  .c-form__note {
    margin-top: 4px;
    font-size: 1.1rem;
    text-align: left;
  }
}

/* c-input
----------------------------------------------------------- */
.c-input label {
  cursor: pointer;
}

.c-input p + input {
  margin-top: 18px;
}

.c-input__name-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-input__name {
  width: 49%;
}

.c-input__number-block {
  display: -webkit-box;
  display: flex;
}

.c-input__number {
  position: relative;
  width: 25%;
  max-width: 200px;
}

.c-input__number:not(:first-child) {
  margin-left: 3%;
}

.c-input__number:not(:first-child)::before {
  position: absolute;
  top: 32%;
  left: -8.5%;
  width: 10px;
  height: 1px;
  background: #111;
  content: "";
}

@media (max-width: 960px) {
  .c-input__number:not(:first-child)::before {
    width: 8px;
  }
}

.c-input__text {
  width: 100%;
  padding: 17px;
  border-radius: 6px;
  border: 1px solid #A0A0A0;
}

.c-input__text::-webkit-input-placeholder {
  color: #6f6f6f;
}

.c-input__text::-moz-placeholder {
  color: #6f6f6f;
}

.c-input__text:-ms-input-placeholder {
  color: #6f6f6f;
}

.c-input__text::-ms-input-placeholder {
  color: #6f6f6f;
}

.c-input__text::placeholder {
  color: #6f6f6f;
}

.c-input__text.-small {
  width: 50%;
}

.c-input__email-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.c-input__email-block span {
  margin: 0 8px;
}

.c-input__textarea {
  resize: vertical;
  width: 100%;
  padding: 17px;
  border-radius: 6px;
  border: 1px solid #A0A0A0;
}

.c-input__textarea::-webkit-input-placeholder {
  color: #6f6f6f;
}

.c-input__textarea::-moz-placeholder {
  color: #6f6f6f;
}

.c-input__textarea:-ms-input-placeholder {
  color: #6f6f6f;
}

.c-input__textarea::-ms-input-placeholder {
  color: #6f6f6f;
}

.c-input__textarea::placeholder {
  color: #6f6f6f;
}

.c-input__btn-list > li {
  display: inline-block;
  margin-right: 32px;
  line-height: 2.4;
}

.c-input__radio {
  cursor: pointer;
}

.c-input__checkbox {
  display: inline-block;
  margin-bottom: 16px;
}

.c-input__checkbox span {
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
}

.c-input__checkbox span::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  background: #fff;
  content: "";
}

@media (max-width: 960px) {
  .c-input__checkbox span::before {
    top: -3px;
  }
}

.c-input__checkbox input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.c-input__checkbox input[type="checkbox"]:focus + span::before {
  box-shadow: 0 0 0 3px rgba(30, 185, 238, 0.3);
}

.c-input__checkbox input[type="checkbox"]:checked + span::after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 24px;
  height: 14px;
  border-bottom: 4px solid #1EB9EE;
  border-left: 4px solid #1EB9EE;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}

.c-input__select {
  position: relative;
  width: 400px;
}

.c-input__select + input {
  margin-top: 18px;
}

.c-input__select select {
  width: 100%;
  padding: 17px 32px 17px 17px;
  border-radius: 6px;
  border: 1px solid #A0A0A0;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-input__select::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 32px;
  width: 30px;
  height: 28px;
  background: #fff;
  content: "";
}

.c-input__select::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  color: #868686;
  font-family: 'nssol-icon';
  content: "\e909";
}

@media (max-width: 767px) {
  .c-input__name-block, .c-input__number-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .c-input__email-block {
    flex-wrap: wrap;
  }
  .c-input__email-block .c-input__text {
    width: 85%;
  }
  .c-input__email-block span + .c-input__text {
    margin-top: 12px;
  }
  .c-input__name {
    width: 100%;
  }
  .c-input__name + .c-input__name {
    margin-top: 18px;
  }
  .c-input__number {
    width: 90%;
    margin-left: 5%;
  }
  .c-input__number:not(:first-child) {
    margin-top: 12px;
    margin-left: 5%;
  }
  .c-input__text {
    width: 100%;
    padding: 13px;
  }
  .c-input__checkbox span {
    font-size: 1.6rem;
  }
  .c-input__checkbox span::before {
    top: 0;
  }
  .c-input__select {
    width: 100%;
  }
  .c-input__select::before {
    content: none;
  }
  .c-input__select select {
    width: 100%;
    padding: 14px 30px 14px 14px;
  }
}

.c-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -1em -1em 0;
}

.c-grid__item {
  padding: 1em;
}

.c-grid__item.-col-1 {
  width: 8.33333%;
}

.c-grid__item.-col-2 {
  width: 16.66667%;
}

.c-grid__item.-col-3 {
  width: 25%;
}

.c-grid__item.-col-4 {
  width: 33.33333%;
}

.c-grid__item.-col-5 {
  width: 41.66667%;
}

.c-grid__item.-col-6 {
  width: 50%;
}

.c-grid__item.-col-7 {
  width: 58.33333%;
}

.c-grid__item.-col-8 {
  width: 66.66667%;
}

.c-grid__item.-col-9 {
  width: 75%;
}

.c-grid__item.-col-10 {
  width: 83.33333%;
}

.c-grid__item.-col-11 {
  width: 91.66667%;
}

.c-grid__item.-col-12 {
  width: 100%;
}

.c-grid.-wide {
  margin: -1.5em -1.5em 0;
}

.c-grid.-wide .c-grid__item {
  padding: 1.5em;
}

@media (max-width: 767px) {
  .c-grid__item.-col-sp-1 {
    width: 8.33333%;
  }
  .c-grid__item.-col-sp-2 {
    width: 16.66667%;
  }
  .c-grid__item.-col-sp-3 {
    width: 25%;
  }
  .c-grid__item.-col-sp-4 {
    width: 33.33333%;
  }
  .c-grid__item.-col-sp-5 {
    width: 41.66667%;
  }
  .c-grid__item.-col-sp-6 {
    width: 50%;
  }
  .c-grid__item.-col-sp-7 {
    width: 58.33333%;
  }
  .c-grid__item.-col-sp-8 {
    width: 66.66667%;
  }
  .c-grid__item.-col-sp-9 {
    width: 75%;
  }
  .c-grid__item.-col-sp-10 {
    width: 83.33333%;
  }
  .c-grid__item.-col-sp-11 {
    width: 91.66667%;
  }
  .c-grid__item.-col-sp-12 {
    width: 100%;
  }
}

.c-heading {
  position: relative;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.4;
}

.c-heading.-xlarge {
  font-size: 4.4rem;
  font-weight: 700;
}

.c-heading.-large {
  font-size: 3.6rem;
}

.c-heading.-medium {
  font-size: 2.8rem;
}

.c-heading.-small {
  font-size: 2.2rem;
}

.c-heading.-xsmall {
  font-size: 2rem;
}

.c-heading.-xxsmall {
  font-size: 1.8rem;
}

.c-heading.-border {
  margin-bottom: 2em;
}

.c-heading.-border::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -24px;
  border-top: 2px solid #1EB9EE;
  width: 56px;
  content: "";
}

.c-heading.-number {
  text-indent: -1em;
  padding-left: 1em;
}

.c-heading.-blue {
  color: #0083E3;
}

.c-heading.-center {
  text-align: center;
}

@media (max-width: 767px) {
  .c-heading.-xlarge {
    font-size: 2.8rem;
  }
  .c-heading.-large {
    font-size: 2.4rem;
  }
  .c-heading.-medium {
    font-size: 2rem;
  }
  .c-heading.-small {
    font-size: 1.6rem;
  }
  .c-heading.-xsmall {
    font-size: 1.4rem;
  }
  .c-heading.-xxsmall {
    font-size: 1.4rem;
  }
  .c-heading.-border::after {
    width: 40px;
    bottom: -16px;
  }
}

@font-face {
  font-family: 'nssol-icon';
  src: url("/assets/icon/fonts/nssol-icon.ttf?x049r6") format("truetype"), url("/assets/icon/fonts/nssol-icon.woff?x049r6") format("woff"), url("/assets/icon/fonts/nssol-icon.svg?x049r6#nssol-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  display: inline-block;
}

.icon-zip:before {
  content: "\e912";
}

.icon-mail:before {
  content: "\e911";
}

.icon-pdf:before {
  content: "\e90d";
}

.icon-open-new:before {
  content: "\e910";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-global:before {
  content: "\e905";
}

.icon-rss:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-close:before {
  content: "\e908";
}

.icon-remove:before {
  content: "\e90e";
}

.icon-add:before {
  content: "\e90f";
}

.icon-angle-top:before {
  content: "\e900";
}

.icon-angle-right:before {
  content: "\e901";
}

.icon-angle-left:before {
  content: "\e902";
}

.icon-angle-bottom:before {
  content: "\e903";
}

.icon-triangle-bottom:before {
  content: "\e909";
}

.icon-triangle-left:before {
  content: "\e90a";
}

.icon-triangle-right:before {
  content: "\e90b";
}

.c-pinchout-icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
}

.c-pinchout-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/img/common/ico_pinch-out.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  content: "";
}

/* c-icon
----------------------------------------------------------- */
.c-icon {
  color: #4A4A4A;
}

.c-icon.-gray {
  color: #868686;
}

.c-icon.-white {
  color: #fff;
}

.c-icon.-left {
  margin-right: .5em;
}

.c-icon.-right {
  margin-left: .5em;
}

.c-icon.-xlarge {
  font-size: 2.2rem;
}

.c-icon.-large {
  font-size: 1.9rem;
}

.c-icon.-medium {
  font-size: 1.6rem;
}

.c-icon.-small {
  font-size: 1.4rem;
}

.c-icon.-xsmall {
  font-size: 1.2rem;
}

.c-icon.-xxsmall {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .c-icon {
    font-size: 1.3rem;
  }
  .c-icon.-xlarge {
    font-size: 1.9rem;
  }
  .c-icon.-large {
    font-size: 1.6rem;
  }
  .c-icon.-medium {
    font-size: 1.4rem;
  }
  .c-icon.-small {
    font-size: 1.2rem;
  }
  .c-icon.-xsmall {
    font-size: 1.1rem;
  }
  .c-icon.-xxsmall {
    font-size: 1rem;
  }
  .c-icon.-xxsmall::before {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.c-image {
  margin: 0 auto;
}

.c-image img {
  display: block;
  margin: 0 auto;
}

.c-image img + img {
  margin-top: 1em;
}

.c-image.-large {
  max-width: 960px;
}

.c-image.-small {
  max-width: 575px;
}

.c-image.-w640 {
  max-width: 640px;
}

.c-image.-w600 {
  max-width: 600px;
}

.c-image__caption {
  margin-top: 1em;
  text-align: left;
}

.c-label-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -0.625em;
}

.c-label-list > li {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 0.625em;
}

@media (max-width: 767px) {
  .c-label-list {
    margin: -5px;
  }
  .c-label-list > li {
    padding: 5px;
  }
}

.c-label {
  display: inline-block;
  min-width: 92px;
  padding: 9px 12px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.c-label.-white {
  border: 1px solid #707070;
  background: #fff;
}

.c-label.-yellow {
  background: #FFF7B5;
}

.c-label.-blue {
  background: #1EB9EE;
  color: #fff;
}

.c-label.-green {
  background: #04B787;
  color: #fff;
}

@media (min-width: 768px) {
  .c-label.-large {
    min-width: 136px;
  }
  .c-label.-small {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .c-label {
    min-width: 74px;
    min-height: 24px;
    padding: 6px;
    font-size: 1rem;
    vertical-align: top;
  }
  .c-label.-small {
    min-width: inherit;
  }
}

.c-link-label {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 92px;
  padding: 9px 12px;
  color: #707070;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.c-link-label.-white {
  border: 1px solid #a0a0a0;
  background: #fff;
}

.c-link-label.-white.-current {
  background: #FFF7B5;
}

@media (min-width: 768px) {
  .c-link-label.-white:hover {
    background: #FFF7B5;
  }
  .c-link-label.-large {
    min-width: 136px;
  }
  .c-link-label.-small {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .c-link-label {
    min-width: 74px;
    padding: 6px;
    font-size: 1rem;
  }
  .c-link-label.-small {
    min-width: inherit;
  }
}

.c-new-label::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 52px 52px 0;
  border-color: transparent #FFF388 transparent transparent;
  content: "";
}

.c-new-label > span {
  display: block;
  position: absolute;
  top: 8px;
  right: 6px;
  z-index: 5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  .c-new-label::before {
    border-width: 0 42px 42px 0;
  }
  .c-new-label > span {
    top: 5px;
    right: 3px;
    font-size: 1rem;
  }
}

.c-link {
  display: inline-block;
  position: relative;
  color: #095C78;
  text-decoration: none;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .c-link:hover {
    text-decoration: underline;
  }
}

.c-link.-arrow, .c-link.-anchor {
  padding-left: 1.5em;
}

.c-link.-arrow::before, .c-link.-anchor::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: inline-block;
  color: #868686;
  font-family: 'nssol-icon';
  font-size: 1.3rem;
  line-height: 1;
}

.c-link.-arrow::before {
  content: "\e90b";
}

.c-link.-anchor {
  padding-left: 1.75em;
  color: #111;
}

.c-link.-anchor::before {
  content: "\e909";
}

.c-link.-large {
  font-size: 2.3rem;
}

.c-link.-large::after {
  font-size: 1.8rem;
}

.c-link[target="_blank"]::after, .c-link[href$=".pdf"]::after, .c-link[href$=".zip"]::after, .c-link[href^="mailto:"]::after, .c-link.-open-new::after {
  display: inline-block;
  margin-left: .5em;
  color: #4A4A4A;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.c-link[target="_blank"]::after, .c-link.-open-new::after {
  vertical-align: baseline;
  content: "\e910";
}

.c-link[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .c-link[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

.c-link[href$=".zip"]::after {
  font-size: 1.9rem;
  content: "\e912";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .c-link[href$=".zip"]::after {
    font-size: 1.5rem;
  }
}

.c-link[href^="mailto:"]::after {
  font-size: 1.9rem;
  content: "\e911";
}

@media (max-width: 767px) {
  .c-link[href^="mailto:"]::after {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .c-link.-arrow, .c-link.-anchor {
    padding-left: 1.5em;
  }
  .c-link.-arrow::before, .c-link.-anchor::before {
    top: .6em;
    font-size: 1.2rem;
  }
  .c-link.-anchor::before {
    top: .65em;
  }
  .c-link.-large {
    font-size: 1.6rem;
  }
  .c-link.-large::after {
    font-size: 1.4rem;
  }
}

p > .c-link {
  text-decoration: underline;
}

p > .c-link:hover {
  text-decoration: none;
}

p > .c-link[target="_blank"]::after, p > .c-link[href$=".pdf"]::after, p > .c-link[href$=".zip"]::after, p > .c-link[href^="mailto:"]::after, p > .c-link.-open-new::after {
  margin-left: .25em;
  margin-right: .5em;
}

.c-image-link {
  overflow: hidden;
  display: block;
  position: relative;
}

.c-image-link__text {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 220px;
  padding: 10px 32px 10px 24px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-image-link__text .icon-pdf {
  font-size: 1.8rem;
}

.c-image-link__text [class^="icon-"] {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 11px;
}

.c-image-link__text [class^="icon-"]::before {
  color: #868686;
}

.c-image-link__text::before {
  color: #868686;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-image-link.-border {
  border: 1px solid #CECECE;
}

@media (min-width: 768px) {
  .c-image-link img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c-image-link:hover img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  .c-image-link:hover .c-image-link__text {
    background: #fff;
  }
  .c-image-link:hover .c-image-link__text [class^="icon-"]::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .c-image-link.-no-link:hover .c-image-link__text {
    background: rgba(255, 255, 255, 0.9);
  }
  .c-image-link.-no-link:hover img {
    -webkit-transform: inherit;
            transform: inherit;
  }
}

@media (max-width: 767px) {
  .c-image-link__text {
    min-width: 150px;
    padding: 6px 24px;
    font-size: 1.2rem;
  }
  .c-image-link__text::after {
    right: 10px;
  }
  .c-image-link__text [class^="icon-"] {
    right: 8px;
  }
  .c-image-link__text.-sp-normal {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding: 0 .5em 0 1.5em;
    background: transparent;
    color: #095C78;
    text-align: left;
    line-height: 1.4;
  }
  .c-image-link__text.-sp-normal [class^="icon-"] {
    position: absolute;
    top: 9px;
    left: 4px;
    font-size: 1rem;
  }
}

.c-image-link-02 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.c-image-link-02__image {
  position: relative;
  margin-bottom: 1em;
}

.c-image-link-02__link {
  position: relative;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 1em;
}

.c-image-link-02__link[target="_blank"]::after, .c-image-link-02__link[href$=".pdf"]::after {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 4;
  display: inline-block;
  color: #fff;
  font-family: 'nssol-icon';
  line-height: 1;
  content: "\e910";
}

.c-image-link-02__link[target="_blank"]::after {
  content: "\e910";
}

.c-image-link-02__link[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
}

@media (max-width: 767px) {
  .c-image-link-02__link[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

.c-image-link-02__link img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-image-link-02.-light .c-image-link-02__link[target="_blank"]::after, .c-image-link-02.-light .c-image-link-02__link[href$=".pdf"]::after {
  color: #111;
}

.c-image-link-02.-light .c-image-link-02__sub-title {
  color: #111;
  text-shadow: none;
}

.c-image-link-02__text {
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 10;
  padding-right: 1em;
}

.c-image-link-02__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(1, 6, 69, 0.5);
  line-height: 1.3;
}

.c-image-link-02__sub-title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(1, 6, 69, 0.5);
  line-height: 1.5;
}

@media (min-width: 768px) {
  .c-image-link-02__link:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

@media (max-width: 767px) {
  .c-image-link-02__text {
    bottom: 15px;
    left: 15px;
  }
  .c-image-link-02__title {
    font-size: 1.7rem;
  }
  .c-image-link-02__sub-title {
    font-size: 1.4rem;
  }
}

.c-list li {
  position: relative;
}

.c-list li:not(:first-child) {
  margin-top: .75em;
}

.c-list li > ul {
  margin-top: 1em;
}

.c-list.-circle li {
  padding-left: 1.5em;
}

.c-list.-circle li::before {
  position: absolute;
  top: .85em;
  left: .5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
  content: "";
}

@media (max-width: 767px) {
  .c-list.-circle li::before {
    top: .8em;
  }
}

.c-list.-square li {
  padding-left: 1.5em;
}

.c-list.-square li::before {
  position: absolute;
  top: .8em;
  left: .5em;
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #1EB9EE;
  content: "";
}

@media (max-width: 960px) {
  .c-list.-square li::before {
    top: .65em;
  }
}

@media (max-width: 767px) {
  .c-list.-square li::before {
    top: .75em;
  }
}

.c-list.-ordered {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.c-list.-ordered > li {
  padding-left: .5em;
}

.c-list.-note > li {
  padding-left: 1.5em;
}

.c-list.-note > li::before {
  position: absolute;
  left: 0;
  content: '※';
}

.c-list.-check > li {
  padding-left: 28px;
}

.c-list.-check > li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 16px;
  background: url(/assets/img/common/ico_check_blue.svg) no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  .c-list.-check > li {
    padding-left: 20px;
  }
  .c-list.-check > li::before {
    top: 6px;
    width: 16px;
    height: 12px;
  }
}

.c-list.-small > li {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .c-list.-small > li {
    font-size: 1.2rem;
  }
}

.c-list.-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-list.-flex > li {
  margin: 0 1.5em 1em 0;
}

.c-list.-flex > li:not(:first-child) {
  margin-top: 0;
}

.c-link-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-link-list li {
  margin: 0 4em 1em 0;
}

@media (max-width: 767px) {
  .c-link-list li {
    margin: 0 2em 1em 0;
  }
}

.c-box .c-link-list li {
  margin: .5em 4em .5em 0;
}

@media (max-width: 767px) {
  .c-box .c-link-list li {
    margin: .5em 2em .5em 0;
  }
}

@media (max-width: 767px) {
  .c-grid .c-grid__item.-col-sp-12 + .c-grid__item .c-list {
    margin-top: -1em;
  }
}

.c-btn-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.c-btn-list__item {
  width: 20%;
  padding: 7px;
}

.c-btn-list__item a {
  height: 100%;
}

@media (min-width: 768px) {
  .c-btn-list.-col-3 .c-btn-list__item {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .c-btn-list__item {
    width: 50%;
  }
}

.c-loader {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.c-loader.-loaded {
  opacity: 0;
  visibility: hidden;
}

.c-loader__spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  border-top: 8px solid #DDF5FD;
  border-right: 8px solid #DDF5FD;
  border-bottom: 8px solid #DDF5FD;
  border-left: 8px solid #1EB9EE;
  font-size: 10px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: spinner 1.1s infinite linear;
          animation: spinner 1.1s infinite linear;
}

@media (max-width: 767px) {
  .c-loader__spinner {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
}

.c-movie {
  max-width: 640px;
  margin: 0 auto;
}

.c-movie__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
}

.c-movie__item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.c-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-overlay.-visible {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .c-overlay.-visible {
    opacity: 0;
  }
}

.c-search-box form {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  border-radius: 6px;
  border: 1px solid #a0a0a0;
  background: #fff;
}

.c-search-box__input {
  width: 100%;
  height: 62px;
  padding: 20px;
  border: none;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-search-box__input::-webkit-input-placeholder {
  color: #707070;
}

.c-search-box__input::-moz-placeholder {
  color: #707070;
}

.c-search-box__input:-ms-input-placeholder {
  color: #707070;
}

.c-search-box__input::-ms-input-placeholder {
  color: #707070;
}

.c-search-box__input::placeholder {
  color: #707070;
}

.c-search-box__input:focus {
  background: #E8F8FE;
}

.c-search-box__search-btn {
  width: 80px;
  border-left: 1px solid #a0a0a0;
  background: #fff;
}

.c-search-box__search-btn .icon-search span {
  position: absolute;
  text-indent: -9999px;
}

.c-search-box__search-btn .icon-search::before {
  color: #1EB9EE;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .c-search-box__input {
    height: 50px;
    padding: 12px;
  }
  .c-search-box__search-btn {
    width: 44px;
  }
  .c-search-box__search-btn .icon-search::before {
    font-size: 1.8rem;
  }
}

.c-section {
  max-width: 1236px;
  margin: 0 auto 64px;
}

.c-section.-narrow {
  max-width: 980px;
}

.c-section.-small {
  margin-bottom: 48px;
}

.c-section.-medium {
  margin-bottom: 72px;
}

.c-section.-large {
  margin-bottom: 96px;
}

.c-section.-xlarge {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .c-section {
    margin-bottom: 40px;
  }
  .c-section.-small {
    margin-bottom: 32px;
  }
  .c-section.-medium {
    margin-bottom: 48px;
  }
  .c-section.-large {
    margin-bottom: 64px;
  }
  .c-section.-xlarge {
    margin-bottom: 80px;
  }
}

.c-section:last-child {
  margin-bottom: 0;
}

.c-sentence.-large {
  font-size: 1.8rem;
}

.c-sentence.-small {
  font-size: 1.4rem;
}

.c-sentence.-xsmall {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .c-sentence.-large {
    font-size: 1.6rem;
  }
  .c-sentence.-small {
    font-size: 1.3rem;
  }
  .c-sentence.-xsmall {
    font-size: 1.1rem;
  }
}

.c-tab__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}

.c-tab__btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  padding-bottom: 18px;
  border-bottom: 4px solid #CECECE;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.c-tab__btn:hover {
  border-bottom: 4px solid rgba(30, 185, 238, 0.4);
}

.c-tab__btn.-active {
  border-color: #1EB9EE;
}

.c-tab__panel {
  display: none;
}

.c-tab__panel:first-child {
  display: block;
}

@media (max-width: 767px) {
  .c-tab__list.-col-5 {
    flex-wrap: wrap;
  }
  .c-tab__list.-col-5 .c-tab__btn {
    width: 33.3%;
  }
  .c-tab__list.-col-5 .c-tab__btn:nth-child(4), .c-tab__list.-col-5 .c-tab__btn:nth-child(5) {
    width: 50%;
  }
  .c-tab__btn {
    padding: 1.2em 0;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
  }
  .c-tab__panel {
    min-height: inherit;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
}

.c-table.-center th,
.c-table.-center td {
  text-align: center;
}

.c-table .w-30 {
  width: 30%;
}

.c-table th,
.c-table td {
  padding: 1.5em;
  border: 1px solid #a0a0a0;
}

.c-table th {
  background: #E8E8E8;
  font-weight: 500;
}

.c-table td {
  background: #fff;
}

.c-table tbody th {
  width: 25%;
}

.c-table.-col-1to2 th:first-child,
.c-table.-col-1to2 td:first-child {
  width: 33.3%;
  text-align: center;
}

.c-table.-col-2 th {
  width: 50%;
}

.c-table.-col-2 td {
  text-align: center;
}

.c-table.-col-3 th {
  width: 33.3%;
}

.c-table.-col-3 td {
  text-align: center;
}

.c-table.-no-border tr,
.c-table.-no-border th,
.c-table.-no-border td {
  padding: 1em 1.5em 1em 0;
  border: 0;
  background: #fff;
  text-align: left;
}

@media (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 14px 12px;
    font-size: 1.4rem;
  }
  .c-table th {
    line-height: 1.4;
  }
  .c-table td {
    line-height: 1.6;
  }
  .c-table tbody th {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .c-table-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .c-table-scroll .c-table {
    width: 100%;
    min-width: 767px;
  }
}

.c-tag {
  color: #1EB9EE;
  font-weight: 700;
  text-decoration: underline;
}

.c-tag [class^="icon-"] {
  margin-left: 4px;
}

.c-tag [class^="icon-"]::before {
  color: #1EB9EE;
}

@media (min-width: 768px) {
  .c-tag:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .c-tag {
    font-size: 1.1rem;
  }
}

.c-video {
  max-width: 640px;
  margin: 0 auto;
}

.c-video__item {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
}

.c-video__btn {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 0;
}

.c-video__btn img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-video__btn:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.c-video__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}

.c-video__btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 64px;
  height: 64px;
  background: url(/assets/img/common/ico_play_circle_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.c-video-02 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.c-video-02__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video-02__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Project ------------ */
.article__date {
  margin-bottom: 0;
  color: #6f6f6f;
}

.article__title {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdcdf;
}

.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5 {
  margin: 1.4em 0 1em;
}

.article__body h2 {
  margin: 2.2em 0 1em;
}

.article__body ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.article__body ul > li:not(:first-child) {
  margin-top: 1em;
}

.article__body ul,
.article__body ol,
.article__body table {
  margin: 1.5em 0;
}

.article__body table {
  width: 100%;
}

.article__body table tr {
  border-top: 1px solid #dbdcdf;
}

.article__body table tr:last-child {
  border-bottom: 1px solid #dbdcdf;
}

.article__body table th,
.article__body table td {
  padding: 16px;
}

.article__body table th {
  background: #eef0f3;
}

.article__body p {
  margin: 1.5em 0;
}

.article__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .article__title {
    padding-bottom: 8px;
    font-size: 2.4rem;
  }
  .article__body h2 {
    font-size: 2rem;
  }
  .article__body p {
    margin-bottom: 16px;
  }
  .article__body table th,
  .article__body table td {
    padding: 8px;
    font-size: 1.4rem;
  }
}

.article-logo-box .c-grid__item {
  padding-bottom: 0;
}

.article-logo-box__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 235px;
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 40px;
}

.article-logo-box__image img {
  max-width: 100%;
  max-height: 100%;
}

.article-logo-box__image.-small {
  width: 200px;
  height: 120px;
  padding: 24px;
}

.article-logo-box__image.-large {
  width: 100%;
  max-width: 600px;
  height: 250px;
  padding: 60px;
}

@media (max-width: 767px) {
  .article-logo-box__image.-small {
    width: 120px;
    height: 70px;
    padding: 16px;
  }
  .article-logo-box__image.-large {
    height: 120px;
    padding: 30px;
  }
}

.article-profile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.article-profile__image {
  overflow: hidden;
  z-index: 10;
  max-width: 220px;
  min-width: 220px;
  height: 220px;
  border-radius: 110px;
}

.article-profile__box {
  position: relative;
  width: 100%;
  padding: 2em;
  background: #E8F8FD;
}

.article-profile__box p {
  margin: 0;
}

.article-profile__box::before {
  position: absolute;
  top: 0;
  left: -110px;
  z-index: 0;
  width: 110px;
  height: 100%;
  background: #E8F8FD;
  content: "";
}

.article-profile__header {
  margin-bottom: 1em;
}

.article-profile__position, .article-profile__name {
  display: block;
}

.article-profile__position {
  font-size: 1.4rem;
}

.article-profile__name {
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .article-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .article-profile__image {
    min-width: 110px;
    max-width: 110px;
    height: 110px;
  }
  .article-profile__box {
    padding: 20px 16px 30px;
  }
  .article-profile__box::before {
    top: -55px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 55px;
  }
  .article-profile__position {
    font-size: 1.3rem;
  }
  .article-profile__name {
    font-size: 1.6rem;
  }
}

.casestudy-search__checkbox {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .casestudy-search {
    width: 100%;
    margin-bottom: 14px;
    padding: 24px 10px;
  }
}

.casestudy-search-keyword {
  max-width: 900px;
  margin: 0 auto;
}

.casestudy-header {
  position: relative;
  padding-bottom: 30px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .casestudy-header__rss {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .casestudy-header__rss:hover {
    color: #1EB9EE;
  }
}

.casestudy-header__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  content: "\e906";
}

@media (max-width: 767px) {
  .casestudy-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .casestudy-header__rss {
    align-self: flex-end;
    font-size: 1.4rem;
  }
  .casestudy-header__rss::after {
    font-size: 1.2rem;
  }
}

.casestudy-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -80px 0 0 -2%;
}

.casestudy-list__item {
  margin: 80px 0 0 2%;
  width: 31.33%;
}

@media (max-width: 767px) {
  .casestudy-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin: -50px 0 0 0;
  }
  .casestudy-list__item {
    margin: 50px 0 0 0;
    width: 100%;
  }
}

.casestudy-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}

.casestudy-item__link {
  display: block;
  margin-bottom: 2em;
}

.casestudy-item__image {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 235px;
  background: #fff;
  border: 1px solid #D4D4D4;
  margin-bottom: 20px;
  padding: 1.5em;
  position: relative;
}

.casestudy-item__image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (-ms-high-contrast: active) and (max-width: 1180px), (-ms-high-contrast: none) and (max-width: 1180px) {
  .casestudy-item__image img {
    width: 360px;
  }
}

.casestudy-item__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.casestudy-item__catch {
  margin-bottom: 16px;
  color: #095C78;
}

.casestudy-item__date {
  text-align: right;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .casestudy-item__link:hover .casestudy-item__catch {
    text-decoration: underline;
  }
  .casestudy-item__link:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

@media (max-width: 767px) {
  .casestudy-item__image {
    height: 174px;
    margin-bottom: 16px;
  }
  .casestudy-item__name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .casestudy-item__catch {
    margin-bottom: 10px;
  }
  .casestudy-item__date {
    margin-bottom: 20px;
  }
}

.casestudy-list-more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .casestudy-list-more {
    margin-top: 50px;
  }
}

.casestudy-detail-company {
  display: -webkit-box;
  display: flex;
  margin-bottom: 60px;
}

.casestudy-detail-company__name {
  margin-left: 30px;
  font-size: 2.3rem;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .casestudy-detail-company {
    margin-bottom: 20px;
  }
  .casestudy-detail-company__name {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

.casestudy-detail-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.casestudy-detail-header .c-label-list {
  max-width: 600px;
}

.casestudy-detail-header__info {
  display: -webkit-box;
  display: flex;
}

.casestudy-detail-header__info span {
  min-width: 88px;
  margin-right: 20px;
}

@media (max-width: 960px) {
  .casestudy-detail-header span {
    min-width: 75px;
  }
}

@media (max-width: 767px) {
  .casestudy-detail-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .casestudy-detail-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .casestudy-detail-header__info span {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .casestudy-detail-header__btn {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.casestudy-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  height: 235px;
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 20px;
  position: relative;
}

.casestudy-logo.-small {
  width: 250px;
  height: 150px;
  padding: 0;
}

.casestudy-logo.-large {
  width: 100%;
  max-width: 450px;
}

.casestudy-logo img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .casestudy-logo.-small img {
    max-width: 220px;
    min-width: 140px;
  }
  .casestudy-logo.-large {
    height: 268px;
  }
  .casestudy-logo.-large img {
    max-width: 300px;
  }
}

@media (max-width: 960px) {
  .casestudy-logo.-large {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .casestudy-logo {
    padding: 12px;
  }
  .casestudy-logo.-small {
    padding: 0;
    width: 120px;
    height: 70px;
  }
  .casestudy-logo.-large {
    max-width: 100%;
    height: 140px;
  }
  .casestudy-logo.-large img {
    max-width: 200px;
  }
}

.corporate-top-message {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: 460px;
  padding: 80px 1em;
  background: url(/assets/img/corporate/bg_corporate_message.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 960px) {
  .corporate-top-message {
    background-position-x: -200px;
  }
}

@media (max-width: 767px) {
  .corporate-top-message {
    min-height: 120px;
    height: 108px;
    padding: 0;
  }
}

.corporate-top-message__inner {
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
}

.corporate-top-message__text {
  max-width: 420px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  text-shadow: 0 0 4px rgba(59, 75, 88, 0.8);
  line-height: 1.6;
}

.corporate-top-message__btn {
  width: 380px;
}

.form-step {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-bottom: 3em;
}

@media (max-width: 767px) {
  .form-step {
    display: none;
  }
}

.form-step__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 33.3%;
  height: 72px;
  padding: 14px;
  border: 1px solid #A0A0A0;
  background: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}

.form-step__item:not(:last-child) {
  border-right: 0;
}

.form-step__item:not(:last-child)::before, .form-step__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -21px;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.form-step__item:not(:last-child)::before {
  border-color: transparent transparent transparent #A0A0A0;
}

.form-step__item:not(:last-child)::after {
  top: 0;
  right: -20px;
}

.form-step__item.-current {
  background: #FFF7B5;
}

.form-step__item.-current::after {
  border-color: transparent transparent transparent #FFF7B5;
}

.form-table + .form-table {
  margin-top: 2.5em;
}

.form-table .c-form__title {
  width: 30%;
}

@media (max-width: 767px) {
  .form-table .c-form,
  .form-table .c-form__title,
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
  }
  .form-table td {
    border-top: 0;
  }
  .form-table tr {
    margin-top: -1px;
    border-top: 0;
  }
}

.form-table + .form-table-02 {
  margin-top: -1px;
}

.form-table-02 {
  width: 100%;
}

.form-table-02 th,
.form-table-02 td {
  padding: 1.5em;
  border: 1px solid #a0a0a0;
}

.form-table-02 th {
  background: #E8E8E8;
  font-weight: 500;
  line-height: 1.4;
}

.form-table-02 td select {
  width: 400px;
  padding: 13px 32px 13px 17px;
  border-radius: 6px;
  border: 1px solid #A0A0A0;
  background: #fff;
  cursor: pointer;
}

.form-table-02 .select {
  position: relative;
  width: 400px;
}

@media (max-width: 767px) {
  .form-table-02 th,
  .form-table-02 td {
    display: block;
    width: 100%;
    padding: 14px 12px;
    font-size: 1.4rem;
  }
  .form-table-02 td {
    border-top: 0;
  }
  .form-table-02 td select {
    width: 100%;
    padding: 10px 32px 10px 17px;
    font-size: 1.6rem;
  }
}

.form-error-message {
  display: none;
  padding: 1.5em;
  border: 1px solid #FF0000;
}

.form-error-message p {
  color: #FF0000;
  font-weight: 700;
}

@media (min-width: 768px) {
  .form-error-message p {
    text-align: center;
  }
}

.form-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 3.75em;
}

.form-btn .c-btn {
  margin: 0 12px;
}

@media (max-width: 767px) {
  .form-btn {
    margin-top: 3em;
  }
}

@media (max-width: 320px) {
  .form-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .form-btn .c-btn {
    margin: 12px 0;
  }
}

.form-privacy__ask {
  padding: 24px;
  border: 1px solid #a0a0a0;
  border-top: 0;
  background: #DDF5FD;
  font-weight: 700;
  text-align: center;
}

.form-privacy__ask + div {
  padding: 24px;
  border: 1px solid #a0a0a0;
  border-top: 0;
  background: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .form-privacy__ask {
    padding: 16px 24px;
  }
}

.ir-news-main .press-list {
  border-top: 0;
}

.ir-news-main .press-list__item {
  border-bottom: 0;
}

.ir-news-main .press-item {
  display: -webkit-box;
  display: flex;
  padding: 16px 0;
}

.ir-news-main .press-item__header {
  display: block;
  margin-bottom: 0;
}

.ir-news-main .press-item__body {
  margin-bottom: 0;
  margin-left: 16px;
}

.ir-news-main .press-item .c-label-list,
.ir-news-main .press-item .c-label {
  display: none;
}

@media (max-width: 767px) {
  .ir-news-main .press-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 8px 0;
  }
  .ir-news-main .press-item__body {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .ir-news-block.c-grid.-wide {
    margin: 0em -2em 0;
  }
  .ir-news-block.c-grid.-wide .c-grid__item {
    padding: 0em 2em;
  }
  .ir-news-block .c-grid__item:last-child {
    border-left: 1px solid #dbdcdf;
  }
  .ir-news-block__btn {
    text-align: right;
  }
}

.ir-news-block__btn {
  margin-top: 24px;
}

.ir-top-news {
  display: -webkit-box;
  display: flex;
}

.ir-top-news__date {
  min-width: 120px;
  margin-right: 1.5em;
}

.ir-top-news:not(:first-child) {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .ir-top-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .ir-top-news__date {
    margin-bottom: 4px;
  }
}

span.ir-top-news__link {
  color: #111;
}

span.ir-top-news__link:hover {
  text-decoration: none;
}

.ir-top-info-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.ir-top-info-list dt {
  width: 110px;
}

.ir-top-info-list dd {
  width: calc(100% - 110px);
}

.ir-top-faq {
  width: 100%;
  margin-bottom: 1.5em;
  padding: 2.5em 2em;
  background: #E8E8E8;
}

.ir-top-faq__list {
  margin-bottom: 1em;
}

.ir-top-faq__list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.ir-top-faq__list li:not(:first-child) {
  margin-top: 1em;
}

.ir-top-faq__icon {
  margin-right: 20px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .ir-top-faq {
    padding: 16px;
  }
  .ir-top-faq__icon {
    margin-right: 15px;
  }
}

.ir-chart-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ir-chart-label > div {
  margin-bottom: 10px;
}

.ir-chart-table td {
  text-align: right;
}

.ir-chart-container {
  height: 300px;
}

.news-list {
  border-top: 1px solid #dbdcdf;
}

[class^="disaster-notices-"] {
  width: calc(100% - 32px);
  max-width: 1236px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
  border-right: 1px solid #F22929;
  border-left: 1px solid #F22929;
  background: #fff;
}

@media (max-width: 767px) {
  [class^="disaster-notices-"] {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.disaster-notices-title {
  padding: 8px;
  border-top: 1px solid #F22929;
  background: #fedbd8;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.disaster-notices-title + .disaster-notices-sub-title {
  padding-top: 1.5em;
}

@media (max-width: 767px) {
  .disaster-notices-title {
    font-size: 1.6rem;
  }
}

.disaster-notices-sub-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .disaster-notices-sub-title {
    font-size: 1.6rem;
  }
}

.disaster-notices-sub-title-02 {
  position: relative;
  padding-top: 1.25em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.disaster-notices-sub-title-02::before {
  position: absolute;
  top: 0;
  left: 2%;
  width: 96%;
  height: 1px;
  background: #F22929;
  content: "";
}

@media (max-width: 767px) {
  .disaster-notices-sub-title-02 {
    font-size: 1.6rem;
  }
  .disaster-notices-sub-title-02::before {
    left: 14px;
    width: calc(100% - 28px);
  }
}

.disaster-notices-text {
  padding-top: .5em;
  padding-bottom: 1.25em;
}

.disaster-notices-text:first-of-type {
  padding-top: 1em;
}

.disaster-notices-text:last-of-type {
  padding-bottom: 1em;
}

.disaster-notices-links {
  padding-top: 1em;
  margin-bottom: 32px;
  padding-bottom: 2%;
  border-bottom: 1px solid #F22929;
}

.disaster-notices-links a {
  display: block;
  text-decoration: none;
}

.disaster-notices-links a:hover {
  text-decoration: underline;
}

.disaster-notices-links a + a {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .disaster-notices-links {
    margin-bottom: 24px;
  }
}

.important-notices {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: calc(92vw - 32px);
  margin: 2.5em auto 0;
  padding-left: 5em;
  background: #fff;
}

.important-notices__header {
  width: 25%;
  padding-right: 5%;
  text-align: center;
}

.important-notices__title {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  padding-left: 26px;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}

.important-notices__title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background: url(/assets/img/common/ico_important_red.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  content: "";
}

.important-notices__body {
  width: 75%;
}

.important-notices__link {
  display: block;
  padding: 1.5em 0;
  color: #095C78;
}

.important-notices__link[target="_blank"]::after, .important-notices__link[href$=".pdf"]::after {
  display: inline-block;
  margin-left: .5em;
  color: #4A4A4A;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.important-notices__link[target="_blank"]::after {
  vertical-align: baseline;
  content: "\e910";
}

.important-notices__link[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .important-notices__link[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

.important-notices__link:hover {
  text-decoration: underline;
}

.important-notices__link + .important-notices__link {
  border-top: 1px solid #D4D4D4;
}

.important-notices span.important-notices__link {
  color: #111;
}

.important-notices span.important-notices__link:hover {
  text-decoration: none;
}

@media (max-width: 960px) {
  .important-notices {
    padding: 0 2.5em;
  }
}

@media (max-width: 767px) {
  .important-notices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    max-width: inherit;
    width: calc(100% - 32px);
    margin-top: 40px;
    padding: 1.5em 1em 0;
  }
  .important-notices__header {
    width: 100%;
  }
  .important-notices__title {
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .important-notices__title::before {
    width: 16px;
    height: 16px;
  }
  .important-notices__body {
    width: 100%;
  }
}

.stories-article__body,
.press-article__body,
.post__body {
  max-width: 1236px;
  margin: 0 auto;
  /* リンク
    ------------------ */
  /* テキスト
    ------------------ */
  /* リスト
    ------------------ */
  /* テーブル
    ------------------ */
  /* インタビュー
    ------------------ */
  /* 要素マージン追加
    ------------------ */
}

.stories-article__body table td > a,
.stories-article__body p > a,
.press-article__body table td > a,
.press-article__body p > a,
.post__body table td > a,
.post__body p > a {
  color: #095C78;
}

.stories-article__body table td > a[target="_blank"], .stories-article__body table td > a[href$=".pdf"], .stories-article__body table td > a[href^="mailto:"],
.stories-article__body p > a[target="_blank"],
.stories-article__body p > a[href$=".pdf"],
.stories-article__body p > a[href^="mailto:"],
.press-article__body table td > a[target="_blank"],
.press-article__body table td > a[href$=".pdf"],
.press-article__body table td > a[href^="mailto:"],
.press-article__body p > a[target="_blank"],
.press-article__body p > a[href$=".pdf"],
.press-article__body p > a[href^="mailto:"],
.post__body table td > a[target="_blank"],
.post__body table td > a[href$=".pdf"],
.post__body table td > a[href^="mailto:"],
.post__body p > a[target="_blank"],
.post__body p > a[href$=".pdf"],
.post__body p > a[href^="mailto:"] {
  padding-right: .5em;
}

.stories-article__body table td > a[target="_blank"]::after, .stories-article__body table td > a[href$=".pdf"]::after, .stories-article__body table td > a[href^="mailto:"]::after,
.stories-article__body p > a[target="_blank"]::after,
.stories-article__body p > a[href$=".pdf"]::after,
.stories-article__body p > a[href^="mailto:"]::after,
.press-article__body table td > a[target="_blank"]::after,
.press-article__body table td > a[href$=".pdf"]::after,
.press-article__body table td > a[href^="mailto:"]::after,
.press-article__body p > a[target="_blank"]::after,
.press-article__body p > a[href$=".pdf"]::after,
.press-article__body p > a[href^="mailto:"]::after,
.post__body table td > a[target="_blank"]::after,
.post__body table td > a[href$=".pdf"]::after,
.post__body table td > a[href^="mailto:"]::after,
.post__body p > a[target="_blank"]::after,
.post__body p > a[href$=".pdf"]::after,
.post__body p > a[href^="mailto:"]::after {
  display: inline-block;
  margin-left: .5em;
  color: #4A4A4A;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.stories-article__body table td > a[target="_blank"]::after,
.stories-article__body p > a[target="_blank"]::after,
.press-article__body table td > a[target="_blank"]::after,
.press-article__body p > a[target="_blank"]::after,
.post__body table td > a[target="_blank"]::after,
.post__body p > a[target="_blank"]::after {
  vertical-align: baseline;
  content: "\e910";
}

.stories-article__body table td > a[href$=".pdf"]::after,
.stories-article__body p > a[href$=".pdf"]::after,
.press-article__body table td > a[href$=".pdf"]::after,
.press-article__body p > a[href$=".pdf"]::after,
.post__body table td > a[href$=".pdf"]::after,
.post__body p > a[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .stories-article__body table td > a[href$=".pdf"]::after,
  .stories-article__body p > a[href$=".pdf"]::after,
  .press-article__body table td > a[href$=".pdf"]::after,
  .press-article__body p > a[href$=".pdf"]::after,
  .post__body table td > a[href$=".pdf"]::after,
  .post__body p > a[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

.stories-article__body table td > a[href^="mailto:"]::after,
.stories-article__body p > a[href^="mailto:"]::after,
.press-article__body table td > a[href^="mailto:"]::after,
.press-article__body p > a[href^="mailto:"]::after,
.post__body table td > a[href^="mailto:"]::after,
.post__body p > a[href^="mailto:"]::after {
  font-size: 1.9rem;
  content: "\e911";
}

@media (max-width: 767px) {
  .stories-article__body table td > a[href^="mailto:"]::after,
  .stories-article__body p > a[href^="mailto:"]::after,
  .press-article__body table td > a[href^="mailto:"]::after,
  .press-article__body p > a[href^="mailto:"]::after,
  .post__body table td > a[href^="mailto:"]::after,
  .post__body p > a[href^="mailto:"]::after {
    font-size: 1.5rem;
  }
}

.stories-article__body h1,
.stories-article__body h2,
.stories-article__body h3,
.stories-article__body h4,
.stories-article__body h5,
.stories-article__body h6,
.press-article__body h1,
.press-article__body h2,
.press-article__body h3,
.press-article__body h4,
.press-article__body h5,
.press-article__body h6,
.post__body h1,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6 {
  position: relative;
  margin: 1.75em 0 1em;
  font-weight: 500;
  line-height: 1.4;
}

.stories-article__body .c-box h1, .stories-article__body .c-box h2, .stories-article__body .c-box h3, .stories-article__body .c-box h4, .stories-article__body .c-box h5, .stories-article__body .c-box h6,
.press-article__body .c-box h1,
.press-article__body .c-box h2,
.press-article__body .c-box h3,
.press-article__body .c-box h4,
.press-article__body .c-box h5,
.press-article__body .c-box h6,
.post__body .c-box h1,
.post__body .c-box h2,
.post__body .c-box h3,
.post__body .c-box h4,
.post__body .c-box h5,
.post__body .c-box h6 {
  margin-top: 0;
}

.stories-article__body h1,
.press-article__body h1,
.post__body h1 {
  font-size: 4.4rem;
}

.stories-article__body h2,
.press-article__body h2,
.post__body h2 {
  margin-bottom: 1.5em;
  font-size: 3.6rem;
  text-align: center;
}

.stories-article__body h2:first-child,
.press-article__body h2:first-child,
.post__body h2:first-child {
  margin-top: 0;
}

.stories-article__body h2::after,
.press-article__body h2::after,
.post__body h2::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -24px;
  border-top: 2px solid #1EB9EE;
  width: 56px;
  content: "";
}

.stories-article__body h3,
.press-article__body h3,
.post__body h3 {
  font-size: 2.8rem;
}

.stories-article__body h4,
.press-article__body h4,
.post__body h4 {
  font-size: 2.2rem;
}

.stories-article__body h5,
.press-article__body h5,
.post__body h5 {
  font-size: 1.8rem;
}

.stories-article__body p,
.press-article__body p,
.post__body p {
  margin: 1.5em 0;
}

.stories-article__body p img,
.press-article__body p img,
.post__body p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.stories-article__body .c-grid ul,
.stories-article__body .c-box ul,
.press-article__body .c-grid ul,
.press-article__body .c-box ul,
.post__body .c-grid ul,
.post__body .c-box ul {
  margin: 0;
}

.stories-article__body .c-grid p:first-child,
.stories-article__body .c-box p:first-child,
.press-article__body .c-grid p:first-child,
.press-article__body .c-box p:first-child,
.post__body .c-grid p:first-child,
.post__body .c-box p:first-child {
  margin-top: 0;
}

.stories-article__body .c-grid p:last-child,
.stories-article__body .c-box p:last-child,
.press-article__body .c-grid p:last-child,
.press-article__body .c-box p:last-child,
.post__body .c-grid p:last-child,
.post__body .c-box p:last-child {
  margin-bottom: 0;
}

.stories-article__body ul,
.press-article__body ul,
.post__body ul {
  margin: 1.75em 0;
}

.stories-article__body ul li,
.press-article__body ul li,
.post__body ul li {
  position: relative;
}

.stories-article__body ul li > ul,
.press-article__body ul li > ul,
.post__body ul li > ul {
  margin-top: 1em;
}

.stories-article__body ul:not([class]) li,
.press-article__body ul:not([class]) li,
.post__body ul:not([class]) li {
  padding-left: 1.5em;
}

.stories-article__body ul:not([class]) li:not(:first-child),
.press-article__body ul:not([class]) li:not(:first-child),
.post__body ul:not([class]) li:not(:first-child) {
  margin-top: .75em;
}

.stories-article__body ul:not([class]) li::before,
.press-article__body ul:not([class]) li::before,
.post__body ul:not([class]) li::before {
  position: absolute;
  top: .85em;
  left: .5em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
  content: "";
}

@media (max-width: 767px) {
  .stories-article__body ul:not([class]) li::before,
  .press-article__body ul:not([class]) li::before,
  .post__body ul:not([class]) li::before {
    top: .8em;
  }
}

.stories-article__body ol,
.press-article__body ol,
.post__body ol {
  margin: 1.75em 0;
  padding-left: 1.5em;
  list-style-type: decimal;
}

.stories-article__body ol > li,
.press-article__body ol > li,
.post__body ol > li {
  padding-left: .5em;
}

.stories-article__body .c-list.-note li::before,
.press-article__body .c-list.-note li::before,
.post__body .c-list.-note li::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.stories-article__body .btn-list,
.press-article__body .btn-list,
.post__body .btn-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 1.75em 0;
}

.stories-article__body .btn-list .c-btn,
.press-article__body .btn-list .c-btn,
.post__body .btn-list .c-btn {
  margin: 0 1em 1em 0;
}

.stories-article__body table,
.press-article__body table,
.post__body table {
  width: 100%;
  margin: 1.75em 0;
}

.stories-article__body table caption,
.press-article__body table caption,
.post__body table caption {
  margin-bottom: 1em;
}

.stories-article__body table tr,
.press-article__body table tr,
.post__body table tr {
  border-top: 1px solid #dbdcdf;
}

.stories-article__body table tr:last-child,
.press-article__body table tr:last-child,
.post__body table tr:last-child {
  border-bottom: 1px solid #dbdcdf;
}

.stories-article__body table th,
.stories-article__body table td,
.press-article__body table th,
.press-article__body table td,
.post__body table th,
.post__body table td {
  padding: 1.5em;
  border: 1px solid #a0a0a0;
}

.stories-article__body table th,
.press-article__body table th,
.post__body table th {
  background: #E8E8E8;
  font-weight: 500;
}

.stories-article__body table td,
.press-article__body table td,
.post__body table td {
  background: #fff;
}

@media (max-width: 767px) {
  .stories-article__body table th,
  .stories-article__body table td,
  .press-article__body table th,
  .press-article__body table td,
  .post__body table th,
  .post__body table td {
    padding: 14px 12px;
    font-size: 1.4rem;
  }
  .stories-article__body table th,
  .press-article__body table th,
  .post__body table th {
    line-height: 1.4;
  }
  .stories-article__body table td,
  .press-article__body table td,
  .post__body table td {
    line-height: 1.6;
  }
}

.stories-article__body .interview,
.press-article__body .interview,
.post__body .interview {
  font-weight: 500;
}

.stories-article__body .interview + .answer,
.press-article__body .interview + .answer,
.post__body .interview + .answer {
  margin-top: 8px;
}

.stories-article__body .answer .name,
.press-article__body .answer .name,
.post__body .answer .name {
  font-weight: 500;
}

.stories-article__body .c-image,
.stories-article__body .c-movie,
.press-article__body .c-image,
.press-article__body .c-movie,
.post__body .c-image,
.post__body .c-movie {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .stories-article__body h1,
  .press-article__body h1,
  .post__body h1 {
    font-size: 2.8rem;
  }
  .stories-article__body h2,
  .press-article__body h2,
  .post__body h2 {
    font-size: 2.4rem;
  }
  .stories-article__body h2::after,
  .press-article__body h2::after,
  .post__body h2::after {
    width: 40px;
    bottom: -16px;
  }
  .stories-article__body h3,
  .press-article__body h3,
  .post__body h3 {
    font-size: 2rem;
  }
  .stories-article__body h4,
  .press-article__body h4,
  .post__body h4 {
    font-size: 1.6rem;
  }
  .stories-article__body h5,
  .press-article__body h5,
  .post__body h5 {
    font-size: 1.4rem;
  }
}

.press-article__body a,
.press-article__footer a {
  color: #095C78;
}

.press-article__body a.c-btn,
.press-article__footer a.c-btn {
  color: #111;
}

@media (min-width: 768px) {
  .press-article__body a:hover,
  .press-article__footer a:hover {
    text-decoration: underline;
  }
  .press-article__body a.c-btn:hover,
  .press-article__footer a.c-btn:hover {
    text-decoration: none;
  }
}

.press-article__body a[target="_blank"], .press-article__body a[href$=".pdf"], .press-article__body a[href^="mailto:"],
.press-article__footer a[target="_blank"],
.press-article__footer a[href$=".pdf"],
.press-article__footer a[href^="mailto:"] {
  padding-right: .5em;
}

.press-article__body a[target="_blank"]::after, .press-article__body a[href$=".pdf"]::after, .press-article__body a[href^="mailto:"]::after,
.press-article__footer a[target="_blank"]::after,
.press-article__footer a[href$=".pdf"]::after,
.press-article__footer a[href^="mailto:"]::after {
  display: inline-block;
  margin-left: .5em;
  color: #4A4A4A;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.press-article__body a[target="_blank"]::after,
.press-article__footer a[target="_blank"]::after {
  vertical-align: baseline;
  content: "\e910";
}

.press-article__body a[href$=".pdf"]::after,
.press-article__footer a[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .press-article__body a[href$=".pdf"]::after,
  .press-article__footer a[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

.press-article__body a[href^="mailto:"]::after,
.press-article__footer a[href^="mailto:"]::after {
  font-size: 1.9rem;
  content: "\e911";
}

@media (max-width: 767px) {
  .press-article__body a[href^="mailto:"]::after,
  .press-article__footer a[href^="mailto:"]::after {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .press-article__body p > a:hover,
  .press-article__footer p > a:hover {
    text-decoration: none;
  }
}

.press-article__footer a + p {
  margin-top: 1.2em;
}

.press-heading {
  position: relative;
}

.press-heading__rss {
  display: block;
  margin-bottom: 24px;
  text-align: right;
  font-size: 1.8rem;
}

.press-heading__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  content: "\e906";
}

@media (max-width: 767px) {
  .press-heading__rss {
    font-size: 1.4rem;
  }
  .press-heading__rss::after {
    font-size: 1.2rem;
  }
}

.press-list {
  border-top: 1px solid #D4D4D4;
}

.press-list__item {
  border-bottom: 1px solid #D4D4D4;
}

.press-item {
  padding: 32px 0 25px;
}

.press-item__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.press-item__date {
  display: block;
  min-width: 120px;
  margin-right: 16px;
}

.press-item__body {
  margin-bottom: 24px;
}

.press-item__text {
  padding-left: 1.714em;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .press-item {
    padding: 24px 0 16px;
  }
  .press-item__date {
    min-width: 110px;
    margin-right: 8px;
  }
  .press-item__text {
    padding-left: 1.615;
    font-size: 1.3rem;
  }
}

.press-article__heading-main {
  margin-bottom: 0;
}

.press-article__heading-sub {
  font-size: 2.3rem;
}

.press-article__header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.press-article__info {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

.press-article__info span {
  display: block;
}

.press-article__date {
  min-width: 120px;
  margin-right: 16px;
}

.press-article__label:first-of-type {
  margin-right: 10px;
}

.press-article__body {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .press-article__heading-sub {
    font-size: 1.4rem;
  }
  .press-article__header {
    margin-bottom: 24px;
  }
  .press-article__label:first-of-type {
    margin-right: 5px;
  }
  .press-article__date {
    min-width: 110px;
    margin-right: 8px;
  }
  .press-article__body {
    margin-bottom: 40px;
  }
}

/* ssトップの検索結果
----------------------------------------------------------- */
.search-result-list {
  border-top: 1px solid #A0A0A0;
}

.search-result-list__item {
  padding: 1.5em 0 1.875em;
  border-bottom: 1px solid #A0A0A0;
}

.search-result-list__link {
  display: block;
  margin-bottom: 1em;
  color: #095C78;
  font-size: 2.3rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .search-result-list__link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .search-result-list__link {
    font-size: 1.6rem;
  }
}

/* /search.html配下のssブロック
----------------------------------------------------------- */
.search-ss-block {
  padding: 120px 16px;
  background: url(/assets/img/top/bg_ss.jpg) no-repeat top/cover;
  background-attachment: fixed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-ss-block {
    background-attachment: scroll;
  }
}

.search-ss-block__inner {
  max-width: 1236px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.search-ss-block__body {
  padding: 5%;
  background: #fff;
}

@media (max-width: 767px) {
  .search-ss-block {
    padding: 32px 16px;
    background-size: initial;
  }
  .search-ss-block__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.search-ss-block .ss-search-tab__item-list {
  margin: 0 -1.2% -1.2%;
}

.search-ss-block .ss-search__tab,
.search-ss-block .ss-search__form {
  max-width: 920px;
  margin: 0 auto;
}

.seminar-heading {
  position: relative;
}

.seminar-heading__rss {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 1.8rem;
  text-align: center;
}

.seminar-heading__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  content: "\e906";
}

@media (max-width: 767px) {
  .seminar-heading__rss {
    font-size: 1.4rem;
    top: 0;
  }
  .seminar-heading__rss::after {
    font-size: 1.2rem;
  }
}

.seminar-list__item {
  border-bottom: 1px solid #D4D4D4;
}

@media (min-width: 768px) {
  .seminar-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .seminar-list__item {
    width: 49%;
  }
  .seminar-list__item:nth-child(even) {
    margin-left: 2%;
  }
  .seminar-list__item:nth-child(1), .seminar-list__item:nth-child(2) {
    border-top: 1px solid #D4D4D4;
  }
}

@media (max-width: 767px) {
  .seminar-list {
    border-top: 1px solid #D4D4D4;
  }
}

.seminar-item {
  padding: 28px 0;
}

.seminar-item__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.seminar-item__status {
  margin-left: 16px;
  font-weight: 700;
}

.seminar-item__status.-accept {
  color: #13B545;
}

.seminar-item__status.-full {
  color: #E0003C;
}

.seminar-item__status.-closed {
  color: #707070;
}

.seminar-item__title {
  margin-bottom: 24px;
}

.seminar-item__sub-title {
  padding-left: 1.714em;
  font-size: 1.4rem;
}

.seminar-item__info p {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  padding-left: 1.714em;
  font-size: 1.4rem;
}

.seminar-item__info p span {
  min-width: 74px;
}

.seminar-item__info p span:first-child {
  white-space: nowrap;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .seminar-item {
    padding: 24px 0 16px;
  }
  .seminar-item__title {
    margin-bottom: 16px;
  }
  .seminar-item__sub-title {
    padding-left: 1.615em;
    font-size: 1.3rem;
  }
  .seminar-item__info p {
    padding-left: 1.615em;
    font-size: 1.3rem;
  }
}

.seminar-airticle__heading {
  margin-bottom: 56px;
}

.seminar-airticle__heading-main {
  margin-bottom: 0;
}

.seminar-airticle__heading-sub {
  font-size: 2.3rem;
}

.seminar-airticle__header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.seminar-airticle__status {
  margin-left: 16px;
  font-weight: 700;
}

.seminar-airticle__status.-accept {
  color: #13B545;
}

.seminar-airticle__status.-full {
  color: #E0003C;
}

.seminar-airticle__status.-closed {
  color: #707070;
}

.seminar-airticle__body {
  margin-bottom: 80px;
}

.seminar-airticle__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.seminar-airticle__btn:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .seminar-airticle__heading {
    margin-bottom: 30px;
  }
  .seminar-airticle__heading-sub {
    font-size: 1.4rem;
  }
  .seminar-airticle__header {
    margin-bottom: 24px;
  }
  .seminar-airticle__status {
    margin-left: 8px;
  }
  .seminar-airticle__body {
    margin-bottom: 40px;
  }
}

.seminar-airticle__body table td > a,
.seminar-airticle__body p > a {
  color: #095C78;
}

.seminar-airticle__body table td > a[target="_blank"], .seminar-airticle__body table td > a[href$=".pdf"], .seminar-airticle__body table td > a[href^="mailto:"],
.seminar-airticle__body p > a[target="_blank"],
.seminar-airticle__body p > a[href$=".pdf"],
.seminar-airticle__body p > a[href^="mailto:"] {
  padding-right: .5em;
}

.seminar-airticle__body table td > a[target="_blank"]::after, .seminar-airticle__body table td > a[href$=".pdf"]::after, .seminar-airticle__body table td > a[href^="mailto:"]::after,
.seminar-airticle__body p > a[target="_blank"]::after,
.seminar-airticle__body p > a[href$=".pdf"]::after,
.seminar-airticle__body p > a[href^="mailto:"]::after {
  display: inline-block;
  margin-left: .5em;
  color: #4A4A4A;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.seminar-airticle__body table td > a[target="_blank"]::after,
.seminar-airticle__body p > a[target="_blank"]::after {
  vertical-align: baseline;
  content: "\e910";
}

.seminar-airticle__body table td > a[href$=".pdf"]::after,
.seminar-airticle__body p > a[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .seminar-airticle__body table td > a[href$=".pdf"]::after,
  .seminar-airticle__body p > a[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

.seminar-airticle__body table td > a[href^="mailto:"]::after,
.seminar-airticle__body p > a[href^="mailto:"]::after {
  font-size: 1.9rem;
  content: "\e911";
}

@media (max-width: 767px) {
  .seminar-airticle__body table td > a[href^="mailto:"]::after,
  .seminar-airticle__body p > a[href^="mailto:"]::after {
    font-size: 1.5rem;
  }
}

.sitemap-item__title {
  margin-bottom: 1em;
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.sitemap-item__title + .sitemap-item__sub-title {
  margin-top: 0;
}

.sitemap-item__sub-title {
  margin: 1.75em 0 .8em;
  font-size: 1.8rem;
  font-weight: 500;
}

.sitemap-item__link {
  display: -webkit-box;
  display: flex;
}

.sitemap-item__link > span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  align-self: flex-end;
  width: 100%;
}

.sitemap-item__link .icon-triangle-right {
  overflow: hidden;
  position: relative;
  bottom: 4px;
  display: inline-block;
  width: 18px;
  height: 20px;
}

.sitemap-item__link .icon-triangle-right::before {
  position: absolute;
  color: #868686;
  font-size: 2rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 768px) {
  .sitemap-item__link:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 960px) {
  .sitemap-item__link .icon-triangle-right {
    bottom: 0;
    width: 14px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .sitemap-item__title {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .sitemap-item__sub-title {
    font-size: 1.4rem;
  }
  .sitemap-item__link > span {
    -webkit-box-align: center;
            align-items: center;
  }
  .sitemap-item__link .icon-triangle-right {
    bottom: inherit;
  }
  .sitemap-item__link .icon-triangle-right::before {
    font-size: 1.3rem;
  }
}

.ss-search {
  width: 100%;
}

.ss-search__form form {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  border-radius: 6px;
  border: 1px solid #a0a0a0;
  background: #fff;
}

.ss-search__input {
  width: 100%;
  height: 70px;
  padding: 20px;
  border: none;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.ss-search__input::-webkit-input-placeholder {
  color: #707070;
}

.ss-search__input::-moz-placeholder {
  color: #707070;
}

.ss-search__input:-ms-input-placeholder {
  color: #707070;
}

.ss-search__input::-ms-input-placeholder {
  color: #707070;
}

.ss-search__input::placeholder {
  color: #707070;
}

.ss-search__input:focus {
  background: #E8F8FE;
}

.ss-search__search-btn {
  width: 80px;
  border-left: 1px solid #a0a0a0;
  background: #fff;
}

.ss-search__search-btn .icon-search span {
  position: absolute;
  text-indent: -9999px;
}

.ss-search__search-btn .icon-search::before {
  color: #1EB9EE;
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .ss-search {
    width: 100%;
    margin-bottom: 14px;
    padding: 24px 10px;
  }
  .ss-search__input {
    height: 48px;
    padding: 12px;
    font-size: 1.6rem;
  }
  .ss-search__search-btn {
    width: 44px;
  }
  .ss-search__search-btn .icon-search::before {
    font-size: 1.8rem;
  }
}

.ss-search-tab__list {
  display: -webkit-box;
  display: flex;
  margin-bottom: 18px;
}

.ss-search-tab__btn {
  width: 50%;
  padding-bottom: 18px;
  border-bottom: 4px solid #CECECE;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.ss-search-tab__btn:hover {
  border-bottom: 4px solid rgba(30, 185, 238, 0.4);
}

.ss-search-tab__btn.-active {
  border-color: #1EB9EE;
}

.ss-search-tab__panel {
  display: none;
  padding-bottom: 40px;
}

.ss-search-tab__panel:first-child {
  display: block;
}

.ss-search-tab__item-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.ss-search-tab__item-list > li {
  width: calc(100% / 3);
  padding: 1.2%;
}

.ss-search-tab__item-link {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 70px;
  padding: 8% 16% 8% 8%;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  background: #fff;
  line-height: 1.4;
}

.ss-search-tab__item-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(162, 162, 162, 0.5);
}

.ss-search-tab__item-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
  background-color: rgba(0, 0, 0, 0.08);
}

.ss-search-tab__item-link .icon-triangle-right {
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 2.5%;
}

.ss-search-tab__item-link .icon-triangle-right::before {
  color: #868686;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 768px) {
  .ss-search-tab__item-list.-col-3 > li {
    width: 33.3%;
  }
  .ss-search-tab__item-list.-col-5 > li {
    width: 20%;
  }
  .ss-search-tab__item-link:hover {
    border-color: #A2A2A2;
  }
  .ss-search-tab__item-link:hover::before {
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .ss-search-tab__item-link:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 767px) {
  .ss-search-tab__btn {
    padding-bottom: 6px;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
  }
  .ss-search-tab__panel {
    min-height: inherit;
    padding-bottom: 20px;
  }
  .ss-search-tab__item-list {
    margin: -4px;
  }
  .ss-search-tab__item-list > li {
    width: 50%;
    padding: 4px;
  }
  .ss-search-tab__item-link {
    min-height: 48px;
    height: 100%;
    padding: 12px 18px 12px 12px;
    font-size: 1.2rem;
  }
  .ss-search-tab__item-link::after {
    right: 4px;
  }
}

/* ss-production-links-sp
----------------------------------------------------------- */
@media (min-width: 768px) {
  .ss-production-links-sp {
    display: none;
  }
}

.ss-production-links-sp__pinch-out {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.ss-production-links-sp__pinch-out img {
  width: 24px;
}

.ss-production-links-sp__pinch-out span {
  margin-left: 8px;
}

/* ss-production-links
----------------------------------------------------------- */
.ss-production-links-sec01 {
  height: 252px;
}

.ss-production-links-sec02 {
  height: 490px;
  margin-top: 10px;
}

.ss-production-links-sec04 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ss-production-links-sec04__item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.ss-production-links-sec04__item .ss-production-btn {
  margin-top: 10px;
  width: calc((100% - 18px) / 2);
  min-width: 49%;
}

.ss-production-links-sec04__item .ss-production-btn.-w100p {
  width: 100%;
}

.ss-production-links-sec04 .ss-production-links__box-02 {
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 32.6%;
  height: 236px;
}

.ss-production-links-sec04 .ss-production-links__box-02 > p {
  margin-bottom: .75em;
  line-height: 1.3;
  font-weight: 500;
}

.ss-production-links {
  position: relative;
  height: 1210px;
}

@media (max-width: 767px) {
  .ss-production-links {
    display: none;
  }
}

.ss-production-links__inner {
  margin-left: 48px;
}

.ss-production-links__box-01 {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border: 1px solid #FDE22E;
  border-radius: 8px;
  background: #FFFCE5;
}

.ss-production-links__box-01-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 25%;
}

.ss-production-links__box-01-col-center {
  width: 47%;
}

.ss-production-links__box-02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #FBBB46;
  background: #FFF691;
}

.ss-production-links__box-03 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 164px;
  padding: 10px 10px 10px 20px;
}

.ss-production-links__box-03-col:first-child {
  display: -webkit-box;
  display: flex;
  width: 75%;
}

.ss-production-links__box-03-col:first-child .ss-production-btn {
  width: 21%;
  min-width: inherit;
  margin-right: 10px;
}

.ss-production-links__box-03-col:first-child .ss-production-btn:first-child {
  width: 31%;
  margin-right: 20px;
}

@media (max-width: 960px) {
  .ss-production-links__box-03-col:first-child .ss-production-btn:first-child {
    margin-right: 10px;
  }
}

.ss-production-links__box-03-col:last-child {
  width: 25%;
  height: 144px;
}

.ss-production-links__box-03-col:last-child .ss-production-btn {
  height: 58px;
}

.ss-production-links__box-03-col:last-child .ss-production-btn:last-child {
  margin-top: 10px;
}

.ss-production-links__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 5.928em;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
}

.ss-production-links__label.-large {
  width: 7.428em;
}

/* ss-production-btn
----------------------------------------------------------- */
.ss-production-btn {
  -webkit-box-pack: start;
          justify-content: flex-start;
  min-height: 58px;
  padding-right: 2em;
  padding-left: 1.2em;
}

.ss-production-btn.-h83 {
  height: 83px;
}

.ss-production-btn.-h85 {
  height: 85px;
}

.ss-production-btn.-h112 {
  height: 112px;
}

.ss-production-btn.-h124 {
  height: 124px;
}

.ss-production-btn.-h138 {
  height: 138px;
}

.ss-production-btn.-h144 {
  height: 144px;
}

.ss-production-btn.-h160 {
  height: 160px;
}

.ss-production-btn.-h230 {
  height: 230px;
}

.ss-production-btn.-strong {
  min-height: inherit;
  height: 52px;
  font-weight: 700;
}

/* ss-production-links-top
----------------------------------------------------------- */
.ss-production-links-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-left: 48px;
}

.ss-production-links-top__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 38px;
  background: #447EEC;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.ss-production-links-top__title br {
  display: none;
}

@media (max-width: 960px) {
  .ss-production-links-top__title br {
    display: block;
  }
}

.ss-production-links-top__title:nth-child(1) {
  width: 26%;
}

.ss-production-links-top__title:nth-child(2) {
  width: 46%;
}

.ss-production-links-top__title:nth-child(3) {
  width: 26%;
}

/* ss-production-links-left
----------------------------------------------------------- */
.ss-production-links-left {
  position: absolute;
  top: 53px;
  left: 0;
  width: 38px;
}

.ss-production-links-left__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .15em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.ss-production-links-left__title:nth-child(1) {
  height: 564px;
  background: #3A51A3;
}

.ss-production-links-left__title:nth-child(2) {
  height: 336px;
  background: #F87120;
}

.ss-production-links-left__title:nth-child(3) {
  height: 236px;
  background: #4FA000;
}

/* ss-production-links-engineering
----------------------------------------------------------- */
.ss-production-links-engineering {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -178px;
  z-index: 5;
  width: 190px;
  height: 342px;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #DCF7A3;
}

.ss-production-links-engineering::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 95px 0 95px;
  border-color: #DCF7A3 transparent transparent transparent;
  content: "";
}

.ss-production-links-engineering .ss-production-btn {
  width: 100%;
  min-width: inherit;
}

.ss-production-links-engineering__labels {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}

.ss-production-links-engineering__labels span {
  margin: 8px auto 0;
}

/*  ss-production-links-enterprise,  ss-production-links-execution
----------------------------------------------------------- */
.ss-production-links-enterprise,
.ss-production-links-execution {
  position: relative;
  height: 142px;
  padding: 10px;
}

.ss-production-links-enterprise .ss-production-btn,
.ss-production-links-execution .ss-production-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 20%;
  min-width: 150px;
}

@media (max-width: 960px) {
  .ss-production-links-enterprise .ss-production-btn,
  .ss-production-links-execution .ss-production-btn {
    min-width: 120px;
  }
}

.ss-production-links-enterprise__labels,
.ss-production-links-execution__labels {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 8;
  width: 100%;
}

.ss-production-links-enterprise__labels span,
.ss-production-links-execution__labels span {
  margin: 0 4px;
}

.ss-production-links-enterprise {
  width: calc(100% - 20px);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #CBE5FF;
}

.ss-production-links-enterprise::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 71px 0 71px 20px;
  border-color: transparent transparent transparent #CBE5FF;
  content: "";
}

.ss-production-links-enterprise__labels {
  width: calc(100% + 20px);
}

.ss-production-links-execution {
  margin-top: 8px;
  border-radius: 8px;
  background: #FFCBCB;
}

.ss-production-links-others {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 10px;
}

.ss-production-links-others__title {
  min-width: 66px;
  margin: 0 14px 0 0;
  font-weight: 500;
  line-height: 1.4;
}

.ss-production-links-others__kaikei, .ss-production-links-others__infura {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.ss-production-links-others__kaikei .ss-production-btn, .ss-production-links-others__infura .ss-production-btn {
  min-width: inherit;
}

.ss-production-links-others__kaikei .ss-production-btn {
  width: 49%;
}

.ss-production-links-others__infura .ss-production-btn {
  width: 49%;
  height: 100px;
}

/*  ss-iox-link
----------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 870px) {
  .ss-iox-links {
    margin-right: 600px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media (max-width: 767px) {
  .ss-iox-links {
    display: none;
  }
}

.ss-iox-links__inner {
  position: relative;
  width: 850px;
  height: 737px;
  background: url(/assets/img/ss/iox/img_iox_graph_02.png) no-repeat;
  background-size: contain;
  margin: auto;
}

.ss-iox-links__btn {
  position: absolute;
  display: block;
}

.ss-iox-links__btn:hover, .ss-iox-links__btn:focus {
  background: rgba(255, 255, 255, 0.3);
}

.ss-iox-links__btn span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ss-iox-links__btn.-integration {
  width: 456px;
  height: 51px;
  left: 70px;
  top: 234px;
}

.ss-iox-links__btn.-anzenmimamori01 {
  width: 135px;
  height: 51px;
  left: 262px;
  bottom: 271px;
}

.ss-iox-links__btn.-anzenmimamori02 {
  width: 135px;
  height: 51px;
  left: 340px;
  bottom: 8px;
}

.ss-iox-links__btn.-arpatio {
  width: 135px;
  height: 51px;
  right: 297px;
  bottom: 271px;
}

.ss-iox-links__btn.-arpicut {
  width: 136px;
  height: 51px;
  right: 67px;
  bottom: 271px;
}

.ss-iox-links__btn.-rfid {
  width: 135px;
  height: 51px;
  right: 297px;
  bottom: 203px;
}

.ss-iox-links__btn.-predictive-maintenance {
  width: 135px;
  height: 51px;
  left: 340px;
  bottom: 103px;
}

.ss-iox-pf-plus {
  color: #0a6ea0;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .ss-iox-pf-links {
    padding: 2em;
    background: #fff;
  }
}

.ss-iox-pf-links__image {
  position: relative;
  margin: 0 auto 2em;
  background: url(/assets/img/ss/iox/pf_img01.png);
  width: 850px;
  height: 514px;
}

@media (max-width: 767px) {
  .ss-iox-pf-links__inner {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 920px) {
  .ss-iox-pf-links__inner {
    margin-right: 600px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.ss-iox-pf-links__btn {
  position: absolute;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ss-iox-pf-links__btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.ss-iox-pf-links__btn.-datarobot {
  width: 146px;
  height: 55px;
  top: 107px;
  left: 94px;
}

.ss-iox-pf-links__btn.-mnubo {
  margin: auto;
  width: 145px;
  height: 55px;
  top: 107px;
  left: 0;
  right: 0;
}

.ss-iox-pf-links__btn.-foghorn {
  margin: auto;
  width: 146px;
  height: 55px;
  bottom: 58px;
  left: 0px;
  right: 18px;
}

.ss-iox-pf-links__btn.-iox-pf {
  width: 201px;
  height: 86px;
  bottom: 103px;
  left: 55px;
}

.ss-iox-pf-links__btn.-predictive-maintenance {
  margin: auto;
  width: 186px;
  height: 63px;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 40px;
}

.ss-iox-pf-links__btn.-thingworx {
  width: 146px;
  height: 55px;
  bottom: 208px;
  right: 169px;
}

.ss-iox-pf-links__btn.-iox-pf {
  width: 201px;
  height: 86px;
  bottom: 103px;
  left: 55px;
}

/* ss-top-search
----------------------------------------------------------- */
.ss-top-search__input {
  max-width: 900px;
  margin: 30px auto 0;
}

/* ss-top-search
----------------------------------------------------------- */
.ss-top-image-link {
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .ss-top-image-link > li:nth-child(n + 4) {
    margin-top: 1.5em;
  }
}

/* ss-top-pict-list
----------------------------------------------------------- */
.ss-top-pict-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.ss-top-pict-list__item {
  padding: 0 1.75em;
}

.ss-top-pict-list__item .c-link {
  float: right;
}

.ss-top-pict-list__item p {
  margin-bottom: 2em;
}

.ss-top-pict-list__item-link {
  overflow: hidden;
  display: block;
}

.ss-top-pict-list__item-link:hover .c-link {
  text-decoration: underline;
}

.ss-top-pict-list__image {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .ss-top-pict-list__item {
    width: 33.3%;
    border-right: 1px solid #A0A0A0;
  }
  .ss-top-pict-list__item:nth-child(3n) {
    border-right: 0;
  }
  .ss-top-pict-list__item:nth-child(n + 4) {
    margin-top: 5em;
  }
  .ss-top-pict-list__image img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .ss-top-pict-list__item-link:hover .ss-top-pict-list__image img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
}

@media (max-width: 767px) {
  .ss-top-pict-list__item {
    padding: 0;
  }
  .ss-top-pict-list__item:not(:first-child) {
    margin-top: 48px;
  }
}

.ss-top-seminar-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 4em 2em;
  border: 1px solid #D4D4D4;
}

.ss-top-seminar-info__inner {
  max-width: 620px;
}

.ss-top-seminar-info__box {
  margin-bottom: 2.75em;
}

.ss-top-seminar-info__link-box a {
  display: block;
}

.ss-top-seminar-info__link-box span {
  display: block;
  padding-left: 1.714em;
  font-size: 1.4rem;
}

.ss-top-seminar-info__data {
  margin-bottom: 1.25em;
}

.ss-top-seminar-info__data dt,
.ss-top-seminar-info__data dd {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .ss-top-seminar-info__box {
    display: -webkit-box;
    display: flex;
  }
  .ss-top-seminar-info__labels {
    margin-right: 1.875em;
    padding-right: 1.875em;
    border-right: 1px solid #A0A0A0;
  }
  .ss-top-seminar-info__labels .c-label {
    display: block;
  }
  .ss-top-seminar-info__labels .c-label + .c-label {
    margin-top: 10px;
  }
  .ss-top-seminar-info__data {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .ss-top-seminar-info__data dt {
    width: 16%;
  }
  .ss-top-seminar-info__data dd {
    width: 84%;
  }
}

@media (max-width: 767px) {
  .ss-top-seminar-info {
    padding: 24px 16px;
  }
  .ss-top-seminar-info__link-box span {
    padding-left: 21px;
  }
  .ss-top-seminar-info__labels {
    margin-bottom: 16px;
  }
  .ss-top-seminar-info__labels .c-label + .c-label {
    margin-left: 8px;
  }
}

.ss-global-talk {
  padding: 1.5em 1.5em 0;
}

.ss-global-talk:not(:last-of-type) {
  border-bottom: 1px solid #A0A0A0;
}

.ss-global-talk:first-of-type {
  padding-top: 0;
}

.ss-global-talk__title {
  margin-bottom: 4px;
}

.ss-global-talk__sub-title {
  margin-bottom: 12px;
}

.ss-global-talk__date {
  font-size: 1.8rem;
}

.ss-global-talk__items {
  display: -webkit-box;
  display: flex;
  padding: 1.5em 0 2.5em;
}

.ss-global-talk__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 50%;
  padding-right: 1em;
}

.ss-global-talk__photo {
  margin-right: 2.5em;
}

@media (max-width: 767px) {
  .ss-global-talk {
    padding: 1.5em 0 0;
  }
  .ss-global-talk__date {
    font-size: 1.4rem;
  }
  .ss-global-talk__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .ss-global-talk__item {
    width: 100%;
    padding-right: 0;
  }
  .ss-global-talk__item:first-of-type {
    margin-bottom: 20px;
  }
  .ss-global-talk__photo {
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
  }
}

/* /ss/5g/ページ用追加スタイル */
.w-850 {
  max-width: 850px;
  margin: auto;
}

.page-ss-5g .l-pagetitle {
  padding: 32px 16px 40px;
}

/* stories-card
----------------------------------------------------------- */
.stories-card {
  display: block;
  overflow: hidden;
  position: relative;
}

.stories-card__link[target="_blank"] .stories-card__text::after {
  display: inline-block;
  margin-left: 6px;
  color: #4A4A4A;
  font-family: 'nssol-icon';
  line-height: 1;
  content: "\e910";
}

.stories-card__image {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 62%;
}

.stories-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.stories-card__image::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/common/bg_link_stories_related.png);
  background-size: cover;
  content: "";
}

.stories-card__image span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 8px 24px;
  color: #868686;
  font-size: 6rem;
  line-height: 1;
  white-space: nowrap;
}

.stories-card__image span:first-letter {
  font-size: 16rem;
}

.stories-card__image span::after {
  content: attr(data-title);
}

.stories-card__image:empty {
  background: #000;
}

.stories-card__summary {
  padding: 1em 1em 1.5em;
}

.stories-card__text {
  margin-bottom: 8px;
  color: #095C78;
  line-height: 1.7;
  overflow: hidden;
}

.stories-card__date {
  text-align: right;
  line-height: 1;
}

.stories-card__category {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 0 1em 0;
}

.stories-card__category:last-child {
  padding-bottom: 1em;
}

.stories-card__category > a {
  margin: 0 7px 7px 0;
}

@media (min-width: 768px) {
  .stories-card {
    background: #fff;
  }
  .stories-card__summary {
    background: #fff;
  }
  .stories-card__category {
    background: #fff;
  }
  .stories-card__text {
    min-height: 5em;
  }
  .stories-card__link:hover .stories-card__text {
    text-decoration: underline;
  }
  .stories-card__link:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

@media (max-width: 767px) {
  .stories-card__image span {
    padding-left: 5px;
    font-size: 2.8rem;
  }
  .stories-card__image span:first-letter {
    font-size: 7rem;
  }
  .stories-card__summary {
    padding: .75em .75em 1em;
  }
  .stories-card__text {
    font-size: 1.2rem;
  }
  .stories-card__date {
    font-size: 1.1rem;
  }
  .stories-card__category {
    padding-left: .75em;
  }
  .stories-card__category > span {
    margin: 0 5px 5px 0;
  }
}

/* stories-related-links
----------------------------------------------------------- */
.stories-related-links {
  max-width: 1236px;
  margin: 0 auto;
}

.stories-related-links .slick-track {
  display: -webkit-box;
  display: flex;
}

.stories-related-links .slick-slide {
  float: none;
  height: auto;
  background: #fff;
}

@media (min-width: 768px) {
  .stories-related-links__item {
    width: 33%;
  }
  .stories-related-links .slick-slide {
    margin: 0 8px;
  }
}

@media (max-width: 767px) {
  .stories-related-links {
    width: 93%;
    margin-left: 0;
  }
  .stories-related-links .slick-list {
    overflow: inherit;
  }
  .stories-related-links .slick-slide {
    position: relative;
  }
  .stories-related-links .slick-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 249, 249, 0.9);
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .stories-related-links .slick-active::after {
    background: transparent;
    opacity: 0;
    height: 0;
  }
}

/* stories-main
----------------------------------------------------------- */
.stories-main {
  padding-top: 80px;
}

@media (max-width: 767px) {
  .stories-main {
    padding-top: 42px;
  }
}

.stories-top-section {
  margin-bottom: 24px;
}

.stories-top-section__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .stories-top-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .stories-top-section {
    margin-bottom: 0;
  }
}

/* stories-top-eyecatch
----------------------------------------------------------- */
.stories-top-eyecatch {
  width: 60%;
}

.stories-top-eyecatch__image {
  overflow: hidden;
  position: relative;
}

.stories-top-eyecatch__image img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.stories-top-eyecatch__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.stories-top-eyecatch__info .c-link-label {
  margin-right: 8px;
}

.stories-top-eyecatch__date {
  margin-right: 1em;
}

.stories-top-eyecatch__title {
  margin-bottom: .25em;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.stories-top-eyecatch__sub-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .stories-top-eyecatch {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .stories-top-eyecatch__image:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .stories-top-eyecatch__summary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 2em;
    background: rgba(255, 255, 255, 0.8);
    z-index: 21;
  }
  .stories-top-eyecatch__link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1024px) {
  .stories-top-eyecatch__summary {
    position: relative;
    top: 100%;
  }
}

@media (max-width: 767px) {
  .stories-top-eyecatch__summary {
    padding: 16px;
  }
  .stories-top-eyecatch__info {
    margin-bottom: 14px;
  }
  .stories-top-eyecatch__title {
    font-size: 1.6rem;
  }
  .stories-top-eyecatch__sub-title {
    font-size: 1.4rem;
  }
}

/* stories-top-search
----------------------------------------------------------- */
.stories-top-search {
  width: 35%;
  padding: 3em;
}

.stories-top-search__keywords {
  margin-bottom: 1.5em;
}

.stories-top-search__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  content: "\e906";
}

@media (min-width: 768px) {
  .stories-top-search {
    min-width: 500px;
  }
  .stories-top-search__rss {
    font-size: 1.8rem;
  }
  .stories-top-search__rss:hover {
    color: #1EB9EE;
  }
}

@media (max-width: 960px) {
  .stories-top-search {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .stories-top-search {
    padding: 16px 16px 0;
  }
}

/* stories-list
----------------------------------------------------------- */
@media (min-width: 768px) {
  .stories-list > li:nth-child(n + 4) {
    margin-top: 2em;
  }
}

@media (max-width: 767px) {
  .stories-list.c-grid {
    margin: -1.5em 0 0;
  }
  .stories-list > li.c-grid__item {
    padding-right: 0;
    padding-left: 0;
  }
}

/* stories-article-hero
----------------------------------------------------------- */
.stories-article-hero {
  overflow: hidden;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  max-height: 720px;
}

.stories-article-hero__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.stories-article-hero__image img {
  width: 100%;
}

.stories-article-hero__info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.stories-article-hero__info .c-link-label {
  margin-right: 8px;
}

.stories-article-hero__date {
  margin-right: 1em;
}

.stories-article-hero__sns {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: flex;
}

.stories-article-hero__title {
  margin-bottom: 8px;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.stories-article-hero__sub-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .stories-article-hero__summary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em;
    background: rgba(255, 255, 255, 0.8);
  }
  .stories-article-hero__link:hover {
    color: #095C78;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .stories-article-hero__image {
    margin-bottom: 14px;
  }
  .stories-article-hero__summary {
    padding: 16px 16px 0;
  }
  .stories-article-hero__title {
    font-size: 1.6rem;
  }
  .stories-article-hero__sub-title {
    font-size: 1.4rem;
  }
  .stories-article-hero__sns {
    top: -86px;
  }
}

.stories-article__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.stories-article__sns-btn {
  display: block;
  width: 36px;
  height: 36px;
}

.stories-article__sns-btn span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stories-article__sns-btn:last-child {
  margin-left: 1em;
}

@media (min-width: 768px) {
  .stories-article__sns-btn:hover {
    opacity: .7;
  }
}

.stories-article__body p {
  margin: 2em 0;
}

.stories-article__body p:first-child {
  margin-top: 0;
}

.stories-article__body .article-profile,
.stories-article__body .article-logo-box p {
  margin: 0;
}

.stories-article__body .image-block {
  margin: 3em -65px;
}

.stories-article__body .interview {
  font-weight: 500;
}

.stories-article__body .interview + .answer {
  margin-top: 8px;
}

.stories-article__body .answer .name {
  font-weight: 500;
}

.sust-new-topics {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 1.5em 0;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}

.sust-new-topics__date {
  width: 130px;
}

@media (max-width: 767px) {
  .sust-new-topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 1em 0;
  }
  .sust-new-topics__date {
    margin-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .sust-top-link-list > li:nth-child(n + 3) {
    margin-top: 3em;
  }
}

@media (min-width: 768px) {
  .sust-topics-list > li:nth-child(n + 4) {
    margin-top: 3em;
  }
}

@media (max-width: 767px) {
  .sust-topics-list.c-grid {
    margin: -1.5em 0 0;
  }
  .sust-topics-list .c-grid__item {
    padding-right: 0;
    padding-left: 0;
  }
}

.sust-esg-torikumi {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3em;
}

.sust-esg-torikumi__sdgs {
  margin-top: 3em;
}

.sust-esg-torikumi__sdgs-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.sust-esg-torikumi__sdgs-item {
  width: 110px;
  margin: 8px;
}

@media (min-width: 768px) {
  .sust-esg-torikumi__block {
    width: 50%;
    padding-right: 1.75em;
  }
  .sust-esg-torikumi__block + .sust-esg-torikumi__block {
    padding-right: 0;
    padding-left: 1.75em;
    border-left: 1px solid #D4D4D4;
  }
}

@media (max-width: 767px) {
  .sust-esg-torikumi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 2em;
  }
  .sust-esg-torikumi__block + .sust-esg-torikumi__block {
    margin-top: 32px;
  }
  .sust-esg-torikumi__sdgs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 2em;
  }
  .sust-esg-torikumi__sdgs-list {
    width: 200px;
  }
  .sust-esg-torikumi__sdgs-item {
    width: 80px;
  }
}

/* top-content-wrap
----------------------------------------------------------- */
.top-content-wrap {
  background: url(/assets/img/common/base_pc.png) repeat-y top/cover;
}

@media (max-width: 767px) {
  .top-content-wrap {
    background: url(/assets/img/common/base_sp.png) repeat-y top/cover;
  }
}

/* top-hero
----------------------------------------------------------- */
.top-hero {
  position: relative;
  width: 100%;
}

.top-hero__list {
  display: none;
  -webkit-animation-name: top-hero-fadein;
          animation-name: top-hero-fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.top-hero__list.slick-initialized {
  display: block;
}

.top-hero__item {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.top-hero__item img {
  width: 100%;
}

.top-hero__inner {
  width: 1236px;
  max-width: 1236px;
  padding: 0 20px;
}

.top-hero__text-box {
  max-width: 640px;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.8);
}

.top-hero__main-title {
  margin-bottom: 32px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.top-hero__lead-text {
  margin-right: 16px;
  font-weight: 700;
}

.top-hero__btn {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  width: 326px;
  margin-top: 12px;
  padding: 1em 2em 1em 1.45em;
  border-radius: 6px;
  border: 1px solid #707070;
  background: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.top-hero__btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
  background-color: rgba(0, 0, 0, 0.08);
}

.top-hero__btn .icon-triangle-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 12px;
  overflow: hidden;
  display: inline-block;
  width: 18px;
  height: 25px;
}

.top-hero__btn .icon-triangle-right::before {
  position: absolute;
  color: #868686;
  font-size: 1.8rem;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-hero__btn .icon-open-new {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 14px;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 18px;
}

.top-hero__btn .icon-open-new::before {
  position: absolute;
  color: #868686;
  font-size: 1.6rem;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.top-hero__btn.-ghost {
  background: transparent;
}

.top-hero__text-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.top-hero__text-area p {
  font-weight: 700;
}

.top-hero__nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: #fff;
}

.top-hero .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 300px;
  background: #fff;
}

.top-hero .slick-dots > li {
  width: 2px;
  height: 100%;
  margin: 8px 0;
  background: #CECECE;
}

.top-hero .slick-dots > li.slick-active {
  width: 4px;
  background: #1EB9EE;
}

.top-hero .slick-dots > li > button {
  opacity: 0;
  width: 40px;
  margin-left: -18px;
}

.top-hero .slick-counter {
  position: absolute;
  top: 328px;
  right: 28px;
  font-weight: 500;
}

.top-hero .slick-counter .current,
.top-hero .slick-counter .total {
  display: block;
  line-height: 1;
}

.top-hero .slick-counter .total {
  display: block;
  margin: .375em 0 0 1em;
}

.top-hero .slick-counter .separator {
  position: absolute;
  top: -0.125em;
  left: .75em;
  width: 1px;
  height: 45px;
  background: #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-hero__scroll {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  right: 2.4em;
  bottom: -7vw;
}

.top-hero__scroll-text {
  z-index: 5;
  background: #fff;
  color: #707070;
  font-size: 1.2rem;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.top-hero__scroll-line {
  display: block;
  width: 1px;
  height: 56px;
  background: #D4D4D4;
  -webkit-animation-name: top-hero-scroll;
          animation-name: top-hero-scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.top-hero__scroll-line::after {
  position: absolute;
  bottom: -20px;
  left: -14px;
  width: 30px;
  height: 30px;
  background: url(/assets/img/top/img_scroll_drop.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media (min-width: 768px) {
  .top-hero {
    min-height: 480px;
    height: calc(100vh - 271px);
  }
  .top-hero__inner.-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .top-hero__text-box {
    margin-right: 1.5em;
  }
  .top-hero__item {
    min-height: 480px;
    height: calc(100vh - 271px);
  }
  .top-hero__btn .icon-triangle-right::before {
    top: 3px;
  }
  .top-hero__btn:hover {
    background: #fff;
  }
  .top-hero__btn:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .top-hero__btn:hover .icon-open-new::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .top-hero__btn:hover::after {
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .top-hero__item {
    padding-right: 80px;
  }
}

@media (max-width: 1080px) {
  .top-hero {
    height: 54vw;
  }
  .top-hero__item {
    height: 54vw;
  }
  .top-hero .slick-counter .total {
    margin-top: 1em;
  }
}

@media (max-width: 960px) {
  .top-hero__scroll {
    right: 1.5em;
  }
  .top-hero__btn {
    min-width: 240px;
  }
  .top-hero__btn .icon-triangle-right::before {
    top: 6px;
  }
  .top-hero__btn .icon-open-new {
    overflow: unset;
    width: 16px;
    height: 10px;
  }
  .top-hero .slick-counter .total {
    margin-top: 1.5em;
  }
}

@media (max-width: 767px) {
  .top-hero {
    height: 380px;
  }
  .top-hero .slick-dots {
    width: 28px;
    height: 200px;
  }
  .top-hero .slick-dots > li {
    margin: 6px 0;
  }
  .top-hero .slick-counter {
    top: 210px;
    right: 6px;
    font-size: 1.2rem;
  }
  .top-hero .slick-counter .separator {
    height: 24px;
    top: .2em;
  }
  .top-hero .slick-counter .total {
    margin: .425em 0 0 .75em;
  }
  .top-hero__item {
    padding: 16px 28px 16px 0;
    height: 380px;
  }
  .top-hero__text-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .top-hero__text-area p {
    font-size: 1.2rem;
  }
  .top-hero__text-box {
    margin-bottom: 1.5em;
  }
  .top-hero__lead-text {
    margin-right: 0;
  }
  .top-hero__scroll {
    top: 260px;
    right: 13px;
    height: 100px;
  }
  .top-hero__scroll-text {
    font-size: .8rem;
  }
  .top-hero__scroll-line {
    height: 24px;
  }
  .top-hero__scroll-line::after {
    bottom: -14px;
    left: -8px;
    width: 18px;
    height: 18px;
  }
  .top-hero__main-title {
    margin-bottom: 0.8em;
    font-size: 2.4rem;
  }
  .top-hero__btn {
    width: 100%;
    padding: 10px 38px 10px 16px;
    font-size: 1.6rem;
  }
  .top-hero__btn .icon-triangle-right::before {
    font-size: 1.3rem;
  }
  .top-hero__btn .icon-open-new {
    overflow: unset;
    width: 16px;
    height: 10px;
  }
  .top-hero__btn .icon-open-new::before {
    font-size: 1.3rem;
  }
  .top-hero__nav {
    width: 28px;
  }
}

/* top-hot-topics
----------------------------------------------------------- */
.top-hot-topics {
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: -30px;
  right: 80px;
  z-index: 5;
  max-width: 1028px;
}

.top-hot-topics__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 176px;
  padding: 16px;
  background: #707070;
  color: #fff;
  font-size: 1.6rem;
}

.top-hot-topics__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 6px 28px;
  background: #fff;
}

.top-hot-topics__tag-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.top-hot-topics__tag-list > li {
  margin-right: 1.5em;
}

@media (min-width: 768px) {
  .top-hot-topics {
    height: 70px;
    padding-left: 16px;
  }
}

@media (max-width: 767px) {
  .top-hot-topics {
    right: inherit;
    left: 12px;
    width: 100%;
    height: 36px;
    padding-right: 12px;
  }
  .top-hot-topics::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, #fff 40%, rgba(255, 255, 255, 0) 100%);
    content: "";
  }
  .top-hot-topics__title {
    min-width: 86px;
    padding: 8px;
    font-size: 1.1rem;
  }
  .top-hot-topics__body {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 12px;
    white-space: nowrap;
  }
  .top-hot-topics__tag-list {
    flex-wrap: nowrap;
  }
  .top-hot-topics__tag-list > li {
    margin-right: 1em;
  }
}

/* top-news
----------------------------------------------------------- */
.important-notices + .top-main-news {
  margin-top: 0;
}

.top-main-news {
  max-width: 92vw;
  margin: 45px auto 0;
  padding: 0 16px;
}

.top-main-news .top-news {
  border-bottom: 1px solid #D4D4D4;
}

@media (max-width: 767px) {
  .top-main-news {
    padding: 0;
  }
}

.top-news {
  display: -webkit-box;
  display: flex;
  padding: 24px 18px;
  border-top: 1px solid #D4D4D4;
}

.top-news__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 32px;
}

.top-news__date {
  margin-right: 40px;
}

.top-news__text {
  display: block;
  color: #095C78;
  font-size: 1.6rem;
  line-height: 1.6;
}

.top-news__text[target="_blank"]::after, .top-news__text[href$=".pdf"]::after {
  display: inline-block;
  margin-left: .5em;
  color: #4A4A4A;
  font-family: 'nssol-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
}

.top-news__text[target="_blank"]::after {
  vertical-align: baseline;
  content: "\e910";
}

.top-news__text[href$=".pdf"]::after {
  font-size: 1.9rem;
  content: "\e90d";
  vertical-align: middle;
}

@media (max-width: 767px) {
  .top-news__text[href$=".pdf"]::after {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .top-news__header {
    width: 320px;
  }
  .top-news__date {
    min-width: 120px;
  }
  .top-news__body {
    width: calc(100% - 320px);
  }
  .top-news__text:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1080px) {
  .top-news {
    max-width: 90vw;
  }
}

@media (max-width: 960px) {
  .top-news__date {
    min-width: 100px;
  }
}

@media (max-width: 767px) {
  .top-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 12px 0;
  }
  .top-news__header {
    margin-bottom: 8px;
  }
  .top-news__date {
    margin-right: 12px;
  }
  .top-news__text {
    font-size: 1.2rem;
  }
}

/* top-heading
----------------------------------------------------------- */
.top-heading-01 {
  position: relative;
  margin-bottom: 1.75em;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.top-heading-01::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -18px;
  border-top: 2px solid #1EB9EE;
  width: 56px;
  content: "";
}

@media (max-width: 767px) {
  .top-heading-01 {
    font-size: 2.4rem;
  }
  .top-heading-01::after {
    bottom: -8px;
    width: 40px;
  }
}

/* top-section
----------------------------------------------------------- */
.top-section {
  margin: 120px 0;
}

@media (max-width: 767px) {
  .top-section {
    margin: 60px 0;
  }
}

/* top-stories
----------------------------------------------------------- */
.top-stories {
  margin: 112px 0;
}

.top-stories__heading {
  position: relative;
  max-width: 1236px;
  margin: 0 auto;
}

.top-stories__rss {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 1.8rem;
  text-align: center;
}

.top-stories__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  content: "\e906";
}

.top-stories__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 56px;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .top-stories__rss:hover {
    color: #1EB9EE;
  }
}

@media (max-width: 767px) {
  .top-stories {
    margin: 60px 0;
  }
  .top-stories__rss {
    top: 40px;
    font-size: 1.4rem;
  }
  .top-stories__rss::after {
    font-size: 1.2rem;
  }
  .top-stories__btn {
    margin-top: 28px;
  }
}

.top-stories-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 1236px;
  margin: 0 auto;
}

.top-stories-list .slick-list {
  overflow: inherit;
}

.top-stories-list .slick-slide {
  position: relative;
}

.top-stories-list .slick-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(249, 249, 249, 0.9);
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-stories-list .slick-active::after {
  background: transparent;
  opacity: 0;
  height: 0;
}

.top-stories-list .slick-arrow {
  position: absolute;
  top: 42%;
  z-index: 10;
  width: 24px;
  height: 44px;
  background-size: contain;
  text-indent: -9999px;
  content: "";
}

.top-stories-list .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.top-stories-list .slick-prev {
  left: -4%;
  background: url(/assets/img/top/ico_slide_prev.svg) no-repeat top/contain;
}

.top-stories-list .slick-next {
  right: -4%;
  background: url(/assets/img/top/ico_slide_next.svg) no-repeat top/contain;
}

.top-stories-list .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.top-stories-list .slick-dots > li {
  position: relative;
  width: 80px;
  height: 2px;
  margin: 0 8px;
  background: #CECECE;
}

.top-stories-list .slick-dots > li > button {
  opacity: 0;
  position: absolute;
  top: -18px;
  width: 100%;
  text-indent: -9999px;
}

.top-stories-list .slick-dots > li.slick-active {
  height: 4px;
  margin-top: -1px;
  background: #1EB9EE;
}

.top-stories-list__item {
  width: calc(100% / 3);
}

@media (max-width: 1280px) {
  .top-stories-list {
    width: 90%;
    margin: 0 auto;
  }
  .top-stories-list .slick-arrow {
    width: 18px;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .top-stories-list {
    width: 93%;
    margin-left: 0;
  }
  .top-stories-list__item {
    width: 50%;
  }
  .top-stories-list .slick-arrow {
    opacity: 0;
  }
  .top-stories-list .slick-dots {
    margin-top: 12px;
  }
  .top-stories-list .slick-dots > li {
    width: 40px;
  }
  .top-stories-list .slick-dots > li button {
    top: -14px;
    height: 32px;
  }
  .top-stories-list.-change {
    margin-right: 0;
    margin-left: inherit;
  }
}

/* top-ss
----------------------------------------------------------- */
.top-ss {
  padding: 120px 16px;
  background: url(/assets/img/top/bg_ss.jpg) no-repeat top/cover;
  background-attachment: fixed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-ss {
    background-attachment: scroll;
  }
}

.top-ss__inner {
  max-width: 1236px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .top-ss {
    padding: 32px 16px;
    background-size: initial;
  }
  .top-ss__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.top-ss-search {
  width: 73%;
  padding: 5%;
  background: #fff;
}

@media (min-width: 768px) {
  .top-ss-search__tab-panel {
    min-height: 340px;
  }
}

@media (max-width: 767px) {
  .top-ss-search {
    width: 100%;
  }
}

.top-ss-seminar {
  width: 24%;
  padding: 5% 2.5%;
  background: #fff;
}

.top-ss-seminar__title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.top-ss-seminar__info {
  margin-bottom: 20px;
}

.top-ss-seminar__info-title {
  font-weight: 500;
}

.top-ss-seminar__info-data {
  line-height: 1.6;
}

.top-ss-seminar__link-box {
  line-height: 1.6;
}

.top-ss-seminar__link-box a {
  display: block;
  margin-bottom: 6px;
  color: #095C78;
}

.top-ss-seminar__link-box span {
  display: block;
  padding-left: 1.714em;
  font-size: 1.4rem;
}

.top-ss-seminar__content-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-ss-seminar__message {
  color: #868686;
  font-weight: 500;
  line-height: 1.5;
}

.top-ss-seminar__btn {
  margin: 32px 0 40px;
}

.top-ss-seminar__rss {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

.top-ss-seminar__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  content: "\e906";
}

@media (min-width: 768px) {
  .top-ss-seminar__content-wrap {
    min-height: 15.625em;
  }
  .top-ss-seminar__rss:hover {
    color: #1EB9EE;
  }
}

@media (max-width: 767px) {
  .top-ss-seminar {
    width: 100%;
    padding: 24px 16px;
  }
  .top-ss-seminar__link-box {
    margin-bottom: 20px;
  }
  .top-ss-seminar__link-box span {
    padding-left: 21px;
    font-size: 1.2rem;
  }
  .top-ss-seminar__btn {
    margin-bottom: 20px;
  }
  .top-ss-seminar__btn .c-btn {
    -webkit-box-pack: center;
            justify-content: center;
  }
  .top-ss-seminar__rss {
    font-size: 1.4rem;
  }
  .top-ss-seminar__rss::after {
    font-size: 1.2rem;
  }
}

/* top-csr
----------------------------------------------------------- */
.top-csr {
  padding: 120px 16px;
  background: url(/assets/img/top/bg_csr.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-csr {
    background-attachment: scroll;
  }
}

.top-csr__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.top-csr__list {
  display: -webkit-box;
  display: flex;
}

.top-csr__item {
  width: calc(100% / 3);
  height: 100%;
}

.top-csr__link {
  overflow: hidden;
  display: block;
  position: relative;
}

.top-csr__link-text {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 220px;
  padding: 10px 32px 10px 24px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.top-csr__link-text .icon-triangle-right {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 11px;
}

.top-csr__link-text .icon-triangle-right::before {
  color: #868686;
}

.top-csr__link-text::before {
  color: #868686;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 768px) {
  .top-csr__link img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .top-csr__link:hover img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  .top-csr__link:hover .top-csr__link-text {
    background: #fff;
  }
  .top-csr__link:hover .top-csr__link-text .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 767px) {
  .top-csr {
    padding: 32px 16px;
  }
  .top-csr__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .top-csr__item {
    width: 100%;
  }
  .top-csr__item:not(:first-child) {
    margin-top: 8px;
  }
  .top-csr__link-text {
    min-width: 150px;
    padding: 6px 24px;
    font-size: 1.2rem;
  }
  .top-csr__link-text::after {
    right: 10px;
  }
  .top-csr__link-text .icon-triangle-right {
    right: 8px;
  }
}

/* top-ir
----------------------------------------------------------- */
.top-ir {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 16px;
}

.top-ir__list {
  display: -webkit-box;
  display: flex;
}

.top-ir__item {
  width: calc(100% / 3);
  height: 100%;
}

.top-ir__link {
  display: block;
}

.top-ir__image {
  overflow: hidden;
}

.top-ir__link-text {
  display: block;
  position: relative;
  margin-top: 8px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.top-ir__link-text .icon-triangle-right {
  margin-left: 4px;
}

.top-ir__link-text .icon-triangle-right::before {
  color: #868686;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 768px) {
  .top-ir__link img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .top-ir__link .icon-triangle-right {
    display: inline-block;
    overflow: hidden;
  }
  .top-ir__link .icon-triangle-right::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-ir__link:hover img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  .top-ir__link:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .top-ir__link-text {
    font-size: 1.7rem;
  }
  .top-ir__link-text .icon-triangle-right {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .top-ir {
    padding: 0 16px;
  }
  .top-ir__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .top-ir__item {
    width: 100%;
  }
  .top-ir__item:not(:first-child) {
    margin-top: 8px;
  }
  .top-ir__link-text {
    min-width: 150px;
    font-size: 1.4rem;
  }
  .top-ir__link-text::after {
    right: 10px;
  }
}

/* top-future
----------------------------------------------------------- */
.top-future {
  padding: 60px 16px;
  background: url(/assets/img/top/bg_future.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-future {
    background-attachment: scroll;
  }
}

.top-future__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.top-future__heading {
  position: relative;
  color: #fff;
}

.top-future__sub-title {
  display: block;
  margin-bottom: .75em;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.top-future__sub-title .icon-triangle-right {
  margin-left: 8px;
}

.top-future__sub-title .icon-triangle-right::before {
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.top-future__title {
  margin-bottom: .5em;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
}

.top-future__text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
}

.top-future__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.top-future__item {
  width: 24%;
}

.top-future__link {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  height: 120px;
  border-radius: 5px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.top-future__link:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
  outline: none;
}

.top-future__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transform-origin: left;
          transform-origin: left;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
}

.top-future__link::after {
  position: absolute;
  left: calc(50% - 23px);
  bottom: 20px;
  border-top: 3px solid #F1D900;
  width: 46px;
  content: "";
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

.top-future__footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #fff;
  text-align: right;
}

.top-future__footer a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  font-size: 2rem;
}

.top-future__footer a .icon-triangle-right {
  margin-left: 8px;
}

.top-future__footer a .icon-triangle-right::before {
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 768px) {
  .top-future__link:hover::after {
    -webkit-animation: top-btn-line 0.4s;
            animation: top-btn-line 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .top-future__link:hover::before {
    z-index: 1;
    -webkit-animation-name: hoverTranslate;
            animation-name: hoverTranslate;
    -webkit-animation-duration: .7s;
            animation-duration: .7s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .top-future__sub-title {
    display: inline-block;
  }
  .top-future__sub-title .icon-triangle-right {
    overflow: hidden;
    display: inline-block;
  }
  .top-future__sub-title .icon-triangle-right::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-future__sub-title:hover {
    color: #F1D900;
  }
  .top-future__sub-title:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .top-future__footer a .icon-triangle-right {
    overflow: hidden;
    display: inline-block;
  }
  .top-future__footer a .icon-triangle-right::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-future__footer a:hover {
    color: #F1D900;
  }
  .top-future__footer a:hover .icon-triangle-right::before {
    color: #F1D900;
    -webkit-animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
            animation: arrow-slide 0.5s cubic-bezier(0.5, 0.08, 0.05, 1) normal;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

@media (max-width: 767px) {
  .top-future__sub-title {
    font-size: 1.6rem;
  }
  .top-future__sub-title .icon-triangle-right::before {
    font-size: 1.4rem;
  }
  .top-future__title {
    font-size: 3.6rem;
  }
  .top-future__text {
    font-size: 1.4rem;
  }
  .top-future__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .top-future__item {
    width: 100%;
  }
  .top-future__item:not(:first-child) {
    margin-top: 18px;
  }
  .top-future__link {
    height: 100px;
    font-size: 1.6rem;
  }
  .top-future__link::after {
    bottom: 12px;
  }
  .top-future__footer a {
    font-size: 1.6rem;
  }
  .top-future__footer a .icon-triangle-right::before {
    font-size: 1.4rem;
  }
}

/* top-press
----------------------------------------------------------- */
.top-press {
  margin: 120px 0 40px;
}

.top-press__inner {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 16px;
}

.top-press__header {
  position: relative;
}

.top-press__rss {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 1.8rem;
  text-align: center;
}

.top-press__rss::after {
  padding-left: 6px;
  color: #1EB9EE;
  font-size: 1.6rem;
  font-family: 'nssol-icon' !important;
  content: "\e906";
}

.top-press__list {
  border-bottom: 1px solid #D4D4D4;
}

@media (min-width: 768px) {
  .top-press__rss:hover {
    color: #1EB9EE;
  }
}

@media (max-width: 767px) {
  .top-press {
    margin: 60px 0 0;
  }
  .top-press__rss {
    top: 40px;
    font-size: 1.4rem;
  }
  .top-press__rss::after {
    font-size: 1.2rem;
  }
}

[lang="en"] .top-press {
  margin-bottom: 0;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  [lang="en"] .top-press {
    padding-bottom: 80px;
  }
}

/* top-recruit
----------------------------------------------------------- */
.top-recruit {
  padding: 80px 16px 120px;
}

.top-recruit__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.top-recruit__list {
  display: -webkit-box;
  display: flex;
}

.top-recruit__item {
  width: 50%;
}

.top-recruit__link {
  display: block;
  overflow: hidden;
  position: relative;
}

.top-recruit__link img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.top-recruit__link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
  content: "";
}

.top-recruit__link-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
}

.top-recruit__link-text::after {
  padding-left: 6px;
  color: #fff;
  font-family: 'nssol-icon';
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: text-top;
  content: "\e910";
}

@media (min-width: 768px) {
  .top-recruit__link:hover img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
  }
  .top-recruit__link:hover::after {
    background: rgba(0, 0, 0, 0.56);
  }
  .top-recruit__link:hover .top-recruit__link-text::after {
    color: #F1D900;
  }
}

@media (max-width: 767px) {
  .top-recruit {
    padding-top: 60px;
  }
  .top-recruit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .top-recruit__item {
    width: 100%;
    height: 100%;
  }
  .top-recruit__link-text {
    font-size: 1.6rem;
  }
  .top-recruit__link-text::after {
    font-size: 1.4rem;
  }
}

/* top-sns
----------------------------------------------------------- */
.top-sns {
  padding-bottom: 80px;
}

.top-sns__inner {
  max-width: 1236px;
  margin: 0 auto;
}

.top-sns__inner .c-grid {
  margin: -1em auto;
  max-width: 60%;
}

.top-sns__inner .c-grid a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .top-sns .c-grid {
    max-width: 100%;
  }
}

.sns-icon {
  width: 65px;
}

@media (max-width: 767px) {
  .sns-icon {
    width: 50px;
  }
}

/*追記20240312*/
/*トップニュース*/
.top-main-news {
  width: 90vw;
  margin: 60px auto 0;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 24px;
}

.top-main-news .top-news {
  padding: 18px 10px 0;
  border: none;
}

@media (max-width: 1080px) {
  .top-main-news .top-news {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .top-main-news {
    margin: 40px 16px 0;
  }
  .top-main-news .top-news {
    padding: 12px 0;
  }
  .top-main-news .top-news:last-of-type {
    padding-bottom: 0;
  }
}

/*重要なお知らせ*/
.top-important {
  margin: 120px 0 40px;
}

.top-important__inner {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 16px;
}

.important-notices {
  display: block;
  max-width: 100%;
  margin: 0;
  background: none;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  padding: 16px;
}

.important-notices__body {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 1em;
}

.important-notices__body:last-of-type {
  margin-bottom: 0;
}

.important-notices__link {
  padding: 0;
}

@media (max-width: 767px) {
  .top-important {
    margin: 60px 0 0;
  }
  .important-notices {
    width: 100%;
    padding: 16px 0;
  }
}

/* Utility ------------ */
/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

@media (min-width: 768px) {
  .u-pc-ta-c {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .u-sp-ta-c {
    text-align: center !important;
  }
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

/* font
----------------------------------------------------------- */
.u-font-medium {
  font-weight: 500;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-red {
  color: #FF0000;
}

.u-font-xxxs {
  font-size: 1rem !important;
}

.u-font-xxs {
  font-size: 1.2rem !important;
}

.u-font-xs {
  font-size: 1.4rem !important;
}

.u-font-s {
  font-size: 1.6rem !important;
}

.u-font-m {
  font-size: 1.8rem !important;
}

.u-font-l {
  font-size: 2rem !important;
}

.u-font-xl {
  font-size: 2.4rem !important;
}

.u-font-xxl {
  font-size: 2.6rem !important;
}

.u-font-xxxl {
  font-size: 3rem !important;
}

@media (max-width: 767px) {
  .u-font-xxxs {
    font-size: 1rem !important;
  }
  .u-font-xxs {
    font-size: 1.1rem !important;
  }
  .u-font-xs {
    font-size: 1.2rem !important;
  }
  .u-font-s {
    font-size: 1.4rem !important;
  }
  .u-font-m {
    font-size: 1.6rem !important;
  }
  .u-font-l {
    font-size: 1.8rem !important;
  }
  .u-font-xl {
    font-size: 2rem !important;
  }
  .u-font-xxl {
    font-size: 2.2rem !important;
  }
  .u-font-xxxl {
    font-size: 2.4rem !important;
  }
}

/* border
----------------------------------------------------------- */
.u-bd-top {
  border-top: 1px solid;
}

.u-bd-gray {
  border-color: #dbdcdf;
}

/* margin
----------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 8px !important;
}

.u-mb-xxs {
  margin-bottom: 16px !important;
}

.u-mb-xs {
  margin-bottom: 24px !important;
}

.u-mb-s {
  margin-bottom: 32px !important;
}

.u-mb-m {
  margin-bottom: 48px !important;
}

.u-mb-l {
  margin-bottom: 64px !important;
}

.u-mb-xl {
  margin-bottom: 80px !important;
}

.u-mb-xxl {
  margin-bottom: 92px !important;
}

.u-mb-xxxl {
  margin-bottom: 108px !important;
}

@media (max-width: 767px) {
  .u-mb-xxxs {
    margin-bottom: 8px !important;
  }
  .u-mb-xxs {
    margin-bottom: 12px !important;
  }
  .u-mb-xs {
    margin-bottom: 20px !important;
  }
  .u-mb-s {
    margin-bottom: 26px !important;
  }
  .u-mb-m {
    margin-bottom: 32px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 48px !important;
  }
  .u-mb-xxl {
    margin-bottom: 56px !important;
  }
  .u-mb-xxxl {
    margin-bottom: 72px !important;
  }
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

/* padding
----------------------------------------------------------- */
.u-p-0 {
  padding: 0 !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0;
}

/* flex
-------------------------------------------------- */
.u-d-f {
  display: -webkit-box !important;
  display: flex !important;
}

.u-fxd-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.u-fxd-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.u-fxd-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.u-fxd-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}

.u-fxw-w {
  flex-wrap: wrap !important;
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.u-jc-fs {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.u-jc-fe {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.u-jc-c {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.u-jc-sb {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-ai-fs {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.u-ai-fe {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.u-ai-c {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.u-ai-b {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.u-ai-s {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.u-ac-fs {
  align-content: flex-start !important;
}

.u-ac-fe {
  align-content: flex-end !important;
}

.u-ac-c {
  align-content: center !important;
}

.u-ac-sb {
  align-content: space-between !important;
}

.u-ac-sa {
  align-content: space-around !important;
}

.u-ac-s {
  align-content: stretch !important;
}

.u-fx-n {
  -webkit-box-flex: 0 !important;
          flex: none !important;
}

.u-as-a {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.u-as-fs {
  align-self: flex-start !important;
}

.u-as-fe {
  align-self: flex-end !important;
}

.u-as-c {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-as-b {
  align-self: baseline !important;
}

.u-as-s {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (max-width: 767px) {
  .u-sp-fxd-r {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .u-sp-fxd-rr {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .u-sp-fxd-c {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .u-sp-fxd-cr {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .u-sp-fxw-n {
    flex-wrap: nowrap !important;
  }
  .u-sp-fxw-w {
    flex-wrap: wrap !important;
  }
  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }
  .u-sp-jc-fs {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .u-sp-jc-fe {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .u-sp-jc-c {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .u-sp-jc-sb {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .u-sp-jc-sa {
    justify-content: space-around !important;
  }
  .u-sp-ai-fs {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .u-sp-ai-fe {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .u-sp-ai-c {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .u-sp-ai-b {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .u-sp-ai-s {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .u-sp-ac-fs {
    align-content: flex-start !important;
  }
  .u-sp-ac-fe {
    align-content: flex-end !important;
  }
  .u-sp-ac-c {
    align-content: center !important;
  }
  .u-sp-ac-sb {
    align-content: space-between !important;
  }
  .u-sp-ac-sa {
    align-content: space-around !important;
  }
  .u-sp-ac-s {
    align-content: stretch !important;
  }
  .u-sp-fx-n {
    -webkit-box-flex: 0 !important;
            flex: none !important;
  }
  .u-sp-as-a {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .u-sp-as-fs {
    align-self: flex-start !important;
  }
  .u-sp-as-fe {
    align-self: flex-end !important;
  }
  .u-sp-as-c {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .u-sp-as-b {
    align-self: baseline !important;
  }
  .u-sp-as-s {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

/* 画像保護
-------------------------------------------------- */
.u-transparency {
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
  position: absolute;
}

/* Oldsite import ------------ */
.press-article {
  /*others.css*/
  /* [text block & img block] left right */
  /*table.css*/
  /* 9. Table 130128追加
========================================== */
  /* 10.download Table
========================================== */
  /*list.css*/
  /* 1-12.Get Windows Media Player
	---------------------------------------- */
  /* IE6 Only */
  /* IE7 Only */
  /*form.css*/
  /*formpage.css*/
}

.press-article .txt-block {
  width: 370px;
  float: left;
  display: inline;
}

.press-article .img-block {
  width: 160px;
  float: left;
  display: inline;
}

.press-article .mr-15 {
  margin-right: 15px !important;
}

.press-article .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.press-article .cf {
  min-height: 1px;
  height: 1px;
}

.press-article .bgno {
  background: none !important;
}

.press-article .Checkbox {
  border: 1px solid #dddddd;
}

.press-article .Checkbox th {
  background-color: #e6e6e6;
  border-bottom: 1px solid #dddddd;
}

.press-article .Checkbox td {
  padding: 0 6px;
  border-bottom: 1px solid #dddddd;
}

.press-article #cl_sub_content ul.get-mediaplayer {
  width: 600px;
  margin: 15px auto;
  padding: 0 10px;
  border: 1px solid #EDEDED;
}

.press-article #cl_sub_content ul.get-mediaplayer li {
  display: table;
  margin: 0;
  /* Reset */
  padding: 10px 0;
  background: url(../../img/common/border_dotted_gray_01.gif) repeat-x;
}

.press-article #cl_sub_content ul.get-mediaplayer li.first {
  background: none;
}

.press-article #cl_sub_content ul.get-mediaplayer li p {
  display: table-cell;
  margin: 0;
  /* Reset */
  padding-right: 10px;
  vertical-align: middle;
  font-size: 90%;
  line-height: 1.5;
}

.press-article #cl_sub_content ul.get-mediaplayer li p a {
  padding-bottom: 1px;
  /* for Underline */
}

.press-article #cl_sub_content ul.get-mediaplayer li p.text {
  padding: 0;
  width: 480px;
}

.press-article * html #cl_sub_content ul.get-mediaplayer li p {
  display: inline;
  zoom: 1;
}

.press-article *:first-child + html #cl_sub_content ul.get-mediaplayer li p {
  display: inline;
  zoom: 1;
}

.press-article .txt-block {
  width: calc(100% - 180px);
  float: left;
  display: inline;
}

.press-article .img-block {
  width: 160px;
  float: left;
  display: inline;
}

.press-article .mr-15 {
  margin-right: 15px !important;
}

.press-article .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.press-article .layout1 {
  margin-bottom: 30px;
}

.press-article .cf,
.press-article ul,
.press-article ol,
.press-article table {
  margin: 30px 0;
}

.press-article p,
.press-article p:last-child {
  margin: 0 0 1.2em;
}

.press-article__footer a + p {
  margin-top: 1.2em;
}

.press-article__footer > div:first-child:not(.c-box) {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .press-article__footer > div:first-child:not(.c-box) {
    margin-bottom: 40px;
  }
}

.press-article__footer > div:first-child:not(.c-box) p {
  margin-bottom: 30px;
}

@media print {
  .l-header {
    display: none;
  }
  .l-footer {
    display: none;
  }
}

/*# sourceMappingURL=maps/common.css.map */
