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

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

/* ==========================================================================
	MAIN
	========================================================================== */
	
#container {
	overflow: hidden;
}
.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
  background-color: #000;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-img img{
	object-fit: cover;
	height: 100vh;
  width: 100vw;
}

.slide-en {
	position: absolute;
  z-index: 10;
	left: 5%;
	bottom: 5%;
	color: #fff;
  font-size: 8vw;
  text-align: left;
  line-height: 100%;
}
.slide-en span {
	display: block;
}
.slide-jp {
	position: absolute;
  z-index: 10;
	right: 5%;
	bottom: 5%;
	color: #fff;
  font-size: 3rem;
}

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

.txt-box {
  float: right;
  width: 90%;
}
.txt-box p {
  font-size: 2rem;
}
.top-img {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.top-img li:nth-child(2) {
  margin-top: 50px;
}
.top-img li:nth-child(3) {
  margin-top: 100px;
}
.top-img li:nth-child(4) {
  margin-top: 150px;
}
.committment {
  margin-top: -150px;
}
.committment .line02 {
  padding-top: 200px!important;
}
.products {
  color: #fff;
  background: url("../images/index-images/products-bg.jpg") 50% 50% no-repeat;
  padding: 60px 0;
}
.products p {
  font-family: var(--font02);
  font-weight: 700;
  text-align: center;
}
.products .top-tit {
  text-align: center;
}


.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slide {
  margin: 0px 25px;
}
.slick-slide img {
  width: 100%;
}
.slick-slide {
  transition: all ease-in-out .3s;
}
.products-slide {
	margin-bottom: 80px;
}
.products-slide__item {
	text-align: center;
}
.products-slide__item img {
	display: block;
	width: 75%;
  transition: transform 0.3s ease;
	margin: 0 auto;
}
.products-slide__item a:hover img {
  transform: scale(0.9);
}

.products-slide__img {
  background-image: url('../images/index-images/kakko01.png'), url('../images/index-images/kakko02.png');
  background-position: right top, right bottom;
  background-repeat: no-repeat, no-repeat;
	margin-bottom: 20px;
}
.products-slide__img02 {
  background-image: url('../images/index-images/kakko03.png'), url('../images/index-images/kakko04.png');
  background-position: left bottom, left top;
  background-repeat: no-repeat, no-repeat;
	padding: 10px;
}
.products-slide__inner {
	background-color: #fff;
	padding: 70px 10px;
}
.products-slide__item span {
	display: block;
}
.products-slide__item span::before {
	content: "-";
	margin-right: 5px;
}
.products-slide__item span::after {
	content: "-";
	margin-left: 5px;
}
.slide-arrow {
	width: 100%;
	text-align: center;
}
.arrowbox {
	cursor: pointer;
	margin: 0 auto;
}
.arrowbox img {
	width: 80px;
}
.next-arrow {
	margin-left: 15px;
}

.top-tit {
  color: #fff;
}
.top-tit__jp {
  display: inline-block;
  font-size: clamp(1.6rem,2.375vw,2rem);
  border-bottom: solid 2px;
  padding: 10px;
}
.top-tit__en {
  display: block;
  font-family: var(--font01);
  font-size: clamp(3rem,13.75vw,12rem);
  font-weight: 500;
}

.recruit {
  color: #fff;
  background: url("../images/index-images/recruit-bg.jpg") 50% 50% no-repeat;
  padding: 60px 0;
}
.recruit__inner {
  background-image: url("../images/index-images/recruit01.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 500px) 70%;

}
.recruit a,.recruit a:visited {
  color: #fff;
}
.recruit a:hover {
  color: var(--color02);
}
.recruit__tit {
  font-size: clamp(2rem,4.75vw,4rem);
  padding: 0 0 0 30px;
}
.recruit__txt {
  width: 62%;
}
.recruit__img {
  max-width: 1400px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

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

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


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

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

.top-tit__jp {
  display: inline-block;
  font-size: clamp(1.6rem,2.375vw,2rem);
  border-bottom: solid 2px;
  padding: 10px;
}
.top-tit__en {
  display: block;
  font-family: var(--font01);
  font-size: clamp(3rem,13.75vw,12rem);
  font-weight: 500;
}

.recruit {
	background-size: 3000px;
}
.recruit__inner {
  background-image: none;
}
.recruit__txt {
  width: 100%;
}
.recruit__img {
	float: left;
  width: 55%;
	margin-left: 3%;
}
.recruit-img02 {
	display: block;
	float: right;
	width: 50%;
	margin: -25% 3% 0 0;
}

}

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

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

.slide-en {
	bottom: 50%;
  font-size: 12vw;
}
.slide-jp {
	bottom: 10%;
  font-size: 2rem;
}

.txt-box {
  width: 95%;
}
.txt-box p {
  font-size: 1.8rem;
}
.top-img {
  margin-top: -50px;
}
.top-img li:nth-child(2) {
  margin-top: 30px;
}
.top-img li:nth-child(3) {
  margin-top: 60px;
}
.top-img li:nth-child(4) {
  margin-top: 90px;
}
.committment {
  margin-top: -160px;
}
.products {
  padding: 40px 0;
}
.products-slide {
	margin-bottom: 40px;
}
.products-slide__inner {
	padding: 50px 10px;
}
.arrowbox img {
	width: 70px;
}
.recruit {
  padding: 40px 0;
}
.recruit__tit {
  padding: 0 0 0 20px;
}
}

