* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 18px;
    line-height: 2;
}
h2 {
  font-size: 36px;
  color: #17194C;
  text-align: center;
}
li {
  list-style: none;
}
table {
  border-spacing: 13px;
}
img {
  border: none;
  display: block;
}
a {
  text-decoration: none;
  display: block;
}
header {
  width: 100%;
  background-color: #F19ED2;
  height: 140px;
  overflow: hidden;
}
#headerInner {
  margin : 23px 50px;
}
#logo {
  width: 283px;
  height: 94px;
  float: left;
  clear: both;
}
nav ul {
  display: flex;
  justify-content: space-between;
}
header nav {
  width: 872px;
  float: right;
  margin-top: 28px;
}
header li a {
  font-size: 25px;
  font-weight: bold;
  color: #17194C;
}
header li a:hover {
   color: aquamarine;
   opacity: 1;
}
header li:last-child {
  width: 182px;
  text-align: center;
  color: #17194C;
  background-color: #91DDCF;
  border-radius: 100vh;
}
header li:last-child a:hover {
  color: #CF6E91;
}
main {
  background-color: #F7F9F2;
}
#mainPhoto img {
  width: 100%;
}
#first_brock {
  width: 1111px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
#news h3 {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
}
#campus {
  width: 510px;
  display: flex;
  justify-content: space-between;
  margin-top: 53px;
}
#campus p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}
#katei {
  width: 362px;
  height: 362px;
}
#about h3 {
  font-size: 18px;
  color: #17194C;
  text-align: center;
}
#tokutyou {
  width: 1266px;
  margin-top: 53px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 91px;
  display: flex;
  justify-content: space-between;
}
#tokutyou li {
  width: 362px;
  height: 568px;
}
#tokutyou img {
  border-radius: 50%;
}
#katei {
  margin-top: 37px;
  margin-bottom: 48px;
}
#karikyuramu {
  margin-top: 37px;
  margin-bottom: 48px;
}
#fureai {
  margin-top: 1px;
  margin-bottom: 48px;
}
#work {
  background-color: #F0F3F8;
}
#work h2 {
  padding-top: 57px;
  padding-bottom: 34px;
}
#work h3 {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 34px;
}
#sotugyou {
  width: 694px;
  height: 151px;
  margin: 0 auto;
}
footer {
  clear: both;
  background-color: #E8C5E5;
  overflow: hidden;
}
#footerInner {
  overflow: hidden;
  width: 1141px;
  margin: auto;
}
#footerleft {
  float: left;
}
#footerLogo {
  margin-top: 110px;
  float: left;
}
#map {
  float: right;
  margin-top: 101px;
}
#adress {
  float: left;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  color: #17194C;
  margin-top: 50px;
  margin-bottom: 45px;
}
#copyright {
  float: left;
  clear: both;
  font-size: 10px;
  margin-bottom: 106px;
  color: #17194C;
}