.mainContents {
  padding: 8% 0 0;
}

@media screen and (min-width: 768px) {
  .mainContents {
    padding: 2% 0 0;
  }
}
/*==============================
	pageTtl
==============================*/
.pageTtl {
  background: url("../img/philosophy/fv.jpg") no-repeat top left;
  background-size: cover;
}

/*==============================
	philosophyBlock
==============================*/
.philosophyBlock {
  margin-bottom: 20%;
}
.philosophyBlock .catch {
  color: #ee8070;
  font-size: 6.875vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.4;
}
.philosophyBlock .txt {
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.philosophyBlock .name {
  font-weight: bold;
  text-align: right;
}
.philosophyBlock .name span {
  font-size: 1.4em;
}
.philosophyBlock .belt {
  background: #ffcec7;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .philosophyBlock {
    margin-bottom: 5%;
  }
  .philosophyBlock .catch {
    font-size: 2.5vw;
    text-align: center;
  }
  .philosophyBlock .txt {
    margin-bottom: 2em;
    text-align: center;
  }
  .philosophyBlock .name {
    text-align: center;
  }
}
/*==============================
	profBlock
==============================*/
.profBlock {
  padding: 20% 0;
  background: #f1ede8;
}
.profBlock .profList {
  margin-bottom: 16%;
}
.profBlock .profList li {
  background: #FFF;
  padding: 5%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.profBlock .profList .name {
  font-weight: bold;
  margin-bottom: 1em;
}
.profBlock .profList .name span {
  display: block;
}
.profBlock .profList .name strong {
  font-size: 1.6em;
}
.profBlock .profList dl {
  margin: 0;
}
.profBlock .profList dl dt {
  font-weight: bold;
}
.profBlock .profList dl dt span {
  display: inline-block;
  margin-right: .5em;
}
.profBlock .profList dl dd {
  margin: 0 0 8% 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.profBlock .profList.ceo li {
  margin-bottom: 0;
}
.profBlock .catch {
  text-align: center;
  font-weight: bold;
  font-size: 6.25vw;
  margin-bottom: 1em;
}
.profBlock .catch span {
  background: #FFF;
}
.profBlock .catch:before {
  content: "";
  display: block;
  width: 46px;
  height: 63px;
  background: url("../img/philosophy/icon.svg") no-repeat center center;
  background-size: contain;
  margin: 0 auto .5em;
}
.profBlock .catch.outro {
  font-size: 5.625vw;
}
.profBlock .catch.outro:before {
  content: none;
}

@media screen and (min-width: 768px) {
  .profBlock {
    padding: 5% 0;
  }
  .profBlock .inner {
    max-width: 830px;
  }
  .profBlock .profList {
    margin-bottom: 8%;
  }
  .profBlock .profList li {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .profBlock .profList .txtArea {
    width: 55%;
  }
  .profBlock .profList .imgArea {
    width: 40%;
  }
  .profBlock .profList dl dd {
    margin-bottom: 1em;
  }
  .profBlock .profList dl dd:last-of-type {
    margin-bottom: 0;
  }
  .profBlock .catch {
    font-size: 2.3333333333vw;
  }
  .profBlock .catch.outro {
    font-size: 2.1666666667vw;
  }
  .profBlock .txt {
    text-align: center;
  }
}
