/* Scss Document */
/*---------------------------------------------------
		kv
----------------------------------------------------*/
.kv {
  margin: 0 5.72%;
  padding: 70px 0 60px;
  height: 100vh;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kv {
    max-height: 570px;
    margin: 0 5%;
    padding: 0 0 80px;
  }
}
.kv_bg {
  position: relative;
  background: url("../img/kinran_opencampus_web_ocpage_pc.jpg") center center no-repeat;
  background-size: cover;
  height: 100%;
}
.kv_bg .text_box {
  position: absolute;
  width: 60px;
  left: 20%;
  top: 20%;
}
.kv_bg .circle {
  display: block;
  position: absolute;
  bottom: 5%;
  right: 4%;
  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;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
}
.kv_bg .circle .container {
  margin-top: -6px;
}
.kv_bg .circle .next {
  font-size: 1.4rem;
}
.kv_bg .circle .day {
  font-family: miller-banner, serif;
  font-size: 6rem;
  line-height: 0.9;
}
.kv_bg .circle .date {
  font-size: 1.4rem;
}
.kv_bg .circle span {
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.kv_bg .circle span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: -4px;
  left: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .kv_bg {
    background: url("../img/kinran_opencampus_web_ocpage_pc.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .kv_bg {
    background: url("../img/opencampus_bnr_sp.jpg") center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .kv_bg .text_box {
    position: absolute;
    width: 40px;
    left: 6%;
    top: 10%;
  }
  .kv_bg .circle {
    bottom: -10%;
    width: 140px;
    height: 140px;
    text-align: center;
  }
  .kv_bg .circle .next {
    font-size: 1.2rem;
  }
  .kv_bg .circle .day {
    font-size: 4rem;
  }
  .kv_bg .circle .date {
    margin-bottom: 0.4em;
    font-size: 1rem;
  }
  .kv_bg .circle span {
    font-size: 1rem;
  }
  .kv_bg .circle span::after {
    bottom: -4px;
  }
}
/*---------------------------------------------------
		contents
----------------------------------------------------*/
.contents .gallery {
  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;
  position: relative;
  margin: 0 5.72% 150px;
  height: 1100px;
}
.contents .gallery .container {
  text-align: center;
}
.contents .gallery .container h2 {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: 0.5em;
}
.contents .gallery .container p {
  font-size: 1.4rem;
  line-height: 2;
}
.contents .gallery ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents .gallery .oc01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
}
.contents .gallery .oc02 {
  position: absolute;
  left: 30%;
  top: 0;
  width: 220px;
}
.contents .gallery .oc03 {
  position: absolute;
  right: 20%;
  top: 0;
  width: 240px;
}
.contents .gallery .oc04 {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.contents .gallery .oc05 {
  position: absolute;
  right: 20%;
  top: 26%;
  width: 140px;
}
.contents .gallery .oc06 {
  position: absolute;
  left: 0;
  top: 32%;
  width: 150px;
}
.contents .gallery .oc07 {
  position: absolute;
  right: 0;
  top: 30%;
  width: 180px;
}
.contents .gallery .oc08 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 220px;
}
.contents .gallery .oc09 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 220px;
}
.contents .gallery .oc10 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}
.contents .gallery .oc11 {
  position: absolute;
  left: 24%;
  bottom: 0;
  width: 150px;
}
.contents .gallery .oc12 {
  position: absolute;
  left: 42%;
  bottom: 0;
  width: 300px;
}
.contents .gallery .oc13 {
  position: absolute;
  right: 12%;
  bottom: 0;
  width: 130px;
}
.contents .gallery .oc14 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .contents .gallery {
    margin: 0 0 20%;
    height: 860px;
  }
  .contents .gallery .container h2 {
    font-size: 1.8rem;
  }
  .contents .gallery .container p {
    font-size: 1.2rem;
  }
  .contents .gallery .oc01 {
    left: 0;
    top: 0;
    width: 160px;
  }
  .contents .gallery .oc02 {
    right: 20%;
    left: auto;
    top: 0;
    width: 110px;
  }
  .contents .gallery .oc03 {
    right: auto;
    left: 20%;
    top: 20%;
    width: 100px;
  }
  .contents .gallery .oc04 {
    right: 0;
    top: 20%;
    width: 70px;
  }
  .contents .gallery .oc05 {
    right: 14%;
    top: auto;
    bottom: 25%;
    width: 70px;
  }
  .contents .gallery .oc06 {
    left: 20%;
    top: auto;
    bottom: 0;
    width: 70px;
  }
  .contents .gallery .oc08 {
    left: 10%;
    top: auto;
    bottom: 14%;
    width: 110px;
  }
  .contents .gallery .oc09 {
    right: 0;
    top: auto;
    bottom: 4%;
    width: 160px;
  }
  .contents .gallery .oc07,
  .contents .gallery .oc10,
  .contents .gallery .oc11,
  .contents .gallery .oc12,
  .contents .gallery .oc13,
  .contents .gallery .oc14 {
    display: none;
  }
}
.contents .schedule {
  background: url("../img/schedule_bg.jpg") center top no-repeat;
  background-size: 178% auto;
  padding: 110px 0 85px;
  margin-bottom: 20%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .contents .schedule {
    background: url("../img/schedule_bg@2x.jpg") center top no-repeat;
    background-size: 178% auto;
  }
}
.contents .schedule .title {
  margin-bottom: 170px;
  text-align: center;
  color: #fff;
}
.contents .schedule .title h3 {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}
.contents .schedule .title h3::after {
  content: "";
  width: 43px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents .schedule .title ruby {
  font-size: 1.7rem;
}
.contents .schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.contents .schedule ul li {
  position: relative;
  width: 18%;
  height: 182px;
  margin: 0 2.5% 2% 0;
}
.contents .schedule ul li .card {
  background: #fff;
  text-align: center;
  padding: 40px 0 20px;
  width: 100%;
  height: 100%;
}
.contents .schedule ul li .card .season {
  font-size: 2rem;
  font-family: miller-banner, serif;
  font-weight: lighter;
}
.contents .schedule ul li .card .day {
  font-family: miller-banner, serif;
  font-weight: lighter;
  font-size: 5rem;
  line-height: 1;
  color: #53C47F;
}
.contents .schedule ul li .card .date {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.contents .schedule ul li .card time {
  font-family: miller-banner, serif;
  font-weight: lighter;
  font-size: 1.3rem;
}
.contents .schedule ul li .card.year {
  padding-top: 20px;
}
.contents .schedule ul li .card.text_only {
  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;
  padding: 0;
  font-size: 14px;
}
.contents .schedule ul li .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(83, 196, 127, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  z-index: 2;
  opacity: 0;
}
.contents .schedule ul li .mask a {
  color: #fff;
}
.contents .schedule ul li:hover .mask {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.contents .schedule ul li:nth-child(5), .contents .schedule ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .contents .schedule {
    padding: 10% 0;
    margin-bottom: 20%;
    background-size: cover;
  }
  .contents .schedule .title {
    margin-bottom: 8%;
  }
  .contents .schedule .title h3 {
    font-size: 3rem;
  }
  .contents .schedule .title ruby {
    font-size: 1.4rem;
  }
  .contents .schedule ul {
    max-width: 90%;
  }
  .contents .schedule ul li {
    width: 48%;
    height: 149px;
    margin: 0 4% 4% 0;
  }
  .contents .schedule ul li .card .season {
    font-size: 1.7rem;
  }
  .contents .schedule ul li .card .day {
    font-size: 4rem;
  }
  .contents .schedule ul li .card .date {
    margin-bottom: 0.2em;
    font-size: 1rem;
  }
  .contents .schedule ul li .card time {
    font-size: 1rem;
  }
  .contents .schedule ul li .mask {
    font-size: 1rem;
  }
  .contents .schedule ul li:nth-child(5), .contents .schedule ul li:last-child {
    margin-right: 4%;
  }
  .contents .schedule ul li:nth-child(even) {
    margin-right: 0;
  }
}
.contents .point {
  margin: 0 5.72% 20%;
}
.contents .point .title {
  margin-bottom: 50px;
  text-align: center;
}
.contents .point .title h3 {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}
.contents .point .title h3::after {
  content: "";
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents .point .title ruby {
  font-size: 1.7rem;
}
.contents .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents .point li {
  width: 33.3%;
}
.contents .point li .number {
  color: #53C47F;
  text-align: center;
  font-family: miller-banner, serif;
  font-size: 7rem;
  text-align: center;
}
.contents .point li h4 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}
.contents .point li p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
}
.contents .point li:nth-child(2) {
  margin-top: 6%;
}
.contents .point li:nth-child(3) {
  margin-top: 12%;
}
@media screen and (max-width: 768px) {
  .contents .point {
    width: 90%;
    margin: 0 auto 20%;
  }
  .contents .point .title {
    margin-bottom: 8%;
  }
  .contents .point .title h3 {
    font-size: 3rem;
  }
  .contents .point .title ruby {
    font-size: 1.4rem;
  }
  .contents .point ul {
    display: block;
  }
  .contents .point li {
    width: 100%;
    margin-bottom: 16%;
  }
  .contents .point li img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents .point li .number {
    line-height: 1.3;
    font-size: 7rem;
  }
  .contents .point li h4 {
    margin-bottom: 1em;
    font-size: 2rem;
  }
  .contents .point li p {
    width: 100%;
    font-size: 1.2rem;
  }
  .contents .point li:nth-child(2) {
    margin-top: 0;
  }
  .contents .point li:nth-child(3) {
    margin-top: 0;
  }
}
.contents .anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.contents .events {
  max-width: 1000px;
  margin: 0 auto 10%;
}
.contents .events .title {
  margin-bottom: 50px;
  text-align: center;
}
.contents .events .title h3 {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 0.2em;
  font-size: 4.4rem;
  font-family: miller-banner, serif;
  font-style: italic;
  font-weight: lighter;
}
.contents .events .title h3::after {
  content: "";
  width: 43px;
  height: 1px;
  background-color: #23234B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents .events .title ruby {
  font-size: 1.7rem;
}
.contents .events ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents .events li {
  position: relative;
  width: 48%;
}
.contents .events li .img {
  margin-bottom: 20px;
}
.contents .events li h4 {
  margin-bottom: 1em;
  font-size: 2.4rem;
  text-align: center;
}
.contents .events li > p {
  margin-bottom: 2em;
  font-size: 1.4rem;
}
.contents .events li:nth-child(1) > p {
  text-align: center;
}
.contents .events li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.contents .events li dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16%;
  margin-right: 4%;
  background: #F4F6F7;
  margin-bottom: 1em;
}
.contents .events li dd {
  width: 80%;
  margin-bottom: 1em;
}
.contents .events li .net_box {
  display: block;
  margin-bottom: 10px;
  padding: 0.5em 0;
  border: 1px solid #23234B;
  text-align: center;
  font-size: 1.7rem;
}
.contents .events li .tel_box {
  padding: 0.4em 0;
  border: 1px solid #23234B;
  text-align: center;
  font-size: 1.2rem;
}
.contents .events li .tel_box .tel span {
  font-family: miller-banner, serif;
  font-size: 2.4rem;
}
.contents .events li .common_button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contents .events {
    max-width: 90%;
    margin: 0 auto 20%;
  }
  .contents .events .title {
    margin-bottom: 8%;
  }
  .contents .events .title h3 {
    font-size: 3rem;
  }
  .contents .events .title ruby {
    font-size: 1.4rem;
  }
  .contents .events ul {
    display: block;
  }
  .contents .events li {
    width: 100%;
  }
  .contents .events li .img {
    margin-bottom: 20px;
  }
  .contents .events li img {
    width: 100%;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contents .events li h4 {
    font-size: 2rem;
  }
  .contents .events li > p {
    font-size: 1.2rem;
  }
  .contents .events li dl {
    font-size: 1.2rem;
  }
  .contents .events li .net_box {
    padding: 1.2em 0;
  }
  .contents .events li .tel_box {
    margin-bottom: 10%;
    font-size: 1.2rem;
  }
  .contents .events li .tel_box .tel span {
    display: block;
  }
  .contents .events li .common_button {
    position: relative;
  }
}
.contents .visit {
  max-width: 1000px;
  margin: 0 auto 10%;
  padding: 20px 80px;
  background: #F4F6F7;
  text-align: center;
}
.contents .visit h4 {
  margin-bottom: 0.2em;
  font-size: 2.4rem;
}
.contents .visit p {
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 1.4rem;
  border-bottom: 1px solid #23234B;
}
.contents .visit .tel_box {
  font-size: 1.2rem;
}
.contents .visit .tel_box span {
  font-family: miller-banner, serif;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .contents .visit {
    max-width: 90%;
    margin: 0 auto 20%;
    padding: 20px;
  }
  .contents .visit h4 {
    font-size: 1.8rem;
  }
  .contents .visit p {
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-size: 1.2rem;
  }
  .contents .visit .tel_box {
    font-size: 1.2rem;
  }
  .contents .visit .tel_box span {
    display: block;
  }
}