@charset "utf-8";

/* CSS Document */
/* style */
.n_style {
	font-family: "游ゴシック",
		"Yu Gothic",
		YuGothic,
		"ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		"メイリオ",
		"Meiryo",
		sans-serif;
}

@media screen and (max-width: 768px) {
	.n_style {
		margin-top: 65px;
		font-size: 80%;
	}
	.sc_lock {
		position: fixed;
		top: 1050px;
	}
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.br-sp {
	display: none;
}

.br-pc {
	display: inline;
}

@media screen and (max-width: 768px) {
	.br-sp {
		display: inline;
	}

	.br-pc {
		display: none;
	}
}

/* layout */
nav {
	margin: 0 auto;
	width: 1200px;
}

.main-body-in {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.breadcrumbs-in a {
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	.n_style .breadcrumbs-in {
		font-size: .85em;
	}
}

.n_style main {
	width: 70%;
	overflow: hidden;
}

.n_style aside {
	width: 25%;
	max-width: 300px;
}

.n_style aside .sticky_main {
	position: sticky;
	top: 20px;
}

.n_style aside .toc {
	margin-bottom: 3em;
	width: 100%;
	max-width: 300px;
	padding: 16px 18px;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 12px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 10px rgba(26, 82, 118, .07);
}

.n_style aside .toc .toc-title {
	margin: 0px 0 .5em;
	padding: 0px;
	background: none;
	color: #1a5276;
	font-size: 1.2em;
	line-height: 1.8;
	border-bottom: none;
	box-shadow: none;
	font-weight: normal;
}

.n_style aside .toc ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.n_style aside .toc ol li {
	margin: 0px 0 .6em;
	font-size: .9em;
	line-height: 1.5;
	color: #000;
}

.n_style aside .toc ol li a {
	display: block;
	margin: 0 -.6em;
	padding: .1em .6em;
	border-radius: 8px;
	color: #2980b9;
	text-decoration: none;
	transition: background-color .12s ease;
}

.n_style aside .toc ol li a.is-crt {
	background: #2980b9;
	color: #FFF;
}

.n_style aside .toc ol li a:not(.is-crt):hover {
	text-decoration: none;
	background: #edf4f9;
}

.n_style aside .side_prof {
	max-width: 300px;
	background: #FFF;
}

@media screen and (max-width: 768px) {
	header {
		width: 100%;
		background: #FFF;
		border-bottom: 1px solid #ccc;
		position: fixed;
		top: 0;
		z-index: 1;
	}

	.site-title {
		width: 35%;
		max-width: 120px;
		padding: .1em 0 0;
	}

	.header-box .contact-tel,
	.header-box .contact-btn {
		display: none;
	}

	.site-header-in {
		height: 55px;
	}

	.site-header-conts {
		margin: 0 auto;
		padding: 0;
	}

	.global-nav {
		width: 100%;
	}

	.global-nav-panel {
		width: 15%;
		height: 55px;
		top: 0;
		right: 0;
		position: absolute;
	}

	.global-nav-panel span {
		display: block;
		min-height: 35px;
		line-height: 35px;
		font-size: 0;
	}

	.icon-gn-menu {
		background-size: contain;
	}

	.global-nav ul.show-menu {
		padding-bottom: 100px;
		top: 55px;
		left: 0px;
		width: 100%;
		height: 160vw;
		overflow-y: scroll;
		position: fixed;
		z-index: 99;
	}

	.global-nav-in li a {
		min-height: auto;
		padding: .4em 3em;
		font-size: 95%;
	}

	.global-nav-in li a,
	.global-nav li ul li a {
		padding: .6em;
		padding-right: 2em;
	}

	.breadcrumbs {
		margin: 0 auto 2em;
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		display: flex;
		flex-wrap: nowrap;
		height: 25px;
	}

	.breadcrumbs ol {
		flex-shrink: 0;
	}

	.breadcrumbs-in {
		margin: 0;
	}

	.breadcrumbs-in li:last-child {
		display: inline-block;
	}

	.main-body-in {
		margin: 0px;
		width: 100%;
		display: block;
		position: relative;
	}

	.n_style main {
		margin: 0 auto;
		width: 100%;
	}

	.n_style aside {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.n_style aside .sticky_main {
		position: static;
	}
		aside,
		aside .side_prof {
		display: none;
	}
	aside.active {
		background: #FFF;
		width: 100% !important;
		height: 100%;
		z-index: 51;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		opacity: 0;
		animation: fade .3s normal forwards;
	}
	.toc {
		margin: 5em auto 0;
		padding: 0;
		max-width: 90% !important;
		font-size: 120%;
	}
@keyframes fade {
	0% {	opacity: 0;	}
	100% {	opacity: .98;	}
}
.n_style aside .toc ol li a.is-crt {
	background: #FFF;
	color: #2980b9;
	text-decoration: none;
}
.toc_close {
	text-align: right;
	margin-bottom: 0;
}
.toc_close span {
			line-height: 1.2;
			color: #FFF;
			background: #2980b9;
			border-radius: 5px;
			font-size: 1em;
			padding: .6em 1em;
			border: 1px solid #2980b9;
			display: inline-block;
			box-sizing: border-box;
   font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


}

/* footer */
.site-footer .site-footer-conts {
	margin: 0 auto;
	width: 1200px;
}

.site-footer .site-footer-conts .clm01,
.site-footer .site-footer-conts .clm02,
.site-footer .site-footer-conts .clm03,
.site-footer .site-footer-conts .clm04,
.site-footer .site-footer-conts .clm05 {
	width: 20%;

}

.site-footer .site-footer-conts .clm05 h3 {
	margin: 10px auto;
	padding: 0 0 10px;
	width: 90%;
	color: #000;
	border-bottom: 4px solid #cccccc;
	font-weight: normal;
	font-size: 1.125em;
	position: relative;
}

.site-footer .site-footer-conts .clm05 h3::after {
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 20%;
	height: 4px;
	background-color: #1a242f;
	content: '';
}

.site-footer .site-footer-conts .clm05 ul {
	margin: 0 auto;
	padding: 0;
}

.site-footer .site-footer-conts .clm05 li {
	margin-bottom: .5em;
	text-align: center;
}

.site-footer .site-footer-conts .clm05 li img {
	height: auto;
	width: 150px;
}
.site-footer .site-footer-conts .clm05 li::before {
	display: none;
}

.footer-box {
	display: none;
}
@media screen and (min-width: 769px) {
.page-toc {
	display: none !important;
	opacity: 0;
}
.toc_close {
	display: none;
}
}

@media screen and (min-width: 769px) {
.page-top {
 right: 10px;
}
.page-top img {
	width: 60%;
	height: auto;
}
}
@media screen and (max-width: 768px) {
	.page-top,
	.page-toc {
		z-index: 50;
	}

	.site-footer .site-footer-conts {
		margin: 0 auto;
		width: 100%;
		display: block;
	}

	.site-footer .site-footer-conts .clm01 {
		display: none;
	}

	.site-footer .site-footer-conts .clm02,
	.site-footer .site-footer-conts .clm03,
	.site-footer .site-footer-conts .clm04,
	.site-footer .site-footer-conts .clm05 {
		width: 94%;
		padding: 3% 3%;
	}

	.site-footer .site-footer-conts .clm05 h3 {
		width: 100%;
	}

	.site-footer .site-footer-conts .clm05 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.site-footer .site-footer-conts .clm05 ul li {
		margin: 0;
		padding: 0 0 1em;
		width: 50%;
		text-align: center;
	}

	.site-footer .site-footer-conts .clm05 ul li img {
		width: 80%;
		height: auto;
	}
	.copyright small {
		font-size: 80%;
		padding-bottom: 8em;
		}

	.footer-box {
		margin: 0 auto;
		padding: .5em 1em 0;
		width: 100%;
		background: #FFF;
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.footer-box p {
		width: 45%;
		padding: 0 2.5%;
	}

	.footer-box .contact-tel a {
		padding: 14px 10px;
		border-radius: 8px;
		box-shadow: 4px 4px 0px #d0d0d0;
		background: #009fe6;
		font-size: 15px;
		text-decoration: none;
		font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		font-weight: bold;
		color: #fff;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.footer-box .contact-btn a {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.page-top {
		display: none;
		position: fixed;
		right: 20px;
		bottom: 80px;
		line-height: 1.2;
		margin-bottom: 0;
	}

		.page-toc {
 		display: none;
			position: fixed;
			right: 80px;
			bottom: 80px;
			line-height: 1.2;
			margin-bottom: 0;
			color: #FFF;
			background: #2980b9;
			border-radius: 5px;
			font-size: 1em;
			padding: .6em 1em;
			border: 1px solid #2980b9;
		}

}

/* main */
.n_style main section {
	width: 100%;
	margin: 0 0 2em;
	padding: 3em 0;
	color: #333;
	background: linear-gradient(135deg, #e3eff8 0%, #eef5fb 100%);
	border-radius: 12px;
}

.n_style main section:first-of-type {
	padding: 2.5em 0 1.5em;
}

.n_style main section .inner {
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.n_style main section h1 {
	margin: 0px 0 1.5em;
	padding: .1em 0 .1em .7em;
	background: none;
	color: #1a5276;
	font-size: 1.7em;
	line-height: 1.5;
	box-shadow: none;
	font-weight: bold;
	border-left: 6px solid #2980b9;
}

.n_style main section h2 {
	margin: 0px 0 1.5em;
	padding: 0px;
	background: none;
	color: #1a5276;
	font-size: 1.4em;
	line-height: 1.8;
	border-bottom: 1px solid #2980b9;
	box-shadow: none;
	font-weight: bold;
	scroll-margin-top: 30px;
}

.n_style main section h3 {
	margin: 2em 0 .8em;
	background: none;
	color: #1a5276;
	font-size: 1.2em;
	line-height: 1.4;
	border-bottom: none;
	box-shadow: none;
	font-weight: bold;
}

.n_style main section h3::after {
	display: none;
}

.n_style main section .inner p {
	margin: 0 0 1em;
	padding: 0px;
	font-size: 1em;
	line-height: 1.8;
}
.n_style main section .faq>p {
	margin: 0 0 1em;
}

.n_style main section p.info {
	margin: 0px 0 1em;
	padding: 0px;
	font-size: .8em;
	line-height: 1.8;
	color: #666;
}

.n_style main section p.info:last-of-type {
	margin: 0px 0 1.5em;
}

.n_style main section p strong {
	background: none;
	color: #444;
	font-size: 1.1em;
	line-height: 1.8;
	border-bottom: none;
	box-shadow: none;
	font-weight: bold;
}

.n_style .faq>div {
	margin: 0;
	background: rgba(255, 255, 255, .45);
	border-bottom: 1px solid #d8e6f1;
	overflow: hidden;
}

.n_style .faq>div:first-of-type {
	border-radius: 8px 8px 0 0;
}

.n_style .faq>div:last-of-type {
	border-bottom: none;
	border-radius: 0 0 8px 8px;
}

.n_style .faq div h3 {
	position: relative;
	margin: 0;
	padding: 1em 3em 1em 1.2em;
	font-size: 1em;
	cursor: pointer;
	transition: background-color .1s ease;
}

.n_style .faq div h3:hover {
	background: rgba(255, 255, 255, .8);
}

.n_style .faq div h3::after {
	position: absolute;
	z-index: auto;
	top: 50%;
	bottom: auto;
	right: 1.2em;
	left: auto;
	width: auto;
	height: auto;
	line-height: 1;
	transform: translateY(-50%);
	display: block;
	content: '﹀';
	font-weight: bold;
	color: #2980b9;
	background: none;
}

.n_style .faq div h3.active::after {
	content: '︿';
}

.n_style main section .faq div p {
	margin: 0;
	padding: 0 1.2em 1.2em;
	font-size: .95em;
}

.n_style main section p.img {
	margin: 0px 0 2.5em;
	padding: 0px;
}

.n_style main section p.img img {
	border-radius: 10px;
}

.n_style section ol,.n_style section ul {
	margin: 0px auto 1.5em;
	padding: 0px;
	width: 96%;
	font-size: 1em;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
.n_style section ol,.n_style section ul {
	width: 90%;
}

}
.n_style section .reason-list {
	width: auto;
	margin: 0 0 1.5em;
	list-style: none;
	border-radius: 6px;
	box-sizing: border-box;
}

.n_style section .reason-list li {
	margin: 0 0 1.5em;
	padding: 0;
	line-height: 1.8;
}

.n_style section .reason-list li:last-child {
	margin-bottom: 0;
}

.n_style section .reason-list li strong {
	display: block;
	margin-bottom: .3em;
	color: #1a5276;
	font-size: 1.1em;
	font-weight: bold;
}

.n_style section ol.reason-list {
	counter-reset: reason-num;
}

.n_style section ol.reason-list li {
	counter-increment: reason-num;
}

.n_style section ol.reason-list li strong::before {
	content: counter(reason-num) ". ";
}

.n_style section ol.reason-list li strong {
	font-size: 1em;
}

.n_style .table_list {
	margin: 0 0 2.5em;
	padding: 0px;
}

.n_style .table_list table {
	margin: 0 0 1em;
	background: #FFF;
	border-top: 1px solid #ddd;
	word-break: normal;
	overflow-wrap: anywhere;
}

.n_style .table_list table th {
	padding: .6em .8em;
	font-size: 1em;
	line-height: 1.5;
	color: #1a5276;
	background: #bcd6ef;
	border-bottom: 1px solid #ddd;
}

.n_style .table_list table td {
	padding: .6em .8em;
	font-size: 1em;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
}

.n_style .table_list table td:has(a) {
	padding: 0;
}

.n_style .table_list table td a {
	display: block;
	padding: .6em .8em;
	color: #2980b9;
	text-decoration: none;
	transition: background-color .1s ease;
}

.n_style .table_list table td a:hover {
	background: #eaf3fa;
	color: #1f6389;
}

.n_style .table_list table td a:focus-visible {
	background: #eaf3fa;
	color: #1f6389;
	text-decoration: underline;
	text-underline-offset: .2em;
}

.n_style .table_list table td[rowspan] {
	position: relative;
}

.n_style .table_list table td[rowspan] a::after {
	content: '';
	position: absolute;
	inset: 0;
}

.n_style .table_list table td[rowspan] a:hover,
.n_style .table_list table td[rowspan] a:focus-visible {
	background: transparent;
}

.n_style .table_list table td:has(a):hover,
.n_style .table_list table td:has(a:focus-visible) {
	background: #eaf3fa;
	transition: background-color .1s ease;
}

.n_style .table_list table tbody tr:has(td a) {
	position: relative;
}

.n_style .table_list table tbody tr:has(td a)::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(41, 128, 185, .07);
	opacity: 0;
	transition: opacity .1s ease;
	pointer-events: none;
}

.n_style .table_list table tbody tr:hover::after {
	opacity: 1;
}

.n_style .table_list table tbody tr:hover:has(td[rowspan]:hover)::after {
	opacity: 0;
}

.n_style .table_list table td[rowspan]:has(a):hover {
	background: #dcebf5;
}

.n_style .table_list table td.sum {
	font-weight: bold;
}

.n_style p.link {
	font-size: 1.1em;
}

.n_style p.link a {
	color: #2980b9;
	text-decoration: underline;
}

.n_style p.link a:hover {
	text-decoration: none;
}

.n_style .p_link {
	margin: 0 0 2em;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: .5em;
}

@media screen and (min-width: 769px) {
	.n_style .p_link {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 1em;
		row-gap: .6em;
	}
}

.n_style .p_link li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-size: 1em;
	line-height: 1.5;
}

.n_style .p_link li a {
	display: flex;
	align-items: center;
	gap: .5em;
	height: 100%;
	padding: .7em .9em;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .65);
	border: 1px solid #cbdded;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(26, 82, 118, .08);
	color: #2980b9;
	text-decoration: none;
	transition: background-color .1s ease, border-color .1s ease, box-shadow .1s ease, transform .1s ease;
}

.n_style .p_link li a:hover {
	background: #FFF;
	border-color: #2980b9;
	box-shadow: 0 3px 8px rgba(26, 82, 118, .16);
	transform: translateY(-1px);
}

.n_style .p_link li a:active {
	box-shadow: 0 1px 2px rgba(26, 82, 118, .08);
	transform: translateY(0);
}

.n_style .p_link li:not(:has(a)) {
	display: flex;
	align-items: center;
	gap: .5em;
	height: 100%;
	padding: .7em .9em;
	box-sizing: border-box;
	background: #dfe3e6;
	border-radius: 8px;
	color: #5f6c75;
	cursor: default;
}

.n_style .p_link li:not(:has(a))::before {
	content: "";
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='67 67 166 166'%3E%3Cg fill='none' stroke='%238e9ba3' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpolyline points='133.89,174.58 166.11,150 133.89,125.42'/%3E%3Ccircle cx='150' cy='150' r='74.75'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.n_style .p_link li a::before {
	content: "";
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='67 67 166 166'%3E%3Cg fill='none' stroke='%232980b9' stroke-width='8' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3E%3Cpolyline points='133.89,174.58 166.11,150 133.89,125.42'/%3E%3Ccircle cx='150' cy='150' r='74.75'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.n_style .chart_box {
	margin: 0 auto 1em;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

.n_style .chart_box dl {
	margin: 0;
}

.n_style .chart_box p.dtl_chart {
	margin-top: 1em;
	padding-bottom: .5em;
	padding-left: 25px;
	font-size: 1.1em;
	line-height: 1.8;
	color: #2980b9;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #2980b9;
}

.n_style .chart_box p.dtl_chart::after {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '﹀';
	font-weight: bold;
	color: #2980b9;
}

.n_style .chart_box p.dtl_chart.active::after {
	top: -3px;
	content: '︿';
}
@media screen and (min-width: 769px) {
		.n_style .sp_table {
			overflow: visible !important;
	}
}
@media screen and (max-width: 768px) {
	.n_style main section .inner {
		padding: 0 3%;
	}

	.n_style .sp_table {
		overflow-x: scroll;
	}

	.n_style .sp_table table {
		width: 100%;
		min-width: 600px;
		border-collapse: collapse;
	}


}


/* ===== CTA － .cta-blue（濃紺・人物右）／.cta-cyan（シアン＋帯・人物左）。旧 .cta1〜4 を統合 ===== */

/* ===== 共通：カード ===== */
.n_style .cta {
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin: 0 auto;
	padding: 36px 25px;
	width: 100%;
	max-width: 800px;
	min-height: 340px;
	box-sizing: border-box;
	border-radius: 15px;
	transition: box-shadow .3s ease;
}

.n_style .cta-compact {
	min-height: 320px;
}

.n_style .cta>p,
.n_style .cta .cta-body {
	position: relative;
	z-index: 1;
}

/* ===== 共通：人物画像（::after＝通常時／::before＝ホバー時） ===== */
.n_style .cta::before,
.n_style .cta::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 280px;
	width: 250px;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	transition: opacity .4s ease;
}

.n_style .cta::before {
	opacity: 0;
}

.n_style .cta:hover::after {
	opacity: 0;
}

.n_style .cta:hover::before {
	opacity: 1;
}

/* ===== 共通：見出し（PC 1.4em ／ SP 1.25em） ===== */
.n_style .cta .cta-headline {
	margin: 0 0 .7em;
	padding: 0;
	border-left: none;
	background: none;
	box-shadow: none;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5;
	color: #FFF;
	text-wrap: pretty;
	line-break: strict;
	word-break: auto-phrase;
}

/* ===== 共通：本文（0,3,0 で基底の .inner p に勝つ） ===== */
.n_style .cta .cta-txt {
	margin: 0 0 .9em;
	padding: 0;
	font-size: 1em;
	line-height: 1.7;
	color: #FFF;
	text-wrap: pretty;
}

/* ===== 共通：ボタンエリア（バッジ＋ボタン） ===== */
.n_style .cta .cta-action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 1.2em auto 0;
	width: 350px;
	max-width: 100%;
}

.n_style .cta .cta-buttons {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	max-width: 520px;
	margin-top: .2em;
}

.n_style .cta .cta-badge {
	position: relative;
	z-index: 2;
	left:10px;
	margin: 0 0 -.4em;
	padding: .4em 1.9em;
	background: #FFF;
	border-radius: 15em;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	font-size: .85em;
	font-weight: bold;
	line-height: 1.5;
	color: #F58220;
	white-space: nowrap;
	transition: transform .2s ease;
}

.n_style .cta .cta-button,
.n_style .cta .cta-button-tel {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: .72em 1em;
	border: none;
	border-radius: 15em;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	transition: box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}

.n_style .cta .cta-button {
	gap: .5em;
	background-color: #F58220;
	background-image: linear-gradient(90deg, #ee7d16 0%, #f58220 50%, #f89a43 100%);
	color: #FFF;
	text-align: center;
}

.n_style .cta .cta-button-tel {
	position: relative;
	z-index: 4;
	gap: .4em;
	background-color: #FFF;
	background-image: linear-gradient(90deg, #ffffff 0%, #d9e6f0 100%);
	color: #1a5276;
}

.n_style .cta .cta-button i,
.n_style .cta .cta-button-tel i {
	margin: 0;
}

.n_style .cta .cta-button-tel i {
	color: #F58220;
}

/* ===== 共通：ホバー ===== */
.n_style .cta .cta-button:hover,
.n_style .cta .cta-action:has(.cta-badge:hover) .cta-button {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .28);
	background-image: linear-gradient(90deg, #d76c09 0%, #e57812 50%, #ef8a2c 100%);
}

.n_style .cta .cta-button-tel:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .22);
	background-image: linear-gradient(90deg, #eef4f9 0%, #c8d8e6 100%);
}

.n_style .cta .cta-action:has(.cta-button:hover) .cta-badge,
.n_style .cta .cta-action:has(.cta-badge:hover) .cta-badge {
	transform: translateY(-2px);
}


/* ===== .cta-blue：濃紺ブルーグラデ（人物は右下） ===== */
.n_style .cta-blue {
	background-color: #3068ec;
	background-image:
		radial-gradient(85% 100% at 0% 0%, #5a9cf7 0%, rgba(90, 156, 247, 0) 60%),
		radial-gradient(80% 95% at 0% 100%, #5a9cf7 0%, rgba(90, 156, 247, 0) 60%),
		radial-gradient(85% 100% at 100% 100%, #5a9cf7 0%, rgba(90, 156, 247, 0) 60%);
}

.n_style .cta-blue .cta-headline,
.n_style .cta-blue .cta-body {
	padding-right: 165px;
}

.n_style .cta-blue::before,
.n_style .cta-blue::after {
	right: 4px;
	background-position: right bottom;
}

.n_style .cta-blue::after {
	background-image: url("../images/cta_person01.png");
}

.n_style .cta-blue::before {
	background-image: url("../images/cta_person02.png");
}

/* ===== .cta-cyan：シアングラデ＋見出しの全幅帯（人物は左下） ===== */
.n_style .cta-cyan {
	background: linear-gradient(160deg, #45b6ea 0%, #2ba0dd 55%, #1e8fd0 100%);
}

.n_style .cta-cyan .cta-body {
	padding-left: 184px;
}

.n_style .cta-cyan .cta-headline {
	margin: 0 -48px .9em;
	padding: 11px 48px;
	background: linear-gradient(90deg, #1a8bd4 0%, #9bd8f4 100%);
	text-align: center;
	font-size: 1.25em;
}

.n_style .cta-cyan::before,
.n_style .cta-cyan::after {
	left: 0;
	height: 300px;
	z-index: 2;
	background-position: left bottom;
}


.n_style .cta-cyan::after {
	background-image: url("../images/cta_person03.png");
}

.n_style .cta-cyan::before {
	background-image: url("../images/cta_person04.png");
}

/* ===== SP ===== */
@media screen and (max-width: 768px) {

	.n_style .cta {
		padding: 2em 24px 56%;
		min-height: 0;
		border-radius: 15px;
	}

	.n_style .cta-cyan .cta-body {
		padding-left: 0;
	}

	.n_style .cta-blue .cta-headline,
	.n_style .cta-blue .cta-body {
		padding-right: 0;
	}

	.n_style .cta::after {
		right: auto;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		padding-bottom: 52%;
		background-position: center bottom;
	}

	.n_style .cta::before {
		display: none;
	}

	.n_style .cta:hover::after {
		opacity: 1;
	}

	.n_style .cta .cta-headline {
		font-size: 1.25em;
	}

	.n_style .cta-cyan .cta-headline {
		margin: 0 -24px .9em;
		padding: 10px 24px;
	}

	.n_style .cta .cta-action {
		margin: 2.6em 0 0;
		width: 100%;
		align-items: center;
	}

	.n_style .cta .cta-button,
	.n_style .cta .cta-button-tel {
		padding: 1.15em 1em;
		font-size: 1.05em;
	}

	.n_style .cta .cta-buttons {
		max-width: 280px;
	}

	.n_style .cta .cta-badge {
		align-self: flex-start;
		margin-left: max(0px, calc((100% - 280px) / 2));
	}

	.n_style .cta .cta-txt {
		text-wrap: wrap;
	}

}

/* ===== PC ===== */
@media screen and (min-width: 769px) {

	.n_style .cta {
		display: flex;
		flex-direction: column;
		padding-bottom: 30px;
	}

	.n_style .cta-compact.cta-cyan::before,
	.n_style .cta-compact.cta-cyan::after {
		height: 270px;
	}

	.n_style .cta .cta-body {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
	}

	.n_style .cta .cta-action {
		margin: auto 0 0;
		width: auto;
	}


	.n_style .cta .cta-buttons {
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 12px;
	}

	.n_style .cta .cta-buttons>.cta-button,
	.n_style .cta .cta-buttons>.cta-button-tel {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
	}

	.n_style .cta .cta-buttons>.cta-button {
		flex-grow: 1.4;
	}
}

/* 【試作】セクション見出しの右にトピック画像（--sec-img で差し替え） */
.n_style main section h2 {
	display: flex;
	align-items: center;
	min-height: 80px;
	padding-right: 130px;
	padding-bottom: .35em;
	position: relative;
	border-bottom: 1px solid #2980b9;
}

.n_style main section h2::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 112px;
	height: 72px;
	background: var(--sec-img, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='72'%3E%3Crect x='1.5' y='1.5' width='109' height='69' rx='12' fill='%23e6f1fb' stroke='%23aecbe6' stroke-width='2' stroke-dasharray='6 5'/%3E%3Cg stroke='%236aa6d8' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='44' cy='30' r='6'/%3E%3Cpath d='M28 52l16-13 10 8 12-11 14 12'/%3E%3C/g%3E%3C/svg%3E")) center / contain no-repeat;
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	.n_style main section h2 {
		min-height: 0;
		padding-right: 82px;
	}

	.n_style main section h2::after {
		width: 66px;
		height: 46px;
	}
}

.n_style main section h2::after {
	display: none;
}

.n_style main section h2 {
	min-height: 0;
	padding-right: 0;
}