@charset "UTF-8";
/* 
  css設定 
*/
/*==================================================================================
 fujita about
==================================================================================*/
.about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 80px;
}

@media screen and (max-width: 638px) {
  .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0 20px;
  }
}

.about-flex figure, .about-flex p {
  max-width: 47%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .about-flex figure, .about-flex p {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 638px) {
  .about-flex figure, .about-flex p {
    max-width: 560px;
  }
}

.about-imgbox {
  text-align: center;
}
