
#header-logo.en img {
  width: 100%;
}

#footer-bottom .flex {
  justify-content: center;
}

#main-footer #footer-bottom p span + span {
  margin-left: 0;
}

#p-ttl .inner.flex #p-nav {
  /* width: 100%; */
  column-gap: 2rem;
  row-gap: 1rem;
}

#p-ttl .inner.flex #p-nav li + li {
  margin: 0;
}

body#company #philosophy .inner .ttl-box,
body#company #greeting .inner .ttl-box {
  width: 20rem;
}

body#company #philosophy .texts {
  width: calc(100% - 240px);
}

body#company #philosophy .texts ul li {
  font-size: 2.6rem;
}

.our-role-logo {
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .foot_logo {
    width: 145px;
  }

  #p-ttl .inner.flex #p-nav {
    column-gap: 1rem;
  }

  #p-ttl .inner.flex #p-nav li a {
    padding: 0.5em 1em;
  }

  body#company #philosophy .texts {
    width: 100%;
  }

  .our-role-logo {
    width: 200px;
  }

}
@media screen and (max-width: 480px) {
  body#company #philosophy .logo-wrap {
    top: -8rem;
  }
  
  body#company #philosophy .texts ul li {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .foot_logo {
    width: 115px;
  }
}

