@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.philosophy {
  padding-top: 60px;
  padding-bottom: 130px;
}
@media screen and (max-width: 850px) {
  .philosophy {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.philosophy ul {
  display: block;
}
.philosophy ul li + li {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .philosophy ul li + li {
    margin-top: 30px;
  }
}
.philosophy ul li .ttl {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #929292 0.5px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 850px) {
  .philosophy ul li .ttl {
    padding-bottom: 6px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.philosophy ul li .ttl span {
  font-size: 50px;
  font-weight: 600;
  font-family: "Jost", serif;
  text-align: left;
  width: 276px;
  color: #D20A14;
  line-height: 1.46;
}
@media screen and (max-width: 850px) {
  .philosophy ul li .ttl span {
    font-size: 30px;
    width: 166px;
  }
}
.philosophy ul li .sub_ttl {
  letter-spacing: 0.05em;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 22px;
  line-height: 1.46;
}
@media screen and (max-width: 850px) {
  .philosophy ul li .sub_ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.philosophy ul li p {
  text-align: left;
}
