@charset "UTF-8";

/* 各セクション */
.sections__btn--student {
  background-color: #ffffff;
}

.sections__img--student {
  width: 50vw;
}

/* お問い合わせ */
.contact {
  text-align: center;
  padding-block: 50px;
}
.contact__title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}
.contact__title::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background-image: url("../img/contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact__line {
  display: inline-block;
  width: 60px;
  border-top: solid 2px #727171;
}
.contact__text {
  text-align: start;
  margin-top: 20px;
  padding-inline: 30px;
}
.contact__text--border {
  padding: 20px;
  margin-inline: 30px;
  border-top: solid 1px #231815;
  border-bottom: solid 1px #231815;
}

.contact__btn {
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  font-weight: bold;
  background-color: #F7F7F7;
  border: solid 2px #727171;
  border-radius: 33px;
}
.contact__arrow {
  margin-left: 10px;
  width: 13px;
  height: 14px;
}

@media (min-width:768px) {
  .sections__img {
    width: 200px;
    height: auto;
  }
}
