<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
邨悟霧逅�ｿｵ
-*/

.col_6 {
  width: 60%;
}
.col_4 {
  width: 40%;
}
/*///////////////////////////////////
邨悟霧逅�ｿｵ
///////////////////////////////////**/
.philosophy {
  padding: 80px 0 60px;
}
.philosophy_inner_contents {
  padding-bottom: 60px;
  margin-bottom: 55px;
  background: url(../img/vision/line.png) left bottom repeat-x;
}
.philosophy_inner_contents h3 {
  width: 295px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.philosophy_inner_contents h3 span {
  font-size: 1.6rem;
  font-weight: bold;
  background: #000;
  display: table;
  padding: 2px 6px;
  color: #fff;
}
.philosophy_inner_contents h4 {
  margin-top: 30px;
  font-size: 2.6rem;
  font-weight: bold;
}
.philosophy_inner_contents .philosophy_inner_txt {
  flex: 1;
  font-size: 1.8rem;
}
.philosophy_inner_contents ol {
  margin-top: 20px;
  padding-left: 2rem;
  text-indent: -2rem;
}
div.philosophy_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.philosophy_list div:first-child {
  width: 300px;
  padding-left: 5px;
}
.philosophy_inner_contents.mid {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.philosophy_inner_contents.mid h3 {
  width: 100%;
}
.philosophy_inner_contents.last {
  background: none;
}
.philosophy_inner_contents.mid h3 {
  margin-bottom: 10px;
}

.philosophy_separate .pic {
  text-align: center;
  padding-right: 40px;
}
@media screen and (max-width: 1040px) {
  .philosophy_separate .col_4,
  .philosophy_separate .col_6 {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 40px 0 50px;
  }
  .philosophy_separate .col_4,
  .philosophy_separate .col_6 {
    width: 100%;
    margin-top: 20px;
  }
  div.philosophy_list {
    flex-wrap: wrap;
  }
  div.philosophy_list div {
    width: 100%;
  }
  div.philosophy_list div:first-child {
    margin-bottom: 10px;
  }
  div.philosophy_inner_txt {
    padding-left: 20px;
  }
  .philosophy_inner_contents h3 {
    font-size: 2.4rem;
  }
  .philosophy_inner_contents h3 span {
    font-size: 1.4rem;
  }
  .philosophy_inner_contents h4 {
    font-size: 2rem;
  }
  .philosophy_inner_contents .philosophy_inner_txt {
    font-size: 1.4rem;
  }
  .philosophy_separate .pic {
    text-align: center;
    padding-right: 0px;
  }
  .philosophy_inner_contents {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
}
</pre></body></html>