#single #lower-title::before {
  background-image: url(../img/information/information_top.jpg);
}
@media screen and (max-width: 767px) {
  #single #lower-title::before {
    background-image: url(../img/information/information_top_sp.jpg);
  }
}
#single #post-wrapper {
  margin: 17rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #single #post-wrapper {
    margin: 12rem 0 0;
  }
}
#single #post-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 75vw;
  height: calc(100% + 20rem);
  background-color: rgba(126, 206, 244, 0.1);
  border-radius: 4rem 0 0 4rem;
}
@media screen and (max-width: 768px) {
  #single #post-wrapper::before {
    width: 70vw;
    height: calc(100% + 14rem);
  }
}
#single #post-wrapper .post-content {
  background-color: var(--color-white);
  border: 1px solid var(--color-border-gray);
  border-radius: 2rem;
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  #single #post-wrapper .post-content {
    padding: 5rem 5%;
  }
}
#single #post-wrapper .post-content .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single #post-wrapper .post-content .top-wrapper p.date {
  font-size: 1.4rem;
}
#single #post-wrapper .post-content .top-wrapper p.category {
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  border-radius: 2rem;
  font-size: 1.4rem;
}
#single #post-wrapper .post-content .top-wrapper p.category.important {
  background-color: var(--color-pink);
}
#single #post-wrapper .post-content .top-wrapper p.category.news {
  background-color: var(--color-news-green);
}
#single #post-wrapper .post-content .top-wrapper p.category.column {
  background-color: var(--color-column-blue);
}
#single #post-wrapper .post-content .content-wrapper {
  margin: 6rem 0 0;
}
@media screen and (max-width: 768px) {
  #single #post-wrapper .post-content .content-wrapper {
    margin: 5rem 0 0;
  }
}
#single #post-wrapper .post-content .content-wrapper h1.title {
  color: var(--color-black);
  font-size: 2rem;
  text-align: center;
}
#single #post-wrapper .post-content .content-wrapper .content {
  margin: 9rem 0 0;
}
@media screen and (max-width: 768px) {
  #single #post-wrapper .post-content .content-wrapper .content {
    margin: 5rem 0 0;
  }
}
#single #post-wrapper .post-content .content-wrapper .content img {
  margin: 3rem auto;
}
#single #post-wrapper .move-post {
  padding: 0 2rem;
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single #post-wrapper .move-post a {
  font-size: 1.4rem;
  position: relative;
}
#single #post-wrapper .move-post a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -1rem;
  width: 0.4rem;
  height: 1rem;
  background-image: url(../img/common/icon_arrow_bread.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#single #post-wrapper .move-post a:nth-child(2)::before {
  right: -1rem;
  transform: translateY(-50%) rotate(0deg);
  left: auto;
}
#single #post-wrapper .back-to-list {
  margin: 2rem 0 0;
}
#single #post-wrapper .back-to-list a {
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  display: block;
}
#single #related-posts {
  margin: 27rem 0 20rem;
  position: relative;
}
#single #related-posts::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 75vw;
  height: calc(100% + 20rem);
  background-color: var(--color-bg-pink);
  border-radius: 0 4rem 4rem 0;
}
@media screen and (max-width: 768px) {
  #single #related-posts::before {
    width: 70vw;
    height: calc(100% + 14rem);
  }
}
@media screen and (max-width: 768px) {
  #single #related-posts {
    margin: 20rem 0 15rem;
  }
}
#single #related-posts .related-posts-wrapper {
  padding: 0 5rem 6rem;
  background-color: var(--color-white);
  border: 1px solid var(--color-light-pink);
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #single #related-posts .related-posts-wrapper {
    padding: 0 5%;
  }
}
#single #related-posts .related-posts-wrapper h2.section-title {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-light-pink);
  border-radius: 0 0 2rem 2rem;
  padding: 1.5rem 3rem;
  width: 38rem;
}
@media screen and (max-width: 768px) {
  #single #related-posts .related-posts-wrapper h2.section-title {
    width: 100%;
  }
}
#single #related-posts ul.post-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: 4rem 0 0;
}
@media screen and (max-width: 768px) {
  #single #related-posts ul.post-list {
    flex-direction: column;
    row-gap: 3rem;
  }
}
#single #related-posts ul.post-list::after {
  content: "";
  display: block;
  width: 30%;
}
#single #related-posts ul.post-list li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #single #related-posts ul.post-list li {
    width: 100%;
  }
}
#single #related-posts ul.post-list li a {
  border-radius: 2rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
#single #related-posts ul.post-list li a::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/common/icon_arrow_gray_round.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#single #related-posts ul.post-list li a .image-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 2rem 0 0;
}
#single #related-posts ul.post-list li a .text-wrapper {
  background-color: var(--color-white);
  padding: 2rem 2rem 7rem;
  border-radius: 0 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}
#single #related-posts ul.post-list li a .text-wrapper .top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single #related-posts ul.post-list li a .text-wrapper .top-wrapper p.date {
  font-size: 1.4rem;
}
#single #related-posts ul.post-list li a .text-wrapper .top-wrapper p.category {
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2rem;
  border-radius: 2rem;
  font-size: 1rem;
}
#single #related-posts ul.post-list li a .text-wrapper .top-wrapper p.category.important {
  background-color: var(--color-pink);
}
#single #related-posts ul.post-list li a .text-wrapper .top-wrapper p.category.news {
  background-color: var(--color-news-green);
}
#single #related-posts ul.post-list li a .text-wrapper .top-wrapper p.category.column {
  background-color: var(--color-column-blue);
}
#single #related-posts ul.post-list li a .text-wrapper h3.title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
  flex-grow: 1;
  height: 100%;
}/*# sourceMappingURL=single.css.map */