@charset "UTF-8";
/*                トップページ用
======================================================= */
#home {
  position: relative;
}
@media only screen and (min-width: 900.1px) {
  #home .top_main_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 126px;
  }
  #home .top_main_wrap > div {
    height: auto !important;
  }
  #home .top_main_wrap .home_kv {
    width: calc(100% - 392px - 40px);
    position: relative;
  }
  #home .top_main_wrap .home_kv .slide_wrap,
  #home .top_main_wrap .home_kv .slick-list,
  #home .top_main_wrap .home_kv .slick-track {
    height: 100%;
  }
  #home .top_main_wrap .home_kv .slick-slide a {
    display: block;
    height: 100%;
  }
  #home .top_main_wrap .home_kv .slick-slide .img_wrap {
    display: block;
    height: 100%;
  }
  #home .top_main_wrap .home_kv .slick-slide .img_wrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #home .top_main_wrap .kv_headline {
    width: 392px;
  }
}
@media only screen and (min-width: 900.1px) and (max-width: 1366px) {
  #home .top_main_wrap .home_kv {
    width: calc(100% - 28.6969253294vw - 2.9282576867vw);
  }
  #home .top_main_wrap .kv_headline {
    width: 28.6969253294vw;
  }
}
@media only screen and (max-width: 900px) {
  #home .top_main_wrap {
    margin-bottom: 33px;
  }
}
#home .home_kv {
  position: relative;
  height: 100%;
}
#home .home_kv .slide_wrap {
  padding-bottom: 0;
}
#home .home_kv .slide_wrap .slick-list {
  border-radius: 24px;
}
#home .home_kv .home_kv_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 14px;
  padding: 20px 24px;
  border-top-left-radius: 20px;
}
#home .home_kv .home_kv_caption p {
  font-size: 100%;
  line-height: 1em;
  display: inline-block;
  padding-right: 1.25em;
  position: relative;
}
#home .home_kv .home_kv_caption p::before {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/common/arrow_green.svg") center/contain no-repeat;
}
#home .home_kv .home_kv_caption .corner {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  overflow: hidden;
}
#home .home_kv .home_kv_caption .corner::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 20px 20px 0 0 white;
          box-shadow: 20px 20px 0 0 white;
  translate: -50% -50%;
}
#home .home_kv .home_kv_caption .corner.right-top {
  right: 0;
  top: 0;
  translate: 0 -100%;
}
#home .home_kv .home_kv_caption .corner.left-bottom {
  left: 0;
  bottom: 0;
  translate: -100% 0;
}
@media only screen and (max-width: 1366px) {
  #home .home_kv .slide_wrap .slick-list {
    border-radius: 1.756954612vw;
  }
}
#home .home_kv .slick-dots {
  translate: -5px 32px;
  margin: 0;
  left: 0;
  bottom: 0;
}
#home .home_kv .slick-arrow {
  bottom: calc(50% - 24px);
  border-style: none;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
#home .home_kv .slick-arrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#home .home_kv .slick-arrow.slick-prev {
  translate: -50% 0;
}
#home .home_kv .slick-arrow.slick-next {
  left: auto;
  right: 0;
  translate: 50% 0;
}
@media only screen and (max-width: 900px) {
  #home .home_kv .slide_wrap {
    margin: 0 -12px 73px;
  }
  #home .home_kv .slide_wrap .slick-list {
    border-radius: 0;
  }
  #home .home_kv .img_wrap img {
    width: 100%;
  }
  #home .home_kv .slick-dots {
    translate: -5px 43px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home .home_kv .slick-arrow {
    bottom: -48px;
    width: 32px;
    height: 32px;
  }
  #home .home_kv .slick-arrow.slick-prev {
    translate: 12px 0;
  }
  #home .home_kv .slick-arrow.slick-next {
    translate: -12px 0;
  }
}
#home .kv_headline {
  background: #EEF0ED;
  border: solid 1px #d7d7d7;
  border-radius: 24px;
  padding: 21px;
  position: relative;
}
#home .kv_headline .kv_headline_ttl {
  background: #0c6940;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  height: 96px;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 1em;
  position: relative;
  z-index: 1;
}
#home .kv_headline .kv_headline_next {
  display: inline-block;
  font-size: 14px;
  padding-right: 1.05em;
  line-height: 1em;
  position: relative;
  color: #fff;
}
#home .kv_headline .kv_headline_next::before, #home .kv_headline .kv_headline_next::after {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#home .kv_headline .kv_headline_next::before {
  width: 0.7em;
  height: 1px;
  background: #fff;
}
#home .kv_headline .kv_headline_next::after {
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#home .kv_headline .kv_headline_thumb {
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 900.1px) {
  #home .kv_headline .kv_headline_thumb {
    width: 100%;
    aspect-ratio: 1/0.75;
    position: relative;
    margin: 0 0 1em;
  }
  #home .kv_headline .kv_headline_thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    width: 100%;
    height: 100%;
    translate: -50% -50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: fill;
       object-fit: fill;
    max-width: 200%;
  }
}
#home .kv_headline .kv_headline_detail .thumb_ttl {
  margin-top: 0.5em;
}
#home .kv_headline .kv_headline_detail .thumb_ttl p,
#home .kv_headline .kv_headline_detail .thumb_ttl h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
#home .kv_headline .home_headlin_arr {
  margin-top: 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#home .kv_headline .kv_headline_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (any-hover: hover) {
  #home .kv_headline {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #home .kv_headline .home_headlin_arr .ar_circle {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #home .kv_headline .home_headlin_arr .ar_circle::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#home .kv_headline.hover {
  background: #dfebe5;
}
#home .kv_headline.hover .home_headlin_arr .ar_circle {
  background: #0c6940;
}
#home .kv_headline.hover .home_headlin_arr .ar_circle::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media only screen and (min-width: 900.1px) and (max-width: 1366px) {
  #home .kv_headline {
    border-radius: 1.756954612vw;
    padding: 1.5373352855vw;
    font-size: 1.1713030747vw;
  }
  #home .kv_headline .kv_headline_ttl {
    padding: 1.756954612vw;
    height: 7.027818448vw;
    border-radius: 0.7320644217vw;
    margin: 0 0 1.1713030747vw;
  }
  #home .kv_headline .kv_headline_thumb {
    border-radius: 0.878477306vw;
  }
  #home .kv_headline .kv_headline_detail .thumb_ttl p,
  #home .kv_headline .kv_headline_detail .thumb_ttl h2 {
    font-size: 1.4641288433vw;
  }
}
@media only screen and (max-width: 900px) {
  #home .kv_headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 16px;
    padding: 8px;
  }
  #home .kv_headline .kv_headline_ttl {
    padding: 16px 20px 16px 16px;
    height: 56px;
    border-radius: 8px;
    margin: 0 0 1em;
    width: 100%;
  }
  #home .kv_headline .kv_headline_ttl h2 img {
    width: 59px;
  }
  #home .kv_headline .kv_headline_next {
    font-size: 12px;
    padding-right: 1.05em;
  }
  #home .kv_headline .kv_headline_thumb {
    width: 146px;
    margin: 0 0 4px;
  }
  #home .kv_headline .kv_headline_thumb img {
    position: static;
    max-width: 100%;
    translate: 0 0;
  }
  #home .kv_headline .kv_headline_detail {
    width: calc(100% - 146px);
    padding-left: 16px;
  }
  #home .kv_headline .kv_headline_detail .thumb_ttl {
    margin-top: 0.5em;
  }
  #home .kv_headline .kv_headline_detail .thumb_ttl p,
  #home .kv_headline .kv_headline_detail .thumb_ttl h2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #home .kv_headline .kv_headline_detail .thumb_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home .kv_headline .kv_headline_detail .thumb_meta .thumb_tags .tag_icon {
    padding: 0.1em 1.25em 0.1em;
    font-size: 10px;
    height: 21px;
    border-radius: 10px;
    margin-bottom: 0.5em;
  }
  #home .kv_headline .home_headlin_arr {
    display: none;
  }
}
#home .home_section {
  overflow: hidden;
}
#home #home_news {
  position: relative;
}
#home #home_news .arrow_right_link {
  margin-top: 24px;
}
@media only screen and (min-width: 900.1px) {
  #home #home_news .news_list {
    width: 932px;
    max-width: calc(100% - 246px);
  }
  #home #home_news .news_list .news_set a {
    padding-top: 1px;
  }
  #home #home_news .news_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #home #home_news .news_head {
    width: 216px;
  }
  #home #home_news .home_news_link {
    position: absolute;
    left: 0;
    top: 116px;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_news .news_list {
    margin-top: 24px;
  }
  #home #home_news .home_news_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
#home #home_events {
  padding-top: 64px;
  padding-bottom: 88px;
}
@media only screen and (max-width: 900px) {
  #home #home_events {
    padding-top: 55px;
    padding-bottom: 64px;
  }
  #home #home_events .arrow_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home #home_events .home_title {
  z-index: 12;
}
#home #home_events .home_events_wrap {
  position: relative;
}
@media only screen and (min-width: 900.1px) {
  #home #home_events .home_events_wrap .home_slider {
    position: relative;
  }
  #home #home_events .home_events_wrap .home_slider::before {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
    content: "";
    background: #fff;
    top: 0;
    left: 0;
    translate: -100% 0;
    z-index: 11;
  }
}
#home #home_events .home_slider {
  overflow: visible;
  position: relative;
  margin-top: 2em;
}
@media only screen and (max-width: 900px) {
  #home #home_events .home_slider .slide_wrap.events_list {
    opacity: 1;
  }
  #home #home_events .home_slider .slick-track {
    max-width: 100%;
    display: block;
  }
  #home #home_events .home_slider .slide_item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #home #home_events .home_slider .slide_item + .slide_item {
    margin-left: 0;
    margin-top: 8px;
  }
}
#home #home_events .home_slider .slick-list {
  overflow: visible;
}
#home #home_events .home_slider .home_slider_wrap {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #home #home_headline {
    background-color: #0c6940;
    background: url("../images/home/bg_headline_sp.jpg") right top/100% auto;
  }
}
@media only screen and (min-width: 900.1px) {
  #home #home_headline .home_headline_wrap {
    position: relative;
  }
  #home #home_headline .home_title,
  #home #home_headline .home_slider {
    padding: 130px 0 113px;
  }
  #home #home_headline .home_headline_head {
    width: 430px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
  }
  #home #home_headline .home_headline_head::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: block;
    content: "";
    background: url("../images/home/bg_headline.jpg") right top/cover;
  }
  #home #home_headline .home_headline_head .home_headline_title,
  #home #home_headline .home_headline_head .home_headline_read {
    position: relative;
    z-index: 1;
    width: 253px;
  }
  #home #home_headline .home_headline_head .home_headline_read {
    color: #fff;
    margin-top: 1.2em;
    text-align: justify;
  }
  #home #home_headline .home_slider {
    width: calc(100% - 490px);
    margin-left: 430px;
    position: relative;
  }
  #home #home_headline .home_slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: block;
    content: "";
    background: url("../images/home/bg_headline.jpg") left top/cover;
  }
  #home #home_headline .headline_list {
    margin-left: 0;
    margin-right: -40px;
  }
  #home #home_headline .slide_item {
    padding-right: 40px;
  }
  #home #home_headline .arrow_right {
    translate: 60px 0;
  }
}
#home #home_headline .home_slider {
  overflow: visible;
  position: relative;
}
#home #home_headline .home_slider .slick-list {
  overflow: visible;
}
#home #home_headline .home_slider .home_slider_wrap {
  position: relative;
  z-index: 1;
}
#home #home_headline .home_slider .slick-arrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#home #home_headline .headline_item .headline_thumb {
  border-radius: 14px;
  overflow: hidden;
}
#home #home_headline .headline_item .headline_detail {
  margin-top: 16px;
  color: #fff;
}
#home #home_headline .headline_item .thumb_ttl {
  margin: 0.5em 0 0;
  font-size: 18px;
  font-weight: 600;
}
@media (any-hover: hover) {
  #home #home_headline .headline_item .headline_thumb img {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
  }
  #home #home_headline .headline_item:hover .headline_thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media only screen and (max-width: 900px) {
  #home #home_headline .home_headline_wrap {
    position: relative;
    padding: 0 0 69px;
  }
  #home #home_headline .home_headline_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13.5897435897vw 0 9.7435897436vw;
  }
  #home #home_headline .home_headline_title img {
    max-width: 160px;
    width: 41.0256410256vw;
  }
  #home #home_headline .home_headline_read {
    display: none;
  }
  #home #home_headline .slide_wrap.headline_list {
    opacity: 1;
  }
  #home #home_headline .headline_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #home #home_headline .headline_item .headline_thumb {
    width: 146px;
    border-radius: 12px;
    overflow: hidden;
  }
  #home #home_headline .headline_item .headline_detail {
    margin-top: 0;
    margin-left: 16px;
    width: calc(100% - 160px);
    color: #fff;
  }
  #home #home_headline .headline_item .thumb_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #home #home_headline .headline_item .tag_icon {
    font-size: 10px;
    height: 21px;
    padding: 0 1em 0.05em;
    margin-bottom: 0.1em;
  }
  #home #home_headline .headline_item .thumb_date {
    margin-top: 0.4em;
    font-size: 10px;
  }
  #home #home_headline .headline_item .thumb_ttl {
    margin: 0.5em 0 0;
    font-size: 14px;
    font-weight: 600;
  }
  #home #home_headline .slide_item {
    padding: 16px 0;
    border-bottom: solid 1px #1d794c;
  }
  #home #home_headline .arrow_right {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#home #home_departments {
  padding: 96px 0 80px;
}
@media only screen and (max-width: 640px) {
  #home #home_departments {
    padding: 56px 0 50px;
  }
}
#home #home_departments {
  background-color: #EEF0ED;
}
@media only screen and (min-width: 640.1px) {
  #home #home_departments .main_width {
    position: relative;
  }
  #home #home_departments .home_departments_btn {
    position: absolute;
    right: 55px;
    top: 31px;
  }
}
@media only screen and (min-width: 640.1px) and (max-width: 900px) {
  #home #home_departments .home_departments_btn {
    right: 12px;
    top: 19px;
  }
}
@media only screen and (min-width: 640.1px) {
  #home #home_departments .home_departments_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 36px -20px 0 40px;
  }
  #home #home_departments .home_departments_cont {
    width: 33.3333%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 640.1px) and (max-width: 1366px) {
  #home #home_departments .home_departments_wrap {
    margin: 2.635431918vw -1.4641288433vw 0;
  }
  #home #home_departments .home_departments_cont {
    width: 33.3333%;
    padding: 0 1.4641288433vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_departments .home_departments_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  #home #home_departments .home_departments_wrap {
    margin: 32px 0 0;
  }
  #home #home_departments .home_departments_cont + .home_departments_cont {
    margin-top: 16px;
  }
}
#home #home_departments .home_departments_item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
#home #home_departments .home_departments_item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55.32%;
  display: block;
  content: "";
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
#home #home_departments .home_departments_item .home_departments_detail {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding: 28px 34px;
  color: #fff;
  z-index: 2;
}
#home #home_departments .home_departments_item .home_departments_detail::before, #home #home_departments .home_departments_item .home_departments_detail::after {
  content: "";
  display: block;
  position: absolute;
}
#home #home_departments .home_departments_item .home_departments_detail::before {
  width: 52px;
  height: 52px;
  border: solid 1px #fff;
  border-radius: 50%;
  right: 32px;
  bottom: 24px;
}
#home #home_departments .home_departments_item .home_departments_detail::after {
  right: 53px;
  bottom: 45px;
  width: 12px;
  height: 12px;
  background: url("../images/common/slick-arrow.svg") center/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#home #home_departments .home_departments_item .home_departments_detail .item_ttl {
  margin-bottom: 20px;
}
#home #home_departments .home_departments_item .home_departments_detail .item_ttl > span {
  display: block;
  font-weight: 600;
  letter-spacing: 0.025em;
}
#home #home_departments .home_departments_item .home_departments_detail .item_ttl > span.small {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 0.5em;
}
#home #home_departments .home_departments_item .home_departments_detail .item_ttl > span.large {
  font-size: 30px;
  line-height: 1.16;
}
#home #home_departments .home_departments_item .home_departments_detail .item_campus {
  display: inline-block;
  font-size: 14px;
  padding: 0.7em 1.1em 0.75em;
  line-height: 1;
  border: solid 1px #fff;
  border-radius: 6px;
  letter-spacing: 0.025em;
}
@media (any-hover: hover) {
  #home #home_departments .home_departments_item .home_departments_image {
    overflow: hidden;
  }
  #home #home_departments .home_departments_item .home_departments_image img {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
  }
  #home #home_departments .home_departments_item .home_departments_detail::before {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  #home #home_departments .home_departments_item .home_departments_detail::after {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
  }
  #home #home_departments .home_departments_item:hover .home_departments_image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #home #home_departments .home_departments_item:hover .home_departments_detail::before {
    background-color: #fff;
  }
  #home #home_departments .home_departments_item:hover .home_departments_detail::after {
    -webkit-filter: none;
            filter: none;
  }
}
@media only screen and (min-width: 640.1px) and (max-width: 1366px) {
  #home #home_departments .home_departments_item {
    border-radius: 1.756954612vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail {
    padding: 2.0497803807vw 2.4890190337vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail::before {
    width: 3.8067349927vw;
    height: 3.8067349927vw;
    right: 2.3426061493vw;
    bottom: 1.756954612vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail::after {
    right: 3.8799414348vw;
    bottom: 3.2942898975vw;
    width: 0.878477306vw;
    height: 0.878477306vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_ttl {
    margin-bottom: 1.4641288433vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_ttl > span.small {
    font-size: 1.317715959vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_ttl > span.large {
    font-size: 2.196193265vw;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_campus {
    font-size: 1.0248901903vw;
    border-radius: 0.439238653vw;
  }
}
@media only screen and (max-width: 640px) {
  #home #home_departments .home_departments_item {
    border-radius: 16px;
    max-width: 716px;
  }
  #home #home_departments .home_departments_item .home_departments_image {
    width: 100%;
  }
  #home #home_departments .home_departments_item .home_departments_image img {
    width: 100%;
  }
  #home #home_departments .home_departments_item .home_departments_detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding: 33px 24px;
    color: #fff;
  }
  #home #home_departments .home_departments_item .home_departments_detail::before {
    right: 22px;
    bottom: 24px;
  }
  #home #home_departments .home_departments_item .home_departments_detail::after {
    right: 43px;
    bottom: 45px;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_ttl {
    margin-bottom: 20px;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_ttl > span.small {
    font-size: 16px;
    margin-bottom: 0.25em;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_ttl > span.large {
    font-size: 24px;
  }
  #home #home_departments .home_departments_item .home_departments_detail .item_campus {
    font-size: 12px;
  }
}
#home #home_adomission {
  background: #0c6940;
  position: relative;
}
#home #home_adomission > .main_width {
  position: relative;
  z-index: 1;
}
#home #home_adomission .home_adomission_wrap {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 900.1px) {
  #home #home_adomission .home_adomission_wrap {
    padding: 110px 0 93px;
  }
  #home #home_adomission .home_adomission_main {
    width: 432px;
    max-width: 50%;
  }
}
#home #home_adomission .home_adomission_read {
  font-size: 16px;
  color: #fff;
  margin: 2em 0;
  line-height: 2.05;
  letter-spacing: 0.095em;
}
#home #home_adomission .home_adomission_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home #home_adomission .home_adomission_btns li {
  width: 48.15%;
}
#home #home_adomission .home_adomission_line {
  margin-top: 40px;
  border-top: solid 1px #F5F5F5;
  border-bottom: solid 1px #F5F5F5;
  padding: 24px 0;
  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;
  width: 100%;
}
#home #home_adomission .home_adomission_line p {
  color: #fff;
  padding: 0.3em 0 0.1em;
  letter-spacing: 0.035em;
}
#home #home_adomission .home_adomission_line .btn_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 107px;
  height: 35px;
  border-radius: 5px;
  background-color: #00b900;
  overflow: hidden;
}
#home #home_adomission .home_adomission_photos {
  position: absolute;
  right: 0;
  top: 0;
  width: 608px;
}
@media only screen and (min-width: 900.1px) {
  #home #home_adomission .home_adomission_photos {
    max-width: calc(100% - 452px);
  }
}
#home #home_adomission .home_adomission_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home #home_adomission .photos_slide {
  width: 46.72%;
  height: 980px;
  max-width: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#home #home_adomission .photos_slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #home_adomission .photos_slide li {
  padding-bottom: 15.0234741784%;
}
#home #home_adomission .photos_slide li img {
  width: 100%;
  border-radius: 24px;
}
#home #home_adomission .photos_slide.slide_left {
  translate: 0 -110px;
}
#home #home_adomission .photos_slide.slide_left ul {
  -webkit-animation: slideShow_left 40s infinite linear;
          animation: slideShow_left 40s infinite linear;
}
#home #home_adomission .photos_slide.slide_right {
  translate: 0 -12px;
}
#home #home_adomission .photos_slide.slide_right ul {
  -webkit-animation: slideShow_right 40s infinite linear;
          animation: slideShow_right 40s infinite linear;
}
@-webkit-keyframes slideShow_left {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideShow_left {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideShow_right {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideShow_right {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#home #home_adomission .bg_ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#home #home_adomission .bg_ticker p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  font-size: 156px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 0.1em;
  letter-spacing: -0.05em;
  color: #1d794c;
}
#home #home_adomission .bg_ticker p:nth-child(odd) {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
#home #home_adomission .bg_ticker p:nth-child(even) {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@media only screen and (max-width: 900px) {
  #home #home_adomission .home_adomission_wrap {
    padding: 60px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home #home_adomission .home_adomission_main {
    width: 100%;
  }
  #home #home_adomission .home_adomission_photos {
    margin: 40px 0 0;
    overflow: hidden;
    position: static;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home #home_adomission .home_adomission_read {
    font-size: 14px;
    margin: 2em 0 1.5em;
    line-height: 1.75;
    letter-spacing: 0.095em;
  }
  #home #home_adomission .home_adomission_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home #home_adomission .home_adomission_btns li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #home #home_adomission .home_adomission_btns li + li {
    margin-top: 8px;
  }
  #home #home_adomission .home_adomission_line {
    margin-top: 24px;
    padding: 10px 0 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #home #home_adomission .home_adomission_line p {
    font-size: 14px;
    color: #fff;
    padding: 0 0 0.5em;
    letter-spacing: 0.035em;
  }
  #home #home_adomission .home_adomission_line .btn_line {
    margin-top: 6px;
    width: 216px;
    height: 52px;
  }
  #home #home_adomission .home_adomission_line .btn_line img {
    width: 132px;
  }
  #home #home_adomission .photos_slide {
    height: 87.4358974359vw;
  }
}
@media only screen and (max-width: 900px) and (max-width: 390px) {
  #home #home_adomission .photos_slide {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_adomission .photos_slide:nth-of-type(1) {
    margin-right: 12px;
  }
  #home #home_adomission .photos_slide:nth-of-type(2) {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 390px) {
  #home #home_adomission .photos_slide {
    max-width: 100%;
  }
  #home #home_adomission .photos_slide:nth-of-type(1) {
    margin-right: 3.0769230769vw;
  }
  #home #home_adomission .photos_slide:nth-of-type(2) {
    margin-left: 3.0769230769vw;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_adomission .photos_slide li img {
    width: 100%;
    border-radius: 14px;
  }
  #home #home_adomission .photos_slide.slide_left {
    translate: 0 -110px;
  }
  #home #home_adomission .photos_slide.slide_right {
    translate: 0 -12px;
  }
  #home #home_adomission .bg_ticker {
    top: 32.3076923077vw;
    translate: 0 0;
  }
  #home #home_adomission .bg_ticker p {
    font-size: 108px;
  }
  #home #home_adomission .bg_ticker p:nth-child(odd) {
    -webkit-animation: loop 150s -75s linear infinite;
            animation: loop 150s -75s linear infinite;
  }
  #home #home_adomission .bg_ticker p:nth-child(even) {
    -webkit-animation: loop2 150s linear infinite;
            animation: loop2 150s linear infinite;
  }
}
#home #home_pickup {
  padding-top: 80px;
  padding-bottom: 87px;
}
@media only screen and (max-width: 900px) {
  #home #home_pickup {
    padding-top: 56px;
    padding-bottom: 0;
  }
}
#home #home_pickup .home_pickup_wrap {
  position: relative;
}
#home #home_pickup .pickup_item {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  max-width: 294px;
}
@media only screen and (max-width: 900px) {
  #home #home_pickup .pickup_item {
    max-width: 100%;
  }
}
#home #home_pickup .pickup_item img {
  display: block;
  width: 100%;
}
#home #home_pickup .home_slider {
  overflow: visible;
  position: relative;
  margin-top: 2em;
}
#home #home_pickup .home_slider .slick-list {
  overflow: visible;
}
@media only screen and (min-width: 900.1px) {
  #home #home_pickup .home_slider .home_slider_wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
  #home #home_pickup .home_slider .slide_item {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 900px) {
  #home #home_pickup .home_slider {
    margin: 32px auto 0;
    width: 51.2820512821vw;
  }
  #home #home_pickup .home_slider .home_slider_wrap {
    margin-left: -8px;
    margin-right: -8px;
  }
  #home #home_pickup .home_slider .slide_item {
    padding: 0 8px;
  }
}
/*# sourceMappingURL=home.css.map */