@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: 100%;
    margin: 2% auto 1% auto;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 8% 0 0 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 90%;
    margin: 0 auto;
    text-align: left;}
.catch {
    font-size: 8vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.2em;
    margin: 0 auto 0 auto;
    text-align: center;}
.catch span {font-size: 7vw;display: block;}

.campaignBtn {
    float: left;
    width: 100%;
    margin: 0 0 10px 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-between;
    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;
    text-align: center;
    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: 49%;
    margin: 0;
    padding: 10px;
    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;}
h3.subTtl {
    color: #00923A;
    text-align: center;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 auto 0.8em auto;}
h4 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-weight: bold;
    font-size: 5vw;
    padding: 0 0 10px 0;
    margin: 0;
    color: #00923A;}
h4 span {
    display: inline-block;
    background-color: #00923A;
    border-radius: 20px;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 3.5vw;
    padding: 5px 20px;
    margin: 0 0 8px 1.5em;}
h4 span a:link,h4 span a:visited {color:#ffffff;text-decoration:none;}
h4 span a:hover,h4 span a:active {color:#ffffff;text-decoration:none;}
h5 {
    text-align: left;
    font-weight: bold;
    font-size: 4vw;
    padding: 0 0 3px 0;
    margin: 0 0 10px 0;
    color: #00923A;
    border-bottom: 2px #00923A solid;}

.serviceBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;}
.serviceIcon {display: none}
.serviceTxt {width: 100%;padding-bottom: 1em;}

.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;}
.new {
    background-color: #FF0000;
    text-align: center;
    font-weight: normal;
    color: #FFFFFF;
    padding: 1px 1.0em;
    font-size: 3vw;
    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: 3vw;
    line-height: 1.5em;
    margin-right: 5px;
    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;}
	
	.introductionBox {
    width: 100%;
    border: 1px #cccccc solid;
    background-color: #ffffee;
    text-align: left;
    padding: 15px 10px;
    margin-top: 30px;
    color: #07913b;
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.5em;}

/* リンクグリーン */
.starBox a:link,.starBox a:visited,
.introductionBox a:link,.introductionBox a:visited {color:#07913b;text-decoration:underline;}
.starBox a:hover,.starBox a:active,
.introductionBox a:hover,.introductionBox a:active {color:#02b044;text-decoration:none;}
/*-------------------------------------------------
	++ tab&SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 auto;}
.slider img {
	width:100%;
	height:60vw;
    margin-bottom: 5px;}
.slider li {
	position:relative;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:0px;
    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:-50%;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:42%;}

.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: 10px;
    height: 10px;
    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: 10px;
    height: 10px;
    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: space-between;
	margin: 0 auto;}
.inlineBox li {
    width: 48%;
	margin: 0 0 20px 0;
    padding: 0;}
.inlineBox li span {
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.3em;}
.inlineBox2 li {
    width: 100%;
	margin: 0 auto 20px auto;
    padding: 0;}
.inlineBox li img,
.inlineBox2 li img {
    width: 100%;}

.tabs {
    margin-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0 auto;}
.tab_item {
    width: calc(98%/2);
    background-color: #d9d9d9;
    line-height: 3em;
    font-size: 3vw;
    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;}

/*-------------------------------------------------
	++ youtube/pdf
-------------------------------------------------*/
/*..youtubeBox {
	width:100%;
	text-align:left;
	margin:0px auto 10vw auto;}*/
.youtube {
	position:relative;
	overflow: hidden;
	margin:5px 0px;}
/*.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}*/

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

.W500m {
	width:100%;
	float:left;
	margin:20px auto 0px auto;
	display:block;}
.W500m_ph {
    text-align: center;
    margin: 2% auto 0 auto;
}
.W500m_ph img {
    width: 95%;
}
.youtube_ph img {
	width:95%;
	margin:0px auto;
	text-align:center;}
.youtube_not_sp {
	display: none;}
.youtube_sp {
	display: block;}

/*-------------------------------------------------
	++ mudaBox
-------------------------------------------------*/
.mudaBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0px;}
.mudaItemBox {
    width: 100%;
    margin-bottom: 8vw;}
.mudaItem {
    display: flex;
    flex-direction: column;
    align-items: center;}
.mudaWaku1 {
    width: 100%;
    border: 2px #00923A solid;
    background-color: #FFF;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;}
.mudaWaku1 p {width: 65%;font-weight: bold;}
.mudaWaku1Img {
    display: flex;
    justify-content: center;
    width: 30%;
    margin-bottom: 0px;}
.mudaWaku1Img img {width: 100%;}
.mudaWaku2 {
    background-color: #FFF;
    border-radius: 15px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px #ffa000 solid;}
.mudaWaku2 h4 {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 2em;
    padding: 0;
    background-color: #ffa000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;}
.mudaWaku2 p {width: 100%;padding-bottom: 2%;}
.mudaWaku2Btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0px;}
.GWBtn,
.M365Btn,
.LWBtn {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 10px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 3.5vw;
    text-align: center;}
.GWBtn {background-color: #ff0000;}
.M365Btn {background-color: #3e87c9;}
.LWBtn {background-color: #07913b;}
.GWBtn a,
.LWBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    background: url(../img/icon_arrowW.svg) no-repeat right 10px center;
    background-size: 4%;}
.GWBtn a:link,.GWBtn a:visited,
.LWBtn a:link,.LWBtn a:visited {text-decoration:none;}
.orangeBox {
    background-color: #ffedc5;
    border-radius: 5px;
    padding: 2%;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
.mudaInner {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}
.mudaInner2 {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.arrow {
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color:  transparent transparent #ffa000 #ffa000;
    transform: rotate(-45deg);
    margin-top: -5px;}
.mgT50 {margin-top: -15px;}

/*-------------------------------------------------
	++ feeTbl
-------------------------------------------------*/
.scroll {
  overflow-x: scroll;
  margin-bottom: 10%;}
.scroll::-webkit-scrollbar {
  height: 5px;}
.scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;}
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;}

.feeTbl table {
	width:100%;
	margin:0px auto;
    border:1px solid #cccccc;}
.feeTbl table tr th {
    width: 30%;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    font-size: 3.5vw;
	padding:10px 5px;
    vertical-align: top;}
.feeTbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: bold;
    padding:10px 5px;
    font-size: 3.5vw;
    text-align: left;
    margin: 0 auto;}
.feeTbl table tr th.bgRed {background-color: #ff0000;}
.feeTbl table tr th.bgOrange {background-color: #ffa000;}
.feeTbl table tr th.bgBlue {background-color: #2196f3;}
.feeTbl table tr th.bgGreen {background-color: #07913b;}

/*-------------------------------------------------
	++ 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;}





