.p-request__school {
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-request__school {
    position: relative;
    padding: 3rem 0;
  }
}
.p-request__school:not(:first-child) {
  padding-top: 5rem;
  position: relative;
}
.p-request__school:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.4rem;
  background: radial-gradient(circle, #6f6c7e 20%, transparent 21%);
  background-size: 1.4rem 1.4rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-request__school:not(:first-child)::before {
    height: 2px;
    background-image: linear-gradient(90deg, #6f6c7e 0 2px, transparent 2px 6px);
    background-size: 6px 2px;
  }
}
@media screen and (min-width: 768px) {
  .p-request__school:not(:first-child) {
    padding-top: 3rem;
  }
}
.p-request__school-tag {
  display: inline-block;
  margin-left: 6.5rem;
  padding: 0.5rem 1.8rem;
  color: #fff;
  font-size: 2.3rem;
  background-color: #1883ca;
}
@media screen and (min-width: 768px) {
  .p-request__school-tag {
    margin-left: 4.8rem;
    font-size: 1.3rem;
  }
}
.p-request__school-content {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-request__school-content {
    padding-right: 15rem;
  }
}
.p-request__school-name {
  flex: 1;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-request__school-name {
    font-size: 2rem;
  }
}
.p-request__school-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 7.4rem;
  font-size: 2.3rem;
  text-align: center;
  border: 0.5rem solid #2d94d9;
  background-color: #d1edff;
  border-radius: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-request__school-link {
    position: absolute;
    right: 0;
    top: 50%;
    height: 5.6rem;
    font-size: 1.6rem;
    border-width: 0.3rem;
    transform: translateY(-50%);
  }
}
.p-request__school--confirm {
  padding: 2rem 0;
}
.p-request__school--confirm:first-child {
  padding-top: 0;
}
.p-request__school--confirm:not(:first-child) {
  padding-top: 3rem;
}
.p-request__school--confirm .p-request__school-tag {
  margin: 0 0 0.5rem 0;
}

.p-request-header {
  padding: 3rem 0;
  background-color: #fff312;
}
@media screen and (min-width: 768px) {
  .p-request-header {
    padding-bottom: 4rem;
  }
}
.p-request-header__inner {
  padding: 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-request-header__inner {
    padding: 0 3rem;
  }
}
.p-request-header__title {
  margin-bottom: 2rem;
  color: #008dce;
  font-size: 4.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-request-header__title {
    font-size: 2.8rem;
  }
}
.p-request-header__content {
  position: relative;
  min-height: 14rem;
  padding: 3rem 5rem;
  font-size: 2.8rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 3rem;
}
@media screen and (min-width: 768px) {
  .p-request-header__content {
    min-height: 10rem;
    padding: 2rem 4rem;
    font-size: 2rem;
    border-radius: 1.6rem;
  }
}
.p-request-header__content::after {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  display: block;
  width: 7.7rem;
  height: 11.4rem;
  background: url(../images/common/icon_request.png) no-repeat center center/contain;
  pointer-events: none;
  content: "";
}

.p-request-school__submit {
  margin-top: 11rem;
}

.p-request-form {
  margin-top: 3rem;
}
.p-request-form__list {
  margin-bottom: 3rem;
}
.p-request-form__fieldset + .p-request-form__fieldset {
  margin-top: 5rem;
}
.p-request-form__legend {
  margin: 0 auto 3rem auto;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-request-form__legend {
    font-size: 2.4rem;
  }
}
.p-request-form__agreement {
  margin: 5rem 0 5rem 0;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-request-form__agreement {
    font-size: 1.8rem;
  }
}
.p-request-form__agreement-link {
  margin-bottom: 1.5rem;
}
.p-request-form__agreement-link a {
  color: #1883ca;
  text-decoration: underline;
}
.p-request-form__complete {
  margin-bottom: 5rem;
  text-align: center;
}
.p-request-form__complete-title {
  margin-bottom: 2rem;
  color: #008dce;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-request-form__complete-title {
    font-size: 2.4rem;
  }
}
.p-request-form__complete-title:not(:first-child) {
  margin-top: 6rem;
}
.p-request-form__complete-text {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-request-form__complete-text {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=request.css.map */