/* ================================================= */
/* 1. スマホ・共通設定（画面幅の指定なし） */
/* ================================================= */
footer {
  /* background-color: #F1F1F1; */
  position: relative;
  text-align: center;
  /* padding-bottom: 70px; */
  font-weight: 500;
}

.special-footer section.section {
  padding: 50px 0 100px;
  width: calc(640% / 7.50);
  margin-left: auto;
  margin-right: auto;
}

.footer {
    display: block; /* スマホは縦並び */
}

.footer .f-logo .logo {
    width: 260px;
    margin: 0 auto;
    display: block;
}

.footer .f-logo p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    /* color: #7F7F80; */
    margin: 20px 0;
}

.footer .f-icon {
    display: flex;
    justify-content: center;
}

.footer .f-logo .f-icon img {
    width: 40px;
    margin: 0 10px;
}

.footer .f-right {
  display: flex;
  margin-top: 50px;
  width: 100%;
  justify-content: center;

  .flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.footer .f-works {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}

.footer .f-works02 {
    margin-right: 0;
}

.footer .f-right .f-works-werp {
    width: 100%;
    padding: 10px;
    height: 57px;
    background-color: #fff;
    border: 1px solid #7F7F80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .f-right .f-works01 img {
    width: 100%;
}

.footer .f-right .f-works02 .f-works-werp {
    margin-left: 0;
    height: 57px;
}

.footer .f-right .f-works02 .f-works-werp .f-works-werp-box img {
    width: 30px;
    margin-right: 5px;
}

.footer .f-right .f-works02 .f-works-werp .f-works-werp-box p {
    font-size: 10px;
    color: #7F7F80;
    padding: 0;
    margin: 0;
}

.footer .f-right .f-works p {
    font-size: 15px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
}

footer .copyright {
  font-size: 15px;
  /* color: #7F7F80; */
  margin-top: 1em!important;
  margin-bottom: 0;
  text-align: center;
}

/* footer .f-yoyaku {
    background-color: #FFD833;
    padding: 10px 0 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    height: 50px;
} */

/* footer .f-yoyaku a {
    text-align: center;
    font-size: 20px;
    color: #0097E0;
    font-weight: bold;
    display: block;
    line-height: 1;
    transition: 0.3s;
    position: relative;
}

footer .f-yoyaku .top-btn {
    max-width: 1200px;
    margin: 0 auto;
}

footer .f-yoyaku .top-btn img {
    width: 50px;
    position: absolute;
    right: 0;
    top: -85px;
}
*/

/* footer .f-nav ul {
    padding: 0;
    display: block;
    margin: 25px 0 40px;
}

footer .f-nav ul li {
    margin-right: 30px;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

footer .f-nav ul li a {
    color: #7F7F80;
} */

.arrow {
    position: relative;
    display: inline-block;
    width: 15.5px;
    height: 8.7px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1.5px);
    width: 2px;
    height: 8.5px;
    top: -8px;
    border-radius: 9999px;
    background-color: #0097E0;
    transform-origin: 50% calc(100% - 1.5px);
}

.arrow::before { transform: rotate(45.2deg); }
.arrow::after { transform: rotate(-45.2deg); }


/* ================================================= */
/* 2. PC版設定（769px以上） */
/* ================================================= */
@media screen and (min-width: 769px) {
    footer {
        /* padding-bottom: 180px; */
    }

    .special-footer .footer {
      display: flex;
      padding: 50px 0 45px;
    }

    .footer .f-logo .logo {
        width: 424px;
        margin: 0;
    }

    .footer .f-logo p {
        font-size: 16px;
        line-height: 1.62;
        margin: 20px 0 0;
    }

    .footer .f-logo .f-icon img {
        margin: 0 15px 0 0;
    }

    .footer .f-right {
        margin-left: auto;
        margin-top: 0;
        width: auto;
        justify-content: flex-start;
    }

    .footer .f-right .f-works-werp {
        width: 291px;
        height: 101px;
    }

    .footer .f-right .f-works01 img {
        width: 250px;
    }

    .footer .f-right .f-works02 .f-works-werp {
        margin-left: 20px;
    }

    .footer .f-right .f-works02 .f-works-werp .f-works-werp-box img {
        width: 60px;
        margin-right: 20px;
    }

    .footer .f-right .f-works02 .f-works-werp .f-works-werp-box p {
        font-size: 16px;
    }

    .footer .f-right .f-works02 p {
        font-size: 16px;
        padding-left: 20px;
    }

    footer .copyright {
      font-size: 16px;
      text-align: right;
      margin-top: 1em;
    }

    /* footer .f-yoyaku {
        padding: 25px 0 20px;
        height: 100px;
    }

    footer .f-yoyaku a {
        font-size: 26.8px;
    }

    footer .f-yoyaku .top-btn img {
        width: 70px;
        top: -110px;
    } */

    /* footer .f-nav ul {
        display: flex;
        margin: 10px 0 50px;
    }

    footer .f-nav ul li {
        margin-bottom: 0;
    }

    .arrow::before,
    .arrow::after {
        width: 3px;
        height: 11.5px;
        top: auto;
    } */
}

/* ================================================= */
/* 3. 特大画面などの微調整（必要に応じて） */
/* ================================================= */
@media screen and (min-width: 1441px) {
    /* 必要があればここに1600px等の指定を移植 */
}


.special-footer {
  background-color: #0a2d5a;
  color: #fff;

  .link-logo {display: block;}
}
/* special-footer */

@media screen and (min-width: 769px) {
  .footer {text-align: left;}
  .special-footer {
    section.section {
      padding: 0;
      width: 100%;
      max-width: 1200px;
      padding: 0 40px;
    }

  }
  /* special-footer */
}
