@charset "UTF-8";
/* [ 富士テレネット ] works.css */
/* [ 富士テレネット ] setting */
section {
  max-width: calc(1300px + (1.04vw * 2));
  margin: 0 auto 100px;
  padding: 0 max(1.04vw, 20px);
}
@media only screen and (max-width: 768px) {
  section {
    margin-bottom: 70px;
    padding: 0 20px;
  }
}

/*==================================================*
 *  [ カテゴリーボタン ]
 *==================================================*/
.category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: min(3.125vw, 60px);
  margin-top: min(11.72vw, 225px);
}
.category-list li {
  list-style: none;
  width: calc((100% - (3.125vw * 3)) / 4);
  height: 70px;
}
.category-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  border: 2px solid transparent;
}
.category-list li a p {
  color: #fff;
  font-size: clamp(1.4rem, calc(1.4rem + 0.417vw), 2.2rem);
  font-weight: 700;
  line-height: 1.182;
}
.category-list li a::before {
  position: absolute;
  content: '';
  left: 23px;
  width: 16px;
  height: calc(tan(60deg) * 16px / 2);
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.category-list li:has(.works_program) a, .category-list li:has(.works_cmvp) a {
  background: #00A0FF;
}
.category-list li:has(.works_program) a.active, .category-list li:has(.works_cmvp) a.active {
  background: #fff;
  border-color: #00A0FF;
}
.category-list li:has(.works_program) a.active p, .category-list li:has(.works_cmvp) a.active p {
  color: #00A0FF;
}
.category-list li:has(.works_program) a.active::before, .category-list li:has(.works_cmvp) a.active::before {
  background: #00A0FF;
}
@media (hover: hover) {
  .category-list li:has(.works_program):hover a, .category-list li:has(.works_cmvp):hover a {
    background: #fff;
    border-color: #00A0FF;
  }
  .category-list li:has(.works_program):hover a p, .category-list li:has(.works_cmvp):hover a p {
    color: #00A0FF;
  }
  .category-list li:has(.works_program):hover a::before, .category-list li:has(.works_cmvp):hover a::before {
    background: #00A0FF;
  }
}
.category-list li:has(.works_adv) a, .category-list li:has(.works_event) a {
  background: #64C800;
}
.category-list li:has(.works_adv) a.active, .category-list li:has(.works_event) a.active {
  background: #fff;
  border-color: #64C800;
}
.category-list li:has(.works_adv) a.active p, .category-list li:has(.works_event) a.active p {
  color: #64C800;
}
.category-list li:has(.works_adv) a.active::before, .category-list li:has(.works_event) a.active::before {
  background: #64C800;
}
@media (hover: hover) {
  .category-list li:has(.works_adv):hover a, .category-list li:has(.works_event):hover a {
    background: #fff;
    border-color: #64C800;
  }
  .category-list li:has(.works_adv):hover a p, .category-list li:has(.works_event):hover a p {
    color: #64C800;
  }
  .category-list li:has(.works_adv):hover a::before, .category-list li:has(.works_event):hover a::before {
    background: #64C800;
  }
}
@media only screen and (max-width: 768px) {
  .category-list {
    gap: max(1.28vw, 5px);
    margin-top: max(5.13vw, 20px);
  }
  .category-list li {
    width: calc((100% - (1.28vw * 3)) / 4);
    height: 50px;
  }
  .category-list li a {
    border-radius: 10px;
  }
  .category-list li a p {
    font-size: max(3.589vw, 1.4rem);
    margin-bottom: 5px;
  }
  .category-list li a::before {
    left: auto;
    bottom: 0;
    width: 10px;
    height: calc(tan(60deg) * 10px / 2);
  }
}

/*==================================================*
 *  [ 事例一覧 ]
 *==================================================*/
.works-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px 30px;
  width: 100%;
}
.works-list li {
  width: calc((100% - (30px * 2)) / 3);
  height: auto;
  list-style: none;
}
.works-list li a {
  width: 100%;
}
.works-list li a .works-image {
  margin-bottom: 18.2px;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.works-list li a .works-image img {
  transition: all .4s ease;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.works-list li a span {
  color: #fff;
  font-size: clamp(0.8rem, calc(0.8rem + 0.3125vw), 1.4rem);
  font-weight: 700;
  padding: 5px;
}
.works-list li a.works_program span, .works-list li a.works_cmvp span {
  background: #00A0FF;
}
.works-list li a.works_adv span, .works-list li a.works_event span {
  background: #64C800;
}
.works-list li a p {
  font-size: clamp(1.2rem, calc(1.2rem + 0.417vw), 2rem);
  font-weight: 700;
  margin-top: 15px;
}
@media (hover: hover) {
  .works-list li:hover a .works-image img {
    transform: scale(1.1);
    transition: all .4s ease;
  }
}
@media only screen and (max-width: 768px) {
  .works-list {
    gap: max(3.85vw, 15px) max(1.28vw, 5px);
  }
  .works-list li {
    width: calc((100% - 1.5625vw) / 2);
  }
  .works-list li a .works-image {
    margin-bottom: 10px;
  }
  .works-list li a p {
    font-size: max(3.07vw, 1.2rem);
    margin-top: 10px;
  }
}

/*==================================================*
 *  [ 事例詳細 ]
 *==================================================*/
.works-content {
  max-width: 800px;
  text-align: center;
}
.works-content span {
  color: #fff;
  font-size: clamp(1.2rem, calc(1.2rem + 0.3125vw), 2rem);
  font-weight: 700;
  padding: 5px 15px;
}
.works-content span.works_program, .works-content span.works_cmvp {
  background: #00A0FF;
}
.works-content span.works_adv, .works-content span.works_event {
  background: #64C800;
}
.works-content .works-title {
  font-size: clamp(2.2rem, calc(2.2rem + 1.04vw), 4.2rem);
  font-weight: 700;
  margin: 20px 0 43.8px;
}
.works-content .works-slider {
  max-width: 800px;
  width: 100%;
}
.works-content .works-slider .worksmain-slider {
  margin-bottom: 8px;
}
.works-content .works-slider .worksmain-slider .worksmain-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.works-content .works-slider .worksmain-slider .worksmain-image video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.works-content .works-slider .worksmain-slider .worksmain-image:has(video) {
  width: 100%;
  height: auto;
  background: #F4F4F4;
  aspect-ratio: 4 / 3;
}
.works-content .works-slider .worksthumbs-slider .slick-track {
  display: flex;
  align-items: center;
  transform: unset !important;
}
.works-content .works-slider .worksthumbs-slider .slick-track .slick-slide {
  padding: 0 2.5px;
}
.works-content .works-slider .worksthumbs-slider .slick-track .worksthumbs-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.works-content .works-slider .arrow-prev,
.works-content .works-slider .arrow-next {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #FEBD04;
  transition: all .4s ease;
  cursor: pointer;
  z-index: +1;
}
.works-content .works-slider .arrow-prev::after,
.works-content .works-slider .arrow-next::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 26.44px;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: #fff;
  mask-image: url("../shared/img/icon_arrow.svg");
  mask-mode: luminance;
}
@media (hover: hover) {
  .works-content .works-slider .arrow-prev:hover,
  .works-content .works-slider .arrow-next:hover {
    background: #fff;
    border-color: #FEBD04;
    transition: all .4s ease;
  }
  .works-content .works-slider .arrow-prev:hover::after,
  .works-content .works-slider .arrow-next:hover::after {
    background: #FEBD04;
  }
}
.works-content .works-slider .arrow-prev.slick-disabled,
.works-content .works-slider .arrow-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.works-content .works-slider .arrow-prev {
  left: calc(-55px / 2);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.works-content .works-slider .arrow-next {
  right: calc(-55px / 2);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .works-content .works-slider {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .works-content .works-slider .arrow-prev,
  .works-content .works-slider .arrow-next {
    width: 40.7px;
    height: 40.7px;
  }
  .works-content .works-slider .arrow-prev::after,
  .works-content .works-slider .arrow-next::after {
    width: 11px;
    height: 20px;
  }
  .works-content .works-slider .arrow-prev {
    left: calc(-40.7px / 2);
  }
  .works-content .works-slider .arrow-next {
    right: calc(-40.7px / 2);
  }
}
.works-content .works-txt {
  font-size: clamp(1.2rem, calc(1.2rem + 0.3125vw), 2rem);
  line-height: 2.0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .works-content .works-txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.works-content .works-txt h1, .works-content .works-txt h2, .works-content .works-txt h3, .works-content .works-txt h4, .works-content .works-txt h5, .works-content .works-txt h6 {
  line-height: 1.4;
  padding: 10px 0;
}
.works-content .works-txt h1 {
  font-size: 2.0em;
}
.works-content .works-txt h2 {
  margin: 0;
}
.works-content .works-txt h2::before {
  content: none;
}
.works-content .works-txt h3 {
  position: static;
  font-size: 1.17em;
  margin: 0;
  font-weight: bold;
  text-align: start;
}
.works-content .works-txt h3::before {
  content: none;
}
.works-content .works-txt p {
  padding: 10px 0;
}
.works-content .works-txt p:has(img) {
  text-align: center;
  margin: 20px 0;
}
.works-content .works-txt p:has(img) img {
  width: 90%;
}
.works-content .works-txt p a {
  color: #414A9C;
  text-decoration: underline;
}
@media (hover: hover) {
  .works-content .works-txt p a:hover {
    text-decoration: none;
  }
}
.works-content .works-txt span {
  color: #000;
  font-weight: 400;
  padding: 0;
}
.works-content .works-txt pre {
  width: 100%;
  font-size: clamp(1.6rem, calc(1.6rem + 0.104vw), 1.8rem);
  line-height: 1.667;
  white-space: pre-wrap;
  padding: 10px 0;
}
.works-content .works-txt table {
  max-width: 100%;
  margin: 10px 0;
}
.works-content .works-txt ul, .works-content .works-txt ol {
  padding: 10px 0 10px 1.5em;
}
.works-content .works-txt hr {
  margin-bottom: 10px;
}
.works-content .works-txt .wp-video {
  padding: 20px;
}
.works-content .works-txt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .works-content .works-title {
    font-size: max(5.641vw, 2.2rem);
    margin-bottom: 30px;
  }
  .works-content .works-txt h1, .works-content .works-txt h2, .works-content .works-txt h3, .works-content .works-txt h4, .works-content .works-txt h5, .works-content .works-txt h6 {
    padding: 5px 0;
  }
  .works-content .works-txt p {
    padding: 7px 0;
  }
  .works-content .works-txt p:has(img) {
    margin: 10px 0;
  }
  .works-content .works-txt ul {
    padding: 7px 0 7px 1.5em;
  }
  .works-content .works-txt ul li ul {
    padding: 0 0 0 1.0em;
  }
  .works-content .works-txt ol {
    padding: 7px 0 7px 1.5em;
  }
  .works-content .works-txt ol li ol {
    padding: 0 0 0 1.0em;
  }
  .works-content .works-txt .wp-video {
    padding: 10px;
  }
  .works-content .works-txt iframe {
    padding: 10px;
  }
}

.link-btn {
  margin: 0 auto;
  font-weight: 400;
}
.link-btn::after {
  content: none;
}
