.c-section-title {
  display: flex;
  flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  gap: 13px;
  line-height: calc(17 / 14);
  margin-top: 5px;
}
.c-section-title::after {
  background: linear-gradient(to right, #ed1a25 50%, #025ba8 50%);
  content: "";
  display: block;
  height: 4px;
  width: 60px;
}
.c-section-title.c-section-title--lg {
  flex-direction: column-reverse;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  gap: 25px;
  letter-spacing: 0.1em;
  position: relative;
}
.c-section-title.c-section-title--lg::after {
  position: relative;
  z-index: 1;
}
.c-section-title.c-section-title--lg::before {
  background-color: #d2d9e0;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 100%;
  width: 100%;
  z-index: 0;
}

.c-btn-cycle {
  align-items: center;
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn-cycle:hover {
  opacity: 1;
}
.c-btn-cycle:hover .c-btn-cycle__arrow::after {
  transform: scale(2);
}
.c-btn-cycle p {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.c-btn-cycle p::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-btn-cycle__arrow {
  align-items: center;
  background-image: linear-gradient(to bottom, #408ac9, #005dac);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 45px;
  justify-content: center;
  width: 45px;
}
.c-btn-cycle__arrow::after {
  background: url(../images/btn_arrow.svg) center center/contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 8px;
  transition: transform 0.3s ease;
  width: 10px;
}

.c-news__list > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c-news__link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.c-news__head {
  align-items: center;
  display: flex;
  gap: 10px;
}

.c-news-day {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.c-news-cate {
  background-color: #ecf1f7;
  border-radius: 10px;
  color: #025ba7;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  max-width: 150px;
  padding: 3px 7px 3px 7px;
}
.c-news-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.c-section-label {
  color: #252525;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 36px;
}
.c-section-label p:nth-of-type(1) {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-section-label p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(30 / 14);
}

.c-works__link {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-works__link:hover {
  opacity: 1;
}
.c-works__link:hover .c-works__img img {
  transform: scale(1.1);
}

.c-works__img {
  aspect-ratio: 350/210;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.c-works__img img {
  transition: transform 0.3s ease;
}

.c-works__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  margin-top: 17px;
}

.c-works__cate {
  background-color: #ecf1f7;
  border-radius: 10px;
  color: #025ba7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 7px;
  padding: 3px 7px 3px 7px;
}

.p-main {
  padding-top: 70px;
}

.c-page-header {
  overflow: hidden;
  position: relative;
}
.c-page-header::after {
  background: url(../images/page_header_bg.png) no-repeat center center/cover;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-page-header__bg {
  left: 0;
  top: 64px;
  z-index: 2;
}
.c-page-header__bg .bg-text {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 160px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.6;
}

.c-page-header__head {
  position: relative;
  z-index: 2;
}
.c-page-header__head .c-section-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-page-header__head-inner {
  margin-inline: auto;
  max-width: 1366px;
  padding-bottom: 60px;
  padding-inline: 20px;
  padding-top: 60px;
  position: relative;
}

.c-page-header__bread {
  margin-top: 10px;
}

.c-bread {
  align-items: center;
  display: flex;
  gap: 13px;
}

.c-bread__title {
  align-items: center;
  color: #025ba7;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  gap: 18px;
  line-height: calc(17 / 14);
}
.c-bread__title::after {
  background-color: #025ba7;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.5px;
  width: 16px;
}

.c-bread__link {
  align-items: center;
  display: flex;
  gap: 15px;
}

.c-bread__link-item {
  color: #252525;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.c-bread__link-item:not(:last-child) {
  align-items: center;
  color: #025ba7;
  display: flex;
  font-size: 13px;
  gap: 20px;
  letter-spacing: 0.06em;
}
.c-bread__link-item:not(:last-child)::after {
  background-color: #025ba7;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7px;
  width: 7px;
}

.c-page-header__head-fv {
  aspect-ratio: 1164/530;
  border-radius: 5px;
  height: 400px;
  margin-top: 30px;
  overflow: hidden;
  padding-right: 10px;
  width: 100%;
}
.c-page-header__head-fv img {
  border-radius: 5px;
  overflow: hidden;
}

.c-page-header__head-scroll {
  align-items: center;
  bottom: 260px;
  display: flex;
  gap: 20px;
  position: absolute;
  right: 7px;
  writing-mode: vertical-rl;
}
.c-page-header__head-scroll::after {
  background: url(../images/page_header_arrow.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
  height: 51px;
  width: 6px;
}
.c-page-header__head-scroll p {
  color: #025ba7;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.l-pagemain {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  margin-inline: auto;
  max-width: 1206px;
  padding-inline: 20px;
  position: relative;
}

.l-pagemain-main {
  margin-inline: auto;
  padding-bottom: 75px;
  width: 100%;
}

.c-sidebar {
  left: 0;
  position: sticky;
  top: 100px;
}

.c-sidebar__title {
  border-bottom: solid 1px #d3d9e0;
  padding-bottom: 15px;
}
.c-sidebar__title .c-section-title {
  align-items: center;
  color: #252525;
  flex-direction: row-reverse;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  justify-content: flex-end;
  letter-spacing: 0.1em;
}
.c-sidebar__title .c-section-title::after {
  background: linear-gradient(to bottom, #ed1a25 50%, #025ba8 50%);
  height: 30px;
  width: 4px;
}

.c-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-bottom: 40px;
  padding-top: 10px;
}
.c-sidebar__list > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.c-sidebar__item {
  align-items: center;
  background-color: #fff;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 11px;
  padding: 10px;
  transition: all 0.3s ease;
  width: 100%;
}
.c-sidebar__item::before {
  background-color: #707070;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 8px;
  transition: all 0.3s ease;
  width: 5px;
}
.c-sidebar__item:hover, .c-sidebar__item.is-select {
  background-color: #e8eef2;
  color: #2059aa;
  opacity: 1;
}
.c-sidebar__item:hover::before, .c-sidebar__item.is-select::before {
  background-color: #2059aa;
}

.c-page-section {
  padding-bottom: 60px;
}
.c-page-section:not(:nth-of-type(1)) {
  border-top: solid 1.5px #d2d9e0;
  padding-top: 60px;
}

.c-page-section__title {
  color: #252525;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(28 / 28);
}

.c-section-text {
  color: #313841;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 30px;
  letter-spacing: 0.03em;
  line-height: 2;
}

.service-slide {
  position: relative;
  width: 100%;
}
.service-slide:nth-of-type(2n) .service-slide__num {
  color: #025ba7;
}

.service-slide__link:hover {
  opacity: 1;
}
.service-slide__link:hover img {
  transform: scale(1.1);
}

.service-slide__img {
  border-radius: 5px;
  max-height: 540px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.service-slide__img img {
  aspect-ratio: 398/540;
  transition: transform 0.3s ease;
  width: 100%;
}
.service-slide__img::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.93) 78%, #000);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.61;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.service-slide__num {
  color: #ed1a25;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 43px;
  font-weight: 700;
  left: 18px;
  position: absolute;
  top: 11px;
}

.service-slide__contents {
  bottom: 34px;
  color: #fff;
  left: 18px;
  position: absolute;
}
.service-slide__contents .c-section-title {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  gap: 14px;
  letter-spacing: 0.1em;
}

.service-slide__desc {
  font-size: 12px;
  font-weight: 500;
  line-height: calc(24 / 12);
  margin-top: 15px;
  max-width: 260px;
}

.service-slide__bottom {
  align-items: center;
  display: flex;
  margin-top: 36px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination {
  height: 3px;
  max-width: 652px;
  position: relative;
}

.swiper-pagination-progressbar {
  background: #d2d9e0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ed1a25;
}

.swiper-button-prev,
.swiper-button-next {
  aspect-ratio: 1/1;
  background-image: url(../images/slide_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  position: relative;
  width: 45px;
}

.swiper-button-prev {
  margin-left: 20px;
}

.swiper-button-next {
  margin-left: 15px;
  transform: scale(-1, 1);
}

.solution-boxs {
  border-top: solid 1px #bfbfbf;
}

.solution__box {
  border-bottom: solid 1px #bfbfbf;
  padding-block: 15px;
}

.solution__box-q,
.solution__box-a {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}
.solution__box-q p,
.solution__box-q h1,
.solution__box-q h2,
.solution__box-q h3,
.solution__box-q h4,
.solution__box-q h5,
.solution__box-q h6,
.solution__box-a p,
.solution__box-a h1,
.solution__box-a h2,
.solution__box-a h3,
.solution__box-a h4,
.solution__box-a h5,
.solution__box-a h6 {
  letter-spacing: 0.08em;
  width: 100%;
}
.solution__box-q::before,
.solution__box-a::before {
  content: "";
  flex-shrink: 0;
}

.solution__box-q {
  cursor: pointer;
  padding-right: 10px;
}
.solution__box-q p,
.solution__box-q h1,
.solution__box-q h2,
.solution__box-q h3,
.solution__box-q h4,
.solution__box-q h5,
.solution__box-q h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
}
.solution__box-q::before {
  background: top center/contain no-repeat url("../images/solution_q.svg");
  height: 25px;
  width: 25px;
}
.solution__box-q.active .solution__box-arrow::after {
  transform: translateX(-50%) rotate(0deg);
}

.solution__box-a {
  padding-right: 20px;
  padding-top: 20px;
}
.solution__box-a p,
.solution__box-a h1,
.solution__box-a h2,
.solution__box-a h3,
.solution__box-a h4,
.solution__box-a h5,
.solution__box-a h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: calc(26 / 13);
  max-width: 780px;
}
.solution__box-a::before {
  background: top center/contain no-repeat url("../images/solution_a.svg");
  height: 32px;
  width: 22px;
}

.solution__box-arrow {
  background-color: #025ba7;
  border-radius: 50%;
  flex-shrink: 0;
  height: 18px;
  position: relative;
  width: 18px;
}
.solution__box-arrow::before, .solution__box-arrow::after {
  background: #fff;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 8px;
}
.solution__box-arrow::after {
  transform: translateX(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .c-page-header__bg .bg-text {
    font-size: 265px;
  }
}
@media (min-width: 1024px) {
  .c-section-title {
    gap: 17px;
  }
  .c-section-title.c-section-title--lg {
    gap: 52px;
  }
  .c-btn-cycle {
    gap: 20px;
  }
  .c-btn-cycle__arrow {
    height: 60px;
    width: 60px;
  }
  .c-news__link {
    flex-direction: row;
    gap: 50px;
  }
  .c-news__head {
    gap: 28px;
  }
  .c-news-title {
    padding-right: 20px;
  }
  .c-section-label {
    align-items: center;
    flex-direction: row;
    gap: 50px;
  }
  .p-main {
    padding-top: 80px;
  }
  .c-page-header__bg {
    top: 64px;
  }
  .c-page-header__bg .bg-text {
    font-size: 331px;
  }
  .c-page-header__head-inner {
    padding-bottom: 133px;
    padding-inline: 40px;
    padding-top: 120px;
  }
  .c-page-header__bread {
    margin-top: 20px;
  }
  .c-page-header__head-fv {
    height: 530px;
    margin-top: 50px;
    padding-right: 0px;
  }
  .c-page-header__head-scroll {
    bottom: 431px;
    right: 10px;
  }
  .l-pagemain {
    flex-direction: row;
    gap: 40px;
  }
  .l-pagemain-side {
    flex: 0 0 200px;
  }
  .l-pagemain-main {
    flex: 1 1 auto;
    margin-inline: 0;
    min-width: 0;
  }
  .c-sidebar__title {
    padding-bottom: 25px;
  }
  .c-sidebar__list {
    padding-bottom: 100px;
  }
  .c-sidebar__item {
    padding: 18px 10px;
    padding-right: 0;
  }
  .c-page-section {
    padding-bottom: 75px;
  }
  .swiper-button-prev {
    margin-left: 50px;
  }
  .solution__box {
    padding-block: 29px;
  }
  .solution__box-q,
  .solution__box-a {
    gap: 25px;
  }
  .solution__box-q p,
  .solution__box-q h1,
  .solution__box-q h2,
  .solution__box-q h3,
  .solution__box-q h4,
  .solution__box-q h5,
  .solution__box-q h6,
  .solution__box-a p,
  .solution__box-a h1,
  .solution__box-a h2,
  .solution__box-a h3,
  .solution__box-a h4,
  .solution__box-a h5,
  .solution__box-a h6 {
    padding-top: 3px;
  }
  .solution__box-q {
    padding-right: 30px;
  }
  .solution__box-a {
    padding-right: 33px;
    padding-top: 30px;
  }
}
@media (min-width: 1366px) {
  .c-page-header__head-inner {
    padding-inline: 100px;
  }
  .c-page-header__head-scroll {
    right: 40px;
  }
  .l-pagemain {
    gap: 111px;
  }
  .l-pagemain-side {
    flex: 0 0 248px;
  }
}