@charset "utf-8";

body {
  font-family: "Noto Sans JP", serif;
  color: #483C42;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  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;
}

.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;
  }
}
@media screen and (min-width: 900px) {
  .br-900 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;
}

.l-inner {
  width: 100%;
  max-width: 600px;
  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 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1366px;
    height: inherit;
    padding: 0 116px;
  }
}

.title-main {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: calc(23 / 16);
  color: #368EE8;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 500px) {
  .title-main {
     font-size: 16px;
  }
}
.title-main::before {
  content: "";
  background: url('../images/icon-title-main.svg') center / contain no-repeat;
  width: 23px;
  height: 7px;
  flex-shrink: 0;
}
.title-main--big {
  color: #fff;
  font-size: 17px;
  line-height: calc(29 / 20);
  gap: 13px;
}
.title-main--big::before {
  content: "";
  background: url('../images/icon-title-main-white.svg') center / contain no-repeat;
  width: 16px;
  height: 9px;
}
@media screen and (min-width: 768px) {
  .title-main--big {
    font-size: 20px;
  }
  .title-main--big::before {
    width: 25px;
    height: 9px;
  }
}

.title-main.top-link__title {
  margin: 18px 0 0 18px !important;
}
@media screen and (min-width: 500px) {
  .title-main.top-link__title {
    margin: 32px 0 0 27px !important;
  }
}

.title-sub {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: calc(70 / 48);
  color: #368EE8;
}
@media screen and (min-width: 500px) {
  .title-sub {
     font-size: 42px;
  }
}
@media screen and (min-width: 900px) {
  .title-sub {
     font-size: 48px;
  }
}
.title-sub--big {
  color: #fff;
  font-size: 55px;
  line-height: calc(123 / 85);
}
@media screen and (min-width: 768px) {
  .title-sub--big {
     font-size: 85px;
  }
}

.button {
  width: 200px;
  background: #368EE8;
  border: 1px solid #368EE8;
  border-radius: 10px;
  padding: 20px 20px 20px 34px;
  flex-shrink: 0;
  text-align: left;
  position: relative;
}
.button p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../images/icon-arrow.svg') center / contain no-repeat;
  width: 26px;
  height: 17px;
  transition: background 0.3s;
}
.button:hover {
  background: #fff;
}
.button:hover p{
  color: #368EE8;
}
.button:hover::after {
  background: url('../images/arrow-blue.svg') center / contain no-repeat;
}

.button__large {
  width: 240px;
}

.c-head {
  margin: 80px 20px 0;
  padding: 15px 15px 155px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .c-head {
    margin: 72px 20px 0;
  }
}
.c-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #000;
  opacity: 0.17;
  pointer-events: none;
  z-index: 1;
}

.c-head__img {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1326 / 541;
  width: 100%;
  height: 100%;
}

.c-breadcrumb {
  display: flex;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  gap: 17px;
  font-weight: 300;
  position: relative;
  z-index: 5;
}

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

.c-head__wrap {
  margin: 157px auto 0;
  position: relative;
  z-index: 5;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.c-head__title-main {
  margin-top: 6px;
  font-size: 20px;
  line-height: calc(29 / 20);
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #fff;
}

.c-head__title-icon {
      width: 25px;
}

.c-head__title-sub {
  font-size: 55px;
  line-height: calc(123 / 85);
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-head__title-sub {
   font-size: 85px;
  }
}

.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: 100px 0 166px;
  background: linear-gradient(#fff 0%, #f2f9ff 100%);
}

.detail-box {
  padding: 60px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .detail-box {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .detail-box {
    padding: 100px 90px;
    max-width: 1078px;
    margin: 0 auto;
  }
}

.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: #2F88E9;
  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: #4B4B4B;
    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;
  }
}

.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: #2F88E9;
  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: 595 / 281;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img{
    margin: 81px auto 84px;
    width: min(100%, 595px);
  }
}

.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 #2F88E9;
  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: 18px;
  height: 18px;
  border-radius: 3px;
  background: #2F88E9;
  display: inline-flex;
  flex-shrink: 0;
}

.detail__btn {
  display: block;
  margin-inline: auto;
  width: 218px;
  color: #2F88E9;
  background: #BAD5EA;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 18px 40px;
  border-radius: 42px;
}
.detail__btn:hover {
  color: #fff;
  background: #2F88E9;
}