@charset "utf-8";
/* CSS Document */


.ShowSP {
    display: none;
}
.HideSP {
    display: block;
}
@media screen and (max-width: 579px) {
    .JS .ShowSP {
        display: block;
    }
    .JS .HideSP {
        display: none;
    }
}

.PartsSpace {
    margin-top: 20px;
    margin-bottom: 20px;
}

.PartsSpaceL {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .SpLeftAdjust {
        text-align: left !important;
    }
}

#Contents {
    min-width: auto;
    overflow: hidden;
    padding-bottom: 100px;
}
#Contents * {
    box-sizing: border-box;
    max-height: 999999px;
}

/* --- クリッカブルマップ（SVG使用） --- */
.ClickMap {
	position: relative;
    margin: 15px auto 0 auto;
}
.ClickMap svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ClickMap svg rect {
    fill: transparent;
}





#Contents h1#SubpageTitle {
    text-align: center;
    font-weight: bold;
    font-size: 187.5%;
    color: #fff;
    background: rgba(7, 46, 140, 0.9);
    padding: 26px 15px;
    word-break: keep-all;
}
@media screen and (max-width: 767px) {
    #Contents h1#SubpageTitle {
        font-size: 150%;
        padding: 30px 15px;
    }
}

#Contents .ContentInner {
    max-width: 1275px;
    margin: auto;
    padding-top: 60px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}

@media screen and (max-width: 767px) {
    #Contents .ContentInner {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1304px) {
    .OptionWideRWD #Contents {
        padding-left: 0;
        padding-right: 0;
    }
    #Contents .ContentInner {
        padding-left: 15px;
        padding-right: 15px;
    }
}




#FieldImageWrap {
    position: relative;
    height: 440px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #FieldImageWrap {
        height: 280px;
    }
}
@media screen and (min-width: 768px) {
    #FieldImageWrap .bg_Branding {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
.FieldImageInner {
    position: relative;
    max-width: 1275px;
    height: 100%;
    margin: auto;
    z-index: 2;
}
.FieldImageInner .bgLayer {
    position: absolute;
    top: 20%;
    width: 50%;
    padding: 25px 0;
    padding-right: 20px;
    color: #fff;
}
.FieldImageInner .bgLayer:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(7, 46, 140, 0.9);
    border-radius: 0 0 50px 0;
}
.FieldImageInner .bgLayer h1,
.FieldImageInner .bgLayer p {
    position: relative;
}
.FieldImageInner .bgLayer h1 {
    font-size: 175%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.FieldImageInner .bgLayer p.FieldSubTitle {
    font-size: 112.5%;
    font-weight: bold;
}
.FieldImageInner .bgLayer p.FieldCopy {
    font-size: 90%;
    font-weight: normal;
}
@media screen and (max-width: 1305px) {
    .FieldImageInner .bgLayer {
        width: 80%;
        max-width: 600px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .FieldImageInner {
        height: auto;
    }
    .FieldImageInner .bgLayer {
        position: relative;
        top: auto;
        width: 100%;
        padding: 20px;
    }
    .FieldImageInner .bgLayer h1 {
        font-size: 137.5%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .FieldImageInner .bgLayer p {
        font-size: 100%;
    }
}




.ContentNaviWrap {
    background: #072e8c;
}
.ContentNaviWrap.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.ContentNaviWrap .ContentNavi {
    width: 100%;
    max-width: 1275px;
    margin: auto;
    padding: 0;
}
.ContentNaviWrap .ContentNavi ul {
    background: none;
}

.ContentNaviWrap .ContentNavi li {
    background: none;
}
.ContentNaviWrap .ContentNavi li a {
    height: 50px;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 25px;
    text-align: center;
    line-height: 1.2;
    font-size: 100%;
}
.ContentNaviWrap .ContentNavi li a:hover {
    background-color: #021B56!important;
}

@media screen and (min-width: 768px) {
    .JS .ContentNaviWrap .ContentNavi li a:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: 8px;
        margin-top: -8px;
        background: url(/image/jp/r1/icon/icon_link_right_l_white_hd.gif);
        background-size: 100%;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 767px) {
    .JS .ContentNaviWrap .ContentNavi li {
        float: left;
        width: 50% !important;
    }
    .JS .ContentNavi li a:link,
    .JS .ContentNavi li a:visited,
    .JS .ContentNavi li:first-child a:link,
    .JS .ContentNavi li:first-child a:visited {
        border-top: none;
        border-bottom: solid 1px #fff;
    }
    .JS .ContentNavi li:first-child a:link,
    .JS .ContentNavi li:first-child a:visited,
    .JS .ContentNavi li:nth-child(2) a:link,
    .JS .ContentNavi li:nth-child(2) a:visited {
        border-top: solid 1px #fff
    }
    .JS .ContentNavi li:last-child a:link,
    .JS .ContentNavi li:last-child a:visited {
        border-bottom: none;
    }
    .JS .ContentNaviWrap .ContentNavi li a:before {
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .JS .ContentNavi li a:hover:before {right: 7px;}
}


.SectionBox:not(:first-child) {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .SectionBox:not(:first-child) {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

#Contents h2 {
    position: relative;
    margin: 0;
    padding: 0 0 5px;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    background: 0;
    overflow: hidden;
    color: #072e8c;
    margin-bottom: 15px;
}
#Contents h2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 70%;
    bottom: 0;
    background: #072e8c;
    -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 h2.Animated:after {
    width: 50px;
    right: 50%;
}

#Contents h2.HeadingL {
    position: static;
    margin: 0 0 15px;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    background: none;
    overflow: hidden;
    text-align: left;
    color: #333;
}

#Contents h2.HeadingL.CenterAdjust {
    text-align: center;
}

#Contents h2.HeadingL::after {
    display: none;
}

@media screen and (max-width: 767px) {
    #Contents h2.HeadingL {
        font-size: 128%;
    }
}

#Contents h3 {
    color: #333;
    text-align: center;
    font-size: 115%;
    margin-bottom: 20px;
    line-height: 160%;
}

#Contents h3.LeftAdjust {
    text-align: left;
}

.ButtonR,
.ButtonB {
    margin-top: 20px;
}

.ButtonR a,
.ButtonB a {
  min-width: 290px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 40px;
  margin: 0 10px;
  text-decoration: none;
  color: #fff;
  font-size: 137.5%;
  font-weight: bold;
  transition: 0.3s;
  background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_white.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px auto;
  box-sizing: border-box;
}

.ButtonR a {
  background-color: #c00;
  border: solid 2px #c00;
}

.ButtonB a {
  background-color: #072e8c;
  border: solid 2px #072e8c;
}

.ButtonR a + a,
.ButtonB a + a {
    margin-top: 15px;
} 

.ButtonR a:hover {
  color: #c00;
  background-color: #fff;
  background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_red.png);
}

.ButtonB a:hover {
  color: #072e8c;
  background-color: #fff;
  background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_blue.png);
}

@media screen and (max-width: 767px) {
    .ButtonR a,
    .ButtonB a {
        font-size: 128%;
    }
}

.ButtonS a {
    font-size: 90%;
    padding: 5px 30px 5px 20px;
    font-weight: normal !important;
}

.ButtonList ul.ButtonStyle2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ButtonList ul.ButtonStyle2 > li {
    float: none;
    margin: 0;
    width: calc(calc(100% - 30px * 3) / 4);
}

.ButtonList ul.ButtonStyle2 > li a {
    width: 100%;
    height: 100%;
    min-height: 65px;
    margin: 0;
    align-content: center;
    background-color: #c00;
    background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_white.png);
    background-size: 10px auto;
    background-position: right 13px center;
    padding: 10px 18px;
    border: none;
    border: 2px solid #C00;
    transition: 0.3s;
}

.ButtonList ul.ButtonStyle2 > li a:hover,
.ButtonList ul.ButtonStyle2 > li a:active {
    background-color: transparent;
    color: #c00;
    background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_red.png);
}

.ButtonList ul.ButtonStyle2 > li a:hover strong,
.ButtonList ul.ButtonStyle2 > li a:active strong {
    color: inherit;
}

@media screen and (max-width: 994px) {
    .ButtonList ul.ButtonStyle2 > li {
        width: calc(calc(100% - 30px) / 2);
    }
}

@media screen and (max-width: 579px) {
    .ButtonList ul.ButtonStyle2 > li {
        width: 100%;
    }
}



/*お問い合わせ*/
#FloatBtnStopper {
    background-color: #fff;
    position: relative;
}
#FloatBtnWrap.static {
    position: absolute;
}

#FloatBtnWrap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#FloatBtnWrap.narrow {
    -webkit-transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
#FloatBtnWrap.visible {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#FloatBtnWrap.visible .PageTopBtn {
    top: -60px;
}

#FloatBtnWrap .PageTopBtn {
    position: absolute;
    top: 0;
    right: 20px;
}

#FloatBtnWrap .ContactBlock {
    background: rgba(7, 46, 140, 0.33);
    padding: 20px 0;
}

#FloatBtnWrap .ContactBlock .ContactBtn {
    border-radius:30px;
    display: flex;
    width: 290px;
    height: 40px;
    color: #fff;
    font-size: 137.5%;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #072e8c;
    margin: auto;
    transition: 0.3s;
}
#FloatBtnWrap .ContactBlock .ContactBtn:hover {
    opacity: 0.7;
}
#FloatBtnWrap .ContactBlock .ContactBtn span {
    display: inline-block;
    padding-top: 1px;
    padding-left: 40px;
    background: url("/businesses/infrastructure/connective-industries/image/icon_mail.png") no-repeat left center;
    background-size: 20px auto;
}

@media screen and (max-width: 767px) {
    #FloatBtnWrap .ContactBlock {
        padding: 10px 0;
    }
    #FloatBtnWrap .ContactBlock .ContactBtn {
        height: 35px;
        font-size: 128%;
    }
}

/* 青いリンク */
.BlueLink {
	color: #072e8c !important;
}

.LinkListStyle1 li a.BlueLink:link,
.LinkListStyle2 li a.BlueLink:link,
.LinkListStyle3 li a.BlueLink:link,
.LinkListStyle4 li a.BlueLink:link,
.LinkListStyle5 li a.BlueLink:link,
.LinkListStyle6 li a.BlueLink:link,
.LinkListStyle1 dt a.BlueLink:link,
.LinkListStyle2 dt a.BlueLink:link,
.LinkListStyle1 li a.BlueLink:visited,
.LinkListStyle2 li a.BlueLink:visited,
.LinkListStyle3 li a.BlueLink:visited,
.LinkListStyle4 li a.BlueLink:visited,
.LinkListStyle5 li a.BlueLink:visited,
.LinkListStyle6 li a.BlueLink:visited,
.LinkListStyle1 dt a.BlueLink:visited,
.LinkListStyle2 dt a.BlueLink:visited {
	background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_blue.png);
	background-position: right 3px center;
	background-size: 8px auto;
}
.LinkListStyle1 li a.BlueLink:hover,
.LinkListStyle2 li a.BlueLink:hover,
.LinkListStyle3 li a.BlueLink:hover,
.LinkListStyle4 li a.BlueLink:hover,
.LinkListStyle5 li a.BlueLink:hover,
.LinkListStyle6 li a.BlueLink:hover,
.LinkListStyle1 dt a.BlueLink:hover,
.LinkListStyle2 dt a.BlueLink:hover,
.LinkListStyle1 li a.BlueLink:active,
.LinkListStyle2 li a.BlueLink:active,
.LinkListStyle3 li a.BlueLink:active,
.LinkListStyle4 li a.BlueLink:active,
.LinkListStyle5 li a.BlueLink:active,
.LinkListStyle6 li a.BlueLink:active,
.LinkListStyle1 dt a.BlueLink:active,
.LinkListStyle2 dt a.BlueLink:active {
	background-image: url(/businesses/infrastructure/connective-industries/image/arw_link_blue.png);
	background-position: right center;
}

li.NewWin a.BlueLink,
dt.NewWin a.BlueLink,
.ImgOnlyStyle a.NewWindow.BlueLink {
	background-image: url(/businesses/infrastructure/connective-industries/image/icon_new_window_blue_hd.png) !important;
	background-position: right center !important;
	background-size: 16px auto !important;
}

li.Pdf a.BlueLink,
dt.Pdf a.BlueLink {
	background-image: url(/businesses/infrastructure/connective-industries/image/icon_pdf_blue_hd.png) !important;
	background-position: right center !important;
	background-size: 16px auto !important;
}
