@charset "utf-8";



/*--------------------------------------------
　■［リノベーション・プラン］
--------------------------------------------*/

body#renovation div#main div.beforeafter p.fleft,
body#renovation div#main div.beforeafter p.fright {
	margin: 0;
	padding: 0;
}

body#renovation div#main div.beforeafter p.fleft {
	width: 680px;
}

body#renovation div#main div.beforeafter p.fright {
	width: 300px;
}

body#renovation div#main div.beforeafter p.fleft img,
body#renovation div#main div.beforeafter p.fright img {
	max-width: 100%;
	margin: 0;
}

body#renovation div#main div.beforeafter p.fright br {
	display: none;
}

body#renovation div#main div.beforeafter p.fright a {
	display: block;
	position: relative;
}

body#renovation div#main div.beforeafter p.fright a:after {
	display: block;
	position: absolute;
	right: 1em;
	bottom: 1em;
	background-color: #0039A8;
	padding: 0.2em 0.5em;
	content: "詳しく見る >";
	color: #fff;
	font-size: 0.8em;
	border-radius: 0.2em;
}

body#renovation div#main h3.article {
	padding: 0.5em 1em;
	color: #333;
	font-size: 1.2em;
	background-color: #F5F5F5;
	border-radius: 3px;
	margin: 3em 0 1.5em 0;
}

body#renovation div#main h4 {
	margin: 2em 0 1em 0;
}

body#renovation div#main ul.outline {
	margin: 2em 0;
}

body#renovation div#main ul.outline > li {
	width: 475px;
	float: left;
	margin: 0 0 30px 30px;
}

body#renovation div#main ul.outline > li:first-child {
	margin: 0 0 30px 0;
}

body#renovation div#main ul.outline li h5 {
	border: 1px solid #00A4DE;
	padding: 0.3em;
	border-radius: 3px;
	margin: 0 0 1em 0;
	color: #00A4DE;
	text-align: center;
	font-size: 1.1em;
}

body#renovation div#main ul.outline li:first-child h5 {
	border: 1px solid #0039A8;
	color: #0039A8;
}

body#renovation div#main ul.optionlist {
	margin: 0 -20px;
}

body#renovation div#main ul.optionlist li {
	margin: 0 20px 20px 20px;
	float: left;
	width: 300px;
}

body#renovation div#main ul.optionlist li img {
	margin: 0 0 0.5em 0;
}

body#renovation div#main h5 {
	color: #0036AC;
	font-size: 1.2em;
	margin: 2em 0 1em 0;
}

body#renovation div#main h6 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}


/*--------------------------------------------
　■［画像］
--------------------------------------------*/

body#imgwin div#contents {
	max-width: 100%;
}

body#imgwin div#main img {
	max-width: 100%;
}

.btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.btn-close span {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 4px;
	height: 20px;
	background: #000;
	transform: rotate(45deg);
}

.btn-close span:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	width: 20px;
	height: 4px;
	margin-top: -2px;
	background: #000;
}




#slideshow {
    position: relative;
    width: 300px;
    height: 200px;
}

#slideshow > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


ul.photo.c2 {
	margin: 0 -10px 2em -10px;
}

ul.photo.c2 li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}

ul.photo.c2 li p {
	margin-bottom: 0.5em;
}

ul.photo.c2 li p img {
	max-width: 100%;
}


/*--------------------------------------------
　■［印刷］
--------------------------------------------*/

@media print { 

	body#renovation div#main div.beforeafter p.fleft {
		width: 69.3%;
	}
	body#renovation div#main div.beforeafter p.fright {
		width: 30.7%;
	}

	body#renovation div#main div.beforeafter p.fleft img,
	body#renovation div#main div.beforeafter p.fright img {
		width: 100%;
	}

}
@charset "utf-8";


.sec-title {
	padding: 10px 40px;
	width: 100%;
	background-color: #0039A8;
	color: #fff !important;
	display: inline-block;
	border-radius: 3px;
}




.three-points-to-consider {
	padding-top: 80px;
}

.blue-title {
	padding-left: 40px !important;
	background: #0039a8;
	color: #fff !important;
	padding: 12px 8px 12px 24px;
	/* 左に余白多め */
	font-size: 1.8rem !important;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

/* 左に黄色の縦線を2本 */
.blue-title::before,
.blue-title::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: 3px;
	height: calc(100% - 8px);
	background: #ffd600;
	border-radius: 2px;
}

.blue-title::after {
	left: 14px;
	/* 2本目は少し右にずらす（隙間） */
}

.blue-title-sub {
	margin-top: 1rem !important;
	font-weight: bold;
}

/* =========================================
   スマホ (max-width:820px)
========================================= */

@media screen and (max-width: 820px) {

	.sec-title {
		padding: 10px 20px;
		font-size: 1.4rem !important;
	}

	.blue-title {
		font-size: 1.4rem !important;
	}
}


/*--------------------------------------------
　■［技術力＋ネットワーク］
--------------------------------------------*/

#network .pc_none {
	display: none;
}

@media screen and (max-width: 575px) {
	#network .pc_none {
		display: block;
	}
}

#network h5 a {
	text-decoration: none;
	color: #00A4DE;
	transition: all .3s;
}

#network h5 a:hover {
	opacity: 0.7;
	transition: all .3s;
}

#network .red {
	color: red;
}

#network .message {
	font-size: 20px;
	line-height: 1.666;
	text-decoration: underline;
	text-underline-offset: 5px;
}

#network .sec {
	margin-bottom: 80px;
}

#network .sec-title {
	padding: 10px 40px;
	/* width: calc(100% - 80px); */
	width: 100%;
	background-color: #0039A8;
	color: #fff !important;
	/* text-align: center; */
	display: inline-block;
	border-radius: 3px;
}


#network .sec01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#network .sec01 .textBlock {
	width: calc(100% - 40px - 350px);
}

#network .sec01 .imgWrapper {
	max-width: 350px;
}

#network .sec02 .sec-title {
	text-align: center;
}

#network .sec02 .sec-title+p {
	font-size: 1.6em;
	line-height: normal;
}


#network .agingSocietyBlock {
	margin-top: 60px;
}



#network .agingSocietyBlock .estimation_materials {
	display: inline-block;
	padding: 24px 20px;
	border: 1px solid #333;
	border-radius: 3px;
	width: calc(100% - 40px);
}

#network .agingSocietyBlock .estimation_materials .title {
	/* font-weight: bold; */
	font-feature-settings: "palt";
}


#network .estimation_materials dl {
	margin-left: 12px;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
}

.estimation_materials dl dt {
	margin-right: 1rem;
	padding: 2px 4px;
	width: 7rem;
	border: 1px solid #0039a8;
	text-align: center;
	background-color: #0039a8;
	color: #fff;
}

#network .estimation_materials dl dd {
	display: flex;
	align-items: center;
}

#network .estimation_materials dl dd span {
	display: inline-block;

}

#network .increaseBlock {
	margin-bottom: 40px;
}

#network .increaseBlock dl {
	margin-bottom: 3px;
	display: flex;
	align-items: center;
}

#network .increaseBlock dt {
	display: inline-block;
	align-items: center;
}

#network .increaseBlock dd {
	font-weight: bold;
	/* color: red; */
}



#network .arrow-right {
	position: relative;
	margin-right: 3rem;
}

#network .arrow-right::after {
	content: "";
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0039A8;
}

#network .increaseBlock .arrow-right {
	margin-right: 0;
	margin-left: 3rem;
}

#network .increaseBlock .arrow-right::after {
	content: "";
	position: absolute;
	top: 14px;
	right: none;
	left: -1.5rem;
	border-left: 8px solid red;
}


#network .health-support .health-support__title {
	padding: 30px;
	border: 1px solid #0039a8;
	border-radius: 8px;
	text-align: center;

}

#network .health-support .health-support__inner {
	display: flex;
	justify-content: space-between;
}

#network .health-support .health-support__card {
	padding: 40px;
	width: calc(50% - 100px);
	background-color: #f7f9fc;
	border-radius: 8px;
	border: 1px solid #0039a8;
}

#network .health-support__card-title {
	margin-bottom: 24px;
	font-size: 22px !important;
	text-align: center;
}

#network .health-support__item {
	list-style-type: disc;
	list-style-position: inside;
}

#network .arrow-clippath {
	margin-bottom: 100px;
	position: relative;
}

#network .arrow-clippath:after {
	content: "";
	position: absolute;
	bottom: -70px;
	display: inline-block;
	width: 60px;
	/* 全体幅 */
	height: 50px;
	/* 全体高さ */
	background-color: #1E88E5;
	clip-path: polygon(35% 0,
			/* 左 上 */
			35% 45%,
			/* 左 縦棒下 */
			15% 45%,
			/* 三角開始左 */
			50% 100%,
			/* 先端 */
			85% 45%,
			/* 三角右 */
			65% 45%,
			/* 右 縦棒下 */
			65% 0
			/* 右 上 */
		);
}

#network .health-support .arrow-clippath {
	margin-top: 80px;
	margin-bottom: 0;
}

#network .health-support .arrow-clippath:after {
	content: "";
	position: absolute;
	top: -70px;
	bottom: inherit;
	left: calc(50% - 35px);
}

#network .health-support .message.arrow-clippath {
	margin-top: 120px;
}

/*
.strengthsBlock .lead {
	font-size: 1.4rem;
	padding: 10px 20px;
	border: 2px solid #00a4de;
} */

#network .synergy-formula {
	--blue: #1E88E5;
	/* 基調色（#0039A8でもOK） */
	--dark: #1c2b4a;
	--bg: #f7f9fc;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	padding: 20px;
	background: var(--bg);
	border-radius: 16px;
	font-family: system-ui, -apple-system, "Segoe UI", "Noto Sans JP", sans-serif;
}

/* 丸（◯） */
#network .synergy-formula .circle {
	padding: 20px;
	width: 160px;
	height: 120px;
	display: grid;
	place-items: center;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: radial-gradient(120% 120% at 30% 20%, #4aa4ff 0%, var(--blue) 60%, #1a77d1 100%);
	border-radius: 16px;
	box-shadow: 0 6px 16px rgba(30, 136, 229, .25);
}

/* 演算子（×,＝,＋） */
#network .synergy-formula .op {
	font-size: 28px;
	color: var(--dark);
	line-height: 1;
}

/* 結果部分 */
#network .synergy-formula .result {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 14px 26px;
	background: #fff;
	border: 1px solid #e6edf7;
	border-radius: 8px;
}

#network .synergy-formula .result-main {
	color: var(--dark);
	font-size: 22px;
}

#network .synergy-formula .plus {
	color: var(--dark);
	font-size: clamp(16px, 2.6vw, 22px);
}

/* 相乗効果バッジ */
#network .synergy-formula .synergy-badge {
	display: inline-block;
	padding: 6px 16px;
	font-size: 16px;
	font-weight: 700;
	color: var(--blue);
	background: rgba(30, 136, 229, .08);
	border: 1px solid rgba(30, 136, 229, .25);
	border-radius: 8px;
	white-space: nowrap;
}

#network .synergyBlock {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;

}

#network .synergy-badge {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

#network .agingSocietyImageBlock {
	margin-top: 120px;
}

#network .agingSocietyImageBlock .desc {
	padding: 10px 20px 10px 44px;
	font-size: 18px;
	line-height: 1.666;
	position: relative;
	border: 1px solid #333;
}

#network .agingSocietyImageBlock .desc::before {
	content: "◯";
	margin-right: 5px;
	position: absolute;
	left: 20px;
	top: 11px;
}

#network .agingSocietyImageBlock .reference {
	padding-left: 4rem;
	display: inline-block;
	margin-top: 20px;
	line-height: 1.5;
	position: relative;
}

#network .agingSocietyImageBlock .reference::before {
	content: "（出所）";
	position: absolute;
	left: 0;
}

/* =========================================
   コンテンツ幅 (max-width:980px)
========================================= */

@media screen and (max-width: 980px) {


	#network .sec {
		padding-left: 10px;
		padding-right: 10px;
	}

	#network .sec01 .textBlock {
		margin-bottom: 40px;
		width: 100%;
	}

	#network .sec01 .imgWrapper {
		max-width: 100%;
	}
}

/* =========================================
   スマホ (max-width:820px)
========================================= */

@media screen and (max-width: 820px) {

	#network .sec-title {
		padding: 10px 20px;
		font-size: 1.4rem !important;
	}


	#network .sec01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#network .estimation_materials dl {
		margin-left: 0;
		margin-bottom: 2rem;
		display: flex;
		justify-content: center;
	}

	#network .estimation_materials dl:last-of-type {
		margin-bottom: 0;
	}

	#network .estimation_materials dl dt {
		width: 100%;
		margin-bottom: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#network .estimation_materials dl dd {
		flex-direction: column;
	}

	#network .estimation_materials dl dd span {
		margin-right: 3rem;
		display: inline-block;
	}

	#network .estimation_materials dl dd span {
		margin-right: 0;
		margin-bottom: 1.5rem;
		display: inline-block;
		position: relative;
	}

	#network .estimation_materials dl dd span.arrow-right::after {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -1rem;
		transform: translateX(-50%);

		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #0039A8;
		border-bottom: none;
	}

	#network .increaseBlock dl {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom: 10px;
	}

	#network .synergyBlock {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	#network .synergy-formula {
		padding: 40px 20px;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	#network .synergy-formula .result {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	#network .synergy-formula .circle {
		width: 100%;
		height: auto;
	}

	#network .synergy-formula .synergy-badge {
		width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}

	#network .synergy-formula .op {
		/* ↓ を疑似的に：行間を詰めて矢印感 */
		font-size: 24px;
		opacity: .75;
		transform: rotate(90deg);
	}

	#network .health-support__inner {
		flex-direction: column;
	}

	#network .health-support .health-support__card {
		padding: 40px 10px 40px 20px;
		width: 100%;
	}

	#network .health-support__item {
		font-size: 4vw;
	}

	#network .health-support .arrow-clippath.--company {
		margin-top: 20px;
	}

	#network .health-support .arrow-clippath.--company:after {
		content: none;
	}

	#network .agingSocietyBlock .estimation_materials {
		width: 100%;
	}

	#network .arrow-clippath:after {
		left: 0;
	}

	#network .health-support .arrow-clippath:after {
		left: 0;
	}
}

/*--------------------------------------------
　■［技術力＋ネットワーク］
--------------------------------------------*/
#network {
	margin-top: 80px;
}

#network>h4.cercle {
	background-color: #00a4de;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color: #fff;
	float: left;
	clear: both;
	margin: 0 30px 30px 0;
	padding: 50px 0 0 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
	box-shadow: 0 0 2px 1px #ccc;
}

#network>h5 {
	color: #00a4de;
	font-size: 1.3em;
	margin: 10px 0 10px 0;
}

div#main ul.outline {
	margin: 2em 0 2em 0;
}

div#main ul.outline>li {
	width: 475px;
	float: right;
}

@media screen and (max-width: 820px) {
	div#main ul.outline>li {
		width: 100%;
	}
}

div#main ul.outline>li:first-child {
	float: left;
}

div#main ul.outline li h5 {
	border: 1px solid #00a4de;
	padding: 0.5em;
	border-radius: 3px;
	text-align: center;
	color: #00a4de;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

/*--------------------------------------------
　■ 横河システム建築のビルダー加盟店
--------------------------------------------*/
.sec03 {
	margin-top: 80px;
}
/* =========================================
   リフォーム事例（CPT化に伴う調整）
   右列の拡大サムネをメイン写真の高さにぴったり揃える
========================================= */

body#renovation div#main div.beforeafter {
	position: relative;
	padding-right: 320px;
}

body#renovation div#main div.beforeafter p.fleft {
	width: 100%;
	float: none;
}

body#renovation div#main div.beforeafter p.fleft img {
	width: 100%;
	display: block;
}

body#renovation div#main div.beforeafter p.fright {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	float: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

body#renovation div#main div.beforeafter p.fright a {
	position: relative;
	flex: 1;
	min-height: 0;
	overflow: hidden;
}

body#renovation div#main div.beforeafter p.fright a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
	display: block;
}

@media screen and (max-width: 820px) {
	body#renovation div#main div.beforeafter {
		padding-right: 32%;
	}

	body#renovation div#main div.beforeafter p.fright {
		width: 30%;
	}
}

/* ================================
   スマホ（max-width: 736px）
   ※ 旧 reform_sp.css を統合
================================ */
@media screen and (max-width: 736px) {




/*--------------------------------------------
　■［リノベーション・プラン］
--------------------------------------------*/


body#renovation div#main div.beforeafter p.fleft {
	width: 100%;
	float: none;
}

body#renovation div#main div.beforeafter p.fright {
	width: 100%;
	float: none;
}

body#renovation div#main div.beforeafter p.fright a img {
	width: 100%;
}

body#renovation div#main h3.article:first-child {
	margin: 0 0 1.5em 0;
}

body#renovation div#main div.beforeafter p.fleft {
	margin-bottom: 1em;
}

body#renovation div#main div.beforeafter p.fright {
	text-align: center;
	margin-bottom: 1em;
}

body#renovation div#main div.beforeafter p.fright img {
	width: 50%;
}

body#renovation div#main div.beforeafter p.fright br  {
	display: none;
}



}
