@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.5vw;}

.pc,.pc845 {
	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%;}

.bgPurple {background-color: #e9e1f6;}
.bgWhite {background-color: #FFFFFF;padding: 6vw 2vw;}

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

/*-------------------------------------------------
	++ 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: #5513b9;
    border-bottom-color: #9855fd;
    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: #5513b9;
	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;
    background-image: url(../img/sp_main.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;}
#title .dairiten {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;}

.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto;}
.mainImg {
    order: 2;
    width: 100%;
    margin: 5% auto 0 auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 8% 0 45vw 0;
    text-align: left;}
.catch {
    font-size: 8vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0 auto;
    text-align: center;}
.catch span {
    font-size: 7vw;
    display: block;}
.mainTxt2 {
    order: 3;
    width: 80%;
    margin: 10vw auto 5vw auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;}
.mainTxt2 li.gpt4 {
    width: 24%;
    margin-right: 0px;}
.mainTxt2 li.Mindlogic {
    width: 65%;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 10px;}
.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
-------------------------------------------------*/
.btnOrange {
    margin: 1% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 80%;
    padding: 2vw 0;
    border-radius: 25px;
    font-size: 4.6vw;
    font-weight: bold;
    background-color: #ff9601;}
.btnOrange a:hover {
    text-decoration: none;}
.btnOrange a:link,.btnOrange a:visited {color:#FFF;text-decoration:none;}
.btnOrange a:hover,.btnOrange a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    color: #5513b9;
    text-align: center;
    margin: 0 auto;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
h4 {
    color: #005bff;
    background-color: #d8e2fd;
    text-align: left;
    margin: 0 auto 0.5em auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 10px 10px 8px 10px;}

.txtCL {text-align: left;}

.serviceBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0;}
.serviceItem {
    width: 100%;
    margin-bottom: 10px;}
.serviceLogo {
    width: 30%;}
.serviceCrown img {
    width: 100%;}

.detailBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.detailImg {
    width: 20%;
    margin-bottom: 20px;}
.detailImg img {
    width: 100%;}
.detailTxt {
    width: 75%;
    padding-bottom: 1em;}
.detailTxt span {
    display: block;
    font-weight: bold;
    padding-bottom: 0.3em;}















/* SLIDER */
#functionSlider {
    width: 100%;
    margin: 1vw auto 2vw auto;}
.slider.slick-initialized {
  	display: block;}
.slider li {
	position: relative;}
.slider li span {
    margin-top: 5px;}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;}
.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;}
.slick-prev,
.slick-next {
    position: absolute;
    top: 40%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:-29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;}
.slick-prev {
    background: url(../img/icon_arrowL.svg) center center no-repeat;
    background-size: 60%;
	margin-left:-52%;}
.slick-next {
    background: url(../img/icon_arrowR.svg) center center no-repeat;
    background-size: 60%;
	margin-left:43%;}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0 0 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #5513b9;
    border-radius: 10px;
    opacity:1;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #fff;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#5513b9;}
.slick-dots li.slick-active button {
	background-color:#5513b9;}

.licenseBox {
    display: flex;
    flex-wrap: wrap;
    border: 1px #969696 solid;}
.StarterBox,
.ProBox,
.EnterpriseBox {width: 100%;}
.Starter {background-color: #9971d5;border-right: none;}
.Pro {background-color: #7e4cca;border-right: none;}
.Enterprise {background-color: #5513b9;}
.licenseTtl {
    font-size:6vw;
    color: #FFF;
    font-weight: bold;
    padding: 3% 0;
    text-align: center;}
.licenseTtl span {
    display: block;
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1.3em;}
.licensePrice {
    font-size:4vw;
    font-weight: bold;
    padding: 2% 0;
    text-align: center;
    border-top: 1px #969696 solid;
    border-bottom: 1px #969696 solid;}
.licensePrice span {
    display: block;
    color: #5513b9;
    font-size: 8vw;
    padding-top: 0;}
.borderR {border-right: none;}
.borderB {border-bottom: 1px #969696 solid;}
.listDisc {
	margin:0;
    padding: 3% 2%;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 3.5vw;
	line-height: 1.3em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}






/* youtube/pdf */
.youtubeBox {
	width:100%;
	text-align:left;
	margin:0px auto 10vw auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.pdfBtn {
	width:100%;
	border-radius: 10px;
	padding:0;
	margin:0px 0px 10px 0px;
	text-align:center;
	font-size:4.5vw;
	font-weight:bold;
	color:#FFFFFF;
	line-height:3em;
    background-color: #005bff;}
.pdfBtn a {
	color:#FFFFFF;
	display:block;}
.pdfBtn a:link,.pdfBtn a:visited {color:#FFFFFF;text-decoration:none;}
.pdfBtn a:hover,.pdfBtn a:active {color:#FFFFFF;text-decoration:none;}


.usesceneBox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;}
.usesceneItem {
    width: 100%;
    margin: 0 0 8vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;}
.usesceneImg {
    width: 60%;}
.usesceneImg img {
    width: 100%;}
.usesceneTtl {
    width: 100%;
    background-color: #005bff;
    border-radius: 30px;
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    margin: 15px 0 10px 0;}



#tab_menu {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 10vw 0 2em 0;
    border-bottom: 5px #005bff solid;}
#tab_menu li{
	width: 33.333%;
	padding: 12px 0 8px;
	margin: 0 1px 0 0;
	text-align: center;
	list-style: none;
	cursor: pointer;
	color: #fff;
    font-weight: bold;
	background: #bfbfbf;
	font-size: 4vw;}
#tab_menu li:last-child {
	margin-right: 0;}
#tab_menu li.selected {
	background: #005bff;}
#tab_menu li:hover {
	background: #005bff;}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;}
.tab_link {
	padding: 0;
	margin: 0 0 0 1em;}
.tab_link li {
	padding: 0;
	margin: 0;
	text-decoration: underline;
	cursor: pointer;}
.tab_link01,
.tab_link02,
.tab_link03 {
    cursor: pointer;}






.costBox {
    display: flex;
    flex-direction: column;
    margin-top: 10px;}
.costItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 10px;}
.costTtl {
    width: 100%;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.BlueWaku {border: 1px #005bff solid;}
.OrangeWaku {border: 1px #ff9601 solid;}
.BlueTtl {background-color: #005bff;}
.OrangeTtl {background-color: #ff9601;}
.costBoxInner {padding: 15px 20px;}
.costTxt {
    text-align: center;
    color: #000000;
    font-size: 8vw;
    font-weight: bold;
    padding-bottom: 0.5em;}
.costTxt span {
    display: block;
    font-size: 4vw;
    line-height: 1.3em;}
.costTxt2 {
    font-weight: normal;}








.asterisk {
    display: block;
    font-size: 3vw;
    margin-left: 1em;
    text-indent: -1em;}


.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;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #5513b9;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

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






