footer {
  border-top: 2px solid #E5E5E5;
}

footer .footer-sec01 {
  padding: 30px;
  background-color: #EEEEEE;
  max-width: 95%;
  margin: 30px auto;
}

footer .footer-sec01 a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
}

footer .footer-sec01 a:hover {
  text-decoration: underline;
}

footer .footer-flexitem-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

footer .footer-sub-ttl {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

footer .footer-sub-ttl-pink {
  color: #EF8695;
}

footer .footer-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

footer .footer-flexitem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 0 5px;
}

footer .footer_img01,footer .footer_img02 {
  max-width: 190px;
  width: 100%;
}
footer .footer_img02 {
  margin-top: 20px;
}
footer .footer-sub-txt {
  margin-bottom: 20px;
}

footer .footer-sub-txt-indent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

footer .footer-sec02 {
  background-image: url("../img/footer/footer_img02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px;
}

footer .footer-sec02-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

footer .footer-sec02-flexitem {
  padding: 30px 0px;
  border: 2px solid #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.3%;
  flex: 0 0 49.3%;
}

footer .footer-sec02-flexitem-ttl {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-top: 36px;
}

footer .footer-sec02-flexitem-subttl {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

footer .footer-sec02-flexitem-txt {
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  /* margin-top: 55px;
  margin-bottom: 50px; */
}
footer .footer-sec02-flexitem-txt .pcv {
  display: initial;
}
footer .footer-sec02-linkbtn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 15px 0;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  background-color: #E18695;
  color: #fff;
  text-decoration: none;
}

footer .footer-sec02-linkbtn02 {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 15px 0;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  background-color: #8DB58A;
  color: #fff;
  text-decoration: none;
}
footer .footer-sec02-linkbtn02::before {
  background: url(../img/footer/f_mail_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 10px;
  content: "";
  display: inline-block;
}
footer .footer_img03 {
  max-width: 320px;
  width: 100%;
  margin: 10px auto;
}

footer .footer-nav {
  background-color: #8EB2B8;
}

footer .footer-nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 720px;
  width: 100%;
  margin: auto;
}

footer .footer-nav-ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
}

footer .footer-nav-ul li:last-child a span {
  border-right: none;
}

footer .footer-nav-ul li a:hover span {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

footer .footer-nav-ul a {
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
}

footer .footer-nav-ul a span {
  display: block;
  border-right: 1px solid #fff;
  transition: 0.4s ease,background 0.4s ease,transform 0.4s ease,opacity 0.4s ease,border 0.4s ease,padding 0.4s ease,left 0.4s ease,box-shadow 0.4s ease,-webkit-transform 0.4s ease,-webkit-box-shadow 0.4s ease;
}

footer .footer-flexitem-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-last-flexitem-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-last-flexitem-lft a {
  display: block;
  max-width: 43px;
  width: 100%;
  margin-right: 10px;
}

footer .footer-last-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-logo a {
  display: block;
  max-width: 160px;
  margin-right: 30px;
}

footer .footer-last {
  padding: 30px 0;
}

footer .footer-last-nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-last-nav-ul li a {
  text-decoration: none;
  display: block;
  padding: 0 5px;
}

footer .footer-last-nav-ul li a:hover {
  text-decoration: underline;
}

footer .footer-last-nav-ul li:first-child a {
  border-right: 1px solid #534741;
}

footer .copylight {
  margin-top: 10px;
  text-align: right;
}

footer .follow_bnr_fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

footer .follow_bnr_fixed.close {
  display: none;
}

footer .follow_bnr {
  display: block;
  max-width: 300px;
  width: 100%;
}

footer .follow_bnr_close {
  position: absolute;
  top: -15px;
  right: 0;
  max-width: 40px;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 1px) and (max-width: 940px) {
  footer .footer-flexitem {
    margin-bottom: 30px;
  }
  footer .footer-sec02-flexbox {
    display: block;
  }
  footer .footer-sec02-flexitem {
    margin: auto;
    margin-bottom: 30px;
    max-width: 940px;
    width: 100%;
  }
  footer .footer-sec02-flexitem:last-child {
    margin-bottom: 0;
  }
  footer .footer-sec02-flexitem-txt {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer .footer-nav-ul {
    display: block;
  }
  footer .footer-nav-ul li {
    text-align: left;
  }
  footer .footer-nav-ul a {
    text-indent: 10px;
    border-bottom: 1px solid #fff;
    background-image: url(../img/footer/footer_ui01.png);
    background-repeat: no-repeat;
    background-size: 8px 18px;
    background-position: 96% center;
  }
  footer .footer-nav-ul a span {
    border-right: none;
  }
  footer .footer-logo-spv {
    max-width: 150px;
    width: 100%;
    margin: 30px auto;
  }
  footer .footer-last-nav {
    display: block;
  }
  footer .footer-last-nav-ul {
    display: none;
  }
  footer .footer-logo {
    display: none;
  }
  footer .footer-last-flexbox {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-last-flexitem-lft {
    margin: auto;
  }
  footer .footer-flexitem-sns {
    margin: auto;
  }
  footer .copylight {
    margin-top: 20px;
    text-align: center;
  }
  footer .footer-sec02-flexitem-txt .pcv {
    display: none;
  }
}

@media (min-width: 1px) and (max-width: 640px) {
  footer .footer-flexbox {
    display: block;
  }
  footer .footer-sec02 {
    padding: 10px;
  }
  footer .footer-sec02-flexitem {
    margin-bottom: 10px;
  }
  footer .follow_bnr {
    max-width: 150px;
  }
  footer .follow_bnr_close {
    top: -17px;
    max-width: 30px;
  }
  footer .follow_bnr_fixed {
    right: 5px;
    bottom: 2px;
  }
  footer .footer-sub-txt.pic_flex {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  footer .footer_img01, footer .footer_img02 {
    width: 50%;
    max-width: 150px;
    height: auto;
    align-self: flex-start;
  }
}
