@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ページタイトル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#tit {
	width:100%;
	height:210px;
	background: rgb(0,25,109);
	background: linear-gradient(90deg, rgba(0,25,109,1) 0%, rgba(0,25,109,1) 50%, rgba(100,170,220,1) 50%, rgba(100,170,220,1) 100%);
	position:relative;
	text-align: center;
	margin-top: 70px;
}
#tit h2 {
	font-size: 30px;
	font-weight: bold;
	color: #00196d;
	background-color: #fff;
	text-align: center;
	line-height: 33px;
	margin: auto;
	padding: 20px 37px;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 67px;
}
#tit span {
	font-size:18px;
}
#main-contents {
	background-color:#fff;
	position:relative;
}
.breadcrumb {
	width:980px;
	margin:0 auto;
	padding: 15px 0; 
	font-size:12px;
}
.breadcrumb a {
	text-decoration: underline;
}
#wrapper {
	background: #dce6f0; 
}
figure {
	margin: 0; 
}
@media (max-width:980px) {
	#tit {
		height:132px;
		margin-top: 55px;
	}
	#tit h2 {
		font-size: 20px;
		line-height: 26px;
		width: auto;
		margin: 35px 20px 0;
		padding: 17px 20px;
	}
	.breadcrumb {
		width: calc(100% - 20px);
		padding: 10px 0 0 10px;
		font-size:10px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
人材育成・教育制度
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sys {
	max-width: 980px;
	margin: 0 auto;
	padding: 70px 20px 0;
}
#sys h2 {
	font-size: 30px;
	color: #00196d;
	font-weight: bold;
	text-align: center;
	position: relative;
	width: 280px;
	margin: 0 auto 36px;
	padding-bottom: 18px;
}
#sys h2:after {
	content: "";
	background: -moz-linear-gradient(left, #a7cce8 50%, #29559b);
	background: -webkit-linear-gradient(left, #a7cce8 50%, #29559b);
	background: linear-gradient(to right, #a7cce8 50%, #29559b); 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
}
#sys > p {
	font-size: 16px;
	line-height: 30px;
	color: #00196d;
	float: left;
	width: 68%;
}
#sys > figure {
	float: right;
	width: 260px;
	margin-top: -80px;
}
#sys > figure img {
	width: 100%;
	height: auto;
}

.sys-box01 {
	clear: both;
	margin-bottom: 22px;
	padding-top: 15px;
}
.sys-box01 section {
	float: left;
	background: #fff;
	max-width: 672px;
	height: 322px;
	box-sizing: border-box;
	padding: 40px 50px;
	width: calc(100% - 308px);
	position: relative;
}
.sys-tit {
	font-weight: bold;
	color: #00196d;
	font-size: 20px;
	margin-bottom: 14px;
}
.sys-txt {
	line-height: 28px;
}
.sys-box01 figure {
	float: right;
	width: 308px;
}
.sys-box01 figure img {
	width: 100%;
	height: auto;
}
.sys-box01 a {
	max-width: 352px;
	width: 100%;
	display: block;
	background: url(../images/new_graduate_navi.png) no-repeat #75b3e0 calc(100% - 22px);
	background-size: auto 100%;
	height: 56px;
	line-height: 56px;
	font-size: 17px;
	font-weight: bold;
	color: #00196d;
	padding-left: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto;
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.sys-box02 {
	background: #fff;
	padding: 40px 50px;
	margin-bottom: 30px;
}
.sys-box02 ul {
	margin: 30px 0 0 0;
	background: #fff; 
	border: 1px solid #00196d;
}
.sys-box02 li {
	width: calc(100%/3.001);
	float: left;
	box-sizing: border-box;

}
.sys-box02 li:nth-child(2) {
	border-left: 1px solid #00196d;
	border-right: 1px solid #00196d;
}
.sys-box02 li h4 {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #00196d;
	font-weight: bold;
	background: #75b3e0; 
	border-bottom: 1px solid #00196d;
}
.sys-box02 li p {
	line-height: 28px;
	padding: 18px 25px 25px 25px;  
}

.sys-box03 {
	background: #fff;
	padding: 40px 50px 50px;
}
.sys-box03 h4 {
	text-align: center;
	color: #fff;
	background: #00196d;
	font-weight: bold;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	margin: 30px 0 35px 0;
}
.sys-box03 h5 {
	color: #00196d;
	font-weight: bold;
}
.sys-box03 h5 span {
	font-size: 20px;
	display: block;
	margin: 5px 0 28px 0;
}
.sys-sub-txt {
	line-height: 28px;
	float: left;
	width: calc(100% - 295px);
}
.sys-right {
	float: right;
}
.sys-box03 figure {
	width: 272px;
}
.sys-box03 figure img {
	width: 100%;
	height: auto;
}
.sys-box03 .name {
	color: #00196d;
	line-height: 26px;
}
.sys-box03 .name span {
	font-size: 16px;
	display: block;
}
.sys-box03-cont {
	padding: 0 20px;
	clear: both;
}
.sys-box03-cont + .sys-box03-cont {
	margin-top: 32px;
	padding-top: 35px;
	border-top: 1px solid #00196d;
}
.btn {
	padding: 79px 0 74px;
}
.btn a {
	max-width: 347px;
	display: block;
	background: url(../images/about_us_navi.png) no-repeat #00196e calc(100% - 37px);
	background-size: auto 100%;
	height: 70px;
	line-height: 74px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 34px;
	box-sizing: border-box;
	border-radius: 3px;
	margin: 0 auto 11px;
}
@media (max-width:980px) {
	#sys h2 {
		font-size: 25px;
	}
	#sys > p {
	    font-size: 13px;
	    line-height: 25px;
	    float: none;
	    width: 100%;
	}
	#sys > figure {
	    float: none;
	    width: 77%;
	    margin: 20px auto 0;
	}
	.sys-box01 section {
	    float: none;
	    max-width: 100%;
	    height: auto;
	    padding: 25px 15px 20px;
	    width: 100%;
	}
	.sys-box01 a {
		position: static;
		font-size: 15px;
		padding-left: 20px;
		background-position: calc(100% - 15px);
	}
	.sys-txt {
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.sys-box01 figure {
	    float: none;
	    width: 100%;
	}
	.sys-box02,.sys-box03 {
	    padding: 20px 15px;
	    margin-bottom: 20px;
	}
	.sys-tit {
		line-height: 30px;
	}
	.sys-box02 ul {
		margin-top: 0;
	}
	.sys-box02 li {
	    width: 100%;
	    float: none;
	}
	.sys-box02 li h4 {
	    height: 42px;
	    line-height: 42px;
	    font-size: 14px;
	}
	.sys-box02 li + li h4 {
		border-top: 1px solid #00196d;
	}
	.sys-box02 li p {
		font-size: 12px;
	    line-height: 25px;
	    padding: 10px 15px;
	}
	.sys-box02 li:nth-child(2) {
		border: none;
	}
	.sys-box03 h4 {
	    font-size: 15px;
	    height: 44px;
	    line-height: 44px;
	    margin: 25px 0 25px 0;
	}
	.sys-box03-cont {
		padding: 0 10px; 
	}
	.sys-box03 h5 {
		font-size: 12px;
	}
	.sys-sub-txt {
		font-size: 12px;
	    line-height: 25px;
	    float: none;
	    width: 100%;
	}
	.sys-box03 figure {
	    width: 100%;
	    margin-top: 15px;
	}
	.sys-box03 h5 span {
		margin-bottom: 20px;
		line-height: 30px;
	}
	.sys-box03 .name {
		font-size: 10px;
		line-height: 18px;
	}
	.sys-box03 .name span {
		font-size: 15px;
	}
	.sys-box03-cont + .sys-box03-cont {
	    padding-top: 30px;
	}
	#sys {
		margin-bottom: 0;
		padding: 30px 20px 0;
	}
	.sys-right {
	    float: none;
	}
	.btn {
		padding: 20px 0 60px;
	}
	.btn a {
		width: calc(100% - 68px);
		background: url(../images/about_us_navi.png) no-repeat #00196e calc(100% - 13px);
		background-size: auto 100%;
		height: 56px;
		line-height: 61px;
		font-size: 16px;
		padding-left: 20px;
	}
}
@media (max-width:340px) {
	.sys-box01 a {
		font-size: 13px;
	}
}
