@charset "UTF-8";
.page-open-campus {
  padding-top: 0px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-open-campus {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 120px;
    padding-left: 20px;
  }
}
.page-open-campus__inner {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.page-open-campus .sec-inner {
  padding-right: 55px;
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .page-open-campus .sec-inner {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }
}

/*----------------------------------------------------------
共通タイトル
------------------------------------------------------------*/
.page-open-campus .h2-ttl {
  margin-bottom: 0;
}
.page-open-campus .h2-ttl .top {
  display: flex;
}
.page-open-campus .h2-ttl .bottom {
  display: flex;
  margin-top: -2px;
}
.page-open-campus .h2-ttl .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.page-open-campus .h2-ttl .txt:not(:first-child) {
  margin-left: -2px;
}
.page-open-campus .h2-ttl .white {
  background-color: #fff;
}
.page-open-campus .h2-ttl .yellow {
  background-color: #fef200;
}
.page-open-campus .small-ttl .txt {
  width: 32px;
  height: 32px;
  font-size: 1.6rem;
}
.page-open-campus .big-ttl {
  margin-top: -2px;
  margin-left: -2px;
}
.page-open-campus .big-ttl .txt {
  width: 50px;
  height: 50px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .page-open-campus .big-ttl .txt {
    width: 42px;
    height: 42px;
    font-size: 2rem;
  }
}
.page-open-campus .big-ttl .bottom {
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .page-open-campus .big-ttl .bottom {
    margin-left: 40px;
  }
}

/*----------------------------------------------------------
共通パーツ
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
.line-box {
  border: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .line-box {
    border: 3px solid #000;
  }
}

/*----------------------------------------------------------
共通ボタン
------------------------------------------------------------*/
.common-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 320px;
  padding-top: 14px;
  padding-right: 19px;
  padding-bottom: 14px;
  padding-left: 19px;
  border: 3px solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .common-btn:hover {
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
    cursor: pointer;
  }
}
.common-btn .arrow {
  position: relative;
  right: 0;
  display: block;
  width: 27px;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
}
.common-btn--white {
  background-color: #fff;
  transition: all 0.3s ease;
}
.common-btn--yellow {
  background-color: #fef200;
  transition: all 0.3s ease;
}
.common-btn__flex {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  line-height: 1;
}
.common-btn__flex .pdf {
  align-items: center;
}
.common-btn__flex .new {
  align-items: flex-start;
}
.common-btn .link-flex {
  display: flex;
  align-items: center;
}
.common-btn .la-file-pdf:before {
  color: #e12f3b;
}
.common-btn .la-external-link-alt:before {
  font-size: 1.2rem;
  color: #333;
}

.btn-txt-wrap {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .btn-txt-wrap {
    width: 100%;
    margin-inline: auto;
  }
}
.btn-txt-wrap .btn-txt {
  margin-top: 0;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.btn-txt-wrap .btn-min-txt {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

/*----------------------------------------------------------
page-open-campus01
------------------------------------------------------------*/
.page-open-campus01 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 {
    margin-top: -3px;
  }
}
.page-open-campus01 .line-box {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .line-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-open-campus01 .small-ttl {
  margin-top: 0;
  margin-bottom: -2px;
}
.page-open-campus01 .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .flex-box {
    flex-direction: column;
  }
}
.page-open-campus01 .days-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-info {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .page-open-campus01 .days-info {
    gap: 10px;
  }
}
.page-open-campus01 .days-ttls {
  display: flex;
  flex-wrap: wrap;
  width: 76px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-ttls {
    width: 62px;
  }
}
.page-open-campus01 .days-ttls span:nth-child(2),
.page-open-campus01 .days-ttls span:nth-child(4),
.page-open-campus01 .days-ttls span:nth-child(6) {
  margin-left: -2px;
}
.page-open-campus01 .days-ttls span:nth-child(3),
.page-open-campus01 .days-ttls span:nth-child(4) {
  margin-top: -2px;
}
.page-open-campus01 .days-ttls span:nth-child(5),
.page-open-campus01 .days-ttls span:nth-child(6) {
  margin-top: -4px;
}
.page-open-campus01 .days-ttls span:nth-child(7) {
  margin-top: -6px;
}
.page-open-campus01 .days-ttls .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 2px solid #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-ttls .txt {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
.page-open-campus01 .days-ttls .transparent {
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-ttls .transparent {
    width: 32px;
    height: 32px;
  }
}
.page-open-campus01 .days-ttls .white {
  background-color: #fff;
}
.page-open-campus01 .days-ttls .yellow {
  background-color: #fef200;
}
.page-open-campus01 .days-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-open-campus01 .days-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-detail {
    gap: 8px;
    padding-top: 17px;
  }
}
.page-open-campus01 .manths {
  position: relative;
}
.page-open-campus01 .year {
  position: absolute;
  top: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  border: 4px solid #000;
  font-family: "Roboto", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fef200;
  background-color: #000;
  aspect-ratio: 160/26;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .year {
    top: -17px;
    font-size: 1rem;
    aspect-ratio: 78/17;
  }
}
.page-open-campus01 .manth {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  border: 4px solid #000;
  font-family: "Roboto", serif;
  font-size: 9rem;
  font-weight: 700;
  background-color: #fef200;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .manth {
    width: 78px;
    height: 78px;
    border: 3px solid #000;
    font-size: 4rem;
  }
}
.page-open-campus01 .dot {
  display: block;
  width: 12px;
  height: 12px;
}
.page-open-campus01 .dot img {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .dot {
    width: 7px;
    height: 7px;
  }
}
.page-open-campus01 .dates {
  display: flex;
  align-items: flex-end;
}
.page-open-campus01 .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-bottom: 0;
  border: 4px solid #000;
  font-family: "Roboto", serif;
  font-size: 9rem;
  font-weight: 700;
  background-color: #fef200;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .date {
    width: 78px;
    border: 3px solid #000;
    font-size: 4rem;
  }
}
.page-open-campus01 .day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  margin-bottom: 0;
  font-family: "Roboto", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fef200;
  background-color: #000;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .day {
    width: 34px;
    font-size: 1rem;
    padding: 5px 0;
  }
}
.page-open-campus01 .days-time .days-time-box {
  margin-top: -2px;
  margin-bottom: 0;
  margin-left: -2px;
}
.page-open-campus01 .days-time .days-time-box .txt {
  width: 58px;
  height: 58px;
  font-family: "Roboto", serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-time .days-time-box .txt {
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }
}
.page-open-campus01 .days-time .days-time-box .top {
  display: flex;
}
.page-open-campus01 .days-time .days-time-box .bottom {
  display: flex;
  margin-top: -3px;
  margin-left: 165px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .days-time .days-time-box .bottom {
    margin-left: 82px;
  }
}
.page-open-campus01 .days-time .days-time-box .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #000000;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.page-open-campus01 .days-time .days-time-box .txt:not(:first-child) {
  margin-left: -3px;
}
.page-open-campus01 .days-time .days-time-box .white {
  background-color: #fff;
}
.page-open-campus01 .days-time .days-time-box .yellow {
  background-color: #fef200;
}
.page-open-campus01 .days-time .days-time-box .black {
  color: #fef200;
  background-color: #000;
}
.page-open-campus01 .big-ttl .bottom {
  margin-left: 192px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .big-ttl .bottom {
    margin-left: 160px;
  }
}
.page-open-campus01 .txts {
  width: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .txts {
    width: 100%;
    margin-top: 30px;
  }
}
.page-open-campus01 .txts .top-txt {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: justify;
  line-height: 1.75;
}
.page-open-campus01 .txts .top-min-txt {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.page-open-campus01 .btn-txt-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .btn-txt-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .btn-txt-wrap .common-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-open-campus01 .h3-ttl {
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .h3-ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}
.page-open-campus01 .time-txt {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 165px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .time-txt {
    margin-left: 150px;
  }
}

/*----------------------------------------------------------
アンカーリンクメニュー
------------------------------------------------------------*/
.page-open-campus01 .nav-flex {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .nav-flex {
    margin-top: 35px;
  }
}
.page-open-campus01 .list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto-fit, minmax(52px, 1fr));
  gap: 0 30px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .list {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .list:not(:first-of-type) {
    border-top: none;
  }
}
.page-open-campus01 .item {
  display: flex;
  min-height: 52px;
  list-style: none;
  border: 3px solid #000;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .item {
    margin-top: -2px;
    min-height: 49px;
    border: 2px solid #000;
  }
}
.page-open-campus01 .item:not(:first-of-type) {
  min-height: 55px;
  border-top: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .item:not(:first-of-type) {
    min-height: 51px;
    border-top: 2px solid #000;
  }
}
.page-open-campus01 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  margin-bottom: 0;
  font-family: "Roboto", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background-color: #fef200;
  border-right: 3px solid #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .num {
    width: 51px;
    font-size: 1.6rem;
    border-right: 2px solid #000;
  }
}
.page-open-campus01 .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.page-open-campus01 .link .arrow {
  position: relative;
  display: inline-block;
}
.page-open-campus01 .link .arrow img {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.page-open-campus01 .link .arrow img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .page-open-campus01 .link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .page-open-campus01 .link:hover .arrow img.default-img {
    opacity: 0;
  }
  .page-open-campus01 .link:hover .arrow img.hover-img {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .link {
    padding-right: 15px;
    padding-left: 8px;
  }
}
.page-open-campus01 .txt {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .txt {
    font-size: 1.6rem;
  }
}
.page-open-campus01 .arrow {
  display: block;
  width: 29px;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .arrow {
    width: 21px;
  }
}
.page-open-campus01 .btn-txt-wrap {
  max-width: 100%;
}
.page-open-campus01 .btn-min-txt-red {
  margin-top: 13px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #e12f3b;
}

/*----------------------------------------------------------
page-open-campus02
------------------------------------------------------------*/
.page-open-campus02 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 {
    margin-top: -3px;
  }
}
.page-open-campus02 .line-box {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .line-box {
    padding-bottom: 35px;
  }
}
.page-open-campus02 .secinner {
  width: 100%;
  max-width: 1050px;
  margin-inline: auto;
}
.page-open-campus02 .top-txtt01 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.page-open-campus02 .top-txtt02 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .top-txtt02 {
    margin-top: 25px;
  }
}
.page-open-campus02 .txt01 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.page-open-campus02 .flex-wrap {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .flex-wrap {
    gap: 30px;
  }
}
.page-open-campus02 .flex-item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .flex-item {
    width: 100%;
  }
}
.page-open-campus02 .h4-ttl02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-size: 1.6rem;
  color: #fef200;
  background-color: #000;
}
.page-open-campus02 .imgs {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .imgs {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .imgs .img {
    width: calc(50% - 10px);
    margin-inline: initial;
  }
}
.page-open-campus02 .imgs .img-txt {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.page-open-campus02 .h3-ttl {
  display: flex;
  margin-top: 30px;
  margin-bottom: 0;
}
.page-open-campus02 .h3-ttl .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.page-open-campus02 .h3-ttl .txt:not(:first-child) {
  margin-left: -2px;
}
.page-open-campus02 .h3-ttl .white {
  background-color: #fff;
}
.page-open-campus02 .h3-ttl .yellow {
  background-color: #fef200;
}
.page-open-campus02 .box02 {
  margin-top: 30px;
}
.page-open-campus02 .box:not(:first-of-type) {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .box:not(:first-of-type) {
    margin-top: 35px;
  }
}
.page-open-campus02 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 30px;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .list {
    flex-direction: column;
    gap: 25px;
  }
}
.page-open-campus02 .item {
  width: calc((100% - 60px) / 3);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .item {
    width: 100%;
  }
}
.page-open-campus02 .link {
  display: block;
  width: 100%;
}
.page-open-campus02 .img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 346/255;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .img {
    max-width: 70%;
    margin-inline: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus02 .img {
    max-width: 100%;
  }
}
.page-open-campus02 .h4-ttl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .h4-ttl {
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus02 .h4-ttl {
    max-width: 100%;
  }
}
.page-open-campus02 .h4-ttl span {
  display: block;
}
.page-open-campus02 .h4-ttl .rectangle {
  display: flex;
  margin-top: 8px;
}
.page-open-campus02 .h4-ttl .rectangle .black {
  width: 6px;
  height: 6px;
  background-color: #000;
}
.page-open-campus02 .h4-ttl .rectangle .yellow {
  width: 6px;
  height: 6px;
  background-color: #fef200;
}
.page-open-campus02 .h4-ttl .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.page-open-campus02 .card-txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-open-campus02 .card-txt {
    max-width: 70%;

    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus02 .card-txt {
    max-width: 100%;
  }
}

/*----------------------------------------------------------
アコーディオン
------------------------------------------------------------*/
.sp-accordion {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-family: "Roboto", serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: none;
}
.sp-accordion img {
  display: block;
  width: 22px;
  height: 22px;
}
.sp-accordion .plus {
  display: block;
}
.sp-accordion .minus {
  display: none;
}
.sp-accordion.open .plus {
  display: none;
}
.sp-accordion.open .minus {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp-accordion-box {
    /* max-height: 0; */

    overflow: hidden;
    /* transition: max-height 0.3s ease; */
  }
}
.sp-accordion-box .item:not(:first-of-type) {
  margin-top: 25px;
}

/*----------------------------------------------------------
page-open-campus03
------------------------------------------------------------*/
.page-open-campus03 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus03 {
    margin-top: -3px;
  }
}
.page-open-campus03 .line-box {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus03 .line-box {
    padding-bottom: 30px;
  }
}
.page-open-campus03 .img {
  margin-top: 30px;
}
.page-open-campus03 .img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-open-campus03 .img img {
    display: block;
    width: 776px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .page-open-campus03 .img-scroll {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.page-open-campus03 .btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 698px;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .page-open-campus03 .btns {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}

.scroll-hint-icon {
  width: 90px !important;
  height: 90px !important;
  background-color: transparent !important;
}
.scroll-hint-icon::before {
  content: none !important;
}

.scroll-hint-text {
  display: none !important;
}

.scroll-hint-icon::after {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  content: "";
  width: 90px !important;
  height: 90px !important;
  background: url("../img/scrollicon.png") no-repeat center center !important;
  background-size: contain !important;
  transform: translateY(-50, 50%) !important;
}

/*----------------------------------------------------------
page-open-campus04
------------------------------------------------------------*/
.page-open-campus04 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 {
    margin-top: -3px;
  }
}
.page-open-campus04 .line-box {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .line-box {
    padding-bottom: 35px;
  }
}
.page-open-campus04 .big-ttl .bottom {
  margin-left: 192px;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .big-ttl .bottom {
    margin-left: 160px;
  }
}
.page-open-campus04 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 30px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .list {
    flex-direction: column;
    gap: 25px;
  }
}
.page-open-campus04 .item {
  width: calc((100% - 60px) / 3);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .item {
    width: 100%;
  }
}
.page-open-campus04 .link {
  display: block;
  width: 100%;
}
.page-open-campus04 .img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 346/255;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .img {
    max-width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus04 .img {
    max-width: 100%;
  }
}
.page-open-campus04 .h3-ttl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .h3-ttl {
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus04 .h3-ttl {
    max-width: 100%;
  }
}
.page-open-campus04 .h3-ttl span {
  display: block;
}
.page-open-campus04 .h3-ttl .rectangle {
  display: flex;
  margin-top: 8px;
}
.page-open-campus04 .h3-ttl .rectangle .black {
  width: 6px;
  height: 6px;
  background-color: #000;
}
.page-open-campus04 .h3-ttl .rectangle .yellow {
  width: 6px;
  height: 6px;
  background-color: #fef200;
}
.page-open-campus04 .h3-ttl .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.page-open-campus04 .card-txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-open-campus04 .card-txt {
    max-width: 70%;
    margin-top: 15px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus04 .card-txt {
    max-width: 100%;
  }
}

/*---------------------------------------------------------
page-open-campus05
-----------------------------------------------------------*/
.page-open-campus05 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 {
    margin-top: -3px;
  }
}
.page-open-campus05 .line-box {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 .line-box {
    padding-bottom: 35px;
  }
}
.page-open-campus05 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 30px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 .list {
    flex-direction: column;
    gap: 25px;
  }
}
.page-open-campus05 .item {
  width: calc((100% - 60px) / 3);
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 .item {
    width: 100%;
  }
}
.page-open-campus05 .link {
  display: block;
  width: 100%;
}
.page-open-campus05 .img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 346/255;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 .img {
    max-width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus05 .img {
    max-width: 100%;
  }
}
.page-open-campus05 .h3-ttl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 .h3-ttl {
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 15px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus05 .h3-ttl {
    max-width: 100%;
  }
}
.page-open-campus05 .h3-ttl span {
  display: block;
}
.page-open-campus05 .h3-ttl .rectangle {
  display: flex;
  margin-top: 8px;
}
.page-open-campus05 .h3-ttl .rectangle .black {
  width: 6px;
  height: 6px;
  background-color: #000;
}
.page-open-campus05 .h3-ttl .rectangle .yellow {
  width: 6px;
  height: 6px;
  background-color: #fef200;
}
.page-open-campus05 .h3-ttl .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.page-open-campus05 .card-txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page-open-campus05 .card-txt {
    max-width: 70%;
    margin-top: 15px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .page-open-campus05 .card-txt {
    max-width: 100%;
  }
}

/*----------------------------------------------------------
page-open-campus06
------------------------------------------------------------*/
.page-open-campus06 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus06 {
    margin-top: -3px;
  }
}
.page-open-campus06 .line-box {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus06 .line-box {
    padding-bottom: 35px;
  }
}
.page-open-campus06 .main-txt {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

/*----------------------------------------------------------
page-open-campus07
------------------------------------------------------------*/
.page-open-campus07 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus07 {
    margin-top: -3px;
  }
}
.page-open-campus07 .line-box {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus07 .line-box {
    padding-bottom: 30px;
  }
}
.page-open-campus07 .txts {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus07 .txts {
    max-width: 100%;
  }
}
.page-open-campus07 .txts span {
  display: block;
}
.page-open-campus07 .txts .rectangle {
  display: flex;
  margin-top: 8px;
}
.page-open-campus07 .txts .rectangle .black {
  width: 6px;
  height: 6px;
  background-color: #000;
}
.page-open-campus07 .txts .rectangle .yellow {
  width: 6px;
  height: 6px;
  background-color: #fef200;
}
.page-open-campus07 .txts .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.625;
}
.page-open-campus07 .access-map {
  width: 100%;
  margin-top: 10px;
  aspect-ratio: 1080/460;
}
@media screen and (max-width: 768px) {
  .page-open-campus07 .access-map {
    margin-top: 13px;
    aspect-ratio: 295/200;
  }
}

/*----------------------------------------------------------
page-open-campus08
------------------------------------------------------------*/
.page-open-campus08 {
  display: flex;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 {
    flex-direction: column;
    margin-top: -3px;
  }
}
.page-open-campus08 .contact-sec {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 65px;
  border-right: 2px solid #000;
  padding-right: 30px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .contact-sec {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-right: none;
    border-bottom: 2px solid #000;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-open-campus08 .contact-sec__inner {
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .contact-sec__inner {
  }
}
.page-open-campus08 .contact-sec .main-txt {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.page-open-campus08 .nav-sec {
  width: 50%;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 65px;
  padding-left: 30px;
  border-left: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .nav-sec {
    width: 100%;
    padding: 20px;
    border-top: 2px solid #000;
    border-left: none;
  }
}
.page-open-campus08 .nav-sec .h2-ttl-event {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .nav-sec .h2-ttl-event {
    flex-direction: column;
  }
}
.page-open-campus08 .tel-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .tel-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.page-open-campus08 .tel-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-open-campus08 .tel-link:hover {
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
  }
}
.page-open-campus08 .btns {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .btns {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .btns .common-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.page-open-campus08 .black-for {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 32px;
  font-family: "Roboto", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fef200;
  background-color: #000;
}
.page-open-campus08 .h2-ttl-event {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.page-open-campus08 .h2-ttl-event .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.page-open-campus08 .h2-ttl-event .txt:not(:first-of-type) {
  margin-left: -2px;
}
.page-open-campus08 .h2-ttl-event .top {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
.page-open-campus08 .h2-ttl-event .bottom {
  display: flex;
  margin-top: -2px;
  margin-bottom: 0;
}
.page-open-campus08 .h2-ttl-event .white {
  background-color: #fff;
}
.page-open-campus08 .h2-ttl-event .yellow {
  background-color: #fef200;
}

.page-bottom-btn {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
.page-open-campus08 .h3-ttl {
  display: flex;
  margin-bottom: 0;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .page-open-campus08 .h3-ttl {
    margin-top: -2px;
  }
}
.page-open-campus08 .h3-ttl .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #000000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.page-open-campus08 .h3-ttl .txt:not(:first-child) {
  margin-left: -2px;
}
.page-open-campus08 .h3-ttl .white {
  background-color: #fff;
}
.page-open-campus08 .h3-ttl .yellow {
  background-color: #fef200;
}
/*----------------------------------------------------------
page-open-campus09
------------------------------------------------------------*/
.page-open-campus09 {
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .page-open-campus09 {
    margin-top: -3px;
  }
}
.page-open-campus09 .line-box {
  padding-top: 60px;
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .page-open-campus09 .line-box {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}
.page-open-campus09 .common-btn {
  margin-right: auto;
  margin-left: auto;
}
.page-open-campus09 .txt {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-open-campus09 .txt {
    text-align: justify;
  }
}
.page-open-campus09 .red-txt {
  max-width: 800px;
  width: fit-content;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 1.4rem;
  text-align: justify;
  line-height: 1.7;
  color: #e12f3b;
}

/*----------------------------------------------------------
トップページへ戻るボタン
------------------------------------------------------------*/
.top_return_btn {
  position: fixed;
  bottom: 10%;
  right: 130px;
  display: flex;
  z-index: 999;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: auto;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 140px;
  height: 140px;
  box-shadow: 0px 0px 10px #fff;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .top_return_btn:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .top_return_btn {
    margin-top: 30px;
    font-size: 1rem;
    width: 80px;
    height: 80px;
    right: 5%;
  }
}

/*----------------------------------------------------------
  2025/03/13追記
  ------------------------------------------------------------*/
.op-0 {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
.time-min-txt {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 165px;
}
@media screen and (max-width: 768px) {
  .time-min-txt {
    margin-left: 0;
  }
}
.page-open-campus01 .dateFor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  border: 4px solid #000;
  font-family: "Roboto", serif;
  font-size: 4.5rem;
  font-weight: 700;
  background-color: #fef200;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-open-campus01 .dateFor {
    width: 78px;
    height: 78px;
    border: 3px solid #000;
    font-size: 2.3rem;
  }
}
/*----------------------------------------------------------
スマホ時上下に流れ続けるスライダー
------------------------------------------------------------*/
.sp-slide-box {
  position: relative;
  width: 118%;
  height: 300px; /* スライダーの高さ */
  overflow: hidden;
  padding-top: 4px;
  padding-bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  @media screen and (min-width: 768px) {
    display: none;
  }
}
.sp-slide-box .swiper-container {
  position: absolute;
  width: 100%;
  height: 50%; /* 上下半分ずつ */
}
.sp-slide-box .swiper-wrapper {
  transition-timing-function: linear;
}
.sp-slide-box .swiper-slide {
  border-right: 4px solid #000;
}
.sp-slide-box .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* 上のスライダー */
.sp-slide-box .swiper-top {
  top: 0;
}
.sp-slide-box .swiper-top .swiper-slide {
  top: 0;
  border-top: 4px solid #000;
}

/* 下のスライダー */
.sp-slide-box .swiper-bottom {
  bottom: 0;
}
.sp-slide-box .swiper-bottom .swiper-slide {
  bottom: 0;
  border-top: 4px solid #000;

  border-bottom: 4px solid #000;
}

/*----------------------------------------------------------
3/21追記
------------------------------------------------------------*/
/* オープンキャンパストップの複数日表示を調整 
opencamupus-assets/assets/css/style.cssの方を読み込んでいるが
消えた時用にここにも記述
*/

.eventDate-card__dates {
  letter-spacing: -0.1em;
  font-size: 4.2rem !important;
  height: 6rem;
}
.eventDate-card__header-dates {
  padding: 3.4rem 0 0 0 !important;
}
.eventDate-card__header-dates .eventDate-card__year {
  top: -2rem;
}

/*----------------------------------------------------------
3/24追記
------------------------------------------------------------*/

.page-single-geikoujuku .page-open-campus02 .imgs {
}
@media screen and (max-width: 768px) {
  .page-single-geikoujuku .page-open-campus02 .imgs .img {
    margin-top: 0px;
  }
}
