@charset "utf-8";

/* セキュリティアセスメント LP（FLOCSS 準拠・ページ専用） */

/* -----------------------------------------------------------------
   Foundation
   ----------------------------------------------------------------- */
.l-wrapper {
	display: block;
	overflow-x: hidden;
	min-width: 320px;
	color: #333333;
	background-color: #ffffff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 93%;
	line-height: 1.75;
}

@media only screen and (min-width: 980px) {
	.l-wrapper {
		font-size: 100%;
	}
}

.l-container-inner {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}

/* -----------------------------------------------------------------
   グローバルヘッダー帯
   ----------------------------------------------------------------- */
.l-gHeader-bar {
	display: block;
	width: 100%;
	max-width: 1920px;
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
}

.l-gHeader-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	padding-right: 80px;
	max-width: 1920px;
}

.l-gHeader-tagline {
	display: block;
	margin: 0;
	font-size: 93%;
	line-height: 1.5;
	color: #0A4098;
}

.l-gHeader-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 12px;
	font-size: 108%;
}

.l-gHeader-logo {
	display: flex;
	align-items: center;
}

.l-gHeader-logo-separator {
	padding: 0 8px 0 16px;
}

.l-gHeader-actions a {
	border-radius: 22px;
	color: #ffffff;
}

.m-block-first {
	background-image: linear-gradient(90deg, #21c9b0, #0e9984);
}

.m-block-first img {
	width: 20px;
	height: 20px;
}


.m-block-second {
	background-image: linear-gradient(90deg, #f89552, #c85e16);
}

.m-block-first,
.m-block-second {
	box-shadow: 0px 3px 7px -3px #1D4ED8;
}

/* -----------------------------------------------------------------
   メインビジュアル / ヒーロー
   ----------------------------------------------------------------- */
.l-container-hero {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 40px;
	background-image: url(../img/common/mv.png);
	background-repeat: no-repeat;
	background-position: right top;
    background-size: cover;
	height: 90vh;
}

/* 比較用: デバイス縦幅フィット */
.m-hero-device-fit.l-container-hero {
	height: 100vh;
	height: 100dvh;
}

.l-container-inner.l-container-hero-grid {
	max-width: 1400px;
	margin-left: 0;
	margin-right: auto;
	padding-left: 80px;
}

.l-container-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px 32px;
	align-items: center;
}

@media only screen and (min-width: 980px) {
	.l-container-hero-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.c-heading-hero {
	display: block;
	/* margin: 0 0 12px; */
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.25;
	color: #0d1b2a;
}

@media only screen and (min-width: 980px) and (max-width: 1079px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 28px;
		padding-right: 28px;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 1080px;
	}

	.l-container-hero {
		height: 640px;
		background-size: auto 84%;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 138.5%;
	}

	.m-hero .c-heading-hero {
		font-size: 246%;
		line-height: 1.2;
	}

	.m-hero .c-txt-section-lead {
		font-size: 269%;
	}

	.m-hero .c-list-hero-points {
		gap: 10px 12px;
	}

	.m-hero .c-list-hero-points-item {
		width: 118px;
		height: 118px;
	}
}

@media only screen and (min-width: 1080px) and (max-width: 1279px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 40px;
		padding-right: 40px;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 1260px;
	}

	.l-container-hero {
		height: 700px;
		background-size: auto 90%;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 153.9%;
	}

	.m-hero .c-heading-hero {
		font-size: 285%;
		line-height: 1.2;
	}

	.m-hero .c-txt-section-lead {
		font-size: 323%;
	}

	.m-hero .c-list-hero-points {
		gap: 14px 16px;
	}

	.m-hero .c-list-hero-points-item {
		width: 148px;
		height: 148px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 56px;
		padding-right: 56px;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 1460px;
	}

	.l-container-hero {
		height: 760px;
		background-size: auto 94%;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 174%;
	}

	.m-hero .c-heading-hero {
		font-size: 338%;
		line-height: 1.2;
	}

	.m-hero .c-txt-section-lead {
		font-size: 385%;
	}

	.m-hero .c-list-hero-points {
		gap: 16px 20px;
	}

	.m-hero .c-list-hero-points-item {
		width: 170px;
		height: 170px;
	}
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 64px;
		padding-right: 64px;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 1560px;
	}

	.l-container-hero {
		height: 800px;
		background-size: auto 96%;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 182%;
	}

	.m-hero .c-heading-hero {
		font-size: 362%;
		line-height: 1.2;
	}

	.m-hero .c-txt-section-lead {
		font-size: 408%;
	}

	.m-hero .c-list-hero-points {
		gap: 18px 22px;
	}

	.m-hero .c-list-hero-points-item {
		width: 186px;
		height: 186px;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1879px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 72px;
		padding-right: 72px;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 1700px;
	}

	.l-container-hero {
		height: 840px;
		background-size: auto 98%;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 194%;
	}

	.m-hero .c-heading-hero {
		font-size: 390%;
		line-height: 1.2;
	}

	.m-hero .c-txt-section-lead {
		font-size: 434%;
	}

	.m-hero .c-list-hero-points {
		gap: 22px 28px;
	}

	.m-hero .c-list-hero-points-item {
		width: 204px;
		height: 204px;
	}
}

@media only screen and (min-width: 1880px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 80px;
		padding-right: 80px;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 1800px;
	}

	.l-container-hero {
		height: 900px;
		background-size: auto 100%;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 203%;
	}

	.m-hero .c-heading-hero {
		font-size: 419%;
		line-height: 1.2;
	}

	.m-hero .c-txt-section-lead {
		font-size: 460%;
	}

	.m-hero .c-list-hero-points {
		gap: 28px 36px;
	}

	.m-hero .c-list-hero-points-item {
		width: 220px;
		height: 220px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		max-width: 100%;
	}

	.l-container-hero {
		background-image: url(../img/common/mv_tablet.png);
		height: auto;
		min-height: 80vh;
		padding-top: 40px;
		padding-bottom: 28px;
		background-size: 100% auto;
		background-position: center bottom;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 240%;
	}

	.m-hero .c-heading-hero {
		font-size: 182%;
		line-height: 1.4;
	}

	.m-hero .c-heading-hero-sub-small {
		font-size: 160%;
	}

	.m-hero .c-heading-hero-term-short {
		font-size: 280%;
		margin-right: 6px;
	}

	.m-hero .c-heading-hero-term-security {
		font-size: 200%;
		margin-right: 4px;
	}

	.m-hero .c-heading-hero-term-visualize {
		font-size: 200%;
		margin-left: 6px;
	}

	.m-hero .c-heading-hero-term-priority {
		font-size: 200%;
		margin-right: 6px;
	}

	.m-hero .c-txt-section-lead {
		font-size: 174%;
	}

	.m-hero .c-txt-section-lead.c-txt-section-lead-compact {
		font-size: clamp(380%, 3.8vw, 320%);
	}

	.m-hero .c-list-hero-points {
		gap: 8px 10px;
	}

	.m-hero .c-list-hero-points-item {
		width: 160px;
		height: 160px;
	}
}

@media only screen and (max-width: 767px) {
	.l-gHeader-inner,
	.l-container-inner.l-container-hero-grid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.l-gHeader-inner {
		max-width: 100%;
	}

	.l-container-inner.l-container-hero-grid {
		max-width: 100%;
	}

	.l-gHeader-logo img {
		height: 18px;
		width: auto;
	}

	.l-gHeader-tagline {
		display: none;
	}

	.l-gHeader-logo-separator {
		display: none;
	}

	.l-gHeader-actions .c-more-button.m-block-second {
		padding: 10px 18px;
		font-size: 100%;
	}

	.l-gHeader-actions .c-more-button.m-block-second .c-more-button-icon {
		width: 16px;
		height: 16px;
	}

	.l-container-hero {
		background-image: url(../img/common/mv_sp.png);
		height: auto;
		min-height: 850px;
		padding-top: 30px;
		padding-bottom: 0px;
		background-size: 100% auto;
		background-position: center bottom;
	}

	.m-hero .c-txt-hero-lead {
		font-size: 131%;
		margin-bottom: 10px;
	}

	.m-hero .c-heading-hero {
		font-size: 197%;
		line-height: 1.25;
	}

	.m-hero .c-heading-hero-sub-small {
		font-size: 110%;
	}

	.m-hero .c-heading-hero-term-short {
		margin-right: 6px;
	}

	.m-hero .c-heading-hero-term-security,
	.m-hero .c-heading-hero-term-visualize,
	.m-hero .c-heading-hero-term-priority {
		font-size: 140%;
	}

	.m-hero .c-txt-section-lead {
		font-size: 200%;
	}

	.m-hero .c-txt-section-lead.c-txt-section-lead-compact {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		font-size: 170%;
		white-space: normal;
		word-break: normal;
		overflow-wrap: anywhere;
	}

	.m-hero .c-list-hero-points {
		gap: 10px 12px;
	}

	.m-hero .c-list-hero-points-item {
		width: 108px;
		height: 108px;
	}
}

.c-heading-hero-sub-black,
.c-heading-hero-sub-blue {
	font-size: 160%;
}

.c-heading-hero-sub-blue {
	color: #124387 ;
}

.c-heading-hero-sub-small {
	font-size: 100%;
}

/* ヒーロー見出しの個別語句サイズ調整用 */
.c-heading-hero-term-short {
	font-size: 160%;
}

.c-heading-hero-term-security {
	font-size: 120%;
}

.c-heading-hero-term-visualize {
	font-size: 120%;
}

.c-heading-hero-term-priority {
	font-size: 120%;
}

.c-txt-hero-lead-sub{
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 20px;
}

.l-container-hero .c-txt-section-lead {
	display: inline-block;
    font-size: 460%;
    background-color: blanchedalmond;
    width: auto;
    padding: 20px;
    font-weight: bold;
    background-image: linear-gradient(90deg, #03388e, #00b7b7);
    color: #ffffff;
	margin-bottom: 20px;
}

.l-container-hero .c-txt-section-lead.c-txt-section-lead-compact {
	font-size: clamp(223%, 3.8vw, 320%);
	width: fit-content;
	max-width: 100%;
	line-height: 1.3;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.l-container-hero .c-txt-section-lead.c-txt-section-lead-compact {
		font-size: 170%;
	}
}

.c-txt-hero-lead {
	display: block;
	font-size: 197%;
	line-height: 1.8;
	color: #1a1a1a;
	font-weight: bold;
}

.c-list-hero-points {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: start;
	gap: 20px 28px;
	margin: 30px 0 24px;
	padding: 0;
	list-style: none;
}

.c-list-hero-points-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: clamp(160px, 28vw, 190px);
	height: clamp(160px, 28vw, 190px);
	margin: 0;
	padding: 0;
	border: none;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #124387;
}

.c-list-hero-points-item-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(18, 67, 135, 0.2));
}

.c-list-hero-points-item-body {
	display: block;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.c-list-hero-points-item-number {
	display: inline;
	font-weight: bold;
	color: #124387;
	font-size: 214%;
}

.c-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
}

/* -----------------------------------------------------------------
   セクション共通
   ----------------------------------------------------------------- */
.l-container-section {
	display: block;
	padding: 160px 0;
}

.l-container-section.m-gray {
	background-color: #F1F8FF;
}

/* セクション単位で余白を上書きできる共通変数 */
.l-container-section {
	--section-heading-margin: 0 0 8px;
	--section-sub-margin: 20px 0 20px;
	--section-lead-margin: 10px 0 40px;
}

.c-heading-section {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: var(--section-heading-margin);
	padding-bottom: 0;
	font-size: 153.9%;
	font-weight: lighter;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #124387;
	width: 9%;
}

.c-heading-section::after {
	display: block;
	flex: 1 1 auto;
	height: 1px;
	min-width: 10px;
	background-color: #124387;
	content: "";
}

.m-service .c-heading-section,
.m-flow .c-heading-section,
.m-price .c-heading-section.c-heading-section-price,
.m-faq .c-heading-section.c-heading-section-faq {
	color: #003371;
}

.c-heading-sub {
	display: block;
	margin: var(--section-sub-margin);
	font-size: 269%;
	font-weight: bold;
	line-height: 1.8;
	color: #124387;
	letter-spacing: 0.25rem;
	z-index: 999;
    position: relative;
}

.c-heading-sub-blue {
    background-color: #124387;
    color: #ffffff;
    padding: 6px 10px 6px 10px;
}

.c-txt-section-lead {
	display: block;
	margin: var(--section-lead-margin);
	line-height: 1.85;
	font-size: 138.5%;
}

/* -----------------------------------------------------------------
   NECESSITY 導入カード
   ----------------------------------------------------------------- */
.c-box-necessity-lead {
	display: block;
	box-sizing: border-box;
	margin: 0 0 28px;
	padding: clamp(24px, 5vw, 40px) clamp(20px, 4vw, 32px);
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 2px 14px rgba(13, 27, 42, 0.07);
}

.c-box-necessity-lead-heading {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	font-size: 215%;
	font-weight: bold;
	line-height: 1.45;
	color: #1a4a8e;
}

.c-box-necessity-lead-body {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 138.5%;
	font-weight: normal;
	line-height: 1.8;
	color: #333333;
}

.c-box-necessity-lead-em {
	font-weight: bold;
	color: #1a4a8e;
}

.c-box-necessity-lead-sub {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	font-size: 138.5%;
	font-weight: normal;
	line-height: 1.65;
	color: #333333;
}

.c-box-necessity-lead-panel {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px 22px;
	border-radius: 14px;
	background-color: #f0f3ff;
}

.c-box-necessity-lead-row {
	display: flex;
	align-items: center;
	gap: 12px 14px;
}

.c-box-necessity-lead-ico {
	display: block;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-top: 0.2em;
	object-fit: contain;
}

.c-box-necessity-lead-panel .c-box-necessity-lead-body {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 116%;
	line-height: 1.75;
}

/* -----------------------------------------------------------------
   課題カード（ISSUES）
   ----------------------------------------------------------------- */
.c-list-issues {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (min-width: 768px) {
	.c-list-issues {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 980px) {
	.c-list-issues {
		grid-template-columns: repeat(3, 1fr);
		position: relative;
        top: -20px;
	}
}

.l-container-section-grid {
	display: flex;
}

.m-necessity .l-container-section-grid {
	align-items: center;
}

.c-list-issues-item {
	display: block;
	box-sizing: border-box;
	padding: 24px 16px;
	border: none;
	border-radius: 22px;
	background-image: linear-gradient(90deg, #e8e8e8, #d2d2d2);
	box-shadow: 0 1px 3px rgba(13, 27, 42, 0.06);
}

.c-list-issues-item-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.c-list-issues-item-ico-wrap {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 0 1px 2px rgba(13, 27, 42, 0.06);
}

.c-list-issues-item-ico {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.c-heading-issue {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.45;
	text-align: left;
	color: #0f2444;
}

.c-txt-issue-body {
	display: block;
	margin: 16px 0 0;
	padding: 0;
	font-size: 93%;
	font-weight: normal;
	line-height: 1.75;
	text-align: left;
	color: #5c6570;
	font-size: 108%;
}

/* -----------------------------------------------------------------
   強調ブロック（横型カード）
   ----------------------------------------------------------------- */
.c-box-emphasis {
	display: block;
	margin: 32px 0;
	padding: 0;
}

.c-box-emphasis-inner {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
	gap: 20px 40px;
	padding: 32px 80px;
	border: 1px solid #124387;
	border-radius: 12px;
	background-color: #ffffff;
}

.c-box-emphasis-ico-wrap {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 230px;
}

.c-box-emphasis-ico {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.c-box-emphasis-body {
	display: block;
	flex: 1 1 220px;
	min-width: 0;
}

.c-box-emphasis-lead {
	display: inline-block;
	margin: 0 0 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #124387;
	font-size: 197%;
	font-weight: bold;
	line-height: 1.5;
	color: #124387;
}

.c-box-emphasis-message {
	display: block;
	margin: 0 0 14px;
	padding: 0;
}

.c-box-emphasis-message-line {
	display: block;
	margin: 0 0 6px;
	font-size: 182%;
	font-weight: bold;
	line-height: 1.5;
	color: #1F2937;
}

.c-box-emphasis-message-strong {
	display: block;
	font-size: 323%;
	font-weight: bold;
	line-height: 1.45;
	color: #124387;
}

.c-box-emphasis-desc {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	font-weight: normal;
	line-height: 1.8;
	color: #1F2937;
}

@media only screen and (max-width: 767px) {
	.m-issues .c-box-emphasis-inner {
		padding: 20px;
	}

	.m-issues .c-box-emphasis-ico-wrap {
		width: 100%;
		height: auto;
	}

	.m-issues .c-box-emphasis-message-line {
		font-size: 160%;
	}

	.m-issues .c-box-emphasis-message-strong {
		font-size: 300%;
	}
}

.l-container-section-grid-item.u-mt-md {
    width: 30%;
}

/* -----------------------------------------------------------------
   SCS評価制度のポイント（画像＋POINT）
   ----------------------------------------------------------------- */
.c-scs-point-block {
	display: block;
	box-sizing: border-box;
	margin: 0 0 32px;
	padding: clamp(22px, 4vw, 40px) clamp(20px, 3vw, 36px);
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 2px 14px rgba(13, 27, 42, 0.07);
}

.c-scs-point-block-heading {
	margin-bottom: 12px;
	color: #124387;
}

.c-scs-point-block-intro {
	margin-bottom: 8px;
	color: #333333;
}

.c-scs-point-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 16px 0 12px;
	padding: 0;
}

.c-scs-point-cards-item {
	display: block;
}

.c-scs-point-cards-img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border: 1px solid #cfd8e6;
	border-radius: 8px;
}

@media only screen and (max-width: 767px) {
	.c-scs-point-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}
}

.c-scs-point-footnote {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	text-align: right;
}

.c-scs-point-highlight {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
	gap: 20px 24px;
	margin: 30px 0 20px;
	padding: 22px 24px;
	border: 1px solid #f0a050;
	border-radius: 14px;
	background-color: #fff7ed;
}

.c-scs-point-highlight-visual {
	display: block;
	flex-shrink: 0;
}

.c-scs-point-highlight-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	gap: 8px;
	min-width: 96px;
	margin: 0;
	padding: 10px 20px;
	border-radius: 999px;
	background-image: linear-gradient(90deg, #ff8c42, #f97316);
	color: #ffffff;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

.c-scs-point-highlight-badge-ico {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.c-scs-point-highlight-badge-txt {
	display: inline-block;
}

.c-scs-point-highlight-body {
	display: block;
	flex: 1 1 240px;
	min-width: 0;
	margin: 0;
	padding: 0;
	font-size: 138.5%;
	font-weight: normal;
	line-height: 1.8;
	color: #333333;
}

.c-scs-point-highlight-em {
	font-weight: bold;
	color: #F38840;
}

.c-scs-point-refs {
	margin-top: 4px;
	margin-bottom: 0;
}

/* -----------------------------------------------------------------
   スケジュール / スコープ
   ----------------------------------------------------------------- */
.c-txt-schedule {
	display: block;
	margin: 0 0 16px;
	font-size: 100%;
	line-height: 1.75;
}

.c-table-scope {
	display: block;
	width: 100%;
	overflow-x: auto;
	margin: 20px 0 16px;
}

.c-table-scope table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	border: 1px solid #cfd8e6;
	background-color: #ffffff;
}

.c-table-scope th,
.c-table-scope td {
	padding: 12px 14px;
	border: 1px solid #cfd8e6;
	font-size: 85%;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

.c-table-scope thead th {
	background-color: #0d47a1;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.c-txt-note {
	display: block;
	margin: 8px 0 0;
	font-size: 108%;
	line-height: 1.65;
	color: #555555;
}

/* -----------------------------------------------------------------
   外部リンク
   ----------------------------------------------------------------- */
.c-link-external {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #0d47a1;
	text-decoration: underline;
	word-break: break-all;
}

.c-link-external:hover {
	text-decoration: none;
}

.c-link-external::after {
	display: inline-block;
	content: "[外部]";
	margin-left: 2px;
	padding: 1px 5px;
	border: 1px solid #90a4ae;
	border-radius: 2px;
	font-size: 68%;
	line-height: 1.2;
	color: #546e7a;
	text-decoration: none;
	vertical-align: middle;
}

.c-list-ref {
	display: block;
	margin: 16px 0 0;
	padding-left: 1.2em;
	font-size: 108%;
	line-height: 1.8;
}

.c-list-ref-item {
	display: list-item;
	margin-bottom: 6px;
}

/* -----------------------------------------------------------------
   CTA（セクション内シンプル）
   ----------------------------------------------------------------- */
.c-box-cta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 32px 0;
	padding: 24px 20px;
	border: 1px solid #cfd8e6;
	border-radius: 8px;
	background-color: #ffffff;
}

@media only screen and (min-width: 768px) {
	.c-box-cta {
		grid-template-columns: repeat(2, 1fr);
	}
}

.c-box-cta-col {
	display: block;
}

.c-heading-cta {
	display: block;
	margin: 0 0 8px;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.5;
	color: #0d1b2a;
}

.c-txt-cta-desc {
	display: block;
	margin: 0 0 14px;
	padding: 0;
	font-size: 85%;
	line-height: 1.7;
	color: #444444;
}

/* -----------------------------------------------------------------
   CTA（全幅バナー＋白カード）
   ----------------------------------------------------------------- */
.c-cta-section {
	display: block;
	margin: 0;
	padding: 0;
}

.c-cta-section-wrap {
	display: block;
	position: relative;
	overflow: visible;
	padding: 76px 0 84px;
	background-image: linear-gradient(90deg, #1e3a8a, #1d4ed8);
}

.c-cta-section.c-cta-section-footer .c-cta-section-wrap {
	overflow: hidden;
}

.c-cta-section.c-cta-section-footer .c-cta-section-heading {
	margin: 0 auto 20px;
	padding: 0 12px;
	font-size: 154%;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #ffffff;
}

.c-cta-section.c-cta-section-footer .c-box-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.c-cta-section.c-cta-section-footer .c-txt-cta-desc {
	max-width: none;
	margin: 0 auto 24px;
	padding: 0 8px;
	font-size: 92.3%;
	line-height: 1.9;
	text-align: left;
	color: #dbeafe;
}

.c-cta-section.c-cta-section-footer .c-more-button.m-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 0;
	width: min(92vw, 420px);
	max-width: 100%;
	margin: 0 auto;
	padding: 14px 20px;
	border-radius: 999px;
	background-image: none;
	background-color: #ffffff;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
	color: #1E3A8A;
	font-size: 116%;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.c-cta-section.c-cta-section-footer .c-more-button.m-cta-button:hover {
	background-image: none;
	background-color: #ffffff;
	color: #1d4ed8;
}

@media only screen and (max-width: 640px) {
	.c-cta-section.c-cta-section-footer .c-cta-section-heading {
		font-size: 146%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.c-cta-section-wrap {
		padding: 104px 0 112px;
	}

	.c-cta-section.c-cta-section-footer .c-cta-section-heading {
		margin-bottom: 24px;
		padding: 0 16px;
		font-size: 185%;
		line-height: 1.55;
	}

	.c-cta-section.c-cta-section-footer .c-txt-cta-desc {
		max-width: 90ch;
		margin-bottom: 28px;
		padding: 0 12px;
		font-size: 100%;
		line-height: 1.95;
		text-align: center;
	}

	.c-cta-section.c-cta-section-footer .c-more-button.m-cta-button {
		width: auto;
		min-width: 300px;
		max-width: 480px;
		padding: 15px 24px;
		font-size: 123.1%;
	}
}

@media only screen and (min-width: 980px) {
	.c-cta-section-wrap {
		padding: 140px 0 140px;
	}

	.c-cta-section.c-cta-section-footer .c-cta-section-heading {
		margin-bottom: 32px;
		padding: 0 16px;
		font-size: clamp(190%, 3.3vw, 292%);
		line-height: 1.5;
	}

	.c-cta-section.c-cta-section-footer .c-txt-cta-desc {
		max-width: 90ch;
		margin-bottom: 34px;
		padding: 0 12px;
		font-size: 116%;
		line-height: 2;
		text-align: center;
	}

	.c-cta-section.c-cta-section-footer .c-more-button.m-cta-button {
		min-width: 360px;
		max-width: 520px;
		width: auto;
		padding: 16px 28px;
		font-size: 131%;
		letter-spacing: 0.06em;
	}
}

.c-cta-section-bubble {
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	object-fit: contain;
}

.c-cta-section-bubble-left {
	top: -28%;
	left: -20%;
	width: min(68vw, 280px);
	height: auto;
	max-width: none;
}

.c-cta-section-bubble-right {
	right: -18%;
	bottom: -36%;
	width: min(68vw, 280px);
	height: auto;
	max-width: none;
}

@media only screen and (max-width: 640px) {
	.c-cta-section-bubble-left {
		top: -24%;
		left: -26%;
		width: min(72vw, 220px);
	}

	.c-cta-section-bubble-right {
		right: -24%;
		bottom: -32%;
		width: min(72vw, 220px);
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.c-cta-section-bubble-left {
		top: -38%;
		left: -14%;
		width: min(56vw, 360px);
	}

	.c-cta-section-bubble-right {
		right: -13%;
		bottom: -40%;
		width: min(56vw, 360px);
	}
}

@media only screen and (min-width: 980px) {
	.c-cta-section-bubble-left {
		top: -48%;
		left: -12%;
		width: min(52vw, 440px);
	}

	.c-cta-section-bubble-right {
		right: -11%;
		bottom: -44%;
		width: min(52vw, 440px);
	}
}

.c-cta-section-inner {
	position: relative;
	z-index: 1;
}

.c-cta-section-heading {
	display: block;
	margin: 0 auto 80px;
	padding: 0 16px;
	font-size: 308%;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #ffffff;
}

.m-service .c-heading-topsub {
	font-size: 182%;
	font-weight: bold;
	color: #124387;
}

.m-hero .c-txt-section-lead {
	margin: 24px 0px;
}

/* ISSUES / NECESSITY / SERVICE：見出しブロックとイラストを独立配置（--section-* で調整） */
.m-issues,
.m-necessity,
.m-service {
	--section-heading-margin: 0 0 8px;
	--section-sub-margin: 20px 0;
	--section-lead-margin: 10px 0 40px;
	--section-intro-top: 0;
	--section-intro-left: 0;
	--section-intro-right: auto;
	--section-intro-padding-right: min(44%, 520px);
	--section-head-min-height: 300px;
	--section-visual-top: 0;
	--section-visual-right: 0;
	--section-visual-left: auto;
	--section-visual-width: 44%;
	--section-visual-max-width: 520px;
	/* 位置・サイズの微調整用（各セクション/各ブレークポイントで上書き） */
	--hero-intro-shift-x: 0px;
	--hero-intro-shift-y: 0px;
	--hero-visual-shift-x: 0px;
	--hero-visual-shift-y: 0px;
	--hero-visual-width-offset: 0px;
	--hero-visual-max-width-offset: 0px;
}

.m-issues {
	--issues-list-margin-top: 0;
}

.m-issues .l-container-inner,
.m-necessity .l-container-inner,
.m-service .l-container-inner {
	position: relative;
}

.m-issues .l-container-section-intro,
.m-necessity .l-container-section-intro,
.m-service .l-container-section-intro {
	position: relative;
	top: var(--section-intro-top);
	left: var(--section-intro-left);
	right: var(--section-intro-right);
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding-right: var(--section-intro-padding-right, 0);
	transform: translate(var(--hero-intro-shift-x), var(--hero-intro-shift-y));
}

.m-issues .l-container-section-visual,
.m-necessity .l-container-section-visual,
.m-service .l-container-section-visual {
	position: absolute;
	top: var(--section-visual-top);
	right: var(--section-visual-right);
	left: var(--section-visual-left);
	width: calc(var(--section-visual-width) + var(--hero-visual-width-offset));
	max-width: calc(var(--section-visual-max-width) + var(--hero-visual-max-width-offset));
	z-index: 0;
	transform: translate(var(--hero-visual-shift-x), var(--hero-visual-shift-y));
}

.m-issues .c-list-issues,
.m-issues .c-box-emphasis,
.m-necessity .c-box-necessity-lead,
.m-necessity .c-scs-point-block,
.m-service .c-box-service-solutions,
.m-service .c-box-service-domains {
	position: relative;
	z-index: 2;
}

.m-issues .c-img-section,
.m-necessity .c-img-section,
.m-service .c-img-section {
	display: block;
	width: 100%;
	height: auto;
}

/* 調整フック: PC（980px以上） */
@media only screen and (min-width: 980px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
		--hero-visual-width-offset: 0px;
		--hero-visual-max-width-offset: 0px;
	}

	/* ISSUES: 基準位置 */
	.m-issues {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
	}

	/* NECESSITY: 画像の見えサイズと下余白を補正 */
	.m-necessity {
		--section-head-min-height: 252px;
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: -6px;
		--hero-visual-width-offset: 6%;
		--hero-visual-max-width-offset: 72px;
	}

	/* SERVICE: 基準位置 */
	.m-service {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
	}
}

/* 調整フック: タブレット（768px-979px） */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
		--hero-visual-width-offset: 0px;
		--hero-visual-max-width-offset: 0px;
	}

	.m-issues,
	.m-necessity {
		padding: 80px 40px;
	}

	.m-issues .l-container-inner,
	.m-necessity .l-container-inner {
		padding-right: 0;
		padding-left: 0;
	}

	/* ISSUES: 基準位置 */
	.m-issues {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
	}

	/* NECESSITY: タブレット時の高さ差を縮める */
	.m-necessity {
		--section-head-min-height: 100px;
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 10px;
		--hero-visual-width-offset: 6%;
		--hero-visual-max-width-offset: 56px;
	}

	/* SERVICE: 基準位置 */
	.m-service {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
	}
}

/* 調整フック: SP（~767px） */
@media only screen and (max-width: 767px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--hero-intro-shift-x: 0px;
		--hero-intro-shift-y: 0px;
		--hero-visual-shift-x: 0px;
		--hero-visual-shift-y: 0px;
		--hero-visual-width-offset: 0px;
		--hero-visual-max-width-offset: 0px;
	}

	.m-issues,
	.m-necessity {
		padding: 80px 15px;
	}

	.m-issues .l-container-inner,
	.m-necessity .l-container-inner {
		padding-right: 0;
		padding-left: 0;
	}

	/* SPは現状維持（明示） */
	.m-issues,
	.m-necessity,
	.m-service {
		--section-head-min-height: 0;
	}
}

@media only screen and (min-width: 768px) {
	.m-issues .l-container-section-intro,
	.m-necessity .l-container-section-intro,
	.m-service .l-container-section-intro {
		padding-right: 0;
	}
}

@media only screen and (min-width: 980px) {
	.m-issues .l-container-section-intro,
	.m-necessity .l-container-section-intro,
	.m-service .l-container-section-intro {
		min-height: var(--section-head-min-height);
	}

	.m-issues .c-list-issues {
		margin-top: var(--issues-list-margin-top);
	}
}

@media only screen and (min-width: 980px) and (max-width: 1279px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: min(40%, 460px);
		--section-visual-width: 40%;
		--section-visual-max-width: 460px;
		--section-head-min-height: 280px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1479px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: min(42%, 500px);
		--section-visual-width: 42%;
		--section-visual-max-width: 500px;
	}
}

@media only screen and (min-width: 1480px) and (max-width: 1679px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: min(40%, 520px);
		--section-visual-width: 40%;
	}
}

@media only screen and (min-width: 1680px) and (max-width: 1879px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: min(38%, 540px);
		--section-visual-width: 38%;
		--section-visual-max-width: 540px;
		--section-head-min-height: 320px;
	}
}

@media only screen and (min-width: 1880px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: min(36%, 560px);
		--section-visual-width: 36%;
		--section-visual-max-width: 560px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: min(40%, 420px);
		--section-visual-width: 60%;
		--section-visual-max-width: 450px;
		--section-head-min-height: 260px;
	}

	.m-necessity {
		--section-head-min-height: 180px;
	}

	.m-issues .l-container-section-intro,
	.m-necessity .l-container-section-intro,
	.m-service .l-container-section-intro {
		min-height: var(--section-head-min-height);
	}

	.m-issues .l-container-section-visual,
	.m-necessity .l-container-section-visual,
	.m-service .l-container-section-visual {
		position: absolute;
		top: var(--section-visual-top);
		right: var(--section-visual-right);
		left: var(--section-visual-left);
		width: var(--section-visual-width);
		max-width: var(--section-visual-max-width);
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-issues,
	.m-necessity,
	.m-service {
		--section-intro-padding-right: 0;
		--section-head-min-height: 0;
	}

	.m-issues .l-container-section-intro,
	.m-necessity .l-container-section-intro,
	.m-service .l-container-section-intro {
		min-height: 0;
	}

	.m-issues .l-container-section-visual,
	.m-necessity .l-container-section-visual,
	.m-service .l-container-section-visual {
		position: static;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		max-width: 360px;
		margin: 0 auto 20px;
	}
}

.c-cta-section .c-box-cta {
	display: grid;
	box-sizing: border-box;
	grid-template-columns: 1fr;
	gap: 0;
	position: relative;
	z-index: 2;
	overflow: visible;
	max-width: 960px;
	margin: 0 auto;
	padding: 36px 28px 40px;
	border: none;
	border-radius: 24px;
	background-color: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 768px) {
	.c-cta-section .c-box-cta {
		grid-template-columns: repeat(2, 1fr);
		padding: 44px 0 48px;
	}
}

.c-cta-section .c-box-cta-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	padding: 0 28px;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.c-cta-section .c-box-cta-col {
		padding: 0 40px;
	}

	.c-cta-section .c-box-cta-col-divider {
		border-left: 1px solid #e4e9f0;
	}
}

@media only screen and (max-width: 767px) {
	.c-cta-section .c-box-cta-col-divider {
		margin-top: 12px;
		padding-top: 32px;
		border-top: 1px solid #e4e9f0;
	}
}

.c-cta-section .c-box-cta-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 4;
	margin: -86px 0 18px;
}

.c-cta-section .c-box-cta-icon {
	display: block;
	width: 100px;
	height: 100px;
	object-fit: contain;
}

@media only screen and (min-width: 768px) {
	.c-cta-section .c-box-cta-icon-wrap {
		margin-top: -94px;
	}
}

.c-cta-section .c-box-cta .c-more-button {
	min-width: 220px;
	border: none;
	color: #ffffff;
}

.c-cta-section .c-box-cta .c-more-button.m-block-first,
.c-cta-section .c-box-cta .c-more-button.m-block-second {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.c-cta-section .c-heading-cta {
	margin: 0 0 10px;
	font-size: 153.9%;
	font-weight: bold;
	line-height: 1.45;
	color: #0f172a;
}

.c-cta-section .c-txt-cta-desc {
	max-width: 36em;
	margin: 0 0 22px;
	font-size: 	108%;
	line-height: 1.75;
	color: #334155;
}

/* -----------------------------------------------------------------
   サービス（3カラム + 7領域）
   ----------------------------------------------------------------- */
.m-service {
	padding: 80px 10px;
}

.m-service .l-container-inner {
	padding-right: 0;
	padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-service {
		padding: 80px 40px;
	}

	.m-service .l-container-inner {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 980px) {
	.m-service {
		padding: 160px 0;
	}

	.m-service .l-container-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.c-list-solutions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

@media only screen and (min-width: 768px) {
	.c-list-solutions {
		grid-template-columns: repeat(3, 1fr);
	}
}

.c-list-solutions-item {
	display: block;
	padding: 18px 16px;
	border: 1px solid #dde3ec;
	border-radius: 6px;
	background-color: #ffffff;
}

.c-heading-solution {
	display: block;
	margin: 0 0 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.45;
	color: #0d47a1;
}

.c-txt-solution-body {
	display: block;
	margin: 0;
	font-size: 85%;
	line-height: 1.75;
}

.m-service .c-box-service-solutions {
	display: block;
	box-sizing: border-box;
	margin: 0px 0 28px;
	padding: clamp(28px, 4.5vw, 40px) clamp(18px, 3vw, 36px) clamp(32px, 5vw, 44px);
	border-radius: 16px;
	background-image: linear-gradient(135deg, #edf6ff, #f8fbed 52%, #edefff);
	box-shadow: 0 8px 36px rgba(18, 67, 135, 0.1);
	position:relative;
	z-index: 2;
}

.m-service .c-box-service-solutions-head {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 14px;
	margin: 0 0 28px;
	padding: 0;
	text-align: left;
}

.m-service .c-box-service-solutions-icon {
	display: block;
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	object-fit: contain;
}

.c-heading-service-solutions {
	display: block;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 215%;
	font-weight: bold;
	line-height: 1.45;
	color: #124387;
	letter-spacing: 0.02em;
}

.m-service .c-box-service-solutions .c-list-solutions {
	margin: 0;
	gap: 20px;
}

.m-service .c-box-service-solutions .c-list-solutions-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 22px 20px 24px;
	border: none;
	border-radius: 16px;
	background-color: #ffffff;
	box-shadow: 0 4px 24px rgba(13, 27, 42, 0.07);
}

.m-service .c-img-solution {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto 18px;
	height: auto;
	object-fit: contain;
}

.m-service .c-box-service-solutions .c-heading-solution {
	margin: 0 0 12px;
	font-size: 153.9%;
	color: #124387;
	text-align: center;
	line-height: 2rem;
}

.m-service .m-blue-text,
.m-flow .m-blue-text {
	color: #124387;
	font-weight: bold;
}

.m-service .c-box-service-solutions .c-txt-solution-body {
	font-size: 108%;
	line-height: 1.75;
	color: #334155;
}

.m-service .c-box-service-domains {
	display: block;
	box-sizing: border-box;
	margin: 48px 0 28px;
	padding: clamp(28px, 4.5vw, 40px) clamp(18px, 3vw, 32px) clamp(24px, 3.5vw, 32px);
	border-radius: 24px;
	background: #F3F9FF;
	box-shadow: 0 8px 32px rgba(18, 67, 135, 0.08);
}

.m-service .c-heading-service-domains {
	display: block;
	margin: 0 0 14px;
	padding: 0;
	font-size: 215%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #124387;
}

.m-service .c-txt-service-domains-lead {
	display: block;
	margin: 0 0 28px;
	padding: 0;
	font-size: 123.1%;
	line-height: 1.75;
	text-align: center;
	color: #1e293b;
}

.m-service .c-box-service-domains .c-list-domains {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (min-width: 640px) {
	.m-service .c-box-service-domains .c-list-domains {
		gap: 16px;
	}
}

@media only screen and (min-width: 980px) {
	.m-service .c-box-service-domains .c-list-domains {
		grid-template-columns: repeat(8, 1fr);
		gap: 18px 20px;
	}

	.m-service .c-box-service-domains .c-list-domains-item:nth-child(-n + 4) {
		grid-column: span 2;
	}

	.m-service .c-box-service-domains .c-list-domains-item:nth-child(5) {
		grid-column: 2 / span 2;
	}

	.m-service .c-box-service-domains .c-list-domains-item:nth-child(6) {
		grid-column: 4 / span 2;
	}

	.m-service .c-box-service-domains .c-list-domains-item:nth-child(7) {
		grid-column: 6 / span 2;
	}
}

.m-service .c-box-service-domains .c-list-domains-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 22px 16px 24px;
	border: none;
	border-radius: 16px;
	background-color: #ffffff;
	box-shadow: 0 4px 20px rgba(13, 27, 42, 0.07);
	font-size: 93%;
	line-height: 1.65;
	text-align: center;
}

.m-service .c-box-service-domains .c-img-domain {
	display: block;
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	margin: 0 0 14px;
	object-fit: contain;
}

@media only screen and (max-width: 767px) {
	.m-service {
		padding: 80px 15px;
	}

	.m-service .l-container-inner {
		padding-right: 0;
		padding-left: 0;
	}

	.m-service .c-heading-topsub {
		font-size: 140%;
	}

	.m-issues .c-heading-sub {
		font-size: 190%;
		letter-spacing: 0.1rem;
	}

	.m-service .c-heading-sub {
		margin: 8px 0 20px;
		font-size: 250%;
		line-height: 1.6;
	}

	.m-necessity .c-heading-sub {
		margin: 8px 0 20px;
		font-size: 250%;
		line-height: 1.6;
		letter-spacing: 0.1rem;
	}

	.m-service .c-heading-sub-blue {
		padding: 4px 0 6px 0;
	}

	.m-service .c-box-service-solutions {
		padding: clamp(28px, 4.5vw, 40px) clamp(8px, 2vw, 36px) clamp(32px, 5vw, 44px);
	}

	.m-service .c-heading-service-solutions {
		font-size: clamp(138.5%, 5vw, 185%);
		line-height: 1.45;
		letter-spacing: 0.02em;
	}

	.m-service .c-box-service-solutions .c-img-solution {
		max-width: 320px;
	}

	.m-service .c-heading-service-domains {
		font-size: clamp(138.5%, 5vw, 185%);
		line-height: 1.45;
		letter-spacing: 0.02em;
	}

	.m-service .c-txt-service-domains-lead {
		text-align: left;
	}

	.m-service .c-box-service-domains {
		padding: clamp(28px, 4.5vw, 40px) clamp(4px, 1.5vw, 30px) clamp(24px, 3.5vw, 32px);
	}

	.m-service .c-box-service-domains .c-list-domains {
		gap: 10px;
	}

	.m-service .c-box-service-domains .c-list-domains-item {
		padding: 18px 8px 18px;
	}

	.m-service .c-box-service-domains .c-img-domain {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (max-width: 640px) {
	.m-service .c-heading-service-solutions,
	.m-service .c-heading-service-domains {
		font-size: clamp(131%, 5.5vw, 169%);
		line-height: 1.4;
	}
}

.m-service .c-box-service-domains .c-heading-domain {
	display: block;
	margin: 0 0 10px;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.45;
	color: #124387;
}

.m-service .c-box-service-domains .c-txt-domain-body {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 108%;
	line-height: 1.65;
	color: #334155;
}

.m-service .c-box-service-domains .c-txt-service-domains-note {
	margin: 22px 0 0;
	font-size: 108%;
	line-height: 1.65;
	text-align: center;
	color: #64748b;
}

.m-service .c-box-service-partner,
.m-service-partner .c-box-service-partner {
	display: block;
	margin-top: 88px;
	margin-bottom: 40px;
}

.m-service .c-heading-service-partner,
.m-service-partner .c-heading-service-partner {
	display: block;
	margin: 0 0 12px;
	padding: 0 8px;
	font-size: 215%;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #124387;
}

.m-service .c-txt-service-partner-sub,
.m-service-partner .c-txt-service-partner-sub {
	display: block;
	margin: 0 0 20px;
	padding: 0 8px;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.55;
	text-align: center;
	color: #124387;
}

.m-service .c-txt-service-partner-lead,
.m-service-partner .c-txt-service-partner-lead {
	display: block;
	margin: 48px auto 48px;
	padding: 0 8px;
	font-size: 123.1%;
	line-height: 1.8;
	text-align: center;
	color: #334155;
}

.m-service .c-grid-service-partner,
.m-service-partner .c-grid-service-partner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 768px) {
	.m-service .c-grid-service-partner,
	.m-service-partner .c-grid-service-partner {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 24px;
	}
}

.m-service .c-box-service-partner-card,
.m-service-partner .c-box-service-partner-card {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #F3F9FF;
	text-align: left;
}

.m-service .c-heading-service-partner-card,
.m-service-partner .c-heading-service-partner-card {
	display: block;
	margin: 0 0 12px;
	padding: 0;
	font-size: 153.9%;
	font-weight: bold;
	line-height: 1.5;
	color: #124387;
}

.m-service .c-txt-service-partner-card,
.m-service-partner .c-txt-service-partner-card {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 1.75;
	color: #334155;
}

.m-service-partner {
	padding: 80px 10px;
}

.m-service-partner .l-container-inner {
	padding-right: 0;
	padding-left: 0;
}

.m-service-partner .c-txt-service-partner-lead {
	text-align: left;
	margin: 20px auto 30px;
}

.m-service-partner .c-heading-service-partner-card {
	text-align: center;
}

.m-service-partner .c-box-service-partner {
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 10px;
	border: 2px solid #003371;
	border-radius: 16px;
	background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-service-partner {
		padding-top: 100px;
		padding-bottom: 100px;
		padding-right: 0;
		padding-left: 0;
	}

	.m-service-partner .l-container-inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.m-service-partner .c-txt-service-partner-lead {
		text-align: center;
	}
}

@media only screen and (min-width: 980px) {
	.m-service-partner {
		padding: 140px 0;
	}

	.m-service-partner .l-container-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.m-service-partner .c-txt-service-partner-lead {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) {
	.m-service-partner .c-heading-service-partner-card {
		text-align: left;
	}
}

.m-flow .l-container-inner {
	overflow: visible;
}

@media only screen and (max-width: 767px) {
	.m-flow {
		padding: 80px 15px;
	}

	.m-flow .l-container-inner {
		padding-right: 0;
		padding-left: 0;
	}

	.m-necessity .c-heading-sub.c-scs-point-block-heading,
	.m-necessity .c-box-necessity-lead-heading {
		font-size: 200%;
		letter-spacing: 0.1rem;
	}

	.m-necessity .c-scs-point-footnote {
		text-align: center;
	}
}

.c-txt-flow-lead {
	display: block;
	margin: 0 0 36px;
	padding: 0;
	font-size: 116%;
	font-weight: normal;
	line-height: 1.8;
	color: #475569;
}

.m-flow .c-heading-section {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0 0 6px;
	padding: 0;
	font-size: 116%;
	font-weight: normal;
	letter-spacing: 0.14em;
	line-height: 1.4;
}

.m-flow .c-heading-section::after {
	display: none;
}

.m-flow .c-heading-sub {
	text-align: center;
	font-size: clamp(138.5%, 5vw, 185%);
	line-height: 1.45;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 640px) {
	.m-flow .c-heading-sub {
		font-size: clamp(131%, 5.5vw, 169%);
		line-height: 1.4;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-flow .c-heading-sub {
		font-size: clamp(169%, 3.5vw, 200%);
		letter-spacing: 0.03em;
	}
}

.m-flow .c-txt-flow-lead {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.m-flow .c-txt-flow-lead {
		text-align: center;
	}
}

.m-flow .c-txt-flow-body {
	text-align: left;
}

.c-list-flow {
	display: grid;
	position: relative;
	z-index: 0;
	overflow: visible;
	grid-template-columns: 1fr;
	gap: 28px 20px;
	margin: 0;
	padding: 24px 0 0;
	list-style: none;
	counter-reset: flow-step;
}

@media only screen and (min-width: 768px) {
	.c-list-flow {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 980px) {
	.c-list-flow {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px 40px;
		padding-top: 28px;
	}

	.c-list-flow::before {
		display: block;
		position: absolute;
		top: 58px;
		right: 9%;
		left: 9%;
		z-index: 0;
		height: 2px;
		background-color: #124387;
		content: "";
		pointer-events: none;
	}
}

.c-list-flow-item {
	display: flex;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 36px 16px 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background-color: #ffffff;
	font-size: 93%;
	line-height: 1.7;
	text-align: center;
	counter-increment: flow-step;
}

.c-list-flow-item::before {
	display: flex;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 2;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #124387;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	content: counter(flow-step);
}

@media only screen and (max-width: 979px) {
	.c-list-flow-item::before {
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.c-flow-week {
	display: inline-block;
	margin: 0 0 12px;
	padding: 6px 16px;
	border-radius: 999px;
	background-color: #124387;
	color: #ffffff;
	font-size: 123.1%;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.35;
}

.c-heading-flow {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	font-size: 153.9%;
	font-weight: bold;
	line-height: 1.45;
	color: #124387;
}

.c-txt-flow-body {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 108%;
	line-height: 1.75;
	color: #334155;
}

.c-txt-flow-note {
	margin: 28px 0 0;
	font-size: 108%;
	line-height: 1.65;
	text-align: center;
	color: #64748b;
}

/* -----------------------------------------------------------------
   PRICE
   ----------------------------------------------------------------- */
.m-price {
	padding: 80px 15px;
	background-color: #f0f7ff;
}

.m-price .l-container-inner {
	padding-right: 0;
	padding-left: 0;
}

.m-price .c-heading-section.c-heading-section-price {
	width: 100%;
	max-width: 100%;
}

.m-price .c-heading-section-price {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 4px;
	padding: 0;
	font-size: 108%;
	font-weight: normal;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #6baee6;
}

.m-price .c-heading-section-price::after {
	display: none;
}

.m-price .c-heading-sub-price {
	margin: 0 0 20px;
	font-size: clamp(138.5%, 5.2vw, 185%);
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #003366;
	letter-spacing: 0.04em;
}

.m-price .c-box-price {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.m-price .c-box-price-visual {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	margin: 0;
	padding: 28px 22px 32px;
	border: none;
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 0 6px 28px rgba(0, 51, 102, 0.1);
}

.m-price .c-price-visual-icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	margin: 0 0 22px;
}

.m-price .c-price-visual-ico {
	display: block;
	width: 209px;
	height: 125px;
	object-fit: contain;
}

.m-price .c-txt-price-visual-lead {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 28em;
	margin: 0 0 18px;
	padding: 0 4px;
	font-size: 93%;
	line-height: 1.75;
	text-align: left;
	color: #475569;
}

.m-price .c-list-price-visual {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 28em;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-weight: 600;
	line-height: 1.65;
	text-align: left;
	color: #334155;
}

.m-price .c-list-price-visual-item {
	display: block;
	margin: 0 0 6px;
	padding: 0;
}

.m-price .c-list-price-visual-item:last-child {
	margin-bottom: 0;
}

.m-price .c-box-price-main {
	display: flex;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 36px 16px 22px;
	border: 2px solid #003366;
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: 0 6px 24px rgba(0, 51, 102, 0.1);
}

.m-price .c-price-package-badge {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 8px 20px;
	border-radius: 999px;
	background-color: #00479d;
	color: #ffffff;
	font-size: 108%;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.04em;
	transform: translate(-50%, -50%);
}

.m-price .c-heading-price {
	margin: 0 0 6px;
	padding: 0;
	font-size: clamp(138.5%, 4.5vw, 169%);
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #003366;
}

.m-price .c-txt-price-product-code {
	margin: 0 0 12px;
	padding: 0;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #003366;
}

.m-price .c-txt-price-reference {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #003366;
}

.m-price .c-txt-price-amount {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px 6px;
	margin: 0 0 28px;
	padding: 0;
	line-height: 1.1;
}

.m-price .c-txt-price-currency {
	font-size: clamp(153.9%, 5vw, 200%);
	font-weight: bold;
	color: #003366;
	padding-right: 8px;
}

.m-price .c-txt-price-num {
	font-size: clamp(200%, 9vw, 338%);
	font-weight: bold;
	color: #003366;
	letter-spacing: 0.02em;
}

.m-price .c-txt-price-tax {
	font-size: 108%;
	font-weight: normal;
	color: #475569;
	margin-left: -8px;
}

.m-price .c-list-price-includes {
	display: block;
	margin: 0 0 24px;
	padding: 16px 14px;
	border-radius: 10px;
	background-image: linear-gradient(135deg, #daecfe, #fcfff0 50%, #dbffed);
	list-style: none;
	font-size: 100%;
	line-height: 1.65;
}

.m-price .c-list-price-includes-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.m-price .c-list-price-includes-item:last-child {
	margin-bottom: 0;
}

.m-price .c-list-price-includes-check {
	display: block;
	position: relative;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 0.3em;
	border-radius: 50%;
	background: linear-gradient(145deg, #5eb0ea 0%, #3498db 42%, #1a6fa8 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.35),
		inset 0 -1px 0 rgba(0, 40, 80, 0.12),
		0 1px 2px rgba(21, 101, 160, 0.25);
}

.m-price .c-list-price-includes-check::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	width: 4px;
	height: 7px;
	margin: 0;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -58%) rotate(45deg);
	content: "";
}

.m-price .c-list-price-includes-txt {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	color: #1e293b;
	font-size: 116%;
	line-height: 1.65;
}

.m-price .c-list-price-includes-txt strong {
	font-weight: bold;
	color: #00479d;
	font-size: 108%;
}

.m-price .c-box-price-cta {
	display: flex;
	justify-content: center;
	margin: 0 0 12px;
	padding: 0;
}

.m-price .c-txt-price-footnote {
	margin: 0;
	font-size: 77%;
	line-height: 1.6;
	text-align: center;
	color: #64748b;
}

.m-price .m-price-cta {
	width: 100%;
	min-width: 0;
	max-width: 420px;
	padding: 14px 20px;
	border: none;
	border-radius: 28px;
	background-color: #f48a44;
	background-image: none;
	box-shadow: 0 4px 16px rgba(244, 138, 68, 0.45);
	font-size: 108%;
	color: #ffffff;
}

.m-price .m-price-cta:hover {
	background-color: #e97a32;
	background-image: none;
	box-shadow: 0 6px 20px rgba(244, 138, 68, 0.5);
	color: #ffffff;
}

@media only screen and (max-width: 640px) {
	.m-price .c-heading-sub-price {
		margin-bottom: 18px;
		font-size: clamp(131%, 6vw, 169%);
	}

	.m-price .c-box-price-main {
		padding: 32px 14px 20px;
	}

	.m-price .c-heading-price {
		font-size: clamp(131%, 5vw, 153.9%);
	}

	.m-price .c-txt-price-product-code {
		margin-bottom: 10px;
		font-size: 85%;
	}

	.m-price .c-txt-price-amount {
		margin-bottom: 24px;
	}

	.m-price .c-list-price-includes {
		margin-bottom: 20px;
		padding: 14px 12px;
	}

	.m-price .c-list-price-includes-txt {
		font-size: 108%;
	}

	.m-price .m-price-cta {
		font-size: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-price {
		padding-top: 100px;
		padding-bottom: 100px;
		padding-right: 0;
		padding-left: 0;
	}

	.m-price .l-container-inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.m-price .c-heading-section-price {
		margin-bottom: 5px;
		font-size: 112%;
		letter-spacing: 0.13em;
	}

	.m-price .c-heading-sub-price {
		margin-bottom: 26px;
		font-size: clamp(153.9%, 3.8vw, 215%);
		letter-spacing: 0.05em;
	}

	.m-price .c-box-price-main {
		max-width: 720px;
		padding: 40px 20px 26px;
		border-radius: 13px;
	}

	.m-price .c-heading-price {
		margin-bottom: 8px;
		font-size: clamp(169%, 3vw, 182%);
	}

	.m-price .c-txt-price-product-code {
		margin-bottom: 14px;
		font-size: 100%;
	}

	.m-price .c-txt-price-amount {
		margin-bottom: 36px;
	}

	.m-price .c-txt-price-currency {
		font-size: clamp(169%, 3.5vw, 215%);
		padding-right: 12px;
	}

	.m-price .c-txt-price-num {
		font-size: clamp(215%, 6vw, 362%);
	}

	.m-price .c-txt-price-tax {
		font-size: 116%;
		margin-left: -12px;
	}

	.m-price .c-list-price-includes {
		margin-bottom: 32px;
		padding: 18px 16px;
	}

	.m-price .c-list-price-includes-item {
		gap: 9px;
		margin-bottom: 13px;
	}

	.m-price .c-list-price-includes-check {
		width: 23px;
		height: 23px;
	}

	.m-price .c-list-price-includes-txt {
		font-size: 123.1%;
	}

	.m-price .m-price-cta {
		width: auto;
		min-width: min(100%, 300px);
		padding: 15px 24px;
		font-size: 123.1%;
	}

	.m-price .c-txt-price-footnote {
		font-size: 85%;
	}
}

@media only screen and (min-width: 980px) {
	.m-price {
		padding: 140px 0;
	}

	.m-price .l-container-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.m-price .c-heading-section-price {
		margin-bottom: 6px;
		font-size: 116%;
		letter-spacing: 0.14em;
	}

	.m-price .c-heading-sub-price {
		margin-bottom: 36px;
		font-size: clamp(153.9%, 5vw, 269%);
		letter-spacing: 0;
	}

	.m-price .c-box-price-main {
		max-width: 780px;
		padding: 44px 22px 28px;
		border-radius: 14px;
		box-shadow: 0 8px 32px rgba(0, 51, 102, 0.12);
	}

	.m-price .c-heading-price {
		margin-bottom: 8px;
		font-size: 182%;
	}

	.m-price .c-txt-price-product-code {
		margin-bottom: 14px;
		font-size: 108%;
	}

	.m-price .c-txt-price-amount {
		gap: 4px 8px;
		margin-bottom: 48px;
	}

	.m-price .c-txt-price-currency {
		font-size: clamp(169%, 4vw, 246%);
		padding-right: 16px;
	}

	.m-price .c-txt-price-num {
		font-size: clamp(215%, 5.5vw, 442%);
	}

	.m-price .c-txt-price-tax {
		font-size: 123.1%;
		margin-left: -16px;
	}

	.m-price .c-list-price-includes {
		margin-bottom: 40px;
		padding: 20px 18px;
		border-radius: 12px;
	}

	.m-price .c-list-price-includes-item {
		gap: 10px;
		margin-bottom: 14px;
	}

	.m-price .c-list-price-includes-check {
		width: 24px;
		height: 24px;
		margin-top: 0.35em;
	}

	.m-price .c-list-price-includes-check::after {
		width: 4.5px;
		height: 8px;
		border-width: 0 2.25px 2.25px 0;
	}

	.m-price .c-list-price-includes-txt {
		font-size: 138.5%;
		line-height: 1.65;
	}

	.m-price .c-list-price-includes-txt strong {
		font-size: 111%;
	}

	.m-price .c-box-price-cta {
		margin-bottom: 14px;
	}

	.m-price .c-txt-price-footnote {
		font-size: 85%;
		line-height: 1.65;
	}

	.m-price .m-price-cta {
		width: auto;
		min-width: min(100%, 320px);
		padding: 16px 28px;
		font-size: 116%;
	}
}

/* -----------------------------------------------------------------
   おすすめ企業（課題カード）
   ----------------------------------------------------------------- */
.m-recommend {
	padding: 80px 15px;
}

.m-recommend .l-container-inner {
	padding-right: 0;
	padding-left: 0;
}

.m-recommend .c-heading-recommend-section {
	margin: 0 0 20px;
	padding: 0;
	font-size: clamp(138.5%, 5vw, 185%);
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #124387;
	letter-spacing: 0.02em;
}

.m-recommend .c-list-recommend {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.m-recommend .c-list-recommend-item {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	padding: 18px 16px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background-color: #ffffff;
	box-shadow: none;
	font-size: 93%;
	line-height: 1.65;
}

.m-recommend .c-heading-recommend {
	display: block;
	margin: 0 0 14px;
	padding: 0;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.5;
	color: #003366;
}

.m-recommend .c-list-recommend-points {
	margin: 0;
	padding: 0;
	list-style: none;
}

.m-recommend .c-list-recommend-points-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 12px;
	padding: 0;
}

.m-recommend .c-list-recommend-points-item:last-child {
	margin-bottom: 0;
}

.m-recommend .c-recommend-check {
	display: block;
	position: relative;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 0.1em;
	border-radius: 50%;
	background: linear-gradient(145deg, #5eb0ea 0%, #3498db 42%, #1a6fa8 100%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.35),
		inset 0 -1px 0 rgba(0, 40, 80, 0.12),
		0 1px 2px rgba(21, 101, 160, 0.25);
}

.m-recommend .c-recommend-check::after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	width: 4px;
	height: 7px;
	margin: 0;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -58%) rotate(45deg);
	content: "";
}

.m-recommend .c-list-recommend-points-txt {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	color: #1e293b;
	font-size: 108%;
	line-height: 1.7;
}

@media only screen and (max-width: 640px) {
	.m-recommend .c-heading-recommend-section {
		margin-bottom: 18px;
		font-size: clamp(131%, 5.5vw, 169%);
		line-height: 1.4;
	}

	.m-recommend .c-list-recommend {
		gap: 10px;
	}

	.m-recommend .c-list-recommend-item {
		padding: 16px 14px 18px;
	}

	.m-recommend .c-heading-recommend {
		margin-bottom: 12px;
		font-size: 116%;
		line-height: 1.45;
	}

	.m-recommend .c-list-recommend-points-item {
		gap: 7px;
		margin-bottom: 10px;
	}

	.m-recommend .c-list-recommend-points-txt {
		font-size: 100%;
		line-height: 1.65;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-recommend {
		padding-top: 100px;
		padding-bottom: 100px;
		padding-right: 0;
		padding-left: 0;
	}

	.m-recommend .l-container-inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.m-recommend .c-heading-recommend-section {
		margin-bottom: 26px;
		font-size: clamp(169%, 3.5vw, 200%);
		letter-spacing: 0.03em;
	}

	.m-recommend .c-list-recommend {
		gap: 14px;
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}

	.m-recommend .c-list-recommend-item {
		padding: 20px 20px 22px;
		border-radius: 13px;
	}

	.m-recommend .c-heading-recommend {
		margin-bottom: 16px;
		font-size: 138.5%;
		line-height: 1.52;
	}

	.m-recommend .c-list-recommend-points-item {
		gap: 9px;
		margin-bottom: 13px;
	}

	.m-recommend .c-recommend-check {
		width: 23px;
		height: 23px;
	}

	.m-recommend .c-list-recommend-points-txt {
		font-size: 112%;
		line-height: 1.72;
	}
}

@media only screen and (min-width: 980px) {
	.m-recommend {
		padding: 140px 0;
	}

	.m-recommend .l-container-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.m-recommend .c-heading-recommend-section {
		margin-bottom: 32px;
		font-size: 215%;
		letter-spacing: 0;
	}

	.m-recommend .c-list-recommend {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px 24px;
		align-items: stretch;
		max-width: none;
	}

	.m-recommend .c-list-recommend-item {
		padding: 24px 22px 26px;
		border-radius: 14px;
	}

	.m-recommend .c-heading-recommend {
		margin: 16px 0 18px;
		font-size: 146.5%;
		line-height: 1.55;
	}

	.m-recommend .c-list-recommend-points-item {
		gap: 10px;
		margin-bottom: 14px;
	}

	.m-recommend .c-list-recommend-points-item:last-child {
		margin-bottom: 16px;
	}

	.m-recommend .c-recommend-check {
		width: 24px;
		height: 24px;
		margin-top: 0.12em;
	}

	.m-recommend .c-recommend-check::after {
		width: 4.5px;
		height: 8px;
		border-width: 0 2.25px 2.25px 0;
	}

	.m-recommend .c-list-recommend-points-txt {
		font-size: 116%;
		line-height: 1.65;
	}
}

/* -----------------------------------------------------------------
   FAQ（アコーディオン）
   ----------------------------------------------------------------- */
.m-faq {
	padding: 80px 15px;
	background-color: #f5f9ff;
}

.m-faq .l-container-inner {
	padding-right: 0;
	padding-left: 0;
}

.m-faq .c-heading-section.c-heading-section-faq {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0 0 4px;
	padding: 0;
	font-size: 108%;
	font-weight: normal;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #4a8fd4;
}

.m-faq .c-heading-section-faq::after {
	display: none;
}

.m-faq .c-heading-sub-faq {
	margin: 0 0 20px;
	font-size: clamp(138.5%, 5.2vw, 185%);
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	color: #003371;
	letter-spacing: 0.04em;
}

.m-faq .c-list-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
}

.m-faq details.c-list-faq-item {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0, 51, 113, 0.12);
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 51, 113, 0.05);
}

.m-faq details.c-list-faq-item[open] {
	border-width: 1px;
	border-color: #003371;
	box-shadow: none;
}

.m-faq .c-faq-summary {
	display: flex;
	align-items: flex-start;
	gap: 10px 12px;
	margin: 0;
	padding: 12px 14px;
	list-style: none;
	cursor: pointer;
	font-size: 100%;
	line-height: 1.5;
}

.m-faq .c-faq-summary::-webkit-details-marker {
	display: none;
}

.m-faq .c-faq-summary:focus {
	outline: none;
}

.m-faq .c-faq-summary:focus-visible {
	outline: 2px solid #003371;
	outline-offset: 2px;
}

.m-faq .c-faq-q-badge {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	margin: 0.1em 0 0;
	padding: 0;
	border-radius: 6px;
	background-color: #0A4098;
	color: #ffffff;
	font-size: 72%;
	font-weight: bold;
	line-height: 1;
}

.m-faq .c-faq-q-text {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.5;
	color: #003371;
	text-align: left;
}

.m-faq .c-faq-chevron {
	display: block;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	margin: 0.35em 2px 0 0;
	border-right: 2px solid #003371;
	border-bottom: 2px solid #003371;
	transform: translateY(-1px) rotate(45deg);
	transition: transform 0.2s ease;
}

.m-faq details.c-list-faq-item[open] .c-faq-chevron {
	transform: translateY(2px) rotate(-135deg);
}

.m-faq .c-faq-answer {
	margin: 0;
	padding: 0 14px 16px;
	border-top: 1px solid #e2e8f0;
}

.m-faq .c-txt-faq-a {
	display: block;
	margin: 0;
	padding: 14px 0 0;
	font-size: 108%;
	font-weight: normal;
	line-height: 1.75;
	color: #334155;
}

@media only screen and (max-width: 640px) {
	.m-faq .c-heading-sub-faq {
		margin-bottom: 18px;
		font-size: clamp(131%, 6vw, 169%);
		letter-spacing: 0.03em;
	}

	.m-faq .c-faq-summary {
		padding: 11px 12px;
		gap: 8px 10px;
	}

	.m-faq .c-faq-q-text {
		font-size: 108%;
		line-height: 1.45;
	}

	.m-faq .c-txt-faq-a {
		font-size: 100%;
		line-height: 1.7;
	}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.m-faq {
		padding-top: 100px;
		padding-bottom: 100px;
		padding-right: 0;
		padding-left: 0;
	}

	.m-faq .l-container-inner {
		padding-right: 40px;
		padding-left: 40px;
	}

	.m-faq .c-heading-section.c-heading-section-faq {
		margin-bottom: 5px;
		font-size: 112%;
		letter-spacing: 0.13em;
	}

	.m-faq .c-heading-sub-faq {
		margin-bottom: 26px;
		font-size: clamp(153.9%, 3.8vw, 215%);
		letter-spacing: 0.05em;
	}

	.m-faq .c-list-faq {
		gap: 12px;
		max-width: 760px;
	}

	.m-faq details.c-list-faq-item {
		border-width: 2px;
		border-radius: 9px;
	}

	.m-faq .c-faq-summary {
		align-items: center;
		gap: 12px 14px;
		padding: 14px 16px;
	}

	.m-faq .c-faq-q-badge {
		width: 28px;
		height: 28px;
		margin-top: 0;
		border-radius: 7px;
		font-size: 75%;
	}

	.m-faq .c-faq-q-text {
		font-size: 131%;
		line-height: 1.52;
	}

	.m-faq .c-faq-chevron {
		width: 10px;
		height: 10px;
		margin-top: 0;
		transform: translateY(-2px) rotate(45deg);
	}

	.m-faq .c-faq-answer {
		padding: 0 16px 18px;
	}

	.m-faq .c-txt-faq-a {
		padding-top: 16px;
		font-size: 116%;
		line-height: 1.78;
	}
}

@media only screen and (min-width: 980px) {
	.m-faq {
		padding: 140px 0;
	}

	.m-faq .l-container-inner {
		padding-right: 20px;
		padding-left: 20px;
	}

	.m-faq .c-heading-section.c-heading-section-faq {
		margin-bottom: 6px;
		font-size: 116%;
		letter-spacing: 0.14em;
	}

	.m-faq .c-heading-sub-faq {
		margin-bottom: 32px;
		font-size: clamp(153.9%, 4vw, 246%);
		letter-spacing: 0.06em;
	}

	.m-faq .c-list-faq {
		gap: 14px;
		max-width: 900px;
	}

	.m-faq details.c-list-faq-item {
		border-width: 2px;
		border-radius: 10px;
		box-shadow: 0 1px 4px rgba(0, 51, 113, 0.06);
	}

	.m-faq .c-faq-summary {
		align-items: center;
		gap: 12px 14px;
		padding: 16px 18px;
	}

	.m-faq .c-faq-q-badge {
		width: 30px;
		height: 30px;
		border-radius: 8px;
		font-size: 77%;
	}

	.m-faq .c-faq-q-text {
		font-size: 138.5%;
		line-height: 1.55;
	}

	.m-faq .c-faq-chevron {
		width: 10px;
		height: 10px;
		margin: 0 2px 0 0;
		transform: translateY(-2px) rotate(45deg);
	}

	.m-faq .c-faq-answer {
		padding: 0 18px 20px;
	}

	.m-faq .c-txt-faq-a {
		padding-top: 18px;
		font-size: 123.1%;
		line-height: 1.8;
	}
}

/* -----------------------------------------------------------------
   お問い合わせフォーム
   ----------------------------------------------------------------- */
.c-form-contact {
	display: block;
	max-width: 720px;
	margin: 24px auto 0;
	padding: 24px 20px;
	border: 1px solid #cfd8e6;
	border-radius: 8px;
	background-color: #fafbfc;
}

.c-form-contact-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px 0;
	margin-bottom: 18px;
}

@media only screen and (min-width: 768px) {
	.c-form-contact-row.m-2col {
		grid-template-columns: 140px 1fr;
		align-items: start;
		gap: 8px 16px;
	}
}

.c-form-contact-label {
	display: block;
	padding-top: 4px;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.5;
}

.c-form-contact-required {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 6px;
	border-radius: 2px;
	background-color: #c62828;
	color: #ffffff;
	font-size: 68%;
	font-weight: normal;
	line-height: 1.3;
	vertical-align: middle;
}

.c-form-contact-optional {
	display: inline-block;
	margin-left: 6px;
	font-size: 77%;
	font-weight: normal;
	color: #666666;
	vertical-align: middle;
}

.c-input-text,
.c-input-email,
.c-input-tel,
.c-input-textarea,
.c-input-select {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #b0bec5;
	border-radius: 4px;
	background-color: #ffffff;
	font-size: 100%;
	line-height: 1.5;
	color: #333333;
}

.c-input-textarea {
	min-height: 140px;
	resize: vertical;
}

.c-form-contact-note {
	display: block;
	margin: 0 0 16px;
	font-size: 77%;
	line-height: 1.65;
	color: #555555;
}

.c-form-contact-agree {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px 10px;
	margin-bottom: 20px;
	font-size: 93%;
	line-height: 1.6;
}

.c-form-contact-agree input {
	margin-top: 4px;
}

/* -----------------------------------------------------------------
   ボタン
   ----------------------------------------------------------------- */
.c-more-button-icon {
	display: block;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	object-fit: contain;
}

.c-more-button.m-secondary .c-more-button-icon {
	filter: brightness(0) saturate(100%);
}

.c-more-button.m-secondary.m-block-first .c-more-button-icon,
.c-more-button.m-secondary.m-block-second .c-more-button-icon {
	filter: none;
}

.c-more-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 200px;
	padding: 12px 22px;
	border-radius: 4px;
	background-color: #0d47a1;
	color: #ffffff;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.m-cta-button {
	border-radius: 24px;
}

.c-more-button:hover {
	background-color: #1565c0;
	border-color: #1565c0;
	color: #ffffff;
	text-decoration: none;
}

.c-more-button.m-secondary {
	border-color: #546e7a;
	background-color: #ffffff;
}

.c-more-button.m-secondary:hover {
	background-color: #eceff1;
	border-color: #546e7a;
	color: #263238;
}

.c-more-button.m-block {
	display: flex;
	width: 100%;
}

/* -----------------------------------------------------------------
   フッター
   ----------------------------------------------------------------- */
.l-gFooter-main {
	display: block;
	padding-top: 40px;
	padding-bottom: 18px;
	background-color: #ffffff;
	color: #1d4ed8;
	font-size: 69%;
	line-height: 1.6;
	text-align: center;
}

.l-gFooter-main .l-container-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 960px;
}

.c-footer-logo {
	margin: 0;
}

.c-footer-logo img {
	display: block;
	width: 120px;
	height: auto;
}

.c-footer-copy {
	margin: 8px 0 0;
	color: #1E3A8A;
	font-size: 92.3%;
	font-weight: medium;
	line-height: 1.4;
}

/* -----------------------------------------------------------------
   画像プレースホルダー（後から img に差し替え）
   ----------------------------------------------------------------- */
.c-media-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 200px;
	border: 2px dashed #b0bec5;
	border-radius: 8px;
	background-color: #eceff1;
	color: #607d8b;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
}

.c-media-placeholder.m-hero {
	min-height: 240px;
}

@media only screen and (min-width: 980px) {
	.c-media-placeholder.m-hero {
		min-height: 320px;
	}
}

.c-media-placeholder.m-price {
	min-height: 220px;
}

.c-media-placeholder-label {
	display: block;
	padding: 12px 16px;
}

/* 実画像設置例:
   <figure class="c-figure-media">
     <img src="/img/products/hero_visual_01.png" width="640" height="400" alt="サービスイメージ">
   </figure>
*/
.c-figure-media {
	display: block;
	margin: 0;
}

.c-figure-media img {
	display: block;
	width: 100%;
	height: auto;
}

/* -----------------------------------------------------------------
   ユーティリティ
   ----------------------------------------------------------------- */
.u-txt-center {
	text-align: center;
}

.u-sp {
	display: block;
}

.u-pc {
	display: none;
}

br.u-sp {
	display: inline;
}

br.u-pc {
	display: none;
}

br.u-tab {
	display: none;
}

br.u-pc-lg {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	br.u-tab {
		display: inline;
	}
}

@media only screen and (min-width: 768px) {
	.u-sp {
		display: none;
	}

	.u-pc {
		display: block;
	}

	br.u-sp {
		display: none;
	}

	br.u-pc {
		display: inline;
	}
}

@media only screen and (min-width: 980px) {
	br.u-pc-lg {
		display: inline;
	}
}

.u-mt-sm {
	margin-top: 12px;
}

.u-mt-md {
	margin-top: 24px;
}
