@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
.pcT {
  display: table !important;
}
@media screen and (max-width: 830px) {
  .pcT {
    display: none !important;
  }
}

.pcB {
  display: block !important;
}
@media screen and (max-width: 830px) {
  .pcB {
    display: none !important;
  }
}

.spB {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spB {
    display: block !important;
  }
}

.pcIB {
  display: inline-block !important;
}
@media screen and (max-width: 830px) {
  .pcIB {
    display: none !important;
  }
}

.spIB {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spIB {
    display: inline-block !important;
  }
}

.pcF {
  display: flex !important;
}
@media screen and (max-width: 830px) {
  .pcF {
    display: none !important;
  }
}

.spF {
  display: none !important;
}
@media screen and (max-width: 830px) {
  .spF {
    display: flex !important;
  }
}

.wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.img-wrap {
  width: fit-content;
}
.img-wrap img {
  width: 100%;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
html *,
html ::before,
html ::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}
html body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
html body main {
  display: block;
}
html body p,
html body table,
html body blockquote,
html body address,
html body pre,
html body iframe,
html body form,
html body figure,
html body dl {
  margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
html body ul,
html body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html body dt {
  font-weight: bold;
}
html body dd {
  margin-left: 0;
}
html body hr {
  clear: both;
  height: 0;
  overflow: visible;
  margin: 0;
  border-top-width: 1px;
  color: inherit;
  box-sizing: content-box;
}
html body address {
  font-style: inherit;
}
html body a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
html body b,
html body strong {
  font-weight: bolder;
}
html body small {
  font-size: 100%;
}
html body sub,
html body sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 75%;
}
html body sub {
  bottom: -0.25em;
}
html body sup {
  top: -0.5em;
}
html body svg,
html body img,
html body embed,
html body object,
html body iframe {
  vertical-align: bottom;
}
html body button,
html body input,
html body optgroup,
html body select,
html body textarea {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
}
html body [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
html body [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
html body button,
html body [type=button],
html body [type=reset],
html body [type=submit] {
  cursor: pointer;
}
html body button:disabled,
html body [type=button]:disabled,
html body [type=reset]:disabled,
html body [type=submit]:disabled {
  cursor: default;
}
html body :-moz-focusring {
  outline: auto;
}
html body select:disabled {
  opacity: inherit;
}
html body option {
  padding: 0;
}
html body fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
html body progress {
  vertical-align: baseline;
}
html body textarea {
  overflow: auto;
}
html body [type=number]::-webkit-inner-spin-button,
html body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html body [type=search] {
  outline-offset: -2px;
}
html body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html body ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html body label[for] {
  cursor: pointer;
}
html body details {
  display: block;
}
html body summary {
  display: list-item;
}
html body [contenteditable]:focus {
  outline: auto;
}
html body table {
  border-color: inherit;
  border-collapse: collapse;
}
html body caption {
  text-align: left;
}
html body td,
html body th {
  vertical-align: top;
  padding: 0;
}
html body th {
  font-weight: bold;
  text-align: left;
}

html {
  overflow-x: hidden !important;
}
html body {
  background: #fafafa;
}
html body .main {
  margin-top: 64px;
  position: relative;
}
@media screen and (max-width: 830px) {
  html body .main {
    margin-top: 77.39px;
  }
}
html body .main p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html body .main p {
    font-size: 14px;
  }
}
html body .main:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 2500px;
  right: 0;
  width: 39vw;
  height: auto;
  aspect-ratio: 986/1332;
  background: url(/kuis/admissions/common/img/bg-kanda@2x.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  html body .main:before {
    width: 60vw;
    top: 1200px;
    right: 0;
  }
}
html body .main:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 1200px;
  left: 0;
  width: 378px;
  height: 575px;
  background: url(/kuis/admissions/opencampus/img/bg_earth.png) no-repeat right/contain;
}
@media screen and (max-width: 768px) {
  html body .main:after {
    width: 189px;
    height: 288px;
  }
}
html body .main .hero {
  background: url(/kuis/admissions/opencampus/img/kv.jpg) no-repeat center/cover;
}
html body .main .hero__inner .hero-box {
  max-width: 600px;
  height: 200px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .hero__inner .hero-box {
    height: 160px;
    padding: 20px 5%;
  }
}
html body .main .hero__inner h1 {
  font-size: 64px;
  letter-spacing: 0.08em;
  color: #f16246;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  html body .main .hero__inner h1 {
    font-size: 30px;
  }
}
html body .main .hero__inner p {
  color: #000;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  html body .main .hero__inner p {
    font-size: 15px;
  }
}
html body .main section.schedule {
  max-width: 1100px;
  margin: 60px auto 0;
  width: 90%;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule {
    width: 100%;
    margin-top: 30px;
  }
}
html body .main section.schedule img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
  border-radius: 10px;
}
html body .main section.schedule img img {
  border-radius: 10px;
}
html body .main section.schedule > h2 {
  color: #3f3f3f;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule > h2 {
    padding: 0 5%;
    display: block;
    font-size: 15px;
  }
}
html body .main section.schedule > h2 span {
  font-family: "Poppins", sans-serif;
  display: block;
  margin-right: 15px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  html body .main section.schedule > h2 span {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
html body .main section.schedule .swiper {
  overflow: initial;
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule .swiper {
    width: 100%;
    top: 55px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule .swiper-slide {
    width: 60% !important;
  }
}
html body .main section.schedule .swiper-slide.none {
  background: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule .swiper-slide.none {
    display: none;
  }
  html body .main section.schedule .swiper-slide.none:last-child {
    display: block;
  }
}
html body .main section.schedule ul.btn-list {
  max-width: 880px;
  margin: 40px auto 0;
  gap: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  html body .main section.schedule ul.btn-list {
    display: block;
    margin-top: 30px;
  }
}
html body .main section.schedule ul.btn-list li {
  width: calc((100% - 40px) / 2);
  height: 80px;
}
@media screen and (max-width: 900px) {
  html body .main section.schedule ul.btn-list li {
    width: 100%;
    height: 60px;
  }
}
html body .main section.schedule ul.btn-list li:first-child a span {
  color: #ff3838;
}
html body .main section.schedule ul.btn-list li:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.btn-list li:first-child a:after {
    right: 27px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 900px) {
  html body .main section.schedule ul.btn-list li:last-child {
    margin-top: 20px;
  }
}
html body .main section.schedule ul.btn-list li:last-child a span {
  color: #388cff;
}
html body .main section.schedule ul.btn-list li:last-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url(/kuis/admissions/opencampus/img/icn_blank2_w.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.btn-list li:last-child a:after {
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
html body .main section.schedule ul.btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border: 1px solid #000;
  transition: opacity 0.3s;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.btn-list li a {
    font-size: 16px;
  }
}
html body .main section.schedule ul.btn-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 36px;
  height: 36px;
  background-color: #000;
  z-index: 0;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.btn-list li a:before {
    width: 25px;
    height: 25px;
  }
}
html body .main section.schedule ul.btn-list li a span {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.btn-list li a span {
    font-size: 18px;
  }
}
@media (hover) {
  html body .main section.schedule ul.btn-list li a:hover {
    opacity: 0.6;
  }
}
html body .main section.schedule ul.schedule-tab {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab {
    padding-left: 5%;
  }
}
html body .main section.schedule ul.schedule-tab li {
  width: 280px;
  height: 100px;
  margin: 0 20px 0 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.3s;
  position: relative;
  cursor: pointer;
}
@media (hover) {
  html body .main section.schedule ul.schedule-tab li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li {
    width: 160px;
    height: 70px;
    margin-right: 10px;
  }
}
html body .main section.schedule ul.schedule-tab li p.date {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li p.date {
    font-size: 14px;
  }
}
html body .main section.schedule ul.schedule-tab li p.date span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li p.date span {
    font-size: 20px;
  }
}
html body .main section.schedule ul.schedule-tab li p.txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li p.txt {
    font-size: 13px;
    line-height: 1.3;
  }
}
html body .main section.schedule ul.schedule-tab li.orange {
  border: 2px solid #f16246;
}
html body .main section.schedule ul.schedule-tab li.orange p {
  color: #f16246;
}
html body .main section.schedule ul.schedule-tab li.green {
  border: 2px solid #63bf44;
}
html body .main section.schedule ul.schedule-tab li.green p {
  color: #63bf44;
}
html body .main section.schedule ul.schedule-tab li.blue {
  border: 2px solid #24c7cd;
}
html body .main section.schedule ul.schedule-tab li.blue p {
  color: #24c7cd;
}
@media (hover) {
  html body .main section.schedule ul.schedule-tab li.current:hover {
    transition: none;
    opacity: 1;
  }
}
html body .main section.schedule ul.schedule-tab li.current p.date {
  color: #fff;
}
html body .main section.schedule ul.schedule-tab li.current p.txt {
  color: #fff;
}
html body .main section.schedule ul.schedule-tab li.current.orange {
  background: #f16246;
}
html body .main section.schedule ul.schedule-tab li.current.green {
  background: #63bf44;
}
html body .main section.schedule ul.schedule-tab li.current.blue {
  background: #24c7cd;
}
html body .main section.schedule ul.schedule-tab li.none {
  border: none !important;
  background-color: none !important;
}
html body .main section.schedule ul.schedule-tab li.btn-init {
  width: 220px;
  background-color: #fff;
  padding: 2px;
  border: 2px solid #f16246;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li.btn-init {
    width: 180px;
    /*¥¹¥Þ¥Û¤À¤±¥¹¥é¥¤¥É¤ÎˆöºÏ±íÊ¾*/
    display: block;
  }
}
html body .main section.schedule ul.schedule-tab li.btn-init .wrap {
  width: 100%;
  height: 100%;
  border: 1px solid #f16246;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .main section.schedule ul.schedule-tab li.btn-init .wrap p {
  width: 220px;
  color: #f16246;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li.btn-init .wrap p {
    font-size: 20px;
  }
}
html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .icn {
  position: relative;
  padding-left: 38px;
}
html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .icn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #f16246;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .icn:before {
    top: 0;
  }
}
html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .icn:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #f16246;
  border-right: 2px solid #f16246;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .icn:after {
    top: 10px;
  }
}
html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .small {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-tab li.btn-init .wrap p .small {
    font-size: 16px;
  }
}
html body .main section.schedule ul.schedule-contents {
  margin-top: 45px;
  padding: 50px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents {
    margin-top: 25px;
    padding: 30px 5%;
  }
}
html body .main section.schedule ul.schedule-contents > li {
  display: none;
}
html body .main section.schedule ul.schedule-contents > li:first-child {
  display: block;
}
html body .main section.schedule ul.schedule-contents > li.orange .top-ttl {
  background-color: #f16246;
}
html body .main section.schedule ul.schedule-contents > li.orange .bg-area > h3 {
  border-color: #f16246 !important;
}
html body .main section.schedule ul.schedule-contents > li.green .top-ttl {
  background-color: #63bf44;
}
html body .main section.schedule ul.schedule-contents > li.green .bg-area > h3 {
  border-color: #63bf44 !important;
}
html body .main section.schedule ul.schedule-contents > li.blue .top-ttl {
  background-color: #24c7cd;
}
html body .main section.schedule ul.schedule-contents > li.blue .bg-area > h3 {
  border-color: #24c7cd !important;
}
html body .main section.schedule ul.schedule-contents > li .box {
  border-radius: 10px 10px 0 0;
  background-color: #fff;
}
html body .main section.schedule ul.schedule-contents > li .box .top-ttl {
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl {
    padding: 10px 15px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl {
    padding: 10px 10px 10px 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .top-ttl .date {
  font-size: 16px;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl .date {
    font-size: 16px;
    padding-left: 15px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .top-ttl .date span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl .date span {
    font-size: 20px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .top-ttl .title {
  font-weight: bold;
  font-size: 21px;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl .title {
    padding-left: 15px;
    font-size: 16px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .top-ttl .contents {
  font-size: 16px;
  width: 100%;
  margin-top: 5px;
  padding-left: 15px;
}
@media screen and (max-width: 1000px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl .contents {
    width: 100%;
    padding: 5px 20px 0;
    margin-left: 0;
    border: none;
    font-size: 15px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .top-ttl .contents span {
  font-size: 14px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .top-ttl .contents span {
    font-size: 13px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box p.time {
  color: #434343;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box p.time {
    font-size: 18px;
    padding: 20px 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .img-main {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .img-main {
    padding: 0 5%;
  }
}
html body .main section.schedule ul.schedule-contents > li .box p.lead {
  line-height: 2;
  margin-top: 20px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box p.lead {
    margin-top: 15px;
    padding: 0 5%;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box p.lead.sp0 {
    padding: 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.recommend-list {
  margin: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box ul.recommend-list {
    margin-bottom: 40px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.recommend-list li {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box ul.recommend-list li {
    font-size: 14px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.recommend-list li:last-child {
  margin-bottom: 0;
}
html body .main section.schedule ul.schedule-contents > li .box .lesson-area ul.btn-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .lesson-area ul.btn-list li a:after {
    right: 27px;
    width: 12px;
    height: 12px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher {
    flex-direction: column;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li {
    width: 100%;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li a {
  transition: opacity 0.3s;
}
@media (hover) {
  html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li .img {
    max-width: 400px;
    margin: 0 auto;
  }
}
html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li:first-child .img {
  position: relative;
}
html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li:first-child .img:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  background-image: url(/kuis/admissions/opencampus/img/icon-tri-arrow-01.svg);
  background-repeat: no-repeat;
  background-size: 42px 42px;
}
html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li p {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box ul.foreign-language-teacher li p {
    font-size: 15px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .parents-area > p {
  margin-top: 20px;
  line-height: 2;
}
html body .main section.schedule ul.schedule-contents > li .box .btn-pdf {
  margin-top: 40px;
  border-top: 1px solid #000;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn-pdf {
    margin-top: 30px;
    padding-top: 30px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #000;
  transition: opacity 0.3s;
  position: relative;
  margin: 0 auto;
}
@media (hover) {
  html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a:hover {
    opacity: 0.6;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a span {
  background: url(/kuis/admissions/common/img/pdf-white.png) no-repeat left top 50%/26px;
  padding: 3px 30px 3px 40px;
  line-height: 1.5;
}
html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a span br.sp1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a span br.sp1000 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a span br.sp1000 {
    display: none;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
html body .main section.schedule ul.schedule-contents > li .box .btn-pdf a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  z-index: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html body .main section.schedule ul.schedule-contents > li .box .main-detail-area h4 {
  font-weight: bold;
  margin: 30px 0 10px;
  font-size: 18px;
  line-height: 2;
}
html body .main section.schedule ul.schedule-contents > li .box .main-detail-area ul.program-list li {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .main-detail-area ul.program-list li {
    font-size: 14px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .main-detail-area ul.program-list li:last-child {
  margin-bottom: 0;
}
html body .main section.schedule ul.schedule-contents > li .box .oc-info-area h4 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .oc-info-area h4 {
    margin-top: 20px;
    font-size: 16px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .oc-info-area p {
  line-height: 1.7;
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .oc-info-area p {
    margin-top: 20px;
    font-size: 15px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .oc-info-area .btn {
  width: 500px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .oc-info-area .btn {
    width: 90%;
  }
  html body .main section.schedule ul.schedule-contents > li .box .oc-info-area .btn span {
    background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat left top 13px/20px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .main-program-area > p {
  margin-top: 20px;
  line-height: 2;
}
html body .main section.schedule ul.schedule-contents > li .box .main-program-area ul.program-list {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .main-program-area ul.program-list {
    margin: 20px 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .main-program-area ul.program-list li {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .main-program-area ul.program-list li {
    font-size: 14px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .main-program-area ul.program-list li:last-child {
  margin-bottom: 0;
}
html body .main section.schedule ul.schedule-contents > li .box .watch {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .watch {
    margin-bottom: 30px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .watch .img {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .watch .img {
    margin: 20px auto;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn {
  margin: 40px auto 0;
  width: 450px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn {
    margin-top: 30px;
    width: 90%;
    height: 60px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  background-image: linear-gradient(270deg, rgb(239, 50, 161) 0%, rgb(247, 44, 103) 51%, rgb(255, 37, 45) 100%);
  transition: opacity 0.3s;
  position: relative;
}
@media (hover) {
  html body .main section.schedule ul.schedule-contents > li .box .btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn a {
    font-size: 16px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn a span {
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat left top 3px/20px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn a span {
    padding: 3px 0 3px 30px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
html body .main section.schedule ul.schedule-contents > li .box .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  z-index: 0;
  border-right: 2px solid #ef329f;
  border-bottom: 2px solid #ef329f;
  transform: translateY(-50%) rotate(-45deg);
}
html body .main section.schedule ul.schedule-contents > li .box .btn2 {
  width: 400px;
  height: 70px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn2 {
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  background-color: #000;
  transition: opacity 0.3s;
  position: relative;
}
@media (hover) {
  html body .main section.schedule ul.schedule-contents > li .box .btn2 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .btn2 a {
    font-size: 14px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .btn2 a span {
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat left top 50%/20px;
  padding: 3px 30px 3px 30px;
  line-height: 1.5;
}
html body .main section.schedule ul.schedule-contents > li .box .btn2 a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
html body .main section.schedule ul.schedule-contents > li .box .btn2 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  z-index: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html body .main section.schedule ul.schedule-contents > li .box p.note {
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box p.note {
    font-size: 12px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box p.note2 {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box p.note2 {
    font-size: 14px;
    line-height: 1.7;
  }
}
html body .main section.schedule ul.schedule-contents > li .box h3.video-ttl {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box h3.video-ttl {
    margin-top: 7px;
    font-size: 16px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
}
html body .main section.schedule ul.schedule-contents > li .box .bnr {
  margin: 50px auto 0;
  text-align: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bnr {
    margin-top: 40px;
    padding: 0 5%;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bnr img {
  border-radius: 0 !important;
}
html body .main section.schedule ul.schedule-contents > li .box .bnr a {
  transition: opacity 0.3s;
}
@media (hover) {
  html body .main section.schedule ul.schedule-contents > li .box .bnr a:hover {
    opacity: 0.8;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area {
  margin-top: 60px;
  background: url(/kuis/admissions/opencampus/img/bg_schedule.gif) repeat left top;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bg-area {
    margin-top: 40px;
    padding: 30px 5%;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bg-area > h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area > h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area > h3.second {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bg-area > h3.second {
    margin-top: 40px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list {
    display: block;
    margin-bottom: 40px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li {
    width: 100%;
    margin-bottom: 40px;
  }
  html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li:last-child {
    margin-bottom: 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li:has(.category) h4 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li:has(.category) h4 {
    margin-top: 7px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li .ttl-box .category {
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #3f3f3f;
  display: inline-block;
  padding: 3px 5px;
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li .ttl-box h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li .img {
  margin-top: 10px;
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li .img img {
  aspect-ratio: 445/249;
}
html body .main section.schedule ul.schedule-contents > li .box .bg-area ul.contents-list li > p {
  margin-top: 10px;
  line-height: 1.5;
}
html body .main section.schedule ul.schedule-contents > li .box .howto {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto {
    padding: 30px 5%;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto h2 {
    font-size: 20px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.note {
  margin-top: 20px;
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.note li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.note li:last-child {
    margin-bottom: 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.note li .red {
  color: #ff0000;
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.note2 {
  margin-top: 20px;
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.note2 li {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.note2 li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.note2 li:last-child {
    margin-bottom: 0;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.note2 li .red {
  color: #ff0000;
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list {
  max-width: 880px;
  margin: 40px auto 0;
  gap: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list {
    display: block;
    margin-top: 30px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li {
  width: calc((100% - 40px) / 2);
  height: 80px;
}
@media screen and (max-width: 900px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li {
    width: 100%;
    height: 60px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:first-child a span {
  color: #ff3838;
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:first-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:first-child a:after {
    right: 27px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 900px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:last-child {
    margin-top: 20px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:last-child a span {
  color: #388cff;
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:last-child a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: url(/kuis/admissions/opencampus/img/icn_blank2_w.svg) no-repeat center;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li:last-child a:after {
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border: 1px solid #000;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a {
    font-size: 16px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 36px;
  height: 36px;
  background-color: #000;
  z-index: 0;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a:before {
    width: 25px;
    height: 25px;
  }
}
html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a span {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a span {
    font-size: 18px;
  }
}
@media (hover) {
  html body .main section.schedule ul.schedule-contents > li .box .howto ul.btn-list li a:hover {
    opacity: 0.6;
  }
}
html body .main .txt-area {
  max-width: 1100px;
  margin: 100px auto 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area {
    margin-top: 60px;
  }
}
html body .main .txt-area > h2 {
  color: #3f3f3f;
  border-bottom: 1px solid #cccccc;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area > h2 {
    display: block;
    font-size: 24px;
  }
}
html body .main .txt-area > h2 span {
  font-weight: normal;
  font-size: 16px;
  color: #9b9b9b;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area > h2 span {
    font-size: 14px;
    display: block;
    margin-top: 8px;
  }
}
html body .main .txt-area p {
  max-width: 920px;
  margin: 45px auto 0;
  line-height: 2;
  color: #3f3f3f;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area p {
    margin-top: 20px;
    line-height: 1.7;
  }
}
html body .main .txt-area p .bold {
  font-weight: 600;
}
html body .main .txt-area p .note {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
html body .main .txt-area .btn {
  margin: 40px auto 0;
  width: 450px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area .btn {
    width: 100%;
    height: 60px;
  }
}
html body .main .txt-area .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  background-image: linear-gradient(90deg, rgb(122, 211, 228) 0%, rgb(131, 83, 215) 100%);
  transition: opacity 0.3s;
  position: relative;
}
@media (hover) {
  html body .main .txt-area .btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  html body .main .txt-area .btn a {
    font-size: 16px;
  }
}
html body .main .txt-area .btn a span {
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat left top 3px/20px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area .btn a span {
    padding: 3px 0 3px 30px;
  }
}
html body .main .txt-area .btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
html body .main .txt-area .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  z-index: 0;
  border-right: 2px solid #8354d7;
  border-bottom: 2px solid #8354d7;
  transform: translateY(-50%) rotate(-45deg);
}
html body .main .txt-area ul.btn-list {
  max-width: 920px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.btn-list {
    display: block;
    margin-top: 40px;
  }
}
html body .main .txt-area ul.btn-list li {
  width: calc((100% - 20px) / 3);
  height: 70px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.btn-list li {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
  }
  html body .main .txt-area ul.btn-list li:last-child {
    margin-bottom: 0;
  }
}
html body .main .txt-area ul.btn-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #000;
  transition: opacity 0.3s;
  position: relative;
}
@media (hover) {
  html body .main .txt-area ul.btn-list li a:hover {
    opacity: 0.6;
  }
}
html body .main .txt-area ul.btn-list li a span {
  background: url(/kuis/admissions/opencampus/img/icn_blank_w.svg) no-repeat left top 50%/20px;
  padding: 3px 30px 3px 30px;
  line-height: 1.5;
}
html body .main .txt-area ul.btn-list li a span br.sp1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  html body .main .txt-area ul.btn-list li a span br.sp1000 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.btn-list li a span br.sp1000 {
    display: none;
  }
}
html body .main .txt-area ul.btn-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
html body .main .txt-area ul.btn-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  z-index: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html body .main .txt-area ul.consulting-tab {
  margin-top: 50px;
  border-bottom: 8px solid #3090e6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
}
html body .main .txt-area ul.consulting-tab li {
  width: calc((100% - 20px) / 5);
  border-radius: 10px 10px 0 0;
  background-color: #626262;
  color: #fff;
  height: 50px;
  font-size: 26px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover) {
  html body .main .txt-area ul.consulting-tab li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1050px) {
  html body .main .txt-area ul.consulting-tab li {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-tab li {
    font-size: 15px;
  }
}
html body .main .txt-area ul.consulting-tab li.current {
  background-color: #3090e6;
  transition: none;
}
@media (hover) {
  html body .main .txt-area ul.consulting-tab li.current:hover {
    opacity: 1;
  }
}
html body .main .txt-area ul.consulting-contents > li:nth-child(n+2) {
  display: none;
}
html body .main .txt-area ul.consulting-contents > li ul.consulting {
  background-color: #fff;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting {
    padding: 0 0 25px 0;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li {
    padding: 0 5%;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li:not(.active)::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place {
    padding-top: 15px;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li {
  padding: 20px 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li {
    padding: 0 0 15px;
    font-size: 15px;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(1) {
  width: 10%;
  font-weight: 500;
  color: #178edd;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(1) {
    width: 90px;
    font-size: 17px;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(2) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(2) {
    width: calc(100% - 90px);
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(3) {
  width: 10%;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(3) {
    width: 90px;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(4) {
  width: 15%;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(4) {
    width: calc(100% - 90px);
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(5) {
  width: 35%;
}
@media screen and (max-width: 768px) {
  html body .main .txt-area ul.consulting-contents > li ul.consulting > li ul.place li:nth-child(5) {
    width: 100%;
  }
}
html body .main .txt-area ul.consulting-contents > li ul.consulting > li:last-child > ul {
  border: none;
}
html body section.contact-area {
  max-width: 1000px;
  margin: 100px auto 0;
  padding: 30px 40px;
  background-color: #3b3b3b;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  html body section.contact-area {
    margin-top: 60px;
    display: block;
    padding: 20px 5%;
  }
}
html body section.contact-area .ttl {
  border-right: 1px solid #9d9d9d;
  padding: 10px 5%;
}
@media screen and (max-width: 768px) {
  html body section.contact-area .ttl {
    border: none;
    border-bottom: 1px solid #9d9d9d;
    padding: 10px 0;
  }
}
html body section.contact-area .ttl h2 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  html body section.contact-area .ttl h2 {
    font-size: 28px;
  }
}
html body section.contact-area .ttl p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html body section.contact-area .ttl p {
    font-size: 15px;
  }
}
html body section.contact-area .txt {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  html body section.contact-area .txt {
    padding: 0;
  }
}
html body section.contact-area .txt .tel {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  html body section.contact-area .txt .tel {
    padding-top: 20px;
    font-size: 26px;
  }
}
html body section.contact-area .txt .tel span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
html body section.contact-area .txt .btn {
  margin: 20px 0 0;
  width: 320px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  html body section.contact-area .txt .btn {
    width: 100%;
  }
}
html body section.contact-area .txt .btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  background-image: linear-gradient(-90deg, rgb(239, 16, 126) 0%, rgb(246, 187, 140) 100%);
  transition: opacity 0.3s;
  position: relative;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.26);
}
@media (hover) {
  html body section.contact-area .txt .btn a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  html body section.contact-area .txt .btn a {
    font-size: 16px;
  }
}
html body section.contact-area .txt .btn a span {
  background: url(/kuis/admissions/opencampus/img/icn_mail.png) no-repeat left top 3px/33px;
  padding: 4px 0 4px 45px;
}
html body section.weekday,
html body section.consultation {
  margin: -60px auto 0 !important;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  html body section.weekday,
  html body section.consultation {
    padding-top: 100px;
    margin-top: -60px !important;
  }
}
html body footer {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  html body footer {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
