.thepage .p-head {
  background-image: url(../img/philosophy/hero@2x.jpg);
}

main .sec-top {
  padding-bottom: 120px;
}
.sec-top .cp-t {
  text-align: center;
}
.sec-top .cp-t .t .hl.hl1 {
  background: none;
  color:#F6AA00;
}
.sec-top .int-desc {
  text-align: center;
  font-size: 20px;
  line-height: 44px;
}

main .sec-t-msg,
main .sec-msg {
  padding: 120px 0;
}
.top-t {
  text-align: center;
}
.top-t h2 {
  display: inline-block;
}
h2.hl.t1 {
  margin-bottom: 80px;
}
h2.hl.t1 .t {
  font-size: 32px;
  line-height: 44px;
}
h2.hl.t1 .st {
  font-size: 14px;
}

.sec-t-msg .tm-box {
  margin-bottom: 80px;
}
.sec-t-msg .tm-box:last-child {
  margin-bottom: 0;
}
.tm-box .tm-t {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}
.tm-box .tm-t .hl {
  display: inline-block;
  color:#fff;
  background: #F6AA00;
  padding-left: 5px;
}
.tm-box .col-photo figure {
  margin-bottom: 24px;
}
.tm-box .prof .d {
  font-size: 14px;
  line-height: 20px;
}
.tm-box .prof .name {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 7px;
}
.tm-box .prof .en {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3.5px;
}
.msg-desc .t {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
.msg-desc .txt {
  line-height: 32px;
}
.tm-box .c-r {
  text-align: right;
}
.tm-box .c-r .inn {
  display: inline-block;
}
.tm-box .c-r .prof {
  text-align: left;
}

.sec-msg .row-ph {
  margin:0 -30px 120px;
}
.row-ph>div {
  padding:0 30px;
  width: 43%;
}
.ph-i {
  background: #484545;
  color:#fff;
  text-align: center;
  padding:15px;
  height: 344px;
}
.ph-i .t {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-top: 32px;
}
.ph-i .t:after {
  content:"";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin:auto;
  width: 120px;
  height: 3px;
  background: no-repeat center url(../img/philosophy/border.svg);
  background-size: 100%;
}
.ph-i .inn {
  height:80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ph-i .m {
  font-size: 24px;
  line-height: 38px;
}
.ph-i .m .hl {
  color:#F6AA00;
}

.c-tt {
  text-align: center;
  margin-bottom:60px;
}
.c-tt .rt {
  position: relative;
  display: inline-block;
}
.msg-txt {
  font-size: 20px;
  line-height: 48px;
  text-align: center;
}
.sec-photos {
  text-align: center;
}

@media (max-width: 1199px) {
  .ph-i {
    height: 320px;
  }
  .ph-i .m {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 992px) {
  main .sec-top,
  main .sec-t-msg, main .sec-msg {
    padding:80px 0;
  }
  h2.hl.t1 {
    margin-bottom: 40px;
  }
  .sec-msg .row-ph {
    margin:0 -20px 80px;
  }
  .row-ph>div {
    padding:0 20px;
    margin-bottom: 24px;
    width: 50%;
  }
  .ph-i .m {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .thepage .p-head {
    background-image: url(../img/philosophy/SP/hero@2x.jpg);
  }
  
  .sec-top .int-desc,
  .msg-txt {
    text-align: left;
    font-size: 18px;
    line-height: 40px;
  }
  main .sec-t-msg, main .sec-msg {
    padding:40px 0;
  }

  .tm-box .tm-t {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .tm-box .col-photo figure {
    text-align: center;
    margin-bottom: 18px;
  }
  .col-photo figure img {
    width: 100%;
  }
  .col-desc .msg-desc {
    margin-top: 20px;
  }
  .sec-msg .row-ph {
    margin-bottom: 40px;
  }
  .row-ph>div {
    width: 100%;
  }
  .msg-desc .t {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}