
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 6!important;
	overflow: hidden;
	margin: 100px auto 0;
}
.top-image img{width: 100%;
}


.inner{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
section .inner{
	padding: 30px 20px;
}
.tRight{
	text-align: right;
}

.top-contents{
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}



.top-news{
	margin: 0 auto;
	
}

.top-news .title{
	width: 45%;
	background: #4ba34a;
	color: #fff;
	padding: 7px 30px;
	margin: -20px auto 5% 0;
	z-index: 6;
	position: relative;
	font-size: 2.0rem;
}
.top-news .tS{
	margin-left: 10px;
}

.top-news .NewsBtn{
	width: 280px;
	margin: 2% 0 5% auto;
	text-align: right;
	position: relative;
}
.top-news .NewsBtn::after{
	content: "";
	left: 0;
	bottom: 0;
  background: -moz-linear-gradient(left, #4ba34a, #3e8bd0);
  background: -webkit-linear-gradient(left, #4ba34a, #3e8bd0);
  background: linear-gradient(to right, #4ba34a, #3e8bd0);
	position: absolute;
	width: 100%;
	height: 1px;
}
.top-news .NewsBtn a{
	display: block;
	text-align: center;
	padding: 10px;
}
.top-news .NewsBtn .ico{
	padding-left: 10px;
}
.top-news .NewsBtn .ico img{
	width: 100%;
	height: auto;
	max-width: 15px;
	margin-top: 7px;
}
.top-storelist{
	position: relative;
	margin: 8% auto;
}
.top-storelist .title{
	margin: 0 auto;
	max-width: 1100px;
}
.top-storelist .title img{
	max-width: 450px;
	width: 100%;
	height: auto;
}
.top-storelist .Storelist-back{
	background: url("../img/top/storelist_back.png") left top no-repeat;
	background-size: cover;
	border-top: 12px solid #49a147;
	border-bottom: 3px solid #2c68b0;
	padding: 120px 0;
	margin-top: -18px
}
.top-storelist .JMap{
	position: absolute;
	right: 10%;
	bottom: 3px;
	width: 50%;
	max-width: 700px;
}
.top-storelist .Txt{
	width: 40%;
	margin: auto auto auto 5%;
	text-align: center;
}
.top-storelist .TopBtn{
	text-align: center;
	line-height: 55px;
	margin: 5% auto;
	display: inline-block;
	position: relative;
}
.top-storelist .TopBtn a{
	display: block;
	background: url("../img/common/btn_back.svg");
	width: 260px;
	height: 55px;
	background-size: cover;
}

.top-philorec{
	position: relative;
}
.top-philorec .soushokur{
	width: 50%;
	right: -5%;
	top:16%;
	position: absolute;
	z-index: -1;
}
.top-philorec .soushokul{
	width: 50%;
	left: -10%;
	bottom:-25%;
	position: absolute;
	z-index: -1;
}

.top-philorec .TopBtn{
	text-align: center;
	line-height: 55px;
	margin: 5% auto 5%;
	display: inline-block;
}
.top-philorec .TopBtn a{
	display: block;
	background: url("../img/common/btn_back.svg");
	width: 260px;
	height: 55px;
	background-size: cover;
}

.top-philorec  .philosophy-title{
	margin: 0 auto 0 10%;
	position: relative;
}
.top-philorec  .philosophy-title::after{
	content: "";
	left: -10%;
	bottom: 10%;
  background: -moz-linear-gradient(left, #4ba34a, #3e8bd0);
  background: -webkit-linear-gradient(left, #4ba34a, #3e8bd0);
  background: linear-gradient(to right, #4ba34a, #3e8bd0);
	height: 1px;
	width: 60%;
	position: absolute;
	
}
.top-philorec  .philosophy-title img{
	max-width: 450px;
	width: 100%;
	height: auto;
}

.top-philorec .top-philosophy{
	position: relative;
	max-width: 1400px;
	margin: 0 auto 5%;
}
.top-philorec .top-philosophy .Txt{
	width: 50%;
	text-align: center;
}
.top-philorec .top-philosophy .Photo{
	width: 50%;
	margin: -100px auto 5%;
}
.top-philorec .top-philosophy p.min{
	text-align: center;
	margin: 5% auto;
	
}


.top-philorec  .recruit-title{
	margin: 0 0 0 55%;
	position: relative;
}
.top-philorec  .recruit-title::after{
	content: "";
	right: 0%;
	bottom: 10%;
  background: -moz-linear-gradient(left, #4ba34a, #3e8bd0);
  background: -webkit-linear-gradient(left, #4ba34a, #3e8bd0);
  background: linear-gradient(to right, #4ba34a, #3e8bd0);
	height: 1px;
	width: 120%;
	position: absolute;
}
.top-philorec  .recruit-title img{
	max-width: 450px;
	width: 100%;
	height: auto;
}
.top-philorec .top-recruit{
	position: relative;
	max-width: 1400px;
	margin: 0 auto 5%;
}
.top-philorec .top-recruit .Txt{
	width: 45%;
	text-align: center;
	order: 2;
}
.top-philorec .top-recruit .Photo{
	width: 50%;
	margin: -100px auto 5%;
	order: 1;
	position: relative;
}
.top-philorec .top-recruit .Photo .point{
	position: absolute;
	left: 2%;
	top:80%;
	max-width:300px; 
	width: 50%;
}
.top-philorec .top-recruit .Photo .point img{
	width: 100%;
	height: auto;
}
.top-philorec .top-recruit p{
	margin: 5% auto;
	
}

.top-btn{
	background: #333333;
	padding: 5% 0;
}
.top-btn .TopBtn{
	margin: 0 2%;
	width:46%;
	text-align: center;
}
.top-btn .TopBtn a{
	background: #fff;
	display: block;
	padding: 20px 10px;
	position: relative;
}
.top-btn .TopBtn a::after{
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 25px;
	height: 25px;
	background: url("../img/common/arrow2.svg") right bottom no-repeat;
	background-size: 25px;
	
}
.top-btn .TopBtn .title{
	text-align: center;
	font-size: 1.8rem;
}
.top-btn .TopBtn .ico{
	max-width: 100px;
	text-align: center;
	width: 30%;
	margin: 3% auto;
}
.top-btn .TopBtn .ico img{
	width: 100%;
	height: auto;
}
.top-btn .TopBtn p{
	text-align: center;
}
.nolink a{
	pointer-events: none;
	color: #999;
}

@media only screen and (min-width:1px) and (max-width: 1280px) {
	

.top-storelist .title{
	margin: 0 5%;
	max-width: 1100px;
	z-index: 2;
	position: relative;
}
.top-storelist .title img{
	max-width: 450px;
	width:45%;
	height: auto;
}

.top-philorec  .philosophy-title{
	margin: 0 auto 0 10%;
	position: relative;
}
.top-philorec .philosophy-title img{
	max-width: 450px;
	width: 40%;
	height: auto;
}
	
	
.top-philorec  .recruit-title{
	margin: 0 0 0 55%;
	position: relative;
}
.top-philorec  .recruit-title img{
	max-width: 450px;
	width: 90%;
	height: auto;
}
	
}
@media only screen and (min-width:1px) and (max-width: 960px) {

.top-image {
	margin: 70px auto 0;
}
	
.top-news .title{
	width: 50%;
	margin: -15px auto 5% 0;
	z-index: 15;
	padding: 5px 20px;
	font-size: 1.8rem;
}
.top-storelist .Storelist-back{
	border-top: 12px solid #49a147;
	border-bottom: 3px solid #2c68b0;
	padding: 60px 0;
	margin-top: -15px
}
	
.top-storelist .Txt{
	width: 50%;
	margin: auto auto auto 3%;
	text-align: center;
}
.top-philorec .top-recruit .Photo .point{
	position: absolute;
	left: 2%;
	top:60%;
	max-width:300px; 
	width: 60%;
}
.top-philorec .top-philosophy .Photo{
	width: 50%;
	margin: -50px auto 5%;
}
.top-philorec .top-recruit .Photo{
	width: 50%;
	margin: -50px auto 5%;
	order: 1;
	position: relative;
}

}

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

.top-storelist .JMap{
	right: 2%;
	bottom: 3px;
	width: 70%;
}
.top-philorec .top-philosophy .Photo{
	width: 50%;
	margin: -50px auto 5%;
}
.top-philorec .top-recruit .Photo{
	width: 50%;
	margin: -50px auto 5%;
	order: 1;
	position: relative;
}	
}

@media only screen and (min-width:1px) and (max-width: 680px) {

.top-news .title{
	width:60%;
	background: #4ba34a;
	color: #fff;
	padding: 5px 20px;
	margin: -20px auto 5% 0;
	position: relative;
	font-size: 1.6rem;
}
	
.top-storelist .title{
	margin: 0 5%;
}
.top-storelist .title img{
	max-width: 450px;
	width:60%;
	height: auto;
}

.top-philorec  .philosophy-title{
	margin: 0 5%;
}
.top-philorec  .philosophy-title::after{
	content: "";
	right: inherit;
	left: -5%;
	bottom: 10%;
  background: -moz-linear-gradient(left, #4ba34a, #3e8bd0);
  background: -webkit-linear-gradient(left, #4ba34a, #3e8bd0);
  background: linear-gradient(to right, #4ba34a, #3e8bd0);
	height: 1px;
	width: 100%;
	position: absolute;
}
.top-philorec .philosophy-title img{
	max-width: 450px;
	width:60%;
	height: auto;
}

.top-philorec  .recruit-title{
	margin: 0 5%;
}
.top-philorec  .recruit-title::after{
	content: "";
	right: inherit;
	left: -5%;
	bottom: 10%;
  background: -moz-linear-gradient(left, #4ba34a, #3e8bd0);
  background: -webkit-linear-gradient(left, #4ba34a, #3e8bd0);
  background: linear-gradient(to right, #4ba34a, #3e8bd0);
	height: 1px;
	width: 100%;
	position: absolute;
}
.top-philorec  .recruit-title img{
	max-width: 450px;
	width:60%;
	height: auto;
}
	
.top-storelist .Storelist-back{
	background: #eff3e2 url("../img/top/storelist_back.png") left bottom no-repeat;
	background-size: 100% auto;
	border-top: 12px solid #49a147;
	border-bottom: 3px solid #2c68b0;
	padding: 30px 0 150px;
	margin-top: -10px;
}
	
.top-storelist .Txt{
	width: 80%;
	margin: auto auto auto 2%;
	text-align: center;
}

	
.top-philorec .soushokur{
	width: 70%;
	right: -5%;
	top:20%;
	position: absolute;
	z-index: -1;
}
.top-philorec .soushokul{
	width: 70%;
	left: -10%;
	bottom:-25%;
	position: absolute;
	z-index: -1;
}
.top-philorec .top-philosophy .Txt{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.top-philorec .top-philosophy .Photo{
	width: 80%;
	padding: 0;
	margin: 0 0 20px auto;
}
	
.top-philorec .top-recruit .Txt{
	width: 100%;
	padding: 10px;
	text-align: center;
	order: 1;
}
.top-philorec .top-recruit .Photo{
	width: 80%;
	padding: 0;
	margin: 0 auto 20px 0;
	order: 2;
}
.top-philorec .top-philosophy p.min,
.top-philorec .top-recruit p{
	margin: 2% auto;
	text-align: center;
	
}
.top-philorec .TopBtn{
	margin: 1% auto 3%;
}

}
@media only screen and (min-width:1px) and (max-width: 480px) {
.top-image{
	overflow: hidden;
}
.top-image img{
	height: 110px;
  object-fit: cover;
}
.top-news .title{
	font-size: 1.4rem;
	padding: 0 10px;
	margin: 10px 20% 0px 0;
	width: 80%;
}
.top-news .NewsBtn{
	width: 220px;
	margin: 0% 0 5% auto;
	text-align: right;
	position: relative;
	font-size: 1.4rem;
}
.top-news .NewsBtn a{
	padding: 5px;
}
.top-storelist .title img{
	width:70%;
	height: auto;
}

.top-philorec .philosophy-title img{
	width:70%;
	height: auto;
}

.top-philorec  .recruit-title img{
	width:70%;
	height: auto;
}
	
.top-storelist .Txt{
	width: 96%;
	margin: auto auto auto 2%;
	text-align: center;
}
	

.top-btn .TopBtn{
	margin: 10px 2%;
	width:96%;
	text-align: center;
}
.top-btn .TopBtn a{
	padding: 10px 10px;
}
.top-btn .TopBtn .title{
	text-align: center;
	font-size: 1.6rem;
}
.top-btn .TopBtn .ico{
	max-width: 80px;
	text-align: center;
	width: 40%;
	margin: 1% auto;
}

}