  @charset "UTF-8";
/*----------------------------------------------------------------------------
***
** 袚樓
***
----------------------------------------------------------------------------*/
@media (min-width: 770px) {
  .hp_pc_none {
    display: none;
  }
}

@media (max-width: 769px) {
  .hp_sp_none {
    display: none;
  }
}

@media (max-width: 680px) {
  .hp_sp-min_none {
    display: none;
  }
}

@media (max-width: 480px) {
  .hp_min_none {
    display: none;
  }
}

.hp_pc_show {
  display: none;
}
@media (min-width: 770px) {
  .hp_pc_show {
    display: block;
  }
}

.hp_sp_show {
  display: block;
}
@media (min-width: 770px) {
  .hp_sp_show {
    display: none;
  }
}

.hp_sp-min_show {
  display: none;
}
@media (max-width: 680px) {
  .hp_sp-min_show {
    display: block;
  }
}

.hp_min_show {
  display: none;
}
@media (max-width: 480px) {
  .hp_min_show {
    display: block;
  }
}

/*----------------------------------------------------------------------------
***
** base
***
----------------------------------------------------------------------------*/
html,
body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  padding-top: 186px;
  overflow-y: hidden;
}
@media (max-width: 769px) {
  body {
    overflow-y: visible;
    padding-top: 70px;
  }
}

[id] {
  scroll-margin-top: 186px;
  scroll-padding-top: 186px;
}
@media (max-width: 769px) {
  [id] {
    scroll-margin-top: 70px;
    scroll-padding-top: 70px;
  }
}

@media (min-width: 770px) {
  .w_base {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
}

img {
  max-width: 100%;
}

/*----------------------------------------------------------------------------
***
** search
***
----------------------------------------------------------------------------*/
@media (min-width: 770px) {
  #search-wrap {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 0;
    transition: all 0.3s;
  }
}
@media (max-width: 769px) {
  #search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    transition: all 0.3s;
  }
}
#search-wrap.panelactive {
  opacity: 1;
}
@media (min-width: 770px) {
  #search-wrap.panelactive {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: #f2f2f2;
    height: auto;
  }
}
@media (max-width: 769px) {
  #search-wrap.panelactive {
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgba(242, 242, 242, 0.8);
  }
}
#search-wrap .search-area {
  display: none;
}
#search-wrap.panelactive .search-area {
  position: relative;
  display: block;
}
@media (min-width: 770px) {
  #search-wrap.panelactive .search-area {
    width: 80%;
  }
}
@media (max-width: 769px) {
  #search-wrap.panelactive .search-area {
    width: 90%;
  }
}
#search-wrap form {
  position: relative;
  height: 66px;
  border-bottom: 2px solid #666;
}
#search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 770px) {
  #search-wrap input[type=text] {
    width: 94%;
    padding: 20px;
  }
}
@media (max-width: 769px) {
  #search-wrap input[type=text] {
    width: 85%;
    padding: 20px 10px;
  }
}
#search-wrap input[type=text] {
  border: none;
  transition: all 0.5s;
  letter-spacing: 0.05em;
}
#search-wrap input[type=text]:focus {
  background: #fff;
}
#search-wrap input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_01.png) #fff no-repeat center center;
  background-size: 20px 20px;
  border: none;
}
@media (min-width: 770px) {
  #search-wrap input[type=submit] {
    width: 6%;
    padding: 0;
  }
}
@media (max-width: 769px) {
  #search-wrap input[type=submit] {
    width: 15%;
  }
}

@media (min-width: 770px) {
  .is-animation #search-wrap {
    top: 120px;
  }
}

@media (max-width: 769px) {
  /*=======﹛嶱仁凶戶及示正件﹛========*/
  #sp_search_btn {
    position: absolute;
    top: 20px;
    right: 80px;
  }
  #sp_search_btn::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_01.svg) no-repeat center center;
    background-size: cover;
  }
}
/*======= close button ========*/
.close-btn {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media (min-width: 770px) {
  .close-btn {
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
  }
}
@media (max-width: 769px) {
  .close-btn {
    top: -60px;
    right: -15px;
  }
}
.close-btn span {
  position: absolute;
  left: 14px;
  display: inline-block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}
.close-btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
.close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

/*----------------------------------------------------------------------------
***
** content
***
----------------------------------------------------------------------------*/
@media (min-width: 770px) {
  .con_bg {
    overflow: hidden;
  }
  .con_bg .con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 50px;
  }
  .con_bg .con .nav_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: #f4f4f4;
  }
  .con_bg .con .nav_wrap .nav .nav_list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  .con_bg .con .nav_wrap .nav .nav_list > li {
    display: inline-block;
    z-index: 1;
    width: 20%;
    margin: 0 !important;
    border-left: 1px solid #fff;
  }
  .con_bg .con .nav_wrap .nav .nav_list > li:last-of-type {
    border-right: 1px solid #fff;
  }
  .con_bg .con .nav_wrap .nav .nav_list > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #333;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .con_bg .con .nav_wrap .nav .nav_list > li > a:hover {
    background: #2a8756;
    color: #fff;
  }
  .con_bg .con .nav_wrap .nav .nav_list > li.current a {
    background: #3e3a39;
    color: #fff;
  }
  .con_bg .con .main {
    order: 1;
    width: 100%;
  }
}

@media (max-width: 769px) {
  .con {
    padding: 20px 10px 30px;
  }
  .con .main {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------------------------------
***
** pagetop
***
----------------------------------------------------------------------------*/
.pt {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3e3a39;
  color: #fff;
}
@media (min-width: 770px) {
  .pt {
    width: 89px;
    height: 89px;
    font-size: 0.75rem;
  }
}
@media (max-width: 769px) {
  .pt {
    width: 52px;
    height: 52px;
    font-size: 0.687rem;
  }
}
.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  transform: rotate(45deg);
  position: relative;
}
@media (min-width: 770px) {
  .pt_btn {
    width: 18px;
    height: 18px;
    margin-top: 8px;
  }
}
@media (max-width: 769px) {
  .pt_btn {
    width: 15px;
    height: 15px;
    margin-top: 5px;
  }
}
.pt_btn::before, .pt_btn::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 770px) {
  .pt_btn::before, .pt_btn::after {
    background: #fff;
    border-radius: 3px;
  }
}
@media (max-width: 769px) {
  .pt_btn::before, .pt_btn::after {
    background: #fff;
    border-radius: 10px;
  }
}
.pt_btn::before {
  width: 4px;
  bottom: 0;
}
@media (max-width: 769px) {
  .pt_btn::before {
    width: 3px;
  }
}
.pt_btn::after {
  height: 4px;
  right: 0;
}
@media (max-width: 769px) {
  .pt_btn::after {
    height: 3px;
  }
}

/*----------------------------------------------------------------------------
***
** pager
***
----------------------------------------------------------------------------*/
.pager {
  margin: 40px 0 0;
}
.pager .pager_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pager .pager_list .page-numbers {
  border: 1px solid #8CC14A;
  border-radius: 5px;
  color: #8CC14A !important;
  display: block;
  font-size: 1rem;
  margin: 0 2px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 2.4rem;
  transition: all 0.5s ease;
}
.pager .pager_list .page-numbers:not(.dots):hover, .pager .pager_list .page-numbers.current {
  background: #8CC14A;
  color: #fff !important;
}
.pager .pager_list .page-numbers.dots {
  border-color: #8CC14A;
}

/*----------------------------------------------------------------------------
***
** page
***
----------------------------------------------------------------------------*/
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  gap: 0.8em;
  margin: 18px 0 50px !important;
  color: #666;
  font-size: 15px;
}
@media (max-width: 769px) {
  .breadcrumb {
    justify-content: center;
    gap: 3em;
    margin: 0 0 50px !important;
  }
}
.breadcrumb li {
  position: relative;
  margin-bottom: 0 !important;
  color: #9CC45F;
  font-size: 13px;
}
.breadcrumb li::before {
  position: absolute;
  top: 7px;
  right: -1.75em;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.breadcrumb li:last-of-type::before {
  display: none;
}
.breadcrumb li a {
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb a {
  color: #2a8756;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: rgba(156, 196, 95, 0.8);
}

@media (min-width: 770px) {
  .introduction {
    display: flex;
    justify-content: space-between;
  }
  .introduction figure {
    flex-shrink: 0;
    width: 260px;
    height: auto;
    margin-right: 30px;
  }
  .introduction figure img {
    width: 100%;
    height: auto;
  }
  .introduction ul {
    display: flex;
    flex-wrap: wrap;
    align-self: baseline;
    width: 100%;
    margin: 0 !important;
  }
  .introduction ul li {
    position: relative;
    width: calc((100% - 30px) / 2);
    margin: 0 30px 0 0 !important;
  }
  .introduction ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .introduction ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  .introduction ul li a::before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    content: "";
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #8CC14A;
  }
  .introduction ul li a::after {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    content: "";
    width: 12px;
    height: 1px;
    border-left: 10px solid #8CC14A;
  }
  .introduction ul li.link::before {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_green.png) no-repeat center center;
    background-size: cover;
  }
  .introduction ul li.link a::before, .introduction ul li.link a::after {
    display: none;
  }
}
@media (max-width: 769px) {
  .introduction {
    display: block;
  }
  .introduction figure {
    width: 100%;
    margin-right: 0;
  }
  .introduction ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}

.acd .acd-check {
  display: none;
}
.acd .acd-label {
  position: relative;
  display: block;
  cursor: pointer;
}
.acd .acd-label::after, .acd .acd-label::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background: #008E66;
  transition: all 0.3s;
}
.acd .acd-label::after {
  transform: rotate(90deg);
}
.acd .acd-con {
  height: 0;
  margin: 0;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 770px) {
  .acd .acd-con figure {
    width: 310px;
    height: auto;
    margin-right: 40px;
  }
}
.acd .acd-check:checked + .acd-label + .acd-con {
  height: 100%;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 50px;
  visibility: visible;
}
.acd .acd-check:checked + .acd-label::before {
  transform: rotate(90deg) !important;
}

.news_list .news_item {
  display: flex;
  align-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 770px) {
  .news_list .news_item {
    padding: 20px 0;
  }
  .news_list .news_item:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 769px) {
  .news_list .news_item {
    padding: 20px 15px;
  }
  .news_list .news_item:first-of-type {
    border-top: 1px solid #ccc;
  }
}
.news_list .news_item .news_item_date {
  display: flex;
  align-items: center;
}
@media (min-width: 770px) {
  .news_list .news_item .news_item_date {
    justify-content: space-between;
    padding: 0 15px 0 25px;
  }
}
@media (max-width: 769px) {
  .news_list .news_item .news_item_date {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.news_list .news_item .news_item_date time {
  color: #666;
  font-weight: 500;
}
@media (max-width: 769px) {
  .news_list .news_item .news_item_date time {
    font-size: 0.812rem;
  }
}
.news_list .news_item .news_item_date .news_item_cate {
  min-width: 95px;
  margin-left: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
}
@media (min-width: 770px) {
  .news_list .news_item .news_item_date .news_item_cate {
    padding: 5px;
    font-size: 0.75rem;
  }
}
@media (max-width: 769px) {
  .news_list .news_item .news_item_date .news_item_cate {
    padding: 3px 5px;
    font-size: 0.75rem;
  }
}
.news_list .news_item .news_item_date .news_item_cate.category-recruitment {
  color: #3E3A39 !important;
  background: #F0F0EE;
  border: 1px solid #F0F0EE !important;
}
.news_list .news_item .news_item_date .news_item_cate.category-news {
  color: #3aad6e;
  border: 1px solid #3aad6e;
}
.news_list .news_item .news_item_date .news_item_cate.category-event {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.news_list .news_item .news_item_date .news_item_cate.category-topics {
  color: #8CC14A;
  border: 1px solid #8CC14A;
}
.news_list .news_item .news_item_date .news_item_cate.category-yamaguchi-med {
  color: #8CC14A;
  border: 1px solid #8CC14A;
}
.news_list .news_item .news_item_date .news_item_cate.category-important {
  color: #c30d23;
  border: 1px solid #c30d23;
}
.news_list .news_item .news_item_date .news_item_cate.category-health_sciences {
  color: #eb8724 !important;
  border: 1px solid #eb8724 !important;
}
.news_list .news_item .news_item_date .news_item_cate.category-medicine {
  color: #00a0e9 !important;
  border: 1px solid #00a0e9 !important;
}
.news_list .news_item .news_item_date .news_item_cate.category-graduate {
  color: #2a8756 !important;
  border: 1px solid #2a8756 !important;
}
@media (min-width: 770px) {
  .news_list .news_item .news_item_ttl {
    padding: 0 10px;
  }
}
@media (max-width: 769px) {
  .news_list .news_item .news_item_ttl {
    font-size: 0.812rem;
  }
}
.news_list .news_item .news_item_ttl .news_item_icon_new {
  display: inline-block;
  color: #C00;
  font-weight: bold;
  margin-left: 0.3em;
}
.news_list .news_item .news_item_ttl .news_item_icon_new:before {
  content: "NEW";
}
@media (min-width: 770px) {
  .news_list .news_item .news_item_ttl .news_item_icon_new {
    font-size: 0.9em;
  }
}
@media (max-width: 769px) {
  .news_list .news_item .news_item_ttl .news_item_icon_new {
    font-size: 0.812rem;
  }
}

/*----------------------------------------------------------------------------
***
** style
***
----------------------------------------------------------------------------*/
.mcon {
  word-wrap: break-word;
  line-height: 1.6;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media (min-width: 770px) {
  .mcon h1 {
    width: 100%;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin: 70px 0 16px;
    font-family: "Noto Serif JP", serif;
  }
}
@media (max-width: 769px) {
  .mcon h1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    min-height: 20vh;
    margin: -20px calc(50% - 50vw) 20px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/slideshow/i_img.jpg) no-repeat center center;
    background-size: cover;
  }
  .mcon h1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #2a8856;
  }
  .mcon h1 span {
    position: relative;
    z-index: 1;
    display: block;
    margin: 40px 10px 20px;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 770px) {
  .medicine .mcon h1,
  .health_sciences .mcon h1,
  .graduate_school .mcon h1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 545px;
    margin: 0 calc(50% - 50vw);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .medicine .mcon h1::before,
  .health_sciences .mcon h1::before,
  .graduate_school .mcon h1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.56);
  }
  .medicine .mcon h1 span,
  .health_sciences .mcon h1 span,
  .graduate_school .mcon h1 span {
    position: relative;
    z-index: 1;
    display: block;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (min-width: 770px) {
  .medicine .mcon h1 {
    background-image: url(/med/wp-content/themes/faculty-foe-ja/images/slideshow/i_img_health_medicine.jpg);
  }
  .medicine .mcon h1 span {
    background-image: url(/med/wp-content/themes/faculty-foe-ja/images/title_medicine.svg);
  }
}

@media (min-width: 770px) {
  .health_sciences .mcon h1 {
    background-image: url(/med/wp-content/themes/faculty-foe-ja/images/slideshow/i_img_health_sciences.jpg);
  }
  .health_sciences .mcon h1 span {
    background-image: url(/med/wp-content/themes/faculty-foe-ja/images/title_health_sciences.svg);
  }
}

@media (min-width: 770px) {
  .graduate_school .mcon h1 {
    background-image: url(/med/wp-content/themes/faculty-foe-ja/images/slideshow/i_img_graduate_school.jpg);
  }
  .graduate_school .mcon h1 span {
    background-image: url(/med/wp-content/themes/faculty-foe-ja/images/title_graduate_school.svg);
  }
}

@media (min-width: 770px) {
  .post-type-archive-chair .mcon h1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 500px;
    margin: 0 calc(50% - 50vw);
    background: url(/med/wp-content/themes/faculty-foe-ja/images/slideshow/i_img_chair.jpg) no-repeat center center;
    background-size: cover;
  }
  .post-type-archive-chair .mcon h1::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 99%, rgba(255, 255, 255, 0.52) 100%);
  }
}

@media (min-width: 770px) {
  .entrance_exam .mcon h1 {
    background: url(/med/wp-content/themes/faculty-foe-ja/images/exam_main_img.jpg) no-repeat center center;
    background-size: cover;
  }
  .entrance_exam .mcon h1 .exam_main_title {
    position: relative;
    display: block;
    height: 500px;
  }
  .entrance_exam .mcon h1 .exam_main_title span {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    padding: 40px;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
  }
  .entrance_exam .mcon h1 .exam_main_title span::before {
    position: absolute;
    top: -50px;
    left: 20px;
    transform: rotate(35deg);
    content: "";
    width: 1px;
    height: 150px;
    background: #666;
  }
  .entrance_exam .mcon h1 .exam_main_title span::after {
    position: absolute;
    right: 20px;
    bottom: -50px;
    transform: rotate(35deg);
    content: "";
    width: 1px;
    height: 150px;
    background: #666;
  }
}

.mcon h2 {
  margin-top: 60px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 500;
  border-left: 5px solid #8CC14A;
}
@media (max-width: 769px) {
  .mcon h2 {
    margin-top: 20px;
    margin-bottom: 16px;
    padding-left: 15px;
    font-size: 1.25rem;
  }
}
.mcon h3 {
  position: relative;
  margin: 32px 0 24px;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}
.mcon h3::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 8em;
  height: 2px;
  background: #8CC14A;
}
@media (max-width: 769px) {
  .mcon h3 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 16px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .mcon h3::before {
    display: none;
  }
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5, .mcon h6 {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.mcon ul.list_disc li {
  list-style-type: disc !important;
}

figure.table-style-01 tr td:first-child {
  font-weight: 900;
  background: #9cc45f;
  color: #fff;
  width: 30%;
}

section.index_bnr_min_in .index_bnr_min_list {
  display: flex;
}
section.index_bnr_min_in .index_bnr_min_list .index_bnr_item {
  margin: 10px;
}

.gsc-control-cse {
  background-color: unset !important;
  border: unset !important;
}

.gsc-input-box {
  border: unset !important;
  background: unset !important;
}

table td.gsc-input {
  border-right: unset !important;
  border-bottom: unset !important;
  padding: 0.6em 0.5em !important;
}

#search-wrap form {
  position: relative !important;
  height: auto !important;
  border-bottom: unset !important;
}
#search-wrap.panelactive {
  padding: 0 !important;
}

table td.gsc-input {
  padding: 0;
}
table.gsc-search-box {
  margin: 0;
}

.gsc-control-cse table td {
  border: unset !important;
  background: #fff !important;
}

/*----------------------------------------------------------------------------
***
** teachers - _pc.scss卞及心湔婓允月旦正奶伙
***
----------------------------------------------------------------------------*/
@media (min-width: 770px) {
  .page .mcon {
    /*----------------------------------------------------------------------------
    ** teachers
    ----------------------------------------------------------------------------*/
  }
  .page .mcon .page-teachers__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 50px;
  }
  .page .mcon .page-teachers__item {
    border: 1px solid #ccc;
    margin: 0;
  }
  .page .mcon .page-teachers__head-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 30px 24px 24px;
  }
  .page .mcon .page-teachers__head-wrap h3, .page .mcon .page-teachers__head-wrap p {
    letter-spacing: 0.035em;
  }
  .page .mcon .page-teachers__cat {
    font-size: 0.875rem;
    display: inline-block;
    color: #fff;
    background: #8CC14A;
    padding: 0 0.7em;
    line-height: 1.8 !important;
    margin-bottom: 12px !important;
    text-decoration: none;
  }
  .page .mcon .page-teachers__cat a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }
  .page .mcon .page-teachers__cat a:hover {
    opacity: 0.8;
  }
  .page .mcon .page-teachers__cats {
    display: flex;
    gap: 4px;
  }
  .page .mcon .page-teachers__cats a {
    font-size: 0.875rem;
    display: inline-block;
    color: #fff;
    background: #8CC14A;
    padding: 0 0.6em;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    text-decoration: none;
    display: inline-block;
  }
  .page .mcon .page-teachers__cats a:hover {
    opacity: 0.8;
  }
  .page .mcon .page-teachers__name {
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0px;
    padding: 0;
    border: none;
  }
  .page .mcon .page-teachers__name::before {
    display: none;
  }
  .page .mcon .page-teachers__name span {
    font-size: 1.3rem;
  }
  .page .mcon .page-teachers__name-furi {
    font-size: 0.8125rem;
    color: #666;
    margin-bottom: 0px !important;
  }
  .page .mcon .page-teachers__email {
    font-size: 0.8125rem;
    color: #2a8756;
    text-decoration: none;
    margin-bottom: 0 !important;
  }
  .page .mcon .page-teachers__img {
    width: 96px;
    height: 124px;
  }
  .page .mcon .page-teachers__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .page .mcon .page-teachers__content-wrap {
    padding: 16px 24px;
    display: grid;
    grid-template-columns: 5em 1fr;
    gap: 1em;
  }
  .page .mcon .page-teachers__content-wrap.is_theme {
    background: #f4f4f4;
  }
  .page .mcon .page-teachers__content-wrap p, .page .mcon .page-teachers__content-wrap li {
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.8;
  }
  .page .mcon .page-teachers__content-wrap ul {
    margin: 0 0 0 1em;
  }
  .page .mcon .page-teachers__content-title {
    font-size: 0.875rem;
    margin: 0;
    font-weight: 400;
  }
  .page .mcon .page-teachers__content-text {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .page .mcon .page-teachers__content-text a {
    color: #2a8756;
    text-decoration: none;
    border: 1px solid #2a8756;
    border-radius: 2em;
    padding: 0 0.8em;
  }
  .page .mcon .page-teachers__content-text a:hover {
    background: #2a8756;
    color: #fff;
  }
  .page .mcon .page-teachers__title {
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
  }
  .page .mcon .page-teachers__title.is-big {
    margin-top: 100px;
  }
  .page .mcon .page-teachers__title .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .page .mcon .page-teachers__title .more a {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
  }
  .page .mcon .page-teachers__title .more a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
  }
  .page .mcon .page-teachers__title .more a:hover {
    text-decoration: underline;
  }
  .page .mcon .chair-info:not(:first-of-type) {
    margin-top: 90px;
  }
  .page .mcon .chair-info-info {
    display: flex;
    gap: 80px;
    align-items: flex-end;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .page .mcon .chair-info-info:first-of-type {
    margin-top: 50px;
  }
  .page .mcon .chair-info-info h2 {
    margin-top: 0 !important;
  }
  .page .mcon .chair-info-info__contents {
    width: 55%;
  }
  .page .mcon .chair-info-info__img {
    flex: 1;
  }
  .page .mcon .chair-info-info__btn {
    margin-top: 30px;
  }
  .page .mcon .chair-info-info__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .page .mcon .chair-info-list__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    margin: 0 auto;
  }
  .page .mcon .chair-info-list__wrap-title {
    display: block;
    width: fit-content;
    border-bottom: none;
    margin: 0 0 0 auto;
    padding: 0.6em 60px 0;
    border-radius: 5px 5px 0 0;
    background: rgba(42, 135, 86, 0.1);
  }
  .page .mcon .chair-info-list__wrap-title::before {
    display: none;
  }
  .page .mcon .chair-info-list__list-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 52px 0;
    background: rgba(42, 135, 86, 0.1);
    position: relative;
  }
  .page .mcon .chair-info-list li {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    padding: 24px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(102, 102, 102, 0.1);
  }
  .page .mcon .chair-info-list__title {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
  }
  .page .mcon .chair-info-list__btn {
    margin-top: 12px;
  }
  .page .mcon .chair-info-list__btn:not(:first-of-type) {
    margin-top: 10px;
  }
  .page .mcon .chair-info-list p {
    margin-bottom: auto;
  }
}
.text-new {
  color: #c30d23 !important;
  font-weight: bold !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  min-width: 0 !important;
  display: inline-block !important;
}

.table_scroll {
  width: 100%;
}
.table_scroll table {
  width: max(100%, 1000px) !important;
}
.table_scroll.is-middle table {
  width: max(100%, 600px) !important;
}
.table_scroll.is-wide table {
  width: max(100%, 1400px) !important;
}

.table_colored {
  width: 100%;
  border: none;
  margin: 0;
}
.table_colored table {
  border: none;
  margin: 0;
}
.table_colored th, .table_colored td {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1rem;
}
@media (max-width: 769px) {
  .table_colored th, .table_colored td {
    font-size: 0.875rem;
    text-align: left;
  }
}
.table_colored.is_number th, .table_colored.is_number td {
  text-align: center;
}
.table_colored.is_bg02 tr:first-child th {
  background: rgba(153, 153, 153, 0.35);
}
.table_colored.is_bg02 th, .table_colored.is_bg02 td {
  border-right: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
}
.table_colored.is_bg02 th {
  background: rgba(153, 153, 153, 0.15);
}
.table_colored.is_bg02 td {
  background: white;
}
.table_colored.is_gray th {
  background: rgba(153, 153, 153, 0.5);
}
.table_colored.is_gray td {
  background: #f4f4f4;
}
.table_colored.is_health_sciences tr:first-child th {
  background: rgba(203, 125, 49, 0.4);
}
.table_colored.is_health_sciences th {
  background: rgba(203, 125, 49, 0.25);
}
.table_colored.is_health_sciences td {
  background: rgba(203, 125, 49, 0.1);
}
.table_colored.is_green tr:first-child th {
  background: rgba(42, 135, 86, 0.4);
}
.table_colored.is_green th {
  background: rgba(42, 135, 86, 0.25);
}
.table_colored.is_green td {
  background: rgba(42, 135, 86, 0.1);
}

.mv_banner {
  position: relative;
  padding: 20px 0;
}
.mv_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f4f4f4;
  z-index: -1;
}
.mv_banner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 769px) {
  .mv_banner ul {
    flex-direction: column;
  }
}
.mv_banner ul li {
  max-width: calc((100% - 20px) / 2);
}
@media (max-width: 769px) {
  .mv_banner ul li {
    max-width: 100%;
    margin-right: 0;
  }
}
.mv_banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv_banner ul li img {
  width: 100%;
  height: 100%;
  max-height: 10vw;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .mv_banner ul li img {
    max-height: 100%;
  }
}

.nav_course {
  padding: 40px 0;
  position: relative;
}
.nav_course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 100%;
  background: #f4f4f4;
  z-index: -1;
}
@media (max-width: 769px) {
  .nav_course__inner {
    padding: 0;
    background: #fff;
  }
}
.nav_course__title {
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .nav_course__title {
    padding: 10px 4vw;
    border-radius: 3px;
    transition: all 0.3s ease;
    height: 3.25em;
    line-height: 3.25em;
    padding: 10px min(40px, 2.5vw);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background: rgba(140, 193, 74, 0.2);
  }
}
.nav_course__title:hover {
  cursor: pointer;
}
@media (min-width: 770px) {
  .nav_course__title::before, .nav_course__title::after {
    display: none !important;
  }
}
.nav_course__contents {
  width: 100%;
  display: flex;
  gap: min(60px, 4vw);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 769px) {
  .nav_course__contents {
    flex-direction: column;
    padding: 0 4vw;
    gap: 20px;
    padding: 0 min(40px, 2.5vw);
  }
}
.nav_course__block {
  width: 100%;
}
.nav_course__block > ul {
  margin: 0 !important;
}
.nav_course li {
  margin: 0;
}
.nav_course li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 34px 7px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
@media (max-width: 769px) {
  .nav_course li a {
    padding: 8px 0;
  }
}
.nav_course li a[target=_blank]::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_green.png) no-repeat center center transparent;
  background-size: cover;
  border: none;
}
.nav_course li a[target=_blank]::after {
  display: none;
}
.nav_course__name {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nav_course__name::before {
  display: none;
}
.nav_course__name span, .nav_course__name a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #111;
  text-decoration: none;
  font-size: 0.9375rem !important;
  font-weight: 600;
  display: block;
  border-bottom: 3px double #ccc;
}
@media (min-width: 770px) {
  .nav_course__name span, .nav_course__name a {
    border-top: 3px double #ccc;
  }
}
@media (max-width: 769px) {
  .nav_course__name span, .nav_course__name a {
    padding: 8px 0;
  }
}
.nav_course li a,
.nav_course .nav_course__name a {
  transition: all 0.3s ease;
  font-size: 0.875rem;
}
.nav_course li a:hover,
.nav_course .nav_course__name a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.nav_course li a::before,
.nav_course .nav_course__name a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #8CC14A;
}
.nav_course li a::after,
.nav_course .nav_course__name a::after {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 12px;
  height: 1px;
  border-left: 10px solid #8CC14A;
}

.banner {
  position: relative;
  padding: 20px 0;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f4f4f4;
  z-index: -1;
}
.banner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.banner ul li img {
  width: 100%;
}

.accordion_box .accordion_box-check:checked + .accordion_box-label + .accordion_box-con {
  border-top: 1px solid rgba(140, 193, 74, 0.4);
  padding: 24px min(40px, 2.5vw) 32px;
}
@media (max-width: 769px) {
  .accordion_box .accordion_box-check:checked + .accordion_box-label + .accordion_box-con {
    padding: 14px 4vw 32px;
  }
}

@media (min-width: 770px) {
  .accordion_box-con {
    display: flex !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 20px !important;
    border-top: none !important;
    padding: 0 !important;
  }
}

.inner_base {
  width: 100%;
  max-width: min(1160px, 92%);
  margin: 0 auto;
}
@media (max-width: 769px) {
  .inner_base {
    max-width: none;
    width: min(92%, 100% - 40px);
  }
}
.inner_base.is-max {
  max-width: 1160px;
}
@media (max-width: 769px) {
  .inner_base.is-max {
    width: 100%;
  }
}
.inner_base.is-sp-max {
  width: 100%;
}

@media (max-width: 769px) {
  .inner_sp_w100 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.js-scrollable {
  width: 100%;
}
.js-scrollable .scroll-hint-icon-wrap {
  z-index: 1;
}
.js-scrollable > * {
  width: max(100%, 1000px) !important;
}
.js-scrollable.is-middle > * {
  width: max(100%, 600px) !important;
}
.js-scrollable.is-wide > * {
  width: max(100%, 1400px) !important;
}

.e_link::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_gray.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.4em;
}

.btn_base {
  box-sizing: border-box;
  color: #333;
  padding: 20px 42px 20px 24px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: #f4f4f4;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2em;
  font-size: 1rem;
}
@media (max-width: 769px) {
  .btn_base {
    padding: 12px 36px 12px min(20px, 4vw);
    font-size: 0.937rem;
  }
}
.btn_base__annotation {
  font-size: 80%;
  color: #666;
  font-weight: normal;
}
.btn_base:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2a8756;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.btn_base::after {
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.btn_base:hover {
  background: rgba(156, 196, 95, 0.8);
  color: #fff;
}
.btn_base:hover::before {
  background: #fff;
  right: 12px;
}
.btn_base:hover::after {
  border-top: 1px solid rgba(156, 196, 95, 0.8);
  border-right: 1px solid rgba(156, 196, 95, 0.8);
  right: 18px;
}
.btn_base:hover .btn_base__annotation {
  color: #fff;
}
.btn_base[target=_blank]::before {
  width: 12px;
  height: 12px;
  right: 16px;
  border-radius: 0;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_green.svg) no-repeat center center;
  background-size: contain;
}
.btn_base[target=_blank]::after {
  display: none;
}
.btn_base[target=_blank]:hover::before {
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_white.svg) no-repeat center center;
  background-color: transparent;
}
.btn_base[href^="#"]::after {
  transform: rotate(135deg);
  top: -1px;
  right: 19px;
}
.btn_base[href^="#"]:hover::before {
  top: 4px;
  right: 14px;
}
.btn_base[href^="#"]:hover::after {
  right: 19px;
  top: 4px;
}
.btn_base[href$=".pdf"]::before {
  width: 14px;
  height: 21px;
  right: 15px;
  border-radius: 0;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_pdf.svg) no-repeat center center;
  background-size: contain;
}
.btn_base[href$=".pdf"].no_icon::before {
  display: none;
}
.btn_base[href$=".pdf"]:hover::before {
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_pdf_white.svg) no-repeat center center;
  background-color: transparent;
}
.btn_base span:not([class]) {
  border: 1px solid #2a8756;
  color: #2a8756;
  display: inline-block;
  min-width: 5.4em;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 0.5em;
}
.btn_base span:not([class]).is_medicine {
  color: #fff;
  border-color: #00a0e9;
  background: #00a0e9;
}
.btn_base span:not([class]).is_health_sciences {
  color: #fff;
  border-color: #eb8724;
  background: #eb8724;
}
.btn_base span:not([class]).is_graduate {
  color: #fff;
  border-color: #2a8756;
  background: #2a8756;
}
.btn_base span:not([class]).is_all {
  color: #fff;
  border-color: #c0c0c0;
  background: #c0c0c0;
}
.btn_base.is_white:not(:hover) {
  background: #fff;
}
.btn_base.is_mt {
  margin-top: 20px;
}
.btn_base.is_small {
  width: fit-content;
  min-width: 320px;
  max-width: 100%;
}
@media (max-width: 769px) {
  .btn_base.is_small {
    width: 100%;
    min-width: 100%;
  }
}
.btn_base.is_small_c {
  width: min(100%, 320px);
  margin-right: auto;
  margin-left: auto;
}
.btn_base.is_disabled {
  opacity: 0.8;
  cursor: not-allowed;
  filter: grayscale(100%);
}

.btn_return {
  box-sizing: border-box;
  color: #333;
  padding: 20px 24px 20px 40px;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease;
  background: #f4f4f4;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  font-size: 1rem;
  margin: 60px auto;
  width: min(100%, 370px);
}
@media (max-width: 769px) {
  .btn_return {
    padding: 12px 24px 12px 40px;
    font-size: 0.937rem;
    width: min(90%, 370px);
    margin: 40px auto;
  }
}
.btn_return:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2a8756;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.btn_return::after {
  left: 20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.btn_return:hover {
  background: rgba(156, 196, 95, 0.8);
  color: #fff;
}
.btn_return:hover::before {
  background: #fff;
  left: 16px;
}
.btn_return:hover::after {
  border-top: 1px solid rgba(156, 196, 95, 0.8);
  border-right: 1px solid rgba(156, 196, 95, 0.8);
  left: 22px;
}

.btn_table {
  display: inline-block;
  padding: 6px 30px 6px 16px;
  width: auto;
  font-size: 80%;
  min-width: 0;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 25px;
  transition: all 0.3s ease;
  background: #f4f4f4;
}
.btn_table:before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2a8756;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.btn_table::after {
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.btn_table:hover {
  background: rgba(156, 196, 95, 0.8);
  color: #fff;
}
.btn_table:hover::before {
  background: #fff;
  right: 8px;
}
.btn_table:hover::after {
  border-top: 1px solid rgba(156, 196, 95, 0.8);
  border-right: 1px solid rgba(156, 196, 95, 0.8);
  right: 13px;
}
.btn_table.is_white:not(:hover) {
  background: #fff;
}

.btn_anchor {
  box-sizing: border-box;
  color: rgb(57, 118, 52);
  padding: 12px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid rgb(57, 118, 52);
  transition: all 0.3s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .btn_anchor {
    padding: 6px 1.2em;
  }
}
.btn_anchor:hover, .btn_anchor.active {
  background-color: rgb(57, 118, 52);
  color: rgb(255, 255, 255) !important;
}

.btn_anchor__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 769px) {
  .btn_anchor__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
.btn_anchor__wrap li {
  margin: 0 !important;
}
.btn_anchor__wrap li a {
  box-sizing: border-box;
  color: rgb(57, 118, 52);
  padding: 12px;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid rgb(57, 118, 52);
  transition: all 0.3s ease;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .btn_anchor__wrap li a {
    padding: 6px 1.2em;
  }
}
.btn_anchor__wrap li a:hover, .btn_anchor__wrap li a.active {
  background-color: rgb(57, 118, 52);
  color: rgb(255, 255, 255) !important;
}

.link_more {
  box-sizing: border-box;
  color: #333;
  padding-right: 36px;
  display: block;
  margin-left: auto;
  text-align: right;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.link_more:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3e3a39;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.link_more::after {
  right: 20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 0.3s ease;
}
.link_more:hover {
  color: #666;
}
.link_more:hover::before {
  right: 12px;
}
.link_more:hover::after {
  right: 18px;
}

.mcon h1, .con_bg h1 {
  display: block;
  justify-content: unset;
  align-items: unset;
  width: 100%;
  height: auto;
  margin: 70px 0 16px;
  background: none;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media (max-width: 769px) {
  .mcon h1, .con_bg h1 {
    font-size: 1.8rem;
    text-align: center;
    min-height: 0;
    margin: 40px 0 26px;
  }
}
.mcon h1::before, .con_bg h1::before {
  display: none;
}
.mcon h1 span,
.mcon h1 span:first-of-type, .con_bg h1 span,
.con_bg h1 span:first-of-type {
  position: static;
  z-index: auto;
  display: inline;
  flex-wrap: unset;
  justify-content: unset;
  margin-bottom: 0;
  color: inherit;
  text-shadow: none;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  color: #333;
}
.mcon .breadcrumb, .con_bg .breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8em;
  margin: 18px 0 50px !important;
  color: #666;
  font-size: 0.9375rem;
}
@media (max-width: 769px) {
  .mcon .breadcrumb, .con_bg .breadcrumb {
    font-size: 0.75rem;
    margin: 14px auto 36px !important;
    justify-content: center;
  }
}
.mcon .breadcrumb li, .con_bg .breadcrumb li {
  position: relative;
  margin-bottom: 0 !important;
  color: #9CC45F;
}
.mcon .breadcrumb li::before, .con_bg .breadcrumb li::before {
  position: absolute;
  top: 7px;
  right: -1.75em;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mcon .breadcrumb li:last-of-type::before, .con_bg .breadcrumb li:last-of-type::before {
  display: none;
}
.mcon .breadcrumb a, .con_bg .breadcrumb a {
  color: #2a8756;
  text-decoration: none;
}
.mcon .breadcrumb a:hover, .con_bg .breadcrumb a:hover {
  text-decoration: underline;
  color: rgba(156, 196, 95, 0.8);
}
.mcon .title_main, .con_bg .title_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: none;
  padding: 0;
}
@media (max-width: 769px) {
  .mcon .title_main, .con_bg .title_main {
    font-size: 1.625rem;
  }
}
.mcon .title_main::before, .mcon .title_main::after, .con_bg .title_main::before, .con_bg .title_main::after {
  display: none;
}
.mcon .title_main.is-left, .con_bg .title_main.is-left {
  justify-content: flex-start;
  text-align: left;
}
.mcon .title_main.is-small, .con_bg .title_main.is-small {
  font-size: 1.375rem;
  margin-bottom: 14px;
}
@media (max-width: 769px) {
  .mcon .title_main.is-small, .con_bg .title_main.is-small {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}
.mcon .title_sub, .con_bg .title_sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.5em 1.4em;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  border: none;
  text-align: center;
}
@media (max-width: 769px) {
  .mcon .title_sub, .con_bg .title_sub {
    font-size: 1.25rem;
  }
}
.mcon .title_sub::before, .mcon .title_sub::after, .con_bg .title_sub::before, .con_bg .title_sub::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  left: 0;
}
.mcon .title_sub::before, .con_bg .title_sub::before {
  top: 0;
}
.mcon .title_sub::after, .con_bg .title_sub::after {
  bottom: 0;
}
.mcon .title_sub.is-max, .con_bg .title_sub.is-max {
  width: 100%;
}
.mcon .title_line, .con_bg .title_line {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
  margin: 0 0 24px;
  border-bottom: none;
  background: none;
  padding: 0;
  border-left: none;
}
@media (max-width: 769px) {
  .mcon .title_line, .con_bg .title_line {
    font-size: 1.2rem;
    line-height: 1.6;
    gap: 20px;
  }
}
.mcon .title_line::before, .con_bg .title_line::before {
  content: "";
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  transform: none;
  width: 5px;
  height: auto;
  background: #8CC14A;
  display: block;
}
@media (max-width: 769px) {
  .mcon .title_line::before, .con_bg .title_line::before {
    width: 3px;
  }
}
.mcon .title_line.is_medicine::before, .con_bg .title_line.is_medicine::before {
  background: #00a0e9;
}
.mcon .title_line.is_health_sciences::before, .con_bg .title_line.is_health_sciences::before {
  background: #eb8724;
}
.mcon .title_line.is_graduate::before, .con_bg .title_line.is_graduate::before {
  background: #2a8756;
}
.mcon .title_small, .con_bg .title_small {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
  padding: 0;
  margin: 16px 0;
  border: none;
}
@media (max-width: 769px) {
  .mcon .title_small, .con_bg .title_small {
    font-size: 1.1rem;
  }
}
.mcon .title_small::before, .mcon .title_small::after, .con_bg .title_small::before, .con_bg .title_small::after {
  display: none;
}
.mcon .title_bg, .con_bg .title_bg {
  background: #f4f4f4;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
  padding: 0.2em 0.8em;
  margin: 34px 0 16px;
  margin: 0 0 16px;
  border: none;
}
@media (max-width: 769px) {
  .mcon .title_bg, .con_bg .title_bg {
    font-size: 1.1rem;
  }
}
.mcon .title_bg::before, .con_bg .title_bg::before {
  display: none;
}
.mcon .title_box_line, .con_bg .title_box_line {
  display: block;
  width: fit-content;
  padding: 0.1em 0.6em;
  color: #2a8756;
  border: solid 1px #2a8756;
  font-weight: normal;
}
.mcon .title_box_line.is_max, .con_bg .title_box_line.is_max {
  width: 100%;
}
.mcon .pageNav, .con_bg .pageNav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  padding: 40px 0;
  margin: 0;
  align-items: stretch;
}
@media (max-width: 769px) {
  .mcon .pageNav, .con_bg .pageNav {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5em;
    padding: 1.8em 0;
  }
}
.mcon .pageNav li, .con_bg .pageNav li {
  width: 100% !important;
  margin: 0 !important;
}
.mcon .pageNav a, .con_bg .pageNav a {
  align-self: stretch;
  height: 100%;
}
.mcon .contactArea, .con_bg .contactArea {
  padding: 17px 20px;
  display: inline-block;
  min-width: 60%;
  border: 1px solid #3e3a39;
  border-radius: 5px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .mcon .contactArea, .con_bg .contactArea {
    padding: 1em;
    margin-top: 2em;
    display: block;
    width: 100%;
  }
}
.mcon .contactArea_title, .con_bg .contactArea_title {
  font-size: 0.9rem;
  margin: 0 0 0.5em 0;
  background: #3e3a39;
  color: #fff;
  padding: 0.3em 1em;
  display: inline-block;
  border-radius: 3px;
}
.mcon .contactArea_subtitle, .con_bg .contactArea_subtitle {
  font-size: 1rem;
  font-weight: normal;
}
.mcon .contactArea_number, .con_bg .contactArea_number {
  display: flex;
  gap: 20px;
  margin: 0 !important;
}
@media (max-width: 769px) {
  .mcon .contactArea_number, .con_bg .contactArea_number {
    display: block;
  }
}
.mcon .contactArea_number li, .con_bg .contactArea_number li {
  margin: 0 !important;
  font-size: 1.1rem !important;
}
.mcon .contactArea_address, .con_bg .contactArea_address {
  font-size: 1rem;
  margin: 0.5em 0 0;
}
.mcon .figure, .con_bg .figure {
  margin: 0;
  padding: 0;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1.6em;
}
@media (max-width: 769px) {
  .mcon .figure, .con_bg .figure {
    margin: 0 auto 1.6em;
  }
}
.mcon .figure img, .con_bg .figure img {
  display: block;
}
.mcon .figure figcaption, .con_bg .figure figcaption {
  margin-top: 0.8em;
  font-size: 80%;
  text-align: right;
}
.mcon .figure.is-max, .con_bg .figure.is-max {
  width: 100%;
}
.mcon .figure.is-max img, .con_bg .figure.is-max img {
  width: 100%;
}
.mcon .figure.is-center, .con_bg .figure.is-center {
  width: 100%;
}
.mcon .figure.is-center img, .con_bg .figure.is-center img {
  margin: 0 auto;
}
.mcon .figure.is-right, .con_bg .figure.is-right {
  margin-left: auto;
  width: fit-content;
}

/*----------------------------------------------------------------------------
***
** header
***
----------------------------------------------------------------------------*/
.hd_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: blue;
}
@media (max-width: 769px) {
  .hd_bg {
    height: 70px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}
.hd_bg .hd_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: red;
}
@media (max-width: 769px) {
  .hd_bg .hd_top {
    display: none;
  }
}
.hd_bg .hd_top .hd_lang .hd_lang_list {
  color: green;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hd_bg .hd_top .hd_lang .hd_lang_list li a {
  display: block;
  color: #333;
  font-size: 0.687rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  margin-right: 20px;
}
.hd_bg .hd_top .hd_lang .hd_lang_list li.sns a {
  margin-right: 8px;
}
.hd_bg .hd_top .hd_lang .hd_lang_list li.ja a {
  background: #3e3a39;
  color: #fff;
  padding: 8px 20px;
}
.hd_bg .hd_top .hd_lang .hd_lang_list li.ja a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd_bg .hd_top .hd_lang .hd_lang_list li.ja a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_lang.svg) no-repeat center center;
  background-size: contain;
}
.hd_bg .hd_top .hd_s_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding: 8px;
  gap: 20px 10px;
  list-style: none;
}
.hd_bg .hd_top .hd_s_nav li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hd_bg .hd_top .hd_s_nav li a {
  text-decoration: none;
  color: #333;
  font-size: 0.6875rem;
}
.hd_bg .hd_top .hd_s_nav li.is_text:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 0.6875rem;
  background: #555;
  display: block;
}
.hd_bg .hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 27px;
  gap: 27px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .hd_bg .hd {
    padding: 10px 20px;
  }
}
@media (max-width: 769px) {
  .hd_bg .hd .hd_logo {
    width: calc(100% - 25vw);
  }
}
.hd_bg .hd .hd_logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 769px) {
  .hd_bg .hd .hd_logo a {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hd_bg .hd .hd_logo a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 180px;
  height: 100%;
}
@media (max-width: 769px) {
  .hd_bg .hd .hd_logo a img {
    width: 90px;
    height: auto;
    margin-bottom: 5px;
  }
}
.hd_bg .hd .hd_logo a span {
  margin-left: 20px;
  padding: 7px 13px;
  background: #2a8756;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.8rem;
}
@media (max-width: 769px) {
  .hd_bg .hd .hd_logo a span {
    display: inline-block;
    padding: 2px 4px;
    font-size: 0.75rem;
    margin: 0;
  }
}
.hd_bg .hd .hd_nav .hd_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px;
}
.hd_bg .hd .hd_nav .hd_nav_list li {
  position: relative;
  min-width: 60px;
}
.hd_bg .hd .hd_nav .hd_nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 0.625rem;
  text-decoration: none;
  white-space: nowrap;
}
.hd_bg .hd .hd_nav .hd_nav_list li.search a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_01.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.sitemap a::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_06.svg) no-repeat center center;
  background-size: contain;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size a::before {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_02.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size:hover .f_size_box_wrap {
  visibility: visible;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 10px;
  visibility: hidden;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 10px;
  background: #f2f2f2;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box .size-button {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  padding: 11px;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box .size-button:hover, .hd_bg .hd .hd_nav .hd_nav_list li.f_size .f_size_box_wrap .f_size_box .size-button.f_size_active {
  background: #008E66;
  color: #fff;
}
.hd_bg .hd .hd_nav .hd_nav_list li.access a::before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_03.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.contact a::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_04.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.lang a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_2501.svg) no-repeat center center;
  background-size: cover;
}
.hd_bg .hd .hd_nav .hd_nav_list li.recruit a::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_2502.svg) no-repeat center center;
  background-size: contain;
}
.hd_bg .hd .hd_nav .hd_nav_list li.donate a::before {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_2503.svg) no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------------------------
***
** search
***
----------------------------------------------------------------------------*/
#search-wrap {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s;
}
@media (max-width: 769px) {
  #search-wrap {
    position: fixed;
    top: 0;
  }
}

.is-animation #search-wrap {
  top: 120px;
}
@media (max-width: 769px) {
  .is-animation #search-wrap {
    top: 0;
  }
}

#search-wrap.panelactive {
  opacity: 1;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #f2f2f2;
  height: auto;
}
@media (max-width: 769px) {
  #search-wrap.panelactive {
    padding: 0;
    height: 100vh;
    background: rgba(242, 242, 242, 0.8);
  }
}
#search-wrap table, #search-wrap th, #search-wrap td, #search-wrap tbody {
  margin: 0;
  border: none;
}
#search-wrap .search-area {
  display: none;
}
#search-wrap.panelactive .search-area {
  position: relative;
  display: block;
  width: 80%;
}
@media (max-width: 769px) {
  #search-wrap.panelactive .search-area {
    width: 90%;
  }
}
#search-wrap form {
  position: relative;
  height: 66px;
  border-bottom: 2px solid #666;
}
#search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
#search-wrap input[type=text] {
  width: 94%;
  padding: 20px;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.05em;
}
@media (max-width: 769px) {
  #search-wrap input[type=text] {
    width: 85%;
    padding: 20px 10px;
  }
}
#search-wrap input[type=text]:focus {
  background: #fff;
}
#search-wrap input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 6%;
  height: 64px;
  padding: 0;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_01.png) #fff no-repeat center center;
  background-size: 20px 20px;
  border: none;
}
@media (max-width: 769px) {
  #search-wrap input[type=submit] {
    width: 15%;
  }
}

/*=======﹛嶱仁凶戶及示正件﹛========*/
@media (max-width: 769px) {
  #sp_search_btn {
    position: absolute;
    top: 20px;
    right: 80px;
  }
}
@media (max-width: 769px) {
  #sp_search_btn::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_01.svg) no-repeat center center;
    background-size: cover;
  }
}

/*======= close button ========*/
.close-btn {
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media (max-width: 769px) {
  .close-btn {
    top: -60px;
    right: -15px;
  }
}
.close-btn span {
  position: absolute;
  left: 14px;
  display: inline-block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}
.close-btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
.close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

/*----------------------------------------------------------------------------
***
** footer
***
----------------------------------------------------------------------------*/
.ft_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 44px 20px 0;
}
.ft_sns li {
  width: 32px;
  height: 32px;
}
.ft_sns li a, .ft_sns li img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 769px) {
  .ft_bg {
    margin-top: auto;
    border-top: 1px solid #ccc;
  }
}

@media (max-width: 769px) {
  .ft {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.ft_bg {
  margin-top: auto;
  border-top: 1px solid #ccc;
}
.ft_contents {
  display: grid;
  grid-template-columns: 300px 1fr;
  justify-content: space-between;
  padding: 60px 10px 54px;
}
@media (max-width: 769px) {
  .ft_contents {
    display: block;
    padding: 40px 0 0;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .ft_address {
    margin-bottom: 30px;
  }
}
.ft_address .ft_logo {
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .ft_address .ft_logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ft_address .ft_logo img {
  width: 100%;
  height: 100%;
}
.ft_address address {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (max-width: 769px) {
  .ft_nav {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: min(20px, 4vw);
    background: #f4f4f4;
  }
}
.ft_nav_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
  justify-content: flex-end;
}
@media (max-width: 769px) {
  .ft_nav_inner {
    width: min(100%, 500px);
    justify-content: space-around;
    gap: 0.6em max(10%, 40px);
    margin: 0 auto;
  }
}
.ft_nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.8em;
}
@media (max-width: 769px) {
  .ft_nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.6em;
  }
}
@media (max-width: 769px) {
  .ft_nav ul li {
    text-align: left;
  }
}
.ft_nav ul li a {
  color: #111;
  font-size: 0.875rem;
  text-decoration: none;
}
.ft_nav ul li a:hover {
  text-decoration: underline;
}
.ft_link {
  display: none;
}
@media (max-width: 769px) {
  .ft_link {
    display: block;
  }
}
@media (max-width: 769px) {
  .ft_link a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    color: #2a8856;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
  }
}
@media (max-width: 769px) {
  .ft_link a span {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 769px) {
  .ft_link a span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_green.svg) no-repeat center center;
  }
}
.ft_links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  padding-bottom: 60px;
}
@media (max-width: 769px) {
  .ft_links {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding: 0 max(4%, 20px) 30px;
    background: #f4f4f4;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.ft_links_item {
  background: #f0f0ee;
  padding: 24px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  transition: 0.3s ease;
}
@media (max-width: 769px) {
  .ft_links_item {
    background: #fff;
    padding: 12px 12px;
  }
}
.ft_links_item:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
.ft_links_item:nth-of-type(2) {
  grid-area: 1/2/3/3;
}
.ft_links_item:nth-of-type(3) {
  grid-area: 1/3/2/4;
}
@media (max-width: 769px) {
  .ft_links_item:nth-of-type(3) {
    grid-area: 3/1/4/2;
  }
}
.ft_links_item:nth-of-type(4) {
  grid-area: 1/4/2/5;
}
@media (max-width: 769px) {
  .ft_links_item:nth-of-type(4) {
    grid-area: 4/1/5/2;
  }
}
.ft_links_item:nth-of-type(5) {
  grid-area: 2/3/3/4;
}
@media (max-width: 769px) {
  .ft_links_item:nth-of-type(5) {
    grid-area: 3/2/4/3;
  }
}
.ft_links_item:nth-of-type(6) {
  grid-area: 2/4/3/5;
}
@media (max-width: 769px) {
  .ft_links_item:nth-of-type(6) {
    grid-area: 4/2/5/3;
  }
}
.ft_links_item.is_icon {
  flex-direction: column;
  gap: 14px;
}
.ft_links_item.is_icon img {
  width: 44px;
  height: auto;
}
@media (max-width: 769px) {
  .ft_links_item.is_icon img {
    width: 30px;
  }
}
.ft_links_item:hover {
  background: rgba(156, 196, 95, 0.8);
  color: #fff;
}
.ft_links_item:hover img {
  filter: brightness(0) invert(1);
}
.ft_copy {
  padding: 36px 0;
  background: #2a8856;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 769px) {
  .ft_copy {
    padding: 18px 0;
  }
}

/*----------------------------------------------------------------------------
***
** global nav
***
----------------------------------------------------------------------------*/
.nav_bg {
  background: #efefef;
}
.nav_bg .nav {
  position: relative;
  overflow: visible;
}
@media (max-width: 769px) {
  .nav_bg .nav {
    position: fixed;
    top: 70px;
    right: -100%;
    overflow-x: none;
    overflow-y: auto;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    height: calc(100% + 500px);
    padding-bottom: 500px;
    background: #f2f2f2;
    transition: all 0.5s ease;
  }
}
.nav_bg .nav .hd_nav_list,
.nav_bg .nav .nav_list {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 1fr 1.4fr 1fr 1fr 1fr;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list,
  .nav_bg .nav .nav_list {
    display: block;
    height: auto;
    background: #3e3a39;
  }
}
.nav_bg .nav .hd_nav_list > li,
.nav_bg .nav .nav_list > li {
  display: inline-block;
  z-index: 1;
  margin: 0 !important;
  border-left: 1px solid #fff;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li,
  .nav_bg .nav .nav_list > li {
    border-left: none;
    display: block;
    width: 100%;
  }
}
.nav_bg .nav .hd_nav_list > li:last-of-type,
.nav_bg .nav .nav_list > li:last-of-type {
  border-right: 1px solid #fff;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li:last-of-type,
  .nav_bg .nav .nav_list > li:last-of-type {
    border-right: none;
  }
}
.nav_bg .nav .hd_nav_list > li > a,
.nav_bg .nav .nav_list > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > a,
  .nav_bg .nav .nav_list > li > a {
    display: block;
    padding: 1em 1em 1em 1.5em;
    color: #fff;
    font-size: 0.875rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.nav_bg .nav .hd_nav_list > li > a:hover,
.nav_bg .nav .nav_list > li > a:hover {
  background: #2a8756;
  color: #fff;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > a:hover, .nav_bg .nav .hd_nav_list > li > a.current,
  .nav_bg .nav .nav_list > li > a:hover,
  .nav_bg .nav .nav_list > li > a.current {
    background: rgba(0, 0, 0, 0.2);
  }
}
.nav_bg .nav .hd_nav_list > li.current > a,
.nav_bg .nav .nav_list > li.current > a {
  background: #3e3a39;
  color: #fff;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li.current > a,
  .nav_bg .nav .nav_list > li.current > a {
    background: rgba(0, 0, 0, 0.1);
  }
}
.nav_bg .nav .hd_nav_list > li:hover > .sub-menu,
.nav_bg .nav .nav_list > li:hover > .sub-menu {
  display: flex;
  visibility: visible;
  animation: nav_active 1s ease 0s 1 alternate;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu,
.nav_bg .nav .nav_list > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  transition: All 0.3s ease;
  visibility: hidden;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu::before,
.nav_bg .nav .nav_list > li > .sub-menu::before {
  content: "";
  width: 100vw;
  height: 1px;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  background: #cfcfcf;
  z-index: -1;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu::after,
.nav_bg .nav .nav_list > li > .sub-menu::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  background: #e6ece8;
  z-index: -2;
  box-shadow: 0px 0px 20px 0px rgba(62, 58, 57, 0.1);
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li,
.nav_bg .nav .nav_list > li > .sub-menu > li {
  width: 33.3333333333%;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > .sub-menu > li,
  .nav_bg .nav .nav_list > li > .sub-menu > li {
    width: 100%;
  }
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li:not(:last-of-type),
.nav_bg .nav .nav_list > li > .sub-menu > li:not(:last-of-type) {
  border-right: 1px solid #cfcfcf;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > a,
.nav_bg .nav .nav_list > li > .sub-menu > li > a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.2em;
  padding: 14px 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > .sub-menu > li > a,
  .nav_bg .nav .nav_list > li > .sub-menu > li > a {
    background: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 13px;
    padding: 0.8em 1em 0.8em 2em;
  }
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > a[target=_blank]::after,
.nav_bg .nav .nav_list > li > .sub-menu > li > a[target=_blank]::after {
  content: "";
  display: block;
  vertical-align: middle;
  transition: all 0.3s ease;
  width: 12px;
  height: 12px;
  right: 16px;
  border-radius: 0;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_gray.svg) no-repeat center center;
  background-size: contain;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li > .sub-menu > li > a.current,
.nav_bg .nav .nav_list > li > .sub-menu > li > a:hover,
.nav_bg .nav .nav_list > li > .sub-menu > li > a.current {
  color: #2a8756;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li > .sub-menu > li > a.current,
  .nav_bg .nav .nav_list > li > .sub-menu > li > a:hover,
  .nav_bg .nav .nav_list > li > .sub-menu > li > a.current {
    background: #000;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  }
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > p,
.nav_bg .nav .nav_list > li > .sub-menu > li > p {
  display: block;
  width: 100%;
  padding: 14px 20px;
  color: #333;
  font-weight: bold;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu {
  width: 100%;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li:last-of-type a,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li:last-of-type a {
  padding-bottom: 20px;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.2em;
  width: 100%;
  padding: 3px 20px 3px 30px;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a,
  .nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a {
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 11px;
    padding: 1em 1em 1em 3em;
  }
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a::before,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0.8em;
  left: 20px;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a[target=_blank]::after,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a[target=_blank]::after {
  content: "";
  display: block;
  vertical-align: middle;
  transition: all 0.3s ease;
  width: 10px;
  height: 10px;
  right: 16px;
  border-radius: 0;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_gray.svg) no-repeat center center;
  background-size: contain;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a.current,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a:hover,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a.current {
  color: #2a8756;
}
@media (max-width: 769px) {
  .nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > a.current,
  .nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a:hover,
  .nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > a.current {
    background: #000;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  }
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li:hover .sub-menu,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li:hover .sub-menu {
  display: flex;
  visibility: visible;
  animation: nav_active 1s ease 0s 1 alternate;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 100%;
  background: #111;
  visibility: hidden;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover, .nav_bg .nav .hd_nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a.current,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
.nav_bg .nav .nav_list > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a.current {
  background: #111;
}

@media (max-width: 769px) {
  .sp_nav_open {
    right: 0 !important;
  }
}

@media (max-width: 769px) {
  .sp_nav_trigger {
    cursor: pointer;
    z-index: 1000;
    position: fixed !important;
    top: 25px;
    right: 15px;
    margin-top: -5px;
    width: 36px;
    height: 24px;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #3e3a39;
    border-radius: 4px;
    transition: all 0.4s;
    box-sizing: border-box;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger span:nth-of-type(1) {
    top: 0;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger span:nth-of-type(2) {
    top: 10px;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "MENU";
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #3e3a39;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger.sp_active::after {
    content: "CLOSE";
    bottom: -25px;
    color: #3e3a39;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger.sp_active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    color: #3e3a39;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger.sp_active span:nth-of-type(2) {
    opacity: 0;
    color: #3e3a39;
  }
}
@media (max-width: 769px) {
  .sp_nav_trigger.sp_active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    color: #3e3a39;
  }
}

@-webkit-keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sp_icon_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  border-top: 1px solid #fff;
}
.sp_icon_list li {
  width: 25%;
}
.sp_icon_list li:nth-last-child(-n+2) {
  width: 50%;
  border-top: 1px solid #ccc;
}
.sp_icon_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15px 10px;
  color: #333;
  font-size: 10px;
  text-decoration: none;
}
.sp_icon_list li.sitemap a::before {
  content: "";
  display: block;
  width: 28px;
  height: 21px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_06.svg) no-repeat center center;
  background-size: cover;
}
.sp_icon_list li.access a::before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_03.svg) no-repeat center center;
  background-size: cover;
}
.sp_icon_list li.contact a::before {
  content: "";
  display: block;
  width: 20px;
  height: 17px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_04.svg) no-repeat center center;
  background-size: cover;
}
.sp_icon_list li.lang a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_05.svg) no-repeat center center;
  background-size: cover;
}
.sp_icon_list li.lang_ja a {
  align-items: center;
  background: #3e3a39;
  color: #fff;
}
.sp_icon_list li.lang_ja a span {
  position: relative;
  display: flex;
}
.sp_icon_list li.lang_ja a span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_hd_lang.svg) no-repeat center center;
  background-size: contain;
}

/*----------------------------------------------------------------------------
***
** index_news
***
----------------------------------------------------------------------------*/
.index_news {
  position: relative;
  padding: 40px 0 90px;
}
@media (max-width: 769px) {
  .index_news {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px;
  }
}
@media (max-width: 769px) {
  .index_news_wrap {
    position: relative;
  }
}
.index_news_con {
  margin: 50px 0 0;
}
@media (max-width: 769px) {
  .index_news_con {
    margin: 30px 0;
  }
}
.index_news_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .index_news_tab {
    margin-bottom: 22px;
    padding: 0 max(20px, 4%);
  }
}
.index_news_tab > div {
  width: calc((100% - 5px) / 2);
  cursor: pointer;
}
@media (max-width: 769px) {
  .index_news_tab > div {
    width: calc((100% - 5px) / 2) !important;
  }
}
.index_news_tab > div span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  background: #F0F0EE;
  color: #3E3A39;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 769px) {
  .index_news_tab > div span {
    padding: 10px 0;
    font-size: 0.687rem;
    letter-spacing: 0.03em;
  }
}
.index_news_tab > div span::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 769px) {
  .index_news_tab > div span::after {
    bottom: -10px;
    border-width: 10px 7px 0 7px;
  }
}
.index_news_tab > div span.active {
  background: #3E3A39;
  color: #fff;
}
.index_news_tab > div span.active::after {
  border-color: #3E3A39 transparent transparent transparent;
}
.index_news_list {
  border: 1px solid #ccc;
}
@media (max-width: 769px) {
  .index_news_list {
    border-right: none;
    border-left: none;
  }
}
.index_news_item {
  display: flex;
  align-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .index_news_item {
    display: block;
    padding: 18px max(4%, 20px);
    border-bottom: 1px solid #ccc;
  }
}
.index_news_item:last-of-type {
  border-bottom: none;
}
.index_news_item_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 25px;
}
@media (max-width: 769px) {
  .index_news_item_date {
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 10px;
  }
}
.index_news_item_date time {
  color: #666;
  font-weight: 500;
}
@media (max-width: 769px) {
  .index_news_item_date time {
    font-size: 0.812rem;
  }
}
.index_news_item_cate {
  min-width: 95px;
  margin-left: 20px;
  padding: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  color: #8CC14A;
  border: 1px solid #8CC14A;
  text-decoration: none;
}
@media (max-width: 769px) {
  .index_news_item_cate {
    min-width: 70px;
    margin-left: 11px;
    padding: 0 5px;
    font-size: 0.7rem;
  }
}
.index_news_item_cate.recruitment {
  color: #3E3A39 !important;
  background: #F0F0EE;
  border: 1px solid #F0F0EE !important;
}
.index_news_item_cate.event {
  color: #00a0e9 !important;
  border: 1px solid #00a0e9 !important;
}
.index_news_item_cate.topics {
  color: #8CC14A !important;
  border: 1px solid #8CC14A !important;
}
.index_news_item_cate.important {
  color: #c30d23 !important;
  border: 1px solid #c30d23 !important;
}
.index_news_item_cate.category-health_sciences {
  color: #eb8724 !important;
  border: 1px solid #eb8724 !important;
}
.index_news_item_cate.category-medicine {
  color: #00a0e9 !important;
  border: 1px solid #00a0e9 !important;
}
.index_news_item_cate.category-graduate {
  color: #2a8756 !important;
  border: 1px solid #2a8756 !important;
}
.index_news_item_ttl {
  padding: 0 10px;
}
@media (max-width: 769px) {
  .index_news_item_ttl {
    padding: 0;
    font-size: 0.812rem;
  }
}
.index_news_item_ttl_item_icon_new {
  display: inline-block;
  color: #C00;
  font-size: 0.75em;
  margin-left: 0.3em;
}
@media (max-width: 769px) {
  .index_news_item_ttl_item_icon_new {
    font-size: 0.65rem;
  }
}
.index_news_item_ttl_item_icon_new:before {
  content: "NEW";
}
.index_news .more {
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 769px) {
  .index_news .more {
    position: relative;
    top: 0;
    right: 0;
    width: min(100%, 260px);
    margin: 0 auto;
  }
}
.index_news .more a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 769px) {
  .index_news .more a {
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2b8756;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
  }
}
@media (min-width: 770px) {
  .index_news .more a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
  }
}
.index_news .more a:hover {
  text-decoration: underline;
}

.con_bg .new-news, .mcon .new-news {
  position: relative;
  padding: 40px 0 90px;
}
@media (max-width: 769px) {
  .con_bg .new-news, .mcon .new-news {
    margin: 0 auto;
    padding: 20px 0 40px;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news_wrap, .mcon .new-news_wrap {
    position: relative;
  }
}
.con_bg .new-news_con, .mcon .new-news_con {
  margin: 50px 0 0;
}
@media (max-width: 769px) {
  .con_bg .new-news_con, .mcon .new-news_con {
    margin: 30px 0;
  }
}
.con_bg .new-news_tab, .mcon .new-news_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}
@media (max-width: 769px) {
  .con_bg .new-news_tab, .mcon .new-news_tab {
    margin-bottom: 22px;
    padding: 0 max(20px, 4%);
  }
}
.con_bg .new-news_tab > div, .mcon .new-news_tab > div {
  width: calc((100% - 5px) / 2);
  cursor: pointer;
}
.con_bg .new-news_tab > div span, .mcon .new-news_tab > div span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  background: #F0F0EE;
  color: #3E3A39;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 769px) {
  .con_bg .new-news_tab > div span, .mcon .new-news_tab > div span {
    padding: 10px 0;
    font-size: 0.687rem;
    letter-spacing: 0.03em;
  }
}
.con_bg .new-news_tab > div span::after, .mcon .new-news_tab > div span::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 769px) {
  .con_bg .new-news_tab > div span::after, .mcon .new-news_tab > div span::after {
    border-width: 10px 7px 0 7px;
  }
}
.con_bg .new-news_tab > div span.active, .mcon .new-news_tab > div span.active {
  background: #3E3A39;
  color: #fff;
}
.con_bg .new-news_tab > div span.active::after, .mcon .new-news_tab > div span.active::after {
  border-color: #3E3A39 transparent transparent transparent;
}
.con_bg .new-news_list, .mcon .new-news_list {
  border: 1px solid #ccc;
}
@media (max-width: 769px) {
  .con_bg .new-news_list, .mcon .new-news_list {
    border-right: none;
    border-left: none;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news_item, .mcon .new-news_item {
    width: 100%;
    padding: 18px max(4%, 20px);
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news_item:last-of-type, .mcon .new-news_item:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news_item_date, .mcon .new-news_item_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .con_bg .new-news_item_date time, .mcon .new-news_item_date time {
    color: #666;
    font-size: 0.812rem;
    font-weight: 500;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news_item_cate, .mcon .new-news_item_cate {
    min-width: 70px;
    margin-left: 11px;
    padding: 0 5px;
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    color: #8CC14A;
    border: 1px solid #8CC14A;
    text-decoration: none;
  }
  .con_bg .new-news_item_cate.recruitment, .mcon .new-news_item_cate.recruitment {
    color: #3E3A39;
    background: #F0F0EE;
    border: 1px solid #F0F0EE;
  }
  .con_bg .new-news_item_cate.event, .mcon .new-news_item_cate.event {
    color: #00a0e9;
    border: 1px solid #00a0e9;
  }
  .con_bg .new-news_item_cate.topics, .mcon .new-news_item_cate.topics {
    color: #8CC14A;
    border: 1px solid #8CC14A;
  }
  .con_bg .new-news_item_cate.important, .mcon .new-news_item_cate.important {
    color: #c30d23;
    border: 1px solid #c30d23;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news_item_ttl, .mcon .new-news_item_ttl {
    font-size: 0.812rem;
  }
  .con_bg .new-news_item_ttl_item_icon_new, .mcon .new-news_item_ttl_item_icon_new {
    display: inline-block;
    color: #C00;
    font-size: 0.65rem;
    margin-left: 0.3em;
  }
  .con_bg .new-news_item_ttl_item_icon_new:before, .mcon .new-news_item_ttl_item_icon_new:before {
    content: "NEW";
  }
}
@media (min-width: 770px) {
  .con_bg .new-news .tab_pnl .new-news_item, .mcon .new-news .tab_pnl .new-news_item {
    display: flex;
    align-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
  }
  .con_bg .new-news .tab_pnl .new-news_item:last-of-type, .mcon .new-news .tab_pnl .new-news_item:last-of-type {
    border-bottom: none;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date, .mcon .new-news .tab_pnl .new-news_item_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 25px;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date time, .mcon .new-news .tab_pnl .new-news_item_date time {
    color: #666;
    font-weight: 500;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate {
    min-width: 95px;
    margin-left: 20px;
    padding: 5px;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    color: #8CC14A;
    border: 1px solid #8CC14A;
    text-decoration: none;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.recruitment, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.recruitment {
    color: #3E3A39;
    background: #F0F0EE;
    border: 1px solid #F0F0EE;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.event, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.event {
    color: #00a0e9;
    border: 1px solid #00a0e9;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.topics, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.topics {
    color: #8CC14A;
    border: 1px solid #8CC14A;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.important, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.important {
    color: #c30d23;
    border: 1px solid #c30d23;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.category-health_sciences, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.category-health_sciences {
    color: #eb8724;
    border: 1px solid #eb8724;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.category-medicine, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.category-medicine {
    color: #00a0e9;
    border: 1px solid #00a0e9;
  }
  .con_bg .new-news .tab_pnl .new-news_item_date .new-news_item_cate.category-graduate, .mcon .new-news .tab_pnl .new-news_item_date .new-news_item_cate.category-graduate {
    color: #2a8756;
    border: 1px solid #2a8756;
  }
  .con_bg .new-news .tab_pnl .new-news_item_ttl, .mcon .new-news .tab_pnl .new-news_item_ttl {
    padding: 0 10px;
  }
  .con_bg .new-news .tab_pnl .new-news_item_ttl .new-news_item_icon_new, .mcon .new-news .tab_pnl .new-news_item_ttl .new-news_item_icon_new {
    display: inline-block;
    color: #C00;
    font-size: 0.75em;
    margin-left: 0.3em;
  }
  .con_bg .new-news .tab_pnl .new-news_item_ttl .new-news_item_icon_new:before, .mcon .new-news .tab_pnl .new-news_item_ttl .new-news_item_icon_new:before {
    content: "NEW";
  }
}
.con_bg .new-news .more, .mcon .new-news .more {
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 769px) {
  .con_bg .new-news .more, .mcon .new-news .more {
    position: relative;
    top: 0;
    right: 0;
    width: min(100%, 260px);
    margin: 0 auto;
  }
}
.con_bg .new-news .more a, .mcon .new-news .more a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 770px) {
  .con_bg .new-news .more a, .mcon .new-news .more a {
    font-size: 0.875rem;
  }
}
@media (max-width: 769px) {
  .con_bg .new-news .more a, .mcon .new-news .more a {
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2b8756;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
  }
}
.con_bg .new-news .more a::before, .mcon .new-news .more a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}
.con_bg .new-news .more a:hover, .mcon .new-news .more a:hover {
  text-decoration: underline;
}
.con_bg .mv_sub, .mcon .mv_sub {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 769px) {
  .con_bg .mv_sub, .mcon .mv_sub {
    height: 280px;
    max-height: 100svh;
  }
}
@media (min-width: 770px) {
  .con_bg .mv_sub.is-min, .mcon .mv_sub.is-min {
    height: 400px;
  }
}
.con_bg .mv_sub::before, .mcon .mv_sub::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
}
.con_bg .mv_sub h1, .mcon .mv_sub h1 {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 769px) {
  .con_bg .mv_sub h1, .mcon .mv_sub h1 {
    font-size: min(40px, 7vw);
  }
}
.con_bg .mv_slider, .mcon .mv_slider {
  width: 100%;
  height: 600px;
}
.con_bg .mv_slider.is-min, .mcon .mv_slider.is-min {
  height: 400px;
}
@media (max-width: 769px) {
  .con_bg .mv_slider, .mcon .mv_slider {
    height: 280px;
  }
}
.con_bg .mv_slider .swiper-slide, .mcon .mv_slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con_bg .mv_slider .swiper-slide img, .mcon .mv_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con_bg .swiper-controls, .mcon .swiper-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
}
.con_bg .swiper-controls .swiper-pagination,
.con_bg .swiper-controls .swiper-button-prev,
.con_bg .swiper-controls .swiper-button-next, .mcon .swiper-controls .swiper-pagination,
.mcon .swiper-controls .swiper-button-prev,
.mcon .swiper-controls .swiper-button-next {
  pointer-events: auto;
}
.con_bg .swiper-button-next, .con_bg .swiper-button-prev, .mcon .swiper-button-next, .mcon .swiper-button-prev {
  color: #2a8756 !important;
}
.con_bg .swiper-button-next:after, .con_bg .swiper-button-prev:after, .mcon .swiper-button-next:after, .mcon .swiper-button-prev:after {
  font-size: 20px !important;
}
.con_bg .swiper-pagination-bullet-active, .mcon .swiper-pagination-bullet-active {
  background: #2a8756 !important;
}
.con_bg .course .title_main, .mcon .course .title_main {
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .con_bg .course .title_main, .mcon .course .title_main {
    margin-bottom: 30px;
  }
}
.con_bg .course .title_sub, .mcon .course .title_sub {
  margin-bottom: 50px;
}
@media (max-width: 769px) {
  .con_bg .course .title_sub, .mcon .course .title_sub {
    margin-bottom: 24px;
  }
}
.con_bg .course_list, .mcon .course_list {
  display: flex;
  align-items: center;
  gap: min(70px, 6vw);
}
@media (max-width: 769px) {
  .con_bg .course_list, .mcon .course_list {
    align-items: flex-start;
  }
}
@media (max-width: 680px) {
  .con_bg .course_list, .mcon .course_list {
    display: block;
    margin-top: 60px;
  }
}
@media (min-width: 770px) {
  .con_bg .course_list:nth-child(2n), .mcon .course_list:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.con_bg .course_list.is_medicine .course_list_title::before, .mcon .course_list.is_medicine .course_list_title::before {
  background: #00a0e9;
}
.con_bg .course_list.is_medicine .course_list_link.is-key a, .mcon .course_list.is_medicine .course_list_link.is-key a {
  background: #00a0e9;
}
.con_bg .course_list.is_health_sciences .course_list_title::before, .mcon .course_list.is_health_sciences .course_list_title::before {
  background: #eb8724;
}
.con_bg .course_list.is_health_sciences .course_list_link.is-key a, .mcon .course_list.is_health_sciences .course_list_link.is-key a {
  background: #eb8724;
}
.con_bg .course_list.is_graduate .course_list_title::before, .mcon .course_list.is_graduate .course_list_title::before {
  background: #2a8756;
}
.con_bg .course_list.is_graduate .course_list_link.is-key a, .mcon .course_list.is_graduate .course_list_link.is-key a {
  background: #2a8756;
}
.con_bg .course_list_wrap, .mcon .course_list_wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 680px) {
  .con_bg .course_list_wrap, .mcon .course_list_wrap {
    margin-top: 0;
    display: block;
    gap: 0;
  }
}
.con_bg .course_list_img, .mcon .course_list_img {
  flex: 1;
}
@media (max-width: 769px) {
  .con_bg .course_list_img, .mcon .course_list_img {
    margin-top: 70px;
  }
}
@media (max-width: 680px) {
  .con_bg .course_list_img, .mcon .course_list_img {
    margin-top: 20px;
  }
}
.con_bg .course_list_img img, .mcon .course_list_img img {
  width: 100%;
}
.con_bg .course_list_contents, .mcon .course_list_contents {
  width: min(600px, 60%);
}
@media (max-width: 680px) {
  .con_bg .course_list_contents, .mcon .course_list_contents {
    width: 100%;
  }
}
.con_bg .course_list_title, .mcon .course_list_title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 680px) {
  .con_bg .course_list_title, .mcon .course_list_title {
    font-size: 1.2rem;
    gap: 20px;
  }
}
.con_bg .course_list_title::before, .mcon .course_list_title::before {
  content: "";
  width: 5px;
  height: auto;
  background: #8CC14A;
  display: block;
}
@media (max-width: 680px) {
  .con_bg .course_list_title::before, .mcon .course_list_title::before {
    width: 4px;
  }
}
.con_bg .course_list_txt, .mcon .course_list_txt {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .con_bg .course_list_txt, .mcon .course_list_txt {
    font-size: 0.875rem;
  }
}
.con_bg .course_list_links, .mcon .course_list_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .con_bg .course_list_links, .mcon .course_list_links {
    font-size: 0.875rem;
    flex-direction: column;
  }
}
.con_bg .course_list_link, .mcon .course_list_link {
  width: 100%;
}
.con_bg .course_list_link.is-key a, .mcon .course_list_link.is-key a {
  color: #fff;
}
.con_bg .course_list_link.is-half, .mcon .course_list_link.is-half {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 770px) {
  .con_bg .course_list_link.is-half-pc, .mcon .course_list_link.is-half-pc {
    width: calc((100% - 10px) / 2);
  }
}
.con_bg .course_detail, .mcon .course_detail {
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .con_bg .course_detail, .mcon .course_detail {
    margin-bottom: 50px;
  }
}
@media (max-width: 769px) {
  .con_bg .course_detail.is-border, .mcon .course_detail.is-border {
    border-bottom: 1px solid #ccc;
  }
}
.con_bg .course_detail__wrap, .mcon .course_detail__wrap {
  position: relative;
  display: flex;
  gap: min(70px, 5vw);
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 769px) {
  .con_bg .course_detail__wrap, .mcon .course_detail__wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.con_bg .course_detail__text, .mcon .course_detail__text {
  width: min(440px, 50%);
  font-size: 1rem;
}
@media (max-width: 769px) {
  .con_bg .course_detail__text, .mcon .course_detail__text {
    margin-top: 24px;
    font-size: 0.875rem;
    width: 100%;
  }
}
.con_bg .course_detail__link, .mcon .course_detail__link {
  margin-top: 20px;
}
.con_bg .course_detail__img, .mcon .course_detail__img {
  flex: 1;
}
@media (max-width: 769px) {
  .con_bg .course_detail__img, .mcon .course_detail__img {
    width: 100%;
  }
}
.con_bg .course_detail__img img, .mcon .course_detail__img img {
  width: 100%;
}
.con_bg .course_detail.is-reverse .course_detail__wrap, .mcon .course_detail.is-reverse .course_detail__wrap {
  flex-direction: row-reverse;
}
@media (min-width: 770px) {
  .con_bg .course_detail.is-half .course_detail__text, .mcon .course_detail.is-half .course_detail__text {
    width: min(560px, 60%);
  }
}
.con_bg .course_menu, .mcon .course_menu {
  margin: 80px auto;
}
@media (max-width: 769px) {
  .con_bg .course_menu, .mcon .course_menu {
    margin: 60px auto 20px;
  }
}
.con_bg .feature, .mcon .feature {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .con_bg .feature, .mcon .feature {
    margin-top: 60px;
  }
}
.con_bg .feature.is-bg, .mcon .feature.is-bg {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 2px;
}
.con_bg .feature.is-bg::before, .mcon .feature.is-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f4f4f4;
  z-index: -1;
}
@media (max-width: 769px) {
  .con_bg .feature, .mcon .feature {
    margin-top: 60px;
  }
}
@media (max-width: 769px) {
  .con_bg .feature__list, .mcon .feature__list {
    margin-top: 50px;
  }
}
.con_bg .feature__list > li, .mcon .feature__list > li {
  display: flex;
  gap: 70px;
  margin: 0 auto 80px !important;
}
@media (max-width: 769px) {
  .con_bg .feature__list > li, .mcon .feature__list > li {
    display: block;
  }
}
.con_bg .feature__list > li:nth-child(2n), .mcon .feature__list > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.con_bg .feature__list > li a, .mcon .feature__list > li a {
  margin-left: auto;
}
.con_bg .feature__text, .mcon .feature__text {
  flex: 1;
}
.con_bg .feature__text p, .mcon .feature__text p {
  padding: 0 0.5em;
  margin-bottom: 20px;
}
.con_bg .feature__text figure, .mcon .feature__text figure {
  margin: 18px 0;
}
.con_bg .feature__text figure img, .mcon .feature__text figure img {
  max-width: 100%;
  width: fit-content;
  height: auto;
}
.con_bg .feature__title, .mcon .feature__title {
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  display: block;
  background: rgba(42, 135, 86, 0.1);
  padding: 0.7em 1em 0.5em;
  line-height: 1.6;
  box-sizing: border-box;
  margin: 0 0 20px;
  box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.1);
}
@media (max-width: 769px) {
  .con_bg .feature__title, .mcon .feature__title {
    font-size: 1.24rem;
  }
}
.con_bg .feature__title::before, .mcon .feature__title::before {
  display: none;
}
.con_bg .feature__title span, .mcon .feature__title span {
  display: block;
  width: fit-content;
  padding: 0.2em 0.6em 0 1em;
  background: #2a8756;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
  top: -1rem;
  left: 0;
  font-family: "Open Sans", sans-serif;
}
.con_bg .feature__title_sub, .mcon .feature__title_sub {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  display: block;
  background: rgba(42, 135, 86, 0.1);
  padding: 0.3em 1em 0.5em;
  line-height: 1.6;
  box-sizing: border-box;
  margin: -18px 0 20px;
  box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.1);
}
.con_bg .feature__img, .mcon .feature__img {
  width: min(450px, 40%);
}
@media (max-width: 769px) {
  .con_bg .feature__img, .mcon .feature__img {
    width: 100%;
    margin-top: 24px;
  }
}
.con_bg .feature__img img, .mcon .feature__img img {
  width: 100%;
  border-radius: 5px;
}
.con_bg .feature__detail, .mcon .feature__detail {
  margin-bottom: 20px;
  padding-inline: 0.5em;
}
.con_bg .feature__detail > li, .mcon .feature__detail > li {
  display: block;
  margin: 0 0 1em 0 !important;
}
@media (max-width: 769px) {
  .con_bg .feature__detail > li, .mcon .feature__detail > li {
    grid-template-columns: 1fr;
  }
}
.con_bg .feature__detail > li:not(:first-child), .mcon .feature__detail > li:not(:first-child) {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.con_bg .feature__detail > li p, .mcon .feature__detail > li p {
  padding: 0;
  margin: 0;
}
.con_bg .feature__detail-title, .mcon .feature__detail-title {
  position: relative;
  font-weight: 500;
  width: fit-content;
  text-align: center;
  color: #666;
  margin: 0;
  margin-bottom: 0.3em;
  padding-bottom: 0.05em;
}
.con_bg .feature__detail-title::before, .mcon .feature__detail-title::before {
  content: "[";
  margin-right: 0.2em;
}
.con_bg .feature__detail-title::after, .mcon .feature__detail-title::after {
  content: "]";
  margin-left: 0.2em;
}
.con_bg .feature.is-health_sciences .feature__title, .con_bg .feature .feature-health_sciences .feature__title, .mcon .feature.is-health_sciences .feature__title, .mcon .feature .feature-health_sciences .feature__title {
  background-color: rgba(235, 135, 36, 0.1);
}
.con_bg .feature.is-health_sciences .feature__title span, .con_bg .feature .feature-health_sciences .feature__title span, .mcon .feature.is-health_sciences .feature__title span, .mcon .feature .feature-health_sciences .feature__title span {
  background-color: #eb8724;
}
.con_bg .feature.is-medicine .feature__title, .con_bg .feature .feature-medicine .feature__title, .mcon .feature.is-medicine .feature__title, .mcon .feature .feature-medicine .feature__title {
  background-color: rgba(0, 160, 233, 0.1);
}
.con_bg .feature.is-medicine .feature__title span, .con_bg .feature .feature-medicine .feature__title span, .mcon .feature.is-medicine .feature__title span, .mcon .feature .feature-medicine .feature__title span {
  background-color: #00a0e9;
}
.con_bg .feature.is_international .feature__list li, .mcon .feature.is_international .feature__list li {
  align-items: center;
  margin: 0 auto 100px !important;
}
.con_bg .feature.is_international .feature__title span, .mcon .feature.is_international .feature__title span {
  letter-spacing: normal;
  padding-right: 1em;
}
.con_bg .accordion_box .accordion_box-check, .mcon .accordion_box .accordion_box-check {
  display: none;
}
.con_bg .accordion_box .accordion_box-label, .mcon .accordion_box .accordion_box-label {
  position: relative;
  display: block;
  cursor: pointer;
}
.con_bg .accordion_box .accordion_box-label::after, .con_bg .accordion_box .accordion_box-label::before, .mcon .accordion_box .accordion_box-label::after, .mcon .accordion_box .accordion_box-label::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background: #008E66;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.con_bg .accordion_box .accordion_box-label::after, .mcon .accordion_box .accordion_box-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.con_bg .accordion_box .accordion_box-con, .mcon .accordion_box .accordion_box-con {
  height: 0;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.con_bg .accordion_box .accordion_box-con figure, .mcon .accordion_box .accordion_box-con figure {
  width: 310px;
  height: auto;
  margin-right: 40px;
}
.con_bg .accordion_box .accordion_box-check:checked + .accordion_box-label + .accordion_box-con, .mcon .accordion_box .accordion_box-check:checked + .accordion_box-label + .accordion_box-con {
  height: 100%;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 50px;
  visibility: visible;
  display: block;
}
.con_bg .accordion_box .accordion_box-check:checked + .accordion_box-label::before, .mcon .accordion_box .accordion_box-check:checked + .accordion_box-label::before {
  -webkit-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
.con_bg .introduction_box, .mcon .introduction_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .con_bg .introduction_box, .mcon .introduction_box {
    flex-direction: column;
  }
}
.con_bg .introduction_box figure, .mcon .introduction_box figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 310px;
  height: auto;
  margin-right: 30px;
}
@media (max-width: 769px) {
  .con_bg .introduction_box figure, .mcon .introduction_box figure {
    width: 70%;
    margin: 0 auto 20px !important;
  }
}
.con_bg .introduction_box figure img, .mcon .introduction_box figure img {
  display: block;
  width: 100%;
  height: auto;
}
.con_bg .introduction_box ul, .mcon .introduction_box ul {
  display: flex;
  flex-wrap: wrap;
  align-self: baseline;
  width: 100%;
  margin: 0 !important;
}
@media (max-width: 769px) {
  .con_bg .introduction_box ul, .mcon .introduction_box ul {
    width: 100%;
    flex-direction: column;
  }
}
.con_bg .introduction_box ul li, .mcon .introduction_box ul li {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin: 0 30px 0 0 !important;
}
@media (max-width: 769px) {
  .con_bg .introduction_box ul li, .mcon .introduction_box ul li {
    width: 100%;
  }
}
.con_bg .introduction_box ul li:nth-child(2n), .mcon .introduction_box ul li:nth-child(2n) {
  margin-right: 0 !important;
}
.con_bg .introduction_box ul li a, .mcon .introduction_box ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .con_bg .introduction_box ul li a, .mcon .introduction_box ul li a {
    padding: 20px 30px 20px 0;
  }
}
.con_bg .introduction_box ul li a::before, .mcon .introduction_box ul li a::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #8CC14A;
}
.con_bg .introduction_box ul li a::after, .mcon .introduction_box ul li a::after {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 12px;
  height: 1px;
  border-left: 10px solid #8CC14A;
}
.con_bg .introduction_box ul li.link::before, .mcon .introduction_box ul li.link::before {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_green.png) no-repeat center center;
  background-size: cover;
}
.con_bg .introduction_box ul li.link a::before, .con_bg .introduction_box ul li.link a::after, .mcon .introduction_box ul li.link a::before, .mcon .introduction_box ul li.link a::after {
  display: none;
}
.con_bg .introduction_box ul li.is-max, .mcon .introduction_box ul li.is-max {
  width: 100%;
}
.con_bg .section, .mcon .section {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .con_bg .section, .mcon .section {
    margin-top: 60px;
  }
}
.con_bg .section .section, .mcon .section .section {
  margin-top: 40px;
}
.con_bg .sub_bgCont, .mcon .sub_bgCont {
  background: #f4f4f4;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 60px;
}
@media (max-width: 769px) {
  .con_bg .sub_bgCont, .mcon .sub_bgCont {
    padding: 42px 0 56px;
  }
}
.con_bg .sub_colorCont, .mcon .sub_colorCont {
  background: rgba(42, 135, 86, 0.1);
  margin: 0 calc(50% - 50vw);
  padding: 60px 0 60px;
}
@media (max-width: 769px) {
  .con_bg .sub_colorCont, .mcon .sub_colorCont {
    padding: 42px 0 56px;
  }
}
.con_bg .cont-bg, .mcon .cont-bg {
  background: #f4f4f4;
  padding: 20px 32px;
}
@media (max-width: 769px) {
  .con_bg .cont-bg, .mcon .cont-bg {
    padding: 20px 5vw;
  }
}
.con_bg .cont-flex, .mcon .cont-flex {
  display: flex;
  gap: 40px;
}
@media (max-width: 769px) {
  .con_bg .cont-flex, .mcon .cont-flex {
    gap: 20px;
  }
}
.con_bg .cont-flex__item, .mcon .cont-flex__item {
  width: fit-content;
  flex-grow: 1;
}
.con_bg .cont-flex__item img, .mcon .cont-flex__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.con_bg .cont-flex__text, .con_bg .cont-flex__link, .con_bg .cont-flex figcaption, .mcon .cont-flex__text, .mcon .cont-flex__link, .mcon .cont-flex figcaption {
  margin-top: 1em;
}
.con_bg .cont-flex.is-alignC, .mcon .cont-flex.is-alignC {
  align-items: center;
}
.con_bg .cont-flex.is-alignStart, .mcon .cont-flex.is-alignStart {
  align-items: flex-start;
}
.con_bg .cont-grid02, .mcon .cont-grid02 {
  display: grid;
  grid-template-columns: min(580px, 40vw) 1fr;
  gap: 60px;
}
@media (max-width: 769px) {
  .con_bg .cont-grid02, .mcon .cont-grid02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.con_bg .cont-grid02.is-alignC, .mcon .cont-grid02.is-alignC {
  align-items: center;
}
.con_bg .cont-grid04, .mcon .cont-grid04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: fit-content;
}
@media (max-width: 769px) {
  .con_bg .cont-grid04, .mcon .cont-grid04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.con_bg .cont-grid04 > li, .mcon .cont-grid04 > li {
  margin: 0;
}
.con_bg .cont-grid04__item, .mcon .cont-grid04__item {
  width: fit-content;
}
.con_bg .cont-grid04__item img, .mcon .cont-grid04__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.con_bg .cont-grid04__text, .con_bg .cont-grid04__link, .con_bg .cont-grid04 figcaption, .mcon .cont-grid04__text, .mcon .cont-grid04__link, .mcon .cont-grid04 figcaption {
  margin-top: 1em;
}
.con_bg .cont-grid04.is-alignC .cont-grid04__text, .con_bg .cont-grid04.is-alignC .cont-grid04__link, .con_bg .cont-grid04.is-alignC figcaption, .mcon .cont-grid04.is-alignC .cont-grid04__text, .mcon .cont-grid04.is-alignC .cont-grid04__link, .mcon .cont-grid04.is-alignC figcaption {
  text-align: center;
}
.con_bg .cont-grid04.is_max, .mcon .cont-grid04.is_max {
  width: 100%;
}
.con_bg .cont-grid05, .mcon .cont-grid05 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3%;
  width: fit-content;
}
@media (max-width: 769px) {
  .con_bg .cont-grid05, .mcon .cont-grid05 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.con_bg .cont-grid05 > li, .mcon .cont-grid05 > li {
  margin: 0;
}
.con_bg .cont-grid05__item, .mcon .cont-grid05__item {
  width: fit-content;
}
.con_bg .cont-grid05__item img, .mcon .cont-grid05__item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.con_bg .cont-grid05__text, .con_bg .cont-grid05__link, .con_bg .cont-grid05 figcaption, .mcon .cont-grid05__text, .mcon .cont-grid05__link, .mcon .cont-grid05 figcaption {
  margin-top: 1em;
  line-height: 1.4 !important;
}
.con_bg .cont-grid05.is-alignC .cont-grid05__text, .con_bg .cont-grid05.is-alignC .cont-grid05__link, .con_bg .cont-grid05.is-alignC figcaption, .mcon .cont-grid05.is-alignC .cont-grid05__text, .mcon .cont-grid05.is-alignC .cont-grid05__link, .mcon .cont-grid05.is-alignC figcaption {
  text-align: center;
}
.con_bg .cont-grid05.is_max, .mcon .cont-grid05.is_max {
  width: 100%;
}
.con_bg .cont-half, .mcon .cont-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(60px, 5vw);
}
.con_bg .cont-half img, .mcon .cont-half img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 769px) {
  .con_bg .cont-half, .mcon .cont-half {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 770px) {
  .con_bg .cont-half.is_bigR, .mcon .cont-half.is_bigR {
    grid-template-columns: 1fr 65%;
  }
}
@media (min-width: 770px) {
  .con_bg .cont-half.is_bigL, .mcon .cont-half.is_bigL {
    grid-template-columns: 65% 1fr;
  }
}
.con_bg .cont-half.is_gap_large, .mcon .cont-half.is_gap_large {
  gap: min(100px, 8vw);
}
.con_bg .cont-img, .mcon .cont-img {
  display: grid;
  grid-template-columns: 1fr fit-content(30%);
  gap: 60px;
}
@media (max-width: 769px) {
  .con_bg .cont-img, .mcon .cont-img {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 769px) {
  .con_bg .cont-img img, .mcon .cont-img img {
    margin: 0 auto;
  }
}
.con_bg .cont-half-img, .mcon .cont-half-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  .con_bg .cont-half-img, .mcon .cont-half-img {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 769px) {
  .con_bg .cont-half-img img, .mcon .cont-half-img img {
    margin: 0 auto;
  }
}
.con_bg .cont-line, .mcon .cont-line {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
@media (max-width: 769px) {
  .con_bg .cont-line, .mcon .cont-line {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.con_bg .bigPickup, .mcon .bigPickup {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .con_bg .bigPickup, .mcon .bigPickup {
    margin-bottom: 60px;
  }
}
.con_bg .bigPickup__title_wrap, .mcon .bigPickup__title_wrap {
  padding: 20px 1em 0;
  display: block;
  width: min(90%, 500px);
  text-align: center;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 30px 30px 0 0;
}
.con_bg .bigPickup__main_title, .mcon .bigPickup__main_title {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 769px) {
  .con_bg .bigPickup__main_title, .mcon .bigPickup__main_title {
    font-size: 1.375rem;
  }
}
.con_bg .bigPickup__main_title::before, .mcon .bigPickup__main_title::before {
  display: none;
}
.con_bg .bigPickup__main_title_sub, .mcon .bigPickup__main_title_sub {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #8CC14A;
  margin: 0;
}
.con_bg .bigPickup__wrap, .mcon .bigPickup__wrap {
  position: relative;
  padding: 0;
  padding-bottom: 20px;
}
.con_bg .bigPickup__wrap::before, .mcon .bigPickup__wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.con_bg .bigPickup__list, .mcon .bigPickup__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 20px;
  counter-reset: item;
}
@media (max-width: 769px) {
  .con_bg .bigPickup__list, .mcon .bigPickup__list {
    display: block;
  }
}
.con_bg .bigPickup__item, .mcon .bigPickup__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 32px 24px 24px;
}
@media (max-width: 769px) {
  .con_bg .bigPickup__item, .mcon .bigPickup__item {
    padding: 32px min(20px, 4vw) 24px;
  }
}
@media (max-width: 769px) {
  .con_bg .bigPickup__item:not(:first-of-type), .mcon .bigPickup__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.con_bg .bigPickup__item::before, .mcon .bigPickup__item::before {
  counter-increment: item;
  content: "0" counter(item);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #fff;
  background: #8CC14A;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.con_bg .bigPickup__item p, .mcon .bigPickup__item p {
  font-size: 0.937rem;
  line-height: 2;
}
@media (max-width: 769px) {
  .con_bg .bigPickup__item p, .mcon .bigPickup__item p {
    font-size: 0.875rem;
  }
}
.con_bg .bigPickup__title, .mcon .bigPickup__title {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  color: #2a8756;
}
.con_bg .bigPickup__img img, .mcon .bigPickup__img img {
  width: 100%;
}
.con_bg .bigPickup__link, .mcon .bigPickup__link {
  margin-top: auto;
}
.con_bg .bigPickup .more, .mcon .bigPickup .more {
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 769px) {
  .con_bg .bigPickup .more, .mcon .bigPickup .more {
    position: relative;
    width: 50%;
    margin: 0 auto;
    top: 0;
  }
}
.con_bg .bigPickup .more a, .mcon .bigPickup .more a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 769px) {
  .con_bg .bigPickup .more a, .mcon .bigPickup .more a {
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2a8756;
    color: #fff;
    font-size: initial;
    margin-top: 20px;
  }
}
@media (min-width: 770px) {
  .con_bg .bigPickup .more a::before, .mcon .bigPickup .more a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
  }
}
.con_bg .bigPickup .more a:hover, .mcon .bigPickup .more a:hover {
  text-decoration: underline;
}
.con_bg .bigPickup__content, .mcon .bigPickup__content {
  position: relative;
  transition: max-height 0.3s ease;
  padding: 60px 0;
}
@media (max-width: 769px) {
  .con_bg .bigPickup__content, .mcon .bigPickup__content {
    padding: 40px 0;
  }
}
.con_bg .bigPickup__gradient, .mcon .bigPickup__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 160px;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 5;
  display: none;
}
.con_bg .bigPickup__expand, .mcon .bigPickup__expand {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  display: none;
}
.con_bg .bigPickup__expand_btn, .mcon .bigPickup__expand_btn {
  background: #2a8756;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 0.937rem;
  font-weight: 500;
  cursor: pointer;
  margin-inline: auto;
  transition: background-color 0.3s ease;
}
.con_bg .bigPickup__expand_btn:hover, .mcon .bigPickup__expand_btn:hover {
  background: rgb(29.8983050847, 96.1016949153, 61.2203389831);
}
@media (max-width: 769px) {
  .con_bg .bigPickup__expand_btn, .mcon .bigPickup__expand_btn {
    padding: 10px 25px;
    font-size: 0.875rem;
  }
}
.con_bg .bigPickup__expand_icon, .mcon .bigPickup__expand_icon {
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -8px;
}
.con_bg .navIndex, .mcon .navIndex {
  position: relative;
}
@media (max-width: 769px) {
  .con_bg .navIndex, .mcon .navIndex {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
  }
}
.con_bg .navIndex::before, .mcon .navIndex::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #d9d9d9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 769px) {
  .con_bg .navIndex::before, .mcon .navIndex::before {
    display: none;
  }
}
.con_bg .navIndex ul, .mcon .navIndex ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  justify-content: center;
  border-left: 1px solid #fff;
}
@media (max-width: 769px) {
  .con_bg .navIndex ul, .mcon .navIndex ul {
    border-left: none;
    width: 100%;
    display: flex;
    width: max-content;
  }
}
.con_bg .navIndex ul li, .mcon .navIndex ul li {
  display: flex;
  align-items: center;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (max-width: 769px) {
  .con_bg .navIndex ul li, .mcon .navIndex ul li {
    background: #d9d9d9;
  }
  .con_bg .navIndex ul li:last-child, .mcon .navIndex ul li:last-child {
    border-right: none;
  }
}
.con_bg .navIndex ul li a, .mcon .navIndex ul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 10px;
}
@media (max-width: 769px) {
  .con_bg .navIndex ul li a, .mcon .navIndex ul li a {
    min-width: 170px;
    padding: 10px 16px;
  }
}
.con_bg .navIndex ul li a:hover, .mcon .navIndex ul li a:hover {
  background: rgba(156, 196, 95, 0.8);
  color: #fff;
}
.con_bg .voice, .mcon .voice {
  position: relative;
  margin-top: 80px;
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: rgba(0, 160, 233, 0.08);
}
@media (max-width: 680px) {
  .con_bg .voice, .mcon .voice {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.con_bg .voice__item, .mcon .voice__item {
  display: grid;
  grid-template-columns: min(240px, 20vw) 1fr;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 680px) {
  .con_bg .voice__item, .mcon .voice__item {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
}
.con_bg .voice__item:not(:first-child), .mcon .voice__item:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
@media (max-width: 680px) {
  .con_bg .voice__name-area, .mcon .voice__name-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2em 0.5em;
  }
}
.con_bg .voice__name-area p, .mcon .voice__name-area p {
  margin: 0 !important;
}
.con_bg .voice__img, .mcon .voice__img {
  margin-bottom: 1em;
  background: #fff;
}
@media (max-width: 680px) {
  .con_bg .voice__img, .mcon .voice__img {
    margin-bottom: 0.5em;
  }
}
.con_bg .voice__img img, .mcon .voice__img img {
  width: 100%;
  height: 100%;
  max-width: min(240px, 40vw);
  max-height: 200px;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 680px) {
  .con_bg .voice__img img, .mcon .voice__img img {
    max-width: 100%;
  }
}
.con_bg .voice__title, .mcon .voice__title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #00a0e9;
  border: none !important;
}
.con_bg .voice__title::before, .mcon .voice__title::before {
  display: none !important;
}
.con_bg .news-photo, .mcon .news-photo {
  position: relative;
  padding: 60px 0 90px;
}
@media (max-width: 769px) {
  .con_bg .news-photo, .mcon .news-photo {
    padding: 40px 0 40px;
  }
}
.con_bg .news-photo::before, .mcon .news-photo::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f0f0ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.con_bg .news-photo.is-nobg::before, .mcon .news-photo.is-nobg::before {
  display: none;
}
.con_bg .news-photo.is-colorBg::before, .mcon .news-photo.is-colorBg::before {
  background: rgba(42, 135, 86, 0.2);
}
.con_bg .news-photo__title_main, .mcon .news-photo__title_main {
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .con_bg .news-photo__title_main, .mcon .news-photo__title_main {
    margin-bottom: 30px;
  }
}
.con_bg .news-photo_list, .mcon .news-photo_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media (max-width: 769px) {
  .con_bg .news-photo_list, .mcon .news-photo_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.con_bg .news-photo_item, .mcon .news-photo_item {
  position: relative;
  max-width: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(102, 102, 102, 0.1);
}
.con_bg .news-photo_item_cate, .mcon .news-photo_item_cate {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #2a8756;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 3px 14px;
  border-radius: 5px 0 0 0;
}
.con_bg .news-photo_item_cate.category-medicine, .mcon .news-photo_item_cate.category-medicine {
  background: #00a0e9;
}
.con_bg .news-photo_item_cate.category-health_sciences, .mcon .news-photo_item_cate.category-health_sciences {
  background: #eb8724;
}
.con_bg .news-photo_item_cate.category-graduate, .mcon .news-photo_item_cate.category-graduate {
  background: #2a8756;
}
.con_bg .news-photo_item_cate.category-international, .mcon .news-photo_item_cate.category-international {
  background: #c30d23;
}
.con_bg .news-photo_item_img, .mcon .news-photo_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.con_bg .news-photo_item_img img, .mcon .news-photo_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.con_bg .news-photo_item_img:hover, .mcon .news-photo_item_img:hover {
  opacity: 0.7;
}
.con_bg .news-photo_item_date, .mcon .news-photo_item_date {
  padding: 0 1em;
  margin-top: 1.2em;
  font-size: 0.875rem;
  color: #666;
}
.con_bg .news-photo_item_ttl, .mcon .news-photo_item_ttl {
  padding: 0 1em 1.2em;
  margin: 0;
  border: none;
  font-size: 1rem;
}
.con_bg .news-photo_item_ttl::before, .mcon .news-photo_item_ttl::before {
  display: none;
}
.con_bg .news-photo_item_ttl a, .mcon .news-photo_item_ttl a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}
.con_bg .news-photo_contents, .mcon .news-photo_contents {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.con_bg .news-photo_contents .news-photo_item_ttl, .mcon .news-photo_contents .news-photo_item_ttl {
  padding-bottom: 0;
}
.con_bg .news-photo_item_hover_link, .mcon .news-photo_item_hover_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.con_bg .news-photo_item_hover_link:hover, .mcon .news-photo_item_hover_link:hover {
  background: rgba(156, 196, 95, 0.1);
}
.con_bg .news-photo_item_author, .mcon .news-photo_item_author {
  display: block;
  padding: 0.4em 1em 1em;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4 !important;
  width: 100%;
  text-align: right;
  margin: auto 0 0 auto;
}
.con_bg .news-photo_more, .mcon .news-photo_more {
  position: absolute;
  top: 80px;
  right: 0;
}
@media (max-width: 769px) {
  .con_bg .news-photo_more, .mcon .news-photo_more {
    position: relative;
    top: 0;
    right: 0;
    width: min(100%, 260px);
    margin: 0 auto;
  }
}
.con_bg .news-photo_more a, .mcon .news-photo_more a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 770px) {
  .con_bg .news-photo_more a, .mcon .news-photo_more a {
    font-size: 0.875rem;
  }
}
@media (max-width: 769px) {
  .con_bg .news-photo_more a, .mcon .news-photo_more a {
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2b8756;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
  }
}
@media (min-width: 770px) {
  .con_bg .news-photo_more a::before, .mcon .news-photo_more a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
  }
}
.con_bg .news-photo_more a:hover, .mcon .news-photo_more a:hover {
  text-decoration: underline;
}
.con_bg .faq__item, .mcon .faq__item {
  background: rgba(42, 135, 86, 0.1);
  border-radius: 10px;
  margin-top: 20px;
}
.con_bg .faq__q, .mcon .faq__q {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 2rem 1.5rem 1rem;
  margin: 0;
  list-style: none;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 769px) {
  .con_bg .faq__q, .mcon .faq__q {
    padding: 2rem 4vw 1rem;
    gap: 14px;
  }
}
.con_bg .faq__text, .mcon .faq__text {
  flex: 1;
  text-align: left;
}
.con_bg .faq__a, .mcon .faq__a {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0 1.5rem 1.8rem;
}
@media (max-width: 769px) {
  .con_bg .faq__a, .mcon .faq__a {
    padding: 0 4vw 1.8rem;
    gap: 14px;
  }
}
.con_bg .faq__icon, .mcon .faq__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 50%;
  background: #2a8756;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 769px) {
  .con_bg .faq__icon, .mcon .faq__icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.con_bg .faq__icon.is_a, .mcon .faq__icon.is_a {
  background: none;
  border: solid 1px #2a8756;
  color: #2a8756;
}
.con_bg .appeal, .mcon .appeal {
  background: rgba(42, 135, 86, 0.1);
  margin: 60px calc(50% - 50vw);
  padding: 40px 0;
}
@media (max-width: 769px) {
  .con_bg .appeal, .mcon .appeal {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.con_bg .appeal__inner, .mcon .appeal__inner {
  padding: 30px 50px;
  width: min(800px, 92%);
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 769px) {
  .con_bg .appeal__inner, .mcon .appeal__inner {
    padding: 30px 4vw;
  }
}
.con_bg .appeal__cont, .mcon .appeal__cont {
  display: grid;
  grid-template-columns: 1fr fit-content(30%);
  gap: 60px;
  align-items: center;
}
@media (max-width: 769px) {
  .con_bg .appeal__cont, .mcon .appeal__cont {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 769px) {
  .con_bg .appeal__cont img, .mcon .appeal__cont img {
    margin: 0 auto;
  }
}
.con_bg .appeal__title, .mcon .appeal__title {
  margin: 0 auto 20px !important;
  padding: 0 !important;
  font-size: 1.375rem;
  font-weight: 500;
  border: none !important;
  text-align: center;
  color: #2a8756;
}
.con_bg .appeal__title_sub, .mcon .appeal__title_sub {
  font-size: 1.125rem;
}
.con_bg .appeal__list, .mcon .appeal__list {
  display: grid;
  grid-template-columns: 6em 1fr;
  align-items: center;
  gap: 8px 1em;
  margin: 20px 0;
}
.con_bg .appeal__list dt, .mcon .appeal__list dt {
  background: #2a8756;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
}
.con_bg .curriculum_detail__header, .mcon .curriculum_detail__header {
  display: grid;
  grid-template-columns: min(650px, 50%) 1fr;
  gap: min(70px, 5vw);
  margin-bottom: 80px;
  align-items: center;
}
@media (max-width: 769px) {
  .con_bg .curriculum_detail__header, .mcon .curriculum_detail__header {
    display: block;
    margin-bottom: 30px;
  }
}
.con_bg .curriculum_detail__cont, .mcon .curriculum_detail__cont {
  display: grid;
  grid-template-columns: min(720px, 60%) 1fr;
  gap: min(70px, 5vw);
  margin-bottom: 60px;
  align-items: center;
}
@media (max-width: 769px) {
  .con_bg .curriculum_detail__cont, .mcon .curriculum_detail__cont {
    display: block;
    margin-bottom: 24px;
  }
}
.con_bg .curriculum_detail__half, .mcon .curriculum_detail__half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(100px, 8vw);
}
.con_bg .curriculum_detail__half img, .mcon .curriculum_detail__half img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 769px) {
  .con_bg .curriculum_detail__half, .mcon .curriculum_detail__half {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.con_bg .curriculum_detail__logo-area, .mcon .curriculum_detail__logo-area {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: min(60px, 5vw);
}
@media (max-width: 769px) {
  .con_bg .curriculum_detail__logo-area, .mcon .curriculum_detail__logo-area {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.con_bg .pointBox__title, .mcon .pointBox__title {
  display: block;
  width: fit-content;
  padding: 0.4em min(32px, 5vw);
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  background: #2a8756;
  border-radius: 5px 5px 0 0;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 769px) {
  .con_bg .pointBox__title, .mcon .pointBox__title {
    font-size: 1rem;
  }
}
.con_bg .pointBox__list, .mcon .pointBox__list {
  padding: 36px min(32px, 5vw) 20px;
  margin: -20px auto 0;
  border-radius: 5px;
  background: #f4f4f4;
}
.con_bg .pointBox__list li, .mcon .pointBox__list li {
  list-style: none !important;
  position: relative;
  margin-left: 1.5em;
}
.con_bg .pointBox__list li::before, .mcon .pointBox__list li::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: -1.5em;
  top: 0.2em;
  display: inline-block;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_check.svg) no-repeat center center;
  background-size: contain;
}
.con_bg .pointBox__list li:not(:last-of-type), .mcon .pointBox__list li:not(:last-of-type) {
  margin-bottom: 1em;
}
.con_bg .pointBox__title-sub, .mcon .pointBox__title-sub {
  color: #2a8756;
  margin-bottom: 0.5em;
}
.con_bg .news-pop, .mcon .news-pop {
  display: block;
  width: 100%;
  border: 2px solid #8CC14A;
  border-radius: 10px;
  padding: 20px 30px;
  background: rgba(140, 193, 74, 0.1);
  margin-bottom: 20px;
}
.con_bg .news-pop__title, .mcon .news-pop__title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #8CC14A;
  border: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.con_bg .news-pop__list, .mcon .news-pop__list {
  margin: 0 !important;
}
.con_bg .news-pop__list li, .mcon .news-pop__list li {
  list-style: none !important;
  position: relative;
}
.con_bg .news-pop__list li::before, .mcon .news-pop__list li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #2a8756;
  border-radius: 50%;
  position: absolute;
  left: -1em;
  top: 0.7em;
}
.con_bg .news-pop__list.is-category dl, .mcon .news-pop__list.is-category dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  margin-top: 1em;
}
@media (max-width: 769px) {
  .con_bg .news-pop__list.is-category dl, .mcon .news-pop__list.is-category dl {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.2em;
  }
}
.con_bg .news-pop.is-important, .mcon .news-pop.is-important {
  border-color: #c30d23;
  background: rgba(195, 13, 35, 0.1);
}
.con_bg .news-pop.is-important .news-pop__title, .mcon .news-pop.is-important .news-pop__title {
  color: #c30d23;
}
.con_bg .news-pop.is-important .news-pop__list li::before, .mcon .news-pop.is-important .news-pop__list li::before {
  background-color: #c30d23;
}
.con_bg .news-pop__category, .mcon .news-pop__category {
  display: inline-block;
  min-width: 7em;
  padding: 5px 0;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  color: #8CC14A;
  border: 1px solid #8CC14A;
  text-decoration: none;
  background: #fff;
}
.con_bg .news-pop__category.recruitment, .mcon .news-pop__category.recruitment {
  color: #3E3A39;
  background: #F0F0EE;
  border: 1px solid #F0F0EE;
}
.con_bg .news-pop__category.event, .mcon .news-pop__category.event {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.con_bg .news-pop__category.topics, .mcon .news-pop__category.topics {
  color: #8CC14A;
  border: 1px solid #8CC14A;
}
.con_bg .news-pop__category.important, .mcon .news-pop__category.important {
  color: #c30d23;
  border: 1px solid #c30d23;
}
.con_bg .news-pop__category.category-health_sciences, .mcon .news-pop__category.category-health_sciences {
  color: #eb8724;
  border: 1px solid #eb8724;
}
.con_bg .news-pop__category.category-medicine, .mcon .news-pop__category.category-medicine {
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.con_bg .news-pop__category.category-graduate, .mcon .news-pop__category.category-graduate {
  color: #2a8756;
  border: 1px solid #2a8756;
}

/*----------------------------------------------------------------------------
***
** index
***
----------------------------------------------------------------------------*/
.index_main {
  width: 100%;
}

.index_important_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-bottom: 1px solid #ccc;
}
.index_important_wrap .index_important {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index_important_wrap .index_important .index_important_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.index_important_wrap .index_important .index_important_title h2 {
  color: #c30d23;
  font-weight: 500;
}
.index_important_wrap .index_important .index_important_list {
  width: 100%;
  padding: 15px 0 15px 30px;
}
.index_important_wrap .index_important .index_important_list .index_important_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: none;
}
.index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_date {
  color: #c30d23;
  font-weight: 700;
}
.index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_ttl {
  position: relative;
  padding-left: 30px;
  color: #c30d23;
}
.index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_ttl a {
  color: #c30d23;
  text-decoration: none;
}
.index_important_wrap .index_important .index_important_list .index_important_item .index_important_item_ttl a:hover {
  text-decoration: underline;
}

.index_slider_bg .index_slider {
  position: relative;
}
@media (max-width: 769px) {
  .index_slider_bg .index_slider {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 769px) {
  .index_slider_bg .index_slider .slider_slick {
    width: 100%;
    height: 100%;
  }
}
.index_slider_bg .index_slider img {
  width: 100%;
  height: 545px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 769px) {
  .index_slider_bg .index_slider img {
    height: 100%;
  }
}
.index_slider_bg .index_slider .index_slider_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 216px;
}
@media (max-width: 769px) {
  .index_slider_bg .index_slider .index_slider_title {
    width: min(216px, 70%);
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
  }
}
.index_slider_bg .index_slider .index_slider_title img {
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  .index_slider_bg .index_slider .index_slider_title img {
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
}

/*----------------------------------------------------------------------------
***
** sns
***
----------------------------------------------------------------------------*/
.sp_sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px;
  background: #f0f0f0;
}
@media (min-width: 770px) {
  .sp_sns {
    display: none;
  }
}
.sp_sns li {
  width: 20px;
  height: 20px;
}
.sp_sns li a, .sp_sns li img {
  display: block;
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------
***
** index
***
----------------------------------------------------------------------------*/
.index_main {
  width: 100%;
}
@media (max-width: 769px) {
  .index_main {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.index_main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 769px) {
  .index_main_title {
    font-size: 1.625rem;
  }
}
.index_main_subTitle {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 769px) {
  .index_main_subTitle {
    font-size: 1.2rem;
    gap: 20px;
  }
}
.index_main_subTitle::before {
  content: "";
  width: 5px;
  height: auto;
  background: #8CC14A;
  display: block;
}
@media (max-width: 769px) {
  .index_main_subTitle::before {
    width: 4px;
  }
}

@media (max-width: 769px) {
  .index_nav_wrap {
    display: none;
  }
}

.index_important_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-bottom: 1px solid #ccc;
}
@media (max-width: 769px) {
  .index_important_wrap {
    width: 100%;
    padding: 14px max(4%, 20px) 0;
  }
}
.index_important_wrap .index_important {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .index_important_wrap .index_important {
    display: block;
  }
}
.index_important_wrap .index_important_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 769px) {
  .index_important_wrap .index_important_title {
    width: 100%;
  }
}
.index_important_wrap .index_important_title h2 {
  color: #c30d23;
  font-weight: 500;
}
.index_important_wrap .index_important_list {
  width: 100%;
  padding: 15px 0 15px 30px;
}
@media (max-width: 769px) {
  .index_important_wrap .index_important_list {
    padding: 0;
  }
}
.index_important_wrap .index_important_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: none;
}
@media (max-width: 769px) {
  .index_important_wrap .index_important_item {
    font-size: 0.812rem;
  }
}
.index_important_wrap .index_important_item .index_important_item_date {
  color: #c30d23;
  font-weight: 700;
}
.index_important_wrap .index_important_item .index_important_item_ttl {
  position: relative;
  padding-left: 30px;
  color: #c30d23;
}
@media (max-width: 769px) {
  .index_important_wrap .index_important_item .index_important_item_ttl {
    padding-left: 15px;
  }
}
.index_important_wrap .index_important_item .index_important_item_ttl a {
  color: #c30d23;
  text-decoration: none;
}
.index_important_wrap .index_important_item .index_important_item_ttl a:hover {
  text-decoration: underline;
}

.index_research {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0 90px;
  background: #f4f4f4;
  position: relative;
}
@media (max-width: 769px) {
  .index_research {
    width: 100%;
    padding: 60px 0 60px;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
  }
}
@media print {
  .index_research {
    width: 100%;
    margin: 0;
  }
}
.index_research_wrap {
  position: relative;
}
.index_research_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
  margin: 24px 0 0;
}
@media (max-width: 680px) {
  .index_research_list {
    display: flex;
    flex-wrap: wrap;
  }
}
.index_research_item {
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 3px;
  border: 6px solid #fff;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .index_research_item {
    width: 100%;
    margin: 0 auto;
  }
}
.index_research_item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .index_research_item a {
    font-size: 0.875rem;
  }
}
.index_research_item:hover {
  border-color: rgba(156, 196, 95, 0.8);
}
.index_research_item:hover a {
  color: #fff;
  background: #9cc45f;
}
.index_research_item:hover .index_research_item_ttl time {
  color: #fff;
}
.index_research_item:hover .index_research_item_img img {
  opacity: 1;
  transform: scale(1.05);
}
.index_research_item_img {
  position: relative;
  margin-top: auto;
  background: #999;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}
.index_research_item_img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .index_research_item_img img {
    height: 120px;
  }
}
.index_research_item_ttl {
  padding: 16px 24px 16px;
}
@media (max-width: 680px) {
  .index_research_item_ttl {
    padding: 20px max(4%, 20px) 22px;
  }
}
.index_research_item_ttl time {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  color: #999;
  font-size: 14px;
  text-align: right;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .index_research_item_ttl time {
    margin-bottom: 4px;
    font-size: 13px;
  }
}
.index_research .more {
  position: absolute;
  top: 20px;
  right: 0;
}
@media (max-width: 680px) {
  .index_research .more {
    position: relative;
    top: 0;
    right: auto;
    width: min(100%, 260px);
    margin: 0 auto;
  }
}
.index_research .more a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 680px) {
  .index_research .more a {
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2b8756;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
  }
}
.index_research .more a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 680px) {
  .index_research .more a::before {
    display: none;
  }
}
.index_research .more a:hover {
  text-decoration: underline;
}

.index_information {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0 100px;
}
@media (max-width: 769px) {
  .index_information {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 60px;
  }
}
.index_information_movie {
  width: 100%;
  margin-top: 120px;
  padding-top: 56.25%;
  position: relative;
}
@media (max-width: 769px) {
  .index_information_movie {
    margin-top: 60px;
  }
}
.index_information_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.index_information_movieTxt {
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 769px) {
  .index_information_movieTxt {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}

.index_undergraduate {
  display: flex;
  align-items: center;
  gap: min(70px, 6vw);
}
@media (max-width: 769px) {
  .index_undergraduate {
    align-items: flex-start;
  }
}
@media (max-width: 680px) {
  .index_undergraduate {
    display: block;
    margin-top: 60px;
  }
}
@media (min-width: 770px) {
  .index_undergraduate:nth-child(2n-1) {
    flex-direction: row-reverse;
  }
}
.index_undergraduate.is_medicine .index_undergraduate_title::before {
  background: #00a0e9;
}
.index_undergraduate.is_medicine .index_undergraduate_link:first-of-type a {
  background: #00a0e9;
}
.index_undergraduate.is_health_sciences .index_undergraduate_title::before {
  background: #eb8724;
}
.index_undergraduate.is_health_sciences .index_undergraduate_link:first-of-type a {
  background: #eb8724;
}
.index_undergraduate.is_graduate .index_undergraduate_title::before {
  background: #2a8756;
}
.index_undergraduate.is_graduate .index_undergraduate_link:first-of-type a {
  background: #2a8756;
}
.index_undergraduate_wrap {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 680px) {
  .index_undergraduate_wrap {
    margin-top: 0;
    display: block;
    gap: 0;
  }
}
.index_undergraduate_img {
  flex: 1;
}
@media (max-width: 769px) {
  .index_undergraduate_img {
    margin-top: 70px;
  }
}
@media (max-width: 680px) {
  .index_undergraduate_img {
    margin-top: 20px;
  }
}
.index_undergraduate_img img {
  width: 100%;
}
.index_undergraduate_contents {
  width: min(410px, 50%);
}
@media (max-width: 680px) {
  .index_undergraduate_contents {
    width: 100%;
  }
}
.index_undergraduate_title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 680px) {
  .index_undergraduate_title {
    font-size: 1.2rem;
    gap: 20px;
  }
}
.index_undergraduate_title::before {
  content: "";
  width: 5px;
  height: auto;
  background: #333;
  display: block;
}
@media (max-width: 680px) {
  .index_undergraduate_title::before {
    width: 4px;
  }
}
.index_undergraduate_txt {
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 769px) {
  .index_undergraduate_txt {
    font-size: 0.875rem;
  }
}
.index_undergraduate_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media (max-width: 769px) {
  .index_undergraduate_links {
    font-size: 0.875rem;
  }
}
.index_undergraduate_link {
  width: 100%;
}
.index_undergraduate_link:first-of-type a {
  color: #fff;
}
.index_undergraduate_link.is-half {
  width: calc((100% - 10px) / 2);
}
.index_undergraduate_link a {
  display: block;
  width: 100%;
  background: #f0f0ee;
  padding: 1em 10px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}
.index_undergraduate_link a:hover {
  color: #fff;
  background: rgba(156, 196, 95, 0.8) !important;
}
.index_undergraduate_category {
  padding: 2px 5px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: #8CC14A;
  text-decoration: none;
  display: inline-block;
  min-width: 4em;
  margin-right: 0.5em;
}
@media (max-width: 769px) {
  .index_undergraduate_category {
    font-size: 0.7rem;
  }
}
.index_undergraduate_category.is-medicine {
  background: #00a0e9;
}
.index_undergraduate_category.is-health_sciences {
  background: #eb8724;
}

.index_pickup_wrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0;
  background: #f4f4f4;
}
@media (max-width: 769px) {
  .index_pickup_wrap {
    width: 100%;
    padding: 60px 0 60px;
  }
}
.index_pickup_wrap.is-nobg {
  background: transparent;
}
.index_pickup_wrap .index_pickup {
  position: relative;
}
.index_pickup_wrap .index_pickup .index_pickup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0 0;
}
@media (max-width: 769px) {
  .index_pickup_wrap .index_pickup .index_pickup_list {
    gap: 20px;
    margin: 30px 0 0;
  }
}
.index_pickup_wrap .index_pickup .index_pickup_item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 769px) {
  .index_pickup_wrap .index_pickup .index_pickup_item {
    width: 100%;
  }
}
.index_pickup_wrap .index_pickup .index_pickup_item a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ccc;
}
.index_pickup_wrap .index_pickup .index_pickup_item a:hover .index_pickup_item_img {
  position: relative;
}
.index_pickup_wrap .index_pickup .index_pickup_item a:hover .index_pickup_item_img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.index_pickup_wrap .index_pickup .index_pickup_item_img {
  position: relative;
  overflow: hidden;
}
.index_pickup_wrap .index_pickup .index_pickup_item_img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.index_pickup_wrap .index_pickup .index_pickup_item_img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 142, 102, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 142, 102, 0.2) 100%);
}
.index_pickup_wrap .index_pickup .index_pickup_item_img::after {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: 1;
  content: "";
  width: 97.5%;
  height: 93%;
  border: 1px solid #ccc;
}
.index_pickup_wrap .index_pickup .index_pickup_item_ttl {
  padding: 20px 30px;
}
@media all and (min-width: 680px) and (max-width: 769px) {
  .index_pickup_wrap .index_pickup .index_pickup_item_ttl {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 769px) {
  .index_pickup_wrap .index_pickup .index_pickup_item_ttl {
    padding: 20px 20px;
  }
}
.index_pickup_wrap .index_pickup .index_pickup_item_ttl h3 {
  color: #2a8756;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .index_pickup_wrap .index_pickup .index_pickup_item_ttl h3 {
    font-size: 0.875rem;
  }
}
@media (max-width: 769px) {
  .index_pickup_wrap .index_pickup .index_pickup_item_ttl p {
    font-size: 0.812rem;
  }
}

.index_forStudents {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0 90px;
  background: #f4f4f4;
}
@media (max-width: 769px) {
  .index_forStudents {
    width: 100%;
    padding: 60px 0 60px;
  }
}

.index_forApplicants {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 70px 0 80px;
}
@media (max-width: 769px) {
  .index_forApplicants {
    width: 100%;
    padding: 60px 0 60px;
  }
}
.index_forApplicants_contents {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 70px;
  margin: 56px auto;
}
@media (max-width: 769px) {
  .index_forApplicants_contents {
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.index_forApplicants_img {
  flex: 1;
}
.index_forApplicants_img img {
  width: 100%;
}
.index_forApplicants_txt {
  width: 400px;
  line-height: 2;
}

.index_iconList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 769px) {
  .index_iconList {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
}
@media all and (min-width: 680px) and (max-width: 769px) {
  .index_iconList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.index_iconList_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #f4f4f4;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 35px 10px;
  box-sizing: border-box;
  color: #333;
}
@media (max-width: 769px) {
  .index_iconList_item a {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    padding: 1em 20px;
    border-radius: 3px;
  }
}
.index_iconList_item a:hover {
  background: rgba(156, 196, 95, 0.8);
  color: #fff;
}
.index_iconList_item a:hover img {
  filter: brightness(0) invert(1);
}
@media (max-width: 769px) {
  .index_iconList_item img {
    width: 50px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
  }
}
.index_iconList.is-white .index_iconList_item a:not(:hover) {
  background: #fff;
}

.index_hospitals {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 80px 0 100px;
  background: #f4f4f4;
}
@media (max-width: 769px) {
  .index_hospitals {
    width: 100%;
    padding: 70px 0 80px;
  }
}
.index_hospitals_info {
  margin-top: 60px;
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.1);
}
@media (max-width: 769px) {
  .index_hospitals_info {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
}
.index_hospitals_info_text_area {
  width: 56%;
  line-height: 2;
  padding: 50px;
  font-size: 1rem;
}
@media (max-width: 769px) {
  .index_hospitals_info_text_area {
    font-size: 0.875rem;
    width: 100%;
    padding: 34px max(4%, 20px);
  }
}
.index_hospitals_info_title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 769px) {
  .index_hospitals_info_title {
    text-align: center;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.index_hospitals_info_img {
  flex: 1;
}
.index_hospitals_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_hospitals_contents {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .index_hospitals_contents {
    margin-top: 60px;
  }
  .index_hospitals_contents:first-of-type {
    margin-top: 40px;
  }
}
.index_hospitals_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4%;
}
@media (max-width: 769px) {
  .index_hospitals_list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5%;
  }
}
@media all and (min-width: 680px) and (max-width: 769px) {
  .index_hospitals_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.index_hospitals_list.is_magazine {
  grid-template-columns: repeat(5, 1fr);
  gap: 3%;
}
@media (max-width: 680px) {
  .index_hospitals_list.is_magazine {
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
  }
}
.index_hospitals_item a {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.index_hospitals_item a:hover {
  opacity: 0.8;
}
.index_hospitals_item img {
  width: 100%;
  height: auto;
}
.index_hospitals_item figcaption {
  margin-top: 4px;
}
@media (max-width: 769px) {
  .index_hospitals_item figcaption {
    font-size: 0.875rem;
  }
}

.con_bg .admission_info__wrap:not(:first-of-type), .mcon .admission_info__wrap:not(:first-of-type) {
  margin-top: 60px;
}
.con_bg .admission_info__section:not(:first-of-type), .mcon .admission_info__section:not(:first-of-type) {
  margin-top: 46px;
}
@media (max-width: 769px) {
  .con_bg .admission_info__section:not(:first-of-type), .mcon .admission_info__section:not(:first-of-type) {
    margin-top: 40px;
  }
}
.con_bg .admission_info__title, .mcon .admission_info__title {
  margin-bottom: 30px;
}
.con_bg .careers__day, .mcon .careers__day {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  border: 1px solid #666;
  color: #666;
  padding: 0 0.8em;
  margin: 0 auto -10px;
  display: flex;
  justify-content: center;
  width: fit-content;
}
.con_bg .careers__graph, .mcon .careers__graph {
  display: flex;
  gap: 60px;
  align-items: stretch;
  justify-content: center;
  background: #fff;
  padding: 60px 0;
}
@media (max-width: 769px) {
  .con_bg .careers__graph, .mcon .careers__graph {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    padding: 40px min(20px, 4%);
  }
}
.con_bg .careers__graph_img img, .mcon .careers__graph_img img {
  display: block;
  max-height: 230px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .con_bg .careers__graph_img img, .mcon .careers__graph_img img {
    max-height: none;
    width: 100%;
    height: auto;
  }
}
.con_bg .careers__graph_line, .mcon .careers__graph_line {
  width: 1px;
  background: #666;
}
@media (max-width: 769px) {
  .con_bg .careers__graph_line, .mcon .careers__graph_line {
    width: 100%;
    height: 1px;
  }
}
.con_bg .careers__graph_item, .mcon .careers__graph_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.con_bg .careers__graph_item img, .mcon .careers__graph_item img {
  max-width: 100%;
}
.con_bg .careers__graph_title, .mcon .careers__graph_title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  padding: 0;
  border: none;
}
.con_bg .careers__graph_title::before, .mcon .careers__graph_title::before {
  display: none;
}
.con_bg .careers__text, .mcon .careers__text {
  margin-top: 60px;
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 769px) {
  .con_bg .careers__text, .mcon .careers__text {
    font-size: 0.875rem;
    text-align: left;
  }
}
.con_bg .greetings__text p, .mcon .greetings__text p {
  line-height: 2;
}
.con_bg .greetings__img, .mcon .greetings__img {
  width: 200px;
  margin-left: 40px;
  margin-bottom: 40px;
  float: right;
}
@media (max-width: 769px) {
  .con_bg .greetings__img, .mcon .greetings__img {
    width: min(80%, 300px);
    float: none;
    margin: 0 auto 40px;
  }
}
.con_bg .greetings__name, .mcon .greetings__name {
  text-align: right;
}
.con_bg .greetings__name span, .mcon .greetings__name span {
  font-size: 140%;
  font-family: "Noto Serif JP", serif;
}
.con_bg .guardian__wrap, .mcon .guardian__wrap {
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .con_bg .guardian__wrap, .mcon .guardian__wrap {
    margin-bottom: 40px;
  }
}
.con_bg .list li, .mcon .list li {
  list-style: disc !important;
}
.con_bg .list.is_green li, .mcon .list.is_green li {
  list-style: none !important;
  position: relative;
}
.con_bg .list.is_green li::before, .mcon .list.is_green li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #2a8756;
  border-radius: 50%;
  position: absolute;
  left: -1em;
  top: 0.7em;
}
.con_bg .no-list li, .mcon .no-list li {
  margin-left: 0 !important;
}

.sitemap .mcon ul li a {
  position: relative;
  padding-right: 20px;
}
.sitemap .mcon ul li a[target=_blank]::after {
  position: absolute;
  top: 0.4em;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  right: 0;
  border-radius: 0;
  background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_elink_blue.svg) no-repeat center center;
  background-size: contain;
}
.sitemap .mcon h2:not(:first-child) {
  margin-top: 40px;
}

.curriculum__wrap {
  display: grid;
  grid-template-columns: min(580px, 40vw) 1fr;
  gap: 60px;
}
@media (max-width: 769px) {
  .curriculum__wrap {
    grid-template-columns: 1fr;
  }
}
.curriculum__text dt {
  font-size: 1.4rem;
  margin-bottom: 1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  background: rgba(0, 160, 233, 0.1);
  padding: 0.7em 1em 0.5em;
  line-height: 1.6;
  box-sizing: border-box;
  margin: 0 0 20px;
  box-shadow: 0px 1px 1px 0px rgba(102, 102, 102, 0.1);
}
@media (max-width: 769px) {
  .curriculum__text dt {
    font-size: 1.24rem;
  }
}
.curriculum__text dt:not(:first-child) {
  margin-top: 2em;
}
.curriculum__text dt span {
  font-size: 80%;
}
.curriculum__column-sec {
  display: grid;
  grid-template-columns: min(580px, 40vw) 1fr;
  gap: 60px;
  margin-top: 4em;
}
@media (max-width: 769px) {
  .curriculum__column-sec {
    grid-template-columns: 1fr;
    gap: 2em;
    margin-top: 2em;
  }
}
@media (max-width: 769px) {
  .curriculum__column-sec > *:nth-child(2) {
    order: -1;
  }
}

.year {
  margin-top: 100px;
}
@media (max-width: 769px) {
  .year {
    margin-top: 60px;
  }
}
.year__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 769px) {
  .year__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.year__wrap li:nth-child(4) {
  grid-column: 1/-1;
}
@media (max-width: 769px) {
  .year__wrap li:nth-child(4) {
    grid-column: auto;
  }
}
.year__item {
  background: #E6E4D7;
  padding: 6px 24px 10px;
  border-radius: 0;
  margin: 0 !important;
}
.year__item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #fff;
  background: #B9A77F;
  padding: 0.1em 0.8em;
  border-radius: 3px;
  width: fit-content;
  display: block;
  border: none !important;
}
.year__item h3::before {
  display: none !important;
}
.year__item h3 span {
  font-size: 1.4rem;
}
.year__item p {
  line-height: 1.6 !important;
}

.program {
  margin-top: 100px;
}
@media (max-width: 769px) {
  .program {
    margin-top: 60px;
  }
}
.program__img {
  margin-top: 30px;
}
@media (max-width: 769px) {
  .program__img {
    margin-top: 20px;
  }
}

.apahl__reportList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(20px, 4vw);
  width: min(900px, 100%);
  margin: 0 auto;
}
@media (max-width: 769px) {
  .apahl__reportList {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.apahl__reportList li {
  margin: 0 auto !important;
  max-width: 420px;
}
.apahl__reportList a {
  text-decoration: none;
}
.apahl__reportList figcaption {
  color: #333;
  margin: 0.5em auto 0;
  text-align: center;
}
.apahl__list td:nth-child(1), .apahl__list th:nth-child(1) {
  width: 4.5em;
  text-align: center;
}
.apahl__list td:nth-child(2), .apahl__list th:nth-child(2) {
  width: 6em;
  text-align: center;
}
.apahl__list td:nth-child(3), .apahl__list th:nth-child(3) {
  width: 10em;
}
.apahl__list td:nth-child(4), .apahl__list th:nth-child(4) {
  width: 9.3em;
}
.apahl__list td:nth-child(5), .apahl__list th:nth-child(5) {
  border-right: none;
}
.apahl__list td:nth-child(6), .apahl__list th:nth-child(6) {
  padding-left: 0;
  width: 130px;
  border-right: none;
}
.apahl__noTr th, .apahl__noTr td {
  background: rgba(217, 217, 217, 0.5) !important;
}
.apahl__faq {
  margin-top: 80px;
}
@media (max-width: 769px) {
  .apahl__faq {
    margin-top: 40px;
  }
}
.apahl__detail {
  display: grid;
  grid-template-columns: 1fr fit-content(30%);
  gap: 60px;
}
@media (max-width: 769px) {
  .apahl__detail {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 769px) {
  .apahl__detail img {
    margin: 0 auto;
  }
}
.apahl__table {
  margin-top: 40px;
}
.apahl__table tr:first-child th {
  background: rgba(42, 135, 86, 0.25) !important;
}
.apahl__photo {
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 769px) {
  .apahl__photo {
    margin: 40px auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.apahl__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research_faq {
  position: relative;
  padding: 60px 0 90px;
}
@media (max-width: 769px) {
  .research_faq {
    padding: 20px 0 40px;
  }
}
.research_faq::before {
  content: "";
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f0f0ee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.research_faq__title {
  margin-bottom: 60px !important;
}
@media (max-width: 769px) {
  .research_faq__title {
    margin-bottom: 30px !important;
  }
}
.research_faq_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40px, 5vw);
}
@media (max-width: 769px) {
  .research_faq_list {
    grid-template-columns: 1fr;
  }
}
.research_faq_list li {
  margin: 0 !important;
}
.research_faq_item {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(102, 102, 102, 0.1);
  transition: all 0.3s ease;
  background: #fff;
}
.research_faq_item:hover {
  background: rgba(156, 196, 95, 0.1);
}
.research_faq_link {
  display: block;
  color: #333;
  text-decoration: none;
}
.research_faq_link:hover {
  background: rgba(156, 196, 95, 0.1);
}
.research_faq_img {
  width: 100%;
  height: 260px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.research_faq_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.research_faq_content {
  padding: 14px 20px;
}
.research_faq_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem !important;
  border: none !important;
}
.research_faq_title::before, .research_faq_title::after {
  display: none;
}
.research_faq_title span {
  color: #666;
}
.research_faq_name_list {
  margin-top: 0.4em;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: right;
}
.research_faq .more {
  position: absolute;
  top: 60px;
  right: 0;
}
@media (max-width: 769px) {
  .research_faq .more {
    position: relative;
    top: 0;
    right: 0;
    width: min(100%, 260px);
    margin: 0 auto;
  }
}
.research_faq .more a {
  position: relative;
  display: flex;
  align-items: center;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 769px) {
  .research_faq .more a {
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    background: #2b8756;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
  }
}
@media (min-width: 770px) {
  .research_faq .more a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(/med/wp-content/themes/faculty-foe-ja/images/icon_archive.svg) no-repeat center center;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
  }
}
.research_faq .more a:hover {
  text-decoration: underline;
}