@charset "utf-8";


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


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

basic

----------------------------------------------------------*/
html {
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	background: #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;		
	}

area{
  border:none;
  outline:none;
}

.fa-external-link-square-alt{
	color: #ccc;
}

*:focus{
	outline:none;	
}

@media screen and (min-width: 769px) and (max-width: 960px) { 
	
	html {
		overflow-x: hidden;
		}
}

@media screen and (max-width: 768px) { 
	
	html {
		min-width: 320px;
		}
}

body {
	width: 100%;
	font-size:15px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ",  sans-serif;
	color: #5c5c5c;
	background-color: #fff;
	/*background-size: cover !important;
	background-position: center center;
	background-attachment: fixed;*/
/*	position: relative;
	overflow: hidden;*/
	}



.wrapper{

}



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

slider

----------------------------------------------------------*/
#main{
	background: #fff;
	position: relative;

}

#main .main-wrap{
	/*overflow: hidden;*/
	background: #fff;
}

#main .main-block_sp{
	display: none;
	position: relative;
}

#main .main-wrap .main-block{
	text-align: center;
	position: relative;
}

#main .main-wrap .main-block .main-visual {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 75vh;
	max-height: 980px;
	min-height: 620px;
	border-bottom-right-radius: 3000px 1000px;
	border-bottom-left-radius: 3000px 900px;
	margin-left: -300px;
	margin-right: -300px;
	padding-left: 300px;
	padding-right: 300px;
	z-index: 50;
}

#main .main-wrap .main-block .movie-overlay{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100vw;
	height: 94vh;
	min-height: 620px;
	margin-left: -300px;
	margin-right: -300px;
	padding-left: 300px;
	padding-right: 300px;
	z-index: 50;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2OMi4v7v2jRIkYGBgYGMAEDKBwAitkEBPbOQW4AAAAASUVORK5CYII=) repeat;
}

#main .main-wrap .main-block .main-visual .arc{
	
}

#bgvid {
	background-attachment:fixed;
	background-size: auto;
	background-position: top;
	min-width: 1920px;
    width: 100%;
}

#main .main-inner{
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding: 20px;
	z-index: 100;
	width: 1000px;
}

.pickupArea{
	width: 910px;
	margin: 60px auto 0;
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 15px 0;
	text-align: center;
}
.pickupArea ul {
	width: 900px;
	margin: 0 auto;
}

.pickupArea ul li {
	float: left;
	width: 210px;
	margin: 0 7px; ;
}
.pickupArea ul li p {
	margin-bottom: 0.5em;
}
.pickupArea ul li img{
	width: 96%;
	margin: 0 auto;
}
.pickupArea h2{
	font-size: 25px;
    text-align: center;
    line-height: 1.2;
    font-family: "FOT-UD角ゴ_スモール Pr6 B";
}

.entryTopArea{
	position: absolute;
	bottom: 20%;
	z-index: 999;
	width: 100%;
	margin: auto;
}
.entryTopArea ul {
	width: 90%;
	max-width: 910px;
	margin: auto;
}
.entryTopArea ul li {
	float: left;
	font-size: 1.5em;
	width: 49%;
	margin: 0;
}
.entryTopArea ul li:first-child {
	margin-right: 2%;
}
.entryTopArea ul li a{
	display: block;
	width: 100%;
	padding: 1.4em 0;
	box-sizing: border-box;
	border: #fff solid 2px;
	background: #ff3f3f;
	color: #fff !important;
	text-align: center;
}
.entryTopArea ul li:hover{
	opacity: 0.8;
}
.main-block_sp .entryTopArea ul li {
	font-size: 1em;
}

#main .main-line {
	position: relative;
	z-index: 20;	
}

#main .main-line .line-top {
	position: absolute;
	width: 100%;
	height: 77vh;
	min-height: 640px;
	max-height: 1100px;
	margin: 0 auto;
	border-bottom-right-radius: 3000px 1000px;
	border-bottom-left-radius: 3000px 1000px;
	margin-left: -300px;
	margin-right: -300px;
	padding-left: 300px;
	padding-right: 300px;
	background: -webkit-linear-gradient(-0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:    -moz-linear-gradient(-0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:     -ms-linear-gradient(-0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:      -o-linear-gradient(-0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	-webkit-animation: gradation_hr 10s ease infinite reverse;
	-moz-animation: gradation_hr 10s ease infinite reverse;
	animation: gradation_hr 10s ease infinite reverse;	
	background-size: 200% 200%;
	z-index: 10;
}

#main .main-line .line-top02 {
	position: absolute;
	top:10px;
	width: 100%;
	height: 78vh;
	min-height: 650px;
	max-height: 1120px;
	margin: 0 auto;
	border-bottom-right-radius: 3000px 1100px;
	border-bottom-left-radius: 3000px 1000px;
	margin-left: -300px;
	margin-right: -300px;
	padding-left: 300px;
	padding-right: 300px;
	background: -webkit-linear-gradient(0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:    -moz-linear-gradient(0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:     -ms-linear-gradient(0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:      -o-linear-gradient(0deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	-webkit-animation: gradation_hr 15s ease infinite reverse;
	-moz-animation: gradation_hr 15s ease infinite reverse;
	animation: gradation_hr 15s ease infinite reverse;	
	background-size: 200% 200%;
	z-index: 5;
}

#main .main_dot {
	position: relative;
	left: 50%;
    top: -100px;
	z-index: 200;
}

#main .main_dot p {
	position: absolute;		
	text-align: center;
	font-family: "FOT-UD角ゴ_スモール Pr6 B";	
	top: -35px;
	left: -45px;
	width: 90px;
}

#main .dot_line {
	height: 100px;
	border-left: 1px solid #5c5c5c;
	
}

#main .dot_radius {
	position: absolute;	
	width: 10px;
	height: 10px;
	left: -5px;
	margin-bottom: 15px;
	background: #5c5c5c;
	-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;
}
#loadingAnim h1,
#main .main-inner h1{
	font-size: 4vw;
	text-align: center;
	line-height: 1.75;
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
	color: #FF8C00;
	background: -webkit-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:    -moz-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:     -ms-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:      -o-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: gradation_main 4s ease infinite reverse;
	-moz-animation: gradation_main 4s ease infinite reverse;
	animation: gradation_main 4s ease infinite reverse;	
	background-size: 200% 200%;	
	margin-bottom: 30px;
}

#main .main-inner .gradation_txt{
	font-size: 30px;
	width: 425px;
	height: 66px;
	margin: 0 auto;
	color: #FF8C00;
	background: -webkit-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:    -moz-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	background:     -ms-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);
	background:      -o-linear-gradient(-45deg,  #f24a4a, #ff9400, #fffa21, #86ea81, #2188ff, #8821ff);	
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: gradation_main 6s ease infinite reverse;
	-moz-animation: gradation_main 6s ease infinite reverse;
	animation: gradation_main 6s ease infinite reverse;
	background-size: 300% 300%;
}

@keyframes gradation_main {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_main {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_main {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_main { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}

/* ▼20201020▼ */
#main .main-inner .recruitBnr {
　opacity:1;
  animation-name:bnr;
  animation-duration:5s; 
  animation-fill-mode: forwards;
}
@keyframes bnr {
0% {
 opacity: 0;
 transform: translateY(30px);
}
  50%{
    opacity: 0;
     transform: translateY(20px);
  }
 100% {
 opacity:1;
 transform: translateY(0);
 } 
}
#main .main-inner .recruitBnr1>div,
#main .main-inner .recruitBnr2>div {
	text-align: center;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    right: 35.25%;
    position: absolute;
    background: #ff3f3f;
    color: #fff;
    padding: 15px 25px;
    width: 180px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
#main .main-inner .recruitBnr1>div{
	left: 20%;
}
#main .main-inner .recruitBnr2>div{
	right: 20%;
}
#main .main-inner .recruitBnr1>div:hover,
#main .main-inner .recruitBnr2>div:hover{
    background: #ff6e6e;
    }
#main .main-inner .recruitBnr1 div p,
#main .main-inner .recruitBnr2 div p{
	font-size: 18px;
	margin-bottom: 0.5em;
}
#main .main-inner .recruitBnr1 div div,
#main .main-inner .recruitBnr2 div div{
	margin-top: -10px;
	font-size: 22px;
}
@media screen and (max-width: 960px) {
#main .main-inner .recruitBnr1>div {
    left: 36.3%;
    top: 60%;
}
#main .main-inner .recruitBnr2>div {
    right: 36.3%;
    top: 120%;
}
#main .main-inner .recruitBnr1 div p,
#main .main-inner .recruitBnr2 div p{
	font-size: 14px;
}
#main .main-inner .recruitBnr1 div div,
#main .main-inner .recruitBnr2 div div{
	margin-top: -10px;
	font-size: 18px;
}
	
}
/* ▲20201020▲ */

#main .main-inner_ie{
	display: none;
}

/**IEハック（background-clip非対応のため）*/
@media all and (-ms-high-contrast: none){
	#main .main-inner{
		display: none;
	}
	#main .main-inner_ie{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		padding: 20px;
		z-index: 100;
	}
	#main .main-inner_ie h1 img{
		width: 734px;
	}
	#main .main-inner_ie .gradation_txt img{
		width: 266px;
		margin-top: 10px;
	}
}

@media screen and (min-width: 960px) {
	#main .pickupArea_sp{
		display: none;
	}
}

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

	#main .main-wrap{
		display: none;
	}

	#main .main-block_sp{
		display: block;
	}	

	#slider{
		position: relative;
	}	
	
	#slider .slider-main{
		width: 100%;
		margin: 0 auto;  
	}
	
	#slider .topslide-wrap{
		position: relative;
		width: 100%;
		background: #fff;
		padding-bottom: 0px;
		z-index: 15;
		overflow: hidden;
		height: 95vw;
		border-bottom-right-radius: 3000px 1000px;
		border-bottom-left-radius: 3000px 900px;
		margin-left: -300px;
		margin-right: -300px;
		padding-left: 300px;
		padding-right: 300px;
	}

	#slider .wrap-main {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
		width: 100%;
		height: auto;
	}
	
	#slider .slider-main{
		width: 100%;
		margin: 0;  
	}

	#slider .mypattern{
		width: 100%;
	}

	#slider .slider-main .slider-unit{
	}

	#slider .slider-main .slider-unit img{
		display: block;	
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-border-radius: 0px;
		   -moz-border-radius: 0px;
			-ms-border-radius: 0px;
				border-radius: 0px;
		transition-duration: none;	/*変化に掛かる時間*/
		object-fit:cover;
	}

	#slider .slider-main .slider-unit:not(.slick-center) {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
		transition-duration: none;	/*変化に掛かる時間*/
	}
	
	#main .main-inner{
		position: absolute;
		top: 60%;
		left: 50%;
		width: 800px;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		padding: 20px;
	}

	#main .main-line {
		position: relative;
		z-index: 10;
	}

	#main .main-line .line-top {
		height: 98vw;
		min-height: 0;
	}

	#main .main-line .line-top02 {
		height: 100vw;
		min-height: 0;
	}
	#main .main_dot {
		position: relative;
    	top: 80px;
	}

	#main .main_dot p {
		position: absolute;		
		text-align: center;
		font-family: "FOT-UD角ゴ_スモール Pr6 B";	
		top: -200px;
		left: -45px;
		width: 90px;
		font-size: 12px;
	}

	#main .dot_line {
		position: absolute;
		top:-160px;
		height: 80px;
		border-left: 1px solid #5c5c5c;
	}

	#main .dot_radius {
		position: absolute;
		top:-170px;
		width: 10px;
		height: 10px;
		left: -5px;
		margin-bottom: 15px;
		background: #5c5c5c;
		-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;
	}
	
	#main hr {
    width: 40px;
    height: 3px;
	margin: 7px auto;
	}
	#main .pickupArea{
		display: none;
	}

	#main .pickupArea_sp{
		width: 100%;
		margin: 30px auto 0;
		background-color: rgba( 255, 255, 255, 0.65);
		padding: 15px 0 0;
		margin-top: 60px;
	}
	#main .pickupArea_sp ul {
		width: 95%;
		margin: 30px auto 0;
		font-size: 12px;
	}

	#main .pickupArea_sp ul li {
		float: left;
		width: 46%;
		margin: 0 2% 20px;
		text-align: center;
	}
	#main .pickupArea_sp ul li p{
		margin-bottom: 0.5em;
	}
	#main .pickupArea_sp ul li img{
		width: 100%;
	}

	
}

@media screen and (min-width: 360px) and (max-width: 959px) {
	#main .main-inner h1{
		font-size: 30px;
		text-align: center;
		line-height: 1.5;	
		font-family: "FOT-UD角ゴ_スモール Pr6 B";
		color: #FF8C00;
	}
	#main .main-inner .gradation_txt{
		font-size: 20px;
		text-align: center;
		color: #FF8C00;
	}
}

@media screen and (max-width: 420px) {
#main .main-inner h1 {
    font-size: 7vw;
    text-align: center;
    line-height: 1.5;
    font-family: "FOT-UD角ゴ_スモール Pr6 B";
    color: #FF8C00;
}
	#main .main-inner .gradation_txt{
		font-size: 16px;
		text-align: center;
		color: #FF8C00;
	}
}

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

見出し　common

----------------------------------------------------------*/
#interview .interview-wrap .interview-link .interview-btn,
#movieArea .movie-wrap .movie-link .movie-btn,
#news .news-wrap .news-link .news-btn{
	float: right;
	position: relative;
	width:200px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background: -webkit-linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background:    -moz-linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background:     -ms-linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background:      -o-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;	
}

#interview .interview-wrap .interview-link .interview-btn:hover,
#movieArea .movie-wrap .movie-link .movie-btn:hover,
#news .news-wrap .news-link .news-btn:hover{
	color: #ff3f3f;
	background: #fff;
	border: solid 3px transparent;
	border-image: url("../img/top/bg_border.jpg") 3 stretch;
}

#interview .interview-wrap .interview-link .interview-btn span,
#movieArea .movie-wrap .movie-link .movie-btn span,
#news .news-wrap .news-link .news-btn span{
	text-align: right;
	position: relative;
	font-size: 15px;	
	left: 50px;
}

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

	#interview .interview-wrap .interview-link .interview-btn,
	#movieArea .movie-wrap .movie-link .movie-btn,
	#news .news-wrap .news-link .news-btn{
		float: none;
		width:100%;
		min-width: 150px;
		height: 45px;	
		font-size: 12px;
		border: 3px;
	}
	#interview .interview-wrap .interview-link .interview-btn span,
	#movieArea .movie-wrap .movie-link .movie-btn span,
	#news .news-wrap .news-link .news-btn span{
	font-size: inherit;
	}
	.fa, .fas {
    font-weight: 900;
	}

	
	
}




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

movie

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

#movieArea{
	width: 100%;
	background: #fff;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;	
	margin-top: 80px;
}
#movieArea .movie-wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 0px 0 50px;
}

#movieArea .movie-wrap h2.title {
	font-size: 25px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
}
#movieArea .movie-wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 0px 0 50px;
    text-align: center;
}
#movieArea .movie-wrap .movie-link .movie-btn {
	margin: 0 auto;
	float: none;
	margin-top: 20px;
}
@media screen and (max-width: 960px) { 
#movieArea img{
	width: 100%;
}
#movieArea { margin-top: 40px; }
#movieArea .movie-wrap {
	padding: 0px;
}
}
/* ---------------------------------------------------------

news

----------------------------------------------------------*/
#news{
	width: 100%;
	background: #fff;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;	
	margin-top: 80px;
}

#news .news-wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 0px 0 50px;
}

#news .news-wrap h2.title {
	font-size: 25px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
}

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

#news .news-block{
	margin:  20px 0 0;
	height: 100%;
	width: 100%;
}

/* ---------------------------------------------------------
news list
----------------------------------------------------------*/
#news dl.news-list{
	margin:10px 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";	
}
#news dl.news-list dt{
	width:6em;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	font-size: 14px;
}
#news dl.news-list dd{
	position:relative;
	margin:0 0 10px;
	padding:0 5px 10px 14.5em;
	border-bottom:1px solid #b0b0b0;
	text-align: left;
}

#news dl.news-list dd span.news-tag{
	position:absolute;
	top:4px;
	left:100px;
	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";	
}

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

#news dl.news-list dd span.ico-new{
	padding-left: 10px;
	color:#ff3f3f;
	font-weight: bold;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";	
}

#news .news-list dd span.new-info{
	float: left;
	/*height: 30px;*/
	line-height: 2;
	font-size: 13px;
	margin-right: 0.3em;
	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";
}

#news .news-box .news-txt i {
	font-size: 12px;
    color: #a2a2a2;
}

#news 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;
}

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

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

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

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

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

#news dl a:hover dd span.ico-new{
	color:#ff9e9e;
}	


#news dl.news-list dd span.news-title p{
	margin-bottom: 0;
	font-size:14px;
}

#news .news-wrap .news-contents{
	width: 100%;
	text-align: center;
	margin: 3% 0 0px;
}

#news .news-wrap .news-contents .news-contents-inner{
	width: 595px;
	margin: 0 auto;
}

#news .news-wrap .news-box{
	width: 100%;
	margin: 0 auto;
	color: #BBBBBB;
}

#news .news-wrap .news-box .btn-kaisya{
	float: left;
	background-color: #fff;
	max-width: 250px;
	width: 100%;
	height: 60px;
	margin: 0 30px;
	font-size: 13px;
}

#news .news-wrap .news-box .btn-shokusyu{
	float: left;
	background-color: #fff;
	max-width: 250px;
	width: 100%;
	height: 60px;
	font-size: 13px;
}

#news .news-wrap .news-box .btn-kaisya .kaisya-title,
#news .news-wrap .news-box .btn-shokusyu .shokusyu-title{
	float: right;
	position: relative;
	width:100%;
	height: 60px;
	text-align: center;
	color: #fff;
	background: linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background: -webkit-linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background:    -moz-linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background:     -ms-linear-gradient(70deg, #ffd003, #ff5591, #ff7516) ;
	background:      -o-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;	
}

#news .news-wrap .news-box i.far.fa-clone{
	font-size: 11px;
}

#news .news-wrap .news-box .btn-kaisya .kaisya-title:hover,
#news .news-wrap .news-box .btn-shokusyu .shokusyu-title:hover{
	color: #ff3f3f;
	background: #fff;
	border: solid 3px transparent;
	border-image: url("../img/top/bg_border.jpg") 3 stretch;
}



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

	#news{
		padding: 0 5%;
		margin-top: 20px;
	}

	#news .news-wrap{
		width: 100%;
		padding: 40px 0;
		}
	.pickupArea_sp h2.title,
	#news .news-wrap h2.title,
	#movieArea .movie-wrap h2.title {
		font-size: 16px;
		text-align: center;
		line-height: 1.2;	
		font-family: "FOT-UD角ゴ_スモール Pr6 B";
	}
	.pickupArea_sp p.title-sub,
	#news p.title-sub {
		margin-bottom: 0em;	
		font-size: 13px;
		text-align: center;	
	}

	#news .news-block{
		margin:  0;
	}	
	#news .news-wrap .news-link
	{
		margin: 0;
	}

	
	#news dl.news-list{
		margin:15px 0 1%; 
		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";	
		font-size: 12px;
	}
	
	#news dl.news-list dt{
		width:6em;
		float:left;
		margin:0;
		padding:0;
	}
	#news dl.news-list dd{
		position:relative;
		margin:0 0 10px;
		padding:0 5px 60px 0;
		border-bottom:1px solid #b0b0b0;
		text-align: left;
	}
	
	#news dl.news-list dd span.news-tag{
		position:absolute;
		top: 2px;
    	left: 82px;
    	width: 80px;
    	height: 17px;
		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: 80px;
		   -moz-border-radius: 80px;
			-ms-border-radius: 80px;
				border-radius: 80px;
		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";	
	}
	
	#news dl.news-list dd span.news-tag.tag-fresh{background: #ff3f3f;}
	#news dl.news-list dd span.news-tag.tag-career{background: #1a98c7;}
	#news dl.news-list dd span.news-tag.tag-recruit{background: #6c6c6c;}
	
	#news dl.news-list dd span.news-title{
		position:absolute;
		overflow: hidden;
		width: 90%;
		top:20px;
		left:0px;
		margin:6px 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";	
	}	
	
	
	#news dl.news-list dd span.news-title p{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 0;
		font-size: 12px;
	}
	
	#news .news-list dd span.new-info {
    float: left;
    height: 20px;
    font-size: 11px;
    margin-left: 8em;
	}
	
	#news dl.news-list dd span.ico-new{
		padding-left: 10px;
		color:#ff3f3f;
		font-weight: bold;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";	
	}

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


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

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

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

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

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

	#news dl a:hover dd span.ico-new{
		color:#ff9e9e;
	}
	
	
	
}


@media screen and (max-width: 768px) { 
#news p.title-sub {
    margin-bottom: 0em;
    font-size: 12px;
    text-align: center;
	}
	
#news .news-wrap .news-contents{
	width: 100%;
	text-align: center;
	margin: 10px auto 0px;
}

#news .news-wrap .news-contents .news-contents-inner{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
    text-align: center;
}
	
#news .news-wrap .news-box .btn-kaisya .kaisya-title,
#news .news-wrap .news-box .btn-shokusyu .shokusyu-title{
	width:100%;
	height: 40px;
	font-size: 12px;
}

#news .news-wrap .news-box .btn-kaisya{
	float: left;
	background-color: #fff;
    min-width: 185px;
    max-width: 49%;
    width: 100%;
    height: 40px;
    margin: 0;
	font-size: 12px;
}

#news .news-wrap .news-box .btn-shokusyu{
    float: right;
    background-color: #fff;
    min-width: 185px;
    max-width: 49%;
    width: 100%;
    height: 40px;
}
	
	#news .news-wrap .news-box i.far.fa-clone {
    font-size: 10px;
}

}

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


#news .news-wrap .news-box .btn-kaisya,
#news .news-wrap .news-box .btn-shokusyu{
    min-width: 137px;
	width: 100%;
}

}



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

contents

----------------------------------------------------------*/
/* ---------------------------------------------------------
recruit
----------------------------------------------------------*/
#recruit{
	background:#fff;
}

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

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

#recruit .recruit-block{
	float: left;
	width:50%;
	height: 500px;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}

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

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

#recruit .recruit-block .recruit-img01 .recruit-inner,
#recruit .recruit-block .recruit-img02 .recruit-inner{
	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%;
}

#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title,
#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-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;
}

#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title,
#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title{height:  500px;
transition-duration: 0.3s;	/*変化に掛かる時間*/	}

#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title h2.title,
#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title h2.title{
	font-size: 30px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
}

#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title p.title-sub,
#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title p.title-sub{
	font-size: 16px;
	line-height: 1.2;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
}

#recruit .recruit-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: 500px;
	width: 90%;
	height: 50%;
	background-color: rgba(255,255,255,0.6);
}

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


#recruit .recruit-outer:hover .recruit-box{
	background-color: rgba(255,255,255,0.0);
	background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKklEQVQYV2NkwAL+////nxFdHCwIAsgSMEGQGFwCWRAugS4IlsAmCJIAAAi+GAOu436dAAAAAElFTkSuQmCC) repeat;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#recruit .recruit-outer:hover .recruit-title h2.title,
#recruit .recruit-outer:hover .recruit-title h2.title,
#recruit .recruit-outer:hover .recruit-title p.title-sub,
#recruit .recruit-outer:hover .recruit-title p.title-sub{
	color: #fff;
text-shadow:0px 0px 6px #000000;	
}



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

	#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title,
	#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title{
		height:  400px;
		transition-duration: 0.3s;	/*変化に掛かる時間*/	
	}

	#recruit .recruit-box{
		width: 80%;
	}
	
}

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

	#recruit .recruit-block{height: 170px;}

	#recruit .recruit-block .recruit-img01,
	#recruit .recruit-block .recruit-img02{height: 170px;}

	#recruit .recruit-block .recruit-img01{
		background: url(../img/top/img_new-sp.jpg) center no-repeat;
		background-position: top;
	}

	#recruit .recruit-block .recruit-img02{
		background: url(../img/top/img_career-sp.jpg) center no-repeat;
		background-position: right;
	}
	
	
	#recruit .recruit-box{
		max-width: 70%;
    	width: 180px;
		padding: 0 10px;
	}

	#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title,
	#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title{height:  170px;}

	#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title h2.title,
	#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title h2.title{
		font-size: 15px;
		line-height: 1;
	}

	#recruit .recruit-block .recruit-img01 .recruit-inner .recruit-title p.title-sub,
	#recruit .recruit-block .recruit-img02 .recruit-inner .recruit-title p.title-sub{
		font-size: 11px;
		line-height: 1;
		margin-bottom: 0em;
	}
	
}


/* ---------------------------------------------------------
colorful
----------------------------------------------------------*/
#colorful{
	background:#fff;
}

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

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

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

#colorful .colorful-block .colorful-outer{
    position: absolute;	
	width:100%;
	height: 100%;
}


#colorful .colorful-block .colorful-img{
    position: absolute;	
	width:100%;
	height: 100%;
	background: linear-gradient(238deg, rgba(242, 238, 74, 0.8), rgba(255, 40, 247, 0.8), rgba(255, 123, 33, 0.8)),url(../img/top/img_colorful.jpg) center no-repeat;
	background-size: cover !important;
	background-position: left;
	background-attachment: normal;
  background-blend-mode: screen;
	z-index: 1;
}

#colorful .colorful-block .colorful-gradation{
	display: none;
    position: absolute;	
	width:100%;
	height: 100%;
	background: linear-gradient(238deg, rgba(242, 238, 74, 0.8), rgba(255, 40, 247, 0.8), rgba(255, 123, 33, 0.8)),url(../img/top/img_colorful.jpg) center no-repeat;
	background-size: 600% 600%;	
	z-index: 2;
	transition-duration: 0.5s;	
	background-blend-mode: screen;
}

/*#colorful .colorful-block:hover .colorful-gradation{
	display: block;
	-webkit-animation: gradation_01 16s ease infinite;
	-moz-animation: gradation_01 16s ease infinite;
	animation: gradation_01 16s ease infinite;
}

#colorful .colorful-block:hover .colorful-img{
		display: none;
}

@keyframes gradation_01 {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_01 {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_01 {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_01 { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}*/



#colorful .colorful-block .colorful-inner{
	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%;
}

#colorful .colorful-block .colorful-inner .colorful-txt{
	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;
}

#colorful .colorful-block .colorful-inner .colorful-txt  {
	height:  1100px;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title{
	padding-bottom: 25px;
}

#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title h2.title {
	display: block;
	font-size: 25px;
	text-align: center;
	line-height: 2;
	padding-top: 50px;
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
}

#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title .title-sub {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title .title-sub img {
	width: 100%;
}


#colorful .colorful-block .colorful-inner .colorful-txt{

}

#colorful .colorful-block .colorful-inner .colorful-txt p{
	display: block;
	margin-bottom: 2em;	
	font-size: 15px;
	line-height: 2.5;
	text-align: center;	
	font-family: "FOT-DNP 秀英丸ゴシック Std B";	
}

#colorful .colorful-block .colorful-inner .colorful-txt p.txt_impact{
	display: block;
	margin-bottom: 1.5em;	
	font-size: 16px;
	line-height: 1.5;
}


#colorful .colorful-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: 920px;
	width: 90%;
	height: 800px;
	background-color: rgba(255,255,255,0.9);
	z-index: 10;
}



@media screen and (max-width: 768px) { 
	
	#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title {
    padding-bottom: 5px;
	}

	#colorful .colorful-block{height: 600px;}

	#colorful .colorful-box{
		height: 80%;		
	}

	#colorful .colorful-block .colorful-inner .colorful-txt  {
		height:  600px;
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}	

	#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title h2.title {
		display: block;
		font-size: 16px;
		text-align: center;
		line-height: 1;
		padding-top: 2em;
		font-family: "FOT-UD角ゴ_スモール Pr6 B";
	}

	#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title p.title-sub {
		display: block;
		margin-bottom: 2em;	
		font-size: 15px;
		text-align: center;	
	}
	
	#colorful .colorful-block .colorful-inner .colorful-txt .colorful-title .title-sub {
		width: 130px;
		margin: 10px auto 20px auto;
	}

	#colorful .colorful-block .colorful-inner .colorful-txt{

	}

	#colorful .colorful-block .colorful-inner .colorful-txt p{
		display: block;
		margin-bottom: 2em;	
		font-size: 11px;
		line-height: 2;
		text-align: center;	
	}

	#colorful .colorful-block .colorful-inner .colorful-txt p.txt_impact{
		display: block;
		margin-bottom: 2em;	
		font-size: 12px;
		line-height: 2;
	}
	
	#colorful .colorful-box{
		width: 90%;
		height:500px;
		background-color: rgba(255,255,255,0.80);
	}	

	
}


/* ---------------------------------------------------------
message
----------------------------------------------------------*/
#message,
#work,
#data{
	background:#fff;
}

#message .message-wrap,
#message .work-wrap,
#data .data-wrap{
	width: 100%;
	margin: 0 auto;
}

#message .message-wrap img,
#work .work-wrap img,
#data .data-wrap img{
	width: 100% !important;
	margin: 0 auto;
}

#message .message-block,
#work .work-block,
#data .data-block{
	width:100%;
	height: 510px;
	position: relative;
	overflow: hidden;
}

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

#work .work-block .work-img {
	position: absolute;	
	width:100%;
	height: 100%;
	background-size: cover !important;
	background:  url(../img/top/bg_work.png) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}

#data .data-block .data-img {
	position: absolute;	
	width:100%;
	height: 100%;
	background-size: cover !important;
	background:  url(../img/top/bg_data.png) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}


#message .message-block .message-img .message-inner,
#work .work-block .work-img .work-inner,
#data .data-block .data-img .data-inner{
	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%;
}

#message .message-block .message-img .message-inner .message-title,
#work .work-block .work-img .work-inner .work-title,
#data .data-block .data-img .data-inner .data-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;
	
}
#message .message-block .message-img .message-inner .message-title,
#work .work-block .work-img .work-inner .work-title,
#data .data-block .data-img .data-inner .data-title{
	height:  510px;
	transition-duration: 0.3s;
}

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

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

#message .message-box,
#work .work-box,
#data .data-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: 45%;
	height: 50%;
	background-color: rgba(255,255,255,0.5);
}

#message .message-outer:hover,
#work .work-outer:hover,
#data .data-outer:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#message .message-outer:hover .message-box,
#work .work-outer:hover .work-box,
#data .data-outer:hover .data-box{
	background-color: rgba(255,255,255,0.0);
	background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAKklEQVQYV2NkwAL+////nxFdHCwIAsgSMEGQGFwCWRAugS4IlsAmCJIAAAi+GAOu436dAAAAAElFTkSuQmCC) repeat;
}

#message .message-outer:hover .message-title h2.title,
#message .message-outer:hover .message-title p.title-sub,
#work .work-outer:hover .work-title h2.title,
#work .work-outer:hover .work-title p.title-sub,
#data .data-outer:hover .data-title h2.title,
#data .data-outer:hover .data-title p.title-sub{
	color: #fff;
	text-shadow:0px 0px 6px #000000;
}

@media screen and (max-width: 768px) {
	#message .message-block .message-img .message-inner .message-title h2.title,
	#work .work-block .work-img .work-inner .work-title h2.title,
	#data .data-block .data-img .data-inner .data-title h2.title{
		font-size: 16px;
	}

	#message .message-block .message-img .message-inner .message-title p.title-sub,
	#work .work-block .work-img .work-inner .work-title p.title-sub,
	#data .data-block .data-img .data-inner .data-title p.title-sub {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 767px) { 
	
	#message .message-wrap,
	#work .work-wrap,
	#data .data-wrap{
		width: 100%;
		min-width:100%;
	}
	
	#message .message-block,
	#work .work-block,
	#data .data-block {
		height: 200px;
	}

	#message .message-block .message-img {
		background:  url(../img/top/img_message-sp.jpg) center no-repeat;
		height: 200px;
	}
	#work .work-block .work-img {
		background:  url(../img/top/bg_work-sp.png) center no-repeat;
		background-position: bottom;
		height: 200px;
	}
	
	#data .data-block .data-img {
		background:  url(../img/top/bg_data-sp.png) center no-repeat;
		background-position: bottom;
		height: 200px;
	}

	#message .message-box{
		width: 50%;
		height: 50%;
	}
	
	#work .work-box,
	#data .data-box{
    	max-width: 70%;
		height: 50%;
		padding: 0 10%;
	}

	#message .message-block .message-img .message-inner .message-title,
	#work .work-block .work-img .work-inner .work-title,
	#data .data-block .data-img .data-inner .data-title {
		height:  200px;
	}
	
}


@media screen and (min-width: 960px) and (max-width: 1024px) { 
	
	#message .message-block,
	#work .work-block,
	#data .data-block {
		height: 400px;
	}

	#message .message-block .message-img {
		background:  url(../img/top/img_message-sp.jpg) center no-repeat;
		height: 400px;
	}
	#work .work-block .work-img {
		background:  url(../img/top/bg_work-sp.png) center no-repeat;
		background-position: bottom;
		height: 400px;
	}
	#data .data-block .data-img {
		background:  url(../img/top/bg_data-sp.png) center no-repeat;
		background-position: bottom;
		height: 400px;
	}
	
	
	#message .message-block .message-img .message-inner .message-title,
	#work .work-block .work-img .work-inner .work-title,
	#data .data-block .data-img .data-inner .data-title {
		height:  400px;
	}
	
}


@media screen and (min-width: 768px) and (max-width: 955px) { 
	
	#message .message-block,
	#work .work-block,
	#data .data-block {
		height: 280px;
	}

	#message .message-block .message-img {
		background:  url(../img/top/img_message-sp.jpg) center no-repeat;
		height: 280px;
	}
	#work .work-block .work-img {
		background:  url(../img/top/bg_work-sp.png) center no-repeat;
		background-position: bottom;
		height: 280px;
	}
	#data .data-block .data-img {
		background:  url(../img/top/bg_data-sp.png) center no-repeat;
		background-position: bottom;
		height: 280px;
	}
	
	#message .message-block .message-img .message-inner .message-title,
	#work .work-block .work-img .work-inner .work-title,
	#data .data-block .data-img .data-inner .data-title {
		height:  280px;
	}
	
}


/* ---------------------------------------------------------
interview
----------------------------------------------------------*/
#interview {
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;	
	}


#interview .interview-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	}


#interview .interview-wrap h2.title {
	font-size: 25px;
	text-align: center;
	line-height: 1.2;	
	font-family: "FOT-UD角ゴ_スモール Pr6 B";
}

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

#interview .interview-slider {
	margin: 20px 0 ;	
	}

#interview .interview-slider_sp {
	display: none;	
}	

#interview  .slider-list{
	position: relative;
	width: 230px;
    height: 340px;
	margin: 20px 35px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
}

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

#interview .interview-slider  .slider-list .slider-box{
	position: absolute;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	height: 50%;
	top :60%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#interview .interview-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;
	-webkit-border-radius: 125px;
	   -moz-border-radius: 125px;
	    -ms-border-radius: 125px;
			border-radius: 125px;
    position: relative;
}

span.on {
    display:none;
	transition-duration: 0.3s;	/*変化に掛かる時間*/		
}

span.off {
    display:block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/			
}

#interview  .slider-list:hover span.on {
    display:block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/	
}
#interview  .slider-list:hover span.off {
    display:none;
	transition-duration: 0.3s;	/*変化に掛かる時間*/		
}

#interview .interview-slider .slider-list .slider-img img{
	width: 100%;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}

#interview .interview-slider .slider-list:hover{
	cursor: pointer;
}

#interview .interview-slider .slider-list:hover .slider-img{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	overflow: hidden;
    position: relative;	
	cursor: pointer;
}

#interview .interview-slider .slider-list:hover .slider-img img{
}

#interview .slider-list .slider-box .slider-name span{
	padding: 3px 20px;
    font-size: 12px;
    line-height: 2.2;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";	
	color: #fff;
}

#interview  .interview-slider .slider-list .slider-box .slider-name span.tw,
#interview  .interview-slider .slider-list .slider-box .slider-name span.my,
#interview  .interview-slider .slider-list .slider-box .slider-name span.ys,
#interview  .interview-slider .slider-list .slider-box .slider-name span.yh,
#interview  .interview-slider .slider-list .slider-box .slider-name span.skc,
#interview  .interview-slider .slider-list .slider-box .slider-name span.mh,
#interview  .interview-slider .slider-list .slider-box .slider-name span.tt,
#interview  .interview-slider .slider-list .slider-box .slider-name span.sk,
#interview  .interview-slider .slider-list .slider-box .slider-name span.yk,
#interview  .interview-slider .slider-list .slider-box .slider-name span.ms,
#interview  .interview-slider .slider-list .slider-box .slider-name span.aj,
#interview  .interview-slider .slider-list .slider-box .slider-name span.kh,
#interview  .interview-slider .slider-list .slider-box .slider-name span.si,
#interview  .interview-slider .slider-list .slider-box .slider-name span.no14,
#interview  .interview-slider .slider-list .slider-box .slider-name span.no15,
#interview  .interview-slider .slider-list .slider-box .slider-name span.no16,
#interview  .interview-slider .slider-list .slider-box .slider-name span.no17,
#interview  .interview-slider .slider-list .slider-box .slider-name span.no18,
#interview  .interview-slider .slider-list .slider-box .slider-name span.no19{background: #5c5c5c;	}

#interview .interview-slider .slider-list:hover .slider-name span.tw{background: #2f46d1;	}
#interview .interview-slider .slider-list:hover .slider-name span.my{background: #e30909;	}
#interview .interview-slider .slider-list:hover .slider-name span.ys{background: #2f46d1;	}
#interview .interview-slider .slider-list:hover .slider-name span.yh{background: #fe5980;	}
#interview .interview-slider .slider-list:hover .slider-name span.skc{background: #99ce3c;	}
#interview .interview-slider .slider-list:hover .slider-name span.mh{background: #8166f3;	}
#interview .interview-slider .slider-list:hover .slider-name span.tt{background: #ff3934;	}
#interview .interview-slider .slider-list:hover .slider-name span.sk{background: #b27fff;	}
#interview .interview-slider .slider-list:hover .slider-name span.yk{background: #ff7639;	}
#interview .interview-slider .slider-list:hover .slider-name span.ms{background: #2da038;	}
#interview .interview-slider .slider-list:hover .slider-name span.aj{background: #854529;	}
#interview .interview-slider .slider-list:hover .slider-name span.kh{background: #3d9ae8;	}
#interview .interview-slider .slider-list:hover .slider-name span.si{background: #ff345f;	}	
#interview .interview-slider .slider-list:hover .slider-name span.no14{background: #0035e6;	}	
#interview .interview-slider .slider-list:hover .slider-name span.no15{background: #008e0d;	}	
#interview .interview-slider .slider-list:hover .slider-name span.no16{background: #008af8;	}	
#interview .interview-slider .slider-list:hover .slider-name span.no17{background: #ff68a5;	}	
#interview .interview-slider .slider-list:hover .slider-name span.no18{background: #761ef0;	}	
#interview .interview-slider .slider-list:hover .slider-name span.no19{background: #ff3cdc;	}	

#interview .slider-list .slider-box .slider-title p{
	font-size: 14px;
	padding-top: 6px;
	font-family: "FOT-DNP 秀英丸ゴシック Std B";
	color:#fff;
}

#interview .interview-slider .slider-list .slider-box .slider-title p.tw,
#interview .interview-slider .slider-list .slider-box .slider-title p.my,
#interview .interview-slider .slider-list .slider-box .slider-title p.ys,
#interview .interview-slider .slider-list .slider-box .slider-title p.yh,
#interview .interview-slider .slider-list .slider-box .slider-title p.skc,
#interview .interview-slider .slider-list .slider-box .slider-title p.mh,
#interview .interview-slider .slider-list .slider-box .slider-title p.tt,
#interview .interview-slider .slider-list .slider-box .slider-title p.sk,
#interview .interview-slider .slider-list .slider-box .slider-title p.yk,
#interview .interview-slider .slider-list .slider-box .slider-title p.ms,
#interview .interview-slider .slider-list .slider-box .slider-title p.aj,
#interview .interview-slider .slider-list .slider-box .slider-title p.kh,
#interview .interview-slider .slider-list .slider-box .slider-title p.si,
#interview .interview-slider .slider-list .slider-box .slider-title p.no14,
#interview .interview-slider .slider-list .slider-box .slider-title p.no15,
#interview .interview-slider .slider-list .slider-box .slider-title p.no16,
#interview .interview-slider .slider-list .slider-box .slider-title p.no17,
#interview .interview-slider .slider-list .slider-box .slider-title p.no18,
#interview .interview-slider .slider-list .slider-box .slider-title p.no19 {color: #5c5c5c ;}

#interview .interview-slider .slider-list:hover .slider-box .slider-title p.tw{color: #2f46d1;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.my{color: #e30909;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.ys{color: #2f46d1;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.yh{color: #fe5980;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.skc{color: #99ce3c;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.mh{color: #8166f3;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.tt{color: #ff3934;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.sk{color: #b27fff;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.yk{color: #ff7639;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.ms{color: #2da038;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.aj{color: #854529;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.kh{color: #3d9ae8;	}
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.si{color: #ff345f;	}	
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.no14{color: #0035e6;	}	
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.no15{color: #008e0d;	}	
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.no16{color: #008af8;	}	
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.no17{color: #ff68a5;	}	
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.no18{color: #761ef0;	}	
#interview .interview-slider .slider-list:hover .slider-box .slider-title p.no19{color: #ff3cdc;	}	


#interview .interview-wrap .interview-link {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto ;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}

#interview .slick-prev,
#interview .slick-next{
	display: none !important;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

#interview :hover .slick-prev,
#interview :hover .slick-next{
	display: block !important;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}


@media screen and (min-width: 601px) and (max-width: 768px) { 

	#interview p.title-sub {
    margin-bottom: 2em;
    font-size: 12px;
	}
	
	
	#interview .interview-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
	}
	
	#interview .slider-list {
    position: relative;
	width: 155px;
    height: 250px;
    margin: 5px 25px 0;
	}
	
	#interview .interview-slider .slider-list .slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
	}
	
	#interview .interview-slider .slider-list .slider-box {
		padding: 8px;
		top: 50%;
		margin-bottom: 0px;
	}
	
	#interview .slider-list .slider-box .slider-name span {
    padding: 3px 8px;
    font-size: 10px;
    line-height: 2;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    color: #fff;
	background: #ff3f3f;
	}
	
	#interview .slider-list .slider-box .slider-title p br {
    display: none;
	}
	
}

@media screen and (min-width: 501px) and (max-width: 600px) { 
	
	
	#interview .interview-wrap h2.title {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
	}	
	
	#interview p.title-sub {
    margin-bottom: 2em;
    font-size: 12px;
	}
	
	#interview .interview-wrap {
	width: auto;
	margin: 0 2.5%;		
	padding: 50px 0;
	}
	
	#interview .interview-slider {
		display: none;	
	}	

	#interview .interview-slider_sp {
		display: block;
		padding-bottom:30px;
	
	}	
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p {
    font-size: 13px;
}
	
	#interview .slider-list .slider-box .slider-name span {
    padding: 3px 8px;
	}

	#interview .interview-wrap h2.title {
		font-size: 25px;
		text-align: center;
		line-height: 1.2;	
		font-family: "FOT-UD角ゴ_スモール Pr6 B";
	}

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

	#interview .interview-slider_sp  .slider-list{
		position: relative;
		width: 100%;
		height: auto;
		margin: 5% 0 ;
    	padding: 5px 20px;
		background: #f3f3f3;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		transition-duration: 0.3s;	/*変化に掛かる時間*/	

	}

	#interview .interview-slider_sp .slider-list:hover{
		/*overflow: visible;
		transform: scale(1.1);*/	/*画像の拡大率*/
		/*transition-duration: 0.3s;*/	/*変化に掛かる時間*/
		cursor: pointer;

	}

	#interview .interview-slider_sp .slider-list .slider-img{
		float: left;
		overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
		width:150px;
		height: 150px;
		margin: 2% 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-border-radius: 250px;
		   -moz-border-radius: 250px;
			-ms-border-radius: 250px;
				border-radius: 250px;
	}

	span.on {
		display:none;
	}

	span.off {
		display:block;
	}

	#interview .interview-slider_sp .slider-list:hover > span.on {
		display:block;
	}
	#interview .interview-slider_sp .slider-list:hover > span.off {
		display:none;
	}

	#interview .interview-slider_sp .slider-list .slider-img img{
		width:100%;
		height: 100%;	
		object-fit: cover;
		margin: 0 auto;
		display: block;
		overflow: hidden;
	}

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


	#interview .interview-slider_sp .slider-list .slider-box{
		float: left;
		height: auto;
		margin-left: 5%;
		margin-bottom: 0;
		padding-top: 50px;
		min-width: 54%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-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;
	}	
	
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name{
		float: none;
		display: block;
		margin: 0px;
		padding: 5px 0px;
	}
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span{
		line-height: 1.8;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";	
		color: #fff;	
		padding: 2px 15px;
	}

	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.my,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.ys,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.yh,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.skc,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.mh,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.tt,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.sk,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.yk,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.ms,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.aj,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.kh,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.si,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.tw,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no14,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no15,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no16,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no17,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no18,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no19 {background: #5c5c5c;	}
	
	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.my{background: #e30909;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.ys{background: #2f46d1;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.yh{background: #fe5980;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.skc{background: #99ce3c;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.mh{background: #8166f3;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.tt{background: #ff3934;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.sk{background: #b27fff;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.yk{background: #ff7639;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.ms{background: #2da038;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.aj{background: #854529;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.kh{background: #3d9ae8;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.si{background: #ff345f;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.tw{background: #2f46d1;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no14{background: #0035e6;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no15{background: #008e0d;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no16{background: #008af8;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no17{background: #ff68a5;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no18{background: #761ef0;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no19{background: #ff3cdc;	}	
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title{
		float: none;	
		display: block;
		padding-top: 0px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p{
		float: none;
		font-size: 13.5px;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";
		text-align: left;
	}

	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.my,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.ys,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.yh,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.skc,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.mh,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.tt,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.sk,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.yk,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.ms,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.aj,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.kh,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.si,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.tw,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no14,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no15,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no16,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no17,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no18,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no19 {color: #5c5c5c;}
	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.my{color: #e30909;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.ys{color: #2f46d1;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.yh{color: #fe5980;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.skc{color: #99ce3c;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.mh{color: #8166f3;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.tt{color: #ff3934;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.sk{color: #b27fff;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.yk{color: #ff7639;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.ms{color: #2da038;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.aj{color: #854529;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.kh{color: #3d9ae8;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.si{color: #ff345f;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.tw{color: #2f46d1;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no14{color: #0035e6;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no15{color: #008e0d;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no16{color: #ff345f;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no17{color: #ff68a5;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no18{color: #ff345f;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no19{color: #ff3cdc;	}	

	#interview .interview-wrap .interview-link {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto ;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}

	#interview .slick-prev,
	#interview .slick-next{
		display: none !important;
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}

	#interview :hover .slick-prev,
	#interview :hover .slick-next{
	display: block !important;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	}


	#interview .interview-wrap .interview-link {
		width:auto;
		padding: 0;
		margin: 0;

		}	
	
}

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

	#interview .interview-wrap {
	width: auto;
	margin: 0 3%;		
	padding: 40px 0;
	}
	
	#interview .interview-slider {
		display: none;	
	}	

	#interview .interview-slider_sp {
		display: block;
		padding-bottom:10px;
	
	}		
	
	#interview .interview-slider_sp  .slider-list{
    position: relative;
    width: 100%;
    height: auto;
    margin: 5% 0;
    padding: 10px 15px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.3s;
}

	#interview .interview-slider_sp .slider-list .slider-img img{
		width:100%;
		height: 100%;	
		object-fit: cover;
		margin: 0 auto;
		display: block;	
	}

	#interview .interview-slider_sp .slider-list:hover{
		cursor: pointer;
	}
	
	#interview .interview-slider_sp .slider-list:hover .slider-img{
		transition-duration: 0.3s;	/*変化に掛かる時間*/
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}
	
	#interview .interview-slider_sp .slider-list:hover .slider-img img{
		position: relative;	
		overflow: hidden;
		 z-index: 0;	
	
	}

	#interview .interview-slider_sp .slider-list .slider-box{
        float: left;
    width: 52%;
    min-width: 180px;
    margin-left: 10px;
    margin-bottom: 0;
    padding-top: 18px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -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;
}

	#interview  .interview-slider_sp .slider-list .slider-box .slider-name{
		float: none;
		display: block;
		margin: 0px;
		padding: 0;
		padding-bottom: 0;
	}
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span{
		font-size: 12px;
		line-height: 2.8;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";	
		color: #fff;	
	}
	
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.my,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.ys,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.yh,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.skc,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.mh,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.tt,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.sk,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.yk,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.ms,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.aj,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.kh,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.si,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.tw,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no14,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no15,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no16,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no17,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no18,
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span.no19 {background: #5c5c5c;}
	
	
	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.my{background: #e30909;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.ys{background: #2f46d1;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.yh{background: #fe5980;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.skc{background: #99ce3c;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.mh{background: #8166f3;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.tt{background: #ff3934;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.sk{background: #b27fff;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.yk{background: #ff7639;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.ms{background: #2da038;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.aj{background: #854529;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.kh{background: #3d9ae8;	}
	#interview .interview-slider_sp .slider-list:hover .slider-name span.si{background: #ff345f;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.tw{background: #2f46d1;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no14{background: #0035e6;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no15{background: #008e0d;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no16{background: #008af8;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no17{background: #ff68a5;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no18{background: #761ef0;	}	
	#interview .interview-slider_sp .slider-list:hover .slider-name span.no19{background: #ff3cdc;	}	

	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title{
		float: none;	
		display: block;
		padding-top: 0px;
		padding-left: 0px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p{
		float: none;
		font-size: 12px;
		font-family: "FOT-DNP 秀英丸ゴシック Std B";
		text-align: left;
	}

	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.my,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.ys,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.yh,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.skc,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.mh,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.tt,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.sk,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.yk,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.ms,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.aj,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.kh,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.si,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.yw,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.tw,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no14,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no15,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no16,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no17,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no18,
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p.no19 {color: #5c5c5c;}
	
	#interview .interview-slider_sp .slider-list:hover .slider-title p.my{color: #e30909;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.ys{color: #2f46d1;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.yh{color: #fe5980;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.skc{color: #99ce3c;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.mh{color: #8166f3;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.tt{color: #ff3934;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.sk{color: #b27fff;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.yk{color: #ff7639;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.ms{color: #2da038;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.aj{color: #854529;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.kh{color: #3d9ae8;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.si{color: #ff345f;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.tw{color: #2f46d1;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no14{color: #0035e6;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no15{color: #008e0d;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no16{color: #008af8;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no17{color: #ff68a5;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no18{color: #761ef0;	}
	#interview .interview-slider_sp .slider-list:hover .slider-title p.no19{color: #ff3cdc;	}

		
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p br.br-none{
	display: none;
	}	
	

	#interview .interview-wrap .interview-link {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto ;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
	}

	#interview .slick-prev,
	#interview .slick-next{
		display: none !important;
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}

	#interview :hover .slick-prev,
	#interview :hover .slick-next{
		display: block !important;
		transition-duration: 0.5s;	/*変化に掛かる時間*/
	}


	#interview .interview-wrap .interview-link {
		width:auto;
		padding: 0;
		margin: 0;

		}	
	
}

@media screen and (min-width: 401px) and (max-width: 500px) { 
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name{
		float: none;
		display: block;
		margin: 0px;
    	padding: 20px 0;
		padding-bottom: 0;
	}
	
	#interview .interview-slider_sp .slider-list .slider-img {
		float: left;
		overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
		width:130px;
		height: 130px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-border-radius: 100px;
		   -moz-border-radius: 100px;
			-ms-border-radius: 100px;
				border-radius: 100px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-img img{
		width:100%;
		height: 100%;	
		object-fit: cover;
		margin: 0 auto;
		display: block;	
	}
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span{
		font-size: 11px;
		line-height: 1.5;
		padding: 2px 10px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title{
		float: none;	
		display: block;
		padding-top: 10px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p{
		font-size: 12px;
		line-height: 1.5;
		padding: 0;
	}	
	
}

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

	#interview  .interview-slider_sp .slider-list .slider-box .slider-name{
    float: none;
    display: block;
    margin: 0px;
    padding: 10px 0;
    padding-bottom: 0;
	}
	
	#staff .staff-block_sp .staff-box .staff-txt .staff-title p {
    float: none;
    font-size: 12px;
    line-height: 1.5;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    color: #5c5c5c;
    text-align: left;
	padding-top: 0;
	}
	
	#interview  .interview-slider_sp .slider-list .slider-box .slider-name span{ 
	font-size: 11px;
    line-height: 1.6;
    padding: 2px 15px;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    color: #fff;
    background: #5c5c5c;
	}
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title{
		float: none;	
		display: block;
  	    padding-top: 10px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p{
	float: none;
    font-size: 12px;
    line-height: 1.5;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    color: #5c5c5c;
    text-align: left;
	padding-top: 0px;
	}	
	
	#interview .interview-slider_sp .slider-list .slider-box .slider-title p br.br-none{
	display: none;
	}	
	
	#interview .slider-list .slider-box .slider-name span {
    padding: 3px 10px;
	}
	
	#interview .interview-slider_sp .slider-list .slider-img {
    float: left;
    overflow: hidden;
    width: 100px;
    height: 100px;
	margin: 0;
    margin-top: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
}
	
}

@media screen and (max-width: 339px){
	#interview .interview-slider_sp .slider-list{
    padding: 10px 5px;
	}}

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

	#interview .interview-wrap h2.title {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
	}	
	
	#interview p.title-sub {
    margin-bottom: 2em;
    font-size: 12px;
	}
	
	#interview .slider-list .slider-box .slider-title p {
    font-size: 12px;
    padding-top: 3px;
    font-family: "FOT-DNP 秀英丸ゴシック Std B";
    color: #ff3f3f;
    text-align: center;
	}
}

/* ---------------------------------------------------------
work
----------------------------------------------------------*/
/*
#work{
	background:#fff;
}

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

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

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

#work .work-block .work-img{
    position: absolute;	
	width:100%;
	height: 100%;
	background-size: cover !important;
	background:  url(../img/top/bg_work.png) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}

#work .work-block .work-img .work-inner{
	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%;
}

#work .work-block .work-img .work-inner .work-title{
	width: 60%;
	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;
	
}

#work .work-block .work-img .work-inner .work-title {height:  510px;
transition-duration: 0.3s;
}

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

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

#work .work-box{
	position: absolute;
	top: 50% ;
	left: 30%;
	-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: 45%;
	height: 50%;
	background-color: rgba(255,255,255,0.5);
}

#work .work-outer:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

#work .work-outer:hover .work-box{
	background-color: rgba(255,255,255,0.8);
	transition-duration: 0.3s;
}

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

	#work .work-block{height: 300px;}

	#work .work-block .work-img{
		background:  url(../img/top/bg_work-sp.png) center no-repeat;
		height: 300px;
	}

	#work .work-block .work-img .work-inner .work-title{
		width: 100%;
	}	

	#work .work-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: 70%;
		height: 50%;
		background-color: rgba(255,255,255,0.8);	
	}

	#work .work-block .work-img .work-inner .work-title {height:  300px;}

	#work .work-block .work-img .work-inner .work-title h2.title {
		font-size: 20px;
	}

	#work .work-block .work-img .work-inner .work-title p.title-sub {
		font-size: 15px;
	}
	
}
*/


/* ---------------------------------------------------------
data
----------------------------------------------------------*/
/*
#data{
	background:#fff;
}

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

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

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

#data .data-block .data-img{
    position: absolute;	
	width:100%;
	height: 100%;
	background-size: cover !important;
	background:  url(../img/top/bg_data.png) center no-repeat;
	background-position: center center;
	background-attachment: normal;
}

#data .data-block .data-img .data-inner{
	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%;
}

#data .data-block .data-img .data-inner .data-title{
	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;
}

#data .data-block .data-img .data-inner .data-title {
	height:  510px;
	transition-duration: 0.3s;	/*変化に掛かる時間	}

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

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

#data .data-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: 45%;
	height: 50%;
	background-color: rgba(255,255,255,0.5);
}

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

#data .data-outer:hover .data-box{
	background-color: rgba(255,255,255,0.8);
	transition-duration: 0.3s;	/*変化に掛かる時間
}


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

	#data .data-block{height: 300px;}

	#data .data-block .data-img{height: 300px;}

	#data .data-block .data-img .data-inner .data-title{
		width: 100%;
	}	

	#data .data-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: 70%;
		height: 50%;
		background-color: rgba(255,255,255,0.8);
	}

	#data .data-block .data-img .data-inner .data-title {height:  300px;}

	#data .data-block .data-img .data-inner .data-title h2.title {
		font-size: 20px;
		}

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


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

	bnr差込用

----------------------------------------------------------*/
#bnrArea{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
@media screen and (min-width: 961px) {
	#bnrArea_sp {
		display: none;
	}
}

/* 
@media screen and (min-width: 769px) and (max-width: 960px) { 

	#bnrArea div{
		padding: 0 4.5%;
	}
	#bnrArea img{
		width: 100%;
		height: auto;
	}
}
*/
@media screen and (max-width: 960px) { 
	#bnrArea{
		display: none;
	}
	#bnrArea_sp {
		padding: 15px 0 0;
		margin: 5vh 0 -40px 0;
	}
	#bnrArea_sp div{

		padding: 0 4.5%;
	}
	#bnrArea_sp img{
		width: 100%;
		height: auto;
	}
}

