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

/*--  cta-btn  --*/
  section.cta-btn {
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    color: #fff;
  }
  @media screen and (min-width: 981px) {
    section.cta-btn .cont-inner {
      justify-content: center;
      gap: 40px;
    }
    section.cta-btn .img {
      width: 500px;
    }
    section.cta-btn p .logo {
      width: 360px;
      margin-bottom: 30px;
    }
    section.cta-btn a {
      height: 86px;
      align-items: center;
      justify-content: center;
      display: flex;
    }
    section.cta-btn a .default {
      width: 336px;
    }
    section.cta-btn a .hover {
      display: none;
    }
    section.cta-btn a:hover .default {
      display: none;
    }
    section.cta-btn a:hover .hover {
      display: initial;
      width: 344px;
    }
  }
  @media screen and (max-width: 980px) {
    section.cta-btn .sp-only {
      padding: 48px 16px;
      display: block;
    }
    section.cta-btn .sp-only .flex-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
    }
    section.cta-btn .sp-only .flex-box .doc {
      flex-basis: 45%;
      width: 45%;
    }
    section.cta-btn .sp-only .flex-box .logo {
      flex-basis: 50%;
      width: 50%;
    }
  }
  
  

/*--  mv  --*/
  #mv-content {
    width: 100%;
    margin-top: 86px;
    position: relative;
  }
  @media screen and (max-width: 980px) {
    #mv-content {
      margin-top: 30px;
    }
  }
  #mv-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/wp-content/themes/loov-video2025/img/TOP/mv-bg.png);
    background-repeat: no-repeat;
    background-size: 115%;
    background-position: center center;
    mask-image: linear-gradient(to right, #000 40%, transparent 60%);
    mask-size: 280% 100%;
    mask-position: 100% 0;
    animation: reveal-left-to-right 2s forwards;
  }  
  @media screen and (max-width: 980px) {
      #mv-content::before {
          background-size: cover;
      }
  }
  @keyframes reveal-left-to-right {
    0% {
      mask-position: 100% 0;
    }
    100% {
      mask-position: 0% 0;
    }
  }
  #mv-content .mv-content--inner {
    margin: auto;
  }
  @media screen and (min-width: 981px) {
    #mv-content .mv-content--inner {
      width: 1280px;
      justify-content: space-between;
      padding: 120px 0;
    }
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      padding: 40px 0 30px;
    }
  }
  #mv-content .mv-content--inner .mv-content--inner-1 {
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner .mv-content--inner-1 {
      width: 100%;
      padding-bottom: 0;
    }
  }
  #mv-content .mv-content--inner h2 {
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner h2 {
      text-align: center;
      line-height: 1.4;
      margin-bottom: 0;
    }
  }
  #mv-content .mv-content--inner h2 .line1 {
    font-size: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner h2 .line1 {
      font-size: 6vw;
      justify-content: center;
    }
  }
   #mv-content .mv-content--inner h2 .line1 img {
    height: 45px;
  }
  #mv-content .mv-content--inner h2 .line2 {
    font-size: 55px;
    line-height: 1.4;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner h2 .line2 {
      font-size: 12vw;
      line-height: 1.2;
    }
  }
  #mv-content .mv-content--inner h2 .line2 .loov {
    font-size: 78px;
    margin-left: -40px;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner h2 .line2 .loov {
      font-size: 18vw;
    }
  }
  #mv-content .mv-content--inner h2 .line2 .narrow {
    letter-spacing: -.5em;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner p.img {
      display: flex;
      gap: 10px;
      justify-content: center;
    }
    #mv-content .mv-content--inner p.img img {
      height: 50px;
    }
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner .mv-btn {
      margin: 20px auto 0;
      width:95%;
    }
  }
  #mv-content .mv-content--inner .mv-btn a {
    background: linear-gradient(326.26deg, #53BA9B 0%, #4FBBDE 100%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    height:103px;
    align-items: center;
    border-radius:50px;
    padding:0 0 0 32px;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner .mv-btn a {
      height:90px;
      padding: 0 0 0 13px;
    }
  }
  #mv-content .mv-content--inner .dl-cover {
    width:200px;
    margin-bottom:30px;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner .dl-cover {
      width: 80px;
      margin: 0;
    }
  }
  #mv-content .mv-content--inner .dl-txt {
    padding:0 32px 0 15px;
    flex:1;
    color:#fff;
    font-size:21px;
    font-weight:700;
    line-height:1.4;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner .dl-txt {
      padding: 0 10px 0 5px;
      font-size: 4vw;
    }
  }
  #mv-content .mv-content--inner .dl-txt span {
    font-size:13px;
    font-weight:300;
    display: block;
    margin:8px 0 0;
    padding:8px 0 0;
    border-top:1px solid #fff;
  }
  #mv-content .mv-content--inner div.img {
    flex-basis: 600px;
  }
  @media screen and (max-width: 980px) {
    #mv-content .mv-content--inner div.img {
      flex-basis: auto;
      padding: 10px 30px;
    }
  }

/*--  add-company  --*/

  .add-company {
    width: 100%;
    height: auto;
    padding: 50px 0 40px 0;
  }
  @media screen and (max-width: 980px) {
    .add-company {
      padding: 40px 0;
    }
  }
  .add-company .add-company--inner-1 .add-company--inner-2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .add-company .add-company--inner-1 .add-company--inner-2 figure {
    margin: 0 5px;
  }
  .add-company .add-company--inner-1 .add-company--inner-2 img {
    border-radius:6px;
    margin-bottom: 12px;
  }
  @media screen and (max-width: 980px) {
    .add-company .add-company--inner-1 .add-company--inner-2 img {
      margin-bottom: 0;
    }
  }
  .add-company .add-company--inner-1 .add-company--inner-2:after {
    content: "";
    display: block;
    width: 60%;
    height: 0;
  }

/*--  cont2  --*/

  section.cont2 {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/common-bg.png);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
  }
  section.cont2 h3 {
    text-align: center;
    font-size: 24px;
    margin-top: 40px;
  }
  section.cont2 dl {
    width: 80%;
    margin: 0 auto;
  }
  @media screen and (max-width: 980px) {
    section.cont2 dl {
      width: 100%;
    }
  }
  section.cont2 dt {
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    font-size: 18px;
  }
  section.cont2 img {
    margin: 20px auto;
  }

/*--  cont3  --*/

  section.cont3 {
  }
  section.cont3 .movie {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
  }

/*--  cont4  --*/

  section.cont4 {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont4-bg.png);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: right top 80%;
  }
  @media screen and (max-width: 980px) {
    section.cont4 {
        background-size: 230%;
        background-position: center center;
    }
  }
  @media screen and (min-width: 981px) {
    section.cont4 .feature {
      margin-top: 60px;
      gap: 5%;
    }
  }
  section.cont4 .feature img {
    width: 650px;
    box-shadow: 0px 0px 16px 0px #00000026;
    border-radius: 20px;
  }
  @media screen and (max-width: 980px) {
    section.cont4 .feature img {
      margin-top: 10px;
    }
  }
  section.cont4 .feature dt {
    margin-bottom: 20px;
    font-weight: bold;
  }
  section.cont4 .feature dt .line1 {
    font-size: 36px;
    color: #00B29E;
  }
  section.cont4 .feature dt .line1 span {
    font-size: 16px;
  }
  section.cont4 .feature dt .line2 {
    font-size: 24px;
  }
  @media screen and (max-width: 980px) {
    section.cont4 .feature dt .line2 {
      font-size: 20px;
    }
  }

/*--  cont5  --*/

  section.cont5 {
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    color: #fff;
  }
  section.cont5 p {
    font-size: 18px;
    text-align: center;
  }
  section.cont5 .flex-box {
    align-items: stretch;
    margin-top:60px;
    justify-content: space-between;
    color: #222222;
  }
  @media screen and (max-width: 980px) {
    section.cont5 .flex-box {
      margin-top: 20px;
    }
  }
  section.cont5 dl {
    flex-basis: calc(20% + 40px);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 16px 0px #00000026;
  }
  @media screen and (max-width: 980px) {
    section.cont5 dl + dl {
      margin-top: 20px;
    }
  }
  section.cont5 dl dt {
    text-align: center;
  }
  section.cont5 dl dt .text {
    border-radius: 20px;
    border: solid 1px;
    padding: 2px 10px;
    font-size: 90%;
  }  
  section.cont5 dl dt .img-text {
    height: 40px;
    padding-top: 5px;
    max-width: 100%;
  }
  @media screen and (max-width: 980px) {
    section.cont5 dl dt .img-text {
      padding: 10px 0 0;
    }
  }
  section.cont5 dl dt .img-img {
    padding: 0 0 10px;
  }
  section.cont5 dl dd a {
    color: #fff;
    font-size: 18px;
    background: linear-gradient(326.26deg, #53BA9B 0%, #4FBBDE 100%);
    text-align: center;
    border-radius: 30px;
    margin-top: 20px;
    padding: 4px 0 6px;
    box-shadow: 0px 5px 8px 0px #00000026;
  }

/*--  common-bg cont6&7  --*/

  div.common-bg {
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/common-bg.png);
      background-attachment: fixed;
      background-size: cover;
  }
/*--  cont6  --*/

  section.cont6 {
    
  }
  section.cont6 .cont-inner:first-child {
    padding-bottom: 0;
  }
  section.cont6 a {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 8px 8px 8px 0px #00000026;
    margin: 0 15px;
  }
  section.cont6 a img {
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    height: 184px;
  }
  section.cont6 a .box-tex {
    padding: 20px;
  }
  section.cont6 a:hover .box-tex {
    opacity: .8;
  }
  section.cont6 a .box-tex h3 {
    font-size: 18px;
  }
  section.cont6 a .box-tex dt {
    font-weight: bold;
    padding: 15px 0;
  }
  section.cont6 a .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;
  }
  section.cont6 a:hover .link {
    text-decoration: none;
  }
  section.cont6 a .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/TOP/arrow.png) no-repeat center center;
    background-size: contain;
}
  section.cont6 .slick-track {
    display: flex;
    padding-bottom: 10px;
  }
  section.cont6 .slick-slide {
    height: auto !important;
  }
  section.cont6 .slider .slick-list {
    width: 85%;
    margin: 0 auto;
  }
  section.cont6 .slick-next, section.cont6 .slick-prev {
    display: none !important;
  }
  /*section.cont6 .slick-next:before, section.cont6 .slick-prev:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 0.8em;
    background: url(/wp-content/themes/loov-video2025/img/TOP/arrow-circle-right.png) no-repeat center center;
    background-size: contain;
  }
  section.cont6 .slick-prev:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 0.8em;
    background: url(/wp-content/themes/loov-video2025/img/TOP/arrow-circle-left.png) no-repeat center center;
    background-size: contain;
  }
  section.cont6 .slick-dots li button:before {
    color: #54A99F;
  }*/
  section.cont6 .pickup a {
    position: relative;
    justify-content: right;
    margin: 35px 2.8rem;
    display: flex;
    opacity: .6;
  }
  @media screen and (max-width: 980px) {
    section.cont6 .pickup a {
      margin: 20px .8rem 0;
      display: block;
    }
  }
  section.cont6 .pickup a.slick-center {
    opacity: 1;
  }
  section.cont6 .pickup a figure {
    position: absolute;
    width: 48%;
    top: -40px;
    left: -80px;
  }
  @media screen and (max-width: 980px) {
    section.cont6 .pickup a figure {
      width: 100%;
      margin: 0 auto;
      top: -20px;
      left: -20px;
    }
  }
  section.cont6 .pickup a figure img {
    height: auto;
  }
  section.cont6 .pickup a .box-tex {
    flex-basis: 60%;
  }
  @media screen and (max-width: 980px) {
    section.cont6 .pickup a .box-tex {
      padding-top: 250px;
    }
  }
  section.cont6 .pickup a .box-tex h3 {
    font-size: 16px;
  }
  section.cont6 .pickup a .box-tex dt {
    font-size: 20px;
  }
  section.cont6 .link-all {
    margin-top: 60px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  @media screen and (max-width: 980px) {
    section.cont6 .link-all {
      font-size: 16px;
      margin-top: 30px;
    }
  }  
  section.cont6 .link-all a {
    background-color: transparent;
    box-shadow: none;
    color: #00B29E;
  }
  section.cont6 .link-all a: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/TOP/arrow-circle-right.png) no-repeat center center;
    background-size: contain;
  }

/*--  cont7  --*/

  section.cont7 {
    
  }
  section.cont7 .flow {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 5px 8px 0px #00000026;
    margin: 0 auto 35px;
    padding: 30px 80px;
    gap: 60px;
    position: relative;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow {
      display: flex;
      flex-direction: column;
      padding: 20px;
      gap: 15px;
      align-items: center;
      width: 100%;
      margin: 0 auto 25px;
    }
  }
  section.cont7 .flow dt {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #27C5BD;
    line-height: 1;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow dt {
      font-size: 18px;
      margin-bottom: 15px;
    }
  }
  section.cont7 .flow dt .step {
    background: linear-gradient(326.26deg, #4FBBDE 0%, #53BA9B 100%);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 2px;
    width: 120px;
    border-radius: 80px;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow dt .step {
      margin-bottom: 15px;
    }
  }
  section.cont7 .flow dt .step .text {
    font-size: 16px;
    padding-top: 2px;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow dt .step .text {
      font-size: 14px;
    }
  }
  section.cont7 .flow dt .step .no {
    font-size: 28px;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow dt .step .no {
      font-size: 20px;
    }
  }
  section.cont7 .flow dd {
    font-weight: 500;
  }    
  @media screen and (min-width: 981px) {
    section.cont7 .flow dd {
      margin-top: 20px;
    }
  }  
  section.cont7 .flow .img {
    box-shadow: 4px 4px 20px 0px #00000033;
    width: 480px;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow .img {
    }
  }
  section.cont7 .flow .down {
    position: absolute;
    width: 60px;
    left: calc(50% - 30px);
    bottom: -30px;
  }
  @media screen and (max-width: 980px) {
    section.cont7 .flow .down {
      width: 40px;
      left: calc(50% - 20px);
      bottom: -20px;
    }
  }
