@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300..500&display=swap");
.nav_health .column_item {
  position: relative;
  text-align: center;
  color: #009564;
}
.nav_health .column_item a {
  color: #009564;
  font-size: 2.4rem;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .nav_health .column_item a {
    font-size: 3.75vw;
  }
}
.nav_health .column_item span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .nav_health .column_item span {
    font-size: 2.5vw;
  }
}
.nav_health .column_item::after {
  content: "▼";
  position: absolute;
  bottom: -2rem;
  left: 0;
  display: block;
  width: 100%;
  text-align: acenter;
}
@media only screen and (max-width: 640px) {
  .nav_health .column_item::after {
    bottom: -1.5625vw;
  }
}

.flow_title {
  margin: 0 auto 3.6rem;
  padding: 0.25em;
  border-radius: 3em;
  color: #fff;
  background: #009564;
  font-size: 2rem;
  width: 22.8rem;
  text-align: center;
}
.flow_container {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .flow_container {
    gap: 5.625vw;
  }
}
.flow_container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 11rem;
  display: block;
  width: 0.8rem;
  height: 100%;
  background: #009564;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .flow_container::before {
    left: 6.25vw;
    width: 1.25vw;
  }
}
.flow_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .flow_item {
    flex-direction: column;
    gap: 1.5625vw;
  }
}
.flow_item dt {
  padding: 0.5em 0.25em;
  width: 22.8rem;
  border: solid 1px #009564;
  border-radius: 3em;
  background: #fff;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .flow_item dt {
    width: 35.625vw;
    font-size: 3.75vw;
  }
}
.flow_item dd {
  padding: 0.5em 0 0;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .flow_item dd {
    padding-left: 12.5vw;
    font-size: 3.125vw;
  }
}
.flow_item.-final dt {
  border: none;
  color: #fff;
  background: rgb(255, 174, 0);
}

.calendar_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .calendar_container {
    display: block;
  }
}
.calendar_column {
  width: 48.6666666667%;
}
@media only screen and (max-width: 640px) {
  .calendar_column {
    width: 100%;
  }
}
.calendar_item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px rgb(217, 217, 217);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 640px) {
  .calendar_item {
    margin-bottom: 4.6875vw;
    padding-bottom: 4.6875vw;
    flex-wrap: wrap;
    gap: 1.5625vw;
  }
}
.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: 0;
    font-size: 3.75vw;
    width: 15.625vw;
    text-align: left;
  }
}
.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_event {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 640px) {
  .calendar_event {
    width: 37.5vw;
  }
}
@media only screen and (max-width: 640px) {
  .calendar_event.-large {
    width: auto;
  }
}
.calendar_event dl {
  margin-bottom: 0.75em;
  display: flex;
  line-height: 1.3;
}
.calendar_event dl dt {
  width: 30%;
}
.calendar_event dl dd {
  width: 70%;
}
.calendar_image {
  margin: 0 0 0 auto;
  width: 41.095890411%;
}
@media only screen and (max-width: 640px) {
  .calendar_image {
    width: 28.125vw;
  }
}

.campusmap_map {
  position: relative;
}
.campusmap_map figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .campusmap_map figcaption {
    margin-top: 1em;
    position: static;
    font-size: 3.125vw;
    text-align: center;
  }
}

.button-support a {
  border: solid 1px #009564;
  display: block;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.button-support .buttonSupport_title {
  padding: 1em;
  color: #fff;
  background: #009564;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .button-support .buttonSupport_title {
    font-size: 5vw;
  }
}
.button-support .buttonSupport_title span {
  font-size: 1.6rem;
}
.button-support .buttonSupport_site {
  padding: 0.5em 2.5em 0.5em 0.5em;
  text-align: right;
  position: relative;
  font-weight: 500;
}
.button-support .buttonSupport_site::after {
  margin: auto 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.65rem 0 0.65rem 1rem;
  border-color: transparent transparent transparent #009564;
}

.club_container {
  display: flex;
  justify-content: center;
  gap: 4.5833333333vw;
}
@media only screen and (max-width: 640px) {
  .club_container {
    display: block;
  }
}
.club_container .column-left {
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .club_container .column-left {
    width: 100%;
  }
}
.club_container .column-right {
  width: 46.3541666667%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .club_container .column-right {
    width: 100%;
  }
}
.club_container .column_text {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .club_container .column_text {
    font-size: 3.125vw;
  }
}
.club_container.-container01 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 640px) {
  .club_container.-container01 {
    margin-bottom: 0;
  }
}
.club_container.-container01 .column-left .column_inner {
  margin-left: auto;
  width: 64.5833333333%;
}
@media only screen and (max-width: 640px) {
  .club_container.-container01 .column-left .column_inner {
    margin-left: 0;
    width: 62.5%;
  }
}
.club_container.-container01 .column-right {
  margin-top: 28.125vw;
}
@media only screen and (max-width: 640px) {
  .club_container.-container01 .column-right {
    margin-top: 6.25vw;
  }
}
.club_container.-container01 .column-right .column_inner {
  margin-right: auto;
  width: 68.5393258427%;
}
@media only screen and (max-width: 640px) {
  .club_container.-container01 .column-right .column_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .club_container.-container01 .column-right .column_inner figure {
    width: 48%;
  }
}
.club_container.-container02 {
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .club_container.-container02 {
    margin-bottom: 6.25vw;
  }
}
.club_container.-container02 .column-left {
  margin-top: -26.0416666667vw;
  margin-bottom: 5.2083333333vw;
}
@media only screen and (max-width: 640px) {
  .club_container.-container02 .column-left {
    margin-top: 0;
    margin-bottom: 6.25vw;
  }
}
.club_container.-container02 .column_text {
  width: 49rem;
  margin-bottom: 10.4166666667vw;
}
@media only screen and (max-width: 640px) {
  .club_container.-container02 .column_text {
    width: 100%;
    margin-bottom: 6.25vw;
  }
}
.club_container.-container03 {
  align-items: center;
}
.club_container.-container03 .column-left .column_inner {
  margin-left: auto;
  width: 88.5416666667%;
}
@media only screen and (max-width: 640px) {
  .club_container.-container03 .column-left .column_inner {
    margin-bottom: 6.25vw;
    width: 100%;
  }
}
.club_container .with_caption {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .club_container .with_caption {
    position: static;
  }
}
.club_container .with_caption figcaption {
  border-radius: 4rem;
  position: absolute;
  right: -26.0416666667vw;
  top: 10.4166666667vw;
  font-size: 1.25vw;
  border: solid 5px #009564;
  padding: 1.5em 2em;
  background: #fff;
  text-align: left;
  color: #009564;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .club_container .with_caption figcaption {
    border-radius: 6.25vw;
    padding: 1em 1.5em;
    right: 4.6875vw;
    top: 12.5vw;
  }
}
.club_container .with_caption figcaption::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 16px 60px 16px 0;
  border-color: transparent #009564 transparent transparent;
  translate: -100% -50%;
}
.club_container .with_caption figcaption::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10.8px 40.6px 10.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
}
@media only screen and (max-width: 1200px) {
  .club_container .with_caption figcaption {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .club_container .with_caption figcaption {
    font-size: 3.125vw;
  }
}
.clubList_container {
  padding: 3rem;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 640px) {
  .clubList_container {
    display: block;
  }
}

.kobe_head {
  margin-bottom: 6rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .kobe_head {
    margin-top: 9.375vw;
    margin-bottom: 9.375vw;
  }
}
.kobe_title {
  color: #009564;
  position: absolute;
  top: 13.5416666667vw;
  left: 8.3333333333vw;
}
@media only screen and (max-width: 640px) {
  .kobe_title {
    margin: 0 auto;
    top: -9.375vw;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.kobe_title .en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 6.6666666667vw;
}
@media only screen and (max-width: 640px) {
  .kobe_title .en {
    font-size: 10vw;
  }
}
.kobe_title .jp {
  font-size: 2.0833333333vw;
}
@media only screen and (max-width: 640px) {
  .kobe_title .jp {
    font-size: 3.125vw;
  }
}
.kobe_image {
  margin: 0 0 0 auto;
  width: 79.1666666667%;
}
@media only screen and (max-width: 640px) {
  .kobe_image {
    margin: 0 -4.6875vw;
    width: auto;
  }
}
.kobe_container {
  display: flex;
  justify-content: center;
  margin: 6rem auto;
}
@media only screen and (max-width: 640px) {
  .kobe_container {
    margin: 6.25vw auto;
  }
}
.kobe_container.-container {
  align-items: center;
}
.kobe_container.-container01 {
  width: 66.6666666667%;
  align-items: flex-end;
  gap: 3.125vw;
  position: relative;
}
@media only screen and (max-width: 1390px) {
  .kobe_container.-container01 {
    width: 96.2406015038%;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container01 {
    display: block;
    width: 100%;
  }
}
.kobe_container.-container01 .column-left {
  width: 57.8125%;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container01 .column-left {
    width: 100%;
  }
}
.kobe_container.-container01 .column-left .column_inner {
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container01 .column-left .column_inner {
    margin-left: 0;
    width: 100%;
  }
}
.kobe_container.-container01 .column-right {
  margin-bottom: 6.25vw;
  width: 38.28125%;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container01 .column-right {
    margin-left: auto;
    margin-top: 6.25vw;
    margin-bottom: 6.25vw;
    width: 100%;
  }
}
.kobe_container.-container01 .column-right .column_inner {
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container01 .column-right .column_inner {
    margin: 0 0 0 auto;
  }
}
.kobe_container.-container02 {
  margin-left: 12.5vw;
  width: 66.6666666667%;
  gap: 7.9166666667vw;
}
@media only screen and (max-width: 1390px) {
  .kobe_container.-container02 {
    margin-left: auto;
    width: 96.2406015038%;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 {
    margin-top: 6.25vw;
    margin-top: bottom(40);
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
.kobe_container.-container02 .column-left {
  width: 54.6875%;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 .column-left {
    width: 100%;
  }
}
.kobe_container.-container02 .column-left .column_inner {
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 .column-left .column_inner {
    margin-left: 0;
  }
}
.kobe_container.-container02 .column-right {
  width: 36.4341085271%;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 .column-right {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 .column-right {
    margin-top: 6.25vw;
  }
}
.kobe_container.-container02 .column-right .column_inner {
  margin-right: auto;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 .column-right .column_inner {
    width: 100%;
  }
}
.kobe_container.-container02 .column-right figure {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container02 .column-right figure {
    margin-top: 6.25vw;
  }
}
.kobe_container.-container03 {
  margin-left: 20.8333333333vw;
  width: 63.5416666667%;
  gap: 2.6041666667vw;
}
@media only screen and (max-width: 1390px) {
  .kobe_container.-container03 {
    margin-left: auto;
    width: 91.7293233083%;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container03 {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
.kobe_container.-container03 .column-left {
  width: 36.71875%;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container03 .column-left {
    width: 100%;
  }
}
.kobe_container.-container03 .column-left .column_inner {
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container03 .column-left .column_inner {
    margin-left: 0;
  }
}
.kobe_container.-container03 .column-right {
  width: 54.2635658915%;
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container03 .column-right {
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container03 .column-right {
    margin-top: 6.25vw;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container.-container03 .column-right .column_inner {
    width: 100%;
  }
}
.kobe_container .with_caption {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .kobe_container .with_caption {
    position: static;
  }
}
.kobe_container .with_caption figcaption {
  border-radius: 4rem;
  position: absolute;
  right: -19.7916666667vw;
  top: 8.6979166667vw;
  font-size: 1.25vw;
  border: solid 5px #009564;
  padding: 1.5em 2em;
  background: #fff;
  text-align: left;
  color: #009564;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .kobe_container .with_caption figcaption {
    border-radius: 6.25vw;
    padding: 1em 1.5em;
    right: -3.125vw;
    top: 12.5vw;
  }
}
.kobe_container .with_caption figcaption::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18%;
  border-style: solid;
  border-width: 60px 23px 0 23px;
  border-color: #009564 transparent transparent;
  translate: -50% 100%;
}
.kobe_container .with_caption figcaption::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18%;
  border-style: solid;
  border-width: 46px 17.6px 0 17.6px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
@media only screen and (max-width: 1200px) {
  .kobe_container .with_caption figcaption {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_container .with_caption figcaption {
    font-size: 3.125vw;
  }
}

.voice_container .pageNav_list {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 640px) {
  .voice_container .pageNav_list {
    margin: 4.6875vw auto 0;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .voice_container .column_item:first-child {
    margin-bottom: 9.375vw;
  }
}
.voice_item {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 2rem;
  width: 53rem;
}
@media only screen and (max-width: 640px) {
  .voice_item {
    margin-bottom: 3.125vw;
    padding: 1.5625vw;
    width: 100%;
    font-size: 3.4375vw;
    gap: 3.75vw;
  }
}
.voice_item:nth-child(odd) {
  margin-left: 2rem;
}
@media only screen and (max-width: 640px) {
  .voice_item:nth-child(odd) {
    margin-left: 0;
  }
}
.voice_item.-medical {
  background: rgba(120, 190, 0, 0.15);
}
.voice_item.-medical .voice-section {
  background: rgb(120, 190, 0);
}
.voice_item.-education {
  background: rgba(242, 153, 79, 0.15);
}
.voice_item.-education .voice-section {
  background: rgb(242, 153, 79);
}
.voice_item.-nursing {
  background: rgba(241, 151, 145, 0.15);
}
.voice_item.-nursing .voice-section {
  background: rgb(241, 151, 145);
}
.voice_item.-radiological {
  background: rgba(158, 84, 202, 0.15);
}
.voice_item.-radiological .voice-section {
  background: rgb(158, 84, 202);
}
.voice_item.-oral {
  background: rgba(0, 184, 190, 0.15);
}
.voice_item.-oral .voice-section {
  background: rgb(0, 184, 190);
}
.voice_image {
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .voice_image {
    width: 40%;
  }
}
.voice-section {
  margin-left: -4.8rem;
  margin-bottom: 1em;
  padding: 0 0.75em;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .voice-section {
    margin-left: -7.5vw;
    font-size: 3.125vw;
  }
}

.button-instagram {
  text-align: center;
}
.button-instagram a {
  display: inline-block;
}

.access_container {
  gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .access_container {
    gap: 4.6875vw;
  }
}
.access_item {
  padding: 3rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 3rem;
  background: linear-gradient(167deg, rgba(47, 180, 136, 0.2) 3.28%, rgba(0, 149, 100, 0.2) 90.64%);
}
@media only screen and (max-width: 640px) {
  .access_item {
    padding: 4.6875vw;
    gap: 4.6875vw;
  }
}
.access_image {
  width: 20rem;
}
@media only screen and (max-width: 640px) {
  .access_image {
    width: 40%;
  }
}
.access_text {
  line-height: 1.3;
}
.access-from {
  font-size: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .access-from {
    font-size: 4.375vw;
  }
}
.access-from span {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .access-from span {
    font-size: 3.125vw;
  }
}
.access-minutes {
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .access-minutes {
    font-size: 5vw;
  }
}
.access-minutes em {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 7.6rem;
  color: #009564;
}
@media only screen and (max-width: 640px) {
  .access-minutes em {
    font-size: 11.875vw;
  }
}

.kobe_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  width: 66rem;
}
@media only screen and (max-width: 640px) {
  .kobe_bottom {
    width: 100%;
  }
}
.kobe_bottom figure {
  width: 25rem;
}
@media only screen and (max-width: 640px) {
  .kobe_bottom figure {
    width: 43.75vw;
  }
}
.kobe_bottom .kobe_bottom_text {
  margin-top: 2em;
  border-radius: 4rem;
  position: relative;
  font-size: 2.4rem;
  border: solid 5px #009564;
  padding: 1em 1.5em;
  background: #fff;
  color: #009564;
  font-weight: 700;
  line-height: 1.6;
  width: 39rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .kobe_bottom .kobe_bottom_text {
    border-radius: 6.25vw;
    padding: 0.5em 1em;
    right: 4.6875vw;
    top: 0;
    width: 60.9375vw;
  }
}
.kobe_bottom .kobe_bottom_text::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) {
  .kobe_bottom .kobe_bottom_text::before {
    border-width: 3.125vw 7.8125vw 3.125vw 0;
  }
}
.kobe_bottom .kobe_bottom_text::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) {
  .kobe_bottom .kobe_bottom_text::after {
    border-width: 2.28125vw 5.703125vw 2.28125vw 0;
  }
}
@media only screen and (max-width: 1200px) {
  .kobe_bottom .kobe_bottom_text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .kobe_bottom .kobe_bottom_text {
    font-size: 3.75vw;
  }
}/*# sourceMappingURL=campuslife.css.map */