@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* fpga */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
}

@media screen and (min-width: 901px) {
  .headlineH2a {
    font-size: 31px;
  }
}

@media screen and (max-width: 640px) {
  .headlineH2b br {
    display: none;
  }
}

.measurement.ecm .hero {
  background: no-repeat url(/psnrd/assets/img/emc/hero_background.png) center center/cover;
}
.measurement.smartmobility2 .hero {
  background: no-repeat url(/psnrd/assets/img/technology/smartmobility-2/hero_background.png) center center/cover;
}

.hero_headline .tag {
  display: inline-flex;
  padding: 7px 25px;
  background: #fff;
  border: 2px solid #046ed8;
  color: #046ed8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .hero_headline .hl02 br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .assignmentCardsList li br {
    display: none;
  }
}

#overview .utilize h3 {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 64px;
  position: relative;
  text-align: center;
}
#overview .utilize h3::after {
  content: "";
  display: block;
  width: 104px;
  height: 3px;
  background: #046ed8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#overview .utilize .utilize-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px 35px;
}
#overview .utilize .utilize-lists .utilize-list {
  width: calc((100% - 70px) / 3);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background: #fff;
  border: 1px solid #046ed8;
  border-radius: 10px;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  #overview .utilize .utilize-lists .utilize-list {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #overview .utilize .utilize-lists .utilize-list {
    width: 100%;
  }
}
#overview .utilize .utilize-lists .utilize-list .icon {
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#overview .utilize .utilize-lists .utilize-list .icon img {
  flex-shrink: 0;
}
#overview .utilize .utilize-lists .utilize-list .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
#overview .utilize .utilize-lists .utilize-list .text .title h4 {
  font-size: 22px;
  color: #046ed8;
}
#overview .utilize .utilize-lists .utilize-list .text ._text p {
  font-size: 16px;
  line-height: 1.75;
}

#features .body_text + p {
  font-size: 16px;
  margin-top: 30px;
}

.featuresCard_image img {
  border-radius: 10px;
}

.casestudyCard_title {
  margin-top: 0;
  color: #000;
  padding-left: 27px;
}

@media screen and (max-width: 900px) {
  .casestudyCard_num {
    flex-wrap: wrap;
  }
  .casestudyCard_num .casestudyCard_title {
    padding-left: 0;
    width: 100%;
  }
}

.bg-blue {
  background: #e0edfa;
}

.tableSlider_column {
  width: 100%;
}

#solutions .solution-wrap {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 64px 58px;
}
#solutions .solution-wrap .solution-item {
  width: calc((100% - 116px) / 3);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  #solutions .solution-wrap .solution-item {
    width: calc((100% - 58px) / 2);
  }
}
@media screen and (max-width: 640px) {
  #solutions .solution-wrap .solution-item {
    width: 100%;
  }
}
#solutions .solution-wrap .solution-item .text h3 {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 13px;
  margin-bottom: 24px;
}
#solutions .solution-wrap .solution-item .text h3::before {
  content: url(/psnrd/assets/img/fpga/circle.svg);
  flex-shrink: 0;
}
#solutions .solution-wrap .solution-item .text p {
  font-size: 16px;
  line-height: 1.75;
}
#solutions .solution-wrap .solution-item .img {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 10px;
}
#solutions .solution-wrap .solution-item .img img {
  border-radius: 10px;
}

.section.measurement-contact {
  margin-top: 0;
}

.table table th {
  background-color: #e3e2e2;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.table table td {
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .table table,
  .table table tr,
  .table table th,
  .table table td,
  .table table tbody {
    display: block;
    width: 100%;
  }
}

.overview_text {
  margin-bottom: 0;
}

.utilize {
  padding-top: 80px;
}

.overview-img {
  padding-top: 80px;
}

.featuresCard02 .featuresCard_image {
  margin: 42px 0 0;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .featuresCard02 .featuresCard_image {
    margin-top: 30px;
  }
}


.emc .overview_text {
  margin-bottom: 80px;
}

.rightfix {
    width: 154px;
    position: fixed;
    top: 50%;
    transform:  translateX(0);
    right: 11px;
    /* display: none; */
    z-index: 10;
    transition: all 0.3s ease;
    visibility: visible;
}
.rightfix-inner ul li a {
    display: flex;
    width: 100%;
    gap: 8px;
    height: 49px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 3px rgba(16, 16, 114, 0.1);
    color: #fff;
    transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
}
.rightfix-inner .close{
  position: absolute;
  top: -10px;
  right: -4px;
  z-index: 10;

}
.rightfix_btn--blue{
  justify-content: center !important;
}
[data-scroll=scrolled] .trigger {
    opacity: 1
}

[data-scroll=scrolled] .trigger:hover {
    opacity: .8
}

.trigger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    position: relative;
    position: fixed;
    right: 20px;
    top: 20px
}

@media only screen and (max-width: 900px) {
    .trigger {
        display:none
    }
}

.trigger:before {
    content: "";
    background-color: #222;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    transition: .5s cubic-bezier(0.19, 1, 0.22, 1)
}

.trigger_title {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%
}

.trigger_title span {
    color: #fff;
    font-size: 1rem;
    font-family: "Instrument Sans",sans-serif;
    font-weight: 700
}

.trigger_title span.is-open {
    display: none
}

[data-show=global] .trigger_title span.is-open {
    display: block
}

[data-show=global] .trigger_title span.is-close {
    display: none
}

.trigger_inner {
    width: 24px;
    height: 12px;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin-top: 12px
}

.trigger_inner span {
    display: block;
    transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px
}

[data-show=global] .trigger_inner span {
    border-radius: 0
}

.trigger_inner span:nth-child(1) {
    top: 0;
    left: 0
}

.trigger_inner span:nth-child(2) {
    top: 6px
}

.trigger_inner span:nth-child(3) {
    top: 100%
}

[data-show=global] .trigger_inner span:nth-child(1) {
    width: 100%;
    top: calc(50% - 1px);
    transform: rotate(45deg)
}

[data-show=global] .trigger_inner span:nth-child(2) {
    opacity: 0;
    width: 0
}

[data-show=global] .trigger_inner span:nth-child(3) {
    width: 100%;
    top: calc(50% - 1px);
    transform: rotate(-45deg)
}

.trigger {
    transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0
}

[data-scroll=scrolled] .trigger {
    opacity: 1
}

[data-scroll=scrolled] .trigger:hover {
    opacity: .8
}

[data-scroll-dir-y="-1"] .trigger {
    top: 60px
}
.trigger:before {
    content: "";
    background-color: #222;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    transition: .5s cubic-bezier(0.19, 1, 0.22, 1)
}
[data-show=""] .trigger{
  opacity: 1;
  display: flex;
}
[data-show=""] .trigger::before{
 display: block;
 background-color: #222;
}
[data-show=""] .trigger_inner span:nth-child(1) {
    width: 100%;
    top:0;
    transform: rotate(0);
}
  [data-show=""] .trigger_inner span:nth-child(2) {
    opacity: 1;
    width: 100%;
    top: 6px;
}
[data-show=""] .trigger_inner span:nth-child(3) {
  width: 100%;
  top: 100%;
  transform: rotate(-0);
}
#services{

}

.service-wrap{
  display: flex;
  flex-wrap:wrap;
  gap:23px;
  padding-top: 64px;
}
.service-item{
  width: calc(calc(100% - 46px) / 3);
  padding: 32px 25px 40px;
  border: 1px solid #046ed8;
  border-radius: 10px;

}
.service-item .text h3{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
  position:relative;
  left:-25px;
  padding-left: 17px;
  border-left: 8px solid #046ed8;
}
.service-item .img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 182px;
}
.service-item .tags{
  display: flex;
  flex-direction: column;
gap:6px;
}
.service-item .tags .tag{
  padding: 6px 13px;
  background: #F2F2F2;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  gap:8px;
  font-size: 12px;
  width: fit-content;

}
.service-item .tags .tag::before{
  content:"";
  display: block;
  width: 6px;
  height: 6px;
  background: #046ed8;
  border-radius: 100vh;
}
.catalogBanner {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 120px;
    max-width:100%;
    padding-left: 8.503401360544217%;
    padding-right: 8.503401360544217%;
}
.catalogBanner_wrap{
  max-width: 976px;
          
}
@media screen and (max-width:900px){
  .service-item{
  width: calc(calc(100% - 23px) / 2);
}
}

@media screen and (max-width:640px){
  .service-item{
  width: 100%;
}
}
@media only screen and (min-width: 901px) {
    .catalogBanner_wrap {
        padding: 40px 7.479508196721311%;
        display: flex;
        align-items: center;
        margin: auto;
    }
}
.measurement-overview figure{
    padding: 40px 0;
    text-align: center;
    margin: auto;

}
.measurement-overview figure img{
    margin: auto;
}
.solution-item.last{
  margin-right: auto;
}
.overview-flex-wrap{
  display: flex;
  gap: 50px;
}
.overview-flex-wrap .overview_text{
  padding:0;
  width:100%;
}
.overview-flex-wrap figure{
  width:100%;
  padding: 0;
}
@media screen and (max-width:900px){
  .overview-flex-wrap{
    flex-direction: column;
  }
}