html,body{
	height: 100%;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック M", "Yu Gothic M", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #5d5a5a;
}
a{
	transition: color 0.5s;
	transition: opacity 0.5s;
	color: #5d5a5a;
	text-decoration: none;
}
a:hover{
	opacity: 0.6;
}
p.work-lineup img{
	transition: opacity 0.5s;
}
p.work-lineup img:hover{
	opacity: 0.6;
}
.container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.wrapper_top,.wrapper_prologue,.wrapper_works,.wrapper_recruit,.wrapper_company,.wrapper_map,.wrapper_form{
	width: 100%;
	min-width: 1280px;
}
/* common*/
.fadein {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1s;
}

/* Top logo*/
.wrapper_top{
	height: 100%;
	background:#fff url("../img/bk-main@2x.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.wrapper_top img{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* Prologue */
.wrapper_prologue-sp{
	display: none;
}
.wrapper_prologue{
	height: 600px;
}
.box_prologue{
	max-width: 1280px;
	margin: 0 auto;
}
.box-pro-01{
	display: flex;
}
.wrap-pro-slide{
	position: relative;
}
.box-pro-text-01{
	width: 410px;
	position: absolute;
	top:140px;
	left:150px;
	z-index: 999;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
}
.box-pro-text-02{
	width: 410px;
	position: absolute;
	top:270px;
	right:20px;
	z-index: 999;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
}
.box-pro-text-03{
	width: 410px;
	position: absolute;
	top:220px;
	left:120px;
	z-index: 999;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
}
#sub-our{
	width:180px;
	margin-bottom: 40px;
}
.box-pro-img{
	height: 600px;
}
/* Works */
.wrapper_works{
	width: 100%;
	height: 600px;
	background:#fff url("../img/bk-work@2x.jpg");
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#title_work{
	width: 127px;
	margin:80px 0;
}
.wrapper_works p{
	margin-bottom: 40px;
}
/* Recruit */
.wrapper_recruit{
	height: 640px;
	background-color: blue;
	background:#fff url("../img/bk-main-02@2x.jpg");
	background-size: cover;
	background-position: center center;
}
.box_recuruit{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
}
.slide-recuruit{
	width: 640px;
	min-width: 640px;
}
.box-nakama{
	width: 560px;
	height: 560px;
	min-width: 560px;
	text-align: center;
	margin:40px;
	border: 4px solid #fff;
	position: relative;
}
.wrapper_nakama{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:325px;
}
#title_recuruit{
	width: 135px;
}
#recuruit_text{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 40px 0;
}
#title_view{
	width: 115px;
}
/* Company */
.wrapper_company{
	background:#fff url("../img/bk-main-03@2x.jpg");
	background-size: cover;
	background-position: center center;
}
.box_company{
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
}
#title_company{
	width: 185px;
}
#company_text{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 40px 0;
}
.box_com_detail{
	width: 560px;
	min-width: 560px;
	margin: 40px;
}
.title_com{
	font-size: 18px;
	font-weight: 600;
}
table {
  margin: 20px 0 40px 0;
}
.tbl-r02 th {
  padding: 5px 40px 5px 0;
  text-align: left;
}
.tbl-r02 td {
  padding: 5px;
  line-height: 26px;
}
.note{
	font-size: 12px;
}
.shop-list{
	margin: 20px 0;
	line-height: 1.8;
}
.shop_name{
	font-weight: 600;
}
.box-com{
	width: 560px;
	height: 560px;
	min-width: 560px;
	text-align: center;
	margin:40px;
	border: 4px solid #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 20px;
}
/* Map */
.wrapper_map{
	height: 600px;
	background-color: green;
}
/* お問い合わせ */
.wrapper_form{
	height: auto;
}
.asterisk{
	color: #1cdcdc;
	opacity: 0.3;
}
.contact-wrapper{
	width:100%;
	max-width:600px;
	margin:0 auto 80px auto;
}
.attention{
	margin: 60px 0 30px 25%;
	font-size: 13px;
	line-height: 1.7;
}
input, button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
	font-weight:100;
	color: #5d5a5a;
}

input[type="text"],
textarea {
	outline: none;
	border: 1px solid #5d5a5a;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px aqua;
	border: 1px solid aqua;
}
.wrapper-text{
	font-size:14px;
	color:;
	line-height:1.8;
}
.wrapper-text p{
	float: left;
	width:20%;
	margin: 0 5% 0 0;
	border-style: dashed;
	border-width: 1px 0 ;
	border-color: #5d5a5a;
	padding:6px 0px;
}
#neme{
	width:70%;
	font-size:18px;
	padding:6px 10px;
}
#select{
	margin:25% 0 0 0;
}
#textarea{
	width:70%;
	font-size:16px;
	padding:10px;
}
#button{
	font-size:14px;
	background-color:#1cdcdc;
	border:none;
	color:#fff;
	opacity: 0.5;
	padding:4px 20px;
}
.box_button{
	margin: 0px 0 0px 25%;
}
/* Footer*/
.footer{
	width: 100%;
	text-align: center;
	background-color: #fffbf3;
	height: 45px;
	padding: 35px 0 0 0 ;
}
/* Thanks*/
.box-thanks{
	width: 100%;
	height: 100%;
	background:#fff url("../img/bk-main@2x.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
}
.wrapper_thanks{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:300px;
	width: 90%;
	line-height: 1.8;
}
.wrapper_thanks h2{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

@media screen and (max-width:767px) { 
.wrapper_prologue{
	display: none;
}
.wrapper_prologue-sp{
	display: block;
}
.back02-sp{
	background:#fff url("../img/slide-02-sp.jpg");
	background-size: cover;
	background-position: center center;
	padding-bottom:60px;
}
#sub-works{
	margin: 60px 0;
}
.wrapper_top,.wrapper_prologue,.wrapper_works,.wrapper_recruit,.wrapper_company,.wrapper_map,.wrapper_form{
	min-width: 100%;
}
.wrapper_top img{
	width: 90%;
}
#sub-our{
	margin: 40px auto;
	display: block;
}
.box-pro-text{
	width: 80%;
	position: relative;
	top:0px;
	left:0px;
	font-size: 13px;
	z-index: 999;
	line-height: 1.8;
	margin: 0 auto 60px auto;
	text-align: center;
}
.box-pro-text-works{
	width: 80%;
	position: relative;
	top:0px;
	left:0px;
	font-size: 13px;
	z-index: 999;
	margin: 0 auto 0px auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #4281b9;
	text-shadow: 0px 0px 4px #fff;
}
.wrapper_recruit{
	height: auto;
}
.box_recuruit{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.slide-recuruit{
	width: 100%;
	min-width: 100%;
}
.box-nakama{
	width: 100%;
	height: auto;
	min-width: 100%;
	text-align: center;
	margin: 0;
	padding: 40px 0 50px 0;
	border: 0px solid #fff;
}
.wrapper_nakama{
	position: relative;
	top: 0;
	left: 0;
	transform: translate(0%);
	width:100%;
}
#title_recuruit{
	width: 135px;
}
#recuruit_text{
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
	margin: 40px 0;
}
#title_view{
	width: 145px;
}
  /* Company-sp */
.box_company{
	max-width: 100%;
	display: block;
	padding: 40px 0;
}
#title_company{
	width: 185px;
}
#company_text{
	font-size: 13px;
	line-height: 27px;
	margin: 40px 0;
}
.box_com_detail{
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0 0 40px 0;
}
.title_com{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin: 60px 0 20px 0;
}
.note{
	font-size: 11px;
}
.shop-list{
	margin: 40px auto 0 auto;
	width: 90%;
	text-align: center;
}
.shop_name{
	font-weight: 600;
	margin-bottom: 5px;
}
.box-com{
	width: 100%;
	height: auto;
	min-width: 100%;
	text-align: center;
	margin: 0;
	border: 0px solid #fff;
	position: relative;
	top: 0px;
}
  .tbl-r02 {
    width: 90%;
    margin: 0 auto;
}
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    text-align: center;
}
  .tbl-r02 th{
  	padding: 20px 0px 8px 0;
}
  .tbl-r02 td {
  padding: 5px 0;
}
.contact-wrapper{
	width:80%;
	max-width:80%;
}
.attention{
	margin: 60px 0 30px 0%;
	font-size: 12px;
}
.wrapper-text p{
	float: none;
	width:100%;
	margin: 0;
	border-width: 1px 0 0 0 ;
	padding:6px 0px;
}
#neme{
	width:100%;
	font-size:13px;
	padding: 6px 0;
}
#textarea{
	width:100%;
	font-size:14px;
	padding:10px 0;
}
.box_button{
	margin: 0 auto;
}
}
