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

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

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw;
    margin-inline: auto;}
.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: #00923A;
    border-bottom-color: #29ac5d;
    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: #00923A;
	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_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: 3% auto;}
.mainImg {
    order: 2;
    width: 85%;
    margin: 1% auto 2% auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 3% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 90%;
    margin: 0 auto;
    text-align: left;}
.catch {
    font-size: 10vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.1em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 5.5vw;display: block;line-height: 1.3em;padding-bottom: 1vw;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 10px 0;
    background-color: #ffa000;
    border-radius: 50px;}
.campaignBtn2 {
    float: left;
    width: 100%;
    margin: ;
    padding: 10px;
    background-color: #ff0000;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_arrowW.svg) no-repeat right 20px  center;
    background-size: 4%;}
.campaignBtn2 a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_Link.svg) no-repeat right 10px center;
    background-size: 7%;}
.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;}

.patents {
    width: 96%;
    font-size: 2.8vw;
    text-align: left;
    margin: 0 auto;
    line-height: 1.3em;
    padding: 2vw 0;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox, .btnBox2 {
        width: 100%;
        margin: 5px auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
.btnItem {
    border-radius: 20px;
    width: 49%;
    font-size: 3.3vw;
    margin-bottom: 1%;
    background-color: #00923A;}
.btnItem a {
    width: 100%;
    display: block;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding: 8px 0;
    background: url("../img/icon_Link.svg") no-repeat right 15px center;
    background-size: 7%;}

.inquiryBtn {
    width: 80%;
    margin: 0;
	padding: 10px;
	text-align: center;
    background-color: #ffa000;
    border-radius: 50px;}
.inquiryBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_arrowW.svg) no-repeat right 5px  center;
    background-size: 6%;}
.applicationBtn {
    width: 49%;
    margin: 0;
    padding: 10px;
    background-color: #ff0000;
    border-radius: 50px;}
.applicationBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.5vw;
    line-height: 1.5em;
    text-align: center;
    background: url(../img/icon_Link.svg) no-repeat right 15px center;
    background-size: 7%;}
.btnItem a:link,.btnItem a:visited,
.inquiryBtn a:link,.inquiryBtn a:visited,
.applicationBtn a:link,.applicationBtn a:visited {text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.bgColor {background-color: #efffd4;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #00923A;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 auto 0.5em auto;}

.overviewBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;}
.overviewIcon {display: none;}
.overviewTxt {width: 100%;}

.SMSBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;}
.SMSItem {
    width: 100%;
    background-color: #fff;
    border: 2px #00923a solid;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;}
.SMSItem .ic {
    width: 30%;
    margin: 0 auto;}
.SMSItem .ic img {width: 100%;}
.SMSItem h4 {
    color: #00923a;
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    margin: 5px auto;
    background-color: transparent;}

.toolBox {
    display: flex;
    flex-wrap: wrap;}
.toolItem {width: 100%;}
.toolArrow {
    width: 0;
    height: 0;
    margin: 2vw auto;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 40px solid #ff9816;
    border-bottom: 0;}
.toolItem .ttl {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;}
.toolItem h4 {
    color: #fff;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1.5em;
    text-align: center;
    border-radius: 999px;
    padding: 10px 40px;}
.bgTtlO {background-color: #ff9816;}
.bgTtlG {background-color: #00923a;}
.toolDetailBox {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.toolDetailBox .ic {
    width: 15%;
    margin: 0;}
.toolDetailBox .ic img {width: 100%;}
.toolDetailBox p {
    width: 80%;
    font-size: 4vw;
    line-height: 1.3em;
    text-align: left;
    font-weight: bold;}
.bgDetailO {background-color: #fff6f0;}
.bgDetailG {background-color: #f0fff0;}

.introductionBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;}
.introductionItem {
    width: 49%;
    background-color: #fff;
    border: 2px #00923a solid;
    border-radius: 10px;
    padding: 0;
    margin: 0 0 2vw 0;}
.introductionImg {
    width: 35%;
    margin: 0 auto 10px auto;}
.introductionImg img {
    width: 100%;}
.introductionItem h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 4.5vw;
    line-height: 2.5em;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: #00923a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;}
.introductionItem h5 {
    color: #ff9816;
    text-align: center;
    font-size: 4vw;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0;
    margin: 0;}
.introductionInner {
    padding: 10px;}

.UseCasesBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.UseCasesItem {
    width: 49%;
    margin: 0px;}
.UseCasesItem h4 {
    width: 100%;
    color: #0b66d2;
    font-size: 5vw;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
    height: 2.3em;
    margin: 20px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;}
.UseCasesDetailBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;}
.UseCasesDetailBox .ic {
    width: 20%;
    margin: 0 0 5px 0;}
.UseCasesDetailBox .ic img {width: 100%;}
.UseCasesDetailBox p {
    width: 75%;
    font-size: 3.5vw;
    line-height: 1.2em;
    text-align: left;
    font-weight: normal;
    color: #000;
    margin: 0 0 5px 0;}

.feeTxt {
    text-align: center;
    margin: 0 auto;
    font-size: 4vw;}

.listDisc {
	margin:0 0 20px 0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: bold;
	line-height: 1.4em;
    font-size: 3.8vw;
	list-style-type:none;
	padding: 0 0 0.4em 1.0em;
	text-indent: -1.0em;}

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

.BtnPDF {
    width: 100%;
    margin: 20px auto 40px auto;
    text-align: center;}

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

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





