@charset "UTF-8";
/* footer */
.font-bold, .footer__menu--gNavi ul li .footer__menu--gNavi__link, .footer__box__ttl {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.footer__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 83px;
  width: 1040px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer__box__ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #646464;
}
@media screen and (max-width: 750px) {
  .footer__box__ttl {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 2.2;
    margin-bottom: 2.6666666667vw;
  }
}

/*.footer__box__box2Col:nth-of-type(1) {
	margin-right: auto;
}*/
/* .footer__box__box2Col__contactLink__img-01 {
	width: 349px;
}

.footer__box__box2Col__contactLink__img-02 {
	width: 349px;
}

.footer__box__box2Col__contactLink__img-03 {
	width: 283px;
} */
.footer__box__box2Col__contactLink img {
  width: 230px;
}

.footer__inner {
  background-color: #ebebeb;
  padding: 46px 0;
  font-size: 1.4rem;
  color: #646464;
}

.footer__menu--globalLink {
  margin-bottom: 70px;
}

.footer__menu__box,
.footer__menu--globalLink__box {
  width: 825px;
  margin: 0 auto;
  position: relative;
}

.footer__menu__item,
.footer__menu__list__item,
.footer__menu--globalLink__about,
.footer__menu--globalLink__item,
.footer__menu--globalLink__csr {
  position: absolute;
}

.footer__menu--globalLink__about a {
  color: #646464;
}

.footer__menu--globalLink__csr {
  left: 227px;
}

.footer__menu--globalLink__csr a {
  color: #646464;
}

.footer__menu--globalLink__item {
  left: 344px;
}

.footer__menu--globalLink__item:after {
  content: "▲";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  right: 0;
  margin-right: -25px;
}

.footer__link {
  color: #646464;
}

.footer__menu__list__item:nth-of-type(1) {
  left: 400px;
}

.footer__menu__list__item:nth-of-type(2) {
  left: 510px;
}

.footer__menu__item:nth-of-type(1) {
  right: 0;
}

.footer__menu__item:nth-of-type(2) {
  left: 0;
}

.footer__menu__item:nth-of-type(3) {
  left: 890px;
}

.footer__menu--globalLink__list {
  position: absolute;
  right: 0px;
}

.footer__menu--globalLink__list__item {
  display: inline-block;
}

ul.footer__menu__list {
  display: inline-block;
}

.footer__menu--gNavi {
  width: 1040px;
  margin: 0 auto 50px;
  color: #646464;
}
@media screen and (max-width: 750px) {
  .footer__menu--gNavi {
    width: 89.3333333333vw;
  }
}
.footer__menu--gNavi ul {
  border-top: 2px solid rgba(153, 153, 153, 0.5);
}
.footer__menu--gNavi ul li {
  border-bottom: 2px solid rgba(153, 153, 153, 0.5);
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer__menu--gNavi ul li {
    padding: 2.6666666667vw 0;
  }
}
.footer__menu--gNavi ul li .footer__menu__icon {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/images/all/footer/footer_icon_arrow_down.png) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: 1.3em;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .footer__menu--gNavi ul li .footer__menu__icon {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    top: 2.6666666667vw;
  }
}
.footer__menu--gNavi ul li .footer__menu__icon.slideOn {
  background-image: url(/images/all/footer/footer_icon_arrow_up.png);
}
.footer__menu--gNavi ul li .footer__menu--gNavi__link {
  font-weight: bold;
  font-size: 1.6rem;
  color: inherit;
  position: relative;
  display: block;
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .footer__menu--gNavi ul li .footer__menu--gNavi__link {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 1.05;
  }
}
.footer__menu--gNavi ul li .footer__menu--gNavi__link-sub {
  border: 0;
  font-size: 1.3rem;
  margin-left: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .footer__menu--gNavi ul li .footer__menu--gNavi__link-sub {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 1.1666666667;
    margin-top: 2vw;
    margin-left: 5.3333333333vw;
  }
}
.footer__menu--gNavi ul li .footer__menu--gNavi__link-sub li {
  border: 0;
  padding: 10px 0;
  list-style: disc;
}
@media screen and (max-width: 750px) {
  .footer__menu--gNavi ul li .footer__menu--gNavi__link-sub li {
    padding: 2vw 0;
  }
}
.footer__menu--gNavi ul li .footer__menu--gNavi__link-sub li a {
  font-size: inherit;
  color: inherit;
}

@media only screen and (max-width: 750px) {
  .footer__box {
    width: 89.333%;
    /* -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap; */
    padding-bottom: 12.6666666667vw;
    flex-wrap: wrap;
  }
  .footer__inner {
    padding: 20px 0;
    font-size: 1rem;
  }
  .footer__menu--globalLink {
    margin-bottom: 0;
  }
  .footer__menu__box,
  .footer__menu--globalLink__box {
    width: 89.333%;
    text-align: center;
    position: relative;
  }
  .footer__menu__item,
  .footer__menu__list__item,
  .footer__menu--globalLink__about,
  .footer__menu--globalLink__item,
  .footer__menu--globalLink__csr {
    position: static;
  }
  .footer__menu--globalLink__csr {
    padding-bottom: 20px;
    padding-top: 10px;
    left: auto;
  }
  .footer__menu--globalLink__item:after {
    display: none;
  }
  .footer__menu--globalLink__list {
    position: static;
    right: auto;
    margin-top: 10px;
  }
  .footer__box__box2Col {
    margin-bottom: 4vw;
    width: 42.6666666667vw;
  }
  .footer__box__box2Col:nth-child(1) {
    margin-right: 0;
  }
  .footer__box__box2Col:last-child {
    margin-bottom: 0;
  }
  .footer__box__box2Col__contactLink__img-01 {
    width: 90%;
  }
  .footer__box__box2Col__contactLink__img-02 {
    width: 90%;
  }
  .footer__box__box2Col__contactLink__img-03 {
    width: 75%;
  }
  .footer__menu {
    font-size: 1em;
    padding: 20px 0;
  }
  .footer__menu__list {
    margin-bottom: 10px;
  }
  .footer__menu__list__item {
    display: inline;
  }
  .footer__menu__list__item:nth-child(1) {
    margin-right: 15px;
  }
  .footer__menu__item,
  .footer__menu__list__item {
    position: static;
  }
  .footer__menu__item {
    margin-bottom: 10px;
  }
  .footer__menu__list__item:nth-of-type(1) {
    left: auto;
  }
  .footer__menu__list__item:nth-of-type(2) {
    left: auto;
  }
  .footer__menu__item:nth-of-type(1) {
    right: auto;
  }
  .footer__menu__item:nth-of-type(2) {
    left: auto;
  }
  .footer__menu__item:nth-of-type(3) {
    left: auto;
  }
}/*# sourceMappingURL=footer.css.map */