@charset "UTF-8";
/* Scss Document */
.header {
  background: transparent;
}

.mainVisual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .mainVisual {
    height: 96rem;
  }
}
@media only screen and (max-width: 640px) {
  .mainVisual {
    height: calc(100svh - 17.1875vw);
  }
}
.mainVisual .mainVisual_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-inline-size: none;
}
@media only screen and (max-width: 640px) {
  .mainVisual .mainVisual_video {
    height: 100%;
    min-height: initial;
  }
}

.main {
  padding-top: 0;
  background: none;
}
@media only screen and (max-width: 640px) {
  .main {
    padding-bottom: 0;
  }
}

.title-withEn {
  margin-bottom: 6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .title-withEn {
    margin-bottom: 9.375vw;
    text-align: center;
  }
}
.title-withEn .en {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 7.2rem;
  color: #009564;
}
@media only screen and (max-width: 640px) {
  .title-withEn .en {
    font-size: 10vw;
  }
}
.title-withEn .jp {
  font-size: 2.4rem;
}
@media only screen and (max-width: 640px) {
  .title-withEn .jp {
    font-size: 3.75vw;
  }
}

.banner_head {
  padding-bottom: 4.2rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .banner_head {
    padding-bottom: 5.625vw;
  }
}
.banner_head .content {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .banner_head .inner {
    padding: 0;
  }
}
.banner_head .banner_item {
  transition: transform 0.3s;
  transform: scale(0.8);
  transform-origin: bottom;
}
@media only screen and (max-width: 640px) {
  .banner_head .banner_item {
    width: 62.5vw;
  }
}
.banner_head .banner_item.slick-center {
  transform: scale(1);
}
.banner_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(180deg, #90c77b 25%, #008249 100%);
  width: 100%;
  height: 23rem;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .banner_head::after {
    height: 26.5625vw;
  }
}
.banner_head .slick-slider .slick-arrow {
  width: 2.8rem;
  height: 2.8rem;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.banner_head .slick-slider .slick-arrow::before {
  content: "";
}
.banner_head .slick-slider .slick-prev {
  left: 6rem;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
}
.banner_head .slick-slider .slick-prev:hover {
  opacity: 0.6;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
}
.banner_head .slick-slider .slick-next {
  right: 6rem;
  background: url(../img/common/arrow_next.svg) no-repeat center center;
}
.banner_head .slick-slider .slick-next:hover {
  opacity: 0.6;
  background: url(../img/common/arrow_next.svg) no-repeat center center;
}

.important .content {
  margin: 4.8rem auto;
}
@media only screen and (max-width: 640px) {
  .important .content {
    margin-top: -4.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .important .inner {
    padding: 0;
  }
}
.important_container {
  border: solid 2px #009564;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .important_container {
    border: none;
    flex-direction: column;
    align-items: flex-start;
  }
}
.important_title {
  padding: 0.5em;
  color: #fff;
  background: #009564;
  width: 19rem;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .important_title {
    margin-top: -4.4rem;
    padding: 0.5em 1em;
    display: flex;
    align-items: center;
    width: auto;
    font-size: 3.125vw;
  }
}
.important_title::before {
  margin: 0 auto;
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/index_new/icon_important.svg) no-repeat center center;
  width: 100% auto;
}
@media only screen and (max-width: 640px) {
  .important_title::before {
    margin: 0 0.5em 0 0;
  }
}
.important_post {
  padding: 1em 2em;
  width: calc(100% - 19rem);
}
@media only screen and (max-width: 640px) {
  .important_post {
    padding: 1em;
    border: solid 3px #009564;
    background: #fff;
    width: 100%;
    overflow: hidden;
  }
}
.important_post dl {
  display: flex;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .important_post dl {
    border-radius: 0;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
  }
}
.important_post dt {
  font-size: 1.5rem;
  width: 8em;
  font-weight: 500;
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .important_post dt {
    margin-right: 1em;
    width: auto;
    font-size: 3.125vw;
  }
}
.important_post dd {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .important_post dd {
    font-size: 3.125vw;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
    /* 右端から開始 */
  }
  100% {
    transform: translateX(-100%);
    /* 左端まで移動 */
  }
}
.news_head-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .news_head-container {
    align-items: center;
    flex-direction: column;
  }
}
.news_category {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 640px) {
  .news_category {
    margin-bottom: 9.375vw;
  }
}
.news_categoryItem.is-current a {
  color: #009564;
  background: #fff;
}

.about .inner {
  position: relative;
}
.about_container {
  display: flex;
  gap: 6.0126582278%;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .about_container {
    flex-direction: column;
    gap: spp(30);
  }
}
.about .title-withEn {
  position: absolute;
  top: 0;
  left: 9rem;
}
@media only screen and (max-width: 640px) {
  .about .title-withEn {
    position: static;
  }
}
.about_body {
  padding-top: 18rem;
  width: 29.746835443%;
}
@media only screen and (max-width: 640px) {
  .about_body {
    padding-top: 0;
    width: 100%;
  }
}
.about_image {
  position: relative;
  width: 60.1265822785%;
}
@media only screen and (max-width: 640px) {
  .about_image {
    margin-bottom: 6.25vw;
    width: 100%;
  }
}
.about_image-catch {
  position: absolute;
  top: -3.2rem;
  right: 5.2rem;
  padding: 1em 0.75em;
  border-radius: 0.8rem;
  color: #fff;
  background: #009564;
  font-size: 4.8rem;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
  z-index: 2;
}
@media only screen and (max-width: 1390px) {
  .about_image-catch {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .about_image-catch {
    right: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .about_image-catch {
    border-radius: 0.6rem;
    right: auto;
    top: -3.2rem;
    left: 5.2rem;
    font-size: 5.625vw;
  }
}
.about_image figure {
  overflow: hidden;
  border-radius: 2.4rem;
  box-shadow: 2rem 2rem 0 0 #009564;
}
@media only screen and (max-width: 640px) {
  .about_image figure {
    border-radius: 1.875vw;
    box-shadow: 1.875vw 1.875vw 0 0 #009564;
  }
}

.faculty {
  padding: 0;
}
.faculty_list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.7rem 2.1264367816%;
  width: 90.625%;
}
@media only screen and (max-width: 640px) {
  .faculty_list {
    flex-direction: column;
    gap: 4.6875vw;
  }
}
.faculty_item {
  width: 31.8965517241%;
  overflow: hidden;
  border-radius: 1.6rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .faculty_item {
    width: 100%;
    border-radius: 1.875vw;
  }
}
.faculty_item a {
  display: block;
}
.faculty_item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4.6875vw;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .faculty_item a::after {
    font-size: 5.6rem;
    height: 5.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .faculty_item a::after {
    height: 10.9375vw;
  }
}
.faculty_label {
  padding: 0.75em 0.65em 0.75em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 1.875vw;
  color: #fff;
  font-weight: 500;
  line-height: 1em;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .faculty_label {
    font-size: 2.2rem;
  }
}
.faculty_label span {
  margin-right: 0.5em;
  font-size: 1.6rem;
}
.faculty_label::after {
  margin: auto 0 auto auto;
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.8rem;
  background: url(../img/common/arrow_s_w.svg) no-repeat right center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .faculty_label::after {
    width: 5vw;
    height: 1.25vw;
  }
}
.faculty .-nursing a::after {
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, #ff87a3 25%, #c76a9c 100%);
}
.faculty .-medical a::after {
  background: linear-gradient(90deg, #78bd00 50%, #65b671 100%);
  mix-blend-mode: multiply;
}
.faculty .-radiological a::after {
  background: linear-gradient(90deg, #955095 25%, #7280c3 100%);
  mix-blend-mode: multiply;
}
.faculty .-n_oral_health a::after {
  background: linear-gradient(90deg, #50aeef 25%, #5fb496 100%);
  mix-blend-mode: multiply;
}
.faculty .-education a::after {
  background: linear-gradient(90deg, #e59500 25%, #ff87a3 75%);
  mix-blend-mode: multiply;
}
.faculty_image {
  position: relative;
  z-index: 0;
}

.target_indexList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .target_indexList {
    gap: 3.125vw;
  }
}
.target_indexItem {
  width: 16.9rem;
}
@media only screen and (max-width: 640px) {
  .target_indexItem {
    width: 26.875vw;
  }
}
.target_indexItem a {
  padding: 0.75em 0;
  display: flex;
  flex-direction: column;
  border: solid 2px #009564;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0.4rem 0.4rem 0 0 #009564;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .target_indexItem a {
    font-size: 3.4375vw;
  }
}
.target_indexItem a span {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 640px) {
  .target_indexItem a span {
    font-size: 2.8125vw;
  }
}
.target_indexItem a::after {
  margin: 0.5em auto 0;
  content: "";
  display: block;
  width: 3.2rem;
  height: 0.8rem;
  background: url(../img/common/arrow_s_g.svg) no-repeat right center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  .target_indexItem a::after {
    width: 5vw;
    height: 1.25vw;
  }
}
.target_indexImage {
  margin: 0 auto 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
}

.faceVoice .content {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62rem;
  background: url(../img/index_new/bg_face-voice.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .faceVoice .content {
    height: 126.5625vw;
    background: url(../img/index_new/bg_face-voice_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.faceVoice_container {
  padding: 4rem;
  border-radius: 1.6rem;
  width: 68rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .faceVoice_container {
    border-radius: 2.5vw;
    width: 71.25vw;
  }
}
.faceVoice_container a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.faceVoice_title {
  margin: 0 auto 4rem;
  width: 49rem;
}
@media only screen and (max-width: 640px) {
  .faceVoice_title {
    margin: 0 auto 4.6875vw;
    width: 53.75vw;
  }
}
.faceVoice_lead {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .faceVoice_lead {
    font-size: 3.75vw;
  }
}
.faceVoice .button-more {
  margin-top: 4rem;
}
.faceVoice .button-more span {
  background: #009564;
}

.banner_bottom .content {
  margin: 0;
  padding: 6rem 0;
  background: #c4e2bd;
}
@media only screen and (max-width: 640px) {
  .banner_bottom .content {
    padding: 7.8125vw 0 3.90625vw;
  }
}
@media only screen and (max-width: 640px) {
  .banner_bottom .inner {
    padding: 0;
  }
}
.banner_bottomList {
  margin: 0 auto;
  width: 130rem;
}
@media only screen and (max-width: 1390px) {
  .banner_bottomList {
    width: 100%;
  }
}
.banner_bottom .banner_item {
  padding: 0 1rem;
  width: 32.5rem;
}
.banner_bottom .banner_item a {
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.banner_bottom .banner_item a::after {
  content: "";
  position: absolute;
  bottom: 1em;
  right: 1em;
  display: block;
  width: 3.2rem;
  height: 0.8rem;
  background: url(../img/common/arrow_s_g.svg) no-repeat right center;
  background-size: auto 100%;
}
.banner_bottom .banner_image {
  margin-right: 1.6rem;
  width: 10rem;
  height: 10rem;
}
.banner_bottom .banner_label {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  width: 17.5rem;
}

.bg_index01 {
  position: relative;
}
.bg_index01::before {
  content: "";
  position: absolute;
  top: -4.8rem;
  right: 0;
  width: 118.1rem;
  height: 32.9rem;
  background: url(../img/index_new/bg_index01.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_index01::before {
    top: 4.8rem;
    right: -25%;
    width: 100vw;
    height: 27.8125vw;
  }
}
.bg_index02 {
  position: relative;
}
.bg_index02::before {
  content: "";
  position: absolute;
  top: -9.6rem;
  right: 0;
  width: 125.4rem;
  height: 76rem;
  background: url(../img/index_new/bg_index02.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_index02::before {
    top: -9.6rem;
    width: 100vw;
    height: 60.46875vw;
  }
}
.bg_index03 {
  position: relative;
}
.bg_index03::before {
  content: "";
  position: absolute;
  top: -9.6rem;
  left: 0;
  width: 125.8rem;
  height: 92.1rem;
  background: url(../img/index_new/bg_index03.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_index03::before {
    top: -11.25vw;
    width: 100vw;
    height: 71.875vw;
  }
}
.bg_index04 {
  position: relative;
}
.bg_index04::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90.6rem;
  height: 124rem;
  background: url(../img/index_new/bg_index04.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_index04::before {
    bottom: auto;
    top: -11.25vw;
    width: 100vw;
    height: 136.71875vw;
  }
}
.bg_index05 {
  position: relative;
}
.bg_index05::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 96.9rem;
  height: 42.1rem;
  background: url(../img/index_new/bg_index03.jpg) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
}
@media only screen and (max-width: 640px) {
  .bg_index05::before {
    bottom: -12.5vw;
    width: 100vw;
    height: 43.4375vw;
  }
}/*# sourceMappingURL=index_new.css.map */