@charset "UTF-8";

.page_description {
	background: url("../img/about/bg_pagedescription.jpg") no-repeat center center;
	background-size: cover;
}
.section__description01 {
	text-align: left;
}
.about__movie {
	text-align: center;
	width: 600px;
	margin: 0 auto 45px;
}
.service{
	padding: 40px 0 80px;
}
.service__title01 {
	color: #00508c;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}
.service__text01{
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 45px;
}
.service__imgblock {
	float: left;
	width: 760px;
	margin: 0 0 60px;
}
.service__flowblock {
	float: right;
	width: 270px;
}
.service__flowblock__title01 {
	color: #3490cf;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 15px;
}
.service__flowblock ol li {
	margin: 0 0 20px;
	padding: 0 0 20px 30px;
	position: relative;
}
.service__flowblock ol li:before {
	color: #fff;
	font-weight: 700;
	line-height: 1;
	padding: 5px 6px;
	background: #3490cf;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.service__flowblock ol li:nth-child(1):before {	content:"1"; }
.service__flowblock ol li:nth-child(2):before {	content:"2"; }
.service__flowblock ol li:nth-child(3):before {	content:"3"; }
.service__flowblock ol li:nth-child(4):before {	content:"4"; }
.service__flowblock ol li:nth-child(5):before {	content:"5"; }
.service__flowblock ol li:nth-child(6):before {	content:"6"; }
.service__flowblock ol li:nth-child(7):before {	content:"7"; }
.service__flowblock ol li:nth-child(8):before {	content:"8"; }
.service__flowblock ol li:after {
	content:"";
  width: 12px;
  height: 12px;
	margin: auto;
  border: 12px solid transparent;
  border-left: 10px solid #b1b1b1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.service__flowblock ol li:last-child:after {
	content:none;
}
.features{
	min-height: 764px;
	padding: 80px 0;
	background:url("../img/about/img02.jpg") no-repeat right top;
	background-size: cover;
}
.features__title01 {
	color: #00508c;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}
.features__imgblock{
	width: 700px;
	margin: auto;
}
.features__textblock {
	width: 250px;
	height: 250px;
	padding: 30px;
	background: #fff;
	border-radius: 125px;
	-webkit-border-radius: 125px;
	position: absolute;
}
.features__textblock--01 { top: 50px; left: 0; }
.features__textblock--02 { top: 300px; left: 135px; }
.features__textblock--03 { bottom: -275px; left: 0; right: 0;	margin: auto; }
.features__textblock--04 { top: 300px;right: 135px; }
.features__textblock--05 { top: 50px;	right: 0; }

.features__textblock__title01 {
	color: #00508c;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
}
.features__textblock__title01:after {
	content:"";
	width: 40px;
	border-bottom: solid 2px #00508c;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.features__textblock__text01 {
	text-align: center;
}
.cloudservice {
	padding: 80px 0;
}
.cloudservice__title01 {
	color: #00508c;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 60px;
}
.cloudservice__listblock ul li{
	width: 300px;
}
.cloudservice__listblock__icon01 {
	width: 80px;
	margin: 0 auto 45px;
}
.cloudservice__listblock__title01{
	color: #000;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 30px;
}
.cloudservice__listblock__title01 span{
	font-size: 1.5rem;
	font-weight: 400;
}
.security{
	padding: 80px 0;
	background: #f5faff;
}
.security__title01 {
	color: #00508c;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
}
.security__text01 {
  margin: 0 0 45px;
}
.security__listblock {
	width: 700px;
	margin: 0 auto;
}
.security__listblock ul li{
	color: #00508c;
	font-size: 2.2rem;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0 0 0 30px;
	position: relative;
}
.security__listblock ul li:last-child{
	margin: 0;
}
.security__listblock ul li:before{
	content: "";
	width: 20px;
	height: 24px;
	margin: auto;
	background: url("../img/about/icon04.png") no-repeat center center;
	background-size: 20px 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

@media screen and (max-width: 750px) {
.about__movie {
	width: 100%;
	margin: 0 auto 45px;
}
.service{
	padding: 0 0 40px;
}
.service__title01 {
	font-size: 2.0rem;
}
.service__text01{
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 0 30px;
}
.service__imgblock {
	float: none;
	width: 100%;
	margin: 0 0 30px;
}
.service__flowblock {
	float: none;
	width: 100%;
}
.service__flowblock__title01 {
	font-size: 1.6rem;
	margin: 30px 0 15px;
}
.service__flowblock ol li {
	font-size: 1.6rem;
}
.features{
	min-height: 0;
	padding: 40px 0;
	background-position: center top;
	background-size: contain;
	overflow: hidden;
}
.features__title01 {
	font-size: 2.0rem;
	margin: 0 0 30px;
}
.features__imgblock{
	width: auto;
	margin: 0 -60px;
}
.features__textblock {
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	padding: 20px 15px 0;
	background: #f8f8f8;
	border: solid 1px #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	position: static;
}
.features__textblock--05 {
	margin: 0;
}
.features__textblock__title01 {
	font-size: 1.6rem;
}
.features__textblock__text01 {
	text-align: left;
}
.cloudservice {
	padding: 20px 0 40px;
}
.cloudservice__title01 {
	font-size: 2.0rem;
	margin: 0 0 30px;
}
.cloudservice__listblock ul li{
	width: 100%;
	margin: 0 0 45px;
}
.cloudservice__listblock ul li:last-child{
	margin: 0;
}
.cloudservice__listblock__icon01 {
	margin: 0 auto 15px;
}
.cloudservice__listblock__title01{
	font-size: 1.8rem;
	margin: 0 0 15px;
}
.cloudservice__listblock__title01 span{
	font-size: 1.4rem;
}
.cloudservice__listblock__texte01 {
	text-align: center;
}
.security{
	padding: 40px 0;
}
.security__title01 {
	font-size: 2.0rem;
}
.security__text01 {
  margin: 0 0 30px;
}
.security__listblock {
	width: 100%;
}
.security__listblock ul li{
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0 0 15px;
}
.security__listblock ul li:last-child{
	margin: 0;
}
}