@charset "UTF-8";

@import url(base.css);

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

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

.sp,.pc845 {
	display: none !important;}

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

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

.bgPurple {background-color: #e2def8;}
.bgWhite {background-color: #FFFFFF;padding: 40px 0;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}
.cInner2 {
	display:block;
	clear:both;
	width:800px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #7762de;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 200px;}
#header .logo img {
    width: 100%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 1.3em;
	text-align: center;
	margin: 0;
    padding-right: 2em;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #fff;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff9601;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    height: 500px;
    background-image: url(../img/pc_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;}
.mainTxt {
    order: 1;
    width: 800px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 2;
    width: 680px;
    margin: 0px 0 0 0;
    text-align: left;}
.catch {
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4em;
    margin: 15% 0 0 0;}

.campaignBtn {
    float: left;
    width: 300px;
    margin: 50px 0 0 0;
    padding: 10px 0;
    background-color: #ff9601;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    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: 130%;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnOrange {
    margin: 1% auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 300px;
    padding: 10px 0px;
    border-radius: 25px;
    font-size: 18px;
    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: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.8em;}
h3 img {
    width: 400px;}
h4 {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 0.5em;}
h4 img {
    width: 80px;
    margin-right: 20px;}
h5 {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 0 0.8em 0;}

.copilotImg {
    text-align: center;
    margin: 10px auto 0 auto;}
.copilot img {
    width: 100%;}

.functionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;}
.functionItem {
    width: 180px;
    background-color: #FFFFFF;
    border: 2px #7762de solid;
    box-shadow: 4px 4px #7762de;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;}
.functionItem img {
    width: 80px;}
.functionItem p {
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    padding-top: 0.8em;}
.functionItem a {display: block; color: #000;padding: 15px 0px;}

.functionWBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;}
.exampleBox {
    display: flex;
    border: 1px #7762de solid;
    background-color: #fff;
    margin-top: 20px;}
.exampleTtl {
    width: 20%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 110%;
    background-color: #7762de;
    display: flex;
    justify-content: center;
    align-items: center;}
.exampleTxt {
    width: 80%;
    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 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;}
.chatGPTTbl td {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	text-align: center;
    background-color: #fff;
    color: #000;
    font-weight: normal;
	padding: 10px;}
.chatGPTTbl td:first-child {font-weight: bold;}
.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: 100%;
	line-height: 1.8em;
	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: 90%;
    text-align: center;
    margin: 10px 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;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}


