@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=arrow_cool_down');

.contents {
	justify-content: center;
}

@media (max-width: 560px) {
.main {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
}

:root {
	--bg-gray: #DEE9EF;
	--yellow: #FFF34B;
	--blue: #2480AB;
}

.tscloud-kyuuyo .flex {
	display: flex;
	justify-content: center;
	align-content: center;
}

.ts-cloud-kyuuyo section {
	width: 80%;
	margin: 0 auto;
}
span.blue {
	color: #2380AB;
	font-weight: bold;
}
span.red {
	color: #FF0000;
	font-weight: bold;
}
span.midashi-maru {
	position: relative;
	&::before {
		position: absolute;
		content: '';
		width: 4px;
		height: 4px;
		left: 50%;
		bottom: 100%;
		transform: translateX(-50%);
		background: #2380AB;
		border-radius: 50%;
	}
}
span.bg-kyuuyo,
span.bg-kintai,
span.bg-rousya {
	display: inline-block;
	margin: 0 4px;
	margin-top: 2px;
	padding: 0 4px;
	padding-bottom: 1px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}
span.bg-kyuuyo {
	background: #2380AB;
}
span.bg-kintai {
	background: #539B34;
}
span.bg-rousya {
	background: #E37500;
}
.bg-white {
	display: inline;
	background: #fff;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 0%);
	padding: 0 6px;
}
.midashi {
	text-align: center;
	margin-bottom: 52px;
}
.midashi h2 {
	word-break: keep-all;
	overflow-wrap: break-word;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.midashi p {
	word-break: keep-all;
	overflow-wrap: break-word;
}
span.bold {
	font-weight: bold;
}
.sp-only {
	display: none;
}

@media (max-width: 560px) {
	.midashi h2 {
		font-size: 22px;
	}
	.sp-only {
		display: inherit;
	}
}

/* ===================================== */
/* メインビジュアルとバナー */
/* ===================================== */
#tscolud-kyuuyo-sec1 {
	margin-bottom: 44px;
}
#tscolud-kyuuyo-sec1 .section-item:nth-child(2) {
	align-items: center;
	gap: 40px;
	padding: 10px 36px;
	background: var(--yellow);
	position: relative;
	& ::before,
	& ::after {
		position: absolute;
		content: "";
		top: 50%;
		transform: translateY(-50%);
		width: 16px;
		height: 100%;
		background-size: auto auto;
		background-color: var(--yellow);
		background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(34, 34, 34, 1) 8px, rgba(34, 34, 34, 1) 16px );
	}
	& ::before {
		left: 0;
	}
	& ::after {
		right: 0;
	}
	& img {
		width: auto;
		height: 40px;
	}
	& a {
		color: #333;
		border-bottom: 0.5px solid #333;
	}
}
#tscolud-kyuuyo-sec1 .section-item:nth-child(3) {
	gap: 1em;
	margin-top: 6px;
	padding: 10px 48px;
	background: var(--bg-gray);
	& a span.blue {
		font-weight: 400;
		border-bottom: 0.5px solid #2380AB;
	}
}

@media (max-width: 560px) {
#tscolud-kyuuyo-sec1 {
	& .section-item:nth-child(2) {
		flex-flow: column;
		gap: 12px;
	}
}
}


/* ===================================== */
/* 無料トライアル */
/* ===================================== */
#tscloud-kyuuyo-sec2 {
	margin-bottom: 80px;
}
#tscloud-kyuuyo-sec2 .section-item {
	gap: 5%;
	width: 60%;
	margin: 0 auto;
}
#tscloud-kyuuyo-sec2 .img-wrapper {
	width: 40%;
}
#tscloud-kyuuyo-sec2 .img-wrapper p {
	margin-top: 12px;
	text-align: center;
}
#tscloud-kyuuyo-sec2 ul {
	flex-flow: column;
	align-items: start;
	gap: 16px;
	width: 55%;
}
#tscloud-kyuuyo-sec2 li {
	width: 100%;
	background: var(--bg-gray);
	padding: 14px 16px;
}
#tscloud-kyuuyo-sec2 li .check-midashi {
	margin-left: calc(1em + 12px);
	& h3 {
		font-size: 20px;
		position: relative;
	}
	& h3::before {
		position: absolute;
		content: '';
		top: 50%;
		right: calc(100% + 6px);
		transform: translateY(-50%);
		width: 28px;
		height: 28px;
		background-image: url('images/check_box.png');
		background-size: cover;
	}
}
#tscloud-kyuuyo-sec2 .section-item:nth-child(2) {
	margin-bottom: 40px;
}
#tscloud-kyuuyo-sec2 .section-item:nth-child(3) {
	& ul {
		width: 100%;
		padding: 12px;
		background: #F4F5F5;
	}
	& li {
		background: inherit;
		padding: 20px 16px;
	}
	& li:not(:last-child) {
		border-bottom: 2px solid #fff;
	}
	& p.title {
		margin-bottom: 12px;
		margin-left: 1em;
		font-weight: 700;
		position: relative;
	}
	& p.title::before {
		position: absolute;
		content: "";
		width: 12px;
		height: 12px;
		top: 30%;
		right: calc(100% + 0.5em);
		background: var(--blue);
		border-radius: 50%;
	}
	& p.text {
		margin-top: 12px;
		margin-left: 1.2em;
	}
}
@media (max-width: 960px) {
#tscloud-kyuuyo-sec2 {
	& .section-item {
		gap: 20px;
		width: 95%;
	}
	& .img-wrapper {
		width: 30%;
		margin: 0 auto;
	}
	& ul {
		width: 100%;
	}
}
#tscloud-kyuuyo-sec2 .section-item:nth-child(2) {
	flex-flow: column;
	align-items: center;
}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec2 .img-wrapper {
	width: 60%;
}
#tscloud-kyuuyo-sec2 .section-item:nth-child(3) {
	width: 95%;
	& p.title {
		font-size: 18px;
	}
}
}

/* ===================================== */
/* 選べる２つのプラン */
/* ===================================== */
#tscloud-kyuuyo-sec3 {
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec3 .section-item {
	flex-flow: column;
	gap: 16px;
	width: 90%;
	margin: 0 auto;
}
#tscloud-kyuuyo-sec3 .section-item > .flex {
	gap: 4px;
}
#tscloud-kyuuyo-sec3 h3 {
	font-size: 20px;
}
#tscloud-kyuuyo-sec3 .flex-item {
	padding: 16px 20px;
	padding-left: 28px;
}
#tscloud-kyuuyo-sec3 .flex-item:nth-child(1) {
	width: 30%;
	background: #DEE9EF;
	position: relative;
	&::before {
		position: absolute;
		content: '';
		width: 14px;
		height: 100%;
		top: 50%;
		right: calc(100% - 7px);
		transform: translateY(-50%);
		background: #2380AB;
		z-index: 1;
	}
	& p.title {
		font-weight: 700;
		font-size: 20px;
		word-break: keep-all;
		overflow-wrap: break-word;
	}
	& p.text {
		margin-top: 12px;
		word-break: keep-all;
		overflow-wrap: break-word;
	}
}
#tscloud-kyuuyo-sec3 .flex-item:nth-child(2) {
	align-items: center;
	width: 70%;
	background: #F4F5F5;
}
@media (max-width: 960px) {
	#tscloud-kyuuyo-sec3 .section-item {
		width: 80%;
		gap: 36px;
	}
	#tscloud-kyuuyo-sec3 .section-item > .flex {
		flex-flow: column;
	}
	#tscloud-kyuuyo-sec3 .flex-item:nth-child(1) {
		width: 100%;
		&::before {
			right: inherit;
			left: 0;
		}
		& span {
			width: 40px;
			height: 40px;
			top: 16px;
			left: 2px;
			transform: inherit;
			font-size: 20px;
		}
	}
	#tscloud-kyuuyo-sec3 .flex-item:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec3 {
& .section-item {
	flex-flow: column;
	width: 95%;
	margin: 0 auto;
}
}
}


/* ===================================== */
/* TSクラウド給与の主な機能 */
/* ===================================== */
#tscloud-kyuuyo-sec4 {
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec4 .midashi p {
	margin-bottom: 12px;
}
#tscloud-kyuuyo-sec4 .midashi span {
	padding-left: 8px;
}
#tscloud-kyuuyo-sec4 ul.flex {
	flex-wrap: wrap;
	gap: 28px;
	& > li {
		width: 45%;
		background: var(--bg-gray);
	}
	& .title {
		justify-content: start;
		align-items: center;
		gap: 6px;
		padding: 12px;
		font-size: 18px;
	}
	& .title img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	& p.text {
		padding: 24px;
		padding-top: 0;
	}
}

@media (max-width: 560px) {
#tscloud-kyuuyo-sec4 ul.flex {
	flex-flow: column;
	& > li {
		width: 95%;
		margin: 0 auto;
	}
}
}


/* ===================================== */
/* 給与計算のご委託によるセット割引 */
/* ===================================== */
#tscloud-kyuuyo-sec5 {
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec5 .midashi {
	margin-bottom: 24px;
}
#tscloud-kyuuyo-sec5 .text-wrapper {
	margin-bottom: 24px;
	text-align: center;
}
#tscloud-kyuuyo-sec5 .section-wrapper {
	align-items: center;
	height: 100%;
	gap: 12px;
}
#tscloud-kyuuyo-sec5 .section-wrapper > img {
	display: block;
	width: 160px;
	margin: 0 auto;
	object-fit: contain;
}
#tscloud-kyuuyo-sec5 .section-wrapper > img:nth-child(2) {
	width: 24px;
	height: 24px;
	margin: 24px auto;
}
#tscloud-kyuuyo-sec5 .waribiki-wrapper {
	display: flex;
	gap: 16px;
}
#tscloud-kyuuyo-sec5 .waribiki-wrapper .flex-item {
	width: calc(100% / 3);
	padding: 12px;
	text-align: center;
	border-radius: 10px;
	& img {
		width: 28px;
		height: 28px;
	}
	& > p.title {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	& > div {
		margin: 12px 0;
		padding: 12px;
		background: #fff;
		position: relative;
	}
	& > div::after {
		position: absolute;
		content: '';
		bottom: calc(100% - 12px);
		left: calc(100% - 12px);
		transform: translateX(-50%) translateY(50%);
		width: 72px;
		height: 72px;
		background-image: url('images/waribiki.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	& > div p.title {
		margin-bottom: 6px;
		font-weight: bold;
	}
	& p.ichiman {
		padding: 0 4px;
		color: #fff;
		background: #FF2525;
		font-size: 46px;
		font-weight: 600;
		font-family: "Oswald", sans-serif;
	}
	& p.yen, 
	& p.zeibetsu {
		margin-left: 4px;
	}
	& p.yen {
		font-size: 26px;
		font-weight: bold;
		color: #FF2525;
	}
	& ul {
		justify-content: start;
		flex-flow: row;
		flex-wrap: wrap;
		gap: 4px 5px;
	}
	& ul li {
		width: calc(50% - 2.5px);
		border: 0.5px solid #fff;
		color: #fff;
	}
}
#tscloud-kyuuyo-sec5 .waribiki-wrapper .flex-item:nth-child(1) {
	background-color: #217FC4;
	& > div p.title {
		color: #217FC4;
	}
}
#tscloud-kyuuyo-sec5 .waribiki-wrapper .flex-item:nth-child(2) {
	background-color: #F3982B;
	& > div p.title {
		color: #F3982B;
	}
}
#tscloud-kyuuyo-sec5 .waribiki-wrapper .flex-item:nth-child(3) {
	background-color: #25c037;
	& > div p.title {
		color: #25c037;
	}
}
#tscloud-kyuuyo-sec5 > p.text {
	margin-top: 12px;
	text-align: end;
}

@media (max-width: 960px) {
#tscloud-kyuuyo-sec5 {
	& .section-wrapper {
		flex-flow: column;
		align-items: center;
		width: inherit;
		height: auto;
		margin: 0 auto;
	}
	& .waribiki-wrapper {
		flex-flow: column;
		align-items: center;
	}
	& .waribiki-wrapper .flex-item {
		width: 40%;
	}
	& .waribiki-wrapper .flex-item > div::after {
		width: 60px;
		height: 60px;
	}
}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec5 .waribiki-wrapper .flex-item {
	width: 80%;
}
}

/* ===================================== */
/* TSクラウド給与はこんな企業におすすめ！ */
/* ===================================== */
#tscloud-kyuuyo-sec6 {
	width: 80%;
	min-width: 600px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec6 .midashi span {
	padding-left: 8px;
}
#tscloud-kyuuyo-sec6 .hukidashi-wrapper {
	width: 90%;
	max-width: 1000px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
#tscloud-kyuuyo-sec6 .hukidashi {
	position: absolute;
	width: 240px;
	text-align: center;
	background: var(--bg-gray);
	&:nth-child(1) {
		top: 0;
		left: 0;
	}
	&:nth-child(2) {
		top: 0;
		right: 0;
	}
	&:nth-child(3) {
		top: 17%;
		left: 50%;
		transform: translateX(-50%) translateY(50%);
	}
	&:nth-child(4) {
		top: 60%;
		left: 5%;
	}
	&:nth-child(5) {
		top: 60%;
		right: 5%;
	}
}
#tscloud-kyuuyo-sec6 .hukidashi .text {
	padding: 16px 24px;
	position: relative;
	&::after {
		position: absolute;
		content: "";
		width: 20px;
		height: 20px;
		top: 100%;
		left: 40%;
		clip-path: polygon(50% 80%, 0 0, 100% 0);
		background: var(--bg-gray);
	}
}
#tscloud-kyuuyo-sec6 .city-img {
	width: 100%;
	height: auto;
}

@media (max-width: 960px) {
#tscloud-kyuuyo-sec6 {
	width: 80%;
	min-width: 560px;
	margin: 0 auto;
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec6 .hukidashi-wrapper {
	max-width: 560px;
	height: 500px;
	margin-bottom: 20px;
}
#tscloud-kyuuyo-sec6 .hukidashi {
	&:nth-child(2) {
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	} 
	&:nth-child(3) {
		top: 40%;
		right: 0;
		left: inherit;
		transform: none;
	}
	&:nth-child(4) {
		top: 60%;
		left: 0;
	}
	&:nth-child(5) {
		top: 80%;
		left: 50%;
		transform: translateY(-50%);
	}
}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec6 {
	max-width: inherit;
	min-width: inherit;
}
#tscloud-kyuuyo-sec6 .hukidashi {
	&:nth-child(2) {
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	} 
	&:nth-child(3) {
		top: 40%;
		right: 0;
		left: inherit;
		transform: none;
	}
	&:nth-child(4) {
		top: 60%;
		left: 0;
	}
	&:nth-child(5) {
		top: 80%;
		right: 0;
		transform: translateX(-50%);
	}
}
}


/* ===================================== */
/* 導入企業の声 */
/* ===================================== */
#tscloud-kyuuyo-sec7 {
	margin-bottom: 100px;
	padding: 32px;
	background: var(--bg-gray);
	text-align: center;
}
#tscloud-kyuuyo-sec7 .midashi {
	display: inline-block;
	background: #fff;
	padding: 0 6px;
	position: relative;
	&::after {
		position: absolute;
		content: '';
		width: 50px;
		height: 36px;
		bottom: -12px;
		right: -32px;
		background-image: url('images/megaphone.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
	& h2 {
		margin-bottom: 0;
	}
}
#tscloud-kyuuyo-sec7 > .flex {
	flex-wrap: wrap;
	gap: 32px;
}
#tscloud-kyuuyo-sec7 .flex-item {
	gap: 0;
	& p.text-wrapper {
		display: flex;
		flex-flow: column;
		justify-content: center;
		padding: 12px 40px;
		width: 260px;
		height: 120px;
		background-image: url('images/hukidashi_blue.png');
		background-size: contain;
		background-repeat: no-repeat;
		color: #fff;
		font-weight: bold;
		text-align: start;
	}
	& p.text-wrapper span.yellow {
		color: var(--yellow);
	}
	& .building-wrapper {
		width: 120px;
		margin-top: 40px;
	}
	& .building-wrapper p {
		position: relative;
		color: #2380AB;
		text-align: center;
		font-weight: bold;
		z-index: 2;
	}
	& .building-wrapper img {
		width: auto;
		height: 100px;
	}
	& .building-wrapper .img-wrapper {
		position: relative;
		z-index: 1;
	}
	& .building-wrapper .img-wrapper::before {
		position: absolute;
		content: '';
		width: 120px;
		height: 120px;
		border-radius: 50%;
		top: -35%;
		left: 50%;
		transform: translateX(-50%);
		background: #fff;
		z-index: -1;
	}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec7 .flex-item {
	& p.text-wrapper {
		width: 240px;
		height: 110px;
	}
	& .building-wrapper p {
		margin-bottom: 4px;
	}
	& .building-wrapper img {
		height: 72px;
	}
	& .building-wrapper .img-wrapper::before {
		width: 100px;
		height: 100px;
		top: -43%;
	}
}
}


/* ===================================== */
/* 導入の流れ */
/* ===================================== */
#tscloud-kyuuyo-sec9 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec9 .table-row {
	align-items: end;
	width: 100%;
	margin-bottom: 6px;
	position: relative;
	&::after {
		position: absolute;
		content: '';
		width: 30%;
		height: 72px;
		top: 99%;
		left: 0;
		background: #2380AB;
		clip-path: polygon(50% 25%, 0 0, 100% 0);
	}
	& .title {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30%;
		height: 74px;
		background: #2380AB;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		position: relative;
	}
	& .title::before,
	& .title::after {
		position: absolute;
		content: '';
		width: 50%;
		height: 72px;
		bottom: calc(100% - 1px);
		background: #2380AB;
	}
	& .title::before {
		right: 0;
		clip-path: polygon(100% 100%, 0 100%, 100% 75%);
	}
	& .title::after {
		left: 0;
		clip-path: polygon(100% 100%, 0 100%, 0 75%);
	}
	& .text {
		display: flex;
		flex-flow: column;
		justify-content: center;
		width: 70%;
		height: 92px;
		padding: 0 24px;
		text-align: left;
		background: var(--bg-gray);
	}
	& .text a {
		color: #2380AB;
		text-decoration: underline;
	}
}
#tscloud-kyuuyo-sec9 .table-row:first-child .title {
	height: 92px;
	&::before,
	&::after {
		content: none;
	}
}
#tscloud-kyuuyo-sec9 .table-row:last-child::after {
	content: none;
}
#tscloud-kyuuyo-sec9 > p {
	margin-top: 16px;
	text-align: end;
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec9 {
	width: 100%;
}
#tscloud-kyuuyo-sec9 .table-row {
	&::after {
		height: 50px;
	}
	& .title {
		height: 80px;
		font-size: 14px;
	}
	& .title::before,
	& .title::after {
		height: 50px;
	}
	& .text {
		padding: 0 12px;
		font-size: 14px;
	}
}
}


/* ===================================== */
/* アウトソーシング版もご利用いただけます */
/* ===================================== */
#tscloud-kyuuyo-sec10 {
	margin-bottom: 56px;
}
#tscloud-kyuuyo-sec10 .out-midashi {
	margin-bottom: 44px;
	& p.text {
		display: inline-block;
		margin-bottom: 16px;
		padding: 6px 12px;
		background: #2380AB;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0.1em;
		position: relative;
	}
	& p.text span.yellow {
		color: #FFF000;
		border-bottom: 1.5px dashed #FFF000;
	}
	& p.text::after {
		position: absolute;
		content: '';
		width: 16px;
		height: 16px;
		top: 100%;
		left: 30px;
		clip-path: polygon(100% 0, 50% 50%, 0 0);
		background: #2380AB;
	}
	& h2 {
		padding: 16px 20px;
		font-size: 32px;
		border-top: 2px solid #2380AB;
		border-bottom: 2px solid #2380AB;
		letter-spacing: 0.15em;
		word-break: keep-all;
		overflow-wrap: break-word;
	}
	& h2 span.blue {
		color: #2380AB;
	}
}
#tscloud-kyuuyo-sec10 .section-item:nth-child(2) {
	width: 70%;
	margin: 0 auto;
	& div.flex {
		padding: 16px 20px;
		background: var(--bg-gray);
	}
	& p.title {
		text-align: center;
		font-size: 23px;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.5;
	}
}
@media (max-width: 960px) {
#tscloud-kyuuyo-sec10 {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 56px;
}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec10 {
	width: 100%;
	& .out-midashi p.text {
		font-size: 18px;
	}
	& .out-midashi h2 {
		font-size: 22px;
	}
	& .section-item:nth-child(2) {
		width: 80%;
	}
	& .section-item:nth-child(2) p.title {
		font-size: 20px;
	}
}
}


/* ===================================== */
/* アウトソーシング版導入の流れ */
/* ===================================== */
#tscloud-kyuuyo-sec11 {
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec11 .midashi .title {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 12px;
	border: 1px solid var(--blue);
	font-size: 17px;
	font-weight: bold;
	color: var(--blue);
	position: relative;
	&::after {
		position: absolute;
		content: '';
		width: 8px;
		height: 6px;
		top: 100%;
		left: 32px;
		background: var(--blue);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
#tscloud-kyuuyo-sec11 .section-item {
	padding: 26px 0;
	background: var(--bg-gray);
	& .title {
		justify-content: start;
		align-items: center;
		flex-wrap: wrap;
		gap: 16px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 32px;
	}
	& .title h3 {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	& .arrow {
		justify-content: space-between;
		gap: 3%;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	& .arrow p {
		align-items: center;
		height: 60px;
		color: #fff;
		font-weight: bold;
		position: relative;
	}
	& .arrow p::after {
		position: absolute;
		content: '';
		width: 20px;
		height: 100%;
		top: 50%;
		left: calc(100% - 1px);
		transform: translateY(-50%);
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
	}
}
#tscloud-kyuuyo-sec11 .section-item:nth-child(2) {
	margin-bottom: 28px;
	& .arrow p:nth-child(1),
	& .arrow p:nth-child(1)::after {
		background: #2994B2;
	}
	& .arrow p:nth-child(1) {
		width: 60%;
	}
	& .arrow p:nth-child(2),
	& .arrow p:nth-child(2)::after {
		background: #156397;
	}
	& .arrow p:nth-child(2) {
		width: 35%;
		margin-right: 2%;
	}
	& .kikan {
		justify-content: space-between;
		width: 90%;
		margin: 0 auto;
	}
}
#tscloud-kyuuyo-sec11 .section-item:nth-child(3) {
	& .arrow p {
		width: 22%;
	}
	& .arrow p:nth-child(1),
	& .arrow p:nth-child(1)::after {
		background: #28A2B5;
	}
	& .arrow p:nth-child(2),
	& .arrow p:nth-child(2)::after {
		background: #2994B2;
	}
	& .arrow p:nth-child(3),
	& .arrow p:nth-child(3)::after {
		background: #2380AB;
	}
	& .arrow p:nth-child(4),
	& .arrow p:nth-child(4)::after {
		background: #156397;
	}
	& .arrow p:nth-child(4) {
		margin-right: 2%;
	}
	& .kikan p {
		width: 23%;
		text-align: center;
	}
}

@media (max-width: 960px) {
#tscloud-kyuuyo-sec11 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec11 .section-item {
	& .arrow {
		gap: 6%;
	}
	& .title h3 {
		font-size: 18px;
	}
}
#tscloud-kyuuyo-sec11 .section-item:nth-child(3) .arrow {
	& .flex {
		height: 100px;
		padding-left: 4px;
		word-break: keep-all;
		overflow-wrap: break-word;
	}
}
}


/* ===================================== */
/* アウトソーシング版基本的な給与計算処理フロー */
/* ===================================== */
#tscloud-kyuuyo-sec12 {
	margin-bottom: 100px;
}
#tscloud-kyuuyo-sec12 .midashi .title {
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 12px;
	border: 1px solid var(--blue);
	font-size: 17px;
	font-weight: bold;
	color: var(--blue);
	position: relative;
	&::after {
		position: absolute;
		content: '';
		width: 8px;
		height: 6px;
		top: 100%;
		left: 32px;
		background: var(--blue);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}
#tscloud-kyuuyo-sec12 ol {
	list-style: none;
}
#tscloud-kyuuyo-sec12 .li-midashi {
	justify-content: start;
	gap: 16px;
	margin-bottom: 24px;
	& span {
		align-items: center;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: var(--blue);
		font-family: "Oswald", sans-serif;
		font-size: 20px;
		font-weight: 600;
		color: #fff;
	}
	& h3 {
		font-size: 20px;
		font-weight: 500;
	}
}
#tscloud-kyuuyo-sec12 .list-wrapper {
	margin-bottom: 72px;
	& ul,
	& p {
		margin-left: 52px;
		margin-bottom: 24px;
	}
}
#tscloud-kyuuyo-sec12 .list-wrapper ul {
	width: 50%;
	padding: 28px 20px;
	padding-left: calc(1em + 40px);
	background: var(--bg-gray);
	& li {
		line-height: 2;
		position: relative;
	}
	& li::before {
		position: absolute;
		content: '';
		width: 8px;
		height: 8px;
		top: 50%;
		right: calc(100% + 1em);
		transform: translateY(-50%);
		border-radius: 50%;
	}
}
#tscloud-kyuuyo-sec12 .list-wrapper:nth-child(1) {
	& ul {
		width: 60%;
	}
	& ul li::before {
		width: 20px;
		height: 20px;
		background-image: url('images/check_box.png');
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 3px;
	}
}
#tscloud-kyuuyo-sec12 .list-wrapper:nth-child(3),
#tscloud-kyuuyo-sec12 .list-wrapper:nth-child(4) {
	& ul li::before {
		background: var(--blue);
	}
}
@media (max-width: 960px) {
#tscloud-kyuuyo-sec12 {
	width: 80%;
	margin: 0 auto;
}
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec12 {
	width: 90%;
}
#tscloud-kyuuyo-sec12 .list-wrapper {
	& ul, 
	& p {
		margin-left: 0;
	}
	& ul {
		width: 75%;
	}
}
#tscloud-kyuuyo-sec12 .list-wrapper:nth-child(1) {
	& ul {
		width: 100%;
	}
}
}

/* ===================================== */
/* ご契約までの流れ */
/* ===================================== */
#tscloud-kyuuyo-sec13 {
	margin: 0 auto;
	margin-bottom: 100px;
	padding-bottom: 100px;
	border-bottom: 3px solid #D9D9D9;
}
#tscloud-kyuuyo-sec13 ol {
	width: 100%;
	padding: 20px;
	background: var(--bg-gray);
	list-style: none;
}
#tscloud-kyuuyo-sec13 ol li {
	justify-content: start;
	align-items: center;
	gap: 20px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	& span {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: #fff;
		color: var(--blue);
		font-family: "Oswald", sans-serif;
		font-size: 24px;
		font-weight: 600;
	}
	& p {
		width: calc(100% - 36px);
	}
}
#tscloud-kyuuyo-sec13 ol li:last-child {
	margin-bottom: 0;
}
@media (max-width: 560px) {
#tscloud-kyuuyo-sec13 {
	width: 95%;
	& ol li {
		width: 100%;
	}
}
}

#tscloud-kyuuyo-sec14 .toi {
	margin-top: 60px;
}