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

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

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#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: 300px;}
#header .logo img {
    width: 100%;}

#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 {
    width: 260px;
	font-size: 100%;
    line-height: 3em;
	text-align: center;
	margin-left: 1em;
    padding: 0;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff9000;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.pdf {
    background-color: #ff0000;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry a,
#menu nav li.pdf a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    background-image: url(../img/PC_main_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;
    width: 1000px;
    margin: 1% auto 0 auto;}
.mainImg {
    order: 2;
    width: 40%;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 60%;
    margin: 0;
    text-align: left;}
h1.catch {
    font-size: 80px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.1em;
    margin: 4% 0;}
h1.catch span {font-size: 50px;display: block;}
h2 {
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    text-align: left;}
.mainTxtBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 4%;}
.mainTxtItem {
    width: 32%;
    background-color: #fff;
    border-radius: 5px;
    padding: 2%;
    display: flex;
    align-items: center;}
.mainTxtItem img {width: 100%;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 630px;
    margin: 30px auto 10px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}
.btnEntry,
.btnPdf {
    width: 300px;}
.btnEntry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnPdf a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnEntry a:link,.btnEntry a:visited,.btnEntry a:hover,.btnEntry a:active,
.btnPdf a:link,.btnPdf a:visited,.btnPdf a:hover,.btnPdf a:active {text-decoration:none;}
.btnEntry span {
    display: block;
    text-align: center;
    padding-top: 5px;}
.btnEntry span a {
    color: #000;
    display: inline-block;
    background-color: transparent;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: normal;}
.btnEntry span a:link,.btnEntry span a:visited {color: #000000;text-decoration:underline;}
.btnEntry span a:hover,.btnEntry span a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgPurple {
    border-image: linear-gradient(#e7ddf5,#e7ddf5) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 2vw 0;}
.bgOrange {
    background-color: #fff4e2;
    margin: 0;
    padding: 0;}

/*-------------------------------------------------
	++ 導入社数/アカウント数
-------------------------------------------------*/
.introductionBox {
    display: flex;
    justify-content: center;
    margin: 3% 0 1% 0;}
.introductionItem {
    width: 400px;
    border: 1px #518f43 solid;
    background-color: #FFF;
    margin: 0 1%;}
.introductionTtl {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    padding: 8px 0;
    background-color: #518f43;}
.introductionList,
.introductionList2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
	margin:3% 5%;}
.introductionList li {
	width: calc(61% / 5);
	display:block;
	text-align: center;
    margin: 0;
	font-weight: bold;
    color: #333333;
    font-size: 150%;
    line-height: 1em;}
.introductionList2 li {
	width: calc(100% / 8);
	display:block;
	text-align: center;
    margin: 0;
	font-weight: bold;
    color: #333333;
    font-size: 150%;
    line-height: 1em;}
.introductionList li.widthS,
.introductionList2 li.widthS {
    width: 10%;}  
.introductionList li img,
.introductionList2 li img {
    width: 70%;}
.introductionDay {
    text-align: center;
    margin: 0 auto 5% auto;
    font-weight: bold;
    font-size: 120%;}

/*-------------------------------------------------
	++ inlineBox
-------------------------------------------------*/
.inlineBox {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	margin: 10px auto 0 auto;
	padding: 0;}
.inlineBox li {
    width: 263px;
	margin: 0 16px 12px 0;
    background: #FFFFFF;
	border: 1px solid #e6e6e6;
	box-shadow: 3px 3px #e6e6e6;
    padding: 5px;}
.inlineBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;}
.inlineBox li:nth-of-type(4n) {
    margin-right: 0;}
.inlineBox li span {
    text-align: left;
    width: 75%;
    margin-left: 5%;
    font-size: 90%;}
.inlineBox li.banner {
    padding: 0px;}
.inlineBox a:link,.inlineBox a:visited {color:#5A5C57;text-decoration:none;}
.inlineBox a:hover,.inlineBox a:active {color:#5A5C57;text-decoration:none;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #00923a;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 0.5em auto;}


.addontoolBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff4e2;
    border-radius: 10px;
    padding: 2% 3%;}
.addontoolIc {width: 10%;}
.addontoolTxt {
    width: 87%;
    color: #000;
    font-weight: bold;
    font-size: 110%;
    text-align: left;}

.strongBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;}
.strongItem {
    width: 32%;
    border-radius: 10px;
    background-color: #fff;
    font-weight: normal;}
.strongItem h4 {
    background-color: #00923a;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.3em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 10px;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;}
.strongItemInner {padding: 20px;}
.strongItemImg {
    width: 40%;
    margin: 0 auto 10px auto;
    display: flex;}
.strongItemImg img {width: 100%;}

.standardtoolsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;}
.standardtoolsImg {width: 100%;margin: 0 auto 20px auto;}
.standardtoolsImg img {width: 100%;}
.standardtoolsItem {
    width: 32%;
    border: 1px #b8b8b8 solid;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;}

.standardtoolsItem h4 {
    display: flex;
    background-color: transparent;
    align-items: center;
    color: #000;
    font-weight: bold;
    font-size: 130%;
    text-align: left;
    margin: 0 0 10px 0;
    background-color: transparent;}
.standardtoolsItem h4 span.ic {
    width: 15%;
    margin: 0 5px 0 0;}
.standardtoolsItem h4 span.logo {
    width: 100%;
    margin: 0 5px 0 0;}
.standardtoolsItem h4 span.ic img,.standardtoolsItem h4 span.logo img {width: 100%;}
.standardtoolsItem p {
    display: flex;
    align-items: center;
    font-size: 100%;
    height: 2.5em;
    text-align: center;
    margin: 0 auto 10px auto;}
.standardtoolsItem p a:link,.standardtoolsItem p a:visited {color: #000000;text-decoration:underline;}
.standardtoolsItem p a:hover,.standardtoolsItem p a:active {color: #000000;text-decoration:none;}
.standardtoolsItem .Box {
    margin-top: auto;
    border-top: 1px #b8b8b8 solid;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;}
.standardtoolsItem .Box h5 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.5em;}
.standardtoolsDetail {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;}
.standardtoolsDetailItem {
    width: 32%;
    margin: 0 1%;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    line-height: 2em;}
.bgGoogle {background-color: #fc413d;}
.bgM365 {background-color: #3e87c9;}
.bgLINE {background-color: #00b900;}

.standardtoolsAIBox {
    width: 100%;
    background-color: #e4f4fb;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;}
.standardtoolsAIBox h5 {
    color: #0075c1;
    font-weight: bold;
    font-size: 130%;
    text-align: left;
    margin-bottom: 5px;}
.standardtoolsAIBox p {
    font-size: 90%;
    text-align: left;
    line-height: 1.3em;
    margin: 0;
    padding-bottom: 10px;}
.btnstandardtoolsAI {
    width: 180px;
    margin: 0 auto;}
.btnstandardtoolsAI a {
    display: block;
    background-color: #009bd9;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 100%;
    line-height: 2em;}
.btnstandardtoolsAI a:link,.btnstandardtoolsAI a:visited,.btnstandardtoolsAI a:hover,.btnstandardtoolsAI a:active {text-decoration:none;}






.txtbC {
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    background-color: #d0f2ff;
    border-radius: 5px;
    padding: 3%;}

.AIsupportBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 3% 0 5% 0;}
.AIsupportItem {
    width: 240px;
    border: 1px #5613b7 solid;
    background-color: #eee8f8;
    padding: 1.5%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;}
.AIsupportItem h4 {
    width: 100%;
    color: #5613b7;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;}
.AIsupportItemImg {width: 70%;}
.AIsupportItemImg img {width: 100%;}
.AIsupportItemTxt {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.AIsupportItemTxt p {
    background-color: #5613b7;
    border-radius: 5px;
    color: #fff;
    font-size: 105%;
    font-weight: bold;
    text-align: center;
    line-height: 2.5em;
    margin: 5px 0;}

.exampleTtlBox {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    align-content: stretch;
    flex-wrap: wrap;
    margin: 10px 0px;}
.exampleTtlItem {
	width: 130px;
	margin: 0px 15px 0px 15px;}
.exampleTtlItem p {
    display: block;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    padding-top: 5px;}
.exampleTtlItem a {color:#000;}

.exampleBox {
    border: 2px #af7bff solid;
    background-color: #fff;
    border-radius: 15px;
    padding: 2%;
    margin-bottom: 3%;}
.exampleInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.exampleIcon {width: 150px;}
.exampleDetail {width: 770px;}
.exampleDetail h4 {
    color: #000000;
    font-size: 130%;
    font-weight: bold;
    text-align: left;}
.exampleDetail2 {
    width: 770px;
    display: flex;
    flex-direction: column;
    margin-left: 190px;
    margin-top: -100px;}
.exampleDetail2 h5 {
    color: #5613b7;
    font-weight: bold;
    font-size: 110%;}

.exampleBox2 {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.exampleIcon2 {width: 270px;}
.exampleDetail3 {
    width: 660px;
    border: 3px #ce32ea solid;
    background-color: #fff;
    border-radius: 15px;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding: 3%;}

.bannerTxt {
    background-color: #667eff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 130%;
    padding: 2% 0;}

.featuresBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 10px;
    background-color: #5613b7;
    border-radius: 50px;
    margin-bottom: 15px;}
.featuresIcon {width: 40px;}
.featuresTxt {width: 920px;color: #fff;font-weight: bold;font-size: 120%;}

.bt_contact {margin: 1% auto 0 auto;text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.4em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {color: #005bff;}

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



/*-------------------------------------------------
	++ BANNERS
-------------------------------------------------*/
.BannerS {top: 80px !important;left: 0px !important;}

.BannerR {
    position: fixed;
    top: 250px;
    right: 0px;
	z-index:9999999999;}
.BannerR_Gemini {
	width: 150px;
    height: 130px;
	position: relative;
    background-color: #009bd9;
	margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
.bannerR_GeminiE {
	width: 150px;
	height: 130px;
	position: relative;
    background-color: #7c7fd9;
	margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
.BannerR_Gemini p,
.bannerR_GeminiE p {
    color: #FFFFFF;
	font-size: 130%;
    font-weight: bold;
	line-height: 1.3em;
	text-align: center;}
.BannerR_Gemini p span,
.bannerR_GeminiE p span {
    display: block;
    width: 80%;
    margin: 8px auto 0 auto;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
	font-size: 100%;
    font-weight: bold;
	line-height: 1.5em;
	text-align: center;}
.BannerR_Gemini a,
.bannerR_GeminiE a {
	display: block;
    width: 100%;}

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


