@charset "utf-8";


/* ---------------------------------------------------------
		  -961px: PC
     960px-769px: tablet-wide,smartphone-wide,tablet		 
	 768px-320px: smartphone
----------------------------------------------------------*/



/* ---------------------------------------------------------

header

----------------------------------------------------------*/
header {

}

header .cpLink{
	background: #ffb32e;
    color: #fff;
	font-size: 0.66em;
    font-weight: bold;
    padding: 0.5em 1em;
    cursor: pointer;
	border-radius: 4px;
	position:absolute;
	top:49%;
	transform:translate(-10%,-50%);
}
@media screen and (max-width: 1024px) {
	header .cpLink{
		display: none;
	}
}

header .cpLink:hover{
	opacity: 0.8;
}
header .is-fixed {

}

header nav {
	position: fixed;
	z-index: 2500;
	width: 100%;
	left:0;	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;	
	}

header .nav-box{
	display: block;
	position: relative;
	width:100%;
	margin:0 auto;	
	height: 80px;
	background:#fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	}

header .sp_nav-box{
	display: none;
	}

header .nav-box .nav-logo{
	float:left;
	padding: 23px 0;
	padding-left: 50px;
	}

header .nav-box .nav-logo img{
	width: 280px;
	}

header .nav-box .nav-menu{
	display: block;
	float:right;
	width:600px;
	}

header .nav-box ul.nav-list{
	text-align: center;
	display: flex;
	position: relative;
	padding: 0px; /* ←追加 */
	margin: 0px; /* ←追加 */	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	font-size: 15px;
}

header .nav-box li.nav-txt01{
	position: relative;
	width:150px;
	padding: 25px 0;
	margin-top: 5px;
	}
header .nav-box li.nav-txt01 a.nav-target {
	cursor: default;
}
header .nav-box li.nav-txt02 {
	cursor: default;
}

header .nav-box li.nav-txt01:first-child{
  border-left: 0px;	
	}

header .nav-box li.nav-txt01:hover {	
	color: #ff3f3f;
	}

header .nav-box li.nav-txt02{
	margin:0;
	padding: 20px 0;
	width:180px;
	height:80px;
	color: #fff;
	background: #ff3f3f;
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
    font-size: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	}

header .nav-box li.nav-txt02:hover{
	/*
	color: #ff3f3f;
	background: #fff;
	border: 2px solid #ff3f3f;	
	transition-duration: 0.3s;
	*/
}

header .nav-box li.nav-txt02 .wrap{
	margin-top: 24px;
}

header .nav-box li.nav-txt02 .mdd-inner{
	display: none;
}

header .nav-box li.nav-txt02 .mdd-inner .fresh-btn{
	display: block;
	background-color: rgba(236,236,236,0.95);
	font-size: 18px;
	padding: 25px;
	text-align: center;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header .nav-box li.nav-txt02 .mdd-inner .career-btn{
	display: block;
	background-color: rgba(246,246,246,0.95);
	font-size: 18px;
	padding: 25px;
	text-align: center;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header .nav-box li.nav-txt02 .mdd-inner .fresh-btn:hover,
header .nav-box li.nav-txt02 .mdd-inner .career-btn:hover{
	opacity: 0.7 ;
}

header .wrap { /* aにホバーしたとき日本語表記を表示 */
	overflow: hidden;
}

.mdd-wrap {
	position:fixed;
	top:54px;
	left: 0;
	width:100%;
	z-index: -5;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;

}
.mdd-wrap .mdd-inner {
	display:none;
	z-index: 5;	
	margin:  0 auto;
	color: #5c5c5c;
	background-color: rgba(236,236,236,1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

header .mdd-container {
	padding: 80px 0px 40px;
	}

header .mdd-container h2.title {
	font-size: 25px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	color: #5c5c5c;	
}

header .mdd-container p.title-sub {
	margin-bottom: 0em;	
	font-size: 13px;
	text-align: center;	
}

header .mdd-container .mdd-link{
	margin: 20px 0 50px 0 ;
}

header .mdd-container .mdd-link .mdd-btn{
	float: right;	
	position: relative;
	width: 180px;
    height: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	font-size: 13px;		
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;
		 -webkit-align-items: center;
			-moz-align-items: center;
			 -ms-align-items: center;
			  -o-align-items: center;
				 align-items: center;	
}

header .mdd-container .mdd-link .mdd-btn span{
	text-align: right;
	position: relative;
    bottom: 1px;
    left: 18px;
}


header .mdd-container .wrap{
	width: 645px;
	margin: 0 auto;
}

header .mdd-container .mdd-link .mdd-btn:hover{
	color: #ff3f3f;
	background: #fff;
	border: solid 3px transparent;
	border-image: url("../img/top/bg_border.jpg") 3 stretch;
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

header .mdd-slider {
	margin:  20px 0;
	height: 100%;
	width: 100%;
	}


/* ---------------------------------------------------------
basic
----------------------------------------------------------*/
header .mdd-slider .slider-list{
	display: inline-block;	
	position: relative;
	width:25%;
	max-width: 307px;
    height: 220px;
	margin: 15px 25px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}


header .mdd-slider .slider-list:last-child{
	margin-right:0 !important;
}

header .mdd-slider .slider-list .slider-box{
	position: absolute;
	padding: 10px;
	width: 100%;
	height: 20%;
	top:100%;
	opacity:		0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.8);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	overflow: hidden;
}

header .mdd-slider .slider-list:hover .slider-box {
	opacity:		1;	/* マスクを表示する */
	top :80%;
	overflow: hidden;
}


header .mdd-slider .slider-list .slider-img{
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

header .mdd-slider .slider-list .slider-img img{
	width: 100%;
	/*height: 220px;*/	
	flex-shrink: 0!important;
	object-fit: cover;
	margin: 0 auto;
	display: block;	
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}

header .mdd-slider .slider-list .slider-img img.recruit{
    /*height: 161px;*/
	flex-shrink: 0!important;
}


header .mdd-slider .slider-list:hover .slider-img img{
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	cursor: pointer;
}

header .mdd-slider .slider-list h3{
	margin-top: 10px;
	font-size: 15px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header .mdd-slider .slider-list:hover h3{
	color: #929292;
}

@media screen and (min-width: 961px) and (max-width: 1200px) { 

	header .mdd-slider .slider-list h3{
		margin-top: 10px;
		font-size: 15px;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";
	}
	
}


/* ---------------------------------------------------------
company
----------------------------------------------------------*/

header .mdd-slider .slider-list_recruit{
	display: inline-block;	
	position: relative;
	width:33%;
	max-width: 280px;
    height: 161px;
	margin: 15px 15px 20px ;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

header .mdd-slider .slider-list_recruit:hover{
		overflow: visible;
	}

header .mdd-slider .slider-list_recruit:last-child{
	margin-right:0 !important;
}

header .mdd-slider .slider-list_recruit .slider-img{
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

header .mdd-slider .slider-list_recruit .slider-img img{
	width: 100%;
	height: 161px;	
	object-fit: cover;
	margin: 0 auto;
	display: block;	
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}

header .mdd-slider .slider-list_recruit:hover .slider-img img{
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	cursor: pointer;
}

header .mdd-slider .slider-list_recruit h3{
	margin-top: 10px;
	font-size: 17px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header .mdd-slider .slider-list_recruit:hover h3{
	color: #929292;
}




@media screen and (min-width: 961px) and (max-width: 1200px) { 

	header .mdd-slider .slider-list{
		display: inline-block;	
		position: relative;
		width:25%;
		max-width: 307px;
		height: 150px;
		margin: 15px 15px 0px;
	}

	header .mdd-slider .slider-list .slider-img img{
		/*height: 150px;*/
		flex-shrink: 0!important;
	}	

	header .mdd-slider .slider-list_recruit{
		display: inline-block;	
		position: relative;
		width:20%;
		max-width: 225px;
		height: 120px;
		margin: 15px 10px 0px;
	}

	header .mdd-slider .slider-list_recruit .slider-img img{
		/*height: 120px;*/
		flex-shrink: 0!important;
	}

	header .mdd-slider .slider-list_recruit h3{
	margin-top: 10px;
	font-size: 15px;
	font-family: "FOT-UD角ゴ_スモール Pr6 B";	
	}
	
}


/* ---------------------------------------------------------
news
----------------------------------------------------------*/
header .mdd-news {
	height: 100%;
	width: 100%;
	}

header .news-inner{
	margin:35px;
	padding: 0 10%;	
}

header dl.news-list{
	line-height:1.8;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header dl.news-list dt{
	width:6em;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	font-size: 14px;
}
header dl.news-list dd{
	position:relative;
	margin:0 0 10px;
	padding:0 5px 10px 15em;
	border-bottom:1px solid #b0b0b0;
	text-align: left;
}

header dl.news-list dd span.news-title {
	overflow: hidden;
}

header dl.news-list dd span.news-title p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
	width: 85%;
}


header dl.news-list dd span.new-info{
	float: left;
	margin-right: 0.3em;
    height: 26px;
    font-size: 13px;
	color: #FF3E41;
	 display: flex;
	 display: -webkit-flex;	
	-webkit-justify-content: center;
	   -moz-justify-content: center;
	    -ms-justify-content: center;
	     -o-justify-content: center;
	        justify-content: center;
	 -webkit-align-items: center;
	    -moz-align-items: center;
	     -ms-align-items: center;
	      -o-align-items: center;
         	 align-items: center;
	font-family: "FOT-セザンヌ Pro B";
}

header dl.news-list dd span.news-tag{
	display:block;
	position:absolute;
	top:4px;
	left:110px;
	width:90px;
	height: 20px;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 9px;		
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
		-ms-border-radius: 40px;
			border-radius: 40px;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
	    -ms-justify-content: center;
	     -o-justify-content: center;
	        justify-content: center;
	 -webkit-align-items: center;
	    -moz-align-items: center;
	     -ms-align-items: center;
	      -o-align-items: center;
         	 align-items: center;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header dl.news-list dd span.news-tag.tag-fresh{background: #ff3f3f;}
header dl.news-list dd span.news-tag.tag-career{background: #1a98c7;}
header dl.news-list dd span.news-tag.tag-recruit{background: #6c6c6c;}


header dl.news-list dd span.news-link{
	display:block;
	position:absolute;
	top:0;
	right: 0;
	width:50px;
	margin:0;
	padding:0;
	text-align:center;
	border-radius:2px;
}

header dl a:hover dd{
	color:  #a9a9a9;
	text-decoration: none;
}

header dl a:hover dd span.news-tag.tag-fresh{
	background: #ff9e9e;
	text-decoration: none;
}

header dl a:hover dd span.news-tag.tag-career{
	background:  #8ccbe3;
	text-decoration: none;
}

header dl a:hover dd span.news-tag.tag-recruit{
	background:  #a9a9a9;
	text-decoration: none;
}

header dl a:hover dd span.news-link{
	color: #a9a9a9;
	text-decoration: none;
}

/* ---------------------------------------------------------
tablet + smartphone
----------------------------------------------------------*/
@media screen and (max-width: 1024px) { 

header  {
	width: 100%;
	min-width: 320px;
	position: fixed;
	z-index: 2500;
	}

header nav {
	padding:0px;
	}
	
/*ハンバーガーメニューが開いたときにスクロールをオン*/
header nav.is-active {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	-webkit-overflow-scrolling: touch; /*滑らかスクロール*/
}

/*ハンバーガーメニューが開いたときは背景を固定*/
body.is-fixed{
	position: fixed;
	width:100%;
}

header .nav-box{
	display: none;
	}

header .sp_nav-box{
	display: block;
	margin:0 auto;
	}

header .sp_nav-box .nav-head{
	background:#fff;
	position: relative;
	z-index: 100;
	}	

 header .sp_nav-box .inner{

 }
 header .sp_nav-box .header-inner{
	 height: 60px; 
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	   -moz-justify-content: space-between;
	    -ms-justify-content: space-between;
	     -o-justify-content: space-between;
	        justify-content: space-between;
	 -webkit-align-items: center;
	    -moz-align-items: center;
	     -ms-align-items: center;
	      -o-align-items: center;
         	 align-items: center;
	}

header .sp_nav-box .nav-head .nav-logo{
	margin-left:15px;
	width: 180px!important;
    height: 20px!important;
	}

header .sp_nav-box .nav-head .nav-logo img{
	width: 100%;
	}	

header .sp_nav-box .nav-entry{
	position: absolute;
	right: 70px;
	margin:0;
	padding: 0;
	width:100px;
	height:80px;
	color: #fff;
	background: #ff3f3f;
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	}

header .sp_nav-box .nav-enrty:hover{
	/*
	color: #ff3f3f;
	background: #fff;
	border: 2px solid #ff3f3f;	
	transition-duration: 0.3s;
	*/
}

header .sp_nav-box .nav-entry .wrap{
	margin-top: 20px;
}

header .sp_nav-box .nav-entry .mdd-inner{
	display: none;
}

header .sp_nav-box .nav-entry .mdd-inner .fresh-btn{
	display: block;
	background-color: rgba(236,236,236,0.95);
	font-size: 15px;
	padding: 25px;
	text-align: center;
}

header .sp_nav-box .nav-entry .mdd-inner .career-btn{
	display: block;
	background-color: rgba(246,246,246,0.95);
	font-size: 15px;
	padding: 25px;
	text-align: center;
}	
	
	
header .sp_nav-box .nav-head .click-nav{
	position: relative;
    margin: 0 15px;
    width: 32px;
    height: 35px;
    cursor: pointer;
}
header .sp_nav-box .nav-head .click-nav span{
	display: block;
	position: absolute;
	right: 0;
	-webkit-transition: .3s;
	transition: .3s;
 }
header .sp_nav-box .nav-head .click-nav .one{
	top: 0;
	background: #5c5c5c;
	width: 100%;
	height: 3px;	
 }
header .sp_nav-box .nav-head .click-nav .two{
	top: 9px;
    background: #5c5c5c;
    width: 100%;
    height: 3px;	
 }
header .sp_nav-box .nav-head .click-nav .three{
	top: 18px;
    background: #5c5c5c;
    width: 100%;
    height: 3px;	
 }
	
header .sp_nav-box .nav-head .click-nav .txt{
	top: 24px;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    font-size: 11px;
    color: #5c5c5c;
}
	
header .sp_nav-box .nav-head .click-nav.is-active .one{
	transform:rotate(45deg);
	top: 9px;
 }
header .sp_nav-box .nav-head .click-nav.is-active .two{
	right: -100px;
 }
header .sp_nav-box .nav-head .click-nav.is-active .three{
	top: 9px;
	transform:rotate(-45deg);
 }

header .sp_nav-box .menu-wrap{
	background: #fff;
	width: 100%;
	position:relative;
	/*top:-20px;*/
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
 }
	
header .sp_nav-box .menu-wrap.is-active{
	opacity: 1;
	visibility: visible;
	display: block;
 }

 /* body-wrap */
 #body-wrap{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1;
 }

header .sp_nav-box .menu-wrap .menu{
	/*padding: 20px 0 0 0;*/
	}


header .sp_nav-box .menu-wrap .menu h2.nav_list{
	text-indent: 20px;
	font-size: 13px;
	border-top: solid 1px #ddd;
	text-align: left;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	height: 70px;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	   -moz-justify-content: flex-start;
	    -ms-justify-content: flex-start;
	     -o-justify-content: flex-start;
	        justify-content: flex-start;
	 -webkit-align-items: center;
	    -moz-align-items: center;
	     -ms-align-items: center;
	      -o-align-items: center;
         	 align-items: center;
	}
	
header .sp_nav-box .menu-wrap .menu  h2.nav_list:hover{
	background: #f0f0f0;
	color: #5c5c5c;
	}	

header .sp_nav-box .menu-wrap .menu h2.nav_list .sub{
	font-size: 11px;
	 display: flex;
	 display: -webkit-flex;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	}	

h2 .list-arrow{
	display:block;
	text-align: right;
}

h2 .list-arrow:after{
	padding: 0 15px 0 0;
	position: absolute;
	right: 5px;
	content: "＋";
	font-family: "FOT-ロダン Pro DB";	
/*	content: "\f107";
	font-family: FontAwesome;
	font-weight: 900;	*/
	font-size: 15px;
	color:#5c5c5c;
	margin-top: -7px;
}
	
h2.bg02 .list-arrow{
	display:block;
	text-align: right;
}

h2.bg02 .list-arrow:after{
	padding: 0 15px 0 0;
	position: absolute;
	right: 5px;
	content: "－";
	font-family: "FOT-ロダン Pro DB";		
/*	content: "\f106";
	font-family: FontAwesome;
	font-weight: 900;	*/
	font-size: 15px;
	color:#5c5c5c;
	margin-top: -7px;
}
	
header .sp_nav-box .menu-wrap .menu .nav_content{
	display: none;
 }	
	
header .list-container {
	padding: 20px 0px;
	border-top: solid 1px #ddd; 
	background: #f0f0f0;
	}

header .list-container h2.title {
	font-size: 28px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	color: #323232;	
}

header .list-container p.title-sub {
	padding-bottom: 1em;
	font-size: 13px;
	text-align: center;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header .list-container .list-link{
	margin: 10px 0;
}

header .list-container .list-link .list-btn{
	position: relative;
	width:80%;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	font-size: 12px;		
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;
		 -webkit-align-items: center;
			-moz-align-items: center;
			 -ms-align-items: center;
			  -o-align-items: center;
				 align-items: center;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}


header .list-container .list-link .list-btn span{
	text-align: right !important;
	position: absolute;
	top: 25%;
	right: 5%;
}

header .list-container .list-link .list-btn:hover{
	color: #ff3f3f;
	background: #fff;
	border: solid 3px transparent;
	border-image: url("../img/top/bg_border.jpg") 3 stretch;	
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

	
header .list-slider {
	margin:  0px auto;
	padding: 0 6px;
	height: 100%;
	width: 100%;
	max-width:940px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;	
	}

/* ---------------------------------------------------------
basic
----------------------------------------------------------*/
header .list-slider .slider-list{
	display: inline-block;	
	position: relative;
	width:49%;
	max-width: 450px;
    height: auto;
	padding: 15px 10px 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	/*overflow: hidden;*/
}
header .list-slider .slider-list:hover{
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
header .list-slider .slider-list .slider-mask{
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	overflow: hidden;
}

header .list-slider .slider-list:last-child{
	margin-right:0 !important;
}

header .list-slider .slider-list .slider-img{
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width:100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

header .list-slider .slider-list .slider-img img{
	width: 100%;
	height: auto;	
	object-fit: cover;
	margin: 0 auto;
	display: block;	
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}

header .list-slider .slider-list .slider-img img.recruit{
    height: 161px;
}


header .list-slider .slider-list:hover .slider-img img{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

header .list-slider .slider-list .slider-box .slider-txt{
	color: #fff;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";	
}

header .list-slider .slider-list .slider-box .slider-txt p{
	font-size: 12px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	text-align: center;
}

header .list-slider .slider-list h3{
	margin-top: 5px;
	font-size: 13px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	opacity:1;	/* マスクを表示する */
	text-align: center;
}

header .list-slider .slider-list:hover h3{
	color:#8A8A8A;
	opacity:1;
}

/* ---------------------------------------------------------
news
----------------------------------------------------------*/
header .list-news {
	margin:  10px 0;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	}

dl.news-list{
	margin:0px 5%; 
	margin-bottom: 0;
	padding:0;
	line-height:1.8;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}
	
header dl.news-list dd span.news-title p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 12px;
    width: 90%;
}
	
header dl.news-list dt {
    width: 13.3em;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
	
header dl.news-list dd{
	position:relative;
	margin:0 0 10px;
	padding:0 5px 55px 0;
	border-bottom:1px solid #b0b0b0;
	text-align: left;
}

header dl.news-list dd span.new-info {
    float: left;
    height: 20px;
    font-size: 12px;
    color: #FF3E41;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-family: "FOT-セザンヌ Pro B";
}
	

header dl.news-list dd span.news-tag{
	position:absolute;
	top:2px;
	left:72px;
	width:80px;
	height: 16px;
	margin:0;
	padding:0;
	color: #fff;
	font-size: 9px;		
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 40px;
	   -moz-border-radius: 40px;
		-ms-border-radius: 40px;
			border-radius: 40px;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
		-ms-justify-content: center;
		 -o-justify-content: center;
			justify-content: center;
	 -webkit-align-items: center;
		-moz-align-items: center;
		 -ms-align-items: center;
		  -o-align-items: center;
			 align-items: center;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

header dl.news-list dd span.news-title{
		position:absolute;
		overflow: hidden;
		top:20px;
		left:0px;
    	width:100%;
		margin:5px 0;
		padding:0;
		color: #5c5c5c;
		font-size: 12px;		
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-justify-content: left;
		   -moz-justify-content: left;
			-ms-justify-content: left;
			 -o-justify-content: left;
				justify-content: left;
		 -webkit-align-items: left;
			-moz-align-items: left;
			 -ms-align-items: left;
			  -o-align-items: left;
				 align-items: left;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	}
	
dl.news-list dd span.ico-new{
		padding-left: 5px!important; 
		color:#ff3f3f;
		font-weight: bold;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	}	

dl.news-list dd span.news-link{
		display:block;
		position:absolute;
		top:10px;
		right: 0;
		width:50px;
		margin:0;
		padding:0;
		text-align:center;
		border-radius:2px;
}

dl a:hover dt{
	color: #a9a9a9!important;
	text-decoration: none;
}

dl a:hover dd{
	color: #a9a9a9!important;
	text-decoration: none;
}

dl a:hover dd span.news-tag{
	color: #fff!important;
	text-decoration: none;
}

dl a:hover dd span.news-link{
	color: #a9a9a9!important;
	text-decoration: none;
}

dl a:hover dd span.news-title{
	color: #a9a9a9!important;
	text-decoration: none;
	}	

	
	
/* ---------------------------------------------------------
sns
----------------------------------------------------------*/	
header .nav-sns{
	display: block;
	width: 100%;
	padding: 30px 5%;
	border-top: solid 1px #ddd;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}

header .nav-sns p{
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	color: #fd4646;
	text-align: center;
	font-size: 13px;
	}
	
	
header .nav-sns .sns-link{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
	}
	
header .nav-sns .sns-link .entry-btn{
		width:100%;
		height: 50px;	
		text-align: center;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";	
	color: #fff;
	background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
		font-size: 13px;		
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;
		margin-bottom: 10px;
	}

header .nav-sns .sns-link .entry-btn:hover{
		color: #ff3f3f;
		background: #fff;
		border: solid 3px transparent;
		border-image: url("../img/top/bg_border.jpg") 3 stretch;
		transform: scale(1.05);	/*画像の拡大率*/	
		transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

header .nav-sns .sns-link .fb-btn:hover{
		color: #4267b2;
		background: #fff;
		border: 3px solid #4267b2;		
		transform: scale(1.05);	/*画像の拡大率*/	
		transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

header .nav-terms_sp{
	display: block;

	}	
	
header .nav-terms_sp .terms{
		padding: 0;
	}

header .nav-terms_sp{
		border-top: none;
	}

header .nav-terms_sp .termss{
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
	}

header .nav-terms_sp .terms ul.list-terms{
		text-align: center;
	}

header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.95%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
	header .nav-terms_sp .terms ul.list-terms a:first-child li{
		width: 100%;
		border-left: none;
		border-right: none;
	}
	
	header .nav-terms_sp .terms ul.list-terms a:nth-child(even) li{
		border-left: none;
	}

header .nav-terms_sp .terms ul.list-terms li.link-fb{
	background: #4267b2;
	}			
	
header .nav-terms_sp .terms ul.list-terms li.link-tw{
	background: #1da1f2;
	}		

header .nav-terms_sp .terms ul.list-terms li:nth-child(2){
	border-right: none!important;
	}
header .nav-terms_sp .terms ul.list-terms li:nth-child(4){
	border-right: none!important;
	}
header .nav-terms_sp .terms ul.list-terms li:nth-child(6){
	border-right: none!important;
	}
	
header .nav-terms_sp .terms ul.list-terms li.link-fb:hover{
		background: #4267b2;
		cursor: pointer;
	}	

header .nav-terms_sp .terms ul.list-terms li.link-tw:hover{
		background: #1da1f2;
		cursor: pointer;
	}		

header .nav-terms_sp .terms ul.list-terms li:hover a{
	color: #ffb32e;
	}	

header .nav-terms_sp .terms ul.list-terms a.entry{
	color: #fff !important;
	}		

		
header .nav-terms_sp .terms ul.list-terms .wrap::before{
    content: "\A" ;
    white-space: pre ;
	}

header .nav-terms_sp .terms ul.list-terms li.logo{
		float: none;
		display: block;	
		font-family: "FOT-セザンヌ Pro DB";
		font-size: 12px;
		width: 100%;
		height: 50px;
		padding:0;	
	}

header .nav-terms_sp .terms ul.list-terms li:first-child{
		padding-left:0;
	}	

}

@media screen and (max-width: 335px) {
	header .list-slider .slider-list h3{
		font-size: 11px;
	}
}

@media screen and (max-width: 968px) {
header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.93%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
}

@media screen and (max-width: 708px) {
header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.92%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
}

@media screen and (max-width: 691px) {
header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.9%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
}

@media screen and (max-width: 501px) {
header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.8%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
}

@media screen and (max-width: 491px) {
header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.85%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
}

@media screen and (max-width: 322px) {
header .nav-terms_sp .terms ul.list-terms li{
			float: left;
			display: inline-block;
			background: #fff;
			width: 49.84%;
			height: 60px;
			font-family: "FOT-DNP 秀英丸ゴシック Std B";
			font-size: 12px;
			border: 1px solid #c4c4c4;
			border-bottom: none;
			border-right: none;
			display: flex;
			display: -o-flex;	
			display: -ms-flex;
			display: -moz-flex;
			display: -webkit-flex;	
			-webkit-justify-content: center;
			   -moz-justify-content: center;
				-ms-justify-content: center;
				 -o-justify-content: center;
					justify-content: center;
			 -webkit-align-items: center;
				-moz-align-items: center;
				 -ms-align-items: center;
				  -o-align-items: center;
					 align-items: center;	
	}
}

/* ---------------------------------------------------------
entry
----------------------------------------------------------*/
#entry{
}

#entry .entry-wrap{
	width: 100%;
	margin: 0 auto;
}

#entry .entry-wrap img{
	width: 100% !important;
	margin: 0 auto;
}

#entry .entry-block{
	width:100%;
	height: 490px;
	position: relative;
	overflow: hidden;
}

#entry .entry-block .entry-img{
    position: absolute;	
	width:100%;
	height: 490px;
	/*background: linear-gradient(238deg, #f2ee4a, #ff28f7, #ff7b21),url(../img/top/img_colorful.jpg) center no-repeat;*/
	background: url(../img/top/img_colorful.png) center no-repeat;
	background-size: cover !important;
	background-blend-mode: screen;
	background-position: center center;
	background-attachment: normal;
	z-index: 1;
}


#entry .entry-block .gradation{
	position: absolute;
	width:100%;
	height: 490px;
	background: linear-gradient(218deg, rgba(255, 94, 94, 0.6), rgba(255, 171, 94, 0.6), rgba(233, 255, 68, 0.6), rgba(107, 255, 96, 0.6),rgba(96, 159, 255, 0.6),rgba(96, 103, 255, 0.6),rgba(183, 96, 255, 0.6),rgba(255, 96, 196, 0.6),rgba(255, 94, 94, 0.6), rgba(255, 171, 94, 0.6), rgba(233, 255, 68, 0.6), rgba(107, 255, 96, 0.6),rgba(96, 159, 255, 0.6),rgba(96, 103, 255, 0.6),rgba(183, 96, 255, 0.6),rgba(255, 96, 196, 0.6),rgba(255, 94, 94, 0.6), rgba(255, 171, 94, 0.6), rgba(233, 255, 68, 0.6), rgba(107, 255, 96, 0.6),rgba(96, 159, 255, 0.6),rgba(96, 103, 255, 0.6),rgba(183, 96, 255, 0.6),rgba(255, 96, 196, 0.6),rgba(255, 94, 94, 0.6), rgba(255, 171, 94, 0.6), rgba(233, 255, 68, 0.6), rgba(107, 255, 96, 0.6),rgba(96, 159, 255, 0.6),rgba(96, 103, 255, 0.6),rgba(183, 96, 255, 0.6),rgba(255, 96, 196, 0.6));
	background-size: 1000% 1000%;
	animation: AnimationName 80s linear infinite !important;
	z-index: 2;
}

@keyframes AnimationName {
	0%{background-position:88% 0%}
	50%{background-position:13% 100%}
	100%{background-position:88% 0%}
}

/*
#entry .entry-block .entry-img:hover{
	background: linear-gradient(70deg, #f2ee4a, #ff28f7, #ff7b21),url(../img/top/img_colorful.jpg) center no-repeat;
	transition-duration: 2s !important;
}
*/


#entry .entry-block .entry-contents{
	position: absolute;
	padding-top: 80px;
	width:100%;
	height: 490px;
	z-index: 3;
}

#entry .entry-block .entry-contents .entry-title{
	width: 100%;
	color: #fff;
	margin-bottom: 50px;
}

#entry .entry-block .entry-contents .entry-title  h2.title {
	display: block;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
}

#entry .entry-block .entry-contents .entry-title p.title-sub {
	display: block;
	margin-bottom: 0em;	
	font-size: 15px;
	text-align: center;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

#entry .entry-block .entry-contents{
	width: 100%;
	text-align: center;
}

#entry .entry-block .entry-contents .entry-inner{
	width: 1020px;
	margin: 0 auto;
}

#entry .entry-box{
	width: 100%;
	margin: 0 auto;
}

#entry .entry-box .btn-entrynew{
	float: left;
	background-color: rgba(255,255,255,0.8);
	max-width: 450px;
	width: 100%;
	height: 130px;
	margin: 0 30px;
	font-size: 20px;
	border: 5px solid rgba(255,255,255,0);
}

#entry .entry-box .btn-entrycareer{
	float: left;
	background-color: rgba(255,255,255,0.8);
	max-width: 450px;
	width: 100%;
	height: 130px;
	font-size: 20px;
	border: 5px solid rgba(255,255,255,0);
}

#entry .entry-box .btn-entrynew .entrynew-title,
#entry .entry-box .btn-entrycareer .entrycareer-title{
	width: 100%;
	height:  130px;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	   -moz-flex-direction: column;
	    -ms-flex-direction: column;
	     -o-flex-direction: column;
 		    flex-direction: column;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
	    -ms-justify-content: center;
	     -o-justify-content: center;
	        justify-content: center;
	 -webkit-align-items: center;
	    -moz-align-items: center;
	     -ms-align-items: center;
	      -o-align-items: center;
         	 align-items: center;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

#entry .entry-box .btn-entrynew:hover,
#entry .entry-box .btn-entrycareer:hover{
	/*background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516);*/
	background-color: rgba(255,0,0,0.15);
	border: 5px solid rgba(255,255,255,0.9);	
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	color: #fff;
}

@media screen and (max-width: 1100px) { 
	
	#entry .entry-wrap{
		width: 100%;
		min-width:100%;
	}
	
	#entry .entry-block .entry-contents {
    height: 410px;
	}

	#entry .entry-block .entry-contents .entry-title{
		width: 100%;
		color: #fff;
		margin-bottom: 20px;
	}

	#entry .entry-block .entry-contents .entry-title  h2.title {
		font-size: 25px;
	}

	#entry .entry-block .entry-contents .entry-title p.title-sub {
		font-size: 15px;
	}
	
	#entry .entry-block .entry-contents .entry-inner{
		width: 100%;
	}

	#entry .entry-box{
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;	
	}
	
	#entry .entry-box .btn-entrynew .entrynew-title, #entry .entry-box .btn-entrycareer .entrycareer-title {
    height: 100px;
	font-size: 17px;
	}
	
	#entry .entry-box .btn-entrynew{
		float: none;
		max-width: 100%;
		width: 100%;
		height: 110px;
		margin: 0 0 10px;
		font-size: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;	
	}

	#entry .entry-box .btn-entrycareer{
		float: none;
		max-width: 100%;
		width: 100%;
		height: 110px;
		font-size: 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;	
	}	
	
	#entry .entry-box .btn-entrynew:hover,
	#entry .entry-box .btn-entrycareer:hover{
		background-color: rgba(255,255,255,0.0);
		border: 5px solid rgba(255,255,255,0.8);	
		transform: scale(1.0);	/*画像の拡大率*/
		transition-duration: 0.3s;	/*変化に掛かる時間*/
		color: #fff;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;	
	}

	#entry .entry-block .entry-img .entry-inner .entry-title h2.title {
		font-size: 50px;
	}

	#entry .entry-block .entry-img .entry-inner .entry-title p.title-sub {
		font-size: 20px;
	}
	
}


@media screen and (max-width: 768px) {
	#entry .entry-block .entry-contents .entry-title  h2.title {
	font-size: 16px;
	}

	#entry .entry-block .entry-contents .entry-title p.title-sub {
	font-size: 12px;
	}	
}

@media screen and (max-width: 767px) {
	
	#entry .entry-block .entry-img,
	#entry .entry-block .gradation {
	height: 350px;}
	
	#entry .entry-block {
    height: 350px;
	}
	
	#entry .entry-block .entry-contents {
    height: 350px;
	padding-top: 50px;
	}
	
	#entry .entry-box .btn-entrynew,
	#entry .entry-box .btn-entrycareer {
    height: 70px;
	}
	
	#entry .entry-box .btn-entrynew .entrynew-title, #entry .entry-box .btn-entrycareer .entrycareer-title {
    height: 60px;
    font-size: 12px;
	}
}

/* ---------------------------------------------------------
other
----------------------------------------------------------*/

#other{
	background:#fff;
}

#other .other-wrap{
	width: 100%;
	margin: 0 auto;
}


#other .other-wrap img{
	width: 100% !important;
	margin: 0 auto;
}

.other_b{display: block;}	
.ie11{display: none;}	


#other .other-block{
	float: left;
	width:33.33%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

#other .other-block .other-img01{
    position: absolute;	
	width:100%;
	height: 100%;
	background-size: cover !important;	
	background:  url(../img/common/img_entry001.jpg) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}

#other .other-block .other-img02{
    position: absolute;	
	width:100%;
	height: 100%;
	background-size:cover !important;	
	background:  url(../img/common/img_entry002.jpg) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}

#other .other-block .other-img03{
    position: absolute;	
	width:100%;
	height: 100%;
	background-size: cover !important;	
	background:  url(../img/common/img_entry003.jpg) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}

#other .other-block .other-img01 .other-inner01{background: url(../img/common/img_entry001.jpg) center no-repeat;}
#other .other-block .other-img02 .other-inner02{background: url(../img/common/img_entry002.jpg) center no-repeat;}
#other .other-block .other-img03 .other-inner03{background: url(../img/common/img_entry003.jpg) center no-repeat;}


#other .other-block .other-img01 .other-inner01,
#other .other-block .other-img02 .other-inner02,
#other .other-block .other-img03 .other-inner03{
	position: relative;
	z-index: 100;
	-webkit-background-clip: text;
	   -moz-background-clip: text;
	    -ms-background-clip: text;
	     -o-background-clip: text;	
	        background-clip: text;		
	background-size: cover !important;
	background-position: center center;	
	color: #5c5c5c;
	width: 100%;
	height: 100%;
}

#other .other-block .other-img01 .other-inner01 .other-title,
#other .other-block .other-img02 .other-inner02 .other-title,
#other .other-block .other-img03 .other-inner03 .other-title{
	width: 100%;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	   -moz-flex-direction: column;
	    -ms-flex-direction: column;
	     -o-flex-direction: column;
 		    flex-direction: column;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
	    -ms-justify-content: center;
	     -o-justify-content: center;
	        justify-content: center;
	 -webkit-align-items: center;
	    -moz-align-items: center;
	     -ms-align-items: center;
	      -o-align-items: center;
         	 align-items: center;
	
}

#other .other-block .other-img01 .other-inner01 .other-title,
#other .other-block .other-img02 .other-inner02 .other-title,
#other .other-block .other-img03 .other-inner03 .other-title{height:  300px;
transition-duration: 0.3s;	/*変化に掛かる時間*/	}

#other .other-block .other-img01 .other-inner01 .other-title h2.title,
#other .other-block .other-img02 .other-inner02 .other-title h2.title,
#other .other-block .other-img03 .other-inner03 .other-title h2.title{
	font-size: 25px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-ロダン Pro EB";
}

#other .other-block .other-img01 .other-inner01 .other-title p.title-sub,
#other .other-block .other-img02 .other-inner02 .other-title p.title-sub,
#other .other-block .other-img03 .other-inner03 .other-title p.title-sub{
	font-size: 14px;
	line-height: 1.5;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";	
	margin-bottom: 0;
}

#other .other-box{
	position: absolute;
	top: 50% ;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 1000px;
	width: 55%;
	min-width: 190px;
	height:150px;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
}

#other .other-outer:hover{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
#other .other-block .other-img01 .other-inner01:hover,
#other .other-block .other-img02 .other-inner02:hover,
#other .other-block .other-img03 .other-inner03:hover{
	/*color: rgba(0,0,0,1.0); /* ここの透明度の値を変化させれば黒にフェードしていくアニメーションも可能 */
	transition-duration: 0.1s;	/*変化に掛かる時間*/
}

@media screen and (min-width: 769px) and (max-width: 1200px) { 
	#other .other-block{
		height: 250px;
		transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

	#other .other-block .other-img01 .other-inner01 .other-title,
	#other .other-block .other-img02 .other-inner02 .other-title,
	#other .other-block .other-img03 .other-inner03 .other-title{height:  250px;
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

}

@media screen and (max-width: 768px) { 
	#other .other-wrap{
		width: 100%;
		min-width:100%;
	}

	#other .other-block{height: 150px;}

	#other .other-block .other-img01,
	#other .other-block .other-img02,
	#other .other-block .other-img03{height: 150px;}

	#other .other-box{
		width: 80%;
		height: 70%;
		min-width: auto;
	}

	#other .other-block .other-img01 .other-inner01 .other-title,
	#other .other-block .other-img02 .other-inner02 .other-title,
	#other .other-block .other-img03 .other-inner03 .other-title{height:  150px;}

	#other .other-block .other-img01 .other-inner01 .other-title h2.title,
	#other .other-block .other-img02 .other-inner02 .other-title h2.title,
	#other .other-block .other-img03 .other-inner03 .other-title h2.title{
		font-size: 15px;
		line-height: 1.2;
		margin-top: 10px;
	}

	#other .other-block .other-img01 .other-inner01 .other-title p.title-sub,
	#other .other-block .other-img02 .other-inner02 .other-title p.title-sub,
	#other .other-block .other-img03 .other-inner03 .other-title p.title-sub{
		font-size: 12px;
		line-height: 1.5;
	}
	
}

@media screen and (max-width: 400px){
	#other .other-block .other-img01 .other-inner01 .other-title h2.title, #other .other-block .other-img02 .other-inner02 .other-title h2.title, #other .other-block .other-img03 .other-inner03 .other-title h2.title {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 10px;
	}

	#other .other-block .other-img01 .other-inner01 .other-title p.title-sub, #other .other-block .other-img02 .other-inner02 .other-title p.title-sub, #other .other-block .other-img03 .other-inner03 .other-title p.title-sub {
    font-size: 10px;
    line-height: 1;
	}

}



@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

	.other_b{display: none;}	
	.ie11{display: block;}	
	
	
	#other .other-block{
		float: left;
		width:33.33%;
		height: 300px;
		position: relative;
		overflow: hidden;
	}

	#other .other-block .other-img01{
		position: absolute;	
		width:100%;
		height: 100%;
		background-size: cover !important;	
		background:  url(../img/common/img_entry001.jpg) center no-repeat;
		background-position: center center;
		background-attachment: normal;
	}

	#other .other-block .other-img02{
		position: absolute;	
		width:100%;
		height: 100%;
		background-size:cover !important;	
		background:  url(../img/common/img_entry002.jpg) center no-repeat;
		background-position: center center;
		background-attachment: normal;
	}

	#other .other-block .other-img03{
		position: absolute;	
		width:100%;
		height: 100%;
		background-size: cover !important;	
		background:  url(../img/common/img_entry003.jpg) center no-repeat;
		background-position: center center;
		background-attachment: normal;
	}

	#other .other-block .other-img01 .other-title,
	#other .other-block .other-img02 .other-title,
	#other .other-block .other-img03 .other-title{
		width: 100%;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		   -moz-flex-direction: column;
			-ms-flex-direction: column;
			 -o-flex-direction: column;
				flex-direction: column;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;
		 -webkit-align-items: center;
			-moz-align-items: center;
			 -ms-align-items: center;
			  -o-align-items: center;
				 align-items: center;

	}

	#other .other-block .other-img01:hover,
	#other .other-block .other-img02:hover,
	#other .other-block .other-img03:hover{
		transform: scale(1.5);	
		transition-duration: 0.3s;	
		color: #323232;
		cursor: pointer;
	}	
	
	#other .other-block .other-img01 .other-title,
	#other .other-block .other-img02 .other-title,
	#other .other-block .other-img03 .other-title{height:  180px;
	transition-duration: 0.3s;	/*変化に掛かる時間*/	}

	#other .other-block .other-img01 h2.title,
	#other .other-block .other-img02 h2.title,
	#other .other-block .other-img03 h2.title{
		font-size: 25px!important;
		text-align: center;
		line-height: 1.5;	
		font-family: "FOT-ロダン Pro EB";
	}

	#other .other-block .other-img01 p.title-sub,
	#other .other-block .other-img02 p.title-sub,
	#other .other-block .other-img03 p.title-sub{
		font-size: 15px!important;
		line-height: 1.5;	
		font-family: "FOT-DNP 秀英丸ゴシック Std B";		
	}

	#other .other-box{
		position: absolute;
		top: 50% ;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		max-width: 1000px;
		width: 55%;
		height:170px;
		background-color: rgba(255,255,255,0.8);
		z-index: 1;
	}

	#other .other-outer:hover{
	transform: none;
	transition-duration: 0.3s;
	}

	
}
	
	
@media screen and (min-width: 769px) and (max-width: 1200px) and (-ms-high-contrast: active) and (-ms-high-contrast: none){ 
	#other .other-block{
		height: 250px!important;
		transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

	#other .other-block .other-img01 .other-title,
	#other .other-block .other-img02 .other-title,
	#other .other-block .other-img03 .other-title{height:  190px!important;
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

}

@media screen and (max-width: 768px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) { 
	#other .other-wrap{
		width: 100%;
		min-width:100%;
	}

	#other .other-block{height: 150px!important;}

	#other .other-block .other-img01,
	#other .other-block .other-img02,
	#other .other-block .other-img03{height: 150px;}

	#other .other-box{
		width: 80%;
		height: 70%;
	}

	#other .other-block .other-img01 .other-title,
	#other .other-block .other-img02 .other-title,
	#other .other-block .other-img03 .other-title{height:  100px!important;}

	#other .other-block .other-img01 h2.title,
	#other .other-block .other-img02 h2.title,
	#other .other-block .other-img03 h2.title{
		font-size: 15px!important;
		line-height: 1.2;
		margin-top: 10px;
	}

	#other .other-block .other-img01 p.title-sub,
	#other .other-block .other-img02 p.title-sub,
	#other .other-block .other-img03 p.title-sub{
		font-size: 12px!important;
		line-height: 1;
	}

}

@media screen and (max-width: 400px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) { 

	#other .other-block .other-img01 h2.title,
	#other .other-block .other-img02 h2.title,
	#other .other-block .other-img03 h2.title{
		font-size: 13px!important;
		line-height: 1.8;
	}

	#other .other-block .other-img01 p.title-sub,
	#other .other-block .other-img02 p.title-sub,
	#other .other-block .other-img03 p.title-sub{
		font-size: 10px!important;
	}

}



/* ---------------------------------------------------------

footer

----------------------------------------------------------*/

footer {
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

footer .footer-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 15px 0;
}

footer .footer-wrap nav {
	float: left;
}

footer .footer-wrap nav .nav-wrap {
	min-width:820px;
	width: 100%;
}

footer .footer-wrap nav .nav-block{
	display: inline-block;
	vertical-align: top; 
	max-width: 150px;
	min-width: 50px;
	width: 20%;	
	margin-right: 5%;
}

footer .footer-wrap nav .nav-block02{
	display: inline-block;
	vertical-align: top; 
	max-width: 300px;
	min-width: 50px;
	width: 35%;	
}

footer .footer-wrap nav .nav-block h3 {
	font-size: 14px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	border-bottom: solid 1px #5c5c5c;
	padding-bottom: 10px;
}

footer .footer-wrap nav .nav-block02 h3 {
	font-size: 14px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	border-bottom: solid 1px #5c5c5c;
	padding-bottom: 10px;
}


footer .footer-wrap nav .nav-block02 h3 i {
	color: #a2a2a2 !important;
	font-size: 18px;
}

footer .footer-wrap nav .nav-block ul.nav-list {
	padding-top: 10px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

footer .footer-wrap nav .nav-block ul.nav-list li {
	padding: 5px 0;
	font-size: 13px;
	line-height: 2;
}

footer .footer-wrap nav .nav-block ul.nav-list li i {
	color: #a2a2a2 !important;
	font-size: 11px;
	
}

footer .footer-wrap nav .nav-block02 ul.nav-list02 {
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	font-weight: bold;
}

footer .footer-wrap nav .nav-block02 ul.nav-list02 .fa-external-link-square-alt{
	font-size: 15px;
}

footer .footer-wrap nav .nav-block02 ul.nav-list02 li {
	padding: 0 0 12px 0;
	padding-top: 0;
	font-size: 14px;
}

footer .footer-wrap nav .nav-block02 ul.nav-list02 li i {
	color: #a2a2a2 !important;
	font-size: 11px;
	
}

footer .footer-wrap nav .nav-block a{
	text-decoration-line: none;
	color: #5c5c5c;
}

footer .footer-wrap nav .nav-block a:hover{
	color:#888;
}

footer .footer-wrap aside.nav-aside {
	float: right;
}

footer .footer-wrap aside.nav-aside .aside-wrap{
	width:340px;
	background: #fff;	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

footer .footer-wrap aside.nav-aside .aside-wrap .aside-title{
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	text-align: center;
	font-size: 15px;
}

footer .footer-wrap aside.nav-aside .aside-link{
	padding: 10px 0px 30px ;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

footer .footer-wrap aside.nav-aside .aside-wrap .aside-caution{
	padding-top: 20px;
	color: #5c5c5c;
	text-align: center;
}

footer .footer-wrap aside.nav-aside .aside-link .tw-btn{
	width:100%;
	height: 55px;
	text-align: center;
	color: #fff;
	background: #1da1f2;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	font-size: 18px;	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;
		 -webkit-align-items: center;
			-moz-align-items: center;
			 -ms-align-items: center;
			  -o-align-items: center;
				 align-items: center;
	margin-bottom: 10px;	
}

footer .footer-wrap aside.nav-aside .aside-link .tw-btn:hover{
	color: #1da1f2;
	background: #fff;
	border: 5px solid #1da1f2;	
	transform: scale(1.05);	/*画像の拡大率*/	
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}

footer .footer-wrap aside.nav-aside .aside-link .fb-btn{
	width:100%;
	height: 55px;
	text-align: center;
	color: #fff;
	background: #4267b2;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	font-size: 18px;	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;
		 -webkit-align-items: center;
			-moz-align-items: center;
			 -ms-align-items: center;
			  -o-align-items: center;
				 align-items: center;
}

footer .footer-wrap aside.nav-aside .aside-link .fb-btn:hover{
	color: #4267b2;
	background: #fff;
	border: 5px solid #4267b2;		
	transform: scale(1.05);	/*画像の拡大率*/	
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}

footer .footer-wrap .back-wrap{
	margin: 80px 0 30px;
}

footer .footer-wrap .back-btn{
	width:1200px;
	height: 60px;
	text-align: center;
	color: #fff;
	background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	font-size: 30px;		
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
		-ms-justify-content: center;
		 -o-justify-content: center;
			justify-content: center;
	 -webkit-align-items: center;
		-moz-align-items: center;
		 -ms-align-items: center;
		  -o-align-items: center;
			 align-items: center;
	margin: 0 auto;
}

footer .footer-wrap .back-btn:hover{
	color: #ffb32e;
	background: #fff;
	border: solid 5px transparent;
	border-image: url("../img/top/bg_border.jpg") 3 stretch;
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

footer .nav-terms{
	border-top: solid 1px #acacac;
}

footer .nav-terms-form{
	font-family: "FOT-セザンヌ Pro DB";
    font-size: 13px;
	padding: 1em;
	text-align: center;
}

footer .nav-terms .terms{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;	
}

footer .nav-terms .terms ul.list-terms{
	font-family: "FOT-UD角ゴ_スモール Pr6 R";	
}

footer .nav-terms .terms ul.list-terms li{
	float: left;
	font-size: 11px;
	padding-right: 45px;
	height: 70px;
	display: flex;
	display: -o-flex;	
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
		-ms-justify-content: center;
		 -o-justify-content: center;
			justify-content: center;
	 -webkit-align-items: center;
		-moz-align-items: center;
		 -ms-align-items: center;
		  -o-align-items: center;
			 align-items: center;	
}

footer .nav-terms nav.terms ul.list-terms li a{
	text-decoration-line: none;
	color: #5c5c5c;
}

footer .nav-terms nav.terms ul.list-terms li a:hover{
	color:#888;
}	

footer .nav-terms nav.terms ul.list-terms li.logo{
	float: right;
	font-family: "FOT-セザンヌ Pro DB";
	font-size: 13px;
}

footer .nav-terms nav.terms ul.list-terms li:nth-child(4){
	padding-right:0;
}

footer .nav-terms nav.terms ul.list-terms li a i{
	color: #a2a2a2;
}

@media screen and (max-width: 1240px) { 

	footer .footer-wrap aside.nav-aside {
		float:none;
		width: 100%;
		margin: auto 0;
	}
	
	footer .footer-wrap aside.nav-aside .aside-link{

	}
	
	
	footer .footer-wrap aside.nav-aside .aside-link .tw-btn{

	}

	footer .footer-wrap aside.nav-aside .aside-link .tw-btn:hover{

	}

	footer .footer-wrap aside.nav-aside .aside-link .fb-btn{

	}

	footer .footer-wrap aside.nav-aside .aside-link .fb-btn:hover{

	}

}


@media screen and (min-width: 769px) and (max-width: 1240px) { 

	footer .footer-wrap {
		height: 100%;
		padding: 70px 15px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;	
	}

	footer .footer-wrap nav {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	footer .footer-wrap nav .nav-wrap {
		min-width:100%;
		width: 100%;
	}

		footer .footer-wrap aside.nav-aside .aside-wrap{
		width:500px;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		margin-bottom: 50px;
	}
	
	
	footer .footer-wrap nav .nav-block {
		display: inline-block;
		vertical-align: top; 
		max-width: 100%;
		min-width: 50px;
    	width: 20%;
   		margin: 0 6%;
		margin-bottom: 80px;
	}

	footer .footer-wrap nav .nav-block:last-child {
		margin-right: 0 !important;
	}

	footer .footer-wrap nav .nav-block02{
		display: inline-block;
		vertical-align: top; 
		max-width: 300px;
		min-width: 50px;
		width: 30%;	
   		margin: 0px 2%;
	}	
	footer .footer-wrap .back-wrap{
		margin: 30px 0;
	}

	footer .footer-wrap .back-btn{
		width:100%;
		padding: 0 10px;
	}
	
	footer .footer-wrap .back-btn:hover{
		transform: scale(1.01);	/*画像の拡大率*/
}
	
	footer .footer-wrap aside.sp_aside .aside-lang {
		display: none; 
	}
	
	footer .footer-wrap aside.sp_aside .aside-link{
		width: 250px;
		margin: 0px auto;
	}

	footer .nav-terms nav.terms{
		padding: 0 15px;
	}	

	footer .nav-terms nav.terms ul.list-terms .wrap_sp{
	display: none;
	}	
	
}

@media screen and (max-width: 768px) { 
	footer .footer-wrap {
		height: 100%;
		padding: 40px 0 0 0;
	}

	footer .footer-wrap nav {
		display: none;
	}

	footer .footer-wrap .back-wrap{
		display: none;
	}

	footer .footer-wrap .back-wrap{

	}	
	
	footer .footer-wrap aside.nav-aside {
		padding: 0 5%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		margin-bottom: 0px;
	}
	
	footer .footer-wrap aside.nav-aside .aside-wrap{
		width:100%;
	}
	

	footer .nav-terms nav.terms{
		padding: 0 10px;
	}

	footer .nav-terms{
		border-top: none;
	}
	
	footer .nav-terms-form{
		font-size: 11px;
	}

	footer .nav-terms nav.terms{
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
	}

	footer .nav-terms nav.terms ul.list-terms{
		text-align: center;
	}

	footer .nav-terms nav.terms ul.list-terms li{
		float: none;
		display: inline-block;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";		
		font-size: 12px;
		height:100%;
		padding:0 5%;
		margin-bottom: 50px;
		padding-right: 0;
	}
		
	footer .nav-terms nav.terms ul.list-terms .wrap_sp{

	}

	footer .nav-terms nav.terms ul.list-terms .wrap::before{
    content: "\A" ;
    white-space: pre ;
	}

	footer .nav-terms nav.terms ul.list-terms li.logo{
		float: none;
		display: block;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
		font-size: 12px;
		width: 100%;
		height: 40px;
		padding:0;	
	}

	footer .nav-terms nav.terms ul.list-terms li:first-child{
		padding-left:0;
	}	
	
	footer .footer-wrap aside.nav-aside .aside-wrap .aside-title{
	padding-bottom: 10px;
	font-size: 12px;
	}
	
	footer .footer-wrap aside.nav-aside .aside-link .tw-btn,
	footer .footer-wrap aside.nav-aside .aside-link .fb-btn {
    height: 50px;
	font-size: 15px;
	}
	
	

}

