@charset "utf-8";
body {
	margin:0;
	padding:0;
	border:0;
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
	font-size:100%;
	line-height:2.5em;
}

h2 {
	text-align:center;
	clear:both;
	overflow: hidden;
	margin-top:30px;
	margin-bottom:20px;
}
h3 {
	text-align:center;
	clear:both;
	overflow: hidden;
	margin-top:20px;
}

p {
	width:70%;
	margin:15px auto;
}

section {
	padding-top:30px;
	padding-bottom:50px;
}

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
.ol {
	list-style: decimal;
	width:70%;
	margin:15px auto;
	padding-left:25px;
}
.ul {
	list-style-type: disc;
	padding-left:20px;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 60vh;
}
.pc_head {
	position: fixed;
	width:100%;
	background-color: #fff;
	height:55px;
	z-index:9998;
}
.pc_head span {
	font-size:24px;
	line-height:2.5em;
	margin-left:20px;
}
.pc_head .info {
	font-size:14px;
	line-height:3em;
	float:right;
	margin-right:10px;
	font-weight:normal;
	width:auto;
}

/* menu */
.cp_offcm03 {
	position: fixed;
	z-index: 5;
	top: 55px;
	left: 0;
	overflow: auto;
	width: 100%;
	height: auto;
	padding-top: 0;
	-webkit-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	text-align: center;
	color: #fff;
	background-color: #333;
}
.cp_offcm03 nav,
.cp_offcm03 ul {
	height: 100%;
}
.cp_offcm03 li {
	display: inline-block;
	margin-right: -6px;
	border: none;
	line-height:1.2em;
}
.cp_offcm03 li span {
	font-size:0.9em;
}
.cp_offcm03 a {
	display: block;
	padding: 10px 40px;
	-webkit-transition: background-color .3s ease-in;
	transition: background-color .3s ease-in;
}
.cp_offcm03 a:hover {
	color: #333;
	background-color: #fff;
}
/* menu toggle */
#cp_toggle03 {
	display: none;
}
#cp_toggle03:checked ~ .cp_offcm03 {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#cp_toggle03:checked ~ .cp_container {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cp_mobilebar {
	display: none;
}
/* content */
.cp_container {
	position: relative;
	top: 110px;
	padding: 35px auto;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
}
.cp_content {
	margin: 0 auto;
	width:100%;
	text-align: center;
}

.container{
    display: flex;
    justify-content: space-between;
}

.btn {
	display:block;
	margin-top:10px;
	background:#d3d3d3;
	border-radius:30px;
	padding:8px;
}

#PICKUP {
	width:80%;
	margin:auto;
	overflow:hidden;
}
#PICKUP div {
	display:inline-block;
	width:30%;
	margin:1%;
	padding:1%;
	background:#fff;
	opacity:0.9;
	border-radius:5px;
	line-height:2em;
}
#PICKUP div img {
	width:100%;
}

/* 目的のチェックリスト */
.chk {
	width:60%;
	margin:auto;
	padding-top:30px;
	font-size: 1.5em;
	list-style-type: none;
	text-align:left;
}
.chk li {
	position: relative;
	padding-left: 40px;
	padding-top:40px;
}
.chk li:before {
	content: "";
	position: absolute;
	margin-top:40px;
	width: 6px;
	height: 14px;
	top: .25em;
	left: 10px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
.chk li:after {
	content: "";
	position: absolute;
	margin-top:40px;
	top: .2em;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	border-radius: 2px;
}
/* 流れのナンバリング */
.flow {
	width:60%;
	margin:auto;
	padding-top:30px;
	font-size: 1.5em;
	list-style-type: decimal-leading-zero;
	text-align:left;
}
.flow li+li {
	margin-top: 20px;
}
.flow li {
	margin-left:40px;
	position: relative;
	padding-left:5px;
	line-height:1.8em;

}
/* 導入実績 */
.works {
	width:60%;
	margin:auto;
	padding-top:20px;
	font-size: 1.2em;
	list-style-type: circle;
	text-align:left;
}
.works li+li {
	margin-top: 20px;
}
.works li {
	margin-left:30%;
	position: relative;
	padding-left:5px;
}
/* 各リスト説明文章 */
.exp {
	font-size:16px;
	font-weight:normal;
	line-height:1.6em;
	color:#333;
}

/*自社開発製品*/
.products {
	width:80%;
	margin:auto;
	overflow:hidden;
}
.products img {
	width:60%;
	float:left;
}
.products h3 {
	width:38%;
	float:left;
	text-align:left;
}
.products p {
	width:38%;
	float:left;
	margin:1%;
	text-align:left;
	line-height:1.7em;
}
.products p span{
	font-weight:bold;
	border-bottom:solid 1px #333;
}
/* フッター */
#footer{
	clear:both;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
	text-align:center;
	background-color:#F1F1F1;
	padding-bottom:30px;
}
#footer .copyright {
	width:100%;
	margin:0px;
	padding:2px;
	background-color:#333;
	color:#FFFFFF;
	font-size:14px;
}
#footer .company {
	float:left;
	margin:20px;
	text-align:left;
	line-height:1.5em;
	width:60%;
}
#footer .company span {
	line-height:2em;
	font-size:16px;
}
#footer .navi {
	float:right;
	margin:20px;
	text-align:right;
	line-height:1.5em;
	width:30%;
}

@media (min-width: 1023px) {
.sp {
display: none;
}
}
@media (max-width: 1023px) {
#PICKUP {
	width:100%;
}

.pc {
display: none;
}
.pc_head {
display: none;
}
img {
max-width:100%;
}
h2 {
font-size:20px;
text-align:center;
}

h3 {
	text-align:center;
	clear:both;
	overflow: hidden;
	margin-top:15px;
}

/* menu */
.cp_offcm03 {
	position: fixed;
	left: -250px;
	overflow-y: hidden;
	width: 250px;
	height: 100%;
	top: 0px;
	padding-top: 55px;
	color: #fff;
	background-color: #333;
}
.cp_offcm03 nav {
	color:#333;
	background: #F1F1F1;
}
.cp_offcm03 li {
	display: block;
	margin-right: 0;
	border-bottom: 1px solid #ffffff;
}
.cp_offcm03 a {
	padding: 20px;
}
/* menu toggle */
.cp_mobilebar {
	display: block;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #333;
}
.cp_menuicon {
	display: block;
	position: relative;
	width: 25px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
}
.cp_menuicon > span {
	display: block;
	position: absolute;
	top: 55%;
	margin-top: -0.3em;
	width: 100%;
	height: 0.2em;
	border-radius: 1px;
	background-color: #FFFFFF;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}
.cp_menuicon > span:before,
.cp_menuicon > span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 1px;
	background-color: #FFFFFF;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
}
.cp_menuicon > span:before {
	-webkit-transform: translateY(-0.6em);
	transform: translateY(-0.6em);
}
.cp_menuicon > span:after {
	-webkit-transform: translateY(0.6em);
	transform: translateY(0.6em);
}
#cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cp_toggle03:checked + .cp_mobilebar span:before,
#cp_toggle03:checked + .cp_mobilebar span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#cp_toggle03:checked ~ .cp_offcm03 {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
#cp_toggle03:checked ~ .cp_container {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}
/* content */
.cp_container {
	top: 60px;
	height: 92vh;
}

.cp_content {
	margin: 0 auto;
	width:100%;
	text-align: center;
}

#footer .copyright {
	padding:2px;
	color: #fff;
	background-color: #333;
	font-size:12px;
}
#footer .company {
	float:none;
	margin:1%;
	width:98%;
	text-align:left;
	line-height:1.5em;
	font-size:95%;
	padding-bottom:60px;
}
#footer .navi {
	float:none;
	margin:1%;
	width:98%;
	text-align:right;
	line-height:1.7em;
}

}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px){
	.footer_area{
		display: none;
}	
}
 
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){

p {
	width:90%;
}
.ol {
	width:90%;
}
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.5 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 95%;
    margin: 0px auto;
    padding: 5px 0;
	margin-right: 0px;
}
.inquiry_btn {
background-color: #333;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 95%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}

#PICKUP {
	width:96%;
}
#PICKUP div {
	width:94%;
	padding:2%;
	margin:2%;
}

section h2 {
  font-size: 6vw;
}

.chk {
	width:88%;
	margin:auto;
	padding-top:20px;
	font-size: 1.1em;
	list-style-type: none;
	text-align:left;
}

.chk li {
  position: relative;
  padding-left: 24px;
}

.chk li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 14px;
	top: .24em;
	left: 8px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.chk li:after {
	content: "";
	position: absolute;
	top: .3em;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	border-radius: 2px;
}
/* 流れのナンバリング */
.flow {
	width:85%;
	margin:auto;
	padding-top:30px;
	font-size: 1.1em;
	list-style-type: decimal-leading-zero;
	text-align:left;
}
.flow li+li {
	margin-top: 20px;
}
.flow li {
	margin-left:24px;
	position: relative;
	padding-left:5px;
	line-height:1.6em;
}

/* 導入実績 */
.works {
	width:96%;
	margin:auto;
	padding-top:10px;
	font-size: 1.1em;
	list-style-type: circle;
	text-align:left;
}
.works li+li {
	margin-top: 20px;
}
.works li {
	margin-left:10%;
	position: relative;
	padding-left:5px;
}

/*自社開発製品*/
.products {
	width:90%;
	margin:auto;
	overflow:hidden;
}
.products img {
	width:100%;
	float:none;
}
.products h3 {
	width:100%;
	float:none;
	text-align:left;
}
.products p {
	width:98%;
	float:none;
	margin:1%;
	text-align:left;
	line-height:1.6em;
}
}

/*トップページスライダー*/
.swiper-container{
	text-align: center;
}
.swiper-container .swiper-slide img{
	max-width: 100%;
	height: auto;
}

/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(150px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
