@charset "UTF-8";
.c-cta-bnr {
  display: flex;
  gap: 10px;
}
.c-cta-bnr__link {
  align-items: center;
  border-radius: 5px;
  display: flex;
  gap: 8px;
  height: 46px;
  justify-content: center;
  overflow: hidden;
  width: 46px;
}
.c-cta-bnr__link.c-cta-bnr__link--line {
  background-color: #56be37;
}
.c-cta-bnr__link.c-cta-bnr__link--contact {
  background-color: #0082d8;
}
.c-cta-bnr__link > p {
  color: #fff;
  display: none;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.c-cta-bnr__img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 18px;
  justify-content: center;
  width: 19px;
}
.c-cta-bnr__img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-arrow {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}
.c-arrow::after {
  background-color: #709acc;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  flex-shrink: 0;
  height: 7px;
  width: 7px;
}

.c-textloop .bg-text {
  align-items: flex-start;
  display: flex;
  gap: 40px;
}
.c-textloop .bg-text p {
  font-family: "Prompt", sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
}
.c-textloop .bg-text img {
  aspect-ratio: 186/115;
  border-radius: 5px;
  flex-shrink: 0;
  margin-top: 20px;
  width: 120px;
}

.c-top-section-title {
  border-bottom: solid 1px #c6c6c6;
  padding-bottom: 10px;
}

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

.c-section-title__lg {
  font-family: "Prompt", sans-serif;
  font-size: 63px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-section-title__small {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 11px;
  line-height: calc(20 / 14);
}
.c-section-title__small::before {
  background-color: #0082d8;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.c-btn-square {
  align-items: center;
  display: grid;
  gap: 3px;
  grid-template-columns: 162px 56px;
  grid-template-rows: 56px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn-square:hover {
  opacity: 1;
}
.c-btn-square:hover .c-btn-square__arrow::after {
  transform: scale(1.5);
}
.c-btn-square p {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #0082d8;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding-inline: 10px;
  width: 100%;
}
.c-btn-square__arrow {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-btn-square__arrow::after {
  background: url(../images/arrow_blue.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 10px;
  transition: transform 0.3s ease;
  width: 10px;
}
.c-btn-square.c-btn-square--blue p {
  background-color: #0082d8;
  color: #ffffff;
}
.c-btn-square.c-btn-square--blue .c-btn-square__arrow {
  background-color: #0082d8;
  color: #ffffff;
}
.c-btn-square.c-btn-square--blue .c-btn-square__arrow::after {
  background: url(../images/arrow_white.svg) no-repeat center/contain;
}

.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: translateX(5px);
}
.c-btn-cycle p {
  font-size: 15px;
  font-weight: 600;
  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-color: #0082d8;
  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/round-arrow.svg) center center/contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 5px;
  transition: transform 0.3s ease;
  width: 24px;
}

.voice-card {
  align-items: flex-start;
  display: flex;
  gap: 4px;
}

.voice-card__input {
  width: 100%;
}

.voice-card__label {
  color: #0082d8;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 600;
  writing-mode: vertical-rl;
}

.c-voice-card {
  color: #ffffff;
  position: relative;
  width: 100%;
}
.c-voice-card:hover {
  opacity: 1;
}
.c-voice-card:hover .c-voice-card__img img {
  transform: scale(1.1);
}

.c-voice-card__img {
  aspect-ratio: 319/400;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-voice-card__img img {
  transition: transform 0.3s ease;
}
.c-voice-card__img::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(141, 189, 239, 0) 39%, #1970ce);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-voice-card__contents {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding-bottom: 18px;
  padding-inline: 10px;
  position: absolute;
  width: 100%;
}

.c-voice-card__label {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.c-voice-card__desc {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: calc(20 / 12);
  margin-top: 10px;
}

.c-voice-card__cate {
  background-color: #ecf1f7;
  border-radius: 999px;
  color: #0082d8;
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  padding: 3px 7px;
}

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

.c-news__item {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 40px 20px 20px;
  position: relative;
  row-gap: 7px;
  transition: border 0.3s ease;
}
.c-news__item:hover {
  border: 1px solid #0082d8;
  opacity: 1;
}
.c-news__item::after {
  background-image: url(../images/news_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

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

.c-news__day {
  font-size: 12px;
  font-weight: 600;
}

.c-news__cate {
  border: solid 1px #0082d8;
  border-radius: 999px;
  color: #0082d8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0px 5px;
}

.c-news__title {
  font-size: 14px;
  font-weight: 600;
  line-height: calc(25 / 17);
}

.p-main {
  padding-bottom: 60px;
  padding-top: 100px;
}
.p-main.p-main--single {
  padding-bottom: 100px;
  padding-top: 100px;
}

.c-header {
  border-bottom: solid 3px #f2f7fa;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-header-bread {
  left: 0;
  padding-inline: 20px;
  position: absolute;
  top: 100px;
  width: 100%;
}

.c-header-bread__wrap {
  align-items: center;
  background-color: #edf1f2;
  border-radius: 5px;
  display: flex;
  gap: 20px;
  margin-inline: auto;
  max-width: 1287px;
  padding: 10px 20px;
  width: 100%;
}

.c-header-bread__top {
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.c-header-bread__page {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 13px;
  font-weight: normal;
  gap: 18px;
}
.c-header-bread__page::before {
  content: "／";
}

.c-header-fv {
  padding: 190px 20px 80px;
}

.c-header-fv__inner {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1183px;
}
.c-header-fv__title .c-section-title__lg {
  color: #0082d8;
}
.c-header-fv__img {
  aspect-ratio: 510/330;
  height: 330px;
  margin-top: 60px;
  width: 100%;
}

.c-header-fv__textloop {
  bottom: -40px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-header-fv__textloop .bg-text {
  color: #f2f7fa;
  font-family: "Prompt", sans-serif;
  font-size: 190px;
  font-weight: 600;
  line-height: 1;
}

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

.l-pagemain-main {
  margin-inline: auto;
  width: 100%;
}

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

.c-sidebar__title {
  color: #0082d8;
  font-size: 18px;
  font-weight: 600;
  line-height: calc(32 / 18);
  padding-bottom: 15px;
}

.c-sidebar__box {
  background-color: #0082d8;
  border-radius: 5px;
  padding: 20px;
}

.c-sidebar__box-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: calc(19 / 13);
}

.c-sidebar__list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 17px;
}

.c-sidebar__item {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 11px;
  min-height: 56px;
  padding: 7px 12px;
  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 {
  color: #0082d8;
  opacity: 1;
}
@media (min-width: 414px){
  .c-sidebar__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px){
  .c-sidebar__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px){
  .c-textloop .bg-text p {
    font-size: 190px;
  }
  .c-textloop .bg-text img {
    margin-top: 24px;
    width: 186px;
  }
  .c-top-section-title {
    padding-bottom: 22px;
  }
  .c-section-title {
    gap: 6px;
  }
  .c-btn-cycle {
    gap: 15px;
  }
  .c-btn-cycle__arrow {
    height: 76px;
    width: 76px;
  }
  .c-voice-card__contents {
    padding-inline: 20px;
  }
  .c-voice-card__cate {
    margin-top: 16px;
  }
  .c-news__item {
    align-items: center;
    flex-direction: row;
    gap: 39px;
    padding: 29px 75px 29px 40px;
  }
  .c-news__item::after {
    right: 40px;
  }
  .c-news__cate {
    padding: 3px 7px 3px 7px;
  }
  .c-news__title {
    font-size: 17px;
  }
  .p-main {
    padding-bottom: 50px;
    padding-top: 85px;
  }
  .p-main.p-main--single {
    padding-bottom: 80px;
    padding-top: 178px;
  }
  .c-header-bread {
    top: 113px;
  }
  .c-header-fv {
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 239px;
  }
  .c-header-fv__inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 30px;
  }
  .c-header-fv__title {
    margin-top: 35px;
  }
  .c-header-fv__img {
    margin-top: 0;
    max-width: 510px;
  }
  .l-pagemain {
    flex-direction: row;
    gap: 40px;
  }
  .l-pagemain-side {
    flex: 0 0 248px;
  }
  .l-pagemain-main {
    flex: 1 1 auto;
    margin-inline: 0;
    min-width: 0;
    padding-top: 88px;
  }
  .c-sidebar__title {
    padding-bottom: 30px;
  }
  .c-sidebar__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1366px){
  .c-cta-bnr__link {
    width: 160px;
  }
  .c-cta-bnr__link > p {
    display: block;
  }
  .l-pagemain {
    gap: 138px;
  }
  .l-pagemain-main {
    padding-right: 28px;
  }
}