@charset "UTF-8";
/* CSS Document */
/* ttlArea */
.ttlArea {
	background-image: url("../img/zeb/ttl_bg.webp");
}

/* zebArea */
.zebArea {
	background-image: url("../img/sub/content_bg.webp");
	background-repeat: repeat-y;
	background-position: top center;
}
/* desc */
.zebArea .desc .inner {
	padding: 50px 20px;
}
.zebArea .desc .inner h2 {
	font-weight: 700;
	line-height: 1.3;
	font-size: min(5vw,30px);
	color: #00a496;
}
.zebArea .desc01 .inner .zebBox01 {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zebArea .zebBox01 {
	padding: 50px 0;
}
.zebArea .zebBox01 .txt {
	width: 70%;
}
.zebArea .zebBox01 .img {
	width: 30%;
}
.zebArea .zebBox01 .txt p {
	padding: 35px 0;
}
.btnArea {
    display: flex;
    justify-content: flex-start;
}
/* btn */
.btn02 {
	width: 220px;
	height: 48px;
	position: relative;
	display: block;
	padding: 12px 30px;
	text-align: center;
	transition: ease .2s;
	background: #49c1bb;
	border-radius: 50px;
} 
.btn02 span {
	position: relative;
	z-index: 3;
	color: #fff;
}
.btn02:hover span {
	color: #000;
}
.bgcenterx:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(225,225,225,.8);
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
	border-radius: 50px;
}
.bgcenterx:hover:before{
	transform: scale(1, 1);
}
.zebArea .zebBox01 .img {
}
.zebArea .zebBox01 .img img {
	max-width: 224px;
	border-radius: 15px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
}
.zebList {
	width: 1000px;
	margin: 0 auto;
}
.zebList li {
	padding: 20px 20px;
	margin-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	background-color: #FFF;
	border: 2px solid #81D7B9;
	border-radius: 20px;
}
.zebList li p {
	width: 60%;
	padding: 0 3em;
}
.zebList li .img {
	width: 40%;
	text-align: center;
}
.zebList li .img img {
	max-width: 160px;
}
.zebArea .desc02 .inner .zebBox02 {
	width: 1000px;
	margin: 0 auto;
}
.zebArea .desc02 .inner .zebBox02 .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}
.zebArea .desc02 .inner .zebBox02 .box .txt {
	width: 70%;
}
.zebArea .desc02 .inner .zebBox02 .txt h3 {
	padding: 0 .5em;
	margin-bottom: 20px;
	font-size: min(4vw,18px);
	line-height: 1.3;
	display: inline-block;
	color: #FFF;
	background-color: #00A496;
}
.zebArea .desc02 .inner .zebBox02 .txt p {
	padding-bottom: 30px;
	padding-right: 50px;
}
.zebArea .desc02 .inner .zebBox02 .box .img {
	width: 30%;
	padding: 0 40px;
}
.zebArea .desc02 .inner .zebBox02 .box .img img {
	 filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.7));
}
.zebList02 li {
	/*min-height: 3em;*/
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}
.zebList02 li:before {
	position: absolute;
	left: 0;
	top: 0;
	color: #00A496;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}
.zebList02 li:nth-child(1):before {
	content: "1.";
}
.zebList02 li:nth-child(2):before {
	content: "2.";
}
.zebList02 li:nth-child(3):before {
	content: "3.";
}
.zebList02 li:nth-child(4):before {
	content: "4.";
}
.shomeiTxt {
	text-align: right;
}
@media screen and (max-width: 1024px) {
.zebArea .desc01 .inner .zebBox01 {
	width: 100%;
}
.zebList {
	width: 100%;
}
.zebArea .desc02 .inner .zebBox02 {
	width: 100%;
}
}	

@media screen and (max-width: 767px) {
	.zebArea .zebBox01 .txt {
		width: 100%;
		margin-bottom: 25px;
	}
	.zebArea .zebBox01 .img {
		width: 100%;
		text-align: center;
	}
	.zebArea .desc02 .inner .zebBox02 .box .txt {
		width: 100%;
	}
	.zebArea .desc02 .inner .zebBox02 .box .img {
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.zebArea .desc02 .inner .zebBox02 .box .img img {
		max-width: 300px;
	}
	.zebList li p {
		padding: 0 .5em;
	}
}
@media screen and (max-width: 600px) {
	.zebList li p {
		width: 100%;
		padding: 0 .5em 15px;
	}
	.zebArea .desc02 .inner .zebBox02 .txt p {
    padding-right: 10px;
	}
	/*.zebList02 li:before {
    font-size: 30px;
	}
	.zebList02 li {
    padding-left: 50px;
	}*/
}	
