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



@import url(default.css);
@import url(all.min.css);
@import url(add-style.css);

html {
	background: #FFF;
	line-height: 1.2;
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 20px;
	color: #111;
}

body {
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3 {
	font-weight: 400;
}
hr {
  visibility: hidden;
  height: 0;
  clear: both;
}

a {
	color: inherit;
	transition: .3s;
}

article.contents {
	font-size: 0.7rem;
}

/*マウスオーバー5*/

.job04 .box {

}
.job04 .box {
	width:280px;
	height:300px;
	position:relative;
	overflow:hidden;
	margin: 5px 0px 5px 0px ;
}
.job04 .box img {
	width:280px;
	height:187px;
	position:relative;
	overflow:hidden;
	border-radius: 13px 13px 13px 13px / 13px 13px 13px 13px;
	
}
.job04 .box .slideup{
	width:280px;
	height:105px;
	background:rgba(60,190,210,1.00);
	position:absolute;
	top:155px;
	left:0px;
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition:  0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 0px 0px 13px 13px / 0px 0px 13px 13px;
}
.job04 .box .slideup:hover {
	top:155px;
	background:rgba(60,190,210,1.00);
}
.job04 .box .slideup p {
	margin:10px 10px 0px 10px ;
	padding:0px 3px 0px 3px;
	text-align:left;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight:bold;
	display:block;
}
.job04 .box .slideup p span { 
	font-weight: normal;
}
.job04 .box .slideup:hover p {
	display:block;
}
.job04 .box .slideup:hover span { 
	color: #fff200;
}
.job04 .slideup_content {
}

/*/マウスオーバー5*/

#entry #contents {
	max-width: 1000px;
	height:auto;
	margin:0 auto;
  }

section.interviews {
	overflow: hidden;
	margin-bottom: 0rem;
	max-width: 1000px;height:auto;margin:0 auto;
}
section.interviews .slider {
	overflow: hidden;
	margin: 0 3em 0 3em;
	max-width: 68.00rem; /*74rem; 1184px*/	
}
section.interviews .slider li {
	float: left;
	position: relative;
	margin-bottom: 0.5em;
	/*padding: 2.5em 0 4.7em;*/
	/*padding: 2.0em 0em 2.0em 0em ;*/
	/*width: 330px;*/
	/*width: 33.3333%;*/
	width: 300px;
}

section.interviews .slider li.current img,section.interviews .slider li.current span {
	opacity:0.9;
}

section.interviews ul.controller {
	position: relative;
}

section.interviews ul.controller li {
	position: absolute;
	bottom: 0;
	margin-bottom: 0.0em;
	background: #FFF;
	width: 3.0em;
	height: 10.5em;
	/*text-indent: -9999em;
	/*cursor: pointer;*/
}

section.interviews ul.controller li:after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	width: 1em;
	height: 1em;
	/*border: solid #FFF;
	transform: rotate(45deg);*/
}

section.interviews ul.controller li.prev {
	/*border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;*/
	padding: -1.0em 1em 5em 1em;
	left: 0;
	color: #999999;
	line-height: 1.0em;
	background:url(../img/icon_l.jpg) -0px -0px no-repeat;
}

section.interviews ul.controller li.next {
	/*border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;*/
	/*padding: -1.0em 1em 5em 1em;*/
	padding: -1.0em 1em 5em 1em;
	right: 0;
	color: #999999;
	line-height: 1.0em;
	background:url(../img/icon_r.jpg) -0px -0px no-repeat;
}

section.interviews ul.controller li.prev:after {
	left: 40%;
	border-width: 0 0 1px 1px;
}

section.interviews ul.controller li.next:after {
	right: 40%;
	border-width: 1px 1px 0 0;
}

/*サムネイルNEWボタン*/
.ribbon_thumb_wrapper {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 0;
  width: 280px;
  background: #ff8683;
  box-sizing: border-box;
}
.ribbon_thumb {  
  display: inline-block;
  position: absolute;
  top: 220px;
  right: 200px;
  margin: 0;
  padding: 5px 0 5px 0 ;
  z-index: 1;
  width: 70px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  background: #ff8683;
  border-radius: 25px 25px 25px 25px;
}
.ribbon_thumb:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
}
.ribbon_thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
}
/*/サムネイルNEWボタン*/


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

#entry #contents {
	max-width: 740px;
	height:auto;
	margin:0 auto;
}
section.interviews {
	margin:0 auto;
	max-width: 41.25rem; /*40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}	
section.interviews .slider {
	overflow: hidden;
	margin: 0 3em 0 3em;
}	
section.interviews .slider li {

}
}

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


#entry #contents {
	max-width: 740px;
	height:auto;
	margin:0 auto;
}
section.interviews {
	margin:0 auto;
	max-width: 23.125rem; /*40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}		
section.interviews .slider {
	overflow: hidden;
	margin: 0 3em 0 3em;
}	
section.interviews .slider li {

}
}

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


#entry #contents {
	max-width: 640px;
	height:auto;
	margin:0 auto;
}
section.interviews {
	margin:0 auto;
	max-width: 23.125rem; /*40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}		
section.interviews .slider {
	overflow: hidden;
	margin: 0 3em 0 3em;
}	
section.interviews .slider li {

}
}

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


#entry #contents {
	max-width: 480px;
	height:auto;
	margin:0 auto;
}
section.interviews {
	margin:0 auto;
	max-width: 23.125rem; /*40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}		
section.interviews .slider {
	overflow: hidden;
	margin: 0 3em 0 3em;
}	
section.interviews .slider li {

}
}

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

/*マウスオーバー5*/

.job04 {
	padding: 10px 10px 10px 10px;
}
.job04 .box {
	width:280px;
	height:260px;
	position:relative;
	overflow:hidden;
	margin: 5px 0px 5px 0px ;

}
.job04 .box img {
	width:280px;
	height:187px;
	position:relative;
	overflow:hidden;
	border-radius: 13px 13px 13px 13px / 13px 13px 13px 13px;
	
}
.job04 .box .slideup{
	width:280px;
	height:105px;
	background:rgba(60,190,210,1.00);
	position:absolute;
	top:155px;
	left:0px;
	color:#fff;
	-webkit-transition: 0.2s;
	-moz-transition:  0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 0px 0px 13px 13px / 0px 0px 13px 13px;
}
.job04 .box .slideup:hover {
	top:155px;
	background:rgba(60,190,210,1.00);
}
.job04 .box .slideup p {
	margin:10px 10px 0px 10px ;
	padding:0px 3px 0px 3px;
	text-align:left;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight:bold;
	display:block;
}
.job04 .box .slideup:hover p {
	display:block;
}
.job04 .box .slideup:hover span { 
	color: #fff200;
}
.job04 .slideup_content {
}

/*/マウスオーバー5*/

#entry #contents {
	max-width: 320px;
	height:auto;
	margin:0 auto;
}
section.interviews {
	margin:0 auto;
	max-width: 20.00rem; /*40.00rem 640px 46.25rem 740px 62.50rem 800px; 74rem 1184px;*/
}		
section.interviews .slider {
	overflow: hidden;
	margin: 0  0 0  0 ;
}	
section.interviews .slider li {

}
}