@charset "UTF-8";
/*アイキャッチ画像*/
@media (max-width: 767px) {
  .u-background-cover {
    background-image: url("/wp-content/package/page/company/img/eyecatch-sp.png?u42wua6b5"); } }
.appeal {
  color: #E58C20;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center; }

/*経営理念*/
#philosophy p {
  line-height: 2; }
@media (max-width: 767px) {
  #philosophy .diagram {
    padding-bottom: 32cqw !important; }
    #philosophy .diagram .appeal {
      line-height: 1.2; } }

/*ごあいさつ*/
#greeting .signature {
  justify-content: flex-end; }
  #greeting .signature p {
    width: fit-content; }
  #greeting .signature span {
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700; }

/*会社概要*/
#overview .sec_body dl {
  padding: 1.5em 0;
  border-bottom: solid 1px #ddd;
  text-align: center; }
@media (min-width: 768px) {
  #overview .sec_body dl {
    display: flex;
    flex-wrap: wrap; }
  #overview .sec_body dt {
    width: 6em; }
  #overview .sec_body dd {
    width: calc(100% - 6em); } }
