@charset "utf-8";

.fv {
  z-index: 5;
  position: relative;
  overflow-x: clip;
  padding: 164px 0 158px 0 !important;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 89%;
    top: 0;
    left: 0;
    background: url('../images/bg-fv.png') center top / cover no-repeat;
    pointer-events: none;
  }
}
@media screen and (min-width: 900px) {
  .fv {
    padding: 164px 0 258px 0 !important;
  }
}

.c2296:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .fv__wrap {
    width: fit-content;
    margin-left: 67px;
  }
}

.fv__news {
  margin: 70px 0 0 0 !important;
  background: #377E5E;
  border-radius: 10px;
  padding: 22px 20px 17px 20px;;
  color: #fff;
  max-width: 280px;
}
@media screen and (min-width: 900px) {
  .fv__news {
    margin: 249px 0 0 0 !important;
  padding: 22px 24px 17px 24px
  }
}
@media screen and (min-width: 1100px) {
  .fv__news {
    margin: 249px 0 0 -50px !important;
  }
}

.fv__news a:hover {
  opacity: 0.8;
}

.fv-news__body {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.fv-news__meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fv-news__date {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.fv-news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: calc(22 / 14);
  padding-left: 15px;
  border-left: 1px dotted #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .fv-news__meta {
  gap: 21px;
}
  .fv-news__date {
  font-size: 22px;
}
  .fv-news__title {
  font-size: 14px;
    padding-left: 20px;
  }
}

.fv-news__bottom {
  display: flex;
  align-items: center;
  gap: 21px;
  justify-content: space-between;
}
.fv-news__more {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;

  &::after {
    content: "";
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-image: url('../images/icon-arrow.svg');
    background: #fff;
    width: 8px;
    height: 8px;
  }
}

.fv__img01,
.fv__img02,
.fv__img03 {
  position: absolute;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.fv__img01 {
  aspect-ratio: 437/387;
  width: min(40%, 437px);
  border-radius: 0 0 0 20px;
  top: 0;
  right: 0;
}

.fv__img02 {
  aspect-ratio: 437/540;
  width: min(30%, 437px);
  border-radius: 20px 0 0 20px;
  bottom: 0;
  right: 0;
}

.fv__img03 {
  aspect-ratio: 858/768;
  width: min(60%, 458px);
  border-radius: 0 20px 20px 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 900px) {
  .fv__img01 {
    width: min(100%, 437px);  
    right: unset;
    left: calc(50% + 248px);
  }
  .fv__img02 {
    width: min(100%, 437px);
    right: unset;
    left: calc(50% + 246px);
  }
  .fv__img03 {
    width: min(100%, 858px);
    left: unset;
    right: calc(50% - 175px);
  }
}
@media screen and (min-width: 1366px) {
  .fv__img01 {  
    left: unset;
    right: 0;
  }
  .fv__img02 {
    left: unset;
    right: 0;
  }
  .fv__img03 {
    right: unset;
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .fv__img01 {
    right: unset;
    left: calc(50% + 248px);
  }
  .fv__img02 {
    right: unset;
    left: calc(50% + 246px);
  }
  .fv__img03 {
    left: unset;
    right: calc(50% - 175px);
  }
  .fv__img01,
  .fv__img02,
  .fv__img03 {
    border-radius: 20px;
  }
}

.top-policy {
  border-radius: 40px;
  background: #D3EFE4;
  padding: 371px 0 0;
  margin-top: -110px;
  z-index: 3;
}

.top-policy__deco {
  width: 800px;
  height: auto;
  position: absolute;
  top: 123px;
  left: calc(50% - 90px);
}

.top-policy__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 34px;
  flex-direction: column-reverse;
}

.top-policy__swiper,
.top-policy__swiper-wrapper,
.top-policy__swiper-slide {
  position: relative;
}
.top-policy__swiper{
  height: 884px;
  overflow: hidden;
  flex-shrink: 0;
      margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .top-policy__swiper{
     margin: 0;
  }
}
.top-policy__swiper-wrapper {
  display: flex;
  flex-direction: column;
  transition-timing-function: linear;
  align-items: flex-start;
}
.top-policy__swiper-slide {
  height: auto;
  aspect-ratio: 496 / 310;
  max-width: 396px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.top-policy__swiper-slide img {
  aspect-ratio: 496 / 310;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .top-policy__wrap {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  .top-policy__deco {
    width: 957px;
  }
  .top-policy__wrap {
    gap: min(calc(134 / 1366 * 100vw), 134px);
  }
  .top-policy__swiper-slide {
    max-width: min(calc(496 / 1366 * 100vw), 496px);
  }
}

.bg-text__wrap {
  display: flex;
  gap: 50px;
  width: 100%;
  height: 263px;
  position: absolute;
  bottom: -98px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 25;
}
.bg-text {
  aspect-ratio: 2529 / 263;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.top-info {
  overflow: clip;
}

.top-info__inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
 .top-info__inner {
  padding: 0 40px;
}
}
@media screen and (min-width: 1024px) {
 .top-info__inner {
  padding: 0 80px;
}
}

.top-info__container {
  display: flex;
  gap: 57px;
  align-items: start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-info__container {
    flex-direction: row;
    gap: 30px;
            margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .top-info__container {
    gap: 57px;
  }
}
@media screen and (min-width: 1600px) {
  .top-info__container {
            max-width: 1500px;
  }
}

.top-info__side {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-info__side {
    position: sticky;
    top: 40px;
    left: 0;
  }
}

.top-info__body {
  flex-grow: 1;
}

.top-info__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: #FFFFFF;
  border-radius: 20px;
}
@media screen and (min-width: 1366px) {
  .top-info__wrap {
    display: grid;
    grid-template-columns: 464px 1fr;
  }
}

.top-info__item--white {
  background: #FFFFFF;
  border-radius: 20px 20px 0 0;
  padding: 69px 20px 77px;
}
@media screen and (min-width: 768px) {
  .top-info__item--white {
    padding: 69px 60px 77px;
  }
}
@media screen and (min-width: 1366px) {
  .top-info__item--white {
    border-radius: 20px 0 0 20px;
  }
}

.top-info__item--green {
  padding: 69px 20px 77px;
  background: #D3EFE4;
  border-radius: 20px;
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-info__item--green {
    padding: 69px 35px 77px;
  }
}
@media screen and (min-width: 1366px) {
  .top-info__item--green {
  border-radius: 20px 0 0 0;
  }
  .top-info__wrap:nth-of-type(2) .top-info__item--green {
  border-radius: 0 0 0 20px;
  }
}
@media screen and (min-width: 1600px) {
    .top-info__item--green {
  border-radius: 20px 20px 0 0;
  }
  .top-info__wrap:nth-of-type(2) .top-info__item--green {
  border-radius: 0 0 20px 20px;
  }
}


.top-info__item--white-title {
  border-bottom: 1px dotted #707070;
  padding-bottom: 17px;
}

.top-info__item--white-img {
  margin-top: 17px;
  aspect-ratio: 339 / 212;
  width: min(100%, 550px);
  height: auto;
  border-radius: 15px;
  margin-inline: auto;
  display: block;
  overflow: hidden;
}

.top-info__item--green-item {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 42px;
  border-bottom: 1px dotted #E6F0EC;
  
  &:hover {
            opacity: 0.8;
    .top-info__item--green-img img {
      scale: 1.1;
    }
  }
}
@media screen and (min-width: 1024px) {
  .top-info__item--green-item {
    display: grid;
    gap: 36px;
    grid-template-columns: 192px 1fr;
            align-items: center;
  }
}

.top-info__item--green-img {
  aspect-ratio: 192/ 120;
  width: min(100%, 550px);
  height: auto;
  border-radius: 15px;
  margin-inline: auto;
  overflow: hidden;
  
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.5s;
  }
}

.top-news__head {
  display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: start;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-news__head {
        align-items: end;
    flex-direction: row;
  }
}

.top-news__btn {
  width: 136px;
  height: auto;
  &:hover {
    opacity: 0.8;
  }
}














