@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: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: #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%;}

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: 2.3em;
	text-align: center;
	margin-left: 1em;
    padding: 0;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #00923A;
    width: 100%;
    padding: 0px;}
#menu nav li.inquiry {
    background-color: #ff9000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.inquiry a,
#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%;
    background-color: #fbfbfb;}
#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: 1200px;
    margin: 2% auto;
    position: relative;}
.mainImg {
    order: 2;
    width: 550px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 650px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 300px;
    margin: -150px 0 50px 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;}
.mainTxt2 img {width: 180px;}
.catch {
    font-size: 55px;
    font-weight: bold;
    color: #00923A;
    line-height: 1.2em;
    margin: 3% 0 0 0;}
.catch span {font-size: 20px;display: block;color: #787878;}

.patent {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #b1b1b1;
    color: #fff;
    text-align: center;
    font-size: 90%;
    padding: 5px 10px;}

.campaignBtn {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 0px;
    background-color: #ff0000;
    border-radius: 50px;}
.campaignBtn2 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 0px;
    background-color: #ff9000;
    border-radius: 50px;}
.campaignBtn a,
.campaignBtn2 a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited,
.campaignBtn2 a:link,.campaignBtn2 a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active,
.campaignBtn2 a:hover,.campaignBtn2 a:active {color:#ffffff;text-decoration:none;}


/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
	display:block;
	clear:both;
	width:1000px;
    padding: 0;
	margin:0 auto;
	text-align: left;}
.btnOrange {
    margin: 3% auto 5px auto;
    text-align: center;}
.btnOrange a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 500px;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffae00;}
.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;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.bgGray {background-color: #f6f6f6;}
.bgGreen {background-color: #efffd4;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #00923A;
    text-align: left;
    font-size: 180%;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 auto 0.2em auto;}
h4 {
    font-size: 140%;
    color: #ff8400;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 10px 0px;}
h4.ttl {
    font-size: 140%;
    color: #00923A;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 10px 0px;}

.serviceBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}
.serviceIcon {width: 200px;}
.serviceTxt {width: 780px;}
.serviceTxt p {
    font-weight: bold;
    font-size: 110%;}

.templateBtn {
    display: flex;
    align-items: baseline;
    background-color: #428c41;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    width: 60%;
    margin: 5px auto 20px auto;}
.templateBtn a {
    display: block;
    width: 100%;}
.templateBtn::before {
    font-family: sans-serif;
    content: "NEW";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    background: #FF0000;
    border-radius: 30px;
    font-size: 15px;
    width: 6em;
    height: 2.5em;
    margin: 0;
    padding: 0;}
.templateBtn p {
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: bold;
    color: #FFF;
    font-size: 20px;
    line-height: 2em;}

.introductionBox {
    width: 100%;
    border: 1px #cccccc solid;
    background-color: #ffffee;
    text-align: center;
    padding: 15px 10px;
    margin-top: 30px;
    color: #07913b;
    font-weight: bold;
    font-size: 120%;}

.introductionBox2 {
    display: flex;
    justify-content: center;
    margin: 0 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%;}

.functionlistBtnBox {
    display: flex;
    justify-content: space-between;
    margin: 1% 2% 2% 2%;}
 .functionlistBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 450px;
        background-color: #00923A;
        border-radius: 50px;
        margin-right: 2%;
        margin-bottom: 1%;
        list-style-type: none;
        padding: 0;
        text-indent: 0;
    }

.functionlistBtn a {
        width: 100%;
        display: block;
        text-align: center;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        padding: 10px 0;
        background: url(../img/icon_pickup.svg) no-repeat left 8px center;
        background-size: 12%;
    }

.functionlistDisc {
	margin:0 0 1em 0;}
.functionlistDisc li {
	text-align: left;
    color:#00923A;
    font-weight: bold;
	line-height: 1.5em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.functionlistDisc li a:link,.functionlistDisc li a:visited {color:#07913b;text-decoration:underline;}
.functionlistDisc li a:hover,.functionlistDisc li a:active {color:#02b044;text-decoration:none;}
.new {
    background-color: #FF0000;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    padding: 1px 1.0em;
    font-size: 13px;
    line-height: 1.3em;
    margin-right: 5px;
    text-indent: -1.0em;}
.development {
    background-color: #878787;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    padding: 1px 1.0em;
    font-size: 13px;
    line-height: 1.5em;
    margin-right: 5px;
    text-indent: -1.0em;}

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

.BtnPDF {
    margin: 20px auto;
    text-align: center;}

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

/*-------------------------------------------------
	++ tab&SLIDER
-------------------------------------------------*/
.BtnfunctionList {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px 0;}
.BtnfunctionList a {
    background-color: #ff7800;
    border-radius: 20px;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 100%;
    padding: 8px 25px;}

#functionSlider {
    width: 100%;
    margin: 0 auto;}
.slider{
  	display: none;}
.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/bx_loader.gif) center center no-repeat;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
	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_arrowGL.svg) center center no-repeat;
    background-size: 65%;
	margin-left:-505px;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:473px;}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #999999;
    border-radius: 10px;
    opacity:0.8;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #e0e0e0;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#999999;}
.slick-dots li.slick-active button {
	background-color:#999999;}

.inlineBox,
.inlineBox2 {
	width: 100%;
    padding: 2% 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	margin: 0 auto;}
.inlineBox li {
    width: 320px;
	margin: 0 20px 20px 0;
    padding: 0;
    display: inline-block;}
.inlineBox li:nth-of-type(3n) {
	margin: 0 0 20px 0;}
.inlineBox2 li {
    width: 190px;
	margin: 0 auto 20px auto;
    padding: 0;
    display: inline-block;}
.inlineBox li span,
.inlineBox2 li span {
    text-align: left;
    font-size: 90%;
    line-height: 1.3em;}
.inlineBox li img {
    width: 100%;}
.inlineBox2 li img {
    width: 100%;
    border: 1px #ccc solid;}

.tabs {
    margin-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;}
.tab_item {
    width: calc(98%/2);
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 110%;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    margin-right: 1%;
    text-align: center;
    font-weight: normal;
    transition: all 0.2s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;}
.tab_item:hover {
    opacity: 0.9;}
input[name="tab_item"] {
    display: none;}
.tab_content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    border-top: 3px #00923A solid;}
#list:checked ~ #list_content,
#slide:checked ~ #slide_content {
    display: block;}
.tabs input:checked + .tab_item {
    color: #fff;
    background-color: #00923A;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #00923A;
    color: #FFF;
    padding: 40px 0;
    text-align: center;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

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


.btnBox2 {
    width: 630px;
    margin: 50px auto 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 300px;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.btnInquiry a {
    display: block;
    background-color: #ff9000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    line-height: 3em;}
.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: 100%;
    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;}





