
/* CSS Document */

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

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

.top-image {
	width: 100%;
	position: relative;
	line-height: 0;
	z-index: 12;
	margin: 80px auto 0;
}
.top-image .contact_btn{
	position: fixed;
	right: 0;
	top: 10%;
	max-width: 80px;
	width: 10%;
	z-index: 12;
}
.top-image .catch {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
	z-index: 1;
	width: 50%;
	margin: auto;
}
.top-image .catch .catch01{
	width: 100%;
}
.top-image .catch p{
	color: #fff;
	line-height: 2.0em;
	margin: 40px 0 auto;
	
}
.top-image .photo {
	width: 100%;
	overflow: hidden;
	
}
.top-image .bana{
	/*position: absolute;
	right: 15%;
	bottom: -30px;
	z-index: 10;
	width: 30%;
	max-width: 250px;*/
	
}


.top-image .bana {
  padding: 0.75em 2em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
	background: #377dc2;
	position: absolute;
	right: 15%;
	bottom: -30px;
	z-index: 10;
	width: 30%;
	max-width: 250px;
	padding: 10px 20px 30px;
}
.top-image .bana a{
	font-size: 1.6rem;
	color: #fff;
}
.top-image .bana a img{
	width: 60px;
	display: block;
	margin: 20px auto 20px;
}
.top-image .bana:before {
  content: "";
  background-color: rgba(252, 240, 81, 0.8);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.top-image .bana:hover {
  background-color: #2194E0;
  color: #fff;
}
.top-image .bana a:hover {
	opacity: 1;
}
.top-image .bana:hover:before {
  -webkit-transform: skewX(-45deg) translateX(25em);
          transform: skewX(-45deg) translateX(25em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}	  
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(25em);
  }
}



.news{
	background: #f5f5f5;
}
.news .inner{
	position: relative;
	margin: 0 auto;
	width: 96%;
	padding: 4% 0;
}
.news h3
{
text-align: left;
font-size: 2.6rem;
font-weight: 500;
letter-spacing: 0.05em;
padding: 10px 20px;}
.news h3 span
{
	display: block;
	font-size: 1.5rem;
font-weight: 500;
	line-height: 1.6em;
color: #377dc2;}
.news .news_t{
	position: absolute;
	right: 10px;
	top:18%;
	width: 26%;
}.news .news_t img {
	width: 100%;
}
.news .wwaku{
	background: #fff;
	padding: 50px 30px;
	border-radius: 10px;
	margin: 20px auto;
}
.news .wwaku table th{
	color: #377dc2;
}
.news .wwaku table td a{
	color: #333;
}
.news .tBtn a{
	background: #377dc2;
	width: 200px;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 0 auto;
	color: #fff;
	display: block;
}

.advantage{
	margin: 5% auto 10%;
	position: relative;
}

.advantage .Photo{
	width: 50%;
	margin: 0 auto 0 0;
	z-index: 10;
	position: relative;
}
.advantage .advantage_t{
	position: absolute;
	bottom: -10%;
	left: 10px;
	width: 43%;
	z-index: 10;
}
.advantage .Txt{
	position: absolute;
	top: 5%;
	width: 100%;
}
.advantage .Txt h2{
	margin:20px 0 20px 55%;
}
.advantage .glay{
	background: #f5f5f5;
	border-top:8px solid #377dc2;
	padding: 20px  0 8% 55%;
}
.advantage .Txt .marubtn{
	text-align: center;
	margin: 20px 30%;
}
.advantage .Txt .marubtn a{
	background: #fff;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #377dc2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}
.advantage .Txt .marubtn a:hover{
	color: #fff;
	background: #377dc2;
}

.item{
	margin: 5% auto;
	background: #377dc2;
}
.item .Photo{
	width: 100%;
}
.item .item_t{
	width: 7%;
	position: absolute;
	right: 10px;
	bottom: 5%;
}
.item .inner .Txt{
	max-width: 600px;
	width: 80%;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	margin: -10% auto 30px;
}
.item .inner .Txt h2{
	margin: 10px auto;
}
.item .inner .Txt p{
	text-align: center;
}

.btn{
	margin: 0 auto 5%;
}
.btn .location_Btn{
	width: 46%;
	margin: 5% 4% 0 0;
	position: relative;
}
.btn .flow_Btn{
	width: 46%;
	margin: 0 0 5% 4%;
	position: relative;
}

.btn .location_Btn .en,
.btn .flow_Btn .en{
	margin: 0 0 0 20px;
	color: #377dc2;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.btn .location_Btn h3,
.btn .flow_Btn h3{
	margin: 0 0 10px 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.btn .location_Btn .marubtn,
.btn .flow_Btn .marubtn{
	position: absolute;
	bottom: -50px;
	right: 20px;
	z-index: 10;
	background: #fff;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #377dc2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border: 1px solid #377dc2;
}
.btn .location_Btn:hover .marubtn,
.btn .flow_Btn:hover .marubtn{
	color: #fff;
	background: #377dc2;
}


.comqa{
	margin: 3% auto;
	padding: 3% 0;
	background: #377dc2;
}
.comqa .company_Btn{
	width: 46%;
	margin: 0 4% 0 0;
	position: relative;
}
.comqa .qa_Btn{
	width: 46%;
	margin: 0 0 0 4%;
	position: relative;
}


.recruit{
	margin: 5% auto 3%;
}

.recruit .recruit_t{
	width: 30%;
	margin: 0 auto 0 8%;
	z-index: 10;
	position: relative;
}
.recruit .Photo{
	margin: -3% auto 0;
	width: 100%;
}

.recruit .tBtn{
	position: relative;
}
.recruit .tBtn .Txt{
	position: absolute;
	left: 10%;
	top: 35%;
}

.recruit .marubtn{
	position: absolute;
	top: 20px;
	right: 8%;
	z-index: 10;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border: 1px solid #377dc2;
	color: #377dc2;
	background: #fcf151;
}
.recruit:hover .marubtn{
	color: #377dc2;
	background: #fff;
}




.pc-img{
	display: block;
}
.sp-img{
	display: none;
}


footer {
	margin: 5% auto 0;
}

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

.advantage .Txt h2{
	margin:0px 0 20px 55%;
}
.advantage .Txt .marubtn{
	text-align: center;
	margin: 10px 30%;
}
	
}
@media (min-width:1px) and (max-width: 960px) {
	
.top-image {
	margin: 70px auto 0;
}
	
.news h3{
	font-size: 2.2rem;}
.news h3 span{
	font-size: 1.4rem;}
	
.advantage .Txt{
	top: 0%;
}
.advantage .glay{
	padding: 0px  0 8% 55%;
}
.advantage .Txt .marubtn{
	margin: 5px 30%;
}
	
.recruit .recruit_t{
	width: 35%;
	margin: 0 auto 0 3%;
	z-index: 10;
	position: relative;
}
.recruit .marubtn{
	top: -20px;
	right: 3%;
}
	
.top-image .bana {
	right: 5%;
	bottom: -30px;
	z-index: 10;
	width: 30%;
	max-width: 250px;
	padding: 10px 20px 30px;
}
.top-image .bana a{
	font-size: 1.5rem;
	color: #fff;
}
.top-image .bana a img{
	width: 60px;
	display: block;
	margin: 20px auto 20px;
}	
}
@media (min-width:1px) and (max-width: 768px) {
	
.news .wwaku{
	padding: 30px 20px;
}
.advantage .Photo{
	width: 80%;
	margin: 0 auto 0 0;
	z-index: 10;
}

.advantage .advantage_t{
	position: absolute;
	bottom: inherit;
	top: -2%;
	left: inherit;
	right: 5%;
	width: 50%;
	z-index: 10;
}
.advantage .Txt{
	position: relative;
	top: inherit;
	width: 100%;
}
	
.advantage .Txt h2{
	margin:10px 10px;
}	
.advantage .Txt h2 br{
	display: none;
}
.advantage .glay{
	background: #f5f5f5;
	border-top:3px solid #377dc2;
	padding: 10px 10px 10px;
}
.advantage .Txt .marubtn{
	text-align: right;
	margin: 10px 10px 10px auto;
}
	
.advantage .Txt .marubtn a{
	background: #fff;
	border-radius: 40px;
	width: 80px;
	height: 80px;
	font-size: 1.3rem;
	text-align: center;
	color: #377dc2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	margin: 0 auto;
}
.btn .location_Btn{
	width: 48%;
	margin: 5% 2% 0 0;
}
.btn .flow_Btn{
	width: 48%;
	margin: 0 0 5% 2%;
}
	
.btn .location_Btn .marubtn,
.btn .flow_Btn .marubtn{
	border-radius: 40px;
	width: 80px;
	height: 80px;
	font-size: 1.3rem;
}
	
.comqa .company_Btn{
	width: 48%;
	margin: 0 2% 0 0;
}
.comqa .qa_Btn{
	width: 48%;
	margin: 0 0 0 2%;
}

.recruit .marubtn{
	border-radius: 40px;
	width: 80px;
	height: 80px;
	font-size: 1.3rem;
}	
.top-image .bana {
	right: 5%;
	bottom: -50px;
	z-index: 10;
	width: 220px;
	padding: 5px 20px 20px;
}
.top-image .bana a{
	font-size: 1.5rem;
	color: #fff;
}
.top-image .bana a img{
	width: 60px;
	display: block;
	margin: 10px auto 20px;
}	
}
@media only screen and (min-width:1px) and (max-width: 480px) {

.top-image .contact_btn{
	position: fixed;
	right: 0;
	top: 80px;
	max-width: 80px;
	width: 12%;
}	


.top-image .catch {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
	z-index: 1;
	width: 80%;
	margin: auto;
}
.top-image .bana {
	right: 5%;
	bottom: -60px;
	z-index: 10;
	width: 160px;
	padding: 10px 10px 20px;
}
.top-image .bana a{
	font-size: 1.2rem;
}
.top-image .bana a img{
	width: 40px;
	display: block;
	margin: 5px auto 15px;
}	
	
.news .wwaku{
	padding: 10px;
	margin: 10px auto 20px;
}	
	
.news .tBtn a{
	margin: 0 auto;
}
	
	
	
	
.advantage .Txt .marubtn{
	text-align: right;
	margin: 10px 10px 10px auto;
}
	
.advantage .Txt .marubtn a{
	border-radius: 30px;
	width: 60px;
	height: 60px;
	font-size: 1.1rem;
}
	
.btn .location_Btn .marubtn,
.btn .flow_Btn .marubtn{
	border-radius: 30px;
	width: 60px;
	height: 60px;
	font-size: 1.1rem;
	bottom: -20px;
	right: 5px;
}

.comqa .company_Btn{
	width: 80%;
	margin: 10px auto;
}
.comqa .qa_Btn{
	width: 80%;
	margin: 10px auto;
}
.recruit .recruit_t{
	width: 50%;
	margin: 0 auto 0 3%;
	z-index: 10;
	position: relative;
}
.recruit .marubtn{
	border-radius: 30px;
	width: 60px;
	height: 60px;
	font-size: 1.1rem;
	top: -5px;
}	
	
	
.pc-img{
	display: none;
}
.sp-img{
	display: block;
}
}