@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: #e2def8;}
.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: #7762de;}
#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: 30%;}
#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: #7762de;
    border-bottom-color: #c7bbff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.3em;
    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:2vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #fff;
	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;
    height: 60vh;
    background-image: url(../img/sp_bg.jpg);
    background-position: right 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;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 7% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 2;
    width: 95%;
    margin: 0 auto;
    text-align: left;}
.catch {
    font-size: 7vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.3em;
    margin: 0 auto 0 auto;
    text-align: center;}

.campaignBtn {
    width: 80%;
    margin: 10px auto;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 4.8vw;
    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;}

.txtBlue {
    color: #005bff;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.5em;
    text-align: left;
    margin: 0 auto;
    padding:6vw 2vw;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnOrange {
    margin: 1% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 98%;
    padding: 2vw 0;
    border-radius: 25px;
    font-size: 4.5vw;
    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
-------------------------------------------------*/
h3 {
    color: #7762de;
    text-align: center;
    margin: 0 auto;
    font-size: 5.6vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
h3 img {
    width: 80%;}
h4 {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;}
h4 img {
    width: 50px;
    margin-right: 15px;}
h5 {
    color: #000000;
    text-align: left;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 0 0.8em 0;}

.copilotImg {
    text-align: center;
    margin: 5% auto 0 auto;}
.serviceImg img {
    width: 100%;}

.functionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 5vw 0;}
.functionItem {
    width: 31%;
    background-color: #FFFFFF;
    border: 2px #7762de solid;
    box-shadow: 4px 4px #7762de;
    border-radius: 10px;
    margin: 0 3% 3% 0;
    text-align: center;}
.functionItem:nth-child(3) {margin-right: 0;}
.functionItem img {
    width: 50%;}
.functionItem p {
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
    padding-top: 0.8em;}
.functionItem a {display: block; color: #000;padding: 15px 0px;}

.functionWBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;}
.exampleBox {
    display: flex;
    flex-direction: column;
    border: 1px #7762de solid;
    background-color: #fff;
    margin-top: 20px;}
.exampleTtl {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 4vw;
    line-height: 3em;
    background-color: #7762de;
    display: flex;
    justify-content: center;
    align-items: center;}
.exampleTxt {
    width: 100%;
    padding: 10px;}

.chatGPTTbl table {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	width: 100%;
	border-spacing: 0px;
	margin: 0 auto 5px auto;}
.chatGPTTbl th {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
    background-color: #7762de;
	padding: 15px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;}
.chatGPTTbl td {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	text-align: left;
    background-color: #fff;
    color: #000;
    font-weight: normal;
	padding: 10px 5px;}
.chatGPTTbl td:first-child {font-weight: bold;white-space: nowrap;}
.chatGPTTbl td:last-child {background-color: #ffffd7;}

.licenseBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 4vw;
	line-height: 1.5em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}
.listDisc li a:link,.listDisc li a:visited {color:#88008d;text-decoration:underline;}
.listDisc li a:hover,.listDisc li a:active {color:#ab00b1;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;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #7762de;
    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;}






