/*----------------------------------------------------
	　　    ◆homenew
----------------------------------------------------*/

/*	common
--------------------------*/
/*-- FOOTER --*/


/*	sub_header
--------------------------*/
.sub-mv-wrapper {
	position: relative;
	overflow: hidden;
}
.sub-mv-wrapper {
	box-sizing: border-box;
	padding: 50px 10px;
	background-color: #efefef;
	overflow: hidden;
}
.sub-mv-wrapper .sub-mv-box {
	max-width: 1030px;
	margin: 0 auto;
}
.sub-mv-wrapper .sub-mv-box .sub-mv-slider a {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 801px;
	padding: 0;
}
.sub-mv-wrapper .sub-mv-box .sub-mv-slider a:hover {
	opacity: 0.8;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.sub-mv-wrapper .sub-mv-box .sub-mv-slider a span {
	display: block;
    width: 100%;
    padding-top: 37%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sub-mv-wrapper .slick-list {
	overflow: visible;
}
.sub-mv-wrapper .slick-arrow {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: -10px !important;
	border: none;
	width: 20px;
	height: 20px;
	top: 50%;
	box-sizing: border-box;
	background-color: transparent;
	z-index: 3;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.sub-mv-wrapper .slick-arrow.slick-prev {
	left: 0;
	border-left: 5px solid #000;
	border-bottom: 5px solid #000;
}
.sub-mv-wrapper .slick-arrow.slick-next {
	right: 0;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
}


/*	homenew_sub_conts01
----------------------*/

.hover{-webkit-transition: .3s;
	transition: .3s;}
.hover:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.hover img:hover {
 	filter: alpha(opacity=60);/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
 	}

.top-mv {
	width: 100%;
	height: 430px;
	background: url(../../uniq/images/mv.jpg) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 1000s linear infinite;
    -moz-animation: fadeAnimations 5000s linear infinite;
    -ms-animation: fadeAnimations 5000s linear infinite;
    animation: fadeAnimations 5000s linear infinite;
}

@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

.top-mv-ul {
    position: absolute;
	left:17%;
	top: 25%;
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}


.conts01 h2{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 2px;
	}
.conts01 ul{
	width:100%;

	}

.conts01 ul li {
	width:18.1%;
	float:left;
	position: relative;
	display: block;
	border: 1px solid #1c305c;
	padding:25px 0px 25px 0;
    color:#1c305c;
    background:#ECECEC;
    font-size:13px;
	line-height:3.9;
	font-weight:bold;
	transition:.4s;
	text-align:left;
	margin:0.5%;
	}



.conts01 ul li a.Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 100%;
	padding-left:8%;
	text-decoration:none;
	color:#1c305c;
	}
/*.conts01 ul li:last-child{
	margin-right: 0;
	border-right:none;
}*/

.conts01 ul li a.Link:hover {
background:#1c305c;
color:#ffffff;
padding-right:0;

}

.conts01 ul li a.Link.activ{
background:#1c305c;
color:#ffffff;
padding-right:0;

}




.conts01 ul li span{
 position: absolute;
 right:5%;
 top:-17%;
 font-size:19px;

}

.conts02{
	width:100%;
	margin:0;


}


.conts02 h3{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 2px;

}

.conts02 h3 span{
	color: red;
}

.conts02 ul{
	width:100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.conts02 ul li{
  flex-basis: auto;
	width:30.3%;
	position: relative;
	border: 1px solid #808080;
	border-collapse: collapse;
	padding: 0 0px 5px 0px;
	 color: #1c305c;
    background: #fdfdfd;
	font-size:14px;
	font-weight: bold;
	transition: .4s;
	text-align:left;
	margin:0 1% 2% 1%;
	}

.conts02 ul li div.tit{
  margin-bottom: 5px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
 	font-size:16px;
	font-weight: bold;
	color:#202020;
}

.conts02 ul li div.post{
 	font-size:14px;
	font-weight: bold;
	color:#202020;
	padding-left:10px;
	/*text-align:center;*/
}
.conts02 ul li div.cat_text {
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #202020;
  padding-left: 10px;
  font-weight: bold;

}

.conts02 ul li a:hover {
opacity: 0.5 ;
}

.conts02 div.more{
   width:50%;
   position: relative;
	display: block;
	padding:25px 0px 25px 1px;
    background:#1c305c;
    font-size:18px;
	line-height:3.2;
	font-weight:bold;
	transition:.4s;
	text-align:center;
	margin: 0 auto;

}

.conts02 div.more a.Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-left:0%;
	text-decoration:none;
	color:#ffffff;
	}
/*.conts01 ul li:last-child{
	margin-right: 0;
	border-right:none;
}*/

.conts02 div.more a.Link:hover {
background:#ECECEC;
color:#1c305c;
border: 1px solid #1c305c;

}

.conts02 div.more span{
 position: absolute;
 right:5%;
 top:-17%;
 font-size:19px;

}


.conts03{
 width:88%;
 margin: 0 auto;

}

.conts03 div  img{
 margin:5% 1%;
 width:43%;
 float:left;
 padding-bottom:0;
 border: 1px solid #808080;

}



.conts03 div  a :hover{
opacity: 0.5 ;

}

.conts04 {
  width:80%;
  margin:0 10%;
  }

.conts04 h2{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:left;
	font-size: 20px;
	font-weight: bold;
	padding:70px 20px 5px 80px;


}

.conts04 ul{
	width:86%;
	margin:0 7%;
	}

.conts04 ul li {
	float:left;
	position: relative;
	display: block;
	padding:2px 5px 2px 20px;
    color:#00008b;
    font-size:17px;
	line-height:1.3;
	font-weight:bold;
	transition:.4s;
	text-align:left;
	margin:0 0 0 5px;
	}


.conts04 ul li a{
	text-decoration:none;
	color:#00008b;
}

.conts04 ul li a:hover{
color:#00bfff;
}

.conts04 ul li span{
 padding:0 10px;
 font-size:14px;

}







/*	footer box
----------------------*/
.footer-box_sub02{
	background: #efefef;
	padding: 35px 10px 40px 10px;
}
.footer-box_sub02 .tri_clmn{
	overflow: hidden;
}
.footer-box_sub02 .tri_clmn{margin-bottom: 50px;}

.footer-box_sub02 ul li a{display: block; text-decoration: none; color: #121212;}
.footer-box_sub02 ul li img{display: block; width: 100%;}
.footer-box_sub02 .tri_clmn li{
	float: left;
	width: 32%;
	max-width: 316px;
	background: #fff;
}
.footer-box_sub02 .tri_clmn li:last-child{
	margin-right: 0;
}
.footer-box_sub02 .tri_clmn li{text-align: center;}
.footer-box_sub02 .twin_clmn01 li a:hover figcaption{
	color: #fff;
	background: #0b419b;
}
.footer-box_sub02 .tri_clmn li{
    padding: 20px 15px 66px 15px;
    box-sizing: border-box;
    position: relative;
    min-height: 330px;
}
.footer-box_sub02 .tri_clmn .twin_clmn_btn{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 15px;
	margin: auto;
	display: block;
	padding: 0 15px;
}
.footer-box_sub02 .tri_clmn .twin_clmn_btn a{
	border: 1px solid #0b419b;
	color: #0b419b;
	position: relative;
	font-size: 16px;
	clear: both;
	padding: 3px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.footer-box_sub02 .tri_clmn .twin_clmn_btn a::after{
	content: " ";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	display: block;
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #0b419b;
    border-right: solid 2px #0b419b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.footer-box_sub02 .tri_clmn .twin_clmn_btn a:hover{
	color: #fff;
	background: #0b419b;
}
.footer-box_sub02 .tri_clmn .twin_clmn_btn a:hover::after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.footer-box_sub02 .tri_clmn .ttl{
	font-size: 26px;
	margin-bottom: 10px;
}
.footer-box_sub02 .tri_clmn li:last-child .ttl{margin-bottom: 0;}
.footer-box_sub02 .tri_clmn .twin_in a{
	float: left;
	width: 48%;
	text-align: left;
	padding-bottom: 3px;
}
.footer-box_sub02 .tri_clmn .twin_in a:hover{
	background: #efefef;
}
.footer-box_sub02 .tri_clmn .twin_in a:last-child{float: right;}
.footer-box_sub02 .tri_clmn .twin_in a img{margin-bottom: 10px;}
.footer-box_sub02 .tri_clmn .twin_in a span{
	display: block;
	padding-left: 10px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	border-left: 12px solid #000;
}
.footer-box_sub02 .tri_clmn .twin_in a span::after{
content: " ";
    position: absolute;
    top: 0;
    left: -11px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1000;
}
.footer-box_sub02 .tri_clmn .ttl02 {
    font-size: 24px;
    line-height: 32px!important;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-box_sub02 .tri_clmn .ttl02 span{color: #0b419b; }
.footer-box_sub02 .tri_clmn .ttl02_bt {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
}
.footer-box_sub02 .tri_clmn .bg_blue_txt {
    background: #0b419b;
    color: #fff;
    margin: 0 auto 20px auto;
    border-radius: 38px;
    padding: 6px 20px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.footer-box_sub02 .tri_clmn .twin_in{overflow: hidden;}




@media screen and (max-width:960px) {
.sn{display: none;}

.sub-mv-wrapper .slick-arrow.slick-prev {
	left: 0;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.sub-mv-wrapper .slick-arrow.slick-next {
	right: 0;
	border-right: 3px solid #000;
	border-top: 3px solid #000;
}
/*	footer-box_sub02
---------------------------*/
.footer-box_sub02 .tri_clmn {
    margin-bottom: 0;
    text-align: center;
}
.footer-box_sub02 .tri_clmn .ttl02 {
    font-size: 20px;
    line-height: 27px!important;
}
.footer-box_sub02 .tri_clmn li {
    float: none;
    width: 270px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 30px 5px;
}
.footer-box_sub02 .tri_clmn li:last-child{margin-bottom: 0;}
.homenew_sub_conts03 .twin_bnr li a {
    padding: 0px 6px 0px 155px;
	text-shadow: 2px 2px 10px #fff,
    -2px -2px 10px #fff,
    2px -2px 10px #fff,
    -2px 2px 10px #fff;
}

}/*media screen 絞め*/

@media screen and (max-width:760px) {
/*	sub_header
-------------------------*/
.sn{display: none;}
.sub-mv-wrapper {
    padding: 15px 10px;
}

.sub-mv-wrapper .sub-mv-box .sub-mv-slider a span {
	display: block;
}

.conts01 h2{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 2px;
	}
.conts01 ul{
	width:100%;

	}

.conts01 ul li {
	width:48%;
	float:left;
	position: relative;
	display: block;
	border: 1px solid #1c305c;
	padding:18px 0px 18px 0;
    color:#1c305c;
    background:#ECECEC;
    font-size:12px;
	line-height:3.1;
	font-weight:bold;
	transition:.4s;
	text-align:center;
	margin:0.5%;
	}



.conts01 ul li a.Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 100%;
	padding-left:8%;
	text-decoration:none;
	color:#1c305c;
	}
/*.conts01 ul li:last-child{
	margin-right: 0;
	border-right:none;
}*/

.conts01 ul li a.Link:hover {
background:#1c305c;
color:#ffffff;
padding-right:0;

}

.conts01 ul li a.Link.activ{
background:#1c305c;
color:#ffffff;
padding-right:0;

}




.conts01 ul li span{
 position: absolute;
 right:2%;
 top:-1%;
 font-size:12px;

}


.conts02{
	width:100%;
	margin:10px 0px;


}

.conts02 h3{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 2px;

}





.conts02 h1{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	padding: 4px 10px;
	margin:5px 50px 5px 50px;
	border-bottom: 1px solid #1c305c;
	}



.conts02 p.post{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:center;
	font-size: 16px;
	padding: 4px 10px;
	margin-bottom: 2px;
	}



.conts02 ul{
	width:100%;

	}


.conts02 ul li{
	width:100%;
	position: relative;
	/*float:left;*/
	border: 1px solid #808080;
	border-collapse: collapse;
	padding:2px 0px 5px 0px;
	 color: #1c305c;
    background: #fdfdfd;
	font-size:14px;
	font-weight: bold;
	transition: .4s;
	text-align:left;
	margin:2% 1.8%;
	}


.conts02 ul li div.tit{
    width:100%;
 	font-size:12px;
	font-weight: bold;
	color:#202020;
	text-align:center;
	padding:0;
	float:left;


	}

.conts02 ul li div.post{
 	font-size:11px;
	font-weight: bold;
	color:#202020;
	padding-left:4px;
  padding-right:4px;
  line-height: 1.3;
	/*text-align:center;*/
	}
.conts02 ul li div.cat_text{
  font-size:11px;
  padding-left:4px;
  padding-right:4px;
  line-height: 1.3;
}





.conts02 ul li div.photo{
 	float:left;
	width:100%;
	}



.conts02 ul li div.photo2{
 	float:left;
	width:100%;
	}

.conts02 ul li div.tit2{
    width:100%;
 	font-size:18px;
	font-weight: bold;
	color:#202020;
	text-align:center;
	padding:0;
	float:left;


	}

.conts02 ul li div.photo3{
 	float:left;
	width:100%;
	}

.conts02 ul li div.tit3{
    width:100%;
 	font-size:18px;
	font-weight: bold;
	color:#202020;
	text-align:center;
	padding:0;
	float:left;


	}

.conts02 div.more{
   width:80%;
   position: relative;
	display: block;
	padding:25px 0px 25px 1px;
    background:#1c305c;
    font-size:18px;
	line-height:3.2;
	font-weight:bold;
	transition:.4s;
	text-align:center;
	margin: 10% auto;

}

.conts02 div.more a.Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-left:0%;
	text-decoration:none;
	color:#ffffff;
	}
/*.conts01 ul li:last-child{
	margin-right: 0;
	border-right:none;
}*/

.conts02 div.more a.Link:hover {
background:#ECECEC;
color:#1c305c;
border: 1px solid #1c305c;

}

.conts02 div.more span{
 position: absolute;
 right:1%;
 top:-17%;
 font-size:19px;

}






.conts04 {
  width:100%;
  margin:0;
  }

.conts04 h2{
	display: block;
	background: fffffff;
	letter-spacing:3px;
	color: #1c305c;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	padding:10px 0px 5px 5px;


}

.conts04 ul{
	width:100%;
	margin:0 ;
	}

.conts04 ul li {
	float:left;
	width:49.2%;
	position: relative;
	display: block;
	padding:10px 0;
    color:#00008b;
    font-size:14px;
	line-height:1.3;
	font-weight:bold;
	transition:.4s;
	text-align:center;
	margin:0;
	border: 1px solid #808080;
	}


.conts04 ul li a{
	text-decoration:none;
	color:#00008b;
}

.conts04 ul li a:hover{
color:#00bfff;
}

.conts04 ul li span{
 padding:0 7px;
 font-size:12px;

}










/*	homenew_sub_conts02
-------------------------*/

.menu-ul01 li{display: none;}
.menu-ul01 li.homenew_nav{display: block;}
.menu-ul01 li.homenew_nav .hide_area{display: block;}
}/*media screen 絞め*/