@charset "UTF-8";

.l-layout {
  display: flex;
}

.l-layout__left {
  width: 100%;
}

.l-layout__right {
  display: none;
}

.l-layout__right-contents {
  align-items: center;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: calc(100 / 375 * 100vw);
  height: calc(768 / 1366 * 100vw);
  justify-content: flex-end;
  padding-bottom: calc(40 / 1366 * 100vw);
}
.l-layout__right-contents > p:nth-of-type(1) {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.16px;
  line-height: 1.4166666667;
  writing-mode: vertical-rl;
}
.l-layout__right-contents > p:nth-of-type(2) {
  border-left: 1px solid #ffffff;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.4166666667;
  margin-left: 10px;
  padding-bottom: 42px;
  position: relative;
  writing-mode: vertical-rl;
}
.l-layout__right-contents > p:nth-of-type(2)::after {
  background-color: #ffffff;
  bottom: -3px;
  content: "";
  content: "";
  height: 14px;
  left: 8px;
  position: absolute;
  transform: rotate(41deg);
  transform-origin: top left;
  width: 1px;
}

.p-head {
  width: 100%;
}

.p-head__title {
  background: #fff;
  padding-bottom: calc(15 / 375 * 100vw);
  padding-top: calc(120 / 375 * 100vw);
  position: relative;
}
.p-head__title h1 {
  color: #163b85;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.66px;
  line-height: 1.67;
  padding-right: calc(100 / 1366 * 100vw);
  position: relative;
  text-align: right;
  z-index: 2;
}
.p-head__title p {
  bottom: calc(-25 / 375 * 100vw);
  color: #f5f6f8;
  font-family: "Lato", sans-serif;
  font-size: calc(60 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 2.98px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.p-head__pan {
  align-items: center;
  color: #647576;
  display: flex;
  gap: calc(20 / 1366 * 100vw);
  padding-bottom: calc(10 / 375 * 100vw);
  padding-left: calc(90 / 1366 * 100vw);
  padding-top: calc(10 / 375 * 100vw);
}
.p-head__pan p {
  font-size: calc(10 / 375 * 100vw);
  font-weight: 300;
  letter-spacing: 0.78px;
  line-height: 1.4615384615;
}
.p-head__pan > p {
  align-items: center;
  display: inline-flex;
  gap: calc(10 / 375 * 100vw);
}
.p-head__pan > p::before {
  aspect-ratio: 1/1;
  background-image: url("../images/p-head-pan_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(9 / 375 * 100vw);
  width: calc(9 / 375 * 100vw);
}

.c-title-line {
  align-items: center;
  color: #163b85;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: calc(10 / 375 * 100vw);
  font-weight: bold;
  gap: calc(15.5 / 1366 * 100vw);
  letter-spacing: 2.52px;
  line-height: 1.2142857143;
}
.c-title-line::after {
  background: linear-gradient(to right, #f8d268 50%, #163b85 50%);
  content: "";
  height: 2px;
  width: calc(20 / 375 * 100vw);
}

.c-title-dot {
  align-items: center;
  color: #505050;
  display: inline-flex;
  font-size: calc(18 / 375 * 100vw);
  font-weight: bold;
  gap: calc(10 / 375 * 100vw);
  letter-spacing: 1px;
  line-height: 1.45;
}
.c-title-dot::before {
  background-color: #163b85;
  border-radius: 50%;
  content: "";
  height: calc(12 / 375 * 100vw);
  width: calc(12 / 375 * 100vw);
}
.c-title-dot.c-title-dot--yellow {
  font-size: calc(18 / 375 * 100vw);
  gap: calc(10 / 375 * 100vw);
  letter-spacing: 1.2px;
}
.c-title-dot.c-title-dot--yellow::before {
  background-color: #f8d268;
  height: calc(10 / 375 * 100vw);
  width: calc(10 / 375 * 100vw);
}

.c-text-copy {
  color: #505050;
  font-size: calc(20 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.5714285714;
}

.c-text-description {
  font-size: calc(14 / 375 * 100vw);
  letter-spacing: 0.8px;
  line-height: 2;
}

.c-btn-square a {
  align-items: center;
  background-color: #163b85;
  display: inline-flex;
  height: calc(35 / 375 * 100vw);
  min-width: calc(160 / 375 * 100vw);
  padding-block: calc(8 / 375 * 100vw);
  position: relative;
  transition: background-color 0.3s ease;
}
.c-btn-square a:hover {
  opacity: 1;
}
.c-btn-square a:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.c-btn-square a::after {
  aspect-ratio: 1/1;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(8 / 375 * 100vw);
  position: absolute;
  right: calc(13 / 375 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  width: calc(8 / 375 * 100vw);
}
.c-btn-square p {
  align-items: center;
  border-right: solid 1px #fdf9f2;
  color: #ffffff;
  display: inline-flex;
  font-size: calc(12 / 375 * 100vw);
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.7px;
  line-height: 1.4285714286;
  margin-right: calc(35 / 375 * 100vw);
  padding-inline: 15px;
  text-align: center;
  width: 100%;
}

.c-btn-arrow {
  align-items: center;
  background-color: #163b85;
  border-radius: 50%;
  display: inline-flex;
  height: calc(30 / 375 * 100vw);
  justify-content: center;
  width: calc(30 / 375 * 100vw);
}
.c-btn-arrow::after {
  aspect-ratio: 1/1;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(8 / 375 * 100vw);
  width: calc(8 / 375 * 100vw);
}

.c-img-cover {
  position: relative;
  z-index: 1;
}
.c-img-cover::after {
  background-color: #d9e1f8;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.17;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-img-cover--fv::after {
  opacity: 0.3;
}

.c-page-data__category > .webgene-blog {
  display: grid;
  gap: calc(10 / 375 * 100vw);
  grid-template-columns: 1fr 1fr;
}
.c-page-data__category .data-tag {
  align-items: center;
  background-color: #fff;
  border: solid 1px #c7c7c7;
  border-radius: 23px;
  display: flex;
  font-size: calc(12 / 375 * 100vw);
  font-weight: 500;
  justify-content: center;
  min-width: calc(130 / 375 * 100vw);
  padding-block: calc(6 / 375 * 100vw);
  padding-inline: calc(15 / 375 * 100vw);
  transition: background 0.3s ease;
  width: 100%;
}
.c-page-data__category .data-tag:hover {
  background-color: #f8d369;
  opacity: 1;
}
.c-page-data__category .data-tag.is-select {
  background-color: #f8d369;
}

.c-page-data__list a {
  width: 100%;
}

.data-tag {
  background-color: #f8d268;
  border-radius: 24px;
  color: #272727;
  font-size: calc(7 / 375 * 100vw);
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: calc(2 / 1366 * 100vw) calc(10 / 1366 * 100vw);
}

.data-date {
  color: #163b85;
  font-family: "Lato", sans-serif;
  font-size: calc(9 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 2.52px;
}

.data-title {
  font-size: calc(10 / 375 * 100vw);
  letter-spacing: 0.7px;
  line-height: 2;
}

.news__data {
  width: 100%;
}
.news__data > .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 375 * 100vw);
}
.news__data .post {
  background-color: #fff;
  border: 1px solid #fff;
  padding: calc(36 / 1366 * 100vw) calc(49 / 1366 * 100vw) calc(32 / 1366 * 100vw) calc(62 / 1366 * 100vw);
  transition: border 0.3s ease;
  width: 100%;
}
.news__data .post:hover {
  border: 1px solid #163b85;
  opacity: 1;
}
.news__data .data-date {
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: 3.96px;
  line-height: 1.2272727273;
}
.news__data .news-date-list__inner {
  align-items: flex-end;
  display: inline-flex;
  gap: calc(35 / 1366 * 100vw);
  justify-content: space-between;
  width: 100%;
}
.news__data .news-date-list__inner::after {
  color: #163b85;
  content: "VIEW MORE";
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: calc(10 / 375 * 100vw);
  font-weight: bold;
  letter-spacing: 2.52px;
  padding-bottom: calc(4 / 1366 * 100vw);
  text-decoration: underline;
  text-decoration-color: #163b85;
}
.news__data .news-date-list__contents {
  gap: calc(27 / 1366 * 100vw);
}
.news__data .news-date-list__head {
  align-items: flex-start;
  flex-direction: column;
  gap: calc(10 / 1366 * 100vw);
}
.news-date-list__contents {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 1366 * 100vw);
}

.news-date-list__head {
  align-items: center;
  display: flex;
  gap: calc(18 / 1366 * 100vw);
}

.works-date-list__contents {
  display: flex;
  flex-direction: column;
}

.works-data-list__img {
  aspect-ratio: 345/229;
  border-radius: 5px;
  overflow: hidden;
}

.works-date-list__head {
  align-items: center;
  display: flex;
  gap: calc(20 / 1366 * 100vw);
  margin-top: calc(20 / 1366 * 100vw);
}

.works-date-list__title {
  margin-top: calc(26 / 1366 * 100vw);
}
.works-data__swiper-prev,
.works-data__swiper-next {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: block !important;
}
@media (min-width: 1024px) {
  .l-layout__right {
    background: #163b85;
    border-left: 1px solid #ffffff;
    display: block;
    flex-shrink: 0;
    width: 90px;
  }
  .l-layout__right-contents {
    gap: calc(156 / 1366 * 100vw);
  }
  .p-head__title {
    padding-bottom: calc(50 / 1366 * 100vw);
    padding-top: calc(244 / 1366 * 100vw);
  }
  .p-head__title h1 {
    font-size: 33px;
  }
  .p-head__title p {
    bottom: calc(-57 / 1366 * 100vw);
    font-size: calc(149 / 1366 * 100vw);
  }
  .p-head__pan {
    padding-bottom: calc(35 / 1366 * 100vw);
    padding-top: calc(44 / 1366 * 100vw);
  }
  .p-head__pan p {
    font-size: calc(13 / 1366 * 100vw);
  }
  .p-head__pan > p {
    gap: calc(15 / 1366 * 100vw);
  }
  .p-head__pan > p::before {
    height: calc(7.6 / 1366 * 100vw);
    width: calc(6.6 / 1366 * 100vw);
  }
  .c-title-line {
    font-size: calc(14 / 1366 * 100vw);
  }
  .c-title-line::after {
    height: 3px;
    width: calc(40 / 1366 * 100vw);
  }
  .c-title-dot {
    font-size: calc(20 / 1366 * 100vw);
    gap: calc(10 / 1366 * 100vw);
  }
  .c-title-dot::before {
    height: calc(16 / 1366 * 100vw);
    width: calc(16 / 1366 * 100vw);
  }
  .c-title-dot.c-title-dot--yellow {
    font-size: calc(20 / 1366 * 100vw);
    gap: calc(14.5 / 1366 * 100vw);
  }
  .c-title-dot.c-title-dot--yellow::before {
    height: calc(12 / 1366 * 100vw);
    width: calc(12 / 1366 * 100vw);
  }
  .c-text-copy {
    font-size: calc(28 / 1366 * 100vw);
  }
  .c-text-description {
    font-size: calc(16 / 1366 * 100vw);
  }
  .c-btn-square a {
    height: calc(50 / 1366 * 100vw);
    min-width: calc(256 / 1366 * 100vw);
    padding-block: calc(9.5 / 1366 * 100vw);
  }
  .c-btn-square a::after {
    height: calc(8 / 1366 * 100vw);
    right: calc(20 / 1366 * 100vw);
    width: calc(8 / 1366 * 100vw);
  }
  .c-btn-square p {
    font-size: calc(14 / 1366 * 100vw);
    margin-right: calc(50 / 1366 * 100vw);
  }
  .c-btn-arrow {
    height: calc(50 / 1366 * 100vw);
    width: calc(50 / 1366 * 100vw);
  }
  .c-btn-arrow::after {
    height: calc(8 / 1366 * 100vw);
    width: calc(8 / 1366 * 100vw);
  }
  .c-page-data__category > .webgene-blog {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: calc(10 / 1366 * 100vw);
  }
  .c-page-data__category .data-tag {
    font-size: calc(14 / 1366 * 100vw);
    min-height: calc(45 / 1366 * 100vw);
    min-width: calc(160 / 1366 * 100vw);
    padding-block: calc(12 / 1366 * 100vw);
    padding-inline: calc(15 / 1366 * 100vw);
  }
  .data-tag {
    font-size: calc(10 / 1366 * 100vw);
  }
  .data-date {
    font-size: calc(14 / 1366 * 100vw);
  }
  .data-title {
    font-size: calc(14 / 1366 * 100vw);
  }
  .news__data {
    margin-top: calc(52 / 1366 * 100vw);
  }
  .news__data > .webgene-blog {
    gap: calc(9 / 1366 * 100vw);
  }
  .news__data .data-date {
    font-size: calc(22 / 1366 * 100vw);
  }
  .news__data .news-date-list__inner::after {
    font-size: calc(14 / 1366 * 100vw);
  }
}