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

Name: cssplus_top.css

Description: Sub CSS

Create: 2022.04.26
Copyright 2022 Hitachi, Ltd.

***************************************************** */
/* Update: 2015.06.30 */
/* ------ */
.topContents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topContents .visibleSp {
  display: none;
}
.topContents .visiblePc {
  display: inline;
}
.topContents .ContainerTop {
  display: block;
  position: relative;
  width: auto;
  width: 100%;
  min-width: 290px;
  max-width: 1274px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.topContents .Section {
  display: block;
  position: relative;
}
.topContents .Section .Title {
  margin-bottom: 25px;
  background: none;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.45;
}
.topContents .Section.SectionMovie {
  padding-top: 35px;
  padding-bottom: 68px;
  background-color: #fff;
}
.topContents .Section.SectionPickup {
  padding-top: 35px;
  padding-bottom: 75px;
  background-color: #fff;
}
.topContents .Section.SectionAims {
  height: 600px;
  padding-top: 53px;
  padding-bottom: 53px;
  background-color: #fff;
}
.topContents .Section.SectionInfrastructure {
  padding-top: 155px;
  padding-bottom: 0;
  background-color: #fff;
}
.topContents .Section.SectionCrossing {
  padding-top: 155px;
  padding-bottom: 0;
  background-color: #fff;
}
.topContents .Section.SectionNews {
 margin-top: -90px;
  min-height: 230px;
  z-index: 2;
  pointer-events: none; /*0709*/
}

.topContents .Section.SectionAbout {
height: 280px;
display: flex;
  background: url("../img/bg_about.jpg") no-repeat ;
  background-size: cover;
  background-position: center top;
  align-items:center;
justify-content: center;
padding-bottom: 0;
}

.topContents .Section.SectionAbout h3{
text-align: center;
margin: 0;
}

.topContents .Section.SectionAbout h3 a{
display: inline-block;
background-color: rgba(255,255,255,0.8);
font-size: 1.6em;
padding: 0.7em 1.5em 0.6em;
color: #333;
background-position: right 0.5em center;
}


@media screen and (max-width: 767px) {

.topContents .Section.SectionAbout {
height: 50vw;
background: url("../img/bg_about_sp.jpg") no-repeat ;

}

.topContents .Section.SectionAbout h3 a{
font-size: 4vw;
}




}



.topContents .bgTown {
  background-image: url("../img/img_bg_town.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.topContents .sectionLink {
  width: calc(100% - 148px);
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 17px;
  text-align: right;
  pointer-events: auto;/*0709*/
}
.topContents .sectionLink a {
  margin-right: 12px;
  color: #000;
  text-decoration: none;
}
.topContents .sectionLink a > span::after {
  -webkit-transform: translate(2px, 0) rotate(45deg);
  display: inline-block;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: 2px;
          transform: translate(2px, 0) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
}


.topContents .topSection {
background: #fff;
}


.topContents .mainVisual {
  position: relative;
  width: 100%;
}
.topContents .mainVisual .swiperMain {
  width: 100%;
  height: 100%;
}
.topContents .mainVisualItem {
  width: 100%;
  height: 570px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.topContents .mainVisualItem a{
  text-decoration: none;
}
.topContents .mainVisualItem.main {
  background-image: url("/products/it/society/img/brndng_main.jpg");
}
.topContents .mainVisualItem.energy {
  background-image: url("/products/it/society/img/brndng_energy.jpg");
}
.topContents .mainVisualItem.mobility {
  background-image: url("/products/it/society/img/brndng_mobility.jpg");
}
.topContents .mainVisualItem.telecom {
  background-image: url("/products/it/society/img/brndng_telecom.jpg");
}
.topContents .mainVisual .swiperNavigation {
  -webkit-transform: translate(-50%, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 80px;
  left: 50%;
          align-items: center;
  width: 100%;
  max-width: 496px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
          transform: translate(-50%, 0);
}
.topContents .mainVisual .swiperNavigationItem {
  width: 18.951613% !important;
  max-width: 94px;
  margin-right: 6.048387%;
  border: 0;
  outline: none;
  background-color: #DCDCDB;
  cursor: pointer;
}
.topContents .mainVisual .swiperNavigationItem.swiper-slide-thumb-active {
  background-color: #757777;
}
.topContents .mainVisual .swiperNavigationItem.swiper-slide-thumb-active.energy {
  background-color: #39e7dd;
}
.topContents .mainVisual .swiperNavigationItem.swiper-slide-thumb-active.mobility {
  background-color: #ffb000;
}
.topContents .mainVisual .swiperNavigationItem.swiper-slide-thumb-active.telecom {
  background-color: #d860ff;
}
.topContents .mainMessage, .topContents .board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topContents .mainMessageContainer, .topContents .boardContainer {
  display: block;
  position: relative;
  width: 100%;
  min-width: 290px;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1274px) {

.topContents .mainMessageContainer, .topContents .boardContainer {
  padding-right: 55px;
  padding-left: 55px;
}

}


.topContents .mainMessage .concept, .topContents .board .concept {
  margin-top: 40px;
  color: #595959;
  font-size: 72px;
  line-height: 1.1;
}
.topContents .mainMessage .concept > span, .topContents .board .concept > span {
  display: block;
}
.topContents .board .concept > span {
  color: #fff;
  text-shadow: 5px 2px 8px rgb(0 0 0 / 40%), 5px 2px 8px rgb(0 0 0 / 60%);
  /* text-shadow: 2px 2px 2px #595959, -2px -2px 2px #595959, 2px -2px 2px #595959, -2px 2px 2px #595959, 1px 1px 3px #595959, -1px -1px 3px #595959, 1px -1px 3px #595959, -1px 1px 3px #595959; */
}
.topContents .mainMessage .message, .topContents .board .message {
  display: block;
  margin-top: 30px;
  color: #595959;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 1px;
}
.topContents .mainMessage .message > span, .topContents .board .message > span {
  display: block;
}
.topContents .mainMessage .movieLink, .topContents .board .movieLink {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 410px;
  padding: 10px 18px;
  border-radius: 4px;
  background-color: #d50917;
  color: #fff;
  font-size: 13.65px;
  text-align: center;
  text-decoration: none;
}
.topContents .mainMessage .movieLink > span::after, .topContents .board .movieLink > span::after {
  -webkit-transform: translate(2px, 2px) rotate(45deg);
  display: inline-block;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: 2px;
          transform: translate(2px, 2px) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.topContents .mainMessage .movieLinkWrap, .topContents .board .movieLinkWrap {
  position: absolute;
  right: 15px;
  bottom: 100px;
  text-align: right;
}
.topContents .mainMessage.SP, .topContents .SP.board {
  display: none;
}
.topContents .mainPrev, .topContents .mainNext {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
.topContents .mainPrev::after, .topContents .mainNext::after {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.topContents .mainPrev {
  left: 0;
}
.topContents .mainNext {
  right: 0;
}


@media screen and (max-width: 1274px) {

.topContents .mainPrev {
  left: 0;
}
.topContents .mainNext {
  right: 0;
}


}


.topContents .boardItem {
  /* -webkit-transform: translate(0, -50%); */
  display: block;
  z-index: 1;
  margin-top: 1em;
  /* position: absolute; */
  /* top: 50%; */
          /* transform: translate(0, -50%); */
}
.topContents .boardItem .title {
  margin-left: 24px;
  color: #fff;
  /* font-size: 73px; */
  font-size: 60px;
  line-height: 1.4;
  text-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4) ,5px 2px 8px rgba(0, 0, 0, 0.6) ;
}
.topContents .boardItem .titleWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.topContents .boardItem .icon {
  width: 130px;
  /* width: 120px; */
  padding-top: 20px;
}
.topContents .boardItem .icon img {
  width: 100%;
}
.topContents .boardItem .concept {
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
text-shadow: none;
padding: 15px 0.4em 12px 1em;
  background-color: #fff;
  color: #000;
  /* font-size: 30px; */
  font-size: 24px;
}
.topContents .movieListWrap {
  display: block;
  max-width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.topContents .movieListWrap .movieList {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-left: -20px;
}
.topContents .movieListWrap .movieListItem {
  width: calc(33.3333333333% - 20px);
  max-width: 273px;
  margin-left: 20px;
}
.topContents .movieListWrap .movieListItem img {
  width: 100%;
}
.topContents .movieListWrap .movieListItem .ModalYouTubeLink {
  width: 100%;
}
.topContents .movieListWrap .movieList::after {
  display: block;
  width: calc(33.3333333333% - 20px);
  max-width: 273px;
  margin-left: 20px;
  content: "";
}
.topContents .movieListWrap .movieList.col4 {
  margin-left: -20px;
}
.topContents .movieListWrap .movieList.col4 .movieListItem {
  width: calc(25% - 20px);
  max-width: 250px;
  margin-left: 20px;
}
.topContents .movieListWrap .movieList.col4 .movieListItem img {
  width: 100%;
}
.topContents .movieListWrap .movieList.col4 .movieListItem .ModalYouTubeLink {
  width: 100%;
}
.topContents .movieListWrap .movieList.col4::after {
  display: block;
  width: calc(25% - 20px);
  max-width: 250px;
  content: "";
}
.topContents .movieListWrap .movieList.col2 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -40px;
}
.topContents .movieListWrap .movieList.col2 .movieListItem {
  width: calc(50% - 40px);
  max-width: 480px;
  margin-left: 40px;
}
.topContents .movieListWrap .movieList.col2 .movieListItem img {
  width: 100%;
}
.topContents .movieListWrap .movieList.col2 .movieListItem .ModalYouTubeLink {
  width: 100%;
}
.topContents .movieListWrap .movieList.col2::after {
  display: block;
  width: calc(50% - 40px);
  max-width: 250px;
  content: "";
}
.topContents .pickupListWrap .pickupList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -5px;
}
.topContents .pickupListWrap .pickupListItem {
  width: calc(33.3333333333% - 5px);
  max-width: 420px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.topContents .pickupListWrap .pickupListItem a:hover {
  opacity: 0.7;
}
.topContents .pickupListWrap .pickupListItem .Card {
  position: relative;
  overflow: hidden;
}
.topContents .pickupListWrap .pickupListItem .Card .category > span {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(29.4047% - 1.5em);
  max-width: 120px;
  color: #000;
  color: #000;
  font-size: min(1.335428vw, 17px);
  line-height: 2;
  text-align: center;
}
.topContents .pickupListWrap .pickupListItem .Card .category::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 42.45%;
  height: 55.642%;
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ebeaeb;
  content: "";
}
.topContents .pickupListWrap .pickupListItem .Card.energy .category:before, .topContents .pickupListWrap .pickupListItem .Card.blue .category:before,
.topContents .pickupListWrap .pickupListItem .Card .energy.category:before, .topContents .pickupListWrap .pickupListItem .Card .blue.category:before {
  background-color: #39e7dd;
}
.topContents .pickupListWrap .pickupListItem .Card.mobility .category:before, .topContents .pickupListWrap .pickupListItem .Card.orange .category:before,
.topContents .pickupListWrap .pickupListItem .Card .mobility.category:before, .topContents .pickupListWrap .pickupListItem .Card .orange.category:before {
  background-color: #ffb000;
}
.topContents .pickupListWrap .pickupListItem .Card.telecom .category:before, .topContents .pickupListWrap .pickupListItem .Card.purple .category:before,
.topContents .pickupListWrap .pickupListItem .Card .telecom.category:before, .topContents .pickupListWrap .pickupListItem .Card .purple.category:before {
  background-color: #d860ff;
}
.topContents .pickupListWrap .pickupListItem .Card .body {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 16px;
}
.topContents .pickupListWrap .pickupListItem .Card .title {
  height: 1.1em;
  overflow: hidden;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.1;
  margin-top: 15px;
  font-weight: normal;
}
.topContents .pickupListWrap .pickupListItem .Card .description {
  height: 2.8em;
  overflow: hidden;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	}
.topContents .pickupListWrap .pickupListItem .Card .image:before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(#000));
  background: -webkit-linear-gradient(rgba(0,0,0,0.1),20%,rgba(0,0,0,0.9));
  background: linear-gradient(rgba(0,0,0,0.1),20%,rgba(0,0,0,0.9));
  content: "";
}
.topContents .pickupListWrap .pickupListItem .Card .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {


.topContents .pickupListWrap .pickupListItem .Card .description {
  height: 2.4em;
  margin-top: 15px;
  overflow: hidden;
  color: #fff;
  font-size: min(4vw, 20px);
  line-height: 1.29;
}


}

.topContents .aimsTitle {
  color: #000;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.13;
  text-align: center;
}
.topContents .aimsIcon {
  position: relative;
  width: 136px;
  margin: 30px auto 40px;
}
.topContents .aimsIcon img {
  width: 100%;
}
.topContents .aimsIcon.infra {
  height: 0;
  margin: 0 auto;
}
.topContents .aimsMessage {
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
}
.topContents .aimsDescription {
  max-width: 1247px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.topContents .infrastructureHeader {
  margin-bottom: 40px;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.13;
  text-align: center;
}
.topContents .infrastructureBody {
  padding-top: 192px;
  padding-bottom: 87px;
  background-color: #E7E6E7;
}
.topContents .infrastructureItemWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-left: -20px;
}
.topContents .infrastructureItem {
  position: relative;
  width: calc(33.3333333333% - 20px);
  max-width: 390px;
  margin-left: 20px;
}
.topContents .infrastructureItem .icon {
  -webkit-transform: translate(-50%, -65%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  max-width: 198px;
  overflow: hidden;
          transform: translate(-50%, -65%);
  border: 0;
}
.topContents .infrastructureItem .icon img {
  width: 100%;
}
.topContents .infrastructureItem .image img {
  width: 100%;
}
.topContents .infrastructureItem .body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}

.topContents .infrastructureItem .body .text_area {
background: url("/image/jp/r1/icon/icon_link_right_hd.gif") no-repeat;
background-position: right 0.5em center;
padding-bottom: 16px;
}

.topContents .infrastructureItem .body .title {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.topContents .infrastructureItem .body .description {
  margin: 0 16px 16px 16px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.topContents .infrastructureItem .body .link {
  position: relative;
  margin-top: auto;
  margin-right: 16px;
  text-align: right;
}
.topContents .infrastructureItem .body .link > * {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  color: #000;
  line-height: 1.2;
  text-decoration: none;
}
.topContents .infrastructureItem .body .link > *::after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  display: block;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 8px;
  height: 8px;
          transform: translate(0, 0) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
}
.topContents .infrastructureItem a {
  color: #000;
  text-decoration: none;
}
.topContents .infrastructureItem a:active, .topContents .infrastructureItem a:visited, .topContents .infrastructureItem a:focus {
  color: #000;
}
.topContents .infrastructureItem a:hover .body * {
  opacity: 0.7 !important;
}

@media screen and (max-width: 767px) {


.topContents .infrastructureItem .body .title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.topContents .infrastructureItem .body .description {
  margin: 0 16px 18px 16px;
  font-size: min(2vw, 27px);
  line-height: 1.4;
  text-align: center;
}




}









.topContents .crossingHeader {
  position: relative;
  margin-bottom: 73px;
  color: #000;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.13;
  text-align: center;
}
.topContents .crossingIconWrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transform: translate(-50%, 157px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
          justify-content: space-between;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
          transform: translate(-50%, 157px);
}
.topContents .crossingIconWrap .icon {
  z-index: 1;
  width: 140px;
}
.topContents .crossingIconWrap .icon img {
  width: 100%;
}
.topContents .crossingBody {
  padding-top: 82px;
  padding-bottom: 49px;
  background-color: #E7E6E7;
}
.topContents .crossingTitle {
  margin-top: 40px;
  margin-bottom: 37px;
  color: #000;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.58;
  text-align: center;
}
.topContents .crossingDescription {
  margin-bottom: 60px;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.58;
  text-align: center;
}

.topContents .swiperNews {
  width: calc(100% - 148px);
  padding-bottom: 10px;
  pointer-events: auto;/*0709*/

}
.topContents .swiperNewsWrap {
  width: 100%;
  overflow: hidden;
}
.topContents .swiperNewsWrap .newsPrev {
  left: 20px;
  --swiper-navigation-color: #9D9E9E;
  pointer-events: auto;/*0709*/
}
.topContents .swiperNewsWrap .newsPrev::after {
  font-weight: bold;
}
.topContents .swiperNewsWrap .newsNext {
  right: 20px;
  --swiper-navigation-color: #9D9E9E;
  pointer-events: auto;/*0709*/
}
.topContents .swiperNewsWrap .newsNext::after {
  font-weight: bold;
}
.topContents .newsHeader {
  margin-left: 88px;
  margin-top: 20px;
  margin-bottom: 0;
    pointer-events: none; /*0709*/

}
.topContents .newsHeader > span {
  display: inline-block;
  padding: 8px 16px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.topContents .newsList a {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.topContents .newsList a:active, .topContents .newsList a:visited, .topContents .newsList a:focus {
  color: #000;
}
.topContents .newsList a:hover > * {
  opacity: 0.7;
}
.topContents .newsListItemWrap {
  padding: 10px 13px;
}

.topContents .newsListItem {
  -webkit-box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
          box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.4);
}
.topContents .newsListItem .category {
  display: block;
  padding: 8px 10px;
  background-color: #fff;
  font-weight: bold;
}
.topContents .newsListItem .category.blue, .topContents .newsListItem .category.energy {
  background-color: #39e7dd;
}
.topContents .newsListItem .category.orange, .topContents .newsListItem .category.mobility {
  background-color: #ffb000;
}
.topContents .newsListItem .category.purple, .topContents .newsListItem .category.telecom {
  background-color: #d860ff;
}
.topContents .newsListItem .date {
  color: #000;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 2px;
}
.topContents .newsListItem .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #000;
  line-height: 1.4;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  text-overflow: ellipsis;

}
.topContents .newsListItem .body {
  min-height: 155px;
  padding: 16px 33px 18px;
}
.topContents #jsAimsIcon {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsAimsIcon2 {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraEnergyIcon {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraMobilityIcon {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraTelecomIcon {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraHeader {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraBody {
  -webkit-animation-fill-mode: forwards;
  background-color: #fff;
          animation-fill-mode: forwards;
}
.topContents #jsInfraEnergyBody {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraMobilityBody {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents #jsInfraTelecomBody {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.topContents .aimsIcon.infra {
  height: 0;
  margin: 0 auto;
}
.topContents .is-animated #jsAimsIcon {
  opacity: 1;
}
.topContents .is-animated #jsInfraEnergyIcon {
  opacity: 1;
}
.topContents .is-animated #jsInfraMobilityIcon {
  opacity: 1;
}
.topContents .is-animated #jsInfraTelecomIcon {
  opacity: 1;
}
.topContents .is-animated #jsInfraHeader {
  opacity: 1;
}
.topContents .is-animated #jsInfraBody {
  background-color: #E7E6E7;
}
.topContents .is-animated #jsInfraEnergyBody {
  opacity: 1;
}
.topContents .is-animated #jsInfraMobilityBody {
  opacity: 1;
}
.topContents .is-animated #jsInfraTelecomBody {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .topContents .visibleSp {
    display: inline;
  }
  .topContents .visiblePc {
    display: none;
  }
  .topContents .Section .Title {
    margin-bottom: 5.208333vw;
    margin-left: 0;
    font-size: max(3.90625vw, 16px);
  }
  .topContents .Section.SectionMovie {
    padding-top: 5.46875vw;
    padding-bottom: 5.46875vw;
  }
  .topContents .Section.SectionPickup {
    padding-top: 2vw;
    padding-bottom: 11.71875vw;
  }
  .topContents .Section.SectionAims {
    height: auto;
    padding-top: 12.5vw;
    padding-bottom: 13.541666vw;
  }
  .topContents .Section.SectionInfrastructure {
    padding-top: 16.015625vw;
  }
  .topContents .Section.SectionCrossing {
    padding-top: 13.671875vw;
  }
  .topContents .Section.SectionNews {
  margin-top: 0;
    padding-bottom: 1.953125vw;
  }
  .topContents .Section.SectionNews .ContainerTop {
  padding: 1vw 0 0;
  }
  .topContents .bgTown {
    background-image: url("../img/img_bg_town_sp.png");
  }
  .topContents .sectionLink {
    width: 100%;
    font-weight: normal;
    font-size: max(3.645833vw, 14px);
  }
  .topContents .sectionLink a {
    margin-right: 17px;
  }
  .topContents .mainVisualItem {
    height: 72.916666vw;
  }
  .topContents .mainVisualItem.main {
    background-image: url("/products/it/society/img/brndng_main_sp.jpg");
  }
  .topContents .mainVisualItem.energy {
    background-image: url("/products/it/society/img/brndng_energy_sp.jpg");
  }
  .topContents .mainVisualItem.mobility {
    background-image: url("/products/it/society/img/brndng_mobility_sp.jpg");
  }
  .topContents .mainVisualItem.telecom {
    background-image: url("/products/it/society/img/brndng_telecom_sp.jpg");
  }
  .topContents .mainVisual .swiperNavigation {
    bottom: 2.604166vw;
    width: 42.578125vw;
    max-width: 327px;
  }
  .topContents .mainVisual .swiperNavigationItem {
    margin-right: 3.255208vw;
  }
  .topContents .mainMessage, .topContents .board {
    position: static;
  }
  .topContents .mainMessageContainer, .topContents .boardContainer {
    max-width: 100%;
  }
  .topContents .mainMessageContainer{
    max-width: calc(100% - 16.927082vw);
    padding-right: 3.25520833vw;
    padding-left: 3.25520833vw;
  }
  .topContents .mainMessage .concept, .topContents .board .concept {
    margin-top: 5.859375vw;
    font-size: min(7.161458vw, 55px);
    line-height: 1.6;
    text-align: center;
  }
  .topContents .mainMessage .concept, .topContents .board .concept {
    text-align: left;
    line-height: 1.4;
  }
  .topContents .mainMessage .concept > span, .topContents .board .concept > span {
    color: #575757;
    text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff, 1px -1px 3px #fff, -1px 1px 3px #fff;
  }

  .topContents .mainMessage .message, .topContents .board .message {
    display: none;
    color: #fff;
    font-size: 3.648533vw;
  }
  .topContents .mainMessage .movieLink, .topContents .board .movieLink {
    width: 65vw;
    min-width: 180px;
    max-width: 420px;
    font-size: min(3.125vw, 24px);
  }
  .topContents .mainMessage .movieLink > span::after, .topContents .board .movieLink > span::after {
    width: 1.822916vw;
    min-width: 4px;
    height: 1.822916vw;
    min-height: 4px;
  }
  .topContents .mainMessage .movieLinkWrap, .topContents .board .movieLinkWrap {
    -webkit-transform: translateX(-50%);
    bottom: 7.8125vw;
    left: 50%;
    width: 100%;
            transform: translateX(-50%);
    text-align: center;
  }
  .topContents .mainMessage.SP, .topContents .SP.board {
    display: block;
    background-color: #262626;
  }
  .topContents .mainMessage.SP .message, .topContents .SP.board .message {
    display: block;
    margin-top: 0;
    padding-top: 5.208333vw;
    padding-bottom: 5.208333vw;
    text-align: center;
  }
  .topContents .mainPrev, .topContents .mainNext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topContents .boardContainer {
    max-width: calc(100% - 16.927082vw);
    padding-right: 3.25520833vw;
    padding-left: 3.25520833vw;
  }
  .topContents .boardItem {
    /* margin-top: calc(4.427082vw + 1em); */
    margin-top: 1em;
    font-size: max(3.255208vw, 16px);
    width: 100%;
  }
  .topContents .boardItem .title {
    margin-left: 3.645833vw;
    /* font-size: 8.463541vw; */
    font-size: 7vw;
  }
  .topContents .boardItem .icon {
    width: 26.822916vw;
  }
  .topContents .boardItem .concept {
    display: inline-block;
    -webkit-box-shadow: none;
    padding: 5px;
            box-shadow: none;
    /* font-size: 3.75vw; */
    font-size: 3vw;
    text-align: left;
  }
  .topContents .movieListWrap .movieList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .topContents .movieListWrap .movieListItem {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 38px;
    margin-left: auto;
  }
  .topContents .movieListWrap .movieList.col4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .topContents .movieListWrap .movieList.col4 .movieListItem {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 38px;
    margin-left: auto;
  }
  .topContents .movieListWrap .movieList.col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .topContents .movieListWrap .movieList.col2 .movieListItem {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-bottom: 38px;
    margin-left: auto;
  }
  .topContents .pickupListWrap .pickupList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .topContents .pickupListWrap .pickupListItem {
    width: 100%;
    max-width: 630px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .topContents .pickupListWrap .pickupListItem .Card .category > span {
    width: calc(29.4047% - 1em);
    max-width: 140px;
    font-size: max(3.255208vw,14px);
  }
  .topContents .aimsTitle {
    font-size: 6.25vw;
  }
  .topContents .aimsIcon {
    -webkit-transform: translateY(0);
    width: 23.4375vw;
    margin: 6.901041vw auto 10.8072916vw;
            transform: translateY(0);
  }
  .topContents .aimsMessage {
    margin-bottom: 11.067708vw;
    font-size: max(4.947916vw, 16px);
  }
  .topContents .aimsDescription {
    max-width: 87.239583vw;
    font-size: max(3.125vw, 16px);
  }
  .topContents .infrastructureHeader {
    margin-bottom: 5.859375vw;
    font-size: max(6.119791vw, 24px);
    line-height: 1.23;
  }
  .topContents .infrastructureBody {
    padding-top: 7.161458vw;
    padding-bottom: 5.989583vw;
  }
  .topContents .infrastructureItemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
  .topContents .infrastructureItem {
    width: 100%;
    max-width: 585px;
    margin-top: 32.552083vw;
    margin-right: auto;
    margin-left: auto;
  }
  .topContents .infrastructureItem:first-child {
    margin-top: 25vw;
  }
  .topContents .infrastructureItem:last-child {
    padding-bottom: 13.151041vw;
  }
  .topContents .infrastructureItem .icon {
    -webkit-transform: translate(-50%, -25.130208vw);
    width: 38.802083vw;
    max-width: 298px;
            transform: translate(-50%, -25.130208vw);
  }
  .topContents .infrastructureItem .body {
    padding-bottom: 2.083333vw;
  }
  .topContents .infrastructureItem .body .title {
    margin-top: 2.083333vw;
    margin-bottom: 2.083333vw;
    font-size: max(5.729166vw, 20px);
  }
  .topContents .infrastructureItem .body .description {
    margin: 0 2.083333vw 2.34375vw 2.083333vw;
    font-size: max(5.208333vw, 16px);
  }
  .topContents .infrastructureItem .body .link {
    margin-right: 2.083333vw;
  }
  .topContents .infrastructureItem .body .link > * {
    padding-right: 2.083333vw;
  }
  .topContents .crossingHeader {
    margin-bottom: 14.973958vw;
    font-size: max(6.119791vw, 24px);
    line-height: 1.23;
  }
  .topContents .crossingIconWrap {
    -webkit-transform: translate(-50%, 23.567708vw);
    max-width: 62.890625vw;
            transform: translate(-50%, 23.567708vw);
  }
  .topContents .crossingIconWrap .icon {
    width: calc(33.3333333333% - 5.598958vw);
    max-width: 132px;
  }
  .topContents .crossingBody {
    padding-top: 7.161458vw;
    padding-bottom: 5.989583vw;
  }
  .topContents .crossingTitle {
    font-size: max(6.119791vw, 16px);
  }
  .topContents .crossingDescription {
    font-weight: normal;
    font-size: max(4.166666vw, 16px);
  }
  .topContents .aboutTitle {
    margin-bottom: 4.557291vw;
    font-size: max(5.859375vw, 24px);
    line-height: 1.17;
  }
  .topContents .swiperNews {
    overflow: visible;
    width: 100%;
  }
  
  .topContents .swiperNewsWrap {
    -webkit-transform: translate(0, 0);
    position: static;
    padding-top: 2vw;
            transform: translate(0, 0);
  }
  .topContents .newsHeader {
  margin-left: 15px;
    margin-bottom: 0;
  }
  .topContents .swiperNewsWrap .newsNext {
    right: 7vw;
    --swiper-navigation-size: 8vw;
  }

  .topContents .swiperNewsWrap .newsNext::after {
    --swiper-navigation-size: 8vw;
  }
  .topContents .swiperNewsWrap .newsPrev {
    --swiper-navigation-size: 8vw;
    left: 7vw;
  }
  
  .topContents .swiperNewsWrap .newsPrev::after{
    --swiper-navigation-size: 8vw;
  }
  .topContents .newsListItem .body {
    min-height: 145px;
    padding: 2.083333vw 4.166666vw 2.34375vw;
  }
  .topContents .newsListItem .category {
    font-weight: normal;
    font-size: max(3.125vw, 16px);
  }
  .topContents .newsListItem .date {
    font-size: max(3.125vw, 14px);
  }
  .topContents .newsListItem .title {
    line-height: 1.4;
    overflow: hidden;
    font-size: max(3.645833vw, 16px);
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 348px) {
  .topContents .movieListWrap .movieListItem {
    margin-right: 0;
    margin-left: 0;
  }
  .topContents .movieListWrap .movieList.col4 .movieListItem {
    margin-right: 0;
    margin-left: 0;
  }
  .topContents .movieListWrap .movieList.col2 .movieListItem {
    margin-right: 0;
    margin-left: 0;
  }
}