@charset "UTF-8";
* {
  color: #333;
  margin: 0;
  padding: 0;
  /*max-width: 100%;*/
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  transition: 0.3s;
  max-width: 100%;
}

input[type=submit] {
  cursor: pointer;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3cb4e5;
}

a:hover {
  color: #0069c5;
}

table {
  border-spacing: 0px;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  background: #ffffff;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}

.jostEx {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1;
}

.jostLight {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}

table {
  width: 100%;
}

.text {
  line-height: 2;
}

.pcDisp {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pcDisp {
    display: none;
  }
}

.spDisp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .spDisp {
    display: block;
  }
}

h1,
h2,
h3 {
  line-height: 1.3;
  margin-bottom: 0.3em;
  font-size: 130%;
  letter-spacing: 0.3em;
}

a {
  transition: 0.1s;
}

.container {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}

form select,
form textarea,
form input {
  padding: 0.7em;
  border: none;
}
form input[type=text] {
  width: 100%;
}
form input[type=checkbox] {
  /*
  width: 2em;
  height: 2em;
  */
}
form input[type=radio] {
  width: 2em;
  height: 2em;
}
form input.width2Strings {
  width: 80px;
}

textarea {
  width: 100%;
  max-width: 40em;
  height: 10em;
}

footer {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
footer a:hover {
  color: #bde3ff;
}
footer .footerWrap {
  display: flex;
}
@media screen and (max-width: 1200px) {
  footer .footerWrap {
    flex-direction: column;
    align-items: center;
  }
}
footer .footerWrap > div:last-of-type {
  padding-left: 3em;
  display: flex;
  align-items: center;
  font-size: 11px;
}
@media screen and (max-width: 1200px) {
  footer .footerWrap > div:last-of-type {
    margin-top: 2.7em;
  }
}
footer .footerWrap > div:last-of-type img {
  padding-right: 0.7em;
}
footer .copy {
  text-align: center;
  padding: 1em;
}
footer .plainWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
footer .plainWrap li a,
footer .plainWrap div {
  font-size: 90%;
}
footer ul {
  display: flex;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  header {
    position: relative;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 20px;
}
header .inner.is-animation {
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
header .inner.is-animation .wrap .siteLogo img {
  width: 60px;
}
header .inner.is-animation a {
  /*
  color: $fontColor;
  @media screen and (max-width: $breakPoint1) {
  color: $colorWhite;
  }
  */
}
header .inner.is-animation nav > ul > li > a {
  color: #333;
}
header .inner.is-animation nav > ul > li > a:hover {
  color: #3cb4e5;
}
@media screen and (max-width: 1200px) {
  header .inner.is-animation nav > ul > li > a {
    color: #ffffff;
  }
}
header .inner.is-animation nav > ul > li > ul > li > a {
  color: #ffffff;
}
header .inner.is-animation nav > ul > li > ul > li > a:hover {
  color: #3cb4e5;
}
header .inner.is-animation nav > ul > li > ul > li > ul > li > a {
  color: #ffffff;
}
header .inner.is-animation nav > ul > li > ul > li > ul > li > a:hover {
  color: #3cb4e5;
}
header .inner .wrap {
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 5;
  mix-blend-mode: normal;
}
@media screen and (max-width: 1200px) {
  header .inner .wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 10001;
  }
}
header .inner .wrap .siteLogo {
  padding: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  header .inner .wrap .siteLogo {
    padding: 0;
  }
}
header .inner .wrap .siteLogo a {
  display: flex;
}
header .inner .wrap .siteLogo img {
  max-width: 100%;
  width: 120px;
}
@media screen and (max-width: 1200px) {
  header .inner .wrap .siteLogo img {
    width: 80px;
  }
}
header .inner .wrap .siteLogo h1 {
  margin: 0;
  font-size: 100%;
  color: #000;
}
@media screen and (max-width: 1200px) {
  header .inner .wrap .siteLogo {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rayscan-seriesBody nav > ul > li > a {
  color: #ffffff;
}

.postNav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3em;
}
.postNav .postNavInner {
  display: flex;
}
.postNav .postNavInner span,
.postNav .postNavInner a {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.postNav .postNavInner span:not(.current),
.postNav .postNavInner a:not(.current) {
  border: 1px solid #3cb4e5;
}
.postNav .postNavInner .current {
  background-color: #3cb4e5;
  color: #ffffff;
}

header nav {
  /*
  li.current-menu-item {
  >a {
  border-bottom: $mainColor 1px solid;
  @media screen and (max-width: $breakPoint1) {
  border-left: $mainColor 1px solid;
  border-bottom: 0;
  }
  }
  }
  */
}
@media screen and (max-width: 1200px) {
  header nav {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #303642;
    left: 0;
    top: 0;
    animation-name: slideIn;
    margin-left: 0;
    opacity: 1;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    z-index: 10000;
    animation-name: slideOut;
  }
  header nav.slideNav {
    animation-name: slideIn;
  }
}
header nav > ul > li > a {
  color: #ffffff;
}
header nav > ul > li > a:hover {
  color: #3cb4e5;
}
@media screen and (max-width: 1200px) {
  header nav > ul > li > a {
    color: #ffffff;
  }
}
header nav > ul > li > ul > li > a {
  color: #ffffff;
}
header nav > ul > li > ul > li > a:hover {
  color: #3cb4e5;
}
header nav > ul > li > ul > li > ul > li > a {
  color: #ffffff;
}
header nav > ul > li > ul > li > ul > li > a:hover {
  color: #3cb4e5;
}
header nav a {
  line-height: 1.2;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header nav a:hover {
    border-left: #3cb4e5 3px solid;
    border-bottom: 0;
  }
}
header nav > ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li > a {
  width: 100%;
  display: block;
  padding: 0.7em 2em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  header nav > ul > li > a {
    text-align: left;
  }
}
header nav > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 2;
  width: 30em;
  top: auto;
  left: 0;
  padding: 1em;
  background-color: rgb(57, 63, 75);
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  header nav > ul > li > ul {
    padding: 0.7em 1em 0 1em;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    background-color: transparent;
  }
}
header nav > ul > li > ul > li a {
  width: 100%;
  display: block;
  padding: 0.5em 1em;
  text-align: left;
}
header nav > ul > li > ul > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  header nav > ul > li > ul > li {
    margin-bottom: 0.7em;
  }
}
header nav > ul > li > ul > li > ul {
  padding-left: 1em;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 1200px) {
  header nav > ul > li > ul > li > ul {
    padding: 0.3em 1em 0 1em;
  }
}
header nav > ul > li > ul > li > ul li a {
  position: relative;
  margin-top: 0.1em;
  padding: 0.3em 1em 0.3em 1.3em;
}
header nav > ul > li > ul > li > ul li a:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1px dotted #ffffff;
  border-left: 1px dotted #ffffff;
  left: 0.6em;
  top: 50%;
  transform: translate(-50%, -50%);
}
header nav > ul > li:hover > ul {
  display: block;
}
@media screen and (max-width: 1200px) {
  header nav > ul {
    width: 100%;
    position: sticky;
    top: 0;
    padding: 6em 1em 0 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav > ul > li {
    margin-bottom: 1.7em;
    width: 100%;
  }
  header nav > ul > li > a {
    padding: 0 0.7em;
  }
  header nav > ul > li > ul > li > a {
    padding: 0em 0.7em 0em 1.2em;
    position: relative;
  }
  header nav > ul > li > ul > li > a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px dotted #ffffff;
    border-left: 1px dotted #ffffff;
    left: 0.6em;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header nav > ul > li > ul > li > ul > li a {
    padding: 0em 0.7em 0em 1.2em;
    position: relative;
  }
  header nav > ul > li > ul > li > ul > li a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 1px dotted #ffffff;
    border-left: 1px dotted #ffffff;
    left: 0.6em;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.swiper-slide {
  position: relative;
}

.fvProductName {
  position: absolute;
  width: 100%;
  top: 15%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}
.fvProductName.toppage {
  top: 18% !important;
  left: 50% !important;
  align-items: center !important;
  flex-direction: row !important;
}
.fvProductName.toppage > div {
  padding-top: 1em;
  /*padding: 0 !important;*/
}
.fvProductName.rayscan {
  top: 83%;
  left: 35%;
  flex-direction: column;
  transform: translate(-25%, -50%);
  align-items: flex-start;
}
.fvProductName.rayscan > div {
  padding-top: 1em;
}
.fvProductName.rayios {
  top: 32%;
  left: 74%;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-10%, -50%);
}
.fvProductName.rayios > div {
  padding-top: 1em;
}
.fvProductName.raydenmill {
  top: 15%;
  left: 15%;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(0%, 0%);
}
.fvProductName.raydenmill > div {
  padding-top: 1em;
}
.fvProductName img {
  max-height: 40px;
  margin-right: 1.7em;
}
.fvProductName > div {
  font-size: 120%;
}
@media screen and (max-width: 1200px) {
  .fvProductName {
    position: relative;
    background-color: #303642;
    flex-direction: column;
    transform: unset !important;
    top: auto;
    left: auto;
    padding: 5em 2em;
  }
  .fvProductName.rayscan {
    top: auto;
    left: auto;
  }
  .fvProductName.rayios {
    top: auto;
    left: auto;
  }
  .fvProductName.raydenmill {
    top: auto;
    left: auto;
  }
  .fvProductName.toppage {
    top: auto !important;
    left: auto !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .fvProductName img {
    max-height: 40px;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.fvProductName * {
  color: #ffffff;
}

.page .fvProductName {
  flex-direction: column;
  align-items: flex-start;
  top: 30%;
  left: 60%;
}
.page .fvProductName > div {
  padding-bottom: 0.7em;
}
.page .fvProductName.rayscan {
  top: 86%;
  left: 37%;
}
.page .fvProductName.rayios {
  top: 37%;
  left: 75%;
}
.page .fvProductName.raydenmill {
  top: 16%;
  left: 9%;
}
.page .fvProductName.raydenmill .kako {
  position: absolute;
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  top: 130px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .page .fvProductName.raydenmill .kako {
    width: 65px;
    height: 81px;
    max-width: 100px;
    max-height: 100px;
    top: 65%;
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page .fvProductName {
    position: relative;
    background-color: #303642;
    flex-direction: column;
    transform: unset !important;
    top: auto;
    left: auto;
    padding: 5em 2em;
  }
  .page .fvProductName.rayscan {
    top: auto;
    left: auto;
  }
  .page .fvProductName.rayios {
    top: auto;
    left: auto;
  }
  .page .fvProductName.raydenmill {
    top: auto;
    left: auto;
  }
}

.topSlider {
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #000;
  opacity: 0.5;
  box-shadow: 0 0 7px #fff;
}

.swiper-pagination-bullet-active {
  background: #3cb4e5 !important;
  opacity: 1 !important;
}

.topSlider .swiper {
  /*background-color: #303642;*/
  width: 100%;
  /*
  max-width: $mainContentWidh;
  margin-left: auto;
  margin-right: auto;
  */
}
.topSlider .swiper h1 {
  margin: 0 !important;
}
.topSlider .swiper h1 img {
  width: 100%;
}
.topSlider .swiper .swiper-slide a > img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .topSlider {
    /*padding: 100px 0;
    a,
    .swiper-slide {
    border-radius: 50px;
    >img {
    border-radius: 50px;
    }
    h1 {
    margin: 0 !important;
    border-radius: 50px;
    >img {
    border-radius: 50px;
    }
    }
    }*/
  }
}
/* nav 制御 */
@keyframes slideOut {
  0% {
    margin-left: 0;
    opacity: 1;
  }
  100% {
    margin-left: -100%;
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    margin-left: -100%;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
/* main 制御 */
@keyframes slideOut2 {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes slideIn2 {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0;
  }
}
#navBtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  #navBtn {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 4em;
    height: 4em;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    border-radius: 0 0 0 10px;
    color: #ffffff;
    font-size: 12px;
  }
  #navBtn::before {
    content: "Close";
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #navBtn::before {
    content: "Menu";
  }
}
@media screen and (max-width: 1200px) {
  #navBtn:hover {
    background: #3cb4e5;
  }
  #navBtn.navBtnActive {
    background: #3cb4e5;
  }
  #navBtn.navBtnActive::before {
    content: "Menu";
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  #navBtn.navBtnActive::before {
    content: "Close";
  }
}

.siteNavBtn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .siteNavBtn {
    display: block;
    position: absolute;
    z-index: 65536;
    top: -50px;
    right: -50px;
    border: none;
  }
  .siteNavBtn::before {
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 7px;
    color: #333;
    background: rgba(0, 0, 0, 0.07);
    content: "Menu";
  }
  .siteNavBtn:checked::before {
    content: "Close";
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
  }
  .siteNavBtn:checked + .siteNavWrap {
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .siteNavWrap {
    position: fixed;
    z-index: 65535;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100%;
    transition: left 0.5s, right 0.5s;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

.plainSubmit {
  padding-top: 20px;
}
.plainSubmit input[type=submit] {
  width: 6em;
  color: #fff;
  background: #318b29;
}
.plainSubmit input[type=submit]:hover {
  background: #14630d;
}

.archive {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.archiveInner {
  flex: 1;
}
.archiveCont {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.pageNav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.7em 20px;
}
.pageNav > * {
  font-size: 13px;
}
.pageNav a,
.pageNav span {
  line-height: 1;
  margin-right: 0.2em;
  position: relative;
  display: block;
}
.pageNav > div {
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.pageNav > div::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform-origin: 50% 50%;
  transform: scale(0.5) rotate(45deg);
}
.pageNav > div:last-of-type::after {
  content: none;
}

.commPostCat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7em;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding-bottom: 3em;
}
.commPostCat a {
  display: block;
  padding: 0.7em 1.7em;
  margin-top: 1em;
  background: #f5f5f5;
  margin-right: 1em;
  background: #fff;
  border: 1px solid #3cb4e5;
  border-radius: 50px;
}
.commPostCat a:hover {
  background: #3cb4e5;
  color: #fff;
}
.commPostCat a.current {
  background: #3cb4e5;
  color: #fff;
}

.commTable dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.commTable dt {
  width: 11em;
  background: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 1px;
}
.commTable dd {
  width: calc(100% - 11em);
}
.commTable dd ul.listStyleDisk > li {
  position: relative;
  padding-left: 0.8em;
}
.commTable dd ul.listStyleDisk > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.commTable dd ul.listStyleNotice li {
  position: relative;
  padding-left: 1.1em;
}
.commTable dd ul.listStyleNotice li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.commTable dt,
.commTable dd {
  padding: 1em;
}
@media screen and (max-width: 500px) {
  .commTable dt,
  .commTable dd {
    width: 100%;
  }
}

.commTitle.single {
  padding: 10em 0 0 0;
}
@media screen and (max-width: 1200px) {
  .commTitle.single {
    padding: 3em 0 0 0;
  }
}
.commTitle.single .h2 {
  color: #333;
}
.commTitle .jostEx {
  text-align: center;
  font-size: 500%;
  color: #3cb4e5;
  position: relative;
  margin-bottom: 0.15em;
}
.commTitle .jostEx:before {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 50%;
  opacity: 0.5;
  color: transparent;
  white-space: nowrap;
  transform: scaleY(-1) translate(-50%, -50%);
  background: linear-gradient(transparent 5%, #3cb4e5 130%);
  -webkit-background-clip: text;
}
.commTitle .jostEx.products:before {
  content: "Products";
}
.commTitle .jostEx.events:before {
  content: "Event";
}
.commTitle .jostEx.solution:before {
  content: "Solution";
}
.commTitle .jostEx.company:before {
  content: "Company information";
}
.commTitle .jostEx.contact:before {
  content: "Contact";
}
.commTitle .jostEx.ctProduct:before {
  content: "CT Products";
}
@media screen and (max-width: 1200px) {
  .commTitle .jostEx {
    font-size: min(16vw, 60px);
    margin-bottom: 0.15em;
  }
}
.commTitle .h2 {
  color: #ffffff;
  width: 100%;
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
  margin-bottom: 3em;
  font-weight: 400;
}
.commTitle .h2.events {
  color: unset;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto !important;
  bottom: -30px !important;
}
@media screen and (max-width: 1200px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 93% !important;
  }
}/*# sourceMappingURL=common.css.map */