@charset "UTF-8";

#tit {
	width:100%;
	height:210px;
	margin:70px 0 0 0;
	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;
}
#tit h2 {
	font-size: 30px;
    font-weight: bold;
    color: #00196d;
    background-color: #fff;
    text-align: center;
    line-height: 33px;
    margin: auto;
    padding: 20px 76px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 67px;
}
#main-contents {
	background-color:#dce6f0;
	position:relative;
}
.breadcrumb {
	width:980px;
	margin:15px auto 0;
	font-size:12px;
	color:#00196d;
}
.breadcrumb a {
	text-decoration: underline;
}
@media (max-width:980px) {
	#tit {
		height:132px;
		margin:50px 0 0 0;
	}
	#tit h2 {
		font-size: 25px;
		line-height: 26px;
		width: auto;
		margin: 35px 20px 0;
		padding: 17px 37px;
	}
	.breadcrumb {
		width: calc(100% - 20px);
		padding:0 0 0 20px;
		font-size:10px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ローカルナビ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#local_navigation {
	width:980px;
	margin:80px auto 0;
	text-align:center;
}
#local_navigation ol {
	margin:60px 0 0 0;
}
#local_navigation ol li {
	border-left: 3px solid #c7d4e1;
	position:relative;
	float: left;
}
#local_navigation ol li:last-child {
	border-right: 3px solid #c7d4e1;
}
#local_navigation ol li:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-top: 2px solid #a0b9e1;
	border-right: 2px solid #a0b9e1;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#local_navigation ol li a {
	display: block;
	width:calc(965px / 3);
	height:117px;
	box-sizing: border-box;
	font-size:18px;
	font-weight:bold;
	color:#00196d;
}
#local_navigation ol li a:hover {
	color:#64aadc;
}
#local_navigation ol li p {
	font-size:20px;
	color:#64aadc;
	font-family:"Century Gothic", sans-serif;
	font-style: italic;
	font-weight: 600;
	padding-bottom: 10px;
}
.last_li {
	line-height: 50px;
}
@media (max-width:980px) {
	#local_navigation {
		max-width: 335px;
		margin: 45px auto 0;
		text-align: center;
		width: 90%;
	}
	#local_navigation img {
		width: 100%;
	}
	#local_navigation ol {
		margin:28px 0 0 0;
		flex-wrap:wrap;
	}
	#local_navigation ol li {
		border-left: none;
		margin:0 0 4px 0;
		width: 49%;
	}
	#local_navigation ol li:before {
		left: 0;
		right: 0;
		bottom: 10px;
		margin: auto;
	}
	#local_navigation ol li:nth-child(odd) {
		border-right: 3px solid #c7d4e1;
	}
	#local_navigation ol li a {
		width:100%;
		height:120px;
		font-size:13px;
		line-height: 1.5;
	}
	#local_navigation ol li a:hover {
		color:#64aadc;
	}
	#local_navigation ol li p {
		padding-bottom: 10px;
	}
	.last_li {
		line-height: 50px;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
メインコンテンツ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#summary {
	margin:100px 0 0 0;
}
#summary ol {
	width:calc(100% - 100px);
	margin:0 auto;
}
#summary ol li {
	margin-top: -130px;
	padding-top: 130px;
}
#summary ol li .summary_bg {
	background-color:#fff;
	margin:0 0 140px 0;
	position:relative;
}
#summary ol li:last-child .summary_bg {
	margin:0;
}
.summary_contents {
	width: 810px;
	margin:0 auto;
	text-align: center;
	position:relative;
}
.summary_contents>p img {
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.summary_contents h3 {
	font-size:36px;
	font-weight:bold;
	color:#00196d;
	font-family: YuGothic,'Yu Gothic',sans-serif;
	padding:70px 0 0 0;
}
.summary_contents h4 {
	font-size:18px;
	font-weight:bold;
	color:#00196d;
	padding:35px 0 0 0;
}
.summary_txt {
	padding:55px 0 80px 0;
	height: auto;
	position: relative;
}
.summary_txt p {
	display: block;
	width:520px;
	font-size:16px;
	color:#00196d;
	line-height: 1.875;
	text-align: left;
	float:left;
}
.summary_txt img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 25px;
	right: 0;
	margin: auto;
}
.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) {
	#summary {
		margin:68px 0 0 0;
		padding:0 0 42px 0;
	}
	#summary ol {
		width:calc(100% - 68px);
	}
	#summary ol li .summary_bg {
		width:100%;
		margin:0 0 72px 0;
	}
	#summary ol li .summary_contents {
		width:calc(100% - 40px);
	}
	.summary_contents>p img {
		width:86px;
	}
	.summary_contents h3 {
		font-size:25px;
		padding:60px 0 0 0;
	}
	.summary_contents h4 {
		font-size:14px;
		padding:23px 0 0 0;
		line-height: 22px;
	}
	.summary_txt {
		display: block;
		padding:28px 0 30px 0;
	}
	.summary_txt p {
		width:100%;
		font-size:13px;
		line-height: 25px;
		float: none;
	}
	.summary_txt figure {
		width:230px;
		float: none;
		margin:47px auto 0;
		padding:0;
	}
	.summary_txt img {
		margin: 0 auto;
		position: static;
	}
	.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;
	}
	footer {
		top:0;
	}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
サイドナビ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main-contents #fixed-navi {
	position: fixed;
	left: 17px;
	top: -97px;
	bottom: 0;
	margin: auto;
	height: 85px;
	z-index: 1;
	display: none;
}
#main-contents #fixed-navi li a {
	display: block;
	position: relative;
	padding-top: 5px;
}
#main-contents #fixed-navi li a:before {
	content: "";
	left: 0;
	position: absolute;
	width: 14px;
	height: 11px;
	opacity: 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
#main-contents #fixed-navi li:nth-child(1) a:before {
	background: url(../images/num01_on.png) no-repeat; 
}
#main-contents #fixed-navi li:nth-child(2) a:before {
	background: url(../images/num02_on.png) no-repeat; 
}
#main-contents #fixed-navi li:nth-child(3) a:before {
	background: url(../images/num03_on.png) no-repeat; 
}
#main-contents #fixed-navi li:nth-child(4) a:before {
	background: url(../images/num04_on.png) no-repeat; 
}
#main-contents #fixed-navi li.current a:before {
	opacity: 1;
}
#main-contents #fixed-navi li.current a img {
	opacity: 0;
}
#main-contents #fixed-navi li {
	position: relative;
	height: 32px;
}
#main-contents #fixed-navi li + li:before {
	content: "";
	width: 5px;
	height: 4px;
	background: #00196d;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: -7px;
}
#main-contents #fixed-navi li {
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#main-contents #fixed-navi.opacity {
    opacity: 0;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
@media (max-width:980px) {
	#main-contents #fixed-navi {
		left: 10px;
	}
}