@charset "utf-8";
#kv {
	position: relative;
}
#kv .inquiry {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 38px;
}
#kv .inquiry a {
	margin-top: 15px;
	line-height: 1;
	display: block;
	transition: all 0.2s ease-out 0s;
}
#kv .inquiry a:hover {
	opacity: 0.7;
}
.box_border {
	border: solid 4px #003279;
	background: #ffffff;
	position: relative;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#problem {
	margin-top: 150px;
}
#problem .box_border > h2 {
	padding: 20px 30px;
	font-size: 3rem;
	color: #003279;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	border-top: solid 4px #003279;
	border-left: solid 4px #003279;
	border-right: solid 4px #003279;
	border-radius: 20px 20px 0 0;
	display: inline-block;
	background: #ffffff;
	position: absolute;
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
}
#problem .flex {
	padding: 0 25px 25px;
}
#problem .flex > div {
	width: calc(100% / 3 - 15px);
	margin: 50px 0 0;
	padding: 50px 20px 35px;
	background: #e5eaf1;
	position: relative;
}
#problem .flex > div h3 {
	width: 300px;
	height: 60px;
	font-size: 2.2rem;
	color: #ffffff;
	text-indent: 70px;
	display: flex;
	align-items: center;
	background: url(/estate/business/consulting/img/problem_ttl_bg.png) center no-repeat;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#problem .flex > div p {
	font-size: 2rem;
	line-height: 1.6;
}
#solution {
	margin-top: 130px;
}
#solution .box_border {
	padding: 50px 0 30px;
}
#solution .box_border > h2 {
	width: max-content;
	padding: 0 10px;
	font-size: 2.7rem;
	color: #003279;
	text-align: left;
	line-height: 1.6;
	background: #ffffff;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
_:-ms-input-placeholder, :root #solution .box_border > h2 {
	width: 805px;
}
#solution .box_border > h2 span {
	margin-left: 10px;
}
#solution .box_border > p {
	padding: 0 10px;
	font-size: 2.7rem;
	text-align: center;
}
#solution .box_border > p span {
	color: #d10021;
}
#estate,
#property {
	margin-top: 60px;
}
#estate.section01 > .headline,
#property.section01 > .headline {
	padding-left: 15px;
	color: #ffffff;
	border: none;
	background-color: #003279;
}
#estate.section01 > .headline:before,
#property.section01 > .headline:before {
	display: none;
}
#estate .gridLv-three > .rightGrid,
#property .gridLv-three > .rightGrid {
	width: auto;
}
#estate .flex,
#property .flex {
	margin-top: 90px;
}
#estate .flex .box_border,
#property .flex .box_border {
	width: calc(100% / 2 - 20px);
	padding: 45px 20px 20px;
	text-align: center;
}
#estate .flex .box_border h3,
#property .flex .box_border h3 {
	width: max-content;
	height: 50px;
	padding: 0 10px;
	font-size: 2.4rem;
	text-align: left;
	font-weight: bold;
	line-height: 1;
	background: #ffffff;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}
_:-ms-input-placeholder, :root #estate .flex .box_border:first-of-type h3 {
	width: 408px;
}
_:-ms-input-placeholder, :root #estate .flex .box_border:last-of-type h3 {
	width: 285px;
}
_:-ms-input-placeholder, :root #property .flex .box_border:first-of-type h3 {
	width: 219px;
}
_:-ms-input-placeholder, :root #property .flex .box_border:last-of-type h3 {
	width: 312px;
}
#estate .flex .box_border h3 span,
#property .flex .box_border h3 span {
	margin-left: 10px;
}
#estate .flex .box_border p,
#property .flex .box_border p {
	margin-bottom: 40px;
	text-align: justify;
}

@media screen and (min-width: 768px) {
#kv .spHide {height:610px;}/*CLS*/
}

@media screen and (max-width: 767px) {
#kv .pcHide {height:calc(94vw * 61 / 112);}/*CLS*/
#kv .inquiry {
	bottom: 5px;
	left: 5px;
	width: 50vw;
}
#kv .inquiry a {
	margin-top: 4px;
}
.box_border {
	border: solid 2px #003279;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#problem {
	margin-top: 75px;
}
#problem .box_border > h2 {
	padding: 10px 15px;
	font-size: 1.6rem;
	font-weight: bold;
	border-top: solid 2px #003279;
	border-left: solid 2px #003279;
	border-right: solid 2px #003279;
	border-radius: 10px 10px 0 0;
	top: -38px;
}
#problem .flex {
	padding: 0 10px 10px;
}
#problem .flex > div {
	width: calc(100% / 2 - 5px);
	margin: 25px 0 0;
	padding: 20px 7px 10px;
}
#problem .flex > div h3 {
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	text-indent: 42px;
	background-size: 95%;
}
#problem .flex > div p {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
}
#solution {
	margin-top: 70px;
}
#solution .box_border {
	padding: 35px 0 15px;
}
#solution .box_border > h2 {
	width: 94%;
	padding: 0 5px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	top: -31px;
}
#solution .box_border > h2 img {
	width: 10vw;
}
#solution .box_border > h2 span {
	margin-left: 10px;
}
#solution .box_border > p {
	font-size: 1.4rem;
}
#estate,
#property {
	margin-top: 50px;
}
#estate.section01 > .headline,
#property.section01 > .headline {
	padding-left: 10px;
	font-size: 1.4rem;
}
#estate .flex,
#property .flex {
	margin-top: 45px;
}
#estate .flex .box_border,
#property .flex .box_border {
	width: calc(100% / 2 - 5px);
	padding: 22px 10px 10px;
}
#estate .flex .box_border h3,
#property .flex .box_border h3 {
	height: 35px;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.4;
	top: -19px;
	white-space: nowrap;
}
#estate .flex .box_border h3 img,
#property .flex .box_border h3 img {
	width: 5vw;
}
#estate .flex .box_border h3 span,
#property .flex .box_border h3 span {
	margin-left: 5px;
}
#estate .flex .box_border h3 span.pcHide,
#property .flex .box_border h3 span.pcHide {
	margin: 0;
}
#estate .flex .box_border p,
#property .flex .box_border p {
	margin-bottom: 15px;
}
}