@charset "utf-8";

/* index
-----------------------------------------------------*/
.pageMainBox#solution_cloud {
	background: url(../img/solution/cloud/solution_cloud_index_main_bg.jpg) right center no-repeat;
	background-size: cover;
}

.solutionCloudIndexList01 {
	margin: 0;
	padding: 0;	
}
.solutionCloudIndexList01 > li {
	margin: 100px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.solutionCloudIndexList01 > li:first-child {
	margin-top: 0;
}

.solutionCloudIndexBox01 {
	clear: both;
}
.solutionCloudIndexBox01 .clm01 {
	float: left;
	width: 480px;
	text-align: center;
}
.solutionCloudIndexBox01 .clm01 .catch {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0.5em 0;
}
.solutionCloudIndexBox01 .clm02 {
	float: right;
	width: 480px;
}
@media only screen and (max-width: 767px) {
	.solutionCloudIndexBox01 .clm01 {
		float: none;
		width: auto;
	}
	.solutionCloudIndexBox01 .clm02 {
		float: none;
		width: auto;
		margin: 40px 0 0 0;
	}
}

.solutionCloudIndexBox01 .featureBox {
	padding: 30px;
	border: 2px solid #73c1e0;	
}
.solutionCloudIndexBox01 .featureBox h4 {
	font-size: 24px;
	font-weight: bold;
	color: #035fb4;
	margin: 0 0 0.5em 0;
}
.solutionCloudIndexBtn01 {
	clear: both;
	margin: 40px 0 0 0;
}
.solutionCloudIndexBtn01 a {
	display: block;
	margin: 0 auto;
	max-width: 420px;
	text-decoration: none;
	line-height: 1;
	color: #035fb4;
	font-size: 18px;
	text-align: center;
	border: 1px solid #035fb4;
	padding: 20px 20px;
	border-radius: 30px;
	background: url(../img/common/common_mark01.png) 95% center no-repeat;
	background-size: 6px auto;
	transition: all .2s ease-in;
}
.solutionCloudIndexBtn01 a:hover {
	color: #ffffff;
	background: #035fb4 url(../img/common/common_mark02.png) 95% center no-repeat;
	background-size: 6px auto;
}
@media only screen and (max-width: 767px) {
	.solutionCloudIndexBtn01 a {
		font-size: 14px;
	}
}


/* 外国人実習生監理システム
-----------------------------------------------------*/
.solutionCloudFticloudMainBox01 {
	margin: 60px auto 0;
	padding: 40px;
	height: 420px;
	background: url("../img/solution/cloud/solution_cloud_fti-cloud_main_bg01.jpg") right center no-repeat;
	background-size: cover;
	color: #ffffff;
	position: relative;
	box-sizing: border-box;
}
.solutionCloudFticloudMainBox01 .name {
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin: 1.5em 0 0 0;
}
.solutionCloudFticloudMainBox01 .name .sub {
	font-size: 24px;
}
.solutionCloudFticloudMainBox01 .txt01 {
	font-size: 24px;
	font-weight: 500;
	margin: 2em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudMainBox01 {
		margin-top: 30px;
		padding: 20px;
		height: auto;
	}
	.solutionCloudFticloudMainBox01 .name {
		font-size: 24px;
		text-shadow: 0 0 5px #000000,0 0 5px #000000,0 0 5px #000000;
	}
	.solutionCloudFticloudMainBox01 .name .sub {
		font-size: 16px;
	}
	.solutionCloudFticloudMainBox01 .txt01 {
		font-size: 18px;
		text-shadow: 0 0 5px #000000,0 0 5px #000000,0 0 5px #000000;
	}
}
.solutionCloudFticloudTxt01 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 4em 0;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudTxt01 {
		font-size: 16px;
	}
}

.solutionCloudFticloudPointBox01 {
	margin: 60px auto;
	padding: 30px;
	border-radius: 15px;
	border: 4px solid #ffa757;
	background: #f4efe6;
}
.solutionCloudFticloudPointBox01 .headBox {
	border-bottom: 1px solid #CEB994;
	display: flex;
	align-items: flex-end;
	column-gap: 30px;
	padding: 0 0 0 80px;
}
.solutionCloudFticloudPointBox01 .headBox::before {
	content: "";
	display: block;
	background: url("../img/solution/cloud/solution_cloud_fti-cloud_point_img01.png") center bottom no-repeat;
	background-size: contain;
	width: 142px;
	height: 198px;
}
.solutionCloudFticloudPointBox01 .headBox .head {
	font-weight: 900;
	line-height: 1.3;
	margin: 0 0 1em 0;
}
.solutionCloudFticloudPointBox01 .headBox .head .txt01 {
	font-size: 36px;
}
.solutionCloudFticloudPointBox01 .headBox .head .txt02 {
	font-size: 22px;
	color: #E57400;
}
.solutionCloudFticloudPointBox01 .headBox .head .txt02 .initial {
	font-size: 48px;
}
.solutionCloudFticloudPointBox01 .headBox .head .txt03 {
	font-size: 28px;
}
.solutionCloudFticloudPointBox01 .list01 {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solutionCloudFticloudPointBox01 .list01 > li {
	width: 46%;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
}
.solutionCloudFticloudPointBox01 .list01 > li:nth-of-type(3) ,
.solutionCloudFticloudPointBox01 .list01 > li:nth-of-type(4) {
	padding-top: 30px;
	border-top: 1px solid #CEB994;
}
.solutionCloudFticloudPointBox01 .list01 > li > .clm01 {
	flex-shrink: 0;
}
.solutionCloudFticloudPointBox01 .list01 > li > .clm02 {
}
.solutionCloudFticloudPointBox01 .list01 > li .ttlBox {
	width: 90px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #E87400;;
	border-radius: 6px;
	flex-shrink: 0;
}
.solutionCloudFticloudPointBox01 .list01 > li .ttlBox .num {
	font-size: 20px;
}
.solutionCloudFticloudPointBox01 .list01 > li .txt01 {
	font-size: 18px;
	font-weight: bold;
	margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudPointBox01 {
		margin-top: 30px;
		padding: 15px;
	}
	.solutionCloudFticloudPointBox01 .headBox {
		column-gap: 15px;
		padding-left: 0;
	}
	.solutionCloudFticloudPointBox01 .headBox::before {
		width: 50px;
		height: 70px;
	}
	.solutionCloudFticloudPointBox01 .headBox .head {
		margin-bottom: 0.5em;
	}
	.solutionCloudFticloudPointBox01 .headBox .head .txt01 {
		font-size: 18px;
	}
	.solutionCloudFticloudPointBox01 .headBox .head .txt02 {
		font-size: 12px;
	}
	.solutionCloudFticloudPointBox01 .headBox .head .txt02 .initial {
		font-size: 18px;
	}
	.solutionCloudFticloudPointBox01 .headBox .head .txt03 {
		font-size: 14px;
	}
	.solutionCloudFticloudPointBox01 .list01 {
		display: block;
	}
	.solutionCloudFticloudPointBox01 .list01 > li {
		width: auto;
		column-gap: 10px;
	}
	.solutionCloudFticloudPointBox01 .list01 > li:nth-of-type(2) {
		padding-top: 30px;
		border-top: 1px solid #CEB994;
	}
	.solutionCloudFticloudPointBox01 .list01 > li .txt01 {
		font-size: 14px;
	}
}

.solutionCloudFticloudTroubleTtl01 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 3em 0 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.solutionCloudFticloudTroubleTtl01::before ,
.solutionCloudFticloudTroubleTtl01::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #000000;
}
.solutionCloudFticloudTroubleTtl01::before {
	margin-right: 1em;
}
.solutionCloudFticloudTroubleTtl01::after {
	margin-left: 1em;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudTroubleTtl01 {
		font-size: 22px;
	}
	.solutionCloudFticloudTroubleTtl01::before ,
	.solutionCloudFticloudTroubleTtl01::after {
		width: 15px;
		height: 1px;
	}
	.solutionCloudFticloudTroubleTtl01::before {
		margin-right: 0.5em;
	}
	.solutionCloudFticloudTroubleTtl01::after {
		margin-left: 0.5em;
	}
}
.solutionCloudFticloudTroubleList01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.solutionCloudFticloudTroubleList01 > li {
	width: 240px;
	height: 240px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
	background : linear-gradient(126.78deg, rgba(75, 172, 198, 1) 0%, rgba(120, 193, 213, 1) 100%);
	background : -webkit-linear-gradient(126.78deg, rgba(75, 172, 198, 1) 0%, rgba(120, 193, 213, 1) 100%);
}
.solutionCloudFticloudTroubleList01 > li:nth-of-type(5) {
	margin-left: 280px;
}
.solutionCloudFticloudTroubleTxtBox01 {
	position: relative;
}
.solutionCloudFticloudTroubleTxtBox01::before {
	content: "";
	display: block;
	width: 388px;
	height: 367px;
	background: url("../img/solution/cloud/solution_cloud_fti-cloud_trouble_arrow.png") center center no-repeat;
	background-size: contain;
	margin: -240px auto 0;
}
.solutionCloudFticloudTroubleTxtBox01 p {
	font-size: 28px;
	font-weight: bold;
	color: #E57400;
	text-align: center;
	margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudTroubleList01 {
		gap: 5px;
	}
	.solutionCloudFticloudTroubleList01 > li {
		width: 170px;
		height: 170px;
		font-size: 15px;
	}
	.solutionCloudFticloudTroubleList01 > li:nth-of-type(5) {
		margin-left: 0;
	}
	.solutionCloudFticloudTroubleTxtBox01::before {
		width: 194px;
		height: 183px;
		margin-top: 20px;
	}
	.solutionCloudFticloudTroubleTxtBox01 p {
		font-size: 18px;
	}
}
.solutionCloudFticloudPointTtl01 {
	position: relative;
	padding-left: 105px;
}
.solutionCloudFticloudPointTtl01 .numBox {
	width: 90px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #E87400;;
	border-radius: 6px;
	position: absolute;
	top: 8px;
	left: 0;
}
.solutionCloudFticloudPointTtl01 .numBox .num {
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudPointTtl01 {
		padding-left: 0;
	}
	.solutionCloudFticloudPointTtl01 .numBox {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 5px;
	}
}
.solutionCloudFticloudClmWrapper01 ,
.solutionCloudFticloudClmWrapper02 {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}
.solutionCloudFticloudClmWrapper01 + .solutionCloudFticloudClmWrapper01 ,
.solutionCloudFticloudClmWrapper02 + .solutionCloudFticloudClmWrapper02 {
	margin-top: 60px;
}
.solutionCloudFticloudClmWrapper01 > .clm01 {
	width: 590px;
}
.solutionCloudFticloudClmWrapper02 > .clm01 {
	width: 490px;
}
.solutionCloudFticloudClmWrapper01 > .clm01 *:first-child ,
.solutionCloudFticloudClmWrapper02 > .clm01 *:first-child {
	margin-top: 0;
}
.solutionCloudFticloudClmWrapper01 > .clm02 ,
.solutionCloudFticloudClmWrapper02 > .clm02 {
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudClmWrapper01 ,
	.solutionCloudFticloudClmWrapper02 {
		display: block;
	}
	.solutionCloudFticloudClmWrapper01 > .clm01 {
		width: auto;
	}
	.solutionCloudFticloudClmWrapper02 > .clm01 {
		width: auto;
	}
	.solutionCloudFticloudClmWrapper01 > .clm02 ,
	.solutionCloudFticloudClmWrapper02 > .clm02 {
		margin-top: 30px;
		text-align: center;
	}
}
.solutionCloudFticloudSpecBox01 {
	width: 480px;
	text-align: left;
	margin: 0;
	padding: 30px;
	border: 2px solid #73c1e0;
	box-sizing: border-box;
}
.solutionCloudFticloudSpecBox01 .ttl01 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudSpecBox01 {
		width: auto;
		padding: 15px;
	}
}
.solutionCloudFticloudTbl01 {
	width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
.solutionCloudFticloudTbl01 th ,
.solutionCloudFticloudTbl01 td {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 1em;
	background: #ffffff;
}
.solutionCloudFticloudTbl01 tr:nth-child(odd) th ,
.solutionCloudFticloudTbl01 tr:nth-child(odd) td {
	background: #E4EDEF;
}
.solutionCloudFticloudTbl01 th {
	font-weight: normal;
	width: 17em;
	border-right: 1px solid #B2B2B2;
}
@media only screen and (max-width: 767px) {
	.solutionCloudFticloudTbl01 th {
		width: 8em;
	}
}
