/* start 2021.06.09 add */

#footer-navi-area,
#footer-navi-area ~ * {
	font-family: "CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, "lr oSVbN", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

#footer-navi-area * {
	box-sizing: border-box;
}

#footer-navi-area .inner {
	position: relative;
}

#footer-navi-area::after,
#footer-navi-area .inner::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* end 2021.06.09 add */


.footer-navigation {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 40px 0 20px;
	margin-top: 120px; }
  @media only screen and (min-width: 769px) and (max-width: 1180px) {
    .footer-navigation {
      padding: 40px 0 0 20px; } }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .footer-navigation {
      padding: 0 0 20px; } }
  @media only screen and (max-width: 540px) {
    .footer-navigation {
      display: none; } }
  .footer-navigation .inner {
    max-width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-navigation .title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    text-align: left; }
    .footer-navigation .title a {
      color: #000; }
  .footer-navigation .title-link {
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    text-align: left; }
    .footer-navigation .title-link:before {
      content: '';
      position: absolute;
      width: 24px;
      height: 6px;
      left: 0;
      top: 5px;
      background: url(/images/common/arrow_blue.png) no-repeat;
      background-size: contain; }
    .footer-navigation .title-link a {
      color: #000;
      margin-left: 20px; }
  .footer-navigation .navi-container {
    width: 18.305084745762713%; }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .footer-navigation .navi-container {
        width: 15.305084745762713%; } }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .footer-navigation .navi-container {
        display: none; } }
    .footer-navigation .navi-container li {
      position: relative;
      font-size: 13px;
      padding-top: 10px;
      text-align: left; }
      .footer-navigation .navi-container li:first-child {
        margin-top: 10px; }
      .footer-navigation .navi-container li:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 2px;
        border: 1px solid #0068b5;
        border-radius: 2px;
        background: #0068b5;
        top: 17px; }
      .footer-navigation .navi-container li a {
        display: block;
        padding-left: 10px;
        color: #000;
        text-decoration: underline; }
        .footer-navigation .navi-container li a:hover {
          text-decoration: none; }
  .footer-navigation .company {
    width: 39.23728813559322%; }
    @media only screen and (min-width: 769px) and (max-width: 1180px) {
      .footer-navigation .company {
        width: 39.23728813559322%; } }
    .footer-navigation .company__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-navigation .company li {
      font-size: 13px;
      padding-top: 10px;
      width: 50%; }
      .footer-navigation .company li:nth-child(2) {
        margin-top: 10px; }
  @media only screen and (min-width: 541px) and (max-width: 768px) {
    .footer-navigation .recruit {
      display: none; } }
  .footer-navigation .contact {
    padding-top: 20px; }
    @media only screen and (min-width: 541px) and (max-width: 768px) {
      .footer-navigation .contact {
        display: none; } }
  .footer-navigation .banner {
    padding-top: 20px; }
    .footer-navigation .banner__text {
      color: #0066ba;
      font-size: 16px;
      padding-top: 11px;
      font-weight: bold; }
    .footer-navigation .banner__subText {
      color: #000;
      font-size: 10px; }
    .footer-navigation .banner a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      .footer-navigation .banner a:hover {
        text-decoration: none; }
    .footer-navigation .banner li {
      position: relative;
      width: 216px;
      height: 63px;
      border: 1px solid #ededed;
      background: #fff;
      text-align: center; }
      @media only screen and (min-width: 541px) and (max-width: 768px) {
        .footer-navigation .banner li {
          float: left;
          margin-left: 20px; } }
      .footer-navigation .banner li:not(:firts-child) {
        margin-top: 10px; }
        @media only screen and (min-width: 541px) and (max-width: 768px) {
          .footer-navigation .banner li{
            margin-bottom: 10px;} }
      .footer-navigation .banner li:before {
        content: '';
        position: absolute;
        right: 5px;
        bottom: 5px;
        background: url(/images/common/icon_outlink.png) no-repeat;
        background-size: contain;
        width: 10px;
        height: 10px;
        z-index: 10; }
    .footer-navigation .banner img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80%; }
  .footer-navigation .icon-outlink {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-left: 5px; }