section.kv {
	padding: 5rem 0 6rem;
	position:relative;
	background: linear-gradient(
		180deg,
		#E3F0FF 0%,
		#F3F8FF 55%,
		#E3F0FF 100%
	);
}
@media(max-width: 599px){
	section.kv{
		padding-top: 2.5rem;
		padding-bottom: 4rem;
	}
}
section.kv > .wrapper {
	max-width: 128rem;
	margin: 0 auto;
	padding: 0 4rem;
	background: none;
	border-radius: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section#front-recommendation-appeal {
	padding-top: 2rem;
	background: #E9F4FB;
}
#front-recommendation-appeal .section-ttl {
	text-align: center;
	margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1023px) {
	section#front-recommendation-appeal {
		padding-top: 3.5rem;
	}
}
section#front-recommendation-appeal > .wrapper {
	max-width: 128rem;
	margin: auto;
	padding: 4rem 1rem 6rem;
	border-radius: 2rem;
	background: none;
}
@media only screen and (max-width: 1023px) {
	section#front-recommendation-appeal > .wrapper {
		padding: 4rem 1rem;
	}
}
section#front-recommendation-appeal > .wrapper .section-ttl {
	max-width: 116rem;
	margin: auto;
}
section#front-recommendation-appeal > .wrapper .content-wrap {
	max-width: 116rem;
	background: none;
	border-radius: 0; 
	margin: 4rem auto 0;
	padding: 3rem 1rem;
}
@media only screen and (max-width: 1023px) {
	section#front-recommendation-appeal > .wrapper .content-wrap {
		max-width: 76.8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 2rem auto 0;
		padding: 2rem 1rem;
	}
}
#front-recommendation-appeal .content-wrap {
  margin-top: 1.6rem;
}
.fc-pack-ttl .ttl-line:first-child {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
}

/* 2行目（強調） */
.fc-pack-ttl .ttl-line:last-child {
  font-size: clamp(2.6rem, 3.4vw, 3.6rem);
}
@media only screen and (max-width: 1023px) {
	section#front-strong-point {
		padding: 4rem 1rem 0;
	}
}
section#front-strong-point > .wrapper {
	max-width: 116rem;
	margin: auto;
}
section#front-strong-point > .wrapper .flex-box {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	gap: 3rem 6.4rem;
	margin-top: 4rem;
}
@media only screen and (max-width: 1023px) {
	section#front-strong-point > .wrapper .flex-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 3rem;
	}
}
section#front-strong-point > .wrapper .flex-box .col {
	max-width: 34.4rem;
}
@media only screen and (max-width: 1023px) {
	section#front-strong-point > .wrapper .flex-box .col {
		max-width: 36rem;
	}
}
section#front-strong-point > .wrapper .flex-box .col .ttl-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
section#front-strong-point > .wrapper .flex-box .col .ttl-img-wrap .col-ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
@media only screen and (max-width: 1023px) {
	section#front-strong-point > .wrapper .flex-box .col .ttl-img-wrap .col-ttl {
		font-size: 1.6rem;
	}
}
section#front-strong-point > .wrapper .flex-box .col .ttl-img-wrap .img-wrap {
	max-width: 12rem;
	margin: auto;
}
section#front-strong-point > .wrapper .flex-box .col .txt-wrap {
	margin-top: 2rem;
}
section#front-strong-point > .wrapper .flex-box .col .txt-wrap p {
	font-weight: 500;
	line-height: 2;
}
section#front-strong-point > .wrapper .btn-wrap {
	margin-top: 6rem;
}
section#front-track-record {
	padding: 10rem 1rem 0;
	margin-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
	section#front-track-record {
		padding: 5rem 1rem 0;
	}
}
section#front-track-record > .wrapper {
	max-width: 128rem;
	border-radius: 2rem;
	margin: auto;
	padding: 6rem 1rem 8rem;
}
@media only screen and (max-width: 1023px) {
	section#front-track-record > .wrapper {
		padding: 3rem 1rem 4rem;
	}
}
section#front-track-record > .wrapper .section-ttl {
	max-width: 116rem;
	margin: auto;
}
section#front-track-record > .wrapper .flex-box {
	max-width: 116rem;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	gap: 3rem 6rem;
	margin: 4rem auto 0;
}
@media only screen and (max-width: 1023px) {
	section#front-track-record > .wrapper .flex-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 4rem;
	}
}
section#front-track-record > .wrapper .flex-box .col {
	max-width: 24.5rem;
}
@media only screen and (max-width: 1023px) {
	section#front-track-record > .wrapper .flex-box .col {
		max-width: 30.2rem;
	}
}
section#front-track-record > .wrapper .flex-box .col .txt-wrap {
	margin-top: 2rem;
}
section#front-track-record > .wrapper .flex-box .col .txt-wrap p {
	font-weight: 500;
	line-height: 2;
}
section#front-function {
	padding: 6rem 1rem;
	background: #ffffff;
}
@media (max-width: 1023px) {
	section#front-function {
		padding: 5rem 1rem;
	}
}
section#front-function > .wrapper {
	max-width: 116rem;
	margin: 0 auto;
	position: relative;
}
section#front-function > .wrapper::before {
	background: url(../img/front_function_reception_left.svg) no-repeat center/contain;
	left: 0;
}
section#front-function > .wrapper::after {
	background: url(../img/front_function_reception_right.svg) no-repeat center/contain;
	right: 0;
}
section#front-function > .wrapper .flex-box {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	gap: 4rem;
	margin-top: 6rem;
}
@media only screen and (max-width: 1023px) {
	section#front-function > .wrapper .flex-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
section#front-function > .wrapper .flex-box .col {
	max-width: 20rem;
}
@media only screen and (max-width: 1023px) {
	section#front-function > .wrapper .flex-box .col {
		max-width: 15rem;
	}
}
section#front-function > .wrapper .flex-box .col .ttl-img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
}
section#front-function > .wrapper .flex-box .col .ttl-img-wrap .col-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
@media only screen and (max-width: 1023px) {
	section#front-function > .wrapper .flex-box .col .ttl-img-wrap .col-ttl {
		font-size: 1.6rem;
	}
}
section#front-function > .wrapper .flex-box .col .ttl-img-wrap .img-wrap {
	max-width: 12rem;
	margin: auto;
}
section#front-function > .wrapper .btn-wrap {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	gap: 2rem 4rem;
	margin-top: 6rem;
}

/* =========================================================
   FCパック 共通コンポーネント（変更なし）
========================================================= */

.fc-pack-box {
	position: relative;
	border-radius: 2.4rem;
	padding: 4.8rem 2rem 3rem;
	background: #fff;
	max-width: 900px;
	margin: 0 auto;
}

.fc-pack-services {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.2rem;
	flex-wrap: nowrap;
	margin-bottom: 3.6rem;
}

.fc-pack-services .plus,
.fc-pack-services .suffix {
	font-size: 2rem;
	font-weight: 700;
}

.fc-pack-price {
	max-width: 320px;
	margin: 0 auto;
	border: none;
	border-radius: 1.6rem;
}

.fc-pack-price .price-head {
	background: #0b5fb3;
	color: #fff;
	font-size: clamp(1.8rem, 2.6vw, 2.4rem);
	font-weight: 700;
	text-align: center;
	padding: 1.2rem 0;
}

.fc-pack-price .price-body {
	background: #E2EFF7;
	padding: 1.4rem 1rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: .4rem;
	white-space: nowrap;
	text-align: center;
}

.fc-pack-price .price-num {
	font-size: clamp(3.6rem, 4.4vw, 4.8rem);
	line-height: 1;
}

.fc-pack-price .price-unit {
	font-size: 1.4rem;
}

@media (max-width: 768px) {
	.fc-pack-services .service-item {
		font-size: 1.6rem;
	}

	.fc-pack-price .price-num {
		font-size: 4rem;
	}
}
/* =========================================================
   特徴・おすすめ（変更なし）
========================================================= */

.fc-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.fc-feature-card {
	display: grid;
	grid-template-rows: auto auto 1fr;
	background: #fff;
	border-radius: 2.4rem;
	padding: 3rem 2.5rem;
	text-align: center;
}

.fc-feature-ttl {
	min-height: 3.6em;
	font-size: clamp(2.2rem, 2.4vw, 2.8rem);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.fc-feature-img {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fc-feature-img img {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

.fc-feature-text {
	align-self: center;
	padding-top: 2rem;
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: left;
	font-weight: 700;
}

@media (max-width: 768px) {
	.fc-feature-grid {
		grid-template-columns: 1fr;
	}
}

.fc-recommend-item {
	background: #EAF4FB;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 6rem;
}
.solution-line {
	display: flex;
	align-items: flex-start;
	gap: 0.6em;
}
.fc-recommend-solution {
	display: flex;
	align-items: baseline;
	gap: 0.6rem;
	width: 100%;
	max-width: none;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 3rem;
	font-size: 1.7rem;
	font-weight: 700;
	justify-content: center;
}
.fc-recommend-item img {
	max-width: 100%;
	max-height: 220px;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.fc-recommend-image {
	height: auto;
	margin-top: 2rem;
	align-items: center;
	justify-content: center;
}
.fc-recommend-image img {
	width: 100%;
	max-width: 360px;
	height: auto;
	object-fit: contain;
}
@media (max-width: 599px) {
	.fc-recommend-solution {
		margin-bottom: 1.5rem;
	}
	.fc-recommend-image {
		margin-top: 1rem;
	}
	.fc-recommend-item {
		padding: 2.5rem 1.5rem;
	}
}
/* =========================================================
   機能一覧（4列維持・変更なし）
========================================================= */
.function-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	margin: 5rem auto 0;
	max-width: 1200px;
}
@media (max-width: 768px) {
	.function-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}
.function-col-ttl {
	background: #0E63C4;;
	border: 2px solid #0E63C4;
	color: #fff;
	font-weight: 700;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	padding: 1rem 0;
	border-radius: 16px;
	margin-bottom: 2rem;
}

.function-card {
	background: #EAF4FB;
	border-radius: 2rem;
	box-shadow: none;
	padding: 2.6rem 2rem;
	text-align: center;
}

.function-icon {
	width: 70px;
	height: 70px;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
}

.function-icon img {
	width: 100%;
	height: auto;
}

.function-card h4 {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	font-weight: 700;
	margin-bottom: .6rem;
	color: #0d53b4;
}

.function-card ul {
	padding-left: 0;
}

.function-card ul li {
	position: relative;
	padding-left: 1.2em;
	color: #333333;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: .4rem;
}
.function-card ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .6em; 
	width: .6em;
	height: .3em;
	border-left: 2px solid #0d53b4;
	border-bottom: 2px solid #0d53b4;
	transform: rotate(-45deg);
}
.function-col {
	display: flex;
	flex-direction:column;
	gap: 2.4rem;
}
.function-col-ttl {
	position: relative;
}
@media (max-width: 599px) {
	#front-function .description-wrap {
		display: none;
	}
	.function-grid {
		grid-template-columns: 1fr;
	}
	.function-card {
		display: grid;
		max-width: 520px;
		grid-template-columns: 64px 1fr;
		column-gap: 1.4rem;
		align-items: center;
		text-align: center;
		padding: 2rem 1.6rem;
		padding-left: 2.4rem;
	}
	.function-icon {
		width: 56px;
		height: 56px;
		margin: 0 auto;
		margin-left: 0.5rem;
	}
	.function-card h4 {
		font-size: 1.8rem;
		line-height: 1.3;
		text-align: left;
		margin: 0 0 .6rem;
		padding-left: 0.5rem;
	}
	.function-card ul {
		grid-column: 1 / -1;
		font-size: 1.5rem;
		text-align: left;
		margin-top: .8rem;
		padding-left: 0;
	}
	.function-card ul li::before {
		left: 0;
		top: .6em;
	}
	.function-card ul li {
		display: block;
		width: 100%;
		padding-left: 1.8em;
		margin-bottom: .4rem;
		position: relative;
	}
}
/* =========================================================
   KV レイアウト（中央寄せ・はみ出し防止）
========================================================= */
.kv-text {
	flex: 1 1 50%;
	text-align: left;
}
.kv-img-wrap {
	flex: 1 1 auto;
	width: 100%;
	max-width: clamp(420px, 45vw, 680px);
	min-width: unset;
	z-index: 2;
}
.kv-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 599px) {
	.kv-text {
		text-align: center;
	}
	.kv-img-wrap {
		flex: none;
		width: 100%;
		max-width: 100%;
		margin-top: 2rem;
	}
}
/* メインコピー */
.kv-main {
	font-size: clamp(3.4rem, 6vw, 5.4rem);
	font-weight: 700;
	line-height: 1.25;
	margin-top: 0.6rem;
	margin-bottom: 2.2rem;
	position: relative;
	z-index: 2;
	letter-spacing:-0.02em;
}
.kv-nowrap {
	white-space: nowrap;
}
.kv-highlight {
	color: #0D53B4;
}
.kv-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
	position: relative;
	z-index: 2;
	margin-top: 3rem;
}

.kv-cta .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 420px;
	height: 74px; 
	padding: 0;
	font-size: 2rem;
	white-space: nowrap;
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.btn-free{
	font-size: 1.6rem;
	padding: .4em .9em;
}
@media (max-width: 599px){
	.kv-cta .btn{
		height: 60px;
		font-size: 1.8rem;
		border-radius: 16px;
	}
	.btn-free{
		font-size: 1.4rem;
		padding: .3em .8em;
	}
}
/* =========================================================
   タブレット以下
========================================================= */
@media (max-width: 900px) {
	.kv-main-wrap{
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 2rem;
	}
	.kv-img-wrap{
		max-width: 420px;
	}
	.kv-main{
		font-size: clamp(2.6rem, 5vw, 4rem);
		text-align: center;
	}
	.kv-cta {
		flex-direction: column;
		align-items: center;
	}
}
.fc-pack-ttl {
  text-align: center;
  line-height: 1.25;
}
.fc-pack-ttl .ttl-line {
	color: #333333;
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: clamp(2.4rem, 3.2vw, 3.6rem);
}
@media (max-width: 599px) {
	.fc-pack-ttl .ttl-line {
		font-size: 1.3rem;
		line-height: 1.4;
	}
}
.fc-pack-ttl .ttl-line + .ttl-line {
  margin-top: 0.2em;
}
@media (max-width: 768px) {
	#front-track-record .ttl-line {
		font-size: 2.0rem;
		white-space: nowrap;
	}
}
.fc-pack-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0b5fb3;
	color: #fff;
	font-size: clamp(1.8rem, 2.6vw, 2.4rem);
	font-weight: 700;
	padding: 1.4rem 3.2rem;
	border-radius: 1.6rem;
	white-space: nowrap;
	width: calc(100% - 4rem);
	max-width: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media (max-width: 768px) {
	.fc-pack-services {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.2rem;
		justify-items: center;
		margin-bottom: 1.6rem;
	}
	.fc-pack-services .service-item:nth-of-type(3) {
		grid-column: 1 / -1;
		max-width: 200px;
	}
	.fc-pack-services .plus {
		display: none;
	}
	.fc-pack-services .suffix {
		grid-column: 1 / -1;
		justify-self: center;
		text-align: center;
	}
	.fc-pack-header {
		transform: translate(-50%, -40%);
	}
	.fc-pack-price {
		margin-top: 2.4rem;
	}
	.fc-pack-ttl .ttl-line {
		display: block;
		letter-spacing: .03em;
	}
}
.fixed-ttl {
font-size: clamp(2.4rem, 2.2vw, 3.6rem);
font-weight: 700;
line-height: 1.4;
}
section#front-feature {
	background: #EAF4FB;
	padding: 4rem 1rem 8rem;
}
@media (max-width: 1023px) {
	section#front-feature {
		padding: 5rem 1rem 5rem;
	}
}
#front-function .description-wrap {
 	margin-top: 2rem;
}
#front-feature .content-wrap {
	margin-top: 4rem;
}
@media (max-width: 599px) {
	#front-feature .content-wrap {
		margin-top: 2rem;
	}
}
section#request-form,
aside#request-form {
	padding: 6rem 2rem;
}

@media only screen and (max-width: 1023px) {
	section#request-form,
	aside#request-form {
		padding: 3rem 2rem;
	}
}

section#request-form > .wrapper,
aside#request-form > .wrapper {
	max-width: 96rem;
	margin: auto;
}
section#request-form > .wrapper .form-wrap,
aside#request-form > .wrapper .form-wrap {
	margin-top: 2.4rem;
}

@media only screen and (max-width: 1023px) {
	section#request-form > .wrapper .form-wrap,
	aside#request-form > .wrapper .form-wrap {
		margin-top: 2rem;
	}
}
section#request-form > .wrapper .form-wrap .form-def .form-table-wrap,
aside#request-form > .wrapper .form-wrap .form-def .form-table-wrap {
	background: var(--c_white);
	border-radius: 2rem;
	padding: 3rem 4rem;
}

@media only screen and (max-width: 1023px) {
	section#request-form > .wrapper .form-wrap .form-def .form-table-wrap,
	aside#request-form > .wrapper .form-wrap .form-def .form-table-wrap {
		min-width: auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 720px;
		padding: 3rem 3rem;
	}
}
@media only screen and (max-width: 767px) {
	section#request-form > .wrapper .form-wrap .form-def .form-table-wrap,
	aside#request-form > .wrapper .form-wrap .form-def .form-table-wrap {
		min-width: calc(100% + 2rem);
		margin-left: -1rem;
		padding: 3rem 1rem;
	}
}
section#request-form .form-table {
	width: 100%;
	border-spacing: 0;
}

section#request-form .form-table tbody tr th,
section#request-form .form-table tbody tr td {
	font-size: 1.6rem;
	text-align: left;
	padding: 1rem 0;
}

@media only screen and (max-width: 1023px) {
	section#request-form .form-table tbody tr th,
	section#request-form .form-table tbody tr td {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	section#request-form .form-table tbody tr th,
	section#request-form .form-table tbody tr td {
		font-size: 1.4rem;
		display: block;
	}
}
section#request-form .form-table td input,
section#request-form .form-table td textarea,
section#request-form .form-table td select {
  margin-bottom: 0.6rem;
}
section#request-form .form-table tbody tr th {
	width: 32rem;
	font-weight: 700;
	display: flex;
	align-items: baseline;
	gap: 1.2rem;
	padding-right: 4rem;
}
section#request-form input[type=text],
section#request-form input[type=tel],
section#request-form input[type=email],
section#request-form textarea,
section#request-form select {
	width: 100%;
	font-size: 1.8rem;
	background: var(--bg_primary_pale);
	border: none;
	border-radius: .4rem;
	padding: 1em;
}
section#request-form ::-webkit-input-placeholder {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	section#request-form input[type=text],
	section#request-form input[type=tel],
	section#request-form input[type=email],
	section#request-form textarea,
	section#request-form select {
		font-size: 1.6rem;
	}
	section#request-form ::-webkit-input-placeholder {
		font-size: 1.4rem;
	}
}
section#request-form input.harf {
	width: 50%;
}

@media only screen and (max-width: 1023px) {
	section#request-form input.harf {
		width: 100%;
	}
}
section#request-form .flex {
	display: flex;
	gap: 1rem 2rem;
}

section#request-form .flex-col {
	display: flex;
	flex-direction: column;
}

section#request-form .col-block {
	font-size: 1.6rem;
	line-height: 1.6;
	gap: 1.2rem;
}
section#request-form .col-block input[type="checkbox"] {
	width: 1.6rem;
	height: 1.6rem;
	margin-top: 0.2em;
	margin-right: .8rem;
}
section#request-form .btn-wrap {
	display: flex;
	gap: 2rem 4rem;
	margin-top: 6rem;
}

@media only screen and (max-width: 1023px) {
	section#request-form .btn-wrap {
		flex-direction: column-reverse;
		margin-top: 3rem;
	}
}

section#request-form .btn.btn-form {
	height: 66px;
	width: 100%;
	max-width: 48rem;;
}

section#request-form .btn.btn-form input {
	width: 100%;
	border: none;
	background: none;
	padding: 1.1em 1em;
}
aside.cta-request section#request-form {
	background: transparent;
}
aside.cta-request {
	background: #0b5fb3;
	padding: 6rem 1rem;
}
section#request-form .form-table-wrap {
	background: #fff;
	border-radius: 12px;
	padding: 4rem;

}
aside.cta-request {
	background: #0b5fb3 !important;
	background-image: none !important;
}
aside.cta-request .request-lead {
	text-align: center;
	color: #fff;
	font-size: clamp(2.6rem, 3.2vw, 3.6rem);
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 3.2rem;
	letter-spacing: 0.04em;
}

/* SP */
@media (max-width: 767px) {
	aside.cta-request .request-lead {
		font-size: 2rem;
	}
}
section#request-form .btn-request input:focus {
  outline: none;
}
section#request-form .form-table tbody tr th {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
aside.cta-request section#request-form .form-table th {
  display: flex !important;
  align-items: center !important;
  gap: 1.2rem !important;
  word-break: normal !important;
}
aside.cta-request section#request-form .form-table .label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3.2rem;
	height: 1.8rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border-radius: .3rem;
	white-space: nowrap;
	flex-shrink: 0;
}
aside.cta-request section#request-form .label.required {
  background: #cc4141;
}
aside.cta-request section#request-form .label.optional {
  background: #777;
}
.fc-pack-services .service-item {
	background: #E2EFF7;
	border: none;
	border-radius: 1.2rem;
	padding: 1.8rem 2.0rem;
	font-size: 1.9rem;
	font-weight: 700;
	min-width: 180px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	text-align: left;
}
.fc-pack-services .service-item::before {
	content: "";
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.fc-pack-services .service-item.is-attendance::before {
  background-image: url("../img/icon_attendance.png");
}
.fc-pack-services .service-item.is-hr::before {
  background-image: url("../img/icon_hr.png");
}
.fc-pack-services .service-item.is-expense::before {
  background-image: url("../img/icon_expense.png");
}
.kv-badge-pill{
	display: block;
	width: fit-content;
	justify-content:center;
	gap:.8rem;
	align-items:center;
	border-radius:999px;
	background: #0E63C4;
	border: 1px solid rgba(255,255,255,.28);
	color: #ffffff;
	font-weight:600;
	letter-spacing:.04em;
	margin-top: 4rem;
	margin: 0 auto 2rem;
	text-align: center;
	white-space: nowrap;
	font-size: clamp(1.6rem, 4vw, 2.1rem);
	padding: .6rem 1.4rem;
	max-width: 100%;
	text-overflow: ellipsis;
}
@media (max-width: 599px){
	.kv-badge-pill{
		white-space: nowrap;
		font-size: clamp(1.2rem, 3.5vw, 1.45rem);
		padding: .65rem 1rem;
		max-width: calc(100% - 2.4rem);
		margin-top: 0.8rem;
		margin-bottom: 1.2rem;
	}
}
.kv-main-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4rem;
	flex-wrap: nowrap;
}
.kv-copy {
	flex: 1 1 55%;
	text-align: left;
}
.kv-sub-copy {
	margin-top: 2rem;
	font-size: clamp(1.6rem, 3.5vw, 2rem);
	font-weight:600;
	line-height:2.1;
	color:#222;
}
@media (max-width: 599px){
	.kv-sub-copy{
		white-space: nowrap;
		font-size: 1.55rem;
		line-height: 2.0;
	}
}
.body-check {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.4em;
	height: 1.4em;
	background: #0E63C4;
	border-radius: 50%;
	flex-shrink: 0;
	position: relative;
	margin-top: 0.15em;
}
.body-check::before {
	content: "";
	width: 0.35em;
	height: 0.7em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-1px);
}
.kv-check {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0E63C4;
	flex-shrink: 0;
	position: relative;
}

.kv-check::before {
	content: "";
	width: 6px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg) translateY(-1px);
}
.solution-text {
	display: inline-block;
	flex: none;
	text-align: left;
	line-height: 1.6;
}
@media (max-width: 599px) {
.kv-main-wrap {
		flex-direction: column;
		text-align: center;
		gap: 2rem;
	}
	.kv-copy {
		text-align: center;
	}
	.kv-main{
		font-size: 3.6rem;
		line-height: 1.25;
		text-align: center;
	}
}
.kv-line{
	display: block;
	white-space: nowrap;
}
section#front-strong-point {
 	background: #fff;
	padding: 8rem 1rem;
}
#front-strong-point .section-ttl {
	margin-bottom: 5rem;
}
.fc-recommend-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	max-width: 116rem;
	margin: 0 auto;
}
@media (max-width: 900px) {
	.fc-recommend-grid {
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
	}
	.fc-recommend-block:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: 420px;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.fc-recommend-grid {
		grid-template-columns: 1fr;
		padding: 0 1.5rem;
	}
	.fc-recommend-item:nth-child(3) {
		grid-column: auto;
		width: 100%;
	}
}
.fc-recommend-block {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
.fc-recommend-worry {
	width: 100%;
	background: #f3f3f3;
	color: #222;
	font-weight: 700;
	padding: 1.6rem;
	border-radius: 1.2rem;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.7rem;
}
@media (max-width: 1023px) {
	.fc-recommend-worry {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.fc-recommend-worry {
		font-size: 1.7rem;
	}
}
#front-strong-point .section-ttl {
  text-align: center;
  margin-bottom: 5rem;
}
.fc-recommend-item {
	background: #EAF4FB;
	border-radius: 2rem;
	padding: 3.5rem 2.5rem;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
	width: 100%;
	max-width: none;
	text-align: center;
}
.fc-recommend-arrow {
	width: 0;
	height: 0;
	margin: 2.2rem auto;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 28px solid #0E63C4;
}
@media (max-width: 768px) {
	.fc-recommend-item {
		padding: 3rem 2rem;
	}
}
#front-track-record .fc-pack-ttl .ttl-line {
	color: #fff !important;
}
#front-price-plan {
	padding: 3rem 1rem;
	background: #E6EDF7;
	text-align: center;
}
@media only screen and (max-width: 1023px) {
	section#front-price-plan {
		padding: 2rem 1rem;
	}
}
.price-lead {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	font-weight: 600;
}

.price-box-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
	margin-top: 4rem;
	flex-wrap: nowrap;
}
@media (max-width: 900px) {
.price-box-wrap {
	flex-direction: column;
		align-items: center;
	}
}
.price-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border-radius: 1.8rem;
	padding: 3.5rem 5rem;
	min-width: 340px;
	max-width: 450px;
	text-align: center;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.price-label {
	font-weight: 700;
	font-size: 1.6rem;
}

.price-num {
	font-size: 4.8rem;
	font-weight: 800;
	margin: 1.2rem 0;
	line-height: 1;
	color: #073277;;
}

.price-num span {
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 0.2rem;
}

.price-sub {
	font-size: 1.3rem;
	font-weight: 600;
	text-align: right;
	margin-top: -0.5rem;
	color: #555;
}
.price-note {
	font-size: 1.2rem;
	color: #333333;
	line-height: 1.6;
	text-align: left;
	min-height: 6.4em;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.price-plus {
	font-size: 3.2rem;
	font-weight: 700;
}
@media (max-width: 900px) {
	.price-box {
		min-width: auto;
		width: 95%;
		margin: 0 auto;
	}
	.price-num {
		font-size: 4.2rem;
	}
	.price-note {
		font-size: 1.1rem;
		min-height: auto;
	}
	.price-plus {
		margin: 0.5rem 0;
		font-size: 2.4rem;
	}
}
@media (max-width: 599px) {
	.price-box {
		text-align: center;
		padding: 3rem 2rem;
	}
	.price-label {
		text-align: center;
	}
	.price-num {
		text-align: center;
	}
	.price-note {
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.8;
		margin-top: 1rem;
		display: block;
	}
}
section#front-price {
	padding: 4rem 1rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price {
		padding: 3rem 1rem;
	}
}
section#front-price > .wrapper {
	max-width: 116rem;
	margin: auto;
}
section#front-price > .wrapper .price-box {
	border-radius: 1.5rem;
	margin-top: 4rem;
	padding: 4rem 1rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box {
		margin-top: 2rem;
		padding: 2rem 1rem;
	}
}
section#front-price > .wrapper .price-box .flex-box {
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem 5rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}
section#front-price > .wrapper .price-box .flex-box .col {
	width: auto;
}
section#front-price > .wrapper .price-box .flex-box .col.plus-obj {
	width: 5rem;
	height: 5rem;
	text-indent: 100%;
	background: var(--c_white);
	border-radius: 100vw;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
}
section#front-price > .wrapper .price-box .flex-box .col.plus-obj::before, section#front-price > .wrapper .price-box .flex-box .col.plus-obj::after {
	content: "";
	width: 2rem;
	height: .3rem;
	background: var(--c_primary_dark);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
section#front-price > .wrapper .price-box .flex-box .col.plus-obj::after {
	rotate: 90deg;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col:not(.plus-obj) {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
section#front-price > .wrapper .price-box .flex-box .col .price-ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col .price-ttl {
		font-size: 1.6rem;
	}
}
section#front-price > .wrapper .price-box .flex-box .col .price-txt {
	font-weight: 700;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
section#front-price > .wrapper .price-box .flex-box .col .price-txt.big span {
	font-size: 3.4rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col .price-txt.big span {
		font-size: 2rem;
	}
}
section#front-price > .wrapper .price-box .flex-box .col .price-txt.big span.num {
	font-size: 9rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col .price-txt.big span.num {
		font-size: 5rem;
	}
}
section#front-price > .wrapper .price-box .flex-box .col .price-txt span {
	font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col .price-txt span {
		font-size: 1.6rem;
	}
}
section#front-price > .wrapper .price-box .flex-box .col .price-txt span.num {
	font-family: var(--f_rubik);
	font-size: 4.8rem;
	color: var(--c_primary_dark);
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col .price-txt span.num {
		font-size: 4rem;
	}
}
section#front-price > .wrapper .price-box .flex-box .col .price-ex {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-box .flex-box .col .price-ex {
		font-size: 1.2rem;
	}
}
section#front-price > .wrapper .price-flow-box {
	border-radius: 1.5rem;
	margin-top: 6rem;
	padding: 4rem 1rem 3rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box {
		margin-top: 3rem;
		padding: 2rem 1rem;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 4rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box .col {
	max-width: 18.5rem;
	background: var(--c_white);
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 1rem 1.5rem;
	position: relative;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col {
		width: 36rem;
		max-width: 100%;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box .col.ttl-wrap {
	max-width: 18rem;
	background: none;
	border-radius: 0;
	padding: 0;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col.ttl-wrap {
		max-width: 100%;
		margin: auto;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box .col.ttl-wrap .ttl {
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: var(--c_primary_dark);
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col.ttl-wrap .ttl {
		font-size: 2rem;
	}
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col.step-item {
		margin: 3rem auto 0;
	}
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col.step-item + .step-item {
		margin: 5rem auto 0;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box .col.step-item + .step-item::before {
	content: "";
	border: 1.2rem solid transparent;
	border-left: 1.6rem solid var(--c_primary);
	position: absolute;
	top: 50%;
	right: 100%;
	translate: 0 -50%;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col.step-item + .step-item::before {
		top: 0;
		right: 50%;
		translate: 50% -3.5rem;
		rotate: 90deg;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box .col .step-num {
	width: 100%;
	max-width: 8.4rem;
	font-family: var(--f_rubik);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: var(--c_white);
	background: var(--c_primary);
	border-radius: 100vw;
	padding: .393em .5em;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col .step-num {
		font-size: 1.2rem;
	}
}
section#front-price > .wrapper .price-flow-box .flex-box .col .txt {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .price-flow-box .flex-box .col .txt {
		font-size: 1.6rem;
	}
}
section#front-price > .wrapper .ex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .ex-wrap {
		padding: 0 1rem;
	}
}
section#front-price > .wrapper .ex-wrap p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}
@media only screen and (max-width: 1023px) {
	section#front-price > .wrapper .ex-wrap p {
		font-size: 1.2rem;
	}
}
.sp-break {
	display: inline;
}
@media (max-width: 599px) {
	.sp-break {
		display: block;
	}
}
