@charset "UTF-8";
.page-wrap {
  margin: 87px 0 140px 0;
}

.breadcrumb-wrap {
  background: #F5A100;
  padding: 10px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1.4rem;
}
.breadcrumb a {
  color: #fff;
}

.page-menu {
  padding: 30px 0 25px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #afb3b6;
  margin: 77px 0 90px;
}
.page-menu__item {
  margin-right: 2.5vw;
  margin-bottom: 5px;
  padding-left: 24px;
  position: relative;
}
.page-menu__item a {
  color: #444;
}
.page-menu__item:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(/img/common/icon-arrow-down.png) 0/contain no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

/* --------------- title style ----------------- */
.page-ttl-wrap {
  height: 260px;
  position: relative;
  background: url(/img/page/ttl-img.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--about {
  background: url(/img/page/ttl-img-about.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--course {
  background: url(/img/page/ttl-img-course.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--nursing {
  background: url(/img/page/ttl-img-nursing.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--healthfaculty {
  background: url(/img/page/ttl-img-healthfaculty.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--physiotherapy {
  background: url(/img/page/ttl-img-physiotherapy.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--occupational {
  background: url(/img/page/ttl-img-occupational.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--life {
  background: url(/img/page/ttl-img-life.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--future {
  background: url(/img/page/ttl-img-future.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--career {
  background: url(/img/page/ttl-img-career.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--admission {
  background: url(/img/page/ttl-img-admission.jpg) 0/cover no-repeat;
  background-position: right;
}
.page-ttl-wrap.--normal {
  background: url(/img/page/ttl-img-normal.jpg) 0/cover no-repeat;
  background-position: right;
}

.page-ttl-inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.page-ttl .jp {
  font-size: 3.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: -18px;
}
.page-ttl .en {
  display: inline-block;
  background: #F5A100;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 2px 10px;
  text-transform: uppercase;
}

.page-ttl-h2 {
  font-size: 3.2rem;
  color: #F5A100;
  font-weight: 500;
  margin: 100px 0 40px;
  padding-top: 30px;
  position: relative;
}
.page-ttl-h2:before {
  content: "";
  display: block;
  width: 214px;
  height: 4px;
  background: #F5A100;
  position: absolute;
  top: 0;
  left: 0;
}
.page-ttl-h2:after {
  content: "";
  display: block;
  width: calc(100% - 214px);
  height: 4px;
  background: #D6D6D6;
  position: absolute;
  top: 0;
  left: 214px;
}

.page-ttl-h2-wrap {
  position: relative;
}
.page-ttl-h2-wrap .page-ttl-h2, .page-ttl-h2-wrap .page-ttl-h2-B {
  padding-right: 140px;
}

.page-ttl-h2-btn {
  position: absolute;
  top: 30%;
  right: 10px;
  color: #444;
  padding-right: 50px;
}
.page-ttl-h2-btn .arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.page-ttl-h2-arrow-wrap {
  position: relative;
}
.page-ttl-h2-arrow-wrap .page-ttl-h2 {
  padding-right: 40px;
}

.page-ttl-h2-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
}

.page-ttl-h2-B {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #F5A100;
  margin: 100px 0 60px;
  position: relative;
}
.page-ttl-h2-B:before {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  background: #fcc91a;
  position: absolute;
  bottom: -6px;
}
.page-ttl-h2-B:after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  background: #ffd78a;
  position: absolute;
  bottom: -10px;
}

.page-ttl-h3 {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 35px;
  margin: 40px 0 24px;
  position: relative;
}
.page-ttl-h3:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: linear-gradient(-45deg, #F6AC20 0%, #F6AC20 50%, #F19300 50%, #F19300 100%);
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 0;
}

.icon-pdf {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 4px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 30px 0 20px;
}
.page-ttl-h4.border-none {
  background-image: none;
  padding-bottom: 0;
}

/* ------------- text style ------------- */
.page-p {
  margin: 0 0 20px 0;
}

.page-list-normal > li {
  text-indent: -1em;
  padding-left: 1em;
}
.page-list-normal > li:before {
  content: "・";
  display: inline;
}
.page-list-normal > li > p {
  text-indent: 0;
}

.page-list-orange > li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}
.page-list-orange > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #F5A100;
  margin: -3px 10px 0 0;
  vertical-align: middle;
}

.page-list-orange02 > li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}
.page-list-orange02 > li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #f5a100 0%, #f5a100 50%, #fcc91a 50%, #fcc91a 100%);
  margin: -3px 10px 0 0;
  vertical-align: middle;
}

/* -------------- column style ---------------- */
.page-list-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-list-col2__item {
  /* width: 47%; */
}

.page-list-col3 {
  display: flex;
  flex-wrap: wrap;
}
.page-list-col3__item {
  display: block;
  width: 31%;
  margin-right: 3.5%;
}
.page-list-col3__item:nth-of-type(3n) {
  margin-right: 0;
}

.page-list-col4 {
  display: flex;
  flex-wrap: wrap;
}
.page-list-col4__item {
  display: block;
  width: 24%;
  margin-right: 1.3%;
}
.page-list-col4__item:nth-of-type(4n) {
  margin-right: 0;
}

/* ------------ table style -------------- */
.page-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.page-table {
  width: 100%;
  min-width: 800px;
  font-weight: 500;
}
@media print {
  .simplebar-placeholder {
    display: none;
  }
}
.page-table th {
  background: #F5A100;
  color: #fff;
  font-weight: 500;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px 20px;
}
.page-table th.color-light {
  background: #F4C00E;
}
.page-table th.txt-vertical span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: pre;
  display: block;
  min-width: 20px;
}
.page-table td {
  background: #F5F5F5;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 14px 20px;
}
.page-table td.num {
  text-align: right;
}
.page-table td.center {
  text-align: center;
}
.page-table tr.color-dark td {
  background: #EEEEEE;
}
.page-table tr.color-dark th {
  background: #9E9E9E;
}
.page-table--700 {
  min-width: 700px;
}
.page-table--600 {
  min-width: 600px;
}
.page-table--500 {
  min-width: 500px;
}
.page-table--400 {
  min-width: 400px;
}
.page-table--300 {
  min-width: 300px;
}
.page-table--B {
  border-collapse: separate;
  border-spacing: 4px;
}
.page-table--B th {
  border: 1px solid #F5A100;
  font-size: 1.8rem;
}
.page-table--B th.color-light {
  background: #ffd78a;
  border: 1px solid #ffd78a;
  color: #444;
}
.page-table--B th.color-light-more {
  background: #ffe6b7;
  border: 1px solid #ffe6b7;
  color: #444;
}
.page-table--B th.color-light-more02 {
  background: #fff1d6;
  border: 1px solid #fff1d6;
  color: #444;
}
.page-table--B td {
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 1.6rem;
}

.page-smbox {
  width: 95%;
  margin: 0 auto;
}

.page-boxline {
  border: 1px solid #D5D5D5;
  padding: 20px 30px;
}

/* --------------- btn style ---------------- */
.page-btn-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding-top: 50px;*/
}
.page-btn-col2 .page-btn {
  width: 47%;
}

.page-btn {
  display: block;
  padding: 16px 20px 16px 40px;
  border: 1px solid #444;
  color: #444;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.2s ease;
}
.page-btn:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(/img/common/icon-footer-list.png) 0/contain no-repeat;
  position: absolute;
  top: 20px;
  left: 16px;
}
.page-btn--pdf {
  padding: 16px 46px 16px 20px;
}
.page-btn--pdf:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(/img/common/icon-pdf.png) 0/contain no-repeat;
  position: absolute;
  top: 12px;
  right: 16px;
}
.page-btn--pdf:before {
  content: none;
}
.page-btn:hover {
  background: #FFF2B8;
}

.page-boxbtn {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(168, 168, 168, 0.5);
  transition: all 0.2s ease;
  margin-bottom: 40px;
}
.page-boxbtn__img {
  display: block;
  padding-top: 43%;
  position: relative;
}
.page-boxbtn__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-boxbtn__txt {
  display: block;
  background: #fff;
  font-size: 1.8rem;
  padding: 16px 20px;
  color: #444;
  position: relative;
}
.page-boxbtn__txt .arrow {
  position: absolute;
  top: 20%;
  right: 20px;
}
.page-boxbtn:hover {
  box-shadow: 0 0 3px rgba(168, 168, 168, 0.5);
}

.page-index-morebtn {
  display: inline-block;
  color: #444;
  padding-right: 50px;
  position: relative;
}
.page-index-morebtn .arrow {
  position: absolute;
  top: 0;
  right: 0;
}

.page-morebtn {
  display: block;
  max-width: 263px;
  width: 80%;
  line-height: 56px;
  color: #444;
  background: #fff;
  border: 1px solid #444;
  text-align: center;
  position: relative;
  transition: all 0.2s ease;
}
.page-morebtn .arrow {
  position: absolute;
  top: 45%;
  right: -20px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.page-morebtn:hover {
  background: #FFF2B8;
}

/* ------------- text link style --------------- */
.page-iconlink {
  padding-left: 26px;
  color: #444;
  position: relative;
}
.page-iconlink:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(/img/common/icon-footer-list.png) 0/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.page-txtlink {
  text-decoration: underline;
  color: #444;
}

.page-txtlink-pdf {
  text-decoration: underline;
  color: #444;
}
.page-txtlink-pdf:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/common/icon-pdf.png) 0/contain no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.page-txtlink-excel {
  text-decoration: underline;
  color: #444;
}
.page-txtlink-excel:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/common/icon-excel.png) 0/contain no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.page-txtlink-youtube {
  text-decoration: underline;
  color: #444;
}
.page-txtlink-youtube:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/common/icon-youtube.png) 0/contain no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

/* ------------- other page link --------------- */
.other-page-link {
  background: url(/img/common/bg.jpg);
  padding: 60px 0;
}
.other-page-link__inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.other-page-link__item {
  font-size: clamp(1.2rem, 0.5vw + 1rem, 1.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  text-align: left;
  color: #444;
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 26px;
  background: #fff;
  border-left: 10px solid #F5A100;
  padding: 5px 1%;
  transition: all 0.2s ease;
}
.other-page-link__item:nth-of-type(4n) {
  margin-right: 0;
}
.other-page-link__item:hover {
  background: #FFF2B8;
}

/* ------------ tab-style --------------*/
.page-tab-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-tab-item-wrap--col2 .page-tab-item {
  width: 50%;
}
.page-tab-item-wrap--col3 .page-tab-item {
  width: 33.3333333333%;
}
.page-tab-item-wrap--col4 .page-tab-item {
  width: 25%;
}
.page-tab-item-wrap--col5 .page-tab-item {
  width: 20%;
}

.page-tab-item {
  border: 1px solid #D6D6D6;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.page-tab-item .sm {
  font-size: 1rem;
}
.page-tab-item.is-active {
  background: #F5A100;
  color: #fff;
  border: 1px solid #F5A100;
}
.page-tab-item.is-active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #F5A100;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.page-tab-item.is-active:hover {
  background: #F5A100;
}
.page-tab-item:hover {
  background: #FFF2B8;
}

.page-tab-panel {
  display: none;
}
.page-tab-panel.is-active {
  display: block;
}

/* -------------- youtube iframe style----------------- */
.page-youtube-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.page-youtube-wrap iframe {
  width: 100%;
  height: 100%;
}

/* --------------- index page common style ------------ */
.page-index-img {
  display: block;
  position: relative;
}
.page-index-img__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 90%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  font-weight: 500;
}
.page-index-img__ttl:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #FAD898;
  border-left: 10px solid #FAD898;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 5px;
  left: 5px;
}
.page-index-img__ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FAD898;
  border-right: 10px solid #FAD898;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.page-list-col3 .page-index-img__ttl {
  bottom: 0;
}

.page-list-col4 .page-index-img__ttl {
  font-size: 1.6rem;
  bottom: 0;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .page-wrap {
    margin: 15vw 0 80px 0;
  }
  .page-ttl-wrap {
    height: 150px;
    background-position: 85%!important;
  }
  .page-ttl-wrap.--course {
    background-position: 82%!important;
  }
  .page-ttl-wrap.--nursing {
    background-position: 90%!important;
  }
  .page-ttl-wrap.page-ttl-wrap.--healthfaculty {
    background-position: 82%!important;
  }
  .page-ttl-wrap.--physiotherapy {
    background-position: 92%!important;
  }
  .page-ttl-wrap.--life {
    background-position: 78%!important;
  }
  .page-ttl-wrap.--career {
    background-position: 67%!important;
  }
  .page-ttl .jp {
    font-size: 2rem;
    margin-bottom: -10px;
  }
  .page-ttl .en {
    font-size: 1rem;
  }
  .page-menu {
    padding: 10px 10px 5px 10px;
    font-size: 1.4rem;
    margin: 40px 0;
  }
  .page-menu__item {
    margin-right: 15px;
    padding-left: 22px;
  }
  .page-menu__item:before {
    top: 2px;
  }
  .page-ttl-h2 {
    font-size: 2.4rem;
    padding-top: 14px;
    margin: 60px 0 30px;
  }
  .page-ttl-h2:before {
    width: 35%;
  }
  .page-ttl-h2:after {
    left: 35%;
    width: 65%;
  }
  .page-ttl-h2-arrow {
    top: 30%;
  }
  .page-ttl-h2-wrap .page-ttl-h2, .page-ttl-h2-wrap .page-ttl-h2-B {
    padding-right: 120px;
  }
  .page-ttl-h2-btn {
    font-size: 1.2rem;
    padding-right: 30px;
    top: auto;
    bottom: 12px;
  }
  .page-ttl-h2-btn .arrow {
    width: 26px;
  }
  .page-ttl-h2-B {
    font-size: 2.2rem;
    margin: 60px 0 30px;
  }
  .page-ttl-h3 {
    font-size: 1.8rem;
    padding-left: 28px;
    margin: 30px 0 16px;
  }
  .page-ttl-h3:before {
    width: 22px;
    height: 22px;
    top: 3px;
  }
  .page-ttl-h4 {
    font-size: 1.6rem;
  }
  .page-boxline {
    padding: 12px 20px;
  }
  .page-list-col2 {
    display: block;
  }
  .page-list-col2__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-list-col2__item:last-of-type {
    margin-bottom: 0;
  }
  .page-list-col3 {
    display: block;
  }
  .page-list-col3__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-list-col3__item:last-of-type {
    margin-bottom: 0;
  }
  .page-list-col4 {
    display: block;
  }
  .page-list-col4__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-list-col4__item:last-of-type {
    margin-bottom: 0;
  }
  .page-btn {
    margin-bottom: 20px;
    padding: 16px 16px 16px 38px;
  }
  .page-btn:before {
    top: 17px;
    left: 12px;
  }
  .page-btn--pdf {
    padding: 16px 46px 16px 16px;
  }
  .page-btn-col2 {
    display: block;
  }
  .page-btn-col2 .page-btn {
    width: 100%;
  }
  .page-boxbtn {
    margin-bottom: 20px;
  }
  .page-boxbtn__txt {
    font-size: 1.6rem;
  }
  .page-morebtn {
    line-height: 40px;
  }
  .other-page-link {
    margin-bottom: 80px;
    padding: 30px 0;
  }
  .other-page-link__item {
    font-size: 1.4rem;
    width: 100%;
    min-height: 60px;
    margin-right: 0;
    margin-bottom: 15px;
    justify-content: left;
    padding-left: 10px;
  }
  .page-table th {
    font-size: 1.4rem !important;
    padding: 10px 12px;
  }
  .page-table td {
    font-size: 1.4rem;
    padding: 10px 12px;
  }
  .page-tab-item-wrap--col5 .page-tab-item:nth-of-type(1),
  .page-tab-item-wrap--col5 .page-tab-item:nth-of-type(2),
  .page-tab-item-wrap--col5 .page-tab-item:nth-of-type(3) {
    width: 33.3333333333%;
  }
  .page-tab-item-wrap--col5 .page-tab-item:nth-of-type(4),
  .page-tab-item-wrap--col5 .page-tab-item:nth-of-type(5) {
    width: 50%;
  }
  .page-tab-item {
    font-size: 1.4rem;
    padding: 12px 0;
  }
  .page-index-img__ttl {
    font-size: 1.8rem;
    bottom: 0;
  }
}


/* ----------------------------------------------
   sitemap
   ---------------------------------------------- */
   .sitemap-lists > li {
    margin: 0 0 20px;
  }
  
  .sitemap-sub-lists {
    padding-left: 30px;
  }
  .sitemap-sub-lists a {
    color: #444;
    padding-left: 10px;
    position: relative;
  }
  .sitemap-sub-lists a:before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    background: url(/img/common/icon-arrrow-sm.png) 0/contain no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
  }
  
  .sitemap-sub-lists > li {
    margin: 5px 0;
  }