:root .subpage #contents {
  width: unset;
  max-width: unset;
}

.subpage .container>* {
  max-width: unset;
}

.wp_entry .h1-bg-img {
  margin: unset;
}

.subpage .content-body,
.container > .lnav-rich {
  margin-left: auto;
  margin-right: auto;
  width: 905px;
}

@media screen and (max-width: 1290px) {
  .subpage .content-body,
  .container>.lnav-rich  {
    width: 100%;
  }
}
.subpage #contents{
  min-height: 70vh;
}


.subpage .content-body img {
  border-radius: 20px;
}

.subpage .wp_entry p.f {
  text-align: center;
  font-size: 0.85em;
  color: #666;
}

h2.ttl-08.alt span {
  font-size: 0.85em;
}

.wp_entry .box01 {
  border-color: var(--main-color);
  border-width: 3px;
}

.gcal iframe {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 768px) {
  .gcal iframe {
    height: 600px;
  }
}

#news .news-list li{
  display: flex;
  gap: 2em;
}
#news .news-list li span{
  display: block;
}
#news .news-list .date{
  width: 15%;
}
#news .news-list .category{
  width: 15%;
  line-height: 2;
  border: 1px solid var(--color-light-green);
  background-color: transparent;
  color: rgb(26, 26, 26);
}
#news .news-list .text{
  width: 100%;
  display: inline;
}
#news .news-list a{
  display: inline;
grid-template-columns: none;
padding-block: unset;
}

h2.ttl-08.top-sp span::after {
  transform: scale(-1, 1);
  left: calc(50% - 7px);
  top: -13px;
  transform: rotate(270deg);
}
@media screen and (max-width: 768px) {
  .subpage #contents {padding: 0;}
}

.wp_entry .elastic.interview dt::after{
  display: none;
}