@charset "UTF-8";
/* Scss Document */
/* for SMARTPHONE */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* for TABLET < */
/* for PC DISPLAY < */
img[src$=".svg"],
img {
  width: 100%;
  height: auto;
}

body {
  background-color: #d9dce1;
  overflow-x: hidden;
}

#header {
  position: relative;
  height: 6rem;
  background: none;
}
#header.-fix {
  background-color: rgba(255, 255, 255, 0.9);
}
#header .site_logo {
  width: 40%;
  max-width: 18rem;
  padding: 1rem;
}
#header .header_menu {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
#header .header_menu li {
  width: 6.5rem;
  text-align: center;
  height: 6rem;
  font-size: 0.8em;
}
#header .header_menu li a {
  display: block;
  padding: 0.75rem 0.2rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.75;
}
#header .header_menu li a img {
  height: 2rem;
  margin-bottom: 0.25rem;
}
#header .header_menu li.btn_adweb {
  background: #3cc4c4;
}
#header .header_menu li.btn_inquiry {
  background: #fc9c24;
}
#header .header_menu li.btn_webex {
  background: #fc7486;
}
#header .header_menu li.btn_digipan {
  background: #495de7;
}
#header .header_menu li.btn_digipan a {
  line-height: 1.25;
}
@media screen and (max-width: 600px) {
  #header .site_logo {
    max-width: calc(100vw - 20rem);
  }
}

#mainv {
  padding: 2rem 0;
  height: 120vh;
  background-image: url(../images/mainv_bg-pc.png);
  background-repeat: no-repeat;
  background-position: top -6vh left;
  background-size: cover;
  position: relative;
  margin-top: -6rem;
}
#mainv p {
  position: absolute;
  width: 80vw;
  bottom: 25vh;
  left: 10vw;
}
#mainv p img {
  height: 71vh;
  width: auto;
}
@media screen and (max-width: 600px) {
  #mainv {
    background-image: url(../images/mainv_bg-sp.png);
    background-position: top 6em left;
    background-size: cover;
    height: 75vh;
  }
  #mainv p {
    bottom: 1vh;
  }
  #mainv p img {
    width: 30vh;
    height: auto;
  }
}
#content {
  font-size: 1.5em;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
#content .inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 4em 0;
}
#content ._btn:hover {
  opacity: 0.8;
}
#content #schedule {
  padding-bottom: 4rem;
}
#content #schedule .inner {
  position: relative;
}
#content #schedule .inner h2 {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  font-size: 2em;
}
#content #schedule .inner .sche_list .sche_blk {
  margin-bottom: 4rem;
}
#content #schedule .inner .sche_list .sche_blk h3 {
  color: #fff;
  background-color: #4d4397;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-weight: normal;
  font-size: 1.3em;
}
#content #schedule .inner .sche_list .sche_blk ul {
  margin-bottom: 1em;
}
#content #schedule .inner .sche_list .sche_blk ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 1px;
  visibility: hidden;
}
#content #schedule .inner .sche_list .sche_blk ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.1em;
  width: 80%;
}
#content #schedule .inner .sche_list .sche_blk ul li + li {
  margin-top: 0.5em;
}
#content #schedule .inner .sche_list .sche_blk ul li.term {
  float: left;
  width: 12%;
  padding: calc(6% - 1em) 0;
  background-color: #eaf5fc;
  border: 1px solid #4d4397;
  text-align: center;
  font-size: 2em;
  color: #4d4397;
  justify-content: center;
  margin-right: 2%;
  border-radius: 0.5em;
}
#content #schedule .inner .sche_list .sche_blk ul li.term:before {
  display: none;
}
#content #schedule .inner .sche_list .sche_blk ul li.term + li {
  margin-top: 0;
}
#content #schedule .inner .sche_list .sche_blk ul li:before {
  content: "■";
  color: #4d4397;
  display: inline-block;
  margin: auto 0.5em;
}
#content #schedule .inner .sche_list .sche_blk ul li strong {
  font-weight: 700;
  font-size: 2.5em;
  margin: auto 0;
}
#content #schedule .inner .sche_list .sche_blk ul li strong:first-of-type {
  margin-left: 0.5em;
}
#content #schedule .inner .sche_list .sche_blk ul li small {
  display: inline-block;
  background-color: #4d4397;
  color: #fff;
  width: 1.75em;
  height: 1.75em;
  padding: 0.4em 0;
  text-align: center;
  line-height: 1;
  margin: auto 0.4em;
}
#content #schedule .inner .sche_list .sche_blk ul li span {
  display: inline-block;
  color: #4d4397;
  margin: auto 0.5em;
}
#content #schedule .inner .sche_list .sche_blk table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}
#content #schedule .inner .sche_list .sche_blk table thead tr th {
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #eaf5fc;
  padding: 0.5em;
}
#content #schedule .inner .sche_list .sche_blk table thead tr th strong {
  font-weight: 700;
  font-size: 2.5em;
  margin: auto 0;
}
#content #schedule .inner .sche_list .sche_blk table thead tr th small {
  display: inline-block;
  background-color: #4d4397;
  color: #fff;
  width: 1.75em;
  height: 1.75em;
  padding: 0.4em 0;
  text-align: center;
  line-height: 1;
  margin: 0 auto 0 0.5em;
  transform: translateY(-0.5em);
}
#content #schedule .inner .sche_list .sche_blk table thead tr th:first-child {
  font-size: 0.8em;
  text-align: left;
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
#content #schedule .inner .sche_list .sche_blk table thead tr th:first-child span {
  display: block;
  text-align: right;
}
#content #schedule .inner .sche_list .sche_blk table tbody tr th {
  padding: 0.5em;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: #eeeeef;
  font-weight: normal;
}
#content #schedule .inner .sche_list .sche_blk table tbody tr td {
  padding: 0.5em;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  width: 30%;
}
#content #schedule .inner .sche_list .sche_blk table tbody tr td.empt {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
}
@media screen and (max-width: 600px) {
  #content #schedule .inner h2 {
    font-size: 1.6em;
  }
  #content #schedule .inner .sche_list .sche_blk h3 {
    font-size: 1.2em;
  }
  #content #schedule .inner .sche_list .sche_blk ul li {
    font-size: 0.9em;
    width: 100%;
  }
  #content #schedule .inner .sche_list .sche_blk ul li strong {
    font-size: 1.9em;
  }
  #content #schedule .inner .sche_list .sche_blk ul li.term {
    float: none;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1em;
    padding: 0.1em 1em;
    border-radius: 1em;
    position: relative;
  }
  #content #schedule .inner .sche_list .sche_blk ul li.term:after {
    content: " ";
    display: block;
    width: 450%;
    height: 1px;
    background-color: #4e4299;
    position: absolute;
    top: 0.75em;
    left: 4.5em;
  }
  #content #schedule .inner .sche_list .sche_blk table thead tr th strong {
    font-size: 2em;
  }
  #content #schedule .inner .sche_list .sche_blk table tbody tr td {
    width: 26%;
    padding: 0.25em;
    font-size: 0.8em;
  }
}
#content #venue {
  background-color: #4e4299;
}
#content #venue h2 {
  text-align: center;
  font-size: 2em;
  color: #fff;
  margin-bottom: 0.5em;
}
#content #venue .att {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 2em;
}
#content #venue .maplist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 850px;
  margin: 0 auto;
  gap: 5%;
}
#content #venue .maplist::after {
  content: " ";
  display: block;
  width: 31%;
}
#content #venue .maplist li {
  flex-basis: 29.3333333333%;
  position: relative;
  margin-bottom: 5%;
  color: #fff;
}
#content #venue .maplist li a {
  display: block;
  background-color: #fff;
  color: #4d4397;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 0.25em;
  text-align: center;
  position: relative;
}
#content #venue .maplist li a:before {
  content: " ";
  display: block;
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../images/ico_mappin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 0.5em;
  top: calc(50% - 0.6em);
}
#content #venue .maplist li a:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/ico_bwindow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 0.5em;
  top: calc(50% - 0.4em);
}
#content #venue .maplist li a:hover {
  opacity: 0.8;
}
#content #venue .maplist li dl {
  margin-top: 0.5em;
}
#content #venue .maplist li dl dt {
  font-weight: bold;
}
#content #venue .maplist li dl dd {
  font-size: 0.8em;
  margin-top: 0.25em;
}
@media screen and (max-width: 600px) {
  #content #venue {
    font-size: 0.8em;
  }
  #content #venue .maplist li {
    flex-basis: 46%;
  }
  #content #venue .maplist:after {
    flex-basis: 46%;
  }
}
#content #subject {
  background-color: #fff;
}
#content #subject h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
}
#content #subject ul.faculty {
  max-width: 850px;
  margin: auto;
}
#content #subject ul.faculty > li {
  padding: 0.5em 0;
}
#content #subject ul.faculty > li a {
  text-decoration: none;
  color: #000;
}
#content #subject ul.faculty > li + li {
  border-top: 1px solid #cecece;
}
#content #subject ul.faculty > li.department {
  display: flex;
  gap: 3%;
  align-items: stretch;
}
#content #subject ul.faculty > li.department h3 {
  border-radius: 0.5em;
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  flex-basis: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  font-weight: 400;
}
#content #subject ul.faculty > li.department > ul {
  padding: 1em;
  align-self: center;
}
#content #subject ul.faculty > li.department > ul li {
  font-size: 1.3em;
  position: relative;
  padding-left: 2em;
}
#content #subject ul.faculty > li.department > ul li + li {
  margin-top: 0.5em;
}
#content #subject ul.faculty > li.department > ul li:before {
  content: " ";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  position: absolute;
  left: -0.25em;
  top: calc(50% - 0.5em);
}
#content #subject ul.faculty > li.department > ul li:after {
  content: " ";
  display: block;
  height: 0.25em;
  width: 0.5em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.125em);
  transform: skewX(30deg);
}
#content #subject ul.faculty > li.department.english h3 {
  background-color: #72588e;
}
#content #subject ul.faculty > li.department.english ul li:before {
  background-color: #72588e;
}
#content #subject ul.faculty > li.department.economics h3 {
  background-color: #437458;
}
#content #subject ul.faculty > li.department.economics ul li:before {
  background-color: #437458;
}
#content #subject ul.faculty > li.department.welfare h3 {
  background-color: #dc8344;
}
#content #subject ul.faculty > li.department.welfare ul li:before {
  background-color: #dc8344;
}
#content #subject ul.faculty > li.department.international h3 {
  background-color: #3e3672;
}
#content #subject ul.faculty > li.department.international ul li:before {
  background-color: #3e3672;
}
@media screen and (max-width: 600px) {
  #content #subject {
    font-size: 0.8em;
  }
  #content #subject ul.faculty > li.department {
    flex-direction: column;
  }
  #content #subject ul.faculty > li.department h3 {
    padding: 0.5em;
    text-align: left;
    justify-content: flex-start;
  }
  #content #subject ul.faculty > li.department > ul {
    align-self: flex-start;
  }
  #content #subject ul.faculty > li + li {
    border-top: none;
  }
}
#content #point {
  position: relative;
}
#content #point h2 {
  font-size: 2em;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1.5em;
  border-radius: 0.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#content #point h2:before {
  content: " ";
  display: block;
  position: absolute;
  width: 3em;
  height: 3em;
  left: 2em;
  top: calc(50% - 1.5em);
}
#content #point dl {
  max-width: 820px;
  margin: auto;
  display: flex;
  border-bottom: 1px solid #cecece;
  padding: 1em 0;
  align-items: center;
  gap: 3%;
}
#content #point dl dt {
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  /* font-size: 1.1em; */
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
#content #point dl dt strong {
  font-size: 1.7em;
}
#content #point dl dd {
  flex-basis: calc(100% - 5em - 3%);
  font-size: 1.5em;
  font-weight: 500;
}
#content #point dl dd small {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
}
#content #point.point01 h2 {
  background-color: #4e4299;
}
#content #point.point01 h2:before {
  background: url(../images/point_title_img01.svg) no-repeat center center;
  background-size: contain;
}
#content #point.point01 dl dt {
  background-color: #4e4299;
}
#content #point.point02 h2 {
  background-color: #fb7486;
}
#content #point.point02 h2:before {
  background: url(../images/point_title_img02.svg) no-repeat center center;
  background-size: contain;
}
#content #point.point02 dl dt {
  background-color: #fb7486;
}
@media screen and (max-width: 600px) {
  #content #point {
    font-size: 0.8em;
  }
  #content #point h2 {
    padding: 0.75em 0.75em 0.75em 3.2em;
    font-size: 1.5em;
  }
  #content #point h2:before {
    width: 2em;
    height: 2em;
    left: 1em;
    top: calc(50% - 1em);
  }
}
#content #scholarship {
  background-color: #fff;
  border-radius: 0.5em;
  padding: 6em;
}
#content #scholarship h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
#content #scholarship h3 {
  background: linear-gradient(270deg, rgb(83, 103, 255) 0%, rgb(22, 37, 101) 100%);
  color: #fff;
  text-align: center;
  font-size: 2em;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 0.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#content #scholarship p.summary {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.75;
  margin-bottom: 2em;
  font-weight: bold;
}
#content #scholarship .item {
  display: flex;
  align-items: stretch;
  gap: 1em;
  margin-bottom: 4em;
}
#content #scholarship .item dl {
  flex-basis: calc(33.3333333333% - 1em);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content #scholarship .item dl dt {
  background-color: #4d4397;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  font-size: 1.1em;
  padding: 0.5em;
  width: 90%;
  margin: auto;
  z-index: 2;
  position: relative;
  margin: 0 auto auto;
}
#content #scholarship .item dl dd {
  background-color: #eaeaea;
  color: #4d4397;
  font-size: 1.2em;
  border-radius: 0.5em;
  text-align: center;
  padding: 2em 0.5em 0.5em;
  z-index: 1;
  margin: -1.5em auto auto auto;
  position: relative;
  flex-grow: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#content #scholarship .item dl dd strong {
  font-size: 2.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: sub;
  margin-right: -0.1em;
}
#content #scholarship .item dl dd small {
  color: #000;
}
#content #scholarship .expl {
  display: flex;
  gap: 3em;
  justify-content: space-between;
}
#content #scholarship .expl .expl_blk {
  flex-basis: calc(50% - 3em);
  padding-bottom: 5.5em;
}
#content #scholarship .expl .expl_blk h4 {
  background-color: #4e4299;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  border-radius: 2em;
  margin-bottom: 1em;
  padding: 0.75em;
}
#content #scholarship .expl .expl_blk img {
  width: 70%;
  max-width: 275px;
  display: block;
  margin: 2em auto;
}
#content #scholarship .expl .expl_blk table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
#content #scholarship .expl .expl_blk table tr th {
  padding: 0.5em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: left;
}
#content #scholarship .expl .expl_blk table tr td {
  padding: 0.5em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: right;
  font-size: 1.2em;
}
#content #scholarship .expl .expl_blk table tr td strong {
  font-size: 2em;
}
#content #scholarship .expl .expl_blk table tr:last-of-type th,
#content #scholarship .expl .expl_blk table tr:last-of-type td {
  background-color: #e3eff5;
  color: #fc7486;
}
#content #scholarship .expl .expl_blk table:after {
  content: " ";
  display: block;
  width: 5em;
  height: 5em;
  background: url(../images/scholarship_img03.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -5.5em;
  right: 0;
}
#content #scholarship .more_detail {
  text-decoration: none;
  margin: 4em auto 0;
  text-align: center;
  font-size: 1.2em;
}
#content #scholarship .more_detail a {
  display: inline-block;
  border-bottom: 1px solid #4d4397;
  text-decoration: none;
  color: #4d4397;
  position: relative;
  padding: 0 0 0.75em 2.5em;
}
#content #scholarship .more_detail a:before {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #4d4397;
  position: absolute;
  left: 0;
  top: calc(50% - 1.25em);
}
#content #scholarship .more_detail a:after {
  content: " ";
  display: block;
  width: 1em;
  height: 0.3em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(30deg);
  position: absolute;
  left: 0.45em;
  top: calc(50% - 0.5em);
}
@media screen and (max-width: 600px) {
  #content #scholarship {
    font-size: 0.8em;
    padding: 1em;
  }
  #content #scholarship .item {
    flex-direction: column;
  }
  #content #scholarship .expl {
    flex-direction: column;
  }
}
#content #movie {
  background: linear-gradient(0deg, rgb(91, 73, 206) 0%, rgb(78, 66, 153) 100%);
  padding: 6rem 0;
  color: #fff;
  position: relative;
}
#content #movie:before {
  content: "Movie";
  display: block;
  position: absolute;
  font-size: 10em;
  color: rgba(255, 255, 255, 0.2);
  top: 1em;
  left: -1vw;
  font-weight: 700;
  transform: rotate(90deg);
  z-index: 1;
}
#content #movie .inner {
  z-index: 5;
  position: relative;
}
#content #movie h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}
#content #movie .movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}
#content #movie .movie_list li {
  flex-basis: 48%;
  margin-bottom: 1rem;
}
#content #movie .movie_list li .movie_block div {
  width: 100%;
  aspect-ratio: 16/9;
}
#content #movie .movie_list li .movie_block div iframe {
  width: 100%;
  height: 100%;
}
#content #movie .movie_list li .movie_block img {
  margin-bottom: 0.5em;
}
#content #movie .movie_list li .movie_block .movie_title {
  line-height: 1.75;
  position: relative;
  padding-left: 2em;
}
#content #movie .movie_list li .movie_block .movie_title:before {
  content: " ";
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#content #movie .movie_list li .movie_block .movie_title:after {
  content: " ";
  display: block;
  width: 1em;
  height: 0.3em;
  border-bottom: 1px solid #4d4397;
  border-right: 1px solid #4d4397;
  transform: skewX(30deg);
  position: absolute;
  left: 0.2em;
  top: 0.5em;
}
#content #movie .movie_list li .movie_block .movie_title strong {
  display: block;
  font-weight: normal;
}
#content #movie .link_webm {
  display: block;
  max-width: 500px;
  margin: 2rem auto;
  /*img {
    box-shadow: 10px 10px 0px #031091;
  }*/
}
@media screen and (max-width: 600px) {
  #content #movie {
    font-size: 0.8em;
  }
  #content #movie:before {
    transform: rotate(0deg);
    font-size: 4.5em;
    right: 0.25em;
    top: 1.29em;
    left: auto;
  }
  #content #movie:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 9.9em;
    left: 0.5em;
  }
  #content #movie .movie_list {
    gap: 1em;
  }
  #content #movie .movie_list li {
    font-size: 0.9em;
  }
}
#content .inq_btnarea {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin: 2em 0;
}
#content .inq_btnarea ._btn {
  display: block;
  flex-basis: 35%;
  color: #fff;
  border-radius: 3em;
  padding: 1.5em 0.5em;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  position: relative;
  max-width: 350px;
}
#content .inq_btnarea ._btn.btn_smr {
  background-color: #4d4397;
}
#content .inq_btnarea ._btn.btn_webex {
  background-color: #fc7486;
}
#content .inq_btnarea ._btn:after {
  content: " ";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.25em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(30deg);
  right: 1.5em;
  top: calc(50% - 0.1em);
}
@media screen and (max-width: 600px) {
  #content .inq_btnarea {
    flex-direction: column;
    justify-content: center;
  }
  #content .inq_btnarea ._btn {
    width: 250px;
    font-size: 1.1em;
    margin: auto;
  }
}

#footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #5b49ce;
}
#footer .inner {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  padding: 4em 0;
}
#footer .inner p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.mv_btn {
  position: fixed;
  width: 18em;
  height: 18em;
  bottom: 8em;
  right: 2em;
}
.mv_btn img {
  position: absolute;
}
.mv_btn img:first-of-type {
  animation: rotateAnimation 10s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mv_btn:hover {
  transform: scale(110%);
  transition: all 0.5s linear;
}
.mv_btn:not(:hover) {
  transition: all 0.5s linear;
}
@media screen and (max-width: 600px) {
  .mv_btn {
    bottom: 5em;
    right: 1em;
    width: 10em;
    height: 10em;
    z-index: 100;
  }
}/*# sourceMappingURL=layout.css.map */