.page_head .pageHead_block {
  background: linear-gradient(84deg, rgba(158, 84, 202, 0.5) 2.58%, #9E54CA 54.1%, #9E54CA 100%);
}

.pageHead_lead span {
  background: rgba(158, 84, 202, 0.85);
}

.title-content.-faculty, .title-large.-faculty, .title-middle.-faculty, .title-small.-faculty, .title-xsmall.-faculty, .title-xxsmall.-faculty {
  color: rgb(158, 84, 202);
}

.button-more.-square.-faculty a {
  background: rgb(158, 84, 202);
}

.featureIndex::after {
  background: linear-gradient(84deg, rgba(158, 84, 202, 0.5) 2.58%, #9E54CA 54.1%, #9E54CA 100%);
}
.featureIndex_itemTitle em {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.featureIndex_num {
  color: rgb(158, 84, 202);
}

.careerIndex_list span {
  background: linear-gradient(transparent 60%, rgba(245, 238, 250, 0.8) 60%);
}

.numberIndex_item {
  background: rgba(245, 238, 250, 0.8);
}
.numberIndex_number {
  color: rgb(158, 84, 202);
}

.number_item {
  background: rgba(245, 238, 250, 0.8);
}
.number_number {
  color: rgb(158, 84, 202);
}

.faculty_newsCategory {
  background: rgb(158, 84, 202);
}

.job_container {
  position: relative;
}
.job_image01 {
  position: absolute;
  top: 8rem;
  right: 3rem;
  width: 22rem;
}
@media only screen and (max-width: 640px) {
  .job_image01 {
    top: 12.5vw;
    right: 4.6875vw;
    width: 34.375vw;
  }
}
.job_image02 {
  margin: 0 0 0 auto;
  width: 34rem;
}
@media only screen and (max-width: 640px) {
  .job_image02 {
    width: 59.375vw;
  }
}

.facility_container .title-xsmall {
  padding: 0.5em;
  background: rgba(245, 238, 250, 0.8);
  text-align: center;
  color: rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .facility_container .title-xsmall {
    margin-top: 0;
    margin-bottom: 0.75em;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .facility_container .column_item {
    font-size: 3.125vw;
  }
}

.policyIndex .policy_title {
  background: rgb(158, 84, 202);
}
.policyIndex .policy_title.-even {
  background: rgba(158, 84, 202, 0.85);
}

.image-shadowR {
  box-shadow: 2rem 2rem 0 0 rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .image-shadowR {
    box-shadow: 1.875vw 1.875vw 0 0 rgb(158, 84, 202);
  }
}
.image-shadowL {
  box-shadow: -2rem 2rem 0 0 rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .image-shadowL {
    box-shadow: -1.875vw 1.875vw 0 0 rgb(158, 84, 202);
  }
}

.list_dot li {
  margin: 0.25em 0;
}
.list_dot li::before {
  color: rgb(158, 84, 202);
}
.list_dot-small li {
  /* margin: .25em 0; */
}

.feature_list li a {
  border-top: solid 2px rgb(158, 84, 202);
  border-bottom: solid 2px rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .feature_list li a {
    border-bottom: 0;
  }
}
.feature_list li a::after {
  color: rgb(158, 84, 202);
}
.feature_list li a .feature_num {
  color: rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .feature_list li:last-child {
    border-bottom: solid 2px rgb(158, 84, 202);
  }
}
.featureTitle_num {
  color: rgb(158, 84, 202);
}
.feature_title h2 {
  color: rgb(158, 84, 202);
}

.bgColor_title {
  background: rgb(158, 84, 202);
}

.-bg {
  background: rgba(245, 238, 250, 0.8);
}

.practice_container {
  gap: 0;
}
@media only screen and (max-width: 640px) {
  .practice_container {
    flex-direction: column;
  }
}
.practice_container .list_dot {
  margin: 0;
}
.practice_container .list_dot.-flex {
  gap: 0 1.5em;
}
.practice_container .list_dot li {
  margin: 0;
  font-size: 1.4rem;
}
.practice_list {
  border: solid 1px #fff;
  width: 20%;
  background: rgba(245, 238, 250, 0.8);
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
}
@media only screen and (max-width: 640px) {
  .practice_list {
    width: 100%;
  }
}
.practice_list:first-child {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .practice_list:first-child {
    width: 100%;
  }
}
.practice_list dt {
  padding: 0.25em 1em;
  border-bottom: solid 2px #fff;
  color: #fff;
  background: rgb(158, 84, 202);
  text-align: center;
}
.practice_list dd {
  padding: 1em;
}

.teacher_item {
  background: rgba(245, 238, 250, 0.8);
}

.content.bg.-faculty {
  background: rgba(245, 238, 250, 0.8);
}

.interview_list li a {
  padding: 1em 0;
  border-top: solid 2px rgb(158, 84, 202);
  border-bottom: solid 2px rgb(158, 84, 202);
}
.interview_list li a::after {
  color: rgb(158, 84, 202);
}
.interview_text {
  background: rgba(245, 238, 250, 0.8);
}
.interview_path {
  background: rgb(158, 84, 202);
}

.button-link a {
  border: solid 2px rgb(158, 84, 202);
  box-shadow: 0.2rem 0.2rem 0 0 rgb(158, 84, 202);
}
.button-link a::after {
  background: url(../img/common/arrow_s_k.svg) no-repeat right center;
  background-size: auto 100%;
}

.frame-border.-faculty {
  border: solid 2px rgb(158, 84, 202);
}

.point_item {
  background: rgba(245, 238, 250, 0.8);
}
.point_number {
  background: rgb(158, 84, 202);
}

.philosophy_item {
  color: rgb(255, 234, 0);
  background: rgb(158, 84, 202);
}

.dp_item {
  border: solid 2px rgb(158, 84, 202);
  color: rgb(158, 84, 202);
}

.flow_item:first-child dt:after {
  border-color: transparent transparent transparent #E2CCEF;
}
@media only screen and (max-width: 640px) {
  .flow_item:first-child dt:after {
    border-color: #E2CCEF transparent transparent transparent;
  }
}
.flow_item:first-child dt span {
  background: #E2CCEF;
}
.flow_item:first-child dd {
  padding-left: 0;
}
.flow_item:nth-child(2) dt:after {
  border-color: transparent transparent transparent #BB87DA;
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(2) dt:after {
    border-color: #BB87DA transparent transparent transparent;
  }
}
.flow_item:nth-child(2) dt span {
  background: #BB87DA;
}
.flow_item:nth-child(3) dt:after {
  border-color: transparent transparent transparent rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(3) dt:after {
    border-color: rgb(158, 84, 202) transparent transparent transparent;
  }
}
.flow_item:nth-child(3) dt span {
  background: rgb(158, 84, 202);
}
.flow_item:nth-child(4) dt:after {
  border-color: transparent transparent transparent rgb(158, 84, 202);
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(4) dt:after {
    border-color: rgb(158, 84, 202) transparent transparent transparent;
  }
}
.flow_item:nth-child(4) dt span {
  background: rgb(158, 84, 202);
}/*# sourceMappingURL=radiological_technology.css.map */