  /****

home

- トップページ共通 (.home)
- セクション共通 (.home_section)
- トップスライダーセクション (#home_hero)
- 入試に関するお知らせ  (#home_news)
- 学部?研究科を知りたい (#home_schoolGradSchool)
- 入試情報を知りたい (#home_exam)
- 名大生ボイス (#home_voice)
- 学生生活を知りたい (#home_campusLife)
- キャリア情報を知りたい (#home_career)
- 教育プログラムを知りたい (#home_educationalProgram)

****/
/*---------------------------------------

スマホレイアウト (380px未満)

---------------------------------------*/
@media screen and (max-width: 380px) {
  #home_exam .home_section_item_title {
    left: 27.05% !important;
  }
}
/*---------------------------------------

スマホレイアウト (768px未満)

---------------------------------------*/
/*---------------------------------------
トップページ共通 (.home) (SP)
---------------------------------------*/
.home #main {
  background-color: #fff;
} 

.home .main .inner__extraLarge {
  overflow: hidden;
}
/*---------------------------------------
セクション共通 (.home_section) (SP)
---------------------------------------*/
.home_section {
  margin-bottom: 13.333vw;
}

.home_section:last-of-type {
  margin-bottom: 0;
}

/* .home_section_title セクション見出し */
.home_section_title {
  width: 89.333%;
  margin: 0 auto 7.0vw;
  height: 20.000vw;
  position: relative;
}

.home_section_title::before {
  content: '';
  display: block;
  width: 76vw;
  height: 8.383vw;
  background: url(/admissions/common/img/home_section_title_bg_foot_sp.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 96%;
}

.home_section_title_text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 142.857%;
  text-align: center;
  font-family: 'Noto Sans JP Light';
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.home_section_title_bold {
  font-family: 'Noto Sans JP Bold';
  font-weight: bold;
  letter-spacing: 0.12em;
}

/* .home_section_contents セクションコンテンツ */
.home_section_contents {
  padding: 9.066vw 0 4.7vw;
  background-color: #f0f0e1;
  margin-top: -3.466%;
}

.home_section_lead {
  font-size: 92.857%;
  text-align: center;
  line-height: 1.884;
  letter-spacing: .11em;
}

/* .home_section_btn ボタン */
.home_section_btn {
  position: relative;
  display: block;
  width: 54.5333vw;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 9vw;
}

.home_section_btn a {
  font-size: 3.73333vw;
  text-align: center;
  color: #fff;
  padding: 4.666vw 0;
  cursor: pointer;
  border-radius: 9vw;
}

.home_section_btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 2.2666vw;
  height: 3.8666vw;
  background: url(/admissions/common/img/home_section_btn_more.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-100%);
  right: 6.2666vw;
}

/*---------------------------------------
トップスライダーセクション (#home_hero) (SP)
---------------------------------------*/
#home_hero.home_section {
  margin-bottom: 0;
  margin: 0 auto;
}

#home_hero .home_hero_wrap {
  margin: 0 auto;
  padding: 0 0 16.8vw;
  width: 100%;
  box-sizing: border-box;
}

#home_hero .home_hero_item{
  overflow: hidden;
  position: relative;
}

#home_hero .home_hero_item img{
  position: absolute;
  width: 100%;
  height: auto;
  max-height: auto;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#home_hero .home_hero_item:after,
#home_hero .home_hero-thumbs_item:after {
  display: block;
  padding-top: 47.5285171%;
  content: '';
}

#home_hero .home_hero_box {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}

/*---------------------------------------
入試に関するお知らせ (#home_news) (SP)
---------------------------------------*/
#home_news .home_section_title {
  background: url(/admissions/common/img/home_section_title_bg_news_sp.png) no-repeat center center;
  background-size: contain;
}

#home_news .home_section_items {
  margin-bottom: 8.000vw;
}

#home_news .home_section_item ,
.home_section_item__pdf ,
.home_section_item__excel ,
.home_section_item__word {
  padding-bottom: 4.666vw;
  border-bottom: solid 0.266vw #ffffff;
  margin-bottom: 6.000vw;
}

#home_news .home_section_items li:last-of-type {
  margin-bottom: 0;
}

#home_news .home_section_item a ,
#home_news .home_section_item__pdf a ,
#home_news .home_section_item__excel a ,
#home_news .home_section_item__word a {
  padding: 0 17.333vw 0 8.000vw;
  position: relative;
}

#home_news .home_section_item a::after {
  content: '';
  display: block;
  width: 5.333vw;
  max-width: 25px;
  height: 5.333vw;
  max-height: 25px;
  background: url(/admissions/common/img/swiper-button-next.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.666%;
}

#home_news .item_dateCat {
  align-items: center;
  margin-bottom: 2.666vw;
}

#home_news .item_date {
  font-size: 85.714%;
  letter-spacing: .08em;
  color: #646464;
  margin-right: 2.666vw;
}

#home_news .item_categories {
}

#home_news .item_category {
  font-size: 85.714%;
  letter-spacing: .03em;
  font-family: 'Noto Sans JP Medium';
  color: #ffffff;
  padding: 0.7vw 3.333vw 0.8vw;
  margin-right: 1.333vw;
  margin-bottom: 1.333vw;
  border-radius: 0.4vw;
}

#home_news .item_category:last-of-type {
  margin-bottom: 0;
}

#home_news .item_category__school {
  background-color: #47af92;
}

#home_news .item_category__gradSchool {
  background-color: #b28a49;
}

#home_news .item_title {
  width: 71vw;
  font-size: 92.857%;
  letter-spacing: .095em;
  line-height: 1.615;
}
#home_news .home_section_item .day{line-height: 1.5em;padding-right: 0;}
#home_news .home_section_item .news_item_pdf::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6vw;
  height: 4.267vw;
  max-width: 35px;
  max-height: 24px;
  margin-left: 0.5vw;
  transform: translateY(15%);
  background: url(/admissions/common/img/news_item_pdf.png) no-repeat center center;
  background-size: contain;
}

#home_news .home_section_item .news_item_word::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6vw;
  height: 4.267vw;
  max-width: 35px;
  max-height: 24px;
  margin-left: 0.5vw;
  transform: translateY(15%);
  background: url(/admissions/common/img/news_item_word.png) no-repeat center center;
  background-size: contain;
}

#home_news .home_section_item .news_item_excel::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6vw;
  height: 4.267vw;
  max-width: 35px;
  max-height: 24px;
  margin-left: 0.5vw;
  transform: translateY(15%);
  background: url(/admissions/common/img/news_item_excel.png) no-repeat center center;
  background-size: contain;
}

#home_news .wordicon::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 3.8666vw;
  height: 3.8666vw;
  max-width: 18px;
  max-height: 24px;
  margin-left: 0.4vw;
  background: url(/admissions/common/img/home_news_item_word.png) no-repeat center center;
  background-size: contain;
  transform: translateY(20%);
}


/*---------------------------------------
学部?研究科を知りたい (#home_schoolGradSchool) (SP)
---------------------------------------*/
#home_schoolGradSchool .home_section_title {
  background: url(/admissions/common/img/home_section_title_bg_schoolgradschool_sp.png) no-repeat center center;
  background-size: contain;
}

#home_schoolGradSchool .home_section_lead {
  margin-bottom: 7.333vw;
}

#home_schoolGradSchool .home_section_explanatoryNote {
  margin-bottom: 9.333vw;
  position: relative;
}

#home_schoolGradSchool .home_section_explanatoryNote::before {
  content: '';
  display: block;
  width: 11.466vw;
  height: 16.533vw;
  background: url(/admissions/common/img/home_schoolgradschool_bg_icon_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(26.744%, -116.935%);
}

#home_schoolGradSchool .home_section_explanatoryNote_items {
  width: 58.666vw;
  margin: 0 auto;
}

#home_schoolGradSchool .home_section_explanatoryNote_item {
  font-size: 75%;
  letter-spacing: .16em;
  font-family: 'Noto Sans JP Bold';
  font-weight: bold;
  padding-left: 8.666vw;
  position: relative;
}

#home_schoolGradSchool .home_section_explanatoryNote_item__school {
  color: #006e4f;
}

#home_schoolGradSchool .home_section_explanatoryNote_item__gradSchool {
  color: #e1655c;
}

#home_schoolGradSchool .home_section_explanatoryNote_item::before {
  content: '';
  display: block;
  position: absolute;
  width: 5.866vw;
  height: 5.866vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1.733vw;
}

#home_schoolGradSchool .home_section_explanatoryNote_item__school::before {
  background-color: #006e4f;
}

#home_schoolGradSchool .home_section_explanatoryNote_item__gradSchool::before {
  background-color: #e1655c;
}

#home_schoolGradSchool .home_section_items {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 97.8%;
  margin: 0 auto 4.000vw;
}

#home_schoolGradSchool .home_section_items:last-of-type {
  margin-bottom: 8vw;
}

#home_schoolGradSchool .home_section_item {
  width: 43.0vw;
  margin-bottom: 4.000vw;
}

#home_schoolGradSchool .home_section_item:nth-of-type(2n-1) {
  margin-right: 1vw;
}

#home_schoolGradSchool .home_section_item:last-of-type,
#home_schoolGradSchool .home_section_item:nth-last-of-type(2) {
  margin-bottom: 0;
}

#home_schoolGradSchool .home_section_item_box {
  align-items: center;
}

#home_schoolGradSchool .home_section_item_icon {
  width: 33.333%;
  height: 14.666vw;
  border-radius: 50%;
  background-color: #ffffff;
}

#home_schoolGradSchool .home_section_item_nameWrapper {
  width: 62.121%;
}

#home_schoolGradSchool .home_section_item_name {
  font-size: 75%;
  letter-spacing: .04em;
  line-height: 1.5;
  font-family: 'Noto Sans JP Bold';
  font-weight: bold;
}

#home_schoolGradSchool .home_section_item_name:not(:first-child) {
  margin-top: 0.666vw;
}

#home_schoolGradSchool .home_section_item_name__school {
  color: #006e4f;

}
#home_schoolGradSchool .home_section_item_name__gradSchool {
  color: #e1655c;
}

/*---------------------------------------
入試情報を知りたい (#home_exam) (SP)
---------------------------------------*/
#home_exam.home_section {
  margin-bottom: 0;
}

#home_exam .home_section_title {
  background: url(/admissions/common/img/home_section_title_bg_exam_sp.png) no-repeat center center;
  background-size: contain;
}

#home_exam .home_section_lead {
  margin-bottom: 6.000vw;
}

#home_exam .home_section_items {
  width: 78.666vw;
  margin: 0 auto 8vw;
}

#home_exam .home_section_item {
  position: relative;
  margin-bottom: 2vw;
}

#home_exam .home_section_item:last-of-type {
  margin-bottom: 0;
}

#home_exam .home_section_item_pic img {
  border-radius: 1.6vw;
}

#home_exam .home_section_item_title {
  font-size: 92.857%;
  letter-spacing: .05em;
  line-height: 1.396;
  font-family: 'Noto Sans JP Bold';
  font-weight: bold;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 33.050%;
}

/*---------------------------------------
名大生ボイス (#home_voice) (SP)
---------------------------------------*/
#home_voice.home_section {
  padding: 13.333vw 0 20.000vw;
  margin-bottom: 8.000vw;
  background-image: linear-gradient(0deg,#fff 55%,#f0f0e1 50%, #f0f0e1 100%);
  background-size: 100% 6.68vw;
}

#home_voice .home_voice_wrap {
  width: 100%;
  height: 170.26vw;
  margin: 0 auto;
  padding-top: 16.2666667vw;
  box-sizing: border-box;
  background: url(/admissions/common/img/home_voice_bg_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#home_voice .home_voice_box {
  width: 100%;
  margin: 0 auto;
}

#home_voice .home_voice_title h2 {
  font-size: 171.428%;
  font-weight: bold;
  text-align: center;
  line-height: 0.5416666666666666;
  letter-spacing: 0.14em;
}

#home_voice .home_voice_lead {
  position: relative;
  width: 100%;
  height: auto;
  margin: 6.1333vw auto 0;
}

#home_voice .home_voice_lead p {
  text-align: center;
  font-size: 92.857%;
  line-height: 1.8846153846153846;
  letter-spacing: 0.11em;
}

#home_voice .home_voice_item_inner {
  width: 74vw;
  height: 100.366667vw;
  margin: 13.066667vw auto 1.4666vw;
  padding-top: 4.9333vw;
}

#home_voice .home_voice__abroad__a {
  background: url(/admissions/common/img/voice_bg_01a_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__abroad__b {
  background: url(/admissions/common/img/voice_bg_01b_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__studying__a {
  background: url(/admissions/common/img/voice_bg_02a_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__studying__b {
  background: url(/admissions/common/img/voice_bg_02b_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__club__a {
  background: url(/admissions/common/img/voice_bg_03a_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__club__b {
  background: url(/admissions/common/img/voice_bg_03b_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__campusLife__a {
  background: url(/admissions/common/img/voice_bg_04a_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__campusLife__b {
  background: url(/admissions/common/img/voice_bg_04b_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__event__a {
  background: url(/admissions/common/img/voice_bg_05a_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice__event__b {
  background: url(/admissions/common/img/voice_bg_05b_sp.png) center center / cover no-repeat;
}

#home_voice .home_voice_item_data {
  position: relative;
  width: 49.4666667vw;
  height: 62.533vw;
  margin: 0 auto;
}

#home_voice .home_voice_item_cat {
  padding: 0 8.2666vw;
  border-radius: 30px;
  background: #fff;
  display: inline-block;
}

#home_voice .home_voice_item_cat p {
  font-size: 71.428%;
  line-height: 2.45;
  letter-spacing: 0.055em;
  text-align: center;
}

#home_voice .home_voice_item_title {
  width: 49.4666667vw;
  height: auto;
  margin-top: 4vw;
  overflow: hidden;
}

#home_voice .home_voice_item_title p {
  font-size: 100%;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-justify: inter-ideograph; /* IEで必要 */
  text-justify: inter-character; /* Firefoxで必要 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 4.5em;
}

#home_voice .home_voice_item_img {
  width: 49.4666667vw;
  height: 31.866vw;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

#home_voice .home_voice_item_highSchool {
  position: absolute;
  width: 45.2vw;
  padding-left: 5.733vw;
  bottom: 3.6666vw;
}

#home_voice .home_voice_item_highSchool p {
  font-size: 75%;
  line-height: 1.8181818181818181;
  letter-spacing: 0.05em;
  color: #646464;
}

#home_voice .home_voice_item .highSchool_country {
  font-size: 91.714%;
  color: #000000;
}

#home_voice .home_voice_item .highSchool_name {
  line-height: 1.418;
}

#home_voice .swiper-btn-next{
  position: absolute;
  background: url("/admissions/common/img/swiper-button-next.png") no-repeat center center;
  background-size: contain;
  width: 11%;
  height: 11%;
  right: 0;
  transform: translateX(-75%)translateY(-25%);
}

#home_voice .swiper-btn-prev{
  position: absolute;
  background: url("/admissions/common/img/swiper-button-prev.png") no-repeat center center;
  background-size: contain;
  width: 11%;
  height: 11%;
  left: 0;
  transform: translateX(75%)translateY(-25%);
}

/*---------------------------------------
学生生活を知りたい (#home_campusLife) (SP)
---------------------------------------*/
#home_campusLife .home_section_title {
  background: url(/admissions/common/img/home_section_title_bg_campuslife_sp.png) no-repeat center center;
  background-size: contain;
}

#home_campusLife .home_section_lead {
  margin-bottom: 6.000vw;
}

#home_campusLife .home_section_items {
  width: 80vw;
  margin: 0 auto 8vw;
  flex-wrap: wrap;

}

#home_campusLife .home_section_item {
  width: 36.666vw;
  margin-bottom: 4vw;
}

#home_campusLife .home_section_item:last-of-type,
#home_campusLife .home_section_item:nth-last-of-type(2) {
  margin-bottom: 0;
}

#home_campusLife .home_section_item:nth-of-type(2n-1) {
  margin-right: 6.66vw;
}

#home_campusLife .home_section_item_title {
  font-size: 85.714%;
  letter-spacing: .05em;
  line-height: 1.5513;
  font-family: 'Noto Sans JP Bold';
  font-weight: bold;
  color: #2b95b3;
  background-color: #ffffff;
  padding: 5.333vw 2.000vw 6.666vw;
  border-radius: 1.333vw;
}

#home_campusLife .home_section_item_pic {
  width: 35.333vw;
  transform: translate(11.3%, -5.333%);
}

#home_campusLife .home_section_item_pic img {
  height: 25vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*---------------------------------------
キャリア情報を知りたい (#home_career) (SP)
---------------------------------------*/
#home_career .home_section_title {
  background: url(/admissions/common/img/home_section_title_bg_career_sp.png) no-repeat center center;
  background-size: contain;
}

#home_career .home_section_lead {
  margin-bottom: 5.333vw;
}

#home_career .home_section_items {
  margin-bottom: 8vw;
}

#home_career .home_section_item {
  margin-bottom: 2.133vw;
}

#home_career .home_section_item_box {
  align-items: center;
  background-color: #ffffff;
}

#home_career .home_section_item:last-of-type {
  margin-bottom: 0;
}

#home_career .home_section_item_pic {
  width: 29.066vw;
}

#home_career .home_section_item_pic img {
  height: 20vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#home_career .home_section_item_title {
  width: 53.446vw;
  font-size: 92.857%;
  letter-spacing: .03em;
  line-height: 1.396;
  font-family: 'Noto Sans JP Bold';
  font-weight: bold;
  background-color: #ffffff;
  padding-left: 4vw;
}

/*---------------------------------------
教育プログラムを知りたい (#home_educationalProgram) (SP)
---------------------------------------*/
#home_educationalProgram .home_section_title {
  background: url(/admissions/common/img/home_section_title_bg_educationalprogram_sp.png) no-repeat center center;
  background-size: contain;
}

#home_educationalProgram .home_section_lead {
  margin-bottom: 6.666vw;
}

#home_educationalProgram .home_section_items {
  margin-bottom: 8vw;
}

#home_educationalProgram .home_section_item {
  margin-bottom: 4vw;
}

#home_educationalProgram .home_section_item_box {
  width: 80vw;
  margin: 0 auto;
  align-items: center;
  background-color: #ffffff;
}

#home_educationalProgram .home_section_item_pic {
  width: 19.466vw;
}

#home_educationalProgram .home_section_item_pic img {
  height: 18.666vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#home_educationalProgram .home_section_item:last-of-type {
  margin-bottom: 0;
}

#home_educationalProgram .home_section_item_title {
  font-size: 92.857%;
  letter-spacing: .05em;
  line-height: 1.450;
  background-color: #ffffff;
  padding: 0 4vw;
}

/*---------------------------------------

パソコンレイアウト (768px以上)

---------------------------------------*/
@media screen and (min-width: 768px) {
  /*---------------------------------------
  セクション共通 (.home_section) (PC)
  ---------------------------------------*/
  .home_section {
    margin-bottom: 100px;
  }
  
  .home_section:last-of-type {
    margin-bottom: 0;
  }
  
  /* .home_section_title セクション見出し */
  .home_section_title {
    width: 1200px;
    margin: 0 auto 57px;
    height: 140px;
    position: relative;
  }
  
  .home_section_title::before {
    width: 1024px;
    height: 57px;
    background: url(/admissions/common/img/home_section_title_bg_foot_pc.png) no-repeat center center;
    background-size: contain;
    top: initial;
    bottom: -57px;
  }
  
  .home_section_title_text {
    font-size: 250%;
    letter-spacing: 0.14em;
    position: relative;
  }

  .home_section_title_text::before,
  .home_section_title_text::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
  }
  
  .home_section_title_bold {
    letter-spacing: 0.14em;
  }
  
  /* .home_section_contents セクションコンテンツ */
  .home_section_contents {
    padding: 65px 0 60px;
    margin-top: -20px;
    position: relative;
  }
  
  .home_section_contents_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
  }

  .home_section_lead {
    font-size: 112.5%;
    line-height: 2;
  }
  
  /* .home_section_btn ボタン */
  .home_section_btn {
    width: 260px;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }

  .home_section_btn a {
      font-size: 112.5%;
      padding: 21px 0;
      width: 260px;
      border-radius: 30px;
      background-color: #000000;
      border: 1px solid #000000;
      transition: 0.4s;
  }

  .home_section_btn a::after {
      width: 12px;
      height: 19px;
      right: 32px;
  }

  .home_section_btn a:hover {
      background-color: #fff;
      color: #000000;
  }

  .home_section_btn a:hover::after {
    background: url(/admissions/common/img/home_section_btn_more_hover.png) no-repeat center center; 
    background-size: contain; 
  }
  
  #home_news .home_section_item .day{line-height: 1.5em;padding-right: 120px;}

  /*---------------------------------------
  トップスライダーセクション (.home_hero) (PC)
  ---------------------------------------*/
  #home_hero.home_section {
    position: relative;
    overflow: hidden;
  }

  #home_hero .home_hero_wrap {
    max-width: 1052px;
    padding: 0 0 72px;
  }

  #home_hero .home_hero_item img {
      max-width: 1052px;
      padding: 0 14px;
  }

  #home_hero .home_hero-thumbs {
      width: 100%;
      padding: 21px 0 0;
      box-sizing: border-box;
  }

  #home_hero .home_hero-thumbs img {
    cursor: pointer;
  }

  #home_hero .home_hero-thumbs_item {
      position: relative;
  }
  
  #home_hero .home_hero-thumbs_item.swiper-slide {
      opacity: 0.5;
  }
  
  #home_hero .home_hero-thumbs_item.swiper-slide-thumb-active {
      opacity: 1;
  }

  #home_hero .home_hero-thumbs_item img {
      position: absolute;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0 13px;
  }

  #home_hero .swiper-btn-next{
    background: url("/admissions/common/img/swiper-button-next.png")no-repeat center center;
    width: 46px;
    height: 46px;
    right: 0;
  }

  #home_hero .swiper-btn-prev{
    background: url("/admissions/common/img/swiper-button-prev.png")no-repeat center center;
    width: 46px;
    height: 46px;
  }

  /*---------------------------------------
  入試に関するお知らせ(#home_news) (PC)
  ---------------------------------------*/
  #home_news .home_section_title {
    background: url(/admissions/common/img/home_section_title_bg_news_pc.png) no-repeat center center;
    background-size: contain;
  }

  #home_news .home_section_title .home_section_title_text::before {
    width: 1010px;
    height: 85px;
    background: url(/admissions/common/img/home_section_title_icon_news_pc.png) no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }

  #home_news .home_section_title .home_section_title_text::after {
    width: 61px;
    height: 52px;
    background: url(/admissions/common/img/home_section_title_balloon_news_pc.png) no-repeat center center;
    background-size: contain;
    left: 173px;
    top: -14px;
  }

  #home_news .home_section_contents_inner {
    width: 1024px;
    margin: 0 auto;
  }

  #home_news .home_section_items {
    margin-bottom: 60px;
  }

  #home_news .home_section_item {
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 30px;
  }

  #home_news .home_section_item a {
    padding: 0;
  }

  #home_news .home_section_item a:hover .item_title {
    text-decoration: underline;
  }
  
  #home_news .item_dateCat {
    margin-bottom: 13px;
  }

  #home_news .item_date {
    font-size: 75%;
    margin-right: 20px;
    
  }

  #home_news .item_category {
    padding: 4px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0.1vw;
  }
    
  #home_news .item_title {
    width: 881px;
    font-size: 100%;
    letter-spacing: .05em;
    line-height: 1.75;
  }

  /*---------------------------------------
  学部?研究科を知りたい (#home_schoolGradSchool) (PC)
  ---------------------------------------*/
  #home_schoolGradSchool .home_section_title {
    background: url(/admissions/common/img/home_section_title_bg_schoolgradschool_pc.png) no-repeat center center;
    background-size: contain;
  }

  #home_schoolGradSchool .home_section_title .home_section_title_text::before {
    width: 71px;
    height: 115px;
    background: url(/admissions/common/img/home_section_title_icon_schoolgradschool_pc.png) no-repeat center center;
    background-size: contain;
    top: -28px;
    left: 45px;
  }

  #home_schoolGradSchool .home_section_title .home_section_title_text::after {
    width: 97px;
    height: 84px;
    background: url(/admissions/common/img/home_section_title_balloon_schoolgradschool_pc.png) no-repeat center center;
    background-size: contain;
    left: 115px;
    top: -19px;
  }

  #home_schoolGradSchool .home_section_contents_bg__01 {
    max-width: 1218px;
    height: 151px;
    background: url(/admissions/common/img/home_schoolgradschool_bg_icon_02.png) no-repeat center center;
    background-size: 1218px;
    top: 277px;
    z-index: 1;
  }

  #home_schoolGradSchool .home_section_contents_bg__02 {
    max-width: 1766px;
    height: 469px;
    background: url(/admissions/common/img/home_schoolgradschool_bg_icon_03.gif) no-repeat center center;
    background-size: 1766px;
    top: 684px;
    z-index: 1;
  }

  #home_schoolGradSchool .home_section_contents_bg__03 {
    max-width: 1862px;
    height: 304px;
    background: url(/admissions/common/img/home_schoolgradschool_bg_icon_04.png) no-repeat center center;
    background-size: 1862px;
    bottom: 37px;
    z-index: 1;
  }

  #home_schoolGradSchool .home_section_lead {
    margin-bottom: 40px;
  }

  #home_schoolGradSchool .home_section_explanatoryNote {
    position: absolute;
    margin-bottom: 0;
    transform: translateY(17px);
  }

  #home_schoolGradSchool .home_section_explanatoryNote::before {
    width: 91px;
    height: 131px;
    transform: translate(0, 0);
    top: 50px;
    left: 55px;
  }

  #home_schoolGradSchool .home_section_explanatoryNote_items {
    width: 446px;
    margin-left: initial;
    margin-right: auto;
    padding: 40px 70px 40px 190px;
    border: solid #ffffff 2px;
    border-radius: 10px;
  }

  #home_schoolGradSchool .home_section_explanatoryNote_item {
    font-size: 112.5%;
    padding-left: 50px;
  }

  #home_schoolGradSchool .home_section_explanatoryNote_item:first-of-type {
    margin-bottom: 36px;
  }

  #home_schoolGradSchool .home_section_explanatoryNote_item::before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
  }

  #home_schoolGradSchool .home_section_items {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    justify-content: initial;
  }

  #home_schoolGradSchool .home_section_items:last-of-type {
    margin-bottom: 60px;
  }

  #home_schoolGradSchool .home_section_item {
    width: 196px;
    margin-bottom: 60px;
    margin-right: 80px;
  }

  #home_schoolGradSchool .home_section_item:nth-of-type(2n-1) {
    margin-right: 80px;
  }

  #home_schoolGradSchool .home_section_items:first-of-type .home_section_item:nth-of-type(2),
  #home_schoolGradSchool .home_section_items:first-of-type .home_section_item:nth-of-type(4n+2),
  #home_schoolGradSchool .home_section_items:last-of-type .home_section_item:nth-of-type(4n) {
    margin-right: 0;
  }

  #home_schoolGradSchool .home_section_items:first-of-type .home_section_item:first-of-type {
    margin-left: 535px;
  }

  #home_schoolGradSchool .home_section_item:last-of-type,
  #home_schoolGradSchool .home_section_item:nth-last-of-type(2),
  #home_schoolGradSchool .home_section_item:nth-last-of-type(3),
  #home_schoolGradSchool .home_section_item:nth-last-of-type(4) {
    margin-bottom: 0;
  }

  #home_schoolGradSchool .home_section_item_icon {
    width: 100%;
    height: 196px;
    margin-bottom: 20px;
    transition: background-color .4s;
  }

  #home_schoolGradSchool .home_section_item a:hover .home_section_item_icon {
    background-color: #efafb8;
  }

  #home_schoolGradSchool .home_section_item_nameWrapper {
    width: 100%;
  }

  #home_schoolGradSchool .home_section_item_name {
    text-align: center;
    font-size: 112.5%;
  }

  #home_schoolGradSchool .home_section_item_name:not(:first-child) {
    margin-top: 12px;
  }

  /*---------------------------------------
  入試情報を知りたい (#home_exam) (PC)
  ---------------------------------------*/
  #home_exam.home_section {
    margin-bottom: 0;
  }

  #home_exam .home_section_title {
    background: url(/admissions/common/img/home_section_title_bg_exam_pc.png) no-repeat center center;
    background-size: contain;
  }

  #home_exam .home_section_title .home_section_title_text::before {
    width: 78px;
    height: 89px;
    background: url(/admissions/common/img/home_section_title_icon_exam_pc.png) no-repeat center center;
    background-size: contain;
    top: -20px;
    right: 25px;
  }

  #home_exam .home_section_title .home_section_title_text::after {
    width: 72px;
    height: 62px;
    background: url(/admissions/common/img/home_section_title_balloon_exam_pc.png) no-repeat center center;
    background-size: contain;
    right: 122px;
    top: -19px;
  }

  #home_exam .home_section_contents_bg__01 {
    max-width: 1412px;
    height: 274px;
    background: url(/admissions/common/img/home_exam_bg_icon_01.gif) no-repeat center center;
    background-size: 1412px;
    top: 53px;
    z-index: 0;
  }

  #home_exam .home_section_contents_bg__02 {
    max-width: 1461px;
    height: 471px;
    background: url(/admissions/common/img/home_exam_bg_icon_02.png) no-repeat center center;
    background-size: 1461px;
    top: 260px;
    z-index: 0;
  }

  #home_exam .home_section_contents_bg__03 {
    max-width: 1476px;
    height: 199px;
    background: url(/admissions/common/img/home_exam_bg_icon_03.png) no-repeat center center;
    background-size: 1476px;
    bottom: 40px;
  }

  #home_exam .home_section_lead {
    margin-bottom: 50px;
  }

  #home_exam .home_section_items {
    width: 100%;
    margin-bottom: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  #home_exam .home_section_item {
    width: 235px;
    margin-bottom: 25px;
  }

  #home_exam .home_section_item:nth-of-type(1),
  #home_exam .home_section_item:nth-of-type(2) {
    width: 498px;
  }

  #home_exam .home_section_item:last-of-type,
  #home_exam .home_section_item:nth-last-of-type(2),
  #home_exam .home_section_item:nth-last-of-type(3), 
  #home_exam .home_section_item:nth-last-of-type(4) {
    margin-bottom: 0;
  }

  #home_exam .home_section_item_pic {
    background-color: #c7e68f;
    border-radius: 10px;
    transition: background-color .4s;
  }

  #home_exam .home_section_item a:hover .home_section_item_pic {
    background-color: #7ec96d;
  }

  #home_exam .home_section_item_title {
    font-size: 137.5%;
    letter-spacing: .03em;
    left: 23px;
    top: 20px;
    transform: translateY(0%);
  }

  #home_exam .home_section_item:nth-of-type(1) .home_section_item_title,
  #home_exam .home_section_item:nth-of-type(2) .home_section_item_title {
    top: 50%;
    transform: translateY(-50%);
    left: 328px;
  }

  @media all and (-ms-high-contrast:none){
    *::-ms-backdrop, #ie11CssHackSample {
      text-align: right;
    }
  }

  /*---------------------------------------
  名大生ボイス (.home_voice) (PC)
  ---------------------------------------*/
  #home_voice.home_section {
    padding: 70px 0 280px;
    margin-bottom: 0;
    background-image: linear-gradient(0deg,#f0f0e1 50%,#fff 50%, #fff 100%);
    background-size: 100% 44px;
  }

  #home_voice .home_voice_wrap {
    height: 987px;
    padding-top: 100px;
    max-width: 1480px;
    min-width: 1024px;
    background: url(/admissions/common/img/home_voice_bg.png) center center / cover no-repeat;
  }

  #home_voice .home_voice_inner {
      max-width: 1170px;
      min-width: 1024px;
  }

  #home_voice .home_voice_box {
      width: 1072px;
  }

  #home_voice .home_voice_title h2 {
      font-size: 250%;
      line-height: 0.525;
      letter-spacing: 0.24em;
  }

  #home_voice .home_voice_lead {
      width: 693px;
      height: 56px;
      margin: 36px auto 0;
      background: url(/admissions/common/img/home_voice_lead_bg.png) center center / cover no-repeat;
  }

  #home_voice .home_voice_lead p {
      position: absolute;
      text-align: center;
      line-height: 2;
      font-size: 112.5%;
      right: 0;
      left: 0;
  }

  #home_voice .home_voice_item_inner {
      width: 326px;
      height: 483px;
      margin: 60px auto 105px;
      padding-top: 30px;
      transition: 0.4s;
  }

  #home_voice .home_voice_item_inner:hover {
      transform: translateY(-10px);
  }

  #home_voice .home_voice__abroad__a {
    background: url(/admissions/common/img/voice_bg_01a.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__abroad__b {
    background: url(/admissions/common/img/voice_bg_01b.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__studying__a {
    background: url(/admissions/common/img/voice_bg_02a.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__studying__b {
    background: url(/admissions/common/img/voice_bg_02b.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__club__a {
    background: url(/admissions/common/img/voice_bg_03a.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__club__b {
    background: url(/admissions/common/img/voice_bg_03b.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__campusLife__a {
    background: url(/admissions/common/img/voice_bg_04a.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__campusLife__b {
    background: url(/admissions/common/img/voice_bg_04b.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__event__a {
    background: url(/admissions/common/img/voice_bg_05a.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice__event__b {
    background: url(/admissions/common/img/voice_bg_05b.png) center center / cover no-repeat;
  }
  
  #home_voice .home_voice_item_data {
      width: 229px;
      height: 288px;
  }

  #home_voice .home_voice_item_cat {
      padding: 5px 37px;
      border-radius: 30px;
  }

  #home_voice .home_voice_item_cat p {
      font-size: 75%;
      line-height: 1;
      padding: 0  0 1px;
  }

  #home_voice .home_voice_item_title {
      width: 229px;
      height: 80px;
      margin-top: 13px;
  }

  #home_voice .home_voice_item_title p {
      font-size: 112.5%;
  }

  #home_voice .home_voice_item_img {
      width: 229px;
      height: 148px;
  }

  #home_voice .home_voice_item_highSchool {
      position: relative;
      width: 195px;
      padding-left: 24px;
      margin-top: 65px;
      bottom: 0;
  }

  #home_voice .home_voice_item_highSchool p {
      line-height: 1.65;
      letter-spacing: 0.05em;
  }

  #home_voice .home_voice_item .highSchool_name {
      line-height: 1.45;
  }

  #home_voice .swiper-btn-next{
      width: 45px;
      height: 45px;
      transform: translateX(0)translateY(0);
  }

  #home_voice .swiper-btn-prev{
      width: 45px;
      height: 45px;
      transform: translateX(0)translateY(0);
  }

  #home_voice .home_voice_bg {
    position: absolute;
    width: 1486px;
    margin: 0 auto;
    max-width: 1486px;
    min-width: 1024px;
    transform: translateX(-11%)translateY(-23%);  
  }

  /*---------------------------------------
  学生生活を知りたい (#home_campusLife) (PC)
  ---------------------------------------*/
  #home_campusLife.home_section {
    margin-top: -175px;
  }

  #home_campusLife .home_section_title .home_section_title_text::before {
    width: 122px;
    height: 84px;
    background: url(/admissions/common/img/home_section_title_icon_campuslife_pc.png) no-repeat center center;
    background-size: contain;
    top: -17px;
    right: 42px;
  }

  #home_campusLife .home_section_title .home_section_title_text::after {
    width: 86px;
    height: 72px;
    background: url(/admissions/common/img/home_section_title_balloon_campuslife_pc.png) no-repeat center center;
    background-size: contain;
    right: 174px;
    top: -13px;
  }

  #home_campusLife .home_section_title {
    background: url(/admissions/common/img/home_section_title_bg_campuslife_pc.png) no-repeat center center;
    background-size: contain;
  }

  #home_campusLife .home_section_contents {
    padding-bottom: 208px;
  }

  #home_campusLife .home_section_contents_bg__01 {
    max-width: 1540px;
    height: 564px;
    background: url(/admissions/common/img/home_campuslife_bg_icon_01.png) no-repeat center center;
    background-size: 1540px;
    top: 84px;
    z-index: 0;
  }

  #home_campusLife .home_section_contents_bg__02 {
    max-width: 1580px;
    height: 348px;
    background: url(/admissions/common/img/home_campuslife_bg_icon_02.gif) no-repeat center center;
    background-size: 1580px;
    bottom: 57px;
    z-index: 0;
  }

  #home_campusLife .home_section_lead {
    margin-bottom: 50px;
  }

  #home_campusLife .home_section_items {
    width: 1000px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
  }

  #home_campusLife .home_section_item {
    width: 290px;
    margin-bottom: 50px;
    margin-right: 60px;
  }

  #home_campusLife .home_section_item:nth-of-type(2n-1) {
    margin-right: 60px;
  }

  #home_campusLife .home_section_item:nth-of-type(3n) {
    margin-right: 0;
  }

  #home_campusLife .home_section_item:last-of-type,
  #home_campusLife .home_section_item:nth-last-of-type(2),
  #home_campusLife .home_section_item:nth-last-of-type(3) {
    margin-bottom: 0;
  }

  #home_campusLife .home_section_item_title {
    font-size: 112.5%;
    height: 95px;
    padding: 20px;
    border-radius: 10px;
  }

  #home_campusLife .home_section_item_pic {
    width: 280px;
    transform: translate( 40px, -10px);
    transform-origin: center center;
    overflow: hidden;
  }

  #home_campusLife .home_section_item_pic img {
    height: 280px;
    transition: all .4s;
  }

  #home_campusLife .home_section_item a:hover .home_section_item_pic img {
    transform: scale(1.04);
  }

  /*---------------------------------------
  キャリア情報を知りたい (#home_career) (PC)
  ---------------------------------------*/
  #home_career .home_section_title {
    background: url(/admissions/common/img/home_section_title_bg_career_pc.png) no-repeat center center;
    background-size: contain;
  }

  #home_career .home_section_title .home_section_title_text::before {
    width: 115px;
    height: 112px;
    background: url(/admissions/common/img/home_section_title_icon_career_pc.png) no-repeat center center;
    background-size: contain;
    top: -28px;
    left: 70px;
  }

  #home_career .home_section_title .home_section_title_text::after {
    width: 97px;
    height: 84px;
    background: url(/admissions/common/img/home_section_title_balloon_career_pc.png) no-repeat center center;
    background-size: contain;
    left: 185px;
    top: -19px;
  }

  #home_career .home_section_contents_bg__01 {
    max-width: 1826px;
    height: 491px;
    background: url(/admissions/common/img/home_career_bg_icon_01.png) no-repeat center center;
    background-size: 1826px;
    top: 85px;
    z-index: 0;
  }

  #home_career .home_section_contents_bg__02 {
    max-width: 1296px;
    height: 214px;
    background: url(/admissions/common/img/home_career_bg_icon_02.gif) no-repeat center center;
    background-size: 1296px;
    bottom: 65px;
    z-index: 0;
  }

  #home_career .home_section_lead {
    margin-bottom: 75px;
  }

  #home_career .home_section_items {
    width: 945px;
    margin: 0 auto 70px;
    position: relative;
    z-index: 1;
  }

  #home_career .home_section_item {
    width: 700px;
    margin-bottom: 60px;
  }

  #home_career .home_section_item:nth-of-type(2n) {
    margin-left: auto;
  }

  #home_career .home_section_item_box {
    position: relative;
  }

  #home_career .home_section_item_box::after {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    background: url(/admissions/common/img/home_career_arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -31px;
    bottom: -31px;
  }

  #home_career .home_section_item:nth-of-type(2n-1) .home_section_item_box {
    flex-direction: row-reverse;
  }

  #home_career .home_section_item_pic {
    width: 350px;
    transform-origin: center center;
    overflow: hidden;
  }

  #home_career .home_section_item_pic img {
    height: 220px;
    transition: all .4s;
  }

  #home_career .home_section_item a:hover .home_section_item_pic img {
    transform: scale(1.04);
  }

  #home_career .home_section_item_title {
    width: 350px;
    font-size: 137.5%;
    letter-spacing: .05em;
    padding: 0 40px 0 20px;
  }

  /*---------------------------------------
  教育プログラムを知りたい (#home_educationalProgram) (PC)
  ---------------------------------------*/
  #home_educationalProgram .home_section_title {
    background: url(/admissions/common/img/home_section_title_bg_educationalprogram_pc.png) no-repeat center center;
    background-size: contain;
  }

  #home_educationalProgram .home_section_title .home_section_title_text::before {
    width: 78px;
    height: 117px;
    background: url(/admissions/common/img/home_section_title_icon_educationalprogram_pc.png) no-repeat center center;
    background-size: contain;
    top: -30px;
    right: 50px;
  }

  #home_educationalProgram .home_section_title .home_section_title_text::after {
    width: 98px;
    height: 84px;
    background: url(/admissions/common/img/home_section_title_balloon_educationalprogram_pc.png) no-repeat center center;
    background-size: contain;
    right: 140px;
    top: -15px;
  }

  #home_educationalProgram .home_section_contents_bg__01 {
    max-width: 1356px;
    height: 136px;
    background: url(/admissions/common/img/home_educationalprogram_bg_icon_01.gif) no-repeat center center;
    background-size: 1356px;
    top: 220px;
    z-index: 0;
  }

  #home_educationalProgram .home_section_contents_bg__02 {
    max-width: 1728px;
    height: 254px;
    background: url(/admissions/common/img/home_educationalprogram_bg_icon_02.png) no-repeat center center;
    background-size: 1728px;
    bottom: 36px;
    z-index: 0;
  }
  #home_educationalProgram .home_section_lead {
    margin-bottom: 55px;
  }

  #home_educationalProgram .home_section_items {
    width: 908px;
    margin: 0 auto 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  #home_educationalProgram .home_section_item {
    margin-bottom: 45px;
  }

  #home_educationalProgram .home_section_item:last-of-type,
  #home_educationalProgram .home_section_item:nth-last-of-type(2) {
    margin-bottom: 0;
  }

  #home_educationalProgram .home_section_item a {
    transition: all .4s;
  }

  #home_educationalProgram .home_section_item_box {
    width: 430px;
  }

  #home_educationalProgram .home_section_item_pic {
    width: 105px;
    transform-origin: center center;
    overflow: hidden;
  }

  #home_educationalProgram .home_section_item_pic img {
    height: 140px;
    transition: all .4s;
  }

  #home_educationalProgram .home_section_item a:hover .home_section_item_pic img {
    transform: scale(1.055);
  }

  #home_educationalProgram .home_section_item_title {
    font-size: 100%;
    padding: 0 50px 0 25px;
    transition: all .4s;
  }

}
