@charset "UTF-8";
/* CSS Document */


/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/




/*top*/
.vi {
	background:url(../img/top/main_vi.png) no-repeat center center;
	background-size:cover;
	height:672px;
	border-top: solid 6px #1e66c0;
	border-bottom: solid 6px #1e66c0;
}
.vi section {
	width:960px;
	margin:0 auto;
	padding:115px 0 0;
}
.top_reason {
	background:url(../img/top/reason_bg.png) no-repeat center bottom;
	background-size:cover;
	height:734px;
	padding:75px 0 0;
}
.top_reason .top_reason_in {
	width:960px;
	margin:0 auto;
}
.top_reason .top_reason_in h3 {
	position:relative;
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.1;
	text-align:center;
	color:#1259c4;
	margin:0 0 50px;
}
.top_reason .top_reason_in h3 span {
	font-size:5.6rem;
}
.top_reason .top_reason_in h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 480px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #1259c4;
}
.top_reason .top_reason_in .top_reason_box {
	margin:0 0 40px;
}
.top_reason .top_reason_in .top_reason_box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_reason .top_reason_in .top_reason_box section {
	float:left;
	width:304px;
	background:#FFF;
	margin:0 24px 0 0;
	padding:0 0 30px;
}
.top_reason .top_reason_in .top_reason_box section:last-child {
	margin:0;
}
.top_reason .top_reason_in .top_reason_box section h4 {
	text-align:center;
	padding:20px 0 15px;
	font-size:2.5rem;
	font-weight:bold;
	color:#1259c4;
	line-height:1.1;
}
.top_reason .top_reason_in .top_reason_box section .comment {
	font-size:1.6rem;
	padding:0 25px;
}
.top_reason .top_reason_in .btn {
	text-align:center;
}
.top_reason .top_reason_in .btn a {
	position:relative;
	display:inline-block;
	background:#085cdb;
	color:#FFF;
	padding:20px 130px;
	font-size:1.6rem;
	line-height:1.1;
}
.top_reason .top_reason_in .btn a:after {
	position:absolute;
	top:20px;
	right:30px;
	content: "\f105";
	font-family: FontAwesome;
}
.top_reason .top_reason_in .btn a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
.top_mission_vision {
	background:url(../img/top/mission_vision_bg.png) no-repeat center center;
	background-size:cover;
	height:678px;
	border-top: solid 1px #FFFFFF;
	padding:80px 0 0;
}
.top_mission_vision .top_mission_vision_in {
	background:url(../img/top/mission_vision.png) no-repeat center top;
	width:960px;
	height:357px;
	margin:0 auto;
}
.top_mission_vision .top_mission_vision_in:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_mission_vision .top_mission_vision_in section {
	float:left;
	width:50%;
	padding:60px 0 0;
}
.top_mission_vision .top_mission_vision_in section:last-child {
	padding:120px 0 0;
}
.top_mission_vision .top_mission_vision_in section h4 {
	text-align:center;
	font-size:3.2rem;
	font-weight:bold;
	line-height:1.1;
	margin:0 0 45px;
	color:#1259c4;
}
.top_mission_vision .top_mission_vision_in section:last-child h4 {
	color:#b39612;
}
.top_mission_vision .top_mission_vision_in section h4 span {
	display:block;
	text-align:center;
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
	font-size:2.0rem;
	font-weight: normal;
	line-height:1.1;
	margin:0 0 10px;
	color:#1259c4;
	-webkit-text-transform: uppercase;
	-moz-text-transform: uppercase;
	-o-text-transform: uppercase;
	text-transform: uppercase;
}
.top_mission_vision .top_mission_vision_in section:last-child h4 span {
	color:#b39612;
}
.top_mission_vision .top_mission_vision_in section p {
	text-align:center;
	font-size:2.6rem;
	line-height:1.5;
}
.top_info {
	position:relative;
	padding:0 0 60px;
}
.top_info:before {
	position: absolute;
	top:-66px;
	left:0;
	width:100%;
	height:66px;
	content:'';
	background:url(../img/top/info_bg01.png) no-repeat center bottom , url(../img/top/info_bg02.png) repeat-x center bottom;
}
.top_info section {
	position:relative;
	width:960px;
	margin:0 auto;
}
.top_info section h3 {
	position:relative;
	top:-30px;
	text-align:center;
	margin:0;
}
.top_info section p {
	text-align:center;
	font-size:1.6rem;
	margin:0 0 30px;
}
.top_info section ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.top_info section ul li {
	float:left;
	margin:0 24px 0 0;
}
.top_info section ul li:last-child {
	margin:0;
}




/*company*/
.company .greeting {
	padding:60px 0 0;
}
.company .greeting .comment {
	text-align:center;
	margin:0 0 30px;
}
.company .greeting .img {
	text-align:center;
}
.company .greeting .img img {
	max-width:none;
	width:100%;
}
.company .info {
	position:relative;
	padding:0 0 80px;
}
.company .info:before {
	position: absolute;
	top:-79px;
	left:0;
	width:100%;
	height:79px;
	content:'';
	background:url(../img/company/box01_bg01.png) no-repeat center bottom , url(../img/company/box01_bg02.png) repeat-x center bottom;
}
.company .info section {
	position:relative;
	width:960px;
	margin:0 auto;
}
.company .info section h3 {
	position:relative;
	top:-44px;
	text-align:center;
	margin:0 0 16px;
}
.company .info section .mission_vision {
	position:relative;
	background:url(../img/company/mission_vision.png) no-repeat center center;
	height:296px;
	margin:0 0 60px;
}
.company .info section .mission_vision:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.company .info section .mission_vision section {
	float:left;
	width:50%;
	line-height:1.1;
	padding:100px 0 0;
}
.company .info section .mission_vision section h4 {
	text-align:center;
	margin:0 0 45px;
	font-size:2.8rem;
	font-weight:bold;
}
.company .info section .mission_vision section:first-child h4 {
	color:#0d4cb2;
}
.company .info section .mission_vision section:last-child h4 {
	color:#a78b0e;
}
.company .info section .mission_vision section p {
	text-align:center;
	font-size:2.4rem;
	line-height:1.5;
}
.company .info table {
	width:100%;
	border-top: solid 1px #aebcc7;
	margin:0 0 40px;
}
.company .info table th ,
.company .info table td {
	padding:20px 30px;
	border-bottom: solid 1px #aebcc7;
}
.company .info table th {
	background:#ecf0f6;
	font-weight:bold;
	width:180px;
}
.company .info h5 {
	text-align:center;
	padding:15px 0;
	margin:0 0 20px;
	background:#255ec2;
	color:#FFF;
	font-weight:bold;
}
.company .info iframe {
	width:100%;
	height:400px;
}




/*company*/
.company2 .greeting {
	padding:60px 0 0;
}
.company2 .greeting .comment {
	text-align:center;
	margin:0 0 30px;
}
.company2 .greeting .img {
	text-align:center;
}
.company2 .greeting .img img {
	max-width:none;
	width:100%;
}
.company2 .info {
	position:relative;
	padding:0 0 80px;
}
.company2 .info:before {
	position: absolute;
	left:0;
	width:100%;
	content:'';
}
.company2 .info section {
	position:relative;
	width:960px;
	margin:0 auto;
}
.company2 .info section h3 {
	position:relative;
	top:-44px;
	text-align:center;
	margin:0 0 16px;
}
.company2 .info section .mission_vision {
	position:relative;
	background:url(../img/company/mission_vision.png) no-repeat center center;
	height:296px;
	margin:0 0 60px;
}
.company2 .info section .mission_vision:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.company2 .info section .mission_vision section {
	float:left;
	width:50%;
	line-height:1.1;
	padding:100px 0 0;
}
.company2 .info section .mission_vision section h4 {
	text-align:center;
	margin:0 0 45px;
	font-size:2.8rem;
	font-weight:bold;
}
.company2 .info section .mission_vision section:first-child h4 {
	color:#0d4cb2;
}
.company2 .info section .mission_vision section:last-child h4 {
	color:#a78b0e;
}
.company2 .info section .mission_vision section p {
	text-align:center;
	font-size:2.4rem;
	line-height:1.5;
}
.company2 .info table {
	width:100%;
	border-top: solid 1px #aebcc7;
	margin:0 0 40px;
}
.company2 .info table th ,
.company2 .info table td {
	padding:20px 30px;
	border-bottom: solid 1px #aebcc7;
}
.company2 .info table th {
	background:#ecf0f6;
	font-weight:bold;
	width:180px;
}
.company2 .info h5 {
	text-align:center;
	padding:15px 0;
	margin:0 0 20px;
	background:#255ec2;
	color:#FFF;
	font-weight:bold;
}
.company2 .info iframe {
	width:100%;
	height:400px;
}
