/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* media common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/media/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/media/page_head_sp.jpg") no-repeat center center;
  }
}

.p-media-section + .p-media-section {
  margin-top: 48px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-media-section + .p-media-section {
    margin-top: 4.4rem;
    padding-top: 2rem;
  }
}
.p-media-section .c-title03 {
  padding: 16px 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-media-section .c-title03 {
    margin-bottom: 1.6rem;
    padding: 0.8rem 0.8rem;
  }
}
.p-media-section .post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: column;
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #CECDC9;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap {
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-media-section .post-wrap:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-media-section .post-wrap .post-ttl {
  order: 2;
  width: 100%;
  max-width: 560px;
  margin: 12px auto 0 auto;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap .post-ttl {
    max-width: inherit;
    margin: 12px auto 0 auto;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 0.8rem;
  }
}
.p-media-section .post-wrap .post-media {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 25px 25px;
  padding: 0 19px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap .post-media {
    gap: 1.6rem 1.6rem;
    padding: 0;
  }
}
.p-media-section .post-wrap .post-media .post {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap .post-media .post {
    width: calc((100% - 1.6rem) / 2);
  }
}
.p-media-section .post-wrap .post-media .post-img {
  width: 100%;
  height: 115px;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap .post-media .post-img {
    aspect-ratio: 164/111;
    height: auto;
  }
}
.p-media-section .post-wrap .post-media .post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-tv .post:nth-child(n+3) {
    display: none;
  }
}
.p-media-section .post-wrap.-radio .post-media, .p-media-section .post-wrap.-magazin .post-media {
  justify-content: flex-start;
  gap: 40px 32px;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-radio .post-media, .p-media-section .post-wrap.-magazin .post-media {
    gap: 4rem 1.6rem;
  }
}
.p-media-section .post-wrap.-radio .post-ttl, .p-media-section .post-wrap.-magazin .post-ttl {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-radio .post-ttl, .p-media-section .post-wrap.-magazin .post-ttl {
    margin-top: 0.8rem;
  }
}
.p-media-section .post-wrap.-magazin .post-media {
  justify-content: flex-start;
  gap: 40px 32px;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-magazin .post-media {
    gap: 2rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-radio .post:nth-of-type(odd) {
    position: relative;
  }
  .p-media-section .post-wrap.-radio .post:nth-of-type(odd):after {
    position: absolute;
    left: 0;
    bottom: -1.7rem;
    display: block;
    content: "";
    width: calc(200% + 1.6rem);
    height: 1px;
    border-bottom: 1px dashed #CECDC9;
  }
  .p-media-section .post-wrap.-radio .post:nth-last-of-type(1):after, .p-media-section .post-wrap.-radio .post:nth-last-of-type(2):after {
    display: none;
  }
}
.p-media-section .post-wrap.-timeline {
  display: block;
}
.p-media-section .post-wrap.-timeline .post-media {
  flex-direction: column;
  gap: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-timeline .post-media {
    gap: 1.6rem 0;
  }
}
.p-media-section .post-wrap.-timeline .post-media .post {
  width: 100%;
  display: table;
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-timeline .post-media .post {
    display: block;
    padding: 0;
  }
}
.p-media-section .post-wrap.-timeline .post-date {
  display: table-cell;
  width: 70px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #998632;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-timeline .post-date {
    display: block;
    width: 100%;
  }
}
.p-media-section .post-wrap.-timeline .post-ttl {
  display: table-cell;
  width: calc(100% - 70px);
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 0 0 0 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-media-section .post-wrap.-timeline .post-ttl {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
    padding: 0.6rem 0 0 0;
  }
}
.p-media-section.p-media-link01 {
  margin-top: 8px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-media-section.p-media-link01 {
    margin-top: 0;
    padding-top: 2.4rem;
  }
}
.p-media-section.p-media-link04 {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .p-media-section.p-media-link04 {
    margin-bottom: 6.4rem;
  }
}
.p-media-section.p-media-link04 .p-media-text {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-media-section.p-media-link04 .p-media-text .tel-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p-media-section.p-media-link04 .p-media-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 400;
  }
}
.p-media-section.p-media-link04 .p-media-text + .p-media-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-media-section.p-media-link04 .p-media-text + .p-media-text {
    margin-top: 1.6rem;
  }
}

/*  p-media-first
---------------------------------------------------------------------------- */
.p-media-first .media_wrap {
  margin: 0 0 67px 0;
}
@media screen and (max-width: 767px) {
  .p-media-first .media_wrap {
    margin: 0 0 3.5rem 0;
  }
}
.p-media-first .media_wrap .media-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-media-first .media_wrap .media-list {
    margin-bottom: 3rem;
  }
}
.p-media-first .media_wrap .media-list__items {
  max-width: 713px;
}
@media screen and (max-width: 767px) {
  .p-media-first .media_wrap .media-list__items {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-media-first .c-comment-box {
    padding: 1.2rem 1.6rem 0.4rem 1.6rem;
  }
  .p-media-first .c-comment-box:before {
    top: auto;
    bottom: 0;
    background: url("../images/common/img_comment02_sp.png") no-repeat center center;
    width: 7.2rem;
    height: 10rem;
  }
}
.p-media-first .p-media-nav {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .p-media-first .p-media-nav {
    margin-top: 3.2rem;
  }
}
.p-media-first .p-media-nav .page-nav .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-media-first .p-media-nav .page-nav .nav-list {
    flex-wrap: wrap;
    gap: 0.8rem 0.8rem;
  }
}
.p-media-first .p-media-nav .page-nav .nav-list__item {
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
}
@media screen and (max-width: 767px) {
  .p-media-first .p-media-nav .page-nav .nav-list__item {
    width: calc((100% - 0.8rem) / 2);
    border-left: 0.4rem solid #CFC59B;
  }
}
.p-media-first .p-media-nav .page-nav .nav-list__item a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding: 8px 36px 8px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-media-first .p-media-nav .page-nav .nav-list__item a {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400;
    padding: 1.6rem 2.4rem 1.6rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-media-first .p-media-nav .page-nav .nav-list__item a:hover {
    opacity: 1;
    background: #F0ECD9;
  }
}
.p-media-first .p-media-nav .page-nav .nav-list__item a:after {
  right: 10px;
  top: 50%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: #CECDC9;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-media-first .p-media-nav .page-nav .nav-list__item a:after {
    right: 1rem;
    margin-top: -0.1rem;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.6rem;
    width: 0.6rem;
    border-color: #CECDC9;
    transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}