@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
#avoidProgenyError::before {
  content: "";
}

/* トップ */

body.top {
  position: relative;
}

body.top .l-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

body.top .l-header .topArea {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

body.top .l-header .topArea .l-header__container>div.target .targetMenuBtn>span {
  color: #FFF;
}

body.top .l-header .topArea .l-header__container>div.target .targetMenuBtn>span::before {
  background-image: url(../images/icon_people_white.png);
}

body.top .l-header .topArea .l-header__container>div.target .targetMenuBtn>span::after {
  border-top-color: #FFF;
}

body.top .l-header .topArea .l-header__container>div.link .linkList a {
  color: #FFF;
}

body.top .l-header .topArea .l-header__container>div.link .linkList .hosp a::before {
  background-image: url(../images/icon_hosp_white.png);
}

body.top .l-header .topArea .l-header__container>div.link .linkList .access a::before {
  background-image: url(../images/icon_pin_white2.png);
}

body.top .l-header .topArea .l-header__container>div.link .linkList .contact a::before {
  background-image: url(../images/icon_balloon_white2.png);
}

body.top .l-header .topArea .l-header__container>div.link .linkList .request a::before {
  background-image: url(../images/icon_book_white.png);
}

body.top .l-header .topArea .l-header__container>div.link .linkList .donation a::before {
  background-image: url(../images/icon_heart_white.png);
}

body.top .l-header .topArea .l-header__container>div.link .linkList .academy a::before {
  background-image: url(../images/icon_univ_white.png);
}

body.top .l-header .topArea .l-header__container>div.link .linkList .recruit a::before {
  background-image: url(../images/icon_hand_white.png);
}

body.top .l-header .topArea .l-header__container>div.search .searchInput {
  border-bottom-color: #FFF;
  background-color: transparent;
}

body.top .l-header .topArea .l-header__container>div.lang .linkList .current a {
  background-color: #FFF;
}

body.top .l-header .btmArea .logo [lang="en"] {
  color: #FFF;
}

body.top .l-header .btmArea .gNav__list__item {
  border-right-color: rgba(255, 255, 255, 0.3);
}

body.top .l-header .btmArea .gNav__list__item>a>span {
  color: #FFF;
}

body.top .l-header .btmArea .gNav__list__item>a[target="_blank"] .m-transIcon--external img:first-child {
  visibility: hidden;
}

body.top .l-header .btmArea .gNav__list__item:first-child {
  border-left-color: rgba(255, 255, 255, 0.3);
}

body.top .l-header .btmArea .gNav__list .megaMenu {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 750px) {
  body.top .l-header {
    background-color: transparent;
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .hosp a::before {
    background-image: url(../images/icon_hosp.png);
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .access a::before {
    background-image: url(../images/icon_pin.png);
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .contact a::before {
    background-image: url(../images/icon_balloon.png);
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .request a::before {
    background-image: url(../images/icon_book.png);
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .donation a::before {
    background-image: url(../images/icon_heart.png);
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .academy a::before {
    background-image: url(../images/icon_univ.png);
  }
  body.top .l-header .topArea .l-header__container>div.link .linkList .recruit a::before {
    background-image: url(../images/icon_hand.png);
  }
  body.top .l-header .btmArea .spMenu {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  body.top .l-header .btmArea .spMenu .gNav__list__item>a>span {
    color: inherit;
  }
  body.top .l-header .btmArea .spMenu .gNav__list .megaMenu {
    border-top: 1px solid #4D438E;
  }
  body.top .l-header .btmArea .spMenuBtn {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
  body.top .l-header .btmArea .spMenuBtn .hamburgerIcon span {
    background-color: #FFF;
  }
  body.top .l-header .btmArea .spMenuBtn .hamburgerIcon span::before, body.top .l-header .btmArea .spMenuBtn .hamburgerIcon span::after {
    background-color: #FFF;
  }
  body.top .l-header .btmArea .spMenuBtn.is-active {
    background-image: url(../images/icon_cross_white.png);
  }
  body.top .l-header .btmArea .spSearch__btn.is-active {
    background-image: url(../images/icon_cross_white.png);
  }
  body.top .l-header .btmArea .spSearch__window {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

body.top .l-contents__main {
  width: auto;
}

@media screen and (max-width: 750px) {
  body.top .l-contents__main {
    padding: 0;
  }
}

main.p-top {
  margin: 0 0 -185px;
}

main.p-top .container {
  margin: 0 auto;
  width: 1100px;
}

main.p-top .container--wide {
  width: 1256px;
}

main.p-top .mainVisualArea {
  position: relative;
  padding-bottom: 72px;
  min-height: 750px;
}

main.p-top .mainVisualArea__item {
  opacity: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 1s .7s;
  transition: opacity 1s .7s;
}

main.p-top .mainVisualArea__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}

main.p-top .mainVisualArea__item a:hover {
  opacity: 1;
}

main.p-top .mainVisualArea__item__body {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

main.p-top .mainVisualArea__item__body .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}

main.p-top .mainVisualArea__item__body .head {
  margin-bottom: 5%;
  color: #FFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

main.p-top .mainVisualArea__item__body .title {
  margin: 0 -32px;
}

main.p-top .mainVisualArea__item__body .title span {
  padding: 6px;
  background-color: #FFF;
  font-size: 2.6rem;
  line-height: 1.55;
}

main.p-top .mainVisualArea__item__body .linkIcon {
  position: absolute;
  left: 50%;
  bottom: 10%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.p-top .mainVisualArea__item__body .linkIcon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #4D438E;
  border-bottom: 1px solid #4D438E;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

main.p-top .mainVisualArea__item a:hover .mainVisualArea__item__body {
  opacity: 1;
}

main.p-top .mainVisualArea__item__linkIcon {
  position: absolute;
  left: -4.081632653%;
  top: 3px;
  z-index: 1;
  width: 30.612244898%;
}

main.p-top .mainVisualArea__item__linkIcon::before {
  content: "";
  display: block;
  padding-top: 100%;
}

main.p-top .mainVisualArea__item__linkIcon>span {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

main.p-top .mainVisualArea__item__linkIcon>span>span {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #4D438E;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

main.p-top .mainVisualArea__item__linkIcon>span>span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

main.p-top .mainVisualArea__item a:hover .mainVisualArea__item__linkIcon>span>span {
  -webkit-transform: scale(0);
  transform: scale(0);
}

main.p-top .mainVisualArea__item__image {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 40px 1px #888;
  box-shadow: 0 0 40px 1px #888;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

main.p-top .mainVisualArea__item__image::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 32, 121, 0.8);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

main.p-top .mainVisualArea__item a:hover .mainVisualArea__item__image::before {
  opacity: 1;
}

main.p-top .mainVisualArea__item--1 {
  left: 9.642857143%;
  margin-top: 11.7857143%;
  width: 14%;
}

main.p-top .mainVisualArea__item--1 .mainVisualArea__item__body .title span {
  padding: 4px;
  font-size: 2.2rem;
}

main.p-top .mainVisualArea__item--2 {
  right: 10%;
  margin-top: 12.5%;
  width: 12.285714286%;
}

main.p-top .mainVisualArea__item--2 .mainVisualArea__item__body .title span {
  padding: 4px;
  font-size: 2rem;
}

main.p-top .mainVisualArea__item--3 {
  left: 15.357142857%;
  margin-top: 38.214285714%;
  width: 17.142857143%;
}

main.p-top .mainVisualArea__item--4 {
  right: 10.357142857%;
  margin-top: 36.428571429%;
  width: 17.857142857%;
}

main.p-top .mainVisualArea__item--left {
  left: 2.285714286%;
  margin-top: 28.571428571%;
  width: 10.357142857%;
}

main.p-top .mainVisualArea__item--right {
  right: 1.857142857%;
  margin-top: 25.714285714%;
  width: 9.714285714%;
}

main.p-top .mainVisualArea__mv {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

main.p-top .mainVisualArea__mv img {
  width: 100%;
}

main.p-top .mainVisualArea.is-loaded {
  min-height: 0;
}

main.p-top .mainVisualArea.is-loaded .mainVisualArea__item {
  opacity: 1;
}

main.p-top .mainVisualArea.is-loaded .mainVisualArea__item__linkIcon>span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

main.p-top .mainVisualArea.is-loaded .mainVisualArea__mv {
  opacity: 1;
}

main.p-top .impNewsArea {
  background-color: #C90062;
}

main.p-top .impNewsArea .container {
  display: table;
  background-color: #F6ECEC;
  color: #C90062;
  font-weight: bold;
}

main.p-top .impNewsArea .container>* {
  display: table-cell;
  padding: 28px 0;
  vertical-align: middle;
}

main.p-top .impNewsArea__head {
  width: 290px;
  text-align: center;
}

main.p-top .impNewsArea__hdg {
  font-size: 1.6rem;
}

main.p-top .impNewsArea__hdg::before {
  content: "!";
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #C90062;
  color: #F6ECEC;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  vertical-align: 2px;
}

main.p-top .impNewsArea__body li~li {
  margin-top: 10px;
}

main.p-top .impNewsArea__body article {
  font-size: 0;
  letter-spacing: normal;
}

main.p-top .impNewsArea__body article .date, main.p-top .impNewsArea__body article .title {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.6rem;
}

main.p-top .impNewsArea__body article .date {
  margin-top: -2px;
  width: 126px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 3px;
}

main.p-top .impNewsArea__body article .title {
  padding-right: 50px;
  width: 840px;
}

main.p-top .impNewsArea__body article .title a {
  display: block;
  position: relative;
  padding-left: 16px;
  color: inherit;
}

main.p-top .impNewsArea__body article .title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #C90062;
}

main.p-top .deptArea {
  position: relative;
  margin-top: 17px;
  padding: 38px 0 0;
}

main.p-top .deptArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 75px;
  width: 100%;
  height: 572px;
  background: url(../images/img_deptarea.png) 50% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

main.p-top .deptArea__hdg {
  margin-bottom: 25px;
  text-align: center;
  color: #4D438E;
  font-size: 3.2rem;
  letter-spacing: 1px;
}

main.p-top .deptArea__hdg span {
  border-bottom: 2px solid #4D438E;
  padding: 0 40px 5px;
}

main.p-top .deptArea .deptListArea {
  margin: 0 -8px 0 0;
}

main.p-top .deptArea .deptListArea::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top .deptArea .deptList {
  float: left;
  margin: 0 8px 21px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-top .deptArea .deptList .titleInner {
  width: 100%;
  height: 153px;
  display: table;
}

main.p-top .deptArea .deptList .titleInner>.title {
  color: #fff;
  font-size: 2rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-position: 100% 50%;
}

main.p-top .deptArea .deptList .titleInner>.title .en, main.p-top .deptArea .deptList .titleInner>.title .year {
  display: block;
  font-size: 1.2rem;
}

main.p-top .deptArea .deptList .titleInner>.title .en {
  margin: -2px 0 2px;
  font-family: 'Barlow Condensed', sans-serif;
}

main.p-top .deptArea .deptList .titleInner>.title .year {
  padding: 2px 0 3px;
}

main.p-top .deptArea .deptList .titleInner>.title--subj {
  background-color: #fff;
}

main.p-top .deptArea .deptList .titleInner>.title--subj a {
  display: block;
  font-size: 1.8rem;
}

main.p-top .deptArea .deptList .titleInner>.title--subj a .major {
  font-size: 1.2rem;
}

main.p-top .deptArea .deptList ul::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top .deptArea .deptList ul .subjList {
  float: left;
  margin-top: 6px;
}

main.p-top .deptArea .deptList ul .subjList .title {
  width: 100%;
  height: 165px;
  display: table;
}

main.p-top .deptArea .deptList ul .subjList .title a {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

main.p-top .deptArea .deptList--medical {
  width: 245px;
}

main.p-top .deptArea .deptList--medical .title--dept {
  background: url(../images/bg_hdg_01.png) #2D438A;
}

main.p-top .deptArea .deptList--medical .title--subj a {
  color: #2D438A;
}

main.p-top .deptArea .deptList--medical .title--subj a:hover {
  background-color: #2D438A;
  color: #fff;
  opacity: 1;
}

main.p-top .deptArea .deptList--science {
  width: 497px;
}

main.p-top .deptArea .deptList--science .title--dept {
  background: url(../images/bg_hdg_02.png) #4D438A;
}

main.p-top .deptArea .deptList--science .title--subj a {
  color: #4D438A;
}

main.p-top .deptArea .deptList--science .title--subj a:hover {
  background-color: #4D438A;
  color: #fff;
  opacity: 1;
}

main.p-top .deptArea .deptList--science ul .subjList:first-child {
  margin-right: 7.6px;
}

main.p-top .deptArea .deptList--science ul .subjList .titleInner {
  height: 117px;
}

main.p-top .deptArea .deptList--science ul .subjList .title {
  height: 100%;
}

main.p-top .deptArea .deptList--science ul .subjList--sml {
  width: 160px;
  margin: 7px 8px 0 0;
}

main.p-top .deptArea .deptList--science ul .subjList--sml .titleInner {
  height: 40px;
}

main.p-top .deptArea .deptList--science ul .subjList--sml:last-child {
  margin-right: 0;
}

main.p-top .deptArea .deptList--science ul .subjList--sml a {
  padding: 9px;
  background-color: #445CA6;
  color: #fff;
  text-align: center;
}

main.p-top .deptArea .deptList--health {
  width: 497px;
}

main.p-top .deptArea .deptList--health .title--dept {
  background: url(../images/bg_hdg_03.png) #654384;
}

main.p-top .deptArea .deptList--health .title--subj a {
  color: #654384;
}

main.p-top .deptArea .deptList--health .title--subj a:hover {
  background-color: #654384;
  color: #fff;
  opacity: 1;
}

main.p-top .deptArea .deptList--health .subjList:first-child {
  margin-right: 7px;
}

main.p-top .deptArea .gradColArea {
  padding: 14px 125px 14px 148px;
  background-color: #fff;
}

main.p-top .deptArea .gradColArea ul::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top .deptArea .gradColArea li {
  float: left;
  font-size: 1.8rem;
  line-height: 39px;
}

main.p-top .deptArea .gradColArea li:first-child {
  margin-right: 90px;
}

main.p-top .deptArea .gradColArea li a {
  color: #4D438A;
}

main.p-top .deptArea .gradColArea li a:before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #4D438A;
  vertical-align: 3px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .hospArea {
  position: relative;
  padding: 64px 0 180px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#ededf1));
  background: linear-gradient(0deg, #f7f7f7 0%, #ededf1 100%);
}

main.p-top .hospArea .container {
  position: relative;
  z-index: 1;
}

main.p-top .hospArea__hdg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: #4D438E;
  font-size: 3.2rem;
  letter-spacing: 1px;
}

main.p-top .hospArea__hdg span {
  border-bottom: 2px solid #4D438E;
  padding: 0 60px 12px;
}

main.p-top .hospArea ul {
  padding-top: 15px;
}

main.p-top .hospArea ul::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top .hospArea li {
  float: left;
  position: relative;
  width: 238px;
}

main.p-top .hospArea li .inner {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

main.p-top .hospArea li .inner::before {
  content: "";
  display: block;
  padding-top: 100%;
}

main.p-top .hospArea li .image, main.p-top .hospArea li .hdg {
  position: absolute;
  width: 100%;
  height: 50%;
}

main.p-top .hospArea li .image {
  top: 0;
  background-position: 50% 100%;
  background-size: cover;
}

main.p-top .hospArea li .hdg {
  top: 50%;
  background-color: #FFF;
  text-align: center;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

main.p-top .hospArea li .hdg [lang="ja"] {
  display: block;
  padding: 5.5% 0 3%;
  font-size: 1.6rem;
}

main.p-top .hospArea li .hdg [lang="ja"] small {
  display: block;
  font-size: 1.2rem;
}

main.p-top .hospArea li .pop {
  position: absolute;
  left: -8px;
  top: 0;
  border-radius: 50%;
  padding-top: 18px;
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438E;
  text-align: center;
  color: #FFF;
}

main.p-top .hospArea li:nth-child(2) {
  margin: 130px 0 0 2px;
}

main.p-top .hospArea li:nth-child(3) {
  margin: 70px 0 0 30px;
  width: 336px;
}

main.p-top .hospArea li:nth-child(3) .hdg [lang="ja"] {
  padding: 8% 0 4%;
  font-size: 1.9rem;
}

main.p-top .hospArea li:nth-child(3) .hdg [lang="ja"] small {
  font-size: 1.3rem;
}

main.p-top .hospArea li:nth-child(4) {
  float: right;
}

main.p-top .hospArea a:hover {
  opacity: 1;
}

main.p-top .hospArea a:hover .hdg {
  background-color: #4D438E;
  color: #FFF;
}

main.p-top .hospArea #js-particlesBubble {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
}

main.p-top .researchArea {
  position: relative;
  height: 745px;
  background: linear-gradient(135deg, #3a2f80 0%, #362d80 31.81%, #16598f 95%);
  overflow: hidden;
}

main.p-top .researchArea .container {
  position: relative;
  z-index: 1;
  padding-top: 75px;
}

main.p-top .researchArea__hdg {
  margin-bottom: 30px;
  padding-left: 12px;
  color: #FFF;
  font-size: 3.2rem;
  letter-spacing: 1.5px;
}

main.p-top .researchArea__hdg span {
  display: inline-block;
  border-bottom: 2px solid #FFF;
  padding: 0 25px 5px 22px;
}

main.p-top .researchArea__listArea ol {
  margin: 0 -280px;
  font-size: 0;
  letter-spacing: normal;
}

main.p-top .researchArea__listArea li {
  display: inline-block;
  padding-left: 4px;
  width: 276px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

main.p-top .researchArea__listArea li .inner {
  position: relative;
  background-color: #fff;
}

main.p-top .researchArea__listArea li .inner::before {
  content: "";
  display: block;
  padding-top: 152.573529412%;
}

main.p-top .researchArea__listArea li .body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 1;
  text-align: center;
  color: #FFF;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

main.p-top .researchArea__listArea li .body__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.p-top .researchArea__listArea li .body .head {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
}

main.p-top .researchArea__listArea li .body .title {
  margin: 20px 0 25px;
  font-size: 1.8rem;
}

main.p-top .researchArea__listArea li .body .tag span {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 100px;
  padding: 2px 20px;
  min-width: 126px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .researchArea__listArea li .body .linkIcon {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

main.p-top .researchArea__listArea li .body .linkIcon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4D438E;
  border-bottom: 1px solid #4D438E;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .researchArea__listArea li .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

main.p-top .researchArea__listArea li:nth-child(1) {
  margin-top: 47px;
}

main.p-top .researchArea__listArea li:nth-child(2) {
  margin-top: 95px;
}

main.p-top .researchArea__listArea li:nth-child(4) {
  margin-top: -50px;
}

main.p-top .researchArea__listArea li:nth-child(5) {
  margin-top: 47px;
}

main.p-top .researchArea__listArea li:nth-child(6) {
  margin-top: 95px;
}

main.p-top .researchArea__listArea a .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

main.p-top .researchArea__listArea a:hover {
  opacity: 1;
}

main.p-top .researchArea__listArea a:hover .body {
  background-color: #FFF;
  color: #4D438E;
}

main.p-top .researchArea__listArea a:hover .body .tag span {
  border-color: #4D438E;
}

main.p-top .researchArea__listArea a:hover .body .linkIcon {
  background-color: #4D438E;
}

main.p-top .researchArea__listArea a:hover .body .linkIcon::before {
  border-color: #FFF;
}

main.p-top .researchArea .listLinkBtn {
  position: absolute;
  right: 0;
  top: 80px;
}

main.p-top .researchArea .listLinkBtn a {
  display: block;
  padding: 12px;
  width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  font-size: 1.4rem;
}

main.p-top .researchArea .listLinkBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #4D438E;
  vertical-align: 2px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .researchArea .listLinkBtn a:hover {
  opacity: 1;
  background-color: #4D438E;
  color: #FFF;
}

main.p-top .researchArea .listLinkBtn a:hover::before {
  border-left-color: #FFF;
}

main.p-top .researchArea canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* トップ特設 */

main.p-top .specialtopicsArea {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  border: 1.5px solid #000;
  width: 50%;
  margin: 0 auto 60px;
  border-radius: 5px;
  background-color: #fff;
}

main.p-top .specialtopicsArea p {
  margin-right: 50px;
}

main.p-top .specialtopicsArea p img {
  width: 200px;
}

main.p-top .specialtopicsArea .specialtopicsArea_linkset li a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-left-color: #4D438E;
  vertical-align: 3px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .specialtopicsArea .specialtopicsArea_linkset li a {
  font-size: 2rem;
  color: #4D438E;
}

main.p-top .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  main.p-top .specialtopicsArea {
    display: block;
    width: 70%;
    padding: 20px;
  }
  main.p-top .specialtopicsArea p {
    width: 200px;
    height: 60px;
    display: block;
    margin: 0 auto 20px;
  }
  main.p-top .specialtopicsArea p img {
    width: 200px;
    height: 60px;
    display: block;
  }
  main.p-top .specialtopicsArea p span {
    font-size: 1.8rem;
    color: #4D438E;
  }
  main.p-top .specialtopicsArea .specialtopicsArea_linkset li a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #000;
    vertical-align: 1px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  main.p-top .specialtopicsArea .specialtopicsArea_linkset li a {
    font-size: 1.8rem;
    color: #4D438E;
  }
  main.p-top .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
    margin-bottom: 10px;
  }
}

main.p-top .topicsArea {
  position: relative;
  margin-bottom: 70px;
  padding: 100px 0 30px;
  background-color: #EAEAEE;
}

main.p-top .topicsArea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 70px;
  background: url(../images/img_semicircle.png);
  background-size: 100% 100%;
}

main.p-top .topicsArea__hdg {
  margin-bottom: 28px;
  text-align: center;
  color: #4D438E;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.8rem;
  letter-spacing: 3px;
  line-height: 1.2;
}

main.p-top .topicsArea div.pickup {
  float: left;
  width: 802px;
}

main.p-top .topicsArea div.pickup li~li {
  margin-top: 2px;
}

main.p-top .topicsArea div.pickup a {
  display: block;
  position: relative;
  background-color: #FFF;
}

main.p-top .topicsArea div.pickup a:hover {
  opacity: 1;
  background-color: #4D438E;
  color: #FFF;
}

main.p-top .topicsArea div.pickup a:hover article .body .m-catLabel {
  background-color: #FFF;
  color: #4D438E;
}

main.p-top .topicsArea div.pickup article {
  position: relative;
  z-index: 1;
  font-size: 0;
  letter-spacing: normal;
}

main.p-top .topicsArea div.pickup article>* {
  display: inline-block;
  height: 127px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

main.p-top .topicsArea div.pickup article .date {
  padding-top: 35px;
  width: 96px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: .5px;
}

main.p-top .topicsArea div.pickup article .date .lg {
  display: block;
  font-size: 1.4rem;
}

main.p-top .topicsArea div.pickup article .image {
  width: 192px;
  overflow: hidden;
}

main.p-top .topicsArea div.pickup article .image img {
  position: relative;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.p-top .topicsArea div.pickup article .body {
  padding: 20px 85px 0 30px;
  width: 514px;
}

main.p-top .topicsArea div.pickup article .body .m-catLabel {
  margin-bottom: 10px;
}

main.p-top .topicsArea div.pickup article .body .title {
  font-size: 1.4rem;
  line-height: 1.5;
}

main.p-top .topicsArea div.pickup li.pickup a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(10deg, #eaeaed 8.17%, white 77.31%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

main.p-top .topicsArea div.pickup li.pickup a:hover::before {
  opacity: 0;
}

main.p-top .topicsArea div.pickup li.pickup article .date {
  border-left: 7px solid #4D438E;
  padding-top: 45px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.3125;
}

main.p-top .topicsArea div.pickup li.new article::after {
  content: "NEW";
  position: absolute;
  right: 20px;
  top: 50%;
  border: 1px solid #4D438E;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #4D438E;
  font-size: 1rem;
  line-height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.p-top .topicsArea div.normal {
  float: right;
  width: 246px;
}

main.p-top .topicsArea div.normal li~li {
  margin-top: 24px;
}

main.p-top .topicsArea div.normal a {
  color: inherit;
}

main.p-top .topicsArea div.normal a:hover {
  opacity: 1;
}

main.p-top .topicsArea div.normal a:hover article .title {
  border-bottom-color: #4D438E;
  color: #4D438E;
}

main.p-top .topicsArea div.normal article .meta {
  margin-bottom: 8px;
}

main.p-top .topicsArea div.normal article .meta .date {
  margin-bottom: 5px;
}

main.p-top .topicsArea div.normal article .meta .date .lg {
  margin: 0 8px 0 7px;
  vertical-align: -1px;
  font-size: 1.4rem;
}

main.p-top .topicsArea div.normal article .title {
  display: inline;
  border-bottom: 1px solid transparent;
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1.666666667;
  -webkit-transition-property: border-bottom-color, color;
  transition-property: border-bottom-color, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

main.p-top .topicsArea div.normal article.new {
  position: relative;
}

main.p-top .topicsArea div.normal article.new::before {
  content: "NEW";
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #4D438E;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #4D438E;
  line-height: 44px;
}

main.p-top .topicsArea .listLinkBtn {
  clear: both;
  padding-top: 60px;
  text-align: center;
}

main.p-top .topicsArea .listLinkBtn a {
  display: inline-block;
  border: 1px solid #4D438E;
  padding: 23px 0;
  width: 445px;
  background-color: #FFF;
  color: inherit;
  font-size: 1.4rem;
}

main.p-top .topicsArea .listLinkBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #4D438E;
  vertical-align: 1px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .topicsArea .listLinkBtn a:hover {
  opacity: 1;
  background-color: #4D438E;
  color: #FFF;
}

main.p-top .topicsArea .listLinkBtn a:hover::before {
  border-left-color: #FFF;
}

main.p-top .linkBtnArea {
  padding-top: 100px;
}

main.p-top .linkBtnArea .container::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top .linkBtnArea section {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-top .linkBtnArea section.center {
  padding-right: 38px;
}

main.p-top .linkBtnArea section.link {
  padding-left: 38px;
}

main.p-top .linkBtnArea .hdg {
  margin-bottom: 18px;
  color: #4D438E;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.8rem;
  letter-spacing: 2.5px;
  line-height: 1.2;
}

main.p-top .linkBtnArea .linkBtnList {
  margin: -15px 0 0 -18px;
}

main.p-top .linkBtnArea .linkBtnList::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top .linkBtnArea .linkBtnList li {
  float: left;
  padding: 15px 0 0 18px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-top .linkBtnArea .linkBtnList a {
  display: table;
  position: relative;
  border: 1px solid #CECCD8;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
}

main.p-top .linkBtnArea .linkBtnList a>span {
  display: table-cell;
  padding: 0 40px 0 20px;
  vertical-align: middle;
  font-size: 1.3rem;
}

main.p-top .linkBtnArea .linkBtnList a .m-transIcon--external {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

main.p-top .linkBtnArea .linkBtnList a .m-transIcon--external img {
  width: 12px;
}

main.p-top .linkBtnArea .linkBtnList a:hover {
  opacity: 1;
  border-color: #4D438E;
  background-color: #4D438E;
  color: #FFF;
}

main.p-top .bannerArea {
  padding: 120px 0;
  background: url(../images/img_bannerarea.png) 50% 100%;
  background-size: 100% 100%;
}

@media screen and (max-width: 750px) {
  main.p-top {
    margin: 0;
  }
  main.p-top .container {
    padding: 0 5.06667%;
    width: auto;
  }
  main.p-top .mainVisualArea {
    padding-bottom: 0;
    min-height: 100vh;
  }
  main.p-top .mainVisualArea__item {
    display: none;
  }
  main.p-top .mainVisualArea__slideArea {
    opacity: 0;
    position: relative;
    z-index: 1;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transition: opacity .7s .5s;
    transition: opacity .7s .5s;
  }
  main.p-top .mainVisualArea__slideArea__hdg {
    text-align: center;
    color: #4D438E;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.95rem;
    letter-spacing: 1px;
  }
  main.p-top .mainVisualArea__slideArea__slide {
    padding: 5px 0 99px;
  }
  main.p-top .mainVisualArea__slideArea__slide .slick-list {
    overflow: visible;
  }
  main.p-top .mainVisualArea__slideArea__slide__item {
    position: relative;
    padding: 0 3px;
  }
  main.p-top .mainVisualArea__slideArea__slide__item a:hover {
    opacity: 1;
  }
  main.p-top .mainVisualArea__slideArea__slide .image {
    border-radius: 50%;
    background-position: 50%;
    background-size: cover;
  }
  main.p-top .mainVisualArea__slideArea__slide .image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.p-top .mainVisualArea__slideArea__slide .title {
    position: absolute;
    padding: 0 6px;
    bottom: -32px;
  }
  main.p-top .mainVisualArea__slideArea__slide .title span {
    padding: 4px;
    background-color: #4D438E;
    color: #FFF;
    font-size: 1.5rem;
  }
  main.p-top .mainVisualArea__slideArea__slide .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    text-align: center;
  }
  main.p-top .mainVisualArea__slideArea__slide .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
  }
  main.p-top .mainVisualArea__slideArea__slide .slick-dots button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #C4C4CE;
    font-size: 0;
  }
  main.p-top .mainVisualArea__slideArea__slide .slick-dots .slick-active button {
    background-color: #4D438E;
  }
  main.p-top .mainVisualArea.is-loaded {
    min-height: 0;
  }
  main.p-top .mainVisualArea.is-loaded .mainVisualArea__slideArea {
    opacity: 1;
  }
  main.p-top .impNewsArea {
    padding: 0 5.06667%;
  }
  main.p-top .impNewsArea .container {
    padding: 0;
    width: 100%;
  }
  main.p-top .impNewsArea .container>* {
    padding: 15px 0;
  }
  main.p-top .impNewsArea__head {
    padding-left: 15px !important;
    width: 125px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  main.p-top .impNewsArea__hdg {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 1.3rem;
  }
  main.p-top .impNewsArea__hdg::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -11px 0 0 0;
    width: 21px;
    height: 21px;
    text-align: center;
    font-size: 1.2rem;
  }
  main.p-top .impNewsArea__body article .date, main.p-top .impNewsArea__body article .title {
    display: block;
  }
  main.p-top .impNewsArea__body article .date {
    margin: 0 0 3px;
    width: auto;
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  main.p-top .impNewsArea__body article .title {
    padding-right: 20px;
    width: auto;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  main.p-top .impNewsArea__body article .title a {
    padding-left: 12px;
  }
  main.p-top .impNewsArea__body article .title a::before {
    top: 6px;
  }
  main.p-top .deptArea {
    padding: 32.710280374% 0 0;
  }
  main.p-top .deptArea:before {
    top: 0;
    padding-top: 32.710280374%;
    height: auto;
    background-image: url(../images/img_deptarea_sp.png);
  }
  main.p-top .deptArea .container {
    position: relative;
    padding: 0;
  }
  main.p-top .deptArea__hdg {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    margin-bottom: 27px;
    font-size: 2.3rem;
  }
  main.p-top .deptArea__hdg span {
    padding: 0 30px 7px;
  }
  main.p-top .deptArea .deptListArea {
    width: 100%;
    background-color: #EEEEF1;
  }
  main.p-top .deptArea .deptList {
    width: 100%;
    float: none;
    margin: 0 0 17px 0;
  }
  main.p-top .deptArea .deptList .titleInner {
    height: auto;
  }
  main.p-top .deptArea .deptList .titleInner>.title {
    font-size: 1.7rem;
  }
  main.p-top .deptArea .deptList .titleInner>.title--dept {
    padding: 6.13333333% 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  main.p-top .deptArea .deptList .titleInner>.title .en {
    margin: -3px 0 0 0;
    font-size: 1rem;
  }
  main.p-top .deptArea .deptList ul .subjList {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 3px;
    float: none;
  }
  main.p-top .deptArea .deptList ul .subjList::after {
    content: "";
    display: block;
    clear: both;
  }
  main.p-top .deptArea .deptList ul .subjList .image {
    width: 39.33333333%;
    float: left;
  }
  main.p-top .deptArea .deptList ul .subjList .image img {
    width: 100%;
    height: auto;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 60.66666666%;
    height: 100%;
    float: left;
    letter-spacing: -0.1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title {
    height: 100%;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title a {
    padding-left: 4.266666666%;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title a:after {
    content: "";
    position: absolute;
    right: 4.93333333%;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    background: url(../images/icon_arrow_vblue_lg.png);
    background-size: 15px;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title a:hover {
    background-color: inherit;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title--subj a {
    font-size: 1.5rem;
    text-align: left;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title--subj a .year {
    padding: 0;
    display: inline;
    font-size: 1rem;
  }
  main.p-top .deptArea .deptList ul .subjList .titleInner .title--subj a .major {
    font-size: 1rem;
    line-height: 1.3;
  }
  main.p-top .deptArea .deptList ul .subjList--sml {
    width: 32.53333333%;
    height: 70px;
    margin: 3px 1.06666666% 0 0;
    float: left;
  }
  main.p-top .deptArea .deptList ul .subjList--sml:last-child {
    float: right;
  }
  main.p-top .deptArea .deptList ul .subjList--sml a {
    position: relative;
    display: block;
    font-size: 1rem;
  }
  main.p-top .deptArea .deptList ul .subjList--sml a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 16px;
    width: 13px;
    height: 13px;
    margin-left: -7px;
    background: url(../images/icon_arrow_white_vblue.png);
    background-size: 13px;
  }
  main.p-top .deptArea .deptList ul .subjList--sml a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -15px;
  }
  main.p-top .deptArea .deptList--medical .subjList .titleInner .title a:hover {
    color: #2D438A;
  }
  main.p-top .deptArea .deptList--science ul .subjList .titleInner .title a:after {
    background: url(../images/icon_arrow_purple_lg.png);
    background-size: 15px;
  }
  main.p-top .deptArea .deptList--science ul .subjList .titleInner .title a:hover {
    color: #4D438A;
  }
  main.p-top .deptArea .deptList--health {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  main.p-top .deptArea .deptList--health .subjList:last-child .titleInner .title--subj .year {
    margin-top: -2px;
    margin-left: -5px;
    display: block;
  }
  main.p-top .deptArea .deptList--health .subjList:last-child .titleInner .title--subj .major {
    margin-top: 2px;
  }
  main.p-top .deptArea .deptList--health .subjList:last-child .titleInner .title--subj .major br {
    display: none;
  }
  main.p-top .deptArea .deptList--health .subjList:last-child .titleInner .title--subj .major span {
    display: inline;
  }
  main.p-top .deptArea .deptList--health ul .subjList .titleInner .title a:after {
    background: url(../images/icon_arrow_lpurple_lg.png);
    background-size: 15px;
  }
  main.p-top .deptArea .deptList--health ul .subjList .titleInner .title a:hover {
    color: #654384;
  }
  main.p-top .deptArea .gradColArea {
    padding: 22px 19px;
  }
  main.p-top .deptArea .gradColArea li {
    padding: 0 15px 12px 15px;
    float: none;
    line-height: 1;
  }
  main.p-top .deptArea .gradColArea li:first-child {
    margin-right: 0;
    padding: 0 15px 11px 15px;
  }
  main.p-top .deptArea .gradColArea li a {
    font-size: 1.4rem;
  }
  main.p-top .hospArea {
    padding: 58px 0 120px;
    overflow: hidden;
  }
  main.p-top .hospArea__hdg {
    position: static;
    font-size: 2.3rem;
  }
  main.p-top .hospArea__hdg span {
    padding: 0 15px 10px;
  }
  main.p-top .hospArea ul {
    padding-top: 18px;
  }
  main.p-top .hospArea li {
    float: none;
    left: 50%;
    width: 197px;
  }
  main.p-top .hospArea li .hdg [lang="ja"] {
    padding: 8.5% 0 0;
  }
  main.p-top .hospArea li .hdg [lang="en"] {
    display: none;
  }
  main.p-top .hospArea li .pop {
    left: 50%;
    top: -48px;
    margin-left: 6px;
    width: 74px;
    height: 74px;
    font-size: 1.1rem;
  }
  main.p-top .hospArea li:nth-child(1) {
    margin-left: -180px;
  }
  main.p-top .hospArea li:nth-child(2) {
    margin: -106px 0 0 -16px;
  }
  main.p-top .hospArea li:nth-child(3) {
    margin: -80px 0 0 -215px;
    width: 267px;
  }
  main.p-top .hospArea li:nth-child(3) .hdg [lang="ja"] {
    padding: 8.5% 0 0;
    font-size: 1.6rem;
  }
  main.p-top .hospArea li:nth-child(3) .hdg [lang="ja"] small {
    font-size: 1.2rem;
  }
  main.p-top .hospArea li:nth-child(4) {
    float: none;
    margin: -95px 0 0 -18px;
  }
  main.p-top .hospArea #js-particlesBubble {
    height: 200px;
  }
  main.p-top .researchArea {
    height: auto;
  }
  main.p-top .researchArea .container {
    padding: 64px 0 50px;
  }
  main.p-top .researchArea__hdg {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
    font-size: 2.3rem;
  }
  main.p-top .researchArea__hdg span {
    padding: 0 18px 5px 16px;
  }
  main.p-top .researchArea__listArea ol {
    margin: -5px 0 0 -5px;
  }
  main.p-top .researchArea__listArea li {
    margin: 0 !important;
    padding: 5px 0 0 5px;
    width: 50%;
  }
  main.p-top .researchArea__listArea li .inner::before {
    padding-top: 152.845528455%;
  }
  main.p-top .researchArea__listArea li .body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  main.p-top .researchArea__listArea li .body__inner {
    padding: 0 15px;
  }
  main.p-top .researchArea__listArea li .body .title {
    margin: 16px 0 12px;
    font-size: 1.5rem;
  }
  main.p-top .researchArea__listArea li .body .tag span {
    min-width: 103px;
    font-size: 1.2rem;
  }
  main.p-top .researchArea__listArea li .body .linkIcon {
    margin-top: 20px;
  }
  main.p-top .researchArea__listArea li:nth-child(1), main.p-top .researchArea__listArea li:nth-child(6) {
    display: none;
  }
  main.p-top .researchArea .listLinkBtn {
    position: static;
    margin: 40px auto 0;
    width: 170px;
  }
  main.p-top .researchArea .listLinkBtn a {
    padding: 10px;
    width: auto;
  }
  main.p-top .researchArea .listLinkBtn a::before {
    margin-right: 12px;
  }
  main.p-top .topicsArea {
    margin-bottom: 35px;
    padding: 52px 0 55px;
  }
  main.p-top .topicsArea::before {
    height: 35px;
  }
  main.p-top .topicsArea__hdg {
    margin-bottom: 18px;
    font-size: 3rem;
    letter-spacing: 2.5px;
  }
  main.p-top .topicsArea div.pickup {
    float: none;
    margin: 0 -5.066666667vw;
    width: auto;
  }
  main.p-top .topicsArea div.pickup li~li {
    margin-top: 7px;
  }
  main.p-top .topicsArea div.pickup article {
    overflow: hidden;
  }
  main.p-top .topicsArea div.pickup article>* {
    height: auto;
    min-height: 125px;
  }
  main.p-top .topicsArea div.pickup article .date {
    position: absolute;
    left: 250px;
    right: auto;
    top: 0;
    padding-top: 15px;
    width: auto;
    height: auto;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
  main.p-top .topicsArea div.pickup article .date {
    padding-top: 17px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  main.p-top .topicsArea div.pickup article .date .lg {
    display: inline;
    margin: 0 4px;
    font-size: inherit;
  }
  main.p-top .topicsArea div.pickup article .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 125px;
    height: 100%;
  }
  main.p-top .topicsArea div.pickup article .image img {
    max-width: none;
  }
  main.p-top .topicsArea div.pickup article .body {
    border-right: 8px solid transparent;
    padding: 15px 50px 12px 140px;
    width: 100%;
  }
  main.p-top .topicsArea div.pickup article .body .m-catLabel {
    margin-bottom: 7px;
  }
  main.p-top .topicsArea div.pickup article .body .title {
    font-size: 1.2rem;
    line-height: 1.35;
  }
  main.p-top .topicsArea div.pickup li.pickup a::before {
    content: none;
  }
  main.p-top .topicsArea div.pickup li.pickup article .date {
    border-left: none;
    padding-top: 16px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
  main.p-top .topicsArea div.pickup li.pickup article .date {
    padding-top: 17px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 750px) {
  main.p-top .topicsArea div.pickup li.pickup article .body {
    border-right-color: #4D438E;
  }
  main.p-top .topicsArea div.pickup li.new article::after {
    right: 15px;
    padding-left: 1px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  main.p-top .topicsArea div.normal {
    float: none;
    margin-top: 30px;
    width: auto;
  }
  main.p-top .topicsArea div.normal li~li {
    margin-top: 12px;
  }
  main.p-top .topicsArea div.normal article .meta {
    margin-bottom: 3px;
  }
  main.p-top .topicsArea div.normal article .meta .date {
    margin-bottom: 2px;
    color: #4D438E;
    font-size: 1.3rem;
  }
  main.p-top .topicsArea div.normal article .meta .date .lg {
    margin: 0 4px;
    vertical-align: baseline;
    font-size: inherit;
  }
  main.p-top .topicsArea div.normal article .title {
    line-height: 1.565;
  }
  main.p-top .topicsArea div.normal article.new::before {
    padding-left: 1px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  main.p-top .topicsArea .listLinkBtn {
    padding-top: 40px;
  }
  main.p-top .topicsArea .listLinkBtn a {
    padding: 10px 0;
    width: 240px;
  }
  main.p-top .linkBtnArea {
    padding-top: 40px;
  }
  main.p-top .linkBtnArea section {
    float: none;
    width: auto;
  }
  main.p-top .linkBtnArea section.center {
    padding-right: 0;
  }
  main.p-top .linkBtnArea section.link {
    margin-top: 35px;
    padding-left: 0;
  }
  main.p-top .linkBtnArea .hdg {
    margin-bottom: 4px;
    padding-left: 12px;
    font-size: 3rem;
  }
  main.p-top .linkBtnArea .linkBtnList {
    margin: 0;
  }
  main.p-top .linkBtnArea .linkBtnList li {
    float: none;
    border-bottom: 1px solid #CECCD8;
    padding: 0;
    width: auto;
  }
  main.p-top .linkBtnArea .linkBtnList li:first-child {
    border-top: 1px solid #CECCD8;
  }
  main.p-top .linkBtnArea .linkBtnList a {
    border: none;
    height: auto;
  }
  main.p-top .linkBtnArea .linkBtnList a>span {
    padding: 12px 40px 12px 12px;
  }
  main.p-top .linkBtnArea .linkBtnList a .m-transIcon--external img {
    width: auto;
  }
  main.p-top .linkBtnArea .linkBtnList a:hover .m-transIcon--external img:first-child {
    opacity: 0;
  }
  main.p-top .bannerArea {
    margin-top: 60px;
    padding: 0;
    background: none;
  }
}

/* 学科トップ共通 */

body.deptTop .pageHeader__imageArea {
  position: relative;
  margin: 0 auto;
  width: 1400px;
}

body.deptTop .pageHeader__hdg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -600px;
  padding: 0 20px 60px;
  width: 465px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #4D438E;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.deptTop .pageHeader__hdg [lang="ja"] {
  font-size: 4rem;
  letter-spacing: 1px;
  line-height: 1.4;
}

body.deptTop .pageHeader__hdg [lang="en"] {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
}

body.deptTop .pageHeader__localNav {
  position: relative;
  margin: -50px auto -100px;
  padding: 40px;
  width: 1200px;
  background: url(../images/bg_hdg_02.png) 0 -10%;
}

body.deptTop .pageHeader__localNav__inner {
  margin: 0 auto;
  width: 760px;
}

body.deptTop .pageHeader__localNav ul {
  margin: -22px -15px 0;
  text-align: center;
}

body.deptTop .pageHeader__localNav li {
  display: inline-block;
  margin: 22px 15px 0;
  vertical-align: top;
}

body.deptTop .pageHeader__localNav a {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 1.5rem;
}

body.deptTop .pageHeader__localNav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

body.deptTop .pageHeader__localNav a:hover {
  opacity: 1;
}

body.deptTop .pageHeader__localNav a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

body.deptTop .l-contents .breadcrumbArea {
  padding-top: 112px;
}

body.deptTop .l-contents .breadcrumbArea__container {
  width: 1100px;
}

body.deptTop .lowerArea {
  margin-top: 165px;
}

body.deptTop .lowerArea .sectHdg {
  margin-bottom: 18px;
  text-align: center;
  color: #4D438E;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 2.5px;
}

body.deptTop .lowerArea section.contents li {
  position: relative;
  overflow: hidden;
}

body.deptTop .lowerArea section.contents li~li {
  margin-top: 5px;
}

body.deptTop .lowerArea section.contents a {
  display: block;
}

body.deptTop .lowerArea section.contents a:hover {
  opacity: .95;
}

body.deptTop .lowerArea section.contents .image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 705px;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

body.deptTop .lowerArea section.contents .body {
  position: relative;
  margin-left: 705px;
  padding: 42px 100px 35px 70px;
  width: 395px;
  min-height: 252px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438E;
  color: #FFF;
}

body.deptTop .lowerArea section.contents .body .hdg {
  margin-bottom: 22px;
}

body.deptTop .lowerArea section.contents .body .hdg [lang="en"] {
  display: block;
  margin-bottom: 25px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

body.deptTop .lowerArea section.contents .body .hdg [lang="ja"] {
  display: block;
  position: relative;
  font-size: 1.6rem;
}

body.deptTop .lowerArea section.contents .body .hdg [lang="ja"]::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 9px;
  margin-right: 12px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #FFF;
  -webkit-transition: margin-right 0.2s;
  transition: margin-right 0.2s;
}

body.deptTop .lowerArea section.contents .body .desc {
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 2;
}

body.deptTop .lowerArea section.contents .imageRight .image {
  left: 395px;
}

body.deptTop .lowerArea section.contents .imageRight .body {
  margin-left: 0;
}

body.deptTop .lowerArea section.contents a:hover .image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

body.deptTop .lowerArea section.contents a:hover .body .hdg [lang="ja"]::before {
  margin-right: 2px;
}

body.deptTop .lowerArea section.news li~li {
  border-top: 1px solid #B2AFC5;
}

body.deptTop .lowerArea section.news a {
  color: inherit;
}

body.deptTop .lowerArea section.news a:hover {
  opacity: 1;
}

body.deptTop .lowerArea section.news article {
  display: table;
  width: 100%;
  height: 80px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

body.deptTop .lowerArea section.news article .meta, body.deptTop .lowerArea section.news article .title {
  display: table-cell;
  vertical-align: middle;
}

body.deptTop .lowerArea section.news article .meta {
  width: 326px;
}

body.deptTop .lowerArea section.news article .meta .date, body.deptTop .lowerArea section.news article .meta .m-catLabel {
  display: inline-block;
  vertical-align: middle;
}

body.deptTop .lowerArea section.news article .meta .date {
  padding: 0 0 0 12px;
  width: 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
}

body.deptTop .lowerArea section.news article .meta .date .lg {
  margin: 0 6px;
  vertical-align: -1px;
  font-size: 1.6rem;
}

body.deptTop .lowerArea section.news article .meta .m-catLabel {
  padding: 4px 0 4px 1px;
  width: 9em;
  font-size: 1.3rem;
}

body.deptTop .lowerArea section.news article .title {
  padding: 20px 100px 20px 0;
  color: #4D438E;
  font-size: 1.6rem;
}

body.deptTop .lowerArea section.news article .title>span {
  display: inline-block;
  position: relative;
}

body.deptTop .lowerArea section.news article.new .title>span {
  padding-right: 65px;
}

body.deptTop .lowerArea section.news article.new .title>span::before {
  content: "NEW";
  position: absolute;
  right: 0;
  top: 50%;
  border: 1px solid #4D438E;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #4D438E;
  font-size: 1rem;
  line-height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.deptTop .lowerArea section.news a:hover article {
  background-color: #F7F7FA;
}

body.deptTop .lowerArea section.news .listLinkBtn {
  margin-top: 30px;
  text-align: center;
}

body.deptTop .lowerArea section.news .listLinkBtn a {
  display: inline-block;
  border: 1px solid #4D438E;
  padding: 23px 0;
  width: 445px;
  background-color: #FFF;
  color: inherit;
  font-size: 1.4rem;
}

body.deptTop .lowerArea section.news .listLinkBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #4D438E;
  vertical-align: 1px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

body.deptTop .lowerArea section.news .listLinkBtn a:hover {
  opacity: 1;
  background-color: #4D438E;
  color: #FFF;
}

body.deptTop .lowerArea section.news .listLinkBtn a:hover::before {
  border-left-color: #FFF;
}

body.deptTop .lowerArea section.contents+section.news {
  margin-top: 50px;
}

body.deptTop .lowerArea--hasContents {
  position: relative;
  margin: 235px 0 190px;
  padding: 20px 0 80px;
  background-color: #EAEAEE;
}

body.deptTop .lowerArea--hasContents::before, body.deptTop .lowerArea--hasContents::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(../images/img_semicircle.png);
  background-size: 100% 100%;
}

body.deptTop .lowerArea--hasContents::before {
  bottom: 100%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

body.deptTop .lowerArea--hasContents::after {
  top: 100%;
}

body.deptTop .bannerArea {
  margin-top: 120px;
}

body.deptTop .bannerArea .c-bannerList--3col {
  margin: -40px 0 0 -40px;
}

body.deptTop .bannerArea .c-bannerList--3col li {
  padding: 40px 0 0 40px;
}

@media screen and (max-width: 750px) {
  body.deptTop .p-deptTop {
    margin-top: 45px;
  }
  body.deptTop .pageHeader__imageArea {
    width: auto;
  }
  body.deptTop .pageHeader__hdg {
    position: static;
    margin-left: 0;
    padding: 18px 20px 20px;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
  body.deptTop .pageHeader__hdg [lang="ja"] {
    font-size: 2.5rem;
  }
  body.deptTop .pageHeader__hdg [lang="en"] {
    font-size: 1.25rem;
    letter-spacing: .5px;
  }
  body.deptTop .pageHeader__localNav {
    margin: 0;
    padding: 36px 30px 38px;
    width: auto;
    background-size: 600px;
  }
  body.deptTop .pageHeader__localNav__inner {
    width: auto;
  }
  body.deptTop .pageHeader__localNav ul {
    margin: -28px -10px 0;
  }
  body.deptTop .pageHeader__localNav li {
    margin: 28px 10px 0;
  }
  body.deptTop .pageHeader__localNav a {
    font-size: 1.3rem;
  }
  body.deptTop .lowerArea {
    margin: 65px -5.066666667vw 0;
  }
  body.deptTop .lowerArea .sectHdg {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  body.deptTop .lowerArea section.contents li~li {
    margin-top: 16px;
  }
  body.deptTop .lowerArea section.contents a:hover {
    opacity: 1;
  }
  body.deptTop .lowerArea section.contents .image {
    position: static;
    width: auto;
  }
  body.deptTop .lowerArea section.contents .image::before {
    content: "";
    display: block;
    padding-top: 33.6%;
  }
  body.deptTop .lowerArea section.contents .body {
    margin-left: 0;
    padding: 24px 48px 28px;
    width: auto;
    min-height: 0;
  }
  body.deptTop .lowerArea section.contents .body .hdg {
    margin-bottom: 6px;
  }
  body.deptTop .lowerArea section.contents .body .hdg [lang="en"] {
    margin-bottom: 10px;
    padding-left: 1px;
    font-size: 1.25rem;
    letter-spacing: .5px;
  }
  body.deptTop .lowerArea section.contents .body .hdg [lang="ja"]::before {
    top: 10px;
    margin-right: 8px;
    border-width: 3px 0 3px 6px;
  }
  body.deptTop .lowerArea section.contents .body .desc {
    line-height: 1.916666667;
  }
  body.deptTop .lowerArea section.contents a:hover .image {
    -webkit-transform: none;
    transform: none;
  }
  body.deptTop .lowerArea section.contents a:hover .body .hdg [lang="ja"]::before {
    margin-right: 8px;
  }
  body.deptTop .lowerArea section.news ol {
    padding: 0 5.06667%;
  }
  body.deptTop .lowerArea section.news article {
    display: block;
    padding: 10px 0;
    width: auto;
    height: auto;
  }
  body.deptTop .lowerArea section.news article .meta, body.deptTop .lowerArea section.news article .title {
    display: block;
  }
  body.deptTop .lowerArea section.news article .meta {
    margin-bottom: 5px;
    width: auto;
  }
  body.deptTop .lowerArea section.news article .meta .date {
    display: block;
    margin-bottom: 1px;
    padding: 0;
    width: auto;
    color: #4D438E;
    font-size: 1.3rem;
  }
  body.deptTop .lowerArea section.news article .meta .date .lg {
    margin: 0 3px;
    vertical-align: baseline;
    font-size: inherit;
  }
  body.deptTop .lowerArea section.news article .meta .m-catLabel {
    padding: 2px 0 2px 1px;
    width: 9em;
    font-size: 1.1rem;
  }
  body.deptTop .lowerArea section.news article .title {
    padding: 0;
    font-size: 1.15rem;
  }
  body.deptTop .lowerArea section.news article.new {
    position: relative;
  }
  body.deptTop .lowerArea section.news article.new::before {
    content: "NEW";
    position: absolute;
    right: 0;
    top: 5px;
    border: 1px solid #4D438E;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    text-align: center;
    color: #4D438E;
    font-size: 1rem;
    line-height: 36px;
  }
  body.deptTop .lowerArea section.news article.new .title>span {
    padding-right: 0;
  }
  body.deptTop .lowerArea section.news article.new .title>span::before {
    content: none;
  }
  body.deptTop .lowerArea section.news li:first-child article {
    padding-top: 0;
  }
  body.deptTop .lowerArea section.news a:hover article {
    background-color: inherit;
  }
  body.deptTop .lowerArea section.news .listLinkBtn {
    margin-top: 30px;
  }
  body.deptTop .lowerArea section.news .listLinkBtn a {
    padding: 10px 0;
    width: 240px;
  }
  body.deptTop .lowerArea section.contents+section.news {
    margin-top: 32px;
  }
  body.deptTop .lowerArea--hasContents {
    margin-top: 97px;
    margin-bottom: 92px;
    padding: 35px 0 55px;
  }
  body.deptTop .lowerArea--hasContents::before, body.deptTop .lowerArea--hasContents::after {
    height: 32px;
  }
  body.deptTop .bannerArea {
    margin-top: 60px;
  }
  body.deptTop .bannerArea .c-bannerList--3col {
    margin: 0;
  }
  body.deptTop .bannerArea .c-bannerList--3col li {
    width: 100%;
    padding: 0;
  }
  body.deptTop .bannerArea .c-bannerList--3col li~li {
    margin-top: 10px;
  }
}

/* 受験生サイト */

main.p-student {
  margin-top: 0;
}

main.p-student .gradBtn {
  display: table;
  position: relative;
  border-radius: 100px;
  width: 100%;
  overflow: hidden;
}

main.p-student .gradBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #157dc3 0.86%, #3b8ed0 41.49%, #8fc400 100%);
}

main.p-student .gradBtn>span {
  display: block;
  position: relative;
  padding: 25px;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
}

main.p-student .gradBtn>span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_arrow_white.png);
  background-size: 18px;
  vertical-align: -3px;
}

main.p-student .gradBtn[target="_blank"]>span::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 14px;
  height: 9px;
  background: url(../images/icon_external_white.png) no-repeat;
  background-size: 14px;
}

main.p-student .gradBtn:hover {
  opacity: .6;
}

main.p-student .arrowBtn {
  border: 1px solid #CFCED9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

main.p-student .arrowBtn a {
  display: table;
  position: relative;
  width: 100%;
  color: inherit;
}

main.p-student .arrowBtn a::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -3px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #157DC3;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

main.p-student .arrowBtn a>span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: normal;
}

main.p-student .arrowBtn a:hover {
  opacity: 1;
}

main.p-student .arrowBtn a:hover::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

main.p-student .mainVisualArea {
  position: relative;
  height: 44.285714286vw;
  min-height: 620px;
  overflow: hidden;
}

main.p-student .mainVisualArea__frame {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  border-radius: 50%;
  width: 200%;
  height: 170%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

main.p-student .mainVisualArea__frame__inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  min-width: 1400px;
  height: 44.285714286vw;
  min-height: 620px;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.p-student .mainVisualArea__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 6.071428571%;
  width: 1200px;
}

main.p-student .mainVisualArea__container .mainVisualArea__mvSp {
  display: none;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav {
  position: relative;
  padding: 40px 100px;
  background-image: linear-gradient(-45deg, #FDCD16 25%, #FDC709 25%, #FDC709 50%, #FDCD16 50%, #FDCD16 75%, #FDC709 75%, #FDC709);
  background-size: 50px 50px;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea {
  margin-right: 350px;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea ul {
  margin: -22px -15px 0;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea li {
  display: inline-block;
  margin: 22px 15px 0;
  vertical-align: top;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea a {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: 1.5rem;
  font-weight: bold;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 3px;
  background-color: #157DC3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea a:hover {
  opacity: 1;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav .linkBtn {
  position: absolute;
  right: 100px;
  top: 50%;
  border-radius: 100px;
  margin-top: -30px;
  width: 315px;
  background-color: #FFF;
  overflow: hidden;
}

main.p-student .mainVisualArea__container .mainVisualArea__localNav .linkBtn .gradBtn>span {
  padding: 17px;
}

main.p-student .mainVisualArea__container .m-breadcrumb {
  position: absolute;
  left: 100px;
  right: 100px;
  top: 100%;
  margin-top: 12px;
  text-align: right;
  color: #FFF;
}

main.p-student .mainVisualArea__container .m-breadcrumb span {
  color: #FFF;
}

main.p-student .newsArea {
  padding: 40px 0 80px;
}

main.p-student .newsArea__container {
  position: relative;
  margin: auto;
  width: 1400px;
  min-height: 400px;
}

main.p-student .newsArea__news {
  position: relative;
  margin-left: 570px;
  padding-top: 25px;
}

main.p-student .newsArea__news__hdg {
  margin-bottom: 24px;
  color: #157DC3;
  line-height: 1;
}

main.p-student .newsArea__news__hdg [lang="ja"] {
  margin-right: 15px;
  font-size: 3.2rem;
  letter-spacing: 1.5px;
}

main.p-student .newsArea__news__hdg [lang="en"] {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.75rem;
  letter-spacing: 1.5px;
}

main.p-student .newsArea__news__list__item a {
  display: block;
  color: inherit;
}

main.p-student .newsArea__news__list__item a:hover {
  opacity: 1;
}

main.p-student .newsArea__news__list__item article {
  display: table;
  position: relative;
  width: 100%;
  height: 60px;
}

main.p-student .newsArea__news__list__item article .meta, main.p-student .newsArea__news__list__item article .title {
  display: table-cell;
  vertical-align: middle;
}

main.p-student .newsArea__news__list__item article .meta {
  padding-left: 28px;
  width: 188px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-student .newsArea__news__list__item article .meta .date {
  color: #157DC3;
  font-weight: bold;
  letter-spacing: normal;
}

main.p-student .newsArea__news__list__item article .title {
  padding: 18px 40px 18px 0;
  font-size: 1.4rem;
}

main.p-student .newsArea__news__list__item article .title>span {
  border-bottom: 1px solid transparent;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

main.p-student .newsArea__news__list__item article.new .meta::before {
  content: "NEW";
  position: absolute;
  left: 136px;
  top: 50%;
  margin-top: -19px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  background-color: #FFCF00;
  text-align: center;
  color: #157DC3;
  line-height: 38px;
}

main.p-student .newsArea__news__list__item a:hover article .title span {
  border-bottom-color: #157DC3;
  color: #157DC3;
}

main.p-student .newsArea__news__list__item:nth-child(odd) a {
  background-color: #F1F1F3;
}

main.p-student .newsArea__news__listLinkBtn {
  position: absolute;
  right: 100px;
  top: 25px;
}

main.p-student .newsArea__news__listLinkBtn a {
  display: block;
  border-radius: 100px;
  padding: 8px 0;
  width: 143px;
  background-color: #157DC3;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
}

main.p-student .newsArea__news__listLinkBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 11px;
  height: 7px;
  background: url(../images/icon_list_sm.png) no-repeat;
  vertical-align: 1px;
}

main.p-student .newsArea__news__listLinkBtn a:hover {
  opacity: .6;
}

main.p-student .newsArea__slideArea {
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: 220px;
  width: 379px;
}

main.p-student .newsArea__slide__item {
  border: none;
  padding: 4px 0;
}

main.p-student .newsArea__slide__item a {
  display: block;
  outline: none;
}

main.p-student .newsArea__slide__item .image img {
  width: 100%;
}

main.p-student .newsArea__slide .slick-arrow {
  position: absolute;
  left: 50%;
  margin-left: -17.5px;
}

main.p-student .newsArea__slide .slick-arrow>span {
  display: block;
  position: relative;
  border: 2px solid #157DC3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  font-size: 0;
}

main.p-student .newsArea__slide .slick-arrow>span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #157DC3;
  border-bottom: 2px solid #157DC3;
}

main.p-student .newsArea__slide .slick-prev {
  bottom: 100%;
  margin-bottom: 2px;
}

main.p-student .newsArea__slide .slick-prev>span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

main.p-student .newsArea__slide .slick-next {
  top: 100%;
  margin-top: 2px;
}

main.p-student .newsArea__slide .slick-next>span::before {
  margin-top: -3px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

main.p-student .newsArea__slide .slick-dots {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}

main.p-student .newsArea__slide .slick-dots li {
  margin: 5px 0;
}

main.p-student .newsArea__slide .slick-dots button {
  border: 2px solid #157DC3;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
}

main.p-student .newsArea__slide .slick-dots .slick-active button {
  background-color: #157DC3;
}

main.p-student .newsArea__slide .slick-dots li:only-child button {
  display: none;
}

main.p-student .admInfoArea {
  margin-bottom: 45px;
  padding: 90px 0 80px;
  background: url(../images/img_students_grad.jpg) 50% 0 no-repeat;
  background-size: 100%;
}

main.p-student .admInfoArea__container {
  margin: auto;
  width: 1100px;
}

main.p-student .admInfoArea__hdg {
  margin: 0 0 46px 124px;
  color: #157DC3;
}

main.p-student .admInfoArea__hdg>span {
  display: block;
}

main.p-student .admInfoArea__hdg [lang="ja"] {
  font-size: 3.65rem;
  letter-spacing: 4px;
  text-indent: 5px;
}

main.p-student .admInfoArea .deptGuideList {
  margin-left: -28px;
}

main.p-student .admInfoArea .deptGuideList::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .admInfoArea .deptGuideList__item {
  float: left;
  padding-left: 28px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-student .admInfoArea .deptGuideList__item__inner {
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

main.p-student .admInfoArea .deptGuideList__item__hdg {
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
}

main.p-student .admInfoArea .deptGuideList__item__body {
  padding: 25px 55px 20px;
  background-color: #FFF;
}

main.p-student .admInfoArea .deptGuideList__item__body::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph {
  float: left;
  margin-right: 26px;
  width: 153px;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph a {
  display: block;
  color: inherit;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph a:hover {
  opacity: .6;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph .image img {
  width: 100%;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph .text {
  margin-top: 5px;
  font-size: 1.4rem;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph .text::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #157DC3;
  vertical-align: 2px;
}

main.p-student .admInfoArea .deptGuideList__item__body .linkList {
  overflow: hidden;
}

main.p-student .admInfoArea .deptGuideList__item__body .linkList li {
  border: 1px solid #D4D2DE;
}

main.p-student .admInfoArea .deptGuideList__item__body .linkList li~li {
  margin-top: 7px;
}

main.p-student .admInfoArea .deptGuideList__item__body .linkList a {
  display: block;
  position: relative;
  padding: 17px 20px 17px 58px;
  font-size: 1.6rem;
  font-weight: bold;
}

main.p-student .admInfoArea .deptGuideList__item__body .linkList a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12.5px;
  width: 28px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 28px;
}

main.p-student .admInfoArea .deptGuideList__item__body .pamph+.linkList {
  margin-top: 14px;
}

main.p-student .admInfoArea .deptGuideList__item--dept1 .deptGuideList__item__hdg {
  background: url(../images/bg_hdg_01.png) 0 50%;
}

main.p-student .admInfoArea .deptGuideList__item--dept1 .deptGuideList__item__body .linkList a {
  color: #2D4580;
}

main.p-student .admInfoArea .deptGuideList__item--dept1 .deptGuideList__item__body .linkList li.adm a::before {
  background-image: url(../images/icon_select_blue.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept1 .deptGuideList__item__body .linkList li.schedule a::before {
  background-image: url(../images/icon_calendar_blue.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept1 .deptGuideList__item__body .linkList li.money a::before {
  background-image: url(../images/icon_yen_blue.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept1 .deptGuideList__item__body .linkList li.virus a::before {
    background-image: url(../images/icon_hosp_blue.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept2 .deptGuideList__item__hdg {
  background: url(../images/bg_hdg_02.png) 58% 0;
}

main.p-student .admInfoArea .deptGuideList__item--dept2 .deptGuideList__item__body .linkList li.adm a::before {
  background-image: url(../images/icon_select_purple.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept2 .deptGuideList__item__body .linkList li.schedule a::before {
  background-image: url(../images/icon_calendar_purple.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept2 .deptGuideList__item__body .linkList li.money a::before {
  background-image: url(../images/icon_yen_purple.png);
}

main.p-student .admInfoArea .deptGuideList__item--dept2 .deptGuideList__item__body .linkList li.virus a::before {
    background-image: url(../images/icon_hosp_purple.png);
}

main.p-student .admInfoArea .admGuide {
  padding: 42px 60px 45px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  background-color: #FFF;
}

main.p-student .admInfoArea .admGuide::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .admInfoArea .admGuide__pamph {
  float: left;
  padding: 0 15px;
  width: 252px;
}

main.p-student .admInfoArea .admGuide__pamph .image {
  text-align: center;
}

main.p-student .admInfoArea .admGuide__pamph .arrowBtn {
  margin-top: 20px;
}

main.p-student .admInfoArea .admGuide__pamph .arrowBtn a::before {
  left: 24px;
}

main.p-student .admInfoArea .admGuide__pamph .arrowBtn a>span {
  padding: 12px 12px 12px 36px;
  font-size: 1.4rem;
}

main.p-student .admInfoArea .admGuide .deptGuideList {
  float: right;
  width: 672px;
}

main.p-student .admInfoArea .admGuide .deptGuideList__item__hdg {
  display: table;
  padding: 18px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.2rem;
}

main.p-student .admInfoArea .admGuide .deptGuideList__item__hdg>span {
  display: table-cell;
  vertical-align: middle;
}

main.p-student .admInfoArea .admGuide .deptGuideList__item__body {
  padding: 25px 25px 0;
}

main.p-student .admInfoArea .applyLinkBtn {
  margin: 48px auto 0;
  border-radius: 100px;
  width: 440px;
  background-color: #FFF;
  overflow: hidden;
}

main.p-student .admInfoArea .linkBtnListArea {
  margin-top: 60px;
}

main.p-student .admInfoArea .linkBtnListArea__hdg {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

main.p-student .admInfoArea .linkBtnList {
  margin: -8px 0 0 -8px;
  font-size: 0;
  letter-spacing: normal;
}

main.p-student .admInfoArea .linkBtnList li {
  display: inline-block;
  padding: 8px 0 0 8px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

main.p-student .admInfoArea .linkBtnList .arrowBtn a::before {
  left: 25px;
}

main.p-student .admInfoArea .linkBtnList .arrowBtn a>span {
  padding: 13px 20px 13px 40px;
}

main.p-student .admInfoArea .linkBtnList .arrowBtn a[href$=".pdf"]>span::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 17px;
  background: url(../images/icon_pdf_lblue.png) no-repeat;
  background-size: 14px;
  vertical-align: text-top;
}

main.p-student .eventInfoArea {
  padding: 70px 0 110px;
  background: url(../images/img_balloons.png) 50% 0 no-repeat;
}

main.p-student .eventInfoArea__container {
  margin: auto;
  width: 1100px;
}

main.p-student .eventInfoArea__hdg {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  color: #157DC3;
  font-size: 3.2rem;
  letter-spacing: 1.5px;
  line-height: 1.34375;
}

main.p-student .eventInfoArea__hdg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 12px 0 0 -125px;
  width: 250px;
  height: 2px;
  background-color: #157DC3;
}

main.p-student .eventInfoArea__list {
  margin-left: -25px;
}

main.p-student .eventInfoArea__list::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .eventInfoArea__list__item {
  float: left;
  margin-left: 25px;
  width: 350px;
}

main.p-student .eventInfoArea__list__item a {
  display: block;
  border-radius: 20px;
  background-color: #FFCF00;
  text-align: center;
  color: inherit;
  letter-spacing: normal;
}

main.p-student .eventInfoArea__list__item a:hover {
  opacity: 1;
}

main.p-student .eventInfoArea__list__item .header {
  position: relative;
  padding-top: 45px;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #157DC3;
}

main.p-student .eventInfoArea__list__item .header .num {
  position: absolute;
  right: 24px;
  top: -25px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5.8rem;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
}

main.p-student .eventInfoArea__list__item .header .hdg>span {
  display: block;
}

main.p-student .eventInfoArea__list__item .header .hdg [lang="en"] {
  margin-bottom: 5px;
}

main.p-student .eventInfoArea__list__item .header .hdg [lang="en"] img {
  height: 21px;
}

main.p-student .eventInfoArea__list__item .header .hdg [lang="ja"] {
  font-size: 2.5rem;
}

main.p-student .eventInfoArea__list__item .header .note {
  margin-top: -3px;
  font-size: 1.2rem;
}

main.p-student .eventInfoArea__list__item .image img {
  max-width: 100%;
}

main.p-student .eventInfoArea__list__item .btnArea {
  padding: 34px 0 45px;
  text-align: center;
}

main.p-student .eventInfoArea__list__item .btnArea .btn {
  display: inline-block;
  border-radius: 100px;
  padding: 7px 0;
  width: 166px;
  background-color: #FFF;
  font-size: 1.4rem;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

main.p-student .eventInfoArea__list__item .btnArea .btn::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #157DC3;
  vertical-align: 2px;
  -webkit-transition: border-left-color 0.2s;
  transition: border-left-color 0.2s;
}

main.p-student .eventInfoArea__list__item a:hover .btnArea .btn {
  background-color: #157DC3;
  color: #FFF;
}

main.p-student .eventInfoArea__list__item a:hover .btnArea .btn::before {
  border-left-color: #FFF;
}

main.p-student .eventInfoArea .linkBtn {
  margin: 60px auto 0;
  border-radius: 100px;
  width: 440px;
  overflow: hidden;
}

main.p-student .campusLifeArea {
  position: relative;
  padding: 272px 0 110px;
  background: url(../images/img_colorful_grad.png) 50% 0 no-repeat;
  background-size: 100%;
}

main.p-student .campusLifeArea__container {
  margin: auto;
  padding-right: 410px;
  width: 990px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-student .campusLifeArea__hdg {
  margin-bottom: 40px;
  color: #FFF;
}

main.p-student .campusLifeArea__hdg>span {
  display: block;
}

main.p-student .campusLifeArea__hdg [lang="en"] {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5.3rem;
  letter-spacing: 4px;
  line-height: 1;
}

main.p-student .campusLifeArea__hdg [lang="ja"] {
  margin-top: 12px;
  font-size: 2rem;
}

main.p-student .campusLifeArea__text {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 2;
}

main.p-student .campusLifeArea__slide {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 218px;
  margin-left: 20px;
  width: 680px;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}

main.p-student .campusLifeArea__slide__item {
  border-radius: 20px;
  overflow: hidden;
}

main.p-student .campusLifeArea__slide__item .image {
  padding-top: 67.352941176%;
  background-position: 50%;
  background-size: cover;
}

main.p-student .campusLifeArea__slide .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  line-height: 0;
}

main.p-student .campusLifeArea__slide .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

main.p-student .campusLifeArea__slide .slick-dots button {
  border: 2px solid #FFF;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  font-size: 0;
}

main.p-student .campusLifeArea__slide .slick-dots .slick-active button {
  background-color: #FFF;
}

main.p-student .campusLifeArea__slide.slick-initialized {
  opacity: 1;
}

main.p-student .campusLifeArea .linkBtnListArea {
  position: relative;
  margin-top: 65px;
}

main.p-student .campusLifeArea .linkBtnList {
  margin: -14px 0 0 -14px;
  font-size: 0;
  letter-spacing: normal;
}

main.p-student .campusLifeArea .linkBtnList li {
  display: inline-block;
  padding: 14px 0 0 14px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

main.p-student .campusLifeArea .linkBtnList span {
  padding: 16px 16px 16px 48px;
}

main.p-student .featureArea {
  padding: 30px 0 110px;
  background-color: #E6E6EA;
}

main.p-student .featureArea__container {
  margin: auto;
  width: 1330px;
}

main.p-student .featureArea header {
  margin-bottom: 38px;
}

main.p-student .featureArea header .hdg {
  text-align: center;
  color: #157DC3;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11.6rem;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 1;
}

main.p-student .featureArea header .leadArea {
  margin-top: 12px;
  text-align: center;
}

main.p-student .featureArea header .leadArea .tag {
  display: inline-block;
  border-radius: 100px;
  margin-bottom: 2px;
  padding: 1px 32px;
  background-color: #157DC3;
  color: #FFCF00;
  font-size: 1.9rem;
  letter-spacing: 3px;
  text-indent: 3px;
}

main.p-student .featureArea header .leadArea .text {
  color: #157DC3;
  font-size: 3.6rem;
}

main.p-student .featureArea .blockList {
  margin-left: -30px;
}

main.p-student .featureArea .blockList::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .featureArea .blockList__item {
  float: left;
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-student .featureArea .blockList__item>div {
  position: relative;
  padding: 65px 43px 230px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 5px #EEE;
  box-shadow: 0 0 5px #EEE;
}

main.p-student .featureArea .blockList__item>div::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 -32px -32px;
  width: 64px;
  height: 100px;
  background: url(../images/icon_pin_yellow_lg.png) no-repeat;
  background-size: 64px;
}

main.p-student .featureArea .blockList__item>div .linkBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  border-radius: 100px;
  width: 322px;
  overflow: hidden;
}

main.p-student .featureArea .blockList__item__hdg {
  margin-bottom: 55px;
  text-align: center;
  color: #157DC3;
}

main.p-student .featureArea .blockList__item__hdg>span {
  display: block;
}

main.p-student .featureArea .blockList__item__hdg [lang="en"] {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5.6rem;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 1;
}

main.p-student .featureArea .blockList__item__hdg [lang="ja"] {
  margin-top: 4px;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

main.p-student .featureArea .blockList__item.works .image {
  margin: -32px -43px 0;
}

main.p-student .featureArea .blockList__item.works .image img {
  width: 100%;
}

main.p-student .featureArea .blockList__item.works .text {
  margin: 38px 0 -.2em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

main.p-student .featureArea .blockList__item.interview .interviewList {
  margin: -26px 0 0 -26px;
  font-size: 0;
  letter-spacing: normal;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item {
  display: inline-block;
  padding: 26px 0 0 26px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: .5px;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item a {
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 35px;
  background-color: #E6E6EA;
  color: inherit;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #157DC3;
  border-radius: 10px;
  -webkit-transition: border-width 0.2s;
  transition: border-width 0.2s;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item a:hover {
  opacity: 1;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item a:hover::before {
  border-width: 5px;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__head {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 1px 0;
  border-radius: 100px;
  width: 150px;
  background-color: #157DC3;
  text-align: center;
  color: #FFCF00;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__head .num {
  font-size: 118.181818182%;
}

html.is-safari main.p-student .featureArea .blockList__item.interview .interviewList__item__head {
  font-weight: 500;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__image {
  background-position: 50%;
  background-size: cover;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__image::before {
  content: "";
  display: block;
  padding-top: 69.346733668%;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__body {
  text-align: center;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__body .name {
  margin: 10px 0 3px;
  color: #157DC3;
  font-size: 1.8rem;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__body .name .title {
  font-size: 83.333333333%;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item__body .meta {
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1.416666667;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child {
  width: 100%;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child a {
  padding: 40px 35px;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child a::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__copy {
  display: none;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__head {
  padding: 3px 0;
  width: 228px;
  font-size: 1.55rem;
  letter-spacing: 1.5px;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__image {
  float: left;
  margin-right: 25px;
  width: 267px;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__body {
  overflow: hidden;
  text-align: left;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__body .copy span {
  border-bottom: 2px solid #157DC3;
  font-size: 1.4rem;
}

main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__body .name {
  margin: 18px 0 15px;
  font-size: 2.65rem;
}

main.p-student .featureArea .linkBtnList {
  margin: 45px auto 0;
  width: 1110px;
  text-align: center;
  font-size: 0;
  letter-spacing: normal;
}

main.p-student .featureArea .linkBtnList li {
  display: inline-block;
  margin: 30px 15px 0;
  width: 340px;
  vertical-align: top;
}

main.p-student .featureArea .linkBtnList .arrowBtn a>span {
  padding: 20px 20px 20px 43px;
  text-align: left;
}

main.p-student .requestArea {
  padding: 125px 0 0;
}

main.p-student .requestArea__container {
  margin: auto;
  width: 1040px;
}

main.p-student .requestArea__hdg {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  color: #157DC3;
  font-size: 3.2rem;
  letter-spacing: 1.5px;
}

main.p-student .requestArea__hdg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 2px 0 0 -125px;
  width: 250px;
  height: 2px;
  background-color: #157DC3;
}

main.p-student .requestArea__list {
  margin-left: -72px;
}

main.p-student .requestArea__list::after {
  content: "";
  display: block;
  clear: both;
}

main.p-student .requestArea__list__item {
  float: left;
  padding-left: 72px;
  padding-bottom: 30px;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-student .requestArea__list__item .image {
  position: relative;
  padding-top: 141.747572816%;
  overflow: hidden;
}

main.p-student .requestArea__list__item .image img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.p-student .requestArea__list__item .title {
  display: table;
  margin: 25px 0;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.375;
}

main.p-student .requestArea__list__item .title>span {
  display: table-cell;
  vertical-align: middle;
}

main.p-student .requestArea__list__item .linkBtn a {
  display: block;
  border: 1px solid #CFCED9;
  padding: 11px;
  text-align: center;
  color: inherit;
  font-size: 1.4rem;
}

main.p-student .requestArea__list__item .linkBtn a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #157DC3;
  vertical-align: 2px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

main.p-student .requestArea__list__item .linkBtn a:hover {
  opacity: 1;
}

main.p-student .requestArea__list__item .linkBtn a:hover::before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

main.p-student .requestArea .convBtnArea {
  margin-top: 82px;
  text-align: center;
}

main.p-student .requestArea .convBtnArea__text {
  margin-bottom: 38px;
  font-size: 1.6rem;
}

main.p-student .requestArea .convBtnArea__btn {
  display: inline-block;
  border-radius: 100px;
  width: 440px;
  overflow: hidden;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  main.p-student {
    margin: 0 -5.066666667vw;
  }
  main.p-student .gradBtn>span {
    padding: 20px;
    font-size: 1.4rem;
  }
  main.p-student .gradBtn>span::before {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-size: 12px;
    vertical-align: -1px;
  }
  main.p-student .gradBtn[target="_blank"]>span::after {
    margin-left: 8px;
  }
  main.p-student .arrowBtn a::before {
    left: 15px;
    margin-top: -3px;
  }
  main.p-student .arrowBtn a>span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  main.p-student .mainVisualArea {
    position: static;
    height: auto;
    min-height: 0;
  }
  main.p-student .mainVisualArea::after {
    content: "";
    display: block;
    position: relative;
    left: 50%;
    border-radius: 0 0 50% 50% / 0 0 45px 45px;
    width: 120%;
    height: 45px;
    background-color: #157DC3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main.p-student .mainVisualArea__frame {
    position: static;
    border-radius: 0;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
    overflow: visible;
  }
  main.p-student .mainVisualArea__frame__inner {
    position: static;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    background: none !important;
    -webkit-transform: none;
    transform: none;
  }
  main.p-student .mainVisualArea__container {
    position: static;
    margin: 0;
    width: auto;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__mvSp {
    display: block;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav {
    padding: 36px 5.06667% 45px;
    background-size: 35px 35px;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea {
    margin-right: 0;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea ul {
    margin: -28px -10px 0;
    text-align: center;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea li {
    margin: 28px 10px 0;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav__listArea a {
    font-size: 1.3rem;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav .linkBtn {
    position: static;
    margin-top: 32px;
    width: auto;
  }
  main.p-student .mainVisualArea__container .mainVisualArea__localNav .linkBtn .gradBtn>span {
    padding: 20px;
  }
  main.p-student .mainVisualArea__container .m-breadcrumb {
    display: none;
  }
  main.p-student .newsArea {
    margin: 50px 0 80px;
    padding: 0;
  }
  main.p-student .newsArea__container {
    padding: 0 5.06667%;
    width: auto;
    min-height: 0;
  }
  main.p-student .newsArea__news {
    margin-left: 0;
    padding-top: 0;
  }
  main.p-student .newsArea__news__hdg {
    margin-bottom: 15px;
  }
  main.p-student .newsArea__news__hdg [lang="ja"] {
    font-size: 2.5rem;
  }
  main.p-student .newsArea__news__hdg [lang="en"] {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  main.p-student .newsArea__news__list {
    margin: 0 -5.066666667vw;
  }
  main.p-student .newsArea__news__list__item article {
    display: block;
    padding: 18px 5.06667% 20px;
    width: auto;
    height: auto;
  }
  main.p-student .newsArea__news__list__item article .meta, main.p-student .newsArea__news__list__item article .title {
    display: block;
  }
  main.p-student .newsArea__news__list__item article .meta {
    position: relative;
    margin-bottom: 5px;
    padding-left: 0;
    width: auto;
  }
  main.p-student .newsArea__news__list__item article .title {
    padding: 0;
    font-size: 1.3rem;
  }
  main.p-student .newsArea__news__list__item article.new .meta::before {
    left: auto;
    right: 0;
    top: 100%;
    margin-top: -5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  main.p-student .newsArea__news__list__item article.new .title {
    padding-right: 45px;
  }
  main.p-student .newsArea__news__listLinkBtn {
    position: static;
    margin: 15px auto 50px;
    width: 198px;
  }
  main.p-student .newsArea__news__listLinkBtn a {
    padding: 10px 0;
    width: auto;
    font-size: 1.4rem;
  }
  main.p-student .newsArea__news__listLinkBtn a::before {
    margin-right: 9px;
    width: 14px;
    height: 8px;
    background-image: url(../images/icon_list.png);
    background-size: 14px;
    vertical-align: 1px;
  }
  main.p-student .newsArea__slideArea {
    position: relative;
    right: auto;
    top: auto;
    margin-right: 0;
    padding: 0 5.341246291%;
    width: auto;
  }
  main.p-student .newsArea__slide .slick-arrow {
    z-index: 1;
    margin-left: -20px;
  }
  main.p-student .newsArea__slide .slick-arrow>span {
    width: 40px;
    height: 40px;
  }
  main.p-student .newsArea__slide .slick-prev {
    margin-bottom: -22px;
  }
  main.p-student .newsArea__slide .slick-next {
    margin-top: -22px;
  }
  main.p-student .newsArea__slide .slick-dots {
    margin-left: 12px;
  }
  main.p-student .admInfoArea {
    margin: 80px 0 70px;
    padding: 100px 0 0;
    background-image: url(../images/img_students_grad_sm.jpg);
  }
  main.p-student .admInfoArea__container {
    padding: 0 5.06667%;
    width: auto;
  }
  main.p-student .admInfoArea__hdg {
    margin: 0 0 22px;
    text-align: center;
  }
  main.p-student .admInfoArea__hdg [lang="en"] img {
    width: 129px;
  }
  main.p-student .admInfoArea__hdg [lang="ja"] {
    font-size: 2.6rem;
    text-indent: 2px;
  }
  main.p-student .admInfoArea__cont {
    margin: 0 -5.066666667vw;
  }
  main.p-student .admInfoArea .deptGuideList {
    margin-left: 0;
  }
  main.p-student .admInfoArea .deptGuideList__item {
    float: none;
    padding-left: 0;
    width: auto;
  }
  main.p-student .admInfoArea .deptGuideList__item__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  main.p-student .admInfoArea .deptGuideList__item__hdg {
    padding: 9px;
    font-size: 2rem;
    background-size: 600px;
  }
  main.p-student .admInfoArea .deptGuideList__item__body {
    padding: 18px 9.866666667% 25px;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .pamph {
    margin-right: 5.647840532%;
    width: 35.714285714%;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .pamph .text {
    margin-top: 2px;
    font-size: 1.25rem;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .pamph .text::before {
    margin-right: 5px;
    vertical-align: 2px;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .linkList li~li {
    margin-top: 5px;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .linkList a {
    padding: 11px 16px 11px 45px;
    font-size: 1.3rem;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .linkList a::before {
    left: 16px;
    margin-top: -9px;
    width: 21px;
    height: 18px;
    background-size: 21px;
    vertical-align: -4px;
  }
  main.p-student .admInfoArea .deptGuideList__item__body .pamph+.linkList {
    margin-top: 9px;
  }
  main.p-student .admInfoArea .deptGuideList__item:last-child .deptGuideList__item__body {
    padding-bottom: 0;
  }
  main.p-student .admInfoArea .admGuide {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  main.p-student .admInfoArea .admGuide__pamph {
    float: none;
    padding: 38px 5.06667% 27px;
    width: auto;
  }
  main.p-student .admInfoArea .admGuide__pamph .arrowBtn a {
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  main.p-student .admInfoArea .admGuide__pamph .arrowBtn a::before {
    display: inline-block;
    position: static;
    margin-right: 5px;
  }
  main.p-student .admInfoArea .admGuide__pamph .arrowBtn a>span {
    display: inline;
    padding: 0;
    font-size: 1.3rem;
  }
  main.p-student .admInfoArea .admGuide .deptGuideList {
    float: none;
    width: auto;
  }
  main.p-student .admInfoArea .admGuide .deptGuideList__item__hdg {
    padding: 9px;
    font-size: 2rem;
  }
  main.p-student .admInfoArea .admGuide .deptGuideList__item__hdg>span .u-spOnly {
    display: inline;
  }
  main.p-student .admInfoArea .admGuide .deptGuideList__item__body {
    padding: 5.06667%;
  }
  main.p-student .admInfoArea .applyLinkBtn {
    margin: 30px auto 0;
    width: auto;
  }
  main.p-student .admInfoArea .linkBtnListArea {
    margin-top: 42px;
  }
  main.p-student .admInfoArea .linkBtnListArea__hdg {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  main.p-student .admInfoArea .linkBtnList {
    margin: 0;
  }
  main.p-student .admInfoArea .linkBtnList li {
    padding: 0;
    width: 50%;
  }
  main.p-student .admInfoArea .linkBtnList .arrowBtn a::before {
    left: 15px;
  }
  main.p-student .admInfoArea .linkBtnList .arrowBtn a>span {
    padding: 19px 16px 19px 35px;
  }
  main.p-student .admInfoArea .linkBtnList .arrowBtn a[href$=".pdf"]>span::after {
    margin-left: 5px;
    width: 11px;
    height: 13px;
    background-size: 11px;
  }
  main.p-student .admInfoArea .linkBtnList li:nth-child(even) .arrowBtn {
    border-left: none;
  }
  main.p-student .admInfoArea .linkBtnList li:nth-child(n+3) .arrowBtn {
    border-top: none;
  }
  main.p-student .eventInfoArea {
    margin: 70px 0 65px;
    padding: 0;
    background: none;
  }
  main.p-student .eventInfoArea__container {
    padding: 0 5.06667%;
    width: auto;
  }
  main.p-student .eventInfoArea__hdg {
    margin-bottom: 40px;
    font-size: 2.5rem;
    line-height: 1.39;
  }
  main.p-student .eventInfoArea__hdg::before {
    margin: 10px 0 0 -100px;
    width: 200px;
  }
  main.p-student .eventInfoArea__list {
    margin-left: 0;
  }
  main.p-student .eventInfoArea__list__item {
    float: none;
    margin-left: 0;
    width: auto;
  }
  main.p-student .eventInfoArea__list__item a {
    border-radius: 12px;
  }
  main.p-student .eventInfoArea__list__item .header {
    padding-top: 24px;
    height: 110px;
  }
  main.p-student .eventInfoArea__list__item .header .hdg [lang="en"] {
    margin-bottom: 4px;
  }
  main.p-student .eventInfoArea__list__item .header .hdg [lang="ja"] {
    font-size: 2.4rem;
  }
  main.p-student .eventInfoArea__list__item .header .note {
    font-size: 1.15rem;
  }
  main.p-student .eventInfoArea__list__item .btnArea {
    padding: 24px 0;
  }
  main.p-student .eventInfoArea__list__item .btnArea .btn {
    width: 160px;
    font-size: 1.3rem;
  }
  main.p-student .eventInfoArea__list__item~.eventInfoArea__list__item {
    margin-top: 30px;
  }
  main.p-student .eventInfoArea .linkBtn {
    margin: 36px 0 0;
    width: auto;
  }
  main.p-student .campusLifeArea {
    padding: 105px 0 55px;
    background-image: url(../images/img_colorful_grad_sp.png);
    background-size: 100% 100%;
  }
  main.p-student .campusLifeArea__container {
    padding: 0 5.06667%;
    width: auto;
  }
  main.p-student .campusLifeArea__hdg {
    margin-bottom: 25px;
  }
  main.p-student .campusLifeArea__hdg [lang="en"] {
    font-size: 5rem;
  }
  main.p-student .campusLifeArea__hdg [lang="ja"] {
    font-size: 1.9rem;
  }
  main.p-student .campusLifeArea__text {
    font-size: 1.3rem;
    line-height: 1.923076923;
  }
  main.p-student .campusLifeArea__slide {
    position: relative;
    left: auto;
    top: auto;
    margin: 30px -5.066666667vw 0;
    padding-left: 5.066666667vw;
    width: auto;
  }
  main.p-student .campusLifeArea__slide__item {
    border-radius: 10px 0 0 10px;
  }
  main.p-student .campusLifeArea__slide .slick-dots button {
    width: 12px;
    height: 12px;
  }
  main.p-student .campusLifeArea .linkBtnListArea {
    margin-top: 70px;
  }
  main.p-student .campusLifeArea .linkBtnList {
    margin: 0;
  }
  main.p-student .campusLifeArea .linkBtnList li {
    padding: 0;
  }
  main.p-student .campusLifeArea .linkBtnList li:nth-child(even) .arrowBtn {
    border-left: none;
  }
  main.p-student .campusLifeArea .linkBtnList li:nth-child(n+3) .arrowBtn {
    border-top: none;
  }
  main.p-student .campusLifeArea .linkBtnList span {
    padding: 19px 16px 19px 35px;
  }
  main.p-student .featureArea {
    padding: 44px 0 80px;
  }
  main.p-student .featureArea__container {
    width: auto;
  }
  main.p-student .featureArea header {
    margin-bottom: 56px;
  }
  main.p-student .featureArea header .hdg {
    font-size: 6rem;
    letter-spacing: 4px;
  }
  main.p-student .featureArea header .leadArea {
    margin-top: 8px;
  }
  main.p-student .featureArea header .leadArea .tag {
    margin-bottom: 3px;
    padding: 2px 20px;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
  }
  main.p-student .featureArea header .leadArea .text {
    font-size: 2.3rem;
  }
  main.p-student .featureArea .blockList {
    margin-left: 0;
  }
  main.p-student .featureArea .blockList__item {
    float: none;
    padding-left: 0;
    width: auto;
  }
  main.p-student .featureArea .blockList__item>div {
    padding: 38px 5.06667%;
  }
  main.p-student .featureArea .blockList__item>div::before {
    margin: 0 0 -27px -19px;
    width: 39px;
    height: 61px;
    background-size: 39px;
  }
  main.p-student .featureArea .blockList__item>div .linkBtn {
    position: static;
    margin-top: 30px;
    width: auto;
  }
  main.p-student .featureArea .blockList__item__hdg {
    margin-bottom: 28px;
  }
  main.p-student .featureArea .blockList__item__hdg [lang="en"] {
    font-size: 3.8rem;
    font-weight: normal;
    letter-spacing: 3px;
  }
  main.p-student .featureArea .blockList__item__hdg [lang="ja"] {
    margin-top: 4px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  main.p-student .featureArea .blockList__item.works .image {
    margin: -28px -5.066666667vw 0;
  }
  main.p-student .featureArea .blockList__item.works .text {
    margin: 18px 0 0;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: normal;
    line-height: 1.785714286;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList {
    margin: 0;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item {
    display: block;
    padding: 0;
    width: auto;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item a {
    display: table;
    border-radius: 15px;
    padding: 27px 5.637982196%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__head {
    padding: 2px 0 !important;
    width: 168px !important;
    font-size: 1.2rem !important;
    font-weight: 500;
    letter-spacing: 1px !important;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__head .num {
    font-size: 123.913043478%;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__image, main.p-student .featureArea .blockList__item.interview .interviewList__item__body {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__body {
    padding-left: 5.066666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__body .name {
    margin: 0 0 4px !important;
    font-size: 1.7rem !important;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__body .name .title {
    font-size: 100% !important;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item__body .meta {
    font-size: 1.1rem;
    line-height: 1.636363636;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child a {
    padding: 27px 5.637982196%;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__copy {
    display: block;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__copy span {
    border-bottom: 2px solid #157DC3;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__inner {
    display: table;
    width: 100%;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__image {
    float: none;
    margin-right: 0;
    width: 50%;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item:first-child .interviewList__item__body .copy {
    display: none;
  }
  main.p-student .featureArea .blockList__item.interview .interviewList__item~.interviewList__item {
    margin-top: 33px;
  }
  main.p-student .featureArea .blockList__item~.blockList__item {
    margin-top: 55px;
  }
  main.p-student .featureArea .linkBtnList {
    margin: 40px 5.06667% 0;
    width: auto;
  }
  main.p-student .featureArea .linkBtnList li {
    margin: 0;
    width: 50%;
  }
  main.p-student .featureArea .linkBtnList li:nth-child(even) {
    border-left: none;
  }
  main.p-student .featureArea .linkBtnList li:nth-child(n+3) {
    border-top: none;
  }
  main.p-student .featureArea .linkBtnList .arrowBtn a>span {
    padding: 19px 16px 19px 30px;
  }
  main.p-student .requestArea {
    padding: 70px 0 0;
  }
  main.p-student .requestArea__container {
    padding: 0 5.06667%;
    width: auto;
  }
  main.p-student .requestArea__hdg {
    margin-bottom: 38px;
    font-size: 2.5rem;
    letter-spacing: 1px;
    line-height: 1.39;
  }
  main.p-student .requestArea__hdg::before {
    margin: 8px 0 0 -100px;
    width: 200px;
  }
  main.p-student .requestArea__list {
    margin: -29px 0 0 -19px;
  }
  main.p-student .requestArea__list__item {
    padding: 29px 0 0 19px;
    width: 50%;
  }
  main.p-student .requestArea__list__item .title {
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 1.375;
  }
  main.p-student .requestArea__list__item .linkBtn a {
    padding: 15px 10px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
  main.p-student .requestArea__list__item .linkBtn a {
    font-size: 1rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 750px) {
  main.p-student .requestArea__list__item .linkBtn a::before {
    vertical-align: 1px;
  }
  main.p-student .requestArea .convBtnArea {
    margin-top: 62px;
  }
  main.p-student .requestArea .convBtnArea__text {
    margin-bottom: 33px;
    font-size: 1.4rem;
    line-height: 1.785714286;
  }
  main.p-student .requestArea .convBtnArea__btn {
    display: block;
    width: auto;
  }
}

/* お仕事マップ */

main.p-jobmap {
  margin-top: 0;
}

main.p-jobmap .gradBtn {
  margin: auto;
  display: table;
  position: relative;
  width: 418px;
  overflow: hidden;
}

main.p-jobmap .gradBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(24%, #00C1D0), to(#00C69C));
  background: linear-gradient(90deg, #00C1D0 24%, #00C69C 100%);
}

main.p-jobmap .gradBtn>span {
  display: block;
  position: relative;
  padding: 25px;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
}

main.p-jobmap .gradBtn>span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_arrow_white_green.png);
  background-size: 18px;
  vertical-align: -3px;
}

main.p-jobmap .gradBtn:hover {
  opacity: .6;
}

main.p-jobmap .arrowBtn {
  border: 1px solid #CFCED9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

main.p-jobmap .arrowBtn a {
  display: table;
  position: relative;
  width: 100%;
  color: inherit;
}

main.p-jobmap .arrowBtn a::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -3px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #157DC3;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

main.p-jobmap .arrowBtn a>span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: normal;
}

main.p-jobmap .arrowBtn a:hover {
  opacity: 1;
}

main.p-jobmap .arrowBtn a:hover::before {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

main.p-jobmap .breadcrumbArea {
  background-color: inherit;
}

main.p-jobmap .breadcrumbArea__container {
  width: 1100px;
}

main.p-jobmap .mainVisualArea {
  position: relative;
}

main.p-jobmap .mainVisualArea__image {
  position: relative;
  width: 1400px;
  height: 620px;
  margin: auto;
  background-color: #fff;
}

main.p-jobmap .mainVisualArea__image__list li {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

main.p-jobmap .mainVisualArea__image__list li img {
  width: 100%;
  height: auto;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(1) {
  left: 24px;
  top: 60px;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(2) {
  left: 53%;
  top: 53px;
  width: 11%;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(3) {
  left: 69.428571421%;
  top: 43px;
  width: 14.57142857%;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(4) {
  right: 3.642857142%;
  top: 64px;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(5) {
  left: -100px;
  bottom: 5px;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(6) {
  left: 53%;
  height: 435px;
  bottom: 0;
}

main.p-jobmap .mainVisualArea__image__list li:nth-of-type(7) {
  right: 5.285714285%;
  height: 427px;
  bottom: 0;
}

main.p-jobmap .mainVisualArea__image__list li.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

main.p-jobmap .mainVisualArea__hdg {
  position: absolute;
  top: 8%;
  left: 50%;
  margin-left: -465px;
  width: 435px;
  color: #4D438A;
}

@media screen and (max-width: 1400px) {
  main.p-jobmap .mainVisualArea__hdg {
    left: 16.42%;
    margin-left: 0;
  }
}

main.p-jobmap .mainVisualArea__hdg .hdgLg {
  font-size: 16.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 11px;
  line-height: 1.04;
}

main.p-jobmap .mainVisualArea__hdg .hdgLg span:last-child {
  margin-top: -30px;
  display: block;
}

main.p-jobmap .mainVisualArea__hdg .lavel {
  position: absolute;
  top: 60.5%;
  left: 64%;
  width: 165px;
  padding: 22px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00C1D0), to(#00C69C));
  background-image: linear-gradient(90deg, #00C1D0 0%, #00C69C 100%);
  font-size: 2.3rem;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

main.p-jobmap .mainVisualArea__hdg .lavel span {
  display: block;
  line-height: 1.2;
}

main.p-jobmap .mainVisualArea__lead {
  position: absolute;
  top: 63%;
  left: 50%;
  margin-left: -453px;
  font-size: 1.4rem;
  line-height: 2.142857143;
}

@media screen and (max-width: 1400px) {
  main.p-jobmap .mainVisualArea__lead {
    left: 16.42%;
    margin-left: 0;
  }
}

main.p-jobmap .mainVisualArea__lead .text:last-child {
  margin-top: 30px;
}

main.p-jobmap .mainArea {
  background-color: #F0F0F3;
}

main.p-jobmap .mainArea .hospitalArea__container, main.p-jobmap .mainArea .townArea__container {
  width: 1255px;
  margin: auto;
}

main.p-jobmap .mainArea .selectArea {
  padding: 110px 0 235px;
}

main.p-jobmap .mainArea .selectArea__list {
  width: 952px;
  margin: auto;
}

main.p-jobmap .mainArea .selectArea__list::after {
  content: "";
  display: block;
  clear: both;
}

main.p-jobmap .mainArea .selectArea__list__item {
  position: relative;
  width: 445px;
  float: left;
  border-radius: 100px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

main.p-jobmap .mainArea .selectArea__list__item:nth-of-type(2n) {
  float: right;
}

main.p-jobmap .mainArea .selectArea__list__item:before {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main.p-jobmap .mainArea .selectArea__list__item a {
  position: relative;
  padding: 30px 0 25px;
  display: block;
}

main.p-jobmap .mainArea .selectArea__list__item a:after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: 23px;
  width: 12px;
  height: 12px;
  margin-left: -8.5px;
  border-top: 2px solid #4D438A;
  border-right: 2px solid #4D438A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

main.p-jobmap .mainArea .selectArea__list__item a:hover {
  opacity: 1;
}

main.p-jobmap .mainArea .selectArea__list__item__img {
  margin: 0 auto 12px;
}

main.p-jobmap .mainArea .selectArea__list__item__img img {
  width: 100%;
  height: auto;
}

main.p-jobmap .mainArea .selectArea__list__item__hdg {
  text-align: center;
}

main.p-jobmap .mainArea .selectArea__list__item__hdg span {
  display: block;
}

main.p-jobmap .mainArea .selectArea__list__item__hdg [lang="ja"] {
  margin-bottom: -14px;
  font-size: 2rem;
}

main.p-jobmap .mainArea .selectArea__list__item__hdg [lang="en"] {
  margin-bottom: 8px;
  font-size: 4.2rem;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 3.5px;
}

main.p-jobmap .mainArea .selectArea__list__item--hosp {
  background-color: #00BAD5;
}

main.p-jobmap .mainArea .selectArea__list__item--hosp:before {
  top: -10px;
  left: -55px;
  width: 500px;
  height: 245px;
  background-image: url(../../images/jobmap/img_hosp.png);
}

main.p-jobmap .mainArea .selectArea__list__item--hosp .selectArea__list__item__img {
  width: 69px;
}

main.p-jobmap .mainArea .selectArea__list__item--hosp:hover {
  background-color: rgba(0, 186, 213, 0.8);
}

main.p-jobmap .mainArea .selectArea__list__item--hosp:hover a:after {
  bottom: 13px;
}

main.p-jobmap .mainArea .selectArea__list__item--town {
  background-color: #00BDA1;
}

main.p-jobmap .mainArea .selectArea__list__item--town:before {
  top: -13px;
  left: -16px;
  width: 482px;
  height: 245px;
  background-image: url(../../images/jobmap/img_town.png);
}

main.p-jobmap .mainArea .selectArea__list__item--town a {
  padding: 21px 0 25px;
}

main.p-jobmap .mainArea .selectArea__list__item--town .selectArea__list__item__img {
  width: 132px;
}

main.p-jobmap .mainArea .selectArea__list__item--town:hover {
  background-color: rgba(0, 189, 161, 0.8);
}

main.p-jobmap .mainArea .selectArea__list__item--town:hover a:after {
  bottom: 13px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents, main.p-jobmap .mainArea .townArea__jobContents {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
  background-color: #fff;
}

main.p-jobmap .mainArea .hospitalArea__jobContents:before, main.p-jobmap .mainArea .townArea__jobContents:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 102px;
  background: url(../../images/jobmap/img_wave_r.png);
  background-size: 100% 100%;
  z-index: 2;
}

main.p-jobmap .mainArea .hospitalArea__jobContents:after, main.p-jobmap .mainArea .townArea__jobContents:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 138px;
  background: url(../../images/jobmap/img_wave_l_cblue.png);
  background-size: 100% 100%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara, main.p-jobmap .mainArea .townArea__jobContents__chara {
  position: absolute;
  top: -272px;
  width: 435px;
  z-index: 1;
  overflow: hidden;
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara__inner, main.p-jobmap .mainArea .townArea__jobContents__chara__inner {
  position: relative;
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara__inner::after, main.p-jobmap .mainArea .townArea__jobContents__chara__inner::after {
  content: "";
  display: block;
  clear: both;
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara__img, main.p-jobmap .mainArea .townArea__jobContents__chara__img {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara__text, main.p-jobmap .mainArea .townArea__jobContents__chara__text {
  opacity: 0;
  position: absolute;
  top: 47px;
  right: 87px;
  font-size: 1.9rem;
  color: #00BAD5;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara.is-show .hospitalArea__jobContents__chara__img, main.p-jobmap .mainArea .hospitalArea__jobContents__chara.is-show .townArea__jobContents__chara__img, main.p-jobmap .mainArea .townArea__jobContents__chara.is-show .hospitalArea__jobContents__chara__img, main.p-jobmap .mainArea .townArea__jobContents__chara.is-show .townArea__jobContents__chara__img {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

main.p-jobmap .mainArea .hospitalArea__jobContents__chara.is-show .hospitalArea__jobContents__chara__text, main.p-jobmap .mainArea .hospitalArea__jobContents__chara.is-show .townArea__jobContents__chara__text, main.p-jobmap .mainArea .townArea__jobContents__chara.is-show .hospitalArea__jobContents__chara__text, main.p-jobmap .mainArea .townArea__jobContents__chara.is-show .townArea__jobContents__chara__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg {
  position: relative;
  width: 296px;
  margin: -230px auto 23px;
  z-index: 20;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__img, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__img {
  width: 140px;
  margin: auto;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__img img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__img img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__img img, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__img img {
  width: 100%;
  height: auto;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__name, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__name, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__name, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__name {
  font-size: 6rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  letter-spacing: 5px;
  color: #4D438A;
  text-align: center;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__label, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__label, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__label, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__label {
  width: 100%;
  padding: 3.5px 0px;
  color: #fff;
  background-color: #00BAD5;
  text-align: center;
  border-radius: 21px;
  font-size: 2.2rem;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__img, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__img {
  width: 270px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__label, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__label {
  background-color: #00BDA1;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img {
  margin-bottom: 42px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper {
  position: relative;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect {
  position: absolute;
  cursor: pointer;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 90%;
  z-index: 21;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon::before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon::before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon::before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -7px;
  border-color: transparent;
  border-style: solid;
  border-width: 20px 7px 0;
  border-top-color: #FEE409;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon>span, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon>span, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon>span, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon>span {
  display: block;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  background-color: #FEE409;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all .3s;
  transition: all .3s;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon>span::before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon>span::before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect__balloon>span::before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect__balloon>span::before {
  content: "CHECK!";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon {
  opacity: 1;
  visibility: visible;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon>span, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon>span, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon>span, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper .imgSect:hover .imgSect__balloon>span {
  -webkit-animation: balloonPop .3s;
  animation: balloonPop .3s;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img img, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img img {
  width: 100%;
  height: auto;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list {
  border-top: 1px solid #DCDBE4;
  border-left: 1px solid #DCDBE4;
  counter-reset: list_count;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list::after, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list::after, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list::after, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list::after {
  content: "";
  display: block;
  clear: both;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li {
  position: relative;
  width: 20%;
  min-height: 43px;
  padding: 16px 16px 16px 42px;
  float: left;
  border-right: 1px solid #DCDBE4;
  border-bottom: 1px solid #DCDBE4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #333;
  font-size: 1.4rem;
  cursor: pointer;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li:before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li:before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:before {
  counter-increment: list_count;
  content: counter(list_count);
  position: absolute;
  left: 10px;
  top: 50%;
  text-align: center;
  margin-top: -12px;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  font-size: 1.4rem;
  border: 1px solid #00BAD5;
  color: #00BAD5;
  font-family: 'Barlow Condensed', sans-serif;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li:hover, main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li.is-active, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:hover, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li.is-active, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li:hover, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li.is-active, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:hover, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li.is-active {
  background-color: #00BAD5;
  color: #fff;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li:hover:before, main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li.is-active:before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:hover:before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li.is-active:before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li:hover:before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li.is-active:before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:hover:before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li.is-active:before {
  border: 1px solid #fff;
  color: #fff;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect {
  height: 30%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--1, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--1 {
  left: 31.5%;
  bottom: 3%;
  width: 25%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--2, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--2 {
  left: 2%;
  bottom: 3%;
  width: 26%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--9, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--9 {
  right: 2%;
  bottom: 3%;
  width: 40%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--5, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--5 {
  left: 2%;
  bottom: 35%;
  width: 29.5%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--4, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--4 {
  left: 33%;
  bottom: 35%;
  width: 35%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--3, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--3 {
  left: 70%;
  bottom: 35%;
  width: 28%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--8, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--8 {
  left: 2%;
  top: 3%;
  width: 28.5%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--7, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--7 {
  left: 32.5%;
  top: 3%;
  width: 33%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgSect--6, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgSect--6 {
  left: 67%;
  top: 3%;
  width: 31%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--1, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--1 {
  left: 60%;
  bottom: 7%;
  width: 15%;
  height: 45%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--2, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--2 {
  left: 52%;
  bottom: 53%;
  width: 20%;
  height: 28%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--3, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--3 {
  right: 0;
  bottom: 38%;
  width: 25%;
  height: 36%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--4, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--4 {
  right: 0;
  bottom: 0;
  width: 25%;
  height: 33%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--5, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--5 {
  left: 17%;
  bottom: 44%;
  width: 16%;
  height: 31%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--6, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--6 {
  left: 11%;
  top: 0;
  width: 20%;
  height: 24%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--7, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--7 {
  left: 17%;
  bottom: 10%;
  width: 23%;
  height: 43%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--8, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--8 {
  left: 0;
  bottom: 33%;
  width: 17%;
  height: 30%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--9, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--9 {
  left: 31%;
  top: 0;
  width: 20%;
  height: 29%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--10, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--10 {
  right: 2%;
  top: 0;
  width: 20%;
  height: 25%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--11, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--11 {
  right: 22%;
  top: 0;
  width: 27%;
  height: 20%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgSect--11-2, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgSect--11-2 {
  left: 0;
  bottom: 62.5%;
  width: 16.5%;
  height: 24%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:before {
  border: 1px solid #00BDA1;
  color: #00BDA1;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:hover, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li.is-active, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:hover, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li.is-active {
  background-color: #00BDA1;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet {
  margin-top: 80px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item {
  padding-right: 0;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide {
  width: 1255px;
  margin: 0 auto -115px;
  float: none;
  z-index: 1;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide::after, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide::after {
  content: "";
  display: block;
  clear: both;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide__img, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide__img {
  width: 450px;
  float: left;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide__img img, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide__img img {
  width: 100%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide__text, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide__text {
  width: 500px;
  float: left;
  margin-top: 15px;
  margin-left: 37px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow {
  margin-top: -90px;
  border: none;
  width: 50px;
  height: 80px;
  background-color: inherit;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow span, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow span:before, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow span:before {
  content: "";
  position: absolute;
  margin: 0 0 0 20px !important;
  width: 56px;
  height: 56px;
  border-width: 2px 2px 0 0;
  border-top: 2px solid #00BAD5;
  border-right: 2px solid #00BAD5;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-next, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots {
  width: 500px;
  left: 50%;
  top: auto;
  bottom: 20%;
  margin-left: -142px;
  text-align: left;
  counter-reset: list_count;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots li, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots li {
  margin: 0 6px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots button, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots button {
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
  text-align: center;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  font-size: 1.2rem;
  border: 1px solid #00BAD5;
  color: #00BAD5;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #fff;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots .slick-active button, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots .slick-active button {
  background-color: #00BAD5;
  color: #fff;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body {
  position: relative;
  width: 100%;
  height: 570px;
  padding: 150px 0 0;
  background-color: #F0F0F3;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body:before, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  border-radius: 0 0 50% 50% / 0 0 180px 180px;
  width: 120%;
  height: 180px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__text, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__text {
  width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.75;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox {
  width: 1000px;
  margin: 0 auto 50px;
  background-color: #fff;
  font-size: 1.6rem;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox::after, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox::after {
  content: "";
  display: block;
  clear: both;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .dept, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .dept {
  padding: 16px;
  width: 197px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #00BAD5;
  color: #fff;
  text-align: center;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .text, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .text {
  padding: 16px 25px;
  float: left;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__label, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__label {
  width: 150px;
  margin-bottom: 33px;
  padding: 1px 0;
  background-color: #00BAD5;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 12px;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item__hdg, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item__hdg {
  margin-bottom: 14px;
  font-size: 3.3rem;
}

main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item__lead, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item__lead {
  font-size: 2.4rem;
}

main.p-jobmap .mainArea .townArea__jobContents:before {
  background: url(../../images/jobmap/img_wave_l.png);
  background-size: 100% 100%;
}

main.p-jobmap .mainArea .townArea__jobContents:after {
  background-image: url(../../images/jobmap/img_wave_r_green.png);
}

main.p-jobmap .mainArea .townArea__jobContents__chara {
  top: -322px;
  right: 0;
}

main.p-jobmap .mainArea .townArea__jobContents__chara:before {
  background-color: #00BDA1;
}

main.p-jobmap .mainArea .townArea__jobContents__chara__img {
  float: right;
}

main.p-jobmap .mainArea .townArea__jobContents__chara__text {
  right: 291px;
  top: 36px;
  color: #00BDA1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow span:before {
  border-top: 2px solid #00BDA1;
  border-right: 2px solid #00BDA1;
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-prev span:before {
  margin-top: -40px;
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots button {
  border: 1px solid #00BDA1;
  color: #00BDA1;
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots .slick-active button {
  background-color: #00BDA1;
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body {
  height: 510px;
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .dept {
  background-color: #00BDA1;
}

main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__label {
  background-color: #00BDA1;
}

@media screen and (max-width: 750px) {
  main.p-jobmap {
    margin: 0 -5.066666667vw;
  }
  main.p-jobmap .linkBtn {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-jobmap .gradBtn {
    width: 100%;
  }
  main.p-jobmap .gradBtn>span {
    padding: 20px;
    font-size: 1.4rem;
  }
  main.p-jobmap .gradBtn>span::before {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-size: 12px;
    vertical-align: -1px;
  }
  main.p-jobmap .gradBtn[target="_blank"]>span::after {
    margin-left: 8px;
  }
  main.p-jobmap .arrowBtn a::before {
    left: 15px;
    margin-top: -3px;
  }
  main.p-jobmap .arrowBtn a>span {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  main.p-jobmap .mainVisualArea__image {
    width: 100%;
    height: 117.333333vw;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(1) {
    left: 0;
    top: 32px;
    width: 19.19999995vw;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(2) {
    left: 20.13333333%;
    top: 20px;
    width: 24.53333327vw;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(3) {
    left: 42.66666666%;
    top: 18px;
    width: 33.46666658vw;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(4) {
    right: 0;
    top: 32px;
    width: 23.99999994vw;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(5) {
    width: 32.53333325vw;
    left: 0;
    bottom: 0;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(6) {
    width: 35.73333324vw;
    left: 34.66666658vw;
    height: auto;
    bottom: 0;
  }
  main.p-jobmap .mainVisualArea__image__list li:nth-of-type(7) {
    width: 23.99999994vw;
    height: auto;
    right: 3.99999999vw;
    bottom: 0;
  }
  main.p-jobmap .mainVisualArea__hdg {
    top: 20.5%;
    left: 0;
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-jobmap .mainVisualArea__hdg .hdgLg {
    font-size: 22.26666666vw;
    letter-spacing: 2.5px;
    line-height: 1;
  }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
  main.p-jobmap .mainVisualArea__hdg .hdgLg {
    font-size: 7rem;
  }
}

@media screen and (max-width: 750px) {
  main.p-jobmap .mainVisualArea__hdg .hdgLg span:last-child {
    margin-left: 3px;
    display: inline;
  }
  main.p-jobmap .mainVisualArea__hdg .lavel {
    top: 102.5%;
    left: 5.06667%;
    width: 28.266666667vw;
    padding: 3.6vw 0;
    font-size: 4vw;
    border-radius: 1000px;
  }
  main.p-jobmap .mainVisualArea__hdg .lavel span {
    line-height: 1.2;
  }
  main.p-jobmap .mainVisualArea__lead {
    position: static;
    padding: 30px 5.06667% 38px;
    font-size: 1.3rem;
    line-height: 1.923076923;
    background-color: #fff;
  }
  main.p-jobmap .mainVisualArea__lead .text:last-child {
    margin-top: 25px;
  }
  main.p-jobmap .mainArea .hospitalArea__container, main.p-jobmap .mainArea .townArea__container {
    width: 100%;
  }
  main.p-jobmap .mainArea .selectArea {
    padding: 54px 0 275px;
  }
  main.p-jobmap .mainArea .selectArea__list {
    width: 100%;
  }
  main.p-jobmap .mainArea .selectArea__list__item {
    width: 49.7333333%;
    border-radius: 0;
  }
  main.p-jobmap .mainArea .selectArea__list__item a {
    padding: 42px 0 74px;
  }
  main.p-jobmap .mainArea .selectArea__list__item a:after {
    bottom: 45px;
    width: 9px;
    height: 9px;
    margin-left: -3.5px;
    border-top: 1px solid #4D438A;
    border-right: 1px solid #4D438A;
  }
  main.p-jobmap .mainArea .selectArea__list__item__hdg {
    text-align: center;
  }
  main.p-jobmap .mainArea .selectArea__list__item__hdg [lang="ja"] {
    margin-bottom: -4px;
    font-size: 1.3rem;
  }
  main.p-jobmap .mainArea .selectArea__list__item__hdg [lang="en"] {
    margin-bottom: -14px;
    font-size: 2.8rem;
    letter-spacing: 2.5px;
  }
  main.p-jobmap .mainArea .selectArea__list__item--hosp {
    border-radius: 0 10px 10px 0;
  }
  main.p-jobmap .mainArea .selectArea__list__item--hosp:before {
    top: 83.5%;
    left: 50%;
    width: 150px;
    height: 84px;
    margin-left: -75px;
    background-image: url(../../images/jobmap/img_hosp_sp.png);
  }
  main.p-jobmap .mainArea .selectArea__list__item--hosp .selectArea__list__item__img {
    width: 46px;
  }
  main.p-jobmap .mainArea .selectArea__list__item--town {
    border-radius: 10px 0 0 10px;
  }
  main.p-jobmap .mainArea .selectArea__list__item--town:before {
    top: 83.5%;
    left: 50%;
    width: 144px;
    height: 86px;
    margin-left: -72px;
    background-image: url(../../images/jobmap/img_town_sp.png);
  }
  main.p-jobmap .mainArea .selectArea__list__item--town a {
    padding: 37px 0 74px;
  }
  main.p-jobmap .mainArea .selectArea__list__item--town .selectArea__list__item__img {
    width: 89px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents, main.p-jobmap .mainArea .townArea__jobContents {
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents:after, main.p-jobmap .mainArea .townArea__jobContents:after {
    height: 18.4vw;
    background-image: url(../../images/jobmap/img_wave_l_cblue_sp.png);
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents__chara, main.p-jobmap .mainArea .townArea__jobContents__chara {
    top: -34.4vw;
    width: 52.8vw;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents__chara:before, main.p-jobmap .mainArea .townArea__jobContents__chara:before {
    height: 18.13vw;
    bottom: 0;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents__chara__img, main.p-jobmap .mainArea .townArea__jobContents__chara__img {
    width: 43.46vw;
    margin: 0 0 0 0.9vw;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents__chara__text, main.p-jobmap .mainArea .townArea__jobContents__chara__text {
    top: 4.6vw;
    right: 6.06vw;
    font-size: 2.54vw;
    line-height: 1.2;
    letter-spacing: inherit;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__container, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__container, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__container, main.p-jobmap .mainArea .townArea__jobContents .townArea__container {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fff;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg {
    width: 200px;
    margin: 0 auto 20px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__img, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__img {
    width: 93px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__name, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__name, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__name, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__name {
    font-size: 4rem;
    letter-spacing: 3.5px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__hdg__label, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__hdg__label, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__hdg__label, main.p-jobmap .mainArea .townArea__jobContents .townArea__hdg__label {
    padding: 2px 0px;
    border-radius: 15px;
    font-size: 1.5rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img {
    margin-bottom: 42px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .imgWrapper, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .imgWrapper, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .imgWrapper, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .imgWrapper {
    margin-bottom: 20px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img img, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img img {
    width: 100%;
    height: auto;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper img, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper img, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper img, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper img {
    width: 800px;
    height: 442.5px;
    max-width: inherit;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper::-webkit-scrollbar, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper::-webkit-scrollbar, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar {
    height: 20px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper::-webkit-scrollbar-track, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar-track, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper::-webkit-scrollbar-track, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar-track {
    background: #F0F0F3;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper::-webkit-scrollbar-thumb, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar-thumb, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper::-webkit-scrollbar-thumb, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar-thumb {
    width: 29.46666666%;
    background: url(../images/icon_slide_01.png) #00BAD5;
    background-size: 14px 8.5px;
    background-repeat: no-repeat;
    background-position: center;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper table th, main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__img .m-tableWrapper table td, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper table th, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper table td, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper table th, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__img .m-tableWrapper table td, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper table th, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper table td {
    white-space: nowrap;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list {
    margin: 0 5.06667%;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li {
    display: table;
    padding: 0;
    width: 50%;
    font-size: 1.2rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li>span, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li>span, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li>span, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li>span {
    display: table-cell;
    padding: 19px 13px 19px 43px;
    vertical-align: middle;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li:before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li:before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:before {
    margin-top: -10px;
    height: 18px;
    width: 18px;
    font-size: 1.2rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .hospitalArea__job__list li:hover:before, main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__list li:hover:before, main.p-jobmap .mainArea .townArea__jobContents .hospitalArea__job__list li:hover:before, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__list li:hover:before {
    border: 1px solid #fff;
    color: #fff;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper img, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper img {
    width: 803px;
    height: 439.5px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar-thumb, main.p-jobmap .mainArea .townArea__jobContents .townArea__job__img .m-tableWrapper::-webkit-scrollbar-thumb {
    background-color: #00BDA1;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet {
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet .slick-track, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet .slick-track {
    width: 100%;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item {
    padding-right: 0;
    padding-left: 0;
    visibility: hidden;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item.slick-active, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item.slick-active {
    visibility: visible;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide {
    margin: auto;
    width: 100%;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide::before, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 66%;
    background: url(../images/bg_slide_stage.png);
    background-size: 100% 100%;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide__img, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide__img {
    width: 100%;
    padding: 0 5.06667%;
    float: none;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide__img img, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide__img img {
    width: 80%;
    margin: auto;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide__text, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide__text {
    width: 100%;
    margin-top: 0;
    padding-top: 50px;
    float: none;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F0F0F3;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow {
    top: 30vw;
    margin-top: 0;
    width: 30px;
    height: 42px;
    background-color: transparent;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow span:before, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow span:before {
    margin: 0 0 0 10px !important;
    width: 28px;
    height: 28px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-prev, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-prev {
    left: 4%;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-next, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-next {
    right: 4%;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots {
    width: 100%;
    left: 0%;
    top: 71vw;
    margin-left: 0;
    text-align: center;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots li, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots li {
    margin: 0 4px;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__imageSlide .slick-dots button, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-dots button {
    counter-increment: list_count;
    content: counter(list_count);
    display: inline-block;
    text-align: center;
    height: 21px;
    width: 21px;
    font-size: 1.2rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body {
    width: 100%;
    height: auto;
    padding: 15px 0 293px;
    background-color: #F0F0F3;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body:before, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body:before {
    display: none;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide {
    margin: 0;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__text, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__text {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5.06667%;
    line-height: 1.923076923;
    font-size: 1.3rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    background-color: inherit;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .dept, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .dept {
    padding: 7px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    text-align: center;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .text, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body .c-slideSet__descSlide__item__deptBox .text {
    padding: 13px;
    float: none;
    text-align: center;
    background-color: #fff;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__label, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__label {
    width: 158px;
    margin: 0 auto 15px;
    padding: 1px 0;
    font-size: 1.5rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item__hdg, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item__hdg {
    margin-bottom: 16px;
    padding: 0 5.06667%;
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents .c-slideSet__descSlide__item__lead, main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__descSlide__item__lead {
    padding: 0 5.06667%;
    font-size: 1.9rem;
  }
  main.p-jobmap .mainArea .hospitalArea__jobContents:before {
    height: 10.999vw;
    background: url(../../images/jobmap/img_wave_r_sp.png) 50% 100%;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  main.p-jobmap .mainArea .townArea__jobContents:before {
    height: 11vw;
    background: url(../../images/jobmap/img_wave_l_sp.png) 50% 100%;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  main.p-jobmap .mainArea .townArea__jobContents:after {
    height: 17.333333333vw;
    background-image: url(../../images/jobmap/img_wave_r_green_sp.png);
  }
  main.p-jobmap .mainArea .townArea__jobContents__chara {
    top: -38.8vw;
  }
  main.p-jobmap .mainArea .townArea__jobContents__chara__text {
    top: 2.9vw;
    right: 34.06vw;
  }
  main.p-jobmap .mainArea .townArea__jobContents .townArea__container {
    padding-top: 23px;
  }
  main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__body {
    padding: 22px 0 35px;
  }
  main.p-jobmap .mainArea .townArea__jobContents .c-slideSet__imageSlide .slick-arrow.slick-prev>span:before {
    margin-top: -7px;
  }
}

@-webkit-keyframes balloonPop {
  0% {
    width: 25px;
    height: 25px;
  }
  70% {
    width: 94px;
    height: 94px;
  }
  100% {
    width: 86px;
    height: 86px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes balloonPop {
  0% {
    width: 25px;
    height: 25px;
  }
  70% {
    width: 94px;
    height: 94px;
  }
  100% {
    width: 86px;
    height: 86px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* オンラインオープンキャンパス */

.online_oc {
  background: url(../../images/onlineopencampus/onlineoc_bg.png) repeat;
}

.online_oc .wrap-video {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.online_oc .wrap-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.online_oc .wrap-video .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../../images/onlineopencampus/onlineoc_bg02.png) top left;
  mix-blend-mode: multiply;
  background-size: cover;
  z-index: 1;
}

.online_oc .wrap-video .text {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*上下左右中央寄せ*/
  text-align: center;
  z-index: 2;
}

.online_oc .wrap-video .mv_img img {
  width: 100%;
  height: 100%;
}

.online_oc .scheduleInfoArea .scheduleImg {
  width: 766px;
  margin: 0 auto 60px;
}

.online_oc .scheduleInfoArea .reservationImg {
  width: 1040px;
  margin: 0 auto 60px;
}

.online_oc .onlineOC_Contents {
  width: 720px;
  margin: 0 auto 100px;
  text-align: center;
}

.online_oc .onlineOC_timetable {
  width: 1050px;
  margin: 0 auto 100px;
}

.online_oc .onlineOC_timetable .onlineOC_title {
  text-align: center;
}

.online_oc .textBox {
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: left;
}

.online_oc .textBox_s {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
}

.online_oc .imgBox {
  text-align: center;
}

.online_oc .imgBox_m {
  margin-bottom: 30px;
}

.online_oc .imgSet {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.online_oc .imgSet_half {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.online_oc .imgSet .textBox_s {
  width: 400px;
  margin-right: 20px;
}

.online_oc .imgSet .imgBox {
  width: 300px;
}

.online_oc .imgSet .imgBox img {
  width: 100%;
}

.onlineOC_title {
  text-align: center;
  margin-bottom: 35px;
}

.onlineOC_subtitle {
  display: inline-block;
  border-bottom: 2px solid #157DC3;
  margin-bottom: 40px;
  text-align: center;
  color: #157DC3;
  font-size: 3rem;
  letter-spacing: 1.5px;
}

.online_oc .small_title {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 20px;
} 

.onlineOC_btn {
  text-align: center;
  margin-bottom: 45px;
}

.online_oc .scheduleInfoArea .youtube {
  width: 720px;
  margin: 0 auto 30px;
}

.online_oc .scheduleInfoArea iframe {
  width: 720px;
  height: 404px;
}

.online_oc .timeSchedule_table {
  width: 780px;
  border-collapse: collapse;
  margin: 0 auto 30px;
}

.online_oc .timeSchedule_table th {
  background-color: #4D438E;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.online_oc .timeSchedule_table .title_vertical {
  background-color: #888;
  min-height: 3.6em;
  text-align: center;
}

.online_oc .timeSchedule_table .title_vertical span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  padding-left: 5px;
  line-height: 1em;
  width: 15px;
}

.online_oc .timeSchedule_table th, .online_oc .timeSchedule_table td {
  border: 1px solid #C6C6C6;
  padding: 8px 1.5px;
  vertical-align: middle;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.714285714;
}

.online_oc .timeSchedule_table td {
  background-color: #FFF;
}

.online_oc .timeSchedule_table td.title {
  white-space: nowrap;
  padding: 8px 3px 8px 5px;
  width: 160px;
}

.online_oc .timeSchedule_table td.on {
  background-image: url(../../images/onlineopencampus/arrow_img01.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.online_oc .timeSchedule_table td.on2 {
  background-image: url(../../images/onlineopencampus/arrow_img02.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.online_oc .timeSchedule_table td.on3 {
  background-image: url(../../images/onlineopencampus/arrow_img03.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
}

.online_oc .timeSchedule_table td.on4 {
  background-image: url(../../images/onlineopencampus/arrow_img04.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
}

.online_oc .timeSchedule_table td.on5 {
  background-image: url(../../images/onlineopencampus/arrow_img05.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
}

.online_oc .timeSchedule_table td.on6 {
  background-image: url(../../images/onlineopencampus/arrow_img06.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
}

.online_oc .timeSchedule_table td.on7 {
  background-image: url(../../images/onlineopencampus/arrow_img07.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
}

.online_oc .timeSchedule_table td.off {
  table-layout: fixed;
}

.online_oc .timeSchedule_table td.rest {
  font-size: 1rem;
  background-color: #F5F5F5;
  text-align: center;
}

.online_oc .imgSet_half .textSetContens {
  width: 48%;
}

.online_oc .imgSet_half .textBox_s {
  width: 100%;
  margin-bottom: 20px;
}

.online_oc .imgSet_half .imgBox, .online_oc .imgSet_half .imgBox_left {
  width: 48%;
  margin-right: 4%;
}

.online_oc .movieBox {
  width: 100%;
  margin-right: 4%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin-bottom: 10px;
}

.online_oc .movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.online_oc .programContents_title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.online_oc .programContents .imgBox {
  margin-bottom: 40px;
}

.online_oc .imgSet_half .imgBox:nth-of-type(2n) {
  margin-right: 0;
}

.online_oc .imgSet_onethird .imgBox {
  width: 32%;
  margin-right: 2%;
}

.online_oc .imgSet_onethird .imgBox:nth-of-type(3n) {
  margin-right: 0;
}

.online_oc .imgSet_oneforth .imgBox {
  width: 24%;
  margin-right: 2%;
}

.online_oc .imgSet_oneforth .imgBox:nth-of-type(4n) {
  margin-right: 0;
}

.online_oc .imgSet_oneforth .imgBox:nth-of-type(3n) {
  margin-right: 0;
}

.online_oc .imgSet_oneforth .imgBox:nth-of-type(2n) {
  margin-right: 2%;
}

.online_oc .imgSet_half img {
  width: 100%;
  margin-bottom: 10px;
}

.online_oc .arrow_bline a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  border: 1px solid #157DC3;
  width: 280px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #157DC3;
  margin: 0 auto 80px;
  font-size: 1.6rem;
}

.online_oc .arrow_bline a:hover {
  border: 1px solid #157DC3;
  color: #FFF;
  background: #157DC3;
  opacity: 1;
}

.online_oc .arrow_bline a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #157DC3;
  border-right: solid 1px #157DC3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
}

.online_oc .arrow_bline a:hover::after {
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

main.online_oc .requestArea__container {
  padding-bottom: 60px;
}

main.online_oc .requestArea {
  padding-top: 0;
}

.online_oc .onlineOC_ContentsBox table {
  background: #FFF;
  margin-bottom: 20px;
}

.online_oc .onlineOC_ContentsBox table th {
  white-space: nowrap;
}

.online_oc .onlineOC_ContentsBox table td {
text-align: left;
}

.online_oc .onlineOC_ContentsBox p {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .online_oc .wrap-video {
    position: relative;
    margin-bottom: 70px;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .online_oc .wrap-video .bg {
    height: 100%;
  }
  .online_oc .wrap-video .text {
    width: 90%;
    top: 47%;
    left: 47%;
  }
  .online_oc .scheduleInfoArea .scheduleImg {
    width: 90%;
    margin: 0 auto 30px;
  }
  .online_oc .scheduleInfoArea .reservationImg {
    width: 90%;
    margin: 0 auto 60px;
  }
  .online_oc .scheduleInfoArea .youtube {
    width: 90%;
    margin: 0 auto 30px;
  }
  .online_oc .scheduleInfoArea iframe {
    width: 100%;
    height: 100%;
  }
  .online_oc .onlineOC_Contents {
    width: 90%;
    margin: 0 auto 70px;
  }
  .online_oc .onlineOC_timetable {
    width: 90%;
    margin: 0 auto 80px;
  }
  .online_oc .textBox {
    font-size: 1.8rem;
  }
  .online_oc .imgSet {
    display: block;
  }
  .online_oc .imgSet_half {
    display: block;
  }
  .online_oc .imgSet .textBox_s {
    width: 100%;
    margin-right: 0;
  }
  .online_oc .imgSet .imgBox {
    width: 100%;
  }
  .online_oc .imgSet .imgBox img {
    width: 100%;
  }
  .onlineOC_title {
    margin-bottom: 25px;
  }
  .onlineOC_subtitle {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
  .online_oc .small_title {
    font-size: 2rem;
  }
  .onlineOC_btn {
    text-align: center;
    margin-bottom: 35px;
  }
  .online_oc .imgSet_half .textSetContens {
    width: 100%;
  }
  .online_oc .imgSet_half .textBox_s {
    width: 100%;
  }
  .online_oc .imgSet_half .imgBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .online_oc .imgSet_onethird .imgBox {
    width: 100%;
    margin-right: 0;
  }
  main.online_oc .requestArea__list__item {
    width: 50%;
  }
}

/* 【医学部】オンラインオープンキャンパス */

.oc_med {
  background: url(../../images/onlineopencampus/ocmed_bg02.png) repeat;
}

.onlineOCmed_btn a {
  background-color: #1E2188;
  width: 340px;
  margin: 0 auto 100px;
  color: #FFF;
  border: 1px solid #1E2188;
  border-radius: 60px;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.onlineOCmed_btn a span {
  font-weight: normal;
  display: block;
  margin-left: 15px;
  font-size: 3rem;
}

.onlineOCmed_btn a:hover {
  background-color: #FFF;
  border: 1px solid #1E2188;
  color: #1E2188;
  opacity: 1;
}

.onlineOC_Contents .attention_red {
  font-size: 2.2rem;
  color: #ff6060;
  font-weight: bold;
}

.oc_med .timeSchedule_table td {
  border: 1px solid #C6C6C6;
  padding: 8px 0;
  vertical-align: middle;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.714285714;
  width: 20px;
}

.oc_med .timeSchedule_table td.title {
  width: initial;
}

.oc_med .timeSchedule_table .time {
  white-space: nowrap;
}


.programAreaMed .programTitlearea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.programAreaMed .programTitlearea .category {
  font-size: 1.6rem;
  color: #ff6060;
  background: #fff;
  border: 1px solid #ff6060;
  padding: 10px;
  margin-right: 20px;
  border-radius: 3px;
}

.programAreaMed .programTitlearea h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
}

.programAreaMed .programTitlearea h3 span {
  font-size: 1.8rem;
  color: #ff6060;
  margin-left: 15px;
}

.programAreaMed .timeArea {
  border: 1px dotted #1E2188;
  background: #FFF;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 30px;
  margin: 0 auto 40px;
  width: 90%;
  font-weight: bold;
}

.onlineOCmed_movieContents {
  display: flex;
  margin-bottom: 60px;
}

.onlineOCmed_movieContents .textSet {
  width: 49%;
  margin-right: 2%;
}

.onlineOCmed_movieContents .textSet h4 {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  color: #1E2188;
  border-bottom: 2px solid #1E2188;
  margin-bottom: 20px;
}

.onlineOCmed_movieContents .textSet .textBox {
  font-size: 1.6rem;
}

.onlineOCmed_movieContents .imgBox {
  width: 49%;
}

.onlineOCmed_movieContents .imgBox img {
  width: 100%;
}

@media screen and (max-width: 750px) {
/* 【医学部】オンラインオープンキャンパス */

.onlineOCmed_btn a {
  width: 80%;
  margin: 0 auto 60px;
  border-radius: 60px;
  padding: 10px;
  font-size: 1.8rem;
}

.onlineOCmed_btn a:hover {
  background-color: #FFF;
  border: 1px solid #1E2188;
  color: #1E2188;
  opacity: 1;
}

.programAreaMed .onlineOC_title {
  width: 90%;
  margin: 0 auto 25px;
}

.programAreaMed .programTitlearea {
  display: block;
  margin-bottom: 40px;
}

.programAreaMed .programTitlearea .category {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 20px;
}

.programAreaMed .timeArea {
  border: 1px dotted #1E2188;
  background: #FFF;
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 60px;
  margin: 0 auto 40px;
  width: 90%;
  font-weight: bold;
  text-align: center;
}

.onlineOCmed_movieContents {
  display: block;
  margin-bottom: 50px;
}

.onlineOCmed_movieContents .textSet {
  width: 100%;
  margin-right: 0;
}

.onlineOCmed_movieContents .textSet h4 {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  color: #1E2188;
  border-bottom: 2px solid #1E2188;
  margin-bottom: 20px;
}

.onlineOCmed_movieContents .textSet .textBox {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.onlineOCmed_movieContents .imgBox {
  width: 100%;
}

.onlineOCmed_movieContents .imgBox img {
  width: 100%;
}
}

/* 医学科 */

body.dept1 {
  /* 共通パーツの色 */
}

body.dept1 a {
  color: #2D438A;
}

body.dept1 .pageHeader__localNav {
  background: url(../images/bg_hdg_01.png) 0 -10%;
}

body.dept1 .pageHeader__localNav__inner {
  width: 790px;
}

body.dept1 .lowerArea .sectHdg {
  color: #2D438A;
}

body.dept1 .lowerArea section.contents .body {
  background-color: #2D438A;
}

body.dept1 .lowerArea section.news li~li {
  border-top: 1px solid #A6A3B9;
}

body.dept1 .lowerArea section.news article .title {
  color: #2D438A;
}

body.dept1 .lowerArea section.news article.new .title>span::before {
  border: 1px solid #2D438A;
  color: #2D438A;
}

body.dept1 .lowerArea section.news .listLinkBtn a {
  border: 1px solid #2D438A;
}

body.dept1 .lowerArea section.news .listLinkBtn a:before {
  border-left-color: #2D438A;
}

body.dept1 .lowerArea section.news .listLinkBtn a:hover {
  background-color: #2D438A;
}

body.dept1 .m-catLabel {
  background-color: #2D438A;
}

body.dept1 .m-linkBtnList {
  border-left: 1px solid #2D438A;
}

body.dept1 .m-linkBtnList--3col li {
  border-right: 1px solid #2D438A;
  border-bottom: 1px solid #2D438A;
}

body.dept1 .m-linkBtnList--3col li:before {
  border-left-color: #2D438A;
}

body.dept1 .m-linkBtnList--3col li:hover {
  background-color: #2D438A;
}

body.dept1 .m-linkBtnList--3col li:hover:before {
  border-left-color: #fff;
}

body.dept1 .m-linkBtnList--3col a span {
  position: relative;
}

body.dept1 .m-linkBtnList--3col a[href$=".pdf"] .m-transIcon {
  position: absolute;
  right: 6%;
  top: 50%;
  width: 15px !important;
  height: 18px !important;
  margin-top: -9px;
  display: block;
  background-size: 15px !important;
}

body.dept1 main.p-deptTop .contArea .medicine {
  font-size: 1.6rem;
}

body.dept1 main.p-deptTop .contArea .medicine .introArea {
  margin-bottom: 30px;
}

body.dept1 main.p-deptTop .contArea .medicine .introArea__hdg {
  color: #2D438A;
  font-size: 3.2rem;
  text-align: center;
}

body.dept1 main.p-deptTop .contArea .medicine .introArea__text {
  width: 731px;
  margin: 30px auto 0;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea, body.dept1 main.p-deptTop .contArea .medicine .faciliArea, body.dept1 main.p-deptTop .contArea .medicine .researchArea {
  position: relative;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea:before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea:before, body.dept1 main.p-deptTop .contArea .medicine .researchArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 62.571%;
  background-size: 100%;
  z-index: -1;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea__container, body.dept1 main.p-deptTop .contArea .medicine .faciliArea__container, body.dept1 main.p-deptTop .contArea .medicine .researchArea__container {
  position: relative;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText {
  position: relative;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText::after {
  content: "";
  display: block;
  clear: both;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg {
  position: absolute;
  top: 56px;
  width: 270px;
  height: 270px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 50%;
  border-bottom: none;
  color: #fff;
  background-image: linear-gradient(135deg, #3A2F80 22%, #253386 61%, #11488C 100%);
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg__inner, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg__inner, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg span, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg span {
  text-align: center;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg span.en, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg span.en, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg span.en {
  display: table-cell;
  vertical-align: middle;
  font-size: 4.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%);
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg span.ja, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg span.ja, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg span.ja {
  position: absolute;
  top: 59%;
  width: 100%;
  left: 0;
  font-size: 2.3rem;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg:before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg:before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg:before {
  display: none;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndImage__text, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndImage__text, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndImage__text {
  width: 396px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgMd {
  margin-bottom: 28px;
  padding-left: 0;
  color: #2D438A;
  font-size: 3.2rem;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgMd:before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgMd:before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgMd:before {
  display: none;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea {
  margin-bottom: 50px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea::after {
  content: "";
  display: block;
  clear: both;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea .spotArea__item, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea .spotArea__item, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea .spotArea__item {
  position: relative;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__item, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea--2col .spotArea__item, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea--2col .spotArea__item {
  width: 515px;
  float: left;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__item:nth-of-type(2n), body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea--2col .spotArea__item:nth-of-type(2n), body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea--2col .spotArea__item:nth-of-type(2n) {
  margin-left: 70px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea__label, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea__label, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea__label {
  position: absolute;
  top: -13px;
  left: 0;
  width: 138px;
  padding: 6px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2D438A;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea__image, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea__image, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea__image {
  width: 378px;
  margin: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea__image img, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea__image img, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea__image img {
  width: 100%;
  height: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea__image__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea__image__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea__image__hdg {
  position: absolute;
  top: -14px;
  right: 0;
  width: auto;
  display: inline;
  border-bottom: 2px solid #2D438A;
  font-size: 3.2rem;
  color: #2D438A;
  line-height: 1.1;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea__text__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea__text__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea__text__hdg {
  width: 390px;
  margin: 20px auto;
  color: #2D438A;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea__text .spotArea__text, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .spotArea__text .spotArea__text, body.dept1 main.p-deptTop .contArea .medicine .researchArea .spotArea__text .spotArea__text {
  font-size: 1.4rem;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2>span, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn .m-textBtn2>span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn .m-textBtn2>span {
  padding: 10px 50px 10px 176px;
  color: #fff;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2:hover, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn .m-textBtn2:hover, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn .m-textBtn2:hover {
  background-color: #fff;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2:hover>span, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn .m-textBtn2:hover>span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn .m-textBtn2:hover>span {
  color: #2D438A;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2 .m-transIcon, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn .m-textBtn2 .m-transIcon, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn .m-textBtn2 .m-transIcon {
  left: 135px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn__btn:nth-of-type(2n), body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn__btn:nth-of-type(2n), body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(2n) {
  margin-left: 38px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList {
  margin-bottom: 60px;
  clear: both;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList .feature__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList .feature__hdg {
  position: relative;
  margin-bottom: 28px;
  color: #2D438A;
  font-size: 2.4rem;
  text-align: center;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg:after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList .feature__hdg:after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList .feature__hdg:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 90px;
  height: 2px;
  margin-left: -45px;
  background-color: #2D438A;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList ul, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList ul, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList ul {
  width: 1250px;
  margin: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList ul::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList ul::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList ul::after {
  content: "";
  display: block;
  clear: both;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li {
  width: 395px;
  padding: 30px 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px #E1E1E1;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(1), body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:nth-of-type(1), body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:nth-of-type(1) {
  border-left: none;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(1) .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(1) .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:nth-of-type(1) .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:nth-of-type(1) .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:nth-of-type(1) .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:nth-of-type(1) .featureList__hdg {
  margin-left: 34px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(2), body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:nth-of-type(2), body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:nth-of-type(2) {
  width: 460px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(2) .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:nth-of-type(2) .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:nth-of-type(2) .featureList__hdg {
  margin: 0 auto 19px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(2) .featureList__lead, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:nth-of-type(2) .featureList__lead, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:nth-of-type(2) .featureList__lead {
  padding: 0 66px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:last-child, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:last-child {
  margin-right: 0;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:last-child .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:last-child .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:last-child .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:last-child .featureList__hdg {
  margin-left: 108px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child .featureList__lead, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList li:last-child .featureList__lead, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList li:last-child .featureList__lead {
  float: right;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__image {
  width: 252px;
  margin: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__image img, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__image img, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__image img {
  width: 100%;
  height: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__hdg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__hdg {
  width: 252px;
  margin-bottom: 19px;
  text-align: center;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__hdg::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__hdg::after {
  content: "";
  display: block;
  clear: both;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg__point, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__hdg__point, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__hdg__point {
  width: auto;
  float: left;
  margin-right: 36px;
  color: #2D438A;
  font-family: 'Barlow Condensed', sans-serif;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg__point span, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__hdg__point span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__hdg__point span {
  margin-top: -5px;
  margin-left: -3px;
  display: block;
  font-size: 6.0rem;
  line-height: 1;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg__ttl, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__hdg__ttl, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__hdg__ttl {
  margin-top: 25px;
  font-size: 1.8rem;
  color: #2D438A;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__lead, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .featureList__lead, body.dept1 main.p-deptTop .contArea .medicine .researchArea .featureList__lead {
  width: 319px;
  font-size: 1.4rem;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea {
  width: 50.78571428%;
  padding: 200px 0 193px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slide__item, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slide__item, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slide__item {
  position: relative;
  padding: 16px 24px 0 0;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slide__item img, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slide__item img, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slide__item img {
  width: 100%;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slide__item .spotArea__label, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slide__item .spotArea__label, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slide__item .spotArea__label {
  left: auto;
  right: 0;
  top: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
  min-width: 138px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList {
  margin-top: 5px;
  padding-right: 24px;
  text-align: right;
  font-size: 0;
  letter-spacing: normal;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li {
  display: inline-block;
  margin: 5px 0 0 5px;
  vertical-align: top;
  cursor: pointer;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li .inner, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li .inner, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li .inner {
  position: relative;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li .inner::before, body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li .inner::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li .inner::before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li .inner::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li .inner::before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li .inner::after {
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li .inner::before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li .inner::before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li .inner::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 48, 114, 0.8);
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li .inner::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li .inner::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li .inner::after {
  left: 50%;
  top: 50%;
  border-color: transparent;
  border-style: solid;
  border-width: 0 4px 7px;
  border-bottom-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li:hover .inner::before, body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li:hover .inner::after, body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li.is-active .inner::before, body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideSetArea .slideThumbnailList>li.is-active .inner::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li:hover .inner::before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li:hover .inner::after, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li.is-active .inner::before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li.is-active .inner::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li:hover .inner::before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li:hover .inner::after, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li.is-active .inner::before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideSetArea .slideThumbnailList>li.is-active .inner::after {
  opacity: 1;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .u-pcOnly, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .u-pcOnly, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .u-pcOnly {
  width: 1404px;
  margin: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .u-pcOnly img, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .u-pcOnly img, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .u-pcOnly img {
  width: 33.33333333%;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-next, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-next, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-next {
  right: -16px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-next>span::before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-next>span::before, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-next>span::before {
  margin-left: -2.5px;
  border-width: 4px 0 4px 7px;
  border-left-color: #4D438E;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-dots, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-dots, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-dots {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 19px;
  width: 100%;
  text-align: center;
  line-height: 0;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-dots li, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-dots li, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: top;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-dots button, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-dots button, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-dots button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #E6E6EA;
  font-size: 0;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-dots .slick-active button, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-dots .slick-active button, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-dots .slick-active button {
  background-color: #4D438E;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea .slick-dots li:only-child button, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea .slick-dots li:only-child button, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea .slick-dots li:only-child button {
  display: none;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea.slick-initialized, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea.slick-initialized, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea.slick-initialized {
  display: block;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .deptSlideArea img, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideArea img, body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea img {
  width: 100%;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea {
  margin-bottom: 170px;
  padding-top: 375px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea:before {
  background: url(../../images/dept1/img_prgarea_r.png) 50% 0;
  background-size: 100%;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText {
  margin-bottom: 170px;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right {
  position: relative;
  width: 503px;
  height: 134px;
  margin: 122px 10px 0 0;
  float: right;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 3px solid #2D438A;
  border-bottom: 3px solid #2D438A;
  border-left: 3px solid #2D438A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right .m-hdgMd {
  width: 100%;
  height: 100%;
  padding: 0 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  font-size: 4.2rem;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right .m-hdgMd span {
  display: block;
  font-size: 2.8rem;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right .m-hdgMd:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 3px solid #2D438A;
  border-right: 3px solid #2D438A;
  border-bottom: 3px solid #2D438A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn {
  width: 880px;
  margin: auto;
}

body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2 {
  width: 418px;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea {
  background: url(../../images/dept1/img_facili_bg.jpg);
  background-size: 100% 100%;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea:before {
  display: none;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: 130px;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText--right {
  position: absolute;
  top: 275px;
  left: 50%;
  width: 418px;
  margin-left: 130px;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText .m-hdgMd {
  margin-bottom: 37px;
  line-height: 1.5;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText--left {
  width: 711px;
  margin-top: -476px;
  margin-bottom: 0;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__text {
  width: 388px;
  margin-bottom: 72px;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn__btn {
  width: 100%;
}

body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn__btn .m-textBtn2 {
  width: 100%;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea {
  margin-bottom: -15px;
  padding: 140px 0 0;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg {
  top: 114px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText {
  margin: 10px 0 96px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText--right {
  width: 561px;
  float: right;
  margin-right: 156px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText--right .m-hdgMd {
  width: 100%;
  margin-bottom: 35px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText__text {
  line-height: 1.8;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn {
  margin-left: -39px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn {
  width: 340px;
  margin-bottom: 67px;
  padding-left: 35.5px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(2n) {
  margin-left: 0;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(1) .m-textBtn2>span {
  padding: 10px 50px 10px 147px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(1) .m-textBtn2 .m-transIcon {
  left: 108px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(2) .m-textBtn2>span {
  padding: 10px 50px 10px 125px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(2) .m-textBtn2 .m-transIcon {
  left: 84px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(3) .m-textBtn2>span {
  padding: 10px 50px 10px 110px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(3) .m-textBtn2 .m-transIcon {
  left: 68px;
}

body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-textBtn2 {
  width: 100%;
}

@media screen and (max-width: 750px) {
  body.dept1 .l-contents {
    margin-bottom: 93px;
  }
  body.dept1 .l-contents__main {
    padding: 0;
  }
  body.dept1 .lowerArea {
    margin: 87px 0;
  }
  body.dept1 .pageHeader__localNav__inner {
    width: auto;
  }
  body.dept1 .bannerArea {
    padding: 0 5.06667%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .introArea {
    margin-bottom: -20px;
    padding: 0 5.06667%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .introArea__hdg {
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  body.dept1 main.p-deptTop .contArea .medicine .introArea__text {
    width: 100%;
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea, body.dept1 main.p-deptTop .contArea .medicine .faciliArea, body.dept1 main.p-deptTop .contArea .medicine .researchArea {
    margin: 0 -5.066666667vw;
    padding: 18.710280374% 0 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea:before, body.dept1 main.p-deptTop .contArea .medicine .faciliArea:before, body.dept1 main.p-deptTop .contArea .medicine .researchArea:before {
    top: 0;
    height: auto;
    padding-top: 29.710280374%;
    background-size: cover;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea__container .m-container, body.dept1 main.p-deptTop .contArea .medicine .faciliArea__container .m-container, body.dept1 main.p-deptTop .contArea .medicine .researchArea__container .m-container {
    padding: 0 5.06667%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg {
    position: static;
    width: 180px;
    height: 180px;
    margin: auto;
    font-size: 1.9rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg span.en, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg span.en, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg span.en {
    font-size: 3rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg span.ja, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg span.ja, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg span.ja {
    font-size: 1.5rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgMd {
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-image, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-image, body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-image {
    float: none;
    margin-bottom: 30px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText {
    margin-bottom: 42px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right, body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--left, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText--right, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText--left, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText--right, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText--left {
    width: 100%;
    float: none;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText__body, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__body, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText__body {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText__body .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__body .m-hdgMd, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText__body .m-hdgMd {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText__body .m-hdgMd span, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__body .m-hdgMd span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText__body .m-hdgMd span {
    padding: 0 5.06667%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText__body .c-bodyAndImage__text, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__body .c-bodyAndImage__text, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText__body .c-bodyAndImage__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText__text, body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__text, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText__text {
    font-size: 1.4rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea {
    margin: 96px 0 162px;
    padding-top: 0;
    background: url(../../images/dept1/img_prgarea_r_sp.png);
    background-position: 0 4.2%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea:before {
    padding-top: 0;
    background: none;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgLg {
    margin-bottom: 162px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText {
    width: 100%;
    margin-bottom: 55px;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right {
    width: 69.06666666%;
    margin: 0 auto 21px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right:before {
    width: 20px;
    height: 69px;
    border-top: 1.5px solid #2D438A;
    border-left: 1.5px solid #2D438A;
    border-bottom: 1.5px solid #2D438A;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right .m-hdgMd {
    position: relative;
    width: 100%;
    height: 69px;
    padding: 0;
    font-size: 2.1rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right .m-hdgMd span {
    font-size: 1.4rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndText--right .m-hdgMd:after {
    width: 20px;
    height: 69px;
    border-top: 1.5px solid #2D438A;
    border-bottom: 1.5px solid #2D438A;
    border-right: 1.5px solid #2D438A;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-bodyAndImage__text {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .m-hdgMd {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__item {
    width: 100%;
    float: none;
    margin-bottom: 65px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__item:nth-of-type(2n) {
    margin-left: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__image {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__image__hdg {
    top: -17px;
    right: 32px;
    font-size: 2.6rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__label {
    left: 18px;
    width: 122px;
    padding: 4px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__text__hdg {
    width: 100%;
    margin: 20px auto 12px;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__text {
    padding: 0 5.06667%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .spotArea--2col .spotArea__text .spotArea__text {
    padding: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList {
    margin-top: -20px;
    margin-bottom: 73px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg:after {
    bottom: -2px;
    width: 72.5px;
    margin-left: -36px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg__point {
    margin-right: 10.11904761%;
    font-size: 1.5rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg__point span {
    font-size: 5.8rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList .feature__hdg__ttl {
    margin-top: 26px;
    line-height: 1.4;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList ul {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
    border-left: none;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(1) .featureList__image, body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(1) .featureList__hdg {
    margin: auto;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(2) {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(2) .featureList__lead {
    padding: 0 5.06667%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:nth-of-type(2) .featureList__hdg {
    margin: 0 auto 3px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child {
    margin-bottom: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child .featureList__image {
    margin: auto;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList li:last-child .featureList__hdg {
    margin-left: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__image {
    width: 64.26666666%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg {
    width: 100%;
    margin-bottom: 3px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg__point {
    margin-right: 32px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__hdg__ttl {
    margin-top: 11px;
    font-size: 2.3rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .featureList__lead {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn__btn:nth-of-type(2n) {
    margin-left: 0;
    margin-top: 20px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2 {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2>span {
    padding: 10px 40px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .learningArea .c-textBtn .m-textBtn2 .m-transIcon {
    left: 15px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea {
    position: relative;
    padding: 75px 0 67px;
    background: rgba(45, 67, 138, 0.07);
    width: 100%;
    margin: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea:before {
    padding: 0;
    background-image: none;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgLg {
    position: absolute;
    top: -125px;
    left: 50%;
    margin-left: -90px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .m-hdgMd {
    margin-bottom: 12px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText {
    position: static;
    margin-bottom: 120px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText--right {
    position: static;
    margin-left: 0;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-bodyAndText__text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 67px;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn .m-textBtn2>span {
    padding: 10px 40px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .c-textBtn .m-textBtn2 .m-transIcon {
    left: 15px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slide__item {
    padding: 16px 0 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slide__item .labelArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slide__item .spotArea__label {
    display: inline-block;
    position: static;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList {
    margin: 8px -2px 0;
    padding: 0 5.06667%;
    text-align: left;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li {
    margin: 0;
    padding: 4px 2px 0;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li .inner::after {
    border-width: 0 5px 8px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .faciliArea .deptSlideSetArea .slideThumbnailList>li img {
    width: 100%;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea {
    padding: 36px 0;
    width: 100%;
    margin: 0 0 135px;
    padding: 36px 5.06667% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .m-hdgLg {
    margin-bottom: 25px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText--right .m-hdgMd {
    margin-bottom: 10px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndText {
    margin-bottom: 32px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-bodyAndImage__body {
    margin-left: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn {
    margin-left: 0;
    margin-bottom: 20px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(1) .m-textBtn2>span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(2) .m-textBtn2>span, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(3) .m-textBtn2>span {
    padding: 10px 40px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(1) .m-textBtn2 .m-transIcon, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(2) .m-textBtn2 .m-transIcon, body.dept1 main.p-deptTop .contArea .medicine .researchArea .c-textBtn__btn:nth-of-type(3) .m-textBtn2 .m-transIcon {
    left: 15px;
  }
  body.dept1 main.p-deptTop .contArea .medicine .researchArea .deptSlideArea {
    margin: 0 -5.066666667vw;
  }
}

/* 医療検査学科・臨床検査学科・臨床工学科 */

body.dept2 main.p-deptTop .contArea .medicalInspection, body.dept6 main.p-deptTop .contArea .medicalInspection, body.dept7 main.p-deptTop .contArea .medicalInspection {
  font-size: 1.6rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea {
  margin-bottom: 80px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea__hdg {
  color: #4D438A;
  font-size: 3.2rem;
  text-align: center;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea__text, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea__text, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea__text {
  width: 65.63636363%;
  margin: 30px auto 80px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea {
  width: 79.09090909%;
  margin: 0 auto;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum {
  font-size: 1.8rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice {
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common {
  width: 82.06896551%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438A;
  color: #fff;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice {
  position: relative;
  width: 54.02298850%;
  margin: 0 auto;
  color: #4D438A;
  border: solid 1px #B2AFC5;
  border-bottom: none;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice:before, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice:before, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -51px;
  width: 1px;
  height: 50px;
  background-color: #B2AFC5;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list::after, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list::after, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li {
  width: 46.3218390%;
  float: left;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li:nth-of-type(2), body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li:nth-of-type(2), body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li:nth-of-type(2) {
  float: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a {
  display: block;
  height: 100px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a:hover .curriculum--list__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a:hover .curriculum--list__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a:hover .curriculum--list__hdg:after {
  margin-top: 0;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image {
  width: 32.75434243%;
  float: left;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image img, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image img, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image img {
  width: 100%;
  height: 100px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg {
  position: relative;
  width: 67.24565757%;
  float: left;
  padding: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EDEDF0;
  font-size: 2.2rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 3px 0;
  border-top-color: #4D438A;
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span {
  margin-top: -4px;
  display: block;
  font-size: 1.6rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea {
  position: relative;
  padding-top: 290px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 290px;
  background-size: 100% 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea__container, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea__container, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea__container, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea__container, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea__container, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea__container {
  position: relative;
  background-color: #EDEDF0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#ededf0));
  background-image: linear-gradient(0deg, white 0%, #ededf0 100%);
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage {
  position: relative;
  margin-bottom: 30px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image {
  position: relative;
  width: 100%;
  margin-top: -105px;
  margin-bottom: 0;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image .m-image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image .m-image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image .m-image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image .m-image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image .m-image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image .m-image {
  width: 51.5%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image .m-image img, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image .m-image img, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image .m-image img, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image .m-image img, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image .m-image img, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image .m-image img {
  width: 100%;
  height: auto;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right {
  margin-left: 0;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right .m-image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right .m-image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right .m-image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right .m-image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right .m-image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right .m-image {
  float: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left {
  margin-right: 0;
  float: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left .m-hdgLg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg {
  position: absolute;
  right: 0;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 550px;
  margin-left: -550px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg {
  position: absolute;
  top: 75px;
  width: 53.71428571%;
  padding: 30px 0;
  font-size: 3.2rem;
  border-bottom: none;
  color: #fff;
  background: url(../images/bg_hdg_02.png) #4D438A;
  text-align: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span {
  width: 608px;
  display: inline-block;
  text-align: left;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg:before {
  display: none;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd, body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__text, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__text, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__text, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__text, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__text, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__text {
  width: 396px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd {
  margin-left: -2px;
  margin-bottom: 15px;
  padding-left: 0;
  color: #4D438A;
  font-size: 3.2rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgMd:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgMd:before {
  display: none;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer {
  width: 42.18181818%;
  margin-bottom: 70px;
  float: left;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item {
  position: relative;
  width: 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__hdg {
  position: absolute;
  top: -16px;
  left: -25px;
  width: 132px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #4D438A;
  text-align: center;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__text, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__text, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__text, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__text, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__text, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__text {
  width: 100%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 2.2rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__text span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__text span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__text span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__text span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__text span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__text span {
  margin-left: 135px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 24.56896551%;
  height: 111px;
  color: #4D438A;
  text-align: center;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .inner, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .inner, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .inner, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .inner, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .inner, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 54px;
  margin-top: -27px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .hdg {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .number, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .number, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .number, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .number, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .number, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .number {
  display: block;
  margin-bottom: 3px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 1px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .number .percent, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .number .percent, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .number .percent, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .number .percent, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .number .percent, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .number .percent {
  margin-left: 1px;
  font-size: 1.4rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .year, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .year, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .year, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .year, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge .year, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge .year {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--purple, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--purple, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--purple, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--purple, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--purple, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--purple {
  background: url(../images/img_badge_purple.png);
  background-size: 100% 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--gold, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--gold, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--gold, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--gold, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--gold, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--gold {
  background: url(../images/img_badge_gold.png);
  background-size: 100% 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--gold .number, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--gold .number, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--gold .number, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--gold .number, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__badge--gold .number, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__badge--gold .number {
  color: #B09035;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list {
  margin-top: 40px;
  padding: 20px 40px 20px 0;
  background-color: #fff;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list::after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list::after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list::after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list::after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list::after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul {
  margin-left: 134px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li {
  padding: 8px 14px;
  border-bottom: solid 1px #B2AFC5;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li:last-child, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li:last-child {
  border-bottom: none;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: #4D438A;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer__item__list ul li span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer__item__list ul li span {
  margin-left: 14px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink {
  width: 46.36363636%;
  margin-top: 20px;
  float: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg {
  position: relative;
  width: 29.4117%;
  margin: 0 auto 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #4D438A;
  color: #4D438A;
  font-size: 2.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 1px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg:before {
  position: absolute;
  left: 10px;
  bottom: -2px;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/icon_key.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li {
  width: 49.21568627%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  font-size: 1.7rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li:nth-of-type(2n), body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:nth-of-type(2n), body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li:nth-of-type(2n), body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:nth-of-type(2n), body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li:nth-of-type(2n), body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:nth-of-type(2n) {
  float: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a {
  position: relative;
  padding: 16.5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438A;
  color: #fff;
  border-radius: 30px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:hover:after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:hover:after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:hover:after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:hover:after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:hover:after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:hover:after {
  right: 18px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li.noLink, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li.noLink, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li.noLink, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li.noLink, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li.noLink, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li.noLink {
  padding: 16.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438A;
  color: #fff;
  border-radius: 30px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList {
  clear: both;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg {
  position: relative;
  margin-bottom: 28px;
  color: #4D438A;
  font-size: 2.4rem;
  text-align: center;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg:after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 90px;
  height: 2px;
  margin-left: -45px;
  background-color: #4D438A;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList ul::after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList ul::after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList ul::after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList ul::after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList ul::after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList ul::after {
  content: "";
  display: block;
  clear: both;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li {
  width: 31.54545454%;
  margin-right: 2.54545454%;
  padding: 50px 0 26px 40px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #4D438A;
  border-left: solid 1px #4D438A;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:first-child .featureList__hdg__point span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:first-child .featureList__hdg__point span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:first-child .featureList__hdg__point span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:first-child .featureList__hdg__point span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:first-child .featureList__hdg__point span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:first-child .featureList__hdg__point span {
  letter-spacing: 5px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:last-child, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:last-child {
  margin-right: 0;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image {
  width: 156px;
  margin-left: 60px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image img, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image img, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image img, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image img, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image img, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image img {
  width: 100%;
  height: auto;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg {
  width: 88.0979827089%;
  margin-bottom: 32px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg::after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg::after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg::after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg::after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg::after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg::after {
  content: "";
  display: block;
  clear: both;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point {
  width: auto;
  float: left;
  margin-right: 36px;
  color: #4D438A;
  font-family: 'Barlow Condensed', sans-serif;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point span {
  margin-top: -5px;
  margin-left: -3px;
  display: block;
  font-size: 6.0rem;
  line-height: 1;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__ttl, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__ttl, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__ttl, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__ttl, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__ttl, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__ttl {
  margin-top: 25px;
  float: left;
  font-size: 1.8rem;
  color: #4D438A;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__lead, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__lead, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__lead, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__lead, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__lead, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__lead {
  width: 88.0979827089%;
  font-size: 1.4rem;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea {
  margin-bottom: 90px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea:before {
  background: url(../../images/dept2/img_prgarea_r.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before {
  background: url(../../images/dept2/img_prgarea_l.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg {
  text-align: left;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span {
  width: 580px;
  text-align: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body {
  margin-left: 106px;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer {
  width: 40.27272727%;
  margin-top: 40px;
  float: right;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink {
  margin-top: 20px;
  float: left;
}

body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:last-child {
  width: 60.215686%;
}

@media screen and (max-width: 750px) {
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea {
    margin-bottom: -20px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea__hdg {
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea__text, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea__text, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea__text {
    width: 100%;
    margin: 20px 0 50px;
    font-size: 1.4rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea {
    width: 100%;
    margin-bottom: 60px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum {
    font-size: 1.4rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--common {
    width: 100%;
    margin-bottom: 30px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice {
    width: 47.6%;
    padding: 12px 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice:before, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice:before, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--choice:before {
    top: -31px;
    height: 30px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li {
    width: 42%;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a {
    height: auto;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a:after, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a:after, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li a:after {
    bottom: 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image, body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg {
    width: 100%;
    float: none;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image img, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image img, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__image img {
    height: auto;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg {
    padding: 15px 0 32px;
    font-size: 1.6rem;
    text-align: center;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after {
    top: 76%;
    right: 50%;
    margin-right: -3px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span, body.dept6 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span {
    font-size: 1.2rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea {
    margin: 0 -5.066666667vw;
    padding: 18.710280374% 0 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before {
    top: 0;
    height: auto;
    padding-top: 29.710280374%;
    background-size: cover;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea__container .m-container, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea__container .m-container, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea__container .m-container, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea__container .m-container, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea__container .m-container, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea__container .m-container {
    padding: 0 5.06667%;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg {
    position: static;
    width: 100%;
    margin-bottom: 0;
    padding: 17.5px 0;
    font-size: 1.9rem;
    background-size: cover;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-hdgLg span {
    text-align: center;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .m-image {
    float: none;
    margin-bottom: 30px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage {
    margin-bottom: 42px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--left, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left {
    float: none;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__image--right, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--right {
    float: none;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .m-hdgMd, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .m-hdgMd, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .m-hdgMd, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .m-hdgMd, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .m-hdgMd, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .m-hdgMd {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .m-hdgMd span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .m-hdgMd span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .m-hdgMd span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .m-hdgMd span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .m-hdgMd span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .m-hdgMd span {
    padding: 0 5.06667%;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .c-bodyAndImage__text, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .c-bodyAndImage__text, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .c-bodyAndImage__text, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .c-bodyAndImage__text, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .c-bodyAndImage__body .c-bodyAndImage__text, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body .c-bodyAndImage__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer {
    width: 100%;
    margin-bottom: 63px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__hdg {
    top: -10px;
    width: 96px;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__text, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__text, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__text, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__text, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__text, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__text {
    padding: 24px 0;
    font-size: 1.6rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__text span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__text span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__text span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__text span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__text span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__text span {
    margin-left: 104px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge {
    width: 99px;
    height: 96.5px;
    top: -38px;
    right: -10px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .inner, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .inner, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .inner, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .inner, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .inner, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -24px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .number, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .number, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .number, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .number, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .number, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .number .percent, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .number .percent, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .number .percent, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .number .percent, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .number .percent, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .number .percent {
    font-size: 1.2rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .year, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .year, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .year, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .year, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__badge .year, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list {
    margin-top: 48px;
    padding: 15px 25px 15px 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list ul, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list ul, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list ul, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list ul, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list ul, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list ul {
    margin-left: 100px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list li, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list li, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list li, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list li, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list li, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list li {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list li:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list li:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list li:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list li:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .capacityCareer .capacityCareer__item__list li:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .capacityCareer .capacityCareer__item__list li:before {
    width: 3px;
    height: 3px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg {
    width: 140px;
    margin: 0 auto 23px;
    line-height: 1.3;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg:before, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink__hdg:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink__hdg:before {
    left: 8px;
    width: 30px;
    height: 30px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li:nth-of-type(2n), body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:nth-of-type(2n), body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li:nth-of-type(2n), body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:nth-of-type(2n), body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li:nth-of-type(2n), body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:nth-of-type(2n) {
    float: none;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .keyWordLink li a:after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li a:after {
    right: 15px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg:after, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg:after, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg:after, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg:after {
    bottom: -2px;
    width: 72.5px;
    margin-left: -36px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__point, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__point, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__point, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__point, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__point, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__point {
    margin-right: 10.11904761%;
    font-size: 1.5rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__point span, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__point span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__point span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__point span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__point span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__point span {
    font-size: 5.8rem;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__ttl, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__ttl, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__ttl, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__ttl, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList .feature__hdg__ttl, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList .feature__hdg__ttl {
    margin-top: 26px;
    line-height: 1.4;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li {
    width: 100%;
    margin-bottom: 30px;
    padding: 44px 0 20px 43px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:last-child, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList li:last-child {
    margin-bottom: 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__image, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__image {
    width: 152px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg {
    width: 260px;
    margin-bottom: 12px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__hdg__point, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__hdg__point {
    margin-right: 32px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__lead, body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__lead, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__lead, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__lead, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .featureList__lead, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .featureList__lead {
    width: 260px;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea {
    margin-bottom: 38.933333333%;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea:before {
    background: url(../../images/dept2/img_prgarea_r_sp.png) 50% 100%;
    background-size: cover;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .technologistArea .m-hdgLg span {
    width: 100%;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea:before {
    background: url(../../images/dept2/img_prgarea_l_sp.png) 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg {
    position: static;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg span, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg span, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__image--left .m-hdgLg span {
    width: 100%;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .c-bodyAndImage__body {
    margin-left: 0;
  }
  body.dept2 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:last-child, body.dept6 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:last-child, body.dept7 main.p-deptTop .contArea .medicalInspection .engineerPrgArea .keyWordLink li:last-child {
    width: 100%;
  }
}

/* 放射線学科 */

body.dept3 .pageHeader__localNav__inner {
  width: 788px;
}

body.dept3 main.p-deptTop .contArea .radiologcal {
  font-size: 1.6rem;
}

body.dept3 main.p-deptTop .contArea .radiologcal .introArea, body.dept3 main.p-deptTop .contArea .radiologcal .spotArea {
  margin-bottom: 35px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .introArea__hdg, body.dept3 main.p-deptTop .contArea .radiologcal .spotArea__hdg {
  color: #4D438A;
  font-size: 3.2rem;
  text-align: center;
}

body.dept3 main.p-deptTop .contArea .radiologcal .introArea__text, body.dept3 main.p-deptTop .contArea .radiologcal .spotArea__text {
  width: 741px;
  margin: 30px auto 0;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea {
  position: relative;
  margin-bottom: 90px;
  padding-top: 290px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 290px;
  background: url(../../images/dept2/img_prgarea_r.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea__container {
  position: relative;
  background-color: #EDEDF0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f7), to(#ededf0));
  background-image: linear-gradient(0deg, #f6f6f7 0%, #ededf0 100%);
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage {
  position: relative;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image {
  position: relative;
  width: 100%;
  margin-top: -105px;
  margin-bottom: 0;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image .m-image {
  width: 51.5%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image .m-image img {
  width: 100%;
  height: auto;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image--right {
  margin-left: 0;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image--right .m-image {
  float: right;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__body {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 550px;
  margin-left: -550px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .m-hdgMd, body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__text {
  width: 396px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .m-hdgMd {
  margin-left: -2px;
  margin-bottom: 15px;
  padding-left: 0;
  color: #4D438A;
  font-size: 3.2rem;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .m-hdgMd:before {
  display: none;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .m-container__capa {
  position: relative;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .m-container__capa::after {
  content: "";
  display: block;
  clear: both;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer {
  position: absolute;
  top: -70px;
  width: 42.18181818%;
  float: left;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item {
  position: relative;
  width: 100%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__hdg {
  position: absolute;
  top: -16px;
  left: -25px;
  width: 132px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #4D438A;
  text-align: center;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__text {
  width: 100%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 2.2rem;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__text span {
  margin-left: 135px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 24.56896551%;
  height: 111px;
  color: #4D438A;
  text-align: center;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 54px;
  margin-top: -27px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge .hdg {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge .number {
  display: block;
  margin-bottom: 3px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 1px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge .number .percent {
  margin-left: 1px;
  font-size: 1.4rem;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge .year {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge--purple {
  background: url(../images/img_badge_purple.png);
  background-size: 100% 100%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge--gold {
  background: url(../images/img_badge_gold.png);
  background-size: 100% 100%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__badge--gold .number {
  color: #B09035;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list {
  margin-top: 40px;
  padding: 20px 40px 20px 0;
  background-color: #fff;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list ul {
  margin-left: 134px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list ul li {
  padding: 8px 14px;
  border-bottom: solid 1px #B2AFC5;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list ul li:last-child {
  border-bottom: none;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list ul li:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: #4D438A;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer__item__list ul li span {
  margin-left: 14px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink {
  width: 46.36363636%;
  margin-top: 50px;
  margin-bottom: 115px;
  float: right;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink__hdg {
  position: relative;
  width: 29.4117%;
  margin: 0 auto 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #4D438A;
  color: #4D438A;
  font-size: 2.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 1px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink__hdg:before {
  position: absolute;
  left: 10px;
  bottom: -2px;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/icon_key.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li {
  width: 49.21568627%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  font-size: 1.7rem;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li:nth-of-type(2n) {
  float: right;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li a {
  position: relative;
  padding: 16.5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438A;
  color: #fff;
  border-radius: 30px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li a:hover:after {
  right: 18px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li.noLink {
  padding: 16.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D438A;
  color: #fff;
  border-radius: 30px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-tableWrapper {
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#f6f6f7));
  background-image: linear-gradient(bottom, white 0%, #f6f6f7 100%);
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea table {
  margin: 0 auto;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea__hdgSm {
  width: 138px;
  margin: 40px auto 32px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D4387;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .image {
  text-align: center;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea__text {
  width: 845px;
  margin-bottom: 110px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn {
  width: 876px;
  margin: 0 auto;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn__btn {
  width: 418px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn__btn:nth-of-type(2n) {
  margin-left: 34px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn__btn a {
  width: 100%;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-textBtn2:before {
  background: linear-gradient(120deg, #3A2F80 35%, #124E80 70%, #114880);
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-textBtn2 .m-transIcon {
  left: 140px;
}

body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-textBtn2>span {
  padding: 10px 50px 10px 180px;
}

body.dept3 main.p-deptTop .lowerArea--hasContents {
  margin: 215px 0 190px;
}

@media screen and (max-width: 750px) {
  body.dept3 .pageHeader__localNav__inner {
    width: auto !important;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .introArea {
    margin-bottom: 17px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .introArea__hdg {
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .introArea__text {
    width: 100%;
    margin: 20px 0 0;
    font-size: 1.4rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea {
    margin: 0 -5.066666667vw 35px;
    padding: 18.710280374% 0 0;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea:before {
    top: 0;
    height: auto;
    padding-top: 29.710280374%;
    background: url(../../images/dept2/img_prgarea_r_sp.png);
    background-size: cover;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea__container .m-container {
    padding: 0 5.06667%;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .m-image {
    float: none;
    margin-bottom: 30px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage {
    margin-bottom: 42px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image--left {
    float: none;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__image--right {
    float: none;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__body {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__body .m-hdgMd {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__body .m-hdgMd span {
    padding: 0 5.06667%;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .c-bodyAndImage__body .c-bodyAndImage__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer {
    position: static;
    width: 100%;
    margin-bottom: 63px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__hdg {
    top: -10px;
    width: 96px;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__text {
    padding: 24px 0;
    font-size: 1.6rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__text span {
    margin-left: 104px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__badge {
    width: 99px;
    height: 96.5px;
    top: -38px;
    right: -10px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -24px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__badge .number .percent {
    font-size: 1.2rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__list {
    margin-top: 48px;
    padding: 15px 25px 15px 0;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__list ul {
    margin-left: 100px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__list li {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .capacityCareer .capacityCareer__item__list li:before {
    width: 3px;
    height: 3px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink__hdg {
    width: 140px;
    margin: 0 auto 23px;
    line-height: 1.3;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink__hdg:before {
    left: 8px;
    width: 30px;
    height: 30px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li:nth-of-type(2n) {
    float: none;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .keyWordLink li a:after {
    right: 15px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-tableWrapper {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-tableWrapper img {
    width: 1600px;
    height: 885px;
    max-width: inherit;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-tableWrapper table th, body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-tableWrapper table td {
    white-space: nowrap;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea__hdg {
    padding-left: 5%;
    font-size: 2.3rem;
    text-align: left;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea__hdgSm {
    width: 122px;
    margin: 44px auto 23px;
    padding: 5px;
    font-size: 1.2rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea__text {
    width: 100%;
    margin: 10px auto 54px;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn__btn {
    width: 100%;
    margin-top: 20px;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .c-textBtn__btn:nth-of-type(2n) {
    margin-left: 0;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-textBtn2 .m-transIcon {
    left: 33%;
  }
  body.dept3 main.p-deptTop .contArea .radiologcal .radiologistArea .spotArea .m-textBtn2>span {
    padding: 10px 50px 10px 70px;
  }
  body.dept3 main.p-deptTop .lowerArea--hasContents {
    margin: 107px -5.066666667vw 125px;
  }
}

/* 看護学科 */

body.dept4 {
  /* 共通パーツの色 */
}

body.dept4 a {
  color: #654280;
}

body.dept4 .pageHeader__localNav {
  background: url(../images/bg_hdg_03.png) 0 -10%;
}

body.dept4 .pageHeader__localNav__inner {
  width: 790px;
}

body.dept4 .lowerArea .sectHdg {
  color: #654280;
}

body.dept4 .lowerArea section.contents .body {
  background-color: #654280;
}

body.dept4 .lowerArea section.news li~li {
  border-top: 1px solid #A6A3B9;
}

body.dept4 .lowerArea section.news article .title {
  color: #654280;
}

body.dept4 .lowerArea section.news article.new .title>span::before {
  border: 1px solid #654280;
  color: #654280;
}

body.dept4 .lowerArea section.news .listLinkBtn a {
  border: 1px solid #654280;
}

body.dept4 .lowerArea section.news .listLinkBtn a:before {
  border-left-color: #654280;
}

body.dept4 .lowerArea section.news .listLinkBtn a:hover {
  background-color: #654280;
}

body.dept4 .m-catLabel {
  background-color: #654280;
}

body.dept4 main.p-deptTop .contArea .nursing {
  font-size: 1.6rem;
}

body.dept4 main.p-deptTop .contArea .nursing .introArea {
  margin-bottom: 35px;
}

body.dept4 main.p-deptTop .contArea .nursing .introArea__hdg {
  color: #654280;
  font-size: 3.2rem;
  text-align: center;
}

body.dept4 main.p-deptTop .contArea .nursing .introArea__hdg span {
  margin-left: 18px;
  display: block;
}

body.dept4 main.p-deptTop .contArea .nursing .introArea__text {
  width: 65.63636363%;
  margin: 30px auto 0;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea {
  position: relative;
  margin-bottom: -40px;
  padding-top: 290px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 290px;
  background: url(../../images/dept4/img_prgarea_r.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea__container {
  position: relative;
  background-color: #EDEDF0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#ededf0));
  background-image: linear-gradient(0deg, white 0%, #ededf0 100%);
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage {
  position: relative;
  margin-bottom: 30px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image {
  position: relative;
  width: 100%;
  margin-top: -105px;
  margin-bottom: 0;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image .m-image {
  width: 51.5%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image .m-image img {
  width: 100%;
  height: auto;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image--right {
  margin-left: 0;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image--right .m-image {
  float: right;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__body {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 550px;
  margin-left: -550px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-hdgMd, body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__text {
  width: 396px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-hdgMd {
  margin-left: -2px;
  margin-bottom: 15px;
  padding-left: 0;
  color: #654280;
  font-size: 3.2rem;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-hdgMd:before {
  display: none;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-container__capa {
  position: relative;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-container__capa::after {
  content: "";
  display: block;
  clear: both;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer {
  position: absolute;
  top: -105px;
  width: 42.18181818%;
  float: left;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item {
  position: relative;
  width: 100%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__hdg {
  position: absolute;
  top: -16px;
  left: -25px;
  width: 132px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #654280;
  text-align: center;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__text {
  width: 100%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 2.2rem;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__text span {
  margin-left: 135px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 24.56896551%;
  height: 111px;
  color: #4D4382;
  text-align: center;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 54px;
  margin-top: -27px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge .hdg {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge .number {
  display: block;
  margin-bottom: 3px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 1px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge .number .percent {
  margin-left: 1px;
  font-size: 1.4rem;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge .year {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge--purple {
  background: url(../images/img_badge_purple.png);
  background-size: 100% 100%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge--gold {
  background: url(../images/img_badge_gold.png);
  background-size: 100% 100%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__badge--gold .number {
  color: #B09035;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list {
  margin-top: 40px;
  padding: 20px 40px 20px 0;
  background-color: #fff;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list ul {
  margin-left: 134px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list ul li {
  padding: 8px 14px;
  border-bottom: solid 1px #B0ADC3;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list ul li:last-child {
  border-bottom: none;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list ul li:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: #654280;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer__item__list ul li span {
  margin-left: 14px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink {
  width: 46.36363636%;
  margin-top: 15px;
  float: right;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink__hdg {
  position: relative;
  width: 29.4117%;
  margin: 0 auto 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #654280;
  color: #654280;
  font-size: 2.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 1px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink__hdg:before {
  position: absolute;
  left: 10px;
  bottom: -2px;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/icon_key_lpurple.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li {
  width: 49.21568627%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  font-size: 1.7rem;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li:nth-of-type(2n) {
  float: right;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li a {
  position: relative;
  padding: 16.5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  color: #fff;
  border-radius: 30px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li a:hover:after {
  right: 18px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li.noLink {
  padding: 16.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  color: #fff;
  border-radius: 30px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList {
  clear: both;
  padding-top: 72px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList .feature__hdg {
  position: relative;
  margin-bottom: 28px;
  color: #654280;
  font-size: 2.4rem;
  text-align: center;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList .feature__hdg:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 90px;
  height: 2px;
  margin-left: -45px;
  background-color: #654280;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList ul::after {
  content: "";
  display: block;
  clear: both;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li {
  width: 31.54545454%;
  margin-right: 2.54545454%;
  padding: 40px 0 26px 40px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #654280;
  border-left: solid 1px #654280;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li:first-child .featureList__hdg__point span {
  letter-spacing: 5px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li:last-child {
  margin-right: 0;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li:last-child .featureList__hdg__ttl {
  margin-top: 56px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__image {
  width: 156px;
  margin-left: 60px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__image img {
  width: 100%;
  height: auto;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg {
  width: 88.0979827089%;
  margin-bottom: 25px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg::after {
  content: "";
  display: block;
  clear: both;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg__point {
  width: auto;
  float: left;
  margin: 60px 36px 0 0;
  color: #654280;
  font-family: 'Barlow Condensed', sans-serif;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg__point span {
  margin-top: -5px;
  margin-left: -3px;
  display: block;
  font-size: 6.0rem;
  line-height: 1;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg__ttl {
  width: 144px;
  margin-top: 30px;
  float: left;
  font-size: 1.8rem;
  color: #654280;
  letter-spacing: -0.1px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__lead {
  width: 274px;
  font-size: 1.4rem;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea {
  position: relative;
  margin: 113px 0 80px;
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(101, 66, 128, 0.2)), to(rgba(164, 70, 127, 0.2)));
  background-image: linear-gradient(90deg, rgba(101, 66, 128, 0.2) 0%, rgba(164, 70, 127, 0.2) 100%);
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .m-image {
  position: relative;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea__hdgSm {
  position: absolute;
  top: -12px;
  left: -38px;
  width: 138px;
  padding: 6px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .m-container {
  position: relative;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .m-container::after {
  content: "";
  display: block;
  clear: both;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea__item.spotArea__image {
  width: 50.71428571%;
  float: right;
  margin-top: 16px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea__item.spotArea__image img {
  width: 100%;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea__item.spotArea__text {
  width: 400px;
  float: left;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea__item.spotArea__text .spotArea__hdg {
  margin-bottom: 20px;
  color: #654280;
  font-size: 2.8rem;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge__inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge {
  top: -147px;
  left: 0;
  width: 114px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn {
  width: 876px;
  margin: 0 auto;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn__btn {
  width: 418px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn__btn:nth-of-type(2n) {
  margin-left: 34px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn__btn a {
  width: 100%;
  color: #fff;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn__btn a:hover {
  color: #654280;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-textBtn2:hover:after {
  border-color: #654280;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-textBtn2:before {
  background: linear-gradient(120deg, #3A2F80 35%, #124E80 70%, #114880);
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-textBtn2 .m-transIcon {
  left: 140px;
}

body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-textBtn2>span {
  padding: 10px 50px 10px 180px;
}

@media screen and (max-width: 750px) {
  body.dept4 .pageHeader__localNav__inner {
    width: 80%;
  }
  body.dept4 main.p-deptTop .contArea .nursing .introArea {
    margin-bottom: -20px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .introArea__hdg {
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  body.dept4 main.p-deptTop .contArea .nursing .introArea__hdg span {
    margin-left: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .introArea__text {
    width: 100%;
    margin: 20px 0 50px;
    font-size: 1.4rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea {
    margin: 0 -5.066666667vw 38.933333333%;
    padding: 18.710280374% 0 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea:before {
    top: 0;
    height: auto;
    padding-top: 29.710280374%;
    background: url(../../images/dept4/img_prgarea_r_sp.png) 50% 100%;
    background-size: cover;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea__container .m-container {
    padding: 0 5.06667%;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-image {
    float: none;
    margin-bottom: 30px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage {
    margin-bottom: 42px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__image--right {
    float: none;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__body {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__body .m-hdgMd {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__body .m-hdgMd span {
    padding: 0 5.06667%;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-bodyAndImage__body .c-bodyAndImage__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer {
    position: static;
    width: 100%;
    margin-bottom: 43px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__hdg {
    top: -10px;
    width: 96px;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__text {
    padding: 24px 0;
    font-size: 1.6rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__text span {
    margin-left: 104px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__badge {
    width: 99px;
    height: 96.5px;
    top: -38px;
    right: -10px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -24px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__badge .number .percent {
    font-size: 1.2rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__list {
    margin-top: 48px;
    padding: 15px 25px 15px 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__list ul {
    margin-left: 100px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__list li {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .capacityCareer .capacityCareer__item__list li:before {
    width: 3px;
    height: 3px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink__hdg {
    width: 140px;
    margin: 0 auto 23px;
    line-height: 1.3;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink__hdg:before {
    left: 8px;
    width: 30px;
    height: 30px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li:nth-of-type(2n) {
    float: none;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .keyWordLink li a:after {
    right: 15px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList .feature__hdg {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList .feature__hdg:after {
    bottom: -2px;
    width: 72.5px;
    margin-left: -36px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList .feature__hdg__point {
    margin-right: 10.11904761%;
    font-size: 1.5rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList .feature__hdg__point span {
    font-size: 5.8rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li {
    width: 100%;
    margin-bottom: 30px;
    padding: 44px 0 20px 43px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li:last-child {
    margin-bottom: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li:last-child .featureList__hdg__ttl {
    margin-top: 26px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList li:last-child .featureList__hdg__point {
    margin-top: 21px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__image {
    width: 152px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg {
    width: 260px;
    margin-bottom: 12px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg__ttl {
    margin-top: 26px;
    line-height: 1.4;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__hdg__point {
    margin: 46px 32px 0 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .featureList__lead {
    width: 260px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea {
    margin: 75px 0 53px;
    padding: 76px 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea__hdgSm {
    margin: 0;
    top: -14px;
    left: 18px;
    padding: 5px;
    font-size: 1.2rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge__inner {
    width: 100%;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge {
    top: -117px;
    left: inherit;
    right: 19px;
    width: 99px;
    height: 96.5px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -24px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .spotArea__item.spotArea__image {
    position: static;
    width: 100%;
    margin-top: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .spotArea__item.spotArea__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .spotArea__item.spotArea__text .spotArea__hdg {
    padding-left: 0%;
    font-size: 2.3rem;
    text-align: left;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .spotArea .spotArea__item.spotArea__text .spotArea__text {
    width: 100%;
    margin: 10px auto 0;
    font-size: 1.4rem;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn__btn {
    width: 100%;
    margin-top: 20px;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .c-textBtn__btn:nth-of-type(2n) {
    margin-left: 0;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-textBtn2 .m-transIcon {
    left: 33%;
  }
  body.dept4 main.p-deptTop .contArea .nursing .nursingArea .m-textBtn2>span {
    padding: 10px 50px 10px 70px;
  }
}

/* リハビリテーション学科 */

body.dept5 {
  /* 共通パーツの色 */
}

body.dept5 a {
  color: #654280;
}

body.dept5 .pageHeader__localNav {
  background: url(../images/bg_hdg_03.png) 0 -10%;
}

body.dept5 .pageHeader__localNav__inner {
  width: 790px;
}

body.dept5 .lowerArea .sectHdg {
  color: #654280;
}

body.dept5 .lowerArea section.contents .body {
  background-color: #654280;
}

body.dept5 .lowerArea section.news li~li {
  border-top: 1px solid #A6A3B9;
}

body.dept5 .lowerArea section.news article .title {
  color: #654280;
}

body.dept5 .lowerArea section.news article.new .title>span::before {
  border: 1px solid #654280;
  color: #654280;
}

body.dept5 .lowerArea section.news .listLinkBtn a {
  border: 1px solid #654280;
}

body.dept5 .lowerArea section.news .listLinkBtn a:before {
  border-left-color: #654280;
}

body.dept5 .lowerArea section.news .listLinkBtn a:hover {
  background-color: #654280;
}

body.dept5 .m-textBtn2:hover:after {
  border-color: #654280;
}

body.dept5 .m-catLabel {
  background-color: #654280;
}

body.dept5 .pageHeader__hdg {
  width: 500px;
  margin-left: -675px;
}

body.dept5 .pageHeader__localNav__inner {
  width: 635px;
}

body.dept5 main.p-deptTop .contArea .rehab {
  font-size: 1.6rem;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea {
  position: relative;
  margin: 0 0 80px;
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(101, 66, 128, 0.2)), to(rgba(164, 70, 127, 0.2)));
  background-image: linear-gradient(90deg, rgba(101, 66, 128, 0.2) 0%, rgba(164, 70, 127, 0.2) 100%);
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea .m-image {
  position: relative;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea__hdgSm {
  position: absolute;
  top: -12px;
  left: -38px;
  width: 138px;
  padding: 6px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea .m-container {
  position: relative;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea .m-container::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea__label {
  position: absolute;
  top: 0;
  width: 138px;
  padding: 6px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #654280;
  background-color: #fff;
  border-radius: 20px;
  color: #654280;
  font-size: 1.4rem;
  text-align: center;
  z-index: 10;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__image {
  width: 50.71428571%;
  float: right;
  margin-top: 16px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__image img {
  width: 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__text {
  width: 400px;
  float: left;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__text .spotArea__hdg {
  margin-bottom: 20px;
  color: #654280;
  font-size: 2.8rem;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce {
  margin-top: 93px;
  margin-bottom: 112px;
  padding: 50px 0;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce__container {
  width: 1100px;
  margin: auto;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce__container::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--logo {
  width: 138px;
  float: left;
  margin-top: -38px;
  margin-right: 70px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--logo .m-hdgLg {
  position: static;
  height: auto;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg {
  width: 512px;
  float: left;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg .label {
  width: 117px;
  padding: 10.5px 0;
  background-color: #654280;
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg .m-hdgMd {
  margin-top: 14px;
  margin-bottom: 5px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg .text {
  line-height: 1.8;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--image {
  width: 305px;
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--image img {
  width: 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg {
  background-image: none !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 7.7rem;
  color: #654280 !important;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg ul {
  margin-top: -10px;
  margin-left: 5px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg li {
  margin-bottom: 4px;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg li::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg li p {
  float: left;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg li .purple {
  color: #654280;
  line-height: 1;
}

body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .m-hdgLg li .white {
  display: block;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea {
  margin-bottom: 40px;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea__hdg {
  color: #654280;
  font-size: 3.2rem;
  text-align: center;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea__hdg span {
  margin-left: 18px;
  display: block;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea__text {
  width: 746px;
  margin: 30px auto 0;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right {
  position: relative;
  float: none;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .c-bodyAndText__item {
  position: absolute;
  top: 310px;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .m-hdgLg {
  top: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .c-bodyAndText {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 413px;
  margin-left: -564px;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea {
  width: 79.09090909%;
  margin: 0 auto;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum {
  width: 852px;
  margin: 32px auto;
  font-size: 1.8rem;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--common {
  width: 545px;
  padding: 9px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  color: #fff;
  border-radius: 48px;
  text-align: center;
  font-size: 2rem;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li {
  width: 403px;
  float: left;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li:nth-of-type(2) {
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li a {
  display: block;
  height: 100px;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li a:hover .curriculum--list__hdg:after {
  margin-top: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li .curriculum--list__image {
  width: 32.75434243%;
  float: left;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li .curriculum--list__image img {
  width: 100%;
  height: 100px;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg {
  position: relative;
  width: 67.24565757%;
  float: left;
  padding: 32.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EDEDF0;
  font-size: 2.2rem;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg:after {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 3px 0;
  border-top-color: #4D438A;
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--list li .curriculum--list__hdg span {
  margin-left: 6px;
  display: inline;
  font-size: 1.6rem;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--text {
  text-align: center;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--text a {
  position: relative;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--text a:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 9px;
  margin-right: 12px;
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-left-color: #4D438A;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg {
  position: absolute;
  top: 56px;
  width: 270px;
  height: 270px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 50%;
  border-bottom: none;
  color: #fff;
  background-image: linear-gradient(135deg, #592B80 25%, #9F3B7F 81%);
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg__inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg span {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg span.num {
  top: 50%;
  margin-top: -42px;
  vertical-align: middle;
  font-size: 8rem;
  font-family: 'Barlow Condensed', sans-serif;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg span.text {
  top: 60px;
  font-size: 3.2rem;
  font-family: 'Barlow Condensed', sans-serif;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg span.hour {
  bottom: 60px;
  font-size: 2.6rem;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgLg:before {
  display: none;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgMd {
  padding-left: 0;
  color: #654280;
  font-size: 3.2rem;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgMd:before {
  display: none;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea {
  width: 51.85714285%;
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-next {
  right: -16px;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-next>span::before {
  margin-left: -2.5px;
  border-width: 4px 0 4px 7px;
  border-left-color: #654280;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-dots {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  line-height: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-dots button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #E6E6EA;
  font-size: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-dots .slick-active button {
  background-color: #654280;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea .slick-dots li:only-child button {
  display: none;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea.slick-initialized {
  display: block;
}

body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea img {
  width: 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea, body.dept5 main.p-deptTop .contArea .rehab .otrArea {
  position: relative;
  padding-top: 290px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 290px;
  background-size: 100% 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea__container, body.dept5 main.p-deptTop .contArea .rehab .otrArea__container {
  position: relative;
  padding-bottom: 93px;
  background-color: #EDEDF0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(40%, #ededf0));
  background-image: linear-gradient(0deg, white 0%, #ededf0 40%);
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage {
  position: relative;
  margin-bottom: 30px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image {
  position: relative;
  width: 100%;
  margin-top: -105px;
  margin-bottom: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image .m-image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image .m-image {
  width: 51.5%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image .m-image img, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image .m-image img {
  width: 100%;
  height: auto;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--right, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--right {
  float: none;
  margin-left: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--right::after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--right::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--right .c-bodyAndText, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--right .c-bodyAndText {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 421px;
  margin-left: -550px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--right .m-image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--right .m-image {
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--left, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--left {
  margin-right: 0;
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--left .m-hdgLg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--left .m-hdgLg {
  position: absolute;
  right: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__body, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__body {
  position: absolute;
  top: 140px;
  left: 50%;
  width: 550px;
  margin-left: -550px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgLg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgLg {
  position: absolute;
  top: 75px;
  width: 53.71428571%;
  padding: 30px 0;
  font-size: 3.2rem;
  border-bottom: none;
  color: #fff;
  background: url(../images/bg_hdg_03.png) #4D438A;
  text-align: right;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgLg span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgLg span {
  width: 608px;
  display: inline-block;
  text-align: left;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgLg:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgLg:before {
  display: none;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgMd, body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__text, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgMd, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__text {
  width: 396px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgMd, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgMd {
  margin-left: -2px;
  margin-bottom: 15px;
  padding-left: 0;
  color: #654280;
  font-size: 3.2rem;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgMd:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgMd:before {
  display: none;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-container__capa, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-container__capa {
  position: relative;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-container__capa::after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-container__capa::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer {
  position: static;
  width: 42.18181818%;
  float: left;
  margin-top: -8.642857142%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item {
  position: relative;
  width: 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__hdg {
  position: absolute;
  top: -16px;
  left: -25px;
  width: 132px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #654280;
  text-align: center;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__text, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__text {
  width: 100%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 2.2rem;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__text span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__text span {
  margin-left: 135px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 24.56896551%;
  height: 111px;
  color: #4D4382;
  text-align: center;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge .inner, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 54px;
  margin-top: -27px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge .hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge .hdg {
  display: block;
  margin-bottom: 3px;
  font-size: 1.2rem;
  line-height: 1;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge .number, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge .number {
  display: block;
  margin-bottom: 3px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 1px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge .number .percent, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge .number .percent {
  margin-left: 1px;
  font-size: 1.4rem;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge .year, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge .year {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge--purple, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge--purple {
  background: url(../images/img_badge_purple.png);
  background-size: 100% 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge--gold, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge--gold {
  background: url(../images/img_badge_gold.png);
  background-size: 100% 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__badge--gold .number, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__badge--gold .number {
  color: #B09035;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list {
  margin-top: 40px;
  padding: 20px 40px 20px 0;
  background-color: #fff;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list::after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list ul, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list ul {
  margin-left: 134px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list ul li, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list ul li {
  padding: 8px 14px;
  border-bottom: solid 1px #B0ADC3;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list ul li:last-child, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list ul li:last-child {
  border-bottom: none;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list ul li:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list ul li:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: #654280;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer__item__list ul li span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer__item__list ul li span {
  margin-left: 14px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink {
  width: 46.36363636%;
  margin-top: 15px;
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink__hdg {
  position: relative;
  width: 29.4117%;
  margin: 0 auto 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #654280;
  color: #654280;
  font-size: 2.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 1px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink__hdg:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink__hdg:before {
  position: absolute;
  left: 10px;
  bottom: -2px;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/icon_key_lpurple.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li {
  width: 49.21568627%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  font-size: 1.7rem;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li:nth-of-type(2n), body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li:nth-of-type(2n) {
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li a, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li a {
  position: relative;
  padding: 16.5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  color: #fff;
  border-radius: 30px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li a:after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li a:hover:after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li a:hover:after {
  right: 18px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li.noLink, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li.noLink {
  padding: 16.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #654280;
  color: #fff;
  border-radius: 30px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-textBtn2:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-textBtn2:before {
  background: linear-gradient(120deg, #3A2F80 35%, #124E80 70%, #114880);
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-textBtn2 .m-transIcon, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-textBtn2 .m-transIcon {
  left: 140px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-textBtn2>span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-textBtn2>span {
  padding: 10px 50px 10px 180px;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea {
  width: 48.9285714285%;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slide__item {
  position: relative;
  padding: 16px 24px 0 0;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slide__item img {
  width: 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slide__item .spotArea__label {
  left: auto;
  right: 0;
  top: 0;
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
  min-width: 138px;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList {
  margin-top: 5px;
  padding-right: 24px;
  text-align: right;
  font-size: 0;
  letter-spacing: normal;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li {
  display: inline-block;
  margin: 5px 0 0 5px;
  vertical-align: top;
  cursor: pointer;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li .inner {
  position: relative;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li .inner::before, body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li .inner::after {
  content: "";
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li .inner::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(101, 66, 128, 0.8);
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li .inner::after {
  left: 50%;
  top: 50%;
  border-color: transparent;
  border-style: solid;
  border-width: 0 4px 7px;
  border-bottom-color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li:hover .inner::before, body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li:hover .inner::after, body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li.is-active .inner::before, body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li.is-active .inner::after {
  opacity: 1;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea {
  margin-bottom: 5px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea:before {
  background: url(../../images/dept2/img_prgarea_r.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea__container {
  padding-bottom: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-container--wide {
  height: 420px;
}

body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--right {
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .otrArea {
  clear: both;
}

body.dept5 main.p-deptTop .contArea .rehab .otrArea:before {
  background: url(../../images/dept2/img_prgarea_l.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept5 main.p-deptTop .contArea .rehab .otrArea__container {
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(30%, #ededf0));
  background-image: linear-gradient(0deg, white 0%, #ededf0 30%);
}

body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-container--wide::after {
  content: "";
  display: block;
  clear: both;
}

/*---body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgLg span {
  width: 77.5%;
}---*/

body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__body {
  margin-left: 120px;
}

body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer {
  position: static;
  width: 443px;
  margin-top: -16.14285714%;
  float: right;
}

body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink {
  float: left;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea {
  margin-top: 90px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText {
  position: relative;
  margin-bottom: 114px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right {
  position: absolute;
  top: 75px;
  left: 50%;
  width: 410px;
  margin-left: 106px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right .spotArea__hdgSm {
  position: static;
  margin-bottom: 25px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right .m-hdgMd {
  font-size: 2.8rem;
  color: #654280;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right .m-hdgMd:before {
  display: none;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn {
  width: 876px;
  margin: 0 auto;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn__btn {
  width: 418px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn__btn:nth-of-type(2n) {
  margin-left: 34px;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn__btn a {
  width: 100%;
  color: #fff;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn__btn a:hover {
  color: #654280;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .m-hdgMd {
  padding-left: 0;
}

body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .m-textBtn2:before {
  background-image: linear-gradient(150deg, #592B80 0%, #9F3B7F 100%);
}

@media screen and (max-width: 750px) {
  body.dept5 .pageHeader__localNav__inner {
    width: 80%;
  }
  body.dept5 .pageHeader__hdg {
    width: auto;
    margin-left: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea {
    margin-bottom: -20px;
    margin: 0 -5.066666667vw 57px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea__hdg {
    padding: 0 5.06667%;
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea__hdg span {
    margin-left: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea__text {
    width: 100%;
    margin: 20px 0 50px;
    padding: 0 5.06667%;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .deptSlideArea {
    width: 100%;
    float: none;
    margin-bottom: 47px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .c-bodyAndText {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .c-bodyAndText__item {
    position: static;
    padding: 0 5.06667%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .c-bodyAndText__text {
    width: 46.26666666%;
    text-align: left;
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .m-hdgLg {
    position: static;
    width: 135px;
    height: 135px;
    float: right;
    margin-right: 5.06667%;
    margin-top: -150px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .m-hdgLg span.text {
    top: 28px;
    font-size: 1.6rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .m-hdgLg span.num {
    margin-top: -22px;
    font-size: 4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .c-bodyAndImage__image--right .m-hdgLg span.hour {
    bottom: 28px;
    font-size: 1.3rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .m-hdgMd {
    font-size: 2.3rem;
    text-align: left;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum {
    width: 100%;
    margin: 16px 0 36px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li {
    width: 46.66666666%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li a {
    height: auto;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li .curriculum--list__image, body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li .curriculum--list__hdg {
    width: 100%;
    float: none;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li .curriculum--list__image img {
    height: auto;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li .curriculum--list__hdg {
    padding: 17px 30px 30px;
    font-size: 1.6rem;
    text-align: center;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li .curriculum--list__hdg:after {
    top: 74%;
    right: 50%;
    margin-right: -2px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum li .curriculum--list__hdg span {
    margin-left: 3px;
    font-size: 1.2rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--common {
    width: 100%;
    padding: 16px;
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--text {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .introArea .introFlowArea .curriculum--text a:before {
    top: 6px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce {
    width: 100%;
    margin: 71px 0 67px !important;
    padding: 56px 0 !important;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce__container {
    width: 100%;
    padding-left: 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--logo {
    width: 24.4%;
    margin-top: -22px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--logo .m-hdgLg {
    font-size: 5.1rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--logo .m-hdgLg ul {
    margin-top: -7px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--logo .m-hdgLg li {
    font-size: 1.5rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--image {
    position: absolute;
    top: 63px;
    right: 0;
    width: 61.6%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg {
    width: 100%;
    padding-right: 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg .label {
    width: 84px;
    padding: 8px 0;
    font-size: 1.2rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg .m-hdgMd {
    margin-top: 5px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea--osce .spotArea__item--hdg .text {
    font-size: 1.4rem;
    line-height: inherit;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea, body.dept5 main.p-deptTop .contArea .rehab .otrArea {
    margin: 0 -5.066666667vw;
    padding: 18.710280374% 0 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea:before {
    top: 0;
    height: auto;
    padding-top: 29.710280374%;
    background-size: cover;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea__container .m-container, body.dept5 main.p-deptTop .contArea .rehab .otrArea__container .m-container {
    padding: 0 5.06667%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-image {
    float: none;
    margin-bottom: 30px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgLg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgLg {
    position: static;
    width: 100%;
    margin-bottom: 0;
    padding: 17.5px 0;
    font-size: 1.9rem;
    background-size: cover;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-hdgLg span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-hdgLg span {
    width: 100%;
    text-align: center;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage {
    margin-bottom: 42px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__image--right, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--right {
    float: none;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__body, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__body {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__body .m-hdgMd, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__body .m-hdgMd {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__body .m-hdgMd span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__body .m-hdgMd span {
    padding: 0 5.06667%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-bodyAndImage__body .c-bodyAndImage__text, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__body .c-bodyAndImage__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer {
    position: static;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 43px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__hdg {
    top: -10px;
    width: 96px;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__text, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__text {
    padding: 24px 0;
    font-size: 1.6rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__text span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__text span {
    margin-left: 104px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__badge, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__badge {
    width: 99px;
    height: 96.5px;
    top: -38px;
    right: -10px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__badge .inner, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -24px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__badge .hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__badge .number, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__badge .number .percent, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__badge .number .percent {
    font-size: 1.2rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__badge .year, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__list, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__list {
    margin-top: 48px;
    padding: 15px 25px 15px 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__list ul, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__list ul {
    margin-left: 100px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__list li, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__list li {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .capacityCareer .capacityCareer__item__list li:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .capacityCareer .capacityCareer__item__list li:before {
    width: 3px;
    height: 3px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink__hdg {
    width: 140px;
    margin: 0 auto 23px;
    line-height: 1.3;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink__hdg:before, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink__hdg:before {
    left: 8px;
    width: 30px;
    height: 30px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li:nth-of-type(2n), body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li:nth-of-type(2n) {
    float: none;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink li a:after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .keyWordLink li a:after {
    right: 15px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList .feature__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList .feature__hdg {
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList .feature__hdg:after, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList .feature__hdg:after {
    bottom: -2px;
    width: 72.5px;
    margin-left: -36px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList .feature__hdg__point, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList .feature__hdg__point {
    margin-right: 10.11904761%;
    font-size: 1.5rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList .feature__hdg__point span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList .feature__hdg__point span {
    font-size: 5.8rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList li, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList li {
    width: 100%;
    margin-bottom: 30px;
    padding: 44px 0 20px 43px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList li:last-child, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList li:last-child {
    margin-bottom: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList li:last-child .featureList__hdg__ttl, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList li:last-child .featureList__hdg__ttl {
    margin-top: 26px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList li:last-child .featureList__hdg__point, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList li:last-child .featureList__hdg__point {
    margin-top: 21px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList__image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList__image {
    width: 152px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList__hdg {
    width: 260px;
    margin-bottom: 12px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList__hdg__ttl, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList__hdg__ttl {
    margin-top: 26px;
    line-height: 1.4;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList__hdg__point, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList__hdg__point {
    margin: 46px 32px 0 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .featureList__lead, body.dept5 main.p-deptTop .contArea .rehab .otrArea .featureList__lead {
    width: 260px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea {
    margin: 75px 0 53px;
    padding: 76px 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea__hdgSm, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea__hdgSm {
    margin: 0;
    top: -14px;
    left: 18px;
    padding: 5px;
    font-size: 1.2rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .capacityCareer__item__badge__inner, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .capacityCareer__item__badge__inner {
    width: 100%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .capacityCareer__item__badge, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .capacityCareer__item__badge {
    top: -117px;
    left: inherit;
    right: 19px;
    width: 99px;
    height: 96.5px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .capacityCareer__item__badge .inner, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -24px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .capacityCareer__item__badge .hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .capacityCareer__item__badge .number, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .capacityCareer__item__badge .year, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .spotArea__item.spotArea__image, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .spotArea__item.spotArea__image {
    position: static;
    width: 100%;
    margin-top: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .spotArea__item .spotArea__text, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .spotArea__item .spotArea__text {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .spotArea .spotArea__item .spotArea__text .spotArea__hdg, body.dept5 main.p-deptTop .contArea .rehab .otrArea .spotArea .spotArea__item .spotArea__text .spotArea__hdg {
    padding-left: 0%;
    font-size: 2.3rem;
    text-align: left;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-textBtn, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-textBtn {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-textBtn__btn, body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-textBtn__btn {
    width: 100%;
    margin-top: 20px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .c-textBtn__btn:nth-of-type(2n), body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-textBtn__btn:nth-of-type(2n) {
    margin-left: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-textBtn2 .m-transIcon, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-textBtn2 .m-transIcon {
    left: 33%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .m-textBtn2>span, body.dept5 main.p-deptTop .contArea .rehab .otrArea .m-textBtn2>span {
    padding: 10px 50px 10px 70px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea {
    margin: 0 -5.066666667vw;
    padding: 50px 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea__hdgSm {
    left: 5.06667%;
    width: 122px;
    font-size: 1.2rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__image {
    width: 100%;
    margin-top: 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__text {
    width: 100%;
    margin-top: 30px;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__text .spotArea__hdg {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotArea__item.spotArea__text .spotArea__text {
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea {
    margin: 60px -5.066666667vw 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText {
    margin-bottom: 86px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText__text {
    font-size: 1.4rem;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right .m-hdgMd {
    padding-left: 0;
    font-size: 2.3rem;
    line-height: inherit;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-bodyAndText--right .spotArea__hdgSm {
    margin-bottom: 13px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn__btn {
    width: 100%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .spotSlideArea .c-textBtn__btn:nth-of-type(2n) {
    margin-left: 0px;
    margin-top: 20px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slide__item {
    padding: 16px 0 0;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slide__item .labelArea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slide__item .spotArea__label {
    display: inline-block;
    position: static;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList {
    margin: 8px -2px 0;
    padding: 0 5.06667%;
    text-align: left;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li {
    margin: 0;
    padding: 4px 2px 0;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li .inner::after {
    border-width: 0 5px 8px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .deptSlideSetArea .slideThumbnailList>li img {
    width: 100%;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea:before {
    background: url(../../images/dept4/img_prgarea_r_sp.png) 50% 100%;
    background-size: cover;
  }
  body.dept5 main.p-deptTop .contArea .rehab .ptArea .keyWordLink {
    margin-bottom: 60px;
  }
  body.dept5 main.p-deptTop .contArea .rehab .otrArea:before {
    background: url(../../images/dept2/img_prgarea_l_sp.png) 50% 100%;
    background-size: cover;
  }
  body.dept5 main.p-deptTop .contArea .rehab .otrArea .c-bodyAndImage__image--left .m-hdgLg {
    position: static;
  }
}

/* 医療経営情報学科 */

body.dept8 {
  /* 共通パーツの色 */
}

body.dept8 .pageHeader__localNav__inner {
  width: 790px;
}

body.dept8 main.p-deptTop .contArea .mgmt {
  font-size: 1.6rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea {
  margin-bottom: 35px;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea__hdg {
  color: #4D4385;
  font-size: 3.2rem;
  text-align: center;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea__text {
  width: 730px;
  margin: 30px auto 0;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea--box {
  width: 995px;
  margin: 0 auto 82px;
  padding: 47px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E6E5ED;
  border: 2px solid #4D4383;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__hdg {
  font-size: 2.2rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__text {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__linkBtn {
  margin-top: 20px;
  text-align: center;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__linkBtn .m-textBtn {
  background-color: #fff;
}

body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__linkBtn .m-textBtn:hover {
  background-color: #4D438E;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea {
  position: relative;
  margin-bottom: -40px;
  padding-top: 290px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 290px;
  background: url(../../images/dept8/img_prgarea_r.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea__container {
  position: relative;
  background-color: #EDEDF0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#ededf0));
  background-image: linear-gradient(0deg, white 0%, #ededf0 100%);
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage {
  position: relative;
  margin-bottom: 30px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image {
  position: relative;
  width: 100%;
  margin-top: -105px;
  margin-bottom: 0;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image .m-image {
  width: 51.5%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image .m-image img {
  width: 100%;
  height: auto;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image--right {
  margin-left: 0;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image--right .m-image {
  float: right;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__body {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 550px;
  margin-left: -550px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-hdgMd, body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__text {
  width: 396px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-hdgMd {
  margin-left: -2px;
  margin-bottom: 15px;
  padding-left: 0;
  color: #4D4385;
  font-size: 3.2rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-hdgMd:before {
  display: none;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-container__capa {
  position: relative;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-container__capa::after {
  content: "";
  display: block;
  clear: both;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer {
  position: absolute;
  top: -76px;
  width: 42.18181818%;
  float: left;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item {
  position: relative;
  width: 100%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__hdg {
  position: absolute;
  top: -16px;
  left: -25px;
  width: 132px;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #4D4385;
  text-align: center;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__text {
  width: 100%;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 2.2rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__text span {
  margin-left: 135px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge {
  position: absolute;
  top: -25px;
  right: -15px;
  width: 24.56896551%;
  height: 111px;
  color: #4D4382;
  text-align: center;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 58px;
  margin-top: -32px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge .hdg {
  display: block;
  margin-bottom: 2px;
  font-size: 1.2rem;
  line-height: 1;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge .number {
  display: block;
  margin-bottom: 2px;
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 1px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge .number .percent {
  margin-left: 1px;
  font-size: 1.4rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge .year {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge--purple {
  background: url(../images/img_badge_purple.png);
  background-size: 100% 100%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge--gold {
  background: url(../images/img_badge_gold.png);
  background-size: 100% 100%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__badge--gold .number {
  color: #B09035;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list {
  margin-top: 40px;
  padding: 20px 40px 20px 0;
  background-color: #fff;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list::after {
  content: "";
  display: block;
  clear: both;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list ul {
  margin-left: 134px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list ul li {
  padding: 8px 14px;
  border-bottom: solid 1px #ABA8BE;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list ul li:last-child {
  border-bottom: none;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list ul li:before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: #4D4385;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer__item__list ul li span {
  margin-left: 14px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink {
  width: 46.36363636%;
  margin-top: 15px;
  float: right;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink__hdg {
  position: relative;
  width: 29.4117%;
  margin: 0 auto 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 2px #4D4385;
  color: #4D4385;
  font-size: 2.4rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  line-height: 1.1;
  text-align: right;
  letter-spacing: 1px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink__hdg:before {
  position: absolute;
  left: 10px;
  bottom: -2px;
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/icon_key.png) 50% 100%;
  background-size: 100% 100%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li {
  width: 49.21568627%;
  margin-bottom: 8px;
  float: left;
  text-align: center;
  font-size: 1.7rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li:nth-of-type(2n) {
  float: right;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li a {
  position: relative;
  padding: 16.5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D4385;
  color: #fff;
  border-radius: 30px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-left: -1px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li a:hover:after {
  right: 18px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li.noLink {
  padding: 16.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D4385;
  color: #fff;
  border-radius: 30px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList {
  clear: both;
  padding-top: 75px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList .feature__hdg {
  position: relative;
  margin-bottom: 28px;
  color: #4D4385;
  font-size: 2.4rem;
  text-align: center;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList .feature__hdg:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 90px;
  height: 2px;
  margin-left: -45px;
  background-color: #4D4385;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList ul::after {
  content: "";
  display: block;
  clear: both;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li {
  width: 48.81818181%;
  margin-right: 2.36363636%;
  padding: 40px 0 26px 45px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #4D4385;
  border-left: solid 1px #4D4385;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li:first-child .featureList__hdg__point span {
  letter-spacing: 5px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li:last-child {
  margin-right: 0;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li:last-child .featureList__hdg__ttl {
  margin-top: 58px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__image {
  width: 156px;
  margin-left: 145px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__image img {
  width: 100%;
  height: auto;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg {
  width: 88.0979827089%;
  margin-bottom: 25px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg::after {
  content: "";
  display: block;
  clear: both;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg__point {
  width: auto;
  float: left;
  margin: 5px 36px 0 0;
  color: #4D4385;
  font-family: 'Barlow Condensed', sans-serif;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg__point span {
  margin-top: -5px;
  margin-left: -3px;
  display: block;
  font-size: 6.0rem;
  line-height: 1;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg__ttl {
  width: 215px;
  margin-top: 30px;
  float: left;
  font-size: 1.8rem;
  color: #4D4385;
  letter-spacing: -0.1px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__lead {
  width: 435px;
  font-size: 1.4rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea {
  position: relative;
  margin: 113px 0 80px;
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(101, 66, 128, 0.2)), to(rgba(164, 70, 127, 0.2)));
  background-image: linear-gradient(90deg, rgba(101, 66, 128, 0.2) 0%, rgba(164, 70, 127, 0.2) 100%);
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea .m-image {
  position: relative;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea__hdgSm {
  position: absolute;
  top: -12px;
  left: -38px;
  width: 138px;
  padding: 6px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4D4385;
  border-radius: 20px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea .m-container {
  position: relative;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea .m-container::after {
  content: "";
  display: block;
  clear: both;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea__item.spotArea__image {
  width: 50.71428571%;
  float: right;
  margin-top: 16px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea__item.spotArea__image img {
  width: 100%;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea__item.spotArea__text {
  width: 400px;
  float: left;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea__item.spotArea__text .spotArea__hdg {
  margin-bottom: 20px;
  color: #4D4385;
  font-size: 2.8rem;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea .capacityCareer__item__badge__inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .spotArea .capacityCareer__item__badge {
  top: -147px;
  left: 0;
  width: 114px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn {
  width: 876px;
  margin: 85px auto 0;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn__btn {
  width: 418px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn__btn:nth-of-type(2n) {
  margin-left: 30px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn__btn a {
  width: 100%;
  color: #fff;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn__btn a:hover {
  color: #4D4385;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-textBtn2:hover:after {
  border-color: #4D4385;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-textBtn2:before {
  background: linear-gradient(120deg, #3A2F80 35%, #124E80 70%, #114880);
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-textBtn2 .m-transIcon {
  left: 140px;
}

body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-textBtn2>span {
  padding: 10px 50px 10px 180px;
}

@media screen and (max-width: 750px) {
  body.dept8 .pageHeader__localNav__inner {
    width: 100%;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea {
    margin-bottom: -20px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea__hdg {
    text-align: left;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea__text {
    width: 100%;
    margin: 20px 0 50px;
    font-size: 1.4rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea--box {
    width: 100%;
    margin: 50px auto 45px;
    padding: 35px 5.06667% 35px;
    border: 1px solid #4D4383;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__hdg {
    font-size: 1.6rem;
    text-align: center;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__text {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .introArea--box .introArea__linkBtn {
    margin-top: 15px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea {
    margin: 0 -5.066666667vw 38.933333333%;
    padding: 18.710280374% 0 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea:before {
    top: 0;
    height: auto;
    padding-top: 29.710280374%;
    background: url(../../images/dept8/img_prgarea_r_sp.png) 50% 100%;
    background-size: cover;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea__container .m-container {
    padding: 0 5.06667%;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-image {
    float: none;
    margin-bottom: 30px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage {
    margin-bottom: 42px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__image--right {
    float: none;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__body {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__body .m-hdgMd {
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.3rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__body .m-hdgMd span {
    padding: 0 5.06667%;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-bodyAndImage__body .c-bodyAndImage__text {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer {
    position: static;
    width: 100%;
    margin-bottom: 43px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__hdg {
    top: -10px;
    width: 96px;
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__text {
    padding: 24px 0;
    font-size: 1.6rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__text span {
    margin-left: 104px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__badge {
    width: 99px;
    height: 96.5px;
    top: -38px;
    right: -10px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__badge .inner {
    height: 48px;
    margin-top: -29px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__badge .hdg {
    font-size: 1rem;
    letter-spacing: -0.1px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__badge .number {
    font-size: 1.8rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__badge .number .percent {
    font-size: 1.2rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__badge .year {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__list {
    margin-top: 48px;
    padding: 15px 25px 15px 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__list ul {
    margin-left: 100px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__list li {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .capacityCareer .capacityCareer__item__list li:before {
    width: 3px;
    height: 3px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink__hdg {
    width: 140px;
    margin: 0 auto 23px;
    line-height: 1.3;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink__hdg:before {
    left: 8px;
    width: 30px;
    height: 30px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li:nth-of-type(2n) {
    float: none;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .keyWordLink li a:after {
    right: 15px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList {
    padding-top: 62px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList .feature__hdg {
    width: 100%;
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList .feature__hdg:after {
    bottom: -2px;
    width: 72.5px;
    margin-left: -36px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg {
    width: 100%;
    margin-bottom: 15px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg__point {
    margin: 0 8.928571428% 0 0;
    font-size: 1.5rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg__point span {
    font-size: 5.8rem;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__hdg__ttl {
    width: 67%;
    margin-top: 26px;
    line-height: 1.4;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__lead {
    width: 95%;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 44px 0 20px 43px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li:last-child {
    margin-bottom: 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList li:last-child .featureList__hdg__ttl {
    margin-top: 26px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .featureList__image {
    width: 152px;
    margin-left: 50px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn__btn {
    width: 100%;
    margin-top: 20px;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .c-textBtn__btn:nth-of-type(2n) {
    margin-left: 0;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-textBtn2 .m-transIcon {
    left: 33%;
  }
  body.dept8 main.p-deptTop .contArea .mgmt .mgmtArea .m-textBtn2>span {
    padding: 10px 50px 10px 70px;
  }
}

body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box {
  width: 995px;
  margin: 0 auto 82px;
  padding: 47px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E6E5ED;
  border: 2px solid #4D4383;
}

body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__hdg {
  font-size: 2.2rem;
}

body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__text, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__text {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  font-size: 1.4rem;
}

body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn {
  margin-top: 20px;
  text-align: center;
}

body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn .m-textBtn, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn .m-textBtn {
  background-color: #fff;
}

body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn .m-textBtn:hover, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn .m-textBtn:hover {
  background-color: #4D438E;
}

@media screen and (max-width: 750px) {
  body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box {
    width: auto;
    margin: 50px auto 45px;
    padding: 35px 5.06667%;
    border-width: 1px;
  }
  body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__hdg, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__hdg {
    text-align: center;
    font-size: 1.6rem;
  }
  body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__text, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__text {
    margin: 10px auto 0;
    font-size: 1.2rem;
  }
  body.dept6 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn, body.dept7 main.p-deptTop .contArea .medicalInspection .introArea--box .introArea__linkBtn {
    margin-top: 15px;
    text-align: center;
  }
}

/*-----SDGs-----*/

#div-menu-nav{
  position: relative; /* 子要素においてabsoluteを用いるため指定する */
  font-size:14px;
  font-weight: bold;
  border-bottom: 4px solid #4D438E;
  z-index:2; /* 上位に表示する 一部の見出しがプルダウンの上に表示されてしまうことの対策 */
}
#div-menu-nav .menu-tab{
  display: inline-block; /* メニュータブを横並びにする */
  width: 211.8px;
  border-top: 2px solid #4D438E;
  border-left: 2px solid #4D438E;
  border-right: 2px solid #4D438E;
  vertical-align: middle;
}
#div-menu-nav a {
    display: block;
    padding: 10px 0 10px 5px;
    width: 97%;
    color: #343434;
    text-decoration: none;
}
#div-menu-nav a:hover{
  border-bottom: solid 2px #4D438E; 
}
#div-menu-nav a:hover::before{
  content: "＞"; 
  color: #dd5656; 
}
#div-menu-nav .menu-tab a::before{
  display: inline-block;
  content: "＞"; 
  font-weight:900;
  color: #67b44a; 
  transform: scale(0.7,0.5) rotate(90deg); /* transformはまとめて書かないとうまく表示されないことがある */
}                  /* ＞を90度傾けて下に向けます */
#div-menu-nav .menu-tab a:hover::before{
  color: #dd5656; 
}
.menu-tab.menu-hover3 a {
    font-size: 80%;
    line-height: 28px;
    height: 30px;
}

/* アクセント指定ここまで */

#div-menu-nav .box1{
  position: absolute; 
  background-color: #ffffff;
  display: none;
  left:6px; /* 左から6pxで表示 */
}
#div-menu-nav .box2{
  position: absolute;
  left:227px;
  display: none; 
}
#div-menu-nav .box3{
  position: absolute;
  left:448px;
  display: none; 
}
#div-menu-nav .box4{
  position: absolute;
  left:669px;
  display: none; 
}
#div-menu-nav .box5{
  position: absolute;
  left:890px;
  display: none; 
}
#div-menu-nav .menu-hover1:hover ~ .box1{ /* メニューをhoverすれば box1を表示 */
  display: block;
}
#div-menu-nav .box1:hover{  /* 表示されたbox1をhoverすればそのままbox1を表示し続ける */
  display: block;           /* これがなければbox1が消えてしまう */
}
#div-menu-nav .box1 div{ /*各アイテムについて */
  background-image: url("/SDGs/nav01.jpg");
  width:202px;
  color: #000;
}
#div-menu-nav .menu-hover2:hover ~ .box2{ /* box2以降についても同様 */
  display: block;
}
#div-menu-nav .box2:hover{
  display: block;
}
#div-menu-nav .box2 div{
  background-image: url("/SDGs/nav02.jpg");
  width:202px;
}
#div-menu-nav .menu-hover3:hover ~ .box3{
  display: block;
}
#div-menu-nav .box3:hover{
  display: block;
}
#div-menu-nav .box3 div{
  background-color: #ffffff;
  width:202px;
}
#div-menu-nav .menu-hover4:hover ~ .box4{
  display: block;
}
#div-menu-nav .box4:hover{
  display: block;
}
#div-menu-nav .box4 div{
  background-image: url("/SDGs/nav04.jpg");
  width:202px;
}
#div-menu-nav .menu-hover5:hover ~ .box5{
  display: block;
}
#div-menu-nav .box5:hover{
  display: block;
}

@media screen and (max-width: 750px){
    #div-menu-nav {
       font-size:12px;
       border-bottom: 1px solid #4D438E;
    }
    #div-menu-nav .menu-tab {
       display: block;
       width: auto;
       border-top: 1px solid #4D438E;
       border-left: 1px solid #4D438E;
       border-right: 1px solid #4D438E;
    }
    .menu-tab.menu-hover3 a {
       line-height: 25px;
       height: 26px;
       font-size: 100%;
    }
    #div-menu-nav .box1 div {
       background-image: none;
       width: auto;
    }
    #div-menu-nav .box2 {
       left: 6px;
    }
    #div-menu-nav .box2 div {
       background-image: none;
       background-color: #fff;
       width: auto;
    }
    #div-menu-nav .box3 {
       left: 6px;
    }
    #div-menu-nav .box3 div {
       background-image: none;
       width: auto;
    }
    #div-menu-nav .box4 {
       left: 6px;
    }
    #div-menu-nav .box4 div {
       background-image: none;
       background-color: #fff;
       width: auto;
    }
    #div-menu-nav .box5 {
       left: 6px;
    }
    #div-menu-nav .box5 div {
       background-image: none;
       width: auto;
    }
}

/*---SDGsダイバーシティタブのスタイル---*/

.m-wysiwyg .case-menu ul li::before {
    content: none;
}
.m-wysiwyg .case-menu ul li {
    margin: 0;
    padding: 0;
    width: 215px;
}
.m-wysiwyg .case-menu ul .at {
    margin: 0;
    padding: 10px 0px 10px;
    width: 215px;
}
.m-wysiwyg .case-menu ul li a::after {
    margin: 0 0 0 10px;
}
.case-menu ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 5px solid #4c0abd;
}
.case-menu .bumon {
    display: flex;
    justify-content: flex-start;
    border-bottom: 5px solid #4c0abd;
}
.case-menu ul li {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.857142857;
}
.case-menu .bumon li {
    margin-right: 10px;
}
.case-menu ul .at {
    color: #fff;
    background: #4c0abd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 10px;
    border-radius: 4px 4px 0 0;
}
.case-menu ul .at::after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #fff;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    margin-left: 10px;
}
.case-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c0abd;
    border: 1px solid #4c0abd;
    border-bottom: none;
    padding: 10px 30px 10px;
    border-radius: 4px 4px 0 0;
}
.case-menu ul .out {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c0abd;
    border: 1px solid #4c0abd;
    border-bottom: none;
    padding: 10px 30px 10px;
    border-radius: 4px 4px 0 0;
    background: #C4C4C4;
}
.case-menu ul li a::after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-left-color: #4c0abd;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    margin-left: 8px;
    margin-right: 5px;
}
.case-menu ul li a:hover {
    color: #fff;
    background: #4c0abd;
    opacity: 1;
}
.case-menu ul li a:hover::after {
    border-left-color: #fff;
}

@media screen and (max-width: 750px) {
    .case-menu ul {
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: none;
    }
    .case-menu ul li {
        font-weight: bold;
        width: 49.5%;
        font-size: 1.2rem;
        margin-bottom: 3px;
        display: flex;
    }
    .m-wysiwyg .case-menu ul li {
        margin-bottom: 3px;
        width: 49.5%;
    }
    .case-menu ul li a {
        border-radius: 0;
        border-bottom: 1px solid #4c0abd;
        width: 100%;
        padding: 10px 5px 10px;
        box-sizing: border-box;
    }
    .case-menu ul .at {
        border-radius: 0;
        width: 49.5%;
        box-sizing: border-box;
        padding: 10px 5px 10px;
    }

    .case-menu ul .out {
        border-radius: 0;
        border-bottom: 1px solid #4c0abd;
        border-radius: 0;
        width: 49.5%;
        box-sizing: border-box;
        padding: 10px 5px 10px;
    }
    .case-menu ul li a::after {
        content: "";
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-left-color: #4c0abd;
        -webkit-transition: margin-top 0.2s;
        transition: margin-top 0.2s;
        margin-left: 5px;
        margin-right: 5px;
    }
    .m-wysiwyg .case-menu ul .at {
        margin-bottom: 3px;
        width: 49.5%;
    }
    .case-menu .bumon {
        justify-content: space-between;
        border-bottom: none;
    }
    .case-menu .bumon li {
        margin-right: 0;
    }
    .case-menu .centermenu li a {
        border-bottom: 1px solid #4c0abd;
        border-radius: 0;
        padding: 10px 5px 10px;
    }
    .case-menu .centermenu .at {
        border-radius: 0;
        padding: 10px 5px 10px;
    }
}
