@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap&text=現代社会学部");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.4285714286vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 767px) {
  body {
    min-width: unset;
  }
}
li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

a {
  color: #003879;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a .zoom {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

a:hover {
  color: #f5810d;
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover .zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

address,
article,
aside,
cite,
footer,
header,
main,
nav,
section {
  display: block;
}

address {
  font-style: normal;
}

.contents {
  position: relative;
  overflow: hidden;
}

.inner {
  width: 73.2857142857vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.clear {
  clear: both;
}

.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.fit {
  width: 100%;
  height: auto;
}

.txtbtn {
  text-decoration: underline;
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 10rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 5rem;
  }
}

#pagetop {
  position: absolute;
  right: 2.8571428571vw;
  bottom: 1.0714285714vw;
  z-index: 9;
}
#pagetop .pagetop {
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #003879;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-indent: -999.9rem;
}
#pagetop .pagetop:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.2rem;
  height: 2rem;
  background: #fff;
}
#pagetop .pagetop:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  width: 1.6rem;
  height: 1.6rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 2vw;
    bottom: 2vw;
  }
  #pagetop .pagetop {
    width: 13vw;
    height: 13vw;
  }
  #pagetop .pagetop:after {
    width: 5vw;
    height: 5vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}
.footer {
  padding: 4.7142857143vw 0 0;
  position: relative;
}
.footer .footer__logo {
  display: inline-block;
  padding: 0 0 1.6428571429vw;
}
.footer .footer__logo__btn {
  display: block;
  color: #656464;
}
.footer .footer__logo__btn:hover {
  color: #656464;
}
.footer .footer__logo__btn .logo {
  display: inline-block;
  width: 12.5vw;
  height: 2.8571428571vw;
  background: url(../img/common/logo.svg) no-repeat left center;
  background-size: 11vw auto;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-indent: -999.9rem;
  vertical-align: middle;
}
.footer .footer__logo__btn .txt {
  font-size: 2.1428571429vw;
  font-weight: 500;
  line-height: 2.8571428571vw;
  vertical-align: middle;
}
.footer .footer__addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  width: 30vw;
  margin: 0 auto;
  padding: 0 0 2.5vw;
  font-size: 1vw;
  line-height: 1.71;
}
.footer .footer__nav {
  padding: 0 0 1.2em;
  font-size: 1vw;
  line-height: 1.2;
}
.footer .footer__nav__txt {
  display: inline-block;
}
.footer .footer__nav__txt:after {
  content: "｜";
  margin-left: 0.5em;
}
.footer .footer__nav__txt:first-child:before {
  content: "｜";
  margin-right: 0.5em;
}
.footer .footer__nav__txt .navbtn {
  color: #333;
}
.footer .footer__copyright {
  background: #f0f0f0;
  font-size: 0.8571428571vw;
  line-height: 3.5714285714vw;
  color: #999;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 16vw 0 0;
  }
  .footer .footer__logo {
    padding: 0 0 4.2666666667vw;
  }
  .footer .footer__logo__btn .logo {
    width: 36.5333333333vw;
    height: 8vw;
    background-size: 32vw auto;
  }
  .footer .footer__logo__btn .txt {
    font-size: 6.1333333333vw;
    line-height: 8vw;
  }
  .footer .footer__addr {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    width: auto;
    padding: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.38;
  }
  .footer .footer__addr__txt {
    padding: 0 0 1em;
  }
  .footer .footer__nav {
    padding: 0 0 9.6vw;
    font-size: 3.4666666667vw;
  }
  .footer .footer__copyright {
    font-size: 3.2vw;
    line-height: 13.3333333333vw;
  }
}
.fadein {
  opacity: 0;
}

.fadein.is-animated {
  -webkit-animation: fadein 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadein 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.fadeup {
  opacity: 0;
}

.fadeup.is-animated {
  -webkit-animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes Roll-LR {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes Roll-LR {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes Roll-RL {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes Roll-RL {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  30% {
    clip-path: inset(0 0% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(10rem);
    transform: translateY(10rem);
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}