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

/* フッター */
footer {
    background-color: white;
    padding: 60px 0 0;
    text-align: center;
    position:relative;
}
footer:after {
    content:"";
    width:100%;
    height:40px;
    display: block;
    background: linear-gradient(
        to right, 
        var(--facility_green) 12.5%, 
        var(--smartiot_green) 12.5%, 
        var(--smartiot_green) 25%, 
        var(--ds_red) 25%, 
        var(--ds_red) 37.5%, 
        var(--li_blue) 37.5%, 
        var(--li_blue) 50%, 
        var(--video_purple) 50%, 
        var(--video_purple) 62.5%, 
        var(--erp_orange) 62.5%, 
        var(--erp_orange) 75%, 
        var(--si_green) 75%, 
        var(--si_green) 87.5%, 
        var(--bs_green) 87.5%, 
        var(--bs_green) 100%
    );
}
.footer-contact a {
    display:block;
    color: #ffffff;
    text-decoration: none;
    position:relative;
}
.footer-contact a .bg_img img{
  display: block;
}
.footer-contact a .txt_box {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right:6.875%;
}
.footer-contact a .txt_box h2 {
  color:white;
  font-weight:700;
  font-size:2.6vw;
  text-shadow: 0px 3px 6px #00000029;
  line-height: 1.5;
}
.footer-contact a .txt_box p {
  color:white;
  font-size:1.25vw;
  font-weight:700;
  text-shadow: 0px 3px 6px #00000029;
}
.footer-contact a .txt_box .btn {
  width: 550px;
  height:100px;
  border-radius: 50px;
  background-color: var(--sub_navy);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline:80px;
  color:white;
  font-size:1.3333em;
  margin-top:40px;
    gap:1.25em;
}
.footer-contact a .txt_box .btn:before {
    content:"";
    width:38px;
    height:29px;
    background: url("../img/icn_mail.svg") center no-repeat;
    background-size:100% auto;
}
.footer-contact a .txt_box .btn:after {
    content:"";
    width:48px;
    height:11px;
    background: url("../img/arrow.svg") no-repeat;
    background-size: auto 100%;
}
.footer-content {
    display: flex;
    align-items: flex-start;
    padding-top: 90px;
    padding-bottom:40px;
    gap:80px;
}
.footer-logo {
  width:min(17.1875%,275px);
}

.footer-sitemap {
  flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.sitemap-column h3 {
    margin-top: 0;
    font-size:1.25vw;
    font-weight:700;
    color: var(--text_black);
    text-align: left;
}

.sitemap-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sitemap-column ul li {
  font-size:1.0em;
  text-align: left;
  padding-left:1em;
  position:relative;
}
.sitemap-column ul li:before {
  content:"";
  background: url(../img/arw_submenulist.svg) left center no-repeat;
  display: inline-block;
  width:4px;
  height:7px;
  background-size: 100% auto;
  position:absolute;
  left:4px;
  top:calc(50% - 3.5px);
} 
.sitemap-column ul li a {
    color: #353535;
    text-decoration: none;
}

.footer-bottom {
    padding-bottom: 40px;
}

.footer-bottom p {
    text-align: center;
    font-size:0.85em;
}
@media (max-width: 1280px) {
.footer-contact a .txt_box h2 {
    font-size:2em;
    }
.footer-contact a .txt_box p, .sitemap-column h3 {
  font-size:1.125em;
    }
.footer-contact a .txt_box .btn {
  width: min(80%,480px);
  height:80px;
  border-radius: 40px;
  font-size:1.2em;
  margin-top:30px;
  margin-inline: 0
}
.footer-content{
        gap:40px;
    }

}
@media (max-width: 1080px) {
    .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .footer-sitemap {
        width:100%;
    }
    .footer-logo {
        width: min(100%, 275px);
    }
}
@media (max-width: 768px) {
    .footer-contact {
        width: 100%;
        height: auto;
        aspect-ratio: 2 / 1;
    }
    .footer-contact a, .footer-contact a figure {
        width:100%;
        height:100%;
    }
    .footer-contact a .bg_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 27%;
    }
    .footer-contact a .txt_box {
        justify-content: center;
        align-items: center;
        padding-right: 4%;
        padding-left: 4%;
    }
    .footer-contact a .txt_box h2 {
        font-size: 5vw;
    }
    .footer-contact a .txt_box p {
        font-size: 2.5vw;
    }

    .footer-contact a .txt_box .btn {
        height: 50px;
        border-radius: 30px;
        font-size: 1.0em;
        margin-top: 20px;
        gap:0.75em;
        width: min(100%,480px);
    }
   .sitemap-column ul + h3 {
        margin-top:20px;
    }
    .footer-contact a .txt_box .btn:before {
    content:"";
    width:25px;
    height:19px;
}
.footer-contact a .txt_box .btn:after {
    content:"";
    width:24px;
    height:6px;
}
    .footer-bottom p {
    font-size: 0.75em;
        padding-inline:1em;
}


}
@media (max-width: 500px) {
    .sitemap-column {
        width: 100%;
    }


}