@charset "UTF-8";
.c-main {
  background-color: #eff3fb;
}

.c-logo {
  align-items: center;
  background-color: #10a0a0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-block: 5px;
  padding-inline: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-logo p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-logo p:nth-of-type(1) {
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: calc(24 / 16);
  padding-bottom: 6px;
  text-align: center;
  width: 100%;
}
.c-logo p:nth-of-type(2) {
  font-size: 13px;
  line-height: calc(25 / 17);
}

.c-btn-grd {
  align-items: center;
  background: linear-gradient(to right, #0d8e8e, #6bc8e0);
  border-radius: 28px;
  color: #fff;
  display: inline-flex;
  gap: 20px;
  justify-content: space-between;
  min-width: 200px;
  padding: 18px 25px 17px 30px;
}
.c-btn-grd:hover {
  color: #fff;
  opacity: 1;
}
.c-btn-grd:hover::after {
  transform: translateX(5px);
}
.c-btn-grd > p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(21 / 15);
}
.c-btn-grd::after {
  aspect-ratio: 1/1;
  background-image: url(../images/btn_grd_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  transition: transform 0.3s ease;
  width: 12px;
}

.c-btn-grd--simple {
  background: linear-gradient(to right, #0d8e8e, #6bc8e0);
  border-radius: 26px;
  display: inline-block;
  overflow: hidden;
  padding: 10px 23px;
  position: relative;
}
.c-btn-grd--simple > p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  position: relative;
  z-index: 2;
}
.c-btn-grd--simple::before {
  background: linear-gradient(to left, #0d8e8e, #6bc8e0);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.c-btn-grd--simple:hover::before {
  opacity: 1;
}

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

.c-news__item {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #fff;
  border-radius: 40px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: auto 40px;
  padding: 20px 25px;
  row-gap: 5px;
  transition: border 0.3s ease;
}
.c-news__item:hover {
  border: 1px solid #0d8e8e;
  opacity: 1;
}
.c-news__item::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  filter: drop-shadow(0 3px 6px #92bcbc);
  flex-shrink: 0;
  grid-row: span 2;
  height: 25px;
  width: 25px;
}

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

.c-news__day {
  color: #0d8e8e;
  flex-shrink: 0;
  font-size: 13px;
}

.c-news__cate {
  background-color: #0d8e8e;
  border-radius: 20px;
  color: #fff;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 3px 7px;
}

.c-news__title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  grid-row: 2/2;
  line-height: calc(20 / 14);
  width: 100%;
}

.c-section-title__jp {
  color: #0d8e8e;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.c-section-title__en {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(112 / 78);
  text-shadow: 0 3px 6px rgba(106, 156, 222, 0.12);
}

.c-page-head {
  position: relative;
}

.c-page-head__img {
  aspect-ratio: 1366/767;
  height: 767px;
  overflow: hidden;
  width: 100%;
}

.c-page-head__title {
  left: 20px;
  position: absolute;
  top: 188px;
}
.c-page-head__title .c-section-title__jp {
  color: #bdeff0;
}
.c-page-head__bread {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  gap: 22px;
  left: 20px;
  letter-spacing: 0.78px;
  position: absolute;
  top: 90px;
}

.c-page-head__bread-text {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.c-page-head__bread-text::before {
  content: "＞";
  font-size: 10px;
}

.c-page-main {
  background-color: #eff3fb;
  margin-top: -300px;
  position: relative;
}
.c-page-main::before {
  aspect-ratio: 1366/556;
  background-image: url(../images/page_main_head.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -120px;
  width: 100%;
  z-index: 1;
}

.l-flex {
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}

.l-flex-side {
  display: none;
}

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

.c-page-sidebar__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.c-page-sidebar__title p {
  color: #0d9293;
}
.c-page-sidebar__title p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: calc(40 / 28);
  text-shadow: 0 3px 6px rgba(106, 156, 222, 0.12);
}
.c-page-sidebar__title p:nth-of-type(2) {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(19 / 13);
  margin-top: 4px;
}

.c-page-sidebar__list {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 40px;
}

.c-page-sidebar__item {
  align-items: center;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.05rem;
  line-height: calc(20 / 14);
}
.c-page-sidebar__item:hover {
  opacity: 1;
}
.c-page-sidebar__item:hover::before {
  background-color: #129294;
}
.c-page-sidebar__item.is-select::before {
  background-color: #129294;
}
.c-page-sidebar__item::before, .c-page-sidebar__item::after {
  content: "";
  flex-shrink: 0;
}
.c-page-sidebar__item::before {
  background-color: #c7c7c7;
  border-radius: 50%;
  height: 6px;
  transition: background 0.3s ease;
  width: 6px;
}
.c-page-sidebar__item::after {
  background-image: url(../images/sidebar_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 22px;
  width: 22px;
}

.c-page-sections {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-inline: auto;
  max-width: 650px;
}

.c-page-section__title {
  color: #129294;
}

.c-page-section__title-jp {
  align-items: center;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(32 / 22);
  white-space: nowrap;
  width: 100%;
}
.c-page-section__title-jp::before, .c-page-section__title-jp::after {
  content: "";
}
.c-page-section__title-jp::before {
  background-color: #129294;
  border-radius: 50%;
  flex-shrink: 0;
  height: 10px;
  margin-right: 11px;
  width: 10px;
}
.c-page-section__title-jp::after {
  background: linear-gradient(to right, #129294 0%, #129294 9%, #c7c7c7 9%, #c7c7c7 100%);
  height: 1px;
  margin-left: 60px;
  width: 100%;
}

.c-page-section__title-en {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: calc(17 / 12);
  margin-top: 7px;
  text-shadow: 0 3px 6px rgba(106, 156, 222, 0.12);
}

.c-page-section__copy {
  color: #0d8e8e;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(37 / 26);
}

.c-page-section__desc {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  gap: 19px;
  line-height: calc(33 / 15);
}

.c-page-section__notes {
  background-color: #bfdde3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 26px 20px 26px 20px;
  width: 100%;
}

.c-page-section__notes-title {
  background-color: #129294;
  border-radius: 14px;
  color: #fff;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 5px 12px 5px;
  text-align: center;
}

.c-page-section__notes-text {
  color: #0d8e8e;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(20 / 14);
}

.c-page-section__notes-btn {
  flex-shrink: 0;
  margin-left: auto;
}
.c-page-section__slide .swiper-slide {
  aspect-ratio: 430/470;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(106, 156, 222, 0.33);
  overflow: hidden;
  width: 200px;
}

.c-page-section__boxs {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}

.c-page-section__box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.c-page-section__box-img {
  aspect-ratio: 266/200;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(106, 156, 222, 0.33);
  overflow: hidden;
  width: 100%;
}

.c-page-section__box-label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(20 / 14);
}

.c-page-section__table {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 49px;
  margin-top: 50px;
}

.c-page-section__table-img {
  aspect-ratio: 364/220;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(106, 156, 222, 0.33);
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}

.c-page-section__table-list {
  width: 100%;
}

.c-page-section__table-item {
  align-items: center;
  display: flex;
  padding-block: 20px;
  position: relative;
}
.c-page-section__table-item:not(:last-child)::after {
  background: linear-gradient(to right, #129294 0%, #129294 7%, #c7c7c7 7%, #c7c7c7 100%);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-page-section__table-head {
  color: #129294;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  min-width: 100px;
}

.c-page-section__table-body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(30 / 14);
}

.c-page-section-list__title {
  align-items: center;
  color: #00132b;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  gap: 10px;
  letter-spacing: 1.2px;
}
.c-page-section-list__title::before {
  background-color: #0c8e8e;
  border-radius: 3px;
  content: "";
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.c-page-section-list__list {
  margin-top: 8px;
}

.c-page-section-list__item {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.c-page-section-list__item-title {
  border-bottom: solid 1px #129294;
  color: #129294;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  padding-block: 35px 34px;
  padding-right: 20px;
  width: 100%;
}

.c-page-section-list__item-text {
  border-bottom: solid 1px #c7c7c7;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(20 / 14);
  min-width: 25%;
  padding-block: 35px 34px;
  text-align: center;
}

@media (min-width: 768px){
  .c-logo {
    padding-inline: 15px 20px;
  }
  .c-logo p:nth-of-type(1) {
    font-size: 16px;
  }
  .c-logo p:nth-of-type(2) {
    font-size: 17px;
  }
  .c-page-main {
    margin-top: -161px;
  }
  .c-page-main::before {
    top: -210px;
  }
  .c-page-section__slide .swiper-slide {
    width: 350px;
  }
}

@media (min-width: 1024px){
  .c-news__item {
    display: flex;
    gap: 26px;
    padding: 27px 44px 28px 45px;
  }
  .c-news__head {
    gap: 35px;
  }
  .c-section-title__jp {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .c-section-title__en {
    font-size: 78px;
    letter-spacing: 0.15em;
  }
  .c-page-head__title {
    left: 83px;
    top: 188px;
  }
  .c-page-head__bread {
    left: 25px;
  }
  .l-flex {
    display: flex;
    gap: calc(85 / 1366 * 100vw);
    margin-inline: auto;
    max-width: 1240px;
  }
  .l-flex-side {
    display: block;
    flex: 0 0 255px;
  }
  .l-flex-main {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 34px;
  }
  .c-page-sections {
    max-width: 100%;
  }
  .c-page-section__notes {
    align-items: center;
    flex-direction: row;
    padding: 26px 40px 26px 20px;
  }
  .c-page-section__slide .swiper-slide {
    width: 430px;
  }
  .c-page-section__boxs {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
  .c-page-section__table {
    flex-direction: row;
  }
  .c-page-section__table-img {
    aspect-ratio: 364/470;
    max-width: 364px;
    width: calc(364 / 1366 * 100vw);
  }
  .c-page-section__table-item {
    padding-block: 35px 30px;
  }
  .c-page-section__table-head {
    min-width: 120px;
  }
  .c-page-section-list__item-text {
    min-width: 233px;
  }
}

@media (min-width: 1366px){
  .l-flex {
    gap: 85px;
  }
}