@charset "UTF-8";
footer {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
footer .breadcrumb-content {
  border-bottom: 1px solid #efefef;
  padding: 18px 0;
}
footer #breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
footer #breadcrumb li {
  line-height: 1;
  font-size: 15px;
}
footer #breadcrumb li:first-child a {
  max-width: 14px;
  width: 100%;
}
footer #breadcrumb li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
footer #breadcrumb li:not(:last-child)::after {
  content: "";
  display: block;
  background: url(../img/footer/arrow_g.png) no-repeat;
  background-size: cover;
  width: 8px;
  height: 16px;
}
footer .footer-wrap {
  max-width: 1268px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1268px) {
  footer .footer-wrap {
    padding: 0 15px;
  }
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 45px;
}
footer .footer-logo {
  display: block;
  max-width: 323px;
  width: 100%;
  margin-bottom: 30px;
}
footer .footer-corp-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-corp-link::after {
  content: "";
  display: block;
  background: url(../img/footer/gaibu.png) no-repeat;
  background-size: cover;
  width: 14px;
  height: 10px;
}
footer .footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin: 40px 0 60px 0;
}
footer .footer-sns-icon {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-sns-icon:nth-child(1), footer .footer-sns-icon:nth-child(2), footer .footer-sns-icon:nth-child(4) {
  max-width: 26px;
}
footer .footer-sns-icon:nth-child(3) {
  max-width: 28px;
}
footer .footer-sns-icon:nth-child(5) {
  max-width: 30px;
}
footer .fooetr-item-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .fooetr-item-link:not(:last-child) {
  margin-bottom: 15px;
}
footer .fooetr-item-link.top {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 35px;
}
footer .fooetr-item-link.top::before {
  content: "";
  display: block;
  background-color: #22ac38;
  width: 10px;
  height: 1px;
}
footer .fooeter-top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.9%;
          flex: 0 0 63.9%;
}
footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
footer .footer-gaibu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
footer .footer-gaibu-link {
  max-width: 192px;
  width: 100%;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-btm {
  border-top: 1px solid #dcdddd;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
footer .footer-btm::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  inset: 0;
  bottom: 25px;
  background-color: #dcdddd;
  margin: auto;
}
footer .footer-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-add-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 35px);
          flex: 0 0 calc(25% - 35px);
}
footer .footer-add-item:nth-child(1), footer .footer-add-item:nth-child(2), footer .footer-add-item:nth-child(3), footer .footer-add-item:nth-child(4) {
  margin-bottom: 50px;
}
footer .footer-add-item:not(:last-child, :nth-child(4n)) {
  border-right: 1px solid #dcdddd;
  padding-right: 35px;
}
footer .footer-add-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #22ac38;
  margin-bottom: 20px;
}
footer .footer-add-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.9992307692;
}
footer .footer-copy {
  background-color: #000;
  text-align: center;
  padding: 17.5px 0;
}
footer .footer-copy-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media (hover: hover) {
  footer .footer-corp-link:hover {
    color: #22ac38;
  }
  footer .fooetr-item-link:hover {
    color: #22ac38;
  }
  footer .footer-sns-icon:hover {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    opacity: 0.7;
  }
  footer .footer-gaibu-link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1200px) {
  footer .footer-add-item {
    padding: 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
            flex: 0 0 calc(25% - 15px);
  }
  footer .footer-add-item:not(:last-child) {
    padding-right: 15px;
  }
}
@media (max-width: 1000px) {
  footer .footer-add-item {
    padding: 10px 0;
  }
  footer .footer-add-item:not(:last-child) {
    padding-right: 15px;
  }
  footer .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 0;
  }
  footer .footer-top-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  footer .fooeter-top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-logo {
    max-width: 242px;
    margin-bottom: 15px;
  }
  footer .footer-corp-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-top {
    margin-bottom: 30px;
  }
  footer .footer-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 0;
    margin-bottom: 40px;
  }
  footer .footer-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  footer .fooetr-item-link {
    font-size: 12px;
  }
  footer .fooetr-item-link.top {
    margin-bottom: 25px;
    gap: 2px;
  }
  footer .fooetr-item-link.top::before {
    width: 8px;
  }
  footer .footer-gaibu-link {
    max-width: 167px;
  }
  footer .footer-gaibu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-btm {
    padding-top: 0;
    padding-bottom: 30px;
  }
  footer .footer-btm::after {
    content: unset;
  }
  footer .footer-add {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  footer .footer-add-item {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    padding: 15px;
  }
  footer .footer-add-item:nth-child(1), footer .footer-add-item:nth-child(2), footer .footer-add-item:nth-child(3), footer .footer-add-item:nth-child(4) {
    margin-bottom: 0;
  }
  footer .footer-add-item:not(:last-child, :last-child(2)) {
    margin-right: 0;
    padding-right: 0;
  }
  footer .footer-add-name {
    font-size: 12px;
    margin-bottom: 8px;
  }
  footer .footer-add-text {
    font-size: 10px;
    line-height: 1.622;
  }
  footer .footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 20px 0;
    gap: 30px;
  }
}

.footer-flowline {
  background-color: #f6f7f7;
}
.footer-flowline .footer-flowline-wrap {
  padding: 40px 0;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-flowline .footer-flowline-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  text-align: center;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-weight: bold;
}
.footer-flowline .footer-flowline-link img {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .footer-flowline {
    padding: 0 20px;
  }
  .footer-flowline .footer-flowline-wrap {
    padding: 44px 0;
  }
  .footer-flowline .footer-flowline-link {
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 42px;
  }
  .footer-flowline .footer-flowline-link:last-child {
    margin-bottom: 0;
  }
}