/*------------------------------------------
  Key Visual Top
------------------------------------------*/
.top-key-visual {
	max-width: 390px;
	width: 100%;
	height: 490px;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
background-image: url(../images/top/pc_main_bg.png);
background-repeat: no-repeat;
}

.top-key-visual .catch {
	font-weight: 500;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.top-key-visual .catch .jp {
  font-size: 32px;
  display: block;
}
.top-key-visual .catch .en {
  font-size: 12px;
  display: block;
  margin-top: 1rem;
}
@keyframes slide-roop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
/*
.top-key-visual .thumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
*/
@media only screen and (max-width: 600px) {

}

/*------------------------------------------
	Main Content
------------------------------------------*/
/* Common */
.top-content {
	position: relative;
	z-index: 2;
	padding-top: 490px;
}
@media only screen and (max-width: 600px) {

}
.top-common-block {
	padding: 10rem 0;
}
.top-common-block	.box {
	position: relative;
}
.top-common-block .box > img {
	margin-top: 4rem;
}
.top-common-block .m-title01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.top-common-block .m-title01 > span {
	padding: 1rem 2rem;
	display: block;
}
.space{
	height: 35px;
}
.top-common-block .img-box {

	padding-top: 225px;
	padding-bottom: 47px;

}
.top-business  .img-box {
	background: url(../images/top/top_business.png) no-repeat center / cover;


}
.top-company  .img-box {
	background: url(../images/top/top_company.png) no-repeat center / cover;


}
.top-common-block .text-box {
	width: 85%;
	margin: -3rem auto 0;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 1.5rem 2rem;
	line-height: 2;
	position: relative;
	z-index: 2;
}
.top-common-block .m-button01 {
	margin-top: 3rem;
	text-align: right;
}

/* Business */
.top-business {
	background: #fff;
	padding-top: 6.5rem;
}
.top-business .m-title01 {
	background: #fff;
}

/* Company */
.top-company {
padding-top: 0;
padding-bottom: 0;
background: #fff;
}
.top-company .m-title01 {
	background: #fff;
	left: 0;
	/* right: 0; */
	/* text-align: right; */
}

/* Recruit */
.top-recruit {
	background: #fff;
padding-top: 0;
}
.top-recruit .m-title01 {
	background: #fff;
	width: 100%;
	text-align: center;
}
.top-recruit img {
display: block;
	width: 100%;
	text-align: center;
}
.top-recruit .text-box {
margin-top: 10px;
box-shadow: none;

}
.top-recruit .m-button01   {
text-align: center;

}
.top-recruit .m-button01 a  {
margin-inline: auto;
background: #fff;
color: #3B1D12;
border-color: #3B1D12;

}
.top-recruit .m-button01 a:hover  {
margin-inline: auto;
background: #3B1D12;
color: #fff;
border-color: #fff;

}

/* Information */
.top-information {
	background: #DAB986;
	padding: 5rem 0;
	text-align: center;
}
.top-information .inner {
	width: 90%;
	margin: auto;
}
.top-information .news-list {
	margin: 5rem 0 3rem;
}
.top-information .m-button01 {
	text-align: right;
}