@charset "UTF-8";
.site-top header .logo img {
  width: 300px;
}

/* --------------------------------------------------------
	common within page
-------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  body > div {
    height: auto;
    min-height: auto;
  }
}
/* --------------------------------------------------------
	top-half
-------------------------------------------------------- */
.top-half {
  height: 50vh;
  position: relative;
}

.top-half .main-mov {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: -1;
  top: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #004098;
} /***220802応急処置***/
.top-half .main-mov video::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: #313131 0px 0px 10px;
}

.top-half .main-img {
  background: url(/img/main_01.png) no-repeat;
  background-size: cover;
  background-position: right -60px top 30px;
  position: absolute;
  height: 90%;
  width: 70%;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.top-half h2 {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  font-size: 200%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ddd;
}

/*.top-half h2::before{
    content: 'Reliable vibration test system';
    color: #ddd;
    font-size: 3em;
    display: block;
    line-height: 1.25;
    margin-bottom: 0.5em;
}*/
.top-half p {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  font-size: 110%;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.2em;
  color: #ddd;
  max-width: 760px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .top-half {
    height: 440px;
  }
  .top-half h2 {
    top: 15%;
  }
  /*.top-half h2::before{
      font-size: 1em;
  } */
  .top-half p {
    top: 50%;
    font-size: 95%;
  }
  div.product5 ul li {
    border-right: none;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (min-width: 1200px) {
  .top-half .main-mov video {
    width: 100%;
    /*opacity: 60%; */ /***220802応急処置***/
  }
}
/* --------------------------------------------------------
	bottom-half
-------------------------------------------------------- */
.bottom-half {
  height: 550px; /*40%;*/
  padding: 0;
  max-width: 1400px;
  margin: auto;
  align-items: flex-start;
}

.bottom-half .left-img, .bottom-half .right-img {
  background-image: url("/img/right-img.jpg");
  background-size: cover;
  background-position: center;
  width: 40%;
  height: 100%;
  margin-right: 2px;
}

.bottom-half .right-contents, .bottom-half .left-contents {
  height: auto;
  width: 60%;
  background-color: #07438a;
  border-left: 2px #07438a;
  text-align: center;
}

.bottom-half .right-contents > p {
  font-size: 200%;
  font-family: "Exo 2", Arial, Helvetica, "sans-serif";
  border-bottom: 1px solid;
  padding: 1.1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
}

.bottom-half .right-contents div {
  align-items: baseline;
  border-bottom: 0.5px solid #fff;
}

.bottom-half .right-contents div div {
  width: 50%;
  height: auto;
  padding: 5% 2em;
}

.bottom-half .right-contents div div:first-child {
  border-right: 1px solid #DDDDDD;
}

.bottom-half .right-contents div p {
  color: #f1f1f1;
}

.bottom-half .right-contents div p:nth-child(1) {
  font-size: 150%;
  margin-bottom: 0.5em;
}

.bottom-half .right-contents div p:nth-child(2) {
  margin-bottom: 1.5em;
  font-size: 100%;
}

.bottom-half .right-contents div button:hover {
  color: #004098;
}

.bottom-half .left-contents .box-flex {
  justify-content: end;
}

.bottom-half .left-contents div.caps {
  width: auto;
  max-width: 695px;
  height: 100%;
  text-align: left;
  padding: 0 3.1em 0 0;
}

.bottom-half .left-contents div.caps h3 {
  font-size: 28px;
  margin-top: 2.5em;
}

.bottom-half .left-contents div.caps p, div.b_area .top-contents p {
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  .bottom-half .right-contents, .bottom-half .left-contents {
    width: auto;
    padding: 0 5%;
  }
  .bottom-half .left-contents div.caps {
    padding: 0;
  }
  .bottom-half .right-contents div div {
    padding: 5% 1em;
  }
}
@media screen and (max-width: 1000px) {
  .bottom-half {
    height: auto;
    flex-direction: column;
  }
  .bottom-half .left-img {
    /* width: 100%;
    height: 330px; */
    display: none;
  }
  .bottom-half .right-contents {
    width: 100%;
    height: auto;
  }
  .bottom-half .right-contents > p {
    font-size: 150%;
  }
  .bottom-half .right-contents div p:nth-child(1) {
    font-size: 125%;
  }
  .bottom-half .right-contents div.box-flex {
    display: block;
  }
  .bottom-half .right-contents div div {
    width: 100%;
  }
  .bottom-half .right-contents div div:first-child {
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
  }
}
/* --------------------------------------------------------
	contents area
-------------------------------------------------------- */
div.top-contents {
  max-width: 1140px;
  margin: 0 auto 3.5em;
}

div.obi-ttl {
  width: 1138px;
  margin: 2em auto;
  cursor: pointer;
}

div.obi-ttl h3 {
  background: #c9c9c9;
  transition: 0.3s;
}

div.obi-ttl h3:hover {
  color: #fff;
  background: #004098;
  transition: 0.3s;
}

div.obi-ttl h3:hover::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -5px 0 0 10px;
  /*filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.9)); */
  transition: 0.5s;
}

div.obi-ttl h3, div.b_area .top-contents h3 {
  font-size: 28px;
  font-weight: bold;
  padding: 0.25em 0.9em;
}

div.b_area {
  background: #004098;
}

div.b_area .top-contents {
  padding-top: 1em;
  text-align: center;
}

div.b_area .top-contents h3, div.b_area .top-contents p {
  color: #fff;
}

div.b_area .top-contents p {
  text-align: left;
  width: 770px;
  margin: 0 auto;
  padding: 0 0 4.5em;
  line-height: 1.8;
  letter-spacing: 0.4px;
}

div.b_area .top-contents ul.box-flex {
  flex-wrap: wrap;
  padding-bottom: 6em;
}

div.b_area .top-contents ul li {
  margin-bottom: 3em;
  padding: 1px;
  background: #fff;
}

div.b_area .top-contents ul li span {
  display: block;
  text-align: left;
  margin: 0.25em 0 0.25em 1em;
}

@media screen and (max-width: 768px) {
  div.top-contents {
    width: 100%;
    margin: auto;
  }
  div.obi-ttl {
    width: 100%;
  }
  div.b_area .top-contents p {
    width: 100%;
  }
  div.top-contents .box-flex {
    flex-wrap: wrap;
  }
  div.top-contents .box-flex li {
    margin-bottom: 1.2em;
  }
  div.obi-ttl h3, div.b_area .top-contents h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .site-top header .logo img {
    width: 200px;
  }
}
/* --------------------------------------------------------
	swiper
-------------------------------------------------------- */
div.product5 {
  max-width: 1400px;
  margin: auto;
}

div.product5 ul {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

div.product5 ul li {
  border-right: 3px solid #fff;
  background-color: #9fb0cd;
  padding: 5px;
  min-height: 239px;
}

div.product5 ul li:nth-child(2n) {
  background-color: #8096be;
}

div.product5 img {
  width: 100%;
}

div.product5 a.new {
  position: relative;
}

div.product5 a.new::before {
  content: "NEW";
  font-size: 1em;
  text-align: center;
  padding: 12px 0 0 0px;
  color: #fff;
  border: 1px solid #c00;
  border-radius: 50%;
  background: #c00;
  width: 60px;
  height: 55px;
  position: absolute;
  /*top: -100px;*/
  right: 0;
  z-index: 2;
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  div.product5 a.new::before {
    content: none;
  }
  div.product5 p {
    display: none;
  }
}
div.product5 p {
  color: #fff;
  padding: 0 50px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div.product5 p.date {
  font-size: 80%;
  font-weight: lighter;
}

.bottom-half .right-contents div img {
  max-width: 100%;
  width: 835px;
  margin-bottom: 2px;
}

.bottom-half .right-contents button {
  padding: 0.75em 2em;
}

.bottom-half .right-contents .mini {
  background-color: #07438a;
  background-image: url(../img/bnr_mini_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .bottom-half .right-contents .mini {
    background-image: none;
  }
}
.bottom-half .right-contents .mini a:hover {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .bottom-half .right-contents .mini a:hover {
    opacity: 1;
    filter: brightness(1.2) drop-shadow(1px 1px 16px #fff);
  }
}

@media screen and (max-width: 1000px) {
  .bottom-half .right-contents div img {
    margin-bottom: 1.5em;
  }
}
footer hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}

.footer-links.group p.caps {
  margin: 0;
}

.footer-links.group .box-flex {
  align-items: baseline;
}

/* footer高さ分、bodyにmargin-bottom (common.css 27) TOPのみfooter高さ違うので↓ */
body.site-top {
  padding: 0 30px 485px;
}

body.site-top header .logo {
  margin: 30px 0 0;
}

@media screen and (max-width: 1000px) {
  body.site-top header .logo {
    margin: 25px 0;
  }
  body.site-top {
    padding-bottom: 280px;
  }
  div.product5 ul li {
    min-height: auto;
  }
}
body.site-top header ul.translate {
  right: 0;
  top: 13%;
}

a.cn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 0.25em;
  background-image: url(../img/icon_cn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a.us::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 0.25em;
  background-image: url(../img/icon_us.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}/*# sourceMappingURL=top.css.map */