* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  transition-property: font-size, width;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05rem;
  font-feature-settings: "palt";
  color: #251E1C;
  background: url("../images/bg.png") no-repeat center center / cover;
  height: 100vh;
}
/*エリアをふわっと表示*/
#loading {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #251E1C;
}
a img {
  transition: .5s;
}
a img:hover {
  opacity: 0.6;
}
.wrapper {
	overflow: hidden;

}
.inner {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}
.row {
  display: flex;
}
.sp{
	display: none;
}
.ttl{
	text-align: center;
    line-height: 0;
}
.subat{
	font-size: 1.6rem;
}


header{
	background: rgb(3,119,244);
	background: linear-gradient(90deg, rgba(3,119,244,0) 0%, rgba(3,119,244,0.3757878151260504) 4%, rgba(3,119,244,1) 50%, rgba(3,119,244,0.3785889355742297) 96%, rgba(3,119,244,0) 100%);
	padding: 25px 15px 5px;
	position: relative;
}

header::before{
	position: absolute;
	content: '';
	background: url("../images/deco.png") no-repeat center / contain;
    right: -15px;
    top: -10px;
    width: 200px;
    height: 100px;
}

.logo{
	width: 50%;
}

.subimg{
	position: absolute;
	right: 30px;
	top: 0;
	width: 300px;
}

.school_list{
	padding: 60px 0 20px;
	text-align: center;
}

.school_list li{
	display: inline-block;
	margin-bottom: 15px;
}

.school_list a{
	display: block;
	line-height: 1;
}

.copy{
	text-align: center;
	font-size: 1rem;
	padding: 1rem 0;
}

@media screen and (max-width: 1440px) {



}

@media screen and (min-width: 769px) {
	

}

@media screen and (max-width: 768px) {

.school_list {
	padding: 30px 0 20px;
}

.school_list li{
	margin-bottom: 10px;
}
.subimg{
	width: 30%;
	top: 5px;
	right: 5px;
}



}
	
@media screen and (max-width: 480px) {

}











