@charset "UTF-8";

:root {
  font-size: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

.theme-KJ {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

.theme-KJ body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  min-width: 320px;
  background: #fff;
  color: #333;
  font-family: source-han-sans-japanese, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 16px;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.liquid-items {
  font-size: 62.5%;
}

.lp-layout-container {
  overflow: hidden;
}

.lp-layout-header-content {
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
}

.lp-layout-header-logo {
  line-height: 1;
}

.lp-layout-header-logo img {
  min-height: 22px;
}

.lp-layout-header-utilityGroup {
  flex: 1;
  margin-left: 20px;
}

.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: -16px 0 0 -16px;
}

.lp-layout-header-utilityList>li {
  margin-top: 16px;
  padding-left: 16px;
}

.lp-layout-header-utilityList>li .lp-textPhone-group {
  margin-bottom: 0;
}

.lp-layout-main {
  background: #E6E8ED;
  text-align: center;
}

.lp-layout-main>*:last-child {
  margin-bottom: 0;
}

.lp-layout-footer {
  position: relative;
  z-index: 2;
  background: #2d2d2d;
  color: #fff;
}

.lp-layout-footer-content {
  width: 1280px;
  margin: 0 auto;
  padding: 16px 20px;
}

.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -16px;
}

.lp-layout-footer-list>li {
  display: inline-flex;
  position: relative;
  margin-left: 30px;
  line-height: 1.2;
}

.lp-layout-footer-list>li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background: #ccc;
  content: "";
}

.lp-layout-footer-list>li a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.lp-layout-footer-list>li a:hover,
.lp-layout-footer-list>li a:focus {
  text-decoration: underline;
}

.lp-layout-footer-list>li:first-child::before {
  content: none;
}

.lp-layout-footer-copyright {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
}

.lp-layout-footer-copyright>small {
  display: block;
  width: 100%;
}

.lp-jumbotron {
  position: relative;
  overflow: hidden;
}

.lp-jumbotron-kv {
  background: url("/img/ss/products/microscope/vhx-x1/003/2113_01_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 131.9em;
}

.lp-jumbotron-body {
  width: 1244px;
  margin: 0 auto;
  padding: 21.1em 0 34.3em;
}

.lp-jumbotron-body>*:last-child {
  margin-bottom: 0;
}

.lp-jumbotron-top-img {
  position: absolute;
  top: -41.7em;
  width: 100%;
}

.lp-jumbotron-top-img img {
  width: 83.8em;
  margin: auto;
}

.lp-jumbotron-top-content {
  max-width: 955px;
  width: 90%;
  margin: auto;
}

.lp-heading2 span {
  display: block;
  font-family: '源ノ明朝';
  font-weight: normal;
  color: #000;
  font-size: 2.5em;
  letter-spacing: 0;
  margin: 0.58em 0;
}

.lp-heading2 {
  font-size: 2.0em;
  font-weight: bold;
  letter-spacing: 6px;
  color: #FF0000;
}

.lp-jumbotron-top-txt {
  font-size: 2.0em;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 4px;
  margin-bottom: 4.45em;
}

.lp-section-futures {
  position: relative;
  width: 124.4em;
  margin: 0 auto -39em;
  padding: 0 15.2em;
  top: -52em;
}

.futures-content {
  margin-bottom: 18.0em;
}

.futures-content:last-child {
  margin-bottom: 0;
}

.futures-content>*:last-child {
  margin-bottom: 0;
}

.futures-num {
  position: relative;
  display: inline-block;
  padding: 0 5.5em;
  font-weight: bold;
  margin-bottom: 3.2em;
  font-size: 2.0em;
}

.futures-num:before,
.futures-num:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.65em;
  height: 1px;
  background-color: #707070;
}

.futures-num:before {
  left: 0;
}

.futures-num:after {
  right: 0;
}

.futures-1col {
  margin-bottom: 6.1em;
}

.futures-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.1em;
  gap: 1.3em;
}

.futures-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.futures-img-tit {
  position: absolute;
  top: -0.65em;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%,93% 100%, 0% 100%);
}

.futures-img-txt {
	display: inline-block;
	font-size: 1.8em;
	padding: .5em 1.3em .2em 1em;
	position: relative;
	color: #fff;
}
.futures-img-txt.of-before {
  background-color: #B5B5B5;
}
.futures-img-txt.of-after {
  background-color: #00A0AA;
}

.futures-img-txt.of-long-txt {
  padding: .5em 4.3em .2em 3.8em;
}

.futures-arrow {
  margin: 0 1em 0 -1em;
  width: 4.0em;
  height: 4.0em;
  border-top: 0.5em solid #D8D8D8;
  border-right: 0.5em solid #D8D8D8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lp-heading3 {
  font-family: '源ノ明朝';
  font-size: 4.0em;
  margin-bottom: 0.775em;
}

.futures-sub-tit {
  font-size: 2.6em;
  font-weight: bold;
  color: #00A0AA;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  line-height: 2;
  margin-bottom: 1.19em;
}

.futures-txt {
  width: 33.125em;
  margin: auto;
  text-align: left;
  font-size: 1.6em;
  line-height: 2;
}

.of-zoom-img .futures-img {
  width: 43.7em;
  height: 32.8em;
  overflow: hidden;
  border-radius: 10px;
}

.of-zoom-img .futures-img .futures-img-over {
  transition: 1s all;
  transform: scale(1.2) translate(0%,8%);
}
.of-zoom-img:hover .futures-img .futures-img-over {
  transition: 1s all;
  transform: scale(2.28) translate(28%,8%);
}

.futures-img-fixed {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
}

.futures-img-circle {
  position: relative;
  height: 13.7em;
  width: 13.7em;
  top: -17.5em;
  opacity: 0;
  transition: 1s all;
}
.futures-img-dashed {
  fill: transparent;
  stroke: #EBFF00;
  stroke-width: 3;
  stroke-dasharray: 8, 8;
}
.of-zoom-img:hover .futures-img-circle {
  transition: 1s all;
  opacity: 1;
}

.lp-section.of-primary {
  margin-bottom: 0;
}

.lp-section.of-primary.of-black {
  background-color: #040404;
  color: #fff;
}

.lp-section.of-primary.of-black .lp-section-content {
  width: 90%;
  max-width: 1243px;
  margin: auto;
  padding: 11.0em 0 13.1em;
  text-align: left;
}

.lp-section.of-primary .lp-section-content {
  padding-bottom: 75px;
}

.lp-headingLevel2 {
  font-size: 3.8em;
  line-height: 1.4;
}
.lp-headingLevel2 .lp-headingtext {
  display: block;
  font-size: 0.73em;
  margin-bottom: 0.54em;
}

.lp-headingSeries {
  color: #fff;
  font-size: 23em;
  font-weight: bold;
  line-height: 1.2;
}

.lp-headingSeries-shadow {
  text-shadow: 0 30px 10px rgba(0, 0, 0, 0.16);
}

.lp-headingSeries-sub {
  display: block;
  margin: auto;
  font-size: 0.12em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 85%;
  max-width: 937px;
  line-height: 2;
}

.lp-headingSeries-em {
  color: #66EFC0;
}

.lp-jumbotron-content {
  position: relative;
  height: 142.5em;
  width: 90%;
  max-width: 1244px;
  margin: auto;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(230, 232, 237, 1));
  top: -40.7em;
  padding: 14.8em 0 0;
}

.lp-textPhone {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.lp-textPhone-group {
  display: inline-block;
  margin-bottom: 48px;
}

.lp-textPhone-number {
  margin-bottom: 0;
}

.lp-textPhone img {
  display: block;
  width: 40px;
  min-width: 40px;
  margin-right: 2px;
}

.lp-textOfficeHour {
  margin-bottom: 0;
  font-size: 12px;
}

.lp-button-box {
  display: inline-block;
  position: relative;
}

.lp-button::before,
.lp-button-box::after,
.lp-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  min-width: 250px;
  height: 63px;
  border-radius: 40px;
  transition: 1s all;
}
.lp-button::before {
  z-index: 3;
  background: transparent linear-gradient(295deg, #ffffff 0%, #EFEFF2 150%) 0% 0% no-repeat;
  box-shadow: -3px -3px 10px white;
  opacity: 1;
  top: 0;
  left: 0;
}
.lp-button-box::after {
  background: #EDEEF2;
  box-shadow: 3px 3px 20px rgba(36, 65, 93, 0.3);
  opacity: 1;
  left: 0;
  width: 250px;
  height: 63px;
}
.lp-button::after {
  background: transparent linear-gradient(295deg, #E8EAED 0%, #E5E6EC 150%) 0% 0% no-repeat;
  box-shadow: 0px -2px 1px rgba(255, 255, 255, 0.5) inset;
  opacity: 0;
  top: 0;
  left: 0;
}

.lp-button {
  display: inline-block;
  position: relative;
  min-width: 250px;
  padding: 18px;
  color: #c43958;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 1s all;
  border-radius: 40px;
}
.lp-button-text {
  display: block;
  position: relative;
  z-index: 10;
}

.lp-button:hover::before,
.lp-button:focus::before {
  opacity: 0;
}
.lp-button:hover::after,
.lp-button:focus::after {
  opacity: 1;
}
.lp-button-box:hover::after,
.lp-button-box:focus::after {
  box-shadow: -1px -1px 5px rgba(36, 65, 93, 0.3);
  transition: 1s all;
}

.lp-section.of-black .lp-listButton>div .lp-button {
  text-align: center;
}
.lp-section.of-black .lp-listButton>div .lp-button-box::after {
  left: 4px;
}
.lp-section.of-black .lp-listButton>div .lp-button::after {
  left: 0;
}

.lp-listButton {
  z-index: 1;
  position: relative;
  margin-bottom: 4.0em;
}

.lp-listButton>div {
  width: fit-content;
  margin: 0 auto 3.0em;
}

.lp-listButton>li:last-child {
  margin-bottom: 0;
}

.lp-listButton.of-marginTop-primary {
  margin-top: 6.4em;
}

.lp-listButton-balloon {
  position: relative;
  width: 366px;
  margin-bottom: 32px;
}

.lp-listButton-balloon::after {
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 366px;
  height: 12px;
  transform: translateX(-50%) translateY(100%);
  background-image: url("../../../../../../img/ss/products/software/rk/005/2092_01_img_01_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.lp-media {
  position: relative;
}

.lp-media-image {
  position: absolute;
  top: 0;
  right: 0;
}

.lp-media-image img {
  width: 63.6em;
}

.lp-media-body {
  position: relative;
  z-index: 2;
}

.lp-media-body>*:last-child {
  margin-bottom: 0;
}

.lp-media .lp-listButton>div {
  margin: 0 0 3em;
}

.lp-media-txt {
  font-size: 2.0em;
  font-weight: bold;
}

.lp-media-txt span {
  font-size: 1.5em;
  margin-left: 0.6em;
}

.lp-utility-textAlign-center {
  text-align: center;
}

.lp-utility-textAlign-right {
  text-align: right;
}

.lp-utility-fontWeight-bold {
  font-weight: bold;
}

.lp-utility-line-break {
  display: block;
}

.mb30 {
  margin-bottom: 3.0em;
}

.pc-only.tab-only {
  display: block;
}
.pc-only {
  display: block;
}
.tab-only {
  display: none;
}
.sp-only {
  display: none;
}

/* リキッドレイアウト調整 */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 1281px) {
}

/* TAB調整 */
@media screen and (max-width: 1288px) {
  .liquid-items {
    font-size: calc((10vw / 1288) * 100);
  }
  .pc-only.tab-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: block;
  }
  .sp-only {
    display: none;
  }

  /* header */
  .lp-layout-header-content {
    display: block;
    width: auto;
    text-align: center;
  }
  .lp-layout-header-utilityGroup {
    display: none;
    width: fit-content;
    margin: auto;
    padding: 24px 20px;
  }


  .lp-jumbotron-body {
    width: 90%;
  }
  .lp-headingSeries-sub {
    max-width: 81%;
  }
  .lp-jumbotron-content {
    max-width: none;
    border-radius: 10px;
  }
  .futures-img {
    width: 46%;
  }
  .lp-section.of-primary.of-black .lp-section-content {
    text-align: center;
  }
  .lp-media .lp-listButton {
    margin: 0;
  }
  .lp-media .lp-listButton>div {
    margin: 0 auto 0;
  }
  .lp-media-image {
    position: unset;
  }
  .lp-media-txt span {
    font-size: 1em;
  }
  .lp-media-body {
    margin-bottom: 3.2em;
  }

  /* footer */
  .lp-layout-footer-content {
    width: auto;
  }
}

/* SP調整 */
@media screen and (max-width: 768px) {
  .liquid-items {
    font-size: calc((10vw / 376) * 100);
  }
  .pc-only.tab-only {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  
  .lp-jumbotron-kv {
    height: 59.6em;
  }
  .lp-jumbotron-body {
    padding: 9.4em 0 19.7em;
  }
  .lp-headingSeries {
    font-size: 9.0em;
    line-height: 1.4;
  }
  .lp-headingSeries-sub {
    font-size: 0.177em;
    max-width: 100%;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    padding: 8px 0;
  }
  .lp-jumbotron-content {
    top: -11em;
    padding: 11.4em 0 0;
  }
  .lp-jumbotron-top-img {
    top: -19.4em;
  }
  .lp-heading2 span {
    font-size: 1.5em;
    margin: 1em 0;
  }
  .lp-jumbotron-top-txt {
    font-size: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 2.5em;
  }
  .lp-listButton.of-marginTop-primary {
    margin-top: 3.2em;
  }
  .lp-section-futures {
    width: 90%;
    padding: 0 1.3em;
    top: -71em;
  }
  .futures-content {
    margin-bottom: 10.0em;
  }
  .futures-num {
    margin-bottom: 1.5em;
  }
  .futures-2col {
    display: block;
    margin-bottom: 3em;
  }
  .futures-img {
    width: 100%;
  }
  .futures-arrow {
    margin: 0 auto 2em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .futures-img-txt {
    font-size: 1.6em;
  }
  .futures-img-tit {
    top: -0.55em;
  }
  .futures-img img {
    width: 100%;
  }
  .lp-heading3 {
    font-size: 2.6em;
    margin-bottom: 0.769em;
  }
  .futures-sub-tit {
    font-size: 1.8em;
    line-height: 2.5;
  }
  .futures-txt {
    width: auto;
  }
  .of-zoom-img .futures-img {
    width: 100%;
    height: auto;
    margin-bottom: 2.03em;
  }
  .lp-section.of-primary.of-black {
    position: relative;
    top: -28em;
  }
  .lp-headingLevel2 {
    font-size: 3.0em;
  }
  .lp-headingLevel2 .lp-headingtext {
    font-size: 0.66em;
    margin-bottom: 0.52em;
  }
  .lp-media-txt {
    font-size: 1.8em;
  }
  .lp-media-body {
    margin-bottom: 2.8em;
  }
  .lp-section.of-primary.of-black .lp-section-content {
    padding: 5.5em 0 7em;
  }
  .lp-button {
    font-size: 16px;
  }

  /* footer */
  .lp-layout-footer {
    margin-top: -28.1em;
  }
  .lp-layout-footer-content {
    width: 96%;
    max-width: 600px;
    padding: 20px 20px 26px;
  }
  .lp-layout-footer-list>li:first-child {
    margin-left: 0;
  }
  .lp-layout-footer-copyright {
    text-align: center;
    margin-top: 13px;
  }
  .lp-layout-footer-list>li.lp-layout-footer-copyright::before {
    content: unset;
  }
}