@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
  background-color: #000;
}
.fullSlideShow ul li img {
	width: 100%;
  opacity: 0.9;
}
.fullSlideShow__txt {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container {
	width: 100%;
	text-align: center;
}
#contents {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
  padding-top: 60px;
}

.contents {
	padding: 30px 50px 50px 50px;
}


/* ==========================================================================
	CONTENTS
	========================================================================== */

/*BUSINESS*/

.business {
	position: relative;
}
.business__bg {
	position: relative;
	z-index: 100;
	background-image: url("../images/index-images/image01.jpg");
	background-repeat: no-repeat;
	background-position: calc(50% + 600px) 150px;
}
.business__en {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -700px;
}
.business__inner {
	position: relative;
	z-index: 10;
	width: 45%;
}
.business__txt p {
	font-family: var(--font01);
	font-size: 1.8rem;
	line-height: 270%;
	width: 70%;
	margin: 0 auto 30px auto;
}

/*BN*/

.bn {
	background: url("../images/cmn-images/bg01.jpg") 50% 50% no-repeat;
	margin-bottom: 80px;
}
.bn-list {
	overflow: hidden;
	list-style: none;
}
.bn-list__item {
	position: relative;
	float: left;
	width: 50%;
}
.bn-list__item:first-child {
	border-right: solid 2px #fff;
}
.bn-list__item a {
	position: relative;
	z-index: 100;
	display: block;
	color: #fff;
	font-family: var(--font01);
	font-weight: 700;
	font-size: 2rem;
	background: url("../images/cmn-images/icon-arrow02.png") 90% 50% no-repeat;
	background-size: 17px;
	padding: 130px 40px;
}
.bn-list__item span {
	position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
	color: rgba(255,255,255,0.1);
	font-family: var(--font01);
	font-size: clamp(4rem,6.5vw,7.5rem);
	font-weight: 700;
  padding-left: 40px;
}
.bn-list__item a:hover {
  color: var(--color02);
	background: url("../images/cmn-images/icon-arrow03.png") 90% 50% no-repeat;
	background-size: 17px;
}

/*RECRUIT*/

.recruit {
	position: relative;
}
.recruit__en {
	position: absolute;
	right: 50%;
	top: 0;
	z-index: 0;
	margin-right: -600px;
}
.recruit__txt {
	position: relative;
	z-index: 100;
	float: right;
	width: 50%;
	padding-top: 50px;
}
.recruit__img {
	float: left;
	width: 40%;
	margin-top: 50px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.fullSlideShow__txt {
  width: 60%;
}

/*BUSINESS*/

.business__bg {
	background-image: none;
}
.business__en {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -300px;
}
.business__inner {
	width: 100%;
}
.business__txt {
  margin-bottom: 40px;
}
.business__txt p {
	width: 90%;
	margin: 0 auto 30px auto;
}

/*BN*/

.bn {
	margin-bottom: 60px;
}
.bn-list__item a {
	background: url("../images/cmn-images/icon-arrow02.png") 95% 50% no-repeat;
  background-size: 15px;
	padding: 100px 30px;
}

/*RECRUIT*/

.recruit__en {
	margin-right: -400px;
}
.recruit__txt {
	padding-top: 30px;
}
.recruit__img {
  position: relative;
  z-index: 100;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

/*BUSINESS*/

.business__en {
	top: 50px;
	margin-left: -250px;
}
.business__txt p {
	font-size: 1.6rem;
}

/*BN*/

.bn {
	margin-bottom: 40px;
}
.bn-list__item {
	float: none;
	width: 100%;
}
.bn-list__item:first-child {
	border-right: none;
	border-bottom: solid 2px #fff;
}
.bn-list__item a {
	font-size: 1.8rem;
	background-size: 12px;
	padding: 60px 20px;
}
.bn-list__item span {
	position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
	color: rgba(255,255,255,0.1);
	font-family: var(--font01);
	font-weight: 700;
}

/*RECRUIT*/

.recruit__en {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	margin-right: 0;
}
.recruit__txt {
	float: none;
	width: 100%;
	padding-top: 20px;
}
.recruit__img {
	float: none;
	width: 100%;
	margin-top: 40px;
}

}

