@charset "utf-8";

body {
  font-family: "Noto Sans", sans-serif;
  color: #283838;
  font-size: 14px;
  font-weight: 400;
  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;
}

.js-fadeIn {
  translate: 0 0;
  opacity: 1;

  &.is-start {
      translate: 0 20px;
      opacity: 0;
  }
  
  &.is-show {
    translate: 0 0;
    opacity: 1;
    transition: all 1s ease;
  }
}

.hidden {
  overflow: hidden;
}

.ff-red {
  font-family: "Red Hat Display", sans-serif;
}

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

.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-green {
  background: #238B8B;
  border-radius: 20px 20px 0 0;
  position: relative;

  &::before,
  &::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 818px;
    background: linear-gradient(rgba(26, 121, 121, 0) 0%, #125f5f 100%);
  }

  &::after {
    top: unset;
    bottom: 0;
    background: linear-gradient(rgba(26, 121, 121, 0) 0%, #125f5f 100%);
  }
}

.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 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    padding: 0 130px;
  }
    .l-inner__50 {
    padding: 0 50px;
  }
}

.title-center {
  width: fit-content;
  margin: 0 auto;
}
.title-white .title-main,
.title-white .title-sub{
  color: #fff;
}
.title-main {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(20 / 14);
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;

  &::before {
    content: "";
    background: url("../images/20260121101047846988.svg") no-repeat center / contain;
    width: 22px;
    height: 17px;
  }
}

.title-sub {
  margin-top: 15px;
  font-family: "Red Hat Display", sans-serif;
  color: #03A6CE;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(50 / 60);
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px !important;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 35px;
  padding: 15px 22px 15px 45px;
  flex-shrink: 0;
}
.button p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}
.button::after {
  content: "";
  background: url('../images/20260121104252793736.svg') no-repeat center / contain;
  width: 38px;
  height: 30px;
}
.button:hover {
  background: #94cfeb57;
}

.c-tag {
  padding: 8px 20px 8px 16px;
  border: 1px solid #fff;
  color: #FFFFFF;
  border-radius: 35px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.03em;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 2px;
  &::before {
    content: "#";
  }
}
.c-tag__black {
    border: 1px solid #CCCCCC;
  color: #333333;
  &::before {
    color: #03A6CE;
  }
}

.c-head {
  padding: 93px 0 87px;
  position: relative;
  background: url('../images/20260122112757363580.png') no-repeat bottom center / cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-head__inner {
    padding: 0 68px 0 133px;
  }
}

.c-head__title {
  margin-top: 286px;
}

.c-head__title-main {
  font-size: 14px;
  line-height: calc(18 / 14);
  letter-spacing: 0.03em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-head__title-main::before {
  content: "";
  background: url("../images/20260121101047846988.svg") no-repeat center / contain;
  width: 22px;
  height: 17px;
}
.c-head__title-sub {
  margin-top: 15px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: calc(50 / 60);
}
@media screen and (min-width: 768px) {
  .c-head__title-sub {
    font-size: 55px;
  }
}

.c-head__img01,
.c-head__img02,
.c-head__img03 {
  border-radius: 10px;
  object-fit: cover;
  height: auto;
  position: absolute;
}
.c-head__img01 {
  aspect-ratio: 1/1;
     width: 129px;
    top: 93px;
    right: calc(50% + 45px);
}
@media screen and (min-width: 768px) {
  .c-head__img01 {
     width: 156px;
  top: 93px;
  right: calc(50% + 183px);
  }
}
@media screen and (min-width: 900px) {
  .c-head__img01 {
    width: 190px;
    top: 93px;
    right: calc(50% + 183px);
  }
}
.c-head__img02 {
  aspect-ratio: 34/29;
    width: 201px;
    top: 193px;
    left: calc(50% - 100px);
}
@media screen and (min-width: 768px) {
  .c-head__img02 {
     width: 233px;
  top: 143px;
  left: calc(50% - 125px);
  }
}
@media screen and (min-width: 900px) {
  .c-head__img02 {
    width: 280px;
    top: 188px;
    left: calc(50% - 101px);
  }
}
@media screen and (min-width: 1100px) {
  .c-head__img02 {
    width: 340px;
    left: calc(50% - 37px);
  }
}
.c-head__img03 {
  aspect-ratio: 232/270;
  width: 107px;
    top: 107px;
    left: calc(50% + 73px);
}
@media screen and (min-width: 768px) {
  .c-head__img03 {
  width: 168px;
  top: 107px;
  left: calc(50% + 159px);
  }
}
@media screen and (min-width: 900px) {
  .c-head__img03 {
    width: 215px;
    top: 142px;
    left: calc(50% + 250px);
  }
}
@media screen and (min-width: 1100px) {
  .c-head__img03 {
    width: 232px;
    left: calc(50% + 398px);
  }
}

.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: #fff;
}

.webgene-pagination ul .number.selected a {
  background: #F4F5F5;
  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;
  }
}

.post-ttl {
  margin-top: 22px;
  font-size: 18px;
  line-height: calc(50 / 30);
  letter-spacing: 0.03em;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .post-ttl {
    font-size: 30px;
  }
}

.post-detail__content img,
.detail img{
  margin: 40px auto 0;
  width: min(100%, 550px);
  margin-inline: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .post-detail__content img,
  .detail img{
    margin: 81px auto 0;
    width: min(100%, 601px);
  }
}

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

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

.post-detail__content h3 {
  margin-top: 83px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 18px;
  margin-bottom: 40px;
      display: flex;
    align-items: center;
    gap: 14px;
  
  &::before {
   content: "";
  background: url("../images/20260121101047846988.svg") no-repeat center / contain;
  width: 18px;
  height: 13px;
    flex-shrink: 0;
  }
}

.post-detail__content h2 {
  margin: 27px 0;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.03em;
padding: 9px 17px;
  background: #F4F5F5;
  border-radius: 10px;
}

.post-detail__content a {
  text-decoration: underline;
}