.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: #4d4d4d;
}
@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 #bdbdbd;
  background-color: #efefef;
  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: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .p-request-header {
    padding-bottom: 4rem;
  }
}
.p-request-header__inner {
  padding: 0 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .p-request-header__inner {
    padding: 0 3rem;
  }
}
.p-request-header__title {
  margin-bottom: 2rem;
  color: #4d4d4d;
  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;
  font-size: 2.8rem;
  background-color: #fff;
  border-radius: 3rem;
  margin-left: 7rem;
}
@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::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% calc(-36% - 0.4px);
  transform: skew(0, 8deg);
  transform-origin: right;
  z-index: 2;
}

.p-request-header__content::after {
  position: absolute;
  left: -9.5rem;
  top: -1rem;
  display: block;
  width: 8rem;
  height: 8rem;
  background: url(../images/request/operator.webp) no-repeat center center/contain;
  pointer-events: none;
  content: "";
  z-index: 1;
}

.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 {
  padding-top: 4rem;
  margin-bottom: 7rem;
  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;
  }
}
.p-request-form .c-button--search{
  background-color: #f653ad;
  color: #FFF;
  border: none;
}
.p-request-form .c-button--search::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.9 206.6'%3E%3Cpath d='m143.05 199.55-136-136c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0Z' fill='%23ffe3f2'/%3E%3C/svg%3E");

}


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