/**/
.company a p, .company a:link p, .company a:visited p {
  color: #115b9c;
  text-decoration: none;
}
.company a p {
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}
.company a:hover p {
  color: #CD668F;
  text-decoration: underline;
}
/* 日付 */
.page-date {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 0 -1px;
  padding: .25rem .8rem .25rem .5rem;
  font-size: .8rem;
  letter-spacing: .1em;
  line-height: 1.4;
  background: rgba(205, 102, 143, 0.25);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.page-date::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: #FDF7F6;
  clip-path: polygon(0 0, 89.5% 0, 99.5% 100%, 0 100%);
}
.page-date span {
  position: relative;
  z-index: 1;
}
/*remarks*/
.remarks {
  background-color: #FFF;
  border: 1px dashed #ddd;
  padding: 0.75rem;
  border-radius: 0.25rem;
  line-height: 1.6;
  margin: 1rem 0 1.65rem;
  ;
}
.remarks p:last-child {
  margin-bottom: 0;
}
/*.company blockquote*/
.company blockquote {
  border: 4px double rgba(205, 102, 143, 0.25);
  /*border: 4px double #E7E7E5;*/
  background-color: #F9F9F8;
  padding: 1.35rem;
  text-align: justify;
  margin: 0 0 1.5rem;
}
/*.line_heading*/
.company .line_heading {
  display: flex;
  align-items: center;
  color: var(--pink);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  background: none;
}
.company .line_heading::before, .company .line_heading::after {
  content: "";
  display: block;
  width: 0.65rem;
  height: 1px;
  background: var(--pink);
}
.company .line_heading::before {
  margin-right: 0.5rem;
}
.company .line_heading::after {
  margin-left: 0.5rem;
}
/*.company blockquote h5*/
.company blockquote h5 .aboclogo {
  margin: -0.3rem 0.15rem 0 0.15rem;
  height: 17px;
}
.company blockquote h5::before {
  /*color: rgba(205, 102, 143, 0.5);*/
  opacity: 0.7;
}
/*掲載一覧*/
.company .h_category {
  color: var(--pink);
  margin: 0 0 1.15rem;
  display: inline-block;
  border: 1px solid var(--pink);
  background-color: #fff;
  padding: 0.15rem 0.3rem;
  font-size: 0.95rem;
}
/*.pub_pager*/
.company .pub_pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 1.75rem 0 0;
  padding: 0.5rem 0;
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
}
.company .pub_pager a {
  display: inline-flex;
  /*align-items: center;*/
  text-decoration: none;
  /*white-space: nowrap;*/
}
/* page用pub_pager */
.company .pub_pager .page_prev::before, .company .pub_pager .page_next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: 0.025em;
  color: var(--orange);
  font-size: 110%;
}
.company .pub_pager .page_prev::before {
  content: "\f0d9";
  margin-right: 0.5rem;
}
.company .pub_pager .page_prev {
  margin-right: 1rem;
}
.company .pub_pager .page_next {
  margin-left: auto;
}
.company .pub_pager .page_next::after {
  content: "\f0da";
  margin-left: 0.5rem;
}
/* abocworks用pub_pager */
.company .pub_pager .abocworks_prev::before, .company .pub_pager .abocworks_next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--orange);
  font-size: 90%;
}
.company .pub_pager .abocworks_prev::before {
  content: "\f053";
  margin-right: 0.5rem;
}
.company .pub_pager .abocworks_next {
  margin-left: auto;
}
.company .pub_pager .abocworks_next::after {
  content: "\f054";
  margin-left: 0.5rem;
}
/*.highlight_box.gothic*/
.highlight_box.gothic {
  margin: 0.5rem 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.01);
}
.highlight_box.gothic p {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo" !important;
  color: #666 !important;
}
/*.bg_yurinoki（盛岡のユリノキ並木伐採計画をめぐって）*/
.yurinoki-feature__copy {
  display: inline-block;
  margin: 1rem auto 1.5rem;
}
.yurinoki-feature__catch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.3em 1.8em 0.3em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-align: left;
}
.yurinoki-feature__catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1.2em;
  border-top: 1px solid rgba(114, 113, 113, 0.7);
  border-left: 1px solid rgba(114, 113, 113, 0.7);
}
.yurinoki-feature__catch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.4em;
  height: 1.2em;
  border-right: 1px solid rgba(114, 113, 113, 0.7);
  border-bottom: 1px solid rgba(114, 113, 113, 0.7);
}
.yurinoki-feature__author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7em;
  margin: 1rem 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.yurinoki-feature__author::before, .yurinoki-feature__author::after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1px;
  background: rgba(114, 113, 113, 0.7);
}
.caption_yurinoki {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  text-align: left;
}
.caption_yurinoki .bi-caret-up-fill {
  margin-right: 0.25rem;
}
.caption_yurinoki .bi-camera-fill {
  margin: 0 0.35rem 0 0.2rem;
}
.caption_yurinoki .fa-search-plus {
  margin-left: 0.5rem;
}
/*.photo-corner*/
.photo-corner {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.15));
  opacity: 0.8;
}
.photo-corner-tl {
  top: -2px;
  left: -2px;
  border-width: 38px 38px 0 0;
  border-color: #fff transparent transparent transparent;
}
.photo-corner-tr {
  top: -2px;
  right: -2px;
  border-width: 0 38px 38px 0;
  border-color: transparent #fff transparent transparent;
}
.photo-corner-bl {
  bottom: -2px;
  left: -2px;
  border-width: 0 38px 38px 0;
  border-color: transparent transparent #fff transparent;
}
.photo-corner-br {
  bottom: -2px;
  right: -2px;
  border-width: 0 0 38px 38px;
  border-color: transparent transparent #fff transparent;
}