body {
  font-family: "M PLUS 1p", sans-serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 750px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  a:hover:hover {
    opacity: 1;
  }
}

.wrapper {
  background-color: #FFF100;
  max-width: 85.3125rem;
  margin: 0 auto;
}

.inner {
  padding: 0 3.125rem;
}
@media (max-width: 750px) {
  .inner {
    padding: 0 1.5625rem;
  }
}

.btn-area {
  margin-top: 5rem;
}
@media (max-width: 750px) {
  .btn-area {
    margin-top: 1.25rem;
  }
}
.btn-area__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 750px) {
  .btn-area__flex {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.btn-areaimg {
  background-color: #fff;
}

.app {
  background-color: #FFF100;
  position: relative;
  margin-top: 6.875rem;
}
.app::before {
  content: "";
  position: absolute;
  background: url("../img/app-bg.png") no-repeat center/contain;
  width: 35%;
  height: 35%;
  left: -15%;
  bottom: -15%;
}
@media (max-width: 750px) {
  .app::before {
    content: none;
  }
}
@media (max-width: 750px) {
  .app {
    padding: 1.875rem 1.5625rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.app .inner {
  background-color: #fff;
  padding: 3.125rem;
  border-radius: 1.5625rem;
  margin: 0 3.125rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 750px) {
  .app .inner {
    border-radius: 0.375rem;
    margin: 0;
    padding: 1.875rem 1.5625rem;
  }
}
.app__first {
  position: absolute;
  top: -9%;
  left: 50%;
  width: 9.1875rem;
  height: 9.1875rem;
  transform: translateX(-50%);
}
@media (max-width: 750px) {
  .app__first {
    top: -8%;
    width: 27%;
    height: auto;
  }
}
.app__inner {
  max-width: 53.75rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .app__tit {
    width: 70%;
    margin: 1.25rem auto 0;
  }
}
@media (max-width: 750px) {
  .app__sptit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}
.app__txt {
  margin-top: 1.875rem;
}
@media (max-width: 750px) {
  .app__txt {
    margin-top: 1.25rem;
  }
}
.app__movie {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 1.25rem;
}
.app__caption {
  width: 43.375rem;
  margin: 1.875rem auto 0;
}
@media (max-width: 750px) {
  .app__caption {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.dl__next {
  width: 29.375rem;
  margin: 3.125rem auto;
}
@media (max-width: 750px) {
  .dl__next {
    width: 40%;
    margin: 0 auto 0.625rem;
  }
}

.acourse {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 750px) {
  .acourse {
    margin-bottom: 3.75rem;
  }
}
.acourse::after {
  content: "";
  position: absolute;
  background: url("../img/acourse-bg.png") no-repeat center/contain;
  width: 35%;
  height: 35%;
  right: -15%;
  top: 12%;
}
@media (max-width: 750px) {
  .acourse::after {
    content: none;
  }
}
.acourse__top {
  position: relative;
  width: 102%;
  z-index: 10;
}
.acourse__map {
  position: relative;
  z-index: 10;
}
.acourse__point {
  width: 75.875rem;
  margin: 1.875rem auto 0;
}
@media (max-width: 750px) {
  .acourse__point {
    margin: 0 auto;
  }
}
.acourse__txt {
  width: 62.8125rem;
  margin: 1.875rem auto 0;
}

.or {
  width: 7.5rem;
  margin: 3.125rem auto;
}
@media (max-width: 750px) {
  .or {
    width: 10%;
  }
}

.bcourse {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.bcourse .inner {
  padding-bottom: 3.125rem;
}
@media (max-width: 750px) {
  .bcourse .inner {
    padding-bottom: 1.875rem;
  }
}
.bcourse::before, .bcourse::after {
  content: "";
  position: absolute;
}
@media (max-width: 750px) {
  .bcourse::before, .bcourse::after {
    content: none;
  }
}
.bcourse::before {
  background: url("../img/bcourse-bg-l.png") no-repeat center/contain;
  width: 50%;
  height: 50%;
  bottom: -10%;
  left: -17%;
  z-index: 1;
}
.bcourse::after {
  background: url("../img/bcourse-bg-r.png") no-repeat center/contain;
  width: 35%;
  height: 35%;
  right: -15%;
  bottom: 8%;
}
.bcourse__top {
  width: 102%;
  margin-top: 7.5rem;
}
@media (max-width: 750px) {
  .bcourse__top {
    margin-top: 0;
  }
}
.bcourse__txt {
  width: 50.125rem;
  margin: 1.875rem auto 0;
}
@media (max-width: 750px) {
  .bcourse__mapsp {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.bcourse__mapsp img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 750px) {
  .bcourse__mapsp img:first-child {
    grid-column: 1/-1;
  }
}
.bcourse__point {
  width: 53.875rem;
  margin: 1.875rem auto 0;
}
.bcourse__certificate {
  width: 68.125rem;
  margin: 1.875rem auto 0;
  position: relative;
  z-index: 10;
}

.footer {
  max-width: 85.3125rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .footer {
    text-align: center;
    margin: 0 1.25rem 5rem;
  }
}
.footer__text {
  color: #4F2102;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  margin-top: 1.875rem;
}
@media (max-width: 750px) {
  .footer__text {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}
.footer__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.125rem 0;
  font-family: "M PLUS 1p", system-ui, -apple-system, "Segoe UI", "Noto Sans JP", sans-serif;
}
@media (max-width: 750px) {
  .footer__label {
    margin: 1.25rem 0 0.625rem;
  }
}
.footer__label::before, .footer__label::after {
  content: "";
  flex: 1 1 auto;
  height: 0.1875rem;
  background: #4F2102;
  border-radius: 999px;
  margin-inline: 1.125rem;
}
@media (max-width: 750px) {
  .footer__label::before, .footer__label::after {
    margin-inline: 0.5rem;
    height: 0.125rem;
  }
}
.footer__label-text {
  display: inline-block;
  background: #4F2102;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .footer__label-text {
    font-size: 0.75rem;
    padding: 0.625rem;
  }
}
.footer__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  color: #4F2102;
  font-size: 1.125rem;
  line-height: 1.7;
  font-style: normal;
  text-align: left;
  margin: 0 0 2.5rem;
}
@media (max-width: 750px) {
  .footer__contact {
    display: block;
    text-align: center;
  }
}
.footer__contact-col--dept {
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.06em;
  font-size: 1.625rem;
}
@media (max-width: 750px) {
  .footer__contact-col--dept {
    font-size: 0.875rem;
  }
}
.footer__contact-col--info {
  font-weight: 600;
  font-size: 1.625rem;
}
@media (max-width: 750px) {
  .footer__contact-col--info {
    font-size: 0.8125rem;
    margin-top: 0.625rem;
  }
}
.footer__contact-line {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 600;
}
.footer__contact-line:not(:first-child) {
  margin-top: 0.375rem;
}
@media (max-width: 750px) {
  .footer__contact-line:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .footer__contact-line {
    font-size: 0.8125rem;
  }
}
.footer__contact-mail {
  color: #4F2102;
  text-decoration: underline;
}

.pagetop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  border-radius: 50%;
  background: #4F2102;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.375rem);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  z-index: 50;
}
.pagetop::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 0.1875rem solid #fff;
  border-left: 0.1875rem solid #fff;
  transform: translate(-50%, -40%) rotate(45deg);
}
.pagetop.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pagetop:hover {
  filter: brightness(0.9);
}/*# sourceMappingURL=style.css.map */