@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


/* service
------------------------------------------------------ */
.service-bg{
	padding: 80px 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.service{
	width: 90%;
	max-width: 1020px;
	margin: 0 auto;
}
.service-icon{
	width: 30%;
	margin: 0 auto;
	margin-top: -50px;
}
.service h3,.service .section-lead{
	text-align: center;
}
.service-item{
	background: #fff;
	border-radius: 15px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.service-content-item{
	border: 6px solid rgba(0,186,136,.25);
	border-radius: 20px;
	
}
.service-ttl{
	text-align: center;
	color: #00b987;
	font-size: 2rem;
	margin-top: -120px;
	margin-bottom: 20px;
}
.service-ttl span{
	display: block;
	font-size: 1rem;
	color: #333;
}
.service-txt{
	width: 50%;
	margin: 0 auto;
	font-size: 1.2rem;
	line-height: 2rem;
}
.service-content-item .service-txt {
    width: 80%;
}
.service-wrap{
	margin: 60px auto;
}
.link-more{
	background: #ff9d1b;
    color: #fff;
    padding: 10px 0;
    width: 70%;
    max-width: 273px;
    margin: 30px auto;
    display: block;
    border-radius: 30px;
    text-align: center;
    position: relative;
}
.link-more:after{
	content: '';
    display: inline-block;
    background: url(images/arrow-icon.svg) no-repeat;
    background-size: contain;
    width: 14px;
    height: 16px;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: -20px;
}
.service-logo{
	width: 60%;
	margin: 30px auto 0;
}
.service-content-wrap{
	margin-top: 40px;
}
.service-content-item{
	margin-bottom: 30px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.service-ttl{
	text-align: center;
	color: #00b987;
	font-size: 2rem;
	margin-top: -30px;
	margin-bottom: 20px;
}

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.service-content-wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 90%;
		margin: 40px auto;
	}
	.service-content-item{
		width: 44%;
		margin: 20px;
	}
}
