@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}


html{ scroll-behavior: smooth;scroll-padding-top: 13vw;}

p {font-size: 3.8vw;}

.pc {display: none !important;}

.img100 {
	width: 100%;
	height: auto;}
.img90 {
	width: 90%;
	height: auto;}
.img50 {
	width: 50%;
	height: auto;}
.img45 {
	width: 45%;
	height: auto;}

/*-------------------------------------------------
	++ OUTER
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:100%;}

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 3vw;
    margin-inline: auto;}
.cInner2 {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:0 3vw;
    margin-inline: auto;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header .Inner {
    width: 100%;
	height: 13vw;
    padding: 2% 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header .logo {
    margin-left: 1%;
    width: 50%;}
#header .logo img {
    width: 100%;}
#header .nav-area {
    display: none;}

#menu {
	position:relative;}
#menu nav {
    display: flex;}
#menu nav ul {
    display: none;}
#menu nav ul.open {
    display: block;
    position: fixed;
    left: 0;
    top: 13vw;
    text-align: left;
    width: 100%;}
#menu nav li,
#menu nav li.entry {
    background-color: #4b83fa;
    border-bottom-color: #a7c3ff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#nav_toggle {
	position:absolute;
	top:1.5vw;
	right:1vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #4b83fa;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}
#nav_toggle i:nth-child(1) {
	top: 0;}
#nav_toggle i:nth-child(2) {
	top: 10px;}
#nav_toggle i:nth-child(3) {
	top: 20px;}
#nav_toggle.open i:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);}
#nav_toggle.open i:nth-child(2) {
	width: 0;
	left: 50%;}
#nav_toggle.open i:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;}

.img-frame{
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin: 0 auto;}
.img-01, .img-02, .img-03{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;}
.img-01{
    background-image: url('../img/SP_main01.jpg');
    animation: slide-animation-01 24s infinite;}
.img-02{
    background-image: url('../img/SP_main02.jpg');
    animation: slide-animation-02 24s infinite;}
.img-03{
    background-image: url('../img/SP_main03.jpg');
    animation: slide-animation-03 24s infinite;}
@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

#title .dairiten {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;}
.titleInner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 5% auto 5% auto;}
.mainImg100 {
	width: 100%;
	height: auto;}
.mainImg70 {
	width: 70%;
	height: auto;
    margin-bottom: 10px;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 10% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.catch {
    font-size: 9vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0 auto 2% auto;
    text-align: center;}
.catch span {font-size: 4.5vw; display: block;line-height: 1.4em;padding-bottom: 0.8em;}
.mainTxt p {
    font-size: 3.8vw;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    text-align: center;}

.mainBtnTtrial,
.mainBtnInquiry {
    width: 49%;}
.mainBtnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.8vw;
    line-height: 2.8em;}
.mainBtnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.8vw;
    line-height: 2.8em;}
.mainBtnTtrial a:link,.mainBtnTtrial a:visited,.mainBtnTtrial a:hover,.mainBtnTtrial a:active,
.mainBtnInquiry a:link,.mainBtnInquiry a:visited,.mainBtnInquiry a:hover,.mainBtnInquiry a:active {text-decoration:none;}


/*
.campaignBtn {
    width: 90%;
    margin: 10px auto;
    padding: 10px 0;
    background-color: #f48c10;
    border-radius: 30px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}
*/

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 100%;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 49%;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.8vw;
    line-height: 2.8em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 3.8vw;
    line-height: 2.8em;}
.btnTtrial a:link,.btnTtrial a:visited,.btnTtrial a:hover,.btnTtrial a:active,
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 3vw;
    text-align: center;
    margin: 5px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner2 > .bgBlue {
    border-image: linear-gradient(#e9f2fc,#e9f2fc) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 6vw 0;}

/*-------------------------------------------------
	++ fade
-------------------------------------------------*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #4b96e6;
    text-align: center;
    font-size: 6.5vw;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 auto 0.5em auto;}
h4 {
    color: #fff;
    text-align: center;
    font-size: 5.8vw;
    font-weight: bold;
    line-height: 1.5em;
    padding: 8px 0;
    margin: 0 auto 0.8em auto;
    border-image: linear-gradient(#4b96e6,#4b96e6) fill 0//0 100vw 0 100vw;}


.subTxt {
    font-size: 4.5vw;
    font-weight: bold;
    text-align: left;}
.txtCL {text-align: left;}
.txtSR {text-align: right; font-size: 2.8vw; margin-bottom: 40px;}

.mainteBox {
    width: 100%;
    margin: 20px auto 40px auto;
    display: flex;
    flex-wrap: wrap;}
.mainteItem {width: 100%;margin-bottom: 15px;}
.mainteItem div {width: 70%;margin: 0 auto;}
.mainteItem h5 {
    color: #000;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 0px auto;}

.movieBox {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 40px auto;}
div.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 0;}
video.vid_main {
    width: 100%;
    max-width: 920px;}

.cameraBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0px auto 40px auto;}
.cameraItem {
    width: 100%;
    background-color: #fff;
    border: 2px #4d96e3 solid;
    border-radius: 10px;
    margin: 0 0 3% 0;
    padding: 0;}
.cameraImg {
    width: 40%;
    margin: 0 auto 10px auto;}
.cameraImg img {
    width: 100%;}
.cameraItem h5 {
    color: #fff;
    text-align: center;
    font-size: 4.5vw;
    line-height: 2.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #4d96e3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.cameraInner {
    padding: 15px 20px;}
.cameraItem p {
    text-align: left;
    color: #000000;
    font-size: 3.5vw;
    font-weight: normal;
    padding: 0;}

.securityBox {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;}
.securityItemImg {order: 2; width: 100%;}
.securityItemImg2 {order: 2; width: 60%; margin: 10px auto 0 auto;}
.securityItemTxt {order: 1; width: 100%;}
.securityItemTxt h5 {
    display: inline-block;
    border: 3px #4b96e6 solid;
    font-size: 4vw;
    font-weight: bold;
    color: #4b96e6;
    padding: 5px 20px 2px 20px;
    margin: 10px 0 0 0;
    border-radius: 50px;}
.securityItemTxt h6 {
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    margin: 0.3em 0;}

.functionBox {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;}
.functionItemImg {order: 2;width: 100%;margin: 10px auto 0 auto;text-align: center;}
.functionItemTxt {order: 1;width: 100%;}
.functionItemTxt h5 {
    font-size: 5vw;
    font-weight: bold;
    color: #000;
    margin: 0.5em 0;}
.Img60 {width: 50%;	height: auto;}

.deviceBox {
    display: flex;
    flex-wrap: wrap;}
.deviceItem {
    width: 100%;
    border: 1px #b2b2b2 solid;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;}
.deviceImg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}
.Img50 {width: 50%;height: auto;}
.Img80 {width: 70%;height: auto;}
.deviceItem h5 {
    background-color: #4b96e6;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    line-height: 2em;
    margin: 10px 0 10px 0;}

.specificationTbl table {
	width:100%;
	margin:0px auto 50px auto;
    border:1px solid #cccccc;}
.specificationTbl table tr:nth-child(odd) {background-color: #f2f2f2;}
.specificationTbl table tr:nth-child(even) {background-color: #fff;}
.specificationTbl table tr th,
.specificationTbl table tr td {
	border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	padding:10px 5px;
	position:relative;
    font-weight: normal;
    font-size: 3.5vw;
    text-align: center;}
.specificationTbl table tr th {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4b96e6;}
.specificationTbl table tr th:first-child{background-color: #d9d9d9;}
.specificationTbl table tr td:first-child {text-align: left;font-weight: bold;}

.priceTxt {
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 30px auto;}
.priceTxtS {
    font-size: 3.5vw;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;}

.BtnPDF {
    width: 100%;
    margin: 20px auto 40px auto;
    text-align: center;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #4b96e6;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;}
#footer .copy {
        margin: 0px;
        text-align: center;
        font-size: 3.5vw;
    }
#footer .copy a {
    color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
#pageTop img {
	display:block;}


/*-------------------------------------------------
	++ HEADER_AD
-------------------------------------------------*/
.ad_Inner {
    display: block;
    clear: both;
    width: 98%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 6vw 0;}
.mgT2 {margin-top: 1em;}
#header_ad {
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header_ad .Inner {
    width: 100%;
	height: 8vh;
    padding: 2vw 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header_ad .logo {
    margin-left: 1%;
    width: 50%;}
#header_ad .tel {
    margin-right: 1%;
    width: 40%;}
#header_ad .logo img,
#header_ad .tel img {
    width: 100%;}

a[href*="tel:"] {
pointer-events:auto;
cursor: default;
text-decoration: none;}


/* content_ad */
#content_ad {
	padding-top:8vh;
    position: relative;
    min-width: 100%;}

/*-------------------------------------------------
	++ title_ad
-------------------------------------------------*/
#title_ad {
	width: 100%;
    background:#d3d8dc url(../../images/ad/SP_bgB.jpg) left top no-repeat;
    background-size: 100%;}
.titleInner2 {
	clear:both;
	width:100%;
    padding: 0;
	margin:0 auto;
	text-align: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;}

.titleTxt {
    width: 100%;
    padding: 5vw 4vw 0 4vw;}
.adsubTtl {
    color: #000000;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    padding: 0 0 5px 0;}
h2.adTtl {
    color: #4b83fa;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1.1em;
    text-align: center;
    padding: 0 0 3% 0;
    margin-bottom: 0;}
h2.adTtl span {
    font-size: 6.3vw;
    display: block;}
h2.adTtl span .orange {color: #ff8500;}
.titleListDisc {
	margin:10px auto 0 auto;
    text-align: center;}
.titleListDisc li {
	text-align: left;
    font-size: 3.7vw;
    font-weight: bold;
	line-height: 1.5em;
    margin-bottom: 3px;
    border-bottom: 2px #4b83fa solid;
	list-style-type:none;
	padding: 0 0 0 25px;
    background-image: url("../../images/ad/ic_check.svg");
    background-position: left top 3px;
    background-repeat: no-repeat;
    background-size: 20px;}
.titleListDisc li .blue {color: #5f82f6;}
.titleWoman {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-top: 0;}
.titleWoman img {
    width: 100%;}

.ad_form {
    width: 100%;
    height: 880px;
    background-color: #4b83fa;
    padding: 25px 5px 0px;
    position: static;
    line-height: 1.4;
    color: #FFF;}
.ad_form iframe {height: 850px !important;}

.titleFrom {
    width: 100%;
    background-color: #01932E;
    padding: 25px 0 0px;
    position: static;
    line-height: 1.4;
    color: #FFF;}
.titleFromTtl {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;}
.titleFromTtl span {
    display: block;
    color: #ffff00;
    text-align: center;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 1.4em;}

.From_thanks {
    width: 100%;
    height: auto;
    background-color: #ffdf00;
    padding: 7vw 4vw;
    position: static;
    line-height: 1.4;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;}
h3.From_thanksTtl {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 4.8vw;
    padding: 0;
    margin: 0 0 1.5em 0;}
.From_thanks p {
    color: #000000;
    font-size: 3.8vw;}
.From_thanks p a:link,.From_thanks p a:visited {color: #000000;text-decoration:underline;}
.From_thanks p a:hover,.From_thanks p a:active {color: #000000;text-decoration:none;}
.From_thanksBtn {
    width: 100%;
    border-radius: 99px;
    padding: 15px 0;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4b83fa;
    margin: 30px auto 0 auto;}
.From_thanksBtn a{
	color:#FFFFFF;
	display:block;}
.From_thanksBtn a:link,.From_thanksBtn a:visited,
.From_thanksBtn a:hover,.From_thanksBtn a:active {color:#FFFFFF;text-decoration:none;}

.txt_ad {
    text-align: left;
    font-weight: bold;
    font-size: 4vw;}

/*
#ad_formLink {
    padding-top: 8vh;}
*/

/*-------------------------------------------------
	++ BTN_ad
-------------------------------------------------*/
.inquiryBox {
    width: 100%;
    margin: 4% auto 6% auto;}
.inquiryBoxInner a {
    border-radius: 15px;
    width: 96%;
    padding: 0px 1%;
    margin: 0 auto;
    text-align: left;
    background-color: #ffdf00;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;}
.inquiryTxt {
    color: #4b83fa;
    font-size: 4vw;
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    padding: 3% 0 2% 2%;}
.inquiry_ai {
    width: 25%;
    display: flex;
    align-items: flex-end;
    margin-top: -25px;}
.inquiry_ai img {
    width: 100%;}
















