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

.topic-path,
#column-article-content h1,
#column-article-content .column-date {
	display: none;
}
    #wrap .content--inner {
      max-width: 1090px;
      width: 100%;
      margin: 0 auto; }
    #wrap #mv-content {
      margin: 86px calc(50% - 50vw) 0;
      width: 100vw;
      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; }

  .items {
    padding-bottom: 80px;
  }
  .item {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin-right: 7.5%;
    margin-top: 60px;
  }
  .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .item .img img {
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
  }
  .item h3 {
    font-size: 18px;
    line-height: 1.778;
    margin-top: 1.7em;
  }
  .item .detail {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 1.5em;
  }
  .item .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;
  }
  .item:hover .link {
    text-decoration: none;
  }
  .item .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/common/articles_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; }


  .item {
    margin-top: 30px;
    width: 100%;
  }
  .item + .item {
    margin-top: 60px;
  }
  .item .company {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-bottom: .5em;
  }
  .item .img img {
    width: 100%;
  }
  .item h3 {
    font-size: 18px;
    line-height: 1.778;
    margin-top: .5em;
  }
  .item .detail {
    font-size: max(1.87vw, 12px);
  }
  .item .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;
  }
  .item:hover .link {
    text-decoration: none;
  }
  .item .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;
  }
}


section.cta-btn {
    background: linear-gradient(326.26deg, #53BA9B 0%, #4FBBDE 100%);
    color: #fff;
  }
  section.cta-btn .cont-inner {
    justify-content: center;
    gap: 40px;
  }
  @media screen and (min-width: 980px) {
	section.cta-btn .cont-inner {
	  padding: 40px 0;
	}
  }
  section.cta-btn img {
    width: 500px;
  }
  section.cta-btn dt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 980px) {
    section.cta-btn dt {
      font-size: 5.5vw;
      margin-bottom: 15px;
    }
  }
  section.cta-btn dt::before,
  section.cta-btn dt::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #FFF;
    margin: 0px 4px 4px;
  }   
  section.cta-btn dt::before {
    transform: rotate(45deg);
  }   
  section.cta-btn dt::after {
    transform: rotate(-45deg);
  }
  section.cta-btn a {
    background-color:#fff;
    box-shadow: 0px 5px 8px 0px #00000026;
    color: rgba(39, 197, 189, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 20px 0;
    font-weight: bold;
    width: 480px;
    font-size: 24px;
  }
  @media screen and (max-width: 980px) {
    section.cta-btn a {
      width: 100%;
      font-size: 20px;
    }
  }   
  section.cta-btn a::before {
    content: "";
    background: no-repeat url(/common/img/icon_download_GR.png) 0 0 / contain;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 12px 0 0;
  }
