#TopicPath ul {
  padding: 20px 0 15px; }

@media screen and (max-width: 768px) {
  .JS #TopicPath ul {
    padding: 15px 15px; } }
.ContentNaviWrap {
  background: #262626; }
  .ContentNaviWrap .ContentNavi {
    max-width: 1200px;
    margin: auto;
    padding: 0; }
    .ContentNaviWrap .ContentNavi li a {
      height: 50px; }

#Contents h1 {
  text-align: center;
  font-weight: bold;
  font-size: 187.5%;
  color: #fff;
  background: #444;
  padding: 26px 0; }
@media screen and (max-width: 768px) {
  #Contents h1 {
    font-size: 150%;
    color: #fff;
    background: #444;
    padding: 30px 0; } }
#Contents h2 {
  position: relative;
  margin: 0;
  padding: 0 0 15px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  background: 0;
  overflow: hidden; }
  #Contents h2:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 70%;
    bottom: 0;
    background: #E30027;
    -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 .AccordionTrigger, #Contents .FieldLink {
  cursor: pointer; }
#Contents .FieldLink {
  text-decoration: none; }
#Contents .ContentInner {
  max-width: 1275px;
  margin: auto; }
#Contents .Accordion {
  display: none; }
  #Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) {
    position: relative;
    width: 100vw;
    background: #333;
    z-index: 2; }
    @media screen and (max-width: 1304px) {
      #Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) {
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -webkit-transform: translateX(15px);
        transform: translateX(15px); } }
    #Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) .AccordionInner {
      display: flex;
      max-width: 1275px;
      margin: auto;
      padding: 20px 10px;
      flex-wrap: wrap; }
      @media screen and (max-width: 767px) {
        #Contents .Accordion:not(.ProductAccordion):not(.LumadaAccordion) .AccordionInner {
          width: 100%; } }
  @media screen and (min-width: 768px) {
    #Contents .Accordion ul {
      width: 33%;
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    #Contents .Accordion ul {
      width: 100%; } }
  #Contents .Accordion a {
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-size: 75%;
    text-decoration: none;
    background: url(/products/infrastructure/portal/industry/image/top/arw_accordion_link.gif) no-repeat left 4px; }
  #Contents .Accordion .ProductWrap,
  #Contents .Accordion .LumadaWrap {
    width: 100%; }
    #Contents .Accordion .ProductWrap:nth-child(n+2),
    #Contents .Accordion .LumadaWrap:nth-child(n+2) {
      margin-top: 20px; }
    #Contents .Accordion .ProductWrap dt,
    #Contents .Accordion .LumadaWrap dt {
      display: inline-block;
      padding: 0 10px;
      color: #fff;
      font-size: 75%;
      font-weight: bold; }
      #Contents .Accordion .ProductWrap dt.AccordionTrigger:before, #Contents .Accordion .ProductWrap dt .FieldLink:before,
      #Contents .Accordion .LumadaWrap dt.AccordionTrigger:before,
      #Contents .Accordion .LumadaWrap dt .FieldLink:before {
        display: none; }
      #Contents .Accordion .ProductWrap dt.AccordionTrigger:after, #Contents .Accordion .ProductWrap dt .FieldLink:after,
      #Contents .Accordion .LumadaWrap dt.AccordionTrigger:after,
      #Contents .Accordion .LumadaWrap dt .FieldLink:after {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 20px;
        vertical-align: middle;
        background: url(/products/infrastructure/portal/industry/image/top/arw_accordion_trigger.gif) no-repeat; }
      #Contents .Accordion .ProductWrap dt.AccordionTrigger.active:after, #Contents .Accordion .ProductWrap dt .FieldLink.active:after,
      #Contents .Accordion .LumadaWrap dt.AccordionTrigger.active:after,
      #Contents .Accordion .LumadaWrap dt .FieldLink.active:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
    #Contents .Accordion .ProductWrap dd,
    #Contents .Accordion .LumadaWrap dd {
      width: 100% !important;
      margin: 0 !important; }
      #Contents .Accordion .ProductWrap dd .AccordionInner,
      #Contents .Accordion .LumadaWrap dd .AccordionInner {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0; }
      #Contents .Accordion .ProductWrap dd.Accordion,
      #Contents .Accordion .LumadaWrap dd.Accordion {
        display: none; }
  #Contents .Accordion .ProductWrap dd {
    padding: 10px 10px 0; }
  #Contents .Accordion .ProductWrap.UpperLink {
    margin-top: 0;
    margin-bottom: 20px; }
  #Contents .Accordion .ProductWrap:not(.w100) {
    width: 33%; }
    @media screen and (max-width: 994px) and (min-width: 768px) {
      #Contents .Accordion .ProductWrap:not(.w100) {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #Contents .Accordion .ProductWrap:not(.w100) {
        width: 100%; } }
    #Contents .Accordion .ProductWrap:not(.w100) ul {
      width: 100%; }
  #Contents .Accordion .ProductWrap.w100 dd {
    display: flex;
    flex-wrap: wrap; }
  #Contents .Accordion .ProductWrap.w100 ul {
    width: 33%; }
    @media screen and (max-width: 994px) and (min-width: 768px) {
      #Contents .Accordion .ProductWrap.w100 ul {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      #Contents .Accordion .ProductWrap.w100 ul {
        width: 100%; } }
    #Contents .Accordion .ProductWrap.w100 ul ul {
      width: 100%; }
  #Contents .Accordion div.ProductWrap.w100 {
    display: flex;
    flex-wrap: wrap; }

.FieldWrap {
  padding-bottom: 80px; }
  .FieldWrap h2 + .FieldList {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .FieldWrap h2 + .FieldList {
        margin-top: 30px; } }
  .FieldWrap .FieldList {
    display: flex;
    width: calc(100% + 16px);
    margin-top: 19px;
    margin-left: -8px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .FieldWrap .FieldList {
        width: 100%;
        margin-left: 0; } }
    .FieldWrap .FieldList > li {
      width: calc(100% / 4);
      max-width: 322px;
      margin: 20px 0 0;
      padding: 0 8px; }
      @media screen and (max-width: 1304px) and (min-width: 995px) {
        .FieldWrap .FieldList > li {
          width: calc(100% / 3 - 1px);
          max-width: none; } }
      @media screen and (max-width: 994px) and (min-width: 768px) {
        .FieldWrap .FieldList > li {
          width: calc(100% / 2 - 1px);
          max-width: none; } }
      @media screen and (max-width: 767px) {
        .FieldWrap .FieldList > li {
          width: 100%;
          max-width: none;
          margin: 20px 0 0;
          padding: 0; } }
      .FieldWrap .FieldList > li.Field01 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_01.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field01 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_01_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field02 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_02.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field02 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_02_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field03 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_03.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field03 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_03_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field04 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_04.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field04 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_04_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field05 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_05.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field05 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_05_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field06 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_06.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field06 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_06_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field07 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_07.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field07 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_07_sp.jpg) no-repeat center center;
            background-size: cover; } }
      .FieldWrap .FieldList > li.Field08 .ImageBox {
        background: url(/products/infrastructure/portal/industry/image/top/ph_field_08.jpg) no-repeat center center;
        background-size: cover; }
        @media screen and (max-width: 767px) {
          .FieldWrap .FieldList > li.Field08 .ImageBox {
            background: url(/products/infrastructure/portal/industry/image/top/ph_field_08_sp.jpg) no-repeat center center;
            background-size: cover; } }
    .FieldWrap .FieldList .AccordionTrigger, .FieldWrap .FieldList .FieldLink {
      position: relative; }
      .FieldWrap .FieldList .AccordionTrigger:before, .FieldWrap .FieldList .FieldLink:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 0;
        right: 50%;
        bottom: 0;
        line-height: 0;
        background: url(/products/infrastructure/portal/industry/image/top/arw_field_accordion.png) no-repeat;
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -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; }
      .FieldWrap .FieldList .AccordionTrigger.active:before, .FieldWrap .FieldList .FieldLink.active:before {
        height: 20px;
        bottom: -20px;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .FieldWrap .FieldList .ImageBlock {
      position: relative;
      width: 100%;
      height: 200px;
      overflow: hidden; }
      .FieldWrap .FieldList .ImageBlock .ImageBox {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        right: 50%;
        -moz-transform: translate(50%, -50%) scale(1);
        -ms-transform: translate(50%, -50%) scale(1);
        -webkit-transform: translate(50%, -50%) scale(1);
        transform: translate(50%, -50%) scale(1);
        -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; }
    .FieldWrap .FieldList .DetailBlock {
      height: calc(100% - 200px);
      padding: 20px 25px;
      border-top: 2px solid #E30027;
      background: #333; }
      @media screen and (max-width: 767px) {
        .FieldWrap .FieldList .DetailBlock {
          height: auto !important; } }
    .FieldWrap .FieldList h3 {
      color: #fff;
      margin-bottom: 5px;
      font-size: 125%;
      font-weight: bold; }
    .FieldWrap .FieldList p {
      color: #fff;
      font-size: 90.625%;
      line-height: 17.8px; }
  .FieldWrap .Accordion {
    margin-top: 20px; }

@media screen and (min-width: 768px) {
  html.PC .FieldWrap .FieldList .AccordionTrigger:hover .ImageBlock .ImageBox, html.PC .FieldWrap .FieldList .FieldLink:hover .ImageBlock .ImageBox {
    -moz-transform: translate(50%, -50%) scale(1.1);
    -ms-transform: translate(50%, -50%) scale(1.1);
    -webkit-transform: translate(50%, -50%) scale(1.1);
    transform: translate(50%, -50%) scale(1.1); }
  html.PC #Contents .Accordion a:hover {
    text-decoration: underline; }
  html.PC .IndustryWrap .IndustryList > li:hover:before, html.PC .IndustryWrap .IndustryList > li:hover:after,
  html.PC .IndustryWrap .TaskList > li:hover:before,
  html.PC .IndustryWrap .TaskList > li:hover:after,
  html.PC .TaskWrap .IndustryList > li:hover:before,
  html.PC .TaskWrap .IndustryList > li:hover:after,
  html.PC .TaskWrap .TaskList > li:hover:before,
  html.PC .TaskWrap .TaskList > li:hover:after {
    opacity: 0; }
  html.PC .IndustryWrap .IndustryList > li:hover + li:before,
  html.PC .IndustryWrap .TaskList > li:hover + li:before,
  html.PC .TaskWrap .IndustryList > li:hover + li:before,
  html.PC .TaskWrap .TaskList > li:hover + li:before {
    opacity: 0; }
  html.PC .IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover,
  html.PC .IndustryWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover,
  html.PC .TaskWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover,
  html.PC .TaskWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover {
    color: #fff;
    background: #666; }
    html.PC .IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:before,
    html.PC .IndustryWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:before,
    html.PC .TaskWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:before,
    html.PC .TaskWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:before {
      opacity: 0; }
    html.PC .IndustryWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:after,
    html.PC .IndustryWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:after,
    html.PC .TaskWrap .IndustryList .AccordionTrigger.AutoHeight:not(.active):hover:after,
    html.PC .TaskWrap .TaskList .AccordionTrigger.AutoHeight:not(.active):hover:after {
      opacity: 1; }
  html.PC .CaseWrap .CaseList a {
    display: block;
    height: 100%;
    text-decoration: none; }
    html.PC .CaseWrap .CaseList a:hover .ImageBlock .ImageBox {
      -moz-transform: translate(50%, -50%) scale(1.1);
      -ms-transform: translate(50%, -50%) scale(1.1);
      -webkit-transform: translate(50%, -50%) scale(1.1);
      transform: translate(50%, -50%) scale(1.1); }
  html.PC .CaseWrap .CaseList .ImageBlock .ImageBox {
    -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; }
  html.PC #TopicsSliderWrap #TopicsControl .AutoPlay,
  html.PC #TopicsSliderWrap #TopicsControl .Btn {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    html.PC #TopicsSliderWrap #TopicsControl .AutoPlay:hover,
    html.PC #TopicsSliderWrap #TopicsControl .Btn:hover {
      opacity: 0.7; }
  html.PC #TopicsSliderWrap #TopicsSlider a:hover .ImageBlock img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  html.PC #TopicsSliderWrap #TopicsSlider .ImageBlock img {
    -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; }
  html.PC .LinkWrap .LinkList a:hover .ImageBlock {
    opacity: 0.5; }
  html.PC .LinkWrap .LinkList .ImageBlock {
    -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; } }

.FieldTop .FieldWrap {
  padding-bottom: 160px; }
  .FieldTop .FieldWrap .FieldList {
    margin-top: 30px; }
