@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300";
main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

main ul li, main ul a {
  box-sizing: border-box;
}


/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */


/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */


/* Base
   ========================================================================== */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */
}


/**
 * Remove default margin.
 */

body {
  margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline
  /* 2 */
}


/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
  display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
  outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
  font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0
  /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
  text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer
  /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
  cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}


/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0
  /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box
  /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0
  /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}


/* グローバル変数 */


/* @media queries */


/*
@mixin lowdpi {
  @media only screen and (max-resolution: 219dpi){
    @content;
  }
}
*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  .low-dpi {
    display: none !important;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  .hi-dpi {
    display: none !important;
  }
}


/* カスタム　レスポンシブ　グリッド */

main, section, article, div {
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
}

main img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 801px) {
  main .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 799px) {
  main .pc-only {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  main .xs-plus {
    display: none;
  }
}

@media only screen and (min-width: 340px) {
  main .xxs-only {
    display: none;
  }
}

main .fluid-container {
  width: 100%;
}

main .container {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 801px) {
  main .container {
    width: 980px;
  }
}

main .row {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

main .col, main .col-xxs-12, main .col-xxs-11, main .col-xxs-10, main .col-xxs-9, main .col-xxs-8, main .col-xxs-7, main .col-xxs-6, main .col-xxs-5, main .col-xxs-4, main .col-xxs-3, main .col-xxs-2, main .col-xxs-1, main .col-xs-12, main .col-xs-11, main .col-xs-10, main .col-xs-9, main .col-xs-8, main .col-xs-7, main .col-xs-6, main .col-xs-5, main .col-xs-4, main .col-xs-3, main .col-xs-2, main .col-xs-1, main .col-md-12, main .col-md-11, main .col-md-10, main .col-md-9, main .col-md-8, main .col-md-7, main .col-md-6, main .col-md-5, main .col-md-4, main .col-md-3, main .col-md-2, main .col-md-1 {
  box-sizing: border-box;
  width: 100%;
  float: left;
}


/* Column sizes for smallest supported screens (320px), no breakpoints */

main .col-xxs-11 {
  width: 91.667%;
}

main .col-xxs-10 {
  width: 83.333%;
}

main .col-xxs-9 {
  width: 75%;
}

main .col-xxs-8 {
  width: 66.667%;
}

main .col-xxs-7 {
  width: 58.333%;
}

main .col-xxs-6 {
  width: 50%;
}

main .col-xxs-5 {
  width: 41.667%;
}

main .col-xxs-4 {
  width: 33.33%;
}

main .col-xxs-3 {
  width: 25%;
}

main .col-xxs-2 {
  width: 16.667%;
}

main .col-xxs-1 {
  width: 8.333%;
}


/* Column sizes for extra small (480px) breakpoint */

@media only screen and (min-width: 480px) {
  main .col-xs-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 480px) {
  main .col-xs-1 {
    width: 8.333%;
  }
}


/* Column sizes for medium (992px) breakpoint */

@media only screen and (min-width: 801px) {
  main .col-md-11 {
    width: 91.667%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-10 {
    width: 83.333%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-9 {
    width: 75%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-8 {
    width: 66.667%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-7 {
    width: 58.333%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-5 {
    width: 41.667%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-4 {
    width: 33.33%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-3 {
    width: 25%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-2 {
    width: 16.667%;
  }
}

@media only screen and (min-width: 801px) {
  main .col-md-1 {
    width: 8.333%;
  }
}


/* Default text style */

body main {
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  color: #333333;
  text-shadow: none;
}


/* Default paragraph styling */

main p {
  font-size: 1em;
  letter-spacing: 0;
  color: inherit;
}

main p.strong {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.8;
}

main span.en, main p.en, main span.num, main p.num {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

main h2 {
  margin: 0.75em 0;
  font-size: 1.875em;
  color: #1b8aad;
  font-weight: 700;
  text-align: center;
}

main h3.birule {
  margin: 1.5em 0;
  font-size: 1.25em;
  color: #1b8aad;
  border-bottom: 3px solid #eaebee;
}

main h3.birule span {
  display: inline-block;
  position: relative;
  bottom: -3px;
  padding: 0.4em 0.5em;
  min-width: 9em;
  line-height: 1;
  font-weight: bold;
  border-bottom: 3px solid #1b8aad;
}

main .txtHidden {
  /* Hides text for screen readers when using images as headers*/
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


/* 一般リンクスタイル */

main a {
  color: #0A6EA0;
  text-decoration: none;
}

main a:hover {
  color: #14283C;
}

main a:visited {
  color: #6A4F9E;
}

main nav.breadcrumb {
  background: #fff;
  text-align: left;
  padding: 0.5em 0.25em;
  overflow: hidden;
}

main nav.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

main nav.breadcrumb ul li {
  display: inline-block;
  font-size: 0.75em;
  margin-right: 1em;
  line-height: 100%;
}

main nav.breadcrumb ul li:not(:last-child) a:after {
  content: ' >';
}

@media only screen and (min-width: 801px) {
  main nav.breadcrumb {
    padding: 0.8125em 0.25em;
  }
  main nav.breadcrumb ul li {
    font-size: 0.8125em;
  }
}

main nav.inpageNav {
  background: #eee;
  border-top: 1px solid #FFFFFF;
}

main nav.inpageNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

main nav.inpageNav ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

main nav.inpageNav ul a {
  display: block;
  padding: 1em 0;
  color: inherit;
  height: 100%;
  align-content: center;
  -webkit-transition: background 300ms ease-out;
  transition: background 300ms ease-out;
}

main nav.inpageNav ul a.active {
  color: #FFFFFF;
}

main nav.inpageNav ul a.active span:before {
  border-color: #FFFFFF;
}

main nav.inpageNav ul a:hover {
  background: #ccc;
}

main nav.inpageNav ul span {
  display: block;
  padding-left: 2em;
  font-weight: 700;
  line-height: 2;
}

main nav.inpageNav ul span:before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  -webkit-transform: rotate(-45deg) translateY(-0.3em);
  -ms-transform: rotate(-45deg) translateY(-0.3em);
  transform: rotate(-45deg) translateY(-0.3em);
  border-color: #333333;
  border-left: 2px solid;
  border-bottom: 2px solid;
}

@media only screen and (min-width: 801px) {
  main nav.inpageNav ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 801px) {
  main nav.inpageNav ul li {
    width: auto;
  }
  main nav.inpageNav ul span {
    padding-left: 0;
    text-align: center;
  }
  main nav.inpageNav li:not(:last-child) a:not(.active) span {
    border-right: 1px solid #cfd2d3;
  }
}

main nav.pcNav a:visited, main nav.pcNav a:hover, main nav.spNav a:visited, main nav.spNav a:hover, main header a:visited, main header a:hover {
  color: #fff;
}

main footer .footer__top {
  text-align: left;
}

main footer .footer__top a:visited, main footer .footer__top a:hover {
  color: #fff;
}

main {
  position: relative;
  z-index: 11;
}

main .mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  height: 200px;
  position: relative;
  text-align: center;
}

main .mv h1 {
  padding: 0 .5em;
  font-size: 1.875em;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: .05em;
  line-height: 1.6;
}

main .mv h1 img {
  display: block;
  max-width: 102px;
  margin: 0 auto 0.25em;
}

@media only screen and (min-width: 801px) {
  main .mv {
    height: 200px;
  }
}

main section {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 0.875em;
}

@media only screen and (min-width: 801px) {
  main section {
    font-size: 1em;
    padding-left: 0;
    padding-right: 0;
  }
}

main section.boxlinks {
  padding: 1em 0.5em;
  background: #b9dbec !important;
}

main section.boxlinks ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 0.875em;
}

main section.boxlinks li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 0.5em 1em;
}

main section.boxlinks li:nth-child(3) {
  margin-bottom: 0;
}

main section.boxlinks li:nth-child(1) .text {
  background: #2996b1;
}

main section.boxlinks li:nth-child(1) .text:after {
  background: #2996b1;
}

main section.boxlinks li:nth-child(2) .text {
  background: #1e96bd;
  line-height: 1.2;
  padding: 1.58em 1em;
}

main section.boxlinks li:nth-child(2) .text:after {
  background: #1e96bd;
}

main section.boxlinks li:nth-child(3) .text {
  background: #2791c2;
}

main section.boxlinks li:nth-child(3) .text:after {
  background: #2791c2;
}

main section.boxlinks a {
  display: block;
  width: 100%;
}

main section.boxlinks a:hover .text, main section.boxlinks a:hover .image {
  opacity: 0.7;
}

main section.boxlinks .text, main section.boxlinks .image {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

main section.boxlinks .text {
  position: relative;
  padding: 2em 1em;
  z-index: 2;
}

main section.boxlinks .text img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
}

main section.boxlinks .text h2 {
  margin: 0.5em 0;
  text-align: center;
  font-size: 1.375em;
  font-weight: 700;
  color: #FFFFFF;
}

main section.boxlinks .image {
  display: none;
}

main section.boxlinks .image img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

@media only screen and (min-width: 801px) {
  main section.boxlinks {
    padding: 2.5em 0;
  }
  main section.boxlinks ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main section.boxlinks li {
    width: calc(33.333% - 2em);
    margin: 0;
  }
  main section.boxlinks .text:after {
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 10px);
    content: '';
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
  }
  main section.boxlinks .image {
    display: block;
  }
}

body.individualTop main .mv {
  background-image: url(../img/individualTop/mv.png);
  background-size: cover;
  height: 200px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  body.individualTop main .mv {
    background-image: url(../img/individualTop/mv.png);
  }
}

@media only screen and (min-width: 480px) {
  body.individualTop main .mv {
    height: 300px;
  }
}

@media only screen and (min-width: 801px) {
  body.individualTop main .mv {
    height: 450px;
  }
}

body.individualTop main section.boxlinks ul {
  font-size: 1em;
}

body.individualTop main section.boxlinks .text {
}

body.individualTop main section.boxlinks .text h2 {
}

body.individualTop main section.boxlinks .image {
  background: #FFFFFF;
  padding: 1em 0;
}

@media only screen and (min-width: 801px) {
  body.individualTop main section.boxlinks {
    padding: 1.5em 0;
  }
  body.individualTop main section.boxlinks li {
    width: calc(33.333% - 1em);
  }
}

body.nssol main .mv {
  background-image: url(../img/nssol/mv.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  body.nssol main .mv {
    background-image: none;
    background: #2996b1;
  }
}

body.nssol main .mv h1 {
  font-size: 1.5em;
}

@media only screen and (min-width: 480px) {
  body.nssol main .mv h1 {
    font-size: 1.875em;
  }
}

body.nssol main nav.inpageNav a.active {
  background: #2996b1;
}

body.nssol main nav.inpageNav span {
  padding-left: 1em;
  line-height: 1.6;
}

body.nssol main nav.inpageNav li {
  width: 50%;
  border-bottom: 1px solid #FFFFFF;
}

body.nssol main nav.inpageNav li:nth-child(odd) {
  border-right: 1px solid #FFFFFF;
}

@media only screen and (min-width: 801px) {
  body.nssol main nav.inpageNav span {
    padding-left: 0;
  }
  body.nssol main nav.inpageNav li {
    width: calc(100% / 6);
    border: none !important;
  }
}

body.nssol main section:nth-of-type(odd) {
  background: #FFFFFF;
}

body.nssol main section:nth-of-type(even) {
  background: #edf7fa;
}

body.nssol main section {
  padding: 2.5em 1em 2em;
}

body.nssol main section h2 {
  margin: 1.8em 0 1em;
  text-align: left;
  font-size: 1em;
  font-weight: 700;
  color: #22849b;
}

@media only screen and (min-width: 801px) {
  body.nssol main section h2 {
    margin: 0 0 1em;
  }
}

body.nssol main section h2 span {
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  border: 1px solid #22849b;
}

body.nssol main section:not(.l-lnav) h3 {
  margin: 0 0 0.75em;
  text-align: center;
  font-size: 1.88em;
  font-weight: bold;
  line-height: 1.3;
  color: #22849b;
}


body.nssol main section.l-lnav,
body.growth main section.l-lnav {
  padding: 72px 16px;
  background: #fff;
}

body.nssol main section.l-future {
  padding: 0 16px;
  background: url(/assets/img/common/bg_future_block.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  body.nssol main section.l-future,
  body.nssol main section.l-lnav {
    padding: 32px 16px;
  }
}

/* SP見出し開業用 */

@media only screen and (max-width: 799px) {
  body.nssol main section:not(.l-lnav) h3 {
    margin: 0 0 0.75em;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 0.0625em;
    color: #22849b;
  }
  body.nssol main section:not(.l-lnav) h3 span {
    letter-spacing: -0.05em;
    display: block;
  }
  main h2 {
    font-size: 1.5em;
    letter-spacing: 0.06em;
    color: #1b8aad;
    font-weight: 700;
    text-align: center;
  }
}

body.nssol main section p,
body.growth main section p {
  margin: 0 0 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.8;
}

body.nssol main section .feature {
  padding-top: 1em;
}

body.nssol main section .feature img {
  width: 100%;
}

body.nssol main section .blockCaption {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.25em 0.4em;
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  background: #2996b1;
}

@media only screen and (min-width: 801px) {
  body.nssol main section {
    padding: 5em 0 4.5em;
  }
}

body.nssol main section#profile .video {
  text-align: center;
}

body.nssol main section#history #timeline {
  width: 100%;
}

body.nssol main section#history #timeline img {
  position: relative;
}

body.nssol main section#history #timeline .slider {
  position: relative;
  visibility: hidden;
}

body.nssol main section#history #timeline .slider.slick-initialized {
  visibility: visible;
}

body.nssol main section#history #timeline .slider .slick-disabled {
  display: none !important;
}

body.nssol main section#history #timeline .slider .slick-arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1.5em;
  height: 1.5em;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 801px) {
  body.nssol main section#history #timeline .slider .slick-arrow {
    width: 2em;
    height: 2em;
  }
}

body.nssol main section#history #timeline .slider .slick-prev {
  left: 1px;
  background-image: url(/en/ir/individual/img/nssol/slider-arrow-rev.png);
}

@media only screen and (min-width: 801px) {
  body.nssol main section#history #timeline .slider .slick-prev {
    left: 1em;
  }
}

body.nssol main section#history #timeline .slider .slick-next {
  right: 1px;
  background-image: url(/en/ir/individual/img/nssol/slider-arrow.png);
}

@media only screen and (min-width: 801px) {
  body.nssol main section#history #timeline .slider .slick-next {
    right: 1em;
  }
}

body.nssol main section#results p {
  text-align: center;
}

body.nssol main section#results ul.graphs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.nssol main section#results ul.graphs li {
  display: inline-block;
  margin-bottom: 1em;
  width: 100%;
}

@media only screen and (min-width: 801px) {
  body.nssol main section#results ul.graphs li {
    max-width: 50%;
    width: 50%;
  }
  body.nssol main section#results ul.graphs li.fullwidth {
    width: 100%;
    max-width: 100%;
  }
}

body.nssol main section#results figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 0 0;
  /*  padding: 1em;*/
  text-align: center;
}

body.nssol main section#strength {
  padding-bottom: 1em;
}

body.nssol main section#strength .row {
  margin-bottom: 1em;
  padding: 1em 0;
}

body.nssol main section#strength .row .col-md-6 {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body.nssol main section#strength .row .col-md-6 p {
  max-width: 100%;
}

@media only screen and (min-width: 801px) {
  body.nssol main section#strength .row .col-md-6:first-child {
    padding-right: 0.5em;
  }
  body.nssol main section#strength .row .col-md-6:last-child {
    padding-left: 0.5em;
  }
}

body.merit main .mv {
  background-image: url(../img/merit/mv.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  body.merit main .mv {
    background-image: none;
    background: #1e96bd;
  }
}

body.merit main nav.inpageNav a.active {
  background: #1e96bd;
}

@media only screen and (min-width: 801px) {
  body.merit main nav.inpageNav li {
    width: calc(100% / 3);
  }
}

body.merit main section#dividends {
  padding: 3em 1em 1em;
}

@media only screen and (min-width: 801px) {
  body.merit main section#dividends {
    padding: 3em 0 1em;
  }
}

body.merit main section#dividends p {
  letter-spacing: 0.0625em;
  line-height: 1.8;
}

body.merit main section#dividends p.introduction {
  text-align: center;
  font-size: 1.125em;
}

body.merit main section#dividends figure {
  margin: 2em 0 3em;
  padding: 0;
}

body.merit main section#dividends figcaption {
  max-width: 795px;
  margin: 0 0 0 auto;
  font-size: 0.875em;
}

body.merit main section#dividends img {
  display: block;
  margin: 0 auto;
}

body.merit main section#dividends .overview img {
  margin: 2em auto 1em;
}

body.merit main section#perks {
  padding: 3em 1em 2em;
  background: #edf7fa;
}

body.merit main section#perks table.simple {
  width: 100%;
  margin-bottom: 1em;
}

body.merit main section#perks table.simple tr {
  border-top: 1px solid #d1d5da;
}

body.merit main section#perks table.simple tr:last-child {
  border-bottom: 1px solid #d1d5da;
}

body.merit main section#perks table.simple th, body.merit main section#perks table.simple td {
  display: block;
  padding: 1em;
  line-height: 1.5;
}

body.merit main section#perks table.simple th {
  text-align: left;
  font-weight: 700;
  background: #e3e6ea;
}

@media only screen and (min-width: 801px) {
  body.merit main section#perks table.simple th, body.merit main section#perks table.simple td {
    display: table-cell;
  }
  body.merit main section#perks table.simple th {
    width: 30%;
  }
}

body.merit main section#perks .disclaimer {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 0.875em;
  line-height: 1.5;
}

@media only screen and (min-width: 801px) {
  body.merit main section#perks {
    padding: 3em 0;
  }
}

body.merit main section#news {
  padding: 3em 1em 1em;
}

@media only screen and (min-width: 801px) {
  body.merit main section#news {
    padding: 3em 0;
  }
}

body.merit main section#news p {
  letter-spacing: 0.0625em;
  line-height: 1.8;
}

body.merit main section#news p.introduction {
  text-align: center;
  font-size: 1.125em;
}

body.merit main section#news .reports {
  margin: 3em 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 801px) {
  body.merit main section#news .reports {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

body.merit main section#news .reports .item {
  display: block;
  max-width: 100%;
}

body.merit main section#news .reports a:hover .tile {
  border-color: #198aac;
}

@media only screen and (min-width: 801px) {
  body.merit main section#news .reports .item {
    width: 45%;
  }
}

body.merit main section#news .reports .tile {
  padding: 2.4em;
  background: #FFFFFF;
  border: 2px solid #e6e6e6;
  -webkit-transition: border 300ms ease-out;
  transition: border 300ms ease-out;
}

body.merit main section#news .reports .tile img {
  -webkit-backface-visibility: visible;
  border: 1px solid #e6e6e6;
}

body.merit main section#news .reports p {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: -0.5em;
  text-align: center;
  font-weight: 700;
  color: #198aac;
}

body.merit main section#news .reports p span {
  font-size: 1.25em;
}

body.merit main section#evaluation {
  padding: 3em 1em 1em;
  background: #edf7fa;
}

@media only screen and (min-width: 801px) {
  body.merit main section#evaluation {
    padding: 3em 0 1em;
  }
}

body.merit main section#evaluation ul.ttl {
  position: relative;
}

body.merit main section#evaluation ul.ttl li {
  display: inline-block;
  margin-right: 15px;
}

body.merit main section#evaluation ul.ttl li:nth-child(2) {
  position: absolute;
  margin-right: 0;
  top: 40%;
  font-weight: bold;
  font-size: 1.125em;
}

body.merit main section#evaluation ul.ttl li:nth-child(2) span {
  margin-left: 20px;
}

body.merit main section#evaluation ul.description {
  padding: 25px 0 20px;
}
body.merit main section#evaluation ul.description + ul.description {
  padding-top: 0;
}

body.merit main section#evaluation ul.description li {
  display: table-cell;
  vertical-align: middle;
}

body.merit main section#evaluation ul.description li:nth-child(2) {
  margin-top: 0;
}

body.merit main section#evaluation ul.description li span {
  display: inline-block;
  margin-right: 15px;
  padding: 0.5em;
  width: 10em;
  line-height: 1;
  text-align: center;
  border: 1px solid #22849b;
  font-weight: bold;
  color: #22849b;
}
body.merit main section#evaluation ul.description + ul.ttl {
  margin-top: 30px;
}

@media only screen and (max-width: 799px) {
  body.merit main section#evaluation ul.ttl {
    position: static;
  }
}

@media only screen and (max-width: 799px) {
  body.merit main section#evaluation ul.ttl li {
    display: block;
  }
}

@media only screen and (max-width: 799px) {
  body.merit main section#evaluation ul.ttl li:nth-child(2) {
    position: static;
    top: 0;
    right: 0;
    padding-top: 5%
  }
}

@media only screen and (max-width: 799px) {
  body.merit main section#evaluation ul.ttl li:nth-child(2) span {
    display: block;
    margin-left: 0;
  }
}

@media only screen and (max-width: 799px) {
  body.merit main section#evaluation ul.description li {
    display: block;
  }
}

@media only screen and (max-width: 799px) {
  body.merit main section#evaluation ul.description li:nth-child(2) {
    width: auto;
    margin-top: 5%;
  }
}

body.growth main .mv {
  background-image: url(../img/growth/mv.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  body.growth main .mv {
    background-image: none;
    background: #2791c2;
  }
}

body.growth main nav.inpageNav a.active {
  background: #3294c4;
}

body.growth main section {
  padding: 3em 1em 4em;
}

body.growth main section:nth-of-type(odd) {
  background: #FFFFFF;
}

body.growth main section:nth-of-type(even) {
  background: #edf7fa;
}

body.growth main section.l-future {
  padding: 24px 16px 32px;
  height: auto;
  background: url(/assets/img/common/bg_future_block.png) no-repeat center/cover;
}


body.growth main section .storyItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.growth main section .platformerItem,
body.growth main section .strengtheningItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.growth main section .platformerArrow {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 70px 0 70px;
  border-color: #ead57f transparent transparent transparent;
}

@media only screen and (min-width: 801px) {
  body.growth main section .platformerArrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 0 75px 50px;
    border-color: transparent transparent transparent #ead57f;
  }
}

body.growth main section .plus {
  display: inline-block;
  position: relative;
}
body.growth main section .plus:before, .plus:after {
  display: block;
  content: '';
  background-color: #666;
  position: absolute;
  width: 35px;
  height: 5px;
  top: -5px;
  left: -20px;
}
body.growth main section .plus:before {
  width: 5px;
  height: 35px;
  top: -20px;
  left: -5px;
}

body.growth main section .strengtheningArrow {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 70px 0 70px;
  border-color: #ead57f transparent transparent transparent;
}

body.growth main section .c-table#workeverywhere tbody th {
    width: auto;
}


/*# sourceMappingURL=style.css.map */


/* overwrite styles 2020-02-20 */

.l-breadcrumb,
.l-lnav,
.l-future {
  font-family: "Noto Sans JP",sans-serif;
  font-weight: 400;
}

.l-breadcrumb a:visited,
.l-lnav a:visited,
.l-future a:visited {
  color: inherit;
}
