@charset "UTF-8";
/*--------- header ----------*/
header {
  width: 100%;
  height: 100px;
  background-color: blue;
  position: fixed;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  header {
    height: 80px;
  }
}

#oc202509 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  /*--------- mv ----------*/
  /*--------- program ----------*/
  /*--------- how ----------*/
  /*--------- links ----------*/
  /*--------- contact ----------*/
}
@media screen and (max-width: 500px) {
  #oc202509 {
    font-size: 16px;
  }
}
#oc202509 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#oc202509 a {
  text-decoration: none;
}
#oc202509 li {
  list-style: none;
}
#oc202509 .wrapper {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  #oc202509 .wrapper {
    width: 90%;
  }
}
#oc202509 .mv {
  background-image: url(../img/mv-bg.png);
  background-size: cover;
  padding: 150px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  #oc202509 .mv {
    padding-top: 50px;
    padding-bottom: 150px;
  }
}
#oc202509 .mv h1 img {
  width: 100%;
}
#oc202509 .mv .finish-message {
  color: white;
  background-color: #46c9f2;
  padding: 10px;
  display: inline-block;
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  #oc202509 .mv .finish-message {
  margin-top: 50px;
  }
}
#oc202509 .mv .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
}
@media screen and (max-width: 500px) {
  #oc202509 .mv .flex {
  bottom: -350px;
  }
}
#oc202509 .mv .flex .illust {
  width: 300px;
}
@media screen and (max-width: 500px) {
  oc202509 .mv .flex .illust {
    width: 350px;
  }
}

#oc202509 .mv .flex .info {
  margin-top: 20px;
}
#oc202509 .mv .flex .info img {
  width: 300px;
}
#oc202509 .mv .flex .info p {
  background-color: white;
  color: #46c9f2;
  font-size: 16px;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
  position: relative;
  /* 吹き出し三角 */
}
#oc202509 .mv .flex .info p::before {
  content: "";
  position: absolute;
  border-bottom: 20px solid white;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}
@media screen and (max-width: 1000px) {
  #oc202509 .mv h1 {
    width: 100%;
  }
  #oc202509 .mv .flex {
    bottom: -300px;
  }
  #oc202509 .mv .flex .illust {
    width: 30%;
  }
  #oc202509 .mv .flex .info {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #oc202509 .mv h1 {
    width: 100%;
  }
  #oc202509 .mv .flex {
    justify-content: center;
  }
  #oc202509 .mv .flex .illust {
    display: none;
  }
}


/* program */
#oc202509 .program {
  background-image: url(../img/bg-orange.png);
  background-size: cover;
  padding: 500px 0 100px;
}
@media screen and (max-width: 500px) {
  #oc202509 .program {
    padding: 350px 0 100px;
  }
}
#oc202509 .program h2 {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
#oc202509 .program .table {
  text-align: center;
  border: solid 1px #46c9f2;
  box-shadow: 5px 5px 10px #dab381;
  font-family: "Mochiy Pop One", sans-serif;
}
#oc202509 .program .table ul {
  display: flex;
}
#oc202509 .program .table ul li {
  width: 25%;
  padding: 10px;
  background-color: #46c9f2;
  border-right: solid 1px white;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}
#oc202509 .program .table ul li:last-child {
  border-right: none;
}
#oc202509 .program .table .flex {
  display: flex;
}
#oc202509 .program .table .flex p {
  width: 25%;
}
#oc202509 .program .table .flex2 {
  display: flex;
}
#oc202509 .program .table .flex2 p {
  width: 50%;
}

#oc202509 .program .table p {
  border: solid 1px #46c9f2;
  background-color: #e5f9ff;
  color: #46c9f2;
  font-size: 24px;
  padding: 20px;
}
#oc202509 .program .table p.blank {
  background-color: white;
}
#oc202509 .program .table p br {
  display: none;
}
#oc202509 .program .table p.white {
  background-color: white;
}
#oc202509 .program .bg-white {
  background-color: white;
  box-shadow: 5px 5px 10px #e1a47b;
  padding: 30px 80px;
  margin-top: 60px;
  position: relative;
}
#oc202509 .program .bg-white::before, #oc202509 .program .bg-white::after {
  content: "●";
  font-size: 24px;
  color: #fce4bb;
  position: absolute;
  top: 20px;
}
#oc202509 .program .bg-white::before {
  left: 30px;
}
#oc202509 .program .bg-white::after {
  right: 30px;
}
#oc202509 .program .bg-white h3 {
  font-family: "Mochiy Pop One", sans-serif;
  color: #46c9f2;
  font-size: 36px;
  margin-bottom: 20px;
}
#oc202509 .program .bg-white .flex {
  display: flex;
  padding: 50px 0;
}
#oc202509 .program .bg-white .flex .program1 {
  width: 60%;
}
#oc202509 .program .bg-white .flex .teacher {
  width: 40%;
  text-align: center;
  font-size: 14px;
}
#oc202509 .program .bg-white .flex .teacher img {
  width: 150px;
  margin-bottom: 10px;
}
#oc202509 .program .bg-white .flex .program2 {
  width: 50%;
  border-right: solid 2px #fce4bb;
  padding-right: 50px;
}
#oc202509 .program .bg-white .flex .program3 {
  width: 50%;
  padding-left: 50px;
}
#oc202509 .program .bg-white .flex  span {
  color: #000;
  font-size: 24px;
  font-weight: lighter;
}
#oc202509 .program .bg-white .program4 {
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  #oc202509 .program .bg-white .flex {
    flex-direction: column;
    padding: 30px 0;
  }
  #oc202509 .program .bg-white .flex .program1 {
    width: 100%;
    margin-bottom: 20px;
  }
  #oc202509 .program .bg-white .flex .teacher {
    width: 100%;
  }
  #oc202509 .program .bg-white .flex .program2 {
    width: 100%;
    border-right: none;
    border-bottom: solid 2px #f1ccd0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  #oc202509 .program .bg-white .flex .program3 {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #oc202509 .program .bg-white .program4 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  #oc202509 .program h2 {
    width: 100%;
  }
  #oc202509 .program .table ul li {
    font-size: 12px;
  }
  #oc202509 .program .table p {
    font-size: 14px;
    padding: 10px;
  }
  #oc202509 .program .table p br {
    display: block;
  }
  #oc202509 .program .bg-white {
    padding: 20px 30px;
  }
  #oc202509 .program .bg-white::before, #oc202509 .program .bg-white::after {
    font-size: 18px;
    top: 10px;
  }
  #oc202509 .program .bg-white::before {
    left: 15px;
  }
  #oc202509 .program .bg-white::after {
    right: 15px;
  }
  #oc202509 .program .bg-white h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #oc202509 .program .bg-white .flex .teacher img {
    width: 100px;
  }
}


/* how */
#oc202509 .how .title {
  background-color: #46c9f2;
  padding: 20px;
  text-align: center;
  color: white;
}
#oc202509 .how .title h2 {
  font-size: 48px;
}
#oc202509 .how .flex {
  display: flex;
}
#oc202509 .how .flex .left, #oc202509 .how .flex .right {
  width: 50%;
  padding: 50px 60px 80px;
}
#oc202509 .how .flex .left {
  background-color: #d9f4ff;
}
#oc202509 .how .flex .right {
  background-color: #effaff;
}
#oc202509 .how .flex .intro {
  text-align: center;
}
#oc202509 .how .flex .intro h3 {
  color: #46c9f2;
  font-size: 36px;
}
#oc202509 .how .flex .intro h3 span {
  font-size: 48px;
}
#oc202509 .how .flex .intro p {
  margin: 10px;
}
#oc202509 .how .flex .intro .time {
  background-color: #fff500;
  border: solid 4px #46c9f2;
  color: #46c9f2;
  display: inline;
  padding: 10px 20px 5px;
  letter-spacing: 2px;
}
#oc202509 .how .flex .intro .time span {
  font-size: 30px;
}
#oc202509 .how .flex h4 {
  background-color: white;
  color: #46c9f2;
  font-size: 24px;
  padding: 10px 20px;
  margin-top: 50px;
}
#oc202509 .how .flex .time {
  height: 200px;
}
#oc202509 .how .flex .time dl {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
}
#oc202509 .how .flex .time dl dt {
  width: 15%;
  margin-bottom: 20px;
}
#oc202509 .how .flex .time dl dd {
  width: 75%;
  margin-bottom: 20px;
}
#oc202509 .how .flex .reserve {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
#oc202509 .how .flex .reserve li {
  list-style: disc;
  margin: 20px;
  width: 300px;
}
#oc202509 .how .flex .reserve .app {
  border: dashed 2px #46c9f2;
  color: #46c9f2;
  padding: 20px;
  display: inline-block;
}
#oc202509 .how .flex .reserve .app .flex-img {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
#oc202509 .how .flex .reserve .app .flex-img img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#oc202509 .how .flex .reserve .screenshot {
  width: 30%;
}
#oc202509 .how .flex .access {
  padding: 20px;
}
#oc202509 .how .flex .access p {
  margin-bottom: 30px;
}
#oc202509 .how .flex .access a {
  padding: 15px 50px;
  background-color: #46c9f2;
  color: white;
  border-radius: 30px;
}
#oc202509 .how .flex .access a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  #oc202509 .how .flex {
    flex-direction: column;
  }
  #oc202509 .how .flex .left, #oc202509 .how .flex .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #oc202509 .how .flex .left, #oc202509 .how .flex .right {
    padding: 50px 20px 80px;
  }
  #oc202509 .how .flex .time {
    height: auto;
  }
  #oc202509 .how .flex .time dl dt {
    width: 30%;
  }
  #oc202509 .how .flex .time dl dd {
    width: 70%;
  }
  #oc202509 .how .flex .reserve {
    flex-direction: column;
  }
  #oc202509 .how .flex .reserve .screenshot {
    width: 80%;
    margin-left: 15%;
    margin-top: 20px;
  }
}
#oc202509 .links {
  padding: 80px 0;
}
#oc202509 .links .title {
  text-align: center;
  margin-bottom: 10px;
}
#oc202509 .links .title h2 {
  color: #0f5de2;
  font-size: 36px;
  font-weight: bold;
}
#oc202509 .links ul {
  background-color: #f8f7f7;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#oc202509 .links ul li {
  width: 30%;
  padding: 10px 20px;
  border-top: solid 2px #46c9f2;
  border-bottom: solid 2px #46c9f2;
  margin-top: -2px;
}
#oc202509 .links ul li a {
  display: block;
  color: black;
  font-size: 16px;
  position: relative;
}
#oc202509 .links ul li a::after {
  content: "＞";
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1000px) {
  #oc202509 .links ul li {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  #oc202509 .links ul {
    padding: 30px;
  }
  #oc202509 .links ul li {
    width: 100%;
  }
}
#oc202509 .contact {
  text-align: center;
  padding: 80px 0;
}
#oc202509 .contact h2 {
  color: #0f5de2;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
#oc202509 .contact .bg-gray {
  background-color: #f8f7f7;
  padding: 50px;
  position: relative;
}
#oc202509 .contact .bg-gray .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#oc202509 .contact .bg-gray .flex span {
  color: white;
  background-color: #0f5de2;
  padding: 12px;
}
#oc202509 .contact .bg-gray .flex p {
  font-size: 48px;
  color: #0f5de2;
}
#oc202509 .contact .bg-gray .time {
  font-size: 24px;
  margin-bottom: 10px;
}
#oc202509 .contact .bg-gray img {
  width: 250px;
  position: absolute;
  top: -30px;
  right: -30px;
}
@media screen and (max-width: 1000px) {
  #oc202509 .contact .bg-gray {
    padding: 50px 200px 50px 0;
  }
  #oc202509 .contact .bg-gray .flex {
    flex-direction: column;
  }
  #oc202509 .contact .bg-gray img {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 500px) {
  #oc202509 .contact {
    padding: 0 0 80px;
  }
  #oc202509 .contact .bg-gray {
    padding: 30px;
  }
  #oc202509 .contact .bg-gray .flex p {
    font-size: 36px;
  }
  #oc202509 .contact .bg-gray .time {
    font-size: 18px;
  }
  #oc202509 .contact .bg-gray img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */