@charset "UTF-8";
/* ===================================================================
CSS information

file name  : work.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@media only screen and (min-width: 768px) {
  .con_work {
    margin-top: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_work {
    margin-top: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_work .box_work .u-fw--bold {
  font-weight: 700;
}
.con_work .box_work .c-list {
  --abi-list-dot-size: 8px;
}
.con_work .box_work__marquee .c-marquee {
  --marquee-animation-duration: 50s;
  overflow: hidden;
}
.con_work .box_work__marquee .c-marquee__slide-set {
  align-items: flex-start;
}
.con_work .box_work__marquee .c-marquee__slide-set p {
  margin-right: calc(10 / var(--abi-parent-font-size) * 1rem);
  border-radius: calc(3 / var(--abi-parent-font-size) * 1rem);
  overflow: hidden;
}
.con_work .box_work__marquee .c-marquee__slide-set p:has(img[width="194"]) {
  width: calc(194 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work__marquee .c-marquee__slide-set p:has(img[width="200"]) {
  width: calc(200 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work__marquee .c-marquee__slide-set p:has(img[width="202"]) {
  width: calc(202 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work__marquee .c-marquee__slide-set p:has(img[width="203"]) {
  width: calc(203 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work__marquee .c-marquee__slide-set p:has(img[width="290"]) {
  width: calc(290 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work__marquee .c-marquee__slide-set p img {
  width: 100%;
  height: auto;
  display: block;
}
.con_work .box_work--intro {
  background-image: url("../../environment/images/bg_intro.webp");
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1025px) {
  .con_work .box_work--intro {
    padding: calc(69 / var(--abi-parent-font-size) * 1rem) 0 calc(85 / var(--abi-parent-font-size) * 1rem) calc(170 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_work .box_work--intro {
    padding: calc(50 / var(--abi-parent-font-size) * 1rem) 0 calc(50 / var(--abi-parent-font-size) * 1rem) calc(50 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--intro {
    padding: calc(30 / var(--abi-parent-font-size) * 1rem) 0 calc(30 / var(--abi-parent-font-size) * 1rem) calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_work .box_work--intro .c-title {
  margin-bottom: calc(33 / var(--abi-parent-font-size) * 1rem);
  margin-right: calc(30 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work--intro .c-title__jp {
  margin-bottom: calc(28 / var(--abi-parent-font-size) * 1rem);
}
.con_work .box_work--intro .c-marquee--title {
  line-height: 0.9;
}
.con_work .box_work--intro .c-marquee--title .c-txt {
  font-family: var(--abi-font-en);
  font-optical-sizing: auto;
  display: block;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #F2F2F2;
  opacity: 0.6;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .con_work .box_work--intro .c-marquee--title .c-txt {
    --abi-target-font-size: 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_work .box_work--intro .c-marquee--title .c-txt {
    --abi-target-font-size: 60;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--intro .c-marquee--title .c-txt {
    --abi-target-font-size: 35;
  }
}
@media only screen and (min-width: 1025px) {
  .con_work .box_work--intro .c-marquee--title .c-txt {
    margin-bottom: calc(-31 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_work .box_work--intro .c-marquee--title .c-txt {
    margin-bottom: calc(-20 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--intro .c-marquee--title .c-txt {
    margin-bottom: calc(-10 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_work .box_work--intro .c-marquee--title .c-txt--indent {
  padding-left: calc(100 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .con_work .box_work--intro .c-marquee--title .c-txt--indent {
    padding-left: calc(100 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_work .box_work--intro .c-marquee--title .c-txt--indent {
    padding-left: calc(50 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--intro .c-marquee--title .c-txt--indent {
    padding-left: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_work .box_work--intro .c-marquee__slide-set p {
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .con_work .box_work--contents {
    padding: calc(143 / var(--abi-parent-font-size) * 1rem) 0 calc(190 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_work .box_work--contents {
    padding: calc(80 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--contents {
    padding: calc(60 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_work .box_work--contents .box_slide {
  display: flex;
  flex-direction: column;
  gap: calc(48 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 897px) {
  .con_work .box_work--contents .box_slide {
    padding: 0 0 0 calc(170 / 1440 * 100%);
  }
}
@media only screen and (max-width: 896px) {
  .con_work .box_work--contents .box_slide {
    width: calc(1240 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 896px) and (min-width: 1441px) {
  .con_work .box_work--contents .box_slide {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}

.con_work .box_work--contents .box_slide__item {
  display: flex;
  flex-direction: column;
  gap: calc(30 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--contents .box_slide__item {
    margin-top: calc(30 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 897px) {
  .con_work .box_work--contents .box_slide__item {
    display: grid;
    grid-template-columns: calc(452 / 1260 * 100%) calc(760 / 1260 * 100%);
    grid-template-rows: auto auto;
    grid-template-areas: "top image" "bottom image";
    align-items: start;
    gap: calc(32 / var(--abi-parent-font-size) * 1rem) calc(48 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_work .box_work--contents .box_slide__item--info-top {
  display: flex;
  flex-direction: column;
  gap: calc(16 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 897px) {
  .con_work .box_work--contents .box_slide__item--info-top {
    grid-area: top;
    margin-top: auto;
    order: unset;
  }
}
.con_work .box_work--contents .box_slide__item--info-top .c-title__jp {
  position: relative;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.con_work .box_work--contents .box_slide__item--info-top .c-title__jp:before {
  content: '';
  width: 80px;
  height: 4px;
  background: #101010;
  position: absolute;
  left: 0;
  top: -8px;
}
.con_work .box_work--contents .box_slide__item--info-bottom {
  display: flex;
  flex-direction: column;
  gap: calc(10 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 897px) {
  .con_work .box_work--contents .box_slide__item--info-bottom {
    grid-area: bottom;
    order: unset;
  }
}
.con_work .box_work--contents .box_slide__item--info-bottom .c-btn {
  margin-top: calc(22 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (max-width: 767px) {
  .con_work .box_work--contents .box_slide__item--info-bottom .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.con_work .box_work--contents .box_slide__item--img {
  position: relative;
}
@media only screen and (min-width: 897px) {
  .con_work .box_work--contents .box_slide__item--img {
    grid-area: image;
    align-self: stretch;
    margin-top: auto;
    margin-bottom: auto;
    order: unset;
  }
}
.con_work .box_work--contents .box_slide .c-slider .c-slider__pagination {
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .con_work .box_pages {
    padding: calc(120 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_pages {
    padding: calc(50 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
.con_work .box_links {
  width: calc(1240 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1441px) {
  .con_work .box_links {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_links {
    grid-template-columns: 1fr;
    gap: calc(20 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_work .box_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.con_work .box_link__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.con_work .box_link__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.con_work .box_link__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.con_work .box_link__info .c-title__en {
  color: #000;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .con_work .box_link__info .c-title__en {
    --abi-target-font-size: 20;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_link__info .c-title__en {
    --abi-target-font-size: 28;
  }
}
.con_work .box_link__info .c-title__jp {
  color: #444;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .con_work .box_link__info .c-title__jp {
    --abi-target-font-size: 12;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .box_link__info .c-title__jp {
    --abi-target-font-size: 18;
  }
}
.con_work .box_link__icon {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.con_work .box_link__icon svg {
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
  fill: #fff;
}
@media only screen and (min-width: 1025px) {
  .con_work .box_link:hover img {
    transform: scale(1.05);
  }
}
