@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300..500&display=swap");
.column_container.education_head {
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 6rem;
}
.column_container .educationHead_text {
  width: 55rem;
}
@media only screen and (max-width: 640px) {
  .column_container .educationHead_text {
    width: 100%;
  }
}
.column_container .educationHead_image {
  width: 46.875%;
  text-align: right;
  background: linear-gradient(167deg, #2FB488 3.28%, #009564 90.64%);
}
@media only screen and (max-width: 640px) {
  .column_container .educationHead_image {
    width: 100%;
  }
}
.column_container .educationHead_image.-kit {
  border-radius: 0 2rem 2rem 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .science_column .column_item {
    display: flex;
    justify-content: space-between;
    gap: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .science_column .column_image {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .science_column .column_text {
    width: 48%;
  }
}

.interview_title {
  text-align: center;
  font-size: 2.4rem;
}
.interview_title img {
  margin: 0 auto -1em;
  display: block;
}
.interview_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .interview_item {
    margin-top: 9.375vw;
    flex-direction: column;
  }
}
.interview_item.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .interview_item.-reverse {
    flex-direction: column;
  }
}
.interview_item.-reverse .interview_text {
  margin-left: -30rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 640px) {
  .interview_item.-reverse .interview_text {
    margin: 0;
  }
}
.interview_item.-kit {
  margin-left: auto;
  width: 91.4473684211%;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1580px) {
  .interview_item.-kit {
    margin-rignt: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1390px) {
  .interview_item.-kit {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit {
    flex-direction: column;
  }
}
.interview_item.-kit .interview_text {
  padding: 0;
  background: none;
  width: auto;
  width: 52.1582733813%;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview_text {
    width: 100%;
  }
}
.interview_item.-kit .interview_image {
  width: 57.5539568345%;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview_image {
    width: 100%;
  }
}
.interview_item.-kit .interview_theme {
  margin-top: 0;
  text-align: left;
  font-weight: bold;
}
.interview_item.-kit .interview-balloon {
  margin-top: 2em;
  padding: 5rem 8rem;
  border-radius: 4rem;
  position: relative;
  border: solid 5px #009564;
  background: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview-balloon {
    margin-top: 1em;
    border-radius: 6.25vw;
    padding: 6.25vw 6.25vw;
    right: 0;
    top: 0;
  }
}
.interview_item.-kit .interview-balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 20px 0 20px 50px;
  border-color: transparent transparent transparent #009564;
  translate: 100% -50%;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview-balloon::before {
    top: 0;
    right: auto;
    left: 50%;
    border-width: 0 20px 50px 20px;
    border-color: transparent transparent #009564;
    translate: -50% -100%;
  }
}
.interview_item.-kit .interview-balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 14.6px 0 14.6px 36.5px;
  border-color: transparent transparent transparent #fff;
  translate: 100% -50%;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview-balloon::after {
    top: 0;
    right: auto;
    left: 50%;
    border-width: 0 14.6px 36.5px 14.6px;
    border-color: transparent transparent #fff;
    translate: -50% -100%;
  }
}
@media only screen and (max-width: 1200px) {
  .interview_item.-kit .interview-balloon {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview-balloon {
    font-size: 3.125vw;
  }
}
.interview_item.-kit .interview-facility {
  padding: 0.5em 1em;
  border-radius: 0.4rem;
  color: #fff;
  background: #009564;
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
  width: 26rem;
  font-size: 2rem;
}
.interview_item.-kit .interview-student {
  margin-top: 2.0833333333vw;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit .interview-student {
    margin-top: 3.125vw;
    margin-bottom: 9.375vw;
  }
}
.interview_item.-kit.-reverse {
  margin-right: auto;
  flex-direction: row;
}
@media only screen and (max-width: 1580px) {
  .interview_item.-kit.-reverse {
    margin-rignt: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit.-reverse {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit.-reverse .interview-balloon {
    right: 0;
    top: 0;
  }
}
.interview_item.-kit.-reverse .interview-balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 20px 50px 20px 0;
  border-color: transparent #009564 transparent transparent;
  translate: -100% -50%;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit.-reverse .interview-balloon::before {
    top: 0;
    right: auto;
    left: 50%;
    border-width: 0 20px 50px 20px;
    border-color: transparent transparent #009564;
    translate: -50% -100%;
  }
}
.interview_item.-kit.-reverse .interview-balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 14.6px 36.5px 14.6px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit.-reverse .interview-balloon::after {
    top: 0;
    right: auto;
    left: 50%;
    border-width: 0 14.6px 36.5px 14.6px;
    border-color: transparent transparent #fff;
    translate: -50% -100%;
  }
}
.interview_item.-kit.-reverse .interview-student {
  margin-left: 20.5rem;
}
@media only screen and (max-width: 1390px) {
  .interview_item.-kit.-reverse .interview-student {
    margin-left: 16rem;
  }
}
@media only screen and (max-width: 640px) {
  .interview_item.-kit.-reverse .interview-student {
    margin-left: 0;
  }
}
.interview_text {
  margin-right: -30rem;
  margin-left: 3rem;
  padding: 6rem 4rem 4rem 9.5rem;
  width: 74.5rem;
  background: linear-gradient(167deg, rgba(47, 180, 136, 0.2) 3.28%, rgba(0, 149, 100, 0.2) 90.64%);
  position: relative;
  z-index: 1;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .interview_text {
    padding: 6.25vw;
    width: 100%;
    margin: 0;
  }
}
.interview_profile {
  margin: 1em 0;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .interview_profile {
    font-size: 3.125vw;
  }
}
.interview_name {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .interview_name {
    font-size: 7.5vw;
  }
}
.interview_theme {
  margin: 1em 0;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .interview_theme {
    font-size: 5vw;
  }
}
.interview_image {
  width: 88rem;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .interview_image {
    width: 100%;
  }
}
.interview.-reverse .interview_item {
  justify-content: flex-start;
}
.interview.-reverse .interview_text {
  margin-left: -30rem;
  margin-right: 3rem;
}

.title-middle.-withnum {
  display: flex;
  align-items: center;
}
.title-middle.-withnum span {
  margin-right: 0.25em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6.4rem;
  color: #009564;
  font-weight: 400;
  line-height: 1;
}

.plain_table th,
.plain_table td {
  vertical-align: top;
}

.calendar_item {
  margin-bottom: 2rem;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .calendar_item {
    margin-bottom: 4.6875vw;
  }
}
.calendar_month {
  margin-right: 2rem;
  color: #009564;
  font-size: 2.4rem;
  font-weight: 700;
  width: 10rem;
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .calendar_month {
    margin-right: 3.125vw;
    font-size: 3.75vw;
    width: 15.625vw;
  }
}
.calendar_month span {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6.4rem;
}
@media only screen and (max-width: 640px) {
  .calendar_month span {
    font-size: 10vw;
  }
}
.calendar_activity {
  min-height: 7em;
}
@media only screen and (max-width: 640px) {
  .calendar_activity {
    min-height: initial;
    width: 78.125vw;
  }
}

.allyear_activity {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .allyear_activity {
    display: block;
  }
}
.allyear_activity .list_dot-small {
  margin-right: 3em;
}

.activity_item {
  padding: 0 0.5rem;
  width: 75.5rem;
}
@media only screen and (max-width: 640px) {
  .activity_item {
    padding: 0 0.78125vw;
    width: 78.125vw;
  }
}

.slick-slider .slick-dots li button:before {
  background: rgb(217, 217, 217);
}
.slick-slider .slick-dots li.slick-active button::before {
  background: #009564;
}

.instagram_container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .instagram_container {
    justify-content: center;
    flex-direction: column;
    gap: 3.125vw;
  }
}
.instagram_title {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .instagram_title {
    width: 100%;
  }
}
.instagram_body {
  width: 86.4rem;
  height: 41.8rem;
}
@media only screen and (max-width: 640px) {
  .instagram_body {
    width: 100%;
    height: auto;
    aspect-ratio: 14/29;
  }
}
.instagram_body iframe {
  width: 100%;
  height: 100%;
}

.results_container {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .results_container {
    flex-direction: column;
    gap: 3.125vw;
  }
}
.results_title {
  display: flex;
  align-items: center;
  width: 20%;
}
@media only screen and (max-width: 640px) {
  .results_title {
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
  }
}
.results_list {
  letter-spacing: 0;
}
.results_list .title-xsmall {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 640px) {
  .results_list .title-xsmall {
    margin-bottom: 0.15em;
  }
}
@media only screen and (max-width: 640px) {
  .results_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6.25vw;
  }
}
.-kit.title-content {
  margin: 0 auto 6rem;
  width: 31.4rem;
}

.kitPoint_list {
  display: flex;
  justify-content: space-between;
  counter-reset: listnum;
}
@media only screen and (max-width: 640px) {
  .kitPoint_list {
    flex-wrap: wrap;
    gap: 4.6875vw;
  }
}
.kitPoint_item {
  padding: 5rem 5rem 0;
  border-radius: 9999px;
  border: solid 2px #009564;
  width: 35.4rem;
  height: 35.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.6;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .kitPoint_item {
    padding: 4.6875vw;
    width: 100%;
    height: initial;
    border-radius: 7.5vw;
    text-align: left;
    align-items: center;
  }
}
.kitPoint_item::before {
  margin: 0 auto;
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: 600;
  counter-increment: listnum;
  content: counter(listnum);
  color: #009564;
  line-height: 1;
  font-size: 4.8rem;
}
@media only screen and (max-width: 640px) {
  .kitPoint_item::before {
    position: static;
  }
}
.kitPoint_title {
  margin-bottom: 1em;
  color: #009564;
  line-height: 1.3;
}
.kitActivity_container .title-middle {
  margin-bottom: 0.5em;
}
.kitActivity_container .title-middle.-education {
  color: rgb(242, 153, 79);
}
.kitActivity_container .title-middle.-nursing {
  color: rgb(241, 151, 145);
}
.kitActivity_container .title-middle.-medical {
  color: rgb(120, 190, 0);
}
.kitActivity_container .title-middle.-oral {
  color: rgb(0, 184, 190);
}

.kitFacility_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .kitFacility_list {
    gap: 6.25vw;
  }
}
.kitFacility_box {
  margin-bottom: 3.6rem;
  display: flex;
  justify-content: space-between;
}
.kitFacility_text {
  width: 26rem;
}
@media only screen and (max-width: 640px) {
  .kitFacility_text {
    width: 50%;
  }
}
.kitFacility_image {
  width: 27rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .kitFacility_image {
    width: 45%;
  }
}
.kitFacility_area {
  margin-bottom: 1em;
  padding: 0 0.5em;
  color: #fff;
  background: #009564;
  display: inline-block;
}

.related_link li {
  margin: 0.5em;
}
@media only screen and (max-width: 640px) {
  .related_link li::before {
    margin-top: 1em;
    width: auto;
  }
}/*# sourceMappingURL=education.css.map */