@charset "utf-8";
/* ==================================================
   サポート体制・管理システム共通（自動抽出した共通ルール）
   各ページ固有のスタイルは同名の pages/{slug}.css 側にある
================================================== */

@charset "utf-8";






body#network div#main div.main-container-box>h4.cercle {
	background-color: #00a4de;
	width: 120px;
	height: 70px;
	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;
}

body#network div#main div.main-container-box>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;
}

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;
}

body#staff div#main ul.outline>li {
	width: auto;
	float: none;
	margin: 0 0 3em 0;
	padding: 0;
}

body#staff div#main ul.outline li h5 {
	text-align: left;
}

body#staff div#main ul.outline li h5 a:after {
	font-family: 'FontAwesome';
	content: "\f0c1";
	margin-left: 0.5em;
	text-decoration: none;
}

body#staff div#main ul.outline div.profile {
	background-color: #EBF8FC;
	padding: 15px;
	border-radius: 6px;
	margin: 0 0 2em 0;
}

body#staff div#main ul.outline div.profile p.photo {
	width: 27%;
	margin: 0 3% 0 0;
	float: left;
}

body#staff div#main ul.outline div.profile p.photo img {
	max-width: 100%;
	display: inline-block;
	margin-bottom: 0.5em;
}

body#staff div#main ul.outline div.profile p.comment {
	width: auto;
	margin: 0 0 20px 0;
	float: none;
}

body#staff div#main ul.outline div.profile hr {
	border: none;
	width: auto;
	height: 1px;
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
	float: none;
}

body#staff div#main ul.outline div.profile dl {
	width: 70%;
	margin: 0 0 0 0;
	float: left;
}

body#staff div#main ul.outline div.profile dl dt {
	color: #0039a8;
}

body#staff div#main ul.outline div.profile dl dd {
	margin: 0 0 0.5em 1em;
}

@media print {
	body#system div#main p.fleft {
		width: 30%;
	}

	body#system div#main p.fright {
		width: 66%;
	}

	body#system div#main p.fleft img, body#system div#main p.fright img {
		max-width: 100%;
	}

	div#main ul.outline>li {
		width: 48%;
		float: right;
	}

}

.sec03 {
	margin-top: 80px;
}

div#main ul.childnavi li a:after {
	content: "詳細を見る >";
}

@charset "utf-8";

.pc_none {
	display: none;
}

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

}

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

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

.red {
	color: red;
}

.sec {
	margin-bottom: 80px;
}

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

.agingSocietyBlock {
	margin-top: 60px;
}

.agingSocietyBlock .estimation_materials .title {
	
	font-feature-settings: "palt";
}

.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;
}

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

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

.increaseBlock {
	margin-bottom: 40px;
}

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

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

.increaseBlock dd {
	font-weight: bold;
}

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

.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;
}

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

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

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

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

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

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

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

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

.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
			
		);
}

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

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

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

.synergy-formula {
	--blue: #1E88E5;
	
	--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;
}

.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);
}

.synergy-formula .op {
	font-size: 28px;
	color: var(--dark);
	line-height: 1;
}

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

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

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

.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;
}

.synergyBlock {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

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

.agingSocietyImageBlock {
	margin-top: 120px;
}

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

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

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

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

@media screen and (max-width: 980px) {
	.sec {
		padding-left: 10px;
		padding-right: 10px;
	}

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

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

}

@media screen and (max-width: 820px) {
	.sec-title {
		padding: 10px 20px;
		font-size: 1.4rem !important;
	}

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

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

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

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

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

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

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

	.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;
	}

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

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

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

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

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

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

	.synergy-formula .op {
		
		font-size: 24px;
		opacity: .75;
		transform: rotate(90deg);
	}

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

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

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

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

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

	.agingSocietyBlock .estimation_materials {
		width: 100%;
	}

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

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

}

body#network div#main div.main-container-box>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;
}

body#network div#main div.main-container-box>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;
}

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;
}

body#staff div#main ul.outline>li {
	width: auto;
	float: none;
	margin: 0 0 3em 0;
	padding: 0;
}

body#staff div#main ul.outline li h5 {
	text-align: left;
}

body#staff div#main ul.outline li h5 a:after {
	font-family: 'FontAwesome';
	content: "\f0c1";
	margin-left: 0.5em;
	text-decoration: none;
}

body#staff div#main ul.outline div.profile {
	background-color: #EBF8FC;
	padding: 15px;
	border-radius: 6px;
	margin: 0 0 2em 0;
}

body#staff div#main ul.outline div.profile p.photo {
	width: 27%;
	margin: 0 3% 0 0;
	float: left;
}

body#staff div#main ul.outline div.profile p.photo img {
	max-width: 100%;
	display: inline-block;
	margin-bottom: 0.5em;
}

body#staff div#main ul.outline div.profile p.comment {
	width: auto;
	margin: 0 0 20px 0;
	float: none;
}

body#staff div#main ul.outline div.profile hr {
	border: none;
	width: auto;
	height: 1px;
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
	float: none;
}

body#staff div#main ul.outline div.profile dl {
	width: 70%;
	margin: 0 0 0 0;
	float: left;
}

body#staff div#main ul.outline div.profile dl dt {
	color: #0039a8;
}

body#staff div#main ul.outline div.profile dl dd {
	margin: 0 0 0.5em 1em;
}

@media print {
	body#system div#main p.fleft {
		width: 30%;
	}

	body#system div#main p.fright {
		width: 66%;
	}

	body#system div#main p.fleft img, body#system div#main p.fright img {
		max-width: 100%;
	}

	div#main ul.outline>li {
		width: 48%;
		float: right;
	}

}

div#main ul.childnavi li a:after {
	content: "詳細を見る >";
}

@media screen and (max-width: 736px) {
	body#network div#main div.main-container-box > h4.cercle {
	margin: 0 1em 1em 0;
	}

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

	div#main ul.outline > li {
	width: auto;
	float: none;
	}

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

	body#staff div#main ul.outline div.profile p.photo {
	width: auto;
	float: none;
	margin: 0 0 1em 0;
	}

	body#staff div#main ul.outline div.profile p.comment {
	width: auto;
	}

	body#staff div#main ul.outline div.profile hr {
	width: none;
	height: 1px;
	float: none;
	width: auto;
	}

	body#staff div#main ul.outline div.profile dl {
	width: auto;
	margin: 0 0 20px 0;
	float: none;
	}

}
