.page_head .pageHead_block {
  background: linear-gradient(84deg, rgba(242, 153, 79, 0.5) 2.58%, #F2994F 54%, #F2994F 100%);
}

.pageHead_lead span {
  background: rgba(242, 153, 79, 0.85);
}

.title-content.-faculty, .title-large.-faculty, .title-middle.-faculty, .title-small.-faculty, .title-xsmall.-faculty, .title-xxsmall.-faculty {
  color: rgb(242, 153, 79);
}
.title-content.-childcare, .title-large.-childcare, .title-middle.-childcare, .title-small.-childcare, .title-xsmall.-childcare, .title-xxsmall.-childcare {
  color: #EF577C;
}
.title-content.-compulsory, .title-large.-compulsory, .title-middle.-compulsory, .title-small.-compulsory, .title-xsmall.-compulsory, .title-xxsmall.-compulsory {
  color: #2BC555;
}

.button-more.-square.-faculty a {
  background: rgb(242, 153, 79);
}

.featureIndex::after {
  background: linear-gradient(84deg, rgba(242, 153, 79, 0.5) 2.58%, #F2994F 54%, #F2994F 100%);
}
.featureIndex_itemTitle em {
  background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.featureIndex_num {
  color: rgb(242, 153, 79);
}

.careerIndex_container {
  justify-content: center;
  gap: 4rem;
}
.careerIndex_title-large {
  display: flex;
  align-items: center;
}
.careerIndex_title-large img {
  margin-right: 0.25em;
  width: 6rem;
}
.careerIndex_head {
  margin: 0 auto 0 0;
  width: 38rem;
  display: flex;
  align-items: center;
}
.careerIndex_column {
  padding-left: 2.4rem;
  width: 32rem;
  border-left: solid 1rem rgba(255, 241, 229, 0.8);
}
.careerIndex_list span {
  background: linear-gradient(transparent 60%, rgba(255, 241, 229, 0.8) 60%);
}
.careerIndex_title {
  color: rgb(242, 153, 79);
}

.numberIndex_item {
  background: rgba(255, 241, 229, 0.8);
}
.numberIndex_item .numberIndex_number {
  color: rgb(242, 153, 79);
}
.number_item {
  background: rgba(255, 241, 229, 0.8);
}
.number_item .number_number {
  color: rgb(242, 153, 79);
}
.faculty_newsCategory {
  background: rgb(242, 153, 79);
}

.curriculumIndex_faculty .column_item:nth-child(2) {
  margin-top: 10rem;
}
@media only screen and (max-width: 640px) {
  .curriculumIndex_faculty .column_item:nth-child(2) {
    margin-top: 0;
  }
}

.policyIndex .policy_title {
  background: rgb(242, 153, 79);
}
.policyIndex .policy_title.-even {
  background: rgba(242, 153, 79, 0.8);
}

.image-shadowR {
  box-shadow: 2rem 2rem 0 0 rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .image-shadowR {
    box-shadow: 1.875vw 1.875vw 0 0 rgb(242, 153, 79);
  }
}
.image-shadowL {
  box-shadow: -2rem 2rem 0 0 rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .image-shadowL {
    box-shadow: -1.875vw 1.875vw 0 0 rgb(242, 153, 79);
  }
}

.list_dot li {
  margin: 0.25em 0;
}
.list_dot li::before {
  color: rgb(242, 153, 79);
}
.list_dot-small li {
  margin: 0.25em 0;
}
.list_dot.-childcare, .list_dot.-compulsory {
  display: flex;
  flex-wrap: wrap;
}
.list_dot.-childcare li, .list_dot.-compulsory li {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .list_dot.-childcare li, .list_dot.-compulsory li {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .list_dot.-childcare li.-long, .list_dot.-compulsory li.-long {
    width: 100%;
  }
}
.list_dot.-childcare li::before {
  color: #F29FB3;
}
.list_dot.-compulsory li::before {
  color: #76C28B;
}

.feature_list li a {
  border-top: solid 2px rgb(242, 153, 79);
  border-bottom: solid 2px rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .feature_list li a {
    border-bottom: 0;
  }
}
.feature_list li a::after {
  color: rgb(242, 153, 79);
}
.feature_list li a .feature_num {
  color: rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .feature_list li:last-child {
    border-bottom: solid 2px rgb(242, 153, 79);
  }
}
.featureTitle_num {
  color: rgb(242, 153, 79);
}
.feature_title h2 {
  color: rgb(242, 153, 79);
}

.bgColor_title {
  background: rgb(242, 153, 79);
}

.-bg {
  background: rgba(255, 241, 229, 0.8);
}

.training_container {
  padding: 3rem;
  border: solid 1px #F29FB3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .training_container {
    padding: 4.6875vw;
    flex-direction: column;
  }
}
.training_container.-compulsory {
  border: solid 1px #76C28B;
}
.trainingList_container {
  display: flex;
}
.trainingList_container.-compulsory {
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 2rem;
}
.training_list {
  width: 50%;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .training_list {
    font-size: 2.5vw;
  }
}
.training_list.-compulsory {
  width: 37.2881355932%;
}
.training_image.-compulsory {
  width: 64.1666666667%;
}
@media only screen and (max-width: 640px) {
  .training_image.-compulsory {
    width: 59.3220338983%;
  }
}

.newFacility_container {
  padding: 2.4rem;
  border: solid 1px #F29FB3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .newFacility_container {
    margin-top: 4.6875vw;
    padding: 4.6875vw 0 0;
    border: none;
    border-top: solid 1px #F29FB3;
    flex-direction: column;
  }
}
.newFacility_container.-compulsory {
  border: solid 1px #76C28B;
}
@media only screen and (max-width: 640px) {
  .newFacility_container.-compulsory {
    border: none;
    border-top: solid 1px #76C28B;
  }
}
.newFacility_container .title-xsmall {
  width: 100%;
}
.newFacility_text {
  width: 43.4782608696%;
}
@media only screen and (max-width: 640px) {
  .newFacility_text {
    width: auto;
  }
}
.newFacility_image {
  width: 51.3833992095%;
}
@media only screen and (max-width: 640px) {
  .newFacility_image {
    margin-top: 4.6875vw;
    width: auto;
  }
}

.facility_container .title-xsmall {
  letter-spacing: 0;
}
.facility_container .title-xsmall span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

.support_container {
  margin: 0 auto;
  text-align: center;
  width: 48rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .support_container {
    width: auto;
  }
}
.support_container .button-more {
  position: absolute;
  top: 18rem;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .support_container .button-more {
    position: static;
  }
}

.program_list.-circle li {
  margin-bottom: 2em;
  padding: 2.4rem 2.4rem 2.4rem 9.6rem;
  background: rgba(255, 241, 229, 0.8);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .program_list.-circle li {
    padding: 3.75vw 3.75vw 3.75vw 15vw;
  }
}
.program_list.-circle li::before {
  top: 2rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 2em;
  color: #fff;
  background: rgb(242, 153, 79);
  font-size: 3.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .program_list.-circle li::before {
    top: 3.125vw;
    left: 3.125vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 5.625vw;
  }
}

.text_bg {
  margin-bottom: 1em;
  padding: 0.25em 1em;
  color: #fff;
  font-size: 2rem;
  width: 30rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .text_bg {
    width: 41.40625vw;
    font-size: 3.125vw;
  }
}
.text_bg.-childcare {
  background: #F29FB3;
}
.text_bg.-compulsory {
  background: #76C28B;
}

.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, 241, 229, 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(242, 153, 79);
  text-align: center;
}
.practice_list dd {
  padding: 1em;
}

.teacher_item {
  background: rgba(255, 241, 229, 0.8);
}

.content.bg.-faculty {
  background: rgba(255, 241, 229, 0.8);
}

.interview_list li a {
  padding: 1em 0;
  border-top: solid 2px rgb(242, 153, 79);
  border-bottom: solid 2px rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .interview_list li a {
    padding: 1.25em 0;
    letter-spacing: 0;
  }
}
.interview_list li a::after {
  color: rgb(242, 153, 79);
}
.interview_text {
  background: rgba(255, 241, 229, 0.8);
}
.interview_path {
  background: rgb(242, 153, 79);
}

.button-link a {
  border: solid 2px rgb(242, 153, 79);
  box-shadow: 0.2rem 0.2rem 0 0 rgb(242, 153, 79);
}
.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(242, 153, 79);
}

.curriculum_nav {
  margin: 6rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
@media only screen and (max-width: 640px) {
  .curriculum_nav {
    margin: 9.375vw auto;
    gap: 2rem;
  }
}
.curriculum_nav a {
  padding: 0.75em 1em;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
}
.curriculum_nav.-childcare a {
  background: #F29FB3;
}
.curriculum_nav.-compulsory a {
  background: #76C28B;
}
.curriculum_nav .button {
  color: #fff;
  font-size: 2rem;
  width: 30rem;
}
@media only screen and (max-width: 640px) {
  .curriculum_nav .button {
    width: 41.40625vw;
    font-size: 3.125vw;
  }
}
.curriculum_nav .button.-childcare a {
  background: #F29FB3;
}
.curriculum_nav .button.-compulsory a {
  background: #76C28B;
}

.point_item {
  background: rgba(255, 241, 229, 0.8);
}
.point_number {
  background: rgb(242, 153, 79);
}

.philosophy_item {
  color: rgb(255, 234, 0);
  background: rgb(242, 153, 79);
}

.dp_item {
  border: solid 2px rgb(242, 153, 79);
  color: rgb(242, 153, 79);
}

.flow_item dl {
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .flow_item dt {
    padding-bottom: 3.4375vw;
    width: 23.4375vw;
    writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 640px) {
  .flow_item dt span {
    padding: 0.25em 0 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .flow_item dt:before {
    top: auto;
    right: -0.625vw;
    bottom: 0;
    border-color: #fff transparent transparent transparent;
    border-width: 3.125vw 12.5vw 0 12.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .flow_item dt:after {
    top: auto;
    right: -0.625vw;
    bottom: 0.46875vw;
    border-color: #fff transparent transparent transparent;
    border-width: 3.125vw 12.5vw 0 12.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .flow_item dd {
    padding-bottom: 3.4375vw;
    width: 59.375vw;
    font-size: 3.125vw;
  }
}
.flow_item:first-child dt:after {
  border-color: transparent transparent transparent #FBE0CA;
}
@media only screen and (max-width: 640px) {
  .flow_item:first-child dt:after {
    border-color: #FBE0CA transparent transparent transparent;
  }
}
.flow_item:first-child dt span {
  background: #FBE0CA;
}
.flow_item:first-child dd {
  padding-left: 0;
}
.flow_item:nth-child(2) dt:after {
  border-color: transparent transparent transparent #F6B884;
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(2) dt:after {
    border-color: #F6B884 transparent transparent transparent;
  }
}
.flow_item:nth-child(2) dt span {
  background: #F6B884;
}
.flow_item:nth-child(3) dt:after {
  border-color: transparent transparent transparent rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(3) dt:after {
    border-color: rgb(242, 153, 79) transparent transparent transparent;
  }
}
.flow_item:nth-child(3) dt span {
  background: rgb(242, 153, 79);
}
.flow_item:nth-child(4) dt:after {
  border-color: transparent transparent transparent rgb(242, 153, 79);
}
@media only screen and (max-width: 640px) {
  .flow_item:nth-child(4) dt:after {
    border-color: rgb(242, 153, 79) transparent transparent transparent;
  }
}
.flow_item:nth-child(4) dt span {
  background: rgb(242, 153, 79);
}/*# sourceMappingURL=sec_education.css.map */