@charset "UTF-8";
/*
    Template: swell
    Theme Name: ZIUS RENEW 2023
    Description: ZIUSサービスサイト用デザインテーマ
    Version: 1.0.0
    Author: Noriko Takamatsu
*/

/* 20250605 FLOW追加 */
.top-flow {
	padding: 6rem 0rem;
}

.p-top__voice__title.top-flow {
	padding: 4rem 0;
}
.p-top__voice__title.top-flow span {
	padding-top: 2rem;
}
	.top-flow-read {
		position: relative;
		margin-bottom: 40px;
		text-align: center;
		font-weight: bold;
		color: #006CD1;
		font-size: 2.1rem;
		letter-spacing: .1em;
	}
	.top-flow-read::before,
	.top-flow-read::after {
		position: absolute;
		bottom: 0;
		left: 25%;
		content: "";
		width: 25px;
		height:25px;
		background: url(https://zius.speever.jp/zius2020/wp-content/uploads/2025/06/parts.png) no-repeat;
		background-size: contain;
	}
	.top-flow-read::after {
		right: 25%;
		left: auto;
		background: url(https://zius.speever.jp/zius2020/wp-content/uploads/2025/06/parts02.png) no-repeat;
	}
	.top-flow-wrapper {
		display: flex;
		justify-content: space-between;
	}
	.step-block.first, .step-block.thr {
		width: 25%;
		background: url(https://zius.speever.jp/zius2020/wp-content/uploads/2025/06/step01.png)  no-repeat;
		background-size: contain;
		
	}
	.step-block.sec {
		width: 50%;
		background: url(https://zius.speever.jp/zius2020/wp-content/uploads/2025/06/step02.png) no-repeat;
		background-size: contain;
	}
	.step-block.thr {
		background: url(https://zius.speever.jp/zius2020/wp-content/uploads/2025/06/step03.png) no-repeat;
		background-size: contain;
	}
	.step {
		padding: 20px 0 10px 20px;
		font-weight: bold;
		color: #fff;
		font-size: 1.8rem;
		letter-spacing: .1em;
	}
	.step span {
		display: inline-block;
		margin-left: 5px;
		font-size: 2.6rem;
		line-height: 1;
	}
	.step-block.sec .step,
	.step-block.thr .step {
		padding: 20px 0 10px 50px;
	}
	.step-content-wrap {
		display: flex;
		justify-content: space-around;
	}
	.step-content-wrap .step-content {
		margin-left: 0;
	}
	.step-content-wrap .step-content:first-child {
		margin-left: 20px;
	}
	.step-content-wrap .step-content:last-child {
		margin-right: 20px;
	}
	.step-content {
		background-color: #fff;
		padding: 15px;
		border-radius: 5px;
		width: 80%;
		margin-left: 20px;
		box-shadow: 0 4px 10px #ddd;
		max-width: 250px;
	}
	.step-block.thr .step-content {
		margin-left: 30px;
	}
	.step-title {
		color: #006CD1;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: .1em;
		margin-bottom: 5px;
	}
	.step-content p {
		line-height: 1.7;
		font-size: 1.4rem;
	}
	.step-content p span {
		font-size: 1.2rem;
	}
	.sp {
		display: none;
	}
	.p-top__voice__title.top-flow::before {
		background: url(https://zius.speever.jp/zius2020/wp-content/themes/zius_renew2023/assets/images/top/top-flow-title-bg.svg) center top no-repeat;
	}
	@media(max-width: 1025px) {
		.step {
		  padding: 10px 0 10px 20px;
		}
		.step-block.sec .step, .step-block.thr .step {
		  padding: 10px 0 10px 30px;
		}
		.step-content-wrap .step-content {
		  width: 41%;
		}
		.step-content {
			margin-left: 15px;
		}
		.step-block.thr .step-content {
  margin-left: 25px;
}
	}
	@media(max-width: 600px) {
		.top-flow-wrapper {
			display: flex;
			flex-direction: column;
		}
		.top-flow-read::before,
		.top-flow-read::after {
			bottom: 10px;
		}
		.top-flow-read::before {
			left: 0%;
		}
		.top-flow-read::after {
			right: 0%;
		}
		.step {
			padding: 0;
			margin-bottom:20px;
		}
		.step-block.sec .step, .step-block.thr .step {
			padding: 0;
		}
		.step-content {
		  margin: 0 !important;
		  width: 100% !important;
		  max-width: inherit;
		}
		.step-block {
			width: 100% !important;
			margin-bottom: 30px;
			padding: 30px;
		}
		.sp {
			display: block;
		}
		.pc {
			display: none;
		}
		.step-block {
			position: relative;
			margin-bottom: 60px;
		}
		.step-block::before {
			position:absolute;
			bottom: -30px;
			left: 0;
			content: "";
			width: 100%;
			height: calc(60px / 2);
			clip-path: polygon(0 0, 100% 0, 50% 100%);
			background-color: #1AB4E2;
		}
		.step-block.first, .step-block.thr {
			background: #0058AB;
			background: linear-gradient(180deg,rgba(0, 88, 171, 1) 0%, rgba(0, 124, 191, 1) 49%, rgba(26, 180, 226, 1) 97%);
		}
		.step-block.sec {
			background: #0058AB;
			background: linear-gradient(180deg,rgba(0, 88, 171, 1) 0%, rgba(0, 124, 191, 1) 49%, rgba(26, 180, 226, 1) 97%);
		}
		.step-block.sec .step-content-wrap {
			flex-direction: column;
		}
		.step-block.sec .step-content-wrap .step-content {
			width: 100%;
		}
		.step-block.sec .step-content-wrap .step-content:first-child {
			margin-bottom: 30px !important;
		}
	}

/* 20250610 */

.p-top__compare {
    background-color: #e8f3fd;
}

.top-compare {
		background-color: #e8f3fd;
	}
	.top-compare-table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 60px;
	}
	.top-compare-table thead {
		display: none;
	}
	.top-compare-table tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.top-compare-table tr th {
		background-color: #F3EF36;
		text-align: center;
		height: 75px;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.top-compare-table tr td {
		position: relative;
		background-color: #fff;
		border-top: 2px solid #f1f1f1;
		font-weight: bold;
		padding: 12px 12px 12px 130px;
		text-align: center;
	}
	.top-compare-table tr td::before {
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
		content: "";
		border-right: 2px solid #f1f1f1;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
		padding: 12px;
		width: 117px;
		line-height: 1.4;
		height: 100%;
	}
	.top-compare-table tr td:nth-child(2)::before {
		background: url(https://zius.speever.jp/zius2020/wp-content/themes/zius_renew2023/assets/images/common/footer-logo.webp) no-repeat center / 80px auto #fff;
	}
	.top-compare-table tr td:nth-child(2)::after {
		box-shadow: inset 5px 0 0 #fff inset -5px 0 0 #fff;
		border: 3px solid #e04f53;
		border-radius: 10px;
		content: "";
		top: 0;
		bottom: 0;
		right: -5px;
		left: -5px;
		position: absolute;
	}
	.top-compare-table tr td:nth-child(3)::before {
		content: "A社";
	}
	.top-compare-table tr td:nth-child(4)::before {
		content: "B社";
	}
	.top-compare-table tr td:nth-child(3)::before,
	.top-compare-table tr td:nth-child(4)::before {
		background-color: #b8b8b8;
		color: #fff;
	}
	@media(min-width: 600px) {
		.top-compare-table tr td {
			padding-left: 240px;
		}
		.top-compare-table tr td::before {
			width: 207px;
		}
	}
	@media(min-width: 1025px) {
		.top-compare-table tr td::before,
		.top-compare-table tr td:nth-child(2)::after,
		.top-compare-table tr td:nth-child(3)::before,
		.top-compare-table tr td:nth-child(4)::before{
			content: none;
		}
		.top-compare-table {
			margin: 60px auto 0;
			position: relative;
			width: 1120px;
		}
		.top-compare-table::before {
			border: 4px solid #e04f53;
			border-radius: 20px 20px 0 0;
			box-shadow: inset 0 20px 0 #fff;
			content: "";
			position: absolute;
			left: 275px;
			bottom: 0;
			height: calc(100% + 18px);
			width: 290px;
			z-index: 2;
		}
		.top-compare-table thead {
			display: table-row-group;
		}
		.top-compare-table tr {
			display: table-row;
			margin-bottom: 0;
		}
		.top-compare-table thead th:nth-child(2) img {
			height: 50px;
			width: auto;
			max-width: 100%;
		}
		.top-compare-table th,.top-compare-table td {
			border: 2px solid #f1f1f1;
			vertical-align: middle;
			font-size:16px;
		}
		.top-compare-table thead th {
			background-color: transparent;
		}
		.top-compare-table thead tr th:nth-child(2) {
			background-color: #fff;
			padding: 15px 20px;
		}
		.top-compare-table thead tr th:nth-child(3),
		.top-compare-table thead tr th:nth-child(4) {
			background-color: #006CD2;
			color: #fff;
		}
		.top-compare-table th {
			color: #fff;
			padding: 15px 20px;
			width: 25%;
		}
		.top-compare-table thead th:first-child {
			border: none;
		}
		.top-compare-table tr th {
			height: auto;
			display: table-cell;
		}
		.top-compare-table tr td {
			background-color: #fff;
			font-weight: bold;
			padding: 20px 22px 20px 20px;
			display: table-cell;
		}
	}