@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
/* footer
========================================================================== */
.footer {
  background-color: #7BC4C4;
  color: #fff;
  padding-bottom: 10px;
}
.footer__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
  padding: 100px 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
}
@media screen and (max-width: 1280px) {
  .footer__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .footer__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .footer__inner {
    display: block;
    padding: 70px 5%;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
  }
}
.footer__logo span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 640px) {
  .footer__logo span {
    letter-spacing: 0;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.footer__logo small {
  font-size: 1.2rem;
  text-align: left;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .footer__logo small {
    line-height: 1.4;
    font-size: 1rem;
  }
}
.footer .logoflex {
  gap: 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .logoflex .exseli-logo {
  width: 230px;
}
.footer .logoflex .jpx-logo {
  width: 58px;
  height: auto;
}
.footer__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .footer__nav {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.footer__link {
  text-decoration: none;
  font-size: 1.7rem;
  color: #fff;
}
.footer__link--ir {
  position: relative;
}
.footer__link--ir::after {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  content: "CHECK";
  position: absolute;
  top: 0;
  left: 5.5rem;
  font-size: 1rem;
  color: #fff;
  background-color: #f44;
  padding: 3px 6px;
  border-radius: 8px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__link--ir::after {
    left: 4.5rem;
    font-size: 0.8rem;
    padding: 2px 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: 1.4rem;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}