.container-header-ttl small {
  color: #de6c11; }

.section-message {
  max-width: 94rem;
  margin: 0 auto 5rem;
  padding: 5rem 2rem; }
  @media only screen and (max-width: 767px) {
    .section-message {
      padding: 3rem 0; } }
  .section-message-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-message-header {
        flex-direction: column; } }
    .section-message-header-illust {
      width: 3.7rem;
      flex-shrink: 0;
      margin-right: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-message-header-illust {
          margin: 0 auto; } }
    .section-message-header-ttl {
      font-size: 1.6rem;
      line-height: 1;
      display: flex;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .section-message-header-ttl {
          align-items: center; } }
      .section-message-header-ttl small {
        font-size: 6.4rem;
        font-weight: 700;
        color: #de6c11; }
        @media only screen and (max-width: 767px) {
          .section-message-header-ttl small {
            padding-bottom: .8rem; } }
  .section-message-inner {
    display: flex;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .section-message-inner {
        flex-direction: column; } }
    .section-message-inner-txt {
      font-size: 1.6rem; }
      .section-message-inner-txt strong {
        font-size: 2.8rem; }
        @media only screen and (max-width: 767px) {
          .section-message-inner-txt strong {
            display: inline-block;
            line-height: 1.4; } }
      .section-message-inner-txt p {
        line-height: 1.9;
        padding-bottom: 1.5rem; }
    .section-message-inner-fig {
      width: 30rem;
      flex-shrink: 0;
      margin-left: 4rem;
      margin-top: -10rem; }
      @media only screen and (max-width: 767px) {
        .section-message-inner-fig {
          margin: 0 auto 2.5rem; } }
      .section-message-inner-fig img {
        width: 30rem;
        height: 30rem;
        border-radius: 50%;
        border: 0.6rem solid #f4f0e9;
        overflow: hidden;
        margin-bottom: 1.5rem; }
      .section-message-inner-fig figcaption {
        font-weight: 700;
        text-align: center;
        font-size: 2.4rem;
        line-height: 1.2;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .section-message-inner-fig figcaption span {
          font-size: 1.6rem; }
        .section-message-inner-fig figcaption small {
          font-size: 1.2rem;
          color: #3871af; }
.section-works {
  max-width: 110rem;
  margin: 0 auto;
  padding: 5rem 2rem; }
  @media only screen and (max-width: 767px) {
    .section-works {
      padding: 3rem 0; } }
  .section-works-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-works-header {
        align-items: center;
        margin-bottom: 3rem; } }
    .section-works-header-illust {
      flex-shrink: 0;
      margin: 0 1.5rem; }
      @media only screen and (max-width: 767px) {
        .section-works-header-illust {
          width: 5rem;
          margin: 0;
          text-align: center; } }
      .section-works-header-illust img {
        width: auto;
        height: 10.3rem; }
        @media only screen and (max-width: 767px) {
          .section-works-header-illust img {
            height: 6rem; } }
    .section-works-header-ttl {
      font-size: 1.6rem;
      line-height: 1;
      display: flex;
      align-items: center;
      flex-direction: column; }
      .section-works-header-ttl small {
        font-size: 6.4rem;
        font-weight: 700;
        color: #de6c11; }
  .section-works-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .section-works-inner .slick-arrow {
        top: 24rem; } }
    .section-works-inner .article-works {
      width: 30rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 2.5rem 1.5rem; }
      .section-works-inner .article-works-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 1.5rem; }
        .section-works-inner .article-works-header-company {
          display: flex;
          align-items: center;
          padding: 0 1.2rem;
          background: #fbb03b;
          color: #fff;
          font-weight: 700;
          border-radius: 3rem;
          margin-bottom: 1rem; }
          .section-works-inner .article-works-header-company span {
            font-size: 1.2rem;
            color: #de6c11;
            margin-right: .5rem; }
        .section-works-inner .article-works-header-ttl {
          font-size: 2.8rem; }
      .section-works-inner .article-works-fig {
        width: 28rem;
        height: 28rem;
        border: 0.8rem solid #f4f0e9;
        border-radius: 2.5rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        margin: 0 auto 2rem; }
      .section-works-inner .article-works-txt {
        margin-bottom: auto; }
        .section-works-inner .article-works-txt p {
          font-size: 1.6rem;
          text-align: left;
          padding-bottom: 2rem; }
      .section-works-inner .article-works-btn a {
        font-size: 1.6rem;
        width: 28rem;
        height: 5rem;
        background: #094b95;
        color: #fff;
        font-weight: 700;
        border-radius: 5rem;
        display: flex;
        justify-content: center;
        align-items: center; }
