@charset "utf-8";

main {
	background: linear-gradient(60deg, #B5D8E7 0%, #E1EBE2 100%);
	border-bottom: 15px solid #52BFCA;
}

.bgWhite {
	background: rgb(255 255 255 / 60%);
	margin-bottom: 50px;
}

.bgWhite h2 {
	background: linear-gradient(90deg, #8AC7B9 0%, #19A9B9 100%);
	display: inline-block;
	padding: 60px 0 15px;
	color:#fff;
	font-size: 42px;
	line-height: 1;
	margin-bottom: 10px;
	width: 50%;
}

.titleJp {
    font-size:13px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 80px;
}

.bgWhite h3 {
    font-size: clamp(24px, 3vw, 55px);
    font-weight: 600;
    letter-spacing: 10px;
	line-height: 1;
	margin-bottom: 10px;
}

.bgWhite h3 .textBig {
	font-size: clamp(36px, 5vw, 90px);
	line-height: 1;
    vertical-align: text-bottom;
}

.bgWhite h3 .textBig02 {
	font-size: clamp(30px, 4.4vw, 72px);
	line-height: 1;
    vertical-align: text-bottom;
}

.bgWhite .text {
    font-weight: 600;
    font-size: clamp(18px, 3vw, 36px);
	position: relative;
	z-index: 1;
}

.bgWhite .text .textBig {
    font-size: clamp(26px, 4.2vw, 58px);
}

.kukaku {
    margin-top: -80px;
}

.kukaku img {
    width: 100%;
	max-width: 946px;
}

.localBtn {
	justify-content: center;
	margin-bottom: 80px;
}

.localBtn li {
	margin: 0 2%;
}

.localBtn li a {
    background: #32a9b7;
    color: #fff;
    padding: 15px 30px;
    width: 270px;
    text-align: center;
    border-radius: 12px;
    border: 2px solid #32a9b7;
    font-size: 18px;
    letter-spacing: 3px;
	font-weight: 700;
}

.localBtn li.active a {
    background: rgb(255 255 255 / 60%);
    color: #32a9b7;
}

.sec02 {
	margin-bottom: 100px;
}

.sec02 .arrow {
	margin-bottom: 30px;
}

.sec02 .text02 {
	font-size: clamp(20px, 2.5vw, 28px);
	color:#494544;
	font-weight: 800;
	margin-bottom: 20px;
}

.sec02 .text02 span.textBig {
	font-size: clamp(26px,3.8vw, 42px);
	color:#68A9CF;
	line-height: 1.4;
}

.sec02 .text03 {
	font-size: clamp(16px, 1.4vw, 18px);
	color:#6D6B6B;
	margin-bottom: 40px;
}

.sec02 .inner02 {
	max-width: 833px;
	margin: 0 auto;
} 

.sec02 .flexBox {
	width: 100%;
	margin: 0 auto 10px;
	justify-content: space-between;
} 

.sec02 .flexBox .img01 {
	width: 100%;
	margin-bottom: 14px;
} 

.sec02 .flexBox .img02 {
	width: 33.5%;
} 

.sec02 .flexBox .img03 {
	width: 64.5%;
} 

.sec02 .flexBox img {
	width: 100%;
}

.sec02 .inner02 .textSmall {
	font-size: 10px;
} 


@media screen and (max-width: 767px)  {	
	
	main {
		border-bottom: 10px solid #52BFCA;
	}	

	.bgWhite {
		margin-bottom: 40px;
	}	

	.bgWhite h2 {
        padding: 20px 0 10px;
        font-size: 28px;
        width: 60%;
    }
	
	.titleJp {
		font-size:10px;
		margin-bottom: 40px;
	}	

	.bgWhite h3 {
		letter-spacing: 3px;
		margin-bottom: 25px;
	}

	.bgWhite .text {
		line-height: 1;
	}	


	.kukaku {
		margin-top: -20px;
		padding-bottom: 20px;
	}	
	
	.localBtn {
		margin-bottom: 50px;
	}
	
	.localBtn li {
		width: 46%;
	}
	
	.localBtn li a {
		padding: 12px 0;
		width: 100%;
		font-size: 14px;
	}

	.sec02 {
		margin-bottom: 60px;
	}

	.sec02 .arrow {
		width: 50%;
		margin: 0 auto 20px;
	}

	.sec02 .text02 {
		line-height: 1.7;
	}

	.sec02 .text02 span.textBig {
		line-height: 1.7;
	}

	.sec02 .text03 {
		line-height: 1.6;
	}

	.sec02 .flexBox .img01 {
		margin-bottom: 2%;
	} 
	
	
	
}



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

	.bgWhite h2 {
		font-size: 36px;
	}	
}
	
	
	