@charset "UTF-8";
/*-----------------------------------------------

2024.6～新フッタ

-------------------------------------------------*/
footer {
  width: 100%;
  background: #008cd6;
  padding: 52px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 4.609475032vw 0 0;
    background: #fff;
  }
}
footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer a {
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}

.sp-footer-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-footer-contact {
    display: block;
    width: 100%;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sp-footer-contact-title {
    padding: 0 0 4.0973111396vw;
    font-size: 3.5851472471vw;
    text-align: center;
    color: #84a2b2;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .sp-footer-contact-list {
    margin-bottom: 6.914212548vw;
  }
}

.sp-footer-contact-item.is-link {
  background: #008cd6 url(/common/img/ng2024/icon_conversion.png) no-repeat 7.1702944942vw center;
  background-size: 9.4750320102vw auto;
}
.sp-footer-contact-item.is-phone01 {
  background: #fff100 url(/common/img/ng2024/icon_phone_blue.png) no-repeat 7.1702944942vw center;
  background-size: 9.4750320102vw auto;
}
.sp-footer-contact-item.is-phone01 p {
  font-size: 4.609475032vw;
  color: #008cd6;
}
.sp-footer-contact-item.is-phone01 p span:after {
  border-top: 1px solid #008cd6;
}
.sp-footer-contact-item.is-phone02 {
  background: #9cb5c1 url(/common/img/ng2024/icon_phone_white.png) no-repeat 7.1702944942vw center;
  background-size: 9.4750320102vw auto;
}
.sp-footer-contact-item.is-phone02 p {
  font-size: 4.609475032vw;
}
.sp-footer-contact-item p {
  width: 100%;
  padding: 2.5608194622vw 0 2.5608194622vw 5.1216389245vw;
  font-size: 3.8412291933vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
.sp-footer-contact-item p span {
  display: inline-block;
  position: relative;
  width: 60.1792573624vw;
  padding-bottom: 2.5608194622vw;
}
.sp-footer-contact-item p span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5121638924vw;
  width: 100%;
  height: 0;
  border-top: 1px solid #fff;
}
.sp-footer-contact-item p small {
  font-size: 3.0729833547vw;
}

.footer-menu {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    max-width: 100%;
    width: 100%;
    padding: 5.1216389245vw 7.6824583867vw 3.8412291933vw;
    background: #008cd6;
  }
}

.footer-main-menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-main-menu-item {
  margin: 0 52px 32px 0;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item {
    width: 47%;
    margin: 0 0 5.1216389245vw 0;
  }
}
.footer-main-menu-item.is-full {
  width: 100%;
  margin-right: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item.is-full {
    margin-bottom: 3.0729833547vw;
  }
}
.footer-main-menu-item.is-full > span {
  width: 100%;
  padding-right: 0;
}
.footer-main-menu-item.is-full > span:before {
  display: none;
}
.footer-main-menu-item:nth-last-of-type(1) {
  margin-right: 0;
}
.footer-main-menu-item span {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item span {
    padding: 0;
    font-size: 3.3290653009vw;
    letter-spacing: 0.15em;
  }
}
.footer-main-menu-item span:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 10px;
  height: 16px;
  background: url(/common/img/ng2024/icon_marker_white.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item span:before {
    right: 1.2804097311vw;
    top: calc(50% - 1.5364916773vw);
    width: 1.7925736236vw;
    height: 3.0729833547vw;
  }
}
.footer-main-menu-item span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item span:after {
    bottom: -1.5364916773vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item > a {
    display: inline-block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-menu-item > a span {
    width: 100%;
  }
}

.footer-main-child-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-main-child-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5.1216389245vw 0 0;
  }
}

.footer-main-child-item {
  margin: 0;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer-main-child-item {
    margin: 0 2.8169014085vw 2.5608194622vw 0;
  }
}
.footer-main-child-item span {
  padding: 0 0 0 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-main-child-item span {
    padding: 0 0 0 2.8169014085vw;
    font-size: 3.0729833547vw;
  }
}
.footer-main-child-item span:before {
  right: initial;
  left: 0;
  top: calc(50% - 6px);
  width: 14px;
  height: 14px;
  background: #42c7f5;
}
@media screen and (max-width: 767px) {
  .footer-main-child-item span:before {
    top: calc(50% - 0.7682458387vw);
    width: 2.0486555698vw;
    height: 2.0486555698vw;
  }
}
.footer-main-child-item span:after {
  display: none;
}

.footer-sub-menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-sub-menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-sub-menu-item span {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .footer-sub-menu-item span {
    padding: 0 0 0 2.8169014085vw;
    font-size: 3.0729833547vw;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
.footer-sub-menu-item span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 6px);
  width: 14px;
  height: 14px;
  background: #42c7f5;
}
@media screen and (max-width: 767px) {
  .footer-sub-menu-item span:before {
    top: calc(50% - 1.0243277849vw);
    width: 2.0486555698vw;
    height: 2.0486555698vw;
  }
}

.footer-other {
  max-width: 1200px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-other {
    max-width: 100%;
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #008cd6;
  }
}

.footer-other-link {
  width: 32%;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-other-link {
    width: calc(100% - 15.3649167734vw);
    margin: 0 auto 3.8412291933vw;
  }
}
.footer-other-link a {
  display: block;
  width: 100%;
}
.footer-other-link span {
  display: inline-block;
  padding: 12px 0 12px 40px;
  background: url(/common/img/ng2024/icon_conversion03.png) no-repeat left center;
  background-size: 24px auto;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .footer-other-link span {
    padding: 1.2804097311vw 0 1.2804097311vw 8.9628681178vw;
    background: url(/common/img/ng2024/icon_conversion03.png) no-repeat left center;
    background-size: 4.609475032vw auto;
    font-size: 3.8412291933vw;
  }
}

.footer-backtotop {
  position: absolute;
  right: 40px;
  top: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
@media screen and (max-width: 767px) {
  .footer-backtotop {
    position: relative;
    right: initial;
    top: initial;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 100%;
    background: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-backtotop a {
    width: 100%;
    display: inline-block;
  }
}
.footer-backtotop span {
  position: relative;
  display: inline-block;
  padding-right: 84px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .footer-backtotop span {
    padding: 2.5608194622vw 0 2.5608194622vw 5.8898847631vw;
    font-size: 3.0729833547vw;
    color: #008cd6;
  }
}
.footer-backtotop span:before, .footer-backtotop span:after {
  content: "";
  display: block;
  position: absolute;
}
.footer-backtotop span:before {
  right: 0;
  top: 50%;
  width: 80px;
  height: 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer-backtotop span:before {
    display: none;
  }
}
.footer-backtotop span:after {
  right: 0;
  bottom: 50%;
  height: 80%;
  width: 0;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (max-width: 767px) {
  .footer-backtotop span:after {
    right: initial;
    bottom: initial;
    left: 0;
    top: calc(50% - 1.5364916773vw);
    border: 1.0243277849vw solid transparent;
    border-bottom: 2.0486555698vw solid #008cd6;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 0;
    height: 0;
  }
}

.footer-copyright {
  width: 68%;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    width: 100%;
    padding: 5.1216389245vw 0;
    margin-bottom: 6.4020486556vw;
    font-size: 2.5608194622vw;
  }
}