@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 400;
  src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf") format("opentype"), url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 500;
  src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf") format("opentype"), url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"); }
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 700;
  src: url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format("opentype"), url("/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"); }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**/
html, body {
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

@media print {
  body {
    -webkit-print-color-adjust: exact; } }
/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  touch-callout: none;
  user-select: none; }

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

* {
  box-sizing: border-box; }

a {
  outline: none;
  text-decoration: none;
  color: #0042ff; }

html.body {
  font-family: "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif; }

/*-----------------------
wrapper
------------------------*/
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 86px;
  font-family: "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  letter-spacing: 0.05em; }
  .wrapper img {
    width: 100%; }
  .wrapper a {
    color: #000; }

/*-----------------------
header
------------------------*/
.hdBlock {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 10000; }
  .hdBlock__inner {
    position: relative;
    max-width: 1210px;
    padding: 20px 0 20px 20px;
    margin: 0 auto; }
  .hdBlock__logo {
    width: 193px; }

.navPC {
  display: block;
  position: absolute;
  top: calc( 50% + 5px );
  right: 0;
  width: 384px;
  transform: translateY(-50%); }
  .navPC .hdBlock__listBox {
    width: 100%;
    zoom: 1; }
    .navPC .hdBlock__listBox:before, .navPC .hdBlock__listBox:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .navPC .hdBlock__listBox:after {
      clear: both; }
    .navPC .hdBlock__listBox li {
      float: left;
      margin-right: 60px;
      overflow: hidden; }
      .navPC .hdBlock__listBox li:last-child {
        margin-right: 0; }
      .navPC .hdBlock__listBox li .link {
        display: inline-block;
        padding-bottom: 10px;
        color: #000;
        letter-spacing: 0.03em; }
        .navPC .hdBlock__listBox li .link:after {
          content: '';
          display: inline-block;
          background-color: #0e0d69;
          position: absolute;
          left: -200%;
          bottom: 0;
          width: 200%;
          height: 3px; }
        .navPC .hdBlock__listBox li .link.soon {
          pointer-events: none;
          color: #7f7f7f; }
        .navPC .hdBlock__listBox li .link.is-active {
          color: #0e0d69; }
          .navPC .hdBlock__listBox li .link.is-active:after {
            left: 0; }

.navSP {
  display: none; }

/*-----------------------
footer
------------------------*/
.ftBlock {
  position: relative;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  padding: 80px 0; }
  .ftBlock__inner {
    width: 1000px;
    margin: 0 auto;
    zoom: 1; }
    .ftBlock__inner:before, .ftBlock__inner:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .ftBlock__inner:after {
      clear: both; }
  .ftBlock__left {
    float: left;
    width: 50%; }
    .ftBlock__left--logo {
      width: 38.8%;
      margin-bottom: 40px; }
    .ftBlock__left--listBox {
      zoom: 1; }
      .ftBlock__left--listBox:before, .ftBlock__left--listBox:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: '\0020'; }
      .ftBlock__left--listBox:after {
        clear: both; }
      .ftBlock__left--listBox li {
        float: left;
        margin-right: 4%; }
        .ftBlock__left--listBox li .link {
          position: relative;
          font-size: 12px;
          font-size: 1.2rem; }
          .ftBlock__left--listBox li .link:after {
            content: '';
            display: inline-block;
            background: url(../img/common/blank_icon_bl.png) no-repeat center center;
            background-size: 100%;
            width: 12px;
            height: 10px;
            margin-left: 4px; }
  .ftBlock__right {
    float: right;
    width: 50%;
    text-align: right; }
    .ftBlock__right--listBox {
      margin-bottom: 60px; }
      .ftBlock__right--listBox li {
        display: inline-block;
        margin-right: 6%;
        overflow: hidden; }
        .ftBlock__right--listBox li:last-child {
          margin-right: 0; }
        .ftBlock__right--listBox li .link {
          position: relative;
          display: inline-block;
          padding-bottom: 10px;
          font-size: 16px;
          font-size: 1.6rem; }
          .ftBlock__right--listBox li .link:after {
            content: '';
            display: inline-block;
            background-color: #000;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px; }
          .ftBlock__right--listBox li .link.soon {
            pointer-events: none;
            color: #7f7f7f; }
            .ftBlock__right--listBox li .link.soon:after {
              content: none; }
    .ftBlock__right--copy {
      display: inline-block;
      text-align: right;
      font-size: 12px;
      font-size: 1.2rem; }

.pagetop {
  position: absolute;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  right: 30px;
  bottom: 311px;
  background-color: #404040;
  width: 57px;
  height: 57px; }
  .pagetop:before {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 27px;
    left: 16px;
    width: 15px;
    height: 2px;
    transform: rotate(-45deg); }
  .pagetop:after {
    content: '';
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 27px;
    right: 16px;
    width: 15px;
    height: 2px;
    transform: rotate(45deg); }

/*-----------------------
under base
------------------------*/
.intro {
  width: 100%;
  background: #0e0d69 url(/img/common/under_top.png) no-repeat center right;
  background-size: 1280px;
  height: 150px;
  padding: 60px 0; }
  .intro.typeB {
    padding: 48px 0; }
  .intro__inner {
    width: 1000px;
    margin: 0 auto; }
  .intro__title {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.07em; }
    .intro__title span {
      display: block;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      margin-bottom: 10px; }

/*-----------------------
デバイス毎
------------------------*/
.forPC {
  display: inherit !important; }

.forSP {
  display: none !important; }

/*-----------------------
variable
------------------------*/
/*-----------------------
topBlock
------------------------*/
.topBlock {
  width: 100%;
  position: relative;
  line-height: 1; }

.mainVis {
  position: relative;
  background-color: #f5f5f5;
  width: 100%; }
  .mainVis__title {
    position: absolute;
    top: calc( 50% + 10px );
    left: 15.625%;
    transform: translateY(-50%);
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.07em; }

.news {
  background-color: #e9e9e9;
  width: 100%;
  padding: 37px 0; }
  .news__inner {
    position: relative;
    width: 1000px;
    margin: 0 auto; }
  .news__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    margin-right: 11.5%; }
  .news__acl {
    width: 100%;
    padding-left: 18%;
    font-size: 14px;
    font-size: 1.4rem; }
    .news__acl dl {
      position: relative;
      margin-bottom: 13px;
      line-height: 1.6; }
      .news__acl dl:last-child {
        margin-bottom: 0; }
      .news__acl dl dt {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px; }
      .news__acl dl dd {
        width: calc( 100% - 135px );
        margin-left: 135px; }

.info {
  width: 100%; }
  .info__listBox {
    width: 1000px;
    margin: 0 auto;
    padding: 83px 0 80px;
    zoom: 1; }
    .info__listBox:before, .info__listBox:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .info__listBox:after {
      clear: both; }
    .info__listBox li {
      float: left;
      position: relative;
      width: 32%;
      padding-top: 17px;
      margin-right: 1.8%;
      overflow: hidden; }
      .info__listBox li:last-child {
        margin-right: 0; }
      .info__listBox li figcaption {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0e0d69;
        padding: 6px 20px 8px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff; }
      .info__listBox li .link {
        display: block;
        position: relative;
        padding: 20px 25px 20px 0;
        font-size: 15px;
        font-size: 1.5rem; }
        .info__listBox li .link.blank:after {
          content: '';
          display: inline-block;
          background: url(../img/common/blank_icon_bl.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          right: 0;
          width: 18px;
          height: 14px;
          transform: translateY(-50%); }
  .info.col3 .info__listBox li {
    width: 32%; }
    .info.col3 .info__listBox li a {
      border-bottom: 1px solid #e8e8e8; }
  .info.col4 {
    background-color: #f0f0f0; }
  .info.col4 .info__listBox li {
    width: 23.4%; }
    .info.col4 .info__listBox li a {
      border-bottom: 1px solid #dadada; }

.group {
  background-color: #0e0d69;
  padding: 60px 0; }
  .group__inner {
    width: 1000px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .group__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px; }
  .group__text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 45px; }
  .group__link {
    font-size: 20px;
    font-size: 2rem; }
    .group__link a {
      position: relative;
      display: inline-block;
      width: 47%;
      border: 5px solid #fff;
      padding: 38px 0;
      color: #fff; }
      .group__link a:after {
        content: '';
        display: inline-block;
        background: url(../img/common/blank_icon_wh.png) no-repeat center center;
        background-size: 100%;
        width: 18px;
        height: 14px;
        margin-left: 10px; }

.under {
  width: 100%;
  padding: 60px 0; }
  .under__listBox {
    width: 1000px;
    margin: 0 auto;
    zoom: 1; }
    .under__listBox:before, .under__listBox:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .under__listBox:after {
      clear: both; }
    .under__listBox li {
      float: left;
      width: 48%;
      margin-right: 4%;
      text-align: center; }
      .under__listBox li:last-child {
        margin-right: 0; }
      .under__listBox li a {
        background-color: #000;
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 40px 0;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        letter-spacing: 0.1em; }
        .under__listBox li a:after {
          content: '';
          display: inline-block;
          background: url(../img/common/arrow_icon.png) no-repeat center center;
          background-size: 100%;
          width: 14px;
          height: 11px;
          margin-left: 10px; }

.environment {
  background-color: #d9d9d9;
  width: 100%;
  padding: 60px 0;
  text-align: center; }
  .environment__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 35px; }
  .environment__listBox {
    width: 1000px;
    margin: 0 auto;
    zoom: 1; }
    .environment__listBox:before, .environment__listBox:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .environment__listBox:after {
      clear: both; }
    .environment__listBox li {
      float: left;
      width: 31.2%;
      margin-right: 3.2%; }
      .environment__listBox li:last-child {
        margin-right: 0; }
      .environment__listBox li a {
        background-color: #0e0d69;
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 30px 0;
        font-size: 20px;
        font-size: 2rem;
        color: #fff;
        letter-spacing: 0.1em; }
        .environment__listBox li a:after {
          content: '';
          display: inline-block;
          background: url(../img/common/arrow_icon.png) no-repeat center center;
          background-size: 100%;
          width: 14px;
          height: 11px;
          margin-left: 10px; }

.under_environment {
  background: #efefef;
  padding: 60px 0 62px; }
  .under_environment .under_inner {
    width: 1000px;
    margin: 0 auto; }
    .under_environment .under_inner .under_info {
      margin-bottom: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .under_environment .under_inner .under_info a {
        width: 48%;
        margin-right: 4%;
        text-align: center;
        background: #0e0d69;
        position: relative;
        display: inline-block;
        padding: 40px 0;
        font-size: 2rem;
        color: #fff;
        letter-spacing: 0.15em;
        transition: all .3s ease; }
        .under_environment .under_inner .under_info a:after {
          content: '';
          display: inline-block;
          background: url(../img/common/arrow_icon.png) no-repeat center center;
          background-size: 100%;
          width: 14px;
          height: 11px;
          margin-left: 10px; }
        .under_environment .under_inner .under_info a:hover {
          background: #6e6ea5; }
      .under_environment .under_inner .under_info p {
        font-size: 1.6rem;
        line-height: 1.6em;
        letter-spacing: 0.08em;
        flex: 1;
        -webkit-flex: 1; }
    .under_environment .under_inner ul {
      background: #b8b8ce;
      padding: 40px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .under_environment .under_inner ul li {
        width: 48%;
        text-align: center; }
        .under_environment .under_inner ul li a {
          background: #fff;
          position: relative;
          display: inline-block;
          width: 100%;
          padding: 30px 0;
          font-size: 2rem;
          color: #0e0d69;
          letter-spacing: 0.15em;
          transition: all .3s ease; }
          .under_environment .under_inner ul li a:after {
            content: '';
            display: inline-block;
            background: url(../img/common/arrow_icon_bl.png) no-repeat center center;
            background-size: 100%;
            width: 14px;
            height: 11px;
            margin-left: 10px;
            transition: all .3s ease; }
          .under_environment .under_inner ul li a:hover {
            background: #0e0d69;
            color: #fff; }
            .under_environment .under_inner ul li a:hover:after {
              background: url(../img/common/arrow_icon.png) no-repeat center center;
              background-size: 100%; }

/* PC
-------------------------------------------------- */
@media only screen and (min-width: 1001px) {
  /*-----------------------
  header
  ------------------------*/
  .navPC .hdBlock__listBox {
    width: 100%;
    zoom: 1; }
    .navPC .hdBlock__listBox:before, .navPC .hdBlock__listBox:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .navPC .hdBlock__listBox:after {
      clear: both; }
    .navPC .hdBlock__listBox li {
      float: left;
      margin-right: 60px; }
      .navPC .hdBlock__listBox li .link {
        position: relative; }
        .navPC .hdBlock__listBox li .link:after {
          transition: all .3s ease; }
        .navPC .hdBlock__listBox li .link:hover {
          color: #0e0d69; }
          .navPC .hdBlock__listBox li .link:hover:after {
            left: 0;
            transition: all .3s ease; }
        .navPC .hdBlock__listBox li .link.is-active {
          color: #0e0d69; }
          .navPC .hdBlock__listBox li .link.is-active:after {
            left: 0;
            transition: all .6s ease; }
          .navPC .hdBlock__listBox li .link.is-active:before {
            content: '';
            display: inline-block;
            background-color: #0e0d69;
            position: absolute;
            left: -800%;
            bottom: 0;
            width: 200%;
            height: 3px;
            transition: all .6s ease;
            z-index: 2; }
          .navPC .hdBlock__listBox li .link.is-active:hover:before {
            left: 0;
            transition: all .6s ease; }
          .navPC .hdBlock__listBox li .link.is-active:hover:after {
            left: 800%;
            transition: all .6s ease; }

  /*-----------------------
  footer
  ------------------------*/
  .ftBlock__left--listBox li .link {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem; }
    .ftBlock__left--listBox li .link:after {
      content: '';
      display: inline-block;
      background: url(../img/common/blank_icon_bl.png) no-repeat center center;
      background-size: 100%;
      width: 12px;
      height: 9px;
      margin-left: 4px; }
    .ftBlock__left--listBox li .link:hover {
      color: #0e0d69;
      text-decoration: underline; }
  .ftBlock__right--listBox li .link:after {
    color: #0e0d69;
    opacity: 1;
    transition: all .3s ease; }
  .ftBlock__right--listBox li .link:hover {
    color: #0e0d69; }
    .ftBlock__right--listBox li .link:hover:after {
      color: #0e0d69;
      opacity: 0;
      transition: all .3s ease; }

  .pagetop:hover {
    background-color: #0e0d69; }

  /*-----------------------
  under base
  ------------------------*/
  /*-----------------------
  variable
  ------------------------*/
  /*-----------------------
  topBlock
  ------------------------*/
  .news__acl dl a {
    display: inline-block;
    position: relative; }
    .news__acl dl a:after {
      content: '';
      display: inline-block;
      background-color: #000;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 1;
      transition: opacity .3s ease; }
    .news__acl dl a dd {
      transition: color .3s ease; }
    .news__acl dl a:hover {
      color: #0e0d69;
      transition: color .3s ease; }
      .news__acl dl a:hover:after {
        opacity: 0;
        transition: opacity .3s ease; }

  .info__listBox li a {
    position: relative;
    transition: color .3s ease; }
    .info__listBox li a:before {
      content: '';
      display: inline-block;
      background-color: #0e0d69;
      position: absolute;
      left: -200%;
      bottom: -1px;
      width: 200%;
      height: 1px; }
    .info__listBox li a:after {
      transition: all .3s ease; }
    .info__listBox li a:hover {
      color: #0e0d69;
      transition: color .3s ease; }
      .info__listBox li a:hover:before {
        left: 0;
        transition: all .6s ease; }
      .info__listBox li a:hover:after {
        background: url(../img/common/blank_icon_bl_bold.png) no-repeat center center;
        background-size: 100%;
        transition: all .3s ease; }

  .group__link a {
    transition: all .3s ease; }
    .group__link a:after {
      transition: all .3s ease; }
    .group__link a:hover {
      background-color: #fff;
      color: #0e0d69;
      transition: all .3s ease; }
      .group__link a:hover:after {
        background: url(../img/common/blank_icon_bl.png) no-repeat center center;
        background-size: 100%;
        transition: all .3s ease; }

  .under__listBox li a {
    transition: all .3s ease; }
    .under__listBox li a:after {
      transition: all .3s ease; }
    .under__listBox li a:hover {
      background-color: #0e0d69;
      transition: all .3s ease; }

  .environment__listBox li a {
    transition: all .3s ease; }
    .environment__listBox li a:after {
      transition: all .3s ease; }
    .environment__listBox li a:hover {
      background-color: #3e3d87;
      transition: all .3s ease; } }
/* タブレット
-------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  /*-----------------------
  variable
  ------------------------*/
  /*-----------------------
  wrapper
  ------------------------*/
  /*-----------------------
  header
  ------------------------*/
  .hdBlock__inner {
    width: 100%; }

  .navPC .hdBlock__listBox {
    width: 100%;
    zoom: 1; }
    .navPC .hdBlock__listBox:before, .navPC .hdBlock__listBox:after {
      display: block;
      height: 0;
      visibility: hidden;
      content: '\0020'; }
    .navPC .hdBlock__listBox:after {
      clear: both; }
    .navPC .hdBlock__listBox li {
      float: left;
      margin-right: 60px; }
      .navPC .hdBlock__listBox li .link {
        position: relative; }
        .navPC .hdBlock__listBox li .link:after {
          transition: all .3s ease; }
        .navPC .hdBlock__listBox li .link:hover {
          color: #0e0d69; }
          .navPC .hdBlock__listBox li .link:hover:after {
            left: 0;
            transition: all .3s ease; }
        .navPC .hdBlock__listBox li .link.is-active {
          color: #0e0d69; }
          .navPC .hdBlock__listBox li .link.is-active:after {
            left: 0;
            transition: all .6s ease; }
          .navPC .hdBlock__listBox li .link.is-active:before {
            content: '';
            display: inline-block;
            background-color: #0e0d69;
            position: absolute;
            left: -800%;
            bottom: 0;
            width: 200%;
            height: 3px;
            transition: all .6s ease;
            z-index: 2; }
          .navPC .hdBlock__listBox li .link.is-active:hover:before {
            left: 0;
            transition: all .6s ease; }
          .navPC .hdBlock__listBox li .link.is-active:hover:after {
            left: 800%;
            transition: all .6s ease; }

  /*-----------------------
  footer
  ------------------------*/
  .ftBlock {
    padding-left: 20px;
    padding-right: 20px; }
    .ftBlock__inner {
      width: 100%; }

  /*-----------------------
  under base
  ------------------------*/
  .intro {
    width: 100%;
    background: #0f105e url(/img/common/under_top.png) no-repeat center right;
    background-size: 758px;
    height: 150px;
    padding: 60px 0; }
    .intro__inner {
      width: 100%;
      margin: 0 auto; }
    .intro__title {
      font-size: 30px;
      font-size: 3rem;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.07em; }

  /*-----------------------
  variable
  ------------------------*/
  /*-----------------------
  topBlock
  ------------------------*/
  .news__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .news__logo {
    position: absolute;
    left: 20px; }

  .info__listBox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .group__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .under__listBox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .environment__listBox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .under_environment .under_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /*-----------------------
  variable
  ------------------------*/
  /*-----------------------
  wrapper
  ------------------------*/
  .wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 14.69%;
    overflow: hidden; }

  /*-----------------------
  header
  ------------------------*/
  .hdBlock {
    position: fixed;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500; }
    .hdBlock__inner {
      max-width: 100%;
      padding: 3.125% 15px; }
    .hdBlock__logo {
      width: 36.875%; }
    .hdBlock__btn {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      padding: 30px 30.5px; }
      .hdBlock__btn span {
        display: inline-block;
        background-color: #0e0d69;
        position: absolute;
        width: 24px;
        height: 2px; }
        .hdBlock__btn span:nth-of-type(1) {
          top: 20px;
          left: 50%;
          transform: translateX(-50%) rotate(0);
          transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
        .hdBlock__btn span:nth-of-type(2) {
          top: 26px;
          left: 50%;
          transform: translateX(-50%);
          opacity: 1;
          transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
        .hdBlock__btn span:nth-of-type(3) {
          top: 32px;
          left: 50%;
          transform: translateX(-50%) rotate(0);
          transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
      .hdBlock__btn.is-show span:nth-of-type(1) {
        top: 26px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
      .hdBlock__btn.is-show span:nth-of-type(2) {
        top: 26px;
        left: 100%;
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
      .hdBlock__btn.is-show span:nth-of-type(3) {
        top: 26px;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
        transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .hdBlock .navPC {
      display: none; }

  .navSP {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    z-index: 10; }
    .navSP__bg {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), right 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0.3s; }
    .navSP .hdBlock__hi1Box {
      position: relative;
      right: -100%;
      width: 100%;
      transition: right 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .navSP .hdBlock__hi1Box--list .hi1Link {
        display: block;
        background-color: #0e0d69;
        border-bottom: 1px solid #22218a;
        position: relative;
        padding: 18px 15px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff; }
        .navSP .hdBlock__hi1Box--list .hi1Link:after {
          content: '';
          display: inline-block;
          background: url(../img/common/sp_menu_arrow_r.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          width: 6px;
          height: 10px; }
      .navSP .hdBlock__hi1Box--list.is-under .hi1Link:after {
        background: url(../img/common/sp_menu_arrow_b.png) no-repeat center center;
        background-size: 100%;
        width: 10px;
        height: 6px;
        transform: translateY(-50%) rotate(0);
        transition: all .3s ease; }
    .navSP .hdBlock__hi2Box {
      position: relative;
      width: 100%;
      overflow: hidden;
      transition: height .6s ease; }
      .navSP .hdBlock__hi2Box--list .hi2Link {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #0e0d69;
        position: relative;
        padding: 18px 30px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #0e0d69; }
        .navSP .hdBlock__hi2Box--list .hi2Link:after {
          content: '';
          display: inline-block;
          background: url(../img/common/sp_menu_blank.png) no-repeat center center;
          background-size: 100%;
          position: absolute;
          top: 50%;
          right: 15px;
          transform: translateY(-50%);
          width: 18px;
          height: 14px; }
    .navSP.is-show {
      height: 100%; }
      .navSP.is-show .navSP__bg {
        right: 0;
        height: 100%;
        opacity: 1;
        transition: opacity .3s ease; }
      .navSP.is-show .hdBlock__hi1Box {
        right: 0;
        transition: right .3s ease .1s; }
        .navSP.is-show .hdBlock__hi1Box--list.is-under .hi1Link.is-show:after {
          width: 10px;
          height: 6px;
          transform: translateY(-50%) rotate(180deg);
          transition: all .3s ease; }

  /*-----------------------
  footer
  ------------------------*/
  .ftBlock {
    width: 100%;
    padding: 30px 0; }
    .ftBlock__inner {
      width: 100%;
      margin: 0 auto;
      zoom: 1; }
      .ftBlock__inner:before, .ftBlock__inner:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: '\0020'; }
      .ftBlock__inner:after {
        clear: both; }
    .ftBlock__logo {
      position: relative;
      width: 20.3125%;
      margin: 0 auto 30px; }
    .ftBlock__listBox {
      zoom: 1;
      border-top: 1px solid #efefef;
      padding-bottom: 30px; }
      .ftBlock__listBox:before, .ftBlock__listBox:after {
        display: block;
        height: 0;
        visibility: hidden;
        content: '\0020'; }
      .ftBlock__listBox:after {
        clear: both; }
      .ftBlock__listBox--list {
        float: left;
        width: 50%;
        padding: 18px 0;
        text-align: center;
        border-bottom: 1px solid #efefef; }
        .ftBlock__listBox--list:nth-of-type(2n) {
          border-left: 1px solid #efefef; }
        .ftBlock__listBox--list .link {
          display: inline-block;
          position: relative;
          width: 100%;
          font-size: 14px;
          font-size: 1.4rem; }
          .ftBlock__listBox--list .link.soon {
            pointer-events: none;
            color: #7f7f7f; }
        .ftBlock__listBox--list.bIcon {
          padding: 20px 0; }
          .ftBlock__listBox--list.bIcon a {
            font-size: 10px;
            font-size: 1rem; }
            .ftBlock__listBox--list.bIcon a:after {
              content: '';
              display: inline-block;
              background: url(../img/common/blank_icon_bl.png) no-repeat center center;
              background-size: 100%;
              width: 12px;
              height: 9px;
              margin-left: 4px; }
    .ftBlock__copy {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 10px;
      font-size: 1rem;
      text-align: center; }

  .pagetop {
    right: 20px;
    bottom: 78%;
    width: 40px;
    height: 40px; }
    .pagetop:before {
      top: 18px;
      left: 12px;
      width: 10px;
      height: 1px; }
    .pagetop:after {
      top: 18px;
      right: 12px;
      width: 10px;
      height: 1px; }

  /*-----------------------
  under base
  ------------------------*/
  .intro {
    background: #0f105e url(/img/common/sp_under_top.png) no-repeat center right;
    background-size: 100%;
    height: 90px;
    padding: 35px 15px; }
    .intro.typeB {
      padding: 30px 15px; }
    .intro__inner {
      width: 100%; }
    .intro__title {
      font-size: 15px;
      font-size: 1.5rem; }
      .intro__title span {
        font-size: 1.0rem;
        margin-bottom: 5px; }

  /*-----------------------
  デバイス毎
  ------------------------*/
  .forPC {
    display: none !important; }

  .forSP {
    display: inherit !important; }

  /*-----------------------
  variable
  ------------------------*/
  /*-----------------------
  topBlock
  ------------------------*/
  .mainVis__title {
    top: calc(50% + 1.7vw);
    left: 10.3125%;
    font-size: 15px;
    font-size: 1.5rem; }

  .news {
    padding: 40px 0 20px; }
    .news__inner {
      width: 100%; }
    .news__logo {
      top: -20px;
      width: 42px;
      margin-right: 0; }
    .news__acl {
      width: 100%;
      padding-left: 0;
      font-size: 11px;
      font-size: 1.1rem; }
      .news__acl dl {
        margin-bottom: 10px;
        line-height: 1.6; }
        .news__acl dl dt {
          position: relative;
          top: 0;
          left: 0;
          width: auto;
          font-size: 10px;
          font-size: 1rem; }
        .news__acl dl dd {
          width: 100%;
          margin-left: 0; }
        .news__acl dl a {
          text-decoration: underline; }

  .info__listBox {
    width: 100%;
    padding: 40px 0 30px; }
    .info__listBox li {
      float: none;
      width: 100%;
      margin-bottom: 40px;
      padding-top: 17px;
      margin-right: 1.8%; }
      .info__listBox li:last-child {
        margin-right: 0; }
      .info__listBox li figcaption {
        left: 15px;
        padding: 6px 20px 8px;
        font-size: 14px;
        font-size: 1.4rem; }
      .info__listBox li figure {
        padding: 0 15px;
        margin-bottom: 20px; }
      .info__listBox li .link {
        display: block;
        position: relative;
        padding: 20px 40px 20px 15px;
        font-size: 13px;
        font-size: 1.3rem; }
        .info__listBox li .link.blank:after {
          top: 50%;
          right: 15px; }
  .info.col3 .info__listBox li {
    width: 100%; }
    .info.col3 .info__listBox li a {
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8; }
  .info.col4 .info__listBox {
    padding: 40px 0 10px; }
    .info.col4 .info__listBox li {
      width: 100%; }
      .info.col4 .info__listBox li a {
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada; }
        .info.col4 .info__listBox li a:nth-of-type(2) {
          border-top: none; }
        .info.col4 .info__listBox li a:nth-of-type(3) {
          border-top: none; }

  .group {
    padding: 40px 0; }
    .group__inner {
      width: 100%;
      padding: 0 35px; }
    .group__title {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 23px; }
    .group__text {
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 23px;
      line-height: 1.6; }
    .group__link {
      font-size: 12px;
      font-size: 1.2rem; }
      .group__link a {
        width: 100%;
        border: 2.5px solid #fff;
        padding: 17px 0; }
        .group__link a:after {
          width: 13px;
          height: 10px;
          margin-left: 10px; }

  .under {
    padding: 30px 0; }
    .under__listBox {
      width: 100%;
      padding: 0 35px; }
      .under__listBox li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
        .under__listBox li:last-child {
          margin-bottom: 0; }
        .under__listBox li a {
          width: 100%;
          padding: 19px 0;
          font-size: 13px;
          font-size: 1.3rem; }
          .under__listBox li a:after {
            width: 10px;
            height: 7px;
            margin-left: 10px; }

  .environment {
    padding: 40px 0; }
    .environment__title {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 30px; }
    .environment__listBox {
      width: 100%;
      padding: 0 35px; }
      .environment__listBox li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px; }
        .environment__listBox li:last-child {
          margin-bottom: 0; }
        .environment__listBox li a {
          width: 100%;
          padding: 15px 0;
          font-size: 13px;
          font-size: 1.3rem; }
          .environment__listBox li a:after {
            width: 10px;
            height: 7px;
            margin-left: 10px; }

  .under_environment {
    padding: 25px 15px; }
    .under_environment .under_inner {
      width: 100%;
      padding: 0; }
      .under_environment .under_inner .under_info {
        margin-bottom: 15px;
        display: block; }
        .under_environment .under_inner .under_info a {
          width: 82%;
          margin: 0 auto 15px auto;
          display: block;
          padding: 19px 0;
          font-size: 1.3rem; }
          .under_environment .under_inner .under_info a:after {
            width: 10px;
            height: 7px; }
        .under_environment .under_inner .under_info p {
          font-size: 1.2rem;
          letter-spacing: 0.05em; }
      .under_environment .under_inner ul {
        padding: 20px;
        display: block; }
        .under_environment .under_inner ul li {
          width: 100%; }
          .under_environment .under_inner ul li + li {
            margin-top: 10px; }
          .under_environment .under_inner ul li a {
            padding: 16px 0;
            font-size: 1.3rem; }
            .under_environment .under_inner ul li a:after {
              width: 10px;
              height: 7px; } }
