@charset "UTF-8";
.u-title__page {
	background: #3972b7;
}
.u-section-title__hi {
	color: #3972b7;
}
.contents {
	border-color: #3972b7;
	margin-bottom: 0;
}
footer {
	margin-top: 0;
}

/* ABOUT */
.is-structure .about {
	background-image: url(../image/structure/about_bg.jpg);
	margin-bottom: 200px;
}
.is-structure .about-list > * {
	background-image: url(../image/common/icon_house__blue.png);
}


/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */
#structure03 .section-item-child:nth-child(2) .section-item-img {
	max-width: 276px;
}

/* method */
.l-method-text {
	flex: 1;
	height: 100%;
	min-height: 0%;
}
.l-method ul {
	position: relative;
}
.l-method ul:before {
	content: "or";
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 65px;
	font-weight: bold;
	color: #ea613b;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.l-method ul:after {
	content: "";
	display: block;
	background: url(../image/structure/arrow__orange.png) no-repeat center/ contain;
	width: 100%;
	height: 54px;
	position: absolute;
	top: calc(100% + 50px);
}
.l-method ul > * {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.l-method ul + * {
	margin-top: 144px;
}
.l-method li div {
	display: flex;
	flex-direction: column;
	background: #dfe8f3;
	border-radius: 10px;
	padding: 50px 40px;
}
.l-method li img {
	margin-top: 30px;
}


/* memo */
.l-memo {
	background: #dfe8f3;
	border-radius: 10px;
	padding: 20px 20px;
	margin-top: 40px;
}
.l-memo-title {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #3972b7;
	text-align: center;
	background: #fff;
	border: 1px solid #3972b7;
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 0.15em 0;
}
.l-memo-text {
	width: 55%;
	padding: 0 10px;
}
.l-memo-img {
	width: 45%;
	padding: 0 10px;
}


/* merit */
.l-merit {
	counter-reset: number 0;
}
.l-merit ul {
	margin-bottom: -60px;
}
.l-merit ul > * {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
}
.l-merit-title {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
}
.l-merit-title em {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #3972b7;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: 3px solid #3972b7;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: -9px;
	padding-top: 0.65em;
}
.l-merit-title em:after {
	counter-increment: number 1;
	content: counter(number);
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: 700;
}
.l-merit-title p {
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #fff;
	background: #3972b7;
	margin-left: 28px;
	padding-left: 38px;
}
.l-merit-text {
}
.l-merit-img {
	width: 75%;
	margin: 0 auto 10px;
}
.l-merit-img.l-merit-img__L {
	width: 100%;
	flex: 1;
	height: 100%;
	min-height: 0%;
}
.l-merit-img figcaption {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	margin-top: 10px;
}



@media screen and (min-width:320px) and ( max-width:767px) {
/* ABOUT */
	.is-structure .about {
		margin-bottom: 80px;
	}

/* REASON */
	.is-structure .reason {
	}
	
/* ------------------------------------------------------------
	CONTENTS
------------------------------------------------------------ */
	.is-structure#housingPage {
		padding-bottom: 0;
	}
	#structure03 .section-item-child:nth-child(2) .section-item-img {
		max-width: 50%;
		margin: 0 auto;
	}

/* method */
	.l-method-copy {
		font-size: 14px;
		padding: 0;
		width: 100%;
	}
	.l-method ul:after {
		height: 40px;
		top: calc(100% + 20px);
	}
	.l-method ul + * {
		margin-top: 80px;
	}
	.l-method li div {
		padding: 10% 7%;
	}
	.l-method li img {
		margin-top: 20px;
	}

	
/* memo */
	.l-memo {
		padding: 10% 7%;
		margin-top: 20px;
	}
	.l-memo-title {
		font-size: 14px;
		line-height: 1.3;
		border-radius: 30px;
		margin-bottom: 15px;
		padding: 0.25em 0;
	}
	.l-memo-text {
		width: 100%;
	}
	.l-memo-img {
		width: 80%;
		margin: 15px auto 0;
	}


/* merit */
	.l-merit {
	}
	.l-merit ul {
		margin-bottom: -30px;
	}
	.l-merit ul > * {
		margin-bottom: 40px;
	}
	.l-merit-title {
		margin-bottom: 20px;
	}
	.l-merit-title em {
	}
	.l-merit-title em:after {
		font-size: 22px;
	}
	.l-merit-title p {
		font-size: 17px;
	}
	.l-merit-img {
		width: 80%;
	}
	.l-merit-img.l-merit-img__L {
		width: 100%;
		flex: 1;
		height: 100%;
		min-height: 0%;
	}
	.l-merit-img figcaption {
		font-size: 10px;
		line-height: 1.3;
		text-align: left;
		margin-bottom: 10px;
	}
}