@charset "UTF-8";
.opencampus .opencampus-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 100px;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list {
    margin-top: 40px;
  }
}
.opencampus .opencampus-list .opencampus-info-box {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box {
    width: 100%;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link {
    height: auto;
    aspect-ratio: 2/1;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/opencampus/info_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.5s ease;
}
.opencampus .opencampus-list .opencampus-info-box .oc-link .oc-ttl {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link .oc-ttl {
    font-size: 1.3125rem;
    margin-bottom: 8px;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link .oc-ttl span {
  background: #8F3759;
  border-radius: 50px;
  padding: 0 35px 3px;
}
.opencampus .opencampus-list .opencampus-info-box .oc-link .date {
  color: #8F3759;
  font-size: 5.3125rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-left: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link .date {
    font-size: 3rem;
    margin-bottom: 8px;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link .date .week {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link .date .week {
    font-size: 0.875rem;
    margin-left: -5px;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link .time {
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link .time {
    font-size: 1.0625rem;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link .limited {
  font-size: 1.0625rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link .limited {
    font-size: 0.8125rem;
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link:hover::after {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link:hover::after {
    transform: scale(1);
  }
}
.opencampus .opencampus-list .opencampus-info-box .oc-link.oc-end::before {
  content: "このイベントは終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .oc-link.oc-end::before {
    font-size: 1.125rem;
  }
}
.opencampus .opencampus-list .opencampus-info-box .sub-txt {
  margin-top: 1em;
}
.opencampus .opencampus-list .opencampus-info-box .btn {
  width: 70%;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .opencampus .opencampus-list .opencampus-info-box .btn {
    width: 80%;
  }
}
.opencampus .opencampus-list .opencampus-info-box .btn a {
  display: block;
  padding: 15px 20px;
}
.opencampus .btn-list {
  width: 910px;
  margin: 15px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .opencampus .btn-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .opencampus .btn-list li a {
    padding: 15px 10px;
  }
}
.opencampus .btn-list li a .blank {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .opencampus .btn-list li a .blank {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .opencampus .btn-list li.btn.blank-link a::after {
    margin-left: 10px;
  }
}
.opencampus .community-event .txt-c {
  font-size: 1.5rem;
  color: #2041AB;
}
@media screen and (max-width: 767px) {
  .opencampus .community-event .txt-c {
    font-size: 1.1875rem;
  }
}
.opencampus .community-event .attention li {
  text-align: center;
}
.opencampus .community-event .btn {
  margin: 20px auto 0;
}
.opencampus.oc-cms .end-icon {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .end-icon {
    font-size: 0.9375rem;
  }
}
.opencampus.oc-cms .end-icon span {
  color: #fff;
  background: #8F3759;
  padding: 5px 20px;
  border-radius: 25px;
}
.opencampus.oc-cms .oc-head {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C6C5C4;
  margin-bottom: 55px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-head {
    flex-direction: column-reverse;
    margin-bottom: 35px;
  }
}
.opencampus.oc-cms .oc-head .large-ttl {
  width: 78%;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-head .large-ttl {
    width: 100%;
  }
}
.opencampus.oc-cms .oc-head .date-info {
  width: 20%;
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-head .date-info {
    width: 100%;
    justify-content: flex-start;
  }
}
.opencampus.oc-cms .oc-head .date-info p {
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-head .date-info p {
    font-size: 0.875rem;
  }
}
.opencampus.oc-cms .oc-head .date-info p .date {
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-head .date-info p .date {
    font-size: 1.3125rem;
  }
}
.opencampus.oc-cms .oc-head .date-info p .date .week {
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-head .date-info p .date .week {
    font-size: 0.75rem;
  }
}
.opencampus.oc-cms .thumb-img {
  width: 420px;
  margin: 0 auto 50px;
  aspect-ratio: 417/590;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .thumb-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.opencampus.oc-cms .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.opencampus.oc-cms .oc-article {
  margin-bottom: 100px;
  position: relative;
}
.opencampus.oc-cms .oc-article::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article {
    margin-bottom: 70px;
  }
}
.opencampus.oc-cms .oc-article img {
  max-width: 100%;
  width: revert-layer;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article img {
    width: 100%;
    height: auto;
  }
}
.opencampus.oc-cms .oc-article img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article img.f-left {
    float: none;
    margin-right: 0;
  }
}
.opencampus.oc-cms .oc-article img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article img.f-right {
    float: none;
    margin-left: 0;
  }
}
.opencampus.oc-cms .oc-article img.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
.opencampus.oc-cms .oc-article img.alignright {
  display: block;
  margin-left: auto;
}
.opencampus.oc-cms .oc-article img.alignright.f-right {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article img.alignright.f-right {
    margin-left: 0;
  }
}
.opencampus.oc-cms .oc-article .wp-caption:has(.f-right) {
  float: right;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article .wp-caption:has(.f-right) {
    float: none;
    margin-left: 0;
  }
}
.opencampus.oc-cms .oc-article .wp-caption:has(.f-left) {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article .wp-caption:has(.f-left) {
    float: none;
    margin-right: 0;
  }
}
.opencampus.oc-cms .oc-article .wp-caption {
  width: revert-layer !important;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article .wp-caption {
    max-width: 100%;
    height: auto;
  }
}
.opencampus.oc-cms .oc-article .wp-caption p {
  font-size: 0.75rem;
}
.opencampus.oc-cms .oc-article .wp-caption img {
  margin-bottom: 5px;
}
.opencampus.oc-cms .oc-article .wp-caption img.f-left {
  margin-right: 0;
}
.opencampus.oc-cms .oc-article .wp-caption img.f-right {
  margin-left: 0;
}
.opencampus.oc-cms .oc-article .wp-video {
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article .wp-video {
    max-width: 330px;
  }
}
.opencampus.oc-cms .oc-article blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #d6dde3;
  color: #545454;
  margin: 10px 0;
}
.opencampus.oc-cms .oc-article p {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.opencampus.oc-cms .oc-article span[style*="font-size: 1rem"] {
  font-size: inherit !important;
}
.opencampus.oc-cms .oc-article a {
  display: block;
  color: #8F3759;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.opencampus.oc-cms .oc-article a:hover {
  text-decoration: none;
}
.opencampus.oc-cms .oc-article ul {
  margin-left: 23px;
  margin-bottom: 1em;
}
.opencampus.oc-cms .oc-article ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  position: relative;
}
.opencampus.oc-cms .oc-article ul li:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #8F3759;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 0.4em;
}
.opencampus.oc-cms .oc-article ul li span {
  font-weight: bold;
}
.opencampus.oc-cms .oc-article h1, .opencampus.oc-cms .oc-article h2, .opencampus.oc-cms .oc-article h3, .opencampus.oc-cms .oc-article h4, .opencampus.oc-cms .oc-article h5, .opencampus.oc-cms .oc-article h6 {
  font-family: "Noto Sans JP", sans-serif;
}
.opencampus.oc-cms .oc-article h1 {
  font-size: 2.375rem;
  border-bottom: 1px solid #C6C5C4;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article h1 {
    font-size: 1.5625rem;
    margin-bottom: 1em;
  }
}
.opencampus.oc-cms .oc-article h2 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 10px;
  border-left: 5px solid #CFC9C2;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article h2 {
    font-size: 1.375rem;
  }
}
.opencampus.oc-cms .oc-article h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.625rem;
  margin-bottom: 0.85em;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article h3 {
    font-size: 1.3125rem;
    text-indent: -0.6em;
    padding-left: 1em;
  }
}
.opencampus.oc-cms .oc-article h3:before {
  content: "■";
  display: inline-block;
  color: #A3978C;
  margin-right: 5px;
}
.opencampus.oc-cms .oc-article h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.375rem;
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 10px;
}
.opencampus.oc-cms .oc-article h4::before {
  content: "・";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article h4 {
    font-size: 1.125rem;
  }
}
.opencampus.oc-cms .oc-article h5 {
  font-size: 1.125rem;
  color: #8F3759;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article h5 {
    font-size: 1rem;
  }
}
.opencampus.oc-cms .oc-article h6 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .opencampus.oc-cms .oc-article h6 {
    font-size: 0.9375rem;
  }
}
.opencampus.oc-cms .btn {
  margin: 0 auto;
}
.opencampus.oc-cms .btn.blank-link {
  margin-bottom: 50px;
}/*# sourceMappingURL=opencampus.css.map */