@charset "utf-8";

/*==============================================

	Modify Base
	LastUpdate 2017/05/07

==============================================*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:top;}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body {
	min-width: 1000px;
	line-height: 1.85;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, YuGothic, 'Yu Gothic', 游ゴシック体, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	color: #666;
	word-break: break-all;
}

a {
	text-decoration: none;
	color: #999;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a[href]:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.area {
	display: block;
}

.krnL {
	margin-left: -0.5em;
}

.krnR {
	margin-right: -0.5em;
}

.krnC {
	margin-left: -0.2em;
	margin-right: -0.2em;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.inner {
	position: relative;
	width: 940px;
	padding: 55px 0;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.titleS {
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333;
}

.titleL {
	font-size: 36px;
	line-height: 42px;
	color: #510c32;
	font-family:"Times New Roman", serif;
	font-weight: bold;
}

.cols {
	overflow: hidden;
}

.cols>* {
	float: left;
}

.cols.cols3>* {
	width: 300px;
}

.cols.cols3>*+* {
	margin-left: 20px;
}

.cols.cols3 .title {
	display: table;
	width: 100%;
}

.cols.cols3 .col>*+*,
.cols.cols3 .txt>*+* {
	margin-top: 15px;
}

.cols.cols3 strong {
	font-size: 18px;
	font-weight: bold;
}

.cols.cols3 .title>span {
	display: table-cell;
	vertical-align: middle;
}

#wrapper>header {
	background: url(../images/header_bg.png) no-repeat center bottom;
	background-size: cover;
}

#wrapper>header>.inner {
	height: 600px;
	padding: 75px 0;
	box-sizing: border-box;
}

#wrapper>header .txt {
	position: absolute;
	bottom: 75px;
	right: 0;
}

.content>.inner>*+* {
	margin-top: 35px;
}

#feature,
#support {
	background: #e6e6e6;
}

#feature .cols.cols3 .title {
	min-height: 132px;
}

#feature .cols.cols3 .title+* {
	margin-top: 15px;
}

#message {
	font-weight: bold;
}

#message strong {
	font-size: 24px;
	line-height: 42px;
}

#message *+* {
	margin-top: 30px;
}

#message .txt {
	line-height: 2;
}

#message .box_continue {
	display: none;
}

#member {
	background: #a88598;
	color: #fff;
}

#member>.inner {
	padding: 100px 0;
}

#member .title {
	color: #fff!important;
}

#member .txt {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px!important;
}

#gs {
	background: url(../images/gs_bg.png) #dcced6 no-repeat center center;
	background-size: 1200px;
}

#gs>.inner {
	text-align: left;
	height: 360px;
}

#gs .title>img {
	margin-right: 13px;
}

#gs .txt {
	width: 320px;
	color: #000;
	font-weight: bold;
}

#information {
	background: #333333;
}

#information>.inner {
	padding-bottom: 80px;
	color: #fff;
}

#information .title,
#information .titleS {
	color: #fff!important;
}

#information a {
	color: #fff;
	text-decoration: none;
}

#information .col.map {
	float: right;
}

#information dl {
	font-size: 12px;
	line-height: 20px;
}

#information dt {
	margin-top: 15px;
	font-weight: bold;
}

#information dt.titleS+*,
#information .id {
	margin-top: 15px;
}


/*------------------------------------------------
	social
------------------------------------------------*/

#social {
	display: none;
	position: fixed;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	letter-spacing: -0.4em;
	z-index: 10;
}

#social>* {
	display: inline-block;
}

#social>.sp {
	display: none;
}

#social>*+* {
	margin-left: 20px;
}



/*------------------------------------------------
	2017.05.07
------------------------------------------------*/

.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 250ms;
}

a,
a:hover {
    transition: opacity 250ms;
}

.selif {
	font-family: "Times New Roman", serif;
}

.btn {
	text-align: center;
}

.btn>a {
	display: inline-block;
	max-width: 300px;
	width: 100%;
	color: #fff;
	line-height: 50px;
	background: #a88598;
}

.btn>a.disable {
	background: #f0f0f0;
}

.vol {
	font-size: 17px;
	font-weight: bold;
	color: #510c32;
}

.vol>strong {
	font-size: 31px;
	vertical-align: baseline!important;
}

.inner.extend {
	width: 960px;
}

.item_inner {
	display: block;
}

.content_title {
	font-size: 13px;
	letter-spacing: 0.2em;
}

.txt_title,
.item_title,
.content_title {
	font-weight: bold;
}

.txt_s {
	font-size: 13px;
	line-height: 2;
}

.list {
	margin-bottom: -20px;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
	letter-spacing: -.4em;
	overflow: hidden;
}

.list>.item {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px;
	letter-spacing: normal;
	box-sizing: border-box;
}

.list.list_img .img {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;	
}

#news .item {
	max-width: 620px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	box-sizing: border-box;
	text-align: left;
}

#news .item .date {
	float: left;
	margin-left: -100px;
}

#news .item_title {
	font-weight: normal;
}

#member .list {
	text-align: left;
}

#member .list>.item {
	width: 25%;
}

#message .txt_title {
	padding: .6em 0;
	font-size: 24px;
	line-height: 1.75;
}

#support .list {
	display: inline-block;
	max-width: 640px;
	margin-bottom: -30px;
}

#support .list>.item {
	width: 320px;
	margin-bottom: 30px;
}

#support .item>*+* {
	margin-top: 10px;
}

#support .item_title {
	font-size: 18px;
	line-height: 1.55;
}

#support .item_title>* {
	display: block;
}

#support .item_title>*+* {
	margin-top: 15px;
}

#support .item_title>strong {
	font-size: 36px;
	line-height: 42px;
	color: #510c32;
}

#support .txt {
	line-height: 2;
}

#founder_school .txt_title {
	font-size: 23px;
	line-height: 1.4;
}

#founder_school .txt_title+* {
	margin-top: 35px;
}

#founder_school .box_show {
	margin-top: 55px;
	overflow: hidden;
}

#founder_school .list {
	margin-top: 0;
	margin-bottom: 0;
}

#founder_school .item {
	display: none;
	width: 33.3%;
	margin-bottom: 50px;
}

#founder_school .item_inner {
	padding: 25px;
	background: #e6e6e6;
}

#founder_school .item .date {
	letter-spacing: .2em;
	font-weight: bold;
}

#founder_school .item .lecturer {
	margin-top: 20px;
}

#founder_school .item .lecturer>*+* {
	margin-top: 10px;
}

#founder_school .item .img {
	height: 100px;
}

#founder_school .item .name>* {
	display: block;
}

#founder_school .item .name>*+* {
	margin-top: 5px;
}

#founder_school .item .name>strong {
	font-size: 18px;
	font-weight: bold;
}

#founder_school .item_title {
	font-size: 18px;
	line-height: 1.7;
}

#founder_school .item .txt {
	font-weight: bold;
}

#founder_school .item .btn {
	margin: 15px -25px -25px;
}

#founder_school .item .btn>a {
	font-size: 13px;
	background: #510c32;
}

#founder_school .btn_show {
	margin-top: 0;
}

#partner {
	background: #a88598;
}

#partner .list {
	margin-bottom: -30px;
	margin-right: -15px;
	margin-left: -15px;
}

#partner .content_title {
	color: #fff;
}

#partner .item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

#open_innovation .list {
	margin: 55px 0 0;
}

#open_innovation .item {
	width: 100%;
	margin: 0;
	padding: 35px 30px 0 20px;
	border-top: 2px solid #a88598;
	text-align: left;
}

#open_innovation .item+.item {
	margin-top: 40px;
}

#open_innovation .item_inner {

	overflow: hidden;
}

#open_innovation .sub {
	width: 120px;
	float: left;
}

#open_innovation .sub .vol {
	margin-top: -0.6em;
}

#open_innovation .open .sub:after,
#open_innovation .close .sub:after {
	display: inline-block;
	width: 82px;
	margin-top: 10px;
	border: 2px solid #a88598;
	color: #510c32;
	box-sizing: border-box;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
}

#open_innovation .open .sub:after {
	content: '実施中';
}

#open_innovation .close .sub:after {
	content: '終了';
}

#open_innovation .body {
	position: relative;
	padding-right: 155px;
	overflow: hidden;
}

#open_innovation .item_title {
	font-size: 24px;
	line-height: 1.4;
}

#open_innovation .item .partner {
	font-weight: bold;
}

#open_innovation .item .date {
	margin-top: 0.5em;
	font-size: 18px;
	font-weight: bold;
}

#open_innovation .item .img {
	position: absolute;
	top: 0;
	right: 0;
}

#open_innovation .item .txt {
	margin-top: .5em;
}

#open_innovation *+.btn {
	margin-top: 15px;
}





