@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 0 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;
    padding: 10vw 0 15vw 0;
    width: 100%;
    background-color: #00923a;}
#menu nav li,
#menu nav li.entry {
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 1;
    padding: 8px 0px;
	text-align: center;
    width: 70%;}

#menu nav li.Board {
    background-color: #ffa300;
    line-height: 1.8em;
    border-radius: 30px;
    margin-bottom: 5vw;
    color: #FFFFFF;}
#menu nav li.Sandbox {
    background-color: #a88fff;
    line-height: 1.8em;
    border-radius: 30px;
    margin-bottom: 5vw;
    color: #FFFFFF;}
#menu nav li.Inquiry {
    background-color: #ff008b;
    line-height: 1.8em;
    border-radius: 30px;
    margin-bottom: 5vw;
    color: #FFFFFF;}
#menu nav li.Padlet {
    border: 1px #b7b7b7 solid;
    background-color: #fff;
    line-height: 1.8em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.Padlet img { width: 50%;vertical-align: middle;}
#menu nav li.Board a,
#menu nav li.Sandbox a,
#menu nav li.Inquiry a {
    display: block;
    color: #FFFFFF;
    padding: 0px;
    font-weight: bold;}

#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 {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 2vw 5vw 2vw;}
.titleInner p {
    text-align: center;
    margin: 0 auto;
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.3em;
    padding:0 0 20px 0;}
.mainBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;}
.mainImgL {width: 48%; order: 2;}
.mainImgR {width: 48%; order: 3;}
.mainTtl {width: 100%; order: 1;}
h1 {
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 2.2em;
    margin: 0px;
    padding: 0;}
h1 img {width: 80%;}
h1 span {
    display: block;
    font-size: 7vw;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 100%;
    margin: 30px auto 5px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.btnTtrial,
.btnInquiry {
    width: 49.5%;}
.btnTtrial a {
    display: block;
    background-color: #ff0000;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2.8em;}
.btnInquiry a {
    display: block;
    background-color: #ff9601;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2.8em;}
.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;}

.btnBox {
    width: 100%;;
    margin: 10px auto 5px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.btnBoard,.btnSandbox {width: 95%; margin-bottom: 3vw;}
.btnBoard a {
    display: block;
    background-color: #ffa300;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2em;
    padding: 20px 0 15px 0;}
.btnBoard span {
    font-size: 8vw;
    display: block;}
.btnSandbox a {
    display: block;
    background-color: #a88fff;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2em;
    padding: 20px 0 15px 0;}
.btnSandbox span {
    font-size: 8vw;
    display: block;}

.btnInquiry01,.btnInquiry02 {width: 80%; margin: 0 auto;}
.btnInquiry01 a,
.btnInquiry02 a {
    display: block;
    background-color: #ff008b;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 5vw;
    line-height: 2.5em;}
.btnBoard a:link,.btnBoard a:visited,.btnBoard a:hover,.btnBoard a:active,
.btnSandbox a:link,.btnSandbox a:visited,.btnSandbox a:hover,.btnSandbox a:active,
.btnInquiry01 a:link,.btnInquiry01 a:visited,.btnInquiry01 a:hover,.btnInquiry01 a:active,
.btnInquiry02 a:link,.btnInquiry02 a:visited,.btnInquiry02 a:hover,.btnInquiry02 a:active {text-decoration:none;}

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

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgOrange {
    border-image: linear-gradient(#fff4db,#fff4db) fill 0//0 100vw 0 100vw;
    margin: 0;
    padding: 6vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    line-height: 2.5em;
    margin: 0 auto 0.8em auto;}
h3 {
    text-align: left;
    font-size: 6.7vw;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 auto 0.5em auto;
    display: flex;
    justify-content: center;
    align-items: center;}
.mark::before{
    content: "";
    display: inline-block;  
    background-image: url('../img/mark.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 2em;
    height: 1.63em;
    margin-right: 2vw;}
h4 {
    color: #000;
    text-align: center;
    font-size: 4.7vw;
    font-weight: bold;
    line-height: 1em;
    margin: 0 auto 0.5em auto;}
h5 {
    color: #000;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 2em;
    margin: 1em auto;}
.txtC {text-align: center;font-weight: bold;padding-bottom: 1.5em;}


.BoardStructureBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.BoardStructureItem {
    width: 49%;
    background-color: #fff8dd;
    border-radius: 15px;
    padding: 4vw 2vw 3.5vw 2vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;}
.BoardStructureItem .number {width: 10%;}
.circle_number {
    width: 25px;
    height: 25px;
    padding-top: 2px;
    background-color: #ffa300;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;}
.BoardStructureItem .text {
    width: 88%;
    text-align: center;
    font-weight: bold;
    font-size: 3.7vw;}

.wrap-video{
    width: 100%;
    margin: 20px auto;}
.wrap-video video{
    width: 100%;
    height:100%}

.BoardMeritBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 30px 0;}
.BoardMeritItem {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;}
.BoardMeritItem .Img {margin-top: auto;}

.SandboxStructureBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px 0;}
.SandboxStructureItem {
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px #a88fff solid;}
.SandboxStructureItem h4 {
    background-color: #a88fff;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
    margin: 0;
    padding: 10px 0;}
.SandboxStructureItem img {width: 100%;}
.SandboxStructureItem p {padding: 10px;font-size: 3.8vw;}

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

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

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
	line-height: 1.4em;
    font-size: 3.8vw;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li span {color: #005bff;}
.listDisc li img {width: 25px;margin-right: 5px;}

/*-------------------------------------------------
	++ SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 auto 10vw auto;}
.slider img {
	width:100%;
    margin-bottom: 5px;}
.slider li {
	position:relative;
    line-height: 1em;}

.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: 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: #808080;
    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: #cdcdcd;
    border-radius: 10px;}
.slick-dots li.slick-active {
	background-color:#808080;}
.slick-dots li.slick-active button {
	background-color:#808080;}

.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;}
#list:checked ~ #list_content,
#slide:checked ~ #slide_content {
    display: block;}
.tabs input:checked + .tab_item {
    color: #fff;}

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

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




