.pageHeader {
  background-image: url(../img/header_boss_sp.jpg);
}

.bossContents__left {
  padding: 18.18182% 0 13.63636%;
}

.bossContents__catch {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: .06em;
  margin: 0 0 11.36364%;
}

.bossContents__text {
  font-size: 10px;
  line-height: 3.0;
  letter-spacing: .1em;
}

.bossContents__sign {
  width: 60.45455%;
  max-width: 266px;
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 480px) {
  .pageHeader {
    background-image: url(../img/header_boss.jpg);
  }
  .bossContents__inner {
    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;
  }
  .bossContents__photo {
    width: 480px;
  }
  .bossContents__left {
    width: 530px;
    padding: 0;
  }
  .bossContents__catch {
    font-size: 28px;
    margin: 0 0 45px;
  }
  .bossContents__text {
    font-size: 14px;
  }
  .bossContents__sign {
    margin: 90px auto 0;
  }
}

/*# sourceMappingURL=boss.css.map */
