@charset "UTF-8";
/**
 * 教育
 *
 */
/* ==========================================================================
   カテゴリートップ
   ========================================================================== */
.education-index .img-dummy img {
  height: auto;
  width: 100%;
}

/* ==========================================================================
   学部
   ========================================================================== */
.faculty-program * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.faculty-program .program-lead {
  display: block;
}
.faculty-program .program-lead:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.faculty-program .program-lead .col2 {
  padding: 5.3333333333% 40px 0;
}
.faculty-program .program-lead-text {
  box-sizing: border-box;
  float: left;
  padding: 5.3333333333% 40px 0;
  width: 34.375%;
}
.faculty-program .program-lead-img {
  float: right;
  width: 65.625%;
}
.faculty-program .program-lead-ttl {
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
.faculty-program .program-lead-ttl span {
  border-bottom: 1px solid #009d42;
  color: #009d42;
  display: inline-block;
  padding-bottom: 16px;
  font-size: 29px;
  font-size: 2.9rem;
}
.faculty-program .program-lead-ttl strong {
  font-family: '中ゴシックBBB JIS2004';
  font-size: 96px;
  font-size: 9.6rem;
}
.faculty-program .program-lead-copy {
  color: #009d42;
  margin-bottom: 40px;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Times New Roman",Times,serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faculty-program .program-lead-copy small {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .faculty-program .program-lead .col2 {
    padding: 3.3333333333% 24px 0;
  }
  .faculty-program .program-lead .program-lead-ttl strong {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .faculty-program .program-lead .program-lead-copy {
    margin-bottom: 24px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .faculty-program .program-lead {
    padding: 0 20px;
  }
  .faculty-program .program-lead-text {
    float: none;
    padding: 0;
    width: 100%;
  }
  .faculty-program .program-lead-img {
    float: none;
    width: 100%;
  }
  .faculty-program .program-lead-ttl span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .faculty-program .program-lead-ttl strong {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .faculty-program .program-lead-copy {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.faculty-program .program-point-ttl {
  line-height: 1;
  padding: 40px 0;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .faculty-program .program-point-ttl {
    letter-spacing: normal;
  }
}
.faculty-program .program-point-ttl span:before {
  padding-right: 10px;
  position: relative;
  top: 4px;
  font-size: 40px;
  font-size: 4rem;
}
.faculty-program .program-point-list {
  display: block;
}
.faculty-program .program-point-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.faculty-program .program-point-list.col2 > li:first-child {
  width: 65.625%;
}
.faculty-program .program-point-list.col2 > li:last-child {
  margin-right: 0;
}
.faculty-program .program-point-list.col2 .colBox {
  padding: 40px 20px 20px 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -ms-column-gap: 40px;
  -o-column-gap: 40px;
  column-gap: 40px;
}
.faculty-program .program-point-list.col2-b > li:first-child {
  width: 48%;
}
.faculty-program .program-point-list.col2-b > li:last-child {
  width: 48%;
  float: right;
  margin-right: 0;
}
.faculty-program .program-point-list.col2-b > li .box-col2-wrap {
  margin-top: 20px;
}
.faculty-program .program-point-list.col2-b > li .box-col2-wrap .box:first-child {
  padding-right: 10px;
}
.faculty-program .program-point-list.col2-b > li .box-col2-wrap .box:last-child {
  padding-left: 10px;
}
.faculty-program .program-point-list.col2-b .colBox {
  padding: 20px 0 20px 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}
.faculty-program .program-point-list.col2-c > li:last-child {
  width: 65.625%;
  margin-right: 0;
}
.faculty-program .program-point-list.col2-c .colBox {
  padding: 40px 20px 20px 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -ms-column-gap: 40px;
  -o-column-gap: 40px;
  column-gap: 40px;
}
.faculty-program .program-point-list .jizen {
  background: #f2f2f2;
  border-top: solid #009d42 3px;
}
.faculty-program .program-point-list .jizen ol {
  padding: 0 20px 40px 20px;
}
.faculty-program .program-point-list .jizen ol li {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.faculty-program .program-point-list .jizen ol li:before {
  font-size: 24px;
  font-size: 2.4rem;
  content: counter(number);
  left: -1.4em;
  top: -0.2em;
}
.faculty-program .point-list-item {
  float: left;
  margin-right: 3.125%;
  width: 31.25%;
}
.faculty-program .point-list-item:nth-child(3) {
  margin-right: 0;
}
.faculty-program .point-list-item .item-ttl {
  background-color: #e6e6e6;
  line-height: 1;
  padding: 32px 0;
  text-align: center;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faculty-program .point-list-item .item-ttl p {
  color: #009d42;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.faculty-program .point-list-item .item-ttl h4 {
  color: #212324;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .faculty-program .point-list-item .item-ttl h4 {
    letter-spacing: normal;
  }
}
.faculty-program .point-list-item .img-wrap {
  margin-bottom: 40px;
}
.faculty-program .point-list-item .item-inner {
  padding: 0 24px;
}
.faculty-program .point-list-item dt {
  color: #009d42;
}
@media screen and (max-width: 767px) {
  .faculty-program .program-point {
    padding: 0 20px;
  }
  .faculty-program .program-point-ttl {
    padding: 0 0 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .faculty-program .program-point-ttl span:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .faculty-program .point-list-item {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .faculty-program .point-list-item .item-ttl {
    padding: 24px 0 16px;
  }
  .faculty-program .point-list-item .img-wrap {
    margin-bottom: 24px;
  }
  .faculty-program .point-list-item .item-inner {
    padding: 0;
  }
  .faculty-program .program-point-list {
    display: block;
  }
  .faculty-program .program-point-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .faculty-program .program-point-list.col2 > li:first-child {
    width: 100%;
  }
  .faculty-program .program-point-list.col2 > li:last-child {
    margin-right: 0;
  }
  .faculty-program .program-point-list.col2 .colBox {
    padding: 40px 20px 20px 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
  .faculty-program .program-point-list.col2-b > li:first-child, .faculty-program .program-point-list.col2-c > li:first-child {
    width: 100%;
    float: none;
  }
  .faculty-program .program-point-list.col2-b > li:last-child, .faculty-program .program-point-list.col2-c > li:last-child {
    width: 100%;
    float: none;
  }
  .faculty-program .program-point-list.col2-b > li .box-col2-wrap, .faculty-program .program-point-list.col2-c > li .box-col2-wrap {
    margin-top: 20px;
  }
  .faculty-program .program-point-list.col2-b > li .box-col2-wrap .box:first-child, .faculty-program .program-point-list.col2-c > li .box-col2-wrap .box:first-child {
    padding-right: 0;
  }
  .faculty-program .program-point-list.col2-b > li .box-col2-wrap .box:last-child, .faculty-program .program-point-list.col2-c > li .box-col2-wrap .box:last-child {
    padding-left: 0;
  }
  .faculty-program .program-point-list.col2-b .colBox, .faculty-program .program-point-list.col2-c .colBox {
    padding: 20px 0 20px 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
}
.faculty-program .program-elearning {
  background-color: #f2f2f2;
}
.faculty-program .program-elearning .box-center {
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
}
.faculty-program .program-elearning .box-center:before {
  background-color: #fff;
  content: '';
  display: block;
  height: 10px;
  width: 25%;
  position: absolute;
  left: 80px;
  top: 0;
}
.faculty-program .program-elearning .teacher .box-fr p {
  padding: 0;
}
.faculty-program .program-elearning .teacher .box-fr p img {
  width: 70%;
}
.faculty-program .program-elearning .program-elearning-inner > div {
  float: left;
  margin-right: 3.125%;
  width: 31.25%;
}
.faculty-program .program-elearning .program-elearning-inner > div:last-child {
  margin-right: 0;
}
.faculty-program .program-elearning table td {
  text-align: center;
}
.faculty-program .program-elearning-text p {
  margin-bottom: 24px;
}
.faculty-program .box-border {
  text-align: center;
}
.faculty-program .box-border > p {
  margin-bottom: 20px;
}
.faculty-program .box-border > p img {
  width: 80%;
}
.faculty-program .box-border:before {
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faculty-program .program-elearning h3 {
    padding: 0 20px;
  }
  .faculty-program .program-elearning .box-center {
    padding: 48px 0;
  }
  .faculty-program .program-elearning .teacher .box-fr-wrap {
    padding: 0 20px;
  }
  .faculty-program .program-elearning .program-elearning-inner > div {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .faculty-program .program-elearning .program-elearning-inner > div:last-child {
    margin-right: 0;
  }
  .faculty-program .program-elearning-inner {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }
  .faculty-program .program-elearning-text {
    float: none;
    width: 100%;
  }
  .faculty-program .program-elearning-img {
    float: none;
    width: 100%;
  }
}
.faculty-program .program-interview {
  background-color: #009d42;
  padding: 64px 0;
}
.faculty-program .program-interview .box-center {
  position: relative;
}
.faculty-program .program-interview .box-col2-wrap .box:nth-child(1) {
  width: 55%;
}
.faculty-program .program-interview .box-col2-wrap .box:nth-child(2) {
  width: 45%;
}
.faculty-program .program-interview .tbl02 {
  background-color: #fff;
  margin-bottom: 24px;
}
.faculty-program .program-interview .tbl02 tr:first-child th:nth-child(2),
.faculty-program .program-interview .tbl02 tr:first-child th:nth-child(3),
.faculty-program .program-interview .tbl02 tr:first-child th:nth-child(4),
.faculty-program .program-interview .tbl02 tr:first-child th:nth-child(5) {
  width: 24%;
}
.faculty-program .program-interview .tbl02 tr:nth-child(2) th:first-child,
.faculty-program .program-interview .tbl02 tr:nth-child(2) td {
  border-top: 1px solid #009d42;
}
.faculty-program .program-interview .tbl02 th,
.faculty-program .program-interview .tbl02 td {
  text-align: center;
}
.faculty-program .program-interview p {
  color: #fff;
}
.faculty-program .program-interview-ttl {
  background-color: #009d42;
  color: #fff;
  height: 80px;
  padding: 0 32px;
  position: absolute;
  left: 40px;
  top: -140px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .faculty-program .program-interview-ttl {
    letter-spacing: normal;
  }
}
.faculty-program .program-interview-ttl span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faculty-program .program-interview-sttl {
  color: #fff;
  padding-bottom: 8px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .faculty-program .program-interview-sttl {
    letter-spacing: normal;
  }
}
.faculty-program .program-interview-student .student-interview {
  background-color: #fff;
  height: 100px;
  position: relative;
}
.faculty-program .program-interview-student .student-interview span {
  color: #009d42;
  display: inline-block;
  padding-right: 15px;
}
.faculty-program .program-interview-student .student-interview-name {
  background-color: #fff;
  box-sizing: border-box;
  color: #5b6063;
  height: 50px;
  line-height: 1;
  padding: 16px 32px 0;
  position: absolute;
  right: 40px;
  top: -50px;
}
.faculty-program .program-interview-student .student-interview-lead {
  color: #009d42;
  text-align: center;
  width: 100%;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faculty-program .program-interview-student .student-interview-lead br {
  display: none;
}
@media screen and (max-width: 767px) {
  .faculty-program .box-col2-wrap .box {
    width: 100% !important;
  }
  .faculty-program .program-interview {
    background-color: #009d42;
    padding: 20px 20px;
  }
  .faculty-program .program-interview-ttl {
    height: 40px;
    padding: 0 20px;
    left: 0;
    top: -60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faculty-program .program-interview-sttl {
    line-height: 1px;
    padding: 16px 0 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faculty-program .tbl-scroll-wrap {
    margin-bottom: 20px;
  }
  .faculty-program .tbl-scroll-wrap .tbl02 {
    margin-bottom: 0;
    width: 200%;
  }
  .faculty-program .program-interview-student {
    margin-top: 5px;
  }
  .faculty-program .program-interview-student .student-interview {
    height: 80px;
  }
  .faculty-program .program-interview-student .student-interview-name {
    height: 40px;
    padding: 14px 16px 0;
    right: 20px;
    top: -40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .faculty-program .program-interview-student .student-interview-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faculty-program .program-interview-student .student-interview-lead br {
    display: block;
  }
}
.faculty-program .program-lnav {
  background-color: #f2f2f2;
}
.faculty-program .program-lnav-list {
  margin-top: 80px;
  text-align: center;
  letter-spacing: -.40em;
}
.faculty-program .program-lnav-list li {
  height: 120px;
  width: 10.9375%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.faculty-program .program-lnav-list li.disabled {
  opacity: .2;
}
.faculty-program .program-lnav-list li.disabled a {
  pointer-events: none;
}
.faculty-program .program-lnav-list a {
  display: block;
  height: 100%;
}
.faculty-program .program-lnav-list span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faculty-program .program-lnav-list .btn:before {
  font-size: 50px;
  font-size: 5rem;
}
.faculty-program .program-lnav-list .btn-back {
  height: 100%;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faculty-program .program-lnav-list .btn-back:before {
  content: "\e314";
  left: -18px;
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faculty-program .program-lnav-list .btn-next {
  height: 100%;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faculty-program .program-lnav-list .btn-next:before {
  content: "\e315";
  right: -18px;
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faculty-program .program-lnav-list .nav-item {
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.faculty-program .program-lnav-list .nav-item a {
  border-right: 1px solid #f2f2f2;
}
.faculty-program .program-lnav-list .nav-item strong {
  font-weight: normal;
  font-size: 56px;
  font-size: 5.6rem;
}
.faculty-program .program-lnav-list .nav-item.current {
  border: none;
  background-color: #009d42;
  color: #fff;
}
.faculty-program .program-lnav-list .nav-item:last-child a {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .faculty-program .program-lnav-list {
    margin-top: 80px;
    text-align: center;
    letter-spacing: -.40em;
  }
  .faculty-program .program-lnav-list li {
    height: 40px;
    width: 40px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .faculty-program .program-lnav-list li.disabled {
    opacity: .2;
  }
  .faculty-program .program-lnav-list a {
    display: block;
    height: 100%;
  }
  .faculty-program .program-lnav-list span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .faculty-program .program-lnav-list .btn:before {
    font-size: 50px;
    font-size: 5rem;
  }
  .faculty-program .program-lnav-list .btn-back:before {
    left: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .faculty-program .program-lnav-list .btn-next:before {
    right: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .faculty-program .program-lnav-list .nav-item {
    font-size: 10px;
    font-size: 1rem;
  }
  .faculty-program .program-lnav-list .nav-item strong {
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faculty-program .program-lnav-list .nav-item.current {
    border: none;
    background-color: #009d42;
    color: #fff;
  }
}

.faculty-program-root {
  position: relative;
}
.faculty-program-root:after {
  display: block;
  width: 520px;
  height: 587px;
  position: absolute;
  content: " ";
  right: 0;
  top: 115px;
  background-image: url(/en/education/css/img/faculty_bg.jpg);
}
.faculty-program-root:before {
  display: block;
  width: 429px;
  height: 638px;
  position: absolute;
  content: " ";
  left: 0;
  top: 115px;
  background-image: url(/en/education/css/img/faculty_bg2.jpg);
}
.faculty-program-root * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.faculty-program-root .box-center {
  position: relative;
  z-index: 2;
}
.faculty-program-root .sttl02 {
  padding-bottom: 28px;
  position: relative;
}
.faculty-program-root .sttl02:after {
  content: " ";
  width: 145px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -72.5px;
  border-bottom: solid #e6e6e6 1px;
}
.faculty-program-root .box-fl {
  width: 75%;
}
.faculty-program-root section.main-block > div {
  border-left: solid #009d42 140px;
  position: relative;
}
.faculty-program-root section.main-block > div .box1 {
  overflow: hidden;
  position: relative;
  color: #fff;
  top: 0;
  left: -140px;
  width: 140px;
  margin-right: -140px;
  float: left;
}
.faculty-program-root section.main-block > div .box1 .elem1 {
  width: 140px;
  height: 140px;
  position: relative;
  border-bottom: solid #33b168 1px;
}
.faculty-program-root section.main-block > div .box1 .elem1 p {
  position: absolute;
  left: 0;
  top: 2em;
  right: 0;
  bottom: 0;
  height: 0;
  line-height: 0;
  margin: auto;
  text-align: center;
}
.faculty-program-root section.main-block > div .box1 .elem1 p strong {
  font-size: 40px;
  font-size: 4rem;
}
.faculty-program-root section.main-block > div .box1 .elem1 p small {
  position: relative;
  top: -0.2em;
}
.faculty-program-root section.main-block > div .box1 .elem2 {
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: relative;
  top: 0;
  left: 50%;
  display: inline;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 1em;
  font-size: 24px;
  font-size: 2.4rem;
}
.faculty-program-root section.main-block > div .box1:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -65px;
  margin-left: -200px;
  border-width: 100px 200px 0 200px;
  border-color: #009d42 transparent transparent transparent;
  border-style: solid;
}
.faculty-program-root section.main-block > div .box1:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -55px;
  margin-left: -200px;
  border-width: 100px 200px 0 200px;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  opacity: 0.1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.faculty-program-root section.main-block > div .box2 {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.faculty-program-root section.main-block > div .box2 .elem1 {
  float: left;
  width: 60%;
  padding: 10px 40px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.faculty-program-root section.main-block > div .box2 .elem1 p {
  margin-bottom: 0;
}
.faculty-program-root section.main-block > div .box2 .elem2 {
  float: right;
  width: 40%;
  padding: 20px;
  border: solid #f2f2f2 3px;
}
.faculty-program-root section.main-block > div .box2 .elem2 p b {
  display: block;
  font-weight: bold;
  color: #000;
}
.faculty-program-root section.main-block > div .box2 .btn-wrap {
  clear: both;
  padding-top: 20px;
  padding-left: 60px;
}
.faculty-program-root section.main-block.noeffect .box1 .elem1 p {
  top: 0;
}
.faculty-program-root section.main-block.noeffect .box1:after {
  display: none !important;
}
.faculty-program-root section.main-block.noeffect .box1:before {
  display: none !important;
}
.faculty-program-root .box-fr {
  width: 25%;
  background: #f2f2f2;
  border-top: solid #009d42 3px;
}
.faculty-program-root .box-fr h3 p {
  font-size: 14px;
  font-size: 1.4rem;
}
.faculty-program-root .box-fr .elem1 {
  padding: 0 40px 40px 40px;
}
.faculty-program-root .box-fr .elem2 {
  padding: 40px;
}
.faculty-program-root .box-fr .elem2 p:first-letter {
  color: #009d42;
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 10px;
  line-height: 0;
}
.faculty-program-root .bottom-box {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 20px 80px 80px 80px;
}
.faculty-program-root .bottom-box .box1 span {
  display: block;
  border-radius: 4px;
  background: #edf8f2;
  padding: 20px;
  color: #009d42;
}
.faculty-program-root .bottom-box .box1:before {
  content: "▼\A▼\A";
  white-space: pre;
  color: #edf8f2;
}
.faculty-program-root .bottom-box .box2 .elem1 {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.faculty-program-root .bottom-box .box2 .elem1 span {
  display: block;
  border-radius: 4px;
  background: #edf8f2;
  padding: 20px;
  color: #009d42;
}
.faculty-program-root .bottom-box .box2 .elem1 span p {
  padding-bottom: 10px;
}
.faculty-program-root .bottom-box .box2 .elem1:before {
  content: "▼\A▼";
  white-space: pre;
  color: #edf8f2;
}
.faculty-program-root .bottom-box .box2 .elem2 {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.faculty-program-root .bottom-box .box2 .elem2 span {
  display: block;
  border-radius: 4px;
  background: #edf8f2;
  padding: 20px;
  color: #009d42;
}
.faculty-program-root .bottom-box .box2 .elem2 span p {
  padding-bottom: 10px;
}
.faculty-program-root .bottom-box .box2 .elem2:before {
  content: "▼\A▼";
  white-space: pre;
  color: #edf8f2;
}
@media screen and (max-width: 767px) {
  .faculty-program-root:after {
    display: none;
  }
  .faculty-program-root:before {
    display: none;
  }
  .faculty-program-root .box-fl {
    width: 100%;
  }
  .faculty-program-root .box-fr {
    width: 100%;
  }
  .faculty-program-root .box-fr > p {
    padding: 0 40px;
  }
  .faculty-program-root .box-fr > p > img {
    width: 100%;
  }
  .faculty-program-root .text-c {
    text-align: left !important;
    padding: 20px;
    margin-bottom: 0;
  }
  .faculty-program-root section.main-block > div {
    border-left: solid #009d42 100px;
  }
  .faculty-program-root section.main-block > div .box1 {
    left: -100px;
    width: 100px;
    margin-right: -100px;
  }
  .faculty-program-root section.main-block > div .box1 .elem1 {
    width: 100px;
    height: 100px;
  }
  .faculty-program-root section.main-block > div .box1 .elem2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faculty-program-root section.main-block > div .box2 .elem1 {
    float: none;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .faculty-program-root section.main-block > div .box2 .elem2 {
    float: none;
    width: 100%;
    border: none;
  }
  .faculty-program-root section.main-block > div .box2 .btn-wrap {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .faculty-program-root .bottom-box {
    padding: 20px 20px 20px 20px;
  }
}

/* ==========================================================================
   履修科目
   ========================================================================== */
.subject * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.subject ul.elem1 li {
  width: 30.2%;
  margin-right: 4.7%;
  overflow: hidden;
  float: left;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(6, 0, 1, 0.15);
}
.subject ul.elem1 li:first-child {
  width: 65.1%;
  box-shadow: none;
  border-top: solid #009d42 3px;
  padding-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.subject ul.elem1 li .box-fl-wrap {
  height: 100%;
}
.subject ul.elem1 li .box-fl {
  width: 45%;
  position: relative;
  height: 100%;
}
.subject ul.elem1 li .box-fl h3 {
  font-size: 80px;
  font-size: 8rem;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0;
}
.subject ul.elem1 li .box-fr {
  width: 55%;
}
.subject ul.elem1 li:nth-child(3n-1) {
  margin-right: 0;
}
.subject ul.elem1 li:nth-child(3n-3) {
  clear: both;
}
.subject ul.elem1 li dl dt span {
  display: block;
  float: left;
  position: relative;
  height: 48px;
}
.subject ul.elem1 li dl dt span i {
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  white-space: nowrap;
  padding-left: 1em;
  font-style: normal;
}
.subject ul.elem1 li dl dt span:first-child {
  position: relative;
  width: 48px;
  background: #000;
  color: #fff;
  text-align: center;
}
.subject ul.elem1 li dl dt span:first-child i {
  width: 100%;
  padding-left: 0;
  color: #fff !important;
}
.subject ul.elem1 li dl dt span:last-child {
  font-size: 18px;
  font-size: 1.8rem;
}
.subject ul.elem1 li dl dd {
  border-top: 1px solid #e6e6e6;
  padding: 40px;
}
.subject ul.elem1 li:nth-child(n+2):nth-child(-n+3) {
  /* 2-3 */
}
.subject ul.elem1 li:nth-child(n+2):nth-child(-n+3) span:first-child {
  background: #c8824e;
}
.subject ul.elem1 li:nth-child(n+2):nth-child(-n+3) span:last-child {
  color: #c8824e;
}
.subject ul.elem1 li:nth-child(n+4):nth-child(-n+6) {
  /* 4-6 */
}
.subject ul.elem1 li:nth-child(n+4):nth-child(-n+6) span:first-child {
  background: #96aa60;
}
.subject ul.elem1 li:nth-child(n+4):nth-child(-n+6) span:last-child {
  color: #96aa60;
}
.subject ul.elem1 li:nth-child(7) {
  /* 7 */
}
.subject ul.elem1 li:nth-child(7) span:first-child {
  background: #6fa0d0;
}
.subject ul.elem1 li:nth-child(7) span:last-child {
  color: #6fa0d0;
}
.subject ul.elem1 li:nth-child(n+8):nth-child(-n+10) {
  /* 8-10 */
}
.subject ul.elem1 li:nth-child(n+8):nth-child(-n+10) span:first-child {
  background: #6e71a1;
}
.subject ul.elem1 li:nth-child(n+8):nth-child(-n+10) span:last-child {
  color: #6e71a1;
}
.subject ul.elem1 li:nth-child(11) {
  /* 11 */
}
.subject ul.elem1 li:nth-child(11) span:first-child {
  background: #a77da3;
}
.subject ul.elem1 li:nth-child(11) span:last-child {
  color: #a77da3;
}
.subject .elem2 {
  position: relative;
}
.subject .elem2 .box-fl {
  border-top: solid #f2f2f2 3px;
  padding-top: 40px;
  width: 30.2%;
  position: relative;
  z-index: 1;
  margin-right: 4.7%;
}
.subject .elem2 .box-fl .btn {
  white-space: nowrap;
}
.subject .elem2 .box-fr {
  width: 65.1%;
}
.subject .elem2:before {
  content: "";
  display: block;
  position: absolute;
  right: 70%;
  top: 300px;
  width: 426px;
  height: 290px;
  background: url(/en/education/css/img/img_subject02.jpg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .subject ul.elem1 {
    padding: 0 40px;
  }
  .subject ul.elem1 li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .subject ul.elem1 li:first-child {
    width: 100%;
    padding-top: 0;
  }
  .subject ul.elem1 li .box-fl-wrap {
    height: 100%;
  }
  .subject ul.elem1 li .box-fl {
    width: 100%;
    height: auto;
  }
  .subject ul.elem1 li .box-fl h3 {
    font-size: 40px;
    font-size: 4rem;
    white-space: nowrap;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 1em;
    line-height: 1;
  }
  .subject ul.elem1 li .box-fr {
    width: 100%;
  }
  .subject .elem2 {
    padding: 0 40px;
  }
  .subject .elem2 .box-fl {
    border-top: solid #f2f2f2 3px;
    padding-top: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-right: 4.7%;
  }
  .subject .elem2 .box-fl .btn {
    white-space: nowrap;
  }
  .subject .elem2 .box-fr {
    width: 100%;
  }
  .subject .elem2:before {
    content: "";
    display: none;
  }
}

/* ==========================================================================
   薬剤師国家試験
   ========================================================================== */
.national_exam * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.national_exam .elem1 ul {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .national_exam .elem1 {
    padding: 0 40px;
  }
  .national_exam .elem1.first .box-fl-wrap {
    padding-top: 0;
  }
}

/* ==========================================================================
   大学院
   ========================================================================== */
.graduate,
.doctor-master {
  /* //elem2 */
}
.graduate *,
.doctor-master * {
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .graduate .main-ttl-wrap,
  .graduate .box-center,
  .doctor-master .main-ttl-wrap,
  .doctor-master .box-center {
    box-sizing: content-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .graduate + #side #side-menu-btn,
  .doctor-master + #side #side-menu-btn {
    left: -167px;
  }
  .graduate + #side #side-menu-btn.open,
  .doctor-master + #side #side-menu-btn.open {
    left: -56px;
  }
}
.graduate .elem1,
.doctor-master .elem1 {
  width: 100%;
  height: 495px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.graduate .elem1 div,
.doctor-master .elem1 div {
  width: 65%;
  height: 100%;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.graduate .elem1 div img,
.doctor-master .elem1 div img {
  display: none;
}
.graduate .elem1 figcaption,
.doctor-master .elem1 figcaption {
  text-align: right;
  background: #009d42;
  background-image: url(/en/education/css/img/img_graduate02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 36%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.graduate .elem1 figcaption h2,
.doctor-master .elem1 figcaption h2 {
  position: absolute;
  right: 40px;
  top: 40px;
  font-family: "Times New Roman",Times,serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3em;
}
.graduate .elem1 figcaption span,
.doctor-master .elem1 figcaption span {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.graduate .elem2,
.doctor-master .elem2 {
  /* doctor master only */
  width: 100%;
  height: 495px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.graduate .elem2 div,
.doctor-master .elem2 div {
  width: 65%;
  height: 100%;
  position: absolute;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.graduate .elem2 div img,
.doctor-master .elem2 div img {
  display: none;
}
.graduate .elem2 div dl,
.doctor-master .elem2 div dl {
  position: absolute;
  left: 40px;
  bottom: 0;
  background: #fff;
  height: 100px;
  padding: 20px 0;
}
.graduate .elem2 div dl.right,
.doctor-master .elem2 div dl.right {
  right: 40px;
  left: auto;
}
.graduate .elem2 div dl dt,
.doctor-master .elem2 div dl dt {
  float: left;
  position: relative;
  width: 4em;
  height: 100%;
  text-align: center;
}
.graduate .elem2 div dl dt b,
.doctor-master .elem2 div dl dt b {
  position: absolute;
  top: 50%;
  line-height: 0;
  display: block;
  width: 100%;
  color: #009d42;
}
.graduate .elem2 div dl dd,
.doctor-master .elem2 div dl dd {
  float: left;
  padding: 0 20px;
  border-left: solid #e6e6e6 1px;
  height: 100%;
}
.graduate .elem2 div dl dd small,
.doctor-master .elem2 div dl dd small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.graduate .elem2 div dl dd b,
.doctor-master .elem2 div dl dd b {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
.graduate .elem2 figcaption,
.doctor-master .elem2 figcaption {
  text-align: left;
  background: #fff;
  width: 36%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #009d42;
  z-index: 2;
}
.graduate .elem2 figcaption h2,
.doctor-master .elem2 figcaption h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Times New Roman",Times,serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3em;
}
.graduate .elem2 figcaption h3,
.doctor-master .elem2 figcaption h3 {
  background: #009d42;
  color: #fff;
  padding: 0.5em 1em;
  width: 130%;
  position: absolute;
  top: 80px;
  overflow: hidden;
}
.graduate .elem2 figcaption h3 strong,
.doctor-master .elem2 figcaption h3 strong {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-size: 2.8rem;
}
.graduate .elem2 figcaption h3 span,
.doctor-master .elem2 figcaption h3 span {
  position: absolute;
  right: 1em;
  top: 50%;
  line-height: 0;
  z-index: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
.graduate .elem2 figcaption h3:before,
.doctor-master .elem2 figcaption h3:before {
  content: " ";
  position: absolute;
  left: -100px;
  top: 0;
  display: block;
  width: 1000px;
  height: 500px;
  background: #ff0000;
  z-index: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  background: -webkit-linear-gradient(top, #006e2e 0%, #009d42 100%);
  background: linear-gradient(to bottom, #006e2e 0%, #009d42 100%);
}
.graduate .program-point-ttl,
.doctor-master .program-point-ttl {
  line-height: 1;
  padding: 40px 0;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .graduate .program-point-ttl,
  .doctor-master .program-point-ttl {
    letter-spacing: normal;
  }
}
.graduate .program-point-ttl span:before,
.doctor-master .program-point-ttl span:before {
  padding-right: 10px;
  position: relative;
  top: 4px;
  font-size: 40px;
  font-size: 4rem;
}
.graduate .program-point-list,
.doctor-master .program-point-list {
  display: block;
}
.graduate .program-point-list:after,
.doctor-master .program-point-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.graduate .point-list-item,
.doctor-master .point-list-item {
  float: left;
  margin-right: 3.125%;
  width: 31.25%;
}
.graduate .point-list-item:nth-child(3),
.doctor-master .point-list-item:nth-child(3) {
  margin-right: 0;
  border-top: #e6e6e6 solid 3px;
  border-bottom: #e6e6e6 solid 3px;
  padding-top: 40px;
}
.graduate .point-list-item .item-ttl,
.doctor-master .point-list-item .item-ttl {
  background-color: #e6e6e6;
  line-height: 1;
  padding: 32px 0;
  text-align: center;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.graduate .point-list-item .item-ttl p,
.doctor-master .point-list-item .item-ttl p {
  color: #009d42;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.graduate .point-list-item .item-ttl h4,
.doctor-master .point-list-item .item-ttl h4 {
  color: #212324;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .graduate .point-list-item .item-ttl h4,
  .doctor-master .point-list-item .item-ttl h4 {
    letter-spacing: normal;
  }
}
.graduate .point-list-item .img-wrap,
.doctor-master .point-list-item .img-wrap {
  margin-bottom: 40px;
}
.graduate .point-list-item .item-inner,
.doctor-master .point-list-item .item-inner {
  padding: 0 24px;
}
.graduate .point-list-item dt,
.doctor-master .point-list-item dt {
  color: #009d42;
}
.graduate .box-border h3,
.doctor-master .box-border h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.graduate .pdf-list li,
.doctor-master .pdf-list li {
  float: left;
  margin-right: 3.125%;
  width: 31.25%;
  border-top: #e6e6e6 solid 1px;
  padding-top: 40px;
  padding: 20px;
}
.graduate .pdf-list li:nth-child(3),
.doctor-master .pdf-list li:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .graduate,
  .doctor-master {
    /* //elem2 */
  }
  .graduate div.main-block,
  .doctor-master div.main-block {
    margin: 0 20px;
    text-align: left !important;
  }
  .graduate div.main-block .sttl02 br,
  .doctor-master div.main-block .sttl02 br {
    display: none;
  }
  .graduate .elem1,
  .doctor-master .elem1 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
    margin-bottom: 80px;
  }
  .graduate .elem1 div,
  .doctor-master .elem1 div {
    width: 100%;
    height: auto;
    position: relative;
    background-image: none !important;
  }
  .graduate .elem1 div img,
  .doctor-master .elem1 div img {
    display: block;
  }
  .graduate .elem1 figcaption,
  .doctor-master .elem1 figcaption {
    text-align: left;
    background: #009d42;
    background-image: none;
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    color: #fff;
    padding: 10px;
  }
  .graduate .elem1 figcaption h2,
  .doctor-master .elem1 figcaption h2 {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 0.5em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .graduate .elem1 figcaption h2 br,
  .doctor-master .elem1 figcaption h2 br {
    display: none;
  }
  .graduate .elem1 figcaption span,
  .doctor-master .elem1 figcaption span {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .graduate .elem2,
  .doctor-master .elem2 {
    /* doctor master only */
    margin-bottom: 0px;
    height: auto;
  }
  .graduate .elem2 div,
  .doctor-master .elem2 div {
    width: 100%;
    height: auto;
    position: relative;
    background-image: none;
  }
  .graduate .elem2 div img,
  .doctor-master .elem2 div img {
    display: block;
  }
  .graduate .elem2 div dl,
  .doctor-master .elem2 div dl {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .graduate .elem2 div dl.right,
  .doctor-master .elem2 div dl.right {
    right: auto;
  }
  .graduate .elem2 div dl dt,
  .doctor-master .elem2 div dl dt {
    float: left;
    position: relative;
    width: 4em;
    height: 100%;
    text-align: center;
  }
  .graduate .elem2 div dl dt b,
  .doctor-master .elem2 div dl dt b {
    position: absolute;
    top: 50%;
    line-height: 0;
    display: block;
    width: 100%;
    color: #009d42;
  }
  .graduate .elem2 div dl dd,
  .doctor-master .elem2 div dl dd {
    float: left;
    padding: 0 20px;
    border-left: solid #e6e6e6 1px;
    height: 100%;
  }
  .graduate .elem2 div dl dd small,
  .doctor-master .elem2 div dl dd small {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .graduate .elem2 div dl dd b,
  .doctor-master .elem2 div dl dd b {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .graduate .elem2 figcaption,
  .doctor-master .elem2 figcaption {
    width: 100%;
    height: auto;
    position: relative;
  }
  .graduate .elem2 figcaption h2,
  .doctor-master .elem2 figcaption h2 {
    position: relative;
    left: 0;
    bottom: 0;
    font-family: "Times New Roman",Times,serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.3em;
    padding: 20px;
  }
  .graduate .elem2 figcaption h3,
  .doctor-master .elem2 figcaption h3 {
    width: 100%;
    position: relative;
    top: 0;
  }
  .graduate .elem2 figcaption h3 strong,
  .doctor-master .elem2 figcaption h3 strong {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .graduate .elem2 figcaption h3 span,
  .doctor-master .elem2 figcaption h3 span {
    position: absolute;
    right: 1em;
    top: 50%;
    line-height: 0;
    z-index: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .graduate .elem2 figcaption h3:before,
  .doctor-master .elem2 figcaption h3:before {
    content: " ";
    position: absolute;
    left: -100px;
    top: 0;
    display: block;
    width: 1000px;
    height: 500px;
    background: #ff0000;
    z-index: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    background: -webkit-linear-gradient(top, #006e2e 0%, #009d42 100%);
    background: linear-gradient(to bottom, #006e2e 0%, #009d42 100%);
  }
  .graduate .program-point,
  .doctor-master .program-point {
    padding: 0 20px;
  }
  .graduate .program-point-ttl,
  .doctor-master .program-point-ttl {
    padding: 0 0 40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .graduate .program-point-ttl span:before,
  .doctor-master .program-point-ttl span:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .graduate .point-list-item,
  .doctor-master .point-list-item {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
  .graduate .point-list-item .item-ttl,
  .doctor-master .point-list-item .item-ttl {
    padding: 24px 0 16px;
  }
  .graduate .point-list-item .img-wrap,
  .doctor-master .point-list-item .img-wrap {
    margin-bottom: 24px;
  }
  .graduate .point-list-item .item-inner,
  .doctor-master .point-list-item .item-inner {
    padding: 0;
  }
  .graduate .program-point-list,
  .doctor-master .program-point-list {
    display: block;
  }
  .graduate .program-point-list:after,
  .doctor-master .program-point-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .graduate .program-point-list.col2 > li:first-child,
  .doctor-master .program-point-list.col2 > li:first-child {
    width: 100%;
  }
  .graduate .program-point-list.col2 > li:last-child,
  .doctor-master .program-point-list.col2 > li:last-child {
    margin-right: 0;
  }
  .graduate .program-point-list.col2 .colBox,
  .doctor-master .program-point-list.col2 .colBox {
    padding: 40px 20px 20px 20px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
  .graduate .program-point-list.col2-b > li:first-child, .graduate .program-point-list.col2-c > li:first-child,
  .doctor-master .program-point-list.col2-b > li:first-child,
  .doctor-master .program-point-list.col2-c > li:first-child {
    width: 100%;
    float: none;
  }
  .graduate .program-point-list.col2-b > li:last-child, .graduate .program-point-list.col2-c > li:last-child,
  .doctor-master .program-point-list.col2-b > li:last-child,
  .doctor-master .program-point-list.col2-c > li:last-child {
    width: 100%;
    float: none;
  }
  .graduate .program-point-list.col2-b > li .box-col2-wrap, .graduate .program-point-list.col2-c > li .box-col2-wrap,
  .doctor-master .program-point-list.col2-b > li .box-col2-wrap,
  .doctor-master .program-point-list.col2-c > li .box-col2-wrap {
    margin-top: 20px;
  }
  .graduate .program-point-list.col2-b > li .box-col2-wrap .box:first-child, .graduate .program-point-list.col2-c > li .box-col2-wrap .box:first-child,
  .doctor-master .program-point-list.col2-b > li .box-col2-wrap .box:first-child,
  .doctor-master .program-point-list.col2-c > li .box-col2-wrap .box:first-child {
    padding-right: 0;
  }
  .graduate .program-point-list.col2-b > li .box-col2-wrap .box:last-child, .graduate .program-point-list.col2-c > li .box-col2-wrap .box:last-child,
  .doctor-master .program-point-list.col2-b > li .box-col2-wrap .box:last-child,
  .doctor-master .program-point-list.col2-c > li .box-col2-wrap .box:last-child {
    padding-left: 0;
  }
  .graduate .program-point-list.col2-b .colBox, .graduate .program-point-list.col2-c .colBox,
  .doctor-master .program-point-list.col2-b .colBox,
  .doctor-master .program-point-list.col2-c .colBox {
    padding: 20px 0 20px 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
  .graduate .pdf-list,
  .doctor-master .pdf-list {
    padding: 0 20px;
    margin-top: 20px;
  }
  .graduate .pdf-list li,
  .doctor-master .pdf-list li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .graduate .pdf-list li:first-child,
  .doctor-master .pdf-list li:first-child {
    border-top: none;
  }
}

/* ==========================================================================
   学術交流?海外研修プログラム
   ========================================================================== */
.exchange {
  /* -------------------------------------------------------------- */
}
.exchange * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.exchange .exchangeBox {
  position: relative;
  width: 100%;
  height: 800px;
}
.exchange .exchangeBox .elem1 {
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.exchange .exchangeBox .elem1 h3 {
  margin-bottom: 275px;
}
.exchange .exchangeBox figure {
  position: absolute;
  z-index: 3;
}
.exchange .exchangeBox figure p {
  width: 240px;
  height: 180px;
  margin-bottom: 15px;
  border: solid #fff 4px;
  box-shadow: 0 2px 8px rgba(6, 0, 1, 0.15);
  overflow: hidden;
}
.exchange .exchangeBox .elem2 {
  left: 100px;
  top: 70px;
}
.exchange .exchangeBox .elem3 {
  left: 855px;
  top: 20px;
}
.exchange .exchangeBox .elem4 {
  left: 40px;
  top: 400px;
}
.exchange .exchangeBox .elem5 {
  left: 925px;
  top: 430px;
}
.exchange .exchangeBox .bg {
  position: absolute;
  left: 0;
  top: 180px;
  z-index: 0;
}
.exchange .exchangeBox2 {
  /* 下層 */
}
.exchange .exchangeBox2 .box-fl {
  width: 35%;
}
.exchange .exchangeBox2 .box-fr {
  width: 65%;
  position: relative;
}
.exchange .exchangeBox2 .box-fr .map {
  width: 100%;
  z-index: 0;
}
.exchange .exchangeBox2 .box-fr .pin {
  position: absolute;
  left: 48%;
  top: 28%;
  z-index: 1;
}
.exchange .exchangeBox2 .box-fr a {
  width: 160px;
  position: absolute;
  background: #fff;
}
.exchange .exchangeBox2 .box-fr a.link1 {
  left: 77%;
  top: -3%;
}
.exchange .exchangeBox2 .box-fr a.link2 {
  left: 7%;
  top: 45%;
}
.exchange .exchangeBox2 .box-fr a.link3 {
  left: 80%;
  top: 67%;
}
.exchange .exchangeBox2 .box-fr a.link4 {
  left: 29%;
  top: 97%;
}
.exchange .exchangeBox2 .box-fr.california .pin {
  left: 75%;
  top: 31%;
}
.exchange .exchangeBox2 .box-fr.california a.link1 {
  left: 44%;
  top: -3%;
}
.exchange .exchangeBox2 .box-fr.pokhara .pin {
  left: 35%;
  top: 34%;
}
@media screen and (max-width: 767px) {
  .exchange {
    /**/
  }
  .exchange .exchangeBox {
    height: auto;
    padding: 0 20px;
  }
  .exchange .exchangeBox .elem1 {
    position: relative;
    left: 0;
    top: auto;
    text-align: left !important;
  }
  .exchange .exchangeBox .elem1 h3 {
    margin-bottom: 0;
  }
  .exchange .exchangeBox .elem1 p br {
    display: none;
  }
  .exchange .exchangeBox figure {
    position: relative;
    margin-bottom: 40px;
  }
  .exchange .exchangeBox figure p {
    position: relative;
    left: 50%;
    margin-left: -120px;
    height: 180px;
  }
  .exchange .exchangeBox figure a {
    width: 100%;
  }
  .exchange .exchangeBox .elem2 {
    left: auto;
    top: auto;
  }
  .exchange .exchangeBox .elem3 {
    left: auto;
    top: auto;
  }
  .exchange .exchangeBox .elem4 {
    left: auto;
    top: auto;
  }
  .exchange .exchangeBox .elem5 {
    left: auto;
    top: auto;
  }
  .exchange .exchangeBox .bg {
    display: none;
  }
  .exchange .exchangeBox2 {
    /* 下層 */
    padding: 0 20px;
  }
  .exchange .exchangeBox2 .box-fl {
    width: 100%;
  }
  .exchange .exchangeBox2 .box-fr {
    width: 100%;
  }
  .exchange .exchangeBox2 .box-fr .map {
    display: none;
  }
  .exchange .exchangeBox2 .box-fr .pin {
    display: none;
  }
  .exchange .exchangeBox2 .box-fr a {
    width: 160px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    left: auto !important;
    top: auto !important;
  }
}
