.system_bg{
	background-image: url("img/system/system_fv.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	padding-top: 100px;
}
.system_bg p{
	text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}
footer{
	border-top: 1px solid #01375100;
}
.f24 span{
	font-size: 16px
}
#point{
	background: #d9e3e5
}
.point24{
	padding-top: 40px
}
.point_box_wrap{
	display: flex;
    justify-content: space-around;
    width: 1040px;
	margin: auto;
	padding-bottom: 30px
}

.point_box img{
    margin: 30px auto;
    width: 220px;
    vertical-align: middle;
    height: 50%;
    text-align: center;
    display: block;
}
.point_box{
 	padding: 0 20px 60px;
	width: 30%;
}
.point_box p{
	line-height: 28px;
}

.point_box_ttl{
	text-align: center;
	font-weight: bold;
	margin: 10px auto 20px
}
.point_box p span{
    background: linear-gradient(transparent 60%, #f6ff00 60%);
}
/*what*/
.what_wrap{
	width: 1040px;
	margin: auto;
	background: #fff;
    position: relative;
    z-index: 10;
}
.what_box{
	display: flex;
	justify-content: center;
  	align-items: center;
}
.what_box img{
	width: 50%
}
.what_box div{
	padding: 30px;
	line-height: 28px;
}
.what_box h6{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	background: #27a186;
	padding: 5px;
    line-height: 24px;
}
.what_box02{
	flex-direction: row-reverse;
}
.fs12{
	font-size: 12px
}
.waku_mikeiken{
	color: #278fa1;
	padding: 3px 10px;
	border: solid 2px #278fa1;
	font-weight: bold;
}
.what_box01 div p{
	color: #27a186;
}
.what_box02 div p{
	color: #27a0a1;
}
.what_box02 h6{
	background: #27a0a1;
}
.what_box03 div p{
	color: #278fa1;
}
.what_box03 h6{
	background: #278fa1;
}
/*what_bg*/
canvas{ 
	display: block;
    vertical-align: bottom;
    position: absolute;
    top: 0%;
	
}
/* ---- particles.js container ---- */ 
#particles-js{ 
	position:absolute;
	width: 100%;
	height: 1240px; 
	background-color: #278fa1; 
	background-image: url(""); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: 50% 50%; 
} /* ---- stats.js ---- */ 
.count-#stats, .count-particles{ 
	-webkit-user-select: none; 
	margin-top: 5px; 
	margin-left: 5px; 
} 
#wrapper {
    margin-bottom: 80px;
}
#stats{ 
	border-radius: 3px 3px 0 0; 
	overflow: hidden; 
} 
.count-particles{ 
	border-radius: 0 0 3px 3px; 
}
p.white{
	color: #fff
}
/*works*/
#works{
	margin-top: 140px
}
#works img{
	width: 340px;
}
#works p{
	text-align: center
}
#works .ttl p {
    margin-bottom: 20px;
}
#works p{
	margin-bottom: 40px
}
.yellow_bg{
	width: 100%;
    margin:0 0 100px;
    position: relative;
}
.yellow_bg::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-7deg);
    z-index: -1;
	background-color: #f6ff00;
}
/*表*/
table{
  width: 330px;
  border-collapse:separate;
  border-spacing: 0 3;
	margin:10px auto;
}
tr{
	background: #fff;
}

table th{
  	text-align: center;
  	color:white;
  	padding: 15px 0;
	background: #013751;
	line-height: 21px;
	font-weight: bold
}

table td{
  text-align: center;
  border-left: 1px solid #013751;
  border-bottom: 1px solid #013751;
  border-top:none;
  padding: 20px 0;
}

table td:last-child{
  border-right: 1px solid #013751;
}
.table_flex{
	width: 1040px;
    margin: auto;
	display: flex
}
th span{
	font-size: 12px
}
/*skill*/
#skill .ttl img{
	width: 520px;
}
.skill_img img{
	width: 1040px;
    margin: 0 auto 80px;
    display: block;
}
/*together*/
#together{
	background: #d9e3e5;
}
#together div p{
	text-align: center;
	line-height: 30px;
}
#together img{
	width: 250px;
    margin: auto;
    display: block;
    padding-bottom: 30px;
}
#together div{
	align-items: center;
    text-align: center;
    margin: 20px auto;
    display: block;
}
#together .ttl div{
	margin: auto
}
/*SP*/
@media (max-width: 767px) {
.point_box_wrap{
	display: block;
	width: 90%
	}
.point_box{
	width: 100%;
    margin: auto;
    display: inline;
	}
.point_box img {
    display: block;
	margin: 20px auto;
}
#wrapper h3 img {
    width: 260px;
}
.what_wrap{
	width: 90%;
	}
.what_box{
	display: block;
}
.what_box img {
    width: 100%;
}
.what_box h6 {
    margin-bottom: 20px;
}	
.table_flex {
    width:90%;
    display: block;
}	
table{
	width:100%;	
	}
.skill_img img {
    width:90%;
    margin: 0 auto 30px;
    display: block;
}
#works img {
    width:80%;
}
#skill .ttl img{
    width:100%;
}
.what_box div {
     padding: 20px 20px 40px;
}
#sp-fixed-menu{
        display: block
    }
small{
    padding-bottom: 56px;
    }
#particles-js {
    height: 1890px;
}
.txt {
	text-align: left;
    width: 90%;
    margin: 0 auto 40px;
}
#together div p{
	width: 90%;
	text-align: left;
	margin: auto
	}
.system_bg{
	background-image: url("img/system/sp_system_fv.png");
	height: 250px;
}
h1 {
    font-size: 26px;
    line-height: 50px;
    margin-top: 70px;
    width: 210px;
    margin: auto;
}
}/*SP閉じタグ*/