@charset "utf-8";

span{
   display: inline-block;
}



.sec_menu-area{
	width: 100%;
	height: 1.5vh;
	display: table; 
	list-style: none;
	background: rgba(51,92,183,1.00);
}

.sec_menu_box{
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;	
}

ul#nav3 {
	width: 90%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
	margin: 0 auto;
}

ul#nav3 li {
	width: calc(100%/7);
	color:#FFFFFF;
	font-weight: lighter;
	font-size: 1.2vw;
    position: relative;
	text-align: center;
	margin: 0.8% 0 1.2% 0;
	white-space: nowrap;
	letter-spacing: 0.3vw
	

}

ul#nav3 li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;

}

ul#nav3 li a:after{
	position: absolute;
	width:5em;
	height:10em;
	top: 1.7em;
	left: 2.6em;
	content: "";
	background:url("../images/sec_menu_arrow.png")no-repeat;
	background-size: contain; 
	background-position: center　bottom;
	pointer-events: none;	
	visibility: hidden;
	opacity: 0;
	
}

ul#nav3 li a:hover:after {
opacity: 1;
  visibility: visible;
}

ul#nav3 li#current::after {
	position: absolute;
	width:5em;
	height:10em;
	top: 1.7em;
	left: 2.6em;
	content: "";
	background:url("../images/sec_menu_arrow.png")no-repeat;
	background-size: contain; 
	background-position: center　bottom;
	pointer-events: none;	
}


		


.sec_title_box{
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
	margin-bottom: 2em;
}


.sec_title01{
	border-bottom: solid 0.15vw #335CB7;
	width: 90%;
	font-size:2.5vw;	
	margin-left: 10.2%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #335CB7;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.sec_title01 img {
	position: absolute;
	width: 1.6em;
	top: 0em;
	left: 2.0em;
}

.sec_title02{
	border-bottom: solid 0.15vw #335CB7;
	width: 91.1%;
	font-size:2.5vw;	
	margin-left: 8.9%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #335CB7;
	font-weight: bold;
}

.sec_title02 img {
	position: absolute;
	width: 1em;
	top:-0.39em;
	left: 1.5em;
}

.sec_title03{
	border-bottom: solid 0.15vw #335CB7;
	width: 92.7%;
	font-size:2.5vw;	
	margin-left: 7.3%;
	margin-top: 1em;
	padding: 0;
	text-align: center;
	color: #335CB7;
	font-weight: bold;
}

.sec_title03 img {
	position: absolute;
	width: 1.6em;
	top:0em;
	left: 2.0em;
}

.ach_textm{
	font-size: 1.2vw;
	text-align: center;
		margin: auto 0;
	margin-bottom: 5%;
	margin-top: 2%;	
	width: 92%;
	margin-left: 7.3%;	
}


.ach_textm02{
	font-size: 1.2vw;
	text-align: left;
	margin: auto 0;
	margin-bottom: 5%;
	margin-top: 2%;	
	width: 97%;
	margin-left: 3%;	
}




.sec_title05{
	position: relative;
	border-radius: 30px;
	border: solid 0.15vw #335CB7;
	width: 97%;
	margin-left: 3%;	
	font-size:2vw;	
	margin-top: 0.5em;
	padding: 0.1rem;
	text-align: center;
	color: #335CB7;
	letter-spacing: 0.2vw;
}

.sec_title05 img {
	position: absolute;
	width: 2.5em;
	top:-0.4em;
	left: 0em;
}

.sec_title05::before{
	position: absolute;	
	width: 100%;
	height: 100%;
	content: "";
	background: url("../images/icon_img_01.png")bottom;	
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 4vw;
	left: 1vw;
	bottom:0;
	z-index: 1;
}

.sec_title06{
	position: relative;
	border-radius: 30px;
	border: solid 0.1vw #4B92FF;
	width: 97%;
	margin-left: 3%;	
	font-size:2vw;	
	background: #4B92FF;
	margin-top: 0.5em;
	padding: 0.1rem;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 0.2vw;
}



.title05_list{
	list-style-type:square;
	font-size:1em;
	line-height: 1.5;
 	 padding: 0.5em 0;
	margin-left: 2vw;

	
	
}

.title05_list_color{
	color: #F87300;
	
	
}


.arrow_img{
	width: 10%;
	margin: 0 auto;
	text-align: center;


}

/*プロジェクトの成果*/

#achtop_listbox {
	margin-top: 3%;
	display: inline-block;
	width: 30%;
	border: solid 0.1vw #CCCCCC;
	border-radius: 1vw;
	padding: 1.5%;
	text-align: left;
	margin: auto 0;
	margin-right: 1%;
		margin-left: 1%;
	margin-bottom: 2.8%;
	vertical-align: top;
}

#achtop_listbox a{
	text-decoration: none;
	color: #FFFFFF;
}

#achtop_listbox:hover{
	text-decoration: none;
	background:#D4EDFF;
		color: #FFFFFF;
}

#achtop_listbox img {
	border-radius: 1vw;
}

table#achtop_nobox {
	border-collapse: collapse ;
	margin-top: 3%;
	margin-bottom: 5%;	
	font-size: 1.2vw;
}

table#achtop_nobox th {
	border: solid 0.1vw #335CB7;
	background: #335CB7;
	color: #FFFEFD;
	padding: 0.3vh 0.2vw;
	font-size: 0.8vw;
	font-weight: lighter;
	text-align: left;
}

table#achtop_nobox td {
	border: solid 0.1vw #335CB7;
	padding: 0.3vh 0.5vw;
	font-size: 0.8vw;
	color: #335CB7;
	background: #FFFFFF;
}

.achtop_textl{
	display: block;
    text-align: left;    
	font-size: 1.5vw;
	margin-bottom: 2%;
	color: #335CB7;	
    font-weight: bold;
}

.achtop_textl_01{
    transform: scale(0.85, 1);
    transform-origin: top left;
    width: 120%;
}

.achtop_textm{
	font-size: 1vw;
	color: #335CB7;	
}

.achtop_text{
	font-size: 1.2vw;
}

.achtop_textm_02{
	font-size: 1.2vw;
	color: #335CB7;	    
}


.ach_wrapper{
	display: block;
	width: 93%;
	margin-bottom: 2vh;
	margin-left: 7.3%;	
}

.ach_head_00{
	width:100%;
	height: auto;
    display: flex;
    flex-wrap: wrap;
	z-index: 1;
	border-radius: 0 1.5em 0 0;
}

.ach_head_01{
	width:60%;
	height: 100%;
	display: block;
	float:left;
	background-color: #335CB7;
	border-left: solid 1px #335CB7;
	border-right:solid 1px #335CB7;
    z-index: 0;
}

.ach_head_02{
	position: relative;
	width: 100%;
	height: 60%;
	color:#FFFEFD;
	background: url("../images/foot_logo.png")no-repeat;
	display: block;
	background-position: bottom 2vh right 0.8vw;
	background-size: 7vw;
}

.ach_head_02_textbox{
	position: relative;
	margin-left: 5%;
    margin-top: 2%;
	vertical-align:baseline;
	bottom: 0;
	text-align: left;
}

.ach_head_02_textl{
	display: block;
	font-size: 2.4vw;
	margin-bottom: 2%;
	font-weight: bold;    
}

.ach_head_02_textm{
	font-size: 1.5vw;
}
.ach_head_02_textm span{
   display: inline-block;
}
.ach_head_02_textm br {

}
table#ach_head_02_nobox {
	border-collapse: collapse ;
	margin-left: 5%;
	margin-top: 3%;
	margin-bottom: 1%;	
	font-size: 1.2vw;
}

table#ach_head_02_nobox td {
	border: solid 1px #FFFFFF;
	padding: 0.5vh 1vw;
	font-size: 1vw;
}

.ach_head_03{
	word-wrap: break-word;
	display: block;
	height: 33.5%;
	width: 100%;	
	color:#335CB7;
	font-weight: lighter;	
	background:#FFFFFF;
	margin-bottom: 0;
	padding: 0.3vh 0.2vw 2vh 2vw;
	font-size: 1.2vw;
	text-align: left;
}

#ach_head_03_mark{
	display: inline-block;
	width: auto;
	border: solid 0.1em #BCBCBC;
	border-radius: 1.5em;
	margin: 1vh 0 1vh 0 ;
	padding: 0.2em 1em;
	color: #BCBCBC;
	font-weight: lighter;
	text-align: center;
	font-size: 1vw;
}


.ach_head_04{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_01_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_02{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_02_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_03{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_03_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_04{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_04_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_05{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_05_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_06{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_06_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_07{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_07_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_08{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_08_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_09{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_09_top.png");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_04_10{
	display: inline-block;
	width: 40%;
	min-height: 100%;
	border-radius: 0 1.5em 0 0;
	background-image: url("../project/images/ach_repo_10_top.jpg");
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
	border-right: solid 1px #335CB7;
	border-top: solid 1px #335CB7;
	font-size: 0.8vw;
}

.ach_head_05{
	clear: both;
	width:100%;
	padding: 2vh 1vw 2vh 2vw ;
	background:#E2F0FC;
	border: solid 1px #335CB7;
	border-radius: 0 0 0 1.5em;
	margin-bottom: 3em;
	color: #335CB7;
	font-size: 1.5vw;
	text-align: left;
}

.ach_repo_wrapper{
	position: relative;
	border: solid 0.09em #335CB7;
	padding: 2em 1em 0 2em;
	border-radius: 0 0 0 0.5em;
	margin-top: 3em;
	margin-bottom: 3em;	
	font-size: 1.5vw;
	width: 93%;
	margin-left: 7.3%;		
	
}

.ach_repo_wrapper p{
	text-align: left;
}

.ach_repo_title_type01{
	height: 3%;
	width: 100%;
	border-bottom:0.05em solid #335CB7;
	border-left:0.5em solid #335CB7;
	margin: 1em  0 1em 0;
	padding: 0 0 0.1em 0.8em;
}

.ach_repo_info_wrapper{
	position: relative;
	border: solid 0.09em #335CB7;
	padding-top:1.5em;
	border-radius: 0 0 0 0.5em;
	margin-top: 3em;
	margin-bottom: 3em;	
	font-size: 1.5vw;
	width: 92%;
	margin-left: 7.3%;		
    
}

ul#ach_repo_info li {  
	position: relative;
	font-size: 1.2vw;
	text-align: left;
	line-height: 2em;	
	margin-left: 1em;	
    text-indent: -1em;
    padding-right: 1em;
}


ul#ach_repo_info li a{
	color: #335CB7;
	text-decoration: none;
	cursor: pointer;
}

ul#ach_repo_info li a:hover{
	color: #708DCC;

}

ul#ach_repo_info li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: transparent solid 0.5vw;
    border-left-color: #335CB7;

}
.ach_repo_mark{
	position: relative;
	display: block;
	margin-top: -0.50em;
	z-index: 1;
	margin-left: 4.3%;	
	
}

.ach_repo_mark_01{
	position: absolute;
	border: solid 0.1em #335CB7;
	border-radius: 3em;
	color: #335CB7;
	text-align: right;
	font-size: 1.5vw;
	background: #FFFFFF;
	padding: 0.3em  1em 0.3em 3.5em;
	margin-top: -1em;
	margin-left: 1em	
}

.ach_repo_mark_01 img {
	position: absolute;
	width: 3em;
	top:-0.5em;
	left: -0.3em;
}

/*画像1COL*/


div#ach_repo_imgbox{
	text-align: center;
	margin: auto 0;
	clear: both;
}

div#ach_repo_imgbox img{
	max-width: 100%
}

div#ach_repo_imgbox_01{
	width: 60%;	
	display: inline-block;
	text-align: center;
	margin: auto 0;
	margin: 1vh 2vw;
}

div#ach_repo_imgbox_02{
	display: inline-block;
	width: 40%;
	height: auto;
	text-align: center;
	margin: auto 0;
	margin: 1vh 2vw;
}

div#ach_repo_imgbox_02_02{
	display: inline-block;
	width: 30%;
	height: auto;
	text-align: center;
	margin: auto 0;
	margin: 1vh 2vw;
	vertical-align: top;
}

div#ach_repo_imgbox_02_03{
	display: inline-block;
	width: 40%;
	height: auto;
	text-align: center;
	margin: auto 0;
	margin: 1vh 2vw;
	line-height:1.2;
	vertical-align: top;
}

div#ach_repo_imgbox_02_04{
	display: inline-block;
	width: 50%;
	height: auto;
	text-align: center;
	margin: auto 0;
	margin: 1vh 2vw;
	line-height:1.2;
	vertical-align: top;
}


div#ach_repo_imgbox_02 span{
	text-align: center;
	font-size: 1.2vw;
}

div#ach_repo_imgbox_02_02 span{
	text-align: center;
	font-size: 1.2vw;

}

div#ach_repo_imgbox_02_03 span{
	text-align: center;
	font-size: 1.2vw;

}

