@charset "UTF-8";

.sec-wrap {
	padding: 50px 20px;
}

.max-w {
	width: 100%;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}

.footer_bar {
	margin-top: 180px;
}

@media screen and (max-width: 1000px) {
	.footer_bar {
		margin-top: 130px;
	}
}

@media screen and (max-width: 540px) {
	.sec-wrap {
		padding: 50px 10px;
	}
}

@media screen and (max-width: 500px) {
	.footer_bar {
		margin-top: 80px;
	}
}

/*---------- h2 ----------*/
.main .h2-wrap {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.main h2 {
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.8;
	position: relative;
}

.main h2 .tx-sm {
	font-size: 22px;
}

.main h2 .tx-lg {
	font-size: 42px;
}

.main h3 {
	/* text-align: center; */
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 1em;
	color: var(--blue);
}

.caption {
	font-size: 16px;
	text-align: center;
	margin-bottom: 2.5em;
	position: relative;
}

@media screen and (max-width: 780px) {
	.main h2 {
		font-size: 26px;
	}

	.main h2 .tx-sm {
		font-size: 18px;
	}

	.main h2 .tx-lg {
		font-size: 34px;
	}

	.main h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 640px) {
	.main .h2-wrap {
		margin-bottom: 30px;
	}

	.caption {
		font-size: 14px;
	}

}

@media screen and (max-width: 580px) {
	.main h2 {
		font-size: 24px;
	}

	.main h2 .tx-sm {
		font-size: 17px;
	}

	.main h2 .tx-lg {
		font-size: 30px;
	}


	.main h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 540px) {
	.main h2 {
		font-size: 20px;
	}

	.main h2 .tx-lg {
		font-size: 24px;
	}

	.main h3 {
		font-size: 16px;
	}
}

/*----------------------
mv
-----------------------*/
.mv {
	width: 100%;
	position: relative;
	z-index: 0;
	margin-bottom: -7vw;
	padding-top: 140px;
	padding-bottom: 60px;
	will-change: transform;
}

.mv-wrap {
	padding: 0 40px;
	width: 100%;
	max-width: 1190px;
	margin: 0 auto 0;
	position: relative;
}

.mv_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0%, -50%);
	width: 55%;
	z-index: -1;
}

.mv h1 {
	width: 100%;
	line-height: 1.4;
	font-size: 54px;
	margin: 0 auto 1em;
	font-weight: 700;
}

.mv .point-list li {
	position: relative;
	padding-left: 1.6em;
	font-size: 18px;
	font-weight: 700;
}

.mv .point-list li+li {
	margin-top: 7px;
}

.mv .point-list li::before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: 0;
	top: 0.3em;
	background-image: url(/intelligent-flow/img/ic_check.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.mv .btn-wrap {
	margin-top: 140px;
	justify-content: flex-start;
}

@media screen and (max-width: 1440px) {
	.mv {
		margin-bottom: -7vw;
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.mv h1 {
		font-size: 48px;
	}

	.mv .point-list li {
		font-size: 16px;
	}

	.mv .btn-wrap {
		margin-top: 90px;
	}

	.mv_img {
		/* position: absolute; */
		top: 55%;
		/* right: 0; */
		/* transform: translate(-3%, -50%); */
		width: 46%;
		/* z-index: -1; */
	}
}


@media screen and (max-width: 1280px) {
	.mv_img {
		width: 48%;
		transform: translate(-5%, -53%);
	}
}

@media screen and (max-width: 1000px) {
	.mv_img {
		/* width: 48%; */
		transform: translate(0%, -50%);
	}

	.mv h1 {
		font-size: 42px;
	}

	.mv .point-list li {
		font-size: 14px;
	}
}

@media screen and (max-width: 780px) {
	.mv {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.mv h1,
	.mv .tx-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mv .btn-wrap {
		justify-content: center;
		margin-top: 50px;
	}

	.mv_img {
		width: 80%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		margin: 50px auto 0;
	}
}

@media screen and (max-width: 540px) {
	.mv-wrap {
		padding: 0 10px;
	}

	.mv h1 {
		font-size: 38px;
	}

	.mv .point-list li {
		font-size: 13px;
	}

	.mv .btn {
		font-size: 16px;
	}
}

@media screen and (max-width: 440px) {
	.mv h1 {
		font-size: 32px;
	}
}

@media screen and (max-width: 380px) {
	.mv h1 {
		font-size: 26px;
	}

	.mv .point-list li {
		font-size: 12px;
	}
}

/*----------------------
sec01
-----------------------*/
.sec01 .sec-wrap {
	background-color: var(--blue_3);
}

.sec01 .help_btn {
	position: relative;
	display: inline-block;
	width: calc(0.9em + 14px);
	vertical-align: inherit;
	padding: 0 7px 0;
}

.sec01 .help_btn i {
	color: var(--blue);
}

.sec01 .help_btn i:hover {
	color: var(--indigo);
}

.sec01 .help_btn>div {
	display: none;
	width: 360px;
	font-size: 14px;
	padding: 1em 1.5em;
	border-radius: 10px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%, -100%);
	background-color: var(--blue);
	color: #fff;
}

.sec01 .help_btn.open>div {
	display: block;
}

.sec01 .help_btn>div::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 13px solid var(--blue);
	border-bottom: 0;
}

.sec01 .help_btn a {
	color: #fff;
	text-decoration: underline;
}

.sec01 .help_btn a:hover {
	text-decoration: none;
}

.sec01 .caption+.h2-wrap {
	margin-bottom: 20px;
}

.sec01 .panel-wrap {
	display: grid;
	gap: 10px 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto;
	grid-template-areas:
		"panel-1 panel-1 panel-2 panel-2 panel-3 panel-3"
		"panel-4 panel-4 panel-4 panel-4 panel-4 panel-4"
		"panel-5 panel-5 panel-5 panel-6 panel-6 panel-6"
		"panel-7 panel-7 panel-8 panel-8 panel-9 panel-9";
}

.panel-1 {
	grid-area: panel-1;
}

.panel-2 {
	grid-area: panel-2;
}

.panel-3 {
	grid-area: panel-3;
}

.panel-4 {
	grid-area: panel-4;
}

.panel-5 {
	grid-area: panel-5;
}

.panel-6 {
	grid-area: panel-6;
}

.panel-7 {
	grid-area: panel-7;
}

.panel-8 {
	grid-area: panel-8;
}

.panel-9 {
	grid-area: panel-9;

}

.sec01 .panel {
	overflow: hidden;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.sec01 p {
	font-weight: 400;
}

.sec01 h3 {
	font-weight: 700;
	color: var(--blue);
	font-size: 22px;
	margin-bottom: 1em;
}

.sec01 .panel-1,
.sec01 .panel-2,
.sec01 .panel-3 {
	padding: 0 30px 20px;
	font-size: 14px;
	position: relative;
}

.sec01 .panel-1:before,
.sec01 .panel-2:before,
.sec01 .panel-3:before {
	content: "";
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--blue);
	z-index: 0;
}

.sec01 .panel-4 {
	padding: 30px;
}

.sec01 .num {
	font-size: 30px;
	color: #fff;
	position: relative;
	z-index: 1;
	line-height: 1.4;
	margin-bottom: 0.8em;
}

.sec01 .tit {
	color: var(--blue);
	font-size: 25px;
}

.sec01 .tit_sub {
	color: var(--blue_2);
	font-size: 16px;
	margin-bottom: 0.5em;
}

.sec01 .tx-lg {
	font-size: 22px;
}

@media screen and (max-width: 1280px) {
	.sec01 .panel {
		font-size: 16px;
		padding: 10px 15px;
	}

	.sec01 .tx-lg {
		font-size: 19px;
	}

	.sec01 .panel-1,
	.sec01 .panel-2,
	.sec01 .panel-3 {
		padding: 0 20px 20px;
	}

	.sec01 .panel-4 {
		padding: 20px;
	}
}

@media screen and (max-width: 780px) {
	.sec01 .tit {
		font-size: 20px;
	}

	.sec01 .tit_sub {
		font-size: 14px;
	}
}

@media screen and (max-width: 680px) {
	.sec01 .panel-wrap {
		display: block;
	}

	.sec01 .panel+.panel {
		margin-top: 10px;
	}

	.sec01 .panel {
		padding: 15px 20px;
		font-size: 14px;
	}

	.sec01 .tx-lg {
		font-size: 16px;
	}

	.sec01 .num {
		position: absolute;
		top: 24px;
		left: 7px;
		font-size: 20px;
		margin-bottom: 0;
	}

	.sec01 .panel-1,
	.sec01 .panel-2,
	.sec01 .panel-3 {
		text-align: left;
	}

	.sec01 .panel-1:before,
	.sec01 .panel-2:before,
	.sec01 .panel-3:before {
		top: 10px;
		left: 5px;
		width: 58px;
		height: 58px;
		transform: translate(-50%, 0);
	}

	.sec01 .tit,
	.sec01 .tit_sub {
		padding-left: 30px;
	}

	.sec01 .tit_sub {
		margin-bottom: 0.6em;
	}

	.sec01 .panel-4 {
		padding: 15px;
	}
}

@media screen and (max-width: 500px) {
	.sec01 .help_btn>div {
		width: 60vw;
	}
}

/*----------------------
sec02
-----------------------*/
.sec02 .card-wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	gap: 10px;
}

.sec02 .card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 15px;
	border: solid 4px var(--blue_2);
	padding: 60px 12px 20px;
	border-radius: 50rem 50rem 20px 20px;
	text-align: center;
}

.sec02 .card h3 {
	color: var(--blue);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
}

.sec02 .card p {
	font-size: 13px;
}

.sec02 .card img {
	text-align: center;
	width: 100%;
	max-width: 204px;
	height: auto;
	margin: auto;
}

@media screen and (max-width: 1100px) {
	.sec02 .card-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 640px) {
	.sec02 .card {
		border: solid 2px var(--blue_2);
		gap: 13px;
		padding: 40px 12px 18px;
	}

	.sec02 .card h3 {
		font-size: 16px;
	}

	.sec02 .card p {
		font-size: 13px;
	}

	.sec02 .card img {
		max-width: 160px;
	}
}

@media screen and (max-width: 540px) {
	.sec02 .card h3 {
		font-size: 13px;
	}

	.sec02 .card p {
		font-size: 12px;
	}

	.sec02 .card img {
		max-width: 150px;
	}
}

@media screen and (max-width: 430px) {
	.sec02 .card img {
		max-width: 130px;
	}

	.sec02 .card {
		padding: 30px 7px 18px;
		gap: 11px;
	}
}

/*----------------------
sec03
-----------------------*/
.sec03 .sec-wrap {
	background-color: var(--blue);
}

.sec03 h2 {
	color: #fff;
}

.sec03 .balloon {
	position: relative;
	background-color: #fff;
	border-radius: 5rem;
	color: var(--blue);
	width: 350px;
	margin: 0 auto 10px;
	padding: 5px;
}

.sec03 .balloon::before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 13px solid #ffffff;
	border-bottom: 0;
}

.sec03 .list {
	width: 100%;
	background-color: var(--blue_3);
	border-radius: 100rem;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1.2fr;
	grid-template-rows: auto;
	gap: 0;
	grid-template-areas:
		"block-1 block-2 block-3";
}

.sec03 .list+.list {
	margin-top: 10px;
}

.block-1 {
	padding: 25px 23px 25px 30%;
	grid-area: block-1;
	border-radius: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-position: left bottom -5px;
	background-repeat: no-repeat;
	background-size: 100px;
}

.block-2 {
	padding: 25px 0px 25px 25px;
	grid-area: block-2;
}

.block-3 {
	padding: 25px 40px 25px 45px;
	grid-area: block-3;
	clip-path: polygon(100% 0, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.block-1,
.block-3 {
	background-color: #fff;
}

.sec03 .list li {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 14px;
	padding-left: 1.5em;
	position: relative;
}

.sec03 .list li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0.4em;
	left: 0.2em;
	border-radius: 100%;
	background-color: #82909A;
}

.sec03 .list .block-1 .name {
	font-size: 14px;
	color: var(--blue);
	font-weight: 700;
	margin-bottom: 5px;
}

.sec03 .list .block-3 li::before {
	background-color: var(--blue);
}

.sec03 .list li+li {
	margin-top: 5px;
}

.sec03 .list .tit {
	font-size: 18px;
	font-weight: 700;
}

.sec03 .list .block-3 .tit {
	color: var(--blue);
	position: relative;
}

.sec03 .list .block-3 .tit .fa-thumbs-up {
	font-size: 1.1em;
}

@media screen and (max-width: 1000px) {
	.sec03 .list {
		max-width: 740px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		border-radius: 10px;
	}

	.block-1 {
		width: 100%;
		min-height: 108px;
		padding: 25px 23px 25px 130px;
		border-radius: 0;
		background-position: left 10px bottom -5px;
		background-size: 75px;
		border-bottom: solid 2px var(--blue_3);
	}

	.block-2 {
		width: 48%;
		padding: 15px 0px 20px 20px;
	}

	.block-3 {
		width: 52%;
		padding: 15px 20px 20px 45px;
	}
}

@media screen and (max-width: 640px) {
	.sec03 .list .tit {
		font-size: 17px;
	}

	.block-1 {
		background-position: left 10px bottom -5px;
		background-size: 75px;
		padding: 20px 20px 20px 110px;
	}

	.block-2 {
		width: 100%;
		padding: 15px 20px 20px 20px;
	}

	.block-3 {
		width: 100%;
		padding: 45px 20px 20px 20px;
		clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0% 100%, 0% 0%);
	}
}

/*----------------------
sec04
-----------------------*/
.sec04 .form-wrap {
	display: flex;
	gap: 20px;
	max-width: 910px;
	margin: auto;
}

.sec04 h3 {
	color: var(--indigo);
}

.sec04 h3 .fas::before {
	color: var(--blue_2);
}

.calculator-container {
	width: 360px;
	padding: 30px;
	border-radius: 10px;
	background-color: var(--blue_3);
}

.calculator-input {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 10px;
}

.calculator-input label {
	color: #5c7e99;
	font-weight: 700;
}

.calculator-input input {
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s ease;
}

.calculator-input input:focus {
	outline: none;
	border-color: var(--biztex-primary);
	box-shadow: 0 0 0 3px rgba(75, 137, 220, 0.1);
}

.calculator-result {
	width: calc(100% - 380px);
	padding: 30px 0;
	border-radius: 10px;
	/* border: 1px solid var(--blue_2); */
}

#calculate-roi.btn {
	margin: auto;
	width: 100%;
	min-width: auto;
}

.sec04 [class^="result_"] {
	display: grid;
	grid-template-columns: 180px 1fr;
	grid-template-rows: auto;
	gap: 0px 0px;
	grid-template-areas:
		"tit num";
	padding: 14px 0;
	align-items: center;
}

.sec04 [class^="result_"]:not(.result_4) {
	border-bottom: solid 1px var(--blue_2);
}

.sec04 [class^="result_"] .tit {
	grid-area: tit;
	color: #5c7e99;
	font-size: 18px;
	font-weight: 700;
}

.sec04 [class^="result_"] .num {
	grid-area: num;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
}

.sec04 [class^="result_"] .num span {
	font-size: 0.6em;
}

.sec04 .result_1 .num {
	color: var(--blue);
}

.sec04 .result_2 .num {
	color: var(--orange);
}

.sec04 .result_3 .num {
	color: var(--green);
}

.sec04 .result_4 .num {
	color: #c859ff;
}

.sec04 [class^="result_"] .tx-sm {
	grid-area: tx-sm;
	color: var(--gray);
}

.sec04 .tx-info {
	font-size: 14px;
	padding: 10px 15px;
	margin-top: 20px;
	border-radius: 5px;
	background-color: var(--blue_3);
}

@media screen and (max-width: 980px) {
	.calculator-container {
		width: 260px;
		padding: 20px;
	}

	.calculator-result {
		width: calc(100% - 280px);
		padding: 20px 0;
	}

	.sec04 [class^="result_"] {
		grid-template-columns: 160px 1fr;
	}

	.sec04 [class^="result_"] .tit {
		font-size: 17px;
	}

	.sec04 [class^="result_"] .num {
		font-size: 30px;
	}

	.sec04 [class^="result_"] .tx-sm {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.sec04 [class^="result_"] {
		display: block;
		padding: 10px 0;
	}

	.sec04 [class^="result_"] .tit {
		font-size: 16px;
	}

	.sec04 [class^="result_"] .num {
		font-size: 28px;
	}

	.sec04 .tx-info {
		font-size: 13px;
		padding: 8px 14px;
	}
}

@media screen and (max-width: 640px) {
	.sec04 .form-wrap {
		gap: 10px;
		margin-bottom: 80px;
	}

	.calculator-container {
		width: 180px;
		padding: 14px;
	}

	.calculator-result {
		width: calc(100% - 190px);
		padding: 10px 0;
	}

	.sec04 h3 {
		font-size: 17px;
		margin-bottom: 0.7em;
	}

	.calculator-input label {
		font-size: 15px;
	}

	.calculator-input input {
		padding: 5px 15px;
	}

	.calculator-container .btn {
		font-size: 14px;
	}

	.sec04 [class^="result_"] .tit {
		font-size: 15px;
	}

	.sec04 [class^="result_"] .num {
		font-size: 30px;
	}

	.sec04 .tx-info {
		margin-top: 0;
	}
}

@media screen and (max-width: 480px) {
	.calculator-container {
		width: 160px;
		padding: 10px;
	}

	.calculator-result {
		width: calc(100% - 170px);
		padding: 10px 0 0;
	}

	.sec04 h3 {
		font-size: 16px;
		margin-bottom: 0.7em;
	}

	.calculator-input label {
		font-size: 14px;
	}

	.calculator-input input {
		padding: 5px 15px;
	}

	.calculator-container .btn {
		font-size: 12px;
	}

	.sec04 [class^="result_"] {
		padding: 12px 8px;
	}

	.sec04 [class^="result_"] .tit {
		font-size: 14px;
	}

	.sec04 [class^="result_"] .num {
		font-size: 26px;
	}

	.sec04 .tx-info {
		font-size: 12px;
	}
}

@media screen and (max-width: 400px) {
	.sec04 [class^="result_"] .num {
		font-size: 22px;
	}
}

/*----------------------
sec05
-----------------------*/
.sec05 .sec-wrap {
	background-color: var(--blue_3);
}

.compare {
	max-width: 900px;
	margin: auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 160px 0.9fr 0.9fr 1fr;
	/* grid-template-columns: repeat(4, 1fr); */
	grid-template-rows: auto;
	gap: 0;
	position: relative;
}

.compare .list {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 6;
	/* gap: 15px; */
	text-align: center;
	font-weight: 700;
	padding: 40px 0 0;
	position: relative;
}

.compare .list[data-list="4"]::before {
	content: "おすすめ";
	color: var(--blue);
	font-size: 10px;
	text-align: center;
	background-color: var(--yellow);
	border-radius: 5rem;
	padding: 2px 8px;
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.compare .list[data-list="4"]::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 4px var(--yellow);
	border-radius: 100rem 100rem 10px 10px;
}

.compare .list img {
	width: auto;
	max-width: 84px;
	height: 45px;
	margin: 0 auto 15px;
}

/* .compare .list h3 {
	margin-bottom: 5px;
} */

.compare .list .tx-lg {
	font-size: 15px;
}

.compare .list .tx-sm {
	font-size: 12px;
	color: var(--gray);
}

.compare .list p {
	padding: 11px 5px 15px 5px;
	font-size: 15px;
	border-bottom: solid 1px var(--blue_3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}

.compare .list[data-list="4"] p {
	padding: 11px 10px 15px 10px;
}

.compare .list p span {
	font-size: 0.8em;
}

@media screen and (max-width: 870px) {
	.compare {
		grid-template-columns: 115px 1fr 1fr 1fr;
	}

	.compare .list img {
		max-width: 55px;
		height: 40px;
	}

	.compare .list p {
		font-size: 14px;
		padding: 10px 2px;
	}

	.compare .list .tx-lg {
		font-size: 14px;
	}

	.compare .list .tx-sm {
		font-size: 11px;
	}
}

@media screen and (max-width: 720px) {
	.compare {
		padding: 20px;
		/* grid-template-columns: 108px 140px 140px 1fr; */
	}

	.compare .list h3 {
		padding: 0 10px;
	}

	.compare .list p {
		font-size: 13px;
	}
}

@media screen and (max-width: 680px) {
	.compare {
		padding: 20px 10px 10px;
		grid-template-columns: 100px 120px 120px 1fr;
	}

	.compare .list .tx-lg {
		font-size: 14px;
	}

	.compare .list .tx-sm {
		font-size: 11px;
	}

	.compare .list p {
		font-size: 12px;
	}

	.compare .list[data-list="4"]::after {
		border: solid 2px var(--yellow);
	}
}

@media screen and (max-width: 600px) {
	.compare {
		grid-template-columns: auto;
		grid-template-rows: repeat(4, 1fr);
		overflow-x: scroll;
		padding: 10px;
	}

	.compare .list {
		grid-template-columns: 130px 150px 110px 100px 90px;
		grid-template-rows: auto auto;
		gap: 0px 0px;
		grid-template-areas:
			"img p1 p2 p3 p4"
			"h3 p1 p2 p3 p4";
		padding-top: 0;
		border-bottom: solid 1px var(--blue_3);
	}

	.compare .list[data-list="4"]::after {
		border-radius: 5px;
	}

	.compare .list[data-list="4"]::before {
		left: 65px;
		top: 0;
		border-radius: 0 0 5px 5px;
		padding: 1px 8px;
	}

	.compare .list[data-list="1"]>div {
		position: sticky;
		top: 0;
		left: -10px;
		background-color: #fff;
	}

	.compare .list img {
		grid-area: img;
		width: 100%;
		max-width: 100%;
		height: 50px;
		margin-bottom: 0;
		padding: 15px 10px 10px;
		position: sticky;
		top: 0;
		left: -10px;
		background-color: #fff;
	}

	.compare .list[data-list="4"] img {
		padding: 25px 10px 10px;
		height: 60px;
	}


	.compare .list h3 {
		grid-area: h3;
		padding: 0px 10px 10px;
		position: sticky;
		top: 0;
		left: -10px;
		background-color: #fff;
	}

	.compare .list p:nth-of-type(1) {
		grid-area: p1;
	}

	.compare .list p:nth-of-type(2) {
		grid-area: p2;
	}

	.compare .list p:nth-of-type(3) {
		grid-area: p3;
	}

	.compare .list p:nth-of-type(4) {
		grid-area: p4;
	}

	.compare .list .tx-lg {
		font-size: 14px;
	}

	.compare .list .tx-sm {
		font-size: 11px;
	}

	.compare .list p {
		font-size: 12px;
		border-bottom: none;
		border-left: dashed 1px var(--blue_3);
	}

}


/* 
@media screen and (max-width: 540px) {
	.compare {
		grid-template-columns: 87px 110px 110px 1fr;
	}

	.compare .list p {
		padding: 8px 3px;
	}

	.compare .list p.tx-gray {
		font-size: 10px;
	}

	.compare .list h3 {
		padding: 0 5px;
	}

	.compare .list .tx-sm {
		font-size: 10px;
	}

	.compare .list .tx-lg {
		font-size: 12px;
	}

	.compare .list img {
		max-width: 44px;
		height: 35px;
	}

	.compare .list[data-list="4"]::before {
		width: 6em;
	}
}

@media screen and (max-width: 460px) {
	.compare {
		grid-template-columns: 84px 84px 70px 1fr;
	}
} */

/*----------------------
sec06
-----------------------*/
.sec06 .panel_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto auto;
	gap: 10px 10px;
	grid-template-areas:
		"panel-1 panel-2 panel-3"
		"panel-1 panel-4 panel-5"
		"panel-1 panel-6 panel-7";
}

.sec06 [class^="panel-"] {
	padding: 10px;
	border-radius: 10px;
	background-color: var(--blue_3);
}

.sec06 h3,
.sec06 h3 a {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: var(--blue);
}

.sec06 h3 {
	padding-left: 10px;
	margin-bottom: 10px;
}

.sec06 [class^="panel-"]:not(.panel-1) h3 a {
	display: block;
	width: 100%;
	position: relative;
}

.sec06 [class^="panel-"]:not(.panel-1) h3 a:hover {
	width: calc(100% - 10px);
	filter: brightness(1.2);
}

.sec06 [class^="panel-"]:not(.panel-1) h3 a::before,
.sec06 [class^="panel-"]:not(.panel-1) h3 a::after {
	content: "";
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sec06 [class^="panel-"]:not(.panel-1) h3 a::before {
	width: 1.5em;
	height: 1.5em;
	top: 0;
	left: 5px;
}

.sec06 [class^="panel-"]:not(.panel-1) h3 a::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	top: 0;
	right: 6px;
}

.sec06 [class^="panel-"] .img-wrap {
	padding: 10px;
	background-color: #fff;
}

.sec06 [class^="panel-"] .img-wrap {
	padding: 10px;
	background-color: #fff;
}

.sec06 [class^="panel-"]>a {
	display: block;
	font-size: 14px;
	padding: 0.8em 1.5em;
	background-color: #fff;
	border-radius: 5rem;
}

.sec06 [class^="panel-"]>a:hover {
	background-color: var(--blue);
	color: #fff;
}

.sec06 [class^="panel-"]>a+a {
	margin-top: 10px;
}

@media screen and (max-width: 980px) {
	.sec06 .panel_wrap {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto auto;
		grid-template-areas:
			"panel-1 panel-1"
			"panel-2 panel-3"
			"panel-4 panel-5"
			"panel-6 panel-7";
	}

	.sec06 [class^="panel-"] .img-wrap {
		max-width: 360px;
		margin: auto;
	}
}

@media screen and (max-width: 540px) {

	.sec06 h3,
	.sec06 h3 a {
		font-size: 16px;
	}

	.sec06 [class^="panel-"]>a {
		padding: 0.5em 1.2em;
	}
}

@media screen and (max-width: 480px) {
	.sec06 .panel_wrap {
		display: block;
	}

	.sec06 [class^="panel-"]+[class^="panel-"] {
		margin-top: 10px;
	}
}

/*----------------------
sec07
-----------------------*/
.sec07 .sec-wrap {
	background-color: var(--blue);
}

.sec07 h2,
.sec07 .caption {
	color: #fff;
}

.sec07 .plan_wrap {
	max-width: 920px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 0 10px;
}

.sec07 .plan {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	text-align: center;
	font-weight: 700;
	padding: 50px 30px 30px;
	border-radius: 100rem 100rem 20px 20px;
	position: relative;
	background-color: #fff;
}

.sec07 .plan.best {
	border: solid 4px var(--yellow);
}

.sec07 .plan.best::before {
	content: "おすすめ";
	color: var(--blue);
	font-size: 13px;
	text-align: center;
	background-color: var(--yellow);
	border-radius: 5rem;
	padding: 3px 14px;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.sec07 .price {
	margin-bottom: 15px;
}

.sec07 .price .tx-blue {
	font-size: 22px;
	margin-bottom: 5px;
}

.sec07 .price h3 {
	font-size: 48px;
	line-height: 1;
	color: var(--indigo);
	margin-bottom: 0;
}

.sec07 .price .sub {
	font-size: 14px;
	margin-top: 1em;
	color: var(--blue_2);
}

.sec07 dl {
	font-size: 14px;
	display: flex;
	align-items: center;
	border-bottom: solid 1px var(--blue_3);
}

.sec07 dl dt {
	padding: 10px;
	color: var(--gray);
	width: 160px;
}

.sec07 dl dd {
	padding: 10px;
	text-align: left;
	width: calc(100% - 160px);
}

.sec07 dl dd li {
	line-height: 1.4;
	font-size: 14px;
	padding-left: 1.5em;
	position: relative;
}

.sec07 dl dd li+li {
	margin-top: 5px;
}

.sec07 dl dd li::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0.4em;
	left: 0.2em;
	border-radius: 100%;
	background-color: #82909A;
}

.sec07 .plan .btn {
	margin-top: 50px;
}

@media screen and (max-width: 920px) {

	.sec07 .plan {
		padding: 40px 20px 20px;
	}

	.sec07 .price .tx-blue {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sec07 .price h3 {
		font-size: 42px;
	}

	.sec07 .price .sub {
		font-size: 13px;
	}

	.sec07 dl {
		font-size: 13px;
	}

	.sec07 dl dt {
		padding: 10px 0;
		width: 125px;
	}

	.sec07 dl dd {
		padding: 10px 0;
		width: calc(100% - 140px);
		margin-left: 15px;
	}

	.sec07 dl dd li {
		font-size: 13px;
	}

}

@media screen and (max-width: 768px) {
	.sec07 .plan_wrap {
		display: block;
		max-width: 380px;
	}

	.sec07 .plan.best {
		margin-top: 20px;
	}
}

@media screen and (max-width: 380px) {
	.sec07 .price .tx-blue {
		font-size: 17px;
	}

	.sec07 .price h3 {
		font-size: 38px;
	}

	.sec07 dl,
	.sec07 dl dd li {
		font-size: 12px;
	}

	.sec07 .plan.best::before {
		font-size: 11px;
	}

	.sec07 dl dd {
		padding: 8px 0;
	}
}

/*----------------------
sec08
-----------------------*/
.sec08 .sec-wrap {
	background-color: var(--blue_3);
}

.sec08 .flow {
	max-width: 920px;
	margin: 0 auto 50px;
}

.sec08 .flow li {
	position: relative;
	padding: 20px 40px 25px 50px;
	background-color: #fff;
	border-radius: 50rem;
	display: grid;
	align-items: center;
	grid-template-columns: 60px 1fr;
	grid-template-rows: auto auto;
	gap: 5px 40px;
	grid-template-areas:
		"cnt h3"
		"cnt p";
}

.sec08 .flow li+li {
	margin-top: 20px;
}

.sec08 .flow li+li::before {
	content: "\f063";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--blue);
	width: 60px;
	height: 60px;
	background-color: var(--blue_3);
	border-radius: 100%;
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sec08 .flow .cnt {
	grid-area: cnt;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	color: var(--blue_2);
}

.sec08 .flow .cnt span {
	font-size: 40px;
}

.sec08 .flow h3 {
	grid-area: h3;
	text-align: left;
	margin-bottom: 0;
}

.sec08 .flow p {
	grid-area: p;
}

.sec08 .flow+h3 {
	text-align: center;
}

@media screen and (max-width: 540px) {
	.sec08 .flow li {
		gap: 5px 15px;
		padding: 20px 35px 25px 25px;
	}

	.sec08 .flow .cnt {
		font-size: 16px;
	}

	.sec08 .flow .cnt span {
		font-size: 35px;
	}

	.sec08 h3 {
		font-size: 17px;
	}

	.sec08 .flow p {
		font-size: 13px;
	}

	.sec08 .flow li+li::before {
		width: 45px;
		height: 45px;
		top: -10px;
		font-size: 16px;
	}
}


/*----------------------
sec09
-----------------------*/
.sec09 .caselink_wrap {
	max-width: 1190px;
	margin: auto;
	background-color: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 10px;
}

.sec09 .caselink {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
	width: 100%;
	text-decoration: none;
	color: var(--black);
	overflow: hidden;
}

.sec09 .caselink:hover {
	transform: translate(0, -5px);
	color: var(--blue);
}

.sec09 .caselink .image {
	width: 100%;
	height: 200px;
	background-color: var(--blue_3);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 10px;
}

.sec09 .caselink .image[style^="background-image"] i {
	display: none;
}

.sec09 .caselink i {
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--blue_2);
}

.sec09 .caselink i::before {
	margin-right: 0;
}

.sec09 .caselink .category,
.sec09 .caselink .roi {
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	border-radius: 10rem;
	position: absolute;
	bottom: 10px;
	padding: 2px 1em;
}

.sec09 .caselink .category {
	left: 10px;
	color: #fff;
	background-color: var(--blue);
}

.sec09 .caselink .roi {
	right: 10px;
	color: var(--blue);
	background-color: #fff;
}

.sec09 .caselink .tx-wrap {
	padding: 13px 14px 14px;
}

.sec09 .caselink .tit {
	font-size: 16px;
	font-weight: 700;
}

.sec09 .caselink .tit+.tx {
	margin-top: 7px;
}

.sec09 .caselink .tx {
	font-size: 14px;
}

.sec09 .caselink .ic_link {
	font-size: 12px;
	color: var(--blue);
	margin-top: 8px;
	text-align: right;
	padding-right: 2em;
	position: relative;
}

.sec09 .caselink .ic_link::before {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1.1em;
	position: absolute;
	top: 0;
	right: 0;
}

.sec09 .caselink_wrap+.tx-gray {
	text-align: center;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.sec09 .btn-wrap+.h2-wrap {
	margin-top: 80px;
}

.sec09 .customer_voice-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
}

.sec09 .customer_voice {
	font-size: 14px;
	padding: 15px 35px 20px 20px;
	width: calc((100% - 20px)/3);
	background-color: var(--blue_3);
	border-radius: 100rem 100rem 100rem 0;
}

.sec09 .customer_voice .data {
	display: flex;
	align-items: flex-end;
	width: 100%;
	margin: -20px 0 0 -20px;
}

.sec09 .customer_voice img {
	width: 67px;
	height: 67px;
}

.sec09 .customer_voice .name {
	width: calc(100% - 83px);
	margin: 0 0 0 20px;
}

.sec09 .customer_voice .name .tx-blue {
	font-weight: 700;
	font-size: 17px;
}

.sec09 .customer_voice .name .tx-gray {
	font-size: 12px;
}

.sec09 .customer_voice>p {
	margin: 10px 0 0;
}

@media screen and (max-width: 1100px) {
	.sec09 .caselink_wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.sec09 .customer_voice img {
		width: 50px;
		height: 50px;
	}

	.sec09 .customer_voice .data {
		margin: -10px 0 0 -10px;
	}

	.sec09 .customer_voice .name {
		width: calc(100% - 65px);
		margin: 0 0 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.sec09 .customer_voice {
		padding: 15px 35px 20px 20px;
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	.sec09 .caselink_wrap {
		max-width: 460px;
		grid-template-columns: repeat(1, 1fr);
	}
}

/*----------------------
sec10
-----------------------*/

.sec10 {
	background-color: var(--blue_3);
}

.sec10 .faq-wrap {
	max-width: 800px;
	margin: auto;
}

.sec10 .faq-item {
	background-color: #fff;
	border-radius: 10px;
}

.sec10 .faq-item+.faq-item {
	margin-top: 10px;
}

.sec10 .faq-q {
	width: 100%;
	position: relative;
	padding: 15px 50px 15px 50px;
	cursor: pointer;
	transition: all 0.2s;
}

.sec10 .faq-q p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.sec10 .faq-q:hover {
	color: var(--blue);
}

.sec10 .faq-q::before,
.sec10 .faq-a::before {
	position: absolute;
	left: 14px;
	top: 12px;
	font-size: 23px;
	margin-right: 0;
}

.sec10 .faq-q::before {
	color: var(--blue);
}

.sec10 .fa-plus {
	position: absolute;
	color: var(--blue_2);
	transform-origin: center;
	top: 50%;
	right: 14px;
	transform: translate(0, -50%) rotate(0deg);
	transition: all 0.2s;
}

.sec10 .fa-plus::before {
	margin-right: 0;
}

.sec10 .faq-q.is-active .fa-plus {
	transform: translate(0, -50%) rotate(-45deg);
}

.sec10 .faq-a {
	display: none;
	font-size: 14px;
	position: relative;
	padding: 15px 15px 15px 50px;
	border-top: solid 1px var(--blue_3);
}

.sec10 .faq-a::before {
	color: var(--orange);

}

.sec10 .faq-a p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {

	.sec10 .faq-a {
		font-size: 14px;
	}

}

@media screen and (max-width: 500px) {
	.sec10 {
		margin-top: 0;
	}

	.sec10 .faq-q {
		padding: 10px 42px 12px 40px;
	}

	.sec10 .faq-a {
		padding: 10px 20px 15px 40px;
	}

	.sec10 .faq-q::before,
	.sec10 .faq-a::before {
		font-size: 16px;
	}

	.sec10 .faq-q p {
		font-size: 15px;
	}
}

/*----------------------
sec11
-----------------------*/
.sec11 .sec-wrap {
	background-color: var(--blue);
}

.sec11 h2,
.sec11 .caption {
	color: #fff;
}