.page_head .pageHead_block {
  background: linear-gradient(84deg, rgba(241, 151, 145, 0.5) 2.58%, #F19791 54.1%, #F19791 100%);
}

.pageHead_lead span {
  background: rgba(241, 151, 145, 0.85);
}

.title-content.-faculty, .title-large.-faculty, .title-middle.-faculty, .title-small.-faculty, .title-xsmall.-faculty, .title-xxsmall.-faculty {
  color: rgb(241, 151, 145);
}

.button-more.-square.-faculty a {
  background: rgb(241, 151, 145);
}

.featureIndex::after {
  background: linear-gradient(84deg, rgba(241, 151, 145, 0.5) 2.58%, #F19791 54.1%, #F19791 100%);
}
.featureIndex_itemTitle em {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.featureIndex_num {
  color: rgb(241, 151, 145);
}

.careerIndex_list span {
  background: linear-gradient(transparent 60%, rgba(255, 242, 242, 0.8) 60%);
}

.numberIndex_item {
  background: rgba(255, 242, 242, 0.8);
}
.numberIndex_item .numberIndex_number {
  color: rgb(241, 151, 145);
}
.faculty_newsCategory {
  background: rgb(241, 151, 145);
}

.policyIndex .policy_title {
  background: rgb(241, 151, 145);
}
.policyIndex .policy_title.-even {
  background: rgba(241, 151, 145, 0.85);
}

.experience_container {
  padding: 6rem 6rem 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .experience_container {
    flex-direction: column;
    padding: 4.6875vw;
  }
}
.experience_container .column_container {
  margin: 0;
  width: 100%;
}
.experience_text {
  width: 76rem;
}
@media only screen and (max-width: 640px) {
  .experience_text {
    width: 100%;
  }
}
.experience_image {
  width: 17rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .experience_image {
    margin: 0 0 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .experience_image figure {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .experience_image figure img {
    width: 40%;
  }
}
.experience_image figcaption {
  position: absolute;
  left: -36rem;
  bottom: 5rem;
  margin-top: 1em;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .experience_image figcaption {
    font-size: 3.75vw;
    position: static;
    text-align: center;
  }
}
.experience_image figcaption span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .experience_image figcaption span {
    font-size: 2.34375vw;
  }
}

.number_item {
  background: rgba(255, 242, 242, 0.8);
}
.number_item .number_number {
  color: rgb(241, 151, 145);
}

.passed_container {
  padding: 3rem 4rem;
}
.passed_text {
  margin-bottom: 0.25em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
.passed_text em {
  font-size: 6.4rem;
  color: rgb(241, 151, 145);
  font-weight: 700;
}
.passed_text span {
  font-size: 1.6rem;
  font-weight: 500;
}

.license_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem 3rem;
}
.license_item {
  font-weight: 500;
  line-height: 1.3;
}
.license_item span {
  font-size: 1.4rem;
}

.course_column.-large {
  width: 67.2rem;
}
.course_column.-small {
  width: 44rem;
}
.course_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}
.course_item {
  width: 20.6rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .course_item {
    width: 38.4375vw;
    font-size: 2.34375vw;
  }
}
.course_item figure {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 640px) {
  .course_item figure {
    margin-bottom: 1em;
  }
}
.course_title {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  color: rgb(241, 151, 145);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .course_title {
    font-size: 3.75vw;
  }
}

.column_facility {
  margin-bottom: 2em;
  display: flex;
  justify-content: space-between;
}
.column_facility .facility_image {
  width: 44.4444444444%;
}
@media only screen and (max-width: 640px) {
  .column_facility .facility_image {
    width: 46.2962962963%;
  }
}
.column_facility .facility_image figcaption {
  margin-top: 0.5em;
  font-size: 1.4rem;
}

.image-shadowR {
  box-shadow: 2rem 2rem 0 0 rgb(241, 151, 145);
}
@media only screen and (max-width: 640px) {
  .image-shadowR {
    box-shadow: 1.875vw 1.875vw 0 0 rgb(241, 151, 145);
  }
}
.image-shadowL {
  box-shadow: -2rem 2rem 0 0 rgb(241, 151, 145);
}
@media only screen and (max-width: 640px) {
  .image-shadowL {
    box-shadow: -1.875vw 1.875vw 0 0 rgb(241, 151, 145);
  }
}

.list_dot li {
  margin: 0.25em 0;
}
.list_dot li::before {
  color: rgb(241, 151, 145);
}
.list_dot-small li {
  margin: 0.25em 0;
}

.feature_list li a {
  border-top: solid 2px rgb(241, 151, 145);
  border-bottom: solid 2px rgb(241, 151, 145);
}
@media only screen and (max-width: 640px) {
  .feature_list li a {
    border-bottom: 0;
  }
}
.feature_list li a::after {
  color: rgb(241, 151, 145);
}
.feature_list li a .feature_num {
  color: rgb(241, 151, 145);
}
@media only screen and (max-width: 640px) {
  .feature_list li:last-child {
    border-bottom: solid 2px rgb(241, 151, 145);
  }
}
.featureTitle_num {
  color: rgb(241, 151, 145);
}
.feature_title h2 {
  color: rgb(241, 151, 145);
}

.support_container {
  margin: 0 auto;
  padding-left: 5rem;
  width: 46rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .support_container {
    padding-left: 0;
    width: 75vw;
  }
}
.support_container figure {
  width: 36rem;
}
@media only screen and (max-width: 640px) {
  .support_container figure {
    width: 100%;
  }
}
.support_container .button-more {
  position: absolute;
  right: -5rem;
  top: 10rem;
}
@media only screen and (max-width: 640px) {
  .support_container .button-more {
    position: static;
  }
}

.bgColor_title {
  background: rgb(241, 151, 145);
}

.-bg {
  background: rgba(255, 242, 242, 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(255, 242, 242, 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(241, 151, 145);
  text-align: center;
}
.practice_list dd {
  padding: 1em;
}

.teacher_item {
  background: rgba(255, 242, 242, 0.8);
}

.content.bg.-faculty {
  background: rgba(255, 242, 242, 0.8);
}

.interview_list li a {
  padding: 1em 0;
  border-top: solid 2px rgb(241, 151, 145);
  border-bottom: solid 2px rgb(241, 151, 145);
}
.interview_list li a::after {
  color: rgb(241, 151, 145);
}
.interview_text {
  background: rgba(255, 242, 242, 0.8);
}
.interview_path {
  background: rgb(241, 151, 145);
}

.button-link a {
  border: solid 2px rgb(241, 151, 145);
  box-shadow: 0.2rem 0.2rem 0 0 rgb(241, 151, 145);
}
.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(241, 151, 145);
}

.point_item {
  background: #F4F4F4;
}
.point_number {
  background: rgb(241, 151, 145);
}

.philosophy_item {
  color: rgb(255, 234, 0);
  background: rgb(241, 151, 145);
}

.dp_item {
  border: solid 2px rgb(241, 151, 145);
  color: rgb(241, 151, 145);
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .dp_item {
    width: 100%;
  }
}

.flow_item:first-child dt:after {
  border-color: transparent transparent transparent #FBE0DE;
}
@media only screen and (max-width: 640px) {
  .flow_item:first-child dt:after {
    border-color: #FBE0DE transparent transparent transparent;
  }
}
.flow_item:first-child dt span {
  background: #FBE0DE;
}
.flow_item:first-child dd {
  padding-left: 0;
}
.flow_item:nth-child(2) dt:after {
  border-color: transparent transparent transparent #F5B6B2;
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(2) dt:after {
    border-color: #F5B6B2 transparent transparent transparent;
  }
}
.flow_item:nth-child(2) dt span {
  background: #F5B6B2;
}
.flow_item:nth-child(3) dt:after {
  border-color: transparent transparent transparent rgb(241, 151, 145);
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(3) dt:after {
    border-color: rgb(241, 151, 145) transparent transparent transparent;
  }
}
.flow_item:nth-child(3) dt span {
  background: rgb(241, 151, 145);
}
.flow_item:nth-child(4) dt:after {
  border-color: transparent transparent transparent rgb(241, 151, 145);
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(4) dt:after {
    border-color: rgb(241, 151, 145) transparent transparent transparent;
  }
}
.flow_item:nth-child(4) dt span {
  background: rgb(241, 151, 145);
}/*# sourceMappingURL=nursing.css.map */