@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
#courseBtn {
  display: none;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.btn-wrap .btn {
  position: relative;
  z-index: 1;
  flex: 0 0 80%;
  width: min(360px, 80%);
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #2d438b;
  font-size: 1.5rem;
  border-radius: 50vw;
  background: #fff;
  border: 1px solid #2d438b;
}
.btn-wrap .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.6rem;
  width: 0.6rem;
  aspect-ratio: 1/1;
  border-top: 2px solid #2d438b;
  border-left: 2px solid #2d438b;
  transform: translateY(-50%) rotate(-45deg);
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .btn-wrap .btn {
    height: 64px;
    line-height: 64px;
  }
  .btn-wrap .btn:hover {
    opacity: 1;
    color: #fff;
    background: #2e49a5;
  }
  .btn-wrap .btn:hover::before {
    border-color: #fff;
  }
}
/*------------------------------
		901px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
/*# sourceMappingURL=college.css.map */
