@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
.pagination {
  margin: 70px auto 0;
}

.pager {
  gap: 24px;
}
.pager li {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.pager li .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: var(--pink);
}
.pager li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--pink);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .pager li a:hover {
    opacity: 0.6;
  }
}
.pager li .dots {
  display: block;
  padding-bottom: 10px;
  color: var(--pink);
}
.pager li.prev a {
  width: 10px;
  height: 10px;
}
.pager li.prev a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.pager li.next a {
  width: 10px;
  height: 10px;
}
.pager li.next a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  top: 50%;
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1921px) {
  .pagination {
    margin: 78.75px auto 0;
  }
  .pager {
    gap: 27px;
  }
  .pager li {
    font-size: 20.25px;
  }
  .pager li .current {
    width: 56.25px;
    height: 56.25px;
  }
  .pager li .dots {
    padding-bottom: 11.25px;
  }
  .pager li.prev a {
    width: 11.25px;
    height: 11.25px;
  }
  .pager li.prev a::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid var(--pink);
    border-bottom: 2.25px solid var(--pink);
  }
  .pager li.next a {
    width: 11.25px;
    height: 11.25px;
  }
  .pager li.next a::after {
    width: 9px;
    height: 9px;
    border-right: 2.25px solid var(--pink);
    border-bottom: 2.25px solid var(--pink);
    left: calc(50% - 2.25px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .pagination {
    margin: 5.3846153846vw auto 0;
  }
  .pager {
    gap: 1.8461538462vw;
  }
  .pager li {
    font-size: 1.3846153846vw;
  }
  .pager li .current {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
  .pager li .dots {
    padding-bottom: 0.7692307692vw;
  }
  .pager li.prev a {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
  .pager li.prev a::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid var(--pink);
    border-bottom: 0.1538461538vw solid var(--pink);
  }
  .pager li.next a {
    width: 0.7692307692vw;
    height: 0.7692307692vw;
  }
  .pager li.next a::after {
    width: 0.6153846154vw;
    height: 0.6153846154vw;
    border-right: 0.1538461538vw solid var(--pink);
    border-bottom: 0.1538461538vw solid var(--pink);
    left: calc(50% - 0.1538461538vw);
  }
}
@media (max-width: 768px) {
  .pagination {
    margin: 10.6666666667vw auto 0;
  }
  .pager {
    gap: 4.8vw;
  }
  .pager li {
    font-size: 4.2666666667vw;
  }
  .pager li .current {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
  .pager li .dots {
    padding-bottom: 2.6666666667vw;
  }
  .pager li.prev a {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .pager li.prev a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.5333333333vw solid var(--pink);
    border-bottom: 0.5333333333vw solid var(--pink);
  }
  .pager li.next a {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .pager li.next a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.5333333333vw solid var(--pink);
    border-bottom: 0.5333333333vw solid var(--pink);
    left: calc(50% - 0.5333333333vw);
  }
}
.page {
  position: relative;
  height: 430px;
}

.pageBg {
  width: 100%;
  height: 100%;
}

.pageTop {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageTop__en {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.02em;
  color: #f864af;
}

.pageTop__title {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.bread {
  height: 100%;
}
.bread .inner-s {
  height: 100%;
}

.bread__main {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}
.bread__main span {
  padding-right: 5px;
  color: #808080;
}
.bread__main .line {
  font-weight: 500;
  color: #ba48d5;
}

.bread__link {
  display: inline-block;
  padding-right: 5px;
}

.bnr {
  display: block;
  margin-top: 150px;
  margin-bottom: 100px;
}

.page__icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1360px;
}
.page__icon .icon {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 307px;
  height: 214px;
}

@media (min-width: 1921px) {
  .page {
    height: 483.75px;
  }
  .pageTop__en {
    font-size: 22.5px;
  }
  .pageTop__title {
    margin-top: 11.25px;
    font-size: 45px;
  }
  .bread__main {
    bottom: 22.5px;
    font-size: 13.5px;
  }
  .bread__main span {
    padding-right: 5.625px;
  }
  .bread__link {
    padding-right: 5.625px;
  }
  .bnr {
    margin-top: 168.75px;
    margin-bottom: 112.5px;
  }
  .page__icon {
    width: 1530px;
  }
  .page__icon .icon {
    right: 22.5px;
    width: 345.375px;
    height: 240.75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .page {
    height: 33.0769230769vw;
  }
  .pageTop__en {
    font-size: 1.5384615385vw;
  }
  .pageTop__title {
    margin-top: 0.7692307692vw;
    font-size: 3.0769230769vw;
  }
  .bread__main {
    bottom: 1.5384615385vw;
    font-size: 0.9230769231vw;
  }
  .bread__main span {
    padding-right: 0.3846153846vw;
  }
  .bread__link {
    padding-right: 0.3846153846vw;
  }
  .bnr {
    margin-top: 11.5384615385vw;
    margin-bottom: 7.6923076923vw;
  }
  .page__icon {
    width: 104.6153846154vw;
  }
  .page__icon .icon {
    right: 1.5384615385vw;
    width: 23.6153846154vw;
    height: 16.4615384615vw;
  }
}
@media (max-width: 768px) {
  .page {
    height: 69.3333333333vw;
  }
  .pageTop {
    top: calc(50% + 4vw);
  }
  .pageTop__en {
    font-size: 4.2666666667vw;
  }
  .pageTop__title {
    margin-top: 2.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .bread__main {
    left: 6.6666666667vw;
    bottom: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .bread__main span {
    padding-right: 2.6666666667vw;
  }
  .bread__link {
    display: inline-block;
    padding-right: 2.6666666667vw;
  }
  .bnr {
    margin-top: 10.6666666667vw;
    margin-bottom: 16vw;
  }
  .page__icon {
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: 4vw;
    width: 29.3333333333vw;
  }
  .page__icon .icon {
    right: 0;
    width: 29.3333333333vw;
    height: 20.2666666667vw;
  }
}
.side {
  position: relative;
  width: 420px;
}

.side__inner {
  height: 100%;
}

.side__wrap {
  padding: 60px 40px;
  border-radius: 24px;
  background: #fff0f8;
}

.side__bnrs {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  left: 0;
  margin-top: 30px;
}

.side__bnr {
  display: block;
  margin-top: 20px;
}

.side__search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #fff;
}
.side__search input {
  width: calc(100% - 90px);
  padding: 10px 0;
  border: none;
  font-family: "notosansjp", serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.side__search input::-webkit-input-placeholder {
  color: #c4c4c4;
}
.side__search input::-moz-placeholder {
  color: #c4c4c4;
}
.side__search input:-ms-input-placeholder {
  color: #c4c4c4;
}
.side__search input::-ms-input-placeholder {
  color: #c4c4c4;
}
.side__search input::placeholder {
  color: #c4c4c4;
}
.side__search input:focus {
  outline: none;
}
.side__search button {
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  cursor: pointer;
}
.side__search .icon {
  width: 24px;
  height: 24px;
}

.side__hd {
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--pink);
}
.side__hd .en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.012em;
  text-align: center;
  color: var(--pink);
}
.side__hd .ttl {
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.side__links {
  margin-top: 30px;
}

.side__link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.side__img {
  position: relative;
  overflow: hidden;
  width: 140px;
  height: 86px;
  border-radius: 10px;
}
.side__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.side__cont {
  width: calc(100% - 10px - 140px);
}
.side__cont .ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.012em;
}

.side__tags {
  margin-top: 30px;
  gap: 10px 20px;
}

.side__tag {
  position: relative;
  padding-left: 19px;
  font-size: 15px;
  font-weight: 500;
  color: #808080;
}
.side__tag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: url(../img/icon/icon_tag.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 1921px) {
  .side {
    width: 472.5px;
  }
  .side__wrap {
    padding: 67.5px 45px;
    border-radius: 27px;
  }
  .side__bnrs {
    top: 168.75px;
    margin-top: 33.75px;
  }
  .side__bnr {
    margin-top: 22.5px;
  }
  .side__search form {
    height: 67.5px;
    border-radius: 33.75px;
  }
  .side__search input {
    width: calc(100% - 101.25px);
    padding: 11.25px 0;
    font-size: 18px;
  }
  .side__search button {
    width: 67.5px;
    height: 67.5px;
  }
  .side__search .icon {
    width: 27px;
    height: 27px;
  }
  .side__hd {
    margin-top: 67.5px;
    padding-bottom: 16.875px;
    border-bottom: 2.25px solid var(--pink);
  }
  .side__hd .en {
    font-size: 18px;
  }
  .side__hd .ttl {
    margin-top: 4.5px;
    font-size: 22.5px;
  }
  .side__links {
    margin-top: 33.75px;
  }
  .side__link {
    gap: 11.25px;
    margin-top: 22.5px;
  }
  .side__img {
    width: 157.5px;
    height: 96.75px;
    border-radius: 11.25px;
  }
  .side__cont {
    width: calc(100% - 11.25px - 157.5px);
  }
  .side__cont .ttl {
    font-size: 18px;
  }
  .side__tags {
    margin-top: 33.75px;
    gap: 11.25px 22.5px;
  }
  .side__tag {
    padding-left: 21.375px;
    font-size: 16.875px;
  }
  .side__tag::after {
    width: 19.125px;
    height: 19.125px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .side {
    width: 32.3076923077vw;
  }
  .side__wrap {
    padding: 4.6153846154vw 3.0769230769vw;
    border-radius: 1.8461538462vw;
  }
  .side__bnrs {
    top: 11.5384615385vw;
    margin-top: 2.3076923077vw;
  }
  .side__bnr {
    margin-top: 1.5384615385vw;
  }
  .side__search form {
    height: 4.6153846154vw;
    border-radius: 2.3076923077vw;
  }
  .side__search input {
    width: calc(100% - 6.9230769231vw);
    padding: 0.7692307692vw 0;
    font-size: 1.2307692308vw;
  }
  .side__search button {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
  .side__search .icon {
    width: 1.8461538462vw;
    height: 1.8461538462vw;
  }
  .side__hd {
    margin-top: 4.6153846154vw;
    padding-bottom: 1.1538461538vw;
    border-bottom: 0.1538461538vw solid var(--pink);
  }
  .side__hd .en {
    font-size: 1.2307692308vw;
  }
  .side__hd .ttl {
    margin-top: 0.3076923077vw;
    font-size: 1.5384615385vw;
  }
  .side__links {
    margin-top: 2.3076923077vw;
  }
  .side__link {
    gap: 0.7692307692vw;
    margin-top: 1.5384615385vw;
  }
  .side__img {
    width: 10.7692307692vw;
    height: 6.6153846154vw;
    border-radius: 0.7692307692vw;
  }
  .side__cont {
    width: calc(100% - 0.7692307692vw - 10.7692307692vw);
  }
  .side__cont .ttl {
    font-size: 1.2307692308vw;
  }
  .side__tags {
    margin-top: 2.3076923077vw;
    gap: 0.7692307692vw 1.5384615385vw;
  }
  .side__tag {
    padding-left: 1.4615384615vw;
    font-size: 1.1538461538vw;
  }
  .side__tag::after {
    width: 1.3076923077vw;
    height: 1.3076923077vw;
  }
}
@media (max-width: 768px) {
  .side {
    width: calc(100% + 13.3333333333vw);
    margin-top: 13.3333333333vw;
    margin-left: -6.6666666667vw;
  }
  .side__wrap {
    padding: 16vw 6.6666666667vw;
    border-radius: 6.4vw;
  }
  .side__bnrs {
    position: relative;
    top: unset;
    margin-top: 16vw;
  }
  .side__bnr {
    margin-top: 5.3333333333vw;
  }
  .side__search form {
    width: 100%;
    height: 16vw;
    border-radius: 8vw;
  }
  .side__search input {
    width: calc(100% - 24vw);
    padding: 2.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
  .side__search button {
    width: 16vw;
    height: 16vw;
  }
  .side__search .icon {
    width: 6.4vw;
    height: 6.4vw;
  }
  .side__hd {
    margin-top: 12vw;
    padding-bottom: 4vw;
  }
  .side__hd .en {
    font-size: 4.2666666667vw;
  }
  .side__hd .ttl {
    margin-top: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
  .side__links {
    margin-top: 8vw;
  }
  .side__link {
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
  .side__img {
    width: 37.3333333333vw;
    height: 22.9333333333vw;
    border-radius: 2.6666666667vw;
  }
  .side__cont {
    width: calc(100% - 2.6666666667vw - 37.3333333333vw);
  }
  .side__cont .ttl {
    font-size: 4.2666666667vw;
    line-height: 1.25;
  }
  .side__tags {
    margin-top: 8vw;
    gap: 2.6666666667vw 5.3333333333vw;
  }
  .side__tag {
    padding-left: 5.0666666667vw;
    font-size: 4vw;
  }
  .side__tag::after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }
}
.p-col .inner {
  padding: 0;
  max-width: 1440px;
  padding: 0 40px;
}
.p-col .bread .inner {
  max-width: 1160px;
  height: 100%;
}
.p-col .bread__main {
  bottom: 30px;
}

.p-colMain {
  max-width: 1440px;
  margin: 100px auto 0;
  padding: 0 40px;
}
.p-colMain .inner {
  padding: 0;
}

.p-colCat__hd {
  font-size: 20px;
  font-weight: bold;
}

.p-colCat__flex {
  gap: 10px;
  margin-top: 20px;
}
.p-colCat__flex a {
  height: 50px;
  padding: 0 20px;
  border: 2px solid var(--pink);
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: var(--pink);
}
.p-colCat__flex a.active {
  color: #fff;
  background: var(--pink);
}

.p-colFlex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 78px;
  margin-top: 80px;
  margin-bottom: 170px;
}

.p-colCont {
  width: 862px;
}

.p-colCont__main {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}

.card {
  width: calc((100% - 40px) / 2);
  padding: 20px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 20px 0 rgba(12, 67, 127, 0.16);
          box-shadow: 0 0 20px 0 rgba(12, 67, 127, 0.16);
}
@media (any-hover: hover) {
  .card:hover .card__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 370/229;
  border-radius: 14px;
}
.card__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__wrap {
  padding-top: 20px;
}

.card__meta {
  gap: 10px;
}

.card__cats {
  gap: 5px;
}

.card__cat {
  height: 40px;
  padding: 0 20px;
  border: 2px solid var(--pink);
  border-radius: 40px;
  font-size: 15px;
  font-weight: bold;
  color: var(--pink);
}

.card__date {
  width: 80px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  color: #808080;
}

.card__ttl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}

.card__tags {
  gap: 2px;
  margin-top: 15px;
}

.card__tag--icon {
  width: 17px;
  height: 17px;
}

.card__tag {
  font-size: 15px;
  font-weight: 500;
  color: #808080;
}

@media (min-width: 1921px) {
  .p-col .bread__main {
    bottom: 33.75px;
  }
  .p-col .inner {
    max-width: 1620px;
    padding: 0 45px;
  }
  .p-colMain {
    max-width: 1620px;
    margin: 112.5px auto 0;
    padding: 0 45px;
  }
  .p-colMain .inner {
    padding: 0;
  }
  .p-colCat__hd {
    font-size: 22.5px;
  }
  .p-colCat__flex {
    gap: 11.25px;
    margin-top: 22.5px;
  }
  .p-colCat__flex a {
    height: 56.25px;
    padding: 0 22.5px;
    border: 2.25px solid var(--pink);
    border-radius: 45px;
    font-size: 18px;
  }
  .p-colFlex {
    gap: 87.75px;
    margin-top: 90px;
    margin-bottom: 191.25px;
  }
  .p-colCont {
    width: 969.75px;
  }
  .p-colCont__main {
    gap: 45px;
  }
  .card {
    width: calc((100% - 45px) / 2);
    padding: 22.5px;
    border-radius: 27px;
    -webkit-box-shadow: 0 0 22.5px 0 rgba(12, 67, 127, 0.16);
            box-shadow: 0 0 22.5px 0 rgba(12, 67, 127, 0.16);
  }
  .card__img {
    border-radius: 15.75px;
  }
  .card__wrap {
    padding-top: 22.5px;
  }
  .card__meta {
    gap: 11.25px;
  }
  .card__cats {
    gap: 5.625px;
  }
  .card__cat {
    height: 45px;
    padding: 0 22.5px;
    border: 2.25px solid var(--pink);
    border-radius: 45px;
    font-size: 16.875px;
  }
  .card__date {
    width: 90px;
    font-size: 16.875px;
  }
  .card__ttl {
    margin-top: 11.25px;
    font-size: 20.25px;
  }
  .card__tags {
    gap: 2.25px;
    margin-top: 16.875px;
  }
  .card__tag--icon {
    width: 19.125px;
    height: 19.125px;
  }
  .card__tag {
    font-size: 16.875px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-col .bread__main {
    bottom: 2.3076923077vw;
  }
  .p-col .inner {
    max-width: 110.7692307692vw;
    padding: 0 3.0769230769vw;
  }
  .p-colMain {
    max-width: 110.7692307692vw;
    margin: 7.6923076923vw auto 0;
    padding: 0 3.0769230769vw;
  }
  .p-colMain .inner {
    padding: 0;
  }
  .p-colCat__hd {
    font-size: 1.5384615385vw;
  }
  .p-colCat__flex {
    gap: 0.7692307692vw;
    margin-top: 1.5384615385vw;
  }
  .p-colCat__flex a {
    height: 3.8461538462vw;
    padding: 0 1.5384615385vw;
    border: 0.1538461538vw solid var(--pink);
    border-radius: 3.0769230769vw;
    font-size: 1.2307692308vw;
  }
  .p-colFlex {
    gap: 6vw;
    margin-top: 6.1538461538vw;
    margin-bottom: 13.0769230769vw;
  }
  .p-colCont {
    width: 66.3076923077vw;
  }
  .p-colCont__main {
    gap: 3.0769230769vw;
  }
  .card {
    width: calc((100% - 3.0769230769vw) / 2);
    padding: 1.5384615385vw;
    border-radius: 1.8461538462vw;
    -webkit-box-shadow: 0 0 1.5384615385vw 0 rgba(12, 67, 127, 0.16);
            box-shadow: 0 0 1.5384615385vw 0 rgba(12, 67, 127, 0.16);
  }
  .card__img {
    border-radius: 1.0769230769vw;
  }
  .card__wrap {
    padding-top: 1.5384615385vw;
  }
  .card__meta {
    gap: 0.7692307692vw;
  }
  .card__cats {
    gap: 0.3846153846vw;
  }
  .card__cat {
    height: 3.0769230769vw;
    padding: 0 1.5384615385vw;
    border: 0.1538461538vw solid var(--pink);
    border-radius: 3.0769230769vw;
    font-size: 1.1538461538vw;
  }
  .card__date {
    width: 6.1538461538vw;
    font-size: 1.1538461538vw;
  }
  .card__ttl {
    margin-top: 0.7692307692vw;
    font-size: 1.3846153846vw;
  }
  .card__tags {
    gap: 0.1538461538vw;
    margin-top: 1.1538461538vw;
  }
  .card__tag--icon {
    width: 1.3076923077vw;
    height: 1.3076923077vw;
  }
  .card__tag {
    font-size: 1.1538461538vw;
  }
}
@media (max-width: 768px) {
  .p-col .bread__main {
    bottom: 5.3333333333vw;
  }
  .p-col .inner {
    padding: 0;
    max-width: 362.6666666667vw;
  }
  .p-colMain {
    max-width: unset;
    margin: 12vw auto 0;
    padding: 0 6.6666666667vw;
  }
  .p-colCat__hd {
    font-size: 3.7333333333vw;
  }
  .p-colCat__flex {
    gap: 2.6666666667vw;
    margin-top: 4.5333333333vw;
  }
  .p-colCat__flex a {
    height: 9.6vw;
    padding: 0 6.4vw;
    border: 0.5333333333vw solid var(--pink);
    border-radius: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-colFlex {
    display: block;
    gap: 0;
    margin-top: 13.3333333333vw;
    margin-bottom: 16vw;
  }
  .p-colCont {
    width: 100%;
  }
  .p-colCont__main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8vw;
  }
  .card {
    width: 100%;
    padding: 4.2666666667vw 4.2666666667vw 5.8666666667vw;
    border-radius: 6.4vw;
    -webkit-box-shadow: 0 0 5.3333333333vw 0 rgba(12, 67, 127, 0.16);
            box-shadow: 0 0 5.3333333333vw 0 rgba(12, 67, 127, 0.16);
  }
  .card__img {
    border-radius: 3.7333333333vw;
  }
  .card__wrap {
    padding-top: 3.4666666667vw;
  }
  .card__meta {
    gap: 2.6666666667vw;
  }
  .card__cats {
    gap: 1.3333333333vw;
  }
  .card__cat {
    height: 9.0666666667vw;
    padding: 0 4vw;
    border: 0.5333333333vw solid var(--pink);
    border-radius: 10.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .card__date {
    width: 16vw;
    font-size: 2.9333333333vw;
  }
  .card__ttl {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.47;
  }
  .card__tags {
    gap: 0.5333333333vw;
    margin-top: 4.8vw;
  }
  .card__tag--icon {
    width: 3.4666666667vw;
    height: 3.7333333333vw;
  }
  .card__tag {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=p-column.css.map */