@charset "utf-8";
/* CSS Document */
#top {
	overflow-x: hidden;
}

.msp {
	display: none;
}
h3 {
	text-align: center;
	font-weight: bold;
	font-size: 200%;
	padding: 70px 0px 50px;
	line-height: 1;
}
h3 .initials {
	color: #587f98;
}
h3 .jp {
	font-size: 12px;
}

/*メインビジュアル*/
.main_visual {
	--brand-blue: #2f75c8;
	--brand-yellow: #f0b91a;
	--ink: #292d31;
	--line: #dfe3e8;
	position: relative;
	width: 100%;
	min-height: 780px;
	height: 100svh;
	max-height: 1040px;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #edf0f3;
}
.main_visual .mv_inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: inherit;
	max-height: inherit;
	margin: 0 auto;
	isolation: isolate;
}

.hero_copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: min(44vw, 720px);
    padding: 0 0 0 max(calc((100vw - 1080px) / 2), 5px);
    color: var(--ink);
}

.hero_lead {
	margin: 0 0 clamp(28px, 3.5vh, 42px);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: clamp(14px, 1.05vw, 19px);
	font-weight: 300;
	letter-spacing: .055em;
	line-height: 1.8;
}

.hero_lead::after {
	display: inline-block;
	width: clamp(52px, 6vw, 110px);
	height: 1px;
	margin-left: 24px;
	vertical-align: middle;
	background: var(--brand-yellow);
	content: "";
}

.hero_title {
	font-style: italic;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(56px, 3.55vw, 94px);
	font-weight: 200;
	letter-spacing: 3px;
	line-height: 1.13;
	color: #5b5e5e;
}

.hero_title span {
	display: block;
	width: max-content;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
}

.hero_title span:nth-child(1) {
	clip-path: inset(0 100% 0 0);
	animation: creativity-reveal .9s .2s cubic-bezier(.65, 0, .35, 1) forwards;
}

.hero_title span:nth-child(2) {
	opacity: 0;
	transform: translateY(15px);
	animation: elevates-rise .8s 1.05s cubic-bezier(.22, 1, .36, 1) forwards;
}

.hero_title span:nth-child(3) {
	padding-right: clamp(10px, .9vw, 18px);
	opacity: 0;
	transform: translateY(5px);
	animation: business-settle .65s 1.85s ease-out forwards;
}

.hero_initial {
	font-weight: inherit;
	color: var(--brand-blue);
}

.hero_title_dots {
	display: inline-flex;
	align-items: flex-end;
	gap: clamp(5px, .45vw, 9px);
	margin-left: clamp(7px, .65vw, 13px);
	padding-bottom: .08em;
	vertical-align: baseline;
}

.hero_title_dots b {
	display: block;
	width: clamp(8px, .65vw, 13px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--brand-yellow);
	opacity: 0;
	transform: translateY(10px) scale(.55);
	transform-origin: center bottom;
	animation: title-dot-pop .52s 2.45s ease-out forwards;
}

.hero_title_dots b:last-child {
	width: clamp(12px, .975vw, 19.5px);
	border-radius: 0;
	background: var(--brand-blue);
	animation-name: title-dot-pop;
	animation-delay: 2.68s;
}

@keyframes creativity-reveal {
	to {
		clip-path: inset(0 0 0 0);
	}
}

@keyframes elevates-rise {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes business-settle {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes title-dot-pop {
	0% {
		opacity: 0;
		transform: translateY(10px) scale(.55);
	}
	42% {
		opacity: 1;
		transform: translateY(-10px) scale(1.08);
	}
	70% {
		transform: translateY(2px) scale(.96);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes title-diamond-pop {
	0% {
		opacity: 0;
		transform: translateY(10px) scale(.55) rotate(45deg);
	}
	42% {
		opacity: 1;
		transform: translateY(-10px) scale(1.08) rotate(45deg);
	}
	70% {
		transform: translateY(2px) scale(.96) rotate(45deg);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1) rotate(45deg);
	}
}

.hero_message {
	position: relative;
	margin-top: clamp(36px, 4.6vh, 54px);
	padding-top: 22px;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.hero_message::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 2px;
	background: var(--brand-yellow);
	content: "";
}

.hero_message p {
	margin: 0;
	font-size: clamp(15px, 1.15vw, 21px);
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1.8;
}

.hero_message p:last-child {
	font-size: clamp(22px, 1.8vw, 34px);
	font-weight: 400;
	letter-spacing: .1em;
}

.hero_services {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.hero_services li {
	opacity: 0;
	transform: translateY(6px);
	animation: elevates-rise .42s ease-out forwards;
}

.hero_services li:nth-child(1) { animation-delay: 2.05s; }
.hero_services li:nth-child(2) { animation-delay: 2.14s; }
.hero_services li:nth-child(3) { animation-delay: 2.23s; }
.hero_services li:nth-child(4) { animation-delay: 2.32s; }

.hero_services a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 15px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .86);
	color: #3a3f44;
	font-size: clamp(12px, .85vw, 14px);
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1;
	text-decoration: none;
	transition: border-color .25s ease, color .25s ease, transform .25s ease;
}

.hero_services a:hover,
.hero_services a:focus-visible {
	border-color: var(--brand-blue);
	color: var(--brand-blue);
	transform: translateY(-2px);
}

.hero_services a:focus-visible {
	outline: 2px solid rgba(47, 117, 200, .28);
	outline-offset: 3px;
}

.chip_dot {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.chip_dot_web { background: var(--brand-blue); }
.chip_dot_graphic { background: var(--brand-yellow); }
.chip_dot_movie { background: #8294aa; }
.chip_dot_ai { border-radius: 0; background: var(--brand-blue); }

.hero_elevation {
	--elevation-rise: clamp(28px, 3.2vw, 48px);
	position: absolute;
	z-index: 3;
	right: clamp(36px, 7vw, 140px);
	bottom: clamp(100px, 15vh, 170px);
	width: clamp(190px, 23vw, 360px);
	height: calc(var(--elevation-rise) * 2 + 12px);
	pointer-events: none;
}

.elevation_step {
	position: absolute;
	width: 30%;
	height: 1px;
	background: rgba(28, 105, 170, .28);
}

.elevation_step::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: var(--elevation-rise);
	background: inherit;
	content: "";
}

.elevation_step:nth-child(1) {
	left: 0;
	bottom: 0;
}

.elevation_step:nth-child(2) {
	left: 30%;
	bottom: var(--elevation-rise);
}

.elevation_step:nth-child(3) {
	left: 60%;
	bottom: calc(var(--elevation-rise) * 2);
	width: 40%;
}

.elevation_step:nth-child(3)::after {
	display: none;
}

.elevation_dot {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--brand-yellow);
	box-shadow: 0 2px 9px rgba(246, 187, 22, .28);
	opacity: 0;
	animation: elevate-business 7s 3.2s ease-in-out infinite;
}

@keyframes elevate-business {
	0%,
	5% {
		left: 0;
		bottom: -4px;
		opacity: 0;
	}
	10% {
		opacity: .9;
	}
	25% {
		left: 30%;
		bottom: -4px;
	}
	32% {
		left: 30%;
		bottom: calc(var(--elevation-rise) - 4px);
	}
	47% {
		left: 60%;
		bottom: calc(var(--elevation-rise) - 4px);
	}
	54% {
		left: 60%;
		bottom: calc(var(--elevation-rise) * 2 - 4px);
	}
	70% {
		left: calc(100% - 9px);
		bottom: calc(var(--elevation-rise) * 2 - 4px);
		opacity: .9;
	}
	78%,
	100% {
		left: calc(100% - 9px);
		bottom: calc(var(--elevation-rise) * 2 - 4px);
		opacity: 0;
	}
}

.hero_dot_art {
	position: absolute;
	z-index: 3;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.hero_dot_image {
	position: absolute;
	display: block;
	height: auto;
}

.hero_dot_yellow {
	z-index: 2;
	top: clamp(-118px, -8vw, -58px);
	left: clamp(-92px, -5vw, -28px);
	width: clamp(280px, 27vw, 520px);
	opacity: .22;
}

.hero_dot_blue {
	z-index: 1;
	top: 50%;
	left: 44%;
	width: clamp(330px, 34vw, 650px);
	opacity: .47;
	transform: translate(-50%, -47%);
}

.hero_dot_gray {
	z-index: 1;
	top: 45%;
	right: clamp(-360px, -29vw, -170px);
	width: clamp(650px, 53vw, 1180px);
	opacity: .68;
	transform: translateY(-50%);
}

.hero_media {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 61%;
	height: 100%;
	overflow: hidden;
	background: #f3f4f6;
}

.hero_media::before {
	position: absolute;
	z-index: 2;
	inset: 0;
	background:
		linear-gradient(90deg, #fff 0%, rgba(255,255,255,.78) 11%, rgba(255,255,255,.18) 36%, rgba(255,255,255,.08) 100%),
		rgba(246,247,249,.36);
	content: "";
	pointer-events: none;
}

.hero_media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(.72) contrast(1) brightness(1.13);
}

.hero_geometry {
	display: none;
	position: absolute;
	z-index: 4;
	inset: 0;
	pointer-events: none;
}

.hero_geometry span {
	position: absolute;
	display: block;
}

.geo_circle {
	border: 1px solid rgba(47,117,200,.37);
	border-radius: 50%;
}

.geo_circle_large {
	right: 34%;
	bottom: -19%;
	width: clamp(260px, 30vw, 570px);
	aspect-ratio: 1;
	animation: geo-breathe-large 12s ease-in-out infinite;
}

.geo_circle_small {
	top: 27%;
	right: 15%;
	width: clamp(120px, 12vw, 230px);
	aspect-ratio: 1;
	animation: geo-orbit-small 14s ease-in-out infinite;
}

.geo_square {
	right: 45%;
	bottom: 35%;
	width: clamp(200px, 23vw, 530px);
	aspect-ratio: 1;
	border: 1px solid rgba(132,141,151,.22);
	transform: rotate(45deg);
	animation: geo-align-square 16s ease-in-out infinite;
}

.geo_line {
	height: 1px;
	background: rgba(47,117,200,.55);
	transform-origin: left center;
	overflow: visible;
}

.geo_line::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--brand-yellow);
	box-shadow: 0 0 0 5px rgba(255,255,255,.62);
	content: "";
	transform: translate(-50%, -50%);
	animation: signal-travel 7s cubic-bezier(.45,0,.55,1) infinite;
}

.geo_line_diagonal {
	left: 37%;
	bottom: 0;
	width: 76%;
	transform: rotate(-43deg);
	animation: route-diagonal 9s ease-in-out infinite;
}

.geo_line_horizontal {
	left: 44%;
	top: 68%;
	width: 49%;
	background: rgba(132,141,151,.25);
	animation: route-horizontal 9s ease-in-out 1.4s infinite;
}

.geo_line_horizontal::after {
	animation-delay: 1.4s;
}

.geo_dot {
	width: 10px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--brand-yellow);
	box-shadow: 0 0 0 5px rgba(255,255,255,.58);
	animation: decision-pulse 3.5s ease-in-out infinite;
}

.geo_dot_one {
	top: 35%;
	right: 20%;
}

.geo_dot_two {
	right: 48%;
	bottom: 20%;
	animation-delay: .8s;
}

.geo_dot_three {
	top: 68%;
	right: 6%;
	animation-delay: 1.6s;
}

.geo_grid {
	top: 37%;
	right: 38%;
	width: 92px;
	height: 72px;
	opacity: .43;
	background-image: radial-gradient(circle, #8294aa 1.3px, transparent 1.5px);
	background-size: 12px 12px;
	animation: grid-resolve 8s ease-in-out infinite;
}

/*
 * Motion concept:
 * 線が思考の経路を描き、黄色の信号が接点を移動し、
 * 円と四角が最後に同じ設計グリッドへ整列する。
 */
@keyframes route-diagonal {
	0%, 12% {
		opacity: .18;
		transform: rotate(-43deg) scaleX(.08);
	}
	42%, 78% {
		opacity: 1;
		transform: rotate(-43deg) scaleX(1);
	}
	100% {
		opacity: .18;
		transform: rotate(-43deg) scaleX(.08);
	}
}

@keyframes route-horizontal {
	0%, 12% {
		opacity: .12;
		transform: scaleX(.1);
	}
	42%, 78% {
		opacity: 1;
		transform: scaleX(1);
	}
	100% {
		opacity: .12;
		transform: scaleX(.1);
	}
}

@keyframes signal-travel {
	0%, 10% {
		left: 0;
		opacity: 0;
	}
	18% {
		opacity: 1;
	}
	82% {
		opacity: 1;
	}
	92%, 100% {
		left: 100%;
		opacity: 0;
	}
}

@keyframes decision-pulse {
	0%, 100% {
		box-shadow: 0 0 0 4px rgba(255,255,255,.62), 0 0 0 5px rgba(240,185,26,0);
		transform: scale(.8);
	}
	48% {
		box-shadow: 0 0 0 5px rgba(255,255,255,.72), 0 0 0 13px rgba(240,185,26,.12);
		transform: scale(1);
	}
}

@keyframes geo-breathe-large {
	0%, 100% {
		opacity: .55;
		transform: translate3d(0, 0, 0) scale(.97);
	}
	50% {
		opacity: .9;
		transform: translate3d(-14px, -10px, 0) scale(1.02);
	}
}

@keyframes geo-orbit-small {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	35% {
		transform: translate3d(15px, -10px, 0);
	}
	70% {
		transform: translate3d(-8px, 9px, 0);
	}
}

@keyframes geo-align-square {
	0%, 100% {
		opacity: .5;
		transform: rotate(42deg) translate3d(-5px, 5px, 0);
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate3d(0, 0, 0);
	}
}

@keyframes grid-resolve {
	0%, 100% {
		opacity: .2;
		transform: translateY(5px);
	}
	50% {
		opacity: .55;
		transform: translateY(0);
	}
}

.hero_scroll {
	position: absolute;
	z-index: 6;
	left: max(2.6vw, 28px);
	bottom: 34px;
	margin: 0;
	color: #68727d;
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: .12em;
	writing-mode: vertical-rl;
}

.hero_scroll::after {
	display: inline-block;
	width: 1px;
	height: 55px;
	margin-top: 12px;
	background: var(--brand-blue);
	content: "";
}

@media screen and (max-width: 1100px) {
	.main_visual {
		min-height: 720px;
	}

	.hero_copy {
		width: 50vw;
		padding-left: max(calc((100vw - 1080px) / 2), 5px);
	}

	.hero_media {
		width: 58%;
	}
}

@media screen and (max-width: 767px) {
	.main_visual {
		min-height: 760px;
		height: 100svh;
		max-height: 920px;
	}

    .hero_copy {
        width: auto;
        padding: 0 18px 0 5px;
    }

	.hero_lead {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.hero_lead::after {
		width: 36px;
		margin-left: 12px;
	}

	.hero_title {
		font-size: clamp(50px, 14vw, 68px);
		line-height: .94;
	}

	.hero_message {
		margin-top: 36px;
		padding-top: 19px;
	}

	.hero_message p {
		font-size: 15px;
	}

	.hero_message p:last-child {
		font-size: 23px;
	}

	.hero_services {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		width: 100%;
		margin-top: 18px;
	}

	.hero_services a {
		justify-content: center;
		width: 100%;
		min-height: 42px;
		padding: 7px 10px;
		font-size: 12px;
		letter-spacing: .04em;
	}

	.hero_media {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 43%;
		clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
	}

	.hero_media::before {
		background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.55) 26%, rgba(255,255,255,.1) 100%);
	}

	.hero_elevation {
		display: none;
	}

	.hero_dot_yellow {
		top: -52px;
		left: -48px;
		width: 210px;
		opacity: .52;
	}

	.hero_dot_blue {
		top: 48%;
		left: 64%;
		width: 300px;
		opacity: .03;
	}

	.hero_dot_gray {
		top: 77%;
		right: -245px;
		width: 560px;
		opacity: .18;
	}

	.geo_circle_large {
		right: -28%;
		bottom: -8%;
		width: 390px;
	}

	.geo_circle_small {
		top: 52%;
		right: 12%;
		width: 120px;
	}

	.geo_square {
		right: -5%;
		bottom: 8%;
		width: 260px;
	}

	.geo_line_diagonal {
		left: -10%;
		bottom: 2%;
		width: 130%;
	}

	.geo_line_horizontal {
		left: 34%;
		top: 67%;
		width: 64%;
	}

	.geo_grid {
		top: 57%;
		right: 50%;
	}

	.geo_dot_one {
		top: 56%;
		right: 24%;
	}

	.geo_dot_two {
		right: 53%;
		bottom: 13%;
	}

	.geo_dot_three {
		top: 67%;
		right: 7%;
	}

	.hero_scroll {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero_media video {
		display: none;
	}

	.hero_geometry span,
	.geo_line::after {
		animation: none !important;
	}

	.hero_title span {
		clip-path: none;
		animation: none;
		opacity: 1;
		transform: none;
	}

	.hero_title_dots {
		animation: none;
	}

	.hero_title_dots b {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.elevation_dot {
		display: none;
	}

	.hero_services li {
		opacity: 1;
		transform: none;
		animation: none;
	}
}

#campain, #service, #renkei, #guide {
	background: #F2F2F2;
}
#infomation .inner{
	max-width:600px;
	width:86%;
	margin: 0px auto;
	text-align:center;
}
#beginner .inner, #renkei .inner {
	max-width:700px;
	width:86%;
	margin: 0px auto;
	text-align:center;
	line-height: 1.5;
}
#beginner p, #renkei p {
	padding:0px 0px 20px;
}
#beginner p:last-child, #renkei p:last-child  {
	padding:0px 0px 30px;
}
#service, #feauture, #beginner, #renkei {
	width:100%;
	margin: 0px auto;
	padding-bottom: 80px;
}
#feauture .inner .in_inner dl dd .red {
	color: #ff0000;
	font-weight: bold;
}
#feauture dl {
    max-width: 286px;
    margin: 0px 0px 40px 0px;
    background-color: #fff;
    padding: 5px;
}
#service dl {
    max-width: 286px;
    margin: 0px 0px 40px 0px;
    background-color: #fff;
    padding: 5px 5px 75px 5px;
}
#feauture .in_inner, #service .inner {
	display: flex;
	justify-content: space-between;
	max-width:1000px;
}
#feauture dl dt img {
	max-width: 206px;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#feauture dl .f_img {
	text-align: center;
}
#service dl dt img {
	max-width: 266px;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#service dl {
	position: relative;
}
#service .inner dl .button a {
    height: 40px;
    width: 93%;
    font-size: 100%;
    line-height: 40px;
    background-color: #008982;
    border-radius: 3px;
	position: absolute;
	bottom: 5px;
	margin: 20px auto 5px;
}
#service .inner dl .button a:hover {
    color: #008982;
    background-color: #fff;
	border: 1px solid #008982;
}
#feauture dl dd {
	max-width: 266px;
	width: 100%;
	margin: 20px auto;
	font-size: 14px;
}
#service dl dd {
	max-width: 286px;
	width: 100%;
	margin: 3px auto;
	font-size: 14px;
	padding: 0 5px 0 5px;
}
#feauture dl dd:nth-child(even) {
	text-align: center;
	font-weight: bold;
	font-size: 131%;
	height: 2.5em
}

#information {
	clear: both;
}
#information .inner{
	max-width:700px;
	width:100%;
}
#information dl {
	max-width: 700px;
	width: 90%;
	margin: 0px auto;
	padding:5px 0px;
}
#information dl dt {
	clear: left;
	float: left;
	width: 7em;
}
#information dl dd {
	margin-left: 10em;
	font-size: 90%;
	padding: 0 0 5px;
}
#information dl dt+dd,#information dl dt {
	font-weight: bold;
}
#information dl dd:nth-child(odd) {
	padding-bottom: 25px;
}
#information .first_info {
	padding-bottom: 50px;	
}
#guide .inner{
	width:90%;
}
#guide p {
	padding:0px 0px 20px;
}
#guide .tel img {
    padding-right: 13px;
    width: 35px;
    height: auto;
    vertical-align: sub;
}
#guide .tel {
	font-size: 32px;
}
#feauture .button a, #beginner .button a {
	background-color: #008982;
}
#feauture .button a:hover, #beginner .button a:hover {
	color: #008982;
	background-color: #fff;
	border:solid 1px #008982;
}

@media screen and (max-width:767px) {
#wrapper {
	font-size: 87.5%;
}
#top .inner{
	max-width: 767px;
}
.split  {
	font-size: 380%;
	padding-top: 230px;
}
#sub_action_text {
	font-size: 150%;
}
.key_visual {
    padding-top: 60px;
}
.video {
    padding-top: 60px;
}
}

@media screen and (max-width:500px) {
.mpc {
	display: none;
}
.msp {
	display: block;
}
#top .inner{
	max-width: 500px;
}
.split  {
	padding-top: 180px;
}
#service .inner{
	margin: 40px auto 30px;
}
#service dl dt img {
    max-width: 500px;
    width: 100%;
    height: auto;
    float: left;
    padding: 2% 0px 10px;
}
#service dl {
    max-width: 500px;
    width: 90%;
    height: auto;
    margin: 0px auto;
    padding: 0px 2% 15%;
}
#service dl dd {
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
    padding: 0 0px 0 0px;
}
h3 {
    padding: 30px 0px 20px;
}
#feauture .in_inner, #service .inner {
    display: block;
}
#feauture dl {
    max-width: 500px;
}
#feauture dl dd {
    max-width: 500px;
    width: 90%;
}
#service .inner dl .button a {
    width: 95%;
}
}
	
@media screen and (max-width:400px) {
#information dl dd {
	margin-left: 8em;
}
#top .inner, {
	max-width: 400px;
}
}

/*
 * ASOBITE home page
 * Extracted from index.html on 2026-07-30 without changing cascade order.
 */
.hero_title {
    color: #5b5e5e;
    text-shadow: 2px 2px 0 rgba(137, 148, 160, .32);
  }
  .hero_initial {
    color: var(--brand-blue);
  }
  .hero_dot_gray {
    filter: brightness(0) saturate(100%) invert(17%) sepia(25%) saturate(1400%) hue-rotate(169deg) brightness(90%) contrast(91%);
    opacity: .2;
  }
  /* 確定メインビジュアル：背景→コピー→軌道→モチーフ */
  .hero_media::before {
    background:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .84) 12%, rgba(235, 243, 252, .4) 40%, rgba(235, 243, 252, .66) 100%),
      radial-gradient(circle at 72% 50%, rgba(47, 117, 200, .16), transparent 48%);
  }
  .hero_media video {
    transform: scale(1.055);
    animation: heroVideoDrift 24s ease-in-out infinite alternate;
  }
  @keyframes heroVideoDrift { from { transform: scale(1.055) translate3d(-.45%, .25%, 0); } to { transform: scale(1.085) translate3d(.45%, -.25%, 0); } }
  @keyframes heroCopyRise { to { opacity: 1; transform: translateY(0); } }
  .hero_lead {
    opacity: 0;
    transform: translateY(8px);
    animation: heroCopyRise .6s .08s cubic-bezier(.22, 1, .36, 1) forwards;
  }
  .hero_message {
    opacity: 0;
    transform: translateY(10px);
    animation: heroCopyRise .65s 2.45s cubic-bezier(.22, 1, .36, 1) forwards;
  }
  .hero_services li:nth-child(1) { animation-delay: 3.12s; }
  .hero_services li:nth-child(2) { animation-delay: 3.21s; }
  .hero_services li:nth-child(3) { animation-delay: 3.30s; }
  .hero_services li:nth-child(4) { animation-delay: 3.39s; }
  .hero-orbit-motion {
    position: absolute;
    z-index: 4;
    top: -7%;
    right: 2%;
    width: min(71vw, 1045px);
    height: 100%;
    overflow: visible;
    pointer-events: none;
  }
  .hero-orbit-line { fill: none; stroke: rgba(47, 117, 200, .24); stroke-width: 1.2; }
  .hero-orbit-line-secondary { fill: none; stroke: rgba(255, 255, 255, .78); stroke-width: 1; }
  .hero-orbit-motif { transform-box: fill-box; transform-origin: center; filter: saturate(.82); }
  .hero-orbit-label {
    fill: #17324d;
    font-family: "Caveat", "Bradley Hand", cursive;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.2px;
    opacity: .62;
  }
  .hero-orbit-label-left { text-anchor: end; }
  .hero-orbit-label-top { text-anchor: middle; }
  @media screen and (max-width: 767px) {
    .hero_media::before { background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .56) 28%, rgba(235, 243, 252, .68) 100%); }
    .hero-orbit-motion { top: -3%; right: -43%; width: 140%; opacity: .72; }
  
}
  @media (prefers-reduced-motion: reduce) {
    .hero_media video, .hero_lead, .hero_message, .hero_summary { animation: none; }
    .hero_lead, .hero_message, .hero_summary { opacity: 1; transform: none; }
    .hero-orbit-motif { display: none; }
  
}
  .hero_message.hero_message_single p {
    color: #17324d;
    font-size: clamp(28px, 2.2vw, 40px);
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 1.55;
    white-space: nowrap;
  }
  .hero_summary {
    margin: 20px 0 0;
    color: #697078;
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: clamp(13px, .9vw, 16px);
    font-weight: 400;
    letter-spacing: .055em;
    line-height: 1.85;
    opacity: 0;
    transform: translateY(8px);
    animation: heroCopyRise .6s 2.9s cubic-bezier(.22, 1, .36, 1) forwards;
  }
  .hero_summary_unit {
    display: inline-block;
    white-space: nowrap;
  }
  @media screen and (max-width: 767px) {
    .main_visual {
      min-height: 0;
      height: clamp(580px, 72svh, 640px);
      max-height: none;
    }
    .main_visual .hero_copy {
      top: calc(50% + 30px);
      left: 0;
      width: 100%;
      padding-right: 17px;
      padding-left: 17px;
      box-sizing: border-box;
    }
    .main_visual .hero_title {
      font-size: clamp(46px, 12.5vw, 58px);
      line-height: 1.02;
    }
    .main_visual .hero_media {
      top: 0;
      bottom: auto;
      width: 100%;
      height: 100%;
      clip-path: none;
    }
    .main_visual .hero_media::before {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .76) 44%, rgba(235, 243, 252, .68) 100%),
        radial-gradient(circle at 72% 48%, rgba(47, 117, 200, .12), transparent 54%);
    }
    .main_visual .hero_media video {
      object-position: 62% center;
    }
    .main_visual .hero_lead {
      margin-bottom: 20px;
    }
    .main_visual .hero_message {
      margin-top: 24px;
      padding-top: 14px;
    }
    .main_visual .hero_services {
      display: grid;
      grid-template-columns: repeat(2, max-content);
      gap: 7px 8px;
      width: max-content;
      max-width: 100%;
      margin-top: 14px;
    }
    .main_visual .hero_services li {
      width: max-content;
    }
    .main_visual .hero_services a {
      width: auto;
      min-height: 34px;
      padding: 6px 21px;
      font-size: 11px;
      box-sizing: border-box;
    }
    .hero_message.hero_message_single p {
      font-size: clamp(18px, calc((100vw - 34px) / 15.65), 30px);
      letter-spacing: .05em;
    }
    .hero_summary {
      margin-top: 12px;
      font-size: 12px;
      letter-spacing: .025em;
      line-height: 1.75;
    }
  
}

  /* 抽象モチーフを上書きし、カードの内容を示すアイコンを常に維持 */
  .renewal-content #concept .feature-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    transform: none;
    place-items: center;
  }

  .renewal-content #concept .feature-icon::before,
  .renewal-content #concept .feature-icon::after,
  .renewal-content #concept .feature-icon i { display: none; }

  .renewal-content #concept .feature-icon .icon-stroke {
    stroke-width: 1.45;
    opacity: .86;
  }

  .renewal-content #concept .feature-icon .icon-accent-stroke {
    stroke-width: 1.7;
    opacity: .9;
  }

  .renewal-content #concept .feature-icon .icon-fill,
  .renewal-content #concept .feature-icon .icon-accent {
    fill: #fff;
    stroke: currentColor;
    stroke-width: 1.45;
  }

  .renewal-content #concept .feature-icon .icon-fill { color: var(--asb-blue); }
  .renewal-content #concept .feature-icon .icon-accent { color: var(--asb-yellow); }

  @media (max-width: 640px) {
    .renewal-content #concept .feature-icon {
      width: 62px;
      height: 62px;
      margin-bottom: 9px;
    }
  
}
  .renewal-content { color: #232323; background: #fff; }
  .renewal-content * { box-sizing: border-box; }
  .renewal-content section { position: relative; padding: 100px 0; border-bottom: 1px solid #e2e2e2; background: #fff; }
  .renewal-content section.gray { background: #f7f7f7; }
  .renewal-content section.dark { background: #171717; }
  .renewal-content .section-label { position: absolute; top: 18px; left: 24px; color: #aaa; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
  .renewal-content .container { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
  .renewal-content h2 { margin: 0 0 36px; font-size: clamp(30px, 4vw, 48px); line-height: 1.35; letter-spacing: .03em; }
  .renewal-content p { margin: 0; }
  .renewal-content .lead-text { max-width: 780px; color: #555; font-size: 16px; line-height: 2.05; }
  .renewal-content .feature-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 56px; }
  .renewal-content .feature-card { padding: 30px; border: 1px solid #ddd; }
  .renewal-content .feature-card h4 { margin: 0 0 13px; font-size: 17px; }
  .renewal-content .feature-card p { color: #666; font-size: 14px; line-height: 1.85; }
  .renewal-content .closing-line { margin-top: 56px; padding-top: 32px; border-top: 1px solid #ddd; font-size: 18px; font-weight: 600; line-height: 1.9; }
  .renewal-content .service-lead, .renewal-content .flow-lead { margin: -16px 0 44px; color: #666; font-size: 15px; }
  .renewal-content .service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .renewal-content .service-item { display: block; padding: 28px 24px; border: 1px solid #ddd; color: inherit; text-decoration: none; background: #fff; transition: transform .2s, border-color .2s; }
  .renewal-content .service-item:hover { transform: translateY(-3px); border-color: #333; }
  .renewal-content .service-item.featured { border: 2px solid #222; }
  .renewal-content .service-item h4 { margin: 0 0 12px; font-size: 16px; }
  .renewal-content .service-item.featured h4::before { content: "▶ "; font-size: 10px; }
  .renewal-content .service-item p { color: #666; font-size: 13px; line-height: 1.8; }
  .renewal-content .view-more { display: block; margin-top: 18px; color: #888; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-align: right; }
  .renewal-content .works-lead { margin-bottom: 48px; color: #555; font-size: 15px; line-height: 1.9; }
  .renewal-content .works-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 36px; }
  .renewal-content .works-card { padding: 28px; border: 1px dashed #bbb; background: #f7f7f7; }
  .renewal-content .works-card .tag { margin-bottom: 16px; color: #999; font-size: 11px; letter-spacing: .08em; }
  .renewal-content .works-card p { color: #777; font-size: 11px; line-height: 1.8; }
  .renewal-content .works-footer { padding-top: 24px; border-top: 1px solid #ddd; color: #555; font-size: 14px; }
  .renewal-content .flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); }
  .renewal-content .flow-step { padding: 28px 16px; border: 1px solid #ddd; background: #fff; text-align: center; }
  .renewal-content .flow-step + .flow-step { border-left: 0; }
  .renewal-content .step-num { margin-bottom: 12px; color: #999; font-size: 11px; letter-spacing: .12em; }
  .renewal-content .step-title { margin-bottom: 10px; font-size: 14px; font-weight: 600; line-height: 1.5; }
  .renewal-content .step-body { color: #666; font-size: 12px; line-height: 1.75; }
  .renewal-content #cta { padding: 120px 0 80px; text-align: center; }
  .renewal-content #cta h2 { color: #fff; }
  .renewal-content .cta-lead { margin-bottom: 48px; color: #aaa; font-size: 16px; line-height: 2; }
  .renewal-content .cta-btns { display: flex; justify-content: center; gap: 16px; margin-bottom: 26px; }
  .renewal-content .cta-btns a { padding: 18px 40px; border: 1px solid #666; color: #fff; font-size: 14px; letter-spacing: .05em; text-decoration: none; }
  .renewal-content .cta-btns a:first-child { border-color: #fff; color: #171717; background: #fff; }
  .renewal-content .cta-note { margin-bottom: 72px; color: #777; font-size: 13px; }
  @media (max-width: 800px) {
    .renewal-content section { padding: 72px 0; }
    .renewal-content .container { width: min(100% - 32px, 1080px); }
    .renewal-content .feature-cards, .renewal-content .service-grid { grid-template-columns: 1fr; }
    .renewal-content .works-cards { grid-template-columns: 1fr; }
    .renewal-content .flow-steps { grid-template-columns: 1fr; }
    .renewal-content .flow-step + .flow-step { border-left: 1px solid #ddd; border-top: 0; }
    .renewal-content .cta-btns { flex-direction: column; }
  
}
  /* FV案Fのデザイン言語を下層へ展開 */
  .renewal-content {
    --asb-blue: #2f75c8;
    --asb-blue-deep: #1d5fae;
    --asb-blue-pale: #eaf2fc;
    --asb-yellow: #f0b91a;
    --asb-ink: #232323;
    --asb-muted: #6f757b;
    --asb-line: #dfe3e8;
    --asb-surface: #f7f9fb;
    position: relative;
    overflow: hidden;
    color: var(--asb-ink);
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    background: #fff;
  }

  .renewal-content section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(110px, 11vw, 172px) 0;
    border-bottom: 1px solid var(--asb-line);
  }

  .renewal-content section::before,
  .renewal-content section::after {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    content: "";
  }

  .renewal-content .container {
    width: min(1080px, calc(100% - 80px));
  }

  .renewal-content .section-label {
    top: clamp(34px, 4vw, 58px);
    left: max(calc((100vw - 1080px) / 2), 40px);
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--asb-blue);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .18em;
  }

  .renewal-content .section-label::before {
    display: block;
    width: 34px;
    height: 1px;
    background: var(--asb-yellow);
    content: "";
  }

  .renewal-content h2 {
    position: relative;
    margin: 0;
    color: var(--asb-ink);
    font-size: clamp(33px, 3.15vw, 48px);
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.42;
  }

  .renewal-content h2::after {
    display: block;
    width: 68px;
    height: 2px;
    margin-top: 28px;
    background: var(--asb-yellow);
    content: "";
  }

  /* CONCEPT */
  .renewal-content #concept {
    background:
      linear-gradient(90deg, rgba(47, 117, 200, .028) 1px, transparent 1px) 0 0 / 88px 88px,
      linear-gradient(rgba(47, 117, 200, .028) 1px, transparent 1px) 0 0 / 88px 88px,
      #fff;
  }

  .renewal-content #concept::before {
    top: 8%;
    right: -11vw;
    width: min(48vw, 690px);
    aspect-ratio: 1;
    border: 1px solid rgba(47, 117, 200, .18);
    border-radius: 50%;
  }

  .renewal-content #concept::after {
    top: 19%;
    right: 4%;
    width: 42%;
    height: 1px;
    background: var(--asb-blue);
    opacity: .38;
    transform: rotate(-38deg);
    transform-origin: right center;
  }

  .renewal-content #concept .container {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr);
    column-gap: clamp(70px, 9vw, 144px);
    align-items: start;
  }

  .renewal-content #concept h2 {
    position: sticky;
    top: 150px;
    max-width: 470px;
  }

  .renewal-content #concept h2::before {
    display: block;
    margin-bottom: 18px;
    color: var(--asb-blue);
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .14em;
    content: "ASOBITEが大切にしていること";
  }

  .renewal-content .lead-text {
    position: relative;
    max-width: none;
    padding: 42px 0 0 44px;
    border-left: 1px solid var(--asb-line);
    color: #52585e;
    font-size: clamp(15px, 1.12vw, 17px);
    letter-spacing: .035em;
    line-height: 2.2;
  }

  .renewal-content .lead-text::before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--asb-yellow);
    box-shadow: 0 0 0 7px #fff;
    content: "";
  }

  .renewal-content .feature-cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin-top: clamp(72px, 8vw, 116px);
    border-top: 1px solid var(--asb-line);
    border-left: 1px solid var(--asb-line);
  }

  .renewal-content .feature-card {
    position: relative;
    min-height: 250px;
    padding: 72px 30px 34px;
    border: 0;
    border-right: 1px solid var(--asb-line);
    border-bottom: 1px solid var(--asb-line);
    background: rgba(255, 255, 255, .88);
    transition: color .35s ease, background-color .35s ease, transform .35s ease;
  }

  .renewal-content .feature-card:nth-child(1),
  .renewal-content .feature-card:nth-child(2) {
    grid-column: span 3;
  }

  .renewal-content .feature-card:nth-child(n+3) {
    grid-column: span 2;
  }

  .renewal-content .feature-card::before {
    position: absolute;
    top: 26px;
    left: 30px;
    color: var(--asb-blue);
    font-family: "Helvetica Neue", Helvetica, Arial, "Zen Kaku Gothic New", sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    content: "0" counter(feature);
  }

  .renewal-content .feature-card::after {
    position: absolute;
    top: 28px;
    right: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--asb-blue);
    border-radius: 50%;
    content: "";
    transition: border-radius .35s ease, transform .35s ease, background-color .35s ease;
  }

  .renewal-content .feature-cards { counter-reset: feature; }
  .renewal-content .feature-card { counter-increment: feature; }

  .renewal-content .feature-card:hover {
    z-index: 1;
    color: var(--asb-ink);
    background: var(--asb-blue);
    transform: translateY(-8px);
  }

  .renewal-content .feature-card:hover::before { color: #fff; }
  .renewal-content .feature-card:hover::after {
    border-color: var(--asb-yellow);
    border-radius: 0;
    background: var(--asb-yellow);
    transform: rotate(45deg);
  }

  .renewal-content .feature-card h4 {
    margin-bottom: 18px;
    font-size: clamp(17px, 1.35vw, 20px);
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.65;
  }

  .renewal-content .feature-card p {
    color: var(--asb-muted);
    font-size: 13px;
    letter-spacing: .02em;
    line-height: 2;
    transition: color .35s ease;
  }

  .renewal-content .feature-card:hover p { color: rgba(255, 255, 255, .82); }

  .renewal-content .closing-line {
    grid-column: 1 / -1;
    position: relative;
    margin-top: 70px;
    padding: 48px 120px 48px 54px;
    border: 0;
    color: var(--asb-ink);
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 2;
    background: var(--asb-surface);
  }

  .renewal-content .closing-line::after {
    position: absolute;
    top: 50%;
    right: 54px;
    width: 52px;
    height: 52px;
    border: 1px solid var(--asb-blue);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
  }

  /* SERVICES */
  .renewal-content #service {
    background: #fff;
  }

  .renewal-content #service::before {
    top: -140px;
    right: -100px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(47, 117, 200, .17);
    transform: rotate(45deg);
  }

  .renewal-content #service h2 {
    max-width: 860px;
    color: #17324d;
    font-size: clamp(34px, 2.8vw, 48px);
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1.55;
    text-shadow: 2px 2px 0 rgba(137, 148, 160, .32);
  }

  .renewal-content #service h2::after {
    width: 48px;
    margin-top: 28px;
  }

  .renewal-content #service .service-heading-sub {
    display: inline-block;
    font-size: .48em;
    letter-spacing: .12em;
  }

  .renewal-content .service-lead {
    /* margin: 0 0 0 2px; */
    color: #232323;
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 2;
  }

  .renewal-content .service-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
    counter-reset: service;
  }

  .renewal-content .service-item {
    grid-column: span 4;
    position: relative;
    min-height: 300px;
    padding: 78px 34px 32px;
    overflow: hidden;
    border: 1px solid var(--asb-line);
    color: inherit;
    background: rgba(255, 255, 255, .94);
    counter-increment: service;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  }

  .renewal-content .service-item:nth-child(1),
  .renewal-content .service-item:nth-child(4) {
    grid-column: span 8;
  }

  .renewal-content .service-item:nth-child(8) {
    color: #fff;
    background: var(--asb-yellow);
  }

  .renewal-content .service-item::before {
    position: absolute;
    top: 26px;
    left: 34px;
    color: var(--asb-blue);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .14em;
    content: "SERVICE / 0" counter(service);
  }

  .renewal-content .service-item::after {
    position: absolute;
    top: -48px;
    right: -48px;
    width: 118px;
    height: 118px;
    border: 1px solid rgba(47, 117, 200, .24);
    border-radius: 50%;
    content: "";
    transition: width .45s ease, height .45s ease, background-color .45s ease;
  }

  .renewal-content .service-item:nth-child(8)::before { color: var(--asb-yellow); }

  .renewal-content .service-item:hover {
    border-color: var(--asb-blue);
    box-shadow: 0 20px 50px rgba(41, 45, 49, .08);
    transform: translateY(-6px);
  }

  .renewal-content .service-item:hover::after {
    width: 156px;
    height: 156px;
    background: rgba(47, 117, 200, .05);
  }

  .renewal-content .service-item h4 {
    max-width: 520px;
    margin-bottom: 18px;
    font-size: clamp(18px, 1.5vw, 23px);
    font-weight: 600;
    letter-spacing: .035em;
    line-height: 1.55;
  }

  .renewal-content .service-item.featured {
    border: 1px solid var(--asb-blue);
    background:
      linear-gradient(135deg, rgba(47, 117, 200, .07), transparent 55%),
      #fff;
  }

  .renewal-content .service-item.featured h4::before {
    color: var(--asb-yellow);
    content: "● ";
  }

  .renewal-content .service-item p {
    max-width: 600px;
    color: #232323;
    font-size: 13px;
    line-height: 1.95;
  }

  .renewal-content .service-item:nth-child(8) p { color: rgba(255, 255, 255, .65); }

  .renewal-content .view-more {
    position: absolute;
    right: 30px;
    bottom: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--asb-blue);
    letter-spacing: .14em;
  }

  .renewal-content .view-more::before {
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
    transition: width .3s ease;
  }

  .renewal-content .service-item:hover .view-more::before { width: 40px; }
  .renewal-content .service-item:nth-child(8) .view-more { color: var(--asb-yellow); }

  /* WORKS */
  .renewal-content #works {
    padding-top: clamp(40px, 4vw, 48px);
    color: var(--asb-ink);
    background: #f4f7fa;
  }

  .renewal-content #works::before {
    top: 0;
    left: 58%;
    width: 1px;
    height: 130%;
    background: rgba(47, 117, 200, .11);
    transform: rotate(36deg);
    transform-origin: top;
  }

  .renewal-content #works::after {
    top: -140px;
    right: -100px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(47, 117, 200, .16);
    border-radius: 50%;
  }

  .renewal-content #works .section-label { color: var(--asb-blue); }
  .renewal-content #works h2 { color: #17324d; }

  .renewal-content .works-lead {
    max-width: 860px;
    /* margin: 20px 0 64px 2px; */
    color: #232323;
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 2;
  }

  .renewal-content .works-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 48px;
  }

  .renewal-content .works-card {
    position: relative;
    min-width: 0;
    padding: 13px;
    overflow: hidden;
    border: 1px solid rgba(47, 117, 200, .2);
    background: rgba(255, 255, 255, .84);
    transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease;
  }

  .renewal-content .works-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    display: grid;
    place-items: center;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .7), transparent 48%),
      linear-gradient(135deg, #e9eef3, #dce5ed);
  }

  .renewal-content .works-thumb img {
    position: relative;
    z-index: 2;
    display: block;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .72, .2, 1), box-shadow .55s ease;
  }

  .renewal-content .works-thumb--plain img {
    width: 100%;
    height: 100%;
  }

  .renewal-content .works-thumb--showcase {
    background: #f3f5f8;
  }

  .renewal-content .works-thumb--showcase img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 紙媒体画像はサムネイル枠と同じ16:10で書き出す */
  .renewal-content .works-thumb--paper {
    background: #f1f2f3;
  }

  .renewal-content .works-thumb--paper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .renewal-content .works-card-body {
    min-height: 196px;
    padding: 22px 24px 24px;
  }

  .renewal-content .works-card:hover {
    border-color: var(--asb-blue);
    background: #fff;
    box-shadow: 0 14px 30px rgba(29, 95, 174, .08);
    transform: translateY(-8px);
  }

  .renewal-content .works-card:hover .works-thumb--plain img { transform: scale(1.035); }
  .renewal-content .works-card:hover .works-thumb--showcase img { transform: scale(1.015); }

  /* 実績カード共通デザイン */
  .renewal-content .works-card--sample {
    --works-sample-blue: #1d5fae;
    overflow: hidden;
    border: 1px solid rgba(29, 95, 174, .18);
    background: #fff;
    box-shadow: 0 14px 34px rgba(23, 50, 77, .10);
  }

  .renewal-content .works-card--sample::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 12px;
    width: 40px;
    height: 2px;
    background: rgba(29, 95, 174, .34);
    content: "";
    pointer-events: none;
  }

  .renewal-content .works-card--sample .works-thumb {
    z-index: 1;
    aspect-ratio: 16 / 10;
    margin: 6px 6px 0;
    border: 1px solid rgba(29, 95, 174, .16);
    background: #edf4f9;
    box-shadow: 3px 3px 0 rgba(29, 95, 174, .07);
  }

  .renewal-content .works-card--sample .works-thumb--paper {
    background: #f1f2f3;
  }

  .renewal-content .works-card--sample .works-card-body {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 12px 13px 14px;
  }

  .renewal-content .works-card--sample .works-card-body::after {
    content: none;
  }

  .renewal-content .works-card.works-card--sample .tag {
    position: absolute;
    z-index: 4;
    top: 5px;
    right: 5px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin: 0;
    padding: 4px 9px;
    border: 1px solid rgba(29, 95, 174, .22);
    border-radius: 0;
    background: rgba(255, 255, 255, .92);
    color: var(--works-sample-blue);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .18em;
    box-shadow: 0 4px 12px rgba(23, 50, 77, .08);
  }

  .renewal-content .works-card.works-card--sample h3 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: #6f7c88;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .045em;
    line-height: 1.55;
  }

  .renewal-content .works-card--sample .works-meta {
    padding: 5px 0;
    border-top: 1px solid rgba(29, 95, 174, .14);
    border-bottom: 1px solid rgba(29, 95, 174, .14);
  }

  .renewal-content .works-card--sample:hover {
    border-color: rgba(29, 95, 174, .38);
    box-shadow: 0 20px 44px rgba(23, 50, 77, .14);
    transform: translateY(-4px);
  }

  .renewal-content .works-card--sample:hover .works-thumb img {
    transform: scale(1.02);
  }

  .renewal-content .works-card .tag {
    margin-bottom: 10px;
    color: var(--asb-blue);
    font-size: 11px;
    letter-spacing: .12em;
  }

  .renewal-content .works-card h3 {
    margin: 0 0 14px;
    color: #17324d;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .045em;
    line-height: 1.55;
  }

  .renewal-content .works-client,
  .renewal-content .works-industry {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 4px;
    align-items: baseline;
    margin: 0;
    color: var(--asb-muted);
    font-size: 11px;
    line-height: 1.3;
  }

  .renewal-content .works-industry { margin-top: 1px; }

  .renewal-content .works-client span,
  .renewal-content .works-industry span {
    color: var(--asb-blue);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 7px;
    letter-spacing: .05em;
  }

  .renewal-content .works-footer {
    position: relative;
    display: grid;
    grid-template-columns: 170px 1fr auto;
    gap: 38px;
    align-items: end;
    padding: 30px 0 6px;
    border: 0;
    background: transparent;
    color: var(--asb-muted);
    font-size: 13px;
    letter-spacing: .08em;
  }

  .renewal-content .works-footer::before {
    position: absolute;
    top: 0;
    left: 12px;
    width: 94px;
    height: 6px;
    background:
      radial-gradient(circle at 91px 3px, var(--asb-yellow) 0 3px, transparent 3.5px),
      linear-gradient(var(--asb-blue), var(--asb-blue)) 0 3px / 72px 1px no-repeat;
    content: "";
  }

  .renewal-content .works-proof {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    padding-left: 12px;
    white-space: nowrap;
  }

  .renewal-content .works-proof > span {
    color: var(--asb-blue);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
  }

  .renewal-content .works-proof strong {
    color: #17324d;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1;
  }

  .renewal-content .works-proof small {
    margin-left: 2px;
    color: var(--asb-yellow);
    font-size: 17px;
    font-weight: 700;
    vertical-align: top;
  }

  .renewal-content .works-proof em {
    margin-left: 8px;
    color: #6c7a87;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1em;
  }

  .renewal-content .works-domains-wrap {
    align-self: end;
    padding-bottom: 5px;
  }

  .renewal-content .works-domains-label {
    display: block;
    margin-bottom: 8px;
    color: var(--asb-blue);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .14em;
  }

  .renewal-content .works-domains {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: max-content;
    gap: 7px 28px;
  }

  .renewal-content .works-domains span {
    position: relative;
    padding: 0 0 0 14px;
    border: 0;
    background: transparent;
    color: #53687c;
    font-size: 11px;
    letter-spacing: .08em;
    line-height: 1.5;
  }

  .renewal-content .works-domains span::before {
    position: absolute;
    top: .72em;
    left: 0;
    width: 8px;
    height: 1px;
    background: var(--asb-blue);
    content: "";
  }

  .renewal-content .works-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #17324d;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-decoration: none;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(29, 95, 174, .28);
    transition: color .25s ease;
  }

  .renewal-content .works-footer-link span {
    color: var(--asb-yellow);
    font-size: 16px;
    line-height: 1;
    transition: transform .25s ease;
  }

  .renewal-content .works-footer-link:hover { color: var(--asb-blue); }
  .renewal-content .works-footer-link:hover span { transform: translateX(4px); }

  /* FLOW */
  .renewal-content #flow {
    padding-top: clamp(40px, 4vw, 48px);
    background: #fff;
  }

  .renewal-content #flow::before {
    right: -190px;
    bottom: -250px;
    width: 590px;
    height: 590px;
    border: 1px solid rgba(47, 117, 200, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 68px rgba(47, 117, 200, .025);
  }

  .renewal-content .flow-lead {
    /* margin: 20px 0 64px 2px; */
    color: #232323;
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 2;
  }

  .renewal-content .flow-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .renewal-content .flow-steps::before {
    position: absolute;
    top: 39px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: var(--asb-blue);
    content: "";
  }

  .renewal-content .flow-step {
    position: relative;
    padding: 0 10px;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .renewal-content .step-num {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin: 0 0 34px;
    border: 1px solid var(--asb-blue);
    border-radius: 50%;
    color: var(--asb-blue);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    background: #fff;
    transition: color .3s ease, background-color .3s ease, transform .3s ease;
  }

  .renewal-content .flow-step:hover .step-num {
    color: #fff;
    background: var(--asb-blue);
    transform: scale(1.08);
  }

  .renewal-content .step-num::after {
    position: absolute;
    right: 2px;
    bottom: 8px;
    width: 9px;
    height: 9px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--asb-yellow);
    content: "";
  }

  .renewal-content .step-title {
    min-height: 60px;
    margin-bottom: 18px;
    color: var(--asb-ink);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.65;
  }

  .renewal-content .step-body {
    color: var(--asb-muted);
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 1.9;
  }

  /* CTA */
  .renewal-content #cta {
    padding: clamp(100px, 10vw, 145px) 0 84px;
    background:
      radial-gradient(circle at 78% 10%, rgba(164, 218, 255, .3), transparent 31%),
      radial-gradient(circle at 13% 91%, rgba(91, 174, 235, .24), transparent 34%),
      linear-gradient(135deg, #2b70aa 0%, #1d5c91 48%, #12446f 100%);
  }

.renewal-content #cta::before {
  top: -390px;
  left: 50%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  transform: translateX(-50%);
}

  .renewal-content #cta::after {
    display: none;
  }

  .renewal-content #cta .section-label { color: rgba(255, 255, 255, .68); }
  .renewal-content #cta .section-label::before { background: var(--asb-yellow); }
  .renewal-content #cta h2 {
    color: #fff;
    font-size: clamp(34px, 2.8vw, 48px);
  }

  .renewal-content #cta h2::after { margin-right: auto; margin-left: auto; }

  .renewal-content .cta-inner {
    position: relative;
    z-index: 1;
    max-width: 850px;
    margin: 0 auto;
  }

  .renewal-content .cta-lead {
    max-width: 820px;
    margin: 32px auto 46px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
    letter-spacing: .04em;
    line-height: 2;
  }

  .renewal-content .cta-btns {
    align-items: center;
    gap: 14px;
  }

  .renewal-content .cta-btns a {
    position: relative;
    min-width: 260px;
    padding: 20px 60px 20px 30px;
    border-color: rgba(255, 255, 255, .56);
    text-align: left;
    transition: color .3s ease, background-color .3s ease, transform .3s ease;
  }

  .renewal-content .cta-btns a::before {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .renewal-content .cta-btns a::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--asb-yellow);
    content: "";
    transform: translateY(-50%);
    transition: transform .3s ease;
  }

  .renewal-content .cta-btns a:first-child {
    min-width: 294px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-color: #fff;
    color: var(--asb-blue-deep);
    font-weight: 600;
    box-shadow: 0 14px 34px rgba(4, 31, 55, .22);
  }

  .renewal-content .cta-btns a:last-child {
    min-width: 236px;
    padding: 17px 56px 17px 26px;
    border-color: rgba(255, 255, 255, .38);
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    background: rgba(255, 255, 255, .035);
  }

  .renewal-content .cta-btns a:hover {
    color: var(--asb-blue-deep);
    background: #fff;
    transform: translateY(-4px);
  }

  .renewal-content .cta-btns a:hover::after { transform: translate(10px, -50%); }
  .renewal-content .cta-note {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    letter-spacing: .035em;
    line-height: 1.7;
  }

  .renewal-content .cta-note .nowrap {
    white-space: nowrap;
  }

  .renewal-content #cta .cta-motif {
    position: absolute;
    z-index: 0;
    display: block;
    pointer-events: none;
  }

  .renewal-content #cta .cta-motif--square {
    top: -12px;
    left: 32px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .16);
    transform: rotate(45deg);
  }

  .renewal-content #cta .cta-motif--square::after {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 9px;
    height: 9px;
    background: rgba(240, 185, 26, .9);
    content: "";
  }

  .renewal-content #cta .cta-motif--dots {
    right: 12px;
    bottom: -12px;
    width: 120px;
    height: 80px;
    opacity: .72;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .22) 1px, transparent 1.5px);
    background-size: 11px 11px;
  }

  .renewal-content #cta .cta-motif--node {
    bottom: 22px;
    left: 92px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--asb-yellow);
    box-shadow:
      23px -17px 0 rgba(255, 255, 255, .34),
      46px 3px 0 rgba(255, 255, 255, .16);
  }

  @media (max-width: 980px) {
    .renewal-content .container { width: min(100% - 48px, 760px); }
    .renewal-content .section-label { left: 24px; }
    .renewal-content #concept .container { grid-template-columns: 1fr; }
    .renewal-content #concept h2 { position: relative; top: auto; max-width: 620px; margin-bottom: 58px; }
    .renewal-content .lead-text { padding-left: 32px; }
    .renewal-content .feature-card:nth-child(1),
    .renewal-content .feature-card:nth-child(2),
    .renewal-content .feature-card:nth-child(n+3) { grid-column: span 3; }
    .renewal-content .service-item,
    .renewal-content .service-item:nth-child(1),
    .renewal-content .service-item:nth-child(4) { grid-column: span 6; }
    .renewal-content .works-cards { grid-template-columns: 1fr; }
    .renewal-content .works-card { min-height: auto; }
    .renewal-content .flow-steps { grid-template-columns: 1fr; gap: 0; }
    .renewal-content .flow-steps::before { top: 18px; right: auto; bottom: 18px; left: 38px; width: 1px; height: auto; }
    .renewal-content .flow-step { display: grid; grid-template-columns: 78px 180px 1fr; gap: 28px; align-items: center; padding: 20px 0; }
    .renewal-content .step-num { margin: 0; }
    .renewal-content .step-title { min-height: 0; margin: 0; }
  
}

  @media (max-width: 640px) {
    .renewal-content section { padding: 104px 0 92px; }
    .renewal-content .container { width: min(100% - 34px, 560px); }
    .renewal-content .section-label { top: 28px; left: 17px; font-size: 9px; }
    .renewal-content h2 { font-size: clamp(33px, 9.75vw, 42px); }
    .renewal-content .lead-text { padding: 30px 0 0 22px; font-size: 14px; line-height: 2.05; }
    .renewal-content .lead-text br { display: none; }
    .renewal-content .feature-cards { display: block; border-top: 1px solid var(--asb-line); }
    .renewal-content .feature-card { min-height: auto; padding: 68px 24px 30px; border-left: 1px solid var(--asb-line); }
    .renewal-content .closing-line { margin-top: 46px; padding: 34px 70px 34px 28px; font-size: 16px; }
    .renewal-content .closing-line::after { right: 24px; width: 30px; height: 30px; }
    .renewal-content .service-grid { display: block; }
    .renewal-content .service-item { min-height: 270px; margin-bottom: 12px; padding: 74px 24px 32px; }
    .renewal-content .service-item::before { left: 24px; }
    .renewal-content .works-card-body { min-height: 0; padding: 20px 22px 24px; }
    .renewal-content .works-footer { grid-template-columns: 1fr; align-items: flex-start; gap: 14px; padding: 28px 0 0; line-height: 1.5; }
    .renewal-content .works-proof strong { font-size: 46px; }
    .renewal-content .works-domains-wrap {
      box-sizing: border-box;
      width: calc(100% - 12px);
      margin-left: 12px;
      padding-bottom: 0;
    }
    .renewal-content .works-domains {
      grid-auto-flow: row;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: none;
      grid-auto-columns: auto;
      gap: 6px 16px;
      width: 100%;
    }
    .renewal-content .works-domains span {
      min-width: 0;
      overflow-wrap: anywhere;
    }
    .renewal-content .works-footer-link { justify-self: start; margin: 12px 0 0 12px; }
    .renewal-content .flow-step { grid-template-columns: 68px 1fr; gap: 20px; padding: 20px 0; }
    .renewal-content .flow-steps::before { left: 33px; }
    .renewal-content .step-num { grid-row: span 2; width: 68px; height: 68px; }
    .renewal-content .step-title { font-size: 16px; }
    .renewal-content .step-body { grid-column: 2; }
    .renewal-content .cta-btns a { min-width: 0; width: 100%; }
  
}

  /* CONCEPT / Editorial Split — 採用案B */
  .renewal-content #concept {
    min-height: 980px;
    padding: 48px 0 0;
    background:
      linear-gradient(90deg, rgba(47, 117, 200, .022) 1px, transparent 1px) 0 0 / 96px 96px,
      linear-gradient(rgba(47, 117, 200, .022) 1px, transparent 1px) 0 0 / 96px 96px,
      #fff;
  }

  .renewal-content #concept::before {
    display: none;
  }

  .renewal-content #concept::after {
    z-index: 0;
    top: 34px;
    right: max(-30px, calc((100% - 1160px) / 2));
    left: auto;
    display: block;
    width: auto;
    height: auto;
    background: none;
    color: rgba(47, 117, 200, .055);
    font-family: "Helvetica Neue", Helvetica, Arial, "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(68px, 8.5vw, 118px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    content: "PHILOSOPHY";
    opacity: 1;
    pointer-events: none;
    transform: none;
  }

  .renewal-content #concept .container {
    display: block;
  }

  .renewal-content .concept-editorial {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: 590px;
    overflow: visible;
  }

  .renewal-content .concept-copy {
    position: relative;
    z-index: 2;
    width: min(70%, 780px);
    padding: 0 clamp(28px, 3vw, 44px) 90px 0;
  }

  .renewal-content .concept-kicker {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 18px;
    color: var(--asb-blue);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    letter-spacing: .16em;
  }

  .renewal-content .concept-kicker span {
    display: block;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
  }

  .renewal-content .concept-kicker span::after {
    display: none;
  }

  .renewal-content .concept-kicker-motif {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 5px;
  }

  .renewal-content .concept-kicker-motif b {
    display: block;
    width: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--asb-yellow);
  }

  .renewal-content .concept-kicker-motif b:last-child {
    width: 12px;
    border-radius: 0;
    background: var(--asb-blue);
  }

  .renewal-content #concept h2 {
    position: static;
    max-width: 860px;
    margin: 0 0 40px;
    color: #17324d;
    font-size: clamp(34px, 2.8vw, 48px);
    font-style: normal;
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1.55;
    text-shadow: 2px 2px 0 rgba(137, 148, 160, .32);
  }

  .renewal-content #concept h2::before {
    display: none;
  }

  .renewal-content #concept .concept-heading-sub {
    display: inline-block;
    font-size: .8em;
  }

  .renewal-content #concept h2::after {
    width: 48px;
    margin-top: 28px;
  }

  .renewal-content #concept .lead-text {
    max-width: 780px;
    padding: 0;
    border: 0;
    color: #242424;
    font-size: 14px;
    letter-spacing: .045em;
    line-height: 1.7;
  }

  .renewal-content #concept .lead-text::before {
    display: none;
  }

  .renewal-content #concept .lead-text p + p {
    margin-top: 1.65em;
  }

  .renewal-content .concept-visual {
    position: absolute;
    z-index: 0;
    top: 0;
    right: min(-40px, calc((1080px - 100vw) / 2));
    bottom: 0;
    left: 0;
    min-height: 100%;
    overflow: visible;
    background:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .96) 33%, rgba(255, 255, 255, .58) 57%, rgba(255, 255, 255, .08) 82%),
      linear-gradient(135deg, rgba(234, 242, 252, .44), rgba(255, 255, 255, .1) 52%),
      #fbfcfd;
  }

  .renewal-content .concept-visual::before {
    position: absolute;
    top: -13%;
    right: -24%;
    width: 88%;
    aspect-ratio: 1;
    border: 1px dotted rgba(47, 117, 200, .18);
    border-radius: 50%;
    content: "";
  }

  .renewal-content .concept-visual::after {
    position: absolute;
    top: 31%;
    left: 59%;
    width: 23%;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 0 20px 55px rgba(36, 57, 78, .07);
    content: "";
  }

  .renewal-content .concept-shape,
  .renewal-content .concept-dot-grid {
    position: absolute;
    display: block;
  }

  .renewal-content .concept-shape-square-one {
    top: 3%;
    left: 54%;
    width: 15%;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(47, 117, 200, .08), rgba(47, 117, 200, .018));
  }

  .renewal-content .concept-shape-square-two {
    right: -5%;
    bottom: 10%;
    width: 31%;
    aspect-ratio: 1;
    background: rgba(47, 117, 200, .08);
  }

  .renewal-content .concept-shape-blue {
    top: 13%;
    left: 69%;
    width: 17px;
    height: 17px;
    background: var(--asb-blue);
  }

  .renewal-content .concept-shape-yellow {
    top: 31%;
    right: 8%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--asb-yellow);
  }

  .renewal-content .concept-shape-node {
    right: 29%;
    bottom: 14%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--asb-yellow);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .7);
  }

  .renewal-content .concept-dot-grid {
    z-index: 1;
    left: 55%;
    bottom: 4%;
    width: 48%;
    height: 34%;
    background-image: radial-gradient(circle, rgba(47, 117, 200, .36) 1.25px, transparent 1.5px);
    background-size: 11px 11px;
    mask-image: radial-gradient(circle at center, #000 12%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at center, #000 12%, transparent 70%);
  }

  .renewal-content #concept .feature-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid var(--asb-line);
    border-left: 1px solid var(--asb-line);
  }

  .renewal-content #concept .feature-section {
    position: relative;
    margin: 0 calc(50% - 50vw);
    padding: 74px max(40px, calc((100vw - 1080px) / 2)) 200px;
    background: #f6f8fa;
  }

  .renewal-content #concept .feature-townscape {
    position: absolute;
    right: max(40px, calc((100vw - 1080px) / 2));
    bottom: 0;
    left: max(40px, calc((100vw - 1080px) / 2));
    height: 200px;
    color: rgba(47, 117, 200, .3);
    pointer-events: none;
  }

  .renewal-content #concept .feature-townscape img {
    display: block;
    width: 100%;
    height: 100%;
    /* 比率を維持し、横方向には引き伸ばさない */
    object-fit: contain;
    object-position: center bottom;
    opacity: .8;
  }

  .renewal-content #concept .feature-section .feature-heading {
    margin: 0;
  }

  .renewal-content #concept .feature-heading {
    position: relative;
    margin: 74px 0 0;
    /* padding: 38px 0 20px; */
    overflow: hidden;
  }

  .renewal-content #concept .feature-heading::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -6px;
    color: rgba(47, 117, 200, .055);
    font-family: "Helvetica Neue", Helvetica, Arial, "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(68px, 8.5vw, 118px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    content: "REASONS";
  }

  .renewal-content #concept .feature-heading-label {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    color: var(--asb-blue);
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .1em;
  }

  .renewal-content #concept .feature-heading-label::after {
    display: none;
  }

  .renewal-content #concept .feature-heading h3 {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    padding: 0 0 20px;
    color: #17324d;
    font-size: clamp(25px, 2.35vw, 38px);
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 1.42;
    text-shadow: 2px 2px 0 rgba(137, 148, 160, .22);
  }

  .renewal-content #concept .feature-heading-prefix {
    display: block;
    margin-bottom: 2px;
    font-size: .76em;
    line-height: 1.5;
  }

  .renewal-content #concept .feature-card,
  .renewal-content #concept .feature-card:nth-child(1),
  .renewal-content #concept .feature-card:nth-child(2),
  .renewal-content #concept .feature-card:nth-child(n+3) {
    grid-column: auto;
    min-height: 370px;
    padding: 36px 22px 52px;
    border: 0;
    border-right: 1px solid var(--asb-line);
    border-bottom: 1px solid var(--asb-line);
    background: rgba(255, 255, 255, .82);
    text-align: center;
  }

  .renewal-content #concept .feature-card::before {
    display: none;
  }

  .renewal-content #concept .feature-icon {
    position: relative;
    width: 94px;
    height: 86px;
    margin: 0 auto 26px;
  }

  .renewal-content #concept .feature-icon::before,
  .renewal-content #concept .feature-icon::after,
  .renewal-content #concept .feature-icon i {
    position: absolute;
    display: block;
    content: "";
  }

  .renewal-content #concept .feature-card::after {
    top: auto;
    right: 16px;
    bottom: 14px;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: none;
    color: var(--asb-yellow);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    content: "+";
  }

  .renewal-content #concept .icon-marketing {
    background-image: radial-gradient(circle, rgba(47, 117, 200, .32) 1px, transparent 1.4px);
    background-position: 10px 5px;
    background-size: 6px 6px;
  }

  .renewal-content #concept .icon-marketing::before {
    left: 12px;
    bottom: 5px;
    width: 47px;
    height: 47px;
    border: 1px solid var(--asb-blue);
    border-radius: 50%;
    background: #fff;
  }

  .renewal-content #concept .icon-marketing::after {
    right: 8px;
    top: 19px;
    width: 34px;
    height: 34px;
    background: var(--asb-blue);
  }

  .renewal-content #concept .icon-ai::before {
    inset: 10px 8px 8px 8px;
    border: 1px solid rgba(47, 117, 200, .6);
    background:
      linear-gradient(90deg, transparent 32%, rgba(47, 117, 200, .42) 33%, rgba(47, 117, 200, .42) 34%, transparent 35%, transparent 65%, rgba(47, 117, 200, .42) 66%, rgba(47, 117, 200, .42) 67%, transparent 68%),
      linear-gradient(transparent 32%, rgba(47, 117, 200, .42) 33%, rgba(47, 117, 200, .42) 34%, transparent 35%, transparent 65%, rgba(47, 117, 200, .42) 66%, rgba(47, 117, 200, .42) 67%, transparent 68%);
  }

  .renewal-content #concept .icon-ai::after {
    left: 2px;
    top: 38px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--asb-blue);
  }

  .renewal-content #concept .icon-media {
    background-image: radial-gradient(circle, rgba(47, 117, 200, .35) 1px, transparent 1.4px);
    background-position: 50px 42px;
    background-size: 6px 6px;
  }

  .renewal-content #concept .icon-media::before {
    left: 12px;
    top: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--asb-blue);
  }

  .renewal-content #concept .icon-media::after {
    right: 9px;
    bottom: 7px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--asb-yellow);
    mix-blend-mode: multiply;
  }

  .renewal-content #concept .icon-flexible::before {
    left: 8px;
    top: 8px;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(47, 117, 200, .55);
  }

  .renewal-content #concept .icon-flexible::after {
    right: 7px;
    bottom: 6px;
    width: 54px;
    height: 54px;
    border: 1px solid var(--asb-blue);
  }

  .renewal-content #concept .icon-flexible i {
    right: 16px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background: var(--asb-yellow);
  }

  .renewal-content #concept .feature-card:hover {
    color: inherit;
    background: rgba(234, 242, 252, .25);
    transform: none;
  }

  .renewal-content #concept .feature-card:hover::before {
    color: var(--asb-blue);
  }

  .renewal-content #concept .feature-card:nth-child(even):hover::before {
    color: var(--asb-yellow);
  }

  .renewal-content #concept .feature-card:hover::after {
    border-radius: 0;
    background: none;
    transform: none;
  }

  .renewal-content #concept .feature-card:nth-child(even):hover::after {
    background: none;
  }

  .renewal-content #concept .feature-card h4 {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
  }

  .renewal-content #concept .feature-card p,
  .renewal-content #concept .feature-card:hover p {
    color: var(--asb-muted);
    font-size: 16px;
    line-height: 1.85;
  }

  .renewal-content #concept .closing-line {
    margin-top: 58px;
    padding: 42px 110px 42px 48px;
    border-left: 2px solid var(--asb-blue);
    background: linear-gradient(90deg, rgba(234, 242, 252, .68), rgba(255, 255, 255, .4));
  }

  @media (max-width: 980px) {
    .renewal-content .concept-copy {
      width: min(100%, 780px);
      padding-right: 0;
      padding-bottom: 72px;
    }
    .renewal-content .concept-visual {
      min-height: 100%;
      right: -24px;
      opacity: .42;
    }
    .renewal-content #concept .lead-text {
      max-width: 780px;
    }
    .renewal-content #concept .feature-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
}

  @media (max-width: 640px) {
    .renewal-content #concept {
      min-height: 0;
      padding-top: 48px;
    }
    .renewal-content #concept::after {
      top: 20px;
      right: -18px;
      left: auto;
      font-size: clamp(48px, 16vw, 68px);
      letter-spacing: 0;
    }
    .renewal-content .concept-editorial {
      min-height: 0;
    }
    .renewal-content .concept-copy {
      padding: 0 0 52px;
    }
    .renewal-content .concept-kicker {
      gap: 12px;
      margin-bottom: 18px;
      font-size: 9px;
    }
    .renewal-content .concept-kicker span::after {
      width: 54px;
    }
    .renewal-content #concept h2 {
      margin-bottom: 32px;
      font-size: clamp(31px, 9vw, 40px);
    }
    .renewal-content #concept .lead-text {
      font-size: 16px;
      line-height: 1.95;
    }
    .renewal-content #concept .lead-text br {
      display: none;
    }
    .renewal-content .concept-visual {
      min-height: 100%;
      right: -17px;
      opacity: .32;
    }
    .renewal-content #concept .feature-cards {
      grid-template-columns: 1fr;
      margin-top: 22px;
    }
    .renewal-content #concept .feature-heading {
      margin-top: 52px;
      padding: 30px 0 16px;
    }
    .renewal-content #concept .feature-heading::before {
      right: -10px;
      font-size: clamp(48px, 16vw, 68px);
      letter-spacing: 0;
    }
    .renewal-content #concept .feature-heading-label {
      gap: 10px;
      font-size: 9px;
    }
    .renewal-content #concept .feature-heading-label::after {
      width: 42px;
    }
    .renewal-content #concept .feature-heading h3 {
      margin-top: 16px;
      font-size: clamp(23px, 7vw, 31px);
    }
    .renewal-content #concept .feature-card,
    .renewal-content #concept .feature-card:nth-child(1),
    .renewal-content #concept .feature-card:nth-child(2),
    .renewal-content #concept .feature-card:nth-child(n+3) {
      min-height: 0;
      padding: 32px 22px 50px;
      border-left: 0;
    }
    .renewal-content #concept .feature-icon {
      margin-bottom: 22px;
    }
    .renewal-content #concept .closing-line {
      margin-top: 44px;
      padding: 32px 58px 32px 24px;
    }
  
}

  /* CUSTOMER VOICE / コンパクトカード */
  .renewal-content #concept .feature-card,
  .renewal-content #concept .feature-card:nth-child(1),
  .renewal-content #concept .feature-card:nth-child(2),
  .renewal-content #concept .feature-card:nth-child(n+3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 238px;
    padding: 26px 22px 24px;
  }

  .renewal-content #concept .feature-card::after {
    display: none;
  }

  .renewal-content #concept .feature-icon {
    width: 64px;
    height: 58px;
    margin: 0 auto 10px;
    transform: scale(.67);
    transform-origin: center;
  }

  /* VOICEごとの内容を示すモチーフ */
  .renewal-content #concept .icon-marketing {
    background: linear-gradient(42deg, transparent 47%, rgba(47, 117, 200, .48) 48% 50%, transparent 51%);
  }
  .renewal-content #concept .icon-marketing::before {
    left: 7px;
    bottom: 7px;
    width: 22px;
    height: 22px;
    border: 1px solid var(--asb-blue);
    border-radius: 50%;
    background: #fff;
  }
  .renewal-content #concept .icon-marketing::after {
    top: 5px;
    right: 5px;
    width: 34px;
    height: 34px;
    border: 1px solid var(--asb-blue);
    border-radius: 50%;
    background: radial-gradient(circle, var(--asb-blue) 0 5px, transparent 5.5px);
  }
  .renewal-content #concept .icon-marketing i {
    top: 8px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid var(--asb-yellow);
    transform: rotate(-4deg);
  }

  .renewal-content #concept .icon-ai {
    background: radial-gradient(circle, rgba(47, 117, 200, .25) 1.25px, transparent 1.5px) 0 0 / 8px 8px;
  }
  .renewal-content #concept .icon-ai::before {
    inset: 10px 16px 8px 16px;
    border: 1px solid var(--asb-blue);
    background: rgba(255, 255, 255, .78);
    transform: rotate(45deg);
  }
  .renewal-content #concept .icon-ai::after {
    top: 5px;
    right: 8px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--asb-yellow);
    box-shadow: -42px 36px 0 rgba(47, 117, 200, .72);
  }
  .renewal-content #concept .icon-ai i {
    top: 25px;
    left: 27px;
    width: 10px;
    height: 10px;
    background: var(--asb-blue);
    transform: rotate(45deg);
  }

  .renewal-content #concept .icon-media {
    background: linear-gradient(90deg, transparent 13%, rgba(47, 117, 200, .5) 13% 87%, transparent 87%) center / 100% 1px no-repeat;
  }
  .renewal-content #concept .icon-media::before {
    left: 5px;
    top: 15px;
    width: 34px;
    height: 26px;
    border: 1px solid var(--asb-blue);
    border-radius: 2px;
    background: rgba(255, 255, 255, .86);
  }
  .renewal-content #concept .icon-media::after {
    right: 5px;
    top: 8px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: var(--asb-blue);
  }
  .renewal-content #concept .icon-media i {
    right: 0;
    bottom: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--asb-yellow);
  }

  .renewal-content #concept .icon-flexible {
    background: none;
  }
  .renewal-content #concept .icon-flexible::before {
    left: 4px;
    top: 8px;
    width: 48px;
    height: 31px;
    border: 1px solid var(--asb-blue);
    border-radius: 18px;
    background: #fff;
  }
  .renewal-content #concept .icon-flexible::after {
    right: 4px;
    bottom: 7px;
    width: 42px;
    height: 28px;
    border: 1px solid var(--asb-blue);
    border-radius: 16px;
    background: rgba(234, 242, 252, .88);
  }
  .renewal-content #concept .icon-flexible i {
    right: 13px;
    bottom: 1px;
    width: 14px;
    height: 14px;
    background: var(--asb-yellow);
    transform: rotate(45deg);
  }

  .renewal-content #concept .feature-card h4 {
    width: calc(100% + 20px);
    margin: 0 -10px;
    font-size: 13px;
    line-height: 1.62;
    text-wrap: balance;
    white-space: nowrap;
  }

  .renewal-content #concept .feature-reason-break {
    display: block;
  }

  .renewal-content #concept .feature-voice-toggle {
    position: relative;
    display: none;
    width: 32px;
    height: 32px;
    margin: auto 0 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: var(--asb-blue);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    background: transparent;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease;
    place-items: center;
  }

  .renewal-content #concept .feature-voice-toggle::after {
    display: none;
  }

  .renewal-content #concept .feature-voice-toggle span {
    grid-area: 1 / 1;
    transition: opacity .2s ease;
  }

  .renewal-content #concept .feature-voice-symbol--close {
    opacity: 0;
  }

  .renewal-content #concept .feature-voice-toggle:hover,
  .renewal-content #concept .feature-voice-toggle:focus-visible,
  .renewal-content #concept .feature-card.is-open .feature-voice-toggle {
    color: var(--asb-blue);
    background: rgba(47, 117, 200, .1);
  }

  .renewal-content #concept .feature-voice-toggle:focus-visible {
    outline: 2px solid rgba(47, 117, 200, .34);
    outline-offset: 4px;
  }

  .renewal-content #concept .feature-card.is-open .feature-voice-symbol--open {
    opacity: 0;
  }

  .renewal-content #concept .feature-card.is-open .feature-voice-symbol--close {
    opacity: 1;
  }

  @media (min-width: 641px) and (max-width: 1120px) {
    .renewal-content #concept .feature-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
}

  @media (max-width: 1120px) {
    .renewal-content #concept .feature-card h4 {
      width: auto;
      margin: 0;
      font-size: 15px;
    }
  
}

  @media (max-width: 360px) {
    .renewal-content #concept .feature-card h4 {
      font-size: 14px;
    }
  
}

  .renewal-content #concept .feature-voice {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .4s ease, margin-top .3s ease, opacity .3s ease;
  }

  .renewal-content #concept .feature-card.is-open .feature-voice {
    max-height: 180px;
    margin-top: 18px;
    opacity: 1;
  }

  .renewal-content #concept .feature-voice p,
  .renewal-content #concept .feature-card:hover .feature-voice p {
    color: var(--asb-muted);
    font-size: 13px;
    line-height: 1.8;
  }

  /* CUSTOMER VOICE / 内容がひと目で伝わる具象アイコン */
  .renewal-content #concept .feature-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    transform: none;
    place-items: center;
  }

  .renewal-content #concept .feature-icon::before,
  .renewal-content #concept .feature-icon::after,
  .renewal-content #concept .feature-icon i {
    display: none;
  }

  .renewal-content #concept .feature-icon svg {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .renewal-content #concept .feature-icon .icon-stroke {
    fill: none;
    stroke: var(--asb-blue);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .renewal-content #concept .feature-icon .icon-fill { fill: var(--asb-blue); }
  .renewal-content #concept .feature-icon .icon-accent { fill: var(--asb-yellow); }
  .renewal-content #concept .feature-icon .icon-accent-stroke {
    fill: none;
    stroke: var(--asb-yellow);
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  @media (max-width: 640px) {
    .renewal-content #concept .feature-section {
      padding: 52px 17px 150px;
    }
    .renewal-content #concept .feature-townscape {
      right: 17px;
      left: 17px;
      height: 150px;
    }
    .renewal-content #concept .feature-card,
    .renewal-content #concept .feature-card:nth-child(1),
    .renewal-content #concept .feature-card:nth-child(2),
    .renewal-content #concept .feature-card:nth-child(n+3) {
      min-height: 210px;
      padding: 24px 22px 22px;
    }
    .renewal-content #concept .feature-icon {
      margin-bottom: 8px;
    }
  
}

  /* CUSTOMER VOICE / 吹き出しカード */
  .renewal-content #concept .feature-cards {
    gap: 68px 22px;
    margin-top: 56px;
    border: 0;
  }

  .renewal-content #concept .feature-card,
  .renewal-content #concept .feature-card:nth-child(1),
  .renewal-content #concept .feature-card:nth-child(2),
  .renewal-content #concept .feature-card:nth-child(n+3) {
    position: relative;
    min-height: 128px;
    padding: 58px 20px 22px;
    border: 1px solid rgba(47, 117, 200, .32);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(23, 50, 77, .045);
  }

  .renewal-content #concept .feature-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 76px;
    height: 76px;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(47, 117, 200, .32);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 14px rgba(23, 50, 77, .07);
    transform: translate(-50%, -50%);
  }

  .renewal-content #concept .feature-icon svg {
    width: 100%;
    height: 100%;
  }

  .renewal-content #concept .feature-card::after {
    position: absolute;
    right: auto;
    bottom: -8px;
    left: 25px;
    display: block;
    width: 14px;
    height: 14px;
    border: 0;
    border-right: 1px solid rgba(47, 117, 200, .32);
    border-bottom: 1px solid rgba(47, 117, 200, .32);
    border-radius: 0 0 3px 0;
    background: rgba(255, 255, 255, .94);
    content: "";
    transform: rotate(45deg);
  }

  .renewal-content #concept .feature-card:nth-child(even)::after {
    right: 25px;
    left: auto;
  }

  .renewal-content #concept .feature-card:hover {
    background: rgba(255, 255, 255, .94);
    transform: translateY(-3px);
  }

  .renewal-content #concept .feature-card:hover::after,
  .renewal-content #concept .feature-card:nth-child(even):hover::after {
    border-radius: 0 0 3px 0;
    background: rgba(255, 255, 255, .94);
    transform: rotate(45deg);
  }

  @media (max-width: 640px) {
    .renewal-content #concept .feature-cards {
      gap: 64px;
      margin-top: 54px;
    }

    .renewal-content #concept .feature-card,
    .renewal-content #concept .feature-card:nth-child(1),
    .renewal-content #concept .feature-card:nth-child(2),
    .renewal-content #concept .feature-card:nth-child(n+3) {
      min-height: 128px;
      padding: 56px 22px 22px;
      border: 1px solid rgba(47, 117, 200, .32);
    }

    .renewal-content #concept .feature-icon {
      width: 72px;
      height: 72px;
      margin: 0;
      padding: 9px;
    }
  
}

  /* アイコンは既存の繊細なトーンに合わせ、極細の輪郭線で描く */
  .renewal-content #concept .feature-icon .icon-stroke {
    stroke-width: .95;
    opacity: .78;
  }

  .renewal-content #concept .feature-icon .icon-accent-stroke {
    stroke-width: 1.1;
    opacity: .82;
  }

  .renewal-content #concept .feature-icon .icon-fill,
  .renewal-content #concept .feature-icon .icon-accent {
    fill: #fff;
    stroke: currentColor;
    stroke-width: .95;
  }

  .renewal-content #concept .feature-icon .icon-fill { color: var(--asb-blue); }
  .renewal-content #concept .feature-icon .icon-accent { color: var(--asb-yellow); }

  /* 見出し・罫線・カードの表現をコンセプトセクションに統一 */
  .renewal-content #service .concept-kicker,
  .renewal-content #works .concept-kicker,
  .renewal-content #flow .concept-kicker,
  .renewal-content #cta .concept-kicker { margin-bottom: 16px; }

  .renewal-content #works .concept-kicker { color: var(--asb-blue); }
  .renewal-content #cta .concept-kicker { color: rgba(255, 255, 255, .72); }

  .renewal-content #service h2,
  .renewal-content #flow h2,
  .renewal-content #works h2 {
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 1.55;
  }

  .renewal-content #service h2::after,
  .renewal-content #flow h2::after,
  .renewal-content #works h2::after,
  .renewal-content #cta h2::after {
    width: 48px;
  }

  .renewal-content #works h2 { text-shadow: 2px 2px 0 rgba(137, 148, 160, .22); }
  .renewal-content #cta h2 { font-weight: 500; letter-spacing: .07em; }

  .renewal-content .service-item {
    border-color: rgba(47, 117, 200, .22);
    box-shadow: none;
  }

  .renewal-content .service-item:hover {
    box-shadow: 0 12px 28px rgba(29, 95, 174, .07);
    transform: translateY(-3px);
  }

  .renewal-content .works-card:hover { transform: translateY(-4px); }
  .renewal-content .flow-step:hover .step-num { transform: scale(1.04); }

  /* 余白に意味を持たせる、セクション固有のタイポグラフィとモチーフ */
  .renewal-content .section-heading {
    position: relative;
    z-index: 1;
    padding: 30px 0 46px;
    overflow: visible;
  }

  .renewal-content .section-word {
    position: absolute;
    z-index: -1;
    top: -2px;
    right: -4px;
    left: auto;
    color: rgba(29, 95, 174, .07);
    font-family: "Helvetica Neue", Helvetica, Arial, "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(68px, 8.5vw, 118px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    pointer-events: none;
    user-select: none;
  }

  .renewal-content .section-heading .concept-kicker,
  .renewal-content .section-heading h2 { position: relative; z-index: 1; }

  .renewal-content .concept-copy::before,
  .renewal-content .concept-copy::after {
    position: absolute;
    top: 22px;
    left: 38px;
    content: "";
  }

  .renewal-content .concept-copy::before {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    aspect-ratio: 1;
    border: 1px dotted rgba(47, 117, 200, .13);
    border-radius: 50%;
    transform: translate(-46px, -10px);
  }

  .renewal-content .concept-copy::after {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    height: clamp(104px, 14vw, 190px);
    background-image: radial-gradient(circle, rgba(240, 185, 26, .18) 1px, transparent 1.4px);
    background-size: 8px 8px;
    transform: translate(calc(-46px - clamp(52px, 7vw, 95px)), -10px) rotate(45deg);
  }

  .renewal-content .concept-copy .concept-kicker,
  .renewal-content .concept-copy h2 { position: relative; z-index: 2; }

  .renewal-content .concept-visual {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, rgba(0, 0, 0, .72) 88%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 78%, rgba(0, 0, 0, .72) 88%, transparent 100%);
  }

  .renewal-content #service {
    padding-top: clamp(40px, 4vw, 48px);
    background:
      radial-gradient(circle at 8% 62%, rgba(240, 185, 26, .065) 0 1px, transparent 1.6px) 0 0 / 7px 7px,
      linear-gradient(135deg, rgba(47, 117, 200, .045), transparent 34%),
      #fff;
  }

  .renewal-content #service .section-heading::before,
  .renewal-content #service .section-heading::after {
    position: absolute;
    top: 22px;
    left: 38px;
    content: "";
  }

  .renewal-content #service .section-heading::before {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    aspect-ratio: 1;
    border: 1px dotted rgba(47, 117, 200, .13);
    transform: translate(-46px, -10px) rotate(45deg);
  }

  .renewal-content #service .section-heading::after {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    height: clamp(104px, 14vw, 190px);
    border-radius: 50%;
    background: rgb(240 237 26 / 12%);
    transform: translate(calc(-46px - clamp(52px, 7vw, 95px)), -10px);
  }

  .renewal-content .service-item h4 {
    position: relative;
    padding-bottom: 18px;
    font-size: clamp(20px, 1.8vw, 28px);
  }

  .renewal-content .service-item h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 1px;
    background: var(--asb-yellow);
    content: "";
    transition: width .3s ease;
  }

  .renewal-content .service-item:hover h4::after { width: 66px; }

  .renewal-content #works .section-word {
    right: -4px;
    left: auto;
    color: rgba(47, 117, 200, .055);
  }

  .renewal-content #works .section-heading::before,
  .renewal-content #works .section-heading::after,
  .renewal-content #flow .section-heading::before,
  .renewal-content #flow .section-heading::after,
  .renewal-content #cta .section-heading::before,
  .renewal-content #cta .section-heading::after {
    position: absolute;
    top: 22px;
    left: 38px;
    content: "";
  }

  .renewal-content #works .section-heading::before {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    aspect-ratio: 1;
    border: 1px dotted rgba(47, 117, 200, .2);
    background: transparent;
    transform: translate(-46px, -10px) rotate(45deg);
  }

  .renewal-content #works .section-heading::after {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    height: clamp(104px, 14vw, 190px);
    border-radius: 50%;
    background: rgba(240, 185, 26, .09);
    transform: translate(calc(-46px - clamp(52px, 7vw, 95px)), -10px);
  }

  .renewal-content #flow {
    background:
      radial-gradient(ellipse 56% 62% at 5% 100%, rgba(240, 185, 26, .09), transparent 72%),
      radial-gradient(ellipse 50% 62% at 100% 4%, rgba(47, 117, 200, .065), transparent 70%),
      #fff;
  }

  .renewal-content #flow .section-heading::before {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    aspect-ratio: 1;
    border: 1px solid rgba(240, 185, 26, .36);
    border-radius: 50%;
    transform: translate(calc(-46px - clamp(52px, 7vw, 95px)), -10px);
  }

  .renewal-content #flow .section-heading::after {
    z-index: 0;
    width: clamp(104px, 14vw, 190px);
    height: clamp(104px, 14vw, 190px);
    background-image: radial-gradient(circle, rgba(47, 117, 200, .15) .75px, transparent 1.1px);
    background-size: 8px 8px;
    transform: translate(-46px, -10px);
  }

  .renewal-content #cta .section-word {
    z-index: 0;
    top: -96px;
    right: -12px;
    left: auto;
    color: rgba(255, 255, 255, .065);
  }

  .renewal-content #cta .container { position: relative; }
  .renewal-content #cta .section-heading { padding-bottom: 32px; }
  .renewal-content #cta .concept-kicker {
    justify-content: center;
    margin-bottom: 8px;
  }

  .renewal-content #cta .section-heading::before {
    display: none;
  }

  .renewal-content #cta .section-heading::after {
    display: none;
  }

  /* SERVICES：主力2件、標準5件、相談CTAの3階層 */
  .renewal-content #service .container {
    counter-reset: service;
  }

  .renewal-content #service .service-grid,
  .renewal-content #service .service-subgrid {
    display: grid;
    gap: 18px;
    counter-reset: none;
  }

  .renewal-content #service .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .renewal-content #service .service-subgrid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 18px;
  }

  .renewal-content #service .service-grid .service-item,
  .renewal-content #service .service-subgrid .service-item {
    display: grid;
    grid-column: auto;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 18px;
    align-content: start;
    min-height: 0;
    margin: 0;
    padding: 28px 32px 66px;
    border: 1px solid rgba(47, 117, 200, .18);
    background:
      linear-gradient(145deg, rgba(47, 117, 200, .035), transparent 46%),
      rgba(255, 255, 255, .96);
  }

  .renewal-content #service .service-grid .service-item--primary {
    grid-template-columns: 44px minmax(0, 1fr) minmax(170px, 40%);
    grid-template-rows: auto 1fr;
    min-height: 340px;
    padding: 34px 32px 72px;
  }

  .renewal-content #service .service-grid .service-item--primary:first-child {
    background:
      radial-gradient(circle at 92% 10%, rgba(47, 117, 200, .08) 0 1px, transparent 1.5px) 0 0 / 9px 9px,
      linear-gradient(145deg, rgba(47, 117, 200, .075), transparent 52%),
      #fff;
  }

  .renewal-content #service .service-grid .service-item--primary.featured {
    border-color: rgba(47, 117, 200, .32);
    background:
      radial-gradient(circle at 92% 10%, rgba(240, 185, 26, .13) 0 1px, transparent 1.5px) 0 0 / 9px 9px,
      linear-gradient(145deg, rgba(240, 185, 26, .07), rgba(47, 117, 200, .035) 54%, transparent 78%),
      #fff;
  }

  .renewal-content #service .service-item.featured h4::before {
    content: none;
  }

  .renewal-content #service .service-subgrid .service-item {
    grid-column: span 2;
    min-height: 404px;
  }

  .renewal-content #service .service-subgrid .service-item:nth-child(4),
  .renewal-content #service .service-subgrid .service-item:nth-child(5) {
    grid-column: span 3;
  }

  .renewal-content #service .service-item::before {
    display: none;
    content: none;
  }

  .renewal-content #service .service-item::after {
    top: auto;
    right: -66px;
    bottom: -66px;
    left: auto;
    width: 148px;
    height: 148px;
    border: 1px dotted rgba(47, 117, 200, .13);
    background: transparent;
  }

  .renewal-content #service .service-item:hover::after {
    width: 176px;
    height: 176px;
    background: rgba(47, 117, 200, .025);
  }

  .renewal-content #service .service-visual {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    grid-row: 1;
    display: block;
    height: 126px;
    margin-bottom: 4px;
    overflow: hidden;
    border: 1px solid rgba(47, 117, 200, .16);
    background:
      radial-gradient(circle at 14% 18%, rgba(47, 117, 200, .12), transparent 28%),
      linear-gradient(135deg, #f7fafd, #fff 52%, #fff9e9);
  }

  .renewal-content #service .service-item--primary .service-visual {
    grid-column: 3;
    grid-row: 1 / 3;
    height: auto;
    min-height: 220px;
    margin: 0;
    align-self: stretch;
  }

  .renewal-content #service .service-visual svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .renewal-content #service .service-item--primary .service-visual svg {
    width: 150%;
    margin-left: -25%;
  }

  .renewal-content #service .service-visual .scene-line {
    fill: none;
    stroke: rgba(23, 52, 82, .82);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.15;
  }

  .renewal-content #service .service-visual .scene-line-light {
    fill: none;
    stroke: rgba(47, 117, 200, .38);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
  }

  .renewal-content #service .service-visual .scene-blue {
    fill: rgba(47, 117, 200, .16);
  }

  .renewal-content #service .service-visual .scene-yellow {
    fill: rgba(240, 185, 26, .28);
  }

  .renewal-content #service .service-visual .scene-gray {
    fill: rgba(67, 74, 84, .07);
  }

  .renewal-content #service .service-visual .scene-dot {
    fill: rgba(47, 117, 200, .34);
  }

  .renewal-content #service .service-visual .scene-accent {
    fill: none;
    stroke: rgba(225, 169, 12, .76);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
  }

  .renewal-content #service .service-visual .scene-surface {
    fill: #fff;
    stroke: rgba(23, 52, 82, .5);
    stroke-width: 1;
  }

  .renewal-content #service .service-visual .scene-shadow {
    fill: rgba(23, 52, 82, .09);
  }

  .renewal-content #service .service-visual .scene-ink {
    fill: #173452;
  }

  .renewal-content #service .service-visual .scene-blue-strong {
    fill: #5f95d2;
  }

  .renewal-content #service .service-visual .scene-yellow-strong {
    fill: #f0b91a;
  }

  .renewal-content #service .service-visual .scene-photo {
    fill: #dce9f7;
  }

  .renewal-content #service .service-visual .scene-type {
    fill: #173452;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: .08em;
  }

  .renewal-content #service .service-visual .scene-type-light {
    fill: rgba(23, 52, 82, .55);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 5px;
    letter-spacing: .05em;
  }

  .renewal-content #service .service-item:hover .service-visual {
    border-color: rgba(47, 117, 200, .18);
  }

  .renewal-content #service .service-item:hover .service-visual svg {
    transform: translateY(-2px);
  }

  .renewal-content #service .service-visual svg {
    transition: transform .35s ease;
  }

  .renewal-content #service .service-visual--photo {
    isolation: isolate;
    background: #edf3f8;
  }

  .renewal-content #service .service-visual--photo > svg {
    display: none;
  }

  .renewal-content #service .service-visual--photo img {
    position: absolute;
    z-index: 0;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.62) contrast(.92) brightness(1.06);
    transform: scale(1.015);
    transition: transform .45s ease, filter .45s ease;
  }

  .renewal-content #service .service-visual--photo::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .2), transparent 42%),
      linear-gradient(0deg, rgba(23, 52, 82, .1), rgba(47, 117, 200, .025));
    content: "";
    pointer-events: none;
  }

  .renewal-content #service .service-visual--photo::after {
    position: absolute;
    z-index: 2;
    content: "";
    pointer-events: none;
  }

  .renewal-content #service .service-visual--education::before {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 50%),
      linear-gradient(0deg, rgba(47, 117, 200, .025), rgba(47, 117, 200, .01));
  }

  .renewal-content #service .service-visual--education img {
    object-position: center 32%;
    filter: saturate(.62) contrast(.9) brightness(1.08);
  }

  .renewal-content #service .service-visual--video img {
    image-rendering: auto;
    filter: saturate(.76) contrast(.96) brightness(1.02);
    transform: scale(1.005);
  }

  .renewal-content #service .service-visual--advertising img {
    filter: saturate(.96) contrast(.98) brightness(1.02);
  }

  .renewal-content #service .service-visual--advertising::before {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, .26), transparent 52%),
      rgba(255, 255, 255, .08);
  }

  .renewal-content #service .service-visual--brand {
    background: linear-gradient(135deg, #f3f7fd 0%, #fff 50%, #fff9ed 100%);
  }

  .renewal-content #service .service-visual--brand img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin-top: 0;
    transform: none;
    padding-inline: clamp(10px, 1.8vw, 28px);
    box-sizing: border-box;
  }

  .renewal-content #service .service-visual--brand::before {
    background: rgba(255, 255, 255, .08);
  }

  .renewal-content #service .service-visual--ai-illustration {
    background:
      linear-gradient(145deg, #f4f9fd, #fff 58%, #fff9e7);
  }

  .renewal-content #service .service-visual--ai-illustration picture,
  .renewal-content #service .service-visual--ai-illustration img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .renewal-content #service .service-visual--ai-illustration img {
    object-fit: contain;
    transition: transform .4s ease;
  }

  .renewal-content #service .service-visual--ai-illustration > svg {
    display: none;
  }

  .renewal-content #service .service-visual--education::after {
    top: 14px;
    right: 20px;
    width: 27px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(240, 185, 26, .6);
    box-shadow: -17px 12px 0 5px rgba(47, 117, 200, .18);
  }

  .renewal-content #service .service-item:hover .service-visual--photo img {
    filter: saturate(.7) contrast(.94) brightness(1.04);
    transform: scale(1.055);
  }

  .renewal-content #service .service-item:hover .service-visual--education img {
    filter: saturate(.68) contrast(.92) brightness(1.07);
  }

  .renewal-content #service .service-item:hover .service-visual--advertising img {
    filter: saturate(1) contrast(1) brightness(1.01);
  }

  .renewal-content #service .service-item:hover .service-visual--brand img {
    transform: scale(1.018);
  }

  .renewal-content #service .service-item:hover .service-visual--ai-illustration img {
    transform: scale(1.025);
  }

  .renewal-content #service .service-visual--web-mockup img {
    object-position: center;
    filter: saturate(.9) contrast(.98) brightness(1.02);
    transform: scale(1.01);
  }

  .renewal-content #service .service-item:hover .service-visual--web-mockup img {
    filter: saturate(.98) contrast(1) brightness(1.01);
    transform: scale(1.04);
  }

  .renewal-content #service .service-visual--graphic-mockup img {
    object-position: center;
    filter: saturate(.88) contrast(.98) brightness(1.02);
    transform: scale(1.01);
  }

  .renewal-content #service .service-item:hover .service-visual--graphic-mockup img {
    filter: saturate(.96) contrast(1) brightness(1.01);
    transform: scale(1.04);
  }

  .renewal-content #service .service-icon {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    grid-column: 1;
    grid-row: 2;
    display: grid;
    width: 40px;
    height: 40px;
    align-self: center;
    place-items: center;
    color: rgba(47, 117, 200, .7);
  }

  .renewal-content #service .service-item--primary .service-icon {
    top: auto;
    right: auto;
    grid-row: 1;
    width: 44px;
    height: 44px;
  }

  .renewal-content #service .service-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1;
  }

  .renewal-content #service .service-icon .service-icon-accent {
    stroke: rgba(240, 185, 26, .85);
  }

  .renewal-content #service .service-icon--ai svg,
  .renewal-content #concept .feature-icon--ai svg {
    stroke-linecap: square;
  }

  .renewal-content #concept .feature-icon--ai .icon-stroke,
  .renewal-content #concept .feature-icon--ai .icon-accent-stroke {
    stroke-linecap: square;
  }

  .renewal-content #concept .feature-icon--ai svg {
    width: 86%;
    height: 86%;
  }

  .renewal-content #service .service-icon--ai .ai-label,
  .renewal-content #concept .feature-icon--ai .ai-label {
    fill: currentColor;
    stroke: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .06em;
  }

  .renewal-content #concept .feature-icon--ai .ai-label {
    fill: var(--asb-blue);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .16em;
    text-anchor: middle;
  }

  .renewal-content #service .service-item h4 {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    max-width: 440px;
    margin: 0;
    padding-bottom: 8px;
    font-size: clamp(19px, 1.65vw, 25px);
  }

  .renewal-content #service .service-item--primary h4 {
    grid-row: 1;
    font-size: 28px;
  }

  .renewal-content #service .service-subgrid .service-item h4 {
    font-size: clamp(19px, 1.35vw, 21px);
  }

  .renewal-content #service .service-item p {
    grid-row: 3;
    grid-column: 1 / -1;
    max-width: 520px;
    line-height: 1.85;
  }

  .renewal-content #service .service-item--primary p {
    grid-column: 1 / 3;
    grid-row: 2;
    padding-right: 8px;
  }

  .renewal-content #service .service-consult {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    margin-top: 18px;
    padding: 30px 34px;
    overflow: hidden;
    border: 1px solid rgba(47, 117, 200, .24);
    color: var(--asb-ink);
    text-decoration: none;
    background:
      linear-gradient(135deg, #eef6ff 0%, #fff 53%, #fff8e9 100%);
    transition: transform .3s ease, box-shadow .3s ease;
  }

  .renewal-content #service .service-consult::before {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    place-items: center;
    color: var(--asb-ink);
    font-size: 25px;
    line-height: 1;
    background: var(--asb-yellow);
    content: "→";
  }

  .renewal-content #service .service-consult:hover {
    box-shadow: 0 16px 38px rgba(29, 95, 174, .15);
    transform: translateY(-3px);
  }

  .renewal-content #service .service-consult-label {
    color: var(--asb-yellow);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    letter-spacing: .16em;
  }

  .renewal-content #service .service-consult-copy h4 {
    margin: 0 0 7px;
    color: var(--asb-ink);
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 600;
    letter-spacing: .055em;
  }

  .renewal-content #service .service-consult-copy p {
    max-width: 760px;
    color: rgba(23, 52, 82, .7);
    font-size: 13px;
    line-height: 1.75;
  }

  .renewal-content #service .service-consult .view-more {
    position: static;
    display: inline-flex;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 28px;
    align-items: center;
    color: var(--asb-ink);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    background: var(--asb-yellow);
    white-space: nowrap;
  }

  .renewal-content #service .service-consult .view-more::before {
    display: none;
  }

  @media (max-width: 980px) {
    .renewal-content #service .service-grid {
      grid-template-columns: 1fr;
    }
    .renewal-content #service .service-subgrid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .renewal-content #service .service-subgrid .service-item,
    .renewal-content #service .service-subgrid .service-item:nth-child(4) {
      grid-column: auto;
    }
    .renewal-content #service .service-subgrid .service-item:nth-child(5) {
      grid-column: 1 / -1;
    }
  
}

  @media (max-width: 640px) {
    .renewal-content .section-heading { padding: 12px 0 34px; }
    .renewal-content .section-word { font-size: clamp(48px, 16vw, 68px); }
    .renewal-content #cta {
      padding: 88px 0 66px;
    }
    .renewal-content #cta::before {
      top: -450px;
      width: 720px;
      height: 720px;
    }
    .renewal-content #cta .section-word {
      top: -72px;
      right: -4px;
    }
    .renewal-content #cta .section-heading {
      padding-bottom: 24px;
    }
    .renewal-content #cta .cta-motif--square {
      top: -6px;
      left: 8px;
      width: 30px;
      height: 30px;
      opacity: .72;
    }
    .renewal-content #cta .cta-motif--dots {
      right: -10px;
      bottom: -34px;
      width: 88px;
      height: 66px;
      opacity: .5;
    }
    .renewal-content #cta .cta-motif--node {
      display: none;
    }
    .renewal-content #cta .cta-btns a:first-child {
      padding-top: 21px;
      padding-bottom: 21px;
    }
    .renewal-content #cta .cta-btns a:last-child {
      width: calc(100% - 20px);
      padding-top: 17px;
      padding-bottom: 17px;
    }
    .renewal-content .cta-lead {
      max-width: 340px;
      margin: 24px auto 36px;
      font-size: 15px;
      letter-spacing: .025em;
      line-height: 2;
      text-wrap: balance;
    }
    .renewal-content .cta-lead br {
      display: none;
    }
    .renewal-content .cta-note {
      padding: 0 8px;
      font-size: 12px;
      line-height: 1.65;
      text-wrap: balance;
    }
    .renewal-content .concept-copy::before,
    .renewal-content .concept-copy::after { top: 18px; left: 42px; }
    .renewal-content .concept-copy::before { transform: translate(-32px, -7px) scale(.68); }
    .renewal-content .concept-copy::after { transform: translate(-67px, -7px) scale(.68) rotate(45deg); }
    .renewal-content #service .section-heading::before,
    .renewal-content #service .section-heading::after,
    .renewal-content #works .section-heading::before,
    .renewal-content #works .section-heading::after,
    .renewal-content #flow .section-heading::before,
    .renewal-content #flow .section-heading::after,
    .renewal-content #cta .section-heading::before,
    .renewal-content #cta .section-heading::after { top: 18px; left: 42px; }
    .renewal-content #service .section-heading::before { transform: translate(-32px, -7px) scale(.68) rotate(45deg); }
    .renewal-content #service .section-heading::after { transform: translate(-67px, -7px) scale(.68); }
    .renewal-content #works .section-heading::before { transform: translate(-32px, -7px) scale(.68) rotate(45deg); }
    .renewal-content #works .section-heading::after { transform: translate(-67px, -7px) scale(.68); }
    .renewal-content #flow .section-heading::before { transform: translate(-67px, -7px) scale(.68); }
    .renewal-content #flow .section-heading::after { transform: translate(-32px, -7px) scale(.68); }
    .renewal-content #cta .section-heading::before { transform: scale(.68) rotate(45deg); }
    .renewal-content #cta .section-heading::after { transform: translate(-34px, 22px) scale(.68); }
    .renewal-content #service .service-grid,
    .renewal-content #service .service-subgrid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }
    .renewal-content #service .service-subgrid {
      margin-top: 12px;
    }
    .renewal-content #service .service-grid .service-item,
    .renewal-content #service .service-grid .service-item--primary,
    .renewal-content #service .service-subgrid .service-item,
    .renewal-content #service .service-subgrid .service-item:nth-child(4),
    .renewal-content #service .service-subgrid .service-item:nth-child(5) {
      grid-column: auto;
      min-height: 0;
      margin: 0;
      padding: 24px 24px 64px;
    }
    .renewal-content #service .service-grid .service-item--primary {
      grid-template-columns: 46px minmax(0, 1fr);
      grid-template-rows: auto auto auto;
    }
    .renewal-content #service .service-visual {
      height: 136px;
    }
    .renewal-content #service .service-item--primary .service-visual {
      grid-column: 1 / -1;
      grid-row: 1;
      min-height: 0;
      height: 136px;
      margin-bottom: 4px;
    }
    .renewal-content #service .service-item--primary .service-visual--web-mockup {
      height: auto;
      aspect-ratio: 1280 / 566;
    }
    .renewal-content #service .service-item--primary .service-visual svg {
      width: 100%;
      margin-left: 0;
    }
    .renewal-content #service .service-item--primary .service-icon,
    .renewal-content #service .service-item--primary h4 {
      grid-row: 2;
    }
    .renewal-content #service .service-item--primary h4 {
      font-size: clamp(24px, 5vw, 28px);
    }
    .renewal-content #service .service-item--primary p {
      grid-column: 1 / -1;
      grid-row: 3;
      padding-right: 0;
    }
    .renewal-content #service .service-icon,
    .renewal-content #service .service-item--primary .service-icon {
      top: auto;
      right: auto;
      width: 38px;
      height: 38px;
    }
    .renewal-content #service .service-consult {
      grid-template-columns: 48px minmax(0, 1fr);
      gap: 12px 16px;
      margin-top: 12px;
      padding: 28px 24px;
    }
    .renewal-content #service .service-consult .view-more {
      box-sizing: border-box;
      grid-column: 1 / -1;
      justify-content: center;
      justify-self: stretch;
      width: 100%;
      margin-top: 10px;
      padding-right: 20px;
      padding-left: 20px;
      text-align: center;
    }
  
}

  /* CTA：明るい背景に切り替え、ネイビーの導線を主役にする */
  .renewal-content #cta {
    background:
      radial-gradient(circle at 84% 16%, rgba(47, 117, 200, .10), transparent 28%),
      linear-gradient(135deg, #f7f8f8 0%, #edf1f4 100%);
    border-bottom: 0;
  }

  .renewal-content #cta::before { border-color: rgba(23, 50, 77, .09); }
  .renewal-content #cta .section-word {
    top: -42px;
    color: rgba(23, 50, 77, .065);
  }
  .renewal-content #cta .concept-kicker { color: var(--asb-blue-deep); }
  .renewal-content #cta h2 { color: var(--asb-blue-deep); }
  .renewal-content .cta-lead { color: #46586a; }
  .renewal-content .cta-note { color: #697888; }

  .renewal-content .cta-btns a,
  .renewal-content .cta-btns a:last-child {
    border-color: #17324d;
    color: #fff;
    background: #17324d;
    box-shadow: 0 12px 26px rgba(23, 50, 77, .16);
  }

  .renewal-content .cta-btns a:last-child { background: #285574; }
  .renewal-content .cta-btns a:hover,
  .renewal-content .cta-btns a:last-child:hover {
    color: #fff;
    background: var(--asb-blue);
  }

  .renewal-content #cta .cta-motif--square { border-color: rgba(23, 50, 77, .18); }
  .renewal-content #cta .cta-motif--dots {
    background-image: radial-gradient(circle, rgba(23, 50, 77, .16) 1px, transparent 1.5px);
  }
  .renewal-content #cta .cta-motif--node {
    background: rgba(47, 117, 200, .8);
    box-shadow: 14px 24px 0 rgba(47, 117, 200, .32), 46px 3px 0 rgba(47, 117, 200, .22);
  }

  .renewal-content #concept h2,
  .renewal-content #service h2,
  .renewal-content #works h2,
  .renewal-content #flow h2,
  .renewal-content #cta h2 { color: #17324d; }

  .renewal-content .cta-btns a,
  .renewal-content .cta-btns a:first-child {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    min-height: 52px;
    padding: 0 66px 0 24px;
    border-color: #17324d;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .04em;
    background: #17324d;
    box-shadow: none;
  }

  .renewal-content .cta-btns a::before { right: 20px; }
  .renewal-content .cta-btns a::after { right: 30px; }
  .renewal-content .cta-btns a:hover {
    color: #fff;
    background: #0f2539;
    transform: translateY(-1px);
  }

  .renewal-content #cta { padding: clamp(74px, 6vw, 102px) 0 108px; }
  .renewal-content #cta .section-heading { padding-bottom: 22px; }
  .renewal-content .cta-lead { margin: 20px auto 30px; font-size: 14px; }
  .renewal-content .cta-btns { margin-bottom: 20px; }

  @media (max-width: 640px) {
    .renewal-content #cta { padding: 70px 0 56px; }
    .renewal-content #cta .section-word { top: -34px; }
    .renewal-content #cta .section-heading { padding-bottom: 18px; }
    .renewal-content .cta-lead { margin: 18px auto 26px; }
    .renewal-content .cta-btns { margin-bottom: 18px; }
    .renewal-content #cta .cta-btns { align-items: center; }
    .renewal-content #cta .cta-btns a { width: 70%; align-self: center; }

    .renewal-content #concept h2,
    .renewal-content #service h2,
    .renewal-content #works h2,
    .renewal-content #flow h2,
    .renewal-content #cta h2 { font-size: clamp(32px, 9vw, 38px); }

    .renewal-content .concept-heading-main {
      display: inline-block;
      font-size: clamp(23px, 7.4vw, 32px);
      white-space: nowrap;
    }

    .renewal-content #concept .concept-heading-sub {
      font-size: clamp(18px, 5.92vw, 25.6px);
    }

    .renewal-content #concept h2 {
      font-size: clamp(23px, 7.4vw, 32px);
      line-height: 1.55;
    }
  
}

  @media (max-width: 767px) {
    .renewal-content #cta .cta-btns { align-items: center; }
    .renewal-content #cta .cta-btns a:first-child:last-child {
      width: 70%;
      justify-content: center;
      align-self: center;
      padding-right: 24px;
      padding-left: 24px;
      text-align: center;
    }
  
}

/* スマホ：本文・説明文は14pxを上限に統一 */
@media (max-width: 767px) {
  .renewal-content #concept .lead-text,
  .renewal-content .service-lead,
  .renewal-content .works-lead,
  .renewal-content .flow-lead,
  .renewal-content .cta-lead {
    font-size: 14px;
  }

  .hero_summary,
  .renewal-content #concept .lead-text,
  .renewal-content .service-lead,
  .renewal-content #service .service-item p,
  .renewal-content .works-lead,
  .renewal-content .flow-lead,
  .renewal-content .step-body,
  .renewal-content .cta-lead {
    line-height: 1.8;
  }
}
