﻿.mainVisual {
  width: 100vw;
  height: 157.8666666667vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .mainVisual {
    width: 100%;
    height: auto;
    line-height: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mainVisual {
    max-height: calc(100svh - 96px);
  }
}
.mainVisual .mvVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 57% 50%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvVideo {
    position: static;
    object-fit: contain;
  }
}
.mainVisual .mvBanner {
  position: absolute;
  bottom: 120px;
  right: 0;
  border: solid 1px #fff;
  border-right: none;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner {
    border: solid 2px #fff;
    border-right: none;
  }
}
.mainVisual .mvBanner .mvBannerArrow {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 24px;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner .mvBannerArrow {
    bottom: 40px;
    width: 40px;
  }
}
.mainVisual .mvBanner .mvBannerContent {
  display: block;
  padding: 16px 10px 16px 36px;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner .mvBannerContent {
    padding: 28px 28px 28px 56px;
  }
}
.mainVisual .mvBanner .mvBannerContent .mvBannerTitle {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner .mvBannerContent .mvBannerTitle {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.mainVisual .mvBanner .mvBannerContent .mvBannerTitle span {
  display: block;
  height: 100%;
  line-height: 1;
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner .mvBannerContent .mvBannerTitle span {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
    margin-bottom: 12px;
  }
}
.mainVisual .mvBanner .mvBannerContent .mvBannerTitle img {
  height: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
  padding: 0 8px;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner .mvBannerContent .mvBannerTitle img {
    height: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
    padding: 0;
    line-height: 2;
  }
}
.mainVisual .mvBanner .mvBannerContent .mvBannerSub {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvBanner .mvBannerContent .mvBannerSub {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
    line-height: 2;
  }
}
.mainVisual .mvScroll {
  display: inline-block;
  position: absolute;
  bottom: 155px;
  left: 20px;
  transform: rotate(90deg);
  color: #fff;
  font-size: clamp(1.3rem, 1.006rem + 0.78vw, 1.8rem);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvScroll {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
    left: 40px;
    line-height: 2;
  }
}
.mainVisual .mvScroll:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  right: -8px;
  height: 88px;
  background-image: url(/recruit/osakagas/files/img/common/mv-scroll-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  animation: mvScrollLoopSp 5s linear infinite;
}
@media screen and (min-width: 1025px) {
  .mainVisual .mvScroll:before {
    bottom: -48px;
    height: 132px;
    animation: mvScrollLoopPc 7s linear infinite;
  }
}

@keyframes mvScrollLoopSp {
  0% {
    background-position: 0 -88px;
  }
  100% {
    background-position: 0 88px;
  }
}
@keyframes mvScrollLoopPc {
  0% {
    background-position: 0 -132px;
  }
  100% {
    background-position: 0 132px;
  }
}
.topMainContentWrapper {
  position: relative;
}
.topMainContentWrapper #canvasContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.topMainContentWrapper #canvasContainer #canvas {
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.topMainContent {
  position: relative;
  padding-top: 16px;
}
@media screen and (min-width: 1025px) {
  .topMainContent {
    display: grid;
    grid-template-columns: 53% 1fr;
    grid-template-rows: calc(clamp(1.6rem, 1.01rem + 0.58vw, 2rem) * 20) 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 48px 24px 64px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1600px) {
  .topMainContent {
    grid-template-columns: 760px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .topMainContent {
    padding: 48px 64px 64px;
    grid-column-gap: 40px;
  }
}
@media screen and (min-width: 1720px) {
  .topMainContent {
    padding: 48px calc((100vw - 1600px) / 2) 64px;
  }
}
.topMainContent #topAbout {
  padding: 16px 28px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topAbout {
    grid-area: 1/1/2/2;
    padding: 15px 0;
    margin-bottom: auto;
  }
}
.topMainContent #topAbout h2 {
  padding: 0 3vw 5px 3vw;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .topMainContent #topAbout h2 {
    padding: 16px 0;
  }
}
.topMainContent #topAbout p {
  margin: 12px auto 0;
  max-width: 580px;
  font-size: clamp(1.5rem, 1.147rem + 0.94vw, 2.1rem);
}
@media screen and (min-width: 769px) {
  .topMainContent #topAbout p {
    text-align: center;
    margin: 12px auto 16px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topAbout p {
    font-size: clamp(1.3rem, 0.91rem + 0.58vw, 1.6rem);
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 1080px) {
  .topMainContent #topAbout p {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .topMainContent #topAbout p {
    letter-spacing: 0.05em;
  }
}
.topMainContent #topAbout .textBlue {
  font-weight: 500;
}
@media screen and (min-width: 481px) {
  .topMainContent #topAbout .textBlue {
    display: block;
    text-align: center;
  }
}
.topMainContent #topLinks {
  padding: 12px 16px;
}
@media screen and (min-width: 769px) {
  .topMainContent #topLinks {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks {
    grid-area: 1/2/3/2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
  }
}
.topMainContent #topLinks .topLinkBox {
  position: relative;
  background-size: cover;
  border-radius: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  max-width: 640px;
}
@media screen and (min-width: 769px) {
  .topMainContent #topLinks .topLinkBox {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox {
    margin: 0;
    max-width: 100%;
    border-radius: 24px;
  }
}
.topMainContent #topLinks .topLinkBox:nth-child(1) {
  background-image: url(/recruit/osakagas/files/img/top/top_link_bg01.jpg);
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
.topMainContent #topLinks .topLinkBox:nth-child(2) {
  background-image: url(/recruit/osakagas/files/img/top/top_link_bg02.jpg);
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox:nth-child(2) {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.topMainContent #topLinks .topLinkBox:nth-child(3) {
  background-image: url(/recruit/osakagas/files/img/top/top_link_bg03.jpg);
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox:nth-child(3) {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.topMainContent #topLinks .topLinkBox:nth-child(4) {
  background-image: url(/recruit/osakagas/files/img/top/top_link_bg04.jpg);
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox:nth-child(4) {
    width: 100%;
  }
}
.topMainContent #topLinks .topLinkBox .tlbCover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbCover {
    border-radius: 24px;
  }
}
.topMainContent #topLinks .topLinkBox .tlbLabel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 102, 180, 0.6);
  opacity: 1;
  border-radius: 0 0 8px 8px;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbLabel {
    border-radius: 0 0 24px 24px;
  }
}
.topMainContent #topLinks .topLinkBox .tlbLabel .tlbLabelSubTitle {
  position: absolute;
  left: 0;
  bottom: 72px;
  display: inline-block;
  padding: 8px 30px 8px 16px;
  line-height: 1;
  background: linear-gradient(115deg, #26BDE2 0%, #26BDE2 calc(100% - 15px), transparent calc(100% - 15px), transparent 100%);
}
.topMainContent #topLinks .topLinkBox .tlbLabel .tlbLabelSubTitle img {
  height: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbLabel .tlbLabelSubTitle img {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
.topMainContent #topLinks .topLinkBox .tlbLabel .tlbLabelTitle {
  padding: 40px 20px 28px;
  font-size: clamp(2rem, 1.647rem + 0.94vw, 2.6rem);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbLabel .tlbLabelTitle {
    font-size: clamp(2.2rem, 1.61rem + 0.58vw, 2.6rem);
  }
}
.topMainContent #topLinks .topLinkBox .tlbBody {
  padding: 6vw;
  min-height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s;
}
@media screen and (min-width: 481px) {
  .topMainContent #topLinks .topLinkBox .tlbBody {
    min-height: 320px;
  }
}
@media screen and (min-width: 769px) {
  .topMainContent #topLinks .topLinkBox .tlbBody {
    min-height: 360px;
    padding: 48px;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbBody {
    min-height: auto;
    height: 100%;
    padding: 20px 20px 20px 2vw;
    justify-content: flex-start;
  }
}
.topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyEn {
  position: absolute;
  top: 2vw;
  right: 3vw;
  font-weight: 300;
  font-size: clamp(3.6rem, 2.676rem + 3.94vw, 5.2rem);
  color: #fff;
  opacity: 0.6;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyEn {
    top: 18px;
    right: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyEn {
    top: auto;
    bottom: 18px;
  }
}
.topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyTitle {
  color: #fff;
  font-size: clamp(2rem, 1.647rem + 0.94vw, 2.6rem);
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyTitle {
    font-size: clamp(2rem, 1.41rem + 0.58vw, 2.4rem);
    margin-top: 12px;
  }
}
.topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyItems {
  display: flex;
  flex-direction: column;
}
.topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyItems a {
  color: #fff;
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
  font-weight: 700;
  display: inline-block;
  margin-top: 12px;
  margin-right: auto;
  line-height: 1.5;
  padding: 4px 12px 4px 0;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyItems a {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
    padding: 8px 0;
  }
}
.topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyItems a img {
  width: 28px;
  margin-right: 5px;
  margin-bottom: 8px;
}
.topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyItems a span {
  margin-left: 24px;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox .tlbBody .tlbBodyItems a span {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
    letter-spacing: 0;
  }
}
.topMainContent #topLinks .topLinkBox:nth-child(1) .tlbBodyItems,
.topMainContent #topLinks .topLinkBox:nth-child(4) .tlbBodyItems {
  margin-top: 12px;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topLinks .topLinkBox:nth-child(2) .tlbBody,
  .topMainContent #topLinks .topLinkBox:nth-child(3) .tlbBody {
    padding: 20px 1vw;
  }
}
@media screen and (min-width: 1440px) {
  .topMainContent #topLinks .topLinkBox:nth-child(2) .tlbBody,
  .topMainContent #topLinks .topLinkBox:nth-child(3) .tlbBody {
    padding: 20px 20px 20px 2vw;
  }
}
.topMainContent #topLinks .topLinkBox:nth-child(2) .tlbBody .tlbBodyItems a span,
.topMainContent #topLinks .topLinkBox:nth-child(3) .tlbBody .tlbBodyItems a span {
  margin-left: 0.5vw;
}
@media screen and (min-width: 1440px) {
  .topMainContent #topLinks .topLinkBox:nth-child(2) .tlbBody .tlbBodyItems a span,
  .topMainContent #topLinks .topLinkBox:nth-child(3) .tlbBody .tlbBodyItems a span {
    margin-left: 24px;
  }
}
.topMainContent #topNews {
  position: relative;
  padding: 24px 16px 48px;
  background: linear-gradient(70deg, #5FDCCD 0%, #5A91DC 40%);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews {
    grid-area: 2/1/3/2;
    border-radius: 24px;
    margin: 0 auto;
    width: 100%;
  }
}
.topMainContent #topNews:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/recruit/osakagas/files/img/top/top_news_bg-sp.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews:before {
    border-radius: 24px;
  }
}
.topMainContent #topNews > h2 {
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  font-weight: 700;
}
.topMainContent #topNews .topNewsBox {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .topMainContent #topNews .topNewsBox {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews .topNewsBox {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1200px) {
  .topMainContent #topNews .topNewsBox {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews .tnbPostList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.topMainContent #topNews .tnbPostList .tnbPostItem {
  padding: 24px 8px;
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews .tnbPostList .tnbPostItem {
    width: 31%;
    padding: 24px 0 0;
    border-bottom: none;
  }
}
.topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemThumb {
  margin-bottom: 12px;
  position: relative;
  padding-top: 75%;
}
.topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemThumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
}
.topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemMeta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemMeta {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8px;
  }
}
.topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemMeta .tnbPostItemDate {
  color: #fff;
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
}
.topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemMeta .tnbPostItemCat {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  font-size: clamp(1rem, 0.765rem + 0.63vw, 1.4rem);
  border: solid 1px #fff;
  line-height: 1;
  margin-left: 16px;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemMeta .tnbPostItemCat {
    margin-top: 6px;
    margin-left: 0;
  }
}
.topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemText {
  color: #fff;
  line-height: 1.5;
  padding: 12px 0 4px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 1025px) {
  .topMainContent #topNews .tnbPostList .tnbPostItem .tnbPostItemText {
    padding: 20px 8px 0;
  }
}

#topStudio {
  padding: 24px 0 36px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout {
    display: flex;
    justify-content: space-around;
    width: 88%;
    margin: 0 auto;
    padding-left: 4%;
  }
}
#topStudio .topStudioAbout h2 {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout h2 {
    width: 25%;
  }
}
#topStudio .topStudioAbout h2 img {
  width: 50%;
  max-width: 240px;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout h2 img {
    width: 100%;
    max-width: 280px;
  }
}
#topStudio .topStudioAbout .tsaContent {
  padding: 12px 24px;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout .tsaContent {
    width: 74%;
  }
}
#topStudio .topStudioAbout .tsaContent .tsaContentDetail {
  margin-bottom: 24px;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout .tsaContent .tsaContentDetail {
    display: flex;
    align-items: flex-end;
  }
}
#topStudio .topStudioAbout .tsaContent .tsaContentDetail h3 {
  font-size: clamp(2rem, 1.647rem + 0.94vw, 2.6rem);
  color: #0066B4;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout .tsaContent .tsaContentDetail h3 {
    font-size: clamp(2.2rem, 1.61rem + 0.58vw, 2.6rem);
  }
}
#topStudio .topStudioAbout .tsaContent .tsaContentDetail a {
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
  color: #0066B4;
  font-weight: 700;
  display: inline-flex;
  justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioAbout .tsaContent .tsaContentDetail a {
    font-size: clamp(1.8rem, 1.21rem + 0.58vw, 2.2rem);
    margin-left: 20px;
    margin-bottom: 0.1em;
  }
}
#topStudio .topStudioAbout .tsaContent .tsaContentDetail a img {
  width: 24px;
  margin: 0.85em 5px auto 0;
}
#topStudio .topStudioSlider {
  padding-top: 80px;
}
@media screen and (min-width: 1440px) {
  #topStudio .topStudioSlider {
    padding-top: 64px;
  }
}
#topStudio .topStudioSlider .slick-prev,
#topStudio .topStudioSlider .slick-next {
  top: -32px;
  background-color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.4s;
}
#topStudio .topStudioSlider .slick-prev:before,
#topStudio .topStudioSlider .slick-next:before {
  display: inline-block;
  width: 24px;
  height: 28px;
  opacity: 1;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  #topStudio .topStudioSlider .slick-prev:hover,
  #topStudio .topStudioSlider .slick-next:hover {
    opacity: 0.75;
  }
}
#topStudio .topStudioSlider .slick-prev {
  left: 16px;
}
@media screen and (min-width: 1440px) {
  #topStudio .topStudioSlider .slick-prev {
    left: 5vw;
  }
}
#topStudio .topStudioSlider .slick-prev:before {
  content: url(/recruit/osakagas/files/img/common/menu-arrow-r.svg);
}
#topStudio .topStudioSlider .slick-next {
  right: 16px;
}
@media screen and (min-width: 1440px) {
  #topStudio .topStudioSlider .slick-next {
    right: 5vw;
  }
}
#topStudio .topStudioSlider .slick-next:before {
  content: url(/recruit/osakagas/files/img/common/menu-arrow.svg);
}
#topStudio .topStudioSlider .slick-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
#topStudio .topStudioSlider .slick-track {
  display: flex;
}
#topStudio .topStudioSlider .slick-slide {
  height: auto !important;
}
@media screen and (min-width: 1440px) {
  #topStudio .topStudioSlider .slick-slide {
    transform: translateX(5vw);
  }
}
#topStudio .topStudioSlider .slick-slide .tssBody {
  padding: 32px 16px;
  margin-left: 8px;
  background-color: #E4EFF7;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioSlider .slick-slide .tssBody {
    margin-left: 16px;
  }
}
#topStudio .topStudioSlider .slick-slide .tssBody .tssBodyImg {
  position: relative;
  padding-top: 60%;
}
#topStudio .topStudioSlider .slick-slide .tssBody .tssBodyImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
#topStudio .topStudioSlider .slick-slide .tssBody .tssBodyInfo {
  padding-top: 12px;
}
#topStudio .topStudioSlider .slick-slide .tssBody .tssBodyInfo .tssBodyInfoDate {
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioSlider .slick-slide .tssBody .tssBodyInfo .tssBodyInfoDate {
    font-size: clamp(1.5rem, 0.91rem + 0.58vw, 1.9rem);
  }
}
#topStudio .topStudioSlider .slick-slide .tssBody .tssBodyInfo h3 {
  font-size: clamp(1.4rem, 1.047rem + 0.94vw, 2rem);
  letter-spacing: 0;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioSlider .slick-slide .tssBody .tssBodyInfo h3 {
    font-size: clamp(1.6rem, 1.01rem + 0.58vw, 2rem);
  }
}
#topStudio .topStudioSlider .slick-slide .tssBody .tssBodyTag ul li a {
  background-color: #fff;
  font-size: clamp(1.2rem, 0.965rem + 0.63vw, 1.6rem);
}
@media screen and (min-width: 1025px) {
  #topStudio .topStudioSlider .slick-slide .tssBody .tssBodyTag ul li a {
    padding: 6px 12px;
    font-size: clamp(1.4rem, 1.224rem + 0.47vw, 1.7rem);
  }
}
@media screen and (min-width: 1440px) {
  #topStudio .topStudioSlider .slick-slide:first-child {
    margin-left: 2vw;
  }
}
#topStudio .topStudioSlider .slick-slide:last-child .tssBody {
  margin-right: 8px;
}/*# sourceMappingURL=osakagas_top.css.map */