@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;
}
@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-text{
	position: absolute;
  z-index: 10;
	top: 50%;
	right: 10%;
  text-align: left;
  background-color: #fff;
  padding: 30px;
}
.slide-text__tit01 {
  font-family: var(--font01);
  font-size: clamp(1.3rem,2.125vw,2rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.slide-text__tit02 {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(3rem,6vw,5.3rem);
  font-weight: 700;
  text-align: center;
}

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

.lead .wrapper {
	text-align: center;
}
.lead__tit {
	color: var(--color01);
	font-size: clamp(1.8rem,2.375vw,3rem);
}

.plan {
	overflow: hidden;
	width: 101%;
}
.plan__item {
	float: left;
	width: 32.333%;
  display: flex;
  position: relative;
  height: 425px;
	color: #fff;
  font-family: var(--font01);
  font-optical-sizing: auto;
  font-weight: 700;
	margin-right: 1%;
}  
.plan__item a,.plan__item a:hover {
	color: #fff;
}  
.plan__item--plan01 {
  background: url("../images/index-images/plan01.jpg") no-repeat 50% 50%/cover;
}  
.plan__item--plan02 {
  background: url("../images/index-images/plan02.jpg") no-repeat 50% 50%/cover;
}  
.plan__item--plan03 {
  background: url("../images/index-images/plan03.jpg") no-repeat 50% 50%/cover;
}  
.plan__item a {
  z-index: 1;
  color: #fff;
	padding: 30px;
}  
.overlay1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.plan__item:hover {
  cursor: pointer;
}  
.overlay1:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.plan__tit {
	font-size: clamp(1.8rem,2.5vw,2.6rem);;
}
.plan__tit .number {
	display: block;
	color: var(--color02);
	font-size: 1.6rem;
}
.plan__tit .number::before {
	content: "#";
}
.plan__year {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 180px;
	text-align: center;
	background-color: var(--color02);
	padding: 5px 0;
}

.feature {
	position: relative;
}
.feature__txt {
	float: right;
  width: 50%;
}
.feature__img {
	position: absolute;
	left: 50%;
	top: 150px;
	transform: translateX(-110%);
	max-width: 750px;
  width: 48%;
}
.check-list__item {
	font-family: var(--font01);
	font-weight: 700;
	font-size: 2.5rem;
	background: url("../images/cmn-images/icon-check.png") 0 10px no-repeat;
	background-size: 30px;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
}


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

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


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

}


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

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

.slide-text{
	top: 30%!important;
	right: 5%;
  text-align: left;
}

.plan__item a {
	padding: 20px;
}  
.plan__year {
	width: 120px;
	font-size: 1.4rem;
}

.feature {
	position: relative;
}
.feature__txt {
	float: none;
  width: 100%;
}
.feature__img {
	position: relative;
	left: 0;
	top: 0;
	transform: translateX(0);
	max-width: 800px;
  width: 60%;
	margin-bottom: 40px;
}

}

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

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

.slide-text{
	top: 30%;
	right: 10%;
  padding: 20px;
}

.plan {
	overflow: hidden;
	width: 101%;
}
.plan__item {
	float: none;
	width: 100%;
  display: flex;
  height: 270px;
	margin: 0 0 1% 0; 
}  
.plan__tit .number {
	font-size: 1.4rem;
}


.feature__img {
	max-width: 100%!important;
  width: 100%;
	margin-bottom: 30px;
}
.check-list__item {
	font-size: 1.8rem;
	background: url("../images/cmn-images/icon-check.png") 0 10px no-repeat;
	background-size: 20px;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

}

