@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.8vw;}
.txtL {font-size: 4vw;}

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

.bgBlue {background-color: #ecf6ff;}

.cInner {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 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: #0085ff;
    border-bottom-color: #84c4ff;
    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: #0085ff;
	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;
/*    height: 75vh;*/
    background-image: url(../img/sp_main.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-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    width: 100%;
    height: 100%;
    padding:8vw 2vw;
    margin: 0 auto;
    position: relative;}
.mainImg {
    order: 2;
    width: 90%;
    margin: 4vw 0;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: center;}
h1 {
    color: #0085ff;
    margin: 0;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;}
.mainsubTxt {
    order: 3;
    width: 100%;
    color: #000;
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center; 
    margin-top: 0px;
    padding: 0px;
    line-height: 1.2em;}
.mainBtn {
    order: 3;
    width: 100%;
    margin: 2vw 0 0 0;
    display: flex;}
.mainBtn a {
    display: block;
    width: 90%;
    color: #FFF;
    padding: 3vw 0;
    border-radius: 30px;
    font-size: 5vw;
    font-weight: bold;
    margin: 0 auto;
    background-color: #ff8332;}
.mainBtn a:hover {
    text-decoration: none;}
.mainBtn a:link,.btnYellow a:visited {color:#FFF;text-decoration:none;}
.mainBtn a:hover,.mainBtn a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;}
.btnInquiry,
.btnSeminar {
    width: 80%;}
.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;
    margin-bottom: 2vw;}
.btnSeminar,
.btnSeminar a {
    display: block;
    background-color: #0085ff;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    line-height: 2.8em;}
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active,
.btnSeminar a:link,.btnSeminar a:visited,.btnSeminar a:hover,.btnSeminar a:active {text-decoration:none;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h2 {
    color: #0085ff;
    text-align: center;
    margin: 0 auto;
    font-size: 5.5vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
h2.pdf {
    color: #0085ff;
    text-align: left;
    margin: 0 auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0.3em;}
h3 {
    color: #000000;
    text-align: center;
    margin: 5vw auto 5vw auto;
    padding: 2vw 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3em;
    border-top: 2px solid #0085ff;
    border-bottom: 2px solid #0085ff;}
.subTxt {text-align: left;}

.LWBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.LWImg {width: 70%; margin-bottom: 3vw;}
.LWImg img {width: 100%;}
.LWTxt {width: 100%;}

.pointBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.pointItem {
    width: 100%;
    margin: 0 0 3vw 0;}

.pointorderBox {display: flex;flex-wrap: wrap;margin: 3vw 0 4vw 0;}
.order1 {order: 1;}
.order2 {order: 2;}

.pointItem h2 {
    display: inline-block;
    background-color: #0085ff;
    color: #fff;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
    border-radius: 30px;
    line-height: 2em;
    padding: 0 30px;
    margin: 0;}
.pointItem h3 {
    color: #000;
    font-weight: bold;
    font-size: 5vw;
    border: none;
    text-align: left;
    margin: 0;}
.pointItemBox {
    border: 1px #0085ff solid;
    padding: 2vw;
    margin-top: 20px;}
.pointItemBox h4 {
    color: #0085ff;
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 1.2em;
    padding-bottom: 0.5em;}
.pointItemBox h5 {
    color: #000;
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.4em;
    padding-bottom: 0.2em;}
.pointItemBox .txtS {font-size: 3vw;}

.meritBox {
    display: flex;
    flex-direction: column;}
.meritItem {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 3vw 5vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 4vw;}
.meritTtl {
    display: flex;
    align-items: center;}
.meritTtl h3 {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 2vw 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4em;
    border: none;}
.meritTtl h3 span {color: #ff8332;display: inline-block;}

.functionBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;}
.functionItem {
    width: 100%;
    background-color: #fff;
    border: 1px #0085ff solid;
    border-radius: 10px;
    padding: 3vw 5vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 4vw;}
.functionTtl {
    display: flex;
    align-items: center;}
.functionTtl h3 {
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 2vw 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.4em;
    border: none;}
.meritImg,.functionImg {width: 50%; margin: 0 auto;}
.meritImg img,.functionImg img {width: 100%;}

.pdfBtnBox {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;}
.pdfBtnBox a {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px 0;}

/* youtube */
.youtubeBox {
	width:100%;
	text-align:left;
	margin:0px auto 10vw auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	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-size: 3.6vw;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0.2em 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;}

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



