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

.top-key-visual .catch {
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
	position: relative;
	z-index: 2;
  margin-top: 70%;

}
.top-key-visual .catch .jp {
  color: #FFF;
  text-shadow: 0px 0px 8px #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: block;
}
.top-key-visual .catch .en {
  color: #FFF;
  text-shadow: 0px 0px 10px #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 1.5rem;
  line-height: 1.7;
}
@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) {
	.top-key-visual {
		height: 100vh;
	}
} */

/*------------------------------------------
	Main Content
------------------------------------------*/
/* Common */
.top-content {
	position: relative;
	z-index: 2;
	padding-top: 680px;
}
/* @media only screen and (max-width: 600px) {
	.top-content {
		padding-top: 100vh;
	}
} */
.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: 6px;
	left: 0;
	z-index: 2;
}

.top-common-block .m-title01 > span {
	padding: 1rem 2rem;
	display: block;
}
.top-common-block .text-box {
	width: 85%;
	margin: -3rem auto 0;
	background: #fff;
	box-shadow: 0 4px 10px rgba(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;
}
.top-business .m-title01 {
	background: #fff;
}
.top-common-block .m-title01.bg1{
  background:url(../images/top/top_business_bg.png) no-repeat center / cover;
  padding-block: 0.7rem;
}
.top-common-block .m-title01.bg1 > span {
	padding: 1rem 4rem 1rem 2rem;
	display: block;
}
.top-common-block .m-button01 .bg1{
  background: #F2B3A2;
  border-color: #F2B3A2;
  color: #fff;
}
.top-common-block .m-button01 .bg1:hover{
  background: #fff;
  color: #F2B3A2;

}

/* Company */
.top-company {
	background: #fff;
}
.top-company .m-title01 {
	background: #fff;
	left: auto;
	right: 0;
	text-align: right;
}
.top-common-block .m-title01.bg2{
  background:url(../images/top/top_company_bg.png) no-repeat center / cover;
  padding-block: 1.3rem;
}
.top-common-block .m-button01 .bg2{
  background: #F2B3A2;
  border-color: #F2B3A2;
  color: #fff;
}
.top-common-block .m-button01 .bg2:hover{
  background: #fff;
  color: #F2B3A2;

}

/* Recruit */
.top-recruit {
	background: #fff;
}
.top-common-block .m-title01.bg3 > span {
	padding: 1rem 4rem 1rem 2rem;
	display: block;
}
.top-recruit .m-title01 {
	background: #fff;
}

.top-common-block .m-title01.bg3{
  background:url(../images/top/top_recruit_bg.png) no-repeat center / cover;
  padding-block: 0.9rem;
}
.top-common-block .m-button01 .bg3{
  background: #F2B3A2;
  border-color: #F2B3A2;
  color: #fff;
}
.top-common-block .m-button01 .bg3:hover{
  background: #fff;
  color: #F2B3A2;

}

/* Information */
.top-information {
  background: #E3E3E3;
	padding: 5rem 0;
	text-align: center;
}
.top-information .inner {
	width: 90%;
	margin: auto;
}
.top-information .m-title01 {
color: #3D4047;
}
.top-information .m-title01 .en {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.top-information .m-title01 .jp {
  font-size: 18px;
  font-weight: 600;
}

.top-information .news-list {
	margin: 5rem 0 3rem;
}
.top-information .m-button01 {
	text-align: right;
}
.top-information .m-button01 a{
  background: #F2B3A2;
  color: #fff;
  border-color: #F2B3A2;
}
.top-information .m-button01 a:hover{
  background: #fff;
  color: #F2B3A2;

}
