@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }
  img[usemap] {
    border-width: 0; }
  a img {
    border-width: 0;
    text-decoration: none; }

ul, li {
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none; }

a {
  text-decoration: underline;
  color: #333; }
  a:hover {
    color: #162184;
    text-decoration: none; }

/* ヘッダー
/*+---------------------------------*/
.header {
  width: 100%;
  padding: 60px 40px; }
  @media screen and (max-width: 670px) {
    .header {
      padding: 25px 10px; } }
  .header .header-wrap {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 80px; }
    @media screen and (max-width: 670px) {
      .header .header-wrap {
        padding: 0 15px; } }
    .header .header-wrap img {
      max-width: 100%;
      margin: 0 auto; }

/* フッター
/*+---------------------------------*/
.footer {
  position: relative;
  width: 100%;
  padding: 60px 40px; }
  @media screen and (max-width: 670px) {
    .footer {
      padding: 40px 10px; } }
  .footer .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .footer .footer-wrap {
        display: block;
        padding: 0 15px; } }
  .footer .footer-logo img {
    max-width: 100%; }
    @media screen and (max-width: 670px) {
      .footer .footer-logo img {
        width: auto;
        height: 40px; } }
  .footer .footer-link {
    margin-top: 10px; }
    @media screen and (max-width: 800px) {
      .footer .footer-link {
        margin-bottom: 15px; } }
    .footer .footer-link > li {
      display: inline-block;
      padding-right: 10px; }
      @media screen and (max-width: 800px) {
        .footer .footer-link > li {
          display: block;
          padding-right: 0; } }
      .footer .footer-link > li::before {
        position: relative;
        top: -1px;
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-right: 5px;
        border-top: #c2c2c2 2px solid;
        border-right: #c2c2c2 2px solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .footer .footer-link > li a {
        color: #333;
        font-size: 1.3rem;
        text-decoration: none; }
        @media screen and (max-width: 320px) {
          .footer .footer-link > li a {
            font-size: 1.1rem; } }
        .footer .footer-link > li a.is-blank::after {
          position: relative;
          top: 0;
          content: '';
          display: inline-block;
          width: 10px;
          height: 10px;
          margin-left: 5px;
          background: url("../img/icon_blank-2.png") no-repeat left top; }
        .footer .footer-link > li a:hover {
          text-decoration: underline; }

.footer-copyright {
  white-space: nowrap;
  color: #999;
  font-size: 1.0rem;
  text-align: right; }

.pagetop-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 670px) {
    .pagetop-button {
      right: 5px;
      bottom: 5px; } }
  .pagetop-button img {
    width: 59px;
    height: 59px; }
    @media screen and (max-width: 670px) {
      .pagetop-button img {
        width: 40px;
        height: 40px; } }
  .pagetop-button.fixed {
    position: absolute;
    top: -30px;
    bottom: auto; }
    @media screen and (max-width: 670px) {
      .pagetop-button.fixed {
        top: -20px; } }

/* 全体
/*+---------------------------------*/
/* --- PCでのみ表示 --- */
.pc-only {
  display: block; }
  @media screen and (max-width: 670px) {
    .pc-only {
      display: none; } }

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none; }
  @media screen and (max-width: 670px) {
    .sp-only {
      display: block; } }

/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel2 --- */
.heading-level2 {
  text-align: center; }
  .heading-level2 .heading-level2__ttl {
    display: block;
    color: #262662;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    overflow-wrap: break-word; }
    @media screen and (max-width: 800px) {
      .heading-level2 .heading-level2__ttl {
        font-size: 1.5rem; } }
    @media screen and (max-width: 670px) {
      .heading-level2 .heading-level2__ttl {
        font-size: 1.4rem; } }
  .heading-level2 .heading-level2__txt {
    display: block;
    color: #262662;
    font-family: 'Questrial';
    font-size: 5.4rem;
    font-weight: lighter;
    line-height: 1.2;
    letter-spacing: 2.5px;
    overflow-wrap: break-word; }
    @media screen and (max-width: 800px) {
      .heading-level2 .heading-level2__txt {
        font-size: 4.0rem; } }
    @media screen and (max-width: 670px) {
      .heading-level2 .heading-level2__txt {
        font-size: 3.2rem; } }

/* --- 見出しlevel3 --- */
.heading-level3 {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 1.8rem;
  text-align: center;
  overflow-wrap: break-word; }
  @media screen and (max-width: 670px) {
    .heading-level3 {
      margin-top: 15px;
      font-size: 1.6rem; } }

/* ボックスレイアウト
/*+---------------------------------*/
/* --- コンテンツ全体のwrap --- */
.content-wrap {
  width: 100%;
  padding: 110px 40px 0;
  background: url("../img/bg_pc.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.6rem;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .content-wrap {
      padding: 70px 40px 0; } }
  @media screen and (max-width: 670px) {
    .content-wrap {
      padding: 30px 10px 0;
      background: url("../img/bg_sp.jpg") no-repeat center center;
      background-size: cover;
      background-attachment: fixed;
      font-size: 1.4rem; } }

/* --- 見出しレベル2用ボックス --- */
.content-box {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 110px;
  padding: 10px 80px 0; }
  @media screen and (max-width: 800px) {
    .content-box {
      margin: 0 auto 70px; } }
  @media screen and (max-width: 670px) {
    .content-box {
      padding: 10px 15px 0; } }

.content-box--wide {
  max-width: 1700px;
  margin: 0 auto 110px;
  padding: 10px 20px 0; }
  @media screen and (max-width: 800px) {
    .content-box--wide {
      margin: 0 auto 70px; } }
  @media screen and (max-width: 800px) {
    .content-box--wide {
      padding: 10px 15px 0; } }

/* --- 見出しレベル3用ボックス --- */
.content-box-2 {
  width: calc(25% - 40px);
  min-width: 300px;
  margin: 40px 20px 0 20px;
  background: #fff; }
  @media screen and (max-width: 670px) {
    .content-box-2 {
      width: 100%;
      min-width: auto;
      max-width: 390px;
      margin: 30px auto 0; } }

/* --- リード文--- */
.lead-text {
  text-align: center; }
  .lead-text > p {
    position: relative;
    display: inline-block;
    padding: 0 80px;
    color: #262662;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
    overflow-wrap: break-word; }
    @media screen and (max-width: 1100px) {
      .lead-text > p {
        padding: 0 15px;
        font-size: 2rem; } }
    @media screen and (max-width: 800px) {
      .lead-text > p {
        font-size: 1.8rem; } }
    @media screen and (max-width: 670px) {
      .lead-text > p {
        font-size: 1.5rem; } }
    .lead-text > p::before, .lead-text > p::after {
      position: absolute;
      content: '';
      top: 0;
      display: block;
      width: 2px;
      height: 140px;
      background: #262662; }
      @media screen and (max-width: 1100px) {
        .lead-text > p::before, .lead-text > p::after {
          display: none; } }
    .lead-text > p::before {
      left: 0;
      -webkit-transform: translateY(-5px) rotate(-30deg);
      transform: translateY(-5px) rotate(-30deg); }
    .lead-text > p::after {
      right: 0;
      -webkit-transform: translateY(-5px) rotate(30deg);
      transform: translateY(-5px) rotate(30deg); }

/* コンテンツナビゲーション
/*+---------------------------------*/
/* --- ページ内リンク用 --- */
.page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 20px; }
  @media screen and (max-width: 670px) {
    .page-navigation {
      margin: 30px 0 20px; } }
  .page-navigation > li {
    padding: 20px; }
    .page-navigation > li a {
      position: relative;
      display: block;
      width: 80px;
      height: 80px;
      padding-top: 30px;
      border: #333 1px solid;
      border-radius: 50%;
      color: #333;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      -webkit-transition: .3s;
      transition: .3s; }
      .page-navigation > li a::after {
        position: absolute;
        bottom: 10px;
        left: 50%;
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        margin-left: -5px;
        border-right: #333 2px solid;
        border-bottom: #333 2px solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .page-navigation > li a:hover {
        background: #333;
        color: #fff; }
        .page-navigation > li a:hover::after {
          border-right: #fff 2px solid;
          border-bottom: #fff 2px solid; }
      .page-navigation > li a > span {
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -24px; }

/* その他
/*+---------------------------------*/
.manual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 800px) {
    .manual-box {
      display: block; } }
  .manual-box > dt {
    width: 24%;
    background: #262662;
    padding: 9px; }
    @media screen and (max-width: 800px) {
      .manual-box > dt {
        width: 100%; } }
  .manual-box > dd {
    width: 76%;
    background: #fff;
    padding: 40px; }
    @media screen and (max-width: 800px) {
      .manual-box > dd {
        width: 100%;
        padding: 20px; } }
    @media screen and (max-width: 670px) {
      .manual-box > dd {
        padding: 15px; } }
    .manual-box > dd p {
      overflow-wrap: break-word; }
      .manual-box > dd p + p {
        margin-top: 1.5em; }
    .manual-box > dd em {
      display: block;
      margin-bottom: 0.5em;
      font-size: 1.8rem;
      font-weight: bold;
      font-style: normal; }
      @media screen and (max-width: 670px) {
        .manual-box > dd em {
          font-size: 1.4rem; } }
  .manual-box .manual-box__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border: #fff 1px solid;
    width: 100%;
    height: 100%; }
    .manual-box .manual-box__ttl > span {
      color: #fff;
      font-size: 2.2rem;
      font-weight: bold; }
      @media screen and (max-width: 670px) {
        .manual-box .manual-box__ttl > span {
          font-size: 1.8rem; } }
  .manual-box .manual-box__info {
    font-size: 1.3rem; }

.lineup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 670px) {
    .lineup-box {
      display: block; } }
  .lineup-box .lineup-box__thum img {
    max-width: 100%; }
  .lineup-box .lineup-box__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px 29px 24px; }
    .lineup-box .lineup-box__link dl {
      width: 50%; }
  .lineup-box .lineup-box__link--single {
    padding: 20px 24px 29px 24px; }
  .lineup-box .lineup-box__ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center; }
  .lineup-box .lineup-box__btn {
    display: block;
    padding: 10px 2px;
    background: #262662;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none; }
    @media screen and (max-width: 320px) {
      .lineup-box .lineup-box__btn {
        font-size: 1.2rem; } }
    .lineup-box .lineup-box__btn.is-blank::after {
      position: relative;
      top: 3px;
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      background: url("../img/icon_blank.png") no-repeat left top; }
    .lineup-box .lineup-box__btn.is-download::before {
      position: relative;
      top: 3px;
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 5px;
      background: url("../img/icon_download.png") no-repeat left top; }
    .lineup-box .lineup-box__btn:hover {
      background: #33336b; }
