.common-footer {
  background: #003e92;
  color: #ffffff;
}

.common-footer__nav.middle ul li h3:before,
.common-footer__other h3:before {
  background: #003e92;
}

.common-footer__contact.education {
  background: #ffffff;
  color: #003e92;
}

.common-footer__contact.education svg path {
  fill: #003e92;
}

.common-footer__copyright {
  background: #ffffff;
  color: #003e92;
}

.common-footer__logo {
 max-width: 308px          }

@media screen and (max-width: 767px) {
 .common-footer__logo {
   max-width: 49.333333333333vw            }
}


/*  layout > footer
============================================================================================================ */
.common-footer {
  position: relative;
  z-index: 2;
}
.common-footer__fixed {
  position: fixed;
  right: 0;
  bottom: 13px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .common-footer__fixed {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .common-footer__fixed {
    display: none;
    opacity: 0;
    pointer-events: none;
  }
}
.common-footer__fixed.is-stop {
  position: absolute;
  bottom: calc(100% + 13px);
}
@media (max-width: 767px) {
  .common-footer__fixed.is-stop {
    bottom: calc(100% + 6.4666666667vw);
  }
}
.common-footer__fixedList {
  position: relative;
  width: 50px;
  margin-left: auto;
}
.common-footer__fixedList li {
  width: 100%;
}
.common-footer__fixedList li:first-of-type img {
  -webkit-filter: drop-shadow(-3px 5px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-3px 5px 6px rgba(0, 0, 0, 0.16));
}
.common-footer__fixedList li:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 76px;
  z-index: 1;
}
.common-footer__fixedList li:nth-of-type(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.common-footer__fixedList a {
  display: block;
}
.common-footer__fixedList a img {
  width: 100%;
}
.common-footer__pageTop {
  position: relative;
  display: block;
  width: 53px;
  height: 62px;
  right: -3px;
  margin-top: 10px;
  -webkit-filter: drop-shadow(-3px 5px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-3px 5px 6px rgba(0, 0, 0, 0.16));
  cursor: pointer;
}
@media (max-width: 767px) {
  .common-footer__pageTop {
    width: 12vw;
    height: 14vw;
  }
}
.common-footer__pageTop img {
  width: 100%;
  height: auto;
}
.common-footer__inner {
  max-width: 637px;
  width: 100%;
  padding-top: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-footer__inner {
    max-width: 100%;
    padding-top: 10.6666666667vw;
  }
}
.common-footer__top {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  overflow: hidden;
}
.common-footer__topRow {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
  /* &:before,&:after{
    position: absolute;
    top: calc(50% + 3px);
    transform: translateY(-50%);
    content: "";
    width: 100vw;
    height: 10px;
    background: $white00;
    @media screen and (max-width: 964px) {
      content: none;
    }
  }
  &:before{
    right: 100%;
  }
  &:after{
    left: 100%;
  } */
}
@media screen and (max-width: 964px) {
  .common-footer__topRow {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .common-footer__topRow {
    max-width: 100%;
  }
}
.common-footer__logo {
  position: relative;
  /* &:before, &:after{
    @media screen and (max-width: 964px) {
      @include abso-center-v();
      content: "";
      width: 100%;
      height: 10px;
      background: $white00;
    }
    @include mq_sp{
      height: size_sp(10);
    }
  } */
  /* &:before{
    right: calc(100% + 50px);
    @include mq_sp{
      right: calc(100% + 6.6666666667vw);
    }
  }
  &:after{
    left: calc(100% + 50px);
    @include mq_sp{
      left: calc(100% + 6.6666666667vw);
    }
  } */
}
@media (max-width: 767px) {
  .common-footer__logo {
    margin-right: 0;
  }
}
.common-footer__logo img {
  width: 100%;
  height: auto;
}
.common-footer__catch {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4117647059;
}
@media screen and (max-width: 964px) {
  .common-footer__catch {
    font-size: 28px;
    font-size: 1.75rem;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .common-footer__catch {
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1.2631578947;
    margin-top: 6.4vw;
  }
}
.common-footer__sns {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .common-footer__sns {
    margin-top: 8vw;
  }
}
.common-footer__snsHeading {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  left: 0.05em;
  letter-spacing: 0.1em;
  line-height: 1.2083333333;
  text-align: center;
}
@media (max-width: 767px) {
  .common-footer__snsHeading {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.2222222222;
  }
}
.common-footer__snsList {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 29px;
}
@media (max-width: 767px) {
  .common-footer__snsList {
    margin-top: 6.6666666667vw;
  }
}
.common-footer__snsList li {
  width: 50px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .common-footer__snsList li {
    width: 10.6666666667vw;
    margin-right: 6.6666666667vw;
  }
}
.common-footer__snsList li:last-of-type {
  margin-right: 0;
}
.common-footer__snsList li a {
  display: block;
  width: 100%;
}
.common-footer__snsList li img {
  width: 100%;
  height: auto;
}
.common-footer__lineBtn {
  display: block;
  width: 148px;
  margin: 21px auto 0;
}
@media (max-width: 767px) {
  .common-footer__lineBtn {
    width: 39.8666666667vw;
    margin-top: 6.6666666667vw;
  }
}
.common-footer__lineBtn img {
  width: 100%;
  height: auto;
}
.common-footer__nav.top {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .common-footer__nav.top {
    margin-top: 11.6vw;
  }
}
.common-footer__nav.top ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-footer__nav.top ul > li {
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 calc(30px - 0.05em) 0 30px;
  text-align: center;
  border-right: 1px solid white;
}
@media (max-width: 767px) {
  .common-footer__nav.top ul > li {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
    padding: 0 calc(4vw - 0.05em) 0 4vw;
  }
}
.common-footer__nav.top ul > li:first-of-type {
  padding-left: 0;
}
.common-footer__nav.top ul > li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.common-footer__nav.top ul > li > a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
}
.common-footer__nav.top ul > li > a .icon {
  width: 30px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .common-footer__nav.top ul > li > a .icon {
    width: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.common-footer__nav.top ul > li > a .icon img {
  width: 100%;
  height: auto;
}
.common-footer__nav.middle {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .common-footer__nav.middle {
    max-width: 72.2666666667vw;
    margin: 8.5333333333vw auto 0;
  }
}
.common-footer__nav.middle > ul > li {
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li {
    max-width: 100%;
  }
}
.common-footer__nav.middle > ul > li.left {
  float: left;
}
.common-footer__nav.middle > ul > li.right {
  float: right;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li:nth-of-type(n + 2) {
    margin-top: 7.2vw;
  }
}
.common-footer__nav.middle > ul > li:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li:nth-of-type(n + 3) {
    margin-top: 7.2vw;
  }
}
.common-footer__nav.middle > ul > li > h3 {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 400;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > h3 {
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1.4473684211;
  }
}
.common-footer__nav.middle > ul > li > h3:before, .common-footer__nav.middle > ul > li > h3:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-footer__nav.middle > ul > li > h3:before {
  left: 0;
  z-index: -1;
  width: calc(100% + 20px - 0.05em);
  height: 100%;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > h3:before {
    width: calc(100% + 4vw - 0.05em);
  }
}
.common-footer__nav.middle > ul > li > h3:after {
  left: 100%;
  z-index: -2;
  width: 200%;
  height: 3px;
  background: url(./img/common/dotted_footer.svg) repeat-x center right/auto 100%;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > h3:after {
    height: 0.5333333333vw;
  }
}
.common-footer__nav.middle > ul > li > ul {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > ul {
    margin-top: 1.8666666667vw;
  }
}
.common-footer__nav.middle > ul > li > ul > li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > ul > li {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 2.2307692308;
  }
}
.common-footer__nav.middle > ul > li > ul > li.no-underlayer, .common-footer__nav.middle > ul > li > ul > li.is-underlayer {
  margin: 14px 0;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > ul > li.no-underlayer, .common-footer__nav.middle > ul > li > ul > li.is-underlayer {
    margin: 1.3333333333vw 0;
  }
}
.common-footer__nav.middle > ul > li > ul > li > ul {
  position: relative;
  padding-left: 18px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > ul > li > ul {
    padding-left: 3.7333333333vw;
    margin-top: 0;
  }
}
.common-footer__nav.middle > ul > li > ul > li > ul:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  z-index: 0;
  content: "";
  width: 2px;
  height: calc(100% - 6px);
  background: white;
}
@media (max-width: 767px) {
  .common-footer__nav.middle > ul > li > ul > li > ul:before {
    left: 0.9333333333vw;
    height: calc(100% - 2.6666666667vw);
    width: 1px;
  }
}
.common-footer__nav.bottom {
  max-width: 380px;
  width: 100%;
  margin: 67px auto 0;
}
@media (max-width: 767px) {
  .common-footer__nav.bottom {
    max-width: 100vw;
    margin-top: 13.3333333333vw;
  }
}
.common-footer__nav.bottom ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.common-footer__nav.bottom ul li {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  margin: 0 calc(10px - 0.05em);
}
@media (max-width: 767px) {
  .common-footer__nav.bottom ul li {
    font-size: 13px;
    font-size: 3.4666666667vw;
    letter-spacing: 0.05em;
    line-height: 1.4230769231;
    margin: 0 calc(2.9333333333vw - 0.05em);
  }
}
.common-footer__nav.bottom ul li:nth-of-type(n + 4) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .common-footer__nav.bottom ul li:nth-of-type(n + 4) {
    margin-top: 5.3333333333vw;
  }
}
.common-footer__nav.bottom ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-position: 3px;
  text-underline-offset: 3px;
}
.common-footer__address {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0.05em;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .common-footer__address {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
    margin-top: 9.3333333333vw;
  }
}
.common-footer__contact.education {
  max-width: 361px;
  width: 100%;
  padding: 10px 0 15px;
  margin: 25px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .common-footer__contact.education {
    max-width: 82.1333333333vw;
    padding: 6.6666666667vw 0 6.8vw;
    margin-top: 4vw;
  }
}
.common-footer__contact.education h3 {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0.05em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
}
@media (max-width: 767px) {
  .common-footer__contact.education h3 {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.4230769231;
  }
}
.common-footer__contact.education .education-contact {
  display: inline-block;
  text-align: left;
}
.common-footer__contact.education .tel {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  line-height: 1.4230769231;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .common-footer__contact.education .tel {
    font-size: 26.5px;
    font-size: 7.0666666667vw;
    line-height: 1.4339622642;
    padding-left: 9.8666666667vw;
    margin-top: 0.6666666667vw;
  }
}
.common-footer__contact.education .tel svg {
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 0;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .common-footer__contact.education .tel svg {
    width: 9.3333333333vw;
    bottom: 0;
  }
}
.common-footer__contact.education .mail {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .common-footer__contact.education .mail {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.4375;
    padding-left: 10.6666666667vw;
    margin-top: 2vw;
  }
}
.common-footer__contact.education .mail svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 0;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  .common-footer__contact.education .mail svg {
    width: 9.3333333333vw;
  }
}
.common-footer__contact.company {
  text-align: center;
  margin-top: 26px;
}
@media (max-width: 767px) {
  .common-footer__contact.company {
    margin-top: 6.2666666667vw;
  }
}
.common-footer__contact.company h3, .common-footer__contact.company p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0.05em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .common-footer__contact.company h3, .common-footer__contact.company p {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
}
.common-footer__other {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 644px;
  margin-top: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .common-footer__other {
    width: 72.1333333333vw;
    margin-top: 20vw;
  }
}
.common-footer__other h3 {
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  font-weight: 400;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .common-footer__other h3 {
    font-size: 19px;
    font-size: 5.0666666667vw;
    line-height: 1.4473684211;
  }
}
.common-footer__other h3:before, .common-footer__other h3:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-footer__other h3:before {
  left: 0;
  z-index: -1;
  width: calc(100% + 20px - 0.05em);
  height: 100%;
}
@media (max-width: 767px) {
  .common-footer__other h3:before {
    width: calc(100% + 4vw - 0.05em);
  }
}
.common-footer__other h3:after {
  left: 100%;
  z-index: -2;
  width: 200%;
  height: 3px;
  background: url(./img/common/dotted_footer.svg) repeat-x center right/auto 100%;
}
@media (max-width: 767px) {
  .common-footer__other h3:after {
    height: 0.5333333333vw;
  }
}
.common-footer__otherRow {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-align-content: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .common-footer__otherRow {
    margin-top: 4vw;
  }
}
.common-footer__other ul {
  width: 300px;
}
@media (max-width: 767px) {
  .common-footer__other ul {
    width: 100%;
  }
}
.common-footer__other ul:nth-of-type(2) {
  margin-left: 44px;
}
@media (max-width: 767px) {
  .common-footer__other ul:nth-of-type(2) {
    margin-left: 0;
  }
}
.common-footer__other li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media (max-width: 767px) {
  .common-footer__other li {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 2.1538461538;
  }
}
.common-footer__other li small {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: -0.65em;
}
@media (max-width: 767px) {
  .common-footer__other li small {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.common-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  padding: 7px 0 8px 0.05em;
  text-align: center;
  line-height: 1.4166666667;
  letter-spacing: 0.1em;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.4583333333;
    padding: 2.6666666667vw 0 2.6666666667vw 0.05em;
    margin-top: 14.6666666667vw;
  }
}

