@charset "UTF-8";
.mv-under {
  margin-top: 88px;
  background: url("../images/about_mv.jpg") center center/cover;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}
.mv-under .page_ttls {
  max-width: 600px;
  width: 60%;
  margin: 0 auto 0 0;
  position: relative;
}
.mv-under .page_ttls .ttls-in {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 50%;
  margin-left: -165px;
  width: 330px;
}
.mv-under .page_ttls .eg {
  font-size: clamp(14px, calc(0.3755868545vw + 12.5915492958px), 18px);
  color: #44BBDD;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv-under .page_ttls h1 {
  font-size: clamp(26px, calc(0.9389671362vw + 22.4788732394px), 36px);
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0.075em;
}
.mv-under .eng {
  position: absolute;
  right: 0;
  bottom: -19px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px white; /* 幅と色 */
  color: transparent;
  font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
}
.mv-under .eng i {
  color: white;
}
@media (max-width: 767px) {
  .mv-under {
    margin-top: 70px;
    background: url("../images/about_mv-sp.jpg") center center/cover;
  }
  .mv-under .page_ttls {
    width: 91%;
    margin: 0 auto;
    text-align: center;
  }
  .mv-under .eng {
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    bottom: unset;
    font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
    text-align: center;
  }
}

.works-under {
  background: #FFFFEE;
}
.works-under .inner {
  max-width: 1274px;
  text-align: center;
}
.works-under {
  padding: 120px 0 130px 0;
  box-sizing: unset;
}
@media all and (max-width: 767px) {
  .works-under .inner {
    width: calc(100% - 40px);
  }
  .works-under {
    padding: 80px 0;
  }
}

.work_bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 0;
}
.work_bx .img {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 350/233;
}
.work_bx .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work_bx .inf {
  line-height: 1;
  margin-top: 30px;
  text-align: left;
}
.work_bx .inf .ymd {
  color: #44BBDD;
  font-size: clamp(14px, calc(0.1877934272vw + 13.2957746479px), 16px);
  font-family: "Figtree", sans-serif;
}
.work_bx .inf .name {
  margin-top: 8px;
  font-size: clamp(16px, calc(0.1877934272vw + 15.2957746479px), 18px);
}
.work_bx .card_wrap {
  border-left: 1px dotted #44BBDD;
}
.work_bx .card_wrap:nth-of-type(1), .work_bx .card_wrap:nth-of-type(4), .work_bx .card_wrap:nth-of-type(7), .work_bx .card_wrap:nth-of-type(10) {
  border-left: none;
}
.work_bx .card-bx {
  padding: 0 37px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.work_bx .card-bx:hover {
  opacity: 0.6;
}
@media all and (max-width: 900px) {
  .work_bx {
    grid-template-columns: repeat(2, 1fr);
  }
  .work_bx .card_wrap:nth-of-type(1), .work_bx .card_wrap:nth-of-type(4), .work_bx .card_wrap:nth-of-type(7), .work_bx .card_wrap:nth-of-type(10) {
    border-left: 1px dotted #44BBDD;
  }
  .work_bx .card_wrap:nth-of-type(odd) {
    border-left: none;
  }
}
@media all and (max-width: 767px) {
  .work_bx {
    gap: 40px 20px;
  }
  .work_bx .inf {
    margin-top: 20px;
  }
  .work_bx .inf .name {
    margin-top: 5px;
  }
  .work_bx .card_wrap {
    border-left: none !important;
    border-bottom: 1px dotted #44BBDD;
  }
  .work_bx .img {
    aspect-ratio: 1/1;
  }
  .work_bx .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .work_bx .card-bx {
    padding: 0 0 20px 0;
  }
}

.pagenation {
  margin: 140px auto 0 auto;
  max-width: 1200px;
  position: relative;
}
.pagenation .in {
  display: inline-block;
}
.pagenation .pagenate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Figtree", sans-serif;
  gap: 0 10px;
  font-size: clamp(20px, calc(0vw + 20px), 20px);
  font-weight: 500;
  color: #44BBDD;
}
.pagenation .pagenate a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate a:hover {
  background: #FF6644;
  color: white;
}
.pagenation .pagenate .current {
  background: #FF6644;
  border-radius: 100%;
  color: white;
}
.pagenation .pagenate .pr, .pagenation .pagenate .nx {
  position: absolute;
  top: 0;
  width: auto;
  border-radius: 0;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate .pr:hover, .pagenation .pagenate .nx:hover {
  color: unset;
  opacity: 0.6;
}
.pagenation .pagenate .pr {
  left: 0;
  background: url("../images/pr.png") center left no-repeat;
  background-size: 24px auto;
  padding-left: 36px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate .pr:hover {
  background: url("../images/pr.png") center left no-repeat;
  background-size: 24px auto;
}
.pagenation .pagenate .nx {
  right: 0;
  background: url("../images/nx.png") center right no-repeat;
  background-size: 24px auto;
  padding-right: 36px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pagenation .pagenate .nx:hover {
  background: url("../images/nx.png") center right no-repeat;
  background-size: 24px auto;
}
@media all and (max-width: 767px) {
  .pagenation {
    margin: 70px auto 0 auto;
  }
  .pagenation .pagenate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-family: "Figtree", sans-serif;
    gap: 0 10px;
    font-size: clamp(20px, calc(0vw + 20px), 20px);
    font-weight: 500;
    color: #44BBDD;
  }
  .pagenation .pagenate a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .pagenation .pagenate .pr, .pagenation .pagenate .nx {
    top: 3px;
  }
  .pagenation .pagenate .pr i, .pagenation .pagenate .nx i {
    display: none;
  }
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
}

/* モーダルが表示された時のクラス */
.modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* コンテンツボックス */
.modal-content {
  background: #fff;
  max-width: 920px;
  width: 90%;
  max-height: 90vh;
  position: relative;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 6px;
}
.modal-content .slide-area {
  display: grid;
  grid-template-columns: 1fr 158px;
  gap: 0 10px;
}
.modal-content .slide-area .swipe-works {
  height: 100%;
}
.modal-content .slide-area .swipe-works .swiper-slide:nth-child(n+5) {
  display: none;
}
.modal-content .slide-area .imm {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.modal-content .slide-area .imm img {
  aspect-ratio: 680/453;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal-content .slide-area .slw {
  overflow: hidden;
}
.modal-content .slide-area .btn-imgs {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  gap: 10px 0;
}
.modal-content .slide-area .btn-imgs .thumb-media {
  border-radius: 6px;
  overflow: hidden;
}
.modal-content .slide-area .btn-imgs .thumb-media img {
  object-fit: cover;
}
.modal-content .slide-area .btn-imgs .thumb-media:nth-child(n+5) {
  display: none;
}
@media all and (max-width: 767px) {
  .modal-content .slide-area {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal-content .slide-area .btn-imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .modal-content .slide-area .btn-imgs .thumb-media {
    border-radius: 6px;
    overflow: hidden;
  }
  .modal-content .slide-area .btn-imgs .thumb-media img {
    object-fit: cover;
  }
}
.modal-content .info-areas {
  margin-top: 30px;
  text-align: left;
}
.modal-content .info-areas .tops {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
  align-items: center;
}
.modal-content .info-areas .tops .ymds {
  color: #44BBDD;
  font-size: clamp(16px, calc(0.1877934272vw + 15.2957746479px), 18px);
  font-family: "Figtree", sans-serif;
  position: relative;
  top: 2px;
}
.modal-content .info-areas .tops .names {
  font-size: clamp(16px, calc(0.9389671362vw + 12.4788732394px), 26px);
  font-weight: 400;
}
.modal-content .info-areas .txt {
  line-height: 1.6;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .modal-content .info-areas {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .modal-content {
    padding: 20px;
  }
}

.modal-close {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  width: 50px;
  top: -15px;
  right: -15px;
  z-index: 10;
}

/*# sourceMappingURL=works.css.map */
