/*======================
  philosophy
======================*/
.philosophy .philosophyTxt {
  background: url("../img/philosophy/philosophy_img01-sp.png") no-repeat bottom center #497fe9;
  background-size: 100%;
  padding: 14% 5% 53%;
}
.philosophy .philosophyTxt table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: -14%;
}
.philosophy .philosophyTxt table th, .philosophy .philosophyTxt table td {
  width: 100%;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 6.875vw;
}
.philosophy .philosophyTxt table th {
  margin-bottom: 3%;
}
.philosophy .philosophyTxt table th small {
  font-size: 5vw;
  font-weight: normal;
  display: block;
}
.philosophy .philosophyTxt table td {
  margin-bottom: 14%;
}
.philosophy .business h4 {
  font-weight: bold;
  font-size: 6.875vw;
  line-height: 1.0;
  margin-bottom: .5em;
}
.philosophy .business h4:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1em;
  background: #bf273d;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 5px;
}
.philosophy .business .boxWrap h5 {
  border-bottom: solid 1px #bf273d;
  font-weight: bold;
  text-align: center;
  padding-bottom: .5em;
  margin-bottom: 1em;
}
.philosophy .business .boxWrap p {
  text-align: center;
  margin-bottom: 1em;
}
.philosophy .business .boxWrap .box {
  width: 100%;
  margin-bottom: 12%;
}
.philosophy .business .boxWrap .box img + p {
  margin-bottom: 0;
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .philosophy .philosophyTxt {
    background: url("../img/philosophy/philosophy_img01-pc.png") no-repeat bottom center #497fe9;
    background-size: 100%;
    padding: 8% 40px 28%;
  }
  .philosophy .philosophyTxt table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto -3.8%;
  }
  .philosophy .philosophyTxt table th, .philosophy .philosophyTxt table td {
    font-size: 26px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
  }
  .philosophy .philosophyTxt table th {
    width: 28%;
    margin-bottom: 5%;
  }
  .philosophy .philosophyTxt table th small {
    font-size: 20px;
    margin-top: .5em;
  }
  .philosophy .philosophyTxt table td {
    width: 72%;
    padding-left: 2%;
    box-sizing: border-box;
    margin-bottom: 3.8%;
    margin-left: -1em;
  }
  .philosophy .business h4 {
    font-size: 1.71875vw;
  }
  .philosophy .business .boxWrap .is-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .philosophy .business .boxWrap .box {
    width: 35%;
    margin: 0 6% 6%;
  }
  .philosophy .business .boxWrap .bigger {
    width: 38%;
  }
  .philosophy .business .boxWrap .bigger img{
      width: 118%;
      margin-left: -1.5vw;
  }
  .philosophy .business .boxWrap .is-cut .box {
    margin-bottom: 0;
  }
  .philosophy .business .boxWrap .is-center {
      align-items: center;
  }
  .philosophy .business .boxWrap .is-bigger {
      width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .philosophy .philosophyTxt {
    padding: 8% 70px 28%;
  }
  .philosophy .philosophyTxt table td {
    margin-left: -2.5em;
  }
}
@media screen and (min-width: 1280px) {
  .philosophy .philosophyTxt table th, .philosophy .philosophyTxt table td {
    font-size: 26px;
  }
  .philosophy .philosophyTxt table th small {
    font-size: 20px;
  }
  .philosophy .business h4 {
    font-size: 22px;
  }
}
