@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
body {
  margin: 0; }

body.home {
  opacity: 0;
  /* 初期状態は透明 */
  animation: fade-in 0.6s forwards linear; }

header .header-inner h1.site-title a {
  max-width: 500px;
  position: relative; }
  @media (min-width: 960px) {
    header .header-inner h1.site-title a {
      margin: 9px 0 9px 0; } }
  header .header-inner h1.site-title a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    width: 50px;
    height: 80px;
    background: url(/img/icon_synapse.png) center center/contain no-repeat; }
@media (min-width: 960px) {
  header .global-nav {
    width: 100%;
    flex: 1 1 100%;
    background: #0C2B64;
    margin: 0 -200%;
    padding: 0 200%;
    color: #fff; } }
@media (min-width: 960px) {
  header .global-nav ul.menu-list > li {
    width: 25%; }
    header .global-nav ul.menu-list > li:after {
      height: 35px;
      background: #fff;
      top: 15px;
      rotate: 12deg; }
    header .global-nav ul.menu-list > li:first-of-type:before {
      height: 35px;
      background: #fff;
      top: 15px;
      rotate: 12deg; } }
@media (min-width: 960px) {
  header .global-nav ul.menu-list > li > a {
    color: white;
    padding: 20px 0 20px 0;
    height: 25px;
    line-height: 25px; } }
@media (min-width: 960px) {
  header .global-nav ul.menu-list li.nav-3 {
    box-sizing: border-box; }
    header .global-nav ul.menu-list li.nav-3 > a {
      padding: 8px 30px 57px 30px;
      box-sizing: border-box;
      display: inline-grid; } }
header .global-nav ul.menu-list li.nav-3 .menu-list-sub {
  display: none; }
header .header-inner h1.site-title a {
  color: #0C2B64; }
  header .header-inner h1.site-title a:hover {
    opacity: 0.7; }
  header .header-inner h1.site-title a .title-sub {
    line-height: 1; }
    @media (max-width: 768px) {
      header .header-inner h1.site-title a .title-sub {
        font-size: 88%; } }
  header .header-inner h1.site-title a .title {
    font-size: 180%; }
    @media (max-width: 768px) {
      header .header-inner h1.site-title a .title {
        font-size: 88%; } }
header .global-nav ul.menu-list-sub li {
  width: 100%;
  background-color: rgba(128, 126, 125, 0.8); }
  header .global-nav ul.menu-list-sub li:before, header .global-nav ul.menu-list-sub li:after {
    content: none; }
  header .global-nav ul.menu-list-sub li a {
    color: #ffffff;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
    padding: 0.5em 0.5em;
    height: auto;
    box-sizing: border-box;
    line-height: 1.5em; }
    header .global-nav ul.menu-list-sub li a:before, header .global-nav ul.menu-list-sub li a:after {
      content: none; }

/*-------------------------------------------------------------------------------


ホーム


-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */
  /*追記*/ }
  .home .main-v {
    width: 100%;
    margin: 55px 0 15px 0;
    /* コントローラー */
    /* ページャー */ }
    @media screen and (min-width: 768px) {
      .home .main-v {
        margin: 0 0 0px 0; } }
    @media (max-width: 768px) {
      .home .main-v {
        margin: 75px 0 15px 0; } }
    .home .main-v img {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .main-v img {
          margin: 0 auto;
          max-height: 480px; } }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
    .home .main-v .main-v-inner {
      background: url(../img/main-v.jpg) center center/cover no-repeat;
      padding: 300px 0;
      position: relative; }
      @media (max-width: 768px) {
        .home .main-v .main-v-inner {
          padding: 100px 0 200px;
          background: url(../img/main-v-sp.jpg) center right/cover no-repeat;
          position: relative; } }
      .home .main-v .main-v-inner .main-v-message {
        position: absolute;
        left: 4%;
        bottom: calc(50% - 60px);
        font-weight: bold;
        background: rgba(0, 0, 0, 0.3); }
        @media (max-width: 768px) {
          .home .main-v .main-v-inner .main-v-message {
            right: unset;
            padding: 0 10px;
            max-width: 220px;
            padding: 10px 0;
            left: 2%;
            bottom: calc(50% - 40px); } }
        .home .main-v .main-v-inner .main-v-message h2 {
          text-align: center;
          font-size: 2.5rem;
          margin: 0 auto;
          color: #fff;
          text-shadow: 2px 2px 10px #333;
          border-bottom: 0;
          letter-spacing: 0.01em;
          height: auto;
          font-weight: bold;
          line-height: 1.5;
          padding: 20px; }
          .home .main-v .main-v-inner .main-v-message h2:before {
            content: none; }
          @media (max-width: 768px) {
            .home .main-v .main-v-inner .main-v-message h2 {
              padding: 0;
              font-size: 0.8rem;
              text-shadow: 4px 4px 10px #333; } }
          .home .main-v .main-v-inner .main-v-message h2 span {
            font-size: 1.5rem; }
            @media (max-width: 768px) {
              .home .main-v .main-v-inner .main-v-message h2 span {
                font-size: 1rem; } }
  .home main {
    padding: 0;
    margin: 0 auto; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1060px;
    margin: 100px auto 100px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both; }
        .home section .btn a {
          padding: 12px 40px 12px 30px; } }
  .home .wrap__box {
    position: relative; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #3ba2e1;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #3ba2e1; }
  .home .news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* アイコン */ }
    .home .news h2 {
      margin: 0; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      margin: 0 0 0px 0; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
        @media (max-width: 768px) {
          .home .news li a {
            padding: 10px 0 15px 0; } }
        .home .news li a span:nth-of-type(2) {
          border-bottom: 1px solid #cb551b; }
          @media (max-width: 768px) {
            .home .news li a span:nth-of-type(2) {
              display: inline; } }
        .home .news li a:hover {
          opacity: 0.7; }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 0; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0; }
    .home .news .ico-new {
      background: #F29250; }
    .home .news .news-left {
      width: 24%;
      position: relative; }
      @media (max-width: 768px) {
        .home .news .news-left {
          display: flex;
          width: 100%;
          justify-content: space-between; } }
    .home .news .news-right {
      width: 74%; }
      @media (max-width: 768px) {
        .home .news .news-right {
          width: 100%; } }
    @media (max-width: 768px) {
      .home .news h3 {
        font-size: 171%;
        line-height: 1.1rem;
        padding-bottom: 3px;
        margin: 0px 0px 0 61px; } }
    .home .news h3:before {
      left: -70px;
      background: url(/img/icon_news.png) center center/contain no-repeat; }
      @media (max-width: 768px) {
        .home .news h3:before {
          top: 1px;
          left: -55px;
          width: 45px;
          height: 45px; } }
    @media screen and (min-width: 768px) {
      .home .news .btn {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0; } }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home h3 {
    border: none;
    border-bottom: 0;
    text-align: center;
    height: auto;
    font-size: 253%;
    padding-left: 0;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
    margin-bottom: 50px; }
    .home h3:before {
      content: '';
      position: absolute;
      top: -6px;
      left: -83px;
      width: 60px;
      height: 60px;
      background: url(/img/icon_laurelwreath.png) center center/contain no-repeat; }
    .home h3:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -4px;
      width: 80px;
      background: #152761;
      left: 50%;
      transform: translateX(-50%);
      height: 2px; }
      @media (max-width: 768px) {
        .home h3:after {
          bottom: 17px; } }
    .home h3 span {
      font-size: 64%; }
  .home .message {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 20px; }
    @media (max-width: 768px) {
      .home .message {
        margin-top: 40px;
        margin-bottom: 20px; } }
    .home .message .message-inner {
      max-width: 1000px;
      margin: 0 auto; }
      .home .message .message-inner h3 {
        border: none;
        border-bottom: 0;
        text-align: center;
        height: auto;
        font-size: 253%;
        padding-left: 0;
        position: relative;
        width: fit-content;
        margin: 0 auto;
        font-weight: normal;
        letter-spacing: 0.1rem;
        line-height: 1.5rem;
        margin-bottom: 50px; }
        @media (max-width: 768px) {
          .home .message .message-inner h3 {
            font-size: 171%;
            line-height: 1.1rem;
            padding-bottom: 3px; } }
        .home .message .message-inner h3:before {
          content: '';
          position: absolute;
          top: -6px;
          left: -83px;
          width: 60px;
          height: 60px;
          background: url(/img/icon_laurelwreath.png) center center/contain no-repeat; }
          @media (max-width: 768px) {
            .home .message .message-inner h3:before {
              top: 1px;
              left: -55px;
              width: 45px;
              height: 45px; } }
        .home .message .message-inner h3:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -4px;
          width: 80px;
          background: #152761;
          left: 50%;
          transform: translateX(-50%);
          height: 2px; }
        .home .message .message-inner h3 span {
          font-size: 64%; }
      .home .message .message-inner p {
        font-size: 112%; }
        @media (max-width: 768px) {
          .home .message .message-inner p {
            line-height: 1.6; } }
  .home .menu {
    padding: 100px 0;
    position: relative;
    overflow: hidden; }
    .home .menu:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(/img/background_01.png) center center no-repeat;
      background-size: cover;
      transform: translateY(0);
      /* 初期状態 */
      transition: transform 0.1s linear;
      z-index: -1; }
    .home .menu .menu-area {
      max-width: 1000px;
      display: flex;
      margin: 0 auto;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: space-around;
      z-index: 2; }
      .home .menu .menu-area .menu-box {
        background-color: white;
        width: 370px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease-in-out;
        overflow: hidden;
        position: relative; }
        @media (max-width: 768px) {
          .home .menu .menu-area .menu-box {
            width: 320px; } }
        .home .menu .menu-area .menu-box .menu-img {
          width: 370px;
          height: 220px;
          background-size: contain;
          background-position: center;
          transition: transform 0.3s ease-in-out; }
          @media (max-width: 768px) {
            .home .menu .menu-area .menu-box .menu-img {
              width: 320px;
              height: 191px; } }
        .home .menu .menu-area .menu-box .menu-txt {
          padding: 10px 20px 65px;
          position: relative;
          text-align: center;
          height: 250px;
          box-sizing: border-box; }
          @media (max-width: 768px) {
            .home .menu .menu-area .menu-box .menu-txt {
              padding: 0px 20px 50px;
              height: 230px; } }
          .home .menu .menu-area .menu-box .menu-txt h2 {
            margin-bottom: 2em;
            margin-top: 0;
            font-size: 110%;
            border-bottom: none;
            height: auto;
            padding-left: 0;
            color: #333; }
            @media (max-width: 768px) {
              .home .menu .menu-area .menu-box .menu-txt h2 {
                line-height: 1.5; } }
            .home .menu .menu-area .menu-box .menu-txt h2:before {
              content: "";
              display: block;
              position: absolute;
              bottom: 2px;
              width: 20%;
              background: #1D4781;
              left: 50%;
              transform: translateX(-50%);
              height: 2px; }
              @media (max-width: 768px) {
                .home .menu .menu-area .menu-box .menu-txt h2:before {
                  bottom: 2px; } }
          .home .menu .menu-area .menu-box .menu-txt ul {
            color: #333; }
            @media (max-width: 768px) {
              .home .menu .menu-area .menu-box .menu-txt ul {
                line-height: 1.2; } }
            .home .menu .menu-area .menu-box .menu-txt ul li {
              line-height: 1.2;
              display: inline;
              white-space: nowrap; }
              .home .menu .menu-area .menu-box .menu-txt ul li:after {
                content: "";
                display: block; }
        .home .menu .menu-area .menu-box:hover {
          opacity: 1; }
          .home .menu .menu-area .menu-box:hover .menu-img {
            transform: scale(1.1); }
      .home .menu .menu-area .box01 .menu-img {
        background: url(/img/menu_01.png) center center/cover no-repeat; }
      .home .menu .menu-area .box02 .menu-img {
        background: url(/img/menu_02.png) center center/cover no-repeat; }
      .home .menu .menu-area .box03 .menu-img {
        background: url(/img/menu_03.png) center center/cover no-repeat; }
      .home .menu .menu-area .box04 .menu-img {
        background: url(/img/menu_04.png) center center/cover no-repeat; }

/* end .home */
 /*-------------------------------------------------------------------------------

  共通

  -------------------------------------------------------------------------------*/
.yajirushi1 {
  padding-top: 80px; }
  .yajirushi1 span {
    position: absolute;
    top: 0px;
    left: 51%;
    width: 18px;
    height: 18px;
    margin-left: -12px;
    border-left: 2px solid #5A7ABB;
    border-bottom: 2px solid #5A7ABB;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
    z-index: 1000; }
    @media (max-width: 450px) {
      .yajirushi1 span {
        width: 18px;
        height: 18px;
        border-left: 2px solid #5A7ABB;
        border-bottom: 2px solid #5A7ABB; } }
    .yajirushi1 span:nth-of-type(1) {
      top: 121px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
      @media (max-width: 450px) {
        .yajirushi1 span:nth-of-type(1) {
          top: 80px; } }
    .yajirushi1 span:nth-of-type(2) {
      top: 130px;
      -webkit-animation-delay: .15s;
      animation-delay: .15s; }
      @media (max-width: 450px) {
        .yajirushi1 span:nth-of-type(2) {
          top: 92px; } }
@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.yajirushi2 {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  right: 48%; }
  @media (max-width: 768px) {
    .yajirushi2 {
      bottom: -9%; } }
  .yajirushi2 span {
    transform: rotate(-135deg);
    border-left: 2px solid #24437e;
    border-bottom: 2px solid #24437e;
    position: absolute; }
    .yajirushi2 span:nth-of-type(1) {
      top: 3px;
      width: 12px;
      height: 12px;
      left: auto;
      right: 10px; }
    .yajirushi2 span:nth-of-type(2) {
      top: 3px;
      width: 12px;
      height: 12px;
      left: auto;
      right: 0px; }

/****************************************
一覧こちらボタン
****************************************/
.itiran {
  display: none; }

@media (max-width: 960px) {
  article h1.medium {
    margin-bottom: 0; }

  .itiran {
    display: block;
    color: #fff;
    font-size: 92%;
    background: rgba(51, 51, 51, 0.5);
    border: none;
    border-radius: 0;
    text-align: center;
    position: relative;
    padding: 5px 10px 20px 10px;
    width: calc(100% - 20px); }
    .itiran:after {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -5px 0 0 -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); } }
/* ボタン */
.btn a {
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  border: 1px solid #c95100;
  border-radius: 2px;
  padding: 13px 30px 13px 20px;
  position: relative;
  margin: 0;
  background-color: #c95100;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .btn a {
      display: inline-block;
      padding: 12px 40px 12px 30px; } }
  .btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    top: 45%;
    right: 10px;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .btn a:hover {
    background: #fff;
    color: #c95100; }
    .btn a:hover:before {
      border-top: 2px solid #c95100;
      border-right: 2px solid #c95100; }

.category article h1.medium, .single article h1.medium, .page article h1.medium {
  height: auto;
  line-height: 180px;
  padding: 0;
  font-size: 160%;
  letter-spacing: 2px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background: url(/img/h1-bg.png) center center/cover no-repeat;
  position: relative;
  z-index: 0; }
  @media (max-width: 768px) {
    .category article h1.medium, .single article h1.medium, .page article h1.medium {
      padding: 45px 10px;
      line-height: 30px; } }
  .category article h1.medium:before, .single article h1.medium:before, .page article h1.medium:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(70%);
    z-index: -1;
    top: 0;
    left: 0; }
  .category article h1.medium span, .single article h1.medium span, .page article h1.medium span {
    color: white;
    font-size: 160%;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .category article h1.medium span, .single article h1.medium span, .page article h1.medium span {
        font-size: 123%; } }
.category section, .single section, .page section {
  min-height: 600px; }
  .category section h2, .single section h2, .page section h2 {
    height: auto;
    font-weight: bold;
    font-size: 160%;
    padding-left: 0;
    border-bottom: 4px solid #081E46; }
    .category section h2:before, .single section h2:before, .page section h2:before {
      content: none; }
  .category section p, .single section p, .page section p {
    margin-top: 30px;
    margin-bottom: 0px; }
  .category section ul, .single section ul, .page section ul {
    margin: 0;
    margin-top: 30px; }
  .category section p + ul, .single section p + ul, .page section p + ul {
    margin-top: 0; }
  .category section h3:before, .single section h3:before, .page section h3:before {
    background: #081E46; }
  .category section a, .single section a, .page section a {
    border-bottom: 1px solid #c95100;
    line-height: 1.5em; }
    .category section a:hover, .single section a:hover, .page section a:hover {
      opacity: 0.7; }
  .category section figure, .single section figure, .page section figure {
    margin: 30px 0px; }
.category .side-contents .local-nav h2, .single .side-contents .local-nav h2, .page .side-contents .local-nav h2 {
  background: #0C2B64;
  color: white;
  border-bottom: none;
  line-height: 1.8; }
  .category .side-contents .local-nav h2:before, .single .side-contents .local-nav h2:before, .page .side-contents .local-nav h2:before {
    content: none; }
  .category .side-contents .local-nav h2 a, .single .side-contents .local-nav h2 a, .page .side-contents .local-nav h2 a {
    color: #fff; }
.category .side-contents .local-nav ul a, .single .side-contents .local-nav ul a, .page .side-contents .local-nav ul a {
  color: #333; }
  .category .side-contents .local-nav ul a:hover, .single .side-contents .local-nav ul a:hover, .page .side-contents .local-nav ul a:hover {
    opacity: 0.7; }
@media (max-width: 768px) {
  .category main, .single main, .page main {
    padding-top: 77px; }
    .category main article h1, .single main article h1, .page main article h1 {
      text-align: center; } }

@media (max-width: 768px) {
  .pc-show {
    display: none; } }

.hax-text-align-right {
  text-align: right; }

/****************************************
一覧こちらボタン
****************************************/
.itiran {
  display: none; }

@media (max-width: 960px) {
  article h1.medium {
    margin-bottom: 0; }

  .itiran {
    display: block;
    color: #fff;
    font-size: 92%;
    background: rgba(51, 51, 51, 0.5);
    border: none;
    border-radius: 0;
    text-align: center;
    position: relative;
    padding: 5px 10px 20px 10px;
    width: calc(100% - 20px); }
    .itiran:after {
      content: "";
      display: block;
      position: absolute;
      top: 30px;
      left: 50%;
      width: 8px;
      height: 8px;
      margin: -5px 0 0 -3px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); } }
.news article section h2 {
  font-size: 140%; }

.members section .table-area {
  overflow: scroll;
  white-space: normal;
  height: 800px;
  overflow: auto;
  /* 必要に応じてスクロールバーを表示 */
  width: 100%;
  /* 画面幅いっぱいに広がるように */
  max-width: 100%;
  /* 必要以上に大きくならないように */ }
  .members section .table-area table {
    width: 3100px;
    font-size: 90%;
    min-width: 3100px;
    border-spacing: 0px;
    border-collapse: separate;
    border-top: none;
    border-left: none; }
    .members section .table-area table thead th, .members section .table-area table thead td, .members section .table-area table tbody th, .members section .table-area table tbody td {
      word-break: break-all; }
    .members section .table-area table thead {
      overflow: scroll; }
    .members section .table-area table tr td, .members section .table-area table tr th {
      border-right: 2px solid #cccccc;
      border-bottom: 2px solid #cccccc; }
    .members section .table-area table tr th {
      width: 100px;
      top: 0;
      z-index: 1;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      border-top: 2px solid #cccccc; }
    .members section .table-area table thead tr th:nth-child(1) {
      left: 0;
      top: 0;
      background: #f0f8ff;
      /* 重なりを考慮 */
      z-index: 3;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      width: 68.8px;
      border-left: 2px solid #cccccc; }
    .members section .table-area table thead tr th:nth-child(2) {
      left: 67.8px;
      top: 0;
      background: #f0f8ff;
      /* 重なりを考慮 */
      z-index: 3;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      width: 100px; }
    .members section .table-area table tbody tr:nth-child(even) {
      background: #f9f9f9; }
    .members section .table-area table tbody tr td:nth-child(2) {
      left: 67.8px;
      background: #f0f8ff;
      /* 重なりを考慮 */
      z-index: 2;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky; }
    .members section .table-area table tbody tr td:nth-child(1) {
      left: 0;
      background: #f0f8ff;
      /* 重なりを考慮 */
      z-index: 2;
      position: -webkit-sticky;
      position: -moz-sticky;
      position: -ms-sticky;
      position: -o-sticky;
      position: sticky;
      border-left: 2px solid #cccccc; }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */
/*-------------------------------------------------------------------------------


footer


-------------------------------------------------------------------------------*/
footer {
  background: url(/img/footer-bg.png) center center/cover no-repeat; }
  footer .footer-inner .footer-nav ul li a {
    color: #fff; }
    footer .footer-inner .footer-nav ul li a:before {
      border-color: transparent transparent transparent #fff; }
    footer .footer-inner .footer-nav ul li a:hover {
      border-bottom: 1px solid #fff; }
  footer p {
    color: #fff; }

/*# sourceMappingURL=modify.css.map */
