/* TSUZUKU+ LP - SHONAN+ tone styles
   Reference: 派遣の賢い使い方LP / 採用の星LP の構成・トンマナ
*/
:root {
  --primary: #1d6cb8;
  --primary-dark: #144d85;
  --primary-soft: #d8e8f6;
  --primary-pale: #ebf3fb;
  --sky: #c9e0f4;
  --sky-bg: #e6f1fa;
  --accent: #f6c532;
  --orange: #ff7a2a;
  --green: #2eb872;
  --ink: #2a3a4a;
  --ink-2: #45556a;
  --muted: #7a8a99;
  --line: #d4dde6;
  --bg: #ffffff;
  --bg-soft: #f4f7fa;
  --danger: #d94747;
  --radius: 6px;
  --radius-lg: 10px;
}


html, body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--ink);
  font-feature-settings: "palt";
  line-height: 1.9;
  background: #fff;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ Section illustrations ============ */
.section-illust {
  display: block;
  width: 100%;
  height: auto;
}
/* サービス内容・強み・フロー：コンテナに収まるよう object-fit: contain */
.svc-item__img img,
.strength__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flow-step__img img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
}

/* ============ Image placeholder ============ */
.img-ph {
  background: repeating-linear-gradient(135deg, #eef3f8, #eef3f8 8px, #e3ecf3 8px, #e3ecf3 16px);
  border: 2px dashed var(--primary);
  color: var(--primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.img-ph__inner {
  padding: 14px 16px;
  background: rgba(255,255,255,0.85);
  border-radius: var(--radius);
  max-width: 88%;
}
.img-ph__icon {
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  color: var(--primary);
}
.img-ph__label { font-size: 13px; font-weight: 800; line-height: 1.5; }
.img-ph__hint { font-size: 11px; color: var(--muted); margin-top: 4px; font-weight: 600; }

/* ============ header / footer / nav (lp_haken/css/style.css より) ============ */

/*background alternative*/
header h1 a ,
header nav li a ,
.regi ,
#difference h2 ,
#difference ul li a ,
#about h2 ,
#bottomBns li a ,
#footerTel ,
#mailmg p:last-child a {
	height:0px;
	overflow:hidden;
	line-height:2;
	background-repeat:no-repeat;
}
/* gNav
--------------------------------------------------*/
.navStyle {
	padding: 80px 0 0;
	float: right;
}
.navStyle ul {
	overflow: hidden;
	text-align: center;
	line-height: 1;
}
.navStyle .pNavList,
.navStyle .regi {
	display: none;
}
.navStyle li {
	position: relative;
	display: inline-block;
}
.navStyle li:before {
}
.navStyle li:after {
}
.navStyle li:first-child:after {
	display: none;
}
.navStyle li a {
	position: relative;
	display: block;
	padding: 0 20px;
	color: #000;
	font-size: 14px;
}
.navStyle li.on a,
.noT .navStyle li a:hover {
	color: #333;
}
.navStyle li.on:before,
.noT .navStyle li:hover:before {
	opacity: 1;
}
.navStyle li.on a {
	font-style: italic;
}.navStyle {
    padding: 80px 350px 0 0;
    float: right;
}
.navStyle li a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: #000;
    font-size: 18px;
}
.navStyle li {
    border-right: solid 1px #000;
}
.navStyle li:nth-child(3) {
	border: 0;
}

.regi {
	position:absolute;
	right:0;
	top:70px;
	background-image:url(../../../../img/common/tel.gif);
	width:329px !important;
	padding-top:30px;
}
/* SP */
@media only screen and (max-width:960px) {
	#gNav {
		position: fixed;
		top: 60px;
		left: 0;
		display: none;
		width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
	}
	.navStyle {
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}
	.navStyle ul {
		text-align: left;
		border-top: #b2b2b2 solid 1px;
	}
	.navStyle li {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		display: inline-block;
		width: 50%;
		text-align: center;
		border-bottom: #b2b2b2 solid 1px;
		border-right: 0;
		background: #1f3066;
	}
	.navStyle li:nth-child(odd) {
		border-right: #b2b2b2 solid 1px;
	}
	.navStyle li:before,
	.navStyle li:after {
		display: none;
	}
	.navStyle li a {
		padding: 15px 0;
		color: #333;
		font-size: 14px;
		letter-spacing: 0.05em;
		color: #FFF;
	}
	.navStyle li.on a,
	.noT .navStyle li a:hover {
		color: #fff;
		background-color: #1a2a4c;
		font-style: normal;
	}
	.navStyle .pNavList,
	.navStyle .regi {
		display: block;
	}
	.navStyle .pNavList {
		border-top: none;
	}
	.navStyle .regi {
		width: 100% !important;
		position: relative;
		top: 0;
		background-position: center;
		margin-top: -1px;
		border-top: #b2b2b2 solid 1px;
	padding-top:50px;
	background-image:url(../../../../img/common/tel.svg);
	}
	.navStyle .regi a {
		display: block;
		padding: 22px 0;
		color: #fff;
		font-size: 16px;
		text-align: center;
		background-color: #b39826;
		letter-spacing: 0.1em;
	}
}
@media only screen and (max-width:331px) {
	.navStyle .regi {
		background-size: contain;
	}
}

#lowerHed {
	background-color:#003986;
	color:#FFF;
}
#lowerHed div {
	height: 60px;
}
#lowerHed h2 {
	float:left;
	line-height: 60px;
}
#lowerHed ul {
	float:right;
	width:80%;
	text-align:right;
	font-size: 14px;
	line-height: 60px;
}
#lowerHed ul.mini {
	width:67%;
}
#lowerHed ul li {
	list-style:none;
	display:inline;
	padding-right:5px;
}
#lowerHed ul li:after {
	content:">";
	margin-left:10px;
}
#lowerHed ul li:last-child:after {
	content:"";
	margin-left:0px;
}
#lowerHed ul li a {
	color:#FFF;
}
/* SP */
@media only screen and (max-width:768px) {
#lowerHed {
	background-color:#003986;
	color:#FFF;
	margin-top:40px;
}
#lowerHed div {
	width:100%;
	margin:0 auto;
	position:relative;
	padding:8px 5px;
	line-height:1.5;
	overflow:hidden;
	box-sizing:border-box;
}
#lowerHed h2 {
	float:left;
}
#lowerHed ul {
	float:right;
	text-align:left;
	font-size:75%;
}
#lowerHed ul li {
	list-style:none;
	display:inline;
	padding-right:0px;
}
#lowerHed ul li:after {
	content:">";
	margin-left:3px;
}
#lowerHed ul li:nth-of-type(3):after {
	content:"";
	margin-left:0px;
}
#lowerHed ul li:nth-of-type(4):before {
	content: "\A >";
	white-space: pre;
	margin-left:0px;
}
#lowerHed ul li:last-child:after {
	content:"";
	margin-left:0px;
}
#lowerHed ul li a {
	color:#FFF;
}
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 150px;
  background: #FFF;
  transition: .3s;
padding: 0;
}
#header .wrap {
  max-width: 1130px;
}
/* ナビが見切れないよう padding-right を regi 幅に合わせて調整 */
#header .navStyle {
  padding-right: 340px;
}
#header .navStyle ul {
  white-space: nowrap;
}
.is-animation #header .navStyle,
.is-animation .navStyle {
  padding-right: 340px;
}
#header h1,
#header .navStyle,
#header .regi {
  transition: .3s;
}
.is-animation {
  height: 60px !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.is-animation h1 {
  color: #000;
	padding: 10px 0 0 !important;
}
.is-animation h1 img{
  height: 40px !important;
}
.is-animation .navStyle {
    padding: 20px 350px 0 0;
}
.is-animation .regi {
    top: 15px;
}
#container { padding-top: 150px; }
@media only screen and (max-width:768px) {
#header {
  height: 60px;
}
#header h1 img{
  height: 40px !important;
}
.is-animation {
  height: 60px !important;
}
.is-animation #gNav {
	top: 60px;
}
.is-animation h1 img{
  height: 40px !important;
}
#container {
	padding-top: 0;
}
.is-animation .navStyle {
    padding: 0;
}
.is-animation .regi {
    top: 0;
}
#spMenu:before, #spMenu:after, #spMenu .cbdr {
    background-color: #003986;
}
}

#footer {
	background-color:#898989;
	color:#FFF;
}
#footerInner {
	width:1100px;
	margin:0 auto;
	padding:45px 0 65px;
	text-align:center;
}
#footerInner a {
	color:#FFF;
}
#footerInner nav li {
	display:inline;
	margin-right:20px;
	padding-bottom:25px;
	line-height:3;
}
#footerInner nav li a {
	padding-right:20px;
	border-right:solid 1px #fff;
	display:inline-block;
	line-height:1;
}
#footerInner nav li:nth-of-type(5) a ,
#footerInner nav li:nth-of-type(9) a ,
#footerInner nav li:nth-of-type(13) a ,
#footerInner nav li:last-child a {
	border-right:none;
}
#footerInner nav li:nth-of-type(6):before ,
#footerInner nav li:nth-of-type(10):before ,
#footerInner nav li:nth-of-type(14):before {
	content: "\A";
	white-space: pre;
}
#footerTel {
	margin:50px 0 50px;
	background-image:url(../../../../img/common/footer_tel.png);
	padding-top:40px;
	background-position:center top;
}
.address {
	background-image:url(../../img/common/footer_logo.png);
	background-repeat:no-repeat;
	padding-left:130px;
	line-height:1.5;
	text-align:left;
	width:600px;
	margin:0 0 60px 100px;
	box-sizing:border-box;
	position:relative;
	float: left;
}
.address a.logo {
	position:absolute;
	left:0px;
	top:0px;
	width:111px;
	padding-top:91px;
	height:0px;
	overflow:hidden;
	display:block;
}
.address a.tel {
	text-decoration:none;
	cursor:default;
}
.line {
	width: 300px;
	float: right;
	padding: 0;
	margin: 0 100px 60px 0;
}
.copyrights {
    clear: both;
}
#footerInner p:last-child {
	font-size:75%;
}

@media screen and (max-width: 979px){
#footer {
	background-color:#898989;
	color:#FFF;
}
#footerInner {
	width: 100%;
	padding:45px 0;
	text-align:center;
}
#footerInner a {
	color:#FFF;
}
#footerInner nav {
	overflow:hidden;
}
#footerInner nav li {
	float:left;
	width:50%;
	padding-bottom:0;
	box-sizing:border-box;
	text-align:left;
	margin-right: 0;
	font-size: 12px;
}
#footerInner nav li:nth-of-type(odd) {
	text-align:right;
}
#footerInner nav li:nth-of-type(odd) a {
	padding-right:10px;
	border-right:solid 1px #fff;
	display:inline-block;
	line-height:1;
}
#footerInner nav li:nth-of-type(even) a {
	padding-left:10px;
	text-align:left;
	border: 0;
	padding-right:0;
}
#footerInner nav li:last-child a {
	border-right:none;
}
#footerInner nav li:nth-of-type(5):before, #footerInner nav li:nth-of-type(10):before {
    content: none;
}
#footerTel {
	background-image:url(../../../../img/common/footer_tel.png);
	background-size:219px 20px;
	padding-top:20px;
	background-position:center top;
	position:relative;
	width:219px;
	margin:35px auto;
}
#footerTel a {
	position:absolute;
	right:0px;
	top:0px;
	width:107px;
	padding-top:20px;
	height:0px;
	overflow:hidden;
}
.address a.logo {
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	padding-top:45px;
	height:0px;
	overflow:hidden;
	display:block;
}
.address {
	background-image:url(../../img/common/footer_logo.png);
	background-size:55px 45px;
	background-repeat:no-repeat;
	background-position: 10px top;
	line-height:1.5;
	text-align:left;
	width: 300px;
	margin:0 auto 40px;
	box-sizing:border-box;
	padding:0 10px 0 75px;
	font-size: 10px;
	float: none;
}
.address span {
	display:block;
}
.line {
	width: 300px;
	float: none;
	padding: 0;
	margin:0 auto 40px;
}
#footerInner p:last-child {
	font-size:75%;
}
}

/* ============ Site header ============ */
.site-header {
  background: #fff;
  border-bottom: 4px solid var(--primary-soft);
  position: sticky; top: 0; z-index: 50;
}
.site-header__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand-block { display: flex; flex-direction: column; gap: 2px; }
.brand-tag { font-size: 10px; color: var(--muted); letter-spacing: 0.06em; }
.brand-logo {
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--primary);
  line-height: 1;
}
.brand-logo .plus { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; }
.nav-links a { color: var(--ink-2); font-weight: 700; }
.nav-links a:hover { color: var(--primary); }
.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
}
.header-phone__small { font-size: 11px; color: var(--muted); line-height: 1.2; }
.header-phone__num { font-size: 22px; font-weight: 900; letter-spacing: 0.02em; }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 520px;
  padding: 0;
  overflow: hidden;
  background: #f0f4f8;
}

/* 背景ビジュアル（全幅・絶対配置） */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg .img-ph {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background: repeating-linear-gradient(135deg, #b8cedd, #b8cedd 8px, #a8bfce 8px, #a8bfce 16px);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* テキスト（左60%）— 写真の明るい左側に直置き */
.hero-content {
  position: relative;
  z-index: 2;
  width: 60%;
  text-align: center;
  min-height: 520px;
  padding: 0;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-headline {
  font-size: 60px;
  font-weight: 900;
  /* color: var(--primary-dark); */
  line-height: 1.4;
  margin: 0 0 30px;
  letter-spacing: 0.01em;
}
.hero-headline .yellow {
  color: #205fa9;
  background: none;
  padding: 0;
}
.hero-logo-slot {
  display: inline-block;
  margin: 0 auto 20px;
}
.hero-logo {
  display: block;
  width: auto;
  max-width: 480px;
  height: auto;
}
.hero-hashtag {
  font-size: 16px;
  font-weight: 600;
  color: var(--muted);
}

/* ============ Section common ============ */
section { padding: 84px 0; }
.section-soft { background: var(--bg-soft); }
.section-sky { background: var(--sky-bg); }

.section-head { text-align: center; margin-bottom: 48px; }
.section-head__en {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 10px;
}
.section-head__ja {
  font-size: 34px;
  font-weight: 900;
  color: var(--ink);
  margin: 0;
  line-height: 1.5;
}
.section-head__ja .blue { color: var(--primary); }
.section-head__line {
  width: 56px; height: 4px;
  background: var(--primary);
  margin: 16px auto 0;
  border-radius: 4px;
}

/* ============ Problems section ============ */
.problems-row {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}
.problems-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.problem-item {
  background: #fff;
  border-radius: 6px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.08);
}
.problem-item__check {
  flex: 0 0 28px;
  height: 28px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.problem-item__text { font-size: 20px; font-weight: 800; color: var(--ink); line-height: 1.6; }

.problems-conclusion {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 26px 28px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 900;
  margin-top: 32px;
  letter-spacing: 0.02em;
}
.problems-conclusion .yellow { color: var(--accent); }

/* ============ Data section ============ */
.data-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: start;
}
.data-stat {
  text-align: center;
  background: var(--primary);
  color: #fff;
  padding: 28px 14px;
  border-radius: 8px;
}
.data-stat__label {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  opacity: 0.95;
}
.data-stat__big {
  font-size: 92px;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  letter-spacing: -0.02em;
}
.data-stat__big sup { font-size: 36px; vertical-align: super; }
.data-stat__sub {
  font-size: 15px;
  color: #fff;
  margin-top: 14px;
  font-weight: 800;
}
.data-list { list-style: none; padding: 0; margin: 0; }
.data-list li {
  background: #fff;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.06);
}
.data-list__rank {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
}
.data-list__rank.r1 { background: #c5982a; }
.data-list__rank.r2 { background: #8d96a3; }
.data-list__rank.r3 { background: #ad6b32; }
.data-list__label { flex: 1; font-size: 21px; font-weight: 800; color: var(--ink); }
.data-list__pct { flex: 0 0 120px; text-align: right; font-weight: 900; color: var(--primary); font-size: 21px; white-space: nowrap; }
.data-source { margin-top: 16px; font-size: 13px; color: var(--muted); text-align: right; }

/* ============ Concept section ============ */
.concept-quote {
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  padding: 38px 40px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.55;
}
.concept-quote .yellow { color: var(--accent); }
.concept-row {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
  align-items: center;
}
.concept-text { font-size: 20px; line-height: 2; color: var(--ink-2); }
.concept-text strong { color: var(--primary-dark); }

/* ============ Service overview ============ */
.svc-overview-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 30px;
}
.svc-overview-text { font-size: 20px; line-height: 2; color: var(--ink-2); }
.svc-overview-text strong { color: var(--primary-dark); }

/* ============ Mapping ============ */
.mapping-box {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.06);
}
.mapping-grid {
  display: grid;
  grid-template-columns: 1fr 50px 1.2fr;
  gap: 12px 16px;
  align-items: center;
}
.mapping-head {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--primary);
  padding: 12px 16px;
  border-radius: 4px;
  text-align: center;
}
.mapping-head.right { background: var(--accent); color: var(--ink); }
.mapping-cell {
  padding: 16px 20px;
  background: var(--primary-pale);
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}
.mapping-cell.action { background: #fef0c0; }
.mapping-cell__rank {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
}
.mapping-cell__title { font-weight: 800; color: var(--ink); line-height: 1.6; }
.mapping-arrow {
  text-align: center;
  color: var(--primary);
}

/* ============ Service content list ============ */
.svc-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.svc-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px 22px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.08);
  position: relative;
  overflow: hidden;
}
/* 左上に大きく薄いグレーで数字 */
.svc-item__num {
  position: absolute;
  top: 6px;
  left: 12px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  color: rgba(0, 0, 0, 0.07);
  pointer-events: none;
  user-select: none;
}
/* イラスト：高さ固定で横長・縦長の差をなくす、数字との重なりを避ける余白 */
.svc-item__img {
  margin: 28px 0 14px 20px;
  width: calc(100% - 20px);
  height: 120px;
  max-width: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-item__title {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.65;
}
.svc-note { margin-top: 24px; font-size: 13px; color: var(--muted); text-align: center; }

/* ============ Benefits ============ */
.benefits-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}
.benefit {
  background: #fff;
  border-radius: 6px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: center;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.08);
}
.benefit__check {
  width: 32px;
  height: 32px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit__text { font-size: 20px; color: var(--ink); font-weight: 700; line-height: 1.75; }

/* ============ Pricing ============ */
.price-card {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 0 rgba(20, 77, 133, 0.15);
}
.price-card__head {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 16px 20px;
}
.price-card__plan { font-size: 13px; letter-spacing: 0.18em; opacity: 0.9; font-weight: 700; }
.price-card__name { font-size: 24px; font-weight: 900; margin-top: 4px; }
.price-card__body { padding: 36px 32px 30px; text-align: center; }
.price-card__amount {
  font-size: 52px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}
.price-card__amount .yen { font-size: 28px; margin-right: 4px; }
.price-card__amount .from { font-size: 24px; color: var(--ink-2); margin-left: 6px; }
.price-card__unit { color: var(--ink-2); font-size: 16px; margin-top: 10px; font-weight: 700; }
.price-card__notes {
  list-style: none;
  padding: 24px 0 0;
  margin: 28px 0 0;
  border-top: 2px dashed var(--primary-soft);
  font-size: 14px;
  color: var(--ink-2);
  text-align: left;
}
.price-card__notes li { padding-left: 20px; position: relative; margin-bottom: 6px; line-height: 1.75; }
.price-card__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

/* ============ Flow ============ */
.flow {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}
.flow-step {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  display: grid;
  grid-template-columns: 110px 280px 1fr;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.08);
}
.flow-step__num {
  background: var(--primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}
.flow-step__num span { font-size: 11px; letter-spacing: 0.16em; opacity: 0.9; }
.flow-step__num b { font-size: 38px; font-weight: 900; line-height: 1; margin-top: 4px; }
.flow-step__img {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-soft);
}
.flow-step__img .img-ph { width: 100%; aspect-ratio: 4/3; }
.flow-step__body { padding: 22px 26px; }
.flow-step__title {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary-dark);
  margin: 0 0 10px;
}
.flow-step__text { font-size: 18px; color: var(--ink-2); line-height: 1.95; margin: 0; }

/* ============ Strengths ============ */
.strengths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.strength {
  background: #fff;
  border-radius: 8px;
  padding: 0 0 20px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.08);
}
.strength__no {
  display: block;
  background: var(--primary);
  color: #fff;
  padding: 7px 22px;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 800;
}
.strength__img { margin: 0 auto; width: 200px; height: 200px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.strength__title {
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-dark);
  margin: 10px 0;
}
.strengths-intro {
  font-size: 19px;
  line-height: 2;
  color: var(--ink-2);
  text-align: center;
  margin-bottom: 40px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.strengths-intro strong { color: var(--primary-dark); }

/* ============ Buttons ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 28px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.15s, transform 0.15s;
}
.btn:hover { opacity: 0.88; transform: translateY(-1px); }
.btn--primary { background: var(--primary); color: #fff; }
.btn--accent { background: var(--orange); color: #fff; }
.btn--ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn--outline { background: #fff; color: var(--primary); border: 2px solid var(--primary); }
.btn--lg { padding: 20px 40px; font-size: 18px; }
.btn--block { width: 100%; }

/* ============ Form ============ */
.form-wrap {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 40px 44px;
  box-shadow: 0 2px 0 rgba(20, 77, 133, 0.08);
}
.form-intro { font-size: 18px; color: var(--ink-2); line-height: 1.95; margin: 0 0 28px; }
.form-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--primary-soft);
  align-items: start;
}
.form-row:last-of-type { border-bottom: none; }
.form-label {
  font-weight: 800;
  font-size: 18px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-required {
  background: var(--danger);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.form-optional {
  background: var(--muted);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 800;
}
.form-input, .form-textarea, .form-select {
  width: 100%;
  font-size: 18px;
  padding: 14px 16px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: inherit;
  background: var(--bg-soft);
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: 2px solid var(--primary);
  background: #fff;
}
.form-textarea { min-height: 140px; resize: vertical; }
.form-submit { margin-top: 28px; text-align: center; }
.form-time-group { display: flex; gap: 10px; align-items: center; }
.form-time-group .form-select { flex: 1; max-width: 220px; }

/* ============ Confirm page ============ */
.confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}
.confirm-table th,
.confirm-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px dashed var(--primary-soft);
  font-size: 16px;
  vertical-align: top;
}
.confirm-table th {
  font-weight: 800;
  color: var(--ink);
  width: 200px;
  background: var(--primary-pale);
}
.confirm-table td { color: var(--ink-2); }
.confirm-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* ============ Footer ============ */
.site-footer {
  background: #2a3a4a;
  color: #c0ccd8;
  padding: 40px 0 20px;
  font-size: 12px;
}
.site-footer__nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  border-bottom: 1px solid #455a6e;
  padding-bottom: 18px;
}
.site-footer__nav a:hover { color: #fff; }
.site-footer__bottom {
  max-width: 960px;
  margin: 0 auto;
  padding: 18px 24px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
}
.site-footer__brand { font-size: 16px; font-weight: 900; margin-bottom: 6px; }
.site-footer__brand .blue { color: #5fa5e0; }
.site-footer__brand .plus { color: var(--orange); }
.site-footer__info { line-height: 1.85; }
.site-footer__copyright {
  margin-top: 24px;
  font-size: 11px;
  color: #889aac;
  text-align: center;
}


/* ============ Thanks page ============ */
.thanks-wrap {
  max-width: 640px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}
.thanks-icon {
  width: 72px;
  height: 72px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  color: #fff;
}
.thanks-title {
  font-size: 28px;
  font-weight: 900;
  color: var(--primary-dark);
  margin: 0 0 18px;
}
.thanks-text {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 2;
  margin: 0 0 36px;
}

/* ============ Responsive ============ */
@media (max-width: 820px) {

  /* Hero: 写真を全面背景→半透明白オーバーレイの上にテキスト */
  .hero {
    position: relative;
    min-height: 460px;
    background: #f0f4f8;
    padding: 0;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top 0 right 10%;
    display: block;
  }
  .hero-bg .img-ph {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
  }
  /* 半透明白オーバーレイ＋テキスト（下部に配置） */
  .hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: auto;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    text-align: center;
  }
  .hero-headline { font-size: 20px; margin-bottom: 10px; }
  .hero-headline br { display: none; }
  .hero-logo-slot { margin: 0 auto 12px; }
  .hero-logo { max-width: 300px; }
  .problems-row, .concept-row, .svc-overview-row, .data-grid { grid-template-columns: 1fr; }
  .problems-grid { grid-template-columns: 1fr; }
  /* セクションイラスト：スマホで全幅は大きすぎるので最大幅を制限 */
  .section-illust { max-width: 160px; margin-left: auto; margin-right: auto; }
  /* サービス内容：スマホ2列でイラストサイズ調整 */
  .svc-item__img { width: calc(100% - 10px); height: 90px; margin: 24px 0 10px 10px; }
  /* 強み：スマホでも適切なサイズ */
  .strength__img { width: 160px; height: 160px; }
  /* サービス内容: スマホで2列、奇数カードは中央寄せ */
  .svc-list { grid-template-columns: repeat(2, 1fr); justify-items: center; }
  .svc-list > *:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 50%; }
  .strengths { grid-template-columns: 1fr; }
  .mapping-grid { grid-template-columns: 1fr; gap: 8px; }
  .mapping-cell { font-size: 16px; padding: 12px 14px; }
  .mapping-head { font-size: 15px; }
  .mapping-arrow svg { transform: rotate(90deg); display: block; margin: 0 auto; }
  .flow-step { grid-template-columns: 64px 1fr; }
  .flow-step__img { display: none; }
  .flow-step__body { padding: 16px 18px; }
  .flow-step__title { font-size: 18px; }
  .flow-step__text { font-size: 15px; }
  .form-row { grid-template-columns: 1fr; }
  .form-wrap { padding: 22px 18px; max-width: 100%; }
  .form-label { font-size: 15px; }
  .form-input, .form-textarea, .form-select { font-size: 16px; }
  .nav-links { display: none; }
  .concept-quote { font-size: 20px; padding: 24px 20px; }
  .concept-text { font-size: 17px; }
  .section-head__ja { font-size: 26px; }
  .site-footer__bottom { grid-template-columns: 1fr; }
  /* 料金の大きな数字をスマホサイズに縮小 */
  .price-card__amount { font-size: 44px; }
  .price-card__amount .yen { font-size: 24px; }
  .price-card__amount .from { font-size: 22px; }
  .price-card__body { padding: 28px 20px 24px; }
  /* DATAランキングの%テキストを折り返さない */
  .data-list__pct { flex: 0 0 90px; white-space: nowrap; font-size: 16px; }
  .data-list__label { font-size: 16px; }
  /* 本文系 */
  .svc-overview-text { font-size: 17px; }
  .benefit__text { font-size: 17px; }
}

/* ============ Scroll Reveal ============ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.25s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.35s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.45s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.55s; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.65s; }
/* アクセシビリティ：動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
