@charset "UTF-8";
/*スマホ*/
/*　++++++++++++++++++++++++++++++
共通パーツ類
++++++++++++++++++++++++++++++　*/
#fixed-btn {
  display: none;
}

#backToTop {
  display: none;
}

.ribbon {
  background: linear-gradient(-90deg, #32B5D2 15%, #E46FA5 65%);
  color: white;
  padding: min(3.8461538462vw, 15px) min(7.6923076923vw, 30px);
  font-weight: bold;
  display: block;
  width: 100%;
  max-width: min(85.8974358974vw, 335px);
  margin: 0 auto;
  text-align: center;
  clip-path: polygon(0% 0%, 5% 50%, 0% 100%, 100% 100%, 95% 50%, 100% 0%);
  font-size: min(6.4102564103vw, 25px);
  font-family: "c-logo";
  font-weight: normal;
}

.accordion-header {
  cursor: pointer;
}

.accordion-content {
  display: none;
}

.container {
  max-width: min(115.3846153846vw, 450px);
}

.more-btn {
  font-size: min(4.1025641026vw, 16px);
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: min(5.1282051282vw, 20px);
  border: solid 1px #000;
  display: block;
  padding: min(4.6153846154vw, 18px) 0;
  position: relative;
}
.more-btn:after {
  content: "";
  display: inline-block;
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-image: url(../img/opencampus/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: min(3.8461538462vw, 15px);
  top: 50%;
  transform: translate(0, -50%);
}

.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
}

.fixed-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}

main {
  margin-top: 72px;
  display: flex;
  justify-content: center;
  background: linear-gradient(-88deg, #BBDBED 30%, #E9A8C7 65%);
}
@media (max-width: 767px) {
  main {
    margin-top: 45px;
  }
}
main .center-Contents {
  width: 600px;
  order: 2;
  background: #fff;
  box-shadow: 0px 0px 20px #252525;
}
@media (max-width: 1200px) {
  main .center-Contents {
    max-width: 600px;
    width: 52%;
  }
}
@media (max-width: 900px) {
  main .center-Contents {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }
}
main .left-Contents {
  width: 40%;
  order: 1;
}
@media (max-width: 900px) {
  main .left-Contents {
    display: none;
  }
}
main .left-Contents .contents-Box {
  position: sticky;
  top: 72px;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 96vh;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box {
    justify-content: center;
  }
}
main .left-Contents .contents-Box .top-Box {
  height: 35%;
  overflow: hidden;
  position: relative;
  /*
  &:after {
      content: "";
      display: inline-block;
      max-width: 516px;
      width: 100%;
      //height: 281px;
      height: 47%;
      background-image: url(../img/opencampus/oc-pc_fixed_left-title_after.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      @media (max-width: 1200px) {
          display: none;
       }
    }
       */
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .top-Box {
    padding: 5%;
    height: auto;
    height: 25%;
  }
}
main .left-Contents .contents-Box .top-Box .box-inner {
  height: 100%;
  padding: 2% 2% 0 2%;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .top-Box .box-inner {
    display: flex;
    align-items: flex-end;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
main .left-Contents .contents-Box .top-Box .box-inner p {
  max-width: 615px;
  width: 70%;
  height: 75%;
  margin-left: auto;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .top-Box .box-inner p {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
}
main .left-Contents .contents-Box .top-Box .box-inner p img {
  width: 100%;
}
main .left-Contents .contents-Box .top-Box .box-inner .abu-item {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 46%;
  width: auto;
  z-index: -1;
}
@media (max-width: 1400px) {
  main .left-Contents .contents-Box .top-Box .box-inner .abu-item {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1300px) {
  main .left-Contents .contents-Box .top-Box .box-inner .abu-item {
    width: 85%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .top-Box .box-inner .abu-item {
    display: none;
  }
}
main .left-Contents .contents-Box .fig-Box {
  display: flex;
  border-top: solid 3px;
  border-bottom: solid 3px;
  height: 25%;
  max-height: 300px;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .fig-Box {
    height: 15%;
  }
}
@media (max-width: 1000px) {
  main .left-Contents .contents-Box .fig-Box {
    flex-direction: column;
    max-height: none;
    justify-content: center;
    height: auto;
  }
}
main .left-Contents .contents-Box .fig-Box .fig-s {
  width: 45%;
  height: 100%;
  line-height: 0;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .fig-Box .fig-s {
    width: 100%;
  }
}
main .left-Contents .contents-Box .fig-Box .fig-s img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .left-Contents .contents-Box .fig-Box .fig-l {
  width: 55%;
  height: 100%;
  line-height: 0;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .fig-Box .fig-l {
    width: 100%;
  }
}
main .left-Contents .contents-Box .fig-Box .fig-l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .left-Contents .contents-Box .bottom-Box {
  height: 35%;
  min-height: 250px;
  max-width: 300px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .bottom-Box {
    padding: 5%;
    height: auto;
    height: 25%;
  }
}
main .left-Contents .contents-Box .bottom-Box .box-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
  width: 100%;
  padding: 2% 2% 0 2%;
}
main .left-Contents .contents-Box .bottom-Box .box-inner > img {
  width: auto;
  height: 85%;
  max-height: 350px;
}
@media (max-width: 1400px) {
  main .left-Contents .contents-Box .bottom-Box .box-inner > img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 49%;
    height: auto;
    z-index: -1;
  }
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .bottom-Box .box-inner > img {
    display: none;
  }
}
main .left-Contents .contents-Box .bottom-Box .box-inner a {
  display: block;
  /* max-width: 285px; */
  width: auto;
  height: 60%;
  padding: 14%;
  margin-top: 1%;
  margin-bottom: auto;
  position: relative;
  line-height: 0;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .bottom-Box .box-inner a {
    height: auto;
    max-width: 150px;
    width: 100%;
    margin-top: 0;
  }
}
main .left-Contents .contents-Box .bottom-Box .box-inner a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/opencampus/oc-pc_fixed_left-qa_link-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
main .left-Contents .contents-Box .bottom-Box .box-inner a img {
  width: auto;
  height: 100%;
}
@media (max-width: 1200px) {
  main .left-Contents .contents-Box .bottom-Box .box-inner a img {
    width: 100%;
    height: auto;
  }
}
main .left-Contents .contents-Box .bottom-Box .box-inner a:hover:after {
  animation: rotation 8s linear infinite;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
main .right-Contents {
  width: 40%;
  order: 3;
}
@media (max-width: 900px) {
  main .right-Contents {
    display: none;
  }
}
main .right-Contents .contents-Box {
  position: sticky;
  top: 72px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  height: 96vh;
  flex-direction: column;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box {
    justify-content: center;
  }
}
main .right-Contents .contents-Box .top-Box {
  height: 35%;
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box {
    padding: 5%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 2%;
    height: 25%;
    width: 100%;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner {
  padding: 2% 0 0 5%;
  height: 100%;
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
@media (max-width: 1400px) {
  main .right-Contents .contents-Box .top-Box .box-inner {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner {
    padding: 0;
    height: auto;
    max-width: 200px;
    width: 100%;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner:after {
  content: "";
  display: inline-block;
  width: 28%;
  max-height: 230px;
  height: 49%;
  background-image: url(../img/opencampus/oc-pc_fixed_right_text-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1400px) {
  main .right-Contents .contents-Box .top-Box .box-inner:after {
    height: 40%;
  }
}
@media (max-width: 1300px) {
  main .right-Contents .contents-Box .top-Box .box-inner:after {
    right: 0;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner:after {
    display: none;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner p {
  width: auto;
  height: 15%;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  main .right-Contents .contents-Box .top-Box .box-inner p {
    max-height: 41px;
    height: 18%;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner p {
    height: auto;
    width: 95%;
    max-height: none;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner p img {
  width: auto;
  height: 100%;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner p img {
    height: auto;
    width: 100%;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner a {
  display: block;
  height: 10%;
  margin-left: 5%;
}
@media (max-width: 1400px) {
  main .right-Contents .contents-Box .top-Box .box-inner a {
    height: 12%;
    margin-left: 3%;
    max-height: 30px;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner a {
    width: 80%;
    height: auto;
    max-height: none;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner a:hover {
  opacity: 0.8;
}
main .right-Contents .contents-Box .top-Box .box-inner a img {
  height: 100%;
  width: auto;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner a.menu_a img {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner a.menu_b img {
    width: 81%;
  }
}
main .right-Contents .contents-Box .top-Box .box-inner a:last-child {
  margin-bottom: 5%;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .top-Box .box-inner a:last-child {
    margin-bottom: 0;
  }
}
main .right-Contents .contents-Box .fig-Box {
  display: flex;
  border-top: solid 3px;
  border-bottom: solid 3px;
  height: 25%;
  max-height: 300px;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .fig-Box {
    height: 15%;
  }
}
@media (max-width: 1000px) {
  main .right-Contents .contents-Box .fig-Box {
    flex-direction: column;
    max-height: none;
    justify-content: center;
    height: auto;
  }
}
main .right-Contents .contents-Box .fig-Box .fig-s {
  width: 45%;
  height: 100%;
  line-height: 0;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .fig-Box .fig-s {
    width: 100%;
  }
}
main .right-Contents .contents-Box .fig-Box .fig-s img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .right-Contents .contents-Box .fig-Box .fig-l {
  width: 55%;
  height: 100%;
  line-height: 0;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .fig-Box .fig-l {
    width: 100%;
  }
}
main .right-Contents .contents-Box .fig-Box .fig-l img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .right-Contents .contents-Box .bottom-Box {
  height: 35%;
  overflow: hidden;
  min-height: 250px;
  max-width: 600px;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box {
    height: 25%;
  }
}
main .right-Contents .contents-Box .bottom-Box .box-inner {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 30px;
  height: 100%;
  width: 100%;
  padding: 5% 0 0 5%;
  /*
  &:after {
    content: "";
    display: inline-block;
    max-width: 290px;
    width: 54%;
    max-height: 240px;
    height:getVWpc(240px);
    background-image: url(../img/opencampus/oc-pc_fixed_right_bottom-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 56%;
    transform: translate(-50%,0);
    @media (max-width: 1200px) {
        display: none;
     }
  }
   */
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner {
    gap: 0;
  }
}
main .right-Contents .contents-Box .bottom-Box .box-inner > img {
  height: 60%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 24%;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner > img {
    display: none;
  }
}
main .right-Contents .contents-Box .bottom-Box .box-inner a {
  display: block;
  height: 68%;
}
@media (max-width: 1500px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner a {
    max-height: 140px;
  }
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner a {
    max-width: 150px;
    width: 40%;
  }
}
main .right-Contents .contents-Box .bottom-Box .box-inner a img {
  width: auto;
  height: 100%;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner a img {
    width: 100%;
    height: auto;
  }
}
main .right-Contents .contents-Box .bottom-Box .box-inner .oc-btn:hover {
  transform: scale(1.05);
}
main .right-Contents .contents-Box .bottom-Box .box-inner .oc-btn img {
  height: 90%;
  width: auto;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner .oc-btn img {
    width: 100%;
    height: auto;
  }
}
main .right-Contents .contents-Box .bottom-Box .box-inner .line-btn {
  transform: translateX(5px);
}
main .right-Contents .contents-Box .bottom-Box .box-inner .line-btn:hover {
  transform: translateX(0);
}
main .right-Contents .contents-Box .bottom-Box .box-inner .line-btn img {
  height: 80%;
  width: auto;
}
@media (max-width: 1200px) {
  main .right-Contents .contents-Box .bottom-Box .box-inner .line-btn img {
    width: 100%;
    height: auto;
  }
}
main .head h1 {
  text-align: center;
  padding: min(10.2564102564vw, 40px) min(1.2820512821vw, 5px) min(5.1282051282vw, 20px);
  background: linear-gradient(45deg, #e9a8c7 30%, #c3d1e6 95%);
}
main .head h1 img {
  max-width: clamp(350px, 96.1538461538vw, 480px);
}
main .head h1 span {
  display: block;
  font-size: clamp(24px, 6.1538461538vw, 29px);
  font-weight: bold;
  color: #000;
  margin-bottom: min(2.5641025641vw, 10px);
  position: relative;
  max-width: 370px;
  width: 95%;
  margin: 0 auto min(1.2820512821vw, 5px);
  font-family: "c-logo";
  font-weight: normal;
}
main .head h1 span:before {
  content: "";
  display: inline-block;
  width: 31.5px;
  height: 36.23px;
  background-image: url(../img/opencampus/head_h1_border.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
main .head h1 span:after {
  content: "";
  display: inline-block;
  width: 31.5px;
  height: 36.23px;
  background-image: url(../img/opencampus/head_h1_border.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: scale(-1, 1) translate(0, -50%);
}
main .head .pc_h1 {
  display: block;
}
@media (max-width: 900px) {
  main .head .pc_h1 {
    display: none;
  }
}
main .head .sp_h1 {
  display: none;
}
@media (max-width: 900px) {
  main .head .sp_h1 {
    display: block;
  }
}

#introduction {
  margin-top: -25px;
  position: relative;
}
#introduction .container {
  padding: 0 0 min(6.4102564103vw, 25px);
}
#introduction .container .entry-btn {
  color: #fff;
  display: block;
  width: 100%;
  padding: min(6.4102564103vw, 25px) min(1.2820512821vw, 5px);
  background-color: #3386F0;
  border-radius: min(9.7435897436vw, 38px);
  text-align: center;
  margin-bottom: min(8.9743589744vw, 35px);
  border: solid 1px #000;
  font-size: min(4.1025641026vw, 16px);
  font-weight: bold;
  position: relative;
}
#introduction .container .entry-btn:after {
  content: "";
  display: inline-block;
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-image: url(../img/opencampus/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: min(3.8461538462vw, 15px);
  top: 50%;
  transform: translate(0, -50%);
}
#introduction .container > div {
  text-align: center;
}
#introduction .container > div p {
  font-size: min(4.1025641026vw, 16px);
  line-height: min(6.1538461538vw, 24px);
  font-weight: bold;
}
#introduction .container > div p:first-child {
  font-size: min(6.4102564103vw, 25px);
  font-weight: 900;
  font-family: "c-logo";
  font-weight: normal;
}
#introduction .container > div p:first-child span {
  display: block;
  margin: min(3.8461538462vw, 15px) 0 min(5.1282051282vw, 20px);
}
#introduction .tiktok-area {
  background: linear-gradient(0deg, #32B5D2 15%, #E46FA5 55%);
}
#introduction .tiktok-area .container {
  padding: min(4.6153846154vw, 18px) 0 min(11.0256410256vw, 43px);
}
#introduction .tiktok-area .container .tiktok-item {
  border-radius: min(3.0769230769vw, 12px);
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  background-color: #ffffff;
  padding: min(3.0769230769vw, 12px) 0;
  max-width: min(89.7435897436vw, 350px);
  width: 89.7435897436vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #introduction .tiktok-area .container .tiktok-item {
    margin: 0 auto;
    width: 350px;
  }
}
#introduction .tiktok-area .container .tiktok-item blockquote {
  margin: 0;
}

/* introduction */
#nextoc {
  background: #fff;
}
#nextoc .container {
  max-width: min(128.2051282051vw, 500px);
}
#nextoc .container .oc-box {
  border: solid 4px;
  -o-border-image: conic-gradient(#32B5D2, #c6cee4, #e9a8c7, #E46FA5, #e9a7c6, #32B5D2) 1;
     border-image: conic-gradient(#32B5D2, #c6cee4, #e9a8c7, #E46FA5, #e9a7c6, #32B5D2) 1;
  padding: 8.9743589744vw;
}
@media (min-width: 768px) {
  #nextoc .container .oc-box {
    padding: 40px;
  }
}
#nextoc .container .oc-box .bnr-item {
  display: block;
  margin: min(6.4102564103vw, 25px) auto;
}

/* nextoc */
#voice {
  background-image: url(../img/opencampus/voice_bg.jpg);
  background-size: min(5.1282051282vw, 20px);
}
#voice .container {
  max-width: min(85.3846153846vw, 333px);
}
#voice .container > ul {
  margin-top: min(10.2564102564vw, 40px);
}
#voice .container > ul li .speech-bubble {
  background: #fff;
  padding: min(3.8461538462vw, 15px);
  border-radius: min(5.1282051282vw, 20px);
  border: solid 2px;
  font-size: min(3.5897435897vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
#voice .container > ul li .speech-bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 65%;
  border-style: solid;
  border-width: min(5.1282051282vw, 20px) min(5.1282051282vw, 20px) 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
#voice .container > ul li .speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 65%;
  border-style: solid;
  border-width: min(3.8974358974vw, 15.2px) min(3.8974358974vw, 15.2px) 0 0;
  border-color: white transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
#voice .container > ul li .flex-Box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(2.5641025641vw, 10px);
}
#voice .container > ul li .flex-Box img {
  max-width: min(34.1025641026vw, 133px);
}
#voice .container > ul li .flex-Box p {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.5;
  margin-left: min(3.8461538462vw, 15px);
}
#voice .container > ul li + li {
  margin-top: min(8.9743589744vw, 35px);
}

/* voice */
#point {
  background: linear-gradient(-180deg, #AFC2E2 15%, #65ACE4 55%);
}
#point .container h2 {
  text-align: center;
  margin-bottom: min(7.6923076923vw, 30px);
}
#point .container h2 span {
  font-size: min(6.4102564103vw, 25px);
  font-weight: bold;
  margin-bottom: min(1.2820512821vw, 5px);
  display: block;
  font-family: "c-logo";
  font-weight: normal;
}
#point .container h2 img {
  width: min(51.8897435897vw, 202.37px);
  margin: 0 auto;
}
#point .container .accordion.ac-open > .accordion-header::before {
  content: "ー";
  transform: translate(0, -50%) rotate(180deg);
}
#point .container .accordion > .accordion-header {
  display: flex;
  border-radius: min(11.5384615385vw, 45px);
  background: #fff;
  border: solid 1px #000;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
#point .container .accordion > .accordion-header::before {
  position: absolute;
  content: "＋";
  display: block;
  width: min(3.8461538462vw, 15px);
  height: min(3.8461538462vw, 15px);
  background-color: #000;
  color: #fff;
  right: min(3.8461538462vw, 15px);
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: min(3.8461538462vw, 15px);
  padding: min(1.2820512821vw, 5px);
  transition: all 0.3s;
}
#point .container .accordion > .accordion-header .num {
  max-width: min(17.9487179487vw, 70px);
  width: 20%;
  background: linear-gradient(-20deg, #32B5D2 -20%, #E46FA5 68%);
  border-right: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#point .container .accordion > .accordion-header .num img {
  height: min(6.8974358974vw, 26.9px);
}
#point .container .accordion > .accordion-header .ac-title {
  width: 80%;
  font-size: min(5.8974358974vw, 23px);
  font-weight: bold;
  line-height: 1.8;
  padding: min(3.8461538462vw, 15px) min(11.5384615385vw, 45px) min(3.8461538462vw, 15px) min(5.1282051282vw, 20px);
  z-index: 1;
}
#point .container .accordion > .accordion-header .ac-title span {
  position: relative;
  font-family: "c-logo";
  font-weight: normal;
}
#point .container .accordion > .accordion-header .ac-title span::after {
  content: "";
  width: 100%;
  height: min(1.7948717949vw, 7px);
  background-color: #FFF201;
  display: inline-block;
  position: absolute;
  bottom: min(0.5128205128vw, 2px);
  left: 0;
  z-index: -1;
}
#point .container .accordion > .accordion-content {
  background: #fff;
  padding: 70px min(3.0769230769vw, 12px) min(5.1282051282vw, 20px);
  border-radius: min(5.1282051282vw, 20px);
  border: solid 1px #000;
  position: relative;
  top: -55px;
  margin-bottom: -50px;
  /*
  &::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  */
}
#point .container .accordion > .accordion-content > h3 {
  margin-bottom: min(5.8974358974vw, 23px);
  text-align: center;
  background: #4054A0;
  color: #fff;
  padding: min(3.0769230769vw, 12px) min(2.5641025641vw, 10px);
  max-width: min(60.2564102564vw, 235px);
  width: 70%;
  margin: min(5.1282051282vw, 20px) auto;
  position: relative;
  font-size: min(4.1025641026vw, 16px);
}
#point .container .accordion > .accordion-content > h3:before {
  content: "";
  width: min(3.1897435897vw, 12.44px);
  height: 100%;
  display: inline-block;
  background-image: url(../img/opencampus/point_h3_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: -11px;
}
#point .container .accordion > .accordion-content > h3:after {
  content: "";
  width: min(3.1897435897vw, 12.44px);
  height: 100%;
  display: inline-block;
  background-image: url(../img/opencampus/point_h3_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  transform: rotate(180deg);
  top: 0;
  right: -11px;
}
#point .container .accordion > .accordion-content p {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.5;
}
#point .container .accordion > .accordion-content p > span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#point .container .accordion > .accordion-content img {
  margin-top: min(5.1282051282vw, 20px);
  width: 100%;
  height: auto;
}
#point .container .accordion > .accordion-content .shadow-image {
  margin-top: min(5.1282051282vw, 20px);
  width: 98%;
  position: relative;
  z-index: 0;
}
#point .container .accordion > .accordion-content .shadow-image::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: linear-gradient(-60deg, #32B5D2 0%, #E46FA5 100%);
  border-radius: 15px;
  z-index: -1;
}
#point .container .accordion > .accordion-content .shadow-image img {
  border-radius: 15px;
  margin: 0;
}
#point .container .accordion > .accordion-content .accordion {
  border-radius: min(3.8461538462vw, 15px);
  border: solid 1px #000;
  overflow: hidden;
  padding: min(5.1282051282vw, 20px);
}
#point .container .accordion > .accordion-content .accordion.ac-open > .accordion-header::before {
  content: "ー";
  transform: translate(0, -50%) rotate(180deg);
}
#point .container .accordion > .accordion-content .accordion .accordion-header {
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
  border: none;
  border-radius: 0;
  font-size: min(4.1025641026vw, 16px);
}
#point .container .accordion > .accordion-content .accordion .accordion-header::before {
  position: absolute;
  content: "＋";
  display: block;
  width: min(3.8461538462vw, 15px);
  height: min(3.8461538462vw, 15px);
  background: transparent;
  color: #000;
  right: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: min(3.8461538462vw, 15px);
  padding: min(1.2820512821vw, 5px);
  transition: all 0.3s;
}
#point .container .accordion > .accordion-content .accordion .accordion-content {
  transform: translate(0, 0);
  border: none;
  padding: min(3.8461538462vw, 15px) 0;
  margin-top: min(3.8461538462vw, 15px);
  border-top: dashed 1px #707070;
  border-radius: 0;
  position: static;
  margin-bottom: 0;
}
#point .container .accordion > .accordion-content .accordion + .accordion {
  margin-top: min(3.8461538462vw, 15px);
}
#point .container .accordion > .accordion-content .oc {
  /*
  .oc-box {
    background: linear-gradient(-20deg, #03335C -20%, #352E86 68%);
    padding: min(getVWsp(15px), 15px);
    border-radius: min(getVWsp(10px), 10px);
    h3 {
      margin-bottom: min(getVWsp(15px), 15px);
    }
    img {
      margin-top: 0;
    }
    > a {
      margin-top: min(getVWsp(15px), 15px);
    }
  }
    */
}
#point .container .accordion > .accordion-content .oc p {
  font-size: min(5.1282051282vw, 20px);
  text-align: center;
  color: #081458;
  margin: min(5.1282051282vw, 20px) auto min(2.5641025641vw, 10px);
  font-weight: bold;
}
#point .container .accordion > .accordion-content .oc .oc-box {
  border: solid 4px;
  -o-border-image: conic-gradient(#32B5D2, #c6cee4, #e9a8c7, #E46FA5, #e9a7c6, #32B5D2) 1;
     border-image: conic-gradient(#32B5D2, #c6cee4, #e9a8c7, #E46FA5, #e9a7c6, #32B5D2) 1;
  padding: 5.1282051282vw;
}
@media (min-width: 768px) {
  #point .container .accordion > .accordion-content .oc .oc-box {
    padding: 20px;
  }
}
#point .container .accordion > .accordion-content .oc .oc-box .bnr-item {
  display: block;
  margin: min(6.4102564103vw, 25px) auto;
}
#point .container .accordion + .accordion {
  margin-top: min(6.4102564103vw, 25px);
}
/* point */
#flow {
  padding: min(10.2564102564vw, 40px) 0;
}
#flow h2 {
  max-width: min(85.8974358974vw, 335px);
}
#flow .slide-Box {
  width: 100%;
  padding-left: 5%;
  margin-left: auto;
  overflow: hidden;
  margin-top: min(7.6923076923vw, 30px);
}
#flow .slide-Box ul .flow-sl-item {
  position: relative;
  margin-right: min(2.5641025641vw, 10px);
  margin-bottom: min(2.5641025641vw, 10px);
}
#flow .slide-Box ul .flow-sl-item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: min(1.2820512821vw, 5px);
  left: min(1.2820512821vw, 5px);
  width: 100%;
  height: 100%;
  background: linear-gradient(-160deg, #32B5D2 0%, #E46FA5 100%);
  filter: blur(0px);
  z-index: -1;
  border-radius: min(7.6923076923vw, 30px);
}
#flow .slide-Box ul .flow-sl-item .item-inner {
  position: relative;
  border: solid 1px;
  z-index: 1;
  border-radius: min(7.6923076923vw, 30px);
  overflow: hidden;
}
#flow .slide-Box ul .flow-sl-item .item-inner .top-item {
  border-radius: min(8.9743589744vw, 35px) min(8.9743589744vw, 35px) 0 0;
}
#flow .slide-Box ul .flow-sl-item .item-inner .bottom-item {
  padding: min(5.1282051282vw, 20px) min(6.4102564103vw, 25px);
  position: relative;
  background: #fff;
  min-height: min(42.3076923077vw, 165px);
  border-top: solid 1px #000;
}
#flow .slide-Box ul .flow-sl-item .item-inner .bottom-item .num {
  width: min(19.7435897436vw, 77px);
  height: min(17.6923076923vw, 69px);
  background: linear-gradient(-20deg, #AFC2E2 -20%, #65ACE4 68%);
  border: solid 1px #000;
  border-left: none;
  border-radius: 0 0 min(7.6923076923vw, 30px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: min(-6.4102564103vw, -25px);
  left: 0;
}
@media (min-width: 768px) {
  #flow .slide-Box ul .flow-sl-item .item-inner .bottom-item .num {
    top: -25px;
  }
}
#flow .slide-Box ul .flow-sl-item .item-inner .bottom-item .num img {
  height: min(5.4461538462vw, 21.24px);
}
#flow .slide-Box ul .flow-sl-item .item-inner .bottom-item h3 {
  font-size: min(5.1282051282vw, 20px);
  margin-bottom: min(5.1282051282vw, 20px);
  padding-left: min(17.9487179487vw, 70px);
}
#flow .slide-Box ul .flow-sl-item .item-inner .bottom-item p {
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.8;
}
#flow .slide-Box ul .flow-sl-item .item-inner .bottom-item p > span {
  font-size: 0.8em;
  display: block;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#flow .slide-Box ul .slick-arrow {
  z-index: 1;
  width: min(8.9743589744vw, 35px);
  height: min(8.9743589744vw, 35px);
  background: #fff;
  border-radius: 50%;
  border: solid 2px #ccd2e0;
  overflow: hidden;
}
#flow .slide-Box ul .slick-arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../img/front-page/sl_arrow.svg);
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
  background-size: min(2.0512820513vw, 8px);
}
#flow .slide-Box ul .slick-arrow.slick-prev {
  left: min(-1.0416666667vw, -20px);
}
@media (max-width: 900px) {
  #flow .slide-Box ul .slick-arrow.slick-prev {
    left: min(-3.0769230769vw, -12px);
  }
}
#flow .slide-Box ul .slick-arrow.slick-prev::before {
  transform: rotate(-180deg);
}
#flow .slide-Box ul .slick-arrow.slick-next {
  right: min(3.8461538462vw, 15px);
}
#flow .slide-Box ul .slick-arrow.hide-arrow {
  display: none !important;
}
#flow .slide-Box ul .slick-dots li {
  height: min(1.2820512821vw, 5px);
  width: 10%;
  background: #ccd2e0;
  margin: 0;
}
#flow .slide-Box ul .slick-dots li button {
  height: 100%;
  width: 100%;
  padding: 0;
}
#flow .slide-Box ul .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
#flow .slide-Box ul .slick-dots li.slick-active {
  background: #000;
}

/* flow */
#qa {
  background-image: url(../img/opencampus/voice_bg.jpg);
  background-size: min(5.1282051282vw, 20px);
}
#qa .container {
  padding: min(8.9743589744vw, 35px) 0 min(11.5384615385vw, 45px);
  max-width: min(85.8974358974vw, 335px);
}
#qa .container h3 {
  background: #fff;
  text-align: center;
  padding: min(2.5641025641vw, 10px);
  font-weight: bold;
  max-width: min(66.1538461538vw, 258px);
  margin: min(5.1282051282vw, 20px) auto;
  font-size: min(5.3846153846vw, 21px);
  font-family: "c-logo";
  font-weight: normal;
}
#qa .container .ac-Box {
  margin: 0 auto min(10.2564102564vw, 40px);
}
#qa .container .ac-Box .accordion {
  border-bottom: solid 1px #000;
}
#qa .container .ac-Box .accordion.ac-open > .accordion-header::after {
  content: "ー";
  transform: rotate(180deg);
}
#qa .container .ac-Box .accordion .accordion-header {
  padding-left: min(11.5384615385vw, 45px);
  padding-bottom: min(5.1282051282vw, 20px);
  padding-right: min(8.2051282051vw, 32px);
  position: relative;
}
#qa .container .ac-Box .accordion .accordion-header::before {
  content: "";
  display: block;
  width: min(7.2205128205vw, 28.16px);
  height: min(6.8487179487vw, 26.71px);
  background-image: url(../img/opencampus/qa_q.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
#qa .container .ac-Box .accordion .accordion-header::after {
  position: absolute;
  content: "＋";
  display: block;
  width: min(3.8461538462vw, 15px);
  height: min(3.8461538462vw, 15px);
  background: #3F54A0;
  color: #fff;
  right: 0;
  top: 0;
  border-radius: 50%;
  line-height: 1;
  font-size: min(3.8461538462vw, 15px);
  padding: min(1.2820512821vw, 5px);
  transition: all 0.3s;
}
#qa .container .ac-Box .accordion .accordion-header .ac-title {
  font-size: min(4.1025641026vw, 16px);
  color: #3F54A0;
  line-height: 1.5;
  font-weight: bold;
}
#qa .container .ac-Box .accordion .accordion-content {
  line-height: 1.5;
  font-size: min(3.8461538462vw, 15px);
  padding-left: min(11.5384615385vw, 45px);
  padding-bottom: min(5.1282051282vw, 20px);
  padding-right: min(8.2051282051vw, 32px);
  position: relative;
}
#qa .container .ac-Box .accordion .accordion-content::before {
  content: "";
  display: block;
  width: min(7.2205128205vw, 28.16px);
  height: min(6.8487179487vw, 26.71px);
  background-image: url(../img/opencampus/qa_a.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
#qa .container .ac-Box .accordion .accordion-content a {
  text-decoration: underline;
}
#qa .container .ac-Box .accordion + .accordion {
  margin-top: min(6.4102564103vw, 25px);
}
#qa .container .last-text {
  font-size: min(5.1282051282vw, 20px);
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  position: relative;
  margin-bottom: min(5.1282051282vw, 20px);
}
#qa .container .last-text:before {
  content: "";
  width: min(15.1282051282vw, 59px);
  height: 1px;
  display: block;
  border-bottom: dashed 1.25px #000;
  transform: rotate(50deg) translate(0, -50%);
  position: absolute;
  left: min(-5.1282051282vw, -20px);
  top: 50%;
}
#qa .container .last-text:after {
  content: "";
  width: min(15.1282051282vw, 59px);
  height: 1px;
  display: block;
  border-bottom: dashed 1.25px #000;
  transform: rotate(-50deg) translate(0, -50%);
  position: absolute;
  right: min(-5.1282051282vw, -20px);
  top: 50%;
}
#qa .container .last-image {
  border-radius: min(5.1282051282vw, 20px);
}

/* qa */
#schedule {
  background: linear-gradient(0deg, #32B5D2 15%, #E46FA5 55%);
}
#schedule .container h2 {
  /*
  max-width: min(getVWsp(299.58px), 299.58px);
  width: 90%;
  margin: 0 auto;
  */
  text-align: center;
  font-family: "c-logo";
  font-weight: normal;
  color: #fff;
  line-height: 1.1;
  font-size: min(11.5384615385vw, 45px);
}
#schedule .container dl {
  background: #fff;
  border-radius: min(5.1282051282vw, 20px);
  padding: min(5.1282051282vw, 20px) min(2.5641025641vw, 10px);
  width: 100%;
  margin: min(10.2564102564vw, 40px) auto min(6.4102564103vw, 25px);
}
#schedule .container dl > div {
  display: flex;
  align-items: center;
}
#schedule .container dl > div dt {
  font-size: min(3.5897435897vw, 14px);
  font-weight: bold;
  background: #000;
  padding: min(2.5641025641vw, 10px) min(3.8461538462vw, 15px);
  border-radius: min(3.8461538462vw, 15px);
  color: #fff;
  margin-right: min(2.5641025641vw, 10px);
}
#schedule .container dl > div dt.am {
  background: #0075C1;
}
#schedule .container dl > div dt.pm {
  background: #EA5506;
}
#schedule .container dl > div dt.entry {
  background: #CAF8F7;
  border: solid 1px #03918D;
  color: #07918D;
}
#schedule .container dl > div dt.lesson {
  background: #D5F29E;
  border: solid 1px #619108;
  color: #619107;
}
#schedule .container dl > div dd {
  font-size: min(3.3333333333vw, 13px);
  font-weight: 500;
}
#schedule .container dl div + div {
  margin-top: min(2.5641025641vw, 10px);
}
#schedule .container .schedule-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: min(3.5897435897vw, 14px);
}
#schedule .container .schedule-list .schedule-item {
  background: #FFFDD8;
  width: 47.5%;
  border-radius: min(3.8461538462vw, 15px);
  padding: min(2.5641025641vw, 10px);
  box-shadow: 5px 5px 0px 0px rgb(137, 137, 137);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 0.4s ease;
  display: none; /* 初期は非表示 */
}
#schedule .container .schedule-list .schedule-item.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
#schedule .container .schedule-list .schedule-item > div {
  font-size: min(10.2564102564vw, 40px);
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin-bottom: min(2.5641025641vw, 10px);
}
#schedule .container .schedule-list .schedule-item > div .day {
  font-size: min(10.2564102564vw, 40px);
  display: flex;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
#schedule .container .schedule-list .schedule-item > div .day span {
  font-size: min(6.4102564103vw, 25px);
}
#schedule .container .schedule-list .schedule-item > div .day .slash {
  margin-top: min(1.2820512821vw, 5px);
  font-weight: normal;
}
#schedule .container .schedule-list .schedule-item > div .week {
  margin-bottom: min(1.2820512821vw, 5px);
}
#schedule .container .schedule-list .schedule-item > div p {
  font-size: min(3.8461538462vw, 15px);
}
#schedule .container .schedule-list .schedule-item > ul li {
  font-size: min(2.8205128205vw, 11px);
  font-weight: bold;
  background: #000;
  padding: min(2.5641025641vw, 10px) min(1.2820512821vw, 5px);
  border-radius: min(3.8461538462vw, 15px);
  color: #fff;
  text-align: center;
}
#schedule .container .schedule-list .schedule-item > ul li.am {
  background: #0075C1;
}
#schedule .container .schedule-list .schedule-item > ul li.pm {
  background: #EA5506;
}
#schedule .container .schedule-list .schedule-item > ul li.entry {
  background: #CAF8F7;
  border: solid 1px #03918D;
  color: #07918D;
}
#schedule .container .schedule-list .schedule-item > ul li.lesson {
  background: #D5F29E;
  border: solid 1px #619108;
  color: #619107;
}
#schedule .container .schedule-list .schedule-item .time {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(2.0512820513vw, 8px);
}
#schedule .container .schedule-list .schedule-item .time > li {
  width: 48%;
}
#schedule .container .schedule-list .schedule-item .type li + li {
  margin-top: min(2.0512820513vw, 8px);
}
#schedule .container #load-more {
  background: no-repeat;
  border: none;
  text-align: center;
  display: block;
  margin: min(8.9743589744vw, 35px) auto 0;
  font-size: min(4.1025641026vw, 16px);
  font-weight: bold;
  position: relative;
  color: #000;
  width: 150px;
}
#schedule .container #load-more::before {
  position: absolute;
  content: "＋";
  display: block;
  width: min(3.0769230769vw, 12px);
  height: min(3.0769230769vw, 12px);
  background-color: #000;
  color: #fff;
  right: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: min(3.0769230769vw, 12px);
  padding: min(1.2820512821vw, 5px);
  transition: all 0.3s;
}

/*  schedule  */
#support {
  background-image: url(../img/opencampus/support_bg.jpg);
  background-size: min(5.1282051282vw, 20px);
}
#support .container {
  padding: min(8.9743589744vw, 35px) 0 min(11.5384615385vw, 45px);
  max-width: min(85.8974358974vw, 335px);
}
#support .container .ac-Box {
  margin-top: min(6.4102564103vw, 25px);
}
#support .container .ac-Box .accordion {
  background: linear-gradient(-120deg, #DDF6FD 10%, #FFFFFF 70%);
  border-radius: min(3.8461538462vw, 15px);
  overflow: hidden;
  padding: min(5.1282051282vw, 20px);
}
#support .container .ac-Box .accordion.ac-open {
  background: linear-gradient(-15deg, #DDF6FD 10%, #FFFFFF 50%);
}
#support .container .ac-Box .accordion.ac-open > .accordion-header::before {
  content: "ー";
  transform: translate(0, -50%) rotate(180deg);
}
#support .container .ac-Box .accordion .accordion-header {
  padding: 0;
  font-weight: bold;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  position: relative;
}
#support .container .ac-Box .accordion .accordion-header::before {
  position: absolute;
  content: "＋";
  display: block;
  width: min(3.8461538462vw, 15px);
  height: min(3.8461538462vw, 15px);
  background: transparent;
  color: #000;
  right: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate(0, -50%);
  line-height: 1;
  font-size: min(3.8461538462vw, 15px);
  padding: min(1.2820512821vw, 5px);
  transition: all 0.3s;
}
#support .container .ac-Box .accordion .accordion-header .ac-title {
  font-size: min(4.1025641026vw, 16px);
}
#support .container .ac-Box .accordion .accordion-header .ac-title span {
  font-size: 0.7em;
  display: block;
}
#support .container .ac-Box .accordion .accordion-content {
  transform: translate(0, 0);
  border: none;
  padding: min(3.8461538462vw, 15px) 0;
  margin-top: min(3.8461538462vw, 15px);
  border-top: dashed 1px #707070;
  border-radius: 0;
  font-size: min(3.5897435897vw, 14px);
  line-height: 1.5;
}
#support .container .ac-Box .accordion .accordion-content .red {
  color: #FF0000;
}
#support .container .ac-Box .accordion .accordion-content .bold {
  font-weight: bold;
}
#support .container .ac-Box .accordion .accordion-content p + p {
  margin-top: min(2.5641025641vw, 10px);
}
#support .container .ac-Box .accordion .accordion-content > ul {
  margin: min(2.5641025641vw, 10px) auto;
}
#support .container .ac-Box .accordion .accordion-content ul + p {
  margin-top: min(2.5641025641vw, 10px);
}
#support .container .ac-Box .accordion .accordion-content img {
  height: auto;
  margin: min(2.5641025641vw, 10px) auto;
}
#support .container .ac-Box .accordion .accordion-content .btn {
  color: #000000;
  display: block;
  width: 100%;
  padding: min(2.5641025641vw, 10px) min(10.2564102564vw, 40px) min(2.5641025641vw, 10px) min(6.4102564103vw, 25px);
  background-color: #ffffff;
  border-radius: min(9.7435897436vw, 38px);
  text-align: left;
  border: solid 1px #000;
  font-size: min(3.5897435897vw, 14px);
  position: relative;
}
#support .container .ac-Box .accordion .accordion-content .btn:after {
  content: "";
  display: inline-block;
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-image: url(../img/opencampus/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: min(3.8461538462vw, 15px);
  top: 50%;
  transform: translate(0, -50%);
}
#support .container .ac-Box .accordion .accordion-content .note {
  font-size: 0.8em;
  margin-top: 5px;
}
#support .container .ac-Box .accordion .accordion-content p.note {
  padding-left: 1em;
  text-indent: -1em;
}
#support .container .ac-Box .accordion .accordion-content dl div dt {
  font-weight: bold;
}
#support .container .ac-Box .accordion .accordion-content dl div dd > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#support .container .ac-Box .accordion .accordion-content dl div + div {
  margin-top: 15px;
}
#support .container .ac-Box .accordion + .accordion {
  margin-top: min(3.8461538462vw, 15px);
}

/* support */
#link_area .oc-link {
  background-image: url(../img/opencampus/oc-link_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#link_area .oc-link .container h2 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: min(6.9230769231vw, 27px);
  margin-bottom: min(7.6923076923vw, 30px);
  font-family: "c-logo";
  font-weight: normal;
}
#link_area .oc-link .container > a {
  width: 100%;
  min-height: min(28.7179487179vw, 112px);
  padding: min(2.5641025641vw, 10px) min(10.2564102564vw, 40px) min(2.5641025641vw, 10px) min(6.4102564103vw, 25px);
  border-radius: min(9.7435897436vw, 38px);
  border: solid 1px #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(4.6153846154vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  flex-direction: column;
  background: linear-gradient(-20deg, #00CCE6 -20%, #3386F0 70%);
}
#link_area .oc-link .container > a:last-child {
  background: linear-gradient(-20deg, #2FAF00 -20%, #21F251 70%);
}
#link_area .oc-link .container > a:after {
  content: "";
  display: inline-block;
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-image: url(../img/opencampus/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: min(3.8461538462vw, 15px);
  top: 50%;
  transform: translate(0, -50%);
}
#link_area .oc-link .container > a span {
  font-size: min(3.5897435897vw, 14px);
  text-align: center;
}
#link_area .oc-link .container a + a {
  margin-top: min(2.5641025641vw, 10px);
}
#link_area .other-oc-link {
  background: #3900B9;
}
#link_area .other-oc-link .container h2 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: min(6.9230769231vw, 27px);
  margin-bottom: min(7.6923076923vw, 30px);
  font-family: "c-logo";
  font-weight: normal;
}
#link_area .other-oc-link .container a {
  display: block;
}
#link_area .other-oc-link .container a + a {
  margin-top: min(2.5641025641vw, 10px);
}

#contact {
  background-image: url(../img/front-page/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #contact {
    background-image: url(../img/front-page/contact_bg_pc.jpg);
  }
}
#contact .container {
  padding: 70px 0 110px;
}
@media (min-width: 768px) {
  #contact .container {
    padding: 100px 0 110px;
    max-width: 1000px;
  }
}
#contact .container h2 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "c-logo";
  font-weight: normal;
}
@media (min-width: 768px) {
  #contact .container h2 {
    font-size: clamp(45px, 4.1666666667vw, 50px);
  }
}
#contact .container .contact-list {
  margin: 45px auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #contact .container .contact-list {
    margin: 100px auto 0;
    justify-content: space-between;
    flex-direction: row;
  }
}
#contact .container .contact-list li {
  max-width: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  #contact .container .contact-list li {
    width: 32%;
  }
}
#contact .container .contact-list li a {
  display: block;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 18px;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #contact .container .contact-list li a:hover {
    background: #4540a8;
  }
}
@media (min-width: 768px) {
  #contact .container .contact-list li a {
    font-size: clamp(16px, 2.0833333333vw, 25px);
    padding: 30px 0;
  }
}
#contact .container .contact-list li a:after {
  content: "";
  display: inline;
  width: 20px;
  height: 20px;
  background-image: url(../img/front-page/btn_arrow.svg);
  filter: invert(100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
#contact .container .contact-list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #contact .container .contact-list li + li {
    margin-top: 0;
  }
}

/* #contact */