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

/*--  common  --*/

html { scroll-behavior: smooth;}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.UD {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Futura {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Futura-demi {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.cont-inner {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .cont-inner {
    width: 100%;
    padding: 80px 40px;
  }
}
@media screen and (max-width: 480px) {
  .cont-inner {
    padding: 64px 16px;
  }
}
h2 {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: normal;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.align-center {
  text-align: center;
}
.GR {
  color: rgba(23, 173, 173, 1);
}
@media screen and (max-width: 960px) {
  .pc-only-min960 {
    display: none;
  }
}
.sp-only-max960 {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp-only-max960 {
    display: initial;
  }
}
@media screen and (max-width: 480px) {
  .pc-only-min480 {
    display: none;
  }
}
.sp-only-max480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-only-max480 {
    display: initial;
  }
}

.common-bg {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/common-bg.png);
    background-attachment: fixed;
    background-size: cover;
}
/*--  mv  --*/
  #mv-content {
    overflow: clip;
    position: relative;
    display: flex;
    justify-content: center;
  }
  #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: 960px) {
    #mv-content::before {
      background-size: cover;
    }
  }
  @keyframes reveal-left-to-right {
    0% {
      mask-position: 100% 0;
    }
    100% {
      mask-position: 0% 0;
    }
  }
  #mv-content::-webkit-scrollbar {
    display: none;
  }
  #mv-content .mv-content--inner {
    display: flex;
    max-width: 1280px;
    gap: 56px;
    margin: 170px 0 120px 120px;
    opacity: 0;
    transform: translateY(30px);
    transition: none;
    animation: content-slide-up 1.5s cubic-bezier(0.25, 1, 0.5, 1) 2s forwards;
    align-items: center;
  }
  @keyframes content-slide-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
  @media screen and (max-width: 960px) {
    #mv-content .mv-content--inner {
      display: block;
      text-align: center;
      margin: 100px 40px 40px;
    }
  }
  @media screen and (max-width: 480px) {
    #mv-content .mv-content--inner {
      margin: 80px 16px 16px;
    }
  }
  @media screen and (min-width: 440px) {
    #mv-content .text {
      min-width: 400px;
    }
  }
  #mv-content h2 {
    text-align: left;
    font-size: 46px;
    line-height: 1.4;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  @media screen and (max-width: 960px) {
    #mv-content h2 {
      text-align: center;
      font-size: 40px;
    }
  }
  @media screen and (max-width: 480px) {
    #mv-content h2 {
      font-size: min(7.6vw, 32px);
    }
  }
  #mv-content h2 span {
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    display: inline-block;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 480px) {
    #mv-content h2 span {
      font-size: min(11.5vw, 24px);
    }
  }
  @media screen and (max-width: 960px) {
    #mv-content .sub {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    #mv-content .sub {
      text-align: left;
    }
  }
  @media screen and (max-width: 480px) {
    #mv-content .sub br {
      display: none;
    }
  }
  #mv-content a {
    margin-top: 24px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    display: flex;
    align-items: center;
    height: 86px;
  }
  @media screen and (max-width: 960px) {
    #mv-content a {
      display: block;
      margin: 40px auto;
    }
  }  
  #mv-content a .default {
    width: 336px;
  }
  #mv-content a:hover .default {
    display: none;
  }
  #mv-content a .hover {
    display: none;
  }
  #mv-content a:hover .hover {
    display: initial;
    width: 344px;
  }
  
  #mv-content .kv {
    max-height: 410px;
    height: auto;
    width: 100vw;
    border-radius: 8px;
  }
  #mv-content .kv {
    width: auto;
  }

/*--  add-company  --*/

  .add-company {
    padding: 24px 0;

  }

/*--  cont1  --*/
  .cont1 h2 {
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .cont1 h2 {
      font-size: 16px;
    }
  }
  .cont1 .movie {
    box-shadow: -4px 4px 64px -8px rgba(0, 0, 0, 0.15);
  }

/*--  cont2  --*/
  .cont2 {
    background: url(/wp-content/themes/loov-video2025/img/TOP/cont2-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cont2 .flex {
    display: flex;
    gap: 80px;
    align-items: flex-start;
  }
  @media screen and (max-width: 960px) {
    .cont2 .flex {
      display: block;
    }
  }
  .cont2 .flex h2 {
    flex-basis: 280px;
    text-align: left;
    line-height: 1;
    margin-bottom: 56px;
  }
  @media screen and (max-width: 960px) {
    .cont2 .flex h2 {
      text-align: center;
    }
  }
  .cont2 .flex h2 span {
    font-size: 47.5px;
	color: #00233d;
  }
  @media screen and (max-width: 480px) {
    .cont2 .flex h2 span {
      font-size: 40px;
    }
  }
  .cont2 .flex h2 img {
    padding: 24px 0;
  }
  @media screen and (max-width: 960px) {
    .cont2 .flex h2 img {
      width: 280px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont2 .flex h2 img {
      width: 220px;
    }
  }
  .cont2 .flex p {
    flex-basis: 540px;
  }
  @media screen and (max-width: 960px) {
    .cont2 .flex p {
      margin-bottom: 40px;
      font-size: 16px;
    }
  }

/*--  cont3  --*/

  .cont3 {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont4-bg.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right top 80%; 
  }
  @media screen and (max-width: 480px) {
    .cont3 {
      background-size: 230%;
      background-position: center center;
    }
  }
  .cont3 .item {
    margin-top: 100px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }
  @media screen and (max-width: 960px) {
    .cont3 .item {
      margin-top: 80px;
    }
  }
  @media screen and (max-width: 680px) {
    .cont3 .item {
      display: block;
      margin-top: 40px;
    }
  }
  .cont3 dl {
    flex-basis: 430px;
  }
  .cont3 dt {
    font-size: 24px;
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 480px) {
    .cont3 dt {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 960px) {
    .cont3 dd p {
      font-size: 16px;
    }
  }
  .cont3 dd ul {
    margin-top: 24px;
  }
  .cont3 dd ul li {
    display: flex;
    font-weight: bold;
    justify-content: left;
    gap: 8px;
    margin-bottom: 9px;
  }
  @media screen and (max-width: 960px) {
    .cont3 dd ul li {
      font-size: 16px;
    }
  }
  .cont3 dd ul li:before {
    content: "";
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont3-check.png);
    background-size: cover;
    width: 24px;
  }
  .cont3 .img {
    flex-basis: 430px;
    position: relative;
  }
  @media screen and (max-width: 640px) {
    .cont3 .img {
      padding: 20px 0 40px;
    }
  }
  .cont3 .img .main {
    backdrop-filter: blur(20px);
  }
  .cont3 .img .number {
    position: absolute;
    bottom: -25px;
    height: 69px;
    width: auto;
  }
  @media screen and (max-width: 640px) {
    .cont3 .img .number {
      bottom: 45px;
      height: 50px;
    }
  }
  .cont3 .first .img .number {
    right: 10px;
  }
  .cont3 .second .img .number {
    left: 0;
  }
  .cont3 .third .img .number {
    right: 10px;
  }

/*--  cont4  --*/

  .cont4 .cont-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 960px) {
    .cont4 .cont-inner {
      justify-content: left;
    }
  }
  @media screen and (max-width: 680px) {
    .cont4 .cont-inner {
      padding-top: 0;
    }
  }
  .cont4 .cont-inner a {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-basis: 195px;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    border-radius: 12px;
    height: 58px;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 960px) {
    .cont4 .cont-inner a {
      margin-right: 24px;
      flex-basis: calc((100% - 48px) / 3);
      margin-bottom: 24px;
      font-size: 16px;
    }
    .cont4 .cont-inner a:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .cont4 .cont-inner a {
      margin-right: 16px;
      flex-basis: calc((100% - 16px) / 2);
      margin-bottom: 16px;
    }
    .cont4 .cont-inner a:nth-child(3n) {
      margin-right: 16px;
    }
    .cont4 .cont-inner a:nth-child(2n) {
      margin-right: 0;
    }
  }
  .cont4 .cont-inner a:hover {
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cont4 .cont-inner a img {
    width: 24px;
    height: 24px;
  }
  .cont4 .cont-inner a img.hover {
    display: none;
  }
  .cont4 .cont-inner a:hover img.normal {
    display: none;
  }
  .cont4 .cont-inner a:hover img.hover {
    display: initial;
  }

/*--  cont5  --*/
  @media screen and (min-width: 961px) {
    .cont5 .cont-inner {
      padding: 100px 0;
    }
  }
  .cont5 .categorys {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys {
      display: block;
    }
  }
  .cont5 .categorys a {
    position: relative;
    margin-bottom: 140px;
  }
  .cont5 .categorys a div {
    position: relative;
    width: 390px;
    height: 320px;
    padding: 20px 32px;
    border-radius: 20px;
    background-size: cover;
    margin-right: 40px;
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a div {
      width: calc(100% - 40px);
    }
  }
  .cont5 .categorys a.sales div {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-1.png);
  }
  .cont5 .categorys a.marketing div {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-2.png);
  }
  .cont5 .categorys a.cs div {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-3.png);
  }
  .cont5 .categorys a.hr div {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-4.png);
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a.sales div {
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-1-sp.png);
    }
    .cont5 .categorys a.marketing div {
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-2-sp.png);
    }
    .cont5 .categorys a.cs div {
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-3-sp.png);
    }
    .cont5 .categorys a.hr div {
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-4-sp.png);
    }
  }
  .cont5 .categorys a div p {
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: space-between;
    font-size: 32px;
    width: calc(100% - 64px);
    align-items: center;
  }
  .cont5 .categorys a div p img {
    width: 13px;
    height: 13px;
  }
  .cont5 .categorys a div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }
  .cont5 .categorys a:hover div:before {
    background-color: none;
  }
  .cont5 .categorys a dl {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 32px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    width: 390px;
    left: 40px;
    bottom: -100px;
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a dl {
      width: calc(100% - 40px);
    }
  }
  .cont5 .categorys a.cs dl {
    height: 225px;
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a.cs dl {
      height: auto;
    }
  }
  .cont5 .categorys a.hr dl {
    height: 225px;
  }
    @media screen and (max-width: 960px) {
    .cont5 .categorys a.hr dl {
      height: auto;
    }
  }
  .cont5 .categorys a dt {
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: bold;
    line-height: 1;
  }
  @media screen and (max-width: 480px) {
    .cont5 .categorys a dt {
      line-height: 1.6;
      margin-top: -10px;
      padding-bottom: 8px;
    }
  }
  .cont5 .categorys a dt span {
    font-size: 32px;
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .cont5 .categorys a.cs dt span {
    padding-bottom: 16px;
    display: inline-block;
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a.cs dt span {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a dd ul {
      display: flex;
      flex-wrap: wrap;
    }
  }
  .cont5 .categorys a dd li {
    display: flex;
    justify-content: left;
    gap: 4px;
    padding-top: 6px;
    align-items: center;
  }
  @media screen and (max-width: 960px) {
    .cont5 .categorys a dd li {
      margin-right: 20px;
    }
  }
  .cont5 .categorys a dd li:before {
    content: "";
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont5-check.png);
    background-size: cover;
    width: 14px;
    height: 14px;
  }
  @media screen and (max-width: 960px) {
    .cont5 p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont5 p {
      text-align: left;
    }
  }
  .cont5 p.first {
    margin-bottom: 60px;
  }
  .cont5 p.second {
    margin: 40px auto 20px;
  }

/*--  cont6  --*/
  @media screen and (min-width: 961px) {
    .cont6 .cont-inner {
      padding: 100px 0;
    }
  }
  @media screen and (max-width: 960px) {
    .cont6 p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont6 p {
      text-align: left;
    }
  }
  .cont6 .effect {
    display: flex;
    border: 2px solid rgba(23, 173, 173, 1);
    border-radius: 20px;
    padding: 40px;
    gap: 40px;
    align-items: center;
    margin: 40px auto;
    background-color: #fff;
  }
  @media screen and (max-width: 960px) {
    .cont6 .effect {
      display: block;
      text-align: center;
      padding: 24px 24px 16px;
    }
  }
  .cont6 .effect img {
    flex-basis: 320px;
    width: 320px;
  }
  @media screen and (max-width: 960px) {
    .cont6 .effect img {
      width: 240px;
    }
  }
  .cont6 .effect dl {
    flex-basis: 460px;
  }
  .cont6 .effect dl dt.UD {
    font-size: 24px;
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 960px) {
    .cont6 .effect dl dt.UD {
      margin: 16px auto;
      font-size: 20px;
    }
  }
  @media screen and (max-width: 960px) {
    .cont6 .effect dl dd p {
      text-align: left;
      font-size: 16px;
    }
  }
  .cont6 .effect dl dd ul {
    margin-top: 24px;
  }
  @media screen and (max-width: 960px) {
    .cont6 .effect dl dd ul {
      margin-top: 16px;
    }
  }
  .cont6 .effect dl dd ul li dl {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    margin-bottom: 8px;
  }
  .cont6 .effect dl dd ul li dt {
    background: rgba(12, 123, 123, 1);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 114px;
    border-radius: 12px;
    font-weight: bold;
  }
  .cont6 .effect dl dd ul li dd {
    font-weight: bold;
    flex-basis: calc(100% - 110px - 8px);
    text-align: left;
  }
  @media screen and (max-width: 960px) {
    .cont6 .effect dl dd ul li dd {
      font-size: 16px;
    }
  }

/*--  cont7  --*/
  .cont7 .cont-inner.top {
    padding-bottom: 40px;
  }
  @media screen and (max-width: 960px) {
    .cont7 p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont7 p {
      text-align: left;
    }
  }
  .cont7 .slider_pickup .slick-track {
    display: flex;
  }
  .cont7 .slider_pickup .slick-track .slick-slide {
    height: auto !important;
  }
  .cont7 .pickup {
    box-shadow: 12px 6px 48px -24px rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin: 20px 15px 30px;
  }
  @media screen and (min-width: 960px) {
    .cont7 .pickup {
      max-width: 712px !important;
      box-sizing: border-box;
    }
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup {
      padding: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont7 .pickup {
      margin: 0 10px 25px;
    }
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .tag {
      text-align: left;
    }
  }
  .cont7 .pickup .tag span {
    border-radius: 16px;
    border: 1px solid rgba(23, 173, 173, 1);
    color: rgba(23, 173, 173, 1);
    display: inline-block;
    padding: 2px 16px;
    font-size: 14px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .tag span {
      margin-bottom: 16px;
    }
  }
  .cont7 .pickup h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup h3 {
      text-align: left;
      margin-bottom: 16px;
      font-size: 16px;
    }
  }
  .cont7 .pickup .bg {
    background: rgba(225, 243, 244, 1);
    border-radius: 16px;
  }
  .cont7 .pickup .flex {
    display: flex;
    justify-content: space-between;
  }
  .cont7 .pickup .flex dl {
    flex-basis: calc((100% - 8px)/2);
    text-align: center;
    padding: 24px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .flex dl {
      padding: 12px 8px;
    }
  }
  .cont7 .pickup .flex dt {
    font-weight: bold;
    font-size: 20px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .flex dt {
      font-size: 14px;
    }
  }
  .cont7 .pickup .flex dd {
    font-size: 24px;
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .flex dd {
      font-size: 16px;
    }
  }
  .cont7 .pickup .flex dd span {
    font-size: 56px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .flex dd span {
      font-size: 32px;
    }
  }
  .cont7 .pickup .voice {
    position: relative;
    margin: 8px auto 24px;
  }
  .cont7 .pickup .voice dt {
    color: #fff;
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    background: rgba(12, 123, 123, 1);
    border-radius: 12px 0 12px 0;
    padding: 4px 16px;
  }
  .cont7 .pickup .voice dd {
    display: flex;
    padding: 24px 24px 16px;
    justify-content: space-between;
    align-items: center;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .voice dd {
      display: block;
      padding: 40px 16px 12px;
    }
  }
  .cont7 .pickup .voice dd img {
    flex-basis: 72px;
    width: 72px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .voice dd img {
      display: none;
    }
  }
  .cont7 .pickup .voice dd p {
    flex-basis: calc(100% - 100px);
  }
  .cont7 .pickup .company {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .company {
      display: block;
      text-align: center;
    }
  }
  .cont7 .pickup .company img {
    flex-basis: 160px;
    width: 160px;
    border-radius: 12px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .company img {
      display: inline;
    }
  }
  .cont7 .pickup .company dl {
    flex-basis: 295px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .company dl {
      text-align: left;
      margin: 10px auto 5px;
    }
  }
  .cont7 .pickup .company dt {
    font-weight: bold;
  }
  .cont7 .pickup .company dd {
    font-size: 13px;
  }
  .cont7 .pickup .company dd span {
    color: rgba(0, 0, 0, 0.4);
  }
  .cont7 .pickup .company p {
    flex-basis: 112px;
    color: rgba(237, 139, 8, 1);
    border-radius: 8px;
    border: 1px solid rgba(237, 139, 8, 1);
    display: flex;
    padding: 8px 24px;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
  }
  @media screen and (max-width: 960px) {
    .cont7 .pickup .company p {
      justify-content: center;
      gap: 8px;
    }
  }
  .cont7 .pickup .company p img {
    flex-basis: 24px;
    width: 24px;
  }
  .cont7 .pickup .company p img.hover {
    display: none;
    transition: 0.5s;
  }
  .cont7 .pickup:hover .company p {
    color: #fff;
    background-color: rgba(237, 139, 8, 1);
    transition: 0.5s;
  }
  .cont7 .pickup:hover .company p img.normal {
    display: none;
    transition: 0.5s;
  }
  .cont7 .pickup:hover .company p img.hover {
    display: initial;
    transition: 0.5s;
  }
  .slick-next, .slick-prev {
    display: none !important;
  }
  .slick-dots li button:before {
    color: #D1D1D1;
    font-size: 12px;
  }
  .slick-dots li.slick-active button:before {
    color: rgba(23, 173, 173, 1);
  }
  .cont7 .cont-inner.cases {
    padding-bottom: 0;
  }
  @media screen and (max-width: 960px) {
    .cont7 .cont-inner.cases {
      padding: 40px 0 0;
    }
  }
  .cont7 .slider_cases {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cont7 .slider_cases a {
    flex-basis: calc((100% - 60px)/2);
    margin-bottom: 32px;
    padding: 8px;
    border-radius: 12px;
  }
  @media screen and (max-width: 960px) {
    .cont7 .slider_cases a {
      padding: 8px 16px;
      margin-bottom: 20px;
    }
  }
  .cont7 .slider_cases a:hover {
    background: rgba(23, 173, 173, 0.1);
  }
  .cont7 .slider_cases a img {
    border-radius: 12px;
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  @media screen and (max-width: 960px) {
    .cont7 .slider_cases a img {
      height: 175px;
    }
  }
  .cont7 .slider_cases a h3 {
    font-size: 16px;
    padding: 10px 8px 6px;
  }
  .cont7 .slider_cases a p {
    color: rgba(12, 123, 123, 1);
    font-size: 14px;
    font-weight: bold;
    padding: 0 8px;
  }
  .cont7 .cta {
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    color: #fff;
    text-align: center;
    padding: 48px 40px;
    border-radius: 20px;
  }
  @media screen and (max-width: 480px) {
    .cont7 .cta {
      padding: 48px 24px;
    }
  }
  .cont7 .cta h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 480px) {
    .cont7 .cta .text {
      text-align: center;
    }
  }
  .cont7 .cta .link {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
  }
  @media screen and (max-width: 480px) {
    .cont7 .cta .link {
      display: block;
      text-align: center;
    }
  }
  .cont7 .cta .link a {
    position: relative;
  }
  @media screen and (max-width: 480px) {
    .cont7 .cta .link a + a {
      margin-top: 20px;
    }
  }
  .cont7 .cta .link a img {
    height: 62px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  }
  .cont7 .cta .link a img.hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cont7 .cta .link a:hover img.normal {
    transition: .3s;
    opacity: 0;
  }
  .cont7 .cta .link a:hover img.hover {
    transition: .3s;
    opacity: 1;
  }


/*--  cont8  --*/

  @media screen and (max-width: 960px) {
    .cont8 .cont-inner {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .cont8 h2 {
      margin-right: 16px;
      margin-left: 16px;
    }
  }
  @media screen and (max-width: 960px) {
    .cont8 p {
      font-size: 16px;
      margin-right: 40px;
      margin-left: 40px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont8 p {
      text-align: left;
      margin-right: 16px;
      margin-left: 16px;
    }
  }
  .cont8 .seminar {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 2%;
  }
  .cont8 .seminar a {
    flex-basis: 32%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background-color: #fff;
  }
  .cont8 .seminar a:hover {
    box-shadow: none;
  }
  @media screen and (max-width: 960px) {
    .cont8 .seminar a {
      margin: 20px 30px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont8 .seminar a {
      margin: 20px 20px;
    }
  }
  .cont8 .seminar a img {
    border-radius: 12px 12px 0 0;
  }
  .cont8 .seminar a h3 {
    font-size: 16px;
    margin: 24px;
  }
  .cont8 .seminar a:hover h3 {
    color: rgba(23, 173, 173, 1);
  }
  .cont8 .seminar a p {
    font-size: 14px;
    font-weight: bold;
    color: rgba(12, 123, 123, 1);
    margin: 0 24px 24px;
  }
  .cont8 .seminar a p img {
    width: 18px;
    padding-right: 5px;
  }
  .cont8 .cta {
    margin-top: 40px;
    text-align: center;
  }
  .cont8 .cta img {
    display: inline-block;
  }
  .cont8 .cta img {
    height: 62px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  }
  .cont8 .cta a img.hover {
    display: none;
  }
  .cont8 .cta a:hover img.normal {
    display: none;
  }
  .cont8 .cta a:hover img.hover {
    display: initial;
  }

/*--  cont9  --*/

  .cont9 {
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont9-bg.png);
    background-repeat: no-repeat;
    background-size: auto 65%;
    background-position: left top;
  }
  @media screen and (max-width: 960px) {
    .cont9 {
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont9-bg-sp.png);
      background-size: 100%;
      background-position: center top;
    }
  }
  .cont9 .lists {
    display: flex;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @media screen and (max-width: 480px) {
    .cont9 .lists {
      gap: 16px;
    }
  }
  .cont9 dl {
    backdrop-filter: blur(20px);
    box-shadow: 12px 12px 48px 0px rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 20px;
    text-align: center;
    flex-basis: calc((100% - 72px) / 4);
  }
  @media screen and (max-width: 745px) {
    .cont9 dl {
      flex: calc((100% - 24px) / 2);
    }
  }
  @media screen and (max-width: 480px) {
    .cont9 dl {
      border-radius: 8px;
    }
  }
  .cont9 dt {
    color: rgba(23, 173, 173, 1);
    font-weight: 600;
  }
  @media screen and (max-width: 960px) {
    .cont9 dt {
      height: 44.8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .cont9 img {
    width: 75%;
    margin: 16px 0;
  }
  .cont9 dd {
    font-size: 13px;
  }

/*--  cont10  --*/

  .cont10 p {
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
  }
  @media screen and (max-width: 480px) {
    .cont10 p {
      margin-bottom: 40px;
    }
  }
  .cont10 .flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
  }
  @media screen and (max-width: 480px) {
    .cont10 .flow {
      gap: 24px;
      align-items: flex-start;
    }
  }
  .cont10 dl {
    flex-basis: 374px;
  }
  @media screen and (max-width: 960px) {
    .cont10 dl {
      flex-basis: 40%;
    }
  }
  .cont10 dt {
    font-size: 20px;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 480px) {
    .cont10 dt {
      font-size: 16px;
      margin-top: 8px;
    }
  }
  .cont10 span {
    font-size: 32px;
    background: rgba(23, 173, 173, 1);
    padding: 10px 18px;
    border-radius: 100px;
    color: #fff;
    position: relative;
  }
  .cont10 span:after {
    content: "";
    position: absolute;
    display: block;
    height: 280px;
    width: 2px;
    background: rgba(23, 173, 173, 1);
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: auto;
  }
  @media screen and (max-width: 960px) {
    .cont10 span:after {
      height: 230px;
    }
  }
  @media screen and (max-width: 760px) {
    .cont10 span:after {
      height: 164px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont10 span:after {
      height: 400px;
    }
  }
  @media screen and (max-width: 400px) {
    .cont10 span:after {
      height: 360px;
    }
  }
  .cont10 .flow5 span:after {
    content: none;
  }
  .cont10 img {
    flex-basis: 374px;
    width: 374px;
    border: 4px solid rgba(39, 39, 39, 0.1);
    box-shadow: 16px 16px 64px -32px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
  }
  @media screen and (max-width: 960px) {
    .cont10 img {
      flex-basis: 40%;
      width: 40%;
    }
  }
  @media screen and (max-width: 480px) {
    .cont10 img {
      width: 100%;
    }
  }


/*--  cont11  --*/
  @media screen and (max-width: 960px) {
    .cont11 .cont-inner {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .cont11 h2 {
      margin-right: 16px;
      margin-left: 16px;
    }
  }
  @media screen and (max-width: 960px) {
    .cont11 p {
      margin-right: 40px;
      margin-left: 40px;
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont11 p {
      text-align: left;
      margin-right: 16px;
      margin-left: 16px;
    }
  }
  .cont11 .WP {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .cont11 .WP a {
    flex-basis: 32%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background-color: #fff;
  }
  .cont11 .WP a:hover {
    box-shadow: none;
  }
  @media screen and (max-width: 960px) {
    .cont11 .WP a {
      margin: 20px 30px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont11 .WP a {
      margin: 20px 20px;
    }
  }
  .cont11 .WP a img {
    border-radius: 12px 12px 0 0;
  }
  .cont11 .WP a h3 {
    font-size: 16px;
    margin: 24px;
  }
  .cont11 .WP a:hover h3 {
    color: rgba(23, 173, 173, 1);
  }
  .cont11 .cta {
    margin-top: 40px;
    text-align: center;
  }
  .cont11 .cta a {
    display: inline-block;
  }
  .cont11 .cta img {
    height: 62px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  }
  .cont11 .cta a img.hover {
    display: none;
  }
  .cont11 .cta a:hover img.normal {
    display: none;
  }
  .cont11 .cta a:hover img.hover {
    display: initial;
  }

/*--  cont12  --*/

  .cont12 .cont-inner {
    padding-bottom: 0;
  }
  .cont12 input[type="checkbox"] {
    display: none;
  }
  .cont12 label {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    position: relative;
  }
  @media screen and (max-width: 480px) {
    .cont12 label {
      font-size: 16px;
      padding-right: 30px;
    }
  }
  .cont12 label:before {
    content: "Q";
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(23, 173, 173, 1);
    padding: 4px 12px;
    border-radius: 100px;
    color: #fff;
  }
  @media screen and (max-width: 480px) {
    .cont12 label:before {
      padding: 5.5px 12px;
    }
  }
  .cont12 label:after {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont12-down.png);
    height: 100%;
    width: 24px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
  }
  .cont12 .anser {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 40px;
    transition: .5s;
    visibility: hidden;
    height: 0px;
    opacity: 0;
  }
  .cont12 .anser:before {
    content: "A";
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 3px 12px;
    border-radius: 100px;
    border: solid 1px;
    color: rgba(23, 173, 173, 1);
    font-size: 20px;
  }
  @media screen and (max-width: 480px) {
    .cont12 .anser:before {
      padding: 5px 12.5px;
      font-size: 16px;
    }
  }
  .cont12 input[type="checkbox"]:checked + label + .anser {
    visibility: visible;
    height: 52px;
    opacity: 1;
  }
  @media screen and (max-width: 480px) {
    .cont12 input[type="checkbox"]:checked + label + .anser {
      height: 80px;
    }
  }
  .cont12 .cta {
    margin-top: 40px;
    text-align: center;
  }
  .cont12 .cta img {
    height: 80px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  }

/*--  cont13  --*/

  .cont13 a {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 24px 25px 24px 0;
    border-bottom: 1px solid rgba(39, 39, 39, 0.3);
    gap: 16px;
    position: relative;
  }
  @media screen and (max-width: 480px) {
    .cont13 a {
      padding: 8px 24px 8px 0;
      gap: 8px;
      flex-wrap: wrap;
      background-image: url(/wp-content/themes/loov-video2025/img/TOP/cont13-arrow.png);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: right center;
    }
  }
  .cont13 a .date {
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .cont13 a .date {
      font-size: 12px;
    }
  }
  .cont13 a .tag {
    font-size: 14px;
    background: rgba(243, 244, 246, 1);
    padding: 4px 11px;
    border-radius: 4px;
  }
  @media screen and (max-width: 480px) {
    .cont13 a .tag {
      font-size: 12px;
      padding: 2px 4px;
    }
  }
  @media screen and (max-width: 480px) {
    .cont13 a .text {
        flex-basis: 100%;
    }
  }
  .cont13 a img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
  }
  @media screen and (max-width: 480px) {
    .cont13 a img {
      display: none;
    }
  }
  .cont13 .link {
    margin-top: 40px;
    text-align: center;
  }
  .cont13 .link a {
    font-weight: bold;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 25px;
    display: inline-block;
  }



/*--  cta-content  --*/
  
  .cta-content {
    background: linear-gradient(90deg, #17ADAD 0%, #0C7B7B 100%);
    color: #fff;
    font-size: 20px;
  }
  @media screen and (max-width: 960px) {
    .cta-content {
      font-size: 2.7vw;
    }
  }
  @media screen and (max-width: 480px) {
    .cta-content {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .cta-content .cont-inner {
      padding: 48px 16px;
    }
  }
  .cta-content .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cta-content .document {
    flex-basis: 500px;
    width: 500px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  }
  @media screen and (max-width: 960px) {
    .cta-content .document {
      flex-basis: 42vw;
      width: 42vw;
    }
  }
  @media screen and (max-width: 480px) {
    .cta-content .document {
      flex-basis: 46vw;
      width: 46vw;
    }
  }
  .cta-content p {
    margin-bottom: 30px;
  }
  @media screen and (max-width: 480px) {
    .cta-content p {
      margin-bottom: 0;
    }
  }
  .cta-content p img {
    flex-basis: 500px;
    width: 500px;
    margin-top: 16px;
  }
  @media screen and (max-width: 960px) {
    .cta-content p img {
      flex-basis: 44vw;
      width: 44vw;
    }
  }
  .cta-content a {
    height: 86px;
    align-items: center;
    justify-content: center;
  }
  @media screen and (min-width: 481px) {
    .cta-content a.pc-only-min480 {
      display: flex;
    }
  }
  @media screen and (max-width: 480px) {
    .cta-content a.sp-only-max480 {
      display: flex;
    }
  }
  .cta-content a img {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  }
  .cta-content a .default {
    width: 336px;
  }
  @media screen and (max-width: 480px) {
    .cta-content a .default {
      max-width: 100%;
    }
  }
  .cta-content a:hover .default {
    display: none;
  }
  .cta-content a .hover {
    display: none;
  }
  .cta-content a:hover .hover {
    display: initial;
    width: 344px;
  }
  @media screen and (max-width: 960px) {
    .cta-content a img {
      flex-basis: 44vw;
      width: 44vw;
    }    
  }
  @media screen and (max-width: 480px) {
    .cta-content a img {
      margin-top: 32px;
      width: 100%;
    }    
  }

/*--  forTOP  --*/

  #toTOP {
    position: fixed;
    left: 8px;
    bottom: 8px;
    padding: 4px 6px 0;
    width: 55px;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  @media screen and (max-width: 480px) {
    #toTOP {
      width: 40px;
    }
  }
  #toTOP.show {
    opacity: .7;
    visibility: visible;
  }
  #toTOP.show:hover {
    opacity: 1;
  }


