.topBkArea {
  padding: 60px 0 60px;
  background-color: #f6f8fa;
  background-image: url(/img/ace/top/top_bk_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .topBkArea {
    padding: 100px 0 120px;
    background-image: url(/img/ace/top/top_bk.png);
  }
}

/* -------------------------------------
title
----------------------------------------*/
.titleArea {
  margin-bottom: 30px;
}
.titleArea.title--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  margin: auto auto 30px 0;
}
.titleArea.title--event .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 10px 0 0;
}
.titleArea.title--event .title h2 {
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  .titleArea.title--event {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 95%;
    margin: auto auto 30px 0;
  }
  .titleArea.title--event .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 20px 0 0;
  }
  .titleArea.title--event .title h2 {
    margin: 0;
  }
  .titleArea.title--event .title p {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .titleArea.title--event .title {
    margin-bottom: 10px;
  }
}

.title h2 {
  font-size: 24px;
  line-height: 1.375;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.title p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #59a9d7;
  font-size: 14px;
  line-height: 1.42;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
.title.title--news {
  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;
}
.title.title--news .icon {
  display: block;
  margin: 0 10px 0 0;
  width: 27px;
  height: 30px;
  background-image: url(/img/ace/top/news_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.title.title--news h2 {
  margin: 0 8px 0 0;
}
@media (min-width: 768px) {
  .title {
    margin-bottom: 30px;
  }
  .title.title--large {
    margin-bottom: 50px;
  }
  .title.title--large h2 {
    font-size: 40px;
  }
  .title h2 {
    font-size: 30px;
  }
  .title p {
    font-size: 20px;
    line-height: 1.45;
  }
  .title.title--news {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 16px;
  }
  .title.title--news .icon {
    margin: 0 0 6px 0;
  }
  .title.title--news h2 {
    margin: 0;
  }
  .title.title--news p {
    font-size: 16px;
  }
  .title.title--contact p {
    font-size: 16px;
  }
}

/* -------------------------------------
btnArea
----------------------------------------*/
.btnArea .borderBtn:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    max-width: 855px;
    width: 100%;
  }
  .btnArea .borderBtn {
    width: 100%;
  }
  .btnArea .borderBtn:first-of-type {
    margin: 0 50px 0 0;
  }
}

/* -------------------------------------
topSectionWrap
----------------------------------------*/
.topSectionWrap {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .topSectionWrap {
    margin-bottom: 120px;
  }
  .topSectionWrap .titleArea {
    margin-bottom: 50px;
  }
}

/* -------------------------------------
mv
----------------------------------------*/
#mv {
  margin-top: 51px;
}
#mv .mvSlider {
  position: relative;
}
#mv .slider {
  position: relative;
  display: block;
  height: 53.4vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#mv .slider.slider01 {
  background-image: url(/img/ace/top/mv_img01.jpg);
}
#mv .slider.slider02 {
  background-image: url(/img/ace/top/mv_img02.jpg);
}
#mv .slider.slider03 {
  background-image: url(/img/ace/top/mv_img03.jpg);
}
#mv .slider.slider04 {
  background-image: url(/img/ace/top/mv_img04.jpg);
}
#mv .inner {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}
#mv .mvTitle h1 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}
#mv .mvTitle p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.5));
}
@media (min-width: 768px) {
  #mv {
    margin-top: 7%;
  }
}
@media (min-width: 1200px) {
  #mv {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  #mv .slider {
    height: 675px;
  }
  #mv .inner {
    right: 0;
    left: 0;
    bottom: 60px;
  }
  #mv .mvTitle h1 {
    font-size: 60px;
    line-height: 1.48;
  }
  #mv .mvTitle p {
    font-size: 30px;
    line-height: 1.46;
  }
}

/* -------------------------------------
news
----------------------------------------*/
#news .newsWrap {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(102, 179, 102, 0.7)), to(rgba(89, 169, 215, 0.7)));
  background: linear-gradient(90deg, rgba(102, 179, 102, 0.7), rgba(89, 169, 215, 0.7));
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #news .newsWrap {
    margin-bottom: 100px;
  }
}
#news .newsBox {
  padding: 30px 10px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news ul {
  margin-bottom: 30px;
}
#news ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
#news ul li:nth-of-type(3+n) {
  display: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#news ul li p {
  font-size: 13px;
  line-height: 1.46;
}
#news ul li .date {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #news .newsWrap {
    padding: 50px 0;
  }
  #news .newsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 38px 60px;
  }
  #news .titleArea {
    margin-right: 50px;
  }
  #news ul {
    width: calc(100% - 50px - 87px);
    margin-bottom: 0;
  }
  #news ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news ul li p {
    font-size: 18px;
    line-height: 1.44;
  }
  #news ul li .date {
    font-size: 18px;
    line-height: 1.44;
    margin: 0 30px 0 0;
  }
  #news ul li:nth-of-type(3+n) {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
  }
  #news ul li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

/* -------------------------------------
event
----------------------------------------*/
#event .eventInner {
  padding-left: 3%;
}
#event .eventSliderArea {
  padding: 32px 0 20px 10px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#event .eventArrows {
  margin-left: 33px;
  width: 60px;
}
#event .eventArrows .slick-prev,
#event .eventArrows .slick-next {
  position: relative;
  display: inline-block;
  cursor: pointer;
  left: inherit;
  right: inherit;
  top: inherit;
  font-size: 0;
  line-height: 0;
  width: 25px;
  height: 33px;
  border: 2px solid #4CA535;
  border-radius: 2px;
  -webkit-transform: none;
          transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#event .eventArrows .slick-prev::before,
#event .eventArrows .slick-next::before {
  display: none;
}
#event .eventArrows .slick-prev::after,
#event .eventArrows .slick-next::after {
  display: none;
}
#event .eventArrows .slick-prev:hover,
#event .eventArrows .slick-next:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#event .eventArrows .slick-next {
  margin-left: 10px;
}
#event .eventArrows .slick-next::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background-image: url(/img/ace/top/next-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#event .eventArrows .slick-prev::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background-image: url(/img/ace/top/prev-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#event .eventSlider {
  overflow: hidden;
}
#event .eventSlider .slideItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#event .eventSlider .slideItems .slider {
  width: 286px;
  height: auto;
}
#event .eventSlider .slideItems .slider a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
#event .eventSlider .slideItems .slider + .slider {
  margin-left: 20px;
}
#event .eventSlider .slideItems .slick-slide {
  width: 266px;
  height: auto;
}
#event .eventSlider .slideItems .slick-slide a {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
#event .eventSlider .slideItems .slick-slide + .slick-slide {
  margin-left: 28px;
}
#event .eventSlider a {
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#event .eventSlider a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#event .eventSlider .img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: auto;
}
#event .eventSlider .img img {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 14vw;
  max-height: 200px;
  min-height: 180px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#event .eventSlider .eventTextArea {
  padding: 12px 12px 16px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#event .eventSlider .date {
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
  margin-bottom: 8px;
  background-image: url(/img/common/arrow02.svg);
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center left;
}
#event .eventSlider .title {
  font-size: 14px;
  line-height: 1.79;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #event {
    overflow: hidden;
  }
  #event .eventInner {
    padding-left: 0;
    width: calc(100vw - (100vw - min(1240px, 95vw)) / 2);
    margin-left: calc((100vw - min(1240px, 95vw)) / 2);
  }
  #event .eventSliderArea {
    padding: 60px 0 72px 60px;
  }
  #event .eventArrows {
    margin-left: 30px;
    width: 70px;
  }
  #event .eventArrows .slick-prev, #event .eventArrows .slick-next {
    width: 30px;
    height: 40px;
  }
  #event .eventArrows .slick-next::before {
    width: 10px;
    height: 18px;
  }
  #event .eventArrows .slick-prev::before {
    width: 10px;
    height: 18px;
  }
  #event .eventSlider .slideItems .slick-slide {
    width: 286px;
  }
  #event .eventSlider .slideItems .slick-slide + .slick-slide {
    margin-left: 20px;
  }
  #event .eventSlider .eventTextArea {
    padding: 20px;
  }
  #event .eventSlider .date {
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 10px;
  }
  #event .eventSlider .title {
    font-size: 16px;
    line-height: 1.56;
  }
}
@media (min-width: 1300px) {
  #event .eventInner {
    width: 95vw;
  }
}
@media (max-width: 350px) {
  #event .eventArrows {
    margin-left: 0;
  }
}

/* -------------------------------------
About us
----------------------------------------*/
#aboutUs .aboutUsBox {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #aboutUs .aboutUsBox {
    margin-bottom: 42px;
  }
}

/* -------------------------------------
interdisciplinaryResearch
----------------------------------------*/
#interdisciplinaryResearch .textArea {
  width: 100%;
  margin-bottom: 20px;
}
#interdisciplinaryResearch .textArea > p {
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 20px;
}
#interdisciplinaryResearch .textArea .greenText {
  font-size: 15px;
}
#interdisciplinaryResearch .img {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #interdisciplinaryResearch .flexBox {
    margin-bottom: 40px;
  }
  #interdisciplinaryResearch .textArea {
    width: 80%;
    margin: 0 auto 20px;
  }
  #interdisciplinaryResearch .textArea > p {
    font-size: 18px;
  }
  #interdisciplinaryResearch .textArea .greenText {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #interdisciplinaryResearch .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #interdisciplinaryResearch .textArea {
    width: 47%;
    margin: 0;
  }
  #interdisciplinaryResearch .textArea > p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  #interdisciplinaryResearch .textArea .greenText {
    font-size: 20px;
  }
  #interdisciplinaryResearch .img {
    width: 44.5%;
    margin-bottom: 0;
  }
}

/* -------------------------------------
contact
----------------------------------------*/
#contact .contactWrap {
  padding: 30px 0;
  background-image: url(/img/ace/top/contact_bk_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#contact .titleArea {
  margin-bottom: 20px;
}
#contact .box {
  padding: 30px 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  #contact .contactWrap {
    padding: 50px 0;
    background-image: url(/img/ace/top/contact_bk.jpg);
  }
  #contact .titleArea {
    margin-bottom: 30px;
  }
  #contact .box {
    padding: 40px 3%;
  }
}/*# sourceMappingURL=ace_top.css.map */