@charset "UTF-8";
/* Top */
.wrapper{overflow-x: hidden;}
.main{padding-top: 0; overflow: inherit;}

@media only screen and (min-width: 768px) {
.bnrRight{border: 1px solid #fff;}
}

/* mv Wrap */
.mvWrap .mvCol {
  flex-basis: calc(100% - 125px);
}

.mvWrap .mvBox {
  position: relative;
  padding-top: 40px;
}
.mvWrap .mvBox .mvCopy {
  position: absolute;
  top: 0;
  right: 50px;
}
.mvWrap .mvBox .mvCopy p {
  font-size: 52px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.mvWrap .mvBox .mvCopy span{
  display: block;
  padding-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .mvWrap .mvBox {
    padding-top: 8%;
  }
  .mvWrap .mvBox .mvCopy {
    right: auto;
    left: 20px;
    top: 0.8em;
  }
  .mvWrap .mvBox .mvCopy p {
    font-size: 8vw;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .mvWrap {
    position: relative;
  }
  
}

.rowTitBox {
  text-align: center;
  margin-bottom: 60px;
}
.rowTitBox .tit01 {
  font-size: 50px;
  letter-spacing: 6px;
}
.rowTitBox .tit02 {
  font-size: 22px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .rowTitBox {
    margin-bottom: 40px;
  }
  .rowTitBox .tit01 {
    font-size: 30px;
    letter-spacing: 4px;
  }
  .rowTitBox .tit02 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

.btnBox {
  margin-top: 40px;
}
.btnBox a {
  display: block;
  line-height: 1em;
  text-align: center;
  font-size: 18px;
  padding: 22px 60px;
  background: white;
  border: 2px solid #0D8080;
  color: #0D8080;
  position: relative;
}
.btnBox a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  padding: 10px 10px 0 0;
  border-top: 1px solid #0D8080;
  border-right: 1px solid #0D8080;
  transform: rotate(45deg);
}
.btnBox a:hover {  
  background: #0d8080;
  color: #fff;
}
.btnBox a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .btnBox {
    margin-top: 40px;
    padding: 0 20px;
  }
  .btnBox a {
    font-size: 14px;
    padding: 20px 30px;
  }
}

.rowInner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.rowInner > div {
  flex-basis: calc((100% - 70px) / 2);
}
@media only screen and (min-width: 768px) {
  .rowInner.imgR .txtBox {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .rowInner .imgCol {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  .rowInner .imgCol img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .rowInner .imgCol {
    background-image: none;
  }
}
.rowInner .txtCol .txtBox {
  max-width: 495px;
}
@media only screen and (max-width: 768px) {
  .rowInner .txtCol .txtBox {
    margin: 0 auto;
  }
}
.rowInner .tit01 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.rowInner .tit02 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .rowInner .txtCol {
    margin-top: 40px;
    padding: 0 20px;
  }
  .rowInner .tit01 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .rowInner .tit02 {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* Topics*/
.row-1{background: #0D8080; padding-bottom: 80px;}
@media only screen and (max-width: 767px) {
  .row-1{padding-bottom: 40px;}
}

.notices{border: 1px solid #009333; background: #fff; margin: -65px 0 15px; position: relative; z-index: 30;}
.noticesInner a{color: #009333; text-decoration: underline;}
.noticesInner a:hover{opacity: .7;}

@media only screen and (min-width: 768px) {
  .notices{display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden;}
  .notices *{font-size: 15px; line-height: 1.7}
  .noticesTit{width: 195px; background: #009333; display: flex; align-items: center; position: relative;}
  .noticesTit:after{content: ''; position: absolute; top: 50%; right: -30px; bottom: 0; width: 0; height: 0;
  transform: translateY(-50%); -webkit-transform: translateY(-50%);
  border-top: 100px solid transparent; border-left: 30px solid #009333; border-bottom: 100px solid transparent;}
  .noticesTit p{width: 100%; text-align: center;}
  .noticesTit span{color: #fff; display: block; letter-spacing: 0.05em;}
  
  .noticesInner{width: calc(100% - 260px); padding: 15px 20px 15px 0;}
  .noticesInner li{padding: 3px 0;}
}

@media only screen and (max-width: 767px) {
  .noticesTit{width: 220px; background: #009333; position: absolute; left: 0; top: -15px;}
  .noticesTit:after{content: ''; position: absolute; top: 0; right: -20px; width: 0; height: 0;
  border-top: 15px solid transparent; border-left: 20px solid #009333; border-bottom: 15px solid transparent;}
  .noticesTit p{display: flex; width: 100%; height: 30px; align-items: center; text-align: center; justify-content: center;}
  .noticesTit span{color: #fff;}
  .noticesTit span:nth-of-type(1){font-size: 11px; line-height: 1.4; margin: 1px 0 0 15px;}
  .noticesTit span:nth-of-type(2){order: -1;}
  
  .noticesInner{padding: 20px 20px 10px;}
  .noticesInner li{padding: 8px 0;}
  .noticesInner li:not(:last-of-type){border-bottom: 1px solid #009333;}
}

.topics{border: 1px solid #0D8080; background: #fff;}
.topicsTit{font-size: 28px; line-height: 1; color: #0D8080; margin: -2px 0 5px;}
.topicsNav{display: flex; flex-wrap: wrap; margin-bottom: 5px;}
.topicsNav li{margin-right: 20px; position: relative; cursor: pointer;}
.topicsNav li:not(:last-of-type):after{content: ''; width: 1px; position: absolute; top: 0.3em; bottom: 0.3em; right: -10px; background: #333;}
.topicsNav li:last-of-type{margin-right: 0;}
.topicsNav li.isActive,
.topicsNav li:hover{color: #0D8080;}
.topicsTab{display: none;}
.topicsTab li{border-bottom: 1px solid #0D8080;}
.topicsTab a{color: #0D8080; text-decoration: underline;}
.topicsTab a:hover{opacity: .7;}

.topicsBnr *{line-height: 1;}
.topicsSlider{margin: 0 !important;}
.topicsBnr a:hover{opacity: .8;}
.topicsBnr .slick-dots{position: static; line-height: 1; margin: 3px 0 0 0;}
.topicsBnr .slick-dots li{width: 8px; height: 8px; border-radius: 100%; background: #979797; text-indent: -9999px;}
.topicsBnr .slick-dots button{display: none;}
.topicsBnr .slick-dots li.slick-active{background: #0D8080;}
.topicsMore{text-align: right; margin-top: 10px;}
.topicsMore a{font-size: 18px; letter-spacing: 0.1em;}
.topicsMore a:before{content: ''; width: 59px; height: 12px; background: url("../img/common/arrow_line_dGreen.svg") no-repeat top left/100% auto; display: inline-block; margin-right: 20px;}
.topicsMore a:hover{color: #0D8080;}

@media only screen and (min-width: 768px) {
  .topics{padding: 40px 40px 30px; display: flex; justify-content: space-between; flex-wrap: wrap;}
  .topicsNav *,
  .topicsTab *{font-size: 15px; line-height: 1.7;}
  .topicsInner{width: calc(100% - 316px);}
  .topicsTab{min-height: 108px;}
  .topicsTab li{padding: 4px 0; display: flex;}
  .topicsTab time{width: 100px; font-size: 14px; padding: 3px 0 0 15px;}
  .topicsTab p{width: calc(100% - 100px); padding-left: 15px; border-left: 2px solid #0D8080;}
  .topicsBnr{width: 284px;}
}
@media only screen and (max-width: 767px) {
  .topics{padding: 25px 20px;}
  .topicsTit{font-size: 25px;}
  .topicsTab li{padding: 8px 0;}
  .topicsTab time{min-width: 85px; border-right: 1px solid #0D8080; display: inline-block; line-height: 1; margin-bottom: 5px;}
  .topicsBnr{margin-top: 20px;}
  .topicsBnr img{width: 100%;}
}

/*Feature*/
.row-2 {
  padding: 100px 0 0;
}
.row-2 .rowInner {
  transform: translateY(30px);
}
.row-2 .rowInner > div {
  flex-basis: calc((100% - 70px) / 2);
}
.row-2 .rowInner .tit01 {
  font-size: 46px;
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: 2.5px;
}
.row-2 .rowInner .tit02 {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
@media only screen and (min-width: 768px) {
  .row-2 .rowInner .imgCol {
    background-image: url(../img/top/img_01.png);
    background-position: bottom;
  }
  /* .row-2 .rowInner .imgCol {
    background-image: url(../img/top/img_01.png);
  } */
}
@media only screen and (max-width: 767px) {
  .row-2 .rowInner .txtCol {
    margin-top: 40px;
    padding: 0 20px;
  }
  .row-2 .rowInner .tit01 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: left;
    letter-spacing: 1px;
  }
  .row-2 .rowInner .tit02 {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .row-2 {
    padding: 10px 0 0;
  }
}
.row-3 {
  background: url(../img/top/bg_01.png) #0D8080 no-repeat bottom center/100%;
  padding: 120px 0;
}
.row-3 .rowInner {
  transform: translateY(40px);
}
.row-3 .txtBox {
  text-align: center;
  margin-bottom: 40px;
}
.row-3 .txtBox * {
  color: white;
}
.row-3 .txtBox .tit01 {
  font-size: 50px;
  margin-bottom: 22px;
}
.row-3 .txtBox .tit02 {
  font-size: 20px;
  letter-spacing: 3px;
}
.row-3 .txtBox .txt {
  letter-spacing: 2.5px;
}
.row-3 .sliderWrap {
  margin: 0 -10px;
}
.row-3 .sliderWrap .slick-slide {
  margin: 0 10px;
}

@media only screen and (max-width: 1024px) {
  .row-3 .sliderWrap{width: calc(100% - 50px); margin: 0 auto; text-align: center;}
}

@media only screen and (max-width: 767px) {
  .row-3 {
    background-image: url(../img/top/bg_01_sp.png);
    padding: 98px 0;
  }
  .row-3 .rowInner {
    transform: translateY(40px);
  }
  .row-3 .txtBox {
    text-align: center;
    margin-bottom: 40px;
  }
  .row-3 .txtBox * {
    color: white;
  }
  .row-3 .txtBox .tit01 {
    font-size: 30px;
    margin: 15px 0;
    letter-spacing: 3px;
  }
  .row-3 .txtBox .tit02 {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
  .row-3 .txtBox .txt {
    font-size: 16px;
  }
  
.row-3 .sliderWrap .slick-slide {
  margin: 0 5px;
}
}


@media only screen and (min-width: 768px) {
  .row-4 .rowInner.inrow-01 .imgCol {
    background-image: url(../img/top/img_02.png);
  }
}
.row-4 .rowInner.inrow-02 {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .row-4 .rowInner.inrow-02 .imgCol {
    background-image: url(../img/top/img_03.png);
  }
}
.row-4 .rowInner .tit02 {
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) {
  .row-4 .rowInner .tit01 {
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 767px) {
  .row-4 .rowInner .tit01 {
    margin: 20px 0 20px;
    line-height: 1.7em;
  }
  .row-4 .rowInner .tit02 {
    letter-spacing: 0.5px;
    margin: 0 -20px 10px;
  }
}
.row-5 .inner {
  position: relative;
}
.row-5 .inner .linkBox {
  z-index: 1;
  position: absolute;
  bottom: 20%;
  left: 58%;
}
.row-5 .inner .linkBox a {
  color: white;
  font-size: 28px;
  background: url(../img/top/icon_cir_link.svg) no-repeat 100% 0/contain;
  padding: 5px 90px 5px 0;
  line-height: 1em;
  display: inline-block;
}
.row-5 .inner .linkBox a:hover {
  transform: translateX(10px);
}
@media only screen and (max-width: 1050px) {
  .row-5 .inner .linkBox {
    bottom: 20%;
    left: 58%;
  }
  .row-5 .inner .linkBox a {
    font-size: 2.5vw;
    padding: 5px 70px 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .row-5 .inner .linkBox {
    bottom: 5%;
    left: 10px;
    right: 10px;
    text-align: center;
  }
  .row-5 .inner .linkBox a {
    font-size: 3.5vw;
    padding: 5px 4em 5px 0;
    color: #fff;
    background: url("../img/top/icon_cir_link.svg") no-repeat 100% 0/contain;
  }
}
.row-6 .sliderWrap .sliderInBox {
  position: relative;
}
.row-6 .sliderWrap .sliderInBox .labelBox {
  position: absolute;
  top: 0;
  left: 0;
  background: #0D8080;
  border-radius: 0 0 100%;
  width: 300px;
  height: 190px;
  padding: 35px 20px 0 0;
  text-align: center;
}
.row-6 .sliderWrap .sliderInBox .labelBox p {
  color: white;
  font-size: 25px;
  line-height: 1em;
}
.row-6 .sliderWrap .sliderInBox .labelBox p.placeTxt {
  margin-bottom: 15px;
}

.row-6 .sliderWrap .slick-prev,
.row-6 .sliderWrap .slick-next {
  position: absolute;
  top: 80px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  z-index: 10;
}
.row-6 .sliderWrap .slick-prev {
  left: 90px;
}
.row-6 .sliderWrap .slick-next {
  left: 170px;
}
@media only screen and (max-width: 767px) {
  .row-6 .sliderWrap .sliderInBox .labelBox {
    background: #0D8080;
    border-radius: 0 0 100%;
    width: 180px;
    height: 100px;
    padding: 15px 20px 0 0;
    text-align: center;
  }
  .row-6 .sliderWrap .sliderInBox .labelBox p {
    color: white;
    font-size: 14px;
  }
  .row-6 .sliderWrap .slick-prev,
.row-6 .sliderWrap .slick-next {
    width: 10px;
    height: 10px;
    top: 46px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    z-index: 10;
  }
  .row-6 .sliderWrap .slick-prev {
    left: 50px;
  }
  .row-6 .sliderWrap .slick-next {
    left: 100px;
  }
}
.row-7 .campusInfo > div > div {
  flex-basis: 50%;
}
.row-7 .campusInfo .tit01 {
  font-size: 42px;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.row-7 .campusInfo .txtBox {
  border-left: 6px solid #0D8080;
  padding-left: 20px;
}
.row-7 .campusInfo .txtBox .txt01 {
  font-size: 24px;
  margin-bottom: 10px;
}
.row-7 .campusInfo .txtBox .txt01 em {
  font-size: calc(1em + 3px);
}
.row-7 .campusInfo .txtBox .txt02 {
  font-size: 17px;
}
.row-7 .campusInfo .txtBox .txt03 {
  font-size: 21px;
}
.row-7 .campusInfo .txtBox .txt03 em {
  font-size: calc(1em + 6px);
  display: inline-block;
  vertical-align: initial;
}
.row-7 .campusInfo .colR .txtBox {
  border-left: 6px solid #06A0B5;
}
.row-7 .campusInfo .colR .txtBox .txtGr, .row-7 .campusInfo .colR .txtBox .txtGr em {
  color: #06A0B5;
}
.row-7 .mapWrap {
  background: #0D8080;
}
.row-7 .mapWrap > div {
  align-items: center;
}
.row-7 .mapWrap .mapCol {
  flex-basis: 60%;
  position: relative;
}
.row-7 .mapWrap .mapCol .addImg {
  position: absolute;
  top: 10px;
  right: -40px;
  width: 15%;
}
.row-7 .mapWrap .mapCol .pointLink > div {
  position: absolute;
}
.row-7 .mapWrap .mapCol .pointLink > div a {
  display: inline-block;
  line-height: 1em;
}
.row-7 .mapWrap .mapCol .pointLink > div.link01 {
  bottom: 7.3%;
  left: 45%;
  width: 44.32%;
}
.row-7 .mapWrap .mapCol .pointLink > div.link02 {
  top: 15.7%;
  left: 14.3%;
  width: 43.466%;
}
.row-7 .mapWrap .txtCol {
  flex-basis: 40%;
  text-align: center;
}
.row-7 .mapWrap .txtCol * {
  color: white;
}
.row-7 .mapWrap .txtCol .txtBox {
  display: inline-block;
  padding: 20px 10%;
  text-align: left;
}
.row-7 .mapWrap .txtCol .txtBox .txt01 {
  font-size: 42px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.row-7 .mapWrap .txtCol .txtBox .txt02 {
  font-size: 33px;
}
.row-7 .mapWrap .txtCol .txtBox .txt03 {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid white;
  font-size: 28px;
}
.row-7 .linkBox {
  padding: 20px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .row-7 .campusInfo .colR {
    margin-top: 30px;
  }
  .row-7 .campusInfo .tit01 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
  }
  .row-7 .campusInfo .txtBox {
    border-left-width: 5px !important;
  }
  .row-7 .campusInfo .txtBox .txt01 {
    font-size: 18px;
  }
  .row-7 .campusInfo .txtBox .txt02 {
    font-size: 13px;
  }
  .row-7 .campusInfo .txtBox .txt03 {
    font-size: 20px;
  }
  .row-7 .mapWrap {
    background: none;
  }
  .row-7 .mapWrap .tit01 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
  }
  .row-7 .mapWrap .mapCol .addImg {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 20%;
  }
  .row-7 .mapWrap .txtCol {
    background: #0D8080;
  }
  .row-7 .mapWrap .txtCol * {
    color: white;
  }
  .row-7 .mapWrap .txtCol .txtBox {
    display: inline-block;
    padding: 40px;
  }
  .row-7 .mapWrap .txtCol .txtBox .txt02 {
    font-size: 22px;
  }
  .row-7 .mapWrap .txtCol .txtBox .txt03 {
    padding-top: 10px;
    margin-top: 10px;
    font-size: 20px;
  }
}

/*# sourceMappingURL=top.css.map */