@charset "utf-8";

body {
  font-family: "Noto Sans JP", serif;
  color: #484B4E;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #fff;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

picture, img, a, span {
    display: inline-block;
}

img, svg {
    width: 100%;
    height: 100%;
}

button {
    color: inherit;
    background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

.ff-en {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.hidden {
  overflow: hidden;
}

.br-pc br{
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc br{
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .br-sp br{
    display: none;
  }
}

.c-link,
.c-link02 a {
  text-decoration: underline !important;
}
.c-link:hover,
.c-link02 a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.bg-lightblue {
  background: #EDF6F7;
  border-radius: 120px 0 0 0;
}
@media screen and (min-width: 768px) {
  .bg-lightblue {
    border-radius: 220px 0 0 0;
  }
}
.bg-blue {
  background: url('../images/20250625114334323119.png') top left / cover no-repeat;
  border-radius: 120px 0 0 0;
}
@media screen and (min-width: 768px) {
  .bg-blue {
    border-radius: 220px 0 0 0;
  }
}

.l-inner {
  width: 100%;
  max-width: 550px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1366px;
    height: inherit;
    padding: 0 80px;
  }
}

.title-main {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: calc(20 / 14);
  color: #0080DA;
  display: flex;
  align-items: center;
  gap: 10px;
}
.title-main::before {
  content: "";
  background: #0080DA;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.title-main--white {
  color: #fff;
}
.title-main--white::before {
  background: #fff;
}

.title-sub {
  margin-top: 13px;
  width: auto;
  height: 33px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 226px;
  background: #0080D9;
  border: 1px solid #0080D9;
  border-radius: 50px;
  padding: 8px 9px 8px 26px;
  flex-shrink: 0;
}
.button p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.button::after {
  content: "";
  background: url('../images/icon-arrow.svg') center / contain no-repeat;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
}
.button:hover {
  background: #fff;
}
.button:hover p{
  color: #0080D9;
}
.button:hover::after {
  background: url('../images/icon-arrow-blue.svg') center / contain no-repeat;
}

.button-white {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 8px 9px 8px 26px;
  flex-shrink: 0;
}
.button-white p {
  color: #0080D9;
}
.button-white::after {
  background: url('../images/icon-arrow-blue.svg') center / contain no-repeat;
}
.button-white:hover {
  background: #0080D9;
}
.button-white:hover p{
  color: #fff;
}
.button-white:hover::after {
  background: url('../images/icon-arrow.svg') center / contain no-repeat;
}

.button-newpage::after {
  background: url('../images/new-page.svg') center / contain no-repeat;
}
.button-newpage:hover::after {
  background: url('../images/new-page-blue.svg') center / contain no-repeat;
}

.c-head {
  padding: 212px 0 421px;
  position: relative;
  background: linear-gradient(90deg, #027fd8 0%, #0955af 100%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-head {
    padding: 212px 0 321px;
  }
}

.c-head__wrap {
  margin-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-head__wrap {
    margin-left: 40px;
  }
}
@media screen and (min-width: 900px) {
  .c-head__wrap {
    margin-left: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .c-head__wrap {
    max-width: 1366px;
    margin-inline: auto;
  }
}

.c-breadcrumb {
  margin-top: 52px;
  display: flex;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  gap: 17px;
}

.c-breadcrumb a {
  transition: text-decoration 0.3s
}
.c-breadcrumb a:hover {
  text-decoration: underline;
}

.c-head__title-main {
  font-size: 14px;
  line-height: calc(20 / 14);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-head__title-main::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.c-head__title-sub {
  margin-top: 8px;
  font-size: 38px;
  line-height: calc(80 / 55);
  letter-spacing: 0.21em;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-head__title-sub {
   font-size: 55px;
  }
}

.c-head__text-wrap {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -50%;
  display: flex;
  gap: 50px;
  width: 100vw;
  pointer-events: none;
}
.c-head__text {
  font-family: "Lato", sans-serif;
  font-size: 155px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.1);
  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%);
  }
}

.l-detail {
  padding: 110px 0 150px;
  border-radius: 120px 0 0 0;
  background: #EDF6F7;
  margin-top: -209px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-detail {
    border-radius: 220px 0 0 0;
  }
}
.l-detail__white {
  background: #fff;
  padding-bottom: 0;
  z-index: unset;
}
.detail__link-wrap {
  border-radius: 10px;
  border: 1px solid #9B9B9B;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 3px;
  max-width: 960px;
  margin: 0 auto;
}
.detail__link {
  padding: 14px 20px;
  display: flex;
  gap: 12px; 
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail__link:hover {
  color: #0080D9;
}
@media screen and (min-width: 900px) {
  .detail__link {
    flex: 1;
  }
}
@media screen and (min-width: 1100px) {
  .detail__link {
    padding: 14px 32px;
  }
}
@media screen and (min-width: 768px) {
  .detail__link-wrap04 .detail__link {
    flex: 1;
  }
}
@media screen and (min-width: 550px) {
  .detail__link-wrap03 .detail__link {
    flex: 1;
  }
}
.detail__link-wrap-large .detail__link {
  flex: unset;
}
.detail__link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  background: #B9DDF0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.detail__link::after {
  content: "";
  background: url('../images/arrow-down-blue.svg') center / contain no-repeat;
  width: 11px;
  height: 7px;
  transition: background 0.3s;
}
.detail__link:first-of-type::before {
  display: none;
}

.detail__top-wrap {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 50px; 
}
@media (min-width: 900px) {
  .detail__top-wrap {
    padding: 40px 0;
    margin-right: calc(50% - 50vw);
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: min(calc(131 / 1366 * 100vw), 131px);
  }
}
@media (min-width: 1366px) {
  .detail__top-wrap {
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .detail__top-wrap {
    margin-right: 0;
    justify-content: center;
  }
}
.c5168 {
  max-width: 425px;
}
@media (min-width: 1024px) {
  .c5480 {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .c5480 {
    font-size: 28px !important;
  }
}
.detail__top-img {
  aspect-ratio: 654 / 763;
  width: min(100%, 654px);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .detail__top-img {
     border-radius: 10px 0 0 10px;
    width: min(calc(654 / 1366 * 100vw), 654px);
  }
}
@media (min-width: 1600px) {
  .detail__top-img {
    border-radius: 10px;
  }
}
.detail__top-img-wrap {
  aspect-ratio: 654 / 763;
  width: min(100%, 654px);
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: linear-gradient(#0080d9 0%, #0465a8 100%);
  border: 1px solid #707070;
  display: grid;
  place-items: center;
}
@media (min-width: 900px) {
  .detail__top-img-wrap {
    width: min(calc(654 / 1366 * 100vw), 654px);
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 1600px) {
  .detail__top-img-wrap {
    border-radius: 20px;
  }
}
.detail__top-img-wrap img {
  aspect-ratio: 465 / 452;
  width: min(90%, 465px);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}
@media (min-width: 900px) {
  .detail__top-img-wrap img {
    width: min(calc(465 / 1366 * 100vw), 465px);
  }
}

.detail__mid-bg {
  padding: 163px 0 180px;
  border-radius: 120px 0 0 0;
  background: #EDF6F7;
  margin-top: -70px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .detail__mid-bg {
    border-radius: 200px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .detail__mid-bg {
   padding: 263px 0 180px;
  }
}

.detail__mid-bg-large {
  padding: 141px 0 338px;
}
@media (min-width: 1024px) {
 .detail__mid-bg-large {
  padding: 241px 0 338px;
}
}

.detail__bottom-bg {
  padding: 120px 0 180px;
  border-radius: 120px 0 0 0;
  background: #fff;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .detail__bottom-bg {
    border-radius: 200px 0 0 0;
  }
}

.detail__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 63px;
}
@media screen and (min-width: 768px) {
  .detail__title-wrap {
    flex-direction: row;
    align-items: end;
  }
}
.c7889 {
  max-width: 472px;
}
.detail__title-border {
  padding-bottom: 26px;
  border-bottom: 1px solid #D1E7FF;
}
.detail__title-en {
  display: flex;
  align-items: center;
  gap: 12px;
}
.detail__title-en::before {
  content: "";
  background: #127ACC;
  width: 15px;
  height: 2px;
}

.webgene-pagination {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 400;
  justify-self: center;
  grid-column: 1 / -1;
}
@media screen and (min-width: 768px) {
  .webgene-pagination {
    margin-top: 40px;
  }
}

.webgene-pagination a:hover {
  opacity: 0.7;
}

.webgene-pagination ul {
  display: flex;
  list-style: none;
  gap: 10px;
  padding-inline-start: 0;
  justify-content: center;
  align-items: center;
}

.webgene-pagination ul .number a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  line-height: 2.2;
  border-radius: 50%;
  background-color: #EDF6F7;
}

.webgene-pagination ul .number.selected a {
  background: #0080DA;
  color: #fff;
  border-radius: 50%;
}

li.next,
li.prev {
  position: relative;
}

li.next a,
li.prev a{
  height: 40px;
  width: 40px;
  padding: 2px;
  position: relative;
}

li.prev:after,
li.next:after {
  pointer-events: none;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

li.prev:after {
  background-image: url("../images/prev.svg");
  left: 0;
}
li.next:after {
  background-image: url("../images/next.svg");
  right: 0;
}

@media screen and (min-width: 768px) {
  li.next {
    margin-left: 30px;
  }
  li.prev {
    margin-right: 30px;
  }

  li.next a,
  li.prev a{
    margin-top: 3px;
    color: #6F5454;
    width: auto;
    padding-block: 10px;
    z-index: 10;
    line-height: 1;
  }
  li.prev a {
    padding-left: 48px;
  }
  li.next a {
    padding-right: 48px;
  }
  
  li.prev:after,
  li.next:after {
    pointer-events: auto;
  }
}

@media screen and (min-width: 1024px) {
  .detail__inner {
    padding: 0 154px;
  }
}
.detail-box {
  padding: 60px 20px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .detail-box {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-box {
    padding: 80px;
  }
}

.post-ttl {
  margin-top: 45px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-bottom: 18px;
  border-bottom: 1.5px solid #D0D0D0;
  padding-left: 29px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .post-ttl {
    font-size: 22px;
  }
}

.post-ttl::before {
  content: "";
  position: absolute;
  background: #0080DA;
  width: 8px;
  height: 56%;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
}

.post-detail__content img,
.detail img{
  margin: 40px auto 10px;
  width: min(100%, 550px);
  margin-inline: auto;
  display: block;
  aspect-ratio: 600 / 281;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img{
    margin: 81px auto 84px;
    width: min(100%, 601px);
  }
}

.post-detail__content img,
.detail img{
  object-fit: cover;
}

.detail-text {
  padding-block: 32px 60px;
  font-weight: 400;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .detail-text {
    padding-block: 42px 100px;
    font-size: 15px;
    line-height: calc(33 / 15);
    letter-spacing: 0.08em;
  }
}

.post-detail__content h3 {
  margin-top: 83px;
  font-size: 18px;
  letter-spacing: 0.06em;
  border-bottom: 1.5px solid #0080DA;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.post-detail__content h2 {
  margin-top: 53px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.post-detail__content h2::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: #0080DA;
  display: inline-flex;
  flex-shrink: 0;
}

.detail__btn {
  display: block;
  margin-inline: auto;
  width: 219px;
  color: #fff;
  background: #0080D9;
  border: 1px solid #0080D9;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 28px;
}
.detail__btn:hover {
  color: #0080D9;
  background: #fff;
}