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

.top-key-visual .catch {
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;


}
.top-key-visual .catch-center {
	font-weight: 500;
	line-height: 1.8;
	color: #fff;
	text-align: center;
  justify-content: center;
	position: relative;
	z-index: 2;


}
.top-key-visual .catch .jp {
  font-size: 33px;
  display: block;
  margin-left: 34px;
  margin-top: 140px;
}
.top-key-visual .catch-center .jp {
font-size: 13px;
margin-left: 70px;
margin-top: 200px;
width: 265px;
text-align: left;
color: #207F6D;
}
@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: 746px;
}
@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: 0;
	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: url(../images/top/top-business-bg.png) center / cover no-repeat;
  padding-top: 5rem;
}
.top-business .m-title01 {
top: -50px;
}

/* Company */
.top-company {
	background: #DEEEEB;
}
.top-company .m-title01 {
    background: linear-gradient(to bottom, transparent 0%, transparent 35%, #fff 35%, #fff 100%);

	left: auto;
	right: 0;
	text-align: right;
}

/* Recruit */
.top-recruit {
	background: #DEEEEB;
  padding-top: 5rem;
}
.top-recruit .m-title01 {
  /* background: #fff; */
  text-align: center;
  width: 100%;
}
.top-recruit .box>img {
  margin-top: 9rem;
}

/* Information */
.top-information {
	background: url(../images/top/top-info-bg.png) center / cover no-repeat;
	padding: 5rem 0;
	text-align: center;
}
.top-information .inner {
	width: 90%;
	margin: auto;
}
.top-information .news-list {
	margin: 5rem 0 3rem;
}
.top-information .news-list .post02 {
  border-bottom: 1px solid #fff;
}
.top-information .news-list .post02:after {
  background: url(../images/common/arrow02.png) center center / cover no-repeat;
}
.top-information .m-button01 {
	text-align: right;

}
.top-information .m-button01 a {
  color: #207F6D;
  background: #fff;
  border-color: #fff;
}