#about_01 {width:100%; overflow:hidden; padding:0;   margin:0 auto;  }

#about_01 .business .txt span{font-weight:600}
#about_01 .business .txt {font-size:18px; line-height:32px; padding:50px 0 0 0; text-align:center}

#about_01 p.txtP { padding-bottom:20px; font-size:20px;  line-height:35px; }
#about_01 .flex{display:flex; flex-wrap: wrap;  justify-content: space-between; align-items: center;  }
#about_01 .flex3 .item{width:31.3333%;  background-color:#f0f0f0;align-content: center;} 

#about_01 .cont { padding:50px 0 0 0;}
#about_01 .cont .item  {padding:20px 0; font-size:20px;  line-height:35px; }
#about_01 .cont .item .tit {font-weight:600;  position:relative; margin-bottom:10px; padding-left:15px;}
#about_01 .cont .item .tit:before { content: "";  width: 4px; height: 19px; background-color: #333;  
position: absolute; left: 0; top: 9px;   }
#about_01 .cont .item .txt { font-size:18px;  line-height:28px; }

#about_01 section {float:left; width:33.3333%;     box-sizing:border-box; }
#about_01 section div{font-size:17px;   background-repeat:no-repeat; background-position: center 48px; 
 display:block;  box-sizing:border-box; text-align:center; }
#about_01 section div p {overflow:hidden; min-height:280px; position:relative}
#about_01 section span.txt01{display:block; padding:25px 0; line-height:30px;  }
#about_01 section strong {font-size:30px; line-height:40px; font-weight:500; position:absolute; top:50%; left:0; width:100%; 
transform:translate(0%,-50%) }
#about_01 section div:hover {box-shadow:5px 6px 15px #999;  
-moz-transition: ease-out 0.4s 0.1s;  -o-transition: ease-out 0.4s 0.1s;  -webkit-transition: ease-out 0.4s;
  -webkit-transition-delay: 0.1s;  transition: ease-out 0.4s 0.1s;}

/*button effect*/
.link-effect-12 div { position: relative;  overflow: hidden; 
}
.link-effect-12 div p::before {
  height:2px; width: 100%;  background-color: #00498c;   content: "";  position: absolute;  left: 0;  top: 0;
  -moz-transform: translateX(-100%);  -ms-transform: translateX(-100%);  -webkit-transform: translateX(-100%);  transform: translateX(-100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div p::after {
  height:2px; width: 100%;  background: #00498c;  content: "";  position: absolute;  right: 0;  bottom: 0;  
   -moz-transform: translateX(100%);  -ms-transform: translateX(100%);  -webkit-transform: translateX(100%);  transform: translateX(100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div::before {  
  width:2px;  height: 100%;  background: #00498c;  content: "";  position: absolute;  left: 0;  top: 0;
  -moz-transform: translateY(100%);  -ms-transform: translateY(100%);  -webkit-transform: translateY(100%);  transform: translateY(100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div::after {
  width:2px;  height: 100%;  background: #00498c;  content: "";  position: absolute;  right: 0px;  bottom: 0;  
    -moz-transform: translateY(-100%);  -ms-transform: translateY(-100%);  -webkit-transform: translateY(-100%);  transform: translateY(-100%);  -moz-transition: 0.4s;  -o-transition: 0.4s;  -webkit-transition: 0.4s;  transition: 0.4s;
}
.link-effect-12 div:hover::before, .link-effect-12 div:hover::after {
  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}
.link-effect-12 div:hover p::before, .link-effect-12 div:hover p::after {
  -moz-transform: translateX(0);  -ms-transform: translateX(0);  -webkit-transform: translateX(0);  transform: translateX(0);
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {

#about_01 .business .txt {font-size:15px; line-height:25px; padding:20px 0 0 0; text-align:left}

#about_01 .flex3 .item{width:100%;  background-color:#f0f0f0;align-content: center; margin-bottom:20px} 
#about_01 section div p {min-height:150px;}
#about_01 section strong {font-size:22px; line-height:30px;}
#about_01 .cont { padding:10px 0 0 0;}
#about_01 .cont .item {padding:10px 0; font-size:18px;  line-height:32px; }
#about_01 .cont .item .tit {font-weight:600;  position:relative; margin-bottom:10px; padding-left:13px;}
#about_01 .cont .item .tit:before {  width: 3px; height: 17px;top: 8px;   }
#about_01 .cont .item .txt { font-size:15px;  line-height:26px; }

#about_01 section {float:none; width:100%; }
#about_01 section nav div { border:1px solid #dfdfdf;}
#about_01 section strong {opacity: 1;}
#about_01 section span.txt01{ font-size:16px; line-height:25px; }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
#about_01 section {float:left; width:100%;}
}
@media (max-width: 320px) {
}


