@charset "UTF-8";
/* CSS Document */
body{
  color:#333333;
  width: 100%;
  margin:0;
  padding:0;
  font-size:18px;
  font-family:'Noto Sans JP', sans-serif;
  line-height:1.8;
overflow-x: hidden;
font-feature-settings: "palt";
  
}
img{
display: block;
margin: 0;
padding: 0;
max-width: 100%;
height:auto;
width:auto;
	
}

p{
margin: 0;
padding: 0;
	
}

a{
	text-decoration: none;
}



/*------------------------------------------------------------
	FV
------------------------------------------------------------*/

#fv_base{
background: url("/static/img/fv_base.png") ;
background-size: cover;
background-position: center;
width: 100%;

	}

.area_fv{
margin:0 auto;
padding:0;
width:100%;
max-width:1500px;
text-align: center;	
	}

.area_fv h1{
margin:0 auto;
padding:0;
}
/*------------------------------------------------------------
	コンテンツエリア
------------------------------------------------------------*/
.content_area{
	margin: 0 auto;
	padding:85px 0 100px 0;
	text-align: center;
	max-width: 1280px;
	width: 100%;
}


/*------------------------------------------------------------
	タイトルエリア
------------------------------------------------------------*/
.title_area h2{
	font-size: 40px;
	color: #fff;
	background:#228896;
	padding: 10px 100px;
	margin: 0 auto;
	border-radius:50px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-weight: normal;
	
	}

.title_area{

width: 100%;
background: url("/static/img/title_line.png") repeat-x;
background-position: center;

}


/*------------------------------------------------------------
	背景色
------------------------------------------------------------*/
.content_a{	
  margin:0 auto;
  padding:0;
  width:100%;
  height:auto;
  text-align:center; 
  background: #fff; 
	}

.content_b{	
  margin:0 auto;
  padding:0;
  width:100%;
  height:auto;
  text-align:center; 
  background: #f1f1f1; 
	}


/*------------------------------------------------------------
	ボタンエリア
------------------------------------------------------------*/
.btn_area{
margin:80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:960px;
  display: flex;
  justify-content: space-between;	
	}

.btn_box{
width: 50%;
max-width:480px;
margin:0 auto;
padding: 0;
text-align: center;

}

.btn_box img{
width:100%;
max-width:440px;
padding: 0;
text-align: center;
}

/*パターン2*/
.btns_area{
margin:30px auto 80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:840px;
  display: flex;
  justify-content: space-between;	
	}

.btns_box{
width: 50%;
max-width:400px;
margin:0 auto;
padding: 0;
text-align: center;

}


/*------------------------------------------------------------
	ANNYSの特徴
------------------------------------------------------------*/
.feature_content{	
  margin:80px auto;
  padding:0;
  text-align:center; 

	}

.feature_area{
  display: flex;
  justify-content: space-between;

}

.feature_box{
width: 48%;
background: #fff;

margin:1% auto;
padding: 0;
text-align: center;
}

.feature_box img{
	width:100%;
	max-width:200px;
	margin: 0 auto;
	padding:40px 0 20px 0;
	text-align: center;
}
.feature_box h3{
margin: 0 auto;
padding:0;	
color: #228896;	
text-align: center;
font-size: 24px;
font-weight: normal;

}

.feature_box p{
margin: 0 auto;
padding:20px 40px 40px 40px;	
text-align:left;

}

/*------------------------------------------------------------
	環境にあったソフトをお選び頂けます
------------------------------------------------------------*/
.software_area{
margin:80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:1080px;
  display: flex;
  justify-content: space-between;

	
	}

.software_box{
width: 50%;
max-width:540px;
background: #fff;
margin:0 auto;
padding: 0;
text-align: center;
}

.software_box h3{
margin: 0 auto;
padding:20px 0 0 0;	
color: #228896;	
text-align: center;
font-size: 48px;
line-height:1.4;
font-weight:700;

}

.software_box h3 span{
	font-size: 24px;
}

/*サブタイトル*/

.sub_title_area {
margin:0;                        
border-bottom:#228896 solid 3px;  
padding-bottom:0;      
margin-bottom:16px;        
position: relative;
background: #228896;
	
	}

.sub_title_area:before {
content:''; 
width: 100%; 
height:2px; 
background:#228896;
display:  block; 
position:  absolute; 
left:  0;
bottom: -8px;
}

.sub_title_area h3{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin:0 auto;
	padding: 0;
	font-weight: normal;
	}

.explanation_area{
margin:0 auto;
padding:0;
text-align:center; 
width:100%;
max-width:1200px;
	}

.explanation_area p{
margin:0 auto;
padding:50px 0;
text-align:left; 
		}

.explanation_item{
background: #e8f3f4; 
margin:1% auto;
padding:0;
text-align:center; 
		}

.explanation_item img{
	
	width:100%;
	max-width:750px;
	margin: 0 auto;
	padding:0;
	text-align: center;
		}


/*詳しい機能を見るボタン*/

.function_btn a{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding:0;
  height: 70px;
  width:400px;
  color: #fff;
  font-size: 24px;
  font-weight:normal;
  background: #228896;
  transition: 0.3s;
border-radius:40px;
position: relative;
}

.function_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right:20px;
	 

}

.function_btn a:hover {
  text-decoration: none;
  background-color: #333;
}

/*オンラインデモに参加するボタン*/

.online_btn a{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding:0;
  height: 70px;
  width:400px;
  color: #fff;
  font-size: 24px;
  font-weight:normal;
  background: #333333;
  transition: 0.3s;
border-radius:40px;
position: relative;
}

.online_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right:20px;
	 

}


.online_btn a:hover {
  text-decoration: none;
  background-color: #228896;
}

/*オンラインデモに参加するボタン(グレー)*/

.onlineg_btn a{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding:0;
  height: 70px;
  width:400px;
  color: #fff;
  font-size: 24px;
  font-weight:normal;
  background: #cccccc;
  transition: 0.3s;
border-radius:40px;
position: relative;
}

.onlineg_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right:20px;
	 

}


.onlineg_btn a:hover {
  text-decoration: none;
  background-color: #cccccc;
}

/*------------------------------------------------------------
	セキュリティ面を保ちながらIT環境を構築
------------------------------------------------------------*/
.security_area{
margin:80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:1200px;
  display: flex;
  justify-content: space-between;

	
	}

.security_txt{
width: 60%;
margin:0 auto;
padding:0 5% 0 0;
text-align:left;
}

.security_txt p{
margin:0 auto;
padding:0;
text-align:left;
}

.security_txt p span{
color: #cc0000;
font-size:80%;
	}
.security_img{
width:35%;
margin:0 auto;
padding: 0;
text-align:center;
}

/*------------------------------------------------------------
	導入までの流れ
------------------------------------------------------------*/
.step_area{
margin:80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:1200px;
  display: flex;
  justify-content: space-between;

	
	}

.step_box{
width: 25%;
max-width:300px;
background: #fff;
margin:0 auto;
padding: 0;
text-align: center;
}

.step_box img{
width:100%;
max-width:300px;
margin:0 auto;
padding: 0;
text-align: center;
}

.step_box h3{
margin: 0 auto;
padding:20px 0 0 0;	
color: #228896;	
text-align: center;
font-size: 24px;
line-height:1.4;
font-weight:700;

}

.step_box p{
margin: 0 auto;
padding:20px;	
text-align: left;


}

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
.companyprofile{
margin:80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:1060px;	
	}

/*表組*/
.companyprofile table {
  margin: 20px auto;
   width:100%;
}
.companyprofile th {
  background: #228896;
  border: solid 1px #f1f1f1;
  color: #fff;
  padding: 20px;
   width: 40%;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  
	
}
.companyprofile td {
　border: solid 1px #f1f1f1;
  padding: 20px 40px;
  background: #fff;
  text-align: left;
}
 
@media screen and (max-width: 750px) {

  .companyprofile {
margin:5% auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;	
  }
	
.companyprofile table {
  margin:2% auto;
   width:96%;
}
  .companyprofile th,
  .companyprofile td {
　　border-bottom: none;
    display: block;
    width: 90%;
	padding: 2% 5%;
  }
	
.companyprofile th {
font-size: 16px;
  
	
}
}


/*バナーエリア*/

.banner_area{
margin:80px auto 0 auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;

	
	}

.banner_area img {
  transition: .3s;
}

.banner_area img:hover {
  opacity: 0.5;
}

/*------------------------------------------------------------
	お問合せエリア
------------------------------------------------------------*/
#contact_area{	
  margin:0 auto;
  padding:0;
  width:100%;
  height:auto;
  text-align:center; 
  background: #fff; 
	}


.area_contact{
margin:80px auto;
padding:0;
text-align:center; 
width:100%;
max-width:940px;	
	}

/*表組*/
.area_contact table {
  margin: 20px auto;
   width:100%;
}
.area_contact th {
  padding:20px 10px;
   width: 40%;
  text-align: left;
  vertical-align: top;
  
	
}
.area_contact td {
  padding:20px 10px;
  text-align: left;
}

/*「必須」文字デザイン*/
.required{
font-size:12px;
padding: 5px;
background: #cc0000;
color: #fff;
margin-left:10px;
}

/*「任意」文字デザイン*/
.optional{
font-size:12px;
padding: 5px;
background: #333333;
color: #fff;
border-radius: 3px;
margin-left:10px;
}
 
/*メールフォーム*/
.form-text {
  width: 100%;
  padding: 10px;

  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

}

.form-select {
    width:100px;
	margin:0 0 30px 0;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;

}

.form-data{
  width:100px;
  margin:10px 0;
  padding: 10px;

  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

}
/*ご希望*/
.contact-aspiration {
  display: block;
}

.contact-aspiration + .contact-aspiration {
  margin-top: 10px;
}

.contact-aspiration-txt {
  margin-left: 5px;
}

.form-textarea {
  width: 100%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.scroll-box{
	width:100%;
	height:200px; 
	overflow-y: scroll; 
	background:#f8f8f8;
	padding:10px;
	margin:30px auto 0 auto;
	text-align: center;
	
	}

.scroll-box div,li{
	text-align: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height:1.6;
	font-weight:100;
	}

.scroll-box span{
	font-weight: bold;
	}

.privacy{
	font-size: 14px;
	padding: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
	}
	
/* スクロールバーの幅 */
.scroll-box::-webkit-scrollbar { width: 10px; }

/* スクロールバー背景色 */
.scroll-box::-webkit-scrollbar-track { background: #f1f1f1; }

/* スクロールバーのつまみの色 */
.scroll-box::-webkit-scrollbar-thumb { border-radius: 6px; background: #c1c1c1; }

.privacy_check{
		text-align: center;
	 }


/*個人情報の取り扱いに同意する*/
.privacy_check {
  display: block;
	font-weight:100;
}

.privacy_check + .privacy_check {
  margin-top: 10px;
}

.privacy_check-txt {
  margin-left: 5px;
}

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


.area_contact {
margin:2% auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
  }
	
.area_contact table {
  margin:2% auto;
   width:96%;
	padding: 0; 
	text-align:center; 
}
.area_contact th,
.area_contact td {
　　border-bottom: none;
    display: block;
    width:94%;
	padding: 2% 0;
  }
}

/*送信ボタン*/

.submit_btn{
	margin: 30px auto 0 0;
	padding: 0;
	text-align: center;
	
	}

input[type="submit"] {
	width:300px;
    font-size:30px;
    color: #fff;
	display: inline-block;
    padding:15px 0px;
    text-align: center;
	background-color: #228896;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	border: 1px solid #228896;
}

/*--hover--*/
input[type="submit"]:hover {
    color: #fff;
	background-color: #333;
	border: 1px solid #333;
    cursor: pointer;
    transition: background-color 1s;
}

button {
	width:300px;
    font-size:30px;
    color: #fff;
	display: inline-block;
    padding:15px 0px;
    text-align: center;
	background-color: #228896;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	border: 1px solid #228896;
}

/*--hover--*/
button:hover {
    color: #fff;
	background-color: #333;
	border: 1px solid #333;
    cursor: pointer;
    transition: background-color 1s;
}

.submit {
	width:300px;
    font-size:30px;
    color: #fff;
	display: inline-block;
    padding:15px 0px;
    text-align: center;
	background-color: #228896;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	border: 1px solid #228896;
}

/*--hover--*/
button:hover {
    color: #fff;
	background-color: #333;
	border: 1px solid #333;
    cursor: pointer;
    transition: background-color 1s;
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer{
	width: 100%;
	background: #228896; 
	margin: 0 auto; 
	padding:20px 0; 
	text-align: center; 
	
}
footer p{
	font-size: 10px; 
	color: #fff;
	}


/*------------------------------------------------------------
	PCとスマホ表示内容を切り替え
------------------------------------------------------------*/


.pc { display:block; }
.sp { display:none; }

@media only screen and (max-width : 767px){
  .pc { display:none; }
  .sp { display:block; }
	}

/*------------------------------------------------------------
	スマホ用
------------------------------------------------------------*/
@media only screen and (max-width : 750px){
body{
  color:#333333;
  width: 100%;
  margin:0;
  padding:0;
  font-size:14px;
  font-family:'Noto Sans JP', sans-serif;
  line-height:1.8;
overflow-x: hidden;
font-feature-settings: "palt";
  
}

/*------------------------------------------------------------
	FV
------------------------------------------------------------*/

#fv_base{
background: #fff;
background-size: cover;
background-position: center;
width: 100%;

	}

.area_fv{
margin:0 auto;
padding:0;
width:100%;
max-width:750px;
text-align: center;	
	}
	
	
/*------------------------------------------------------------
	コンテンツエリア
------------------------------------------------------------*/
.content_area{
	margin: 0 auto;
	padding:10% 0;
	text-align: center;
	max-width:750px;
	width:100%;
}
	
/*------------------------------------------------------------
	タイトルエリア
------------------------------------------------------------*/
.title_area h2{
	font-size:22px;
	color: #fff;
	background:#228896;
	padding:1% 0 2% 0;
	width: 90%;
	margin: 0 auto;
	border-radius:100px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-weight: normal;
	 line-height:1;
	
	}

.title_area{

width: 100%;
background: url("/static/img/title_line.png") repeat-x;
background-position: center;

}
	
/*------------------------------------------------------------
	ボタンエリア
------------------------------------------------------------*/
.btn_area{
margin:5% auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
display:block;
  justify-content:center;	
	}

.btn_box{
width:90%;
max-width:700px;
margin:2% auto;
padding: 0;
text-align: center;

}

.btn_box img{
width:100%;
max-width:700px;
padding: 0;
text-align: center;
}

/*パターン2*/
.btns_area{
margin:5% auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
display:block;
  justify-content:center;	
	}

.btns_box{
width:90%;
max-width:700px;
margin:2% auto;
padding: 0;
text-align: center;

}
	
/*------------------------------------------------------------
	ANNYSの特徴
------------------------------------------------------------*/
.feature_content{	
  margin:5% auto;
  padding:0;
  text-align:center; 

	}
	
.feature_area{
display:block;
  justify-content:center;	

}

.feature_box{
width:96%;
background: #fff;

margin:4% auto;
padding: 0;
text-align: center;
}

	
.feature_box img{
	width:100%;
	max-width:100px;
	margin: 0 auto;
	padding:5% 0 2% 0;
	text-align: center;
}
.feature_box h3{
margin: 0 auto;
padding:0;	
color: #228896;	
text-align: center;
font-size: 18px;
font-weight: normal;

}

.feature_box p{
margin: 0 auto;
padding:2%;	
text-align:left;

}
	
/*------------------------------------------------------------
	環境にあったソフトをお選び頂けます
------------------------------------------------------------*/
.software_area{
margin:10% auto 0 auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
display:block;
  justify-content:center;	

	
	}

.software_box{
width: 100%;
max-width:750px;
background: #fff;
margin:0 auto;
padding: 0;
text-align: center;
}

.software_box h3{
margin: 0 auto;
padding:20px 0 5% 0;	
color: #228896;	
text-align: center;
font-size:24px;
line-height:1.4;
font-weight:700;

}

.software_box h3 span{
	font-size:16px;
}

/*サブタイトル*/

.sub_title_area {
margin:0;                        
border-bottom:#228896 solid 3px;  
padding-bottom:0;      
margin-bottom:16px;        
position: relative;
background: #228896;
	
	}

.sub_title_area:before {
content:''; 
width: 100%; 
height:2px; 
background:#228896;
display:  block; 
position:  absolute; 
left:  0;
bottom: -8px;
}

.sub_title_area h3{
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height:1.2;
	margin:0 auto;
	padding:2% 0;
	font-weight: normal;
	}

.explanation_area{
margin:0 auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
	}

.explanation_area p{
margin:0 auto;
padding:2%;
text-align:left; 
		}


/*詳しい機能を見るボタン*/

.function_btn a{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding:0;
  height:50px;
  width:100%;
  color: #fff;
  font-size: 20px;
  font-weight:normal;
  background: #228896;
  transition: 0.3s;
border-radius:40px;
position: relative;
}



/*オンラインデモに参加するボタン*/

.online_btn a{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding:0;
  height:50px;
  width:100%;
  color: #fff;
  font-size: 20px;
  font-weight:normal;
  background: #333333;
  transition: 0.3s;
border-radius:40px;
position: relative;
}



/*オンラインデモに参加するボタン(グレー)*/

.onlineg_btn a{
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  padding:0;
  height:50px;
  width:100%;
  color: #fff;
  font-size: 20px;
  font-weight:normal;
  background: #cccccc;
  transition: 0.3s;
border-radius:40px;
position: relative;
}

/*------------------------------------------------------------
	セキュリティ面を保ちながらIT環境を構築
------------------------------------------------------------*/
.security_area{
margin:5% auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
display:block;
justify-content:center;	

	
	}

.security_txt{
width:100%;
margin:0 auto;
padding:5% 0;
text-align:left;
}

.security_txt p{
margin:0 auto;
padding:0 5%;
text-align:left;
}

.security_txt p span{
color: #cc0000;
font-size:80%;
	}
.security_img{
width:90%;
margin:0 auto;
padding: 0;
text-align:center;
}
	

/*------------------------------------------------------------
	導入までの流れ
------------------------------------------------------------*/
.step_area{
margin:5% auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;
  display: flex;
  flex-wrap: wrap;
justify-content:center;	

	
	}

.step_box{
width:46%;
background: #fff;
margin:4% auto;
padding: 0;
text-align: center;
}

.step_box img{
width:100%;
max-width:150px;
margin:0 auto;
padding: 0;
text-align: center;
}

.step_box h3{
margin: 0 auto;
padding:2% 0;	
color: #228896;	
text-align: center;
font-size: 20px;
line-height:1.4;
font-weight:700;

}

.step_box p{
margin: 0 auto;
padding:1% 2%;	
text-align: left;


}

/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/


/*バナーエリア*/

.banner_area{
margin:0 auto;
padding:0;
text-align:center; 
width:100%;
max-width:750px;

	
	}

.banner_area img {
  transition: .3s;
	width:96%;
margin:0 auto;
padding:0;
text-align:center; 
}

.banner_area img:hover {
  opacity: 0.5;
}

/*------------------------------------------------------------
	お問合せエリア
------------------------------------------------------------*/
	
/*送信ボタン*/

.submit_btn{
	margin:5% auto 0 0;
	padding: 0;
	text-align: center;
	
	}

input[type="submit"] {
	width:90%;
    font-size:24px;
    color: #fff;
	display: inline-block;
    padding:4% 0px;
    text-align: center;
	background-color: #228896;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
	border: 1px solid #228896;
}

/*--hover--*/
input[type="submit"]:hover {
    color: #fff;
	background-color: #333;
	border: 1px solid #333;
    cursor: pointer;
    transition: background-color 1s;
}
	

	}