/* トップページ データで見る県大 */
.homeNumbersInner--type2 {
  position: relative;
  padding-top: 11rem;
}
@media print,screen and (min-width: 769px) {
  .homeNumbersInner--type2 .homeNumbersItem:nth-of-type(1) {
    padding-top: 9rem;
  }
}

.homeNumbersInner--type2 .homeNumbersItem:nth-of-type(1) {
  position: absolute;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 33rem;
}
@media print,screen and (min-width: 769px) {
  .homeNumbersInner--type2 .homeNumbersItem:nth-of-type(1) {
    top: -184px;
    width: 630px;
  }
}

.homeNumbersInner--type2 .homeNumbersItem:nth-of-type(1) div {
  width: 100%;
}

@media print,screen and (max-width: 768px) {
  .homeNumbersInner--type2 .svg-home-numbers-ttl {
    width: 100%;
    height: auto;
}
}

/* 保健福祉学部ページ */
.k-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3rem auto 0;
  border-radius: 4px;
  width: 36rem;
  height: 8rem;
  background-color: #51308d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .k-button {
    margin: 2rem auto 0;
    border-radius: 3px;
    width: 79%;
    height: 5.8rem;
    font-size: 1.3rem;
  }
}

.k-button::before, .k-button::after {
  content: "";
}

.k-button::after {
  content: "\f101";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-left: -0.6rem;
  font-size: 1.6rem;
  font-family: icons!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .k-button::after {
    right: 1.4rem;
    font-size: 1.2rem;
  }
}

.buttonDesign-blue, .buttonDesign-orange {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #000;
  min-height: 5.8rem;
  padding: 1rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.35245;
}

@media print,screen and (min-width: 769px) {
    .buttonDesign-blue, .buttonDesign-orange {
        font-size:2.2rem;
        text-align: center;
        min-height: 8.317rem;
        border-width: 2px;
        padding: 1rem 2rem;
    }
}

@media print,screen and (min-width: 901px) {
    .buttonDesign-blue, .buttonDesign-orange {
        transition:background-color,ease,.2s;
    }
}

.buttonDesign-blue::before, .buttonDesign-orange::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  bottom: -.601rem;
  right: -.601rem;
  border: solid 1px #000;
  border-top: none;
  border-left: none;
}

@media print,screen and (min-width: 769px) {
  .buttonDesign-blue::before, .buttonDesign-orange::before {
      border-width:2px;
      bottom: -.8rem;
      right: -.8rem;
  }
}

.buttonDesign-blue::after, .buttonDesign-orange::after {
  content: "\f101";
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  font-family: icons!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print,screen and (min-width: 769px) {
    .buttonDesign-blue::after, .buttonDesign-orange::after {
        font-size:.8em;
    }
}

.buttonDesign-blue::after {
  color: #4f99cd;
}

.buttonDesign-orange::after {
  color: #e8ad5b;
}

.buttonDesign-blue,
.buttonDesign-blue::before {
  border-color: #9ac5e2;
}

.buttonDesign-orange,
.buttonDesign-orange::before {
  border-color: #e8ad5b;
}

@media print,screen and (min-width: 901px) {
  .buttonDesign-blue:hover {
      opacity:1;
      background-color: #e6f0f8;
  }

  .buttonDesign-orange:hover {
    opacity:1;
    background-color: #f7e6d0;
  }
}

.welfareMessage {
  margin-top: 6rem;
}

@media print,screen and (min-width: 769px) {
  .welfareMessage {
    margin-top: 0;
  }
}

.welfareMessage__container {
  width: 85.714%;
  margin: 0 auto;
}

@media print,screen and (min-width: 769px) {
  .welfareMessage__container {
    width: 81.3%;
  }
}

.welfareMessage__content {
  padding-top: 3rem;
  font-weight: 700;
}

@media print,screen and (min-width: 769px) {
  .welfareMessage__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-bottom: 16rem;
  }

  .welfareMessage__content > div {
    width: 64%;
  }
}

.welfareMessage__content figure {
  margin: 0 auto 3rem;
  text-align: center;
}

.welfareMessage__content figure img {
  display: block;
  margin: 0 auto;
}

.welfareMessage__content figcaption {
  display: inline-block;
  margin-top: 1rem;
  text-align: left;
}

.welfareMessage__content p {
  text-align: justify;
}

.welfareMessage__content p:not(:first-child) {
  margin-top: 1.8em;
}

/* 保健福祉学部 子ども学科ページ */
.welfareMainCopyContent div {
  text-align: left;
}

.welfareMainCopyContent p {
  letter-spacing: 0;
}

.welfareMainCopyContent p.border-top::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #999;
  margin: 0 20px 1.9em;
}

.welfareMainCopyContent p.right {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .welfareContemporaryFeatureImg2 {
    margin-top: 20px;
  }
}

/* 学科ページ */
.buttonSolid-orange {
  position: relative;
  display: inline-flex;
  justify-content: start;
  align-content: center;
  align-items: center;
  color: #fff;
  min-height: 6.25rem;
  padding: 1rem 2rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.35245;
  background-color: #e8ad5b;
}
@media print, screen and (min-width: 769px) {
  .buttonSolid-orange {
    font-size: 1.8rem;
    text-align: left;
    min-height: 8rem;
    border-width: 2px;
    padding: 1rem 2rem 1rem 3rem;
  }
}

.buttonSolid-orange:after {
  font-family: icons!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  content: "\f101"
}
@media print, screen and (min-width: 769px) {
  .buttonSolid-orange:after {
    right: 1.2em;
  }
}

.buttonSolid-red {
  position: relative;
  display: inline-flex;
  justify-content: start;
  align-content: center;
  align-items: center;
  color: #fff;
  min-height: 6.25rem;
  padding: 1rem 2rem;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.35245;
  background-color: #f96855;
}
@media print, screen and (min-width: 769px) {
  .buttonSolid-red {
    font-size: 1.8rem;
    text-align: left;
    min-height: 8rem;
    border-width: 2px;
    padding: 1rem 2rem 1rem 3rem;
  }
}

.buttonSolid-red:after {
  font-family: icons!important;
  font-style: normal;
  font-weight: 400!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  content: "\f101"
}
@media print, screen and (min-width: 769px) {
  .buttonSolid-red:after {
    right: 1.2em;
  }
}

/* 学生生活?就職 */
@media print, screen and (min-width: 769px) {
  .page-life:not(#home):not(.page-child) .main {
    min-width: 1020px;
  }

  .life-campus.section,
  .life-kendaisai.section,
  .life-support.section,
  .life-career-wrap {
    width: 81.301%;
    max-width: none;
  }
}

/* トップページ */
.homeInformationHead {
  padding-top: 4rem;
  border-top: 1px solid #c0c0c1;
  margin: 5rem auto 0;
  width: 91.428%;
}

@media print, screen and (min-width: 769px) {
  .homeInformationHead {
    padding-top: 6rem;
    margin: 6rem 0 0;
    width: 100%;
  }
}

.header-mainMenuASide {
  top: 148px;
}

.header-mainMenuASideSns {
  margin-top: 1.5rem;
}

.header-mainMenuASideSnsLtext {
  background-color: #fff;
  color: #51308d;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}

.homeEventTopicsHead {
  background-color: #51308d;
  font-weight: 700;
  font-size: 2.372rem;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .homeEventTopicsHead {
    font-size: 3.4rem;
  }
}

.homeEvent {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media print, screen and (min-width: 769px) {
  .homeEvent {
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-top: 0 !important;
  }
}

@media print, screen and (max-width: 768px) {
  .homeSNS ul {
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .header-mainVisual {
    overflow: unset;
  }

  .header-mainVisual .header-mainVisual-slider {
    height: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .header-mainVisual {
    margin-bottom: 48px;
  }
}

.header-mainVisual .mv-swiper-pagination {
  padding: 10px 0;
  width: 100%;
  height: auto;
}

.header-mainVisual .mv-swiper-pagination .swiper-pagination-bullet {
  margin: 0 1rem;
}

.header-mainVisual .mv-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51308d;
}

.header-mainVisual .mv-swiper-button-prev,
.header-mainVisual .mv-swiper-button-next {
  transform: translateY(-50%);
  color: #fff;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, .45));
}

.header-mainVisual .mv-swiper-button-prev::after,
.header-mainVisual .mv-swiper-button-next::after {
  font-size: 5rem;
}
@media print, screen and (min-width: 769px) {
  .header-mainVisual .mv-swiper-button-prev::after,
  .header-mainVisual .mv-swiper-button-next::after {
    font-size: 6rem;
  }
}

.header-mainVisual .mv-swiper-button-prev {
  left: 24px;
}
@media print, screen and (min-width: 769px) {
  .header-mainVisual .mv-swiper-button-prev {
    left: 90px;
  }
}

.header-mainVisual .mv-swiper-button-next {
  right: 24px;
}
@media print, screen and (min-width: 769px) {
  .header-mainVisual .mv-swiper-button-next {
    right: 90px;
  }
}

/* 学部トップ */
.facultyInformationHead {
  font-weight: 700;
  color: #51308d;
  font-size: 2.046rem;
  padding-bottom: 3rem;
}

@media print, screen and (min-width: 769px) {
  .facultyInformationHead {
    margin-left: 8.13%;
    font-size: 2.2rem;
    text-align: left;
    padding-bottom: 3rem;
  }
}

/* ヘッダー */
@media print, screen and (min-width: 769px) {
  .navigation-section2 ul:nth-of-type(2) li+li {
    margin-left: 20px;
  }
}

.navigation-snsCat {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .navigation-snsCat {
    display: none;
  }
}

.navigation-snsCat--mt0 {
  margin-top: 0;
}

.navigation-sns {
  padding: 1rem 0 1.5rem;
}

.navigation-section3 .navigation-sns--kibinomori {
  justify-content: center;
  padding-bottom: 2rem;
}

.navigation-section3 .navigation-sns--kibinomori li {
  margin: 0 1rem;
}

/* 副専攻 */
.main--minor {
  position: relative;
}

.minorSns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 0;
  padding: .8rem 1.5rem;
  width: 100%;
  max-width: 20rem;
  line-height: 1;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .minorSns {
    top: 0;
    padding: 20px 50px;
    max-width: 360px;
  }
}

.minorSns span {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  .minorSns span {
    font-size: 1.6rem;
  }
}

.minorSns i.icon-41_facebook {
  font-size: 2.9rem;
  color: #4867aa;
}

@media print, screen and (min-width: 769px) {
  .minorSns i.icon-41_facebook {
    font-size: 5.2rem;
  }
}

.minorSns i.icon-43_instagram {
  font-size: 3rem;
  color: #b91a98;
}

@media print, screen and (min-width: 769px) {
  .minorSns i.icon-43_instagram {
    font-size: 5.4rem;
  }
}

/* デザイン学部ページ */
@media print, screen and (min-width: 769px) {
  .introductionBig.oneContent .introductionBig-unit-pb80 {
    width: 100%;
  }
}

.introductionBig.oneContent .introductionBig-boxT2 {
  min-height: auto;
}
@media print, screen and (min-width: 769px) {
  .introductionBig.oneContent .introductionBig-boxT2 {
    width: 28.886%;
    min-width: 355.3px;
  }
}

/* 情報工学部人間情報工学科ページ */
.goPamphlet {
  margin-top: 6rem;
}

.goPamphletThumb {
  display: block;
  margin: 0 auto 1rem;
  width: 78.125%;
}
@media print, screen and (min-width: 769px) {
  .goPamphletThumb {
    width: auto;
  }
}

/* お問い合わせ */
.contact-lead-container {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .contact-lead-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.contact-lead {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .contact-lead {
    margin-bottom: 0;
    margin-left: 1.4rem;
    font-size: 1.4rem;
  }
}

.contact-faq-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .contact-faq-btn {
    width: 31.25%;
    height: auto;
  }
}

/* 固定ページ 自由入力 */
@media print,screen and (max-width: 768px) {
    .articleFree .wp-caption.alignleft {
        float:left;
        margin: 0.5em 0.8em 0.5em 0;
    }

    .articleFree .wp-caption.alignright {
        float: right;
        margin: 0.5em 0 0.5em 0.8em;
    }
}