/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top section {
  padding: 90px 0;
}

main.next {
	/*padding:0 !important;*/
}

main.top #about .content {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.top #about .content > * {
  position: relative;
}

main.top #about .bg {
  position: absolute;
  left: 0;
  top: -90px;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

main.top #about .item-text {
  text-align: center;
}

main.top #about .item-text:not(:last-child) {
  margin-bottom: 40px;
}

main.top #about .item-text > *:not(:last-child) {
  margin-bottom: 25px;
}

main.top #about .item-text h3 {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
}

main.top #about .item-text p {
  font-size: 15px;
  font-size: 1rem;
}

main.top #about .item-department {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -30px;
}

main.top #about .item-department:not(:last-child) {
  margin-bottom: 40px;
}

main.top #about .item-department > * {
  width: calc(50% - 30px);
  margin-right: 30px;
  background-color: #fffee7;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.top #about .item-department > *:nth-child(even) {
  background-color: #f6fff0;
}

main.top #about .item-department h4 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.top #about .item-department p {
  font-size: 15px;
  font-size: 1rem;
}

main.top #about .item-sup {
  background-color: #eaeaea;
  padding: 25px;
  font-size: 13px;
  font-size: 0.8666666667rem;
}

main.top #about .item-sup > *:not(:last-child) {
  margin-bottom: 5px;
}

main.top #about .item-sup:not(:last-child) {
  margin-bottom: 40px;
}

main.top #about .item-link {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -20px;
  padding-left: 90px;
  padding-right: 90px;
}

main.top #about .item-link li {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 20px;
}

main.top #about .item-link li:nth-child(even) a:after {
  background-image: url(../img/top/stripe-02.png);
}
.logoImage{
	width: 18%;
	margin:auto;
}
.eventImg{
	width: 50%;
	margin: 0 auto 15px;
}
.eventImg img{
	display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.top #about .item-link li:nth-child(even) a:after {
    background-image: url(../img/top/stripe-02@2x.png);
  }
}

main.top #about .item-link li a {
  display: block;
  position: relative;
}

main.top #about .item-link li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  bottom: 10px;
  right: 10px;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}

main.top #about .item-link li a:hover .item-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.top #about .item-link li a:hover:before {
  right: 5px;
  bottom: 5px;
}

main.top #about .item-link li a:hover:after {
  height: 10px;
}

main.top #about .item-link li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
  background: url(../img/top/stripe-01.png) repeat-x center/auto 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.top #about .item-link li a:after {
    background-image: url(../img/top/stripe-01@2x.png);
  }
}

main.top #about .item-link .item-img {
  line-height: 0;
  overflow: hidden;
}

main.top #about .item-link .item-img img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 100%;
}

main.top #about .item-link .item-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000000;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}

main.top .news-list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.top .news-list .item-cat {
  width: auto;
  min-width: 100px;
}

main.top .news-list > li {
  width: 100%;
}

@media screen and (min-width: 701px) and (max-width: 980px) {
  /* main top
------------------------------------------------------------*/
  main.top #about .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 701px) and (max-width: 980px) and (max-width: 900px) {
  main.top #about .item-link {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main top
------------------------------------------------------------*/
  main.top section {
    padding: 60px 0;
  }
  main.top #about .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.top #about .bg {
    top: -60px;
  }
  main.top #about .item-text {
    text-align: left;
  }
  main.top #about .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top #about .item-text > *:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #about .item-text h3 {
    text-align: center;
  }
  main.top #about .item-text p {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.top #about .item-department {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
  main.top #about .item-department:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #about .item-department > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px;
  }
  main.top #about .item-department p {
    text-align: left;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.top #about .item-sup {
    padding: 15px;
  }
  main.top #about .item-sup:not(:last-child) {
    margin-bottom: 20px;
  }
  main.top #about .item-link {
    margin-top: 40px;
    margin-right: -10px;
    margin-bottom: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  main.top #about .item-link li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
	.logoImage{
		width: 40%;
	}
	.eventImg{
	width: 100%;
}
}

@media screen and (max-width: 700px) and (max-width: 360px) {
  main.top #about .item-link li {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.top #about .item-link li a:after {
    height: 10px;
    background-size: auto 10px;
  }
  main.top #about .item-link li a:hover:after {
    height: 5px;
  }
  main.top #about .item-link .item-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
    font-weight: bold;
  }
}
