@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Black";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url(/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoColorEmoji-Regular";
  src: url(/fonts/NotoColorEmoji/NotoColorEmoji-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*============*/
/* opencampus */
/*============*/
.opencampus .mediabox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .opencampus .mediabox {
    display: block;
  }
  .opencampus .mediabox > * {
    width: 100%;
  }
}
.opencampus .mediabox.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .opencampus .heading01 {
    margin-top: 48px;
  }
}
.opencampus .com-bt04 {
  border-radius: 50px;
  padding: 16px;
  background: #F35695;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.opencampus .com-bt04:hover {
  opacity: 0.7;
}
.opencampus .com-bt04::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/images/campus/opencampus/bt_ic01.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 8px;
}
.opencampus .com-bt05 {
  color: #51C3C8;
  text-decoration: none;
  position: relative;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  display: block;
}
.opencampus .com-bt05 span {
  border-radius: 50px;
  padding: 20px;
  background: #FFF;
  text-align: center;
  transition: all 0.2s;
  position: relative;
  z-index: 2;
  display: block;
  transition: all 0.2s;
  top: 0;
  left: 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .opencampus .com-bt05 span {
    font-size: 20px;
    padding: 16px;
  }
}
.opencampus .com-bt05 span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(/images/campus/opencampus/bt_ic02.svg) 0 0 no-repeat;
  background-size: 100%;
  margin-left: 24px;
  margin-top: -2px;
}
.opencampus .com-bt05:hover span {
  top: 4px;
  left: 4px;
}
.opencampus .com-bt05::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  border-radius: 500px;
  background: #f1f1a1;
  background: linear-gradient(90deg, #f1f1a1 0%, #f1cbe0 50%, #addfe2 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.opencampus .mv {
  margin-top: 90px;
  font-family: "ZenMaruGothic-Black", sans-serif;
  background: url(/images/campus/opencampus/mv_bg01_pc.jpg) center center no-repeat;
  background-size: cover;
  height: 720px;
  text-align: center;
  padding-top: 106px;
  position: relative;
}
@media (max-width: 767px) {
  .opencampus .mv {
    background: url(/images/campus/opencampus/mv_bg01_sp.jpg) center top no-repeat;
    background-size: contain;
    margin-top: 64px;
    height: 120vw;
    padding-top: 0;
  }
}
.opencampus .mv .logo {
  background-color: #51C3C8;
  width: 600px;
  font-size: 40px;
  margin: auto auto 40px;
  color: #FFF;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .opencampus .mv .logo {
    width: 85%;
    margin-top: 8px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.opencampus .mv .wrap {
  width: 600px;
  background-color: #FFF;
  padding: 24px 24px 40px;
  margin: auto;
}
@media (max-width: 767px) {
  .opencampus .mv .wrap {
    width: 70%;
    padding: 8px;
    max-width: 455px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translateY(50%) translateX(50%);
  }
}
.opencampus .mv .wrap h1 {
  font-size: 56px;
}
@media (max-width: 767px) {
  .opencampus .mv .wrap h1 {
    font-size: 26px;
  }
}
.opencampus .mv .year img {
  margin-left: -20px;
}
@media (max-width: 767px) {
  .opencampus .mv .year img {
    margin-left: 0;
    max-width: 288px;
    width: 100%;
  }
}
.opencampus .lead {
  background: url(/images/campus/opencampus/lead_bg01_pc.jpg) center center no-repeat;
  background-size: auto 100%;
  height: 744px;
  text-align: center;
}
@media (max-width: 1175px) {
  .opencampus .lead {
    height: 63vw;
  }
}
@media (max-width: 767px) {
  .opencampus .lead {
    background: url(/images/campus/opencampus/lead_bg01_sp.jpg) center center no-repeat;
    background-size: 100% auto;
    height: 115vw;
  }
}
.opencampus .lead h2 {
  padding-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .opencampus .lead h2 {
    padding-top: 32px;
    margin-bottom: 16px;
  }
}
.opencampus .lead .list ul {
  display: none;
}
.opencampus .lead .txt {
  color: #51C3C8;
  font-family: "ZenMaruGothic-Black", sans-serif;
  font-size: 40px;
}
@media (max-width: 1175px) {
  .opencampus .lead .txt {
    font-size: 3.4042553191vw;
  }
}
@media (max-width: 767px) {
  .opencampus .lead .txt {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-top: 18vw;
  }
}
.opencampus .lead-btn {
  margin: 64px 0;
}
@media (max-width: 767px) {
  .opencampus .lead-btn {
    margin: 24px 0;
  }
}
.opencampus .movie {
  text-align: center;
  position: relative;
  padding-bottom: 114px;
}
@media (max-width: 767px) {
  .opencampus .movie {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .opencampus .movie .heading01 {
    margin-bottom: 24px;
  }
}
.opencampus .movie .heading01 span {
  display: block;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .opencampus .movie .heading01 span {
    font-size: 20px;
  }
}
.opencampus .movie::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47%;
  background: url(/images/common/com_bg01.png) #E7F2EF center center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .opencampus .movie::after {
    background: url(/images/common/com_bg01.png) #E7F2EF left top no-repeat;
    background-size: 100% auto;
    height: 38%;
  }
}
.opencampus .charm .heading01 {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .opencampus .charm .heading01 {
    margin-top: 32px;
  }
}
.opencampus .charm section {
  position: relative;
}
.opencampus .charm .ttl {
  color: #DA4B82;
  font-family: "ZenMaruGothic-Black", sans-serif;
  border-bottom: 2px solid #DA4B82;
  font-size: 40px;
  padding-bottom: 16px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .opencampus .charm .ttl {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
}
.opencampus .charm .ttl img {
  margin-right: 16px;
  height: 70px;
}
@media (max-width: 767px) {
  .opencampus .charm .ttl img {
    height: 38px;
    margin-right: 8px;
  }
}
.opencampus .charm .point1 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .opencampus .charm .point1 {
    padding-bottom: 24px;
  }
}
.opencampus .charm .point1 .ttl {
  color: #DA4B82;
}
.opencampus .charm .point1 .img {
  margin-top: -150px;
  float: right;
  width: 55%;
}
@media (max-width: 1090px) {
  .opencampus .charm .point1 .img {
    margin-top: -32px;
  }
}
.opencampus .charm .point1 .txt {
  width: 40%;
  float: left;
}
.opencampus .charm .point1 .txt .heading03 {
  margin-top: 8px;
}
.opencampus .charm .point2 {
  padding-bottom: 48px;
  /*.ttl {color: #107DAC;border-color: #107DAC;}*/
}
@media (max-width: 767px) {
  .opencampus .charm .point2 {
    padding-bottom: 24px;
  }
}
.opencampus .charm .point2 .ttl {
  color: #1E8B8B;
  border-color: #1E8B8B;
  text-align: right;
}
@media (max-width: 767px) {
  .opencampus .charm .point2 .ttl {
    position: relative;
    padding-right: 60px;
  }
  .opencampus .charm .point2 .ttl img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.opencampus .charm .point2 .img {
  margin-top: -150px;
  float: left;
  width: 40%;
}
@media (max-width: 1090px) {
  .opencampus .charm .point2 .img {
    margin-top: -32px;
  }
}
@media (max-width: 767px) {
  .opencampus .charm .point2 .img {
    width: 300px !important;
  }
}
.opencampus .charm .point2 .txt {
  float: right;
  width: 55%;
}
.opencampus .charm .point2 .txt .heading03 {
  margin-top: 8px;
}
.opencampus .charm .point3 {
  padding-bottom: 24px;
}
.opencampus .charm .point3 .ttl {
  color: #107DAC;
  border-color: #107DAC;
}
.opencampus .charm .point3 .img {
  float: right;
  margin-top: -32px;
  width: 52%;
}
.opencampus .charm .point3 .txt {
  width: 43%;
  float: left;
}
.opencampus .charm .point3 .txt .heading03 {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .opencampus .charm .point1 .img, .opencampus .charm .point2 .img, .opencampus .charm .point3 .img {
    float: none;
    width: 100%;
    margin: auto;
    margin-top: 24px;
    max-width: 400px;
    display: block;
  }
}
@media (max-width: 767px) {
  .opencampus .charm .point1 .txt, .opencampus .charm .point2 .txt, .opencampus .charm .point3 .txt {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .opencampus .charm .point1 .txt .heading03, .opencampus .charm .point2 .txt .heading03, .opencampus .charm .point3 .txt .heading03 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.opencampus .schedule {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .opencampus .schedule {
    padding: 40px 0;
  }
}
.opencampus .schedule .kinds .ac-menu {
  background: linear-gradient(90deg, rgba(255, 242, 154, 0.9) 0%, rgba(255, 186, 196, 0.9) 50%, rgba(182, 224, 229, 0.9) 100%);
  padding: 12px 24px;
  text-align: center;
  font-family: "ZenMaruGothic-Black", sans-serif;
  border-radius: 500px;
  font-size: 20px;
  box-shadow: 2px 2px 0 #DA4B82;
  color: #333;
  display: block;
  margin-bottom: 24px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 24px;
  -webkit-text-stroke: 1px #000;
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .ac-menu {
    font-size: 18px;
    -webkit-text-stroke: 0.5px #000;
    line-height: 1.3;
    padding: 12px 40px 12px 12px;
  }
}
.opencampus .schedule .kinds .ac-menu:hover {
  opacity: 0.7;
}
.opencampus .schedule .kinds .ac-menu::before, .opencampus .schedule .kinds .ac-menu::after {
  content: "";
  background-color: #333;
  width: 24px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  transform: translateY(50%);
  bottom: 50%;
  right: 24px;
  display: block;
  transition: all 0.3s;
  transform-origin: center;
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .ac-menu::before, .opencampus .schedule .kinds .ac-menu::after {
    width: 19px;
    height: 3px;
    right: 16px;
  }
}
.opencampus .schedule .kinds .ac-menu::after {
  height: 24px;
  width: 4px;
  right: 34px;
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .ac-menu::after {
    height: 19px;
    width: 3px;
    right: 24px;
  }
}
.opencampus .schedule .kinds .ac-menu.open::after {
  transform: translateY(50%) rotate(-90deg);
}
.opencampus .schedule .kinds .ac-menu.open div::before {
  z-index: 1;
}
.opencampus .schedule .kinds .ac-menu.open div::before, .opencampus .schedule .kinds .ac-menu.open div::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #FEC1C9;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  right: 50%;
  transform: translateX(50%);
}
.opencampus .schedule .kinds .ac-menu.open div::after {
  right: calc(50% - 2px);
  border-top: 20px solid #DA4B82;
}
.opencampus .schedule .kinds .lists {
  position: relative;
  margin-top: -56px;
  display: none;
}
.opencampus .schedule .kinds .lists .wrap {
  background-color: #EEF4E9;
  border-radius: 16px;
  z-index: 1;
  padding: 96px 40px 8px 40px;
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .lists .wrap {
    padding: 80px 24px 1px 24px;
  }
}
.opencampus .schedule .kinds .lists::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  border-radius: 16px;
  background: rgb(241, 241, 161);
  background: linear-gradient(90deg, rgb(241, 241, 161) 0%, rgb(241, 203, 224) 50%, rgb(173, 223, 226) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
}
.opencampus .schedule .kinds .lists .mediabox {
  margin-bottom: 40px;
}
.opencampus .schedule .kinds .lists .mediabox figure {
  width: 347px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .lists .mediabox figure {
    width: 100%;
    max-width: 347px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.opencampus .schedule .kinds .lists .mediabox .txt {
  width: calc(100% - 347px - 24px);
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .lists .mediabox .txt {
    width: 100%;
  }
}
.opencampus .schedule .kinds .lists .tag {
  border-radius: 500px;
  border: 2px solid #F180A5;
  color: #F180A5;
  background-color: #FFF;
  padding: 8px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  display: inline-block;
  min-width: 267px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .opencampus .schedule .kinds .lists .tag {
    font-size: 16px;
    width: 100%;
    min-width: auto;
    padding: 4px;
  }
}
.opencampus .schedule .kinds .lists .tag.blue {
  color: #51C3C8;
  border: 2px solid #51C3C8;
}
.opencampus .schedule .kinds .lists .heading04 {
  margin-top: 24px;
}
.opencampus .next-oc {
  background: url(/images/campus/opencampus/oc_bg01.png);
  padding: 64px 0;
}
@media (max-width: 767px) {
  .opencampus .next-oc {
    padding: 32px 0;
  }
}
.opencampus .next-oc h2 {
  text-align: center;
  margin-bottom: -16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .opencampus .next-oc h2 {
    margin-bottom: -8px;
  }
}
.opencampus .next-oc ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .opencampus .next-oc ul {
    display: block;
  }
}
.opencampus .next-oc ul li {
  position: relative;
  width: 48%;
}
@media (max-width: 767px) {
  .opencampus .next-oc ul li {
    width: 100%;
  }
}
.opencampus .next-oc ul li:first-child {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 24px;
}
.opencampus .next-oc ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .opencampus .next-oc ul li:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.opencampus .traffic .heading01 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .opencampus .traffic .heading01 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.opencampus .traffic .pref {
  font-size: 18px;
  max-width: 300px;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .opencampus .traffic .pref {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.opencampus .traffic .pref span {
  font-size: 28px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  color: #DA4B82;
}
@media (max-width: 767px) {
  .opencampus .traffic .pref span {
    font-size: 24px;
  }
}
.opencampus .voice {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .opencampus .voice {
    padding-bottom: 1px;
  }
}
.opencampus .voice .mediabox {
  margin-bottom: 40px;
}
.opencampus .voice .mediabox figure {
  width: 48%;
}
@media (max-width: 767px) {
  .opencampus .voice .mediabox figure {
    width: 100%;
  }
}
.opencampus .voice .mediabox .txt {
  width: 48%;
}
@media (max-width: 767px) {
  .opencampus .voice .mediabox .txt {
    width: 100%;
  }
}
.opencampus .voice .mediabox .txt .name {
  font-size: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
}
@media (max-width: 767px) {
  .opencampus .voice .mediabox .txt .name {
    font-size: 20px;
  }
}
.opencampus .voice .mediabox .txt .name i {
  font-style: normal;
}
@media (max-width: 767px) {
  .opencampus .voice .mediabox .txt .name i {
    display: block;
  }
}
.opencampus .voice .mediabox .txt .name span {
  overflow: hidden;
  font-size: 16px;
  display: block;
  position: relative;
}
.opencampus .voice .mediabox .txt .name span::after {
  content: "";
  height: 1px;
  width: 100%;
  display: inline-block;
  background-color: #8C8C8C;
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}
.opencampus .voice .mediabox .txt .name span.idt1::after {
  left: 16em;
}
.opencampus .voice .mediabox .txt .name span.idt2::after {
  left: 15em;
}
.opencampus .qa {
  padding-bottom: 96px;
}
.opencampus .qa .heading01:not(:first-of-type) {
  margin-top: 40px;
}
.opencampus .qa dl dt {
  background-color: #D7F3CD;
  padding: 12px 56px 12px 48px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  border-radius: 500px;
  font-size: 20px;
  box-shadow: 5px 5px 0 #F6FF8E;
  color: #333;
  display: block;
  margin-bottom: 24px;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .opencampus .qa dl dt {
    font-size: 16px;
    padding: 8px 36px 8px 38px;
    line-height: 1.3;
  }
}
.opencampus .qa dl dt:hover {
  opacity: 0.7;
}
.opencampus .qa dl dt span {
  color: #DA4B82;
  display: inline-block;
  margin-right: 24px;
  font-size: 24px;
  position: absolute;
  left: 16px;
  top: 8px;
}
@media (max-width: 767px) {
  .opencampus .qa dl dt span {
    margin-right: 8px;
    left: 16px;
    top: 6px;
    font-size: 20px;
  }
}
.opencampus .qa dl dt::before, .opencampus .qa dl dt::after {
  content: "";
  background-color: #333;
  width: 24px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  transform: translateY(50%);
  bottom: 50%;
  right: 24px;
  display: block;
  transition: all 0.3s;
  transform-origin: center;
}
@media (max-width: 767px) {
  .opencampus .qa dl dt::before, .opencampus .qa dl dt::after {
    height: 3px;
    width: 19px;
    right: 16px;
  }
}
.opencampus .qa dl dt::after {
  height: 24px;
  width: 4px;
  right: 34px;
}
@media (max-width: 767px) {
  .opencampus .qa dl dt::after {
    height: 19px;
    width: 3px;
    right: 24px;
  }
}
.opencampus .qa dl dt:nth-of-type(odd)::before, .opencampus .qa dl dt:nth-of-type(odd)::after {
  background-color: #F180A5;
}
.opencampus .qa dl dt:nth-of-type(even)::before, .opencampus .qa dl dt:nth-of-type(even)::after {
  background-color: #51C3C8;
}
.opencampus .qa dl dt.open::after {
  transform: translateY(50%) rotate(-90deg);
}
.opencampus .qa dl dd {
  display: none;
  background-color: #EEF4E9;
  border-radius: 16px;
  z-index: 1;
  padding: 24px 24px 24px 64px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .opencampus .qa dl dd {
    padding: 16px 16px 16px 34px;
  }
}
.opencampus .qa dl dd::before {
  content: "A";
  font-size: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  color: #1E8B8B;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 24px;
}
@media (max-width: 767px) {
  .opencampus .qa dl dd::before {
    top: 10px;
    left: 12px;
    font-size: 20px;
  }
}
.opencampus .request {
  background: url(/images/campus/opencampus/oc_bg01.png);
  padding-bottom: 32px;
}
.opencampus .request .heading01 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .opencampus .request .heading01 {
    margin-bottom: 16px;
  }
}
.opencampus .request .heading01 img {
  margin-top: -45px;
}
@media (max-width: 767px) {
  .opencampus .request .heading01 img {
    width: 200px;
  }
}
.opencampus .request .mediabox {
  max-width: 1000px;
  margin: auto;
}
.opencampus .request .mediabox figure {
  width: 45%;
}
@media (max-width: 767px) {
  .opencampus .request .mediabox figure {
    width: 100%;
    margin-bottom: 24px;
  }
}
.opencampus .request .mediabox .txt {
  width: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .opencampus .request .mediabox .txt {
    width: 100%;
    font-size: 16px;
  }
}
.opencampus .request .mediabox .txt .com-bt05 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .opencampus .request .mediabox .txt .com-bt05 {
    margin-top: 24px;
  }
}

/* OCページ　動画ポップアップ */
#video {
  position: relative;
  width: 900px;
  padding-top: 56.25%;
}
@media (max-width: 1024px) {
  #video {
    width: 94vw;
  }
}
@media (max-width: 767px) {
  #video {
    width: 90vw;
  }
}
#video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==========*/
/* schedule */
/*==========*/
.schedule .note {
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .schedule .note {
    font-size: 16px;
    text-align: left;
  }
}
.schedule .main-area {
  position: relative;
}
@media (max-width: 1024px) {
  .schedule .main-area {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .schedule .main-area {
    margin-top: 0;
  }
}
.schedule .main-area .main-img img {
  width: 100%;
  height: auto;
}
.schedule .main-area .contents02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.schedule .main-area .main-heading {
  width: 36.93%; /*650/1760*/
  margin-top: 15%;
}
@media (max-width: 767px) {
  .schedule .main-area .main-heading {
    width: 80%;
    margin-top: 40%;
  }
}
.schedule .sec01 .heading-sec01 {
  margin: 120px 0 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule .sec01 .heading-sec01 {
    margin: 48px 0 24px;
  }
  .schedule .sec01 .heading-sec01 img {
    max-height: 64px;
  }
}
.schedule .sec01 .join-wrap {
  position: relative;
  padding-left: 13%;
  padding-right: 13%;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .schedule .sec01 .join-wrap {
    padding: 0 0 0 16px;
  }
}
.schedule .sec01 .join-wrap .note span {
  font-size: 24px;
  color: #DB4B83;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .schedule .sec01 .join-wrap .note span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .schedule .sec01 .join-wrap .img-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.schedule .sec01 .join-wrap .img01 {
  position: absolute;
  width: 13%;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .schedule .sec01 .join-wrap .img01 {
    position: static;
    width: 20%;
  }
}
.schedule .sec01 .join-wrap .img02 {
  position: absolute;
  width: 13%;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .schedule .sec01 .join-wrap .img02 {
    position: static;
    width: 20%;
  }
}
.schedule .sec01 .bg02 {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .schedule .sec01 .bg02 {
    margin-top: 48px;
  }
}
.schedule .sec01 .bn {
  margin: 96px 0;
}
@media (max-width: 767px) {
  .schedule .sec01 .bn {
    margin: 48px 0;
  }
}
.schedule .sec01 .bn a {
  display: block;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}
.schedule .sec01 .bn a:hover {
  box-shadow: none;
}
.schedule .sec01 .slide-wrap {
  overflow: hidden;
}
.schedule .sec01 .slide-wrap .sec01-slide {
  max-width: 526px;
  margin: 0 auto 16px;
}
@media (max-width: 767px) {
  .schedule .sec01 .slide-wrap .sec01-slide {
    max-width: 240px;
  }
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-list {
  overflow: visible;
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-list .slick-slide {
  position: relative;
  transform: scale(0.9);
  transition: 0.5s all;
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-list .slick-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-list .slick-slide.slick-current {
  transform: scale(1);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-list .slick-slide.slick-current::after {
  opacity: 0;
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-btn {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  background: url(/images/common/arrow_ic01.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .schedule .sec01 .slide-wrap .sec01-slide .slick-btn {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-btn.prev-btn {
  left: -92px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .schedule .sec01 .slide-wrap .sec01-slide .slick-btn.prev-btn {
    left: -40px;
  }
}
.schedule .sec01 .slide-wrap .sec01-slide .slick-btn.next-btn {
  right: -92px;
}
@media (max-width: 767px) {
  .schedule .sec01 .slide-wrap .sec01-slide .slick-btn.next-btn {
    right: -40px;
  }
}
.schedule .sec02 .com-box02 .inner {
  overflow: visible;
}
.schedule .sec02 .com-box02 figure {
  margin-top: -10%;
}
.schedule .sec03 .slide-box {
  margin-bottom: 96px;
  padding: 0 24px;
  border: 3px solid #F280A6;
  border-bottom: 5px solid #F280A6;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box {
    margin-bottom: 48px;
    padding: 0 16px;
  }
}
.schedule .sec03 .slide-box .list-slide {
  margin-bottom: 0;
}
.schedule .sec03 .slide-box .slick-btn {
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  background: url(/images/common/arrow_ic01.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .slick-btn {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
}
.schedule .sec03 .slide-box .slick-btn:hover {
  opacity: 0.5;
  cursor: pointer;
}
.schedule .sec03 .slide-box .slick-btn.prev-btn {
  left: -92px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .slick-btn.prev-btn {
    left: -40px;
  }
}
.schedule .sec03 .slide-box .slick-btn.next-btn {
  right: -92px;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .slick-btn.next-btn {
    right: -40px;
  }
}
.schedule .sec03 .slide-box .com-wrap {
  max-width: 1072px;
}
.schedule .sec03 .slide-box .com-wrap figure {
  width: 39%;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .com-wrap figure {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 16px;
    border-radius: 8px;
  }
}
.schedule .sec03 .slide-box .com-wrap .txt {
  width: 58%;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .com-wrap .txt {
    width: 100%;
  }
}
.schedule .sec03 .slide-box .com-wrap .txt .heading03 {
  margin-top: 0;
}
.schedule .sec03 .slide-box .com-wrap .txt .name {
  font-size: 18px;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .com-wrap .txt .name {
    font-size: 16px;
  }
}
.schedule .sec03 .slide-box .com-wrap .txt .name span {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 24px;
  color: #DB4B83;
}
@media (max-width: 767px) {
  .schedule .sec03 .slide-box .com-wrap .txt .name span {
    font-size: 20px;
  }
}
.schedule .sec04 .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1072px;
  margin: 80px auto 48px;
}
@media (max-width: 1023px) {
  .schedule .sec04 .wrap {
    display: block;
    margin: 0 auto 24px;
  }
}
.schedule .sec04 .wrap .graph {
  width: 46%;
}
@media (max-width: 1023px) {
  .schedule .sec04 .wrap .graph {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.schedule .sec04 .wrap .prop {
  width: 49%;
  padding: 40px 24px;
  background-color: #CCC;
}
@media (max-width: 1023px) {
  .schedule .sec04 .wrap .prop {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
  }
}
.schedule .sec04 .com-wrap {
  align-items: flex-end;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .schedule .sec04 .com-wrap {
    display: flex;
  }
}
.schedule .sec04 .com-wrap figure {
  width: 33%;
}
.schedule .sec04 .com-wrap .txt {
  width: 65%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .schedule .sec04 .com-wrap .txt {
    font-size: 12px;
  }
}
.schedule .sec04 .com-wrap .txt .icon {
  text-align: center;
}
@media (max-width: 767px) {
  .schedule .sec04 .com-wrap .txt .icon {
    max-width: 72px;
    margin: 0 auto 8px;
  }
}
.schedule .sec04 .com-wrap .txt .name {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 24px;
  line-height: 1;
}
.schedule .sec04 .com-wrap .txt .name span {
  font-size: 24px;
}
@media (max-width: 767px) {
  .schedule .sec04 .com-wrap .txt .name span {
    font-size: 20px;
  }
}
.schedule .sec04 .com-dl-box01 {
  margin-top: 48px;
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .schedule .sec04 .com-dl-box01 {
    margin: 24px 0 48px;
  }
}
.schedule .sec04 .com-dl-box01 .prop {
  background-color: #F1F6F5;
}
.schedule .sec04 .com-dl-box02 {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .schedule .sec04 .com-dl-box02 {
    margin-bottom: 48px;
  }
}
.schedule .sec04 .com-dl-box02 .prop {
  background-color: #F7EBF0;
}
.schedule .sec04 .list-col03 {
  max-width: 1072px;
  margin: 0 auto 80px;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .schedule .sec04 .list-col03 {
    display: flex;
    margin-bottom: 16px;
  }
}
.schedule .sec04 .list-col03 li {
  width: 32%;
  margin: 0;
}
@media (max-width: 767px) {
  .schedule .sec04 .list-col03 li {
    width: 46%;
  }
}
.schedule .sec04 .bn-area {
  margin: -40px auto 120px;
}
@media (max-width: 767px) {
  .schedule .sec04 .bn-area {
    margin: -8px auto 40px;
  }
}
.schedule .sec04 .bn-area .heading03 {
  text-align: center;
}
.schedule .sec04 .bn-area .list-bn {
  display: flex;
  justify-content: space-around;
  gap: 16px 2%;
}
@media (max-width: 767px) {
  .schedule .sec04 .bn-area .list-bn {
    flex-wrap: wrap;
  }
}
.schedule .sec04 .bn-area .list-bn .bn {
  width: 48%;
}
@media (max-width: 767px) {
  .schedule .sec04 .bn-area .list-bn .bn {
    width: 100%;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .schedule .sec04 .bn-area .list-bn .bn .img {
    margin: 0 auto 16px;
  }
}
.schedule .sec05 .com-wrap .practice-list {
  margin-top: 30px;
}
.schedule .sec05 .com-wrap .practice-list dl:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .schedule .sec05 .com-wrap .practice-list dl:not(:last-child) {
    margin-bottom: 15px;
  }
}
.schedule .sec05 .com-wrap .practice-list dl dt {
  margin-bottom: 2px;
  font-family: "NotoSansJP-Bold", sans-serif;
}
@media (max-width: 767px) {
  .schedule .sec05 .com-wrap .practice-list dl dt {
    margin-bottom: 0;
  }
}
.schedule .sec05 .creation-team .com-wrap {
  margin: 64px auto 40px;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .com-wrap {
    margin: 40px auto 30px;
  }
}
.schedule .sec05 .creation-team .activity-area {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area {
    margin-bottom: 70px;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  background: #FCF5F8;
}
.schedule .sec05 .creation-team .activity-area .pink-box .inner {
  padding: 30px min(40px, 3.9vw);
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .inner {
    padding: 24px 16px;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .heading03 {
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .heading03 {
    margin: 0 0 40px;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .activity-list {
    display: block;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 80.35%;
  height: 3px;
  border-bottom: 3px dotted #FFF;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .activity-list::before {
    content: none;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list li {
  position: relative;
  z-index: 1;
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list li .heading04 {
  margin: 0 0 8px;
  text-align: center;
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list li .img {
  margin-bottom: 10px;
  text-align: center;
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list li .img img {
  border-radius: 8px;
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list li .txt {
  padding: 0 12px;
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col2 {
  max-width: 736px;
  margin: 0 auto;
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col2 li {
  width: 47.826%;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col2 li {
    width: 100%;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col2 li:not(:last-child) {
  margin-right: 4.347%;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col2 li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col3 li {
  width: 31.428%;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col3 li {
    width: 100%;
  }
}
.schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col3 li:not(:last-child) {
  margin-right: 2.857%;
}
@media (max-width: 767px) {
  .schedule .sec05 .creation-team .activity-area .pink-box .activity-list.col3 li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
/*# sourceMappingURL=campus.css.map */