@charset "UTF-8";
/*-------------------------------
	Import
-------------------------------*/
/*	function
-------------------------------*/
/*	Breakpoint
-------------------------------*/
/*	Font Family
-------------------------------*/
/*	Color
-------------------------------*/
@import url("preset.css");
/*	function
-------------------------------*/
/*	Breakpoint
-------------------------------*/
/*	Font Family
-------------------------------*/
/*	Color
-------------------------------*/
/*-------------------------------
	Main Modlue
-------------------------------*/
.js-tgl-btn {
  cursor: pointer; }

.js-tgl-cont {
  display: none; }

.actual-box {
  background-color: #fff;
  border: #0389be 2px solid;
  border-radius: 6px; }
  .actual-box .ttl {
    padding: 30px 0;
    text-align: center;
    font-size: 120%;
    margin: 0 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .actual-box .ttl {
        padding: 20px 0;
        margin: 0 5px; } }
    .actual-box .ttl::after {
      display: inline-block;
      content: "";
      background: url(../img/base/icon-triangle-down.svg) no-repeat center/24px;
      width: 24px;
      height: 24px;
      position: relative;
      top: 4px;
      left: 4px; }
    .actual-box .ttl img {
      position: absolute;
      top: calc(50% - 33px);
      left: 0px; }
      @media screen and (max-width: 767px) {
        .actual-box .ttl img {
          position: static;
          width: 100px;
          margin-bottom: 5px; } }
  .actual-box .box-in {
    padding: 0px 25px 40px; }
    @media screen and (max-width: 767px) {
      .actual-box .box-in {
        padding: 0px 10px 30px; } }
    .actual-box .box-in .actual-sec {
      padding-top: 30px; }
      @media screen and (max-width: 767px) {
        .actual-box .box-in .actual-sec {
          padding-top: 15px; } }
      .actual-box .box-in .actual-sec.sentaku-kansou-sec .sec-ttl {
        background-color: #0484A2; }
      .actual-box .box-in .actual-sec.sentaku-kansou-sec .group .list-wrap .list {
        border: 2px solid #0484A2; }
        .actual-box .box-in .actual-sec.sentaku-kansou-sec .group .list-wrap .list-ttl {
          background-color: #0484A2; }
        .actual-box .box-in .actual-sec.sentaku-kansou-sec .group .list-wrap .list .info .name .kogata {
          color: #12982B;
          border: 1px solid #12982B; }
        .actual-box .box-in .actual-sec.sentaku-kansou-sec .group .list-wrap .list .info .name .chugata {
          color: #F42D72;
          border: 1px solid #F42D72; }
        .actual-box .box-in .actual-sec.sentaku-kansou-sec .group .list-wrap .list .info .name .ogata {
          color: #2D1EA2;
          border: 1px solid #2D1EA2; }
      .actual-box .box-in .actual-sec.kansou-sec .sec-ttl {
        background-color: #D88500; }
      .actual-box .box-in .actual-sec.kansou-sec .group .list-wrap .list {
        border: 2px solid #D88500; }
        .actual-box .box-in .actual-sec.kansou-sec .group .list-wrap .list-ttl {
          background-color: #D88500; }
        .actual-box .box-in .actual-sec.kansou-sec .group .list-wrap .list .info .name .kogata {
          color: #F57100;
          border: 1px solid #F57100; }
        .actual-box .box-in .actual-sec.kansou-sec .group .list-wrap .list .info .name .chugata {
          color: #F59700;
          border: 1px solid #F59700; }
        .actual-box .box-in .actual-sec.kansou-sec .group .list-wrap .list .info .name .ogata {
          color: #E5B900;
          border: 1px solid #E5B900; }
      .actual-box .box-in .actual-sec.other-sec .sec-ttl {
        background-color: #6D5EAC; }
      .actual-box .box-in .actual-sec.other-sec .group .list-wrap .list {
        border: 2px solid #6D5EAC; }
        .actual-box .box-in .actual-sec.other-sec .group .list-wrap .list-ttl {
          background-color: #6D5EAC; }
        .actual-box .box-in .actual-sec.other-sec .group .list-wrap .list .info .name {
          color: #6D5EAC; }
      .actual-box .box-in .actual-sec .sec-ttl {
        text-align: center;
        background-color: #333;
        border-radius: 100px;
        color: #fff;
        padding: 15px;
        font-size: 20px; }
      .actual-box .box-in .actual-sec .group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .actual-box .box-in .actual-sec .group .list-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 33.3%;
                  flex: 0 0 33.3%;
          padding: 0 10px; }
          @media screen and (max-width: 999px) {
            .actual-box .box-in .actual-sec .group .list-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 50%;
                      flex: 0 0 50%;
              padding: 0px 2px; } }
          @media screen and (max-width: 767px) {
            .actual-box .box-in .actual-sec .group .list-wrap {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%; } }
          .actual-box .box-in .actual-sec .group .list-wrap .list {
            border: 2px solid #333;
            position: relative;
            margin-top: 15px;
            border-radius: 10px;
            padding: 2px; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st00, .actual-box .box-in .actual-sec .group .list-wrap .list .st01, .actual-box .box-in .actual-sec .group .list-wrap .list .st02, .actual-box .box-in .actual-sec .group .list-wrap .list .st03, .actual-box .box-in .actual-sec .group .list-wrap .list .st04, .actual-box .box-in .actual-sec .group .list-wrap .list .st05, .actual-box .box-in .actual-sec .group .list-wrap .list .st09 {
              position: absolute;
              top: 12px;
              right: 12px;
              z-index: 3;
              padding: 4px 10px;
              border-radius: 5px;
              line-height: 1; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st00 span, .actual-box .box-in .actual-sec .group .list-wrap .list .st01 span, .actual-box .box-in .actual-sec .group .list-wrap .list .st02 span, .actual-box .box-in .actual-sec .group .list-wrap .list .st03 span, .actual-box .box-in .actual-sec .group .list-wrap .list .st04 span, .actual-box .box-in .actual-sec .group .list-wrap .list .st05 span, .actual-box .box-in .actual-sec .group .list-wrap .list .st09 span {
                display: none; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st00 {
              display: none;
              background-color: #E2E2E2; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st00::before {
                content: "空き"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st01 {
              background-color: #fee63d; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st01::before {
                content: "運転中"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st02 {
              background-color: #FF4646;
              border: 1px solid #fff;
              color: #fff; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st02::before {
                content: "エラー"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st03 {
              background-color: #FF4646;
              border: 1px solid #fff;
              color: #fff; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st03::before {
                content: "ストップ"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st04 {
              background-color: #FF4646;
              border: 1px solid #fff;
              color: #fff; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st04::before {
                content: "ストップ"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st05 {
              background-color: #FF4646;
              border: 1px solid #fff;
              color: #fff; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st05::before {
                content: "チェック"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list .st09 {
              background-color: #FF4646;
              border: 1px solid #fff;
              color: #fff; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .st09::before {
                content: "エラー"; }
            .actual-box .box-in .actual-sec .group .list-wrap .list-ttl {
              text-align: center;
              background-color: #333;
              color: #fff;
              padding: 8px;
              border-radius: 7px; }
              @media screen and (max-width: 767px) {
                .actual-box .box-in .actual-sec .group .list-wrap .list-ttl {
                  padding: 8px 8px 8px 50px; } }
            .actual-box .box-in .actual-sec .group .list-wrap .list .info {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              position: relative; }
              .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading {
                padding: 5px;
                border-radius: 999px;
                background-color: #fff;
                position: relative;
                z-index: 1;
                width: 90px;
                height: 90px;
                padding: 5px; }
                @media screen and (max-width: 767px) {
                  .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading {
                    margin-top: -40px; } }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .time {
                  position: absolute;
                  top: calc(50% - 12px);
                  letter-spacing: 0;
                  left: 0;
                  width: 100%;
                  text-align: center;
                  font-weight: 800;
                  line-height: 1; }
                  .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .time span {
                    font-size: 24px; }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle,
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle::before,
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle::after {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  border: 1px solid #e5e5e5;
                  border-radius: 999px; }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle.move,
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle.move::before,
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle.move::after {
                  border-left-color: #739af2; }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle {
                  margin: -34px 0 0 -34px;
                  height: 68px;
                  width: 68px;
                  -webkit-animation: animation-rotate 2000ms linear infinite;
                  animation: animation-rotate 2000ms linear infinite; }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle::before {
                  content: "";
                  margin: -37px 0 0 -37px;
                  height: 74px;
                  width: 74px;
                  -webkit-animation: animation-rotate 2400ms linear infinite;
                  animation: animation-rotate 2400ms linear infinite; }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .loading .circle::after {
                  content: "";
                  margin: -40px 0 0 -40px;
                  height: 80px;
                  width: 80px;
                  -webkit-animation: animation-rotate 2800ms linear infinite;
                  animation: animation-rotate 2800ms linear infinite; }

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
              .actual-box .box-in .actual-sec .group .list-wrap .list .info .name {
                padding-left: 10px; }
                .actual-box .box-in .actual-sec .group .list-wrap .list .info .name span {
                  color: #333;
                  border-radius: 100px;
                  border: 1px solid #333;
                  padding: 2px 7px;
                  margin-right: 5px; }
  @media screen and (max-width: 767px) {
    .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list-ttl {
        padding: 5px 8px 5px 8px; }
      .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list .status {
        text-align: center;
        margin-top: 3px;
        position: static;
        border-radius: 100px;
        font-size: 88%;
        letter-spacing: 0; }
        .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list .status.st00 {
          display: block; }
        .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list .status.st01 span {
          display: inline-block;
          padding-left: 5px; }
      .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list .info {
        padding: 10px 0; }
        .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list .info .loading {
          display: none; }
        .actual-box.-sm-2column .box-in .actual-sec .group .list-wrap .list .info .name {
          padding-left: 5px;
          font-size: 90%; } }

.news-box a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  font-size: 14px; }
  .news-box a dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .news-box a dl {
        display: block; } }
    .news-box a dl dt {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px; }
    .news-box a dl dd {
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .news-box a dl dd {
          padding-top: 5px; } }

.fukidashi-blue {
  position: relative; }
  .fukidashi-blue::after {
    content: "";
    position: absolute;
    bottom: -7.5px;
    left: calc(50% - 7px);
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #0389be transparent transparent transparent; }

/*	Typography
-------------------------------*/
.ff-mplus, #top .point-box h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500; }
  .ff-mplus.fw-b, #top .point-box h3.fw-b,
  .ff-mplus .fw-b,
  #top .point-box h3 .fw-b {
    font-weight: 700; }
  .ff-mplus.fw-ex-b, #top .point-box h3.fw-ex-b,
  .ff-mplus .fw-ex-b,
  #top .point-box h3 .fw-ex-b {
    font-weight: 800; }

.rotate-90 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block; }

/* color */
.c-black {
  color: #333; }

.c-white {
  color: #fff; }

.c-yellow {
  color: #fee63d; }

.c-blue {
  color: #0389be; }

.c-lightblue {
  color: #edf2f5; }

.c-darkgray {
  color: #464646; }

/*	Background
-------------------------------*/
/* background-color */
.bgc-black {
  background-color: #333; }

.bgc-white {
  background-color: #fff; }

.bgc-yellow {
  background-color: #fee63d; }

.bgc-blue {
  background-color: #0389be; }

.bgc-lightblue {
  background-color: #edf2f5; }

.bgc-darkgray {
  background-color: #464646; }

/* sec-wave */
.sec-wave {
  width: 4800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sec-wave svg {
    margin: 0 -0.5px;
    width: 2400px;
    height: 30px;
    -webkit-animation: moveforever 20s linear 0s infinite normal both;
            animation: moveforever 20s linear 0s infinite normal both; }
    @media screen and (max-width: 767px) {
      .sec-wave svg {
        -webkit-animation: moveforever 15s linear 0s infinite normal both;
                animation: moveforever 15s linear 0s infinite normal both;
        width: 600px;
        height: 15px; } }
  .sec-wave.-black svg {
    fill: #333; }
  .sec-wave.-white svg {
    fill: #fff; }
  .sec-wave.-yellow svg {
    fill: #fee63d; }
  .sec-wave.-blue svg {
    fill: #0389be; }
  .sec-wave.-lightblue svg {
    fill: #edf2f5; }
  .sec-wave.-darkgray svg {
    fill: #464646; }

@-webkit-keyframes moveforever {
  0% {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%); }
  100% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%); } }

@keyframes moveforever {
  0% {
    -webkit-transform: translate(0px, 0%);
            transform: translate(0px, 0%); }
  100% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%); } }

/*######################
フェードの動き
==================*/
.js-scroll {
  opacity: 0; }
  .js-scroll.on {
    animation: fadein 0.8s ease 0s 1 normal both;
    -webkit-animation: fadein 0.8s ease 0s 1 normal both; }

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

/*	Button & Link
-------------------------------*/
/*	Object
-------------------------------*/
/* border */
.bd-black {
  border: 1px solid #333; }

.bt-black {
  border-top: 1px solid #333; }

.br-black {
  border-right: 1px solid #333; }

.bb-black {
  border-bottom: 1px solid #333; }

.bl-black {
  border-left: 1px solid #333; }

.bd-white {
  border: 1px solid #fff; }

.bt-white {
  border-top: 1px solid #fff; }

.br-white {
  border-right: 1px solid #fff; }

.bb-white {
  border-bottom: 1px solid #fff; }

.bl-white {
  border-left: 1px solid #fff; }

.bd-yellow {
  border: 1px solid #fee63d; }

.bt-yellow {
  border-top: 1px solid #fee63d; }

.br-yellow {
  border-right: 1px solid #fee63d; }

.bb-yellow {
  border-bottom: 1px solid #fee63d; }

.bl-yellow {
  border-left: 1px solid #fee63d; }

.bd-blue {
  border: 1px solid #0389be; }

.bt-blue {
  border-top: 1px solid #0389be; }

.br-blue {
  border-right: 1px solid #0389be; }

.bb-blue {
  border-bottom: 1px solid #0389be; }

.bl-blue {
  border-left: 1px solid #0389be; }

.bd-lightblue {
  border: 1px solid #edf2f5; }

.bt-lightblue {
  border-top: 1px solid #edf2f5; }

.br-lightblue {
  border-right: 1px solid #edf2f5; }

.bb-lightblue {
  border-bottom: 1px solid #edf2f5; }

.bl-lightblue {
  border-left: 1px solid #edf2f5; }

.bd-darkgray {
  border: 1px solid #464646; }

.bt-darkgray {
  border-top: 1px solid #464646; }

.br-darkgray {
  border-right: 1px solid #464646; }

.bb-darkgray {
  border-bottom: 1px solid #464646; }

.bl-darkgray {
  border-left: 1px solid #464646; }

/*	Hover & Animation
-------------------------------*/
/* default hover */
.hov {
  opacity: 1;
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out; }
  .hov:hover {
    opacity: 0.65;
    text-decoration: none; }

/*-------------------------------
	for Wordpress
-------------------------------*/
/*	Post related
-------------------------------*/
/* cms-sentence */
.cms-sentence::before, .cms-sentence::after {
  content: "";
  display: table; }

.cms-sentence::after {
  clear: both; }

.cms-sentence .wpcf7 {
  width: 600px;
  max-width: 100%;
  margin: auto; }
  .cms-sentence .wpcf7 label {
    margin-top: 20px; }
  .cms-sentence .wpcf7 input,
  .cms-sentence .wpcf7 textarea {
    padding: 5px 10px;
    border: 2px #ccc solid;
    width: 100%;
    border-radius: 5px; }
  .cms-sentence .wpcf7 input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    background-color: #0389be;
    color: #fff;
    width: 100%;
    border: 0;
    cursor: pointer; }
    .cms-sentence .wpcf7 input[type="submit"]:hover {
      opacity: 0.7; }

.cms-sentence h1,
.cms-sentence h2,
.cms-sentence h3,
.cms-sentence h4,
.cms-sentence h5,
.cms-sentence h6,
.cms-sentence p,
.cms-sentence blockquote,
.cms-sentence table,
.cms-sentence dl,
.cms-sentence ul,
.cms-sentence ol,
.cms-sentence table,
.cms-sentence figure,
.cms-sentence pre,
.cms-sentence .wp-caption {
  margin-bottom: 30px; }

.cms-sentence h1,
.cms-sentence h2,
.cms-sentence h3,
.cms-sentence h4,
.cms-sentence h5,
.cms-sentence h6 {
  font-weight: bold;
  line-height: 1.4; }

.cms-sentence h2 {
  font-size: 120%;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px 15px; }

.cms-sentence a {
  text-decoration: underline; }
  .cms-sentence a:hover {
    text-decoration: none;
    -webkit-text-decoration-color: inherit;
            text-decoration-color: inherit; }

.cms-sentence table th {
  color: #0389be;
  white-space: nowrap; }

.cms-sentence table th,
.cms-sentence td {
  width: auto !important;
  border-bottom: 1px solid #ccc;
  padding: 6px; }

.cms-sentence address {
  font-style: normal; }

.cms-sentence b,
.cms-sentence strong {
  font-weight: bold; }

.cms-sentence em {
  font-style: italic; }

.cms-sentence blockquote {
  /* shame */ }

.cms-sentence table {
  /* shame */ }

.cms-sentence dl {
  /* shame */ }

.cms-sentence ul {
  /* shame */ }

.cms-sentence ol {
  /* shame */ }

.cms-sentence code {
  /* shame */ }

.cms-sentence kbd {
  /* shame */ }

.cms-sentence pre {
  /* shame */ }

.cms-sentence .wp-caption,
.cms-sentence img {
  max-width: 100%;
  height: auto; }

.cms-sentence .wp-video {
  max-width: 100%; }
  .cms-sentence .wp-video video {
    width: 100%;
    height: 100%; }

.cms-sentence figcaption {
  /* shame */ }

.cms-sentence .alignleft {
  display: block;
  float: left;
  margin: 0 30px 30px 0; }

.cms-sentence .alignright {
  display: block;
  float: right;
  margin: 0 0 30px 30px; }

.cms-sentence .aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.cms-sentence iframe {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .cms-sentence iframe {
      width: 100%;
      height: calc((100vw - 40px) * 0.5625); }
      .cms-sentence iframe[src*="map"] {
        height: 400px; } }

/* cms-pagenation */
.cms-pagenation {
  text-align: center; }
  .cms-pagenation a {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms; }
    .cms-pagenation a:hover {
      text-decoration: none;
      opacity: 0.5; }
    .cms-pagenation a.null {
      background-color: #edf2f5 !important;
      color: #95bad3 !important;
      pointer-events: none; }
  .cms-pagenation .md-d-n .btn {
    display: none; }
  .cms-pagenation .md-d-n ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 25px; }
    .cms-pagenation .md-d-n ul li {
      display: inline-block;
      margin: 15px 7px 0; }
      .cms-pagenation .md-d-n ul li a {
        display: block;
        background-color: #fff;
        border: 1px solid #0389be;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        color: #0389be;
        border-radius: 10px; }
        .cms-pagenation .md-d-n ul li a.act {
          color: #fff;
          background-color: #0389be; }
      .cms-pagenation .md-d-n ul li:first-child a,
      .cms-pagenation .md-d-n ul li:last-child a {
        font-size: 85%; }
      .cms-pagenation .md-d-n ul li.elps {
        line-height: calc(48px - 0.5em); }
  .cms-pagenation .d-n.md-d-b ul {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    padding-top: 15px; }
    @media screen and (max-width: 767px) {
      .cms-pagenation .d-n.md-d-b ul {
        border-spacing: 0; } }
    .cms-pagenation .d-n.md-d-b ul li {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .cms-pagenation .d-n.md-d-b ul li {
          display: table-cell;
          vertical-align: middle; }
          .cms-pagenation .d-n.md-d-b ul li:not(:last-child) a {
            border-right: none; } }
      .cms-pagenation .d-n.md-d-b ul li:first-child, .cms-pagenation .d-n.md-d-b ul li:last-child {
        width: 48px; }
      .cms-pagenation .d-n.md-d-b ul li a {
        display: block;
        border: 1px solid #0389be;
        height: 48px;
        line-height: 48px;
        text-align: center; }

header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fee63d; }
  @media screen and (max-width: 999px) {
    header {
      height: 60px; } }
  main {
    display: block;
    padding-top: 100px; }
    @media screen and (max-width: 999px) {
      main {
        padding-top: 60px; } }
  header .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
    height: 100%;
    margin: auto;
    padding: 0 15px; }
    @media screen and (max-width: 999px) {
      header .in {
        padding: 0 0 0 5px; } }
    @media screen and (max-width: 999px) {
      header .in .logo a img {
        width: 40px;
        height: auto; } }
    header .in .logo .open24h {
      width: 42px;
      height: 42px; }
      @media screen and (max-width: 767px) {
        header .in .logo .open24h {
          width: 38px;
          height: 38px; } }
    @media screen and (min-width: 1000px) {
      header .in .gnav {
        height: 100%; }
        header .in .gnav > ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; }
          header .in .gnav > ul > li {
            height: 100%;
            position: relative; }
            header .in .gnav > ul > li > a {
              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;
              height: 100%;
              padding: 0 8px;
              letter-spacing: 0;
              font-size: 100%;
              font-weight: bold;
              line-height: 1.4;
              position: relative; }
              header .in .gnav > ul > li > a::after {
                content: "";
                background-color: #0389be;
                width: 0;
                height: 5px;
                position: absolute;
                left: 0;
                bottom: 0; }
              header .in .gnav > ul > li > a:hover {
                color: #0389be; }
                header .in .gnav > ul > li > a:hover::after {
                  width: 100%; }
            header .in .gnav > ul > li:hover > a {
              color: #0389be; }
              header .in .gnav > ul > li:hover > a::after {
                width: 100%; }
            header .in .gnav > ul > li:hover > ul {
              opacity: 1;
              width: 275px;
              height: auto;
              pointer-events: all;
              visibility: visible; } }
    @media screen and (max-width: 999px) {
      header .in .gnav {
        background-color: #0389be;
        padding: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        pointer-events: none;
        visibility: hidden;
        -webkit-transform: translateX(100px);
                transform: translateX(100px);
        z-index: 1;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }
        header .in .gnav a {
          display: block;
          padding: 10px;
          color: #fff;
          line-height: 1.4;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          header .in .gnav a + ul a::before {
            content: "-";
            padding-right: 0.5em; }
        header .in .gnav.act {
          opacity: 1;
          width: 100%;
          height: auto;
          pointer-events: all;
          visibility: visible;
          -webkit-transform: translateX(0px);
                  transform: translateX(0px);
          -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
          transition: opacity 0.3s, -webkit-transform 0.3s;
          transition: opacity 0.3s, transform 0.3s;
          transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } }
    header .in .gnav-trg {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      /* アクティブ時 */ }
      @media screen and (min-width: 1000px) {
        header .in .gnav-trg {
          display: none; } }
      header .in .gnav-trg span {
        display: block;
        background-color: #333;
        border-radius: 2px;
        width: 20px;
        height: 3px;
        position: absolute;
        top: calc(50% - (4px / 2));
        left: 20px;
        -webkit-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
        header .in .gnav-trg span.upp {
          -webkit-transform: translate(0, -8px);
                  transform: translate(0, -8px); }
        header .in .gnav-trg span.low {
          -webkit-transform: translate(0, 8px);
                  transform: translate(0, 8px); }
      header .in .gnav-trg.act span.upp {
        -webkit-transform: translate(0, 0) rotate(-45deg);
                transform: translate(0, 0) rotate(-45deg); }
      header .in .gnav-trg.act span.mid {
        -webkit-transform: translate(60px, 0);
                transform: translate(60px, 0);
        opacity: 0; }
      header .in .gnav-trg.act span.low {
        -webkit-transform: translate(0, 0) rotate(45deg);
                transform: translate(0, 0) rotate(45deg); }

/*-------------------------------
	Common
-------------------------------*/
.breadcrumb ul li {
  font-size: 12px;
  display: inline-block; }

body {
  background-color: #fff;
  font-family: "Roboto", "Helvetica Neue", "Hiragino Kaku Gothic Pro", "Meiryo, Yu Gothic", "YuGothic", "Arial", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em; }

#content,
footer {
  overflow: hidden; }

/*	Slag
-------------------------------*/
#top .swiper-container {
  width: 100%;
  height: 525px; }
  @media screen and (max-width: 767px) {
    #top .swiper-container {
      height: 300px; } }

#top .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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; }
  #top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#top .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px; }
  #top .swiper-pagination-bullet .swiper-pagination-bullet-active {
    background-color: #0389be; }

#top .point-box {
  border: 2px solid #333;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding: 46px 10px 30px; }
  @media screen and (max-width: 767px) {
    #top .point-box {
      padding: 35px 10px 20px; } }
  #top .point-box .num {
    position: absolute;
    top: -34px;
    left: calc(50% - 34px);
    background-color: #333;
    width: 68px;
    height: 68px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 68px;
    font-size: 27px;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      #top .point-box .num {
        width: 58px;
        height: 58px;
        line-height: 58px;
        top: -29px; } }
  #top .point-box h3 {
    font-size: 18px;
    letter-spacing: 0; }
    #top .point-box h3 span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fee63d));
      background: linear-gradient(transparent 60%, #fee63d 60%); }
  #top .point-box figure {
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      #top .point-box figure {
        padding-top: 15px; } }

#top .access-box {
  background: url("../img/top/access.jpg") no-repeat center/cover; }

#top .recruit-box {
  background: url("../img/top/recruit.jpg") no-repeat center/cover; }

#top .access-box,
#top .recruit-box {
  position: relative;
  border-radius: 10px; }
  #top .access-box::before,
  #top .recruit-box::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  #top .access-box:hover::before,
  #top .recruit-box:hover::before {
    background-color: rgba(0, 0, 0, 0.2); }
  #top .access-box hr,
  #top .recruit-box hr {
    border: 0;
    width: 35px;
    height: 3px;
    background-color: #fff; }
