﻿@charset "utf-8";

body {
     font-family: "Montserrat";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
h1, h2, h3 {
    font-size: 60px;
    line-height: 82px;
    color: #595959;
    font-weight: 400;
}
h4{
	font-size:30px;
	line-height:49px;
	color:#595959;
    font-weight: 400;
}
h5{
	font-size:20px;
	line-height:33px;
	color:#595959;
    font-weight: 400;
    margin-bottom: 6px;
}
h6{
	font-size:16px;
	line-height:30px;
	color:#404040;
    font-weight: 400;
    margin-bottom: 6px;
}
i{
	font-style: normal;
}
p{
	font-size:16px;
	line-height: 30px;
	color:#404040;
	margin-bottom: 20px;
}
p strong{
	color:#595959;
}

ol {
    list-style-type: none;
    line-height: 30px;
    margin-bottom: 24px;
    color:#404040;
}
ul{
	list-style-type: none;
	color: #404040;
}
.date{
	font-size:12px;
	line-height: 22px;
	color:#595959;
}
a{
	text-decoration: underline;
	color: #595959;
	font-weight: 500;
}
a.accordion{
	color: #595959;
    font-weight: 400;
}
a:hover{
	text-decoration: underline;
	color:#973136;
}
.sp_only{
	display: none;
}

div#wrapper{
	min-width: 1280px;
	width:100%;
	margin:auto;
	overflow: hidden;
}
div#contwrap {
    width: 960px;
    margin: auto;
    padding-bottom: 24px;
    position: relative;
}
div#cont{
	width:960px;
	margin:auto;
}
div#navi_left{
	font-size:12px;
	line-height: 22px;
	color:#595959;
	position:fixed;
	left:24px;
	bottom:24px;
	z-index: 20;
}
div#navi_right{
	font-size:12px;
	line-height:22px;
	color:#595959;
	position:fixed;
	right:24px;
	bottom:24px;
	text-align: right;
	z-index: 16;
}
div#navi_left li a, div#navi_right li a{
	transition-duration: 0.5s;
	display: block;
}
div#navi_left li a.active, div#navi_right li a.active{
	color:#890412;
	text-decoration: none;
}
/* トップ用全画面 */

.icon_global{
	background:url(../img/icon/global.png) left center no-repeat;
}
.icon_cube{
	background:url(../img/icon/cube.png) left center no-repeat;
}
.icon_graph{
	background:url(../img/icon/graph.png) left center no-repeat;
}
.icon_chair{
	background:url(../img/icon/chair.png) left center no-repeat;
}
.icon_board01{
	background:url(../img/icon/board01.png) left center no-repeat;
}
.icon_board02{
	background:url(../img/icon/board02.png) left center no-repeat;
}

.navi_fullsc{

}
.navi_fullsc section{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	position:fixed;
	z-index: 18;
	display: none;
}
.navi_fullsc section .fullsc_inner {
	display: table;
    width: 100%;
    height: 100%;
}
.navi_fullsc section .fullsc_txt {
    display: table-cell;
    vertical-align: middle;
/*    position: relative;*/
    width: 50%;
}
.navi_fullsc section .textarea {
    position: absolute;
    top: 36%;
    left: 6%;
    width:40%;
}
.navi_fullsc section .textarea h4{
	padding:10px 0 10px 64px;
}
.navi_fullsc section .textarea p{
	padding:10px 0 10px 64px;
}
.navi_fullsc section .textarea-clone {
    position: absolute;
    top: 36%;
    left: 6%;
    display: none;
}
.navi_fullsc section .textarea-clone h4{
	padding:10px 0 10px 64px;
}
.navi_fullsc section .textarea-clone p{
	padding:10px 0 10px 64px;
}

.navi_fullsc figure {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
}

.network_img_large{
	background:url(../img/top/large/top_newwork.jpg) center center no-repeat;
	background-size:cover;
}
.support_img_large{
	background:url(../img/top/large/top_support.jpg) center center no-repeat;
	background-size:cover;
}
.benefits_img_large{
	background:url(../img/top/large/top_benefits.jpg) center center no-repeat;
	background-size:cover;
}
.events_img_large{
	background:url(../img/top/large/top_events.jpg) center center no-repeat;
	background-size:cover;
}
.certificates_img_large{
	background:url(../img/top/large/top_certificates.jpg) center center no-repeat;
	background-size:cover;
}
.register_img_large{
	background:url(../img/top/large/top_register.jpg) center center no-repeat;
	background-size:cover;
}







/* スマホ用メニュー */

#navi_sp{
	display: none;
	position:fixed;
	width: 100%;
	top:0;
	left:0;
/*	overflow: hidden;*/
	z-index: 100;
	background:#ffffff;
}
#navi_sp_top{
	width:100%;
	height:96px;
	overflow: hidden;
}
.navi_toplogo_sp{
	width:96px;
	height:96px;
	padding:12px;
	float: left;
}
.navi_toplogo_sp img{
	width:100%;
	height:auto;
}
.navi_sp_btn {
    width: 96px;
    height: 96px;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
}
#navi_sp_menu {
    width: 100%;
    background: #ffffff;
    display: none;
/*    position: fixed;
    top: 0;*/
    height: 100%;
}
#navi_sp_menu strong {
    font-size: 40px;
    padding: 26px 5% 0px;
    display: block;
    color: #595959;
}
#navi_sp_menu section {
    width: 100%;
    height: 100%;
    padding: 16px 4% 24px;
    background: #ffffff;
}
#navi_sp_menu section ul{
	padding:24px 0;
}
#navi_sp_menu section ul:first-child{
	padding-top: 0;
	border-bottom:1px solid #333333;
}
#navi_sp_menu section ul li a {
    font-size: 24px;
    line-height: 56px;
    text-decoration: none;
}
#navi_sp_menu section.social_sp {
    padding: 0 0 20vh 0;
}
#navi_sp_menu section.social_sp a {
    display: inline-block;
    margin-right: 24px;
    height: 48px;
}
#navi_sp_menu section.social_sp a img{
	height:48px;
	width:auto;
}

/* スマホ 横画面用 */

@media screen and (orientation: landscape) {
	#navi_sp_top {
    	width: 100%;
    	height: 64px;
    	overflow: hidden;
	}
	.navi_toplogo_sp {
    	width: 64px;
    	height: 64px;
    	padding: 12px;
    	float: left;
	}
	.navi_sp_btn {
    	width: 64px;
    	height: 64px;
    	float: right;
    	position: fixed;
    	top: 0;
    	right: 0;
    	z-index: 200;
	}
	#navi_sp_top .navi_sp_btn img{
    	width: 64px;
    	height: 64px;
	}
}

/* スマホ版 */

@media screen and (max-width: 640px) {

/*	html {
    	 font-size: 16px;
	}*/
	html{font-size: 62.5%;}
	body{
		-webkit-text-size-adjust: 100%;
		font-size: 1.4rem;
	}
	h1, h2, h3 {
    	font-size: 48px;
    	line-height: 72px;
	}
	h5, h6 {
		font-size: 1.4em;
	    font-size: 3.5vw;
		line-height: 1.7;
	}
	p{
		font-size: 1.4em;
	    font-size: 3.5vw;
		line-height: 1.7;
	}
	.pc_only{
		display: none;
	}
	div#wrapper {
    	min-width: 100%;
	}
	div#contwrap {
    	width: 100%;
    	margin: auto;
	}
	div#navi_left, div#navi_right{
		display: none;
	}
	#navi_sp{
		display: block;
	}
	div#cont {
    	width: 100%;
    	margin: auto;
	}
	p {
    	color: #404040;
    	margin-bottom: 20px;
	}
	.date {
    	font-size: 14px;
    	line-height: 28px;
    	padding-top: 8px;
	}

}