@charset "UTF-8";.inner {
  margin-inline: auto;
  max-width: 900px;
  padding-inline: 20px;
}

.contents-inner {
  margin-inline: auto;
  max-width: 950px;
  padding-inline: calc(20 / 375 * 100vw);
}

.text-vertical {
  writing-mode: vertical-rl;
}

.c-btn-more__link {
  align-items: center;
  background: #1a9f6a;
  border-radius: calc(27 / 375 * 100vw);
  display: inline-flex;
  gap: calc(41 / 375 * 100vw);
  justify-content: space-between;
  padding: calc(10.8 / 375 * 100vw) calc(12.5 / 375 * 100vw) calc(10.8 / 375 * 100vw) calc(34 / 375 * 100vw);
}
.c-btn-more__link:hover {
  opacity: 1;
}
.c-btn-more__link:hover::after {
  transform: translateX(3px);
}
.c-btn-more__link > p {
  color: #ffffff;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.c-btn-more__link::after {
  aspect-ratio: 1/1;
  background-image: url("../images/icon_cycle_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(32.5 / 375 * 100vw);
  position: relative;
  transform: translateX(0);
  transition: transform 0.3s ease;
  width: calc(32.5 / 375 * 100vw);
}
.c-btn-more__link--white {
  background: #ffffff;
}
.c-btn-more__link--white p {
  color: #1a9f6a;
}
.c-btn-more__link--white::after {
  background-image: url("../images/icon_cycle_arrow_green.svg");
}
.c-btn-more__link--small {
  gap: calc(20 / 375 * 100vw);
  padding: calc(5.8 / 375 * 100vw) calc(6.5 / 375 * 100vw) calc(5.8 / 375 * 100vw) calc(17 / 375 * 100vw);
}
.c-btn-more__link--small::after {
  height: calc(20 / 375 * 100vw);
  width: calc(20 / 375 * 100vw);
}

.c-link-cycle-more {
  position: relative;
}

.c-link-cycle-more__img {
  aspect-ratio: 1/1;
  height: calc(60 / 375 * 100vw);
  overflow: hidden;
  width: calc(60 / 375 * 100vw);
}
.c-link-cycle-more__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-link-cycle-more__text {
  align-items: center;
  border-bottom: 1px solid #272727;
  display: inline-flex;
  flex-direction: column;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1.5;
  position: absolute;
  z-index: 2;
}
.c-link-cycle-more__text::before {
  aspect-ratio: 1/1;
  background-image: url("../images/icon_arrow_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.73vw;
  width: 3.73vw;
}

.c-text-title {
  color: #393939;
  font-size: calc(25 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
}

.c-text-head-en {
  font-family: "Lato", sans-serif;
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 4.2px;
}

.c-head-cycle > h2,
.c-head-cycle > h3 {
  align-items: baseline;
  color: #393939;
  display: inline-flex;
  font-size: 3.73vw;
  font-weight: 500;
  gap: 8px;
  letter-spacing: 1.2px;
  line-height: 1.46;
}
.c-head-cycle > h2::before,
.c-head-cycle > h3::before {
  background: #1a9f6a;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: calc(9 / 375 * 100vw);
  width: calc(9 / 375 * 100vw);
}

.c-text-copy {
  display: flex;
  flex-direction: column;
  font-size: calc(24 / 375 * 100vw);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.45;
}

.data-tag {
  background-color: #ede99c;
  border-radius: 24px;
  display: inline-block;
  font-size: calc(8 / 375 * 100vw);
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: calc(3 / 375 * 100vw) calc(6 / 375 * 100vw);
}
.data-tag.data-tag--category {
  background-color: #fff;
  font-size: calc(14 / 375 * 100vw);
  font-weight: 500;
  line-height: 1.4285714286;
  min-width: calc(160 / 1366 * 100vw);
  padding: calc(8 / 375 * 100vw) calc(16 / 375 * 100vw);
  text-align: center;
  transition: background-color 0.3s ease;
}
.data-tag.data-tag--category:hover {
  background-color: #ede99c;
  opacity: 1;
}
.data-tag.data-tag--category.is-select {
  background-color: #ede99c;
}

.data-date {
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 0.7px;
  line-height: 1.8;
}

.data-title {
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 1.2px;
  line-height: 1.5;
  overflow-wrap: anywhere;
  width: 100%;
}

.data-img {
  aspect-ratio: 118/120;
  border: solid 1px #fff;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.news-data-list {
  color: #393939;
  font-family: "Noto Sans JP", serif;
}
.news-data-list > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 375 * 100vw);
}

.news-data-list__wrap > a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  padding: calc(7 / 375 * 100vw) calc(17 / 375 * 100vw) calc(7 / 375 * 100vw) calc(7 / 375 * 100vw);
  transition: border 0.3s ease;
  width: 100%;
}
.news-data-list__wrap > a:hover {
  border: 1px solid #f7b205;
  opacity: 1;
}

.news-data-list__inner {
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.news-data-list__inner::after {
  aspect-ratio: 1/1;
  background-image: url("../images/icon_cycle_arrow_green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: calc(20 / 375 * 100vw);
  margin-left: calc(33 / 1366 * 100vw);
  width: calc(20 / 375 * 100vw);
}

.news-data-list__img {
  width: calc(60 / 375 * 100vw);
}

.news-data-list__contents {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 1366 * 100vw);
  margin-left: calc(33 / 1366 * 100vw);
  width: 100%;
}
.news-data-list__head {
  display: flex;
  gap: calc(17 / 1366 * 100vw);
}

.top-info-hover__action {
  transform: scale(1);
  transition: transform 0.3s ease;
}

@media (min-width: 1024px) {
  .inner {
    max-width: 100%;
    padding-inline: calc(100 / 1366 * 100vw);
  }
  .contents-inner {
    max-width: calc(990 / 1366 * 100vw);
    padding-inline: calc(20 / 1366 * 100vw);
  }
  .c-btn-more__link {
    border-radius: calc(27 / 1366 * 100vw);
    gap: calc(41 / 1366 * 100vw);
    padding: calc(10.8 / 1366 * 100vw) calc(12.5 / 1366 * 100vw) calc(10.8 / 1366 * 100vw) calc(34 / 1366 * 100vw);
  }
  .c-btn-more__link > p {
    font-size: calc(16 / 1366 * 100vw);
  }
  .c-btn-more__link::after {
    height: calc(32.5 / 1366 * 100vw);
    width: calc(32.5 / 1366 * 100vw);
  }
  .c-btn-more__link--small {
    gap: calc(40 / 1366 * 100vw);
    padding: calc(10.8 / 1366 * 100vw) calc(12.5 / 1366 * 100vw) calc(10.8 / 1366 * 100vw) calc(34 / 1366 * 100vw);
  }
  .c-btn-more__link--small::after {
    height: calc(32.5 / 1366 * 100vw);
    width: calc(32.5 / 1366 * 100vw);
  }
  .c-link-cycle-more__img {
    height: calc(125 / 1366 * 100vw);
    width: calc(125 / 1366 * 100vw);
  }
  .c-link-cycle-more__text {
    font-size: calc(16 / 1366 * 100vw);
  }
  .c-link-cycle-more__text::before {
    height: calc(20 / 1366 * 100vw);
    width: calc(20 / 1366 * 100vw);
  }
  .c-text-title {
    font-size: calc(40 / 1366 * 100vw);
  }
  .c-text-head-en {
    font-size: calc(20 / 1366 * 100vw);
  }
  .c-head-cycle > h2,
  .c-head-cycle > h3 {
    font-size: calc(24 / 1366 * 100vw);
  }
  .c-head-cycle > h2::before,
  .c-head-cycle > h3::before {
    height: calc(18 / 1366 * 100vw);
    width: calc(18 / 1366 * 100vw);
  }
  .c-text-copy {
    font-size: calc(40 / 1366 * 100vw);
    gap: 7px;
  }
  .data-tag {
    font-size: calc(12 / 1366 * 100vw);
    padding: calc(5 / 1366 * 100vw) calc(14 / 1366 * 100vw) calc(5 / 1366 * 100vw) calc(17 / 1366 * 100vw);
  }
  .data-tag.data-tag--category {
    font-size: calc(14 / 1366 * 100vw);
    padding: calc(12.5 / 1366 * 100vw) calc(20 / 1366 * 100vw);
  }
  .data-date {
    font-size: calc(14 / 1366 * 100vw);
  }
  .data-title {
    font-size: calc(15 / 1366 * 100vw);
  }
  .news-data-list > .webgene-blog {
    gap: calc(12 / 1366 * 100vw);
  }
  .news-data-list__wrap > a {
    padding: calc(12 / 1366 * 100vw) calc(34 / 1366 * 100vw) calc(12 / 1366 * 100vw) calc(14 / 1366 * 100vw);
  }
  .news-data-list__inner::after {
    height: calc(32.5 / 1366 * 100vw);
    width: calc(32.5 / 1366 * 100vw);
  }
  .news-data-list__img {
    width: calc(118 / 1366 * 100vw);
  }
}