@charset "UTF-8";
/* Footer */
footer {
  padding-top: 50px;
  border-top: 5px solid #16B2CE;
  line-height: 1.6em;
  background-color: #FFF; }
  footer .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      footer .inner {
        display: block; } }
  footer .logo-nav {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      footer .logo-nav {
        width: 100%; } }
  footer .f-contact .f-log {
    margin-bottom: 20px;
    margin-right: 50px; }
    @media screen and (max-width: 768px) {
      footer .f-contact .f-log {
        width: 360px;
        margin: 0 auto 20px; } }
    @media screen and (max-width: 480px) {
      footer .f-contact .f-log {
        width: 240px; } }
  @media screen and (max-width: 768px) {
    footer .f-contact ul {
      width: 100%; } }
  footer .f-contact ul li {
    margin-bottom: 3px; }
  footer .f-contact .f-nav a {
    display: flex;
    align-items: center;
    color: #11A9ED;
    text-decoration: none;
    font-size: 2.0rem;
    line-height: 1.2em;
    margin-bottom: 10px; }
  footer .f-contact .circle-icon {
    width: 21px;
    height: 21px;
    border: 1px solid #11A9ED;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px; }
  footer .f-contact .f-pv {
    font-size: 1.4rem; }
    footer .f-contact .f-pv a {
      color: #11A9ED; }
  @media screen and (max-width: 768px) {
    footer .f-contact .tel-form {
      width: 100%;
      margin-top: 15px; } }
  @media screen and (max-width: 480px) {
    footer .f-contact .tel-form {
      box-sizing: border-box; } }
  footer .f-contact .tel-form .f-form {
    text-align: center; }
    footer .f-contact .tel-form .f-form a {
      font-size: 1.8rem;
      font-weight: 700;
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      padding: 15px 1em;
      color: #FFF;
      background-image: linear-gradient(90deg, #11A9ED, #3BF4EC);
      border-radius: 6px;
      text-decoration: none;
      position: relative; }
      footer .f-contact .tel-form .f-form a::after {
        content: "　▶";
        /* 半角スペース + 三角 */
        font-size: 1.4rem;
        /* 矢印だけ少し調整しても良い */ }
      @media screen and (max-width: 768px) {
        footer .f-contact .tel-form .f-form a {
          padding: 6vw 1em;
          font-size: 2.2rem; } }
      @media screen and (max-width: 480px) {
        footer .f-contact .tel-form .f-form a {
          padding: 5vw 1em;
          font-size: 2.0rem; } }
  footer .f-contact .tel-form .f-tel {
    width: 100%;
    margin-top: 10px; }
  footer .bnr-area {
    padding: 50px 0;
    border-top: 1px dotted #111;
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      footer .bnr-area {
        margin-top: 30px;
        padding: 30px 0;
        font-size: 1.6rem;
        justify-content: space-between; } }
    @media screen and (max-width: 480px) {
      footer .bnr-area {
        font-size: 1.5rem; } }
    footer .bnr-area div {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        footer .bnr-area div {
          display: block; } }
      footer .bnr-area div figure {
        margin: 0 0 0 30px; }
        @media screen and (max-width: 768px) {
          footer .bnr-area div figure {
            margin-left: 0;
            margin-top: 15px;
            width: 100%; } }
        footer .bnr-area div figure img {
          height: 50px; }
          @media screen and (max-width: 768px) {
            footer .bnr-area div figure img {
              width: auto;
              height: 40px; } }
          @media screen and (max-width: 480px) {
            footer .bnr-area div figure img {
              width: auto;
              height: 34px; } }
  footer .copy-r {
    background-color: #000;
    font-size: 1.4rem;
    color: #FFF;
    width: 100%;
    padding: 5px 0; }
