/* ==============================================================================
# mobileFont
============================================================================== */
body,
html {
  height: 100%;
  margin: 0;
  color: #333333;
  font-family: "M PLUS 1p", sans-serif;
}

* {
  font-size: 16px;
}

@media screen and (max-width: 1267px) and (min-width: 601px) {
  body {
    width: 1267px;
  }
}
body {
  background-color: #FAFAFA;
}

#main-section {
  color: #000;
  font-size: 2em;
  z-index: 30;
  position: relative;
}

main {
  padding-top: 120px;
  padding-bottom: 10px;
}

.news__inner {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  position: relative;
}
.news__inner .project__container {
  display: flex;
  justify-content: space-between;
}
.news__inner h1 {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 64px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__inner h1 {
    padding-left: 15px;
    margin-top: 0;
  }
}
.news__inner .item__text h2 {
  margin-top: 0;
}

.tab {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

.tab__menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  gap: 10px;
  border-bottom: none;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu {
    flex-wrap: wrap;
    height: auto;
    max-width: 350px;
    margin: auto;
    justify-content: flex-start;
  }
}

.tab__menu-item {
  list-style: none;
  width: 192px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #000000;
}
.tab__menu-item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu-item {
    width: 170px;
    height: 45px;
  }
}

.tab__menu-item a {
  list-style: none;
  width: 192px;
  height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab__menu-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu-item a {
    width: 170px;
    height: 45px;
  }
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

.tab__menu-item.is-active a {
  background-color: #E83C5C;
  color: #fff;
  border-radius: 35px;
  box-sizing: border-box;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab__menu-item.is-active a {
    height: 45px;
  }
}

.tab__panel {
  width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  border-radius: 10px;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box003 {
  display: none;
}

.tab__panel-box004 {
  display: none;
}

.tab__panel-box005 {
  display: none;
}

.tab__panel-box006 {
  display: none;
}

.tab__panel-box.is-show {
  display: block;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 70px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list {
    justify-content: center;
  }
}
.news__list .news__item {
  width: 307px;
}
.news__list .news__item a {
  display: block;
  width: inherit;
}
.news__list .news__item a .magazine {
  overflow: hidden;
  width: inherit;
}
.news__list .news__item a:hover img {
  transform: scale(1.2);
}
.news__list .news__item a img {
  transition: all 0.3s;
  width: inherit;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.news__list .news__item a .content {
  background-color: #fff;
  height: 157px;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 28px;
}
.news__list .news__item a .content time {
  color: rgb(136, 136, 136);
  font-size: 15px;
  letter-spacing: 0.75px;
}
.news__list .news__item a .content h2 {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 25px;
  padding-top: 15px;
  font-family: "M PLUS 1p", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a .content h2 {
    padding-left: 0;
  }
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pagination {
    flex-wrap: wrap;
  }
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.75px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgb(237, 237, 237);
  color: rgb(136, 136, 136);
}
.pagination .page-numbers.current {
  background-color: rgb(232, 60, 92);
  color: #fff;
}
.pagination .prev,
.pagination .next {
  display: none;
}

.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}
.news__list .news__item {
  width: 100%;
}
.news__list .news__item a {
  transition: box-shadow 0.3s;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #fff;
  transition: all 0.3s;
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr;
}
.news__list .news__item a:hover {
  box-shadow: 0 3px 15px 0 rgba(29, 67, 103, 0.25);
}
.news__list .news__item a:hover img, .news__list .news__item a:hover img.thumbnail {
  transform: none;
}
.news__list .news__item a .magazine {
  aspect-ratio: 360/202;
  position: relative;
}
.news__list .news__item a img.thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news__list .news__item a .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  height: auto;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a .content {
    padding: 8px 20px 14px;
  }
}
.news__list .news__item a .content h2 {
  padding: 0;
  font-family: "TsukuGoPro", sans-serif;
}
.news__list .news__item a .pmlab-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news__list .news__item a .pmlab-card__category {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 12px;
  border-radius: 3px;
  background: #ebebeb;
  color: #333333;
  font-size: 13px;
  font-weight: 800;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a .pmlab-card__category {
    font-size: 12px;
    height: 24px;
  }
}
.news__list .news__item a .pmlab-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  height: 44px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a .pmlab-card__footer {
    height: 32px;
  }
}
.news__list .news__item a time.pmlab-card__date {
  white-space: nowrap;
  color: #888;
  font-size: 13px;
  font-family: "TsukuGoPro", sans-serif;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a time.pmlab-card__date {
    font-size: 12px;
  }
}
.news__list .news__item a .pmlab-card__author {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.news__list .news__item a .pmlab-card__authorAvatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news__list .news__item a .pmlab-card__authorAvatar {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
}
.news__list .news__item a .pmlab-card__authorAvatarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news__list .news__item a .pmlab-card__authorName {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.news__list .news__item a .pmlab-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  gap: 10px;
  height: 34px;
  padding: 0 14px;
  border-radius: 8px;
  background: #e83c5c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.news__list .news__item a .pmlab-card__btn svg {
  flex: 0 0 auto;
  display: block;
}

.news.pmlab .pmlab-slider {
  padding: 100px 0 60px;
  position: relative;
  --pmlab-peek: 18%;
  --pmlab-arrow-x: var(--pmlab-peek);
}
@media screen and (max-width: 1024px) {
  .news.pmlab .pmlab-slider {
    --pmlab-peek: 10%;
    --pmlab-arrow-x: var(--pmlab-peek);
  }
}
@media screen and (max-width: 768px) {
  .news.pmlab .pmlab-slider {
    --pmlab-peek: 24px;
    --pmlab-arrow-x: 16px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.news.pmlab .pmlab-slider .splide__track {
  overflow: visible;
}
.news.pmlab .pmlab-slider .splide__slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}
.news.pmlab .pmlab-slider .splide__slide a:hover {
  transform: translateY(-6px);
}
.news.pmlab .pmlab-slider .splide__slide .pmlab-slider__media {
  aspect-ratio: 360/202;
  position: relative;
  overflow: hidden;
}
.news.pmlab .pmlab-slider .splide__slide .pmlab-slider__media img {
  border-radius: 10px;
}
.news.pmlab .pmlab-slider .splide__slide .pmlab-slider__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news.pmlab .pmlab-slider .pmlab-slider__caption {
  padding: 14px 18px 18px;
  display: grid;
  gap: 10px;
}
.news.pmlab .pmlab-slider .pmlab-slider__title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.9px;
  line-height: 1.4;
  font-family: "TsukuGoPro", sans-serif;
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news.pmlab .pmlab-slider .pmlab-slider__title {
    font-size: 16px;
  }
}
.news.pmlab .pmlab-slider .pmlab-card__author {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.news.pmlab .pmlab-slider .pmlab-card__authorAvatar {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news.pmlab .pmlab-slider .pmlab-card__authorAvatarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news.pmlab .pmlab-slider .pmlab-card__authorName {
  font-size: 13px;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.news.pmlab .pmlab-slider .splide__arrow {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  position: absolute;
  top: var(--pmlab-media-center, 50%);
  transform: translateY(-50%);
  z-index: 2;
}
.news.pmlab .pmlab-slider .splide__arrow svg {
  width: 60px;
  height: 60px;
  display: block;
}
.news.pmlab .pmlab-slider .splide__arrow--prev {
  left: var(--pmlab-arrow-x);
}
.news.pmlab .pmlab-slider .splide__arrow--next {
  right: var(--pmlab-arrow-x);
}
@media screen and (min-width: 769px) {
  .news.pmlab .pmlab-slider .splide__arrow--prev {
    transform: translate(-50%, -50%);
  }
  .news.pmlab .pmlab-slider .splide__arrow--next {
    transform: translate(50%, -50%);
  }
}
.news.pmlab .pmlab-slider .splide__arrow--prev svg {
  transform: rotate(180deg);
  transform-origin: center;
}
.news.pmlab .pmlab-slider .splide__pagination {
  position: absolute;
  top: 50px;
  right: -75px;
  left: auto;
  bottom: auto;
  justify-content: flex-end;
  padding: 0;
  gap: 12px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news.pmlab .pmlab-slider .splide__pagination {
    top: 25px;
    right: 16px;
  }
}
.news.pmlab .pmlab-slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  opacity: 1;
  margin: 0;
  transform: none;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .news.pmlab .pmlab-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.news.pmlab .pmlab-slider .splide__pagination__page.is-active {
  background: #5b5b5b;
}
@media screen and (max-width: 768px) {
  .news.pmlab .pmlab-slider .splide__arrows {
    display: none;
  }
}

.pmlab-whitepaperModal__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media screen and (max-width: 600px) and (min-width: 360px) {
  .pmlab-whitepaperModal__inner {
    grid-template-columns: 1fr;
  }
}

.pmlab-whitepaperModal__left {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  gap: 30px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pmlab-whitepaperModal__left {
    gap: 20px;
  }
}

.pmlab-whitepaperModal__eyebrow {
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}
.pmlab-whitepaperModal__eyebrow::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e83c5c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pmlab-whitepaperModal__title {
  font-size: 18px;
  line-height: 160%;
}

.pmlab-whitepaperModal__desc {
  font-size: 15px;
  line-height: 1.8;
}

.pmlab-whitepaperModal__points > li {
  line-height: 1.6;
  position: relative;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}
.pmlab-whitepaperModal__points > li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #888 0, #888 3px, transparent 3px, transparent 6px);
}
.pmlab-whitepaperModal__points > li:last-child::after, .pmlab-whitepaperModal__points > li.is-last-visible::after {
  display: none;
}

.pmlab-whitepaperModal__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 14px;
  background: #eaeaea;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pmlab-whitepaperModal__thumbImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.pmlab-whitepaperModal__thumbPlaceholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-weight: 700;
}

.pmlab-whitepaperModal__thumb.has-image .pmlab-whitepaperModal__thumbPlaceholder {
  opacity: 0;
  pointer-events: none;
}

.pmlab-whitepaperModal__form {
  background: #f7f7f7;
  border-radius: 16px;
  padding: 18px;
}

.pmlab-whitepaperModal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.pmlab-whitepaperModal__fieldRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media screen and (max-width: 600px) and (min-width: 360px) {
  .pmlab-whitepaperModal__fieldRow {
    grid-template-columns: 1fr;
  }
}
.pmlab-whitepaperModal__field label {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}

.pmlab-whitepaperModal__field input,
.pmlab-whitepaperModal__field select,
.pmlab-whitepaperModal__field textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

.pmlab-whitepaperModal__actions {
  margin-top: 16px;
}

.pmlab-whitepaperModal__submit {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #e83c5c;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.pmlab-whitepaperModal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.pmlab-whitepaperModal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease;
}

.pmlab-whitepaperModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.pmlab-whitepaperModal__dialog {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  max-height: 85vh;
  overflow: auto;
  background: #f8f8f8;
  border-radius: 22px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
  transform: translateY(14px) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.pmlab-whitepaperModal__inner {
  padding: 40px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pmlab-whitepaperModal__inner {
    padding: 18px 16px;
  }
}

.pmlab-whitepaperModal__points {
  padding-left: 0;
  list-style: none;
}

.pmlab-whitepaperModal__point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pmlab-whitepaperModal__point svg {
  flex: 0 0 24px;
  margin-top: 2px;
}

body.whitepaper-modal-open {
  overflow: hidden;
}

.pmlab-whitepaperModal.is-open .pmlab-whitepaperModal__overlay {
  opacity: 1;
}

.pmlab-whitepaperModal.is-open .pmlab-whitepaperModal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .pmlab-whitepaperModal,
  .pmlab-whitepaperModal__overlay,
  .pmlab-whitepaperModal__dialog {
    transition: none !important;
  }
  .pmlab-whitepaperModal__dialog {
    transform: none !important;
  }
}
.news.pmlab .pmlab-slider .splide__arrow {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #de244a;
  background: #fff;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .news.pmlab .pmlab-slider .splide__arrow:hover::before {
    width: 60px;
    height: 60px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .news.pmlab .pmlab-slider .splide__arrow:active::before {
    width: 60px;
    height: 60px;
    opacity: 1;
  }
}
.news.pmlab .pmlab-slider .splide__arrow::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  background: #de244a;
  border: 1px solid #de244a;
  border-radius: 50%;
  transition: all 0.2s;
}
.news.pmlab .pmlab-slider .splide__arrow img {
  width: 16px;
  flex-shrink: 0;
  position: relative;
}

.main {
  overflow: hidden;
  font-family: "TsukuGoPro", sans-serif;
}
.main h2 {
  font-family: "TsukuGoPro", sans-serif;
}

.news__inner,
.breadcrumbs,
.tab {
  max-width: 1160px;
}

@media screen and (max-width: 600px) and (min-width:360px) {
  .pmlab__titleBox,
  .tab {
    padding: 0 16px;
  }
}

.pmlab__subtitle {
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  margin-top: 26px;
}
.pmlab__subtitle::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e83c5c;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pmlab-contents__searchTitle {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pmlab-contents__searchTitle {
    font-size: 22px;
  }
}

.tab {
  margin-top: 0;
}
.tab .tab__menu {
  display: grid;
  grid-template-columns: repeat(4, 180px);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .tab .tab__menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tab .tab__menu-item {
  width: 100%;
}
.tab .tab__menu-item.is-active {
  border: none;
}
.tab .tab__menu-item.is-active a {
  color: #fff;
}
.tab .tab__menu-item a {
  color: #888;
  box-shadow: none;
}/*# sourceMappingURL=contents.css.map */