<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#sol h2 {
	font-size: 4.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#sol p {
	line-height: 1.8;
}

#sol .inner {
	width: 1150px;
}

.form_btn a {
	color: #FFF;
	font-size: 3.2rem;
	display: inline-block;
	background-color: #e73356;
	padding: 20px 100px;
	position: relative;
}

.form_btn a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(135deg);
	position: absolute;
	right: 2.4rem;
	top: 40%;
}

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

	.form_btn a {
		text-align: center;
		padding: 16px;
		display: block;
	}

	.form_btn a:before {
		top: 36%;
	}

}



/* main_img */

#main_img {
	background:#0a8fb8 url(../img/main_back02.png) bottom left;
	background-repeat: no-repeat;
	background-size:cover;
	margin: 0;
	padding-bottom:50px;
}

#main_img .inner {
	background:url(../img/main_img.png) center right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 100px 0;
}

#main_img * {
	color: #FFF;
}

#main_img h1 {
	font-size: 4.0rem;
	margin: 30px 0 20px 0;
	font-weight: 700;
}

#main_img h2{
	font-size: 3.2rem;
	margin: 20px 0 50px 0;
	text-align: left;
	font-weight: 500;
}

#main_img .h2_line {
	display: flex;
	align-items: center;
}

#main_img .h2_line::before,
#main_img .h2_line::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ffffff;
}

#main_img .h2_line::before {
	margin-right: 15px;
}
#main_img .h2_line::after {
	margin-left: 15px;
}

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

	#main_img {
		background: url(../img/main_back.png) center left;
		background-repeat: no-repeat;
		background-size:cover;
		margin: 0;
	}
	#main_img .inner {
		background:url(../img/main_img.png) center right;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0;
		padding: 60px 16px;
	}

	#main_img p {
		font-size: 2.0rem;
	}

	#main_img h1 {
		font-size: 4.0rem;
		margin: 30px 0 50px 0;
	}

}



/* problem */

#problem {
	margin-top:100px;
	margin-bottom: 70px;
	background: #f1f8ff;
}

#problem .inner {
	padding: 40px 16px 60px 16px;
	text-align: center;
	position: relative;
}

#problem .inner h2 {
	margin-bottom: 20px;
}

#problem .inner ul {
	display: inline-block;
}

#problem .inner ul li {
	margin-bottom: 16px;
	text-align: left;
	font-size: 2.0rem;
	padding-left: 30px;
	position: relative;
}

#problem .inner ul li:last-child {
	margin-bottom: 0;
}

#problem .inner ul li b {
	font-size: 2.4rem;
	font-weight: 900;
	padding: 0 5px;
	background: linear-gradient(transparent 60%, #fff4c5 0%);
}

#problem .inner ul li:before {
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icon_balloon.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 16%;
}

#problem .inner p#problem_img {
	width: 43%;
	position: absolute;
	left: -200px;
	bottom: -40px;
}

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

	#problem .inner p#problem_img {
		display: none;
	}

}

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

	#problem .inner ul li:before {
		width: 20px;
		height: 20px;
		top: 10%;
	}

}

/* solution_box */

#solution {
	background: #a2beff;
	padding: 50px 0;
	margin: 0;
	position: relative;
}

#solution:before {
	content: '';
	width: 25px;
	height: 120px;
	background: url(../img/arrow.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -100px;
}

#solution h2 {
	font-size: 3.0rem;
	margin-bottom: 0;
}

/* intro */

#intro {
	background-color: #FFF;
	background-image: url(../img/back_left.png), url(../img/back_right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 0%, 100% 100%;
	background-size: 20%, 20%;
	text-align: center;
	margin: 0;
	padding-top:75px;
	padding-bottom:100px;
}

#intro .ribbon_body{
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 10px 0;
	background: #eff4ff;
	max-width:95%;
}

#intro h2 {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 0 -40px;
	width: 100%;
	color: white;
	background:#3F6FED;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  
  #intro h2:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #1a3066;
  }

#intro ul {
	display: inline-block;
	padding: 26px;
}

#intro ul li {
	text-align: left;
	margin-bottom: 20px;
	font-size: 2.0rem;
	padding-left: 40px;
	position: relative;
}

#intro ul li:before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/icon_check.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#intro ul li:last-child {
	margin-bottom: 0;
}

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

	#intro {
		background-size: 40%;
	}

}

/* feature */

#feature {
	background: url(../img/bk_gray.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0 150px 0;
}

#feature  .feature_text{
	text-align: center;
	padding:20px 0;
}

#feature .feature_box {
	margin-bottom: 30px;
}

#feature .feature_box h3 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	color: #3F6FED;
	margin-bottom: 30px;
	vertical-align: middle;
}

#feature .feature_box h3 span {
	display: block;
	font-size: 7.0rem;
	color: #a2beff;
	margin-right: 16px;
}


#feature .form_btn {
	text-align: center;
}

#feature .multicloud_img{
text-align: center;
margin-bottom:100px;
}

#feature .multicloud_img img{
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
	width: 90%;
}

#feature .feature_box .feature_table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
   }
   #feature .feature_box .feature_table .icon {
	width:60px;
	margin:auto;
   }
   #feature .feature_box .feature_table th {
	padding: 10px;
	border-bottom: solid 3px #1a3066;
   }
   #feature .feature_box .feature_table th:nth-child(1) {
	background: #a2beff;
	width:31%;
   }
   #feature .feature_box .feature_table th:nth-child(2) {
	background: #a2beff;
	width:23%;
   }
   #feature .feature_box .feature_table th:nth-child(3) {
	background: #a2beff;
	width:23%;
   }
   #feature .feature_box .feature_table th:nth-child(4) {
	background: #a2beff;
	width:23%;
   }
   #feature .feature_box .feature_table td {
	padding: 10px;
   }
   #feature .feature_box .feature_table tfoot{
	padding: 10px;
	border: solid 8px #e73356;
   }   
   #feature .feature_box .feature_table td:nth-child(1) {
	background: #FFF7b4;
	font-weight:bold;
	border-right: solid 2px #1a3066;
   }
   #feature .feature_box .feature_table td:nth-child(2) {
	background: #FFF7b4;
	vertical-align: top;
   }
   #feature .feature_box .feature_table td:nth-child(3) {
	background: #FFF7b4;
	vertical-align: top;
   }
   #feature .feature_box .feature_table td:nth-child(4) {
	background: #FFF7b4;
	vertical-align: top;
   }
   #feature .feature_box .feature_table tr:nth-child(2) td:nth-child(1) {
	color:#5c5c5c;
	background: #ffffff;
   }
   #feature .feature_box .feature_table tr:nth-child(2) td:nth-child(2) {
	color:#5c5c5c;
	background: #ffffff;
	vertical-align: top;
   }
   #feature .feature_box .feature_table tr:nth-child(2) td:nth-child(3) {
	color:#5c5c5c;
	background: #ffffff;
	vertical-align: top;
   }
   #feature .feature_box .feature_table tr:nth-child(2) td:nth-child(4) {
	color:#5c5c5c;
	background: #ffffff;
	vertical-align: top;
   }

   @media screen and (max-width: 767px) {
	#feature p {
		text-align: left;
	}

	#feature .multicloud_img img{
		width: 100%;
	}

}

#feature .form_text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

#feature .form_text::before,
#feature .form_text::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3F6FED;
}

#feature .form_text::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#feature .form_text::after {
	margin-left: 30px;
	transform: rotate(35deg)
}




/* reason */

#reason {
	margin: 100px 0;
	padding-top: 100px;
}

#reason .inner{
	width: 840px;
}

#reason h2 {
	padding: 20px 0;
	text-align: center;
	background: #FFF;
	border: #3F6FED solid 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -100px;
	font-size: 4.0rem;
	line-height: 1.2;
	position: relative;
}

#reason h2:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #3F6FED;
	position: absolute;
	right: -10px;
	bottom: -10px;
	z-index: -998;
}

#reason ul {
	display: flex;
	justify-content: space-between;
}

#reason ul li {
	width: 240px;
	display: inline-block;
}

#reason ul li p:first-child {
	width: 240px;
	height: 240px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

#reason ul li p:first-child span {
	color: #FFF;
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight: 700;
}

#reason ul li:first-child p:first-child {
	background: url(../img/reason01_bg.png) no-repeat center;
	background-size: 100% 100%;
}

#reason ul li:nth-child(2) p:first-child {
	background: url(../img/reason02_bg.png) no-repeat center;
	background-size: 100% 100%;
}

#reason ul li:last-child p:first-child {
	background: url(../img/reason03_bg.png) no-repeat center;
	background-size: 100% 100%;
}

#reason ul li p:last-child {
	text-align: center;
}

@media screen and (max-width: 767px) {
	#reason p {
		text-align: center;
	}

	#reason ul {
		display: block;
		justify-content: space-between;
		text-align: center;
	}

	#reason ul li p:last-child {
		margin-bottom: 50px;
	}

}



/* form */

#form {
	background: #F0F0F0;
	padding: 70px 0;
}</pre></body></html>