@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: default;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

:root {
  font-size: 62.5%;
  font-family: "YuGothic", "YuGothicM", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0;
  height: 100%;
}

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

::-moz-selection {
  background-color: #46a7fe;
}

::selection {
  background-color: #46a7fe;
}

@media screen and (max-width: 798px) {
  [data-visible=pc] {
    display: none;
  }
}
@media screen and (min-width: 798.1px) {
  [data-visible=sp] {
    display: none;
  }
}
@media screen and (max-width: 798px) {
  body[data-nav-open=true] {
    height: 100%;
    overflow: hidden;
  }
}
a[href] {
  cursor: pointer;
}

.wrapper {
  background: #F7F7F7;
  overflow: hidden;
}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6, .wrapper dt, .wrapper th {
  font-weight: 500;
}
.wrapper img, .wrapper video {
  vertical-align: top;
}
@media screen and (min-width: 798.1px) {
  .wrapper {
    min-width: 1200px;
  }
}

@media (min-width: 798.1px) {
  .c-header {
    min-width: 1200px;
  }
}
.c-header {
  background: #F7F7F7;
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
}

.c-header__body {
  max-width: 960px;
  height: 102px;
  margin: 0 auto;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.c-header__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.c-header__title .c-header__site-name {
  margin: 0;
}
.c-header__title .c-header__site-name-logo {
  width: 260px;
}
.c-header__title .c-header__site-name-copy {
  width: 128px;
  padding-top: 8px;
  margin-left: 20px;
}

.c-header__links,
.c-content-index__link-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__links li,
.c-content-index__link-list ul li {
  margin-left: 20px;
  border: 2px solid #231815;
}
.c-header__links li a,
.c-content-index__link-list ul li a {
  width: 200px;
  height: 36px;
  padding-top: 0.2em;
  padding-right: 4px;
  color: #231815;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
  line-height: 1;
}
.c-header__links li a::before,
.c-content-index__link-list ul li a::before {
  content: "";
  width: 35px;
  height: 36px;
  background: center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 3px;
}
.c-header__links li span,
.c-content-index__link-list ul li span {
  position: relative;
}
.c-header__links li:nth-child(1) a:hover,
.c-content-index__link-list ul li:nth-child(1) a:hover {
  background-color: #cef3ef;
}
.c-header__links li:nth-child(1) a::before,
.c-content-index__link-list ul li:nth-child(1) a::before {
  background-image: url(../img/common/btn_line01_b.svg);
}
.c-header__links li:nth-child(2) a:hover,
.c-content-index__link-list ul li:nth-child(2) a:hover {
  background-color: #c9eec9;
}
.c-header__links li:nth-child(2) a::before,
.c-content-index__link-list ul li:nth-child(2) a::before {
  background-image: url(../img/common/btn_line02_b.svg);
}

.c-header__links {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

@media (max-width: 798px) {
  .c-header__body {
    padding: 0 9.0666666667vw 0;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .c-header__title .c-header__site-name-logo {
    width: 166px;
    max-width: 44.2666666667vw;
  }
  .c-header__title .c-header__site-name-copy {
    width: 81px;
    margin-left: 13px;
    max-width: 21.6vw;
  }
  .c-header__info {
    width: 100%;
  }
  .c-header__links {
    margin-top: 14px;
  }
  .c-header__links,
  .c-content-index__link-list ul {
    padding: 0;
  }
  .c-header__links li,
  .c-content-index__link-list ul li {
    width: 48.3660130719%;
    margin-left: 3.2679738562%;
  }
  .c-header__links li:first-child,
  .c-content-index__link-list ul li:first-child {
    margin-left: 0;
  }
  .c-header__links li a,
  .c-content-index__link-list ul li a {
    width: 100%;
    height: 31px;
    font-size: 13px;
    padding-right: 22px;
  }
}
@media (max-width: 798px) and (max-width: 374.9px) {
  .c-header__links li a,
  .c-content-index__link-list ul li a {
    font-size: 12px;
  }
}
@media (max-width: 798px) {
  .c-header__links li a::before,
  .c-content-index__link-list ul li a::before {
    width: 30px;
    height: 31px;
    right: 3px;
  }
  .c-header__links li span,
  .c-content-index__link-list ul li span {
    position: relative;
  }
  .c-header__links li:nth-child(1) a::before,
  .c-content-index__link-list ul li:nth-child(1) a::before {
    background-image: url(../img/common/btn_line01_b.svg);
  }
  .c-header__links li:nth-child(2) a::before,
  .c-content-index__link-list ul li:nth-child(2) a::before {
    background-image: url(../img/common/btn_line02_b.svg);
  }
}
.c-header__btn-menu {
  display: none;
}

@media screen and (max-width: 798px) {
  .c-header__btn-menu {
    display: block;
    margin-right: -5px;
    padding: 8px 10px 2px;
    cursor: pointer;
    line-height: 1;
  }
}
.c-header__btn-menu img {
  vertical-align: top;
  width: 19px;
  height: auto;
}

.c-nav-global {
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
  background: #084a95;
  width: 100%;
  min-width: 1200px;
  position: fixed;
  z-index: 101;
  top: 102px;
  left: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 798.1px) {
  [data-scrolling=to-bottom] .c-header__body {
    height: 80px;
  }
  [data-scrolling=to-bottom] .c-nav-global {
    position: fixed;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}

.c-page-sub .c-nav-global {
  margin-top: 0;
}

.c-nav-global__btn-close {
  display: none;
}

.c-nav-global__body {
  max-width: 990px;
  margin: 0 auto;
}

.c-nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.c-nav-global__item[data-drop=show] > a {
  background: #ffffff;
  color: #084a95;
  position: relative;
}

.c-nav-global__item {
  width: 14.0845070423%;
}
.c-nav-global__item > a, .c-nav-global__item > span {
  color: #fff;
  height: 48px;
  padding-top: 0.12em;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.c-nav-global__item > a span, .c-nav-global__item > span span {
  font-weight: 300;
}
.c-nav-global__item > span {
  font-weight: 400;
  position: relative;
}
.c-nav-global__item > span::before {
  content: "";
  width: 3px;
  height: 15px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 26px;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
  opacity: 1;
}
.c-nav-global__item > span.open::before {
  content: none;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.c-nav-global__item > span.open::after, .c-nav-global__item > span::after {
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}

[data-drop=show] .c-nav-global__item-open > ul > li > ul {
  display: block !important;
}

.c-nav-global__item-open-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px;
  padding: 0 20px 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-nav-global__item-open-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #231815;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 798.1px) {
  [data-drop=hidden] .c-nav-global__item-open {
    display: none;
  }
  [data-drop=show] .c-nav-global__item-open {
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
    display: block;
    position: absolute;
    left: calc((100% - 960px) / 2);
    width: 960px;
    padding: 12px 16px 40px;
    background: #ffffff;
    color: #231815;
    z-index: 100;
  }
  [data-drop=show] .c-nav-global__item-open.n-motion > ul > li > ul li {
    width: auto;
    margin-right: 50px;
  }
  [data-drop=show] .c-nav-global__item-open.n-motion > ul > li > ul li:nth-child(5n) {
    margin-right: 0;
  }
  [data-drop=show] .c-nav-global__item-open:not(.n-motion) > ul > li > ul li:nth-child(4n) {
    margin-right: 0;
  }
  [data-drop=show] .c-nav-global__item-open a {
    position: relative;
    text-decoration: none;
    font-size: 15px;
    color: #231815;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  [data-drop=show] .c-nav-global__item-open a:hover {
    color: #DA3924;
  }
  [data-drop=show] .c-nav-global__item-open > ul {
    margin: 0;
    padding-left: 30px;
  }
  [data-drop=show] .c-nav-global__item-open > ul + p {
    margin-top: 28px;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li {
    list-style: none;
    font-size: 15px;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li + li {
    margin-top: 20px;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > a {
    font-size: 20px;
    font-weight: normal;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > a::before {
    content: "＜";
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > a::after {
    content: "＞";
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > ul li {
    list-style: none;
    width: calc(25% - 45px);
    font-size: 15px;
    margin: 0.7em 45px 0 0;
    padding-left: 1em;
    line-height: 1.3333333333;
    position: relative;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > ul li::before {
    content: "";
    width: 0.5em;
    height: 2px;
    background: #000;
    margin-right: 0.5em;
    display: block;
    position: absolute;
    top: 0.63em;
    left: 0;
  }
  [data-drop=show] .c-nav-global__item-open > ul > li > ul li a span {
    display: inline-block;
  }
}
@media screen and (max-width: 798px) {
  .c-nav-global {
    top: 102px;
    min-width: 0;
    height: calc(100% - 102px);
    padding-bottom: 32px;
    overflow-y: scroll;
    background: #054994;
    position: fixed;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  .c-page-home .c-nav-global {
    margin-top: 0;
  }
  [data-nav-open=true] .c-nav-global {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .c-nav-global__list {
    padding: 8px 25px 0;
  }
  .c-nav-global__item {
    width: 100%;
  }
  .c-nav-global__item > a:not([data-device=pc]), .c-nav-global__item > span {
    height: 44px;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: normal;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-nav-global__item > a:not([data-device=pc])::after {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 46px;
    content: "";
    background: url(../img/common/icon_more.svg) center center no-repeat;
    background-size: contain;
  }
  .c-nav-global__btn-close {
    padding: 10px 0;
    line-height: 1;
    cursor: pointer;
    background: #0063a7;
    color: #ffffff;
    letter-spacing: 0.03em;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-nav-global__btn-close img {
    vertical-align: center;
    width: 11px;
    height: auto;
    margin-right: 4px;
  }
  .c-nav-global__item[data-drop=show] > a::before {
    content: none;
  }
  .c-nav-global__item-open {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .c-nav-global__item-open.recruit > ul > li > ul li {
    min-width: 33.333%;
  }
  .c-nav-global__item-open > ul {
    margin: 0;
    padding: 0;
  }
  .c-nav-global__item-open > ul > li {
    list-style: none;
    margin: 0 0 15px;
  }
  .c-nav-global__item-open > ul > li > a {
    text-decoration: none;
    color: #ffe100;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: 700;
    display: block;
  }
  .c-nav-global__item-open > ul > li > a::before {
    content: "＜";
  }
  .c-nav-global__item-open > ul > li > a::after {
    content: "＞";
  }
  .c-nav-global__item-open > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
  .c-nav-global__item-open > ul > li > ul li, .c-nav-global__item-open > ul > li > ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nav-global__item-open > ul > li > ul li span, .c-nav-global__item-open > ul > li > ul a span {
    display: inline;
  }
  .c-nav-global__item-open > ul > li > ul li {
    list-style: none;
    min-width: 49.99%;
    font-size: 14px;
    line-height: 2.2142857143;
    padding-left: 15px;
    position: relative;
  }
}
@media screen and (max-width: 798px) and (max-width: 374.9px) {
  .c-nav-global__item-open > ul > li > ul li {
    min-width: 100%;
  }
}
@media screen and (max-width: 798px) {
  .c-nav-global__item-open > ul > li > ul li::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -4px;
    border: solid transparent;
    border-left-color: #ffffff;
    border-width: 4px 5px;
  }
  .c-nav-global__item-open > ul > li > ul li a {
    font-weight: 500;
    position: relative;
    text-decoration: none;
    color: #fff;
  }
  .c-nav-global__item-open::before,
  .c-nav-global__item::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
  }
  .c-nav-global__item-open::before {
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
}
@media screen and (max-width: 1200px) {
  [data-drop=show] .c-nav-global__item-open {
    left: 120px;
  }
}
@media screen and (max-width: 798px) {
  [data-drop=show] .c-nav-global__item-open {
    width: 100%;
    left: 0;
  }
  .c-nav-global__item-open {
    margin-bottom: -1px;
    padding: 0 20px 4px;
    background: #003e7b;
  }
  .c-nav-global__item-open-title[data-device=sp] ~ p[data-device=sp] {
    border-top: 1px solid #ffffff;
  }
  .c-nav-global__item-open-title {
    font-size: 14px;
    line-height: 2.2142857143;
    margin: 0;
    padding: 18px 0 0 15px;
    display: block;
  }
  .c-nav-global__item-open-title::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: 5px;
    border: solid transparent;
    border-left-color: #ffffff;
    border-width: 4px 5px;
  }
  .c-nav-global__item-open-title a {
    position: relative;
    text-decoration: none;
    color: #fff;
  }
  .c-nav-global__item-open-title::after {
    content: none;
  }
}
.c-nav-global__item [data-device=sp] {
  display: none;
}

@media screen and (max-width: 798px) {
  .c-nav-global__item [data-device=sp] {
    display: block;
  }
  .c-nav-global__item [data-device=pc] {
    display: none;
  }
}
.c-content-index__link-list {
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
  margin: 48px 0 0;
  padding-bottom: 144px;
}
.c-page-sub__content .c-content-index__link-list {
  margin-top: 0;
}
.c-content-index__link-list ul {
  margin: 0 0 28px;
  padding-left: 0;
  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;
}
.c-content-index__link-list ul li {
  margin: 0 20px;
  list-style: none;
}
.c-content-index__link-list ul li a {
  width: 284px;
  height: 52px;
  padding-top: 0.24em;
  padding-right: 9px;
  font-size: 24px;
}
.c-content-index__link-list ul li a::before {
  width: 51px;
  height: 52px;
  right: 4px;
  background-position: right center;
}
.c-content-index__link-list-bn {
  width: 616px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #231815;
}
.c-content-index__link-list-bn a {
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-content-index__link-list-bn a:hover {
  background: #ffffff;
}
.c-content-index__link-list-bn a:hover img {
  opacity: 0.8;
}
.c-content-index__link-list-bn img {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 798px) {
  .c-content-index__link-list {
    width: 81.6%;
    margin: 20px auto 0;
    padding-bottom: 64px;
  }
  .c-page-sub__content .c-content-index__link-list {
    padding-bottom: 0;
  }
  .c-content-index__link-list ul {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-content-index__link-list ul li {
    width: calc(50% - 5px);
    margin: 0;
  }
  .c-content-index__link-list ul li a {
    width: 100%;
    height: 32px;
    font-size: 13px;
    padding-right: 22px;
  }
  .c-content-index__link-list ul li a::before {
    width: 32px;
    height: 100%;
    right: 2.027027027%;
    background-position: right 0;
    background-size: auto 100%;
  }
  .c-content-index__link-list-bn {
    width: 100%;
  }
}
.c-footer {
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif;
}
.c-footer__body {
  width: 100%;
  min-width: 1200px;
  margin: 40px auto;
  background: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 798px) {
  .c-footer__body {
    width: auto;
    min-width: 0;
    margin: 25px 0 15px;
    padding-bottom: 15px;
  }
}
.c-footer__copyright {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}