
@charset "UTF-8";

/********************************
* ヘッダー部
*********************************/
#home_header {
  height: 69px;
}

#home_header #header__vertical__nav {
  display: none;
}

#sp_header #home_brand_sp {
  width: 20%;
  height: 69px;
}
#sp_header #home_brand_sp a {
  background-position: center;
}

#sp_header .home_sp_header_utl {
  position: absolute;
  top: 0;
  right: 69px;
  height: 100%;
  width: 64%;
  text-align: right;
  letter-spacing: -5px;
  /**min-width: 260px;**/
}

#sp_header .home_sp_header_utl div#lang {
  font-family: "Lato", sans-serif;
  position: relative;
  display: inline-block;
  width: 23%;
  height: 100%;
}
#sp_header .home_sp_header_utl div#lang span {
  position: absolute;
  font-size: 1em;
  top: 49px;
  left: 34px;
}
#sp_header .home_sp_header_utl div#lang span a {
  color: #000;
  text-decoration: none;
}
#sp_header .home_sp_header_utl div#lang span a:hover {
}
#sp_header .home_sp_header_utl div#lang .current {
  position: absolute;
  font-size: 2.2em;
  top: 7px;
  left: 7px;
}
#sp_header .home_sp_header_utl div#lang .current a {
  color: #aa003e;
}
#sp_header .home_sp_header_utl div#lang::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 4px;
  left: 34px;
  width: 1px;
  height: 28px;
  background-color: #040000;
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

#sp_header .home_sp_header_utl > a {
  display: inline-block;
  width: 23%;
  height: 100%;
  color: #040000;
  text-align: center;
  font-size: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-decoration: none;
}
#sp_header .home_sp_header_utl a:hover {
}

#sp_header .home_sp_header_utl a.btn__home_lang {
  background-image: url(/home/img/icon_sp_language_E.svg);
}
#sp_header .home_sp_header_utl a.btn__home_quick_links {
  background-image: url(/home/img/icon_sp_quick_links_E.svg);
}
#sp_header .home_sp_header_utl a.btn__home_study_at_apu {
  background-image: url(/home/img/icon_sp_study_at_apu_E.svg);
}
#sp_header .home_sp_header_utl a.btn__home_search {
  background-image: url(/home/img/icon_sp_search_E.svg);
}
#sp_header #btn_trigger {
  width: 69px;
}
#sp_header #btn_trigger .humburger {
  height: 22px;
  top: 5px;
}
#sp_header #btn_trigger .humburger span {
  height: 4px;
}
#sp_header #btn_trigger small.txt__menu {
  -ms-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
  bottom: 13px;
}

@media only screen and (min-width: 569px), print and (min-width: 2cm) {
  #sp_header #home_brand_sp {
    width: 95px;
    height: 69px;
    margin-top: 0;
  }
  #sp_header #btn_trigger {
  }
  #sp_header #btn_trigger .humburger {
    height: 24px;
    top: -3px;
  }
  #sp_header #btn_trigger .humburger span:nth-of-type(2) {
  }

  #sp_header .home_sp_header_utl {
    width: 64%;
    height: 100%;
  }

  #sp_header .home_sp_header_utl > a {
    width: 85px;
  }
}

@media only screen and (min-width: 1025px), print and (min-width: 2cm) {
  #home_header {
    position: static;
    height: 85px;
  }

  #nav__utility {
    position: absolute;
  }

  #home_header #home_brand {
    display: block;
    position: absolute;
    top: 0;
    left: 25px;
    width: 145px;
    height: 160px;
    z-index: 999;
  }

  #home_header #nav__utility li,
  #home_header #nav__utility ul {
    line-height: normal;
  }

  #home_header #nav__utility li {
    padding: 9px;
  }

  #home_header #nav__lang {
    padding: 4px 0px 4px;
  }
  #home_header #nav__lang .taget_menu {
  }

  #home_header #nav__lang .taget_menu a {
    position: relative;
  }
  #home_header #nav__lang .taget_menu a:after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: 3px;
    width: 1px;
    height: 1em;
    background-color: #fff;
  }
  #home_header #nav__lang .taget_menu a:first-child:after {
    display: none;
  }

  #home_header #nav__lang .taget_menu a:not(:first-child) {
    padding-left: 10px;
  }

  #home_header #nav__utility {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  #home_header #nav__utility .header__left {
    float: left;
    margin-left: 160px;
  }
  #home_header #nav__utility .header__right {
    float: right;
    width: 30%;
  }

  #home_header #nav__utility .utl__btn_v2 {
    position: relative;
    padding: 4px 9px 3px;
    font-size: 0.9em;
  }
  #home_header #nav__utility .utl__btn_v2:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0px;
    left: -4px;
    width: 1px;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #home_header #nav__utility .utl__btn_v2:first-child:after {
    display: none;
  }
  #home_header #nav__utility .utl__btn_v2 > a {
    display: block;
    color: #ffffff;
    font-size: 1em;
    line-height: 3em;
  }
  #home_header #nav__utility .utl__btn_v2 > a:hover {
    text-decoration-line: none;
    color: #aa003e;
  }
  #home_header #nav__utility .utl__btn_v2 > a.study_at_apu {
    background-image: url(/home/img/icon_study_at_apu_w.png);
    background-repeat: no-repeat;
    background-position: 0px 46%;
    background-size: 1.5em auto;
    padding-left: 29px;
    font-size: 1.2em;
  }
  #home_header #nav__utility .utl__btn_v2 > a.study_at_apu:hover {
    background-image: url(/home/img/icon_study_at_apu_r.png);
  }

  #home_header #nav__utility .item__search {
    position: relative;
    padding: 2px;
    background: rgba(0, 0, 0, 0.5);
  }

  #home_header #nav__utility .utl__search {
    padding-left: 0;
    padding-right: 0;
    width: 56%;
    max-width: 260px;
  }

  #home_header #nav__utility .utl__search .item__search > div {
    position: relative;
    background-color: #fff;
    height: 30px;
    left: auto;
    overflow: hidden;
  }
  #home_header #nav__utility .utl__search .item__search input[type="text"] {
    display: block;
    width: calc(100% - 45px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    border: none;
    padding-left: 8px;
    font-size: 12px;
  }
  #home_header #nav__utility .utl__search .item__search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    border-radius: 0;
  }

  #home_header #nav__utility .utl__lang {
    padding-left: 0;
  }
  #home_header #nav__utility .utl__lang .lang {
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: middle;
  }
  #home_header #nav__utility .utl__lang .lang a {
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
    display: block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
  }
  #home_header #nav__utility .utl__lang .lang a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  #home_header #nav__utility .utl__lang .current.lang a {
    background-color: #aa003e;
    border: none;
  }

  #home_header #header__vertical__nav {
    display: block;
    position: absolute;
    right: 0;
    top: 78px;
    margin-left: auto;
    width: 500px;
    height: calc(100vh - 78px); /** ヘッダーの高さにより要調節**/
    /**
        overflow-x: visible;
        overflow-y: auto;
        **/

    top: 79px\9; /* IE10以下 */
  }
  @-moz-document url-prefix() {
    #home_header #header__vertical__nav {
      top: 79px;
    }
  }
  @media all and (-ms-high-contrast: none) {
    #home_header #header__vertical__nav {
      top: 79px;
    }
  }
  @supports (-ms-ime-align: auto) {
    #home_header #header__vertical__nav {
      top: 79px;
    }
  }

  #home_header #header__vertical__nav .wrapper {
    position: relative;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 340px;
    height: calc(100vh - 78px);
    background: rgba(0, 0, 0, 0.5);
    min-height: 560px;
    z-index: 999;
  }

  #home_header #header__vertical__nav #btn_gohi {
    position: relative;
    margin: 10px 0 10px -15px;
    padding: 0;
    background-color: #aa003e;
  }

  #home_header #header__vertical__nav #btn_gohi:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #813b2d; /*折り返し部分*/
  }

  #home_header #header__vertical__nav #btn_gohi a {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
  }
  #home_header #header__vertical__nav #btn_gohi a:hover {
    background-color: #c40047;
  }
  #home_header #header__vertical__nav #btn_gohi small {
    font-family: "Lato", sans-serif;
  }

  #home_header #header__vertical__nav ul {
    list-style: none;
    padding: 0px 28px;
  }

  #home_header #header__vertical__nav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  #home_header #header__vertical__nav ul li:last-child {
    border-bottom: none;
  }
  #home_header #header__vertical__nav ul li a {
    font-size: 1em;
    position: relative;
    display: block;
    line-height: 42px;
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
  }
  #home_header #header__vertical__nav ul li a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  #home_header #header__vertical__nav ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }

  #home_header #header__vertical__nav .ver__connect {
    text-align: center;
    /*padding-top: 20px;*/
    position: absolute;
    bottom: 15px;
    /*left: 50%;*/
    width: 100%;
    /*transform: translateX(-50%);*/
  }
  #home_header #header__vertical__nav .ver__connect span {
    color: #fff;
    line-height: 3em;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  #home_header #header__vertical__nav .ver__connect a {
    margin-left: 10px;
  }
  #home_header #header__vertical__nav .ver__connect a img {
    width: 27px;
  }
  #home_header #header__vertical__nav .ver__connect a img[alt="linkedin"] {
    width: 30px;
  }

  #sp_header .home_sp_header_utl div#lang span {
    top: 49px;
    left: 34px;
  }
  #sp_header .home_sp_header_utl div#lang .current {
    top: 7px;
    left: 7px;
  }
  #sp_header .home_sp_header_utl div#lang::before {
    top: 35px;
    bottom: 4px;
    left: 34px;
  }
}

@media only screen and (min-width: 1500px), print and (min-width: 2cm) {
  #home_header #home_brand {
    width: 231px;
    height: 254px;
  }
  #home_header #nav__utility .header__left {
    margin-left: 250px;
  }
}

/********************************
* トップページ
*********************************/

/**災害時バナー用の追加**/
.home #mv_parent {
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
}
/**災害時バナー用の追加　ここまで**/

.home #main_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
  /*margin-bottom: 30px;*/
  transition: none !important;
  z-index: 1 !important;
}
.home #main_visual div {
}

.home #main_visual #txt__emergency {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 2.8vw;
  font-family: "Noto Sans Japanese";
  padding: 0;
}
.home #main_visual #txt__emergency a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
}
.home #main_visual #txt__emergency.urgency_high a {
  background-color: #ece94f;
}
.home #main_visual #txt__emergency.urgency_high a:hover {
  background-color: #e6e219;
}
.home #main_visual #txt__emergency.urgency_normal a {
  background-color: #f08d39;
}
.home #main_visual #txt__emergency.urgency_normal a:hover {
  background-color: #ed7814;
}
.home #main_visual #txt__emergency span {
  font-family: "Roboto", sans-serif;
}

.home #main_visual p.txt {
  position: absolute;
  bottom: 2%;
  left: 3%;
  font-size: 6vw;
  color: #fff;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/**災害時バナー用の追加**/
.home #mv_parent #tlp__area {
  z-index: 10;
  position: relative;
  width: 100%;
}
.home #mv_parent #tlp__area #tlp__emergency {
  display: none;
}
.home #mv_parent #tlp__area #tlp__emergency a {
  background-color: #ece94f;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  /*height: 80px;*/
  text-align: center;
  font-size: 24px;
  color: #000;
}
.home #mv_parent #tlp__area #tlp__emergency a:hover {
  text-decoration: none;
  background-color: #e6e219;
}
.home #mv_parent #tlp__area #tlp__emergency a > span {
  width: 100%;
  font-weight: bold;
  font-size: 0.7em;
  padding: 17px 0;
}
.home #mv_parent #tlp__area #tlp__emergency a:hover > span {
  opacity: 0.6;
}
.home #mv_parent #tlp__area #tlp__emergency a > span .sub_txt {
  font-size: 0.8em;
}

.home #mv_parent #tlp__area #tlp__event {
  position: relative;
}
.home #mv_parent #tlp__area #tlp__event .tlp_num {
  position: absolute;
  bottom: 2px;
  right: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists {
  background-color: #f08d39;
  /*color: #fff;*/
  color: #333;
  width: 100%;
  margin: 0;
  padding-left: 0;
  display: none;
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists.slick-initialized {
  display: block;
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists li {
  display: flex;
  align-items: center;
  width: 100%;
  /*height: 80px;*/
  padding: 0.5em 3em 0.5em 38px;
  min-height: 80px;
  font-size: 14px;
  position: relative;
  color: #000;
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists li:before,
.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  /*border-left-color: #FFF;*/
  border-left-color: #000;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a {
  display: flex;
  align-items: center;
  width: 100vw;
  min-height: 80px;
  /*color: #FFF;*/
  color: #000;
  /*text-decoration: underline;*/
  padding: 0.5em 3em 0.5em 38px;
  margin: -0.5em -3em -0.5em -38px;
  background-color: #f08d39;
  z-index: 10;
  outline: none;
}
/*.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:hover {
  color: #337ab7;
  text-decoration: none;
}*/
.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:hover,
.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:hover span {
  text-decoration: underline;
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:focus {
  /*text-decoration: none;*/
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:hover:before {
  /*border-left-color: #337ab7;*/
}

.home #mv_parent #tlp__area #tlp__event .tlp__lists li > * {
  width: 100%;
}
.home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
}
.home
  #mv_parent
  #tlp__area
  #tlp__event
  .tlp__lists
  li
  > a[href^="/home"]:after {
  display: none;
}
/**災害時バナー用の追加　ここまで**/

.home .sec__header {
  margin-bottom: 40px;
}
.home .sec__header .ttl__section {
  width: 100%;
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
.home .sec__header .ttl__section small {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #9d9d9d;
  margin-top: 5px;
}
.home .sec__header .ttl__section small:before {
  border-top: 1px solid #9d9d9d;
  content: "";
  position: absolute;
  top: 45%;
  left: -25px;
  width: 10px;
}
.home .sec__header .ttl__section small:after {
  border-top: 1px solid #9d9d9d;
  content: "";
  position: absolute;
  top: 45%;
  right: -25px;
  width: 10px;
}

.home .section .btn__list {
  border: 2px solid #231f20;
  text-align: center;
  height: 55px;
  max-width: 280px;
}
.home .section .btn__list a {
  position: relative;
  line-height: 55px;
  /*font-size: 108%;*/
  color: inherit;
  display: block;
  text-decoration: none;
}
.home .section .btn__list a:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #231f20;
  border-right: solid 1px #231f20;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  right: 15px;
}

.home .section .btn__list a > span,
.home .section .btn__list a:after {
  transition: opacity 300ms 0s ease;
  -ms-transition: opacity 300ms 0s ease;
  -webkit-transition: opacity 300ms 0s ease;
}

.home .section .btn__list a:hover > span,
.home .section .btn__list a:hover:after {
  opacity: 0.5;
}

@media only screen and (min-width: 1025px), print and (min-width: 2cm) {
  .home #box__20years {
    margin-bottom: 60px;
  }
}

.home #box__20years div {
  text-align: center;
  width: 100%;
}
.home #box__20years div .pc_img {
  display: none;
}
.home #box__20years div .sp_img {
  display: inline;
}

.home #box__gallery .item__slider .item .img__gallery {
  margin-left: 15px;
  margin-right: 15px;
}

.home #box__gallery #mainSlide {
  position: relative;
}

.slick-slide img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.home #box__gallery .arrows {
  position: absolute;
  cursor: pointer;
  height: auto;
  width: 6%;
  top: calc(50% - 22px);
  right: 0;
}
.home #box__gallery .arrows.slick-next {
  right: 0;
  transform: translateY(-50%) translateX(-50%);
}
.home #box__gallery .arrows.slick-prev {
  left: 0;
  transform: translateY(-50%) translateX(50%);
}
.home #mainSlide .slick-slider .slick-dots {
  margin: 25px 0 0;
}

.home #box__news .inner {
  max-width: 1100px;
}
.home #box__news .item__news .item__img {
  margin-bottom: 5px;
}
.home #box__news .item__news .item__img img {
  margin-bottom: 0 !important;
}
.home #box__news .item__news .box__info .date {
  display: inline-block;
}
.home #box__news .item__news .box__info .category {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
}
.home #box__news .item__news .box__info .category span {
  /*margin: 0;*/
}
.home #box__news .item__news .box__info > a {
  display: block;
  margin-top: 0;
}
.home #box__news .item__news:nth-child(3),
.home #box__news .item__news:nth-child(4) {
  display: block;
}

.home #box__notice {
  /*margin-top: 112px;*/
  padding-top: 60px;
  background-color: #f3f7ff;
}
.home #box__notice .sec__main {
  /*background-color: #f3f7ff;*/
  background-repeat: no-repeat;
  background-size: 115%;
  background-position: top center;
  /*margin-top: -150px;
    padding-top: 150px;*/
  padding-bottom: 60px;
}
.home #box__notice .sec__main .box__notice_list {
  width: 95%;
  margin: 0 auto;
}
.home #box__notice .sec__main .box__notice_list .item__notice {
  border-bottom: 1px dotted #aaa;
}
.home #box__notice .sec__main .box__notice_list .item__notice a {
  color: inherit;
  display: block;
  padding: 20px 0;
}
.home #box__notice .sec__main .box__notice_list .item__notice .date {
  margin: 0;
  font-size: 108%;
}
.home #box__notice .sec__main .box__notice_list .item__notice .ttl__notice {
  display: block;
  padding-left: 1em;
  color: inherit;
  margin: 0;
  font-size: 108%;
}

.home #box__events .box__events_list {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home #box__events .box__events_list .item__events {
  padding: 0;
}
.home #box__events .box__events_list .item__events a {
  padding: 10px 10px 10px 0;
}
.home #box__events .box__events_list .item__events .box__date {
  position: relative;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 90px;
  background-color: #aa003e;
  float: left;
  font-family: Georgia;
  /*    font-family: 'Roboto', sans-serif;*/
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.home #box__events .box__events_list .item__events .box__date:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 40px;
  width: 1px;
  height: 14px;
  background-color: #fff;
  -ms-transform: rotate(17deg);
  -webkit-transform: rotate(17deg);
  transform: rotate(17deg);
}
.home #box__events .box__events_list .item__events .txt_m {
  position: absolute;
  top: 19px;
  right: 54px;
  color: #fff;
  font-size: 1em;
  width: auto;
  height: auto;
}
.home #box__events .box__events_list .item__events .txt_d {
  position: absolute;
  top: 30px;
  left: 42px;
  color: #fff;
  font-size: 2.6em;
  line-height: 1em;
  width: auto;
  height: auto;
}

.home #box__events .box__events_list .item__events .ttl__events {
  margin-left: 105px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

/* subCategoryタグ */
.home #box__events .box__events_list .item__events span.sc {
  font-size: 11.2px;
  font-weight: normal;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
/* subCategoryタグ 開学20周年事業 */
.sc_1 {
  background: #aa003e;
  color: #fff;
}
/* subCategoryタグ SDGs */
.sc_2 {
  background: #4c9f38;
  color: #fff;
}

.home #box__events .btn__list {
  display: block;
}

@media only screen and (min-width: 569px), print and (min-width: 2cm) {
  /**災害時バナー用の追加　ここから**/
  .home #mv_parent #tlp__area #tlp__emergency a > span {
    font-size: 0.8em;
    padding: 7px 0;
  }
  .home #mv_parent #tlp__area #tlp__emergency a > span .sub_txt {
    font-size: 1em;
  }

  .home #mv_parent #tlp__area #tlp__event .tlp_num {
    position: absolute;
    bottom: 2px;
    right: 10px;
    color: #fff;
  }
  .home #mv_parent #tlp__area #tlp__event .tlp__lists li {
    padding: 15px 3em 15px 60px;
  }
  .home #mv_parent #tlp__area #tlp__event .tlp__lists li > a {
    padding: 15px 3em 15px 60px;
    margin: -15px -3em -15px -60px;
  }
  .home #mv_parent #tlp__area #tlp__event .tlp__lists li:before,
  .home #mv_parent #tlp__area #tlp__event .tlp__lists li > a:before {
    left: 32px;
  }
  /**災害時バナー用の追加　ここまで**/

  .home #box__gallery .arrows {
    top: calc(50% - 29px);
  }
  .home #mainSlide .slick-slider .slick-dots {
    margin: 25px 0 0;
  }
  .home #mainSlide .slick-slider .slick-dots li {
    margin: 0 15px;
  }
}

@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  /**災害時バナー用の追加**/
  .home #mv_parent {
    margin-bottom: 60px;
  }
  .home #mv_parent #tlp__area #tlp__emergency a > span {
    font-size: 1em;
    padding: 3px 0;
  }
  /**災害時バナー用の追加　ここまで**/

  .home #main_visual {
  }
  .home #main_visual #txt__emergency {
    font-size: 1.6vw;
  }
  .home #box__gallery .btn__list {
    display: block;
  }

  .home #box__gallery .item__slider .item {
    transform: translateX(-100%);
  }

  .home #box__news .btn__list {
    display: block;
  }

  .home #box__news .item__news:nth-of-type(1),
  .home #box__news .item__news:nth-of-type(2) {
    width: 50%;
    margin-bottom: 50px;
  }
  .home #box__news .item__news .item__img img {
    width: 100%;
  }
  .home #box__news .item__news .box__info > a {
    margin-top: 10px;
  }

  .home #box__notice {
    margin-top: 78px;
  }
  .home #box__notice .sec__main {
    background-size: 100%;
  }
  .home #box__notice .sec__main .box__notice_list {
    width: 55%;
  }
  .home #box__20years div {
    width: 92%;
  }
  .home #box__20years div .pc_img {
    display: inline;
  }
  .home #box__20years div .sp_img {
    display: none;
  }
}

@media only screen and (min-width: 1025px), print and (min-width: 2cm) {
  .home #home_header {
    height: auto;
  }

  #home_header #home_brand a {
    background-image: url(/home/img/home/logo_home.svg);
  }

  .home #main_visual {
    margin-top: -59px 0 0 0 !important;
    padding-top: 0 !important;
    height: calc(100vh - 26px);
    min-height: 612px;
  }

  .home #main_visual #txt__emergency {
    width: calc(100% - 340px);
  }

  /**災害時バナー用の追加**/
  .home #mv_parent #tlp__area {
    width: calc(100% - 340px);
    position: absolute;
    bottom: 0;
  }

  .home #mv_parent #tlp__area #tlp__event .tlp__lists li {
    font-size: 16px;
  }

  /**災害時バナー用の追加　ここまで**/

  .home .sec__header .ttl__section {
    font-size: 60px;
  }
  .home .sec__header .ttl__section small {
    font-size: 14px;
  }
  .home #box__news .item__news .item__img {
    margin-bottom: 10px;
  }

  .home #box__events .box__events_list .item__events .ttl__events {
    font-size: 18px;
  }
}

/* APU in the Media ここから */
#box__media {
}

#box__media .sec__main .inner {
  /*width: 100%;*/
}

/* #box__medai-filter - ナビ */
#box__medai-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
}

#box__medai-filter a {
  outline: none;
  position: relative;
  flex: 0 1 50%;
  padding: 5px;
}
#box__medai-filter a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 45px;
  padding: 0 10px;
  color: #333;
  background-color: #eee;
  transition: color 0.3s, background-color 0.3s;
}
#box__medai-filter a.select,
#box__medai-filter a:hover {
  text-decoration: none;
}
#box__medai-filter a.select span,
#box__medai-filter a:hover span {
  color: #fff;
  background-color: #aa003e;
}

/* .box__media-list - メイン */

#box__media-wrap {
  position: relative;
}

.box__media-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.box__media-list.show {
  position: relative;
}

.box__media-list article {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

.box__media-list article:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border: 6px solid transparent;
  border-left: 8px solid #ddd;
  transform: translateY(-50%);
}

.box__media-list article .art-in {
  position: relative;
  overflow: hidden;
  line-height: 1.8;
  padding-left: 20px;
  padding-right: 30px;
}
.box__media-list article .art-in:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #eee;
}
.box__media-list article .art-in.effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 0;
  background-color: #aa003e;
  transform: translateY(-50%);
  transition: height 0.3s;
}
.box__media-list article .art-in.effect:hover:after {
  height: 100%;
}

/* art-meta */
.box__media-list article .art-in .art-meta {
  margin: 0 0 5px;
}
.box__media-list article .art-in .art-meta .art-date {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 10px;
}
.box__media-list article .art-in .art-meta .art-tag {
  display: inline-block;
  vertical-align: middle;
}
.box__media-list article .art-in .art-meta .art-tag span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  background-color: #eee;
  padding: 3px 10px;
  margin: 2.5px 5px 2.5px 0;
}

/* art-dtl */
.box__media-list article .art-in .art-dtl .art-site {
  /*color: #666;*/
  /*font-size: 16px;*/
}

.box__media-list article .art-in .art-dtl h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.box__media-list article .art-in .art-dtl h3 small {
  display: inline-block;
  font-size: 12px;
  margin: 6px 0 0;
}

.box__media-list article .art-in a.permalink {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* more, close */
#box__media-wrap .btn_media-more,
#box__media-wrap .btn_media-close {
  cursor: pointer;
  text-align: center;
  border: 2px solid #231f20;
  margin: 20px auto 1px;
  width: 100%;
  max-width: 228px;
}
#box__media-wrap .btn_media-close {
  display: none;
}
#box__media-wrap .btn_media-more span,
#box__media-wrap .btn_media-close span {
  height: 50px;
  position: relative;
  line-height: 50px;
  /*font-size: 108%;*/
  color: inherit;
  display: block;
  text-decoration: none;
  transition: opacity 300ms 0s ease;
  -ms-transition: opacity 300ms 0s ease;
  -webkit-transition: opacity 300ms 0s;
}
#box__media-wrap .btn_media-more span:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #231f20;
  border-right: solid 1px #231f20;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 38%;
  right: 15px;
}
#box__media-wrap .btn_media-close span:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #231f20;
  border-right: solid 1px #231f20;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
  right: 15px;
}
#box__media-wrap .btn_media-more:hover span,
#box__media-wrap .btn_media-close:hover span {
  opacity: 0.5;
}

#nowLoading {
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

/* NEWS, EVENT 表示件数調整 */
.home #box__news .item__news:nth-child(n + 4),
.home #box__events .box__events_list .item__events:nth-child(n + 4) {
  display: none;
}
/* NEWS, EVENT 表示件数調整 */

@media only screen and (min-width: 569px), print and (min-width: 2cm) {
  /* NEWS, EVENT 表示件数調整 */
  .home #box__news .item__news:nth-child(n + 4),
  .home #box__events .box__events_list .item__events:nth-child(n + 4) {
    display: block;
  }
  /* NEWS, EVENT 表示件数調整 */

  /* .box__media-list - メイン */
  .box__media-list article {
    padding: 20px 0;
  }

  .box__media-list article .art-in {
    padding-left: 30px;
  }

  .box__media-list article .art-in .art-date {
    /*float: left;*/
  }

  .box__media-list article .art-in .art-dtl {
    /*margin: 0 0 0 100px;*/
  }
}

@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  /* #box__medai-filter - ナビ */
  #box__medai-filter {
    margin: 0 -5px 30px;
  }

  #box__medai-filter a {
    flex: 0 1 25%;
  }
  #box__medai-filter a.select span:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #aa003e;
    transform: translateX(-50%);
  }

  /* motre */
  .box__media-list .btn_media-more {
    margin: 40px auto 0;
  }
}

/* オンライン版以外はこちら */
.APU_media_sub {
  letter-spacing: -0.4em;
  margin: 20px -5px 0px;
  text-align: right;
}
.APU_media_sub a {
  outline: none;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 10px);
  height: 0;
  padding-top: 45px;
  margin: 5px;
  color: #333;
  background-color: #eee;
  transition: color 0.3s, background-color 0.3s;
}
.APU_media_sub a span.fsp {
  display: block;
  font-size: small;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  transform: translate(-50%, -50%);
}
/*.APU_media_sub a.select,*/
.APU_media_sub a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #aa003e;
}
@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  /* オンライン版以外はこちら */
  .APU_media_sub a {
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 568px), print and (min-width: 2cm) {
  /* オンライン版以外はこちら */
  .APU_media_sub {
    text-align: center;
  }
  .APU_media_sub a {
    width: calc(80% - 10px);
  }
}

/* APU in the Media ここまで */

/* One APU Club */
.home #box__bnr_oneapu div {
  text-align: center;
  width: 100%;
}

.bnr_oneapu a {
  display: block;
  line-height: 0;
}
.bnr_oneapu a img {
  width: 100%;
  height: auto;
}
.bnr_oneapu.pc {
  display: none;
}
.bnr_oneapu.smt {
  margin: 0px auto 50px;
}
.bnr_oneapu.smt > div {
  max-width: 800px;
  margin: auto;
}

.bnr_oneapu.smt img.sm_img {
  display: inline;
}
.bnr_oneapu.smt img.mid_img {
  display: none;
}

@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  .bnr_oneapu.smt {
    margin-bottom: 100px;
  }
  .home #box__bnr_oneapu div {
    width: 92%;
  }
  .bnr_oneapu.smt img.sm_img {
    display: none;
  }
  .bnr_oneapu.smt img.mid_img {
    display: inline;
  }
}

@media only screen and (min-width: 1025px), print and (min-width: 2cm) {
  .bnr_oneapu.pc {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 0 30px 30px;
  }
  .bnr_oneapu.smt {
    display: none;
  }
}

/* One APU Club */

/* One APU Club topサイド */
#home_header #header__vertical__nav #btn_oneapu {
  position: relative;
  margin: 10px 0 10px -15px;
  padding: 0;
  background-color: #aa003e;
}

#home_header #header__vertical__nav #btn_oneapu:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #813b2d; /*折り返し部分*/
}

#home_header #header__vertical__nav #btn_oneapu a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}

#home_header #header__vertical__nav #btn_oneapu a:hover {
  background: #c40047;
}

#home_header #header__vertical__nav #btn_oneapu a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}
/* One APU Club topサイド */

/* トップバナー */
section#box__sec-bnr .inner {
  width: 100%;
  text-align: center;
}
section#box__sec-bnr a.bnr-link {
  display: inline-block;
  width: auto;
}
section#box__sec-bnr a.bnr-link:not(:first-of-type) {
  margin-top: 20px;
}
section#box__sec-bnr a.bnr-link .pc_img {
  display: none;
}
section#box__sec-bnr a.bnr-link .sp_img {
  display: inline;
}

@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  section#box__sec-bnr a.bnr-link:not(:first-of-type) {
    margin-top: 30px;
  }
  section#box__sec-bnr a.bnr-link .pc_img {
    display: inline;
  }
  section#box__sec-bnr a.bnr-link .sp_img {
    display: none;
  }
  section#box__sec-bnr a.bnr-link.bnr-oneapu {
    /* One APU Club バナー　PC画面非表示 */
    display: none;
  }
}

/* 最下部バナー3個へ変更_210525 ここから */
.home #box__banners {
  margin: 0 auto;
}
.home #box__banners li {
  width: 100%;
  float: none;
}
@media only screen and (min-width:569px),print and (min-width:2cm) {
  .home #box__banners li {
    width: 33.333333%;
    float: left;
  }
}
/* 最下部バナー3個へ変更_210525 ここまで */



