.p-top #Contents {
  background: repeat-y center top;
  background-image: url(../images/top/cont_bg01.jpg);
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
}

/* =========================================================
========================================================= */
.topListSect .searchTit {
  font-weight: 500;
  display: none;
}
.topListSect .titBlock {
  line-height: 1;
  text-align: center;
}
.topListSect .titBlock .subTit img {
  width: auto;
}
.topListSect .titBlock .sectTit {
  position: relative;
}
.topListSect .titBlock .sectTit:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 50%;
  top: 0;
  background-color: #3c3c3c;
}
.topListSect .itemWrap:first-child {
  margin-top: 0;
}
.topListSect .js-acWrap .js-acCont {
  display: none;
}
.topListSect .js-acWrap.is-open .js-acBtn {
  display: none;
}
.topListSect .js-acWrap + .js-acWrap {
  display: none;
}
.topListSect .js-acWrap.is-open + .js-acWrap {
  display: block;
}
.p-search .topListSect .js-acWrap .js-acBtn {
  display: none;
}
.topListSect .itemList > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-music .topListSect .itemList > li:not(.-music), .s-media .topListSect .itemList > li:not(.-media), .s-international .topListSect .itemList > li:not(.-international), .s-system .topListSect .itemList > li:not(.-system), .s-childhood .topListSect .itemList > li:not(.-childhood), .s-clinical .topListSect .itemList > li:not(.-clinical), .s-nursing_g .topListSect .itemList > li:not(.-nursing_g), .s-english .topListSect .itemList > li:not(.-english), .s-japanese .topListSect .itemList > li:not(.-japanese), .s-human_life .topListSect .itemList > li:not(.-human_life), .s-nutrition_science .topListSect .itemList > li:not(.-nutrition_science) {
  display: none;
}
.topListSect .itemList > li.-music .txtBlock .num,
.topListSect .itemList > li.-music .txtBlock .subject, .topListSect .itemList > li.-media .txtBlock .num,
.topListSect .itemList > li.-media .txtBlock .subject, .topListSect .itemList > li.-international .txtBlock .num,
.topListSect .itemList > li.-international .txtBlock .subject {
  color: #cb819d;
  background-color: #cb819d;
}
.topListSect .itemList > li.-music .txtBlock:after, .topListSect .itemList > li.-media .txtBlock:after, .topListSect .itemList > li.-international .txtBlock:after {
  border-bottom-color: #cb819d;
}
.topListSect .itemList > li.-system .txtBlock .num,
.topListSect .itemList > li.-system .txtBlock .subject, .topListSect .itemList > li.-childhood .txtBlock .num,
.topListSect .itemList > li.-childhood .txtBlock .subject {
  color: #5c92c0;
  background-color: #5c92c0;
}
.topListSect .itemList > li.-system .txtBlock:after, .topListSect .itemList > li.-childhood .txtBlock:after {
  border-bottom-color: #5c92c0;
}
.topListSect .itemList > li.-clinical .txtBlock .num,
.topListSect .itemList > li.-clinical .txtBlock .subject {
  color: #8f6fa0;
  background-color: #8f6fa0;
}
.topListSect .itemList > li.-clinical .txtBlock:after {
  border-bottom-color: #8f6fa0;
}
.topListSect .itemList > li.-nursing_g .txtBlock .num,
.topListSect .itemList > li.-nursing_g .txtBlock .subject {
  color: #d08079;
  background-color: #d08079;
}
.topListSect .itemList > li.-nursing_g .txtBlock:after {
  border-bottom-color: #d08079;
}
.topListSect .itemList > li.-english .txtBlock .num,
.topListSect .itemList > li.-english .txtBlock .subject, .topListSect .itemList > li.-japanese .txtBlock .num,
.topListSect .itemList > li.-japanese .txtBlock .subject {
  color: #6e9562;
  background-color: #6e9562;
}
.topListSect .itemList > li.-english .txtBlock:after, .topListSect .itemList > li.-japanese .txtBlock:after {
  border-bottom-color: #6e9562;
}
.topListSect .itemList > li.-human_life .txtBlock .num,
.topListSect .itemList > li.-human_life .txtBlock .subject, .topListSect .itemList > li.-nutrition_science .txtBlock .num,
.topListSect .itemList > li.-nutrition_science .txtBlock .subject {
  color: #c2a85d;
  background-color: #c2a85d;
}
.topListSect .itemList > li.-human_life .txtBlock:after, .topListSect .itemList > li.-nutrition_science .txtBlock:after {
  border-bottom-color: #c2a85d;
}
.topListSect .itemList > li a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.topListSect .itemList > li a:hover {
  opacity: 0.75;
}
.topListSect .itemList > li .photo {
  position: relative;
  padding-top: 73.6842105263%;
}
.topListSect .itemList > li .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-IE .topListSect .itemList > li .photo img {
  height: auto;
}
.topListSect .itemList > li .txtBlock {
  position: relative;
  z-index: 1;
  color: #3c3c3c;
  background-color: rgba(255, 255, 255, 0.94);
}
.topListSect .itemList > li .txtBlock:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent transparent #6b1b7e transparent;
}
.topListSect .itemList > li .txtBlock .num {
  font-size: 5px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #6b1b7e;
}
.topListSect .itemList > li .txtBlock .subject {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8f6fa0;
  background-color: #8f6fa0;
}
.topListSect .itemList > li .txtBlock .subject .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
}
.topListSect .itemList > li .txtBlock .subject .icon img {
  width: 30px;
}
.topListSect .itemList > li .txtBlock .subject .subjecttxt {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.topListSect .itemList > li .txtBlock .tit {
  font-weight: bold;
  line-height: 1.6;
}
.topListSect .itemList > li .txtBlock .tit small {
  font-weight: normal;
}
.topListSect .itemList > li .txtBlock .txt {
  line-height: 1.6;
  color: #787878;
}
.topListSect .moreBtn a {
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.topListSect .comingTxt {
  font-weight: bold;
  display: none;
  margin: 1em 0;
  padding: 4em 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
}
.topListSect .allBtn {
  display: none;
}

@media only screen and (min-width: 769px), print {
  .topListSect {
    padding: 120px 0 120px;
  }
  .topListSect .titBlock .subTit img {
    height: 32px;
  }
  .topListSect .titBlock .sectTit {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topListSect .titBlock .sectTit:before {
    width: 34px;
  }
  .topListSect .searchTit {
    padding-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .topListSect .sectMain {
    margin-top: 50px;
  }
  .topListSect .itemWrap {
    margin-top: 60px;
  }
  .topListSect .itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -60px -28px 0 -28px;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .topListSect .itemList {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 769px), print {
  .topListSect .itemList + .itemList {
    padding-top: 120px;
  }
  .topListSect .itemList > li {
    width: 33.333%;
    margin-top: 60px;
    padding: 0 28px 0 27px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .topListSect .itemList > li {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 769px), print {
  .topListSect .itemList > li .txtBlock {
    margin: -55px 15px 0;
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .topListSect .itemList > li .txtBlock {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 769px), print {
  .topListSect .itemList > li .txtBlock:after {
    border-width: 0 0 16px 16px;
  }
  .topListSect .itemList > li .txtBlock .num {
    padding: 10px 20px;
  }
  .topListSect .itemList > li .txtBlock .num img {
    height: 16px;
  }
  .is-IE .topListSect .itemList > li .txtBlock .num img {
    width: 80px;
  }
  .topListSect .itemList > li .txtBlock .subject {
    margin-left: 15px;
  }
  .topListSect .itemList > li .txtBlock .subject .icon {
    width: 44px;
    height: 44px;
  }
  .topListSect .itemList > li .txtBlock .subject .subjecttxt {
    min-width: 185px;
    padding: 10px 20px 10px 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topListSect .itemList > li .txtBlock .tit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .topListSect .itemList > li .txtBlock .tit {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .topListSect .itemList > li .txtBlock .txt {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topListSect .moreBtn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topListSect .moreBtn a {
    width: 370px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .topListSect .comingTxt {
    font-size: 30px;
    font-size: 3rem;
  }
  .topListSect .allBtn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .topListSect {
    padding: 60px 0 120px;
  }
  .topListSect .titBlock .subTit img {
    height: 26px;
  }
  .topListSect .titBlock .sectTit {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topListSect .titBlock .sectTit:before {
    width: 34px;
  }
  .topListSect .searchTit {
    padding-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topListSect .sectMain {
    margin-top: 30px;
  }
  .topListSect .itemWrap {
    margin-top: 30px;
  }
  .topListSect .itemList {
    max-width: 480px;
    margin: 0 auto;
  }
  .topListSect .itemList + .itemList {
    padding-top: 60px;
  }
  .topListSect .itemList > li {
    margin-top: 30px;
  }
  .topListSect .itemList > li:first-child {
    margin-top: 0;
  }
  .topListSect .itemList > li .txtBlock {
    margin: -65px 15px 0;
    padding: 40px 15px;
  }
  .topListSect .itemList > li .txtBlock:after {
    border-width: 0 0 16px 16px;
  }
  .topListSect .itemList > li .txtBlock .num {
    padding: 10px 20px;
  }
  .topListSect .itemList > li .txtBlock .num img {
    height: 16px;
  }
  .topListSect .itemList > li .txtBlock .subject {
    margin-left: 15px;
  }
  .topListSect .itemList > li .txtBlock .subject .icon {
    width: 44px;
    height: 44px;
  }
  .topListSect .itemList > li .txtBlock .subject .subjecttxt {
    min-width: 185px;
    padding: 10px 20px 10px 32px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topListSect .itemList > li .txtBlock .tit {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topListSect .itemList > li .txtBlock .txt {
    margin-top: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topListSect .moreBtn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topListSect .moreBtn a {
    width: 270px;
  }
  .topListSect .comingTxt {
    font-size: 20px;
    font-size: 2rem;
  }
  .topListSect .allBtn {
    margin-top: 40px;
  }
}
/* =========================================================
========================================================= */
.searchSect {
  position: relative;
  background-color: rgba(220, 192, 228, 0.75);
}
.searchSect .pagetop {
  position: fixed;
  z-index: 10;
  bottom: 0;
}
.searchSect .pagetop a {
  display: block;
  border-radius: 50% 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.searchSect .pagetop.btmFix {
  position: absolute;
  bottom: 100%;
  margin-left: 0 !important;
}
.searchSect .titBlock {
  line-height: 1;
  text-align: center;
  color: #fff;
}
.searchSect .titBlock .subTit img {
  width: auto;
}
.searchSect .titBlock .sectTit {
  position: relative;
}
.searchSect .titBlock .sectTit:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 50%;
  top: 0;
  background-color: #fff;
}
.searchSect .sectMain .itemList > li {
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.searchSect .sectMain .itemList > li.-music a, .searchSect .sectMain .itemList > li.-media a, .searchSect .sectMain .itemList > li.-international a {
  border-left-color: #cb819d;
}
.searchSect .sectMain .itemList > li.-system a, .searchSect .sectMain .itemList > li.-childhood a {
  border-left-color: #5c92c0;
}
.searchSect .sectMain .itemList > li.-clinical a {
  border-left-color: #8f6fa0;
}
.searchSect .sectMain .itemList > li.-nursing_g a {
  border-left-color: #d08079;
}
.searchSect .sectMain .itemList > li.-english a, .searchSect .sectMain .itemList > li.-japanese a {
  border-left-color: #6e9562;
}
.searchSect .sectMain .itemList > li.-human_life a, .searchSect .sectMain .itemList > li.-nutrition_science a {
  border-left-color: #c2a85d;
}
.searchSect .sectMain .itemList > li a {
  position: relative;
  display: block;
  text-decoration: none;
  border-left: 3px solid;
  background-color: #fff;
}
.searchSect .sectMain .itemList > li a:hover {
  opacity: 0.75;
}
.searchSect .sectMain .itemList > li a:after {
  position: absolute;
  display: block;
  width: 0.35em;
  height: 0.35em;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: solid #3c3c3c;
  border-width: 1px 1px 0 0;
}

@media only screen and (min-width: 769px), print {
  .searchSect {
    padding: 40px 0 100px;
  }
  .searchSect .pagetop {
    right: 25px;
    width: 66px;
    margin-bottom: 25px;
  }
  .searchSect .pagetop a {
    height: 66px;
  }
  .searchSect .innerL {
    max-width: 1300px;
  }
  .searchSect .sectInner {
    padding: 50px 80px 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1239px) {
  .searchSect .sectInner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px), print {
  .searchSect .titBlock .subTit img {
    height: 32px;
  }
  .searchSect .titBlock .sectTit {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .searchSect .titBlock .sectTit:before {
    width: 34px;
  }
  .searchSect .sectMain {
    margin-top: 60px;
  }
  .searchSect .sectMain .itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px -20px 0;
    text-align: center;
  }
  .searchSect .sectMain .itemList > li {
    width: 20%;
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1239px) {
  .searchSect .sectMain .itemList > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .searchSect .sectMain .itemList > li a {
    padding: 15px 15px;
  }
  .searchSect .sectMain .itemList > li a:after {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .searchSect {
    padding: 30px 0 60px;
  }
  .searchSect .pagetop {
    right: 20px;
    width: 45px;
    margin-bottom: 20px;
  }
  .searchSect .pagetop a {
    height: 45px;
  }
  .searchSect .sectInner {
    padding: 30px 15px 30px;
  }
  .searchSect .sectTit {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .searchSect .sectTit:after {
    width: 36px;
    margin-top: 25px;
  }
  .searchSect .titBlock .subTit img {
    height: 26px;
  }
  .searchSect .titBlock .sectTit {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .searchSect .titBlock .sectTit:before {
    width: 34px;
  }
  .searchSect .sectMain {
    margin-top: 30px;
  }
  .searchSect .sectMain .itemList {
    text-align: left;
  }
  .searchSect .sectMain .itemList > li {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .searchSect .sectMain .itemList > li a {
    padding: 15px 15px 15px 20px;
  }
  .searchSect .sectMain .itemList > li a:after {
    margin-right: 12px;
  }
}
/* =========================================================
========================================================= */
.yearSect {
  position: relative;
  background-color: #fff;
}
.yearSect .titBlock {
  line-height: 1;
  text-align: center;
}
.yearSect .titBlock .subTit img {
  width: auto;
}
.yearSect .titBlock .sectTit {
  position: relative;
}
.yearSect .titBlock .sectTit:before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 50%;
  top: 0;
  background-color: #8f6fa0;
}
.yearSect .sectMain .itemList > li {
  font-weight: 500;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.yearSect .sectMain .itemList > li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #8f6fa0;
  border: 1px solid currentColor;
  border-radius: 50em;
  background-color: #fff;
}
.yearSect .sectMain .itemList > li a:hover {
  opacity: 0.75;
}
.yearSect .sectMain .itemList > li a:after {
  position: absolute;
  display: block;
  width: 0.35em;
  height: 0.35em;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border: solid currentColor;
  border-width: 1px 1px 0 0;
}

@media only screen and (min-width: 769px), print {
  .yearSect {
    padding: 90px 0 120px;
  }
  .yearSect .titBlock .subTit img {
    height: 32px;
  }
  .yearSect .titBlock .sectTit {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .yearSect .titBlock .sectTit:before {
    width: 34px;
  }
  .yearSect .sectMain {
    margin-top: 60px;
  }
  .yearSect .sectMain .itemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -20px -10px 0;
  }
  .yearSect .sectMain .itemList > li {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .yearSect .sectMain .itemList > li a {
    min-width: 370px;
    padding: 20px 40px;
  }
  .yearSect .sectMain .itemList > li a:after {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .yearSect {
    padding: 60px 0 60px;
  }
  .yearSect .sectInner {
    padding: 30px 15px 30px;
  }
  .yearSect .sectTit {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .yearSect .sectTit:after {
    width: 36px;
    margin-top: 25px;
  }
  .yearSect .titBlock .subTit img {
    height: 26px;
  }
  .yearSect .titBlock .sectTit {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .yearSect .titBlock .sectTit:before {
    width: 34px;
  }
  .yearSect .sectMain {
    margin-top: 30px;
  }
  .yearSect .sectMain .itemList {
    max-width: 280px;
    margin: 0 auto;
  }
  .yearSect .sectMain .itemList > li {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .yearSect .sectMain .itemList > li a {
    padding: 15px 15px 15px 20px;
  }
  .yearSect .sectMain .itemList > li a:after {
    margin-right: 20px;
  }
}
/* =========================================================
========================================================= */
.kvSect .photo img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .kvSect .photo {
    margin: 0 -15%;
  }
}
/* =========================================================
========================================================= */
.mainWrap {
  position: relative;
}
.mainWrap .mainWrapBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeat-y center top;
}
.mainWrap .mainWrapBg img {
  opacity: 0;
}
.mainWrap > * {
  position: relative;
}

@media only screen and (min-width: 769px), print {
  .mainWrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .mainWrap .mainWrapBg {
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .mainWrap {
    padding-bottom: 80px;
  }
  .mainWrap .mainWrapBg {
    -webkit-background-size: 150% auto;
            background-size: 150% auto;
  }
}
/* =========================================================
========================================================= */
.p-music .leadSect .sectMain .titBlock, .p-media .leadSect .sectMain .titBlock, .p-international .leadSect .sectMain .titBlock {
  background-color: rgba(234, 205, 216, 0.85);
}
.p-music .leadSect .sectMain .titBlock:before, .p-media .leadSect .sectMain .titBlock:before, .p-international .leadSect .sectMain .titBlock:before {
  border-color: rgba(234, 205, 216, 0.85);
}
.p-music .leadSect .sectMain .titBlock .num,
.p-music .leadSect .sectMain .titBlock .subject, .p-media .leadSect .sectMain .titBlock .num,
.p-media .leadSect .sectMain .titBlock .subject, .p-international .leadSect .sectMain .titBlock .num,
.p-international .leadSect .sectMain .titBlock .subject {
  color: #cb819d;
  background-color: #cb819d;
}
.p-system .leadSect .sectMain .titBlock, .p-childhood .leadSect .sectMain .titBlock {
  background-color: rgba(190, 212, 230, 0.85);
}
.p-system .leadSect .sectMain .titBlock:before, .p-childhood .leadSect .sectMain .titBlock:before {
  border-color: rgba(190, 212, 230, 0.85);
}
.p-system .leadSect .sectMain .titBlock .num,
.p-system .leadSect .sectMain .titBlock .subject, .p-childhood .leadSect .sectMain .titBlock .num,
.p-childhood .leadSect .sectMain .titBlock .subject {
  color: #5c92c0;
  background-color: #5c92c0;
}
.p-clinical .leadSect .sectMain .titBlock {
  background-color: rgba(201, 186, 209, 0.85);
}
.p-clinical .leadSect .sectMain .titBlock:before {
  border-color: rgba(201, 186, 209, 0.85);
}
.p-clinical .leadSect .sectMain .titBlock .num,
.p-clinical .leadSect .sectMain .titBlock .subject {
  color: #8f6fa0;
  background-color: #8f6fa0;
}
.p-nursing_g .leadSect .sectMain .titBlock {
  background-color: rgba(238, 209, 206, 0.85);
}
.p-nursing_g .leadSect .sectMain .titBlock:before {
  border-color: rgba(238, 209, 206, 0.85);
}
.p-nursing_g .leadSect .sectMain .titBlock .num,
.p-nursing_g .leadSect .sectMain .titBlock .subject {
  color: #d08079;
  background-color: #d08079;
}
.p-english .leadSect .sectMain .titBlock, .p-japanese .leadSect .sectMain .titBlock {
  background-color: rgba(203, 217, 199, 0.85);
}
.p-english .leadSect .sectMain .titBlock:before, .p-japanese .leadSect .sectMain .titBlock:before {
  border-color: rgba(203, 217, 199, 0.85);
}
.p-english .leadSect .sectMain .titBlock .num,
.p-english .leadSect .sectMain .titBlock .subject, .p-japanese .leadSect .sectMain .titBlock .num,
.p-japanese .leadSect .sectMain .titBlock .subject {
  color: #6e9562;
  background-color: #6e9562;
}
.p-human_life .leadSect .sectMain .titBlock, .p-nutrition_science .leadSect .sectMain .titBlock {
  background-color: rgba(230, 219, 189, 0.85);
}
.p-human_life .leadSect .sectMain .titBlock:before, .p-nutrition_science .leadSect .sectMain .titBlock:before {
  border-color: rgba(230, 219, 189, 0.85);
}
.p-human_life .leadSect .sectMain .titBlock .num,
.p-human_life .leadSect .sectMain .titBlock .subject, .p-nutrition_science .leadSect .sectMain .titBlock .num,
.p-nutrition_science .leadSect .sectMain .titBlock .subject {
  color: #c2a85d;
  background-color: #c2a85d;
}
.leadSect .sectMain .titBlock {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3c3c3c;
  background-color: rgba(235, 223, 236, 0.85);
}
.leadSect .sectMain .titBlock:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 50%;
  top: 50%;
  padding: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid rgba(235, 223, 236, 0.85);
}
.leadSect .sectMain .titBlock .num {
  font-size: 5px;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 10px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #6b1b7e;
}
.leadSect .sectMain .titBlock .subject {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  color: #8f6fa0;
  background-color: #8f6fa0;
}
.leadSect .sectMain .titBlock .subject .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
}
.leadSect .sectMain .titBlock .subject .icon img {
  width: 34px;
}
.leadSect .sectMain .titBlock .subject .subjecttxt {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.leadSect .sectMain .titBlock .blockTit {
  font-weight: bold;
  line-height: 1.5;
}
.leadSect .sectMain .titBlock .blockTit small {
  font-weight: normal;
}
.leadSect .sectMain .titBlock .txt {
  line-height: 1.5;
  position: relative;
  color: #787878;
}
.leadSect .sectMain .titBlock .txt:before {
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 0;
  top: 0;
  background-color: #000;
}
.leadSect .sectMain .txtBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.leadSect .sectMain .txtBlock .sectTit {
  font-weight: 500;
  line-height: 1.4;
  color: #282828;
  border-left: 3px solid #6b1b7e;
}
@media only screen and (min-width: 769px), print {
  .leadSect .inner {
    max-width: 1080px;
  }
  .leadSect .sectMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .leadSect .sectMain .titBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 380px;
    min-height: 380px;
    margin-top: -165px;
    margin-right: -85px;
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .leadSect .sectMain .titBlock {
    margin-right: 0;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 769px), print {
  .is-IE .leadSect .sectMain .titBlock {
    height: 380px;
  }
  .leadSect .sectMain .titBlock .num img {
    height: 16px;
  }
  .is-IE .leadSect .sectMain .titBlock .num img {
    width: 80px;
  }
  .leadSect .sectMain .titBlock .subject {
    margin-left: 10px;
  }
  .leadSect .sectMain .titBlock .subject .icon {
    width: 48px;
    height: 48px;
  }
  .leadSect .sectMain .titBlock .subject .subjecttxt {
    min-width: 210px;
    padding: 12px 20px 12px 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .leadSect .sectMain .titBlock .blockTit {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .leadSect .sectMain .titBlock .txt {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .leadSect .sectMain .titBlock .txt:before {
    width: 40px;
  }
  .leadSect .sectMain .txtBlock {
    padding-right: 80px;
  }
  .leadSect .sectMain .txtBlock .sectTit {
    margin-right: -20px;
    padding-left: 30px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .leadSect .sectMain .txtBlock .sectTit {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 769px), print {
  .leadSect .sectMain .txtBlock .txt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .leadSect .sectMain .titBlock {
    margin: 0 5px;
    margin-top: -5px;
    padding: 30px 20px;
  }
  .leadSect .sectMain .titBlock .num img {
    height: 16px;
  }
  .leadSect .sectMain .titBlock .subject {
    margin-left: 10px;
  }
  .leadSect .sectMain .titBlock .subject .icon {
    width: 48px;
    height: 48px;
  }
  .leadSect .sectMain .titBlock .subject .subjecttxt {
    min-width: 210px;
    padding: 12px 20px 12px 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .leadSect .sectMain .titBlock .blockTit {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .leadSect .sectMain .titBlock .blockTit {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .leadSect .sectMain .titBlock .txt {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .leadSect .sectMain .titBlock .txt:before {
    width: 40px;
  }
  .leadSect .sectMain .txtBlock {
    margin-top: 35px;
  }
  .leadSect .sectMain .txtBlock .sectTit {
    padding-left: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .leadSect .sectMain .txtBlock .sectTit span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .leadSect .sectMain .txtBlock .sectTit span {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .leadSect .sectMain .txtBlock .txt {
    margin-top: 20px;
  }
}
/* =========================================================
========================================================= */
.storySect .inner {
  max-width: 1080px;
}
.storySect .sectTit {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.storySect .sectTit span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #6b1b7e;
}
.storySect .sectTit span:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: #6b1b7e;
}
.storySect .sectTit span:first-child:after {
  right: 0;
}
.storySect .sectTit span:last-child:after {
  left: 0;
}
.storySect .epiBlock {
  position: relative;
}
.storySect .epiBlock .txtWrap {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.storySect .epiBlock .titBox .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #ebdfec;
}
.storySect .epiBlock .titBox .blockTit {
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.storySect .epiBlock .photoBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.storySect .epiBlock .photoBox .itemList > li > span {
  position: relative;
  display: inline-block;
}
.storySect .epiBlock .photoBox .itemList > li > span:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 0;
  top: 0;
  background-color: #fff;
}
.storySect .epiBlock .photoBox .itemList > li img {
  position: relative;
  z-index: 1;
}
.is-IE .storySect .epiBlock .photoBox .itemList > li img {
  border: 2px solid #fff;
}

@media only screen and (min-width: 769px), print {
  .storySect {
    margin-top: 140px;
  }
  .storySect .sectTit {
    padding: 0 95px;
  }
  .storySect .sectTit img {
    width: 145px;
    margin: 0 25px;
  }
  .storySect .sectTit span {
    width: 886px;
  }
  .storySect .epiBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -70px;
    margin-top: 160px;
  }
  .storySect .epiBlock:first-child {
    margin-top: 100px;
  }
  .storySect .epiBlock.-colReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .storySect .epiBlock.-colReverse .txtWrap {
    margin-top: 70px;
  }
  .storySect .epiBlock.-colReverse .txtWrap,
  .storySect .epiBlock.-colReverse .photoBox {
    width: auto;
  }
  .is-IE .storySect .epiBlock.-colReverse .txtWrap,
  .is-IE .storySect .epiBlock.-colReverse .photoBox {
    min-height: 0%;
  }
  .storySect .epiBlock.-colReverse .photoBox {
    padding-top: 0;
  }
  .storySect .epiBlock.-colReverse .photoBox .itemList {
    margin: 0;
  }
  .storySect .epiBlock.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .storySect .epiBlock.-reverse .photoBox .itemList {
    margin: 0 -40px 0 0;
  }
  .storySect .epiBlock.-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .storySect .epiBlock.-col .txtWrap,
  .storySect .epiBlock.-col .photoBox {
    width: auto;
  }
  .is-IE .storySect .epiBlock.-col .txtWrap,
  .is-IE .storySect .epiBlock.-col .photoBox {
    min-height: 0%;
  }
  .storySect .epiBlock.-col .photoBox {
    margin-top: 60px;
    padding-top: 0;
  }
  .storySect .epiBlock.-col .photoBox .itemList {
    margin: 0;
  }
  .storySect .epiBlock.-titleTop .titBox {
    width: 100%;
    padding: 0 70px 30px;
  }
  .storySect .epiBlock.-titleTop .txtBox {
    margin-top: 0;
  }
  .storySect .epiBlock .txtWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 50%;
    padding: 0 70px;
  }
  .storySect .epiBlock .titBox.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .storySect .epiBlock .titBox.-flex .blockTit {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0 0 0 30px;
  }
  .storySect .epiBlock .titBox .num {
    width: 110px;
    height: 110px;
  }
  .storySect .epiBlock .titBox .num.-white {
    background-color: #fff;
  }
  .storySect .epiBlock .titBox .num img {
    width: 50px;
    height: 50px;
  }
  .storySect .epiBlock .titBox .blockTit {
    line-height: 1.5;
    margin: 30px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .storySect .epiBlock .txtBox {
    margin-top: 40px;
  }
  .storySect .epiBlock .txtBox .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .storySect .epiBlock .photoBox {
    width: 50%;
    padding: 0 70px 0;
  }
  .storySect .epiBlock .photoBox .itemList {
    margin: 0 0 0 -40px;
  }
  .storySect .epiBlock .photoBox .itemList.-ml1 {
    margin-left: -60px;
  }
  .storySect .epiBlock .photoBox .itemList.-mr1 {
    margin-right: -60px;
  }
  .storySect .epiBlock .photoBox .itemList.-ml2 {
    margin-left: -120px;
  }
  .storySect .epiBlock .photoBox .itemList.-mr2 {
    margin-right: -120px;
  }
  .storySect .epiBlock .photoBox .itemList.-ml3 {
    margin-left: -220px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1499px) {
  .storySect .epiBlock .photoBox .itemList.-ml3 {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 769px), print {
  .storySect .epiBlock .photoBox .itemList.-mr3 {
    margin-right: -220px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1499px) {
  .storySect .epiBlock .photoBox .itemList.-mr3 {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  .storySect .epiBlock .photoBox .itemList.-mr1 {
    margin-right: 0;
  }
  .storySect .epiBlock .photoBox .itemList.-mr2, .storySect .epiBlock .photoBox .itemList.-mr3 {
    margin-right: 0;
  }
  .storySect .epiBlock .photoBox .itemList.-ml1 {
    margin-left: 0;
  }
  .storySect .epiBlock .photoBox .itemList.-ml2, .storySect .epiBlock .photoBox .itemList.-ml3 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .storySect .epiBlock .photoBox .itemList > li > span {
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.08);
            box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.08);
  }
  .storySect .epiBlock .photoBox .itemList > li > span:before {
    margin: 3px 0 0 3px;
  }
}
@media only screen and (max-width: 768px) {
  .storySect {
    margin-top: 40px;
  }
  .storySect .sectTit img {
    width: 90px;
    margin: 0 15px;
  }
  .storySect .sectTit span {
    width: 100%;
  }
  .storySect .epiBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 80px;
  }
  .storySect .epiBlock:first-child {
    margin-top: 60px;
  }
  .storySect .epiBlock.-titleTop .titBox {
    z-index: 2;
    margin-top: 30px;
  }
  .storySect .epiBlock.-titleTop .txtWrap {
    margin-top: 0;
  }
  .storySect .epiBlock .txtWrap {
    position: static;
    z-index: 2;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
  .storySect .epiBlock .titBox {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .storySect .epiBlock .titBox .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-left: -8px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .storySect .epiBlock .titBox .num img {
    width: 32px;
    height: 32px;
  }
  .storySect .epiBlock .titBox .blockTit {
    line-height: 1.6;
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 15px;
    border-left: 2px solid #6b1b7e;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .storySect .epiBlock .titBox .blockTit span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .storySect .epiBlock .titBox .blockTit span {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .storySect .epiBlock .txtBox {
    margin-top: 20px;
  }
  .storySect .epiBlock .txtBox .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .storySect .epiBlock .photoBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .storySect .epiBlock .photoBox .itemList > li {
    position: relative;
  }
  .storySect .epiBlock .photoBox .itemList > li > span {
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.08);
  }
  .storySect .epiBlock .photoBox .itemList > li > span:before {
    margin: 2px 0 0 2px;
  }
  .storySect .epiBlock .photoBox .itemList > li img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .storySect .epiBlock .photoBox .itemList > li.-spR {
    margin: 0 -10px 0 auto;
  }
  .storySect .epiBlock .photoBox .itemList > li.-spL {
    margin: 0 auto 0 -10px;
  }
  .storySect .epiBlock .photoBox .itemList > li.-spS {
    z-index: 2;
    width: 50%;
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .storySect .epiBlock .photoBox .itemList > li.-spR + li.-spL {
    margin-top: -25%;
  }
  .storySect .epiBlock .photoBox .itemList > li:last-child {
    margin-bottom: 0;
  }
  .storySect .epiBlock .photoBox .itemList > li:first-child {
    margin-top: 0;
  }
}
/* =========================================================
========================================================= */
.messageSect .sectInner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.messageSect .sectInner > * {
  position: relative;
  z-index: 1;
}
.messageSect .sectInner:before, .messageSect .sectInner:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 0;
  top: 0;
  background: repeat-y 0 0;
  background-size: 100% auto;
}
.messageSect .sectInner:before {
  background-position: 0 top;
}
.messageSect .sectInner:after {
  background-position: 0 bottom;
}
.messageSect .sectTit {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  letter-spacing: 0.05em;
  color: #9459a1;
}
.messageSect .sectTit span {
  font-weight: bold;
  display: inline-block;
  padding: 0.8em 3em;
  text-align: center;
  border: 2px solid #9459a1;
  background-color: #fff;
}
.messageSect .sectMain .txtBlock {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.messageSect .sectMain .txtBlock .blockTit {
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #6b1b7e;
}
.messageSect .sectMain .txtBlock .blockTit:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  position: relative;
  display: block;
  margin-top: 0.15em;
  background-color: #6b1b7e;
}
.messageSect .sectMain .thumbBlock .thumb {
  overflow: hidden;
  border-radius: 50%;
}
.messageSect .cap {
  line-height: 1.4;
  margin-top: 1em;
  text-align: right;
}

@media only screen and (min-width: 769px), print {
  .messageSect .sectInner {
    max-width: 1120px;
    margin-top: 200px;
    padding: 80px 80px;
  }
  .messageSect .sectInner:before, .messageSect .sectInner:after {
    background-image: url(../images/common/cmn_bg_interview01.svg);
  }
  .is-IE .messageSect .sectInner:before, .is-IE .messageSect .sectInner:after {
    -webkit-background-size: 1120px 3000px;
            background-size: 1120px 3000px;
  }
  .messageSect .sectInner:before {
    height: 50px;
  }
  .messageSect .sectInner:after {
    height: calc(100% - 50px);
    margin-top: 50px;
  }
  .messageSect .sectTit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .messageSect .sectMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .messageSect .sectMain .txtBlock {
    padding-top: 20px;
  }
  .messageSect .sectMain .txtBlock .blockTit {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .messageSect .sectMain .txtBlock .txt {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .messageSect .sectMain .thumbBlock {
    width: 297px;
    margin-left: 50px;
  }
  .messageSect .cap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .messageSect .sectInner {
    max-width: 540px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 40px 20px;
  }
  .messageSect .sectInner:before, .messageSect .sectInner:after {
    background-image: url(../images/common/cmn_bg_interview01-sp.svg);
  }
  .messageSect .sectInner:before {
    height: 50px;
  }
  .messageSect .sectInner:after {
    height: calc(100% - 50px);
    margin-top: 50px;
  }
  .messageSect .sectTit {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .messageSect .sectTit span {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .messageSect .sectMain .txtBlock .blockTit {
    display: block;
    border-bottom-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .messageSect .sectMain .txtBlock .blockTit:after {
    margin-top: 10px;
  }
  .messageSect .sectMain .txtBlock .txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .messageSect .sectMain .thumbBlock {
    max-width: 297px;
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .messageSect .cap {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* =========================================================
========================================================= */
.depBtn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  min-width: 280px;
  padding-right: 35px;
  padding-left: 65px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.depBtn a:before {
  position: absolute;
  display: block;
  width: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 0;
  top: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #9459a1;
  border-radius: 50% 50%;
  background: no-repeat center center #fff;
  -webkit-background-size: 42px auto;
          background-size: 42px auto;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.p-music .depBtn a:before {
  background-image: url(../images/common/cmn_icn_music01.png);
}
.p-media .depBtn a:before {
  background-image: url(../images/common/cmn_icn_media01.png);
}
.p-international .depBtn a:before {
  background-image: url(../images/common/cmn_icn_international01.png);
}
.p-system .depBtn a:before {
  background-image: url(../images/common/cmn_icn_system01.png);
}
.p-childhood .depBtn a:before {
  background-image: url(../images/common/cmn_icn_childhood01.png);
}
.p-clinical .depBtn a:before {
  background-image: url(../images/common/cmn_icn_clinical01.png);
}
.p-nursing_g .depBtn a:before {
  background-image: url(../images/common/cmn_icn_nursing_g01.png);
}
.p-english .depBtn a:before {
  background-image: url(../images/common/cmn_icn_english01.png);
}
.p-japanese .depBtn a:before {
  background-image: url(../images/common/cmn_icn_japanese01.png);
}
.p-human_life .depBtn a:before {
  background-image: url(../images/common/cmn_icn_human_life01.png);
}
.p-nutrition_science .depBtn a:before {
  background-image: url(../images/common/cmn_icn_nutrition_science01.png);
}
.depBtn a:after {
  display: none;
}

@media only screen and (min-width: 769px), print {
  .depBtn {
    margin-top: 60px;
  }
  .depBtn a:before {
    width: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .depBtn {
    margin-top: 40px;
  }
  .depBtn a:before {
    width: 46px;
  }
}