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

/* トップ */
body.top {
  position: relative;
}

body.top .l-contents__main {
  width: auto;
  font-family: 'Barlow Condensed', sans-serif;
}

@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 .listLinkBtn {
  clear: both;
  padding-top: 40px;
  text-align: center;
}

main.p-top .listLinkBtn a {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 0;
  width: 300px;
  background-color: #FFF;
  color: inherit;
  font-size: 2.2rem;
  border-radius: 60px;
}

main.p-top .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: #000;
  vertical-align: 2px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

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

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

main.p-top .researchArea__hdg {
  margin-bottom: 30px;
  padding-left: 12px;
  color: #E9513E;
  font-size: 4.4rem;
  letter-spacing: 1.5px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  main.p-top .listLinkBtn {
    clear: both;
    padding-top: 20px;
    text-align: center;
  }
  main.p-top .researchArea__hdg {
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
    font-size: 2.3rem;
  }
}

main.p-top .topIntro {
  width: 100%;
  padding: 80px 0;
  background: url(../images/bg_img2.png) repeat-y;
}

main.p-top .topIntro .textContents {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
  font-weight: bold;
}

main.p-top .topTopics {
  background: #fff;
  padding: 60px;
}

main.p-top .topTopics ul {
  display: flex;
  justify-content: center;
}

main.p-top .topTopics ul li {
  width: 350px;
  margin-right: 23px;
}
main.p-top .topTopics ul li:last-of-type {
  margin-right: 0;
}

main.p-top .topTopics ul li img {
  width: 350px;
}

main.p-top .topAgenda {
  padding: 60px;
  background: url(../images/bg_img.png) repeat-y;
}

main.p-top .topAgenda .researchArea__hdg {
  margin: 0;
}

main.p-top .topAgenda .btn_set {
  display: flex;
  justify-content: center;
  align-items: center;
}

main.p-top .topAgenda .btn_set p:first-of-type {
  margin-right: 30px;
}


main.p-top .topAgenda ul {
  display: flex;
  justify-content: center;
}

main.p-top .topAgenda ul li {
  width: 362px;
  margin-right: 12px;
}
main.p-top .topAgenda ul li:last-of-type {
  margin-right: 0;
}

main.p-top .topAgenda ul li img {
  width: 362px;
}

main.p-top .topSpeakers {
  background: url(../images/bg_img2.png) repeat-y;
  padding: 60px;
}

main.p-top .topSpeakers .speakersContents {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

main.p-top .topSpeakers .speakersContents dl {
  width: 260px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
main.p-top .topSpeakers .speakersContents dl:nth-of-type(4n) {
  margin-right: 0;
}

main.p-top .topSpeakers .speakersContents dl a {
  font-size: 1.6rem;
  color: #000;
}

main.p-top .topSpeakers .speakersContents dl dt img {
  width: 208px;
}
main.p-top .topSpeakers .speakersContents dl .name {
  font-weight: bold;
  margin-top: 5px;
}

main.p-top .topPartners {
  background: #fff;
  padding: 60px;
}

main.p-top .topPartners ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

main.p-top .topPartners ul li {
  width: 224px;
  margin-right: 40px;
  margin-bottom: 40px;
}
main.p-top .topPartners ul li:last-of-type {
  margin-right: 0;
}

main.p-top .topPartners ul li img {
  width: 224px;
}



/*--------- accordion --------- */

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.content-wrap {
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.close-btn, .more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 200px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.more-btn p {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #000;
  padding: 10px 0;
  width: 300px;
  background-color: #000;
  color: #fff;
  font-size: 2.2rem;
  border-radius: 60px;
}

.close-btn {
  padding:0;
}
.close-btn p {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
}

main.p-top .topAboutschool .imgArea {
  width: 100%;
  margin: 0;
}

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

main.p-top .topAboutschool .textArea {
  margin-bottom: 80px;
  background: #EFEBEB;
  padding: 60px;
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: center;
}

main.p-top .topAbouthospital {
  background: url(../images/bg_img.png) repeat-y;
  padding-top: 60px;
  padding-bottom: 80px;
}

main.p-top .topAbouthospital ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

main.p-top .topAbouthospital ul li {
  margin-right: 5px;
}
main.p-top .topAbouthospital ul li:last-of-type {
  margin-right: 0;
}


@media screen and (max-width: 750px) {
 .l-contents__main .mvArea {
    text-align: center;
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
  }

  main.p-top .topIntro {
    width: 100%;
    margin: 0;
    padding: 30px;
  }  

  main.p-top .topTopics {
    margin-bottom: 50px;
    padding: 30px;
  }
  
  main.p-top .topTopics ul {
    flex-wrap: wrap;
  }
  
  main.p-top .topTopics ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  main.p-top .topTopics ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  
  main.p-top .topTopics ul li img {
    width: 100%;
  }
  
  main.p-top .topAgenda {
    width: 100%;
    padding: 40px 20px;
    margin: 0;
  }

  main.p-top .topAgenda .btn_set {
    display: block;
    text-align: center;
  }
  
  main.p-top .topAgenda .btn_set p:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  main.p-top .topAgenda ul {
    display: block;
  }
  
  main.p-top .topAgenda ul li {
    width: 90%;
    margin: 0 auto 20px;
  }
  main.p-top .topAgenda ul li:last-of-type {
    margin-right: auto;
  }
  
  main.p-top .topAgenda ul li img {
    width: 100%;
  }
 
  main.p-top .topSpeakers {
    margin-bottom: 50px;
    padding: 20px;
  }
  
  main.p-top .topSpeakers .speakersContents {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  main.p-top .topSpeakers .speakersContents dl {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  main.p-top .topSpeakers .speakersContents dl:nth-of-type(2n) {
    margin-right: 0;
  }
  
  main.p-top .topSpeakers .speakersContents dl dt img {
    width: 100%;
  }  

  main.p-top .topPartners {
    padding: 20px 20px 60px;
  }
  
  main.p-top .topPartners ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  main.p-top .topPartners ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  main.p-top .topPartners ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  
  main.p-top .topPartners ul li img {
    width: 100%;
  }
    
  main.p-top .topAbouthospital {
    padding-bottom: 50px;
  }
  
  main.p-top .topAbouthospital ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  
  main.p-top .topAbouthospital ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  main.p-top .topAbouthospital ul li:nth-of-type(2n) {
    margin-right: 0;
  }

}


@media screen and (max-width: 750px) {
  main.p-top .academicsArea {
    width: 90%;
    margin: 15% auto;
  }
  
  main.p-top .academicsArea .academicsArea__hdg {
    margin-bottom: 10%;
    padding-left: 12px;
   font-size: 3rem;

  }
  
  main.p-top .academicsArea .contentsArea {
    display: block;
  }

  main.p-top .academicsArea .contentsArea dl {
    margin-bottom: 10%;
  }
  
  main.p-top .academicsArea .contentsArea dl:first-of-type {
    margin-right: 0;
  }

  main.p-top .academicsArea .contentsArea dl dt img {
    vertical-align: bottom;
  }
  
  main.p-top .academicsArea .contentsArea dl dd a {
    background: #E9513E;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    width: 100%;
  }
  
  main.p-top .academicsArea .contentsArea dl dd a:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-left-color: #fff;
    vertical-align: 5px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;  
  }

}

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

main.p-top .iucArea {
  background: #eaeaee;
  padding: 75px 0;
}

main.p-top .iucArea .iucArea__hdg {
  margin-bottom: 30px;
  padding-left: 12px;
  color: #E9513E;
  font-size: 4.4rem;
  letter-spacing: 1.5px;
  text-align: center;
}

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

main.p-top .iucArea__listArea li {
  display: inline-block;
  margin-left: 20px;
  width: 299px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

main.p-top .iucArea__listArea li:first-child {
  margin-left: 0;
}

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

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

main.p-top .iucArea__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 .iucArea__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 .iucArea__listArea li .body .head {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
}

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

main.p-top .iucArea__listArea li .body .tag span {
  display: inline-block;
  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 .iucArea__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 .iucArea__listArea li .body .linkIcon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #E9513E;
  border-bottom: 1px solid #E9513E;
  -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 .iucArea__listArea li .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

main.p-top .iucArea__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 .iucArea__listArea a:hover {
  opacity: 1;
}

main.p-top .iucArea__listArea a:hover .body {
  background-color: #FFF;
  color: #E9513E;
}

main.p-top .iucArea__listArea a:hover .body .linkIcon {
  background-color: #E9513E;
}

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

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

main.p-top .iucArea .listLinkBtn a {
  display: inline-block;
  border: 2px solid #E9513E;
  padding: 10px 0;
  width: 445px;
  background-color: #FFF;
  color: inherit;
  font-size: 2.2rem;
  border-radius: 60px;
}

main.p-top .iucArea .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: #E9513E;
  vertical-align: 2px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

main.p-top .iucArea .listLinkBtn a:hover {
  opacity: 1;
  background-color: #E9513E;
  color: #FFF;
}

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

@media screen and (max-width: 750px) {

  main.p-top .iucArea .iucArea__hdg {
    margin-bottom: 10%;
    font-size: 3rem;
    line-height: 3rem;
  }
  main.p-top .iucArea .container {
    width: 100%;
    padding: 0;
  }
  main.p-top .iucArea__listArea li {
    margin-left: 0;
    width: 50%;
  }  
  main.p-top .iucArea__listArea li .body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
    main.p-top .iucArea__listArea li .body__inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
    main.p-top .iucArea__listArea li .body .title {
    margin: 3% 0;
    font-size: 1.8rem;
  }
  main.p-top .iucArea__listArea li .body .tag span {
    display: inline-block;
    min-width: 126px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.4rem;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  main.p-top .iucArea__listArea li .body .linkIcon {
    margin-top: 5%;
  }
  main.p-top .iucArea .listLinkBtn a {
    padding: 5px 0;
    width: 30%;
  }
}

main.p-top .globalArea {
  width: 1256px;
  margin: 0 auto 200px;
  padding: 75px 0 100px;
}

main.p-top .globalArea .globalArea__hdg {
  margin-bottom: 30px;
  padding-left: 12px;
  color: #E9513E;
  font-size: 4.4rem;
  letter-spacing: 1.5px;
  text-align: center;
}

main.p-top .globalArea .global_img {
  margin-bottom: 30px;
}

main.p-top .globalArea .gloval_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

main.p-top .globalArea .gloval_link li {
  margin-right: 25px;
  margin-bottom: 25px;
}

main.p-top .globalArea .gloval_link li:nth-child(2n) {
  margin-right: 0;
}

main.p-top .globalArea .gloval_link li a {
  display: inline-block;
  border: 2px solid #ceccd8;
  padding: 10px;
  background-color: #FFF;
  color: inherit;
  font-size: 2.2rem;
  border-radius: 5px;
  width: 500px;

}

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

main.p-top .globalArea .gloval_link li a:hover {
  opacity: 1;
  background-color: #E9513E;
  color: #FFF;
}

main.p-top .globalArea .gloval_link li a:hover::before {
  border-left-color: #FFF;
}

@media screen and (max-width: 750px) {
  main.p-top .globalArea {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }
  
  main.p-top .globalArea .globalArea__hdg {
  margin-bottom: 10%;
  font-size: 3rem;
  }
  
  main.p-top .globalArea .global_img {
    margin-bottom: 10%;
  }
  
  main.p-top .globalArea .gloval_link {
    display: block;
    text-align: center;
  }
  
  main.p-top .globalArea .gloval_link li {
    margin-right: 0;
    margin-bottom: 2%;
  }
  main.p-top .globalArea .gloval_link li a {
    display: inline-block;
    border: 2px solid #ceccd8;
    padding: 5px;
    font-size: 2rem;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
  }
}























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


main.p-top .topicsArea__hdg {
  margin-bottom: 28px;
  text-align: center;
  color: #E9513E;
  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: #E9513E;
  color: #FFF;
}

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

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 #E9513E;
  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 #E9513E;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #E9513E;
  font-size: 1rem;
  line-height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.p-top .topicsArea div.normal {

}

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 {
  color: #E9513E;
}

main.p-top .topicsArea div.normal article  {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #E9513E;
  padding-bottom: 24px;
}

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

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

main.p-top .topicsArea div.normal article .meta .date {
  margin-bottom: 5px;
  font-size: 1.3rem;
  text-align: center;
}

main.p-top .topicsArea div.normal article .image {
  width: 192px;
  overflow: hidden;
  margin-right: 20px;
}

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


main.p-top .topicsArea div.normal article .title {
  display: inline;
  border-bottom: 1px solid transparent;
  font-size: 1.8rem;
  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;
  font-family: Helvetica, Arial, sans-serif;
  width: 60%;
}

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

main.p-top .topicsArea div.normal article.new::before {
  content: "NEW";
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 41px;
  border: 2px solid #E9513E;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #E9513E;
  line-height: 40px;
}

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

main.p-top .topicsArea .listLinkBtn a {
  display: inline-block;
  border: 2px solid #E9513E;
  padding: 10px 0;
  width: 445px;
  background-color: #FFF;
  color: inherit;
  font-size: 2.2rem;
  border-radius: 60px;
}

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: #E9513E;
  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: #E9513E;
  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: #E9513E;
  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: #E9513E;
  background-color: #E9513E;
  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: #E9513E;
    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: #E9513E;
    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: #E9513E;
  }
  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:last-child {
    padding: 12px 15px 0 15px;
    float: none;
    border-top: solid 1px #4D438A;
    border-left: none;
  }
  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;
    width: 100%;
  }
  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;
    line-height: 1.4rem;
  }
  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 .listLinkBtn {
    position: static;
    margin: 0 auto;
  }
  main.p-top .researchArea .listLinkBtn a {
    padding: 5px 50px;
    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: #E9513E;
  }
  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: #E9513E;
    font-size: 1.3rem;
    text-align: left;
  }
  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 .image {
    display: none;
  }
  main.p-top .topicsArea div.normal article .title {
    line-height: 1.565;
    font-size: 1.6rem;
  }
  main.p-top .topicsArea div.normal article.new::before {
    padding-left: 1px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 1.2rem;
    top: 10px;
  }
  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: #E9513E;
  -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: #E9513E;
  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: #E9513E;
  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: #E9513E;
  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 #E9513E;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #E9513E;
  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 #E9513E;
  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: #E9513E;
  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: #E9513E;
  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: #E9513E;
    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 #E9513E;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    text-align: center;
    color: #E9513E;
    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;
  }
}

@-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);
  }
}

/* 医学科 */
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: #E9513E;
}

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: #E9513E;
}

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: #E9513E;
}

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: 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: #E9513E;
}

@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;
  }
}
