@charset "utf-8";

/* ==========================================
add.css
========================================== */

/* layout
------------------------------------ */

/* .l-page-main {
} */

/* breadcrumbs */

.breadcrumb-wrapper {
  background: transparent;
  padding: 0.5rem 0.5rem 0 0;
  font-size: 0.9rem;
  z-index: 10;
  position: relative;
  top: 33px;
}

.breadcrumb-wrapper nav {
  display: inline-block;
  color: #666;
}

.breadcrumb-wrapper a {
  color: #666;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-wrapper a:hover {
  text-decoration: underline;
}

.breadcrumb-wrapper .separator {
  margin: 0 0.5em;
  color: #ccc;
  display: inline;
}

.breadcrumb-wrapper nav,
.breadcrumb-wrapper nav span,
.breadcrumb-wrapper nav a {
  display: inline;
  white-space: wrap;
  line-height: 1.5;
}

/*  */

.l-page-head {
  background: linear-gradient(to bottom right, #e2fdfe 0%, #fee2ef 100%);
  padding-top: 172px;
  padding-left: 100px;
  padding-bottom: 176px;
}

.l-page-content {
  background: #fff;
  border-radius: 64px 64px 0 0;
  padding: 96px 10% 114px;
  margin-top: -100px;
}

.l-page-content__inner {
  max-width: 1200px;
  margin: auto;
}

.l-page-content__item:not(:first-child) {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .l-page-head {
    /* background: linear-gradient(to bottom right, #E2FDFE 0%, #FEE2EF 100%); */
    padding-top: 114px;
    padding-left: 5.33%;
    padding-bottom: 98px;
  }

  .l-page-content {
    background: #fff;
    border-radius: 24px 24px 0 0;
    padding: 32px 5.33% 84px;
    margin-top: -31px;
  }

  /* .l-page-content__inner {
    } */

  .l-page-content__item:not(:first-child) {
    margin-top: 64px;
  }
  .breadcrumb-wrapper {
    background: transparent;
    padding: 0.5rem 0.5rem 0 0;
    font-size: 0.9rem;
    z-index: 10;
    position: relative;
  }

  .breadcrumb-wrapper nav,
  .breadcrumb-wrapper nav span,
  .breadcrumb-wrapper nav a {
    display: inline;
    white-space: wrap;
  }
}

/* component
------------------------------------ */

/* hdg */
.c-hdg {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo", sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.c-subhdg {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角コゴ ProN W3", "Meiryo",
    sans-serif;
  font-weight: bold;
  letter-spacing: 0.025em;
}

/* .c-hgroup--lv2 {
} */

.c-hdg--lv2 {
  font-size: 48px;
}

.c-subhdg--lv2 {
  font-size: 20px;
  margin-top: 5px;
}

.c-hgroup--lv3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-hgroup--lv3::before {
  content: url(../img/icon_circle.svg);
  flex: 1 1 40px;
}

.c-hdg--lv3 {
  flex: 1 1 calc(100% - 40px - 2px);
  padding-left: 2px;
  font-size: 40px;
}

.c-subhdg--lv3 {
  flex: 1 1 100%;
  font-size: 16px;
  padding-left: 40px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  /* .c-hdg {
    }
    
    .c-subhdg {
    } */

  /* .c-hgroup--lv2 {
    } */

  .c-hdg--lv2 {
    font-size: 28px;
  }

  .c-subhdg--lv2 {
    font-size: 18px;
    margin-top: 11px;
  }

  /* .c-hgroup--lv3 {
    } */

  .c-hgroup--lv3::before {
    content: "";
    flex: 1 1 28px;
    width: 20px;
    max-width: 28px;
    height: 20px;
    background-image: url("../img/icon_circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .c-hdg--lv3 {
    flex: 1 1 calc(100% - 28px);
    font-size: 24px;
    padding-left: 0;
  }

  .c-subhdg--lv3 {
    font-size: 12px;
    padding-left: 28px;
    margin-top: 3px;
  }
}

/* tag */
.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.c-tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fb0575;
  font-weight: bold;
  border-radius: 14px;
  border: 1px solid #fb0575;
  padding: 9px 15px 6px;
}

@media screen and (min-width: 769px) {
  .c-tag:hover {
    opacity: 1;
    color: #fff;
    background: #fb0575;
    cursor: pointer;
  }
}

/* project
------------------------------------ */
/* .p-category {
} */

.p-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
  margin-top: 40px;
}

.p-card__thumb source,
.p-card__thumb img {
  border-radius: 16px;
}

.p-card__hdg {
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-top: 24px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-card__txt {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-card__tags {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-cards {
    gap: 40px 0;
    margin-top: 40px;
  }

  .p-card {
    width: 100%;
  }

  /* .p-card__thumb source,
    .p-card__thumb img {
    } */

  .p-card__hdg {
    font-size: 16px;
    margin-top: 16px;
  }

  .p-card__txt {
    font-size: 12px;
    margin-top: 16px;
  }

  .p-card__tags {
    margin-top: 21px;
  }
}

.p-category__bottom {
  margin: 64px auto 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-category__bottom {
    margin: 40px auto 0;
    text-align: center;
  }
}

.p-search__box {
  border-radius: 7px;
  border: 1px solid #fb0575;
  padding: 24px 19px;
  margin-top: 39px;
}

/* @media screen and (max-width: 768px) {
    .p-search__box {
    }
} */
