@charset "UTF-8";
/* CSS Document */

    #wrap .content--inner {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto; }
    #wrap #mv-content {
      width: 100%;
      margin-top: 86px;
      background: linear-gradient(to right, #e5f5f2, #b0e4ed); }
      #wrap #mv-content .content--inner {
        padding: 30px 0; }
      #wrap #mv-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
        text-align: left; }
      #wrap #mv-content p {
        font-size: 18px;
        font-weight: 500;
        margin-top: 0.556em; }
    #wrap .topic-path {
      font-size: 12px;
      max-width: 1090px;
      width: 100%;
      margin: 0 auto;
      padding: 0.767em 0; }
      #wrap .topic-path li {
        line-height: 1.8;
        display: inline-block;
        margin-right: .35em; }
        #wrap .topic-path li::after {
          content: ">";
          padding-left: .6em; }
        #wrap .topic-path li:last-child {
          margin: 0; }
          #wrap .topic-path li:last-child::after {
            content: none;
            padding: 0; }
        #wrap .topic-path li a {
          display: inline; }

  #cases {
    padding-bottom: 80px;
  }
  #cases h2 {
    font-size: 27px;
    letter-spacing: 0.09em;
    padding-left: 1.375em;
    border-left: solid 7px #00B29E;
    text-align: left;
    margin: 60px 0 0;
  }
  .case {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin-right: 7.5%;
    margin-top: 60px;
  }
  .case:nth-of-type(3n) {
    margin-right: 0;
  }
  .case .company {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: .5em;
  }
  .case .img img {
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
  }
  .case h3 {
    font-size: 18px;
    line-height: 1.778;
    margin-top: 1.7em;
    height: 96px;
  }
  .case .data {
    font-size: 14px;
    line-height: 1.875;
    margin-top: 1.5em;
  }
    .case .data p {
      margin-bottom: 5px;
      display: flex;
      align-items: center;
    }
    .case .data span.title {
      background: #00B29E;
      color: #fff;
      margin-right: 5px;
      border-radius: 5px;
      text-align: center;
      flex-basis: 80px;
    }
    .case .data span.content {
      display: inline-block;
      flex-basis: calc(100% - 80px);
      line-height: 1.2;
    }
  .case .link {
    color: #00B29E;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5em;
    text-decoration: underline;
    margin-top: 1.8em;
  }
  .case:hover .link {
    text-decoration: none;
  }
  .case .link span::after {
    vertical-align: bottom;
    content: "";
    display: inline-block;
    width: 1.571em;
    height: 1.5em;
    margin-left: 0.8em;
    background: url(/wp-content/themes/loov-video2025/img/case/arrow.png) no-repeat center center;
    background-size: contain;
  }

/*-- SP --*/

@media screen and (max-width: 980px) {
    #wrap .content--inner {
      width: calc(650 *(100vw/750));
      margin: 0 auto; }
    #wrap #mv-content {
      padding:20px }
      #wrap #mv-content .content--inner {
        padding: 0; }
        #wrap #mv-content h2 {
          font-size: 22px;
        }
      #wrap #mv-content p {
        font-size:16px; }
    #wrap .topic-path {
      font-size: max(1.6vw, 11px);
      padding: 0.767em calc(20 *(100vw/750)); }
      #wrap .topic-path li {
        line-height: 1.8;
        display: inline-block;
        margin-right: .35em; }
        #wrap .topic-path li::after {
          content: ">";
          padding-left: .6em; }
        #wrap .topic-path li:last-child {
          margin: 0; }
          #wrap .topic-path li:last-child::after {
            content: none;
            padding: 0; }
      #wrap .topic-path a {
        display: inline; }


  #cases h2 {
    font-size: max(2.93vw, 16px);
    margin: calc(40 * (100vw / 750)) 0 0;
  }

  .case {
    margin-top: 30px;
    width: 100%;
  }
  .case + .case {
    margin-top: 60px;
  }
  .case .company {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: .5em;
  }
  .case .img img {
    width: 100%;
  }
  .case h3 {
    font-size: 18px;
    line-height: 1.778;
    margin-top: .5em;
  }
  .case .data {
    font-size: 14px;
    line-height: 1.875;
    margin-top: .5em;
  }
  .case .data p {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
  .case .data span.title {
    background: #00B29E;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
    text-align: center;
    flex-basis: 80px;
  }
  .case .data span.content {
    display: inline-block;
    flex-basis: calc(100% - 80px);
    line-height: 1.2;
  }
  .case .link {
    color: #00B29E;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5em;
    text-decoration: underline;
    margin-top: 1.8em;
  }
  .case:hover .link {
    text-decoration: none;
  }
  .case .link span::after {
    vertical-align: bottom;
    content: "";
    display: inline-block;
    width: 1.571em;
    height: 1.5em;
    margin-left: 0.8em;
    background: url(../img/arrow.png) no-repeat center center;
    background-size: contain;
  }
}
/*-- PICK UP --*/

  #pickups h2 {
    font-size: 27px;
    letter-spacing: 0.09em;
    padding-left: 1.375em;
    border-left: solid 7px #00B29E;
    text-align: left;
    margin: 60px 0 0;
  }
  @media screen and (max-width: 980px) {
    #pickups h2 {
      font-size: max(2.93vw, 16px);
      margin: calc(40 * (100vw / 750)) 0 0;
    }
  }
  #pickups a {
    margin: 60px 1.5rem 0;
    background-color: #F3F4F0;
    border-radius: 10px;
    opacity: .6;
  }
  @media screen and (max-width: 980px) {
    #pickups a {
      margin: 30px .5rem 0;
    }
  }
  #pickups a.slick-center {
    opacity: 1;
  }
  #pickups a:hover {
    filter: none;
    background-color: #F7F8F5;
  }
  #pickups a .flex-box {
    align-items: flex-start;
    padding: 30px;
    gap: 30px;
  }
  #pickups a .img {
    flex-basis: 45%;
  }
  #pickups a .img img {
    height: auto;
  }
  #pickups a:hover .img img {
    filter: brightness(110%);
  }
  #pickups a .text {
    flex-basis: 55%;
  }
  #pickups a .text .company {
    text-align: left;
    font-size: 14px;
  } 
  #pickups a .text h3 {
    margin-top: .5em;
    height: auto;
  }
  #pickups a .text .data {
    margin: .5em 0;
  }
  #pickups a .text .data span.title {
    font-size: 13px;
    padding: 0 10px;
  }
  #pickups a .text .link {
    margin-top: .5em;
    text-align: right;
  }
  .slick-dots li.slick-active button:before {
    color: #54A99F;
  }