.col-2 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  gap: 4.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .col-2 {
    flex-direction: column;
    padding: 0;
    gap: 6.8rem;
  }
}
@media screen and (max-width: 1240px) {
  .col-2 .p-article__inner {
    width: calc(100% - 320px - 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  .col-2 .p-article__inner {
    width: calc(100% - 280px - 4.8rem);
  }
}
@media screen and (max-width: 768px) {
  .col-2 .p-article__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .col-2 .l-content {
    width: auto;
  }
}
@media screen and (max-width: 1240px) {
  .col-2 .p-float-share {
    position: static;
    height: auto;
    margin-bottom: 4em;
  }
  .col-2 .p-float-share .p-float-share__inner {
    position: static;
    display: flex;
    column-gap: 1.6rem;
    align-items: center;
    padding-block: 2.4rem;
    padding-left: 0;
    border-block: 1px solid #cacaca;
  }
  .col-2 .p-float-share .p-float-share__label {
    margin-bottom: 0;
  }
  .col-2 .p-float-share .p-float-share__list {
    display: flex;
    column-gap: 1.6rem;
  }
}

.c-sidebar {
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .c-sidebar {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-sidebar {
    width: auto;
    max-width: 100%;
    padding-inline: 2.4rem;
  }
}
.c-sidebar .side-content {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #B7B7B7;
}
.c-sidebar .side-content:first-child {
  padding-top: 0;
}
.c-sidebar .side-content:last-child {
  border-bottom: none;
}
.c-sidebar .side-content.-no-fix {
  margin-bottom: 2.8rem;
}
.c-sidebar .widget-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #0C0C0C;
  margin-bottom: 2rem;
}

.side-fixed {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 768px) {
  .side-fixed {
    position: static;
    top: auto;
  }
}

.popular-posts {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.popular-posts .post a {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  transition: opacity 0.34s cubic-bezier(0.61, 1, 0.88, 1);
  color: #0C0C0C;
}
.popular-posts .post a:hover {
  opacity: 0.7;
}
.popular-posts .post a .image {
  width: 96px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #ddd;
}
.popular-posts .post a .image img {
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: 50% 50%;
}
.popular-posts .post a p {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
  max-height: 3.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #0C0C0C;
}

.documents-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 2rem;
}
.documents-list .document a {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
  transition: opacity 0.34s cubic-bezier(0.61, 1, 0.88, 1);
}
.documents-list .document a:hover {
  opacity: 0.7;
}
.documents-list .image {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
}
.documents-list .image img {
  height: 100%;
  aspect-ratio: 150/194;
  object-fit: cover;
  object-position: 50% 50%;
}
.documents-list .title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0C0C0C;
}

.tag-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.tag-list .tag {
  display: flex;
}
.tag-list .tag a {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #6F6F6F;
  padding: 0.7rem 1.6rem 0.8rem;
  background-color: #F4F4F4;
  border-radius: 1.5rem;
  transition: opacity 0.34s cubic-bezier(0.61, 1, 0.88, 1);
}
.tag-list .tag a:hover {
  opacity: 0.7;
}

.banner-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.banner-list a {
  transition: opacity 0.34s cubic-bezier(0.61, 1, 0.88, 1);
}
.banner-list a:hover {
  opacity: 0.7;
}
.banner-list a .image {
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  overflow: hidden;
}

.c-bottom-posts__list {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .c-bottom-posts__list {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.c-bottom-posts__inner {
  width: min(94vw, 108rem);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .c-bottom-posts__inner {
    width: auto;
    max-width: 100%;
    padding-inline: 2.4rem;
  }
}
.c-bottom-posts__inner__title {
  padding-bottom: 1.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0;
  color: #444444;
  margin-bottom: 4rem;
  border-bottom: 1px solid #707070;
}
.c-bottom-posts .posts-list {
  display: flex;
  gap: 4.1rem;
}
@media screen and (max-width: 768px) {
  .c-bottom-posts .posts-list {
    flex-direction: column;
  }
}
.c-bottom-posts .posts-list .post {
  width: calc((100% - 8.2rem) / 3);
}
@media screen and (max-width: 768px) {
  .c-bottom-posts .posts-list .post {
    width: 100%;
  }
}
.c-bottom-posts .posts-list .post .post-article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-bottom-posts .posts-list .post .post-article a {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-bottom-posts .posts-list .post .post-article .title {
  font-size: 2rem;
}
.c-bottom-posts .posts-list .post .image {
  border-radius: 1rem;
  aspect-ratio: 333/180;
  overflow: hidden;
}
.c-bottom-posts .posts-list .post .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-bottom-posts .posts-list .post .tag-list .tag a {
  background-color: #fff;
}

.c-bottom-posts__inquiry .c-button {
  max-width: 284px;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-bottom-posts__inquiry .c-button {
    max-width: 11.25em;
  }
}

.cf-post-link a {
  display: flex;
  gap: 2rem;
  padding: 3.2rem;
  border: 1px solid #707070;
  border-radius: 1rem;
  text-decoration: none;
  color: #444444;
  transition: color 0.34s cubic-bezier(0.61, 1, 0.88, 1);
}
@media screen and (max-width: 768px) {
  .cf-post-link a {
    padding: 1.4rem;
    gap: 1.4rem;
  }
}
.cf-post-link a:hover {
  text-decoration: none;
  color: #3D8ACD;
}
.cf-post-link a:hover .image::after {
  opacity: 1;
}
.cf-post-link a::before {
  display: none !important;
}
.cf-post-link a::after {
  display: none !important;
}
.cf-post-link .image {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  flex: 0 0 209px;
}
@media screen and (max-width: 768px) {
  .cf-post-link .image {
    flex: 0 0 115px;
  }
}
.cf-post-link .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.34s cubic-bezier(0.61, 1, 0.88, 1);
}
.cf-post-link .image img {
  aspect-ratio: 209/128;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .cf-post-link .image img {
    aspect-ratio: 115/70;
  }
}
.cf-post-link .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-decoration: none;
}