@charset "UTF-8";
/* ブランド紹介
   ========================================================================== */
#brand .lead p {
  margin-top: 16px;
  line-height: 1.7; }
  #brand .lead p:first-of-type {
    margin-top: 0; }
#brand .block {
  display: flex;
  margin-top: 40px; }
  #brand .block .box {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: calc((100% - 40px) / 2);
    margin-right: 40px; }
    #brand .block .box:last-of-type {
      margin-right: 0; }
  #brand .block .logo {
    margin-bottom: 20px; }
#brand .btn {
  text-align: center;
  padding-top: 40px; }
  #brand .btn a:hover img {
    opacity: .7; }
