@charset "UTF-8";
body {
  background-color: #fff;
  color: #4b4b4b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
body.is-fixed {
  overflow: hidden;
}

img {
  display: inline-block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: baseline;
  width: 100%;
}

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}

.text-wrap {
  line-break: auto;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.display-none {
  display: none;
}

.pc_only {
  display: none;
}

.swiper-wrapper {
  display: flex;
}
.swiper-wrapper.swiper-flow {
  transition-timing-function: linear;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

.bg-text__wrap {
  display: flex;
  gap: 50px;
  width: 100%;
}

.bg-text {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
  flex-shrink: 0;
  height: 100%;
  width: auto;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.c-logo {
  aspect-ratio: 1/1;
  height: 50px;
  width: 50px;
}

.c-logo__link {
  align-items: center;
  background-image: linear-gradient(to bottom, #f8eae2, #d5e5ed);
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-logo__link p {
  color: #666;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
.c-logo__link p:nth-of-type(1) {
  font-size: 9px;
}
.c-logo__link p:nth-of-type(2) {
  font-size: 20px;
}

.c-section-title {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.c-section-title__en {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  letter-spacing: 3.25px;
  line-height: 1.1692307692;
}

.c-section-title__jp {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4444444444;
}

.c-text-main {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.39px;
  line-height: 2;
}

.c-title-cycle {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 500;
  gap: 15px;
  letter-spacing: 1.3px;
}
.c-title-cycle::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.c-btn-square {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  gap: 5px;
  height: 56px;
  padding: 5px 10px 5px 20px;
  width: 217px;
}
.c-btn-square p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.75px;
  width: 100%;
}
.c-btn-square__arrow {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #d0e9f4;
  border-radius: 5px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  width: 25px;
}
.c-btn-square__arrow::after {
  background-image: url(../images/icon_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  width: 10px;
}
.c-btn-square.c-btn-square--blue {
  background-color: #d0e9f4;
  color: #4b4b4b;
}
.c-btn-square.c-btn-square--blue .c-btn-square__arrow {
  background-color: #fff;
}
.c-btn-square.c-btn-square--yellow .c-btn-square__arrow {
  background-color: #f5f0d1;
}
.c-btn-square.c-btn-square--yellow .c-btn-square__arrow::after {
  background-image: url(../images/icon_arrow_yellow.svg);
}
.c-btn-square.c-btn-square--orange .c-btn-square__arrow {
  background-color: #f9e8dd;
}
.c-btn-square.c-btn-square--orange .c-btn-square__arrow::after {
  background-image: url(../images/icon_arrow_orange.svg);
}

.works-date-list__link {
  width: 100%;
}

.works-date-list__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.works-date-list__tag {
  margin-top: 5px;
}

.works-date-list__title {
  margin-top: 5px;
}

.data-img {
  aspect-ratio: 368/225;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.data-tag {
  background-color: #d0e9f4;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
  padding: 4px 15px;
}
.data-tag.cat-yellow {
  background-color: #f5f0d1;
}
.data-tag.cat-blue {
  background-color: #d0e9f4;
}
.data-tag.cat-orange {
  background-color: #f9e8dd;
}

.data-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.39px;
  line-height: 2;
}

.data-category-list {
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.data-category-list > .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.data-category-list__link {
  align-items: center;
  background-color: #f4f3f5;
  border-radius: 50px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  letter-spacing: 0.7px;
  line-height: 1.4285714286;
  min-width: 130px;
  padding: 10px;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.data-category-list__link:hover {
  background-color: #d0e9f4;
  opacity: 1;
}
.data-category-list__link.is-select {
  background-color: #d0e9f4;
}

.news-date-list > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-date-list__wrap a {
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  border-radius: 20px;
  padding: 20px;
  transition: border 0.3s ease;
  width: 100%;
}
.news-date-list__wrap a:hover {
  border: 2px solid #d0e9f4;
  opacity: 1;
}

.news-date-list__inner {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.news-date-list__inner::after {
  aspect-ratio: 1/1;
  background-image: url(../images/news_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 20px;
}

.news-date-list__contents {
  width: 100%;
}

.news-date-list__head {
  align-items: center;
  display: flex;
  gap: 18px;
}

.news-date-list__title {
  margin-top: 15px;
}

.data-date {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.8;
}

.data-news-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  line-height: 1.5;
}

.c-page-inner {
  margin-inline: auto;
  max-width: 785px;
  padding-inline: 20px;
}

.c-page-head {
  margin-top: 60px;
  position: relative;
}
.c-page-head__img {
  aspect-ratio: 375/330;
  overflow: hidden;
  width: 100%;
}
.c-page-head__img::after {
  background-image: url(../images/page-header_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-page-head__contents {
  left: 0;
  padding-inline: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.c-page-head__title {
  font-family: "Raleway", sans-serif;
  font-size: 45px;
  letter-spacing: 1.5px;
  line-height: 1.1692307692;
}
.c-page-head__sub.c-title-cycle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  margin-top: 3px;
}
.c-page-head__sub.c-title-cycle::before {
  height: 1em;
  width: 1em;
}
.c-page-head__desc {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.39px;
  line-height: 2;
  margin-top: 15px;
  max-width: 460px;
}
.c-page-head__btn .c-btn-square {
  margin-top: 25px;
  min-width: 320px;
  width: -moz-fit-content;
  width: fit-content;
}

.c-page-head__bread {
  align-items: center;
  color: #909090;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  gap: 22px;
  left: 20px;
  letter-spacing: 0.78px;
  position: absolute;
  top: 20px;
}
.c-page-head__bread-text {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}
.c-page-head__bread-text::before {
  content: "＞";
  font-size: 10px;
}

.c-main.c-main__bg {
  background-image: url(../images/page-main_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
.c-main__inner {
  margin-inline: auto;
  max-width: 720px;
  padding-inline: 20px;
}
@media (min-width: 414px){
  .c-page-head__img {
    aspect-ratio: 414/280;
  }
}
@media (min-width: 768px){
  .c-page-head__img {
    aspect-ratio: 1286/550;
  }
}
@media (min-width: 1024px){
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .c-logo {
    height: 67px;
    width: 67px;
  }
  .c-logo__link p:nth-of-type(1) {
    font-size: 11px;
  }
  .c-logo__link p:nth-of-type(2) {
    font-size: 24px;
  }
  .c-section-title {
    gap: 7px;
  }
  .c-section-title__en {
    font-size: 65px;
  }
  .c-section-title__jp {
    font-size: 18px;
  }
  .c-text-main {
    line-height: 2.31;
  }
  .c-title-cycle {
    font-size: 26px;
  }
  .c-btn-square {
    gap: 10px;
    padding: 8px 9px 8px 20px;
  }
  .c-btn-square p {
    font-size: 15px;
  }
  .c-btn-square__arrow {
    border-radius: 10px;
    width: 40px;
  }
  .works-date-list__tag {
    margin-top: 12px;
  }
  .works-date-list__title {
    margin-top: 20px;
  }
  .data-title {
    line-height: 2.31;
  }
  .data-category-list {
    background-color: #f4f3f5;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  }
  .data-category-list > .webgene-blog {
    gap: 0px;
  }
  .data-category-list__link {
    min-width: 160px;
    padding: 15px 20px;
  }
  .news-date-list__wrap a {
    padding: 49px 33px 46.6px 60px;
  }
  .news-date-list__inner::after {
    height: 38px;
    width: 38px;
  }
  .c-page-inner {
    max-width: 1118px;
    padding-inline: 27px 15px;
  }
  .c-page-head {
    margin-left: 80px;
    margin-top: 0;
  }
  .c-page-head__title {
    font-size: 65px;
    letter-spacing: 3.25px;
  }
  .c-page-head__sub.c-title-cycle {
    font-size: 18px;
    margin-top: 10px;
  }
  .c-page-head__desc {
    font-size: 13px;
    line-height: 2.31;
    margin-top: calc(43 / 1366 * 100vw);
    width: 80%;
  }
  .c-page-head__btn .c-btn-square {
    margin-top: 50px;
    min-width: 362px;
  }
  .c-main.c-main__bg {
    padding-bottom: 160px;
    padding-left: 80px;
    padding-top: 120px;
  }
  .c-main__inner {
    max-width: 1118px;
  }
}
@media (min-width: 1366px){
  .c-page-head__contents {
    padding-left: calc(110 / 1366 * 100vw);
    padding-right: calc(110 / 1366 * 100vw);
    top: calc(187 / 1366 * 100vw);
    transform: initial;
  }
}