/*
.m-sec-title01{
	font-family: $serif;
	@include fz(20,61,0,400);
	text-align: center;
	@media screen and (max-width: 767px){
		@include spfz(32);
	}
	&-en{
		display: block;
		@include fz(42,30,0,400);
		color: $darkpink;
		font-family: $en;
		@media screen and (max-width: 767px){
			@include spfz(68);
		}
	}
}
*/
.m-button-oc span {
  padding: 2rem 0.4rem 2rem 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-button-oc span i {
  margin-right: 0.5rem;
}

.m-archive-head.m-anchor {
  padding-top: 0 !important;
}

.m-sec-title02 {
  border-bottom: 1px solid #d6d6d6;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  clear: both;
  padding-bottom: 1.5rem;
  margin: 8.5rem 0 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .m-sec-title02 {
    font-size: 4.8vw;
    margin: 13.3333333333vw 0 8vw;
  }
}
.m-sec-title02:after {
  content: "";
  display: block;
  width: 20rem;
  height: 1px;
  background: #c5786f;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 767px) {
  .m-sec-title02:after {
    width: 10rem;
  }
}
.m-subtitle {
  color: #c5786f;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  clear: both;
  margin: 2.2rem 0 1.6rem;
  padding-left: 1.5rem;
  border-left: 4px solid #dfb1aa;
}

@media screen and (max-width: 767px) {
  .m-subtitle {
    font-size: 4.2666666667vw;
  }
}
.more_link {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding-bottom: 0.7rem;
  padding-right: 0.8rem;
}

@media screen and (max-width: 767px) {
  .more_link {
    font-size: 3.7333333333vw;
  }
}
.more_link:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #1e1e1e;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more_link:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  right: -6px;
  top: calc(50% - 4rem);
  width: 9px;
  height: 9px;
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .more_link:after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 768px) {
  .more_link:hover:before {
    opacity: 0;
  }
}
.m-subsection p {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .m-subsection p {
    font-size: 3.4666666667vw;
  }
}
/* mv
---------------------------------------------------------------------------- */
.p-mv {
  position: relative;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-mv .m-inner {
    padding: 0 2%;
  }
}
.p-mv-lead {
  position: absolute;
  top: calc(50% - 3.7rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 21.2%;
}

@media screen and (max-width: 767px) {
  .p-mv-lead {
    width: 58.6666666667vw;
    margin: 0 auto;
    top: auto;
    bottom: 5.3333333333vw;
    left: 2.6666666667vw;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .p-mv-lead img {
    max-width: none;
    width: 100%;
  }
}
/* schedule
---------------------------------------------------------------------------- */
.sec-schedule {
  padding: 6.5rem 0;
}

@media screen and (max-width: 767px) {
  .sec-schedule {
    padding: 12vw 0;
  }
}
.sec-schedule .m-inner {
  max-width: 94rem;
}

.sec-schedule .p-schedule-head {
  margin: 3rem 0 4.3rem;
  background: #f6f4f2;
  padding: 2.7rem 0 2.8rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-head {
    margin-top: 2.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sec-schedule .p-schedule-head:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 20px 0 20px;
  border-color: #f6f4f2 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -16px;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-head:after {
    border-width: 6.6666666667vw 7.7333333333vw 0 7.7333333333vw;
    bottom: -6.6666666667vw;
  }
}
.sec-schedule .p-schedule-head-icn {
  margin-right: 2rem;
  width: 11.3rem;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-head-icn {
    width: 9.0666666667vw;
    margin-right: 4vw;
  }
}
.sec-schedule .p-schedule-head-txt {
  line-height: 1.8;
}

.sec-schedule .p-schedule-head-txt span {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  color: #c5786f;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-head-txt span {
    font-size: 4.5333333333vw;
  }
}
.sec-schedule .p-schedule-calendar-head {
  background: #c5786f;
}

.sec-schedule .p-schedule-calendar-head-ttl {
  font-size: 2.2rem;
  line-height: 2.0454545455;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-head-ttl {
    font-size: 5.8666666667vw;
  }
}
.sec-schedule .p-schedule-calendar-head-ttl .m-num {
  font-size: 2.8rem;
  line-height: 1.6071428571;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-head-ttl .m-num {
    font-size: 7.4666666667vw;
  }
}
.sec-schedule .p-schedule-calendar-grid {
  background: #d6d6d6;
  padding: 0 1px 1px 1px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
}

.sec-schedule .p-schedule-calendar-grid .unit {
  background: #fff;
  min-height: 11rem;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit {
    min-height: 21.3333333333vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit.sat {
  background: #eaf5f9;
  color: #1684a7;
}
.sec-schedule .p-schedule-calendar-grid .unit.sat a {
  color: #1684a7;
}

.sec-schedule .p-schedule-calendar-grid .unit.sun {
  background: #eee2dc;
  color: #c5786f;
}
.sec-schedule .p-schedule-calendar-grid .unit.sun a {
  color: #c5786f;
}

.sec-schedule .p-schedule-calendar-grid .unit.gray {
  background: #d6d6d6;
  pointer-events: none;
}

.sec-schedule .p-schedule-calendar-grid .unit.gray .switch {
  background: #d6d6d6;
  pointer-events: none;
}

.sec-schedule .p-schedule-calendar-grid .unit .modalbox {
  display: none;
}

.sec-schedule .p-schedule-calendar-grid .unit .day {
  border-radius: 8px;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0.8rem 0;
  padding: 0.4rem 0 0;
  width: 2.5rem;
  /*height: 2.5rem;*/
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .day {
    padding: 0.8vw 0 0;
    width: 5.3333333333vw;
    /*height: vw(40);*/
    font-size: 3.4666666667vw;
    border-radius: 6px;
    display: block;
    margin: 1.0666666667vw auto;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .event {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0 1rem;
  position: relative;
  /*padding-left: 1em;*/
}

.sec-schedule .p-schedule-calendar-grid .unit .event:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #c5786f;
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .event:before {
    width: 2vw;
    height: 2vw;
    top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .event {
    font-size: 3.2vw;
    margin: 0 0.5333333333vw;
    text-align: center;
    line-height: 1.2;
    /*padding-left: 1.7vw;*/
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .event.look span {
  background: #5f9eb2;
  color: #fff;
  padding: 3px 10px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .event.look span {
    line-height: 4vw;
    display: block;
    padding: 0;
    margin-bottom: 0.8vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .event.oc span {
  background: #c5786f;
  color: #fff;
  padding: 3px 10px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .event.oc span {
    line-height: 4vw;
    display: block;
    padding: 0;
    margin-bottom: 0.8vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .event.spoc span {
  background: #9176ae;
  color: #fff;
  padding: 3px 10px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .event.spoc span {
    line-height: 4vw;
    display: block;
    padding: 0;
    margin-bottom: 0.8vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .event.add span {
  background: #5fb290;
  color: #fff;
  padding: 3px 10px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .event.add span {
    line-height: 4vw;
    display: block;
    padding: 0;
    margin-bottom: 0.8vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .switch {
  /*background: #F6F4F2;*/
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .switch {
    padding: 1.0666666667vw 0;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit .switch .day {
  /*background: $darkpink;
		 color: $white;*/
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit .switch .day {
    margin: 0 auto 2.4vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit.m-week {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  background: #dfb1aa;
  color: #fff;
  min-height: auto;
  height: 4.2rem;
  text-align: center;
  padding: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: -1px;
}

@media screen and (max-width: 767px) {
  .sec-schedule .p-schedule-calendar-grid .unit.m-week {
    height: 7.4666666667vw;
    font-size: 4vw;
    line-height: 1;
    padding-top: 1.3333333333vw;
  }
}
.sec-schedule .p-schedule-calendar-grid .unit.m-week:nth-of-type(1) {
  border-left: none;
}

.sec-schedule .p-schedule-calendar-grid .unit.m-week:nth-of-type(7) {
  border-right: none;
}

.p-schedule-tab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-schedule-tab {
    gap: 5.3333333333vw;
  }
}
.p-schedule-tab li {
  background: #d6d6d6;
  border-radius: 10px 10px 0 0;
  padding: 1rem 2.1rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-schedule-tab li {
    font-size: 4.2666666667vw;
    width: 50%;
  }
}
.p-schedule-tab li.is-current {
  background: #c5786f;
  color: #fff;
}

.p-schedule-calendarwrap {
  opacity: 0;
  height: 0;
}

.p-schedule-calendarwrap.is-show {
  opacity: 1;
  height: 100%;
}

.p-schedule-calendar button.slick-arrow {
  background: none;
  border: none;
  color: transparent;
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 1rem;
  height: 2.7rem;
  width: 2.7rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-schedule-calendar button.slick-arrow:before {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-schedule-calendar button.slick-arrow:after {
  content: "";
  border: 1px solid #eee2dc;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-schedule-calendar button.slick-arrow.slick-prev {
  left: 1.5rem;
}

.p-schedule-calendar button.slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: calc(50% - 2px);
}

.p-schedule-calendar button.slick-arrow.slick-next {
  right: 1.5rem;
}

.p-schedule-calendar button.slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: calc(50% - 2px);
}

.p-schedule-calendar button.slick-arrow:hover {
  background: #fff;
}

.p-schedule-calendar button.slick-arrow:hover:before {
  border-color: #c5786f;
}

.modalbox {
  padding: 4rem 6rem;
}

@media screen and (max-width: 767px) {
  .modalbox {
    padding: 10.6666666667vw 6.6666666667vw 2.6666666667vw;
  }
}
.modalbox-head {
  font-size: 2.4rem;
  border-top: 1px solid #c5786f;
  border-bottom: 1px solid #c5786f;
  padding: 2.1rem 0.5rem;
}

@media screen and (max-width: 767px) {
  .modalbox-head {
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
.modalbox-body {
  padding: 3.2rem 7.5rem 0;
}

@media screen and (max-width: 767px) {
  .modalbox-body {
    padding: 8.5333333333vw 0;
  }
}
.modalbox-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .modalbox-list {
    display: block;
  }
}
.modalbox-list li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .modalbox-list li {
    display: block;
  }
  .modalbox-list li + li {
    margin-top: 6.6666666667vw;
  }
}
.modalbox-list li .m-button01 {
  border-right: 1px solid #c5786f;
  border-bottom: 1px solid #c5786f;
  width: 28.7rem;
  height: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .modalbox-list li .m-button01 {
    width: 100%;
  }
}
.modalbox-list li .m-button01 span {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.06em;
  background: #c5786f;
  color: #fff;
  padding: 0.8rem 2rem;
  width: 28.7rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modalbox-list li .m-button01 span {
    font-size: 3.7333333333vw;
    width: 100%;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.modalbox-list li.modal_gray .m-button01 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  pointer-events: none;
}

.modalbox-list li.modal_gray .m-button01 span {
  background: #ccc;
}

.modalbox-close {
  margin-top: 3rem;
  text-align: center;
}

.modalbox-close a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0 0 1rem 1.7rem;
  color: #1e1e1e;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalbox-close a {
    font-size: 4vw;
    padding-bottom: 1.6vw;
    padding-left: 4vw;
  }
}
.modalbox-close a:before {
  content: "";
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: calc(50% - 0.7rem);
  left: 0;
  border-radius: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .modalbox-close a:before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    top: calc(50% - 1.3333333333vw);
  }
}
.modalbox-close a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1e1e1e;
}

.mfp-content {
  background: #fff;
  max-width: 94rem;
}

@media screen and (max-width: 767px) {
  .mfp-content {
    max-width: 93%;
  }
}
.mfp-close {
  display: none !important;
}

/* bnr
---------------------------------------------------------------------------- */
.sec-bnr {
  margin-top: 1.3rem;
  position: relative;
}

.sec-bnr .m-inner {
  max-width: 94rem;
}

.sec-bnr:before {
  content: "";
  background: #f6f4f2;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/* about
---------------------------------------------------------------------------- */
.sec-about {
  padding: 10rem 0 1rem;
  background: #f6f4f2;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .sec-about {
    padding: 0 0 2.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.sec-about:before {
  content: "";
  background: url("../../images/opencampus/bg_feature_pc.png") no-repeat left
    top/cover;
  width: 93%;
  height: 58.2rem;
  max-width: 1780px;
  position: absolute;
  left: 0;
  top: 12rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec-about:before {
    background: url("../../images/opencampus/bg_feature_sp.png") no-repeat left
      top/cover;
    width: 100%;
    height: calc(100% - 69.3333333333vw);
    top: 0;
  }
}
.sec-about .p-about-content {
  padding: 11rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .sec-about .p-about-content {
    display: block;
    padding: 14.6666666667vw 0;
  }
}
.sec-about .p-about-txt {
  padding: 3.7rem 2rem 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .sec-about .p-about-txt {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .sec-about .p-about-txt {
    padding-left: 5%;
  }
}
.sec-about .p-about-txt .m-sec-title {
  margin-bottom: 2.5rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec-about .p-about-txt .m-sec-title {
    margin-bottom: 4vw;
  }
}
.sec-about .p-about-txt .m-sec-title-ja {
  color: #fff;
}

.sec-about .p-about-txt p {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec-about .p-about-txt p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sec-about .p-about-img {
  margin-right: -1rem;
  margin-left: 5rem;
  width: 61.1rem;
}

@media screen and (max-width: 1400px) {
  .sec-about .p-about-img {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .p-about-img {
    width: 90%;
    margin: 0 2% 0 auto;
  }
}
/* program
---------------------------------------------------------------------------- */
.sec-program .p-program-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem 2rem;
}

@media screen and (max-width: 767px) {
  .sec-program .p-program-grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-program .p-program-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
.sec-program .p-program-unit .img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-program .p-program-unit .img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .sec-program .p-program-unit .img img {
    width: 100%;
  }
}
.sec-program .p-program-unit .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-program .p-program-unit .txt {
    font-size: 3.4666666667vw;
  }
  .sec-program .p-program-unit .txt .m-subtitle {
    margin-top: 0;
  }
}
/* voice
---------------------------------------------------------------------------- */
.sec-voice {
  margin-top: 10rem;
  padding: 8rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .sec-voice {
    margin-top: 18.6666666667vw;
    padding: 16vw 0;
  }
}
.sec-voice .p-voice-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #c5786f;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .sec-voice .p-voice-ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}
/* carfare
---------------------------------------------------------------------------- */
.sec-carfare {
  padding-top: 2rem;
}

@media screen and (max-width: 767px) {
  .sec-carfare {
    padding-top: 0;
  }
}
.sec-carfare .m-sec-title02 {
  margin-bottom: 3rem;
}

.sec-carfare .p-carfare-tbl {
  width: auto;
  margin-top: 1em;
  clear: both;
}

.sec-carfare .p-carfare-tbl th,
.sec-carfare .p-carfare-tbl td {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .sec-carfare .p-carfare-tbl th,
  .sec-carfare .p-carfare-tbl td {
    font-size: 3.4666666667vw;
    display: block;
  }
}
.sec-carfare .p-carfare-tbl th {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
  width: 22rem;
  color: #c5786f;
  padding: 2.7rem 1.5rem;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  background-color: #eee2dc;
}

@media screen and (max-width: 767px) {
  .sec-carfare .p-carfare-tbl th {
    font-size: 5.3333333333vw;
    width: 100%;
    padding: 6.6666666667vw 4vw;
  }
}
.sec-carfare .p-carfare-tbl td {
  padding: 2.7rem 1rem 2.7rem 4rem;
  border-bottom: 3px solid #fff;
  background-color: #f6f4f2;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .sec-carfare .p-carfare-tbl td {
    padding: 6.6666666667vw 6.6666666667vw;
    margin-bottom: 0.8vw;
  }
}
.sec-carfare .p-carfare-tbl td p {
  margin: 0;
}

.sec-carfare .p-carfare-note {
  margin: 0.5rem 0 2.4rem;
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-carfare .p-carfare-note {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
}
/* gurdian
---------------------------------------------------------------------------- */
.sec-guardian {
  padding-top: 1.2rem;
}

.sec-guardian .m-sec-title02 {
  margin-bottom: 3rem;
}

/* far
---------------------------------------------------------------------------- */
.sec-far {
  padding-top: 1.7rem;
}

@media screen and (max-width: 767px) {
  .sec-far {
    padding-top: 4vw;
  }
}
.sec-far .m-sec-title02 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .sec-far .m-sec-title02 {
    margin-bottom: 6.6666666667vw;
  }
}
.sec-far .p-far-catch {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  color: #c5786f;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 767px) {
  .sec-far .p-far-catch {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-far .p-far-target {
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-far .p-far-target {
    font-size: 3.4666666667vw;
  }
}
.sec-far .p-far-note {
  margin-top: 0.8rem;
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-far .p-far-note {
    font-size: 3.2vw;
  }
}
/* partnership
---------------------------------------------------------------------------- */
.sec-partnership {
  padding-top: 1rem;
}

.sec-partnership .m-sec-title02 {
  margin-bottom: 3rem;
}

.sec-partnership .p-partnership-grid {
  display: -ms-grid;
  display: grid;
}

.sec-partnership .p-partnership-grid.m-box {
  -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-grid.m-box {
    display: block;
  }
}
.sec-partnership .p-partnership-grid.m-txt {
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 0;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-grid.m-txt {
    gap: 6.6666666667vw 12vw;
  }
}
.sec-partnership .p-partnership-box {
  background: #f6f4f2;
  padding: 3.2rem 2.8rem;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-box {
    padding: 5.3333333333vw 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-partnership .p-partnership-box .m-subtitle {
  margin-top: 0;
}

.sec-partnership .p-partnership-box-txt {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-box-txt {
    font-size: 4vw;
    text-decoration: underline;
  }
}
.sec-partnership .p-partnership-box-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  color: #c5786f;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-box-link {
    font-size: 3.4666666667vw;
  }
}
.sec-partnership .p-partnership-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 0 2rem;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-unit {
    display: block;
  }
}
.sec-partnership .p-partnership-unit .m-subtitle {
  margin: 0;
}

.sec-partnership .p-partnership-unit-txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-unit-txt {
    font-size: 4vw;
    text-decoration: underline;
    margin: 4vw 0 2.6666666667vw 0;
  }
}
.sec-partnership .p-partnership-unit-link {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
  color: #c5786f;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec-partnership .p-partnership-unit-link {
    font-size: 3.4666666667vw;
  }
}
/* pickup
---------------------------------------------------------------------------- */
.sec-pickup {
  padding: 10rem 0 13rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup {
    padding: 16vw 0;
  }
}
.sec-pickup .p-pickup-block {
  position: relative;
}

.sec-pickup .p-pickup-block + .p-pickup-block {
  margin-top: 7rem;
}

.sec-pickup .p-pickup-block-txt {
  max-width: 88.2rem;
  background: linear-gradient(
    80deg,
    rgb(244, 232, 226) 0%,
    rgb(239, 225, 229) 100%
  );
  padding: 4rem 12rem 5rem 8rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-txt {
    padding: 8vw 5.3333333333vw 16vw;
  }
}
.sec-pickup .p-pickup-block-ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #c5786f;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-ttl {
    font-size: 5.8666666667vw;
  }
}
.sec-pickup .p-pickup-block-ttl span {
  position: relative;
}

.sec-pickup .p-pickup-block-ttl span .m-en {
  position: absolute;
  left: 93%;
  top: -1rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-ttl span .m-en {
    max-width: none;
  }
}
.sec-pickup .p-pickup-block-ttl span .m-en.m-online {
  width: 18.2rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-ttl span .m-en.m-online {
    width: 43.4666666667vw;
    left: 70%;
    top: -1.3333333333vw;
  }
}
.sec-pickup .p-pickup-block-ttl span .m-en.m-guidance {
  width: 31.5rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-ttl span .m-en.m-guidance {
    width: 57.8666666667vw;
    left: 50%;
    top: -1.3333333333vw;
  }
}
.sec-pickup .p-pickup-block-taglist {
  margin: 1rem 0 2.6rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-taglist {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.sec-pickup .p-pickup-block-taglist li {
  background: #dfb1aa;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 0.2rem 1.8rem 0.2rem 1.5rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-taglist li {
    font-size: 3.2vw;
    padding: 0.5333333333vw 4vw 0.5333333333vw 2.6666666667vw;
  }
}
.sec-pickup .p-pickup-block-taglist li i {
  background: url(../../images/opencampus/icn_check.svg) no-repeat left
    top/cover;
  width: 1.6rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-taglist li i {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.sec-pickup .p-pickup-block-discription {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-discription {
    font-size: 3.4666666667vw;
  }
}
.sec-pickup .p-pickup-block-note {
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-note {
    font-size: 3.2vw;
  }
}
.sec-pickup .p-pickup-block-img {
  position: absolute;
  right: 0;
  bottom: -2rem;
  height: 27.7rem;
  width: 41.5rem;
}

.sec-pickup .p-pickup-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block-img {
    position: static;
    width: 73.3333333333vw;
    height: 49.0666666667vw;
    margin: -9.3333333333vw auto 0;
  }
}
.sec-pickup .p-pickup-block.m-left .p-pickup-block-txt {
  margin: 0 0 0 auto;
  padding: 4rem 3rem 4rem 15.5rem;
}

@media screen and (max-width: 767px) {
  .sec-pickup .p-pickup-block.m-left .p-pickup-block-txt {
    padding: 8vw 5.3333333333vw 16vw;
  }
}
.sec-pickup .p-pickup-block.m-left .p-pickup-block-img {
  right: auto;
  left: 0;
}

/* qa
---------------------------------------------------------------------------- */
.sec-qa {
  padding: 8.5rem 0;
}

@media screen and (max-width: 767px) {
  .sec-qa {
    padding: 13.3333333333vw 0;
  }
}
.sec-qa .m-inner {
  max-width: 94rem;
}

.sec-qa .m-sec-title {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .sec-qa .m-sec-title {
    margin-bottom: 5.3333333333vw;
  }
}
.sec-qa .p-qa-question {
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  padding: 2rem 8rem 2rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .sec-qa .p-qa-question {
    font-size: 4.2666666667vw;
    padding: 4vw 13.3333333333vw 6.6666666667vw 18.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-qa .p-qa-question i {
  display: inline-block;
  background: url("../../images/opencampus/icn_qa_q.svg") no-repeat left
    top/cover;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  position: absolute;
  left: 1.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sec-qa .p-qa-question i {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 5.3333333333vw;
  }
}
.sec-qa .p-qa-question:before,
.sec-qa .p-qa-question:after {
  content: "";
  height: 1px;
  width: 1.8rem;
  background: #1e1e1e;
  position: absolute;
  right: 2.2rem;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .sec-qa .p-qa-question:before,
  .sec-qa .p-qa-question:after {
    width: 4.8vw;
    height: 0.2666666667vw;
  }
}
.sec-qa .p-qa-question:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-qa .p-qa-question.is-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.sec-qa .p-qa-answer {
  display: none;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 1.5rem 8rem 2.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-qa .p-qa-answer {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 4vw 4vw 18.6666666667vw;
  }
}
.sec-qa .p-qa-answer i {
  display: inline-block;
  background: url("../../images/opencampus/icn_qa_a.svg") no-repeat left
    top/cover;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  position: absolute;
  left: 2rem;
  top: calc(50% - 0.5rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sec-qa .p-qa-answer i {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  [href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.p-onlineflow-wrap {
  width: 100%;
}

.p-onlineflow-wrap-inner {
  padding: 50px 0;
}

.p-onlineflow-ttl {
  font-size: 2.4rem;
  line-height: 1.8333333333;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  text-align: center;
  color: #c5786f;
}

.p-onlineflow-list {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  -ms-grid-columns: calc((100% - 120px) / 5) 30px calc((100% - 120px) / 5) 30px
    calc((100% - 120px) / 5) 30px calc((100% - 120px) / 5) 30px
    calc((100% - 120px) / 5);
  grid-template-columns: repeat(5, calc((100% - 120px) / 5));
  gap: 30px;
  counter-reset: num 0;
  margin-bottom: 30px;
}

.p-onlineflow-list-item {
  position: relative;
}

.p-onlineflow-list-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #c5786f;
  border-right: 2px solid #c5786f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50px;
  right: -20px;
}

.p-onlineflow-list-item:last-of-type::before {
  display: none;
}

.p-onlineflow-list-item .p-onlineflow-img {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}

.p-onlineflow-list-item .p-review {
  position: relative;
  text-indent: 25px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-onlineflow-list-item .p-review::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  display: block;
  width: 20px;
  height: 20px;
  background: #c5786f;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  text-indent: 0;
}

.p-onlineflow-list-item .p-review01::before {
  content: "1";
}

.p-onlineflow-list-item .p-review02::before {
  content: "2";
}

.p-onlineflow-list-item .p-review03::before {
  content: "3";
}

.p-onlineflow-list-item .p-review04::before {
  content: "4";
}

.p-onlineflow-list-item .p-review05::before {
  content: "5";
}

.p-onlineflow-list-item .p-caution {
  color: #949494;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-onlineflow-wrap-inner {
    padding: 10.6666666667vw 0;
  }
  .p-onlineflow-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-onlineflow-list {
    display: block;
    margin-bottom: 0;
  }
  .p-onlineflow-list-item {
    margin-bottom: 13.3333333333vw;
  }
  .p-onlineflow-list-item:before {
    width: 4vw;
    height: 4vw;
    top: 30%;
    right: 10%;
    border: none;
  }
  .p-onlineflow-list-item:last-of-type {
    margin-bottom: 0;
  }
  .p-onlineflow-list-item:last-of-type::before {
    display: none;
  }
  .p-onlineflow-list-item .p-onlineflow-img {
    margin: 0 auto 4vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .p-onlineflow-list-item .p-review {
    font-size: 3.4666666667vw;
    text-indent: 6.6666666667vw;
  }
  .p-onlineflow-list-item .p-review::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.2vw;
    text-indent: 0;
  }
  .p-onlineflow-list-item .p-caution {
    font-size: 3.2vw;
  }
}
.p-schedule-sub-wrap {
  /*display: none;*/
  margin-top: 15px;
  /*&.is-current{
			display: block;
		}*/
}

.p-schedule-sub {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #949494;
}
.p-schedule-sub span {
  color: #fff;
  padding: 0 7px;
  line-height: 18px;
  display: inline-block;
}
.p-schedule-sub span.p-red {
  background-color: #c5786f;
}
.p-schedule-sub span.p-blue {
  background-color: #5f9eb2;
}
.p-schedule-sub span.p-purple {
  background-color: #9176ae;
}

@media screen and (max-width: 767px) {
  .p-schedule-sub-wrap {
    margin-top: 4vw;
  }
  .p-schedule-sub {
    font-size: 3.2vw;
  }
  .p-schedule-sub span {
    padding: 0 1.8666666667vw;
    line-height: 4.8vw;
  }
}
.p-pickup-block-school {
  position: absolute;
  left: 110px;
  top: -25px;
  width: 248px;
}

@media screen and (max-width: 767px) {
  .p-pickup-block-school {
    left: 25vw;
    top: -5vw;
    width: 44.6666666667vw;
  }
}
.m-button02 {
  width: 250px;
}

.m-button02 span {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .m-button02 {
    width: 66.6666666667vw;
  }
  .m-button02 span {
    width: 66.6666666667vw;
  }
}
.p-subject-slider-nav {
  margin-top: 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-subject-slider-nav {
    margin: 0 0 10vw;
  }
}
.p-subject-slider-nav .slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-subject-slider-nav .slick-arrow:hover {
    opacity: 0.7;
  }
}
.p-subject-slider-nav .slick-arrow:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 1px #1e1e1e;
  border-right: solid 1px #1e1e1e;
  top: calc(50% - 5px);
}

.p-subject-slider-nav .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}

.p-subject-slider-nav .slick-arrow.slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

.p-subject-slider-dots {
  padding: 0 5rem;
}

.p-subject-slider-dots .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.p-subject-slider-dots .slick-dots li button {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  color: transparent;
  background: #d6d6d6;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-subject-slider-dots .slick-dots li button:hover {
    opacity: 0.7;
  }
}
.p-subject-slider-dots .slick-dots li.slick-active button {
  background: #c5786f;
}

@media screen and (max-width: 767px) {
  .p-onlineflow-list-item-last:before {
    opacity: 0;
  }
}
.p-online-campus {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.04em;
  width: 940px;
  margin: 20px auto 30px;
}

.p-online-campus span {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  color: #949494;
}

@media screen and (max-width: 767px) {
  .p-online-campus {
    width: 100%;
    font-size: 3.4666666667vw;
    margin: 5.3333333333vw auto 8vw;
  }
  .p-online-campus span {
    font-size: 3.2vw;
  }
}
.p-viewbtn-open {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-viewbtn-open {
    display: block;
  }
}
.p-viewbtn-btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 4vw;
  color: inherit;
  border-bottom: 1px solid #1e1e1e;
  position: relative;
  padding-right: 1.5em;
  padding-left: 0;
  padding-bottom: 0.5rem;
  font-family: "Noto Sans JP", serif;
}

.p-viewbtn-close {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-viewbtn-close {
    display: block;
  }
}
.p-viewbtn-open-btn::before {
  content: "";
  position: absolute;
  background-color: #1e1e1e;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.2vw;
  height: 0.1rem;
  right: 0;
}

.p-viewbtn-open-btn::after {
  width: 0.1rem;
  height: 3.2vw;
  right: 1.6vw;
  content: "";
  position: absolute;
  background-color: #1e1e1e;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-viewbtn-close-btn {
  margin-top: 4vw;
}

.p-viewbtn-close-btn::before {
  content: "";
  position: absolute;
  background-color: #1e1e1e;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.2vw;
  height: 0.1rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-more {
    display: none;
  }
}

/* ▼240718更新分 */
/* 240628 pcsp版「続きを見る」ボタン追加 */
.p-viewbtn-close-btn {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-viewbtn-btn.pcsp {
    font-size: initial;
  }

  .p-viewbtn-open-btn.pcsp::before {
    width: 15px;
    height: 1px;
  }
  .p-viewbtn-open-btn.pcsp::after {
    width: 1px;
    height: 15px;
    right: 7.5px;
  }

  .p-viewbtn-close-btn.pcsp::before {
    width: 15px;
    height: 1px;
  }
}

/* 240628 参加者の声 */
.oc-voice__box {
  border: 1px solid #c5786f;
  padding: 40px 50px;
}

.oc-voice__box:not(:last-child) {
  margin-bottom: 30px;
}

.oc-voice__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.oc-voice__job {
  background-color: rgba(201, 21, 30, 0.03);
  border: #c5786f 1px solid;
  border-radius: 10px;
  font-weight: bold;
  color: #c5786f;
  padding: 7px 10px 8px;
  text-align: center;
  margin-left: -2px;
}
.oc-voice__date {
  font-weight: bold;
  color: #c5786f;
}
.oc-voice__lesson {
  margin-top: 16px;
  font-weight: bold;
}
.oc-voice__text {
  position: relative;
  margin-top: 15px;
}

.oc-voice__text::before {
  position: absolute;
  content: "";
  background-image: url(../../images/opencampus/i_quote.svg);
  display: block;
  top: -3px;
  left: -10px;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.oc-voice__person {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .oc-voice__box {
    padding: 30px;
  }

  .oc-voice__job {
    padding: 9px 12px 10px;
  }

  .oc-voice__lesson {
    margin-top: 25px;
  }

  .oc-voice__text {
    margin-top: 25px;
  }
  .oc-voice__text::before {
    width: 40px;
    top: -5px;
    left: -15px;
  }
}

/* 240702 スライダー */
.sec-slider {
  margin-top: 100px;
}

.slider {
  width: 94rem;
  margin: 0 auto;
}

.img-slider {
  margin: 0 50px;
}

.img-slider img {
  border-radius: 10px;
}

.img-slider__movie {
  height: auto;
  aspect-ratio: 52 / 34;
  border-radius: 10px;
}

.slider__inner {
  position: relative;
}

.slider__pagination {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: center;
  height: auto-fit;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 90%;
}

.slider__arrow {
  position: absolute;
  background: #c57870;
  height: 30px;
  width: 30px;
  top: 0px;
  border-radius: 50%;
}

.slider__arrow:hover {
  cursor: pointer;
}

.slider__arrow--prev,
.slider__arrow--next {
  position: relative;
}

.slider__arrow--prev::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.slider__arrow--next::after {
  position: absolute;
  content: "";
  top: 8px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-slider {
  margin: 0 50px;
}

.text-slider__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 10px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  margin-top: 15px;
}

.text-slider__number {
  color: #fff;
  padding-top: 1px;
  width: 28px;
  height: 28px;
  background-color: #c57870;
  text-align: center;
  font-size: 23px;
  display: block;
}

.text-slider__text {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .slider {
    width: 100%;
  }

  .text-slider {
    margin: 0px;
  }

  .text-slider__number {
    font-size: 4.2666666667vw;
    padding-top: 0.1vw;
    width: 5vw;
    height: 5vw;
  }

  .text-slider__title {
    font-size: 4.2666666667vw;
    margin-top: 40px;
  }

  .text-slider__text {
    margin-top: 5px;
    font-size: 3.4666666667vw;
  }

  .slider__arrow {
    transform: scale(0.1vw);
  }

  .slider__pagination {
    top: calc(50% - 35px);
  }
}

/* 240704 */
@media screen and (min-width: 768px) {
  .slider {
    width: 100%;
  }
  .img-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin: 0;
    width: 100%;
    row-gap: 200px;
  }
  .img-slider__img {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .img-slider__arrow {
    position: relative;
    padding: 0 0 0 16px;
  }
  .img-slider__arrow::before {
    content: "";
    position: absolute;
    top: 50%; /* 縦軸をセンタリングする */
    left: 35px;
    transform: translateY(-50%); /* 縦軸をセンタリングする */
    border: 15px solid transparent;
    border-left: 15px solid #c57870; /* 好みで色を変えてください */
  }

  .text-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin: 0;
    width: 100%;
    margin-top: -420px;
    row-gap: 295px;
  }

  .text-slider__number {
    font-size: 18px;
    width: 22px;
    height: 22px;
  }
}

.m-inner--slider {
  position: relative;
}

.text-slider__text {
  line-height: 1.4666666667;
}
/* ▲240718更新分 */
.p-schedule-sub span.p-oc_off,
.sec-schedule .p-schedule-calendar-grid .unit .event--oc_off span {
  background: #c5786f !important;
}
.p-schedule-sub span.p-school-visit,
.sec-schedule .p-schedule-calendar-grid .unit .event--school-visit span {
  background: #5f9eb2 !important;
}
.p-schedule-sub span.p-sp_off,
.sec-schedule .p-schedule-calendar-grid .unit .event--sp_off span {
  background: #9176ae !important;
}
.p-schedule-sub span.p-oc_on,
.sec-schedule .p-schedule-calendar-grid .unit .event--oc_on span {
  background: #7fb68f !important;
}
.p-schedule-sub span.p-guidance,
.sec-schedule .p-schedule-calendar-grid .unit .event--guidance span {
  background: #e39d7a !important;
}
.sec-schedule .bnr-wrap {
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.sec-schedule .bnr {
  max-width: 500px;
}
.sec-schedule .bnr-wrap .bnr:nth-of-type(2) {
  display: none;
}
.p-schedule-body {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .sec-schedule .bnr-wrap {
    display: block;
    margin-top: 30px;
    width: 80%;
  }
  .sec-schedule .bnr-wrap > * + * {
    margin-top: 20px;
  }
  .sec-schedule .bnr {
    max-width: unset;
  }
  .p-schedule-body {
    margin-top: 30px;
  }
}
.opencampus_test {
  .sec-schedule .bnr-wrap .bnr:nth-of-type(2) {
    display: block;
  }
}
