@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.topos p {
	font-weight: 500;
	line-height: 1.75;
}
.topos .imgBox {
	margin-bottom: 73px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topos .imgBox .photoBox {
	width: 450px;
	order: 2;
	margin: -7px -45px 0 -120px;
}
.topos .imgBox .textBox {
	flex: 1;
	padding: 3px 0 0 50px;
}
.topos .imgBox .textBox p {
	margin-bottom: 36px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
.topos .imgBox .photoBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topos .imgBox .photoBox li {
	margin-bottom: -45px;
}
.topos .imgBox .photoBox .liStyle {
	margin: 0 -70px 0 144px;
}
.flowBox .inner {
	margin-bottom: 53px;
	padding: 45px 48px 42px;
	border: 2px solid #FFBEBE;
	border-radius: 17px;
	position: relative;
}
.flowBox .subBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flowBox .textImg {
	position: absolute;
	top: -36px;
	left: -63px;
}
.flowBox .subBox .photoBox {
	order: 2;
	margin: 4px -95px 0 10px;
}
.flowBox .subBox .textBox {
	flex: 1;
}
.flowBox p {
	margin-bottom: 18px;
}
.flowBox p a:hover {
	opacity: 0.7;
}
.flowBox p:last-child {
	margin-bottom: 0;
}
.flowBox h3 {
	margin-bottom: 5px;
}
.flowBox .subBox02 .photoBox {
	margin: -77px -114px 0 40px;
}
.flowBox h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
.flowBox .subBox02 .textBox {
	margin-top: -17px;
}
.flowBox .subBox03 .photoBox {
	margin: 17px -10px 0 30px;
}
.flowBox .bigPhoto {
	margin: -22px -20px -182px;
}
.box {
	padding: 205px 0 0;
}
.toposInner {
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.toposInner:last-child {
	margin-bottom: 0;
}
.toposInner .textBox {
	width: 570px;
	margin-left: 40px;
	order: 2;
	background-color: #FFBEBE;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 52px 50px 48px;
	position: relative;
}
.toposInner .textBox:after {
	width: 91px;  
	height: 79px;
	background: url(../img/topos/bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 140px;
	left: -55px;  
	content: ""; 
}
.toposInner h3 {
	margin-bottom: 7px;
	font-size: 1.8rem;
	color: white;
}
.toposInner p {
	margin-bottom: 27px;
	font-weight: bold;
}
.toposInner .text {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.toposInner p.zen {
	letter-spacing: -0.02em;
}
.toposInner p:last-child {
	margin-bottom: 0;
}
.toposInner .photoBox {
	flex: 1;
	text-align: center;
	padding-left: 35px;
}
.toposInner02 .textBox {
	margin: 0 40px 0 0;
	order: 0;
}
.toposInner02 .photoBox {
	padding: 0 80px 0 0;
}
.toposInner02 .textBox::after { 
	left: auto;
	right: -52px;
	bottom: 176px;
	background-image: url(../img/topos/bg02.png);
}


@media all and (max-width: 896px) {
	.topos .imgBox {
		display: block;
	}
	.topos .imgBox .photoBox {
		width: auto;
		margin: 0;
	}
	.topos .imgBox .photoBox ul {
		align-items: center;
	}
	.topos .imgBox .photoBox li {
		margin: 0 !important;
		width: 48%;
	}
	.topos .imgBox .textBox {
		padding: 0;
	}
	.topos .imgBox .textBox p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.flowBox .inner {
		padding: 40px 20px 30px;
		margin-bottom: 70px;
	}
	.flowBox .subBox {
		display: block;
		margin-bottom: 30px;
	}
	.flowBox .subBox:last-child {
		margin-bottom: 0;
	}
	.flowBox .subBox .photoBox {
		width: 80%;
		margin: 0 auto 10px;
	}
	.flowBox .subBox02 .photoBox {
		width: 60%;
	}
	.flowBox .subBox .photoBox img {
		width: 100%;
	}
	.flowBox .textImg {
		top: -45px;
		left: -10px;
		width: 70px;
	}
	.flowBox .subBox02 .textBox {
		margin-top: 0;
	}
	.flowBox .bigPhoto {
		margin: 0;
	}
	.flowBox .bigPhoto img {
		width: 100%;
	}
	.box {
		padding-top: 40px;
	}
	.toposInner {
		display: block;
	}
	.toposInner .textBox {
		width: auto;
		padding: 40px 20px;
		border-radius: 30px;
		margin: 0 0 40px;
	}
	.toposInner .photoBox {
		padding: 0 !important;
	}
	.toposInner .textBox::after { 
		left: 50%;
		transform: translateX(-50%) rotate(30deg);
		bottom: -40px;
	}
	.toposInner02 .textBox::after {
		transform: translateX(-50%) rotate(-30deg);
	}
	
}