/*
Theme Name: kyujinlp2

*/

/* reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*	max-height: 100%; */
	box-sizing: border-box;
}

body {
	line-height: 1;
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 2;
	color:#313131;
	font-size:1vw;
}
#wrapper{
	width:100%;
	overflow:hidden;
}

html,body {
	height: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
}


/* clear fix */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clf {
	clear: both;
}

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}
	
/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


/* align */

.alignL {
	text-align: left;
}

.alignC {
	text-align: center;
}

.alignR {
	text-align: right;
}
/* parts */
.btn{
	
	width:290px;
	height:60px;
	
	line-height:2;
	font-size:1.2vw;
	text-align:center;
	margin:0 auto;
}
.btn a{
	border-radius:5px;
	background:#1dc2e0;
	color:#fff;
	line-height:60px;
	width:100%;
	height:100%;
	display:block;
}
.btn a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/* header */
header{
	width:100%;
	max-width:1500px;
	margin: 0 auto;
}
header .logo{
	width:15%;
	float:left;
	padding:20px 2% 20px;
}
.logo img{
	height:auto;
}
header .gm{
	width:67%;
	float:left;
}
header .gm ul{
	width:100%;
	display:table;
}
header .gm li{
	display:table-cell;
	padding:30px 10px;
	
}
header .gm li a{
	color:inherit;
}
header .gm li a:hover{
	border-bottom:1px solid #313131;
}
@media screen and (min-width:1300px){
	header .gm li {
		font-size:13px;
	}
}

header .btn{
	max-width:16%;
	width:200px;
	height:40px;
	float:right;
	margin:25px 1% 0;
}
header .btn a{
	line-height:40px;
}
/* footer */
footer{
	width:100%;
	text-align:center;
	background:#111;
	color:#fff;
}
footer .copy{
	font-size:10px;
	padding:30px;
	border-top:1px solid #424242;
}
/* MV */
.mv_container {
width:100%;
	max-width:100%;
height:700px;
margin:0 auto;
position:relative;
}
.mv_container ul{
	position:relative;
}
.mv_container li{
	width:100%;
	height:700px;
	overflow:hidden;
	position:absolute;
	left:0;
top:0;
}
.mv_container img {
position:absolute;
left:0;
top:0;
	width:100%;
}

.mv_container .mainphoto{
	position:relative;
}
.mv_container .cap{
	position:absolute;
	bottom:0;
	left:0;
	height:25%;
	background:rgba(0,0,0,0.5);
	color:#fff;
	width:100%;
	padding:10px 0;

}
.mv_container .cap .cap_head{
	color:#c2a430;
	font-size:16px;
	width:1000px;
	text-align:right;
	margin:0 auto;
	font-style:italic;
}
.mv_container .cap .cap_text{
	font-size:34px;
	font-weight:bold;
	width:1000px;
	text-align:right;
	margin:0 auto;
	line-height:1.8;
}
.mv_container .cap .cat{
	width:1000px;
	text-align:right;
	margin:10px auto 0;
}
.mv_container .cap .cat span{
	background:#c2a430;
	padding:3px 10px;
	text-align:center;
	display:inline-block;
	margin-left:20px;
	font-size:14px;
	font-style:italic;
}
@media screen and (max-width:1000px){
	.mv_container{
		max-height:50vw;
		position:relative;
		
	}
	.mv_container li{
		max-height:50vw;
	}
	.mv_container .cap{
	width:100%;
	padding:5px;
	

}
	.mv_container .cap .cap_head{
		width:100%;
		font-size:1vw;
	}
	.mv_container .cap .cap_text{
		font-size:2.4vw;
		width:100%;
	}
	.mv_container .cap .cat{
		width:100%;
		font-size:1vw;
	}
	.mv_container .cap .cat span{
		font-size:1vw;
	}
}
/* content */
.wrapper{
	background:#f3f3f1;
}
#contents,#contents2,#contents3{
	width:1000px;
	max-width:100%;
	margin:0 auto;
}
#contents h2,#contents2 h2,#contents3 h2,#form h2{
	font-size:26px;
	font-size:2.2vw;
	width:100%;
	text-align:center;
	color:#111;
	line-height:1;
	margin-bottom:40px;
}
#contents h2 span,#contents2 h2 span,#contents3 h2 span,#form h2 span{
	font-size:14px;
	font-size:1vw;
	color:#c2a430;
	padding-bottom:12px;
	display:inline-block;
	width:100%;
}
#contents h3{
	background:#e6e6e6;
	line-height:50px;
	font-size:18px;
	font-size:1.2vw;
	padding-left:20px;
	margin-bottom:40px;
}
#contents .block,#contents2 .block,#contents3 .block{
	padding:80px 0;
	border-bottom:1px solid #c7c7c7;
}
#contents .photoblock{
	padding:80px 0 0;
	margin-bottom:0;
}
#contents3 .block{
	border-bottom:0px;
}
#contents .block .textarea{
	padding:40px 0;
}
#contents .rec-block{
	
}
#contents .rec-block table{
	width:100%;
	margin-bottom:60px;
}
#contents .rec-block tr{
	
}
#contents .rec-block th{
	width:150px;
	padding:30px 0px 30px 20px;
color:#8f8f8f;
	border-bottom:1px solid #c6c6c6;
	text-align:left;
}
#contents .rec-block td{
	padding:30px 0px;
	border-bottom:1px solid #c6c6c6;
}
.step,.staff_prof{
	font-size:16px;
	font-weight:bold;
}
.catch{
	font-size:23px;
	font-size:1.8vw;
	margin-bottom:40px;
}
.staff li{
	padding-bottom:40px;
}
.slide{
	width:94%;
	margin:0 auto 60px;
}
.photo_a{
	width:450px;
	height:280px;
	overflow:hidden;
}
.photo_a img{
	width:100%;
	height:auto;
}
@media screen and (max-width:1000px){
	.photo_a{
		width:100%;
		text-align:center;
	}
	
}
.slide:after,.photogallery:after,.staff:after,.movie:after{
	clear:both;
	width:0;
	height:0;
	display:block;
	content:"";
}
.movie{
	margin-bottom:60px;
}
.more{
	margin-bottom:30px;
}
.slide .box,.movie .box{
	float:left;
}
.slide .box:first-child,.movie .box:first-child{
	margin-right:20px;
}
.slide .box .cap,.floatL .box .cap{
	font-size:10px;
	font-size:0.9vw;
	color:#888;
	padding-top:20px;
	max-width: 450px;
}
@media screen and (max-width:1000px){
	.slide .box{
		float:inherit;
		margin-bottom:40px;
	}
	.slide .box img{
		max-height:100%;
		max-width:100%;
		height:auto;
		width:auto;
	}
	.slide .box:first-child, .movie .box:first-child{
		margin-right:auto;
	}
}
.map{
	width:100%;
	height:360px;
}
.photogallery {
	width:100%;
	margin-bottom:60px;
}
.photogallery .box{
	float:left;
	width:220px;
	height:220px;
	margin-right:40px;
	margin-bottom:40px;
	text-align:center;
}
.photogallery .box img{
	max-width:100%;
	width:auto;
	max-height:100%;
	height:auto;
}
.photogallery .box:nth-child(4n){
	margin-right:0;
}
@media screen and (max-width:1000px){
	.photogallery {
		
	}
	.photogallery .box{
	float:inherit;
		display:inline-block;
	width:220px;
	height:220px;
	margin:0 10px 40px;
}
	.photogallery .box:nth-child(4n){
	margin-right:10px;
}
}
.message{
	margin-bottom:60px;
}
.message .floatL{
	width:45%;
}
.message .floatR{
	width:50%;
}
#contents .message .floatR .textarea{
	padding-top:0;
}
.process li,.staff li{
	float:left;
	width:32%;
	margin-right:2%;
}
.staff li .staff_photo{
	text-align:center;
	width:100%;
	margin-bottom:20px;
}
.process li:nth-child(3n),.staff li:nth-child(3n){
	margin-right:0
}
.process ul{
	margin-bottom:60px;
}
.job{
	margin-bottom:60px;
}
.job_box{
	float:left;
	margin-right:4%;
	width:22%;
}
.job_box:nth-child(4n){
	margin-right:0;
}
.job_box .job_title{
	font-weight:bold;
	font-size:14px;
	width:100%;
}
.job_box .sub_text{
	width:100%;
	font-size:10px;
	color:#888;
}
.scrol {
	padding:30px 0 0;
}
.scrol .icon{
  width: 30px;
  height: 30px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
	display:inline-block;
}


.grad-btn {
  font-size:20px;
	width:100%;
	text-align:center;
	color:#888;
	display: block;
	position:relative;
}
.grad-btn:after{
	position:relative;
	right:-10px;
	top:-3px;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:  transparent transparent #888 #888;
  transform: rotate(-45deg);
	content:"";
		display:inline-block;

}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px; 
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked + .grad-btn {
  display: none; 
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
	width: 100%;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; 
}
.lightbox .lb-image{
	border:0px solid #fff !important;
}


#form{
	width:100%;
	max-width:1000px;
	margin:0px auto 80px;
	padding-top:0px;
	border-left:2px solid #e6e6e6;
	border-right:2px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
}
#form h2{
	
	width:100%;
	
}
#form table{
	width:95%;
	margin:0px auto 20px;
}
#form tr{
}
#form th{
	font-size:16px;
	color:#313131;
	vertical-align:top;
	width:30%;
	text-align:left;
	padding:10px 0;
}
#form td{
	color:#5b5b5b;
	position:relative;
	padding:10px 0 10px 20px ;
}
#form td input{
	background:#e6e6e6;
	width:80%;
	height:50px;
	line-height:50px;
	border:0px;
	padding:0 25px;
}
#form td select{
	background:#e6e6e6;
	width:90%;
	height:70px;
	line-height:70px;
	border:0px;
	padding:0 25px;
}
#form .lpsubmit{
	margin:0 auto 25px;
	text-align:center;
}
#form td textarea{
	background:#e6e6e6;
	width:80%;
		border:0px;
	padding:25px;
}
#form td .text{
	padding:12px 0 0;
	display: inline-block;
}
#form td .nin{
	width:60px;
	height:36px;
	display:inline-block;
	background:#999;
	text-align:center;
	color:#fff;
	font-size:1vw;
	line-height:36px;
	position:absolute;
	top:16px;
	left:-50px;
}
#form td span.must{
	background:#fa1848;
	width:60px;
	height:36px;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:1vw;
	line-height:36px;
	position:absolute;
	top:16px;
	left:-50px;
}
#form .lpsubmit{
	width:30%;
	margin:0 auto 30px;
}
#form .lpsubmit input{
	border-radius:5px;
	background:#1dc2e0;
	color:#fff;
	line-height:60px;
	width:100%;
	height:100%;
	display:block;
	font-size:1.2vw;
}



.more-data{
	width:1000px;
	margin:0 auto 50px;
	padding-top:50px;
	border-top:1px solid #e4e4e4;
}
.more-title{
	font-size:18px;
	margin-bottom:10px;
}
.more-data .floatL{
	width:243px;
}
.more-data .floatR{
	width:730px;
}
.more-data .cat-name{
	font-size:13px;
	color:#ffd031;
	padding:6px 12px; 
	border:1px solid #ffd031;
}
.more-data .req-title{
	font-size:18px;
	width:100%;
	padding:15px 0;
}
.more-data .earn{
	color:#ffd031;
	font-size:13px;
}
.first,.second{
	
	border-bottom:1px solid #eee;
}
.first a,.second a{
	width:100%;
	display:block;
	color:inherit;
	padding:20px 0 30px;
}
.first a:hover,.second a:hover{
	background:#fff6d6;
	width:100%;
	display:block;
}

#form td.radios input{width:auto;height:auto;display:inline-block;}