@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --text-color-dark: #222;
}

@font-face {
  font-family: "Unbounded";
  /*要素に指定するときに使うフォント名*/
  src: url("../fonts/unbounded.woff2") format("woff2"), url("../fonts/unbounded.woff") format("woff");
  font-display: swap;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
TOP
==================================================== */
/* ====================================================
FV
==================================================== */
.fv {
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .fv {
    height: 100dvh;
  }
}
.fv-container {
  width: 100%;
  width: 2000px;
  height: 560px;
  padding-top: 5rem;
  padding-left: 950px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-columns: repeat(4, 250px);
  grid-template-rows: repeat(2, auto);
  gap: 1rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .fv-container {
    padding-left: 45vw;
    width: 1850px;
  }
}
@media (max-width: 1680px) and (max-height: 800px) {
  .fv-container {
    padding-left: 38vw;
    width: 1850px;
  }
}
@media screen and (max-width: 1200px) {
  .fv-container {
    grid-template-columns: repeat(4, 250px);
    padding-top: 180px;
    padding-top: 3rem;
    padding-left: 0;
    padding-left: 30vw;
    width: 1000px;
    width: 1300px;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .fv-container {
    grid-template-columns: repeat(4, auto);
    padding-left: 0;
    padding-top: 180px;
    width: 1050px;
  }
}
@media screen and (max-width: 640px) {
  .fv-container {
    padding-top: 150px;
    width: 950px;
    position: relative;
    right: 15%;
  }
}
@media screen and (max-width: 499px) {
  .fv-container {
    width: 720px;
    right: 20%;
  }
}
@media screen and (max-width: 376px) {
  .fv-container {
    width: 600px;
  }
}
@media (max-width: 390px) and (max-height: 8844px) {
  .fv-container {
    padding-top: 110px;
  }
}
@media (max-width: 375px) and (max-height: 667px) {
  .fv-container {
    padding-top: 110px;
  }
}
.fv-item.--01 {
  max-width: 105px;
  grid-column: 2/4;
  grid-row: 1;
  justify-self: center;
  align-self: flex-end;
  opacity: 0;
  animation: moveToCenter1 0.3s ease-in-out 1s forwards, bound1 0.3s ease-out 3.5s forwards;
}
@media screen and (max-width: 834px) {
  .fv-item.--01 {
    max-width: 95px;
  }
}
@media screen and (max-width: 640px) {
  .fv-item.--01 {
    max-width: 85px;
  }
}
@media screen and (max-width: 499px) {
  .fv-item.--01 {
    max-width: 75px;
  }
}
@media screen and (max-width: 499px) {
  .fv-item.--01 {
    max-width: 65px;
  }
}
.fv-item.--02 {
  max-width: 237px;
  grid-column: 1;
  grid-row: 2;
  opacity: 0;
  animation: moveToCenter2 2s ease-in-out 1s forwards;
  --translate-x: 108%;
  --translate-y: -12%;
}
@media screen and (max-width: 834px) {
  .fv-item.--02 {
    max-width: 227px;
    --translate-x: 130%;
    --translate-y: -12%;
  }
}
@media screen and (max-width: 640px) {
  .fv-item.--02 {
    max-width: 217px;
    --translate-x: 118%;
    --translate-y: -12%;
  }
}
@media screen and (max-width: 499px) {
  .fv-item.--02 {
    max-width: 135px;
    --translate-x: 166%;
    --translate-y: -12%;
  }
}
@media screen and (max-width: 376px) {
  .fv-item.--02 {
    max-width: 130px;
    --translate-x: 127%;
    --translate-y: -12%;
  }
}
.fv-item.--03 {
  max-width: 290px;
  grid-column: 2;
  grid-row: 2;
  opacity: 0;
  animation: moveToCenter3 2s ease-in-out 1s forwards;
  --translate-x: 47%;
  --translate-y: 32%;
}
@media screen and (max-width: 834px) {
  .fv-item.--03 {
    max-width: 290px;
    --translate-x: 49%;
    --translate-y: 32%;
  }
}
@media screen and (max-width: 640px) {
  .fv-item.--03 {
    max-width: 229px;
    --translate-x: 61%;
    --translate-y: 34%;
  }
}
@media screen and (max-width: 499px) {
  .fv-item.--03 {
    max-width: 159px;
    --translate-x: 69%;
    --translate-y: 34%;
  }
}
@media screen and (max-width: 376px) {
  .fv-item.--03 {
    max-width: 166px;
    --translate-x: 46%;
    --translate-y: 27%;
  }
}
.fv-item.--04 {
  max-width: 190px;
  grid-column: 3;
  grid-row: 2;
  opacity: 0;
  animation: moveToCenter4 2s ease-in-out 1s forwards;
  --translate-x: -61%;
  --translate-y: 0;
}
@media screen and (max-width: 834px) {
  .fv-item.--04 {
    max-width: 195px;
    --translate-x: -87%;
    --translate-y: 0;
  }
}
@media screen and (max-width: 640px) {
  .fv-item.--04 {
    max-width: 170px;
    --translate-x: -75%;
    --translate-y: 0;
  }
}
@media screen and (max-width: 499px) {
  .fv-item.--04 {
    max-width: 110px;
    --translate-x: -85%;
    --translate-y: 6%;
  }
}
@media screen and (max-width: 376px) {
  .fv-item.--04 {
    max-width: 100px;
    --translate-x: -95%;
    --translate-y: 3%;
  }
}
.fv-item.--05 {
  max-width: 240px;
  grid-column: 4;
  grid-row: 1/3;
  opacity: 0;
  z-index: -1;
  animation: moveToCenter5 2s ease-in-out 1s forwards;
  --translate-x: -102%;
  --translate-y: 12%;
}
@media screen and (max-width: 834px) {
  .fv-item.--05 {
    max-width: 227px;
    --translate-x: -115%;
    --translate-y: 12%;
  }
}
@media screen and (max-width: 640px) {
  .fv-item.--05 {
    max-width: 215px;
    --translate-x: -104%;
    --translate-y: 12%;
  }
}
@media screen and (max-width: 499px) {
  .fv-item.--05 {
    max-width: 135px;
    --translate-x: -133%;
    --translate-y: 15%;
  }
}
@media screen and (max-width: 376px) {
  .fv-item.--05 {
    max-width: 130px;
    --translate-x: -111%;
    --translate-y: 15%;
  }
}

@keyframes moveToCenter1 {
  from {
    transform: translate(0, -500%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes bound1 {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-20px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveToCenter2 {
  from {
    transform: translate(-700%, -500%);
    opacity: 0;
  }
  to {
    transform: translate(var(--translate-x), var(--translate-y));
    opacity: 1;
  }
}
@keyframes moveToCenter3 {
  from {
    transform: translate(-1000%, -200%);
    opacity: 0;
  }
  to {
    transform: translate(var(--translate-x), var(--translate-y));
    opacity: 1;
  }
}
@keyframes moveToCenter4 {
  from {
    transform: translate(1000%, -500%);
    opacity: 0;
  }
  to {
    transform: translate(var(--translate-x), var(--translate-y));
    opacity: 1;
  }
}
@keyframes moveToCenter5 {
  from {
    transform: translate(600%, -800%);
    opacity: 0;
  }
  to {
    transform: translate(var(--translate-x), var(--translate-y));
    opacity: 1;
  }
}
/* ====================================================
Prologue
==================================================== */
.prologue {
  padding: 2rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  .prologue {
    padding: 2rem 0 8rem;
  }
}
@media screen and (max-width: 834px) {
  .prologue {
    padding: 2rem 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .prologue {
    padding: 2rem 0 0;
  }
}
@media (max-width: 1149px) and (max-height: 700px) {
  .prologue {
    margin-top: -7rem;
  }
}
@media (max-width: 835px) and (max-height: 654px) {
  .prologue {
    margin-top: -7rem;
  }
}
.prologue .inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 834px) {
  .prologue .inner {
    width: 97vw;
  }
}
@media screen and (max-width: 834px) {
  .prologue-ttl {
    writing-mode: vertical-rl;
    position: relative;
  }
}
.prologue-title {
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .prologue-title {
    position: absolute;
    top: 15px;
    left: 37%;
  }
}
@media (max-width: 390px) and (max-height: 8844px) {
  .prologue-title {
    font-size: 13.5px;
  }
}
@media (max-width: 375px) and (max-height: 667px) {
  .prologue-title {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .prologue-title {
    font-size: 14px;
  }
}
.prologue-text {
  font-family: "Unbounded", sans-serif;
  font-size: 110px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.09;
  margin-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .prologue-text {
    font-size: 6vw;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .prologue-text {
    font-size: 6vw;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .prologue-text {
    margin-top: 1rem;
    text-align: right;
    font-size: 8vw;
    margin-left: -1rem;
  }
}
@media screen and (max-width: 640px) {
  .prologue-text {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 499px) {
  .prologue-text {
    font-size: 13.5vw;
  }
}
@media screen and (max-width: 376px) {
  .prologue-text {
    font-size: 18vw;
  }
}
@media (max-width: 375px) and (max-height: 667px) {
  .prologue-text {
    font-size: 11vw;
  }
}
@media (max-width: 360px) {
  .prologue-text {
    font-size: 14vw;
  }
}

/* ====================================================
SCROLL DOWN
==================================================== */
.scroll-down {
  flex-shrink: 0;
}
.scroll-down-text {
  font-size: 12px;
  font-family: "Unbounded", sans-serif;
}
.scroll-down-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  border: 1px solid #eee;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .scroll-down-wrapper {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 834px) {
  .scroll-down-wrapper {
    width: 120px;
    height: 120px;
  }
}

svg.circle {
  width: 200px;
  height: 200px;
  display: block;
}
@media screen and (max-width: 640px) {
  svg.circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 376px) {
  svg.circle {
    width: 130px;
    height: 130px;
  }
}

circle.circle {
  stroke-width: 1px;
  stroke: #e7e7e7;
  fill: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
circle.circle + text {
  font-size: 8px;
  font-family: "Unbounded", sans-serif;
  transform: translateY(-3px);
}

/* ====================================================
LEAD
==================================================== */
@media screen and (max-width: 834px) {
  .lead {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .lead {
    padding-top: 3rem;
  }
}
.lead-slider {
  overflow: hidden;
  padding: 3rem 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lead-slider {
    padding: 1rem 0;
  }
}
.lead-slider-item-img {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .lead-slider-item-img {
    width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .lead-slider-item-img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .lead-slider-item-img {
    width: 150px;
  }
}
.lead-slider-item-text {
  font-size: 42px;
  font-family: "Unbounded", sans-serif;
  white-space: nowrap;
}
.lead-slider .swiper-wrapper {
  align-items: center;
}
.lead-slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.lead .inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .lead .inner {
    flex-direction: column-reverse;
  }
}
.lead-text {
  font-size: 15px;
  line-height: 2;
}
.lead-text:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
  .lead-text:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .lead-text:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .lead-text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.lead-text-wrapper {
  width: 50%;
  padding: 14rem 0 17rem;
  border-right: 1px solid #e7e7e7;
}
@media screen and (max-width: 1200px) {
  .lead-text-wrapper {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 990px) {
  .lead-text-wrapper {
    padding: 12rem 0 5rem;
    width: 100%;
    text-align: center;
    border-right: none;
  }
}
@media screen and (max-width: 834px) {
  .lead-text-wrapper {
    padding: 10rem 0 4rem;
  }
}
@media screen and (max-width: 640px) {
  .lead-text-wrapper {
    padding: 8rem 0 3rem;
    text-align: left;
  }
}
@media screen and (max-width: 499px) {
  .lead-text-wrapper {
    padding: 6rem 0 2rem;
  }
}
@media screen and (max-width: 376px) {
  .lead-text-wrapper {
    padding: 5rem 0 1rem;
  }
}
.lead-ttl {
  width: 50%;
  padding: 14rem 0 17rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lead-ttl {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 990px) {
  .lead-ttl {
    padding: 12rem 0 5rem;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .lead-ttl {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 640px) {
  .lead-ttl {
    padding: 8rem 0 0;
  }
}
.lead-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 490px;
  height: 452px;
}
@media screen and (max-width: 1200px) {
  .lead-logo {
    width: 400px;
    height: 370px;
  }
}
@media screen and (max-width: 834px) {
  .lead-logo {
    top: 65%;
    width: 300px;
    height: 280px;
  }
}
.lead-logo .logo {
  fill: #f7f7f7;
  fill: #fafafa;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead-title {
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  white-space: nowrap;
}
@media screen and (max-width: 990px) {
  .lead-title {
    justify-content: center;
  }
}
.lead-title-l {
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .lead-title-l {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .lead-title-l {
    font-size: 60px;
  }
}
.lead-title-m {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .lead-title-m {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .lead-title-m {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .lead-title-m {
    font-size: 16px;
  }
}

/* ====================================================
OUR BUSINESS
==================================================== */
.our-business {
  height: 920px;
  color: var(--wh);
  position: relative;
  background-color: #222;
}
@media screen and (max-width: 1200px) {
  .our-business {
    height: 800px;
  }
}
@media screen and (max-width: 834px) {
  .our-business {
    height: 700px;
  }
}
@media screen and (max-width: 640px) {
  .our-business {
    height: 600px;
  }
}
@media screen and (max-width: 499px) {
  .our-business {
    height: 500px;
  }
}
.our-business-ttl {
  position: absolute;
  top: 5rem;
  left: 6rem;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .our-business-ttl {
    top: 4rem;
    left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .our-business-ttl {
    top: 3rem;
    left: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .our-business-ttl {
    top: 2rem;
    left: 1.5rem;
  }
}
@media (max-width: 360px) {
  .our-business-ttl {
    left: 1rem;
  }
}
.our-business-ttl-en {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .our-business-ttl-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .our-business-ttl-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .our-business-ttl-en {
    font-size: 11px;
  }
}
.our-business-content {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .our-business-content {
    width: 200%;
    overflow: visible;
  }
}
.our-business-content-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../img/top/hover-slide-01.webp) no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 1s ease-in-out 0.2s;
}
@media screen and (max-width: 834px) {
  .our-business-content-wrapper {
    overflow-x: auto;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-wrapper .inner {
    width: 100%;
  }
}
.our-business-content-wrapper.change {
  animation: changeOpacity 0.5s ease-in-out forwards;
}
@keyframes changeOpacity {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.our-business-content-list {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 640px) {
  .our-business-content-list {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
@media screen and (max-width: 499px) {
  .our-business-content-list {
    display: flex;
  }
}
.our-business-content-list-item {
  display: flex;
  align-items: center;
  opacity: 0.2;
  height: 100%;
}
.our-business-content-list-item:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 10rem;
}
@media screen and (max-width: 1500px) {
  .our-business-content-list-item:not(:last-child) {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-list-item:not(:last-child) {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .our-business-content-list-item:not(:last-child) {
    padding-right: 1.5rem;
  }
}
.our-business-content-list-item:not(:first-child) {
  padding-left: 10rem;
}
@media screen and (max-width: 1500px) {
  .our-business-content-list-item:not(:first-child) {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-list-item:not(:first-child) {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .our-business-content-list-item:not(:first-child) {
    padding-left: 1.5rem;
  }
}
.our-business-content-list-item .arrow-forward {
  margin: 0 0 0 auto;
}
.our-business-content-list-item .arrow-forward-icon::before {
  background-color: transparent;
  border: 1px solid var(--wh);
}
.our-business-content-list-item .arrow-forward-icon::after {
  color: var(--wh);
}
.our-business-content-list-item.active {
  opacity: 1;
}
.our-business-content-list-item.active .arrow-forward-icon::before {
  background-color: var(--wh);
}
.our-business-content-list-item.active .arrow-forward-icon::after {
  color: #000;
}
@media screen and (max-width: 834px) {
  .our-business-content-list-item[data-num="01"] {
    background: url(../img/top/hover-slide-01.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-list-item[data-num="02"] {
    background: url(../img/top/hover-slide-02.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-list-item[data-num="03"] {
    background: url(../img/top/hover-slide-03.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 1.5rem;
  }
}
.our-business-content-list-inner {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .our-business-content-list-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    padding-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .our-business-content-list-inner {
    justify-content: center;
    padding-top: 0;
  }
}
.our-business-content-text-en {
  font-family: "Unbounded", sans-serif;
  font-size: 42px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .our-business-content-text-en {
    font-size: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-text-en {
    font-size: 5vw;
  }
}
.our-business-content-text-en .text-wrap {
  display: flex;
  align-items: flex-start;
}
.our-business-content-text-en .num {
  font-size: 12px;
  font-family: "Unbounded", sans-serif;
  margin-left: 5px;
  margin-top: 5px;
}
.our-business-content-text-jp {
  font-size: 21px;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .our-business-content-text-jp {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-text-jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .our-business-content-text-jp {
    font-size: 15px;
  }
}
@media screen and (max-width: 499px) {
  .our-business-content-text-jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  .our-business-content-text-jp {
    font-size: 13px;
  }
}
.our-business-content-text-m {
  font-size: 15px;
  line-height: 2;
  margin-top: 11rem;
}
@media screen and (max-width: 1200px) {
  .our-business-content-text-m {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .our-business-content-text-m {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .our-business-content-text-m {
    margin-top: 3rem;
    font-size: 13px;
  }
}
@media screen and (max-width: 499px) {
  .our-business-content-text-m {
    margin-top: 2rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .our-business-content-text-m {
    font-size: 11px;
  }
}

/* ====================================================
SUBSCRIPTON
==================================================== */
.subscription-wrapper {
  display: flex;
}
@media screen and (max-width: 834px) {
  .subscription-wrapper {
    flex-direction: column;
  }
}
.subscription-ttl {
  width: 100%;
  max-width: 560px;
  padding: 16rem 13rem;
}
@media screen and (max-width: 1200px) {
  .subscription-ttl {
    padding: 14rem 8rem;
    max-width: 480px;
  }
}
@media screen and (max-width: 834px) {
  .subscription-ttl {
    padding: 12rem 5rem 5rem;
    max-width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 640px) {
  .subscription-ttl {
    padding: 10rem 3rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .subscription-ttl {
    padding: 8rem 2rem 2rem;
  }
}
.subscription-ttl-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .subscription-ttl-inner {
    order: 2;
    padding: 0 4rem;
  }
}
.subscription-ttl-en {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .subscription-ttl-en {
    padding: 8rem 5rem 0;
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .subscription-ttl-en {
    padding: 6rem 3rem 0;
  }
}
@media screen and (max-width: 499px) {
  .subscription-ttl-en {
    padding: 4rem 2rem 0;
  }
}
@media screen and (max-width: 376px) {
  .subscription-ttl-en {
    padding: 4rem 1rem 0;
  }
}
.subscription-ttl-text-l {
  font-size: 38px;
  writing-mode: vertical-rl;
  font-weight: 500;
  margin: auto;
  margin-top: 5.5rem;
}
@media screen and (max-width: 1200px) {
  .subscription-ttl-text-l {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 834px) {
  .subscription-ttl-text-l {
    margin-top: 3.5rem;
    font-size: 32px;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 640px) {
  .subscription-ttl-text-l {
    margin-top: 2.5rem;
    font-size: 28px;
  }
}
.subscription-ttl-text-m {
  font-size: 15px;
  line-height: 2;
  margin-top: 6.5rem;
}
@media screen and (max-width: 1200px) {
  .subscription-ttl-text-m {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .subscription-ttl-text-m {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .subscription-ttl-text-m {
    margin-top: 3rem;
  }
}
.subscription-ttl-link {
  margin-top: 9rem;
}
@media screen and (max-width: 1200px) {
  .subscription-ttl-link {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 834px) {
  .subscription-ttl-link {
    margin-top: 5rem;
    margin-bottom: 3rem;
    order: 4;
  }
}
@media screen and (max-width: 640px) {
  .subscription-ttl-link {
    margin-top: 3rem;
  }
}
.subscription-ttl-link .arrow-forward {
  margin-left: auto;
}
.subscription-list {
  width: 100%;
  max-width: calc(100% - 560px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .subscription-list {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .subscription-list {
    order: 3;
    margin-top: 3rem;
  }
}
.subscription-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 8rem 4rem 4rem;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .subscription-list-item {
    padding: 6rem 3rem 3rem;
  }
}
@media screen and (max-width: 834px) {
  .subscription-list-item {
    padding: 4rem 3rem 2rem;
  }
  .subscription-list-item:last-child {
    border-right: 1px solid #e7e7e7;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .subscription-list-item {
    padding: 3rem 3rem 1rem;
  }
}
.subscription-list-item-img {
  max-width: 300px;
  max-height: 220px;
}
@media screen and (max-width: 1200px) {
  .subscription-list-item-img {
    max-width: 250px;
    max-height: 200px;
  }
}
@media screen and (max-width: 640px) {
  .subscription-list-item-img {
    max-width: 180px;
    max-height: 150px;
  }
}
@media screen and (max-width: 499px) {
  .subscription-list-item-img {
    max-width: 147px;
    max-height: 150px;
  }
}
.subscription-list-item-img-img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.subscription-list-item-content {
  height: 70px;
}
.subscription-list-item-ttl {
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  color: #999;
  text-align: center;
  font-weight: 500;
}
.subscription-list-item-text {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
}
.subscription-list-item-text span {
  font-size: 10px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}

/* ====================================================
CASE STUDY
==================================================== */
.case-study {
  background-color: #222;
  width: 100%;
  height: 845px;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 1200px) {
  .case-study {
    height: 700px;
  }
}
@media screen and (max-width: 834px) {
  .case-study {
    height: 600px;
  }
}
@media screen and (max-width: 640px) {
  .case-study {
    height: 500px;
  }
}
@media screen and (max-width: 499px) {
  .case-study {
    height: 400px;
  }
}
.case-study-ttl {
  text-align: center;
  color: var(--wh);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
@media screen and (max-width: 834px) {
  .case-study-ttl {
    width: 90%;
  }
}
.case-study-ttl-en {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
}
.case-study-ttl-link {
  text-align: center;
  color: var(--wh);
  font-size: 16px;
  font-family: "Albert Sans", sans-serif;
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .case-study-ttl-link {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .case-study-ttl-link {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .case-study-ttl-link {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .case-study-ttl-link {
    margin-top: 2rem;
  }
}
.case-study-ttl-link a {
  position: relative;
}
.case-study-ttl-link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--wh);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.case-study-ttl-link a:hover::before {
  width: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.case-study-ttl-text-l {
  font-family: "Unbounded", sans-serif;
  font-size: 70px;
  margin-top: 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 834px) {
  .case-study-ttl-text-l {
    font-size: 50px;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .case-study-ttl-text-l {
    font-size: 40px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .case-study-ttl-text-l {
    font-size: 30px;
    margin-top: 2rem;
  }
}
.case-study-ttl-text-m {
  font-size: 15px;
  line-height: 2;
  margin-top: 4rem;
}
.case-study-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  position: relative;
  height: 100%;
  overflow: hidden;
}
.case-study-container .container-item {
  transition: transform 0.1s ease-out;
}
.case-study-container .container-item.--01, .case-study-container .container-item.--03, .case-study-container .container-item.--05, .case-study-container .container-item.--07, .case-study-container .container-item.--09 {
  transform: translateY(var(--parallax-offset-up, 0));
}
.case-study-container .container-item.--02, .case-study-container .container-item.--04, .case-study-container .container-item.--06, .case-study-container .container-item.--08, .case-study-container .container-item.--10 {
  transform: translateY(var(--parallax-offset-down, 0));
}
.case-study .container-item.--01 {
  grid-column: 1;
  grid-row: 1;
}
.case-study .container-item.--01 img {
  max-width: 520px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--01 img {
    max-width: 450px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--01 img {
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--01 img {
    max-width: 350px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--01 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--01 img {
    max-width: 250px;
  }
}
.case-study .container-item.--02 {
  grid-column: 2;
  grid-row: 1;
  padding-top: 78px;
  margin-left: -102px;
}
.case-study .container-item.--02 img {
  max-width: 373px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--02 img {
    max-width: 320px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--02 img {
    max-width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--02 img {
    max-width: 240px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--02 img {
    max-width: 200px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--02 img {
    max-width: 180px;
  }
}
.case-study .container-item.--03 {
  grid-column: 3;
  grid-row: 1;
  padding-top: 126px;
}
.case-study .container-item.--03 img {
  max-width: 400px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--03 img {
    max-width: 350px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--03 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--03 img {
    max-width: 250px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--03 img {
    max-width: 220px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--03 img {
    max-width: 200px;
  }
}
.case-study .container-item.--04 {
  grid-column: 4;
  grid-row: 1;
  justify-self: flex-end;
}
.case-study .container-item.--04 img {
  max-width: 562px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--04 img {
    max-width: 500px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--04 img {
    max-width: 450px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--04 img {
    max-width: 400px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--04 img {
    max-width: 350px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--04 img {
    max-width: 300px;
  }
}
.case-study .container-item.--05 {
  grid-column: 1;
  grid-row: 3;
  align-self: flex-end;
  justify-self: flex-start;
  padding-bottom: 4rem;
}
.case-study .container-item.--05 img {
  max-width: 296px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--05 img {
    max-width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--05 img {
    max-width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--05 img {
    max-width: 200px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--05 img {
    max-width: 180px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--05 img {
    max-width: 160px;
  }
}
.case-study .container-item.--06 {
  position: absolute;
  left: 73px;
  bottom: 169px;
}
.case-study .container-item.--06 img {
  max-width: 387px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--06 img {
    max-width: 340px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--06 img {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--06 img {
    max-width: 260px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--06 img {
    max-width: 220px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--06 img {
    max-width: 200px;
  }
}
.case-study .container-item.--07 {
  grid-column: 2;
  grid-row: 3;
  align-self: flex-end;
  position: relative;
  z-index: 1;
}
.case-study .container-item.--07 img {
  max-width: 546px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--07 img {
    max-width: 480px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--07 img {
    max-width: 420px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--07 img {
    max-width: 360px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--07 img {
    max-width: 320px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--07 img {
    max-width: 280px;
  }
}
.case-study .container-item.--08 {
  position: absolute;
  bottom: 181px;
  left: 43%;
}
.case-study .container-item.--08 img {
  max-width: 247px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--08 img {
    max-width: 220px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--08 img {
    max-width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--08 img {
    max-width: 180px;
    visibility: hidden;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--08 img {
    max-width: 160px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--08 img {
    max-width: 140px;
  }
}
.case-study .container-item.--09 {
  grid-column: 4;
  grid-row: 3;
  justify-self: flex-end;
  align-self: flex-end;
  position: relative;
  z-index: 1;
  padding-right: 5rem;
}
.case-study .container-item.--09 img {
  max-width: 540px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--09 img {
    max-width: 480px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--09 img {
    max-width: 420px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--09 img {
    max-width: 360px;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--09 img {
    max-width: 320px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--09 img {
    max-width: 280px;
  }
}
.case-study .container-item.--10 {
  position: absolute;
  bottom: 153px;
  right: 0;
}
.case-study .container-item.--10 img {
  max-width: 272px;
}
@media screen and (max-width: 1200px) {
  .case-study .container-item.--10 img {
    max-width: 240px;
  }
}
@media screen and (max-width: 834px) {
  .case-study .container-item.--10 img {
    max-width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .case-study .container-item.--10 img {
    max-width: 200px;
    visibility: hidden;
  }
}
@media screen and (max-width: 499px) {
  .case-study .container-item.--10 img {
    max-width: 180px;
  }
}
@media screen and (max-width: 376px) {
  .case-study .container-item.--10 img {
    max-width: 160px;
  }
}

/* ====================================================
SUSTAINABILITY
==================================================== */
.sustain {
  padding: 12rem 0;
  border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 1200px) {
  .sustain {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 834px) {
  .sustain {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .sustain {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 499px) {
  .sustain {
    padding: 4rem 0;
  }
}
.sustain-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sustain-ttl-en {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
  text-align: center;
}
.sustain-ttl-text-m {
  font-size: 14px;
  margin-right: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .sustain-ttl-text-m {
    margin-right: 1rem;
  }
}
.sustain-ttl-text-l {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .sustain-ttl-text-l {
    font-size: 36px;
  }
}
.sustain-ttl-inner {
  writing-mode: vertical-rl;
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 1200px) {
  .sustain-ttl-inner {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 834px) {
  .sustain-ttl-inner {
    padding: 4rem 0 6rem;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 640px) {
  .sustain-ttl-inner {
    padding: 2rem 0 3rem;
  }
}
.sustain-slider {
  overflow: hidden;
}
.sustain-slider-item-img {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  .sustain-slider-item-img {
    width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .sustain-slider-item-img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .sustain-slider-item-img {
    width: 150px;
  }
}
.sustain-slider-item-text {
  font-size: 120px;
  font-family: "Unbounded", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .sustain-slider-item-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 834px) {
  .sustain-slider-item-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 640px) {
  .sustain-slider-item-text {
    font-size: 60px;
  }
}
.sustain-slider .swiper-wrapper {
  align-items: center;
}
.sustain-slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.sustain-content {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .sustain-content {
    width: 90%;
    margin: 4rem auto 0;
  }
}
.sustain-content-text {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sustain-content-text {
    text-align: left;
  }
}
.sustain-content-link {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .sustain-content-link {
    margin-top: 0;
  }
}
.sustain-content-link .arrow-forward {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sustain-content-link .arrow-forward {
    margin-left: 0;
    margin-right: auto;
  }
}

/* ====================================================
NEWS
==================================================== */
.news {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .news {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .news {
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding-bottom: 3rem;
  }
}
.news-ttl {
  width: 100%;
  max-width: 420px;
  padding: 5rem 9rem 14rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .news-ttl {
    padding: 4rem 6rem 12rem;
    max-width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .news-ttl {
    padding: 3rem 4rem 3rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .news-ttl {
    padding: 3rem 4rem 1rem;
    max-width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 640px) {
  .news-ttl {
    padding: 2rem 3rem 0;
  }
}
.news-ttl-en {
  font-family: "Unbounded", sans-serif;
  font-size: 15px;
}
@media screen and (max-width: 834px) {
  .news-ttl-en {
    order: 1;
    padding: 3rem 4rem 1rem;
  }
}
@media screen and (max-width: 834px) {
  .news-ttl-link {
    order: 3;
    padding: 0 4rem;
  }
}
.news-content {
  width: 100%;
  max-width: calc(100% - 420px);
}
@media screen and (max-width: 1500px) {
  .news-content {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .news-content {
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .news-content {
    max-width: 100%;
  }
}
.news-content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 640px) {
  .news-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.news-item {
  padding: 5rem;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  transition: background-color 0.3s ease-in;
}
@media screen and (max-width: 1500px) {
  .news-item {
    padding: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-item {
    padding: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .news-item {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .news-item {
    display: flex;
    gap: 2rem;
  }
  .news-item:last-child {
    border-bottom: none;
  }
}
.news-item-desc {
  margin-top: 1.5rem;
  text-decoration: underline;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .news-item-desc {
    margin-top: 0;
  }
}
.news-item-date {
  margin-top: 2rem;
  font-size: 12px;
}
.news-item-img {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .news-item-img {
    flex-shrink: 0;
  }
}
.news-item-img img {
  transition: transform 0.3s ease-in;
}
@media screen and (max-width: 640px) {
  .news-item-img img {
    max-width: 150px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 499px) {
  .news-item-img img {
    max-width: 120px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.news-item:hover {
  background-color: #f7f7f7;
  transition: background-color 0.3s ease-in;
}
.news-item:hover .news-item-img img {
  transform: scale(1.05);
  transition: transform 0.3s ease-in;
}
@media screen and (max-width: 640px) {
  .news-item a {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
}/*# sourceMappingURL=top.css.map */