/* .message_text */
.message_text {
  margin: 0 auto 40px;
  max-width: 990px; }
  @media (max-width: 480px) {
    .message_text {
      margin-bottom: 30px;
      max-width: 100%; } }

/* .contents_block */
.contents_block {
  box-sizing: border-box;
  padding: 25px 0;
  background: #dff2fc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .contents_block {
      padding: 0;
      display: block; } }
  .contents_block .contents_set {
    box-sizing: border-box;
    padding: 0 20px 0 25px;
    width: calc(100%/3); }
    @media (max-width: 480px) {
      .contents_block .contents_set {
        margin: 0 auto;
        padding: 35px 15px;
        width: 95%; } }
    .contents_block .contents_set:nth-child(2) {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff; }
      @media (max-width: 480px) {
        .contents_block .contents_set:nth-child(2) {
          border: 0px;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff; } }
    .contents_block .contents_set_head {
      margin-bottom: 35px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 480px) {
        .contents_block .contents_set_head {
          margin-bottom: 20px;
          flex-direction: column; } }
      .contents_block .contents_set_head_number {
        color: #fff;
        letter-spacing: 3px;
        line-height: 1.5;
        margin-right: 17px;
        height: 80px;
        width: 80px;
        background: #00b4de;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column; }
        @media (max-width: 480px) {
          .contents_block .contents_set_head_number {
            margin: 0 0 20px; } }
        .contents_block .contents_set_head_number span {
          font-family: "Quicksand", sans-serif;
          font-size: 2.8rem;
          line-height: 1;
          display: block; }
      .contents_block .contents_set_head_title {
        color: #00b4de;
        font-size: 2.5rem;
        line-height: 1.3; }
        @media (max-width: 480px) {
          .contents_block .contents_set_head_title {
            font-size: 2.3rem; } }
    .contents_block .contents_set_list, .contents_block .contents_set_message {
      box-sizing: border-box;
      padding: 0 5px; }
    .contents_block .contents_set_list li {
      line-height: 1.5;
      text-indent: -1em;
      padding-left: 1em; }
      .contents_block .contents_set_list li:not(:last-child) {
        margin-bottom: 10px; }
      .contents_block .contents_set_list li:before {
        color: #6cbb5a;
        font-size: 2rem;
        line-height: 1;
        margin-right: 2px;
        content: "\025cf"; }
      .contents_block .contents_set_list li span {
        background: linear-gradient(to top, #cae28d 30%, transparent 30%); }

.works_images_list:after {
  content: '';
  display: block;
  clear: both; }
@media (max-width: 480px) {
  .works_images_list {
    position: relative; } }
.works_images_list li {
  float: left; }
  .works_images_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    position: relative;
    transition: 0.5s; }
    @media (max-width: 480px) {
      .works_images_list li a {
        display: block;
        transition: none; } }
    .works_images_list li a:after {
      color: #fff;
      font-size: 1.3rem;
      text-decoration: none;
      line-height: 1.0;
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 3px 2px 2px 3px;
      background: #000;
      content: "\00ff0b";
      position: absolute;
      right: 1px;
      bottom: 1px; }
      @media (max-width: 480px) {
        .works_images_list li a:after {
          content: none; } }
    .works_images_list li a:hover {
      opacity: 0.7; }
      @media (max-width: 480px) {
        .works_images_list li a:hover {
          opacity: 1; } }
  .works_images_list li:nth-child(1) {
    margin-right: 1%;
    width: 60%; }
    @media (max-width: 480px) {
      .works_images_list li:nth-child(1) {
        margin-right: 0;
        width: 100%; } }
    .works_images_list li:nth-child(1) img {
      width: 100%; }
  .works_images_list li:nth-child(2), .works_images_list li:nth-child(4) {
    margin-right: 1%; }
    @media (max-width: 480px) {
      .works_images_list li:nth-child(2), .works_images_list li:nth-child(4) {
        margin-right: 0; } }
  .works_images_list li:not(:nth-child(1)) {
    margin-bottom: 10px;
    width: 19%; }
    @media (max-width: 480px) {
      .works_images_list li:not(:nth-child(1)) {
        margin-bottom: 0;
        width: 100%; } }
    .works_images_list li:not(:nth-child(1)) a {
      height: 181px;
      overflow: hidden; }
      @media (max-width: 480px) {
        .works_images_list li:not(:nth-child(1)) a {
          height: auto; } }
    .works_images_list li:not(:nth-child(1)) img {
      height: 100%;
      display: block; }
      @media (max-width: 480px) {
        .works_images_list li:not(:nth-child(1)) img {
          width: 100%; } }
    .works_images_list li:not(:nth-child(1)).tate img {
      height: auto;
      width: 100%; }
@media (max-width: 480px) {
  .works_images_list .custom-slick-prev,
  .works_images_list .custom-slick-next {
    width: 20px;
    position: absolute;
    top: 37%;
    z-index: 1; } }
@media (max-width: 480px) {
  .works_images_list .custom-slick-prev img,
  .works_images_list .custom-slick-next img {
    width: 100%;
    display: block; } }
@media (max-width: 480px) {
  .works_images_list .custom-slick-prev:hover,
  .works_images_list .custom-slick-next:hover {
    cursor: pointer; } }
@media (max-width: 480px) {
  .works_images_list .custom-slick-prev {
    left: 5px; } }
@media (max-width: 480px) {
  .works_images_list .custom-slick-next {
    right: 5px; } }
@media (max-width: 480px) {
  .works_images_list .slick-counter {
    text-align: center;
    padding-top: 10px; } }

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