@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%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, notosans, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 147%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

main p {
  margin-top: 15px;
}

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;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  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;
}

video {
  display: block;
  max-width: 100%;
}

.ss-layout-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.ss-layout-header {
  width: 100%;
  background-color: #fff;
}

.ss-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1560px;
  margin: 0 auto;
  padding: 10px 40px;
}

.ss-layout-header-content > *:last-child {
  margin-bottom: 0;
}

.ss-layout-header-logo {
  margin-bottom: 0;
}

.ss-layout-header-logo img {
  width: 114px;
}

.ss-textPhone {
  margin-bottom: 24px;
  color: #333;
}

.ss-textPhone > *:last-child {
  margin-bottom: 0;
}

.ss-textPhone-numberGroup {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
}

.ss-textPhone-number {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.ss-textPhone-note {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.ss-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.ss-textPhone-icon .of-iconColor-primary {
  fill: #00a23f;
}

/* btn */
.btn {
  display: inline-block;
  width: 240px;
  padding: 13px 10px 11px;
  transition: all 0.3s;
  border-radius: 40px;
  background: #fff;
  box-shadow: 6px 6px 10px 3px rgba(36, 65, 93, 0.15);
  color: #c43958;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.btn + .btn {
  margin-left: 12px;
}

.btn:visited,
.btn:link {
  color: #c43958;
}

.btn.contact-btn,
.btn.contact-btn:visited,
.btn.contact-btn:link {
  color: #129e83;
}

.btn:hover {
  opacity: 0.7;
}

.btn-center {
  text-align: center;
}

/* section */
.section-title {
  text-align: center;
}

.section-about {
  text-align: center;
}

.section-about-title {
  margin: 0 !important;
  font-size: 30px;
  font-weight: bold;
}

.section-about-sub-title {
  margin-top: 28px !important;
  font-size: 20px;
  font-weight: bold;
}

.section-about-text {
  margin-top: 18px !important;
  font-size: 16px;
  line-height: 1.875;
}

.multiangle-item {
  margin-top: 80px;
  text-align: center;
}

.multiangle-item img {
  width: 63.5%;
}

/* keyvisual */
.keyvisual {
  width: 100%;
  height: 1010px;
  background-image: url("/img/ss/products/microscope/vhx-8000/009/lp_keyvisual.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* about-block */
.about-block {
  padding: 54px 0;
}

.about-block.is-gray {
  background: #eaeaf0;
}

.about-inner {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-info {
  width: 65%;
  text-align: center;
}

.about-title {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
}

.about-description {
  font-weight: bold;
}

.about-description span {
  color: #c43958;
  font-weight: bold;
}

.about-item-name {
  margin-top: 30px !important;
  font-size: 20px;
  font-weight: bold;
}

.about-item-name span {
  display: inline-block;
  margin-left: 14px;
  font-size: 30px;
  font-weight: bold;
}

.about-block .btn-flex {
  margin-top: 40px;
}

.about-img {
  width: 34%;
}

.about-img img {
  width: 100%;
}

/* anchor-block */
.anchor-inner {
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
}

.anchor-col {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 28px 10px 50px;
  background-image: url("/img/ss/products/microscope/vhx-8000/009/lp_bg-anchor01.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.anchor-col:visited,
.anchor-col:link {
  color: #fff;
}

.anchor-multicolor {
  background-image: url("/img/ss/products/microscope/vhx-8000/009/lp_bg-anchor02.png");
}

.anchor-sub-text {
  margin: 0 !important;
  font-size: 20px;
  font-weight: bold;
}

.anchor-title {
  margin-top: 28px !important;
  font-size: 30px;
  font-weight: bold;
}

.anchor-title-ruby {
  margin-top: 12px !important;
  font-size: 13px;
  font-weight: bold;
}

/* multiangle-block */
.multiangle-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 96px 0 125px;
  background: #f7f7f7;
}

.multiangle-content {
  margin-top: 40px;
  background-image: url(/img/ss/products/microscope/vhx-8000/009/lp_bg-wave.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.multiangle-inner .btn-center {
  margin-top: 54px;
}

.sample-block {
  max-width: 926px;
  margin: 100px auto 0;
  padding: 50px 36px 35px;
  background: #fff;
}

.sample-wrap + .sample-wrap {
  margin-top: 65px;
}

.sample-head {
  padding: 8px 0 9px;
  background: #1d5360;
}

.sample-head p {
  margin: 0 !important;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
}

.sample-content {
  margin-top: 20px;
}

.sample-img-caption {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sample-img-caption.is-flex {
  display: flex;
  justify-content: space-between;
}

.sample-img-caption.is-flex span {
  display: inline-block;
  width: 234px;
  font-weight: bold;
}

/* multicolor-block */
.multicolor-block {
  padding: 200px 10px 185px;
  background-image: url(/img/ss/products/microscope/vhx-8000/009/lp_bg-rainbow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

.multicolor-content {
  margin-top: 40px;
}

.multicolor-img {
  margin-top: 65px;
  text-align: center;
}

.multicolor-img img {
  width: 65%;
}

.multicolor-inner .btn-center {
  margin-top: 75px;
}

.examples-block {
  position: relative;
  padding: 80px 10px 190px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.examples-block::before {
  content: "";
  display: block;
  position: absolute;
  top: -200px;
  left: 50%;
  width: 100%;
  max-width: 930px;
  height: 750px;
  transform: translateX(-50%);
  background: radial-gradient(#09006a 20%, #000 70%);
}

.examples-inner {
  position: relative;
  z-index: 5;
}

.examples-content {
  margin-top: 50px;
}

.examples-case {
  max-width: 900px;
  margin: 120px auto 0;
}

.examples-case + .examples-case {
  margin-top: 160px;
}

.examples-img-wrap {
  display: flex;
  justify-content: space-between;
}

.examples-img {
  width: 44%;
}

.examples-img img {
  width: 100%;
}

.examples-info {
  margin-top: 38px;
}

.examples-title {
  margin-top: 0 !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 26px;
  text-align: center;
}

.examples-desc {
  margin-top: 12px !important;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

.examples-inner .btn-center {
  margin-top: 160px;
}

.examples-inner .btn {
  box-shadow: 6px 6px 10px 3px rgba(255, 255, 255, 0.15);
}

/* qa-block */
.qa-block {
  padding: 185px 10px 250px;
}

.qa-content {
  margin-top: 48px;
}

.qa-wrap {
  max-width: 1060px;
  margin: 130px auto 0;
}

.qa-wrap + .qa-wrap {
  margin-top: 200px;
}

.question-block,
.answer-block {
  position: relative;
  box-sizing: border-box;
  width: 80%;
  padding-left: 130px;
}

.question-icon {
  position: absolute;
  top: 50px;
  left: 0;
  width: 130px;
  text-align: right;
}

.question-content {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  min-height: 115px;
  padding: 10px 30px;
  border: 4px solid #e2e2e2;
  border-radius: 20px;
  background: #f5f5f5;
}

.question-content::before,
.question-content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 4%;
  margin-left: -6px;
  border: 7px solid transparent;
  border-top: 7px solid #f5f5f5;
  border-left: 7px solid #f5f5f5;
}

.question-content::after {
  z-index: 1;
  margin: 0px 0 0 -10px;
  border: 12px solid transparent;
  border-top: 12px solid #e2e2e2;
  border-left: 12px solid #e2e2e2;
}

.question-content p {
  margin-top: 0 !important;
  color: #cb84e2;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.46;
}

.answer-block {
  position: relative;
  margin: 50px 0 0 auto;
  padding: 0 120px 0 0;
}

.answer-icon {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.answer-content {
  position: relative;
  box-sizing: border-box;
  padding: 35px 40px 40px;
  border: 4px solid #e2e2e2;
  border-radius: 20px;
  background: #fff;
}

.answer-content::before,
.answer-content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 100%;
  right: 4%;
  margin-right: 5px;
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  border-right: 7px solid #fff;
}

.answer-content::after {
  z-index: 1;
  margin: 0px 1px 0 0;
  border: 12px solid transparent;
  border-top: 12px solid #e2e2e2;
  border-right: 12px solid #e2e2e2;
}

.answer-title {
  margin-top: 0 !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.answer-text {
  font-size: 16px;
}

.answer-point-block {
  margin-top: 20px;
  padding: 13px 14px 16px;
  background: #f7f7f7;
}

.answer-point-title {
  margin-top: 0 !important;
  font-size: 16px;
  font-weight: 600;
}

.answer-point-list {
  margin-top: 10px;
  font-size: 16px;
}
.answer-point-list .answer-point-listItem {
  position: relative;
  padding-left: 1em;
}
.answer-point-list .answer-point-listItem::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.answer-point-list .answer-point-listItem + .answer-point-listItem {
  margin-top: 5px;
}

.qa-inner .btn-center {
  margin-top: 225px;
}

.ss-layout-footer {
  width: 100%;
  background-color: #fff;
}
.ss-layout-footer-content {
  max-width: 1718px;
  margin: 0 auto;
  padding: 16px 143px;
}
.ss-layout-footer-content > *:last-child {
  margin-bottom: 0;
}
.ss-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -8px 0 24px -33px;
  font-size: 1.2rem;
  text-align: center;
}
.ss-layout-footer-list > li {
  position: relative;
  margin: 8px 0 0 33px;
}
.ss-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -17px;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #a8a8a8;
}
.ss-layout-footer-list > li:first-child::before {
  display: none;
}
.ss-layout-footer-list > li > a {
  color: inherit;
  text-decoration: none;
}

.ss-utility-justifyContent-center {
  justify-content: center;
}

.ss-utility-paddingTop-primary {
  padding-top: 0;
}

.ss-layout-container.of-primary {
  overflow: initial;
}
.ss-layout-container.of-primary .ss-layout-header,
.ss-layout-container.of-primary .ss-layout-main,
.ss-layout-container.of-primary .ss-layout-footer {
  min-width: 1346px;
}
.ss-layout-container.of-primary .ss-layout-header {
  border-bottom: 1px solid #ddd;
}
.ss-layout-container.of-primary .ss-layout-header-content {
  width: 100%;
  max-width: 1560px;
}

.ss-jumbotron {
  display: flex;
  margin-bottom: 120px;
}
.ss-jumbotron .keyvisual {
  width: 50%;
  height: auto;
  min-height: 625px;
  max-height: 851px;
  background-image: url("../../../../../../../img/ss/products/microscope/vhx-8000/009/lp_keyvisual_02.png");
  background-size: cover;
}
.ss-jumbotron .about-block {
  flex: 1;
  padding-block: 40px 88px;
}
.ss-jumbotron .about-inner {
  flex-direction: column-reverse;
  padding-inline: 20px;
}
.ss-jumbotron .about-info {
  flex: 1;
  width: auto;
  padding-top: 8px;
}
.ss-jumbotron .about-description {
  margin-top: 4px;
}
.ss-jumbotron .about-item-name {
  margin-top: 16px !important;
}
.ss-jumbotron .about-img {
  width: 41.3%;
  max-width: 380px;
}
.ss-jumbotron .btn-flex {
  margin-top: 24px;
}

.about-block.of-primary .about-title,
.about-block.of-primary .about-item-name {
  line-height: 1.5;
}
.about-block.of-primary .btn-flex {
  margin-bottom: -24px;
  margin-left: -12px;
}
.about-block.of-primary .btn-flex .btn {
  margin-bottom: 24px;
  margin-left: 12px;
}
