@charset "UTF-8";
/* ==============================================================================
# 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;
}

.wp-block-columns {
  display: flex;
  align-items: center;
  gap: 30px;
}

main {
  padding-top: 120px;
  padding-bottom: 110px;
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  main {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
main p {
  min-height: 28px;
  height: 100%;
}
main p a {
  color: #1a73e8;
  text-decoration: underline;
  transition: all 0.3s;
}
main p a:hover {
  opacity: 0.7;
  text-decoration: none;
}
main p strong {
  color: #e83c5c;
}
main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 30px;
}
main h2 u {
  font-weight: 500;
  font-size: 30px;
  display: block;
  line-height: 60px;
}
main h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
main h3 u {
  font-weight: 500;
  font-size: 24px;
  display: block;
  line-height: 48px;
}
main h1 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-top: 60px;
  font-weight: 400;
}
main .date {
  margin-top: 15px;
  margin-bottom: 30px;
}
main .date time {
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #888;
}
main .size-post-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
  margin-top: 40px;
}
main p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.75px;
  color: #333;
}
main .more__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: 50px;
}
main .more__btn:hover .arrow::before {
  width: 82px;
  height: 82px;
  top: 0;
  left: 0;
}
main .more__btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgb(222, 36, 74);
  position: relative;
  transition: all 0.2s;
}
main .more__btn .arrow::before {
  transition: all 0.2s;
  background-color: rgb(222, 36, 74);
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  box-sizing: border-box;
}
main .more__btn .arrow img {
  width: 20px !important;
  position: relative;
  transform: rotate(180deg);
  height: 20px;
}
main .more__btn p {
  margin: 0;
}

html :where(img[class*=wp-image-]) {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}

.magazine {
  width: 100%;
  background-color: #fafafa;
}

.magazine__heading {
  width: 100%;
  height: 280px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}

.heading__img {
  width: 320px;
  height: 160px;
  position: relative;
  top: 30px;
  left: 200px;
  background-image: url("images/magazine/magazine.png");
  background-size: contain;
}

.tab__row {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  /* gap: 70px; */
}

.tab__item {
  font-size: 2rem;
  color: #d0cdcd;
  padding: 10px 5px;
  border-bottom: 3px solid #fff;
  transition: 0.2s;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 35px;
}

.tab__item:hover {
  color: #7a6f6f;
}

.tab__row .active {
  color: #000000;
  border-bottom: 3px solid #000;
}

.magazine__row {
  width: 1050px;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
  margin: 0 auto;
}

.magazine__row::after {
  content: "";
  width: 320px;
  display: block;
}

.magazine__card {
  width: 320px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin: 0px 15px 30px 15px;
  cursor: pointer;
  transition: 0.2s;
}

.magazine__card:hover .magazine__title a {
  color: #7a6f6f;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.attachment-magazine__thumbnail {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.thumbnail--unset {
  background-color: #000;
  width: 100%;
  height: 200px;
}

.magazine__content {
  padding: 12px;
}

.magazine__title {
  height: 48px;
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.magazine__title a {
  color: #000;
}

.magazine__date {
  font-size: 1.4rem;
  color: #b7b7b7;
}

#pagenation {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 100px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}

#pagenation > * {
  vertical-align: middle;
  text-align: center;
  display: inline;
  font-size: 2rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 500;
}

.page-numbers {
  width: 50px;
  height: 50px;
  background: transparent url("./images/service/page-others.png") 0% 0% no-repeat padding-box;
  background-size: 49px;
  border: none;
  border-radius: 3px;
  color: #000;
}

.current {
  background: transparent url("./images/service/page-current.png") 0% 0% no-repeat padding-box;
  background-size: 49px;
  color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .magazine__heading {
    width: 100%;
    height: 150px;
    padding-right: 21px;
  }
  .heading__img {
    width: 123px;
    height: 58px;
    position: relative;
    top: 15px;
    left: 15px;
  }
  .tab__row {
    /* gap: 45px; */
    overflow-x: scroll;
    justify-content: left;
    padding: 0px 21px;
  }
  .tab__item {
    font-size: 1.4rem;
    color: #d0cdcd;
    padding: 10px 5px;
    margin: 0 23px;
    border-bottom: 3px solid #fff;
  }
  .magazine__row {
    width: 100%;
    padding: 40px 15px;
    margin: 0 auto;
  }
  .magazine__card {
    width: calc(50vw - 30px);
    margin: 0px 7.5px 17px 7.5px;
  }
  .magazine__content {
    padding: 5px 7px;
  }
  .attachment-magazine__thumbnail {
    height: 100px;
  }
  .thumbnail--unset {
    height: 100px;
  }
  .magazine__title {
    height: 27px;
    font-size: 1rem;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .magazine__date {
    font-size: 1rem;
  }
  #pagenation {
    -moz-column-gap: 5px;
         column-gap: 5px;
    padding-bottom: 0;
  }
  #pagenation > * {
    vertical-align: middle;
    text-align: center;
    display: inline;
    font-size: 1rem;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
  }
  .page-numbers {
    width: 23px;
    height: 23px;
    background-size: cover;
  }
  .current {
    background-size: cover;
  }
  #tab__other {
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 21px;
  }
}
html :where(img[class*=wp-image-]) {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}

pre {
  white-space: pre-wrap;
}

.magazine {
  width: 100%;
  background-color: #fafafa;
}

.magazine__heading {
  width: 100%;
  height: 280px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
}

.heading__img {
  width: 320px;
  height: 160px;
  position: relative;
  top: 30px;
  left: 200px;
  background-image: url("images/magazine/magazine.png");
  background-size: contain;
}

.magazine__row {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  padding: 0 200px;
  margin: 0 auto;
}

.magazine__inner {
  width: 100%;
  margin-top: 82px;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}

.magazine__category {
  padding: 12px 20px;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
}

.magazine__title {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 700;
}

.magazine__date {
  margin-top: 56px;
  font-size: 2rem;
  text-align: right;
  color: #9f9f9f;
}

.magazine__content {
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 28px;
}

.magazine__foot {
  width: 100%;
  text-align: left;
  margin-top: 48px;
  padding-bottom: 93px;
}

.magazine__foot span {
  font-size: 2.5rem;
  font-weight: bold;
  gap: 0px;
  color: #000;
  transition: 0.2s;
}

.magazine__foot span:hover {
  color: #9f9f9f;
}

.magazine__foot span img {
  width: 51px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------- */
/* テンプレート */
/* ---------- */
.main__img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.profile__content {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #dedede;
  margin: 0 auto;
  box-sizing: border-box;
}

.profile__content p {
  text-align: center;
}

.syain__img {
  width: 250px;
  height: auto;
}

.profile__blog {
  padding: 30px;
}

.text--1 {
  white-space: pre-wrap;
  width: 80%;
  margin: 50px auto;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.text--2 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.interview__content {
  width: 80%;
  margin: 100px auto;
  font-size: 16px;
}

.interview__content span {
  line-height: 35px;
}

.interview__title {
  padding: 15px 0;
  border-top: 1px solid #dedede;
  font-weight: 700;
  line-height: 2;
  margin-top: 50px;
}

.interview__answer {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 2;
}

.text--after {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

/* プレスリリース用 */
.section__press {
  margin-bottom: 50px;
}

.section__press img {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section__color {
  background: #eee;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.press__img {
  margin: 30px auto;
}

.press__subtitle {
  color: #707070;
  margin-bottom: 20px;
}

.section__pressTitle {
  background: #eee;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.company__p {
  margin-bottom: 10px;
}

.company__h {
  font-weight: bold;
}

.media__press {
  border-top: 1px solid #999;
  margin-top: 40px;
  padding-top: 40px;
  font-size: 13px;
}

.flex__img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.flex__img img {
  width: 35%;
  margin-right: 20px;
}

@media only screen and (max-width: 599px) {
  .wp-caption {
    width: 100% !important;
  }
  .magazine__heading {
    height: 150px;
  }
  .heading__img {
    width: 123px;
    height: 58px;
    top: 15px;
    left: 15px;
  }
  .magazine__row {
    width: 100%;
    text-align: center;
    padding: 0px 24px;
  }
  .magazine__inner {
    width: 100%;
    margin-top: 30px;
    padding: 11px 21px;
    text-align: left;
    background-color: #fff;
  }
  .magazine__category {
    padding: 4px 15px;
  }
  .magazine__title {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .magazine__date {
    margin-top: 35px;
    font-size: 1.4rem;
  }
  .magazine__foot span {
    font-size: 1.2rem;
  }
  .magazine__foot span img {
    width: 21px;
  }
  .magazine__content {
    margin-top: 35px;
    font-size: 1rem;
    line-height: 22px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
    margin-bottom: 21px;
  }
  /* ---------- */
  /* テンプレート */
  /* ---------- */
  .main__img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .text--1 {
    white-space: pre-wrap;
    width: 100%;
    margin: 25px auto;
    font-size: 14px;
    line-height: 2;
  }
  .text--2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .profile__blog {
    padding: 10px;
    font-size: 11px;
  }
  .profile__content {
    width: 100%;
  }
  .syain__img {
    width: 80%;
    height: auto;
  }
  .interview__content {
    width: 100%;
    margin: 50px auto;
    font-size: 1.2rem;
  }
  .text--after {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .flex__img img {
    width: 50%;
    margin: 0;
  }
  .media__press {
    font-size: 1rem;
  }
}
.insta {
  width: 400px;
}

.c-writerCard {
  margin-top: 60px;
  padding: 24px 32px;
  background: #f5f5f5;
  border-radius: 10px;
}
.c-writerCard p {
  min-height: auto;
  height: auto;
}
.c-writerCard__label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 21px;
  line-height: 180%;
}
.c-writerCard__body {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 21px;
}
.c-writerCard__avatar {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}
.c-writerCard__avatarLink {
  display: block;
  width: 100%;
  height: 100%;
}
.c-writerCard__avatarImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.c-writerCard__meta {
  min-width: 0;
}
.c-writerCard__name {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  line-height: 160%;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .c-writerCard__name {
    font-size: 15px;
  }
}
.c-writerCard__nameLink {
  display: inline-block;
  transition: opacity 0.2s;
}
.c-writerCard__nameLink:hover {
  opacity: 0.7;
}
.c-writerCard__role {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .c-writerCard__role {
    font-size: 12px;
  }
}
.c-writerCard__desc {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .c-writerCard__desc {
    font-size: 15px;
  }
}

.rayout-toc {
  margin: 24px 0 60px;
  padding: 50px 60px;
  border-radius: 10px;
  background: #f4f4f4;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .rayout-toc {
    padding: 26px 20px;
  }
}
.rayout-toc__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .rayout-toc__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.rayout-toc__list {
  display: grid;
  gap: 16px;
}
.rayout-toc__item--h2 {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  line-height: 180%;
}
.rayout-toc__sublist {
  margin-top: 8px;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .rayout-toc__sublist {
    padding-left: 0;
    gap: 6px;
  }
}
.rayout-toc__link {
  font-size: 15px;
}
.rayout-toc__link--h2 {
  display: inline-block;
  color: #707070;
  font-weight: 700;
  line-height: 180%;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .rayout-toc__link--h2 {
    font-size: 14px;
  }
}
.rayout-toc__item--h3 {
  color: #777;
}
.rayout-toc__link--h3 {
  font-weight: 400;
  color: #777;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .rayout-toc__link--h3 {
    font-size: 13px;
  }
}
.rayout-toc__link--h3::before {
  content: "・";
}
.rayout-toc__link:hover {
  opacity: 0.7;
}

.p-share {
  position: absolute;
  top: 40px;
  bottom: 0;
  z-index: 50;
  width: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-share {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    background: transparent;
    margin-top: 0;
    width: auto;
    height: auto;
  }
}

.p-share__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 120px;
  margin-top: 10px;
  transform: translateX(-150px);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-share__bar {
    position: static;
    max-width: 358px;
    margin: 0 auto;
    width: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(29, 67, 103, 0.35);
    padding: 10px 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: none;
  }
}

.p-share__label {
  font-family: Jost;
  font-size: 15px;
  font-weight: 700;
}

.p-share__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
}
.p-share__list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 52px;
  height: 1px;
  background: #888;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-share__list {
    flex-direction: row;
    padding-bottom: 0;
  }
  .p-share__list::after {
    display: none;
  }
}

.p-share__btn {
  display: block;
  transition: opacity 0.2s, transform 0.2s;
}
.p-share__btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.p-share__btn img {
  display: block;
  width: 33px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-share__btn img {
    width: auto;
    height: 30px;
  }
}

.p-share__icon {
  display: block;
}

.p-share__contact {
  width: 52px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #e83c5c;
  color: #fff;
  font-family: "TsukuGoPro", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 130%;
}
.p-share__contact:hover {
  opacity: 0.9;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-share__contact {
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 10px;
    border-radius: 3px;
  }
}

.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;
  }
}
/* ==============================================================================
# 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;
}

#main-section {
  padding-top: 84px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  #main-section {
    padding-top: 40px;
  }
}
#main-section .breadcrumbs {
  max-width: 1200px;
}

.main {
  padding-top: 0;
  padding-bottom: 0;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .main {
    padding: 0;
  }
}

.others {
  margin-top: 110px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .others {
    margin-top: 60px;
  }
}

.p-contentsDetail__content .single-title {
  margin-top: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-contentsDetail__content .single-title {
    font-size: 22px;
  }
}
.p-contentsDetail__content .more__btn--back {
  gap: 5px;
  margin: 60px 0 0;
}
.p-contentsDetail__content .more__btn--back .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.p-contentsDetail__content .more__btn--back .arrow::before {
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contentsDetail__content .more__btn--back .arrow img {
  width: 12px !important;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-contentsDetail__content .more__btn--back:hover .arrow::before {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-contentsDetail__content .more__btn--back p {
  line-height: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.content strong {
  font-size: inherit;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-weight: 700;
}
.content h1 {
  font-size: 27px;
  line-height: 180%;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .content h1 {
    font-size: 20px;
  }
}
.content h2 {
  font-size: 22px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .content h2 {
    font-size: 19px;
  }
}
.content h3 {
  font-size: 18px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .content h3 {
    font-size: 17px;
  }
}
.content h4 {
  font-size: 16px;
}
.content h5 {
  font-size: 15px;
}
.content p {
  padding: 0 20px;
  margin: 30px 0;
  font-size: 17px;
  line-height: 2.2;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .content p {
    padding: 0 8px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.content :where(ul, ol):not(.rayout-toc__list):not(.rayout-toc__sublist):not(.breadcrumbs) {
  list-style: revert;
  margin: revert;
  padding: revert;
}
.content :where(ul, ol):not(.rayout-toc__list):not(.rayout-toc__sublist):not(.breadcrumbs) > li {
  display: list-item;
  list-style: revert;
  position: static;
  padding: 0;
  margin: 0;
  line-height: revert;
  color: inherit;
  line-height: 2.2;
}
.content .wp-block-image img {
  width: auto;
}
.content a.wp-block-button__link {
  font-size: 1.125em;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .content a.wp-block-button__link {
    font-size: min(1em, 3.8554216867vw);
    padding: calc(0.667em + 8px) calc(1.333em + 2px);
  }
}

.p-contentsDetail__wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .p-contentsDetail__wrap {
    display: block;
    max-width: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-contentsDetail__wrap .size-post-thumbnail {
  margin-top: 0;
}

.p-contentsDetail__thumbLink {
  display: block;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.p-contentsDetail__thumbLink:hover {
  transform: translateY(-4px);
  opacity: 0.85;
}
@media (prefers-reduced-motion: reduce) {
  .p-contentsDetail__thumbLink {
    transition: none;
  }
  .p-contentsDetail__thumbLink:hover {
    transform: none;
  }
}

.p-contentsDetail__movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
.p-contentsDetail__movie iframe,
.p-contentsDetail__movie video,
.p-contentsDetail__movie embed,
.p-contentsDetail__movie object {
  width: 100%;
  height: 100%;
  display: block;
}

.pmlab-contentsDetail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .pmlab-contentsDetail__meta {
    margin-top: 16px;
    margin-bottom: 16px;
    row-gap: 16px;
  }
}

.pmlab-contentsDetail__categoryRow {
  flex: 0 0 100%;
}

.pmlab-contentsDetail__category {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: #cfcfcf;
  padding: 6px 12px;
  font-family: "TsukuGoPro", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

.pmlab-contentsDetail__date {
  margin-left: auto;
  color: #888888;
  white-space: nowrap;
  font-family: "TsukuGoPro", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.pmlab-contentsDetail__author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pmlab-contentsDetail__authorAvatar {
  width: 56px;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.pmlab-contentsDetail__authorName {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.rayout-recommend {
  margin: 28px 0 40px;
}
.rayout-recommend p {
  height: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
}

p.rayout-recommend__badge {
  position: relative;
  display: inline-block;
  background: #333;
  border-radius: 3px;
  margin: 0 0 16px;
  line-height: 1.4;
  padding: 8px 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
p.rayout-recommend__badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}

.rayout-recommend__card {
  display: grid;
  grid-template-columns: 400fr 300fr;
  gap: 35px;
  align-items: flex-start;
  padding: 24px 32px;
  transition: all 0.2s;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid var(--Text-Gray, #888);
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .rayout-recommend__card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 18px 16px;
  }
}
.rayout-recommend__card:hover {
  transform: translateY(-4px);
  opacity: 0.85;
}

.rayout-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rayout-recommend__body {
  flex: 1 1 auto;
  min-width: 0;
}

p.rayout-recommend__title {
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 180%;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

p.rayout-recommend__excerpt {
  color: #888;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rayout-recommend__thumb {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 300/169;
}

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

#main-section .pmlab-recommendedPosts {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 16px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  #main-section .pmlab-recommendedPosts {
    margin: 70px auto 0;
  }
}
#main-section .pmlab-recommendedPosts__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  #main-section .pmlab-recommendedPosts__header {
    margin-bottom: 18px;
    justify-content: center;
  }
}
#main-section .pmlab-recommendedPosts__title {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  #main-section .pmlab-recommendedPosts__title {
    text-align: center;
  }
}
#main-section .pmlab-recommendedPosts__more {
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  flex: 0 0 auto;
  padding: 8px 24px;
  border: 1px solid #333;
  border-radius: 9999px;
  box-sizing: border-box;
  background: transparent;
  justify-content: flex-start;
}
#main-section .pmlab-recommendedPosts__more p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
#main-section .pmlab-recommendedPosts__more.more__btn {
  margin-top: 0;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  #main-section .pmlab-recommendedPosts__more.more__btn.sp {
    display: flex !important;
    margin-top: 32px;
  }
}
#main-section .pmlab-recommendedPosts__more.more__btn .arrow {
  width: 26px;
  height: 26px;
  border: 1px solid rgb(222, 36, 74);
  flex: 0 0 26px;
  overflow: hidden;
}
#main-section .pmlab-recommendedPosts__more.more__btn .arrow::before {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-section .pmlab-recommendedPosts__more.more__btn .arrow img {
  transform: none;
  width: 10px !important;
  height: auto;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  #main-section .pmlab-recommendedPosts__more {
    padding: 6px 8px 6px 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #main-section .pmlab-recommendedPosts__more.more__btn:hover {
    opacity: 1;
  }
  #main-section .pmlab-recommendedPosts__more.more__btn:hover .arrow::before {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#main-section .pmlab-recommendedPosts__more--bottom {
  margin: 28px auto 0;
  justify-content: center;
}
#main-section .pmlab-recommendedPosts .contents-recommend-list {
  margin-top: 0;
}
#main-section .pmlab-recommendedPosts .news__inner {
  max-width: none;
}/*# sourceMappingURL=contents-detail.css.map */