@charset "UTF-8";
/* CSS Document */	
/*toppage*/
.box{
	position: relative;
	width: 100%;
	padding: 51% 0 0 0;
	margin: 0 0 4% 0;
	background: #9A9A9A;
	color: #fff;
	overflow: hidden;
	}
	
.box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.box>div{
	box-sizing: border-box;
	padding: 2%;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 23px;
	letter-spacing: 0.05em;
	}	

#bt01:before{
	background: url(images/bg_sp_01.jpg) center top no-repeat;
	background-size: 100% auto;
	}
	
#bt02:before{
	background: url(images/bg_sp_02.jpg) center top no-repeat;
	background-size: 100% auto;
	}
	
#bt03:before{
	background:url(images/bg_sp_03.jpg) center top no-repeat;
	background-size: 100% auto;
		}
		

.box p{
	width: 100%;
	text-align: center;
	}

.size20,.size33{
	display: block;
	text-align: center;
	font-size: 12px;
	}	
	
[id^="bt"]:before{
		content:'';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: 0.4s ease-in;	
		transition: 0.4s ease-in;
		}
		
		
.box:hover[id^="bt"]:before{
	-webkit-transform:scale(1.1,1.1); 
	transform:scale(1.1,1.1); 		
	}
		



/*下層ページ*/
.contentInner p{
	line-height: 1.8em;
	}

#top{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	-js-display: flex;
 	-webkit-flex-direction: column; /* Safari */
  	flex-direction:         column;
	text-align: center;
	}
	

#top h2{
	text-align: center;
	margin: 0 0 8% 0;
	padding: 0;
	-webkit-box-ordinal-group:1;
    -moz-box-ordinal-group:1;
    -webkit-flex-order:1;
    -moz-flex-order:1;
    -webkit-order:1;
    -moz-order:1;
    order:1;
	}

.size60{
	-webkit-box-ordinal-group:2;
    -moz-box-ordinal-group:2;
    -webkit-flex-order:2;
    -moz-flex-order:2;
    -webkit-order:2;
    -moz-order:2;
    order:2;
	margin: 6% 0;
	color: #004ea2;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.7);
	}
	
.size25{
	-webkit-box-ordinal-group:3;
    -moz-box-ordinal-group:3;
    -webkit-flex-order:3;
    -moz-flex-order:3;
    -webkit-order:3;
    -moz-order:3;
    order:3;
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center;
	color: #004ea2;
	background: rgba(255,255,255,1);
	}	
	

#top h2 span{
	margin: 0 auto;
	height: 40px;
	text-align: center;
	padding: 7px 0;
	background:  #004ea2;
	color: #fff;
	font-size: 16px;
	}
		

.paper{
	padding: 5% 0;
	margin: 10% 0 0 0;
	background: #fff;
	}
	
.top .size25{
	width: 90%;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center;
	color: #004ea2;
	background: rgba(255,255,255,1);
	}
	
#lead{
	padding: 0 0 4% 0;
	font-size: 16px;
	}
	
/*--------------
profile
--------------*/		
#prof_row2 >div,#prof_row3 >div{
	position: relative;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	-js-display: flex;
	-webkit-align-items: center; /* Safari */
  	align-items:  center;
	padding: 2%;
	color: #fff;	
	}
	
#prof_row2 .profile-blue,#prof_row3 .profile-blue{
	border:2px solid #004ea2;
	}
	
#prof_row2 .profile-green,#prof_row3 .profile-green{
	border:2px solid #43b149;
	}
	
#prof_row3 .profile-orange{
	border:2px solid #d2801e;
	}	
	
#prof_row2 .pos,#prof_row3 .pos{
	position: absolute;
	top: 0;
	left: 0;
	padding: 1% 2%;
	}
	
.profile-blue .pos{
	background: #004ea2;
	}
	
.profile-green .pos{
	background: #43b149;
	}
	
.profile-orange .pos{
	background: #d2801e;
	}
		
#prof_row2 >div img,#prof_row3 >div img{
	width: 40%;
	}
	
#prof_row2 .name,#prof_row3 .name{
	margin:0 0 0 4%;
	}
	
#prof_row2 .profile-blue .name,#prof_row3 .profile-blue .name{
	color: #004ea2;
	}
	
#prof_row2 .profile-green .name,#prof_row3 .profile-green .name{
	color: #43b149;
	}
	
#prof_row3 .profile-orange .name{
	color: #d2801e;
	}
	

p.size36{
	margin: 0 0 2% 0;
	font-size: 22px;
	font-weight: bold;
	}
	
.bt{
	width: 60%;
	padding:2% 0;
	color: #fff;
	cursor: pointer;
	text-align: center;
	}
	
.profile-green .bt{
	background: #43b149;
	}
	
.profile-blue .bt{
	background: #004ea2;
	}
	
.profile-orange .bt{
	background: #d2801e;
	}
	
/*--------------
article
--------------*/	
	
article h3{
	padding: 3% 0;
	margin: 15% 0 5% 0;
	text-align: center;
	color: #004ea2;
	font-weight: bold;
	border-top: 2px solid #004ea2;
	border-bottom: 2px solid #004ea2;
	}
	
article h3 span{
	display: block;
	text-align: center;
	margin: 2% 0;
	font-weight: bold;
	font-size: 18px;
	}
	
article h3 img{
	display: block;
	margin: 3% auto;
	width: 20%;
	}
	
article div{
	margin: 0 0 5% 0;
	}

article>img{
	margin: 0 0 5% 0;
	}

p.name_blue,p.name_green,p.name_orange{
	margin: 1%;
	}

p.name_blue span{
	padding: 2% 3%;
	background: #004ea2;
	color: #fff;
	}
	
p.name_green span{
	padding: 2% 3%;
	background:#43b149;
	color: #fff;
	}
	
p.name_orange span{
	padding: 2% 3%;
	background:#d2801e;
	color: #fff;
	}
	
/*--------------
footNav
--------------*/	
	
#footNav{
	padding: 5% 0;
	margin: 15% 0 0 0;
	}
	
#footNav>p {
	margin: 3% 0;
	text-align: center;
	color: #004ea2;
	font-size: 16px;
	font-weight: bold;
	}
	
#footNav li{
	position: relative;
	margin:0 0 5% 0;
	}
	
#footNav li img{
	border-top-left-radius: 32px;
	}
	
#footNav li p{
	color: #fff;
	padding: 4% 0;
	text-align: center;
	}
	
#footNav li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

#footNav li span{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}	
	
#footNav li p.green{
	background:#43b149;
	}
	
#footNav li p.lightblue{
	background:#009fa3;
	}

/*--------------
modal
--------------*/
.modal{
	display:none; 
	width: 100%;
	}
	
.modalbg{
	position: fixed;	
	top: 0;
	left:0;
	z-index:999;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.9);
	}
	
.modalBody{
	position: fixed;
	z-index:1000;
	width: 80%;
	height: 80%;
	overflow: scroll;
	left:0;
	right: 0;
	top:10%;
	margin: 0 auto;
	background: #fff;
	line-height: 1.8em;
	}
	
.modalBody.profile-blue{
	border: 1px solid #004ea2;
	}	
	
.modalBody.profile-green{
	border: 1px solid #43b149;
	}
	
.modalBody.profile-orange{
	border: 1px solid #d2801e;
	}
	
.modalBody .pos{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #fff;
	padding: 1% 2%;
	font-size: 16px;
	}
	
.modalBody .name{
	padding: 3% 0;
	}
	
.modalBody.profile-blue .name{
	background: #004ea2;
	}

.modalBody.profile-green .name{
	background: #43b149;
	}
	
.modalBody.profile-orange .name{
	background: #d2801e;
	}

.modalBody .name p{
	text-align: center;
	color: #fff;
	}
	
.modalBody .name p:nth-child(2){
	font-size: 18px;
	font-weight: bold;
	}
	
.text{
	padding: 5%;
	}
	
.text h3{
	font-weight:bold;
	}
	
.profile-blue .text h3{
	color: #004ea2;
	}
	
.profile-green .text h3{
	color: #43b149;
	}
	
.profile-orange .text h3{
	color: #d2801e;
	}
	
.text p{
	margin: 0 0 5% 0;
	}
	
.profileContent{
	overflow: visible;
	}	
	
p.mclose{
	position: fixed;
	top: 10%;
	right: 10%;
	padding: 1% 2%;
	background: #fff;
	cursor: pointer;
	z-index: 9999;
	}
	
.profile-blue .mclose{
	color: #004ea2;
	border: 1px solid #004ea2;
	}
	
.profile-green .mclose{
	color: #43b149;
	border: 1px solid #43b149;
	}
	

.profile-orange .mclose{
	color: #d2801e;
	border: 1px solid #d2801e;
	}
	
