@charset "UTF-8";
/* CSS Document */

.contents01 .midashi-box h3 {
	color: #1fb589;
letter-spacing: 0.05em;
	padding-top: 0px;
}

.contents01 {
	width: 1170px;
}

/* layout01 */

.layout01 {
	padding-top: 50px;
}

.layout01 .box {
	position: relative;
	background-color: #edf9d6;
	border-radius: 30px;
	padding: 70px 80px 40px;
}

.layout01 .box:not(:last-child) {
	margin-bottom: 100px;
}

.layout01 .box-detail {
	background-color: #FFF;
	border-radius: 20px;
	padding: 40px 60px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
}

.layout01 .box-img {
	flex: 1;
	padding-right: 40px;
}

.layout01 .box-text {
	width: 520px;
	text-align: left;
}

.layout01 h6 {
	position: absolute;
left:10%;
top: 0px;
	width: 80%;
	display: block;
	padding: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 32px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: 400;
	background-color: #d3ede2;
	border-radius: 60px;
	margin-top: -30px;
}


.sp-view {
	display: none;
}
