@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


/* ================
top2024
================ */
.page-id-321070 .container article,
.page-id-322505 .container article {
  float: none;
  width: 100%;
}

.top-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: 0.075em;
  color: #00A0E8;
  position: relative;
  text-align: center;
}

.top-ttl::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  background-color: #00A0E8;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.top-about {
  padding: 30px 0 50px;
}

.top-about__head {
  max-width: 400px;
  margin: 0 auto;
}

.top-about__lists {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.top-about__list {
  position: relative;
}

.top-about__list:nth-child(2) {
  margin-left: 15px;
}

.top-about__list:nth-child(1) a>img {
  width: 207px;
}

.top-about__list:nth-child(2) a>img {
  width: 239px;
}

.top-about__list:nth-child(3) a>img {
  width: 239px;
}

.top-about__list::before {
  content: "";
  display: block;
  width: 77px;
  height: 40px;
  background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/top/yumenotane/arrow-blue.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -51px;
  transform: translateX(-50%);
}

.top-about__list:nth-child(1)::before {
  content: none;
}


.top-about__list .btn {
  background-color: #00A0E8;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  border-radius: 50vh;
  padding: 6px 20px 6px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 207px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}

.top-about__list:nth-child(2) .btn {
  left: calc(50% + 8px);
}

.top-about__list a:hover .btn {
  background-color: #f59600;
}

.top-about__list .arrow {
  display: block;
  width: 12px;
  margin-bottom: 2px;
}


/* ピックアップ */
.top-pickup {
  margin-top: 40px;
  background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/top/pickup/bg-pickup.png) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  padding: 27px 32px 10px;
}

.top-pickup__lists {
  display: flex;
  flex-wrap: wrap; /* アイテムが収まらない場合に折り返し */
  justify-content: space-between;
  margin-top: 54px;
}

.top-pickup__list {
  width: calc(25% - 10px); /* 4カラムになるよう幅を指定 */
  margin-bottom: 20px; /* 下の行との間隔を調整 */
}

.top-pickup__list a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border: 1px solid #59B5E1;
  padding: 33px 13px 20px;
  transition: .3s;
  text-decoration: none;

}

.top-pickup__list a .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}

.top-pickup__list a .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 141px;
}

.top-pickup__list a .btn .text {
  font-size: 15px;
  color: #333333;
  min-width: 114px;
  font-weight: 500;
}

.top-pickup__list a .btn .circle {
  display: block;
  width: 27px;
  height: 27px;
  background-color: rgba(89, 181, 225, .4);
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
}

.top-pickup__list a .btn .circle::before {
  content: "";
  width: 25px;
  height: 6px;
  background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/top/pickup/arrow-gray.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.top-pickup__list a:hover .btn .circle::before {
  left: 12px;
}

/* インフォメーションエリア */
.top-common-link a {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: .3s;
}

.top-common-link .arrow {
  display: inline-block;
  width: 8px;
  margin-right: 7px;
}

.top-events {
  margin-top: 60px;
  padding: 30px 25px 20px;
  background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/top/information/bg-events.png) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
}

.top-events__lists {
  margin-top: 47px;
  display: flex;
  flex-wrap: wrap;
}

.top-events__list {
  width: 31.5%;
  margin-left: 2.4%;
}

.top-events__list:nth-child(3n+1) {
  margin-left: 0;
}

.top-events__list:nth-child(n+4) {
  margin-top: 20px;
}

.top-events__list a {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.42;
  padding: 10px 11px;
  min-height: 293px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: .3s;
}

.top-events__list a .event_img {
  overflow: hidden;
}

.top-events__list a .event_img img {
  transition: transform .6s ease;
}

.top-events__list a .event_date {
  margin-top: 15px;
}

.top-events__list a .event_day {
  font-size: 16px;
  font-weight: 700;
  color: #00A0E8;
  letter-spacing: 0.075em;
}

.top-events__list a .event_cont {
  margin-top: 8px;
}

.top-events__list a .event_title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  /* letter-spacing: 0.045em; */
  color: #333;
  margin-bottom: 4px;
}

.top-events__list a .no_link {}

.top-events__list a:hover {
  color: #333;
  /* opacity: .6; */
}

.top-events__list a:hover .event_img img {
  transform: scale(1.2);
  /* 拡大 */
}

.top-events__link {
  margin-top: 24px;
}

.top-news {
  margin-top: 75px;
  margin-bottom: 46px;
}

.top-news__lists {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}

.top-news__lists li {
  width: 28%;
}

.top-news__lists li a {
  text-decoration: none;
  transition: .3s;
}

.top-news__lists li a .news_img {
  overflow: hidden;
}

.top-news__lists li a .news_img img {
  transition: transform .6s ease;
}

.top-news__lists li a .news_info {
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.top-news__lists li a .date time {
  font-size: 14px;
  font-weight: 700;
  color: #00A0E8;
  letter-spacing: 0.075em;
}

.top-news__lists li a .cat {
  padding: 2px 7px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0.075em;
  margin-left: 7px;
  border-radius: 2px;
}

.top-news__lists li .cat.press,
.top-news__lists li .cat.information,
.top-news__lists li .cat.event,
.top-news__lists li .cat.ryuka-report,
.top-news__lists li .cat.media {
  background: #00a0e8;
}

.top-news__lists li .cat.ryuka-learn,
.top-news__lists li .cat.program-report,
.top-news__lists li .cat.cooperation,
.top-news__lists li .cat.international,
.top-news__lists li .cat.local-report {
  background: #f59600;
}

.top-news__lists li .cat.studentlife,
.top-news__lists li .cat.investigation,
.top-news__lists li .cat.club-activities,
.top-news__lists li .cat.overseas-student {
  background: #8cc31e;
}

.top-news__lists li .cat.entrance,
.top-news__lists li .cat.employment,
.top-news__lists li .cat.four-years-report {
  background: #044f8b;
}

.top-news__lists li .cat.library,
.top-news__lists li .cat.supporter-information,
.top-news__lists li .cat.uncat {
  background: #a0a0a0;
}


.top-news__lists li a .news_cont p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  color: #333;
}

.top-news__link {
  margin-top: 36px;
}

.top-news__lists li a:hover .news_img img {
  transform: scale(1.2);
}

/* 重要なお知らせ */

.top-important-notice {}

.top-important-notice__wrap {}

.top-important-notice__box {
  display: flex;
  border: 1px solid #59B5E1;
}

.top-important-notice__box .head {
  width: 16%;
  background-color: #E8F4FB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-important-notice__box .head p {
  font-size: 14px;
  font-weight: 700;
  color: #00A0E8;
  letter-spacing: 0.1em;
}

.top-important-notice__box .content {
  width: 84%;
  padding: 15px;
}

.top-important-notice__box .content time {
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  margin-right: 22px;
  line-height: 1.5;
}

.top-important-notice__box .content a {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  line-height: 1.5;
}

.top-important-notice__box .content a:hover {
  text-decoration: underline;
}


/* 訪問別ご案内、バナースライダー */
.top-guidance {
  padding: 65px 0 38px;
}

.top-guidance-slider.slick-dotted.slick-slider {
  margin-top: 50px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.top-guidance-slider .slide {
  position: relative;
  border-radius: 10px;
  min-height: 448px;
}

.top-guidance-slider .slide.slick-slide {
  display: flex;
  justify-content: end;
  border-radius: 10px;
}

.top-guidance-slider .slide .nav {
  width: 45%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(89, 181, 225, .93);
  padding: 38px 32px 32px 12px;
}

.top-guidance-slider .slide .nav .arrow {
  display: inline-block;
  margin-right: 6px;
  margin-top: 7px;
}

.top-guidance-slider .slide .nav .arrow img {
  padding: 0;
  width: 8px;
  background-color: transparent;
}

.top-guidance-slider .slide .nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  transition: .3s;
}

.top-guidance-slider .slide .nav a:hover {
  opacity: .6;
}

.top-guidance-slider .slide .nav>a {
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.top-guidance-slider .slide .nav .link-lists {
  margin-top: 2px;
}

.top-guidance-slider .slide .nav .link-list a {
  display: block;
  padding: 25px 20px 10px 2px;
  border-bottom: 0.3px solid #fff;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.top-guidance-slider .slide .slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-guidance-slider .slide .slider-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.top-guidance-slider .slick-dots,
.top-banner-slider .slick-dots {
  bottom: -40px;
}

.top-guidance-slider .slick-dots li,
.top-banner-slider .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 9px;
}

.top-guidance-slider .slick-dots li button,
.top-banner-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background-color: #D7D8D8;
}

.top-guidance-slider .slick-dots li button:before,
.top-banner-slider .slick-dots li button:before {
  content: "";
  width: 9px;
  height: 9px;
  padding: 0;
  transition: .3s;
  border-radius: 50%;
  background-color: #D7D8D8;
  font-size: 0;
}

.top-guidance-slider .slick-dots li button:hover:before,
.top-banner-slider .slick-dots li button:hover:before {
  opacity: .25;
  background-color: #000;
}


.top-guidance-slider .slick-dots li.slick-active button:before,
.top-banner-slider .slick-dots li.slick-active button:before {
  background-color: #59B3DF;
}

.top-guidance-slider .slide-arrow,
.top-banner-slider .slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 73px;
}

.top-guidance-slider .prev-arrow,
.top-banner-slider .prev-arrow {
  left: -128px;
}

.top-guidance-slider .next-arrow,
.top-banner-slider .next-arrow {
  right: -128px;
}

.top-banner {
  margin: 74px 0 80px;
  background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/top/bnr-area/bg-banner.png) no-repeat center center;
  background-size: cover;
  padding: 36px 0;
  border-radius: 10px;
}

.top-banner-slider.slick-dotted.slick-slider {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.top-banner-slider.slick-initialized .slick-slide.slide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.top-banner-slider .slide .slider-img {
  width: 48%;
}

.top-banner-slider .slide .slider-img img {
  padding: 0;
}

.top-banner .top-banner-slider--sp {
  display: none;
}


/* ドロップダウンメニュー */

.top-guidance {}

.top-guidance__nav {
  display: flex;
  max-width: 736px;
  margin: 0 auto;
  border-radius: 10px;
}

.top-guidance__nav-img {
  width: 45.6%;
}

.top-guidance__nav-lists {
  width: 54.4%;
  position: relative;
  background-color: #59B5E1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 22px 11px 18px 0;

}

.top-guidance__nav-list {
  /* width: 50%; */
}

.top-guidance__nav-list+.top-guidance__nav-list {
  margin-top: 20px;
}

.top-guidance__nav-list>a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 0 2px 20px;
  transition: .4s;
}

.top-guidance__nav-list a .nav-arrow {
  margin-left: 9px;
}

.top-guidance__nav-list.first-item a,
.top-guidance__nav-list a:hover {
  color: #00A0E8;
  background-color: #E8F4FB;
}

.top-guidance__nav-list.first-item.hover-effect>a {
  color: #fff;
  background-color: transparent;
}
.top-guidance__nav-list.first-item.hover-effect .drop-lists{
  opacity: 0;
  pointer-events: none;
}

.top-guidance__nav-list .drop-lists {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  background-color: #E8F4FB;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
  padding: 22px 11px 5px 6px;
}

.top-guidance__nav-list.first-item .drop-lists{
  opacity: 1;
  pointer-events: all;
}


.top-guidance__nav-list .drop-lists .drop-list+.drop-list a{
  padding-top: 11px;
}

.top-guidance__nav-list .drop-lists .drop-list>a {
  font-size: 16px;
  font-weight: 500;
  color: #00A0E8;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-decoration: none;
  border-bottom: 0.25px solid #00A0E8;
  padding-bottom: 5.5px;
  display: block;
  width: 100%;
  height: 100%;
}

.top-guidance__nav-list.hover .drop-lists {
  opacity: 1;
  pointer-events: all;
}

.top-guidance__nav-list.hover a {
  /* ホバー中のスタイルを指定 */
  color: #00A0E8;
  background-color: #E8F4FB;
}

@media screen and (max-width:768px) {
  .home main.wrap {
    margin: 0;
  }

  .top-about {
    padding: 25px 0 20px;
  }

  .top-about__head {
    max-width: 350px;
  }

  .top-about__lists {
    padding: 0;
  }

  .top-about__list:nth-child(2) {
    margin-left: 0;
  }

  .top-about__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 222px;
  }

  .top-about__list.slick-slide img {
    width: fit-content;
  }

  .top-about__list:nth-child(1) a>img {
    width: fit-content;
  }

  .top-about__list:nth-child(2) a>img {
    width: fit-content;
  }

  .top-about__list:nth-child(3) a>img {
    width: fit-content;
  }


  .top-about__list::before {
    content: none;
  }

  .top-about__list .btn {
    bottom: 0px;
  }

  .top-about__list:nth-child(2) .btn {
    left: 50%;
  }

  .top-about__list .arrow img {
    display: block;
    width: 12px;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
  }


  /* SPスライダー前へ次へボタン */
  .top-about__lists .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 10;
  }

  .top-about__lists .prev-arrow {
    left: 10px;
  }

  .top-about__lists .next-arrow {
    right: 10px;
  }


  /* ピックアップ */
  .top-pickup {
    margin-top: 30px;
    border-radius: 0;
    padding: 18px 20px 25px;
  }
  .top-pickup__lists {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
  }
  .top-pickup__list {
    width: 48.5%;
    margin-bottom: 2px; /* 下の行との間隔を調整 */
  }
  .top-pickup__list a {
    padding: 22px 5px 10px;
  }

  .top-pickup__list a .icon {
    margin-bottom: 10px;
  }

  .top-pickup__list a .btn .text {
    font-size: 12px;
  }

  .top-pickup__list a .btn .circle {
    width: 24px;
    height: 24px;
    margin-left: 5px;
  }

  .top-pickup__list a:hover .btn .circle::before {
    left: -10px;
  }

  /* インフォメーションエリア */
  .top-common-link a {
    justify-content: center;
  }

  .top-events {
    margin-top: 22px;
    padding: 15px 25px 25px;
    border-radius: 0;
  }

  .top-events__lists {
    margin-top: 33px;
    justify-content: center;
  }

  .top-events__list {
    width: 86%;
    margin-left: 0;
  }


  .top-events__link {
    margin-top: 18px;
  }

  .top-news {
    margin-top: 32px;
    margin-bottom: 36px;
    padding: 0 25px;
  }

  .top-news__lists {
    justify-content: center;
  }

  .top-news__lists li {
    width: 86%;
  }

  .top-news__link {
    margin-top: 26px;
  }

  .top-important-notice__wrap {
    padding: 0 20px;
  }

  .top-important-notice__box {
    display: block;
  }

  .top-important-notice__box .head {
    width: 100%;
    padding: 10px;
  }

  .top-important-notice__box .content {
    width: 100%;
    padding: 20px 10px;
  }

  .top-important-notice__box .content li {
    display: flex;
    justify-content: space-between;
  }

  .top-important-notice__box .content li+li {
    margin-top: 10px;
  }

  .top-important-notice__box .content li time {
    width: 23%;
    margin-right: 0;
  }

  .top-important-notice__box .content li a {
    width: 70%;
  }

  .top-banner .top-banner-slider--pc {
    display: none;
  }

  .top-banner .top-banner-slider--sp {
    display: block;
  }

  .top-banner {
    margin: 35px 0 50px;
    padding: 36px 15px 20px;
    border-radius: 0;
  }

  .top-banner-slider.slick-initialized .slick-slide.slide {
    justify-content: center;
  }

  .top-banner-slider .slide .slider-img {
    width: 83%;
  }

  .top-guidance {
    padding: 38px 0 25px;
  }

  .top-guidance-slider.slick-dotted.slick-slider {
    margin-top: 36px;
  }

  .top-guidance-slider .slide {
    border-radius: 0;
    height: 100%;
  }

  .top-guidance-slider .slide.slick-slide {
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px;
    height: 531px;
  }

  .top-guidance-slider .slide .nav {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    padding: 0 6px 0;
    margin-bottom: 28px;
  }

  .top-guidance-slider .slide .nav a {
    color: #00A0E8;
  }

  .top-guidance-slider .slide .nav .link-list a {
    border-bottom: 0.3px solid #00A0E8;
  }

  .top-guidance-slider .slide .slider-img {
    position: static;
    margin-top: auto;
    height: auto;
  }

  .top-guidance-slider .slide .slider-img img {
    border-radius: 0;
  }

  .top-guidance-slider .slide-arrow {
    width: 10px;
    top: initial;
    bottom: -43px;
    z-index: 10;
  }

  .top-guidance-slider .prev-arrow,
  .top-banner-slider .prev-arrow {
    left: 70px;
  }

  .top-guidance-slider .next-arrow,
  .top-banner-slider .next-arrow {
    right: 70px;
  }

  .top-guidance__nav-list .drop-lists{
    display: none;
  }

  .top-guidance__nav {
    flex-direction: column-reverse;
    margin: 0 10px;
    border-radius: 0;
  }

  .top-guidance__nav-img {
    width: 100%;
    margin-top: 36px;
  }
  .top-guidance__nav-img img{
    width: 100%;
  }
  .top-guidance__nav-lists {
    width: 100%;
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
  }
  
  .top-guidance__nav-list+.top-guidance__nav-list {
    margin-top: 17px;
  }
  .top-guidance__nav-list>a {
    color: #00A0E8;
    padding: 0 30px 8px 13px;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.25px solid #00A0E8;
    padding-bottom: 8px;
    }

  .top-guidance__nav-list.first-item a,
.top-guidance__nav-list a:hover {
  background-color: transparent;
}

  .top-guidance__nav-list.first-item.hover-effect>a {
    color: #00A0E8;
  }
  
  .top-guidance__nav-list.hover a {
    /* ホバー中のスタイルを指定 */
    background-color: transparent;
  }
  
  
}
