/* c-column - uniq
-----------------------------------------------------------------*/
.t-technology-colmn + .t-technology-colmn {
  margin-top: 6.4rem; }
  @media screen and (max-width: 1024px) {
    .t-technology-colmn + .t-technology-colmn {
      margin-top: 3.2rem; } }

.t-technology-colmn .c-column__block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.t-technology-colmn .c-column__block:nth-child(1) {
  width: 44%; }
  @media screen and (max-width: 1024px) {
    .t-technology-colmn .c-column__block:nth-child(1) {
      width: 100%; } }

.t-technology-colmn .c-column__block:nth-child(2) {
  width: 56%;
  padding: 1.6rem 6rem 0 7rem; }
  @media screen and (max-width: 1024px) {
    .t-technology-colmn .c-column__block:nth-child(2) {
      width: 100%;
      padding: 1.6rem 0 0; } }

@media screen and (max-width: 749px) {
  .t-hospitality-slide__title {
    padding: 0 3rem; } }

.t-philosophy-heading {
  font-size: 2.6rem;
  line-height: 1.25; }
