@charset "UTF-8";

/* すべてのページに適用される */
html{
	overflow-x: hidden;
	overflow-y: scroll;
}
body{
	font-size:14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	display: block;
	margin:0;
}


	@media(max-width:767px){
	    body {
	        font-size: 12px;
	    }
	}

*{
	
	margin: 0;
	padding: 0;
	line-height:1.6;
	letter-spacing:0.4px;
        font-weight: normal;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.u-cf:after{
	content:".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
a {
	text-decoration: none;
	       
}
img{
	max-width: 100%;
	height: auto;
}

a:hover img.hoverImg{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
	transition: 0.7s;
}

/* すべてのページに適用 - ヘッダー - */
.header {
	width:1100px;
	margin:0 auto 4px;
	
}
.u-cf{
	display: block;
	min-height: 1%;
}

.header .logo {
	float: left;
	width: 174px;
	margin: 25px 0 0;
}
.header .header-01{
	float: right;
	text-align:right;
	margin:0 0 -5px;
	width:920px;
}
.header .header-01 .header-02{
	width:626px;
	float: right;
}
.header .header-01 .header-02 h1{
	font-size: 12px;
	color: #9c9c9c;
	float: left;
	width: 272px;
	margin: 10px 16px 0 0;
}

.header .header-01 .header-02 .header-03{
	text-align: center;
	float: left;
	width: 221px;
	margin: 0 20px 0 0;
}
.header .header-01 .header-02 .header-03 a{
	padding: 5px 0 6px;
	background-color: #0059c6;
	display: block;
	color: #fff;
	font-size: 14px;
	
}
.header .header-01 .header-02 .header-03 img{
	margin:0px 10px 0 0;
	vertical-align: sub;
}
.header .header-01 .header-02 .header-04{
	text-align:center;
	float: left;
	width: 97px;
}
.header .header-01 .header-02 .header-04 a{
	padding: 6px 0 6px;
	background-color: #2b2b2b;
	display:block;
	color:#fff;
	font-size: 14px;
}
.header .header-05{
	text-align: right;
	clear: both;
}
.header .header-05 p {
	float: right;
	width: 400px;
	color:#000;
	font-size: 34px;
	font-weight: bold;
}
.header .header-05 img {
	margin: 0 10px 0 0 ;
	vertical-align: baseline;
}
	@media(max-width:767px){
		.header {
			width:100%;
		}
		.header .logo {
			float:none;
			margin: 25px 0 0 3%;
				}
		.header .header-01 .header-02 h1{
			display:none;
		}
		.header .header-01 .header-02 .header-03{
			display:none;	
		}
		.header .header-01 .header-02 .header-04{
			display:none;	
		}
		.header .header-01 .header-02 .header-04 a{
			display:none;	
		}
		.header .header-05 p {
			display:none;
		}
		.header .header-05 img {
			display:none;
		}
	}
/* すべてのページに適用 - ナビ - */
.nav-menu {
	width: 920px;
	float: right;
	margin: 10px 0 0;
}

.nav-menu li{
	text-align: center;
	display: inline-block;
}
.nav-menu li:first-child a{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.nav-menu li a{
	font-size: 19px;
	color: #230000;
	padding: 3px 14px;
}
.nav-menu li a{
	font-size: 19px;
	color: #230000;
	padding: 3px 14px;
	border-right: 1px solid #dfdfdf;
}
.nav-menu ul li ul{ 
	position:absolute; display:none;
	background-color:#fff;
	margin-left:-5px;	
}
.nav-menu ul li ul li { 
	display:block;
} 
.nav-menu ul li ul li:first-child a{
 	border-style: none;
}
.nav-menu ul li ul li a { border-style: none;}
.nav-menu ul li a:hover{
	color:#ff6f00;
}
.navToggle{
	display:none;
}
	@media(max-width:767px){

		nav.globalMenuSp{
			position: fixed;
			z-index: 2;
			top: -20px;
			left: 0;
			background: #fff;
			color: #000;
			text-align: center;
			transform: translateY(-100%);
			transition: all 0.6s;
			width: 100%;
		}
		nav.globalMenuSp ul{
			background: #ccc;
			margin: 0 auto;
			padding: 0;
			width: 100%;
		}
		nav.globalMenuSp ul li{
			font-size: 1.1em;
			list-style-type: none;
			padding: 0;
			width: 100%;
			border-bottom: 1px dotted #333;
		}
		nav.globalMenuSp ul li:last-child{
			padding-bottom: 0;
			border-bottom:none;
		}
		nav.globalMenuSp ul li a{
			display: block;
			color: #000;
			padding: 1em 0;
		}
		nav.globalMenuSp.active{
			transform: translateY(0%);
		}
		.navToggle{
			display: block;
			position: fixed;
			right: 9%;
			top:5%;
			width:42px;
			height:51px;
			cursor:pointer;
			z-index:3;
			background: #666;
			text-align: center;
		}
		.navToggle span{
			display: block;
			position: absolute;
			width: 30px;
			border-bottom: solid 3px #eee;
			-webkit-transition: .35s ease-in-out;
			-moz-transition: .35s ease-in-out;
			transition: .35s ease-in-out;
			left: 6px;
		}
		.navToggle span:nth-child(1){
			top:9px;
		}
		.navToggle span:nth-child(2){
			top: 18px;
		}
		.navToggle span:nth-child(3){
			top:27px;
		}
		.navToggle span:nth-child(4){
			border: none;
			color: #eee;
			font-size: 9px;
			font-weight: bold;
			top:34px;
		}
		.navToggle.active span:nth-child(1){
			top:18px;	
			left:6px;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		.navToggle.active span:nth-child(2),
		.navToggle.active span:nth-child(3) {
		    top: 18px;
		    -webkit-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);
		    transform: rotate(45deg);
		}
	}

/* 個別のスタイル */
/* concept.html */
.main .main-img-02{
	background-image:url(../images/zigyousyoukai_main.png);
	background-repeat:no-repeat;
	background-position: center ;
	background-size: cover;
	    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.main .main-img-02{
	height: 414px;
	margin:20px 0 45px;
}
.main .main-img-02 .main-img-03{
	margin: 0 auto;
	position:relative;
	height:414px;
}

.main .main-img-02 .main-img-03 p{
	position: absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	background-color:#000;
	background: rgba(0,0,0,.6);
	width: 398px;
}
.main .main-img-02 .main-img-03 p span{
	display: table;
	text-align: center;
	width: 398px;
}
.main .main-img-02 .main-img-03 p span b{
	display: table-cell;
	vertical-align: middle;
	height: 142px;	
	color: #fff;
	font-family: "游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
    font-size: 38px;
}

	@media(max-width:767px){
		.main .main-img-02{
			
			height: auto;
			margin:20px 0 45px;
		}
		.main .main-img-02 .main-img-03{
			margin: 0 auto;
			position:relative;
			height:414px;
		}

		.main .main-img-02 .main-img-03 p{
			position: absolute;
			top:50%;
			left:50%;
			-ms-transform: translate(-50%,-50%);
			-webkit-transform : translate(-50%,-50%);
			transform : translate(-50%,-50%);
			background-color:#000;
			background: rgba(0,0,0,.6);
			width: 100%;
		}
		.main .main-img-02 .main-img-03 p span{
			display: table;
			text-align: center;
			width: 100%;
		}
		.main .main-img-02 .main-img-03 p span b{
			display: table-cell;
			vertical-align: middle;
			height: 142px;	
			font-family: "游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
		    font-size: 38px;
		}

	}

.h2style {
	text-align:center;
	font-family:"游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size:34px;
	margin:0 0 45px;
	color:#000;
	font-weight:bold;
	position:relative;
}
.h2style:before {
	position:absolute;
	left:50%;
	bottom:-13px;
    	height:3px;
    	width:137px;
    	margin:0 0 0 -68px;
    	background-color:#0159c5;
    	display:block;
    	content:" ";
}

.section-box-1 {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:80px;
	overflow:hidden;
}
.box-content1-left {
	width:690px;
	float:left;
}
.box-content1-right {
	width:410px;
	height:391px;
	float:right;
	position:relative;
}
.box-content1-right img {
	position:absolute;
	right:0;
	top:91px;
}
.text1-line {
	position:relative;
}
.text1 {
	font-family:"游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-size:28px;
	margin:0 0 50px;
	color:#000;
	font-weight:bold;
}
.text1-line:before{
	position:absolute;
	left: 0;
	bottom: -13px;
	height: 3px;
	width: 90px;
	background-color: #0059c6;
	display: block;
	content:" " ;
}
.text2 {
	font-size:19px;
	color:#000;
}

	@media(max-width:767px){
		.h2style {
			font-size:24px;
			margin:0 0 45px;
			position:relative;
		}
		.h2style:before {
			position:absolute;
			left:50%;
			bottom:-13px;
		    	height:3px;
		    	width:137px;
		    	margin:0 0 0 -68px;
		    	background-color:#0159c5;
		    	display:block;
		    	content:" ";
		}

		.section-box-1 {
			width:100%;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:60px;
			overflow:hidden;
		}
		.box-content1-left {
			width:100%;
			float:none;
		}
		.box-content1-right {
			width:100%;
			margin-bottom:-100px;
			clear:both;
			position:relative;
		}
		.box-content1-right img {
			position:absolute;
			top:80%;
			left:100%;
			-ms-transform: translate(-100%,-100%);
			-webkit-transform : translate(-100%,-100%);
			transform : translate(-100%,-100%);
		
		}
		.text1 {
			font-family:"游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
			font-size:22px;
			margin:0 0 39px 20px;
		}
		.text2 {
			font-size:17px;
			margin:0 20px 0 20px;
		}

	}



.box-content2-left {
	float:left;
	width:550px;
}
div.box-content2-left dl,div.box-content2-right dl {
	margin:0 0 20px;
}
div.box-content2-left dt,div.box-content2-right dt {
    	color:#000;
    	font-size:19px;
    	font-weight:bold;
    	position:relative;
    	margin:0 0 30px;
}
div.box-content2-left dt:before,div.box-content2-right dt:before {
    	position:absolute;
    	left:0;
    	bottom:-13px;
    	height:3px;
    	width:137px;
    	background-color:#0159c5;
    	display:block;
    	content:" ";
}
div.box-content2-left dd,div.box-content2-right dd {
    	color:#000;
    	font-size:19px;
	margin-left:0;
}
div.box-content2-left dd p,div.box-content2-right dd p {
	margin:0 0 10px;
}
.mgn45 {
	margin-right:45px;
}
.mgn83 {
	margin-right:83px;
}
.box-content2-right {
	float:left;
	width:550px;
}

	@media(max-width:767px){
		.box-content2-left {
			float:left;
			width:550px;
		}
		div.box-content2-left dl,div.box-content2-right dl {
			margin:0 0 20px;
		}
		div.box-content2-left dt,div.box-content2-right dt {
		    	font-size:19px;
		    	font-weight:bold;
		    	position:relative;
		    	margin:0 0 30px 20px;
		}
		div.box-content2-left dt:before,div.box-content2-right dt:before {
		    	position:absolute;
		    	left:0;
		    	bottom:-13px;
		    	height:3px;
		    	width:137px;
		    	background-color:#0159c5;
		    	display:block;
		    	content:" ";
		}
		div.box-content2-left dd,div.box-content2-right dd {
		       	font-size:16px;
			margin-left:20px;
		}
		div.box-content2-left dd p,div.box-content2-right dd p {
			margin:0 0 10px;
		}
		.mgn45 {
			margin-right:45px;
		}
		.mgn83 {
			margin-right:78px;
		}
		.box-content2-right {
			float:none;
			width:550px;
		}


	}
	
		@media screen and (min-width: 767px){	
		  .br-pc { display:block; }
		  .br-sp { display:none; }
		}
		@media screen and (max-width: 767px){	
		  .br-pc { display:none; }
		  .br-sp { display:block; }
		}

/* すべてのページに適用 - アサイド - */
.contact{

	background-image: url(../images/back-5.jpg) ;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	height:410px;

}
.section-box {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}

.contact h2{
	font-size:38px;
	font-weight:normal;
	color:#ffffff;
	padding:24px 0 3px;
	margin:0;
	font-family:"游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	
}
.contact1{
	font-size: 30px;
	color:#ffffff;	
	padding: 0;
	font-family: "游明朝 Medium",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	margin-top:0;
	margin-bottom:53px;
}
.contact2{
	font-size: 34px;
	color:#ffffff;
	font-weight: bold;
	margin: 0 0 10px;
}

.contact2 img{
	vartical-align:baseline;
	margin:0 10px 0 0;
}
.contact3 {
	width: 370px;
	margin: 0 auto;
}
.contact3 a{
	display:block;
	color:#ffffff;
	font-size: 30px;
	padding: 15px 0 14px;
	font-weight: bold;
	background-color: #0059c6;
	border-radius:4px;
	transition:all 0.5s linear;
}
.contact3 a:hover {
	background-color:#ff6f00;
}
	@media(max-width:767px){
		.contact{
			height:auto;
			padding:20px;
		}
		.section-box {
			width:100%;
			overflow:hidden;	
		}
		.contact h2{
			font-size:32px;
			padding:24px 0 3px;
			margin:0;

		}
		.contact1{
			font-size:20px;
			margin-bottom:20px;
		}
		.contact2{
			font-size: 30px;
			margin: 0 0 10px;
		}

		.contact3 {
			width: 100%;				
		}
		.contact3 a{
			font-size: 24px;
			padding: 15px 0 14px;
			}


	}
.bana-footer{
	text-align: center;
	border-bottom: 1px solid #ccc;	
	padding: 42px 0 42px;
}
ol,ul{
	list-style: none;
}
.bana-footer li{
	display: inline-block;
	margin: 0 50px;
}
	@media(max-width:767px){
		.bana-footer li{
			display: block;
		}
	}
/* すべてのページに適用 - フッター - */
.footerout{
	padding: 30px 0;
	width:1100px;
	margin:0 auto;
}
u-cf{
	display: block;
}
.footerout .footer-logo{
	float: left;
	width:174px;
}
.footerout .nav-footer{
	float:left;
	width: 400px;
	margin: 0 0 0 150px;
}
.footerout .nav-footer ul{
	float:left;
	width:168px;
}
.footerout .nav-footer li a {
    font-size: 16px;
    color: #444;
}
.footerout .nav-footer ul li a:hover {
	color:#ff6f00;
}
.footerout .nav-footer .nav-footer-ul {
    width: 216px;
}

.footerout .address {
    float: right;
}
.footerout .address dl{
	color: #444;
	margin:0 0 3px;
}
.footerout .address dt{
	font-weight: bold;
	line-height: 1.3;
}
.footerout{
	padding: 30px 0;
	width:1100px;
	margin:0 auto;
}.footerout{
	padding: 30px 0;
	width:1100px;
	margin:0 auto;
}
.copyright{
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #444;
	padding: 8px 0 7px;
}
	@media(max-width:767px){
		.footerout{
			width:100%;
		}
		.footerout .footer-logo{
			float: none;
			width:100%;
			text-align:center;
			margin-bottom:20px;
		}
		.footerout .nav-footer{
			float:none;
		
			width: 100%;
			text-align:center;
			margin:auto;
		}
		.footerout .nav-footer ul{
			float:none;
			width:100%;
			text-align:center;
			margin:auto;
		}
		.footerout .address {
	 	        float: none;
		        text-align:center;
			margin-top:20px;
		}
	}