/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2026 | 06:50:55 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

#Home .business{
	padding-top:100px;
	padding-bottom:100px;
}
#Home .business pre {
	font-size: 60px;
     font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #022198;
    margin-bottom: 5px;
    line-height: 1.2;
	letter-spacing: 2px;
	overflow:hidden;
}
#Home .business pre::first-letter {
  color: #1C96FA;    /* 文字色をオレンジに */
}
#Home .business h1 {
		font-size:18px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 20px;
}
#Home .business h2 {
		font-size:28px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 5px;
	color:#022198;
}
#Home .business p {
		font-size:18px;
	margin-bottom: 30px;
}
#Home .business .btn {
  color: #fff;
}
#Home .business .btn a {
  position: relative;
  padding-top: 12px;
  padding-right: 35px;
  padding-left: 55px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
	background: linear-gradient(90deg, #1D9BFF, #011C94);
	font-size:16px;
	border-radius:100px;
}
#Home .business .btn a:hover {
	background: linear-gradient(90deg, #1D9BFF, #011C94);
	opacity: 0.7;
}
#Home .business .btn a:before {
  background: url(http://a2-net.jp/wp-content/uploads/2026/04/ico_arrow_white.svg);
  content: "";
  width: 23px;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .flow{
	    background-image: url(http://a2-net.jp/wp-content/uploads/2026/04/bg_home2-scaled.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
#Home .flow pre {
	font-size: 60px;
     font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 5px;
    line-height: 1.2;
	letter-spacing: 2px;
	overflow:hidden;
	text-align:center;
}
#Home .flow h2 {
		font-size:18px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 40px;
	color:#FFF;
	text-align:center;
}
#Home .flow h3 {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
#Home .flow h3 strong {
	font-size: 18px;
     font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #022198;
	background-color:#FFF;
	line-height:1;
	padding:0px 10px;
}
#Home .flow h4 {
	font-size:20px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	margin-bottom: 5px;
	color:#FFF;
	text-align:center;
}
#Home .flow p {
	color:#FFF;
	line-height:1.6
}



@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
	
	#Home .business{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .business pre {
	font-size: 45px;
    margin-bottom: 5px;
	text-align:center;
}
#Home .business h1 {
		font-size:16px;
	margin-bottom: 10px;
	text-align:center;
}
#Home .business h2 {
		font-size:22px;
	margin-bottom: 5px;
}
#Home .business p {
		font-size:16px;
	margin-bottom: 15px;
}
#Home .business .btn {
  color: #fff;
	justify-content:center;
}
	
	#Home .flow{
	    background-image: url(http://a2-net.jp/wp-content/uploads/2026/04/bg_home1_sp-scaled.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .flow pre {
	font-size: 45px;
}
#Home .flow h2 {
		font-size:16px;
	margin-bottom: 20px;
}
#Home .flow h3 {
	margin-top:20px;
	margin-bottom:10px;
}
#Home .flow h3 strong {
	font-size: 18px;
}
#Home .flow h4 {
	font-size:20px;
}
#Home .flow p {
	color:#FFF;
	line-height:1.6
}

	
}



