@charset "UTF-8";

/* **************************************************

Name: sector.css

***************************************************** */
#Structure {
    background: url(/businesses/infrastructure/connective-industries/image/top/bg_Sector.png) center bottom no-repeat;
    background-size: cover;
    padding: 0 0 80px;
    margin-bottom: 0;
    position: relative;
}

#Structure::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: min( 24vw, 200px);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
    z-index: 0;
}

#Structure .ContentInner {
    position: relative;
    z-index: 1;
}


#Contents .SectorWrap .SectorDetail {
    background-color: rgba(7, 46, 140, 0.8);
    padding: 35px 50px 50px 50px; 
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail h3 {
    color: #fff;
    text-align: center;
    font-size: 120%;
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    background: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
#Contents .SectorWrap .SectorDetail h3.Animated:after {
  width: 50px;
  right: 50%;
}
#Contents .SectorWrap .SectorDetail h3:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  right: 70%;
  bottom: 0;
  background: #fff;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
#Contents .SectorWrap .SectorDetail ul.SectorList {
    display: flex;
    justify-content: space-between;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li {
    width: calc( (100% - 20px) / 3);
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image {
    position: relative;
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > img {
    max-width: 100%;
    height: auto;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title > p {
    line-height: 130%;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title > p:last-child {
    font-size: 90%;
}

#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 405px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Title > p {
    line-height: 130%;
}

#Contents .SectorWrap .SectorDetail ul.SectorListLink > li {
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 {
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 10px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 > img {
    margin-right: 10px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 > a:hover {
    text-decoration: underline;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li {
    color: #fff;
    text-decoration: none;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > a:hover {
    text-decoration: underline;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList {
    font-size: 90%;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li {
    list-style-position: inside;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 16px;
}

#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li > a:hover {
    text-decoration: underline;
}


/* CompanyList
=========================================================================================== */

#Contents .SectorWrap .SectorDetail ul.CompanyList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li {
    width: auto;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li > a:hover {
    text-decoration: underline;
}



/* for - 1304px
=========================================================================================== */

@media screen and (max-width: 1304px) {
    #Contents .SectorWrap .SectorDetail ul.CompanyList > li {
        width: calc( (100% - 10px) / 2);
    }
}

/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {
    .JS #Contents .SectorWrap .SectorDetail ul.SectorList {
        flex-direction: column;
        align-items: center;
    }
    .JS #Contents .SectorWrap .SectorDetail .CompanyListTitle {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .JS #Contents .SectorWrap .SectorDetail ul.SectorList > li {
        width: 100%;
        max-width: 405px;
    }
    .JS #Contents .SectorWrap .SectorDetail {
        padding: 20px 15px;   
    }
}

/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {
    .JS #Contents .SectorWrap .SectorDetail ul.CompanyList > li {
        width: 100%;
    }
}

