  /*ACとは */
  .about_ac_img{
	width: 1100px;
    position: relative;
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
.about_ac_img img{
    width: 50%;
    height: auto;
}
.about_ac_img02 img{
    width: 70%;
    height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.about_ac_container {
width: 90%;
max-width:1100px;
margin:0 auto;
text-align: center;
margin-bottom: 100px;
}	
.ac_txt01{
	font-size: 26px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-weight: 400;
	margin: 20px 0 10px 0 ;
	letter-spacing: 0.1em;
}
.ac_txt02{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #333;
	font-weight: 400;
	margin: 0 0 30px 0 ;
}
@media (max-width: 768px) {
.about_ac_img img{
    width: 100%;
    height: auto;
}
.about_ac_img02 img{
    width: 100%;
    height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.about_ac_img{
	width: 100%;
    position: relative;
	margin-bottom: 20px;
}
.about_ac_img>div{
	position: absolute;
    left: 40px;
    top: 80px;
	transform: translate(-0%,-0%);
    font-size: 18px;
    font-weight: bold;
}
.about_ac_container {
width: 100%;
padding: 0 10px;
margin-top: 0;
margin-bottom: 80px;
}
.ac_txt01{
	font-size: 21px;
	line-height: 37px;
	letter-spacing: 0;
	margin-top: 0;
}
.ac_txt02{
	text-align: left;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	margin: 0 15px 0 15px ;
}
	}

/*選ばれる理由 */

#cardlayout-wrap_why {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
margin: 2em auto;
max-width: 1100px;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
margin-bottom: 20px;
background: #;
}
a.card-link_why {
text-decoration: none;
}
#cardlayout-wrap_why img {
display: block;
max-width: 90%;
height: auto;
margin: 0 auto;
}
.card-figure_why {
margin-bottom: 8px;
padding: 0;
}
.card-title_why {
margin: 0.6em 0 0;
color: #333;
text-align: center;
font-size: 1.8em;
}
.card-text_s_why {
margin: 0 auto;
color: #222;
font-size: 16px;
line-height: 28px;
letter-spacing: 0.1em;
text-align: center;
font-weight: 600;
margin-top: 10px;
}
.card-text_why {
margin: 0;
padding: 10px 15px 10px 10px;
color: #222;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.1em;
margin-top: 10px;
}
.card-list_why {
margin: 0.5em auto;
padding: 0;
padding-bottom: 0px;
width: 96%;
background: #FFF;
}

@media all and (max-width: 479px) {
    .card-list_why {
        margin:  0;
        width: calc(96% / 1);
    }
}
@media all and (min-width: 768px) {
    .card-list_why {
margin:  0;
width: calc(96% / 1); 
    }
}

@media all and (min-width: 992px) {
    .card-list_why {
width: calc(96% / 3); 
}

#cardlayout-wrap::after{
content: "";
display: block;
width: calc(96% / 3);
    }
}
@media (max-width: 768px) {
#cardlayout-wrap_why {
max-width: 100%;
width: 94%;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 30px;
}
.card-figure_why {
margin-bottom: 2px;
}
.card-list_why {
margin: 0 auto;
padding: 0;
margin-bottom: 30px;
padding-bottom: 0px;
width: 96%;
background: #FFF;
}
#cardlayout-wrap_why img {
max-width: 76%;
height: auto;
margin: 0 auto;
}
.card-text_s_why {
font-size: 23px;
line-height: 32px;
letter-spacing: 0.1em;
margin-top: 10px;
}
.card-text_why {
margin: 0;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.1em;
margin: 0 auto;
margin-top: 10px;
}
}
	
	
.btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 280px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.btn01 a:hover {
	color: #fff;
}

.btn_why a {
	background-color: #2462aa;
	border: 1px solid #2462aa;
}
.btn_why a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}

.btn_why a:hover {
	background-color: #106CD8;
	border: 1px solid #106CD8;
}

.btn_why a:hover::after {
	border-color: #FFF #FFF transparent transparent;
}

@media (max-width: 768px) {
  .btn01 a {
    width: 70%;
    height: 67px;
	font-size: 18px;
	margin-bottom: 50px;
  }
}


/*商品ラインナップ */

#cardlayout-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
margin: 2em auto;
max-width: 1100px;
width: 70%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}
a.card-link {
text-decoration: none;
}
#cardlayout-wrap img {
display: block;
max-width: 100%;
height: auto;
}
.card-figure {
margin-bottom: 8px;
padding: 0;
box-shadow:0 6px 14px rgba(244, 248, 251, 1);
transition:box-shadow 0.3s, transform 0.3s;
}
.card-figure:hover {
box-shadow:0 6px 14px rgba(181, 203, 219, 1);
transform:translate(0, -2px);
}
.card-list {
margin: 0.5em auto;
padding: 0;
width: 100%;
background: #FFF;
}

@media all and (max-width: 479px) {
    .card-list {
        margin: 0;
        width: calc(96% / 2);
       margin-bottom: 10px;
    }
}
@media all and (min-width: 768px) {
    .card-list {
margin: 0;
width: calc(96% / 2); 
margin-bottom: 10px;
    }
}

@media all and (min-width: 992px) {
    .card-list {
width: calc(96% / 3); 
margin-bottom: 15px;
}

#cardlayout-wrap::after{
content: "";
display: block;
width: calc(96% / 3);
margin-bottom: 10px;
    }
}

	
.btn02 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 280px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 auto;
	margin-bottom: 100px;
}

.btn02 a:hover {
	color: #fff;
}

.btn_lineup a {
	background-color: #2462aa;
	border: 1px solid #2462aa;
}
.btn_lineup a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}

.btn_lineup a:hover {
	background-color: #106CD8;
	border: 1px solid #106CD8;
}

.btn_lineup a:hover::after {
	border-color: #FFF #FFF transparent transparent;
}

@media (max-width: 768px) {
  .btn02 a {
    width: 70%;
    height: 67px;
	font-size: 18px;
	margin-bottom: 100px;
  }
#cardlayout-wrap {
width: 96%;
}
}

  /*専門家の声 */
  .docor_ac_img{
	width: 70%;
    position: relative;
	margin:0 auto;
	margin-bottom: 100px;
	transition:box-shadow 0.3s, transform 0.3s;
}
.docor_ac_img img{
    width: 100%;
    height: auto;
}
.docor_ac_img:hover {

transform:translate(0, -5px);
}
.docor_ac_container {
width: 90%;
max-width:1100px;
margin:0 auto;
text-align: center;
}

@media (max-width: 768px) {
.docor_ac_img img{
    width: 100%;
    height: auto;
}
.docor_ac_img{
	width: 100%;
    position: relative;
	margin-bottom: 45px;
}
.docor_ac_container {
width: 100%;
padding: 0 10px;
margin: 20px auto;
}
}


/*導入事例 */
.logo_main {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
	
.logo_container {
  overflow: hidden;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
}
 
.scroll-parent {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: inherit;
}
 
.scroll-child {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 0%;
  top: 0%;
  width: inherit;
  height: inherit;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-child img {
  width: 100%;
  height: auto;
}	
		
.scroll-child:nth-child(1) {
  animation-name: first;
}
 
.scroll-child:nth-child(2) {
  animation-name: second;
}
 

@keyframes first {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
 
@keyframes second {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

@media (max-width: 768px) {
.container_sp {
	width: 85%;
	margin:0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
}		 
}
   