/*
COLORS
================================================ */
:root {
    --text: #505050;
    --white: #fff;
    --grey: #D5D5D5;
	--dark-blue: #0F518A;
    --light-grey: #EFEFEF;
	--turquoise: #5696AA;
    --orange: #F6DCAC;
	--pink: #F1938D;
    --grd-blue: linear-gradient(to right, #153E90 0%, #199DD6 100%);
	--text2: #333333;
	--red: #FF3F3F;
	--orange2: #F29F2A;
	--gold: linear-gradient(135deg, #FFC739 0%, #EDDF73 36%, #FFEF63 66%, #D99622 100%);
}
/*
GENERAL STYLING
================================================ */
body {
    color: var(--text2) !important;
}
section:not(.fv, .cta-highlight) {
    padding: 40px 16px !important;
}
.sec-title{
	font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 390px) / (1440 - 390))), 32px);
	color: var(--dark-blue);
}
.sp_on_590 {
	display: none;
}
@media (max-width: 590px) {
	.sp_on_590 {
		display: block;
	}
}
/* FV */
.fv {
	margin-top: 116px;
    padding: 48px 0 44px !important;
	background: url("/wp-content/themes/bizneko/assets/images/lp-factoring/hero.png") no-repeat center center/cover;
	color: var(--dark-blue);
	font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	position: relative;
}
.fv-inner {
	max-width: 1280px;
	padding: 0 16px;
    margin: 0 auto;
}

.fv-title h2 {
	font-size: clamp(28px, calc(28px + (40 - 28) * ((100vw - 1020px) / (1440 - 1020))), 40px);
	letter-spacing: 0.04em;
	display: inline-block; /* 下線のために必要 */
	position: relative;
	background-image: linear-gradient(to top, rgba(241, 237, 141, 1) 0%, rgba(241, 237, 141, 0.2) 100%);
	background-size: 100% 16px; /* 下線の太さ（高さ）を指定 */
	background-repeat: no-repeat;
	background-position: 0 100%; /* 下に配置 */
	margin-bottom: 16px;
}
.fv-title h2 .small {
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);
}


.fv-title h1 {
	font-size: clamp(40px, calc(40px + (56 - 40) * ((100vw - 1020px) / (1440 - 1020))), 56px);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.02em;
}
.fv-title h1 .small{
	font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 1020px) / (1440 - 1020))), 32px);
}
.fv-title h1 .red {
    color: var(--red);
	letter-spacing: 0.1em;
}
.dots {
	background-image: radial-gradient(circle at center, var(--red) 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: .14em; /* 縦方向の位置調整 */
}

.fv-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.fv-image img{
    width: clamp(520px, calc(520px + (740 - 520) * ((100vw - 1020px) / (1440 - 1020))), 740px);
    z-index: 1;
    position: relative;
}

.points {
	display: flex;
    gap: 16px;
    margin: 24px 0 64px;
	position: relative;
    z-index: 10;
}

.points img {
	width: clamp(128px, calc(128px + (160 - 128) * ((100vw - 1020px) / (1440 - 1020))), 160px);
}

.catch {
	font-size: clamp(24px, calc(24px + (28 - 24) * ((100vw - 1020px) / (1440 - 1020))), 28px);
	letter-spacing: 0.04em;
	position: relative;
    z-index: 10;
	max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
}
.catch .small{
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 390px) / (1440 - 390))), 20px);
}
.catch .red {
	color: var(--red);
	font-size: clamp(32px, calc(32px + (40 - 32) * ((100vw - 390px) / (1440 - 390))), 40px);
}
.catch::before {
    content: "";
    position: absolute;
    top: -68px;
    left: -12px;
    width: 273px;
    height: 91px;
	background-image: url("/wp-content/themes/bizneko/assets/images/lp-factoring/hero_attention.png") ;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.cta-area{
	margin-top: 12px;
	padding: 8px 0;
    width: 50%;
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	position: relative;
    z-index: 0;
}
.lp_cta_contact{
    padding: 16px !important;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 390px) / (1440 - 390))), 20px) !important;
	border: 2px solid var(--dark-blue) !important;
	border-radius: 4px;
}
@media screen and (min-width: 1441px) {
    .cta-area{
        width: 67%;
    }
}
@media screen and (max-width: 1119px) {
    .fv {
        margin-top: 76px;
    }
}
@media screen and (max-width: 1020px) {
	.fv {
		padding: 8px 0 16px !important;
		display: flex;
        height: 100vh;
        flex-direction: column;
        justify-content: space-between;
	}
	.fv-inner {
        flex-direction: column;
        text-align: center;
    }
	.fv-title h2 {
		font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 390px) / (1020 - 390))), 32px);
	}
	.fv-title h1{
		font-size: clamp(28px, calc(28px + (40 - 28) * ((100vw - 390px) / (1020 - 390))), 40px);
	}
	.fv-title h1 .small{
		font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1020 - 390))), 24px);
	}
	.fv-image{
		left: 0;
		right: 0;
	}
	.points {
		justify-content: center;
		margin: 8px 0 0;
	}
	.fv-bottom{
		text-align: center;
	}
	.catch {
		font-size: clamp(22px, calc(22px + (28 - 22) * ((100vw - 390px) / (1020 - 390))), 28px);
		text-align: center;
/*     	color: var(--white); */
		display: inline-block;
		background: rgba(255, 255, 255, 0.7);
/* 		text-shadow: 0 2px 4px #000000a1; */
	}
	.catch::before{
		background-image: url("/wp-content/themes/bizneko/assets/images/lp-factoring/hero_attention_wh.png") ;
        width: clamp(180px, calc(180px + (218 - 180) * ((100vw - 390px) / (1020 - 390))), 218px);
        top: -52px;
	}
	.catch .red {
		font-size: clamp(28px, calc(28px + (36 - 28) * ((100vw - 390px) / (1020 - 390))), 36px);
	}
	.cta-area{
	    background: rgba(255, 255, 255, 0.7);
		width: 100%;
		z-index: 2;
	}
}
@media (max-width: 768px) {
	.fv {
		min-height: 660px;
	}
	.points {
		gap : 8px;
	}
    .cta-area {
        flex-direction: column;
        text-align: center;
		gap: 4px;
	}
	.lp_cta_contact{
		padding: 8px 16px !important;
	}
}
@media (max-width: 520px) {
	.fv {
		height: 88vh;
	}
	.fv-image{
		top: 256px;
	}
}

/* スピード審査セクション */
.form-section {
  background-color: var(--dark-blue);
  text-align: center;
}

.form-subtitle {
  color: var(--yellow);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
}
.form-subtitle .small{
	font-size: 24px;
}

.form-title {
    font-size: 40px;
    color: var(--white);
    margin-bottom: 32px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.form-box {
  background: var(--light-blue);
  padding: 40px 24px 8px;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 4px;
  text-align: left;
}
@media (max-width: 768px) {
	.form-subtitle {
		font-size: 28px;
	}
	.form-subtitle .small{
		font-size: 18px;
	}
	.form-title {
		font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 390px) / (1020 - 390))), 32px);
	}
	.form-title img{
		width: 32px;
	}
}

/* 選ばれる理由 */
.reasons-section {
	position: relative;
    overflow: hidden;
	text-align: center;
	color: var(--dark-blue);
}
.reasons-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1280px;
    height: 784px;
    background: linear-gradient(0deg, rgba(241, 245, 246, 0.10) 0%, rgba(241, 245, 246, 1) 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    z-index: -1;
}

.reasons-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.lead {
	font-size: clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}
.lead .small {
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);	
}
.lead .big {
	font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 390px) / (1440 - 390))), 40px);	
}

.problem-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(8px, calc(8px + (16 - 8) * ((100vw - 390px) / (1440 - 390))), 16px);
	justify-content: center;
	margin-bottom: 24px;
}

.problem-boxes li {
	background-color: var(--dark-blue);
	color: var(--white);
	font-weight: bold;
	font-size: clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
	padding: 12px 0;
	width: 240px;
	line-height: 1.2;
}
.problem-boxes li .small{
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);	
}

.reason-solution {
	font-size: clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
	margin: 24px auto 16px;
}

.reason-solution .small{
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);	
}
.reason-solution .big{
	font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 390px) / (1440 - 390))), 40px);	
}

.reason-title {
	font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 390px) / (1440 - 390))), 40px);	
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
}

.reason-title::before {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	border-radius: 16px;
	background: var(--pink);
	margin: 0 auto 16px;
}

.reason-boxes {
	display: flex;
	justify-content: center;
	gap: clamp(4px, calc(4px + (32 - 4) * ((100vw - 390px) / (1440 - 390))), 32px);
}

.reason-item {
	background: var(--white);
	border: 2px solid var(--dark-blue);
	width: 100%;
    max-width: 256px;
	text-align: center;
}

.reason-item .label{
	font-size: clamp(16px, calc(16px + (28 - 16) * ((100vw - 390px) / (1440 - 390))), 28px);	
    font-weight: bold;
	letter-spacing: 0.06em;
    padding: 8px 0;
    background-color: var(--dark-blue);
    color: var(--white);
}
.reason-item img {
	height: 80px;
	margin-top: 8px;
	object-fit: contain;
}

.reason-item .text {
	font-size: clamp(20px, calc(20px + (28 - 20) * ((100vw - 390px) / (1440 - 390))), 28px);
	font-weight: bold;
	line-height: 1.1;
	padding: 8px 0;
}
.reason-item .red {
	color: var(--red);
}
.reason-item .big{
	font-size: clamp(28px, calc(28px + (48 - 28) * ((100vw - 390px) / (1440 - 390))), 48px);
}

@media (max-width: 768px) {
	.reason-item .label{
		letter-spacing: 0
	}
	.reason-item img {
		height: 64px;
	}
}

/* 特徴セクション */
.features-section {
	background: var(--light-grey);	
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(24px, calc(24px + (40 - 24) * ((100vw - 390px) / (1440 - 390))), 40px);
}

.feature-box {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: var(--white);
	padding: 40px 16px;
	border-radius: 8px;
	position: relative;
}
.number {
	position:absolute;
	background: var(--dark-blue);
	color: var(--white);
	top:0;
	left:0;
	font-size: clamp(40px, calc(40px + (72 - 40) * ((100vw - 390px) / (1440 - 390))), 72px);
	font-weight: bold;
	padding: 0 24px 0 16px;
	border-bottom-right-radius: 56px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-title{
	font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 390px) / (1440 - 390))), 32px);
	color: var(--dark-blue);
	line-height: 1.2;
	margin-bottom: 24px;
	letter-spacing: 0.04em;
}
.feature-title::after{
	content: "";
	display: block;
	max-width: 720px;
	width: 100%;
	margin: 24px auto 16px;
	border-bottom: 2px dashed var(--grey);
}
.feature-title .small{
	font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 390px) / (1440 - 390))), 24px);
	color: var(--text2);
}
.feature-title .big{
	font-size: clamp(36px, calc(36px + (52 - 36) * ((100vw - 390px) / (1440 - 390))), 52px);
	letter-spacing: -0.04em;
}

.table-wrap {
  overflow-x: auto;
}

.table-wrap img{
	min-width: 480px;
}

.flow-icons {
    display: flex;
    justify-content: space-between;
	max-width: 760px;
    align-items: center;
    margin: 24px auto 16px;
    gap: clamp(0px, calc(0px + (20 - 0) * ((100vw - 390px) / (1440 - 390))), 20px);	
}
.flow-step {
	text-align: center;
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 390px) / (1440 - 390))), 20px);	
	font-weight: bold;
}
.icon-circle {
  width: clamp(64px, calc(64px + (144 - 64) * ((100vw - 390px) / (1440 - 390))), 144px);
  height: clamp(64px, calc(64px + (144 - 64) * ((100vw - 390px) / (1440 - 390))), 144px);
  border: 2px solid var(--grey);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  background: #fff;
}

.icon-circle img {
  width: clamp(40px, calc(40px + (88 - 40) * ((100vw - 390px) / (1440 - 390))), 88px);
  height: clamp(40px, calc(40px + (88 - 40) * ((100vw - 390px) / (1440 - 390))), 88px);
}
.flow-arrow{
	width: clamp(8px, calc(8px + (24 - 8) * ((100vw - 390px) / (1440 - 390))), 24px);
	margin-bottom: clamp(28px, calc(28px + (40 - 28) * ((100vw - 390px) / (1440 - 390))), 40px);
}
.flow_message{
	color: var(--red);
	font-weight: bold;
	font-size: clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
	letter-spacing: 0.04em;
}
.flow_message .big{
	font-size: clamp(32px, calc(32px + (56 - 32) * ((100vw - 390px) / (1440 - 390))), 56px);
}

.checklist-lead {
	font-size: clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
	margin: 24px auto;
	font-weight: bold;
}

.checklist-lead .small{
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);	
}
.checklist-lead .red{
	color: var(--red);
}
.checklist-lead .big{
	font-size: clamp(28px, calc(28px + (48 - 28) * ((100vw - 390px) / (1440 - 390))), 48px);	
}

.checklist {
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
    display: flex;
    gap: clamp(8px, calc(8px + (16 - 8) * ((100vw - 390px) / (1440 - 390))), 16px);
    flex-direction: column;
}

.checklist li {
	display: flex;
	align-items: center;
	font-size: clamp(20px, calc(20px + (28 - 20) * ((100vw - 390px) / (1440 - 390))), 28px);
	font-weight: bold;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--grey);
	color: var(--dark-blue);
}
@media (max-width: 590px) {
	.checklist li {
	    padding: 0 16px;
        margin: 0 auto;
        width: 320px;
		align-items: flex-start;
	}
}
.checklist li p{
	line-height: 1.2;
}
.checklist li .small{
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);
	color: var(--text2);
}

.checklist img {
	margin-right: clamp(8px, calc(8px + (16 - 8) * ((100vw - 390px) / (1440 - 390))), 16px);
	width: clamp(20px, calc(20px + (40 - 20) * ((100vw - 390px) / (1440 - 390))), 40px);
}

.sub-note {
	margin-top: clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
	color: var(--red);
	font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 390px) / (1440 - 390))), 20px);	
	font-weight: bold;
	text-align: center;
}

/* CTAセクション */
.cta-highlight {
	background-color: var(--dark-blue);
	padding: 40px 32px !important;
}
.cta-gradient-border {
	background: var(--gold);
	margin: 0 auto;
	padding: 8px; /* ボーダーの幅 */
	max-width: 960px;
}

.cta-inner {
	background: var(--white);
	display: flex;
	padding: 80px 0 16px 24px;
	position:relative;
}

.cta-left {
	color: var(--dark-blue);
}
.cta-catch {
	font-size: clamp(24px, calc(24px + (32 - 24) * ((100vw - 768px) / (1440 - 768))), 32px);
    letter-spacing: 0.04em;
    position: relative;
	line-height: 1.2;
    z-index: 10;
    padding-left: 16px;
    margin: 0 auto;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.cta-catch .small{
	font-size: clamp(16px, calc(16px + (20 - 16) * ((100vw - 768px) / (1440 - 768))), 20px);
}
.cta-catch .red {
	color: var(--red);
	font-size: clamp(32px, calc(32px + (40 - 32) * ((100vw - 768px) / (1440 - 768))), 40px);
}
.cta-catch::before {
	content: "";
    position: absolute;
    top: -88px;
    left: -20px;
    width: clamp(400px, calc(400px + (464 - 400) * ((100vw - 768px) / (1440 - 768))), 464px);
    height: 109px;
    background-image: url(/wp-content/themes/bizneko/assets/images/lp-factoring/CTA_attention.png);
	background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.cta-highlight .cta-area {
	background: none;
	flex-direction: column;
	width: 100%;
	gap: 0;
	margin-top: 12px;
	padding: 0;
}
.cta-highlight .lp_cta_contact {
	padding: 10px 40px !important;
	font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 1020px) / (1440 - 1020))), 24px)!important;
}
.cta-highlight  .lp_cta_tel {
	flex-direction: row;
	gap: 8px;
	font-size:clamp(20px, calc(20px + (32 - 20) * ((100vw - 390px) / (1440 - 390))), 32px);
}
.cta-right {
	position:absolute;
    bottom: -8px;
	right: clamp(-56px, calc(-30px - (26 * (100vw - 768px) / (1440 - 768))), -30px);
    width: clamp(228px, calc(228px + (310 - 228) * ((100vw - 768px) / (1440 - 768))), 310px);
    z-index: 11;
}
@media (max-width: 768px){
	.cta-highlight {
		padding: 40px 16px !important;
	}
	.cta-inner{
		flex-direction: column;
    	align-items: center;
		padding: 80px 0 0 0;
	}
	.cta-catch{
		text-align: center;
		font-size: clamp(22px, calc(20px + (28 - 22) * ((100vw - 768px) / (768 - 390))), 28px);
	}
	.cta-catch::before{
		top: clamp(-88px, calc(-72px - (16 * (100vw - 390px) / (768 - 390))), -72px);
		left: clamp(-20px, calc(0px - (20 * (100vw - 390px) / (768 - 390))), 0px);
	    width:  clamp(300px, calc(300px + (400 - 300) * ((100vw - 390px) / (768 - 390))), 400px);
	}
	.cta-highlight .cta-area {
		margin-top: 8px;
	}
	.cta-highlight .lp_cta_contact {
		padding: 8px 24px !important;
	}
	.cta-right {
		position: initial;
	}
}

/* 事例セクション */
.case-section{
	background: var(--white);
	text-align: center;
}
.tabs {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.tab_item {
	width: calc(100% / 4) !important;
	margin-right: 0 !important;
	border: solid var(--dark-blue) !important;
	border-width: 2px 2px 0 0 !important;
	border-radius: 0 !important;
}
.tabs .tab_item:nth-of-type(1),
.tabs .tab_item:nth-of-type(5) {
	border-left: 2px solid var(--dark-blue) !important;
}
.tabs input:checked + .tab_item {
    background-color: var(--dark-blue) !important;
}

.industry-label{
	position:absolute;
	background: var(--dark-blue);
	color: var(--white);
	bottom:0;
	left:0;
	letter-spacing: 0.06em;
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 390px) / (1440 - 390))), 22px);
	font-weight: bold;
	padding: 8px 0 2px;
	border-top-right-radius: 16px;
	width: 100%;
    max-width: clamp(200px, calc(200px + (280 - 200) * ((100vw - 768px) / (1440 - 768))), 280px);
	z-index:10;
}
.tab_content {
	position: relative;
	padding: 24px 40px !important;
	border: 2px solid var(--dark-blue) !important;
	border-radius: 0 !important;
}

#construction:checked ~ #construction_content,
#logistics:checked ~ #logistics_content,
#staffing:checked ~ #staffing_content,
#manufacturing:checked ~ #manufacturing_content,
#it:checked ~ #it_content,
#web:checked ~ #web_content,
#advertising:checked ~ #advertising_content,
#medical:checked ~ #medical_content {
    display: block;
}

.tab-description {
	display: flex;
    margin: 0 auto;
    gap: 24px;
    align-items: center;
    position: relative;
}
.tab-description>img {
    width: 100%;
    height: 256px;
    object-fit: contain;
	flex: 2;
}
.case-right{
	flex:3;
}
.case-right-top{
	display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 24px;
	gap: 4px;
}
.result-area{
	display: flex;
	gap: 8px;
    align-items: flex-end;
}
.amount-box, .time-box{
	display: flex;
	flex-direction: column;
	width: clamp(128px, calc(128px + (192 - 128) * ((100vw - 768px) / (1440 - 768))), 192px);
}
.amount-box .label, .time-box .label {
	letter-spacing: 0.06em;
	font-weight: bold;
	font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 390px) / (1440 - 390))), 22px);
	color: var(--white);
	border-radius: 8px 8px 0 0;
}
.amount-box .label{
	background: #F29F2A;
}
.time-box .label{
	background: var(--turquoise);
}
.amount-box .value, .time-box .value{
	color: var(--red);
	font-weight: bold;
	font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 390px) / (1440 - 390))), 20px);
	border-radius: 0 0 8px 8px;
}
.amount-box .value .big, .time-box .value .big{
	font-size: clamp(24px, calc(24px + (36 - 24) * ((100vw - 390px) / (1440 - 390))), 36px);
}
.amount-box .value{
	border: 2px solid #F29F2A;

}
.time-box .value{
	border: 2px solid var(--turquoise);
}

.voice-box{
	border-top: 1px dashed var(--dark-blue);
	padding-top: 16px;
	display: flex;
    flex-direction: column;
    text-align: left;
	gap: 4px;
}
.voice-title{
	font-weight: bold;
	font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 390px) / (1440 - 390))), 18px);
	letter-spacing: 0.06em;
}
@media screen and (max-width: 1020px) {
	.tab-description>img {
		flex: 1;
	}
	.case-right{
		flex:2;
	}
}
@media screen and (max-width: 768px) {
	.tab_content {
		padding:16px 16px 48px!important;
	}
	.tab-description{
		flex-direction: column;
        gap: 8px;
	}
	.tab-description>img {
		flex: initial;
		height: 180px;
	}
	.case-right{
		flex:initial;
	}
	.case-right-top {
		justify-content: space-evenly;
		margin-bottom: 24px;
	}
	.result-area{
		gap: 4px;
	}
	.result-area img {
		width: 40px;
	}
	.amount-box, .time-box {
		width: clamp(128px, calc(128px + (192 - 128) * ((100vw - 390px) / (768 - 390))), 192px);
	}
}

/* FLOWセクション */
.flow-section {
	background: var(--light-grey);
	text-align: center;
}
.flow-items {
	max-width: 600px;
	margin: 40px auto 0;
	display: flex;
    flex-direction: column;
    align-items: center;
	gap: 8px;
}

.flow-item {
	display: flex;
	border: 2px solid var(--dark-blue);
	position: relative;
	background: var(--white);
	padding: 16px 24px;
	width: 100%;
}

.flow-item-label {
	position: absolute;
	top: -2px;
	left: -80px;
	width: 80px;
	background: var(--dark-blue);
	color: var(--white);
	font-weight: bold;
	text-align: center;
	padding: 8px 0 4px;
	border-radius: 0 0 0 24px;
	font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 390px) / (1440 - 390))), 20px);
	line-height: 1.1;
}
.flow-item-label .big {
	font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 390px) / (1440 - 390))), 40px);
}
.flow-arrow-down{
	width: clamp(32px, calc(32px + (64 - 32) * ((100vw - 390px) / (1440 - 390))), 64px);
}

.flow-item-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.flow-item-content img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.flow-text {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap: 12px;
	text-align: left;
}
.flow-text h3 {
	width: 100%;
	font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 390px) / (1440 - 390))), 24px);	
	font-weight: bold;
	border-bottom: 1px solid var(--light-grey);
	padding-bottom: 8px;
}

@media screen and (max-width: 768px) {
	.flow-items {
		padding-left:64px;
	}
	.flow-item {
		padding: 16px;
	}
	.flow-item-label{
		left: -64px;
		width: 64px;
	}
	.flow-item-content {
		gap: 8px;
	}
	.flow-item-content img {
		width: 64px;
    	height: 64px;
	}
}
/* FAQセクション */
.faq-section {
	text-align: center;
}
.faq_items {
	margin: 40px auto 0!important;
}
.faq_item {
    border: 2px solid var(--dark-blue)!important;
}
.faq_item_q {
    background: var(--dark-blue)!important;
    border: 2px solid var(--dark-blue)!important;
}
.faq_item_a p::before {
	color: var(--dark-blue)!important;
}
.faq_items .faq_item:nth-child(10) .faq_item_q h3 {
	padding: 4px 40px 0 56px!important;
}
.faq_items .faq_item:nth-child(10) .faq_item_a p {
	padding: 8px 40px 8px 74px!important;
}
@media (max-width: 768px) {
	.faq_items .faq_item:nth-child(10) .faq_item_q h3 {
		padding: 2px 36px 2px 48px!important;
	}
	.faq_items .faq_item:nth-child(10) .faq_item_a p {
		padding: 8px 8px 8px 60px!important;
	}
}

/* 疑似要素を10まで追加 */
.faq_items .faq_item:nth-child(4) .faq_item_q::before {
  content: "Q4";
}
.faq_items .faq_item:nth-child(5) .faq_item_q::before {
  content: "Q5";
}
.faq_items .faq_item:nth-child(6) .faq_item_q::before {
  content: "Q6";
}
.faq_items .faq_item:nth-child(7) .faq_item_q::before {
  content: "Q7";
}
.faq_items .faq_item:nth-child(8) .faq_item_q::before {
  content: "Q8";
}
.faq_items .faq_item:nth-child(9) .faq_item_q::before {
  content: "Q9";
}
.faq_items .faq_item:nth-child(10) .faq_item_q::before {
  content: "Q10";
}

.faq_items .faq_item:nth-child(4) .faq_item_a p::before {
  content: "A4";
}
.faq_items .faq_item:nth-child(5) .faq_item_a p::before {
  content: "A5";
}
.faq_items .faq_item:nth-child(6) .faq_item_a p::before {
  content: "A6";
}
.faq_items .faq_item:nth-child(7) .faq_item_a p::before {
  content: "A7";
}
.faq_items .faq_item:nth-child(8) .faq_item_a p::before {
  content: "A8";
}
.faq_items .faq_item:nth-child(9) .faq_item_a p::before {
  content: "A9";
}
.faq_items .faq_item:nth-child(10) .faq_item_a p::before {
  content: "A10";
}

/* Footer */
.footer_btm {
	background-color: var(--dark-blue)!important;
}
.footer_tel, .footer_tel .tel_number  {
	color: var(--dark-blue)!important;
}
