/*===============================================
 COMMON
===============================================*/
.cBd01 {
  border-color: #ED7987 !important;
}

.cBg01 {
  background: #ED7987;
}

.cTxt01 {
  color: #ED7987;
}

.gBg01 {
  background: linear-gradient(to right, #ED7987 0%, #C82852 100%);
}

.gBg02 {
  background: linear-gradient(to right, #C82852 0%, #ED7987 100%);
}

/*===============================================
 HEADER
===============================================*/
.bg_main01 {
  background: url(../images/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main02 {
  background: url(../english/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main03 {
  background: url(../english/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main04 {
  background: url(../english/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main05 {
  background: url(../sociology/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main06 {
  background: url(../sociology/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main07 {
  background: url(../sociology/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main08 {
  background: url(../human/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main09 {
  background: url(../human/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main10 {
  background: url(../human/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main11 {
  background: url(../japanese/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main12 {
  background: url(../japanese/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main13 {
  background: url(../japanese/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

.bg_main14 {
  background: url(../history/images/index/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main15 {
  background: url(../history/images/curriculum/main01.jpg) no-repeat center center;
  background-size: cover;
}

.bg_main16 {
  background: url(../history/images/teacher/main01.jpg) no-repeat top center;
  background-size: cover;
}

/*===============================================
 CONTENTS
===============================================*/
.stA .area {
  position: relative;
}
.stA .area .boxL {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
.stA .area .boxR {
  width: 50%;
}
.stA .box {
  display: block !important;
}
.stA .box .boxL,
.stA .box .boxR {
  display: inline-block;
  width: inherit !important;
  margin: 0;
}
.stA .box02 {
  padding: 0 !important;
}

.st01_08 .batten::before,
.st01_08 .batten::after {
  background: #ED7987;
}

.st02_01 section:before {
  border-top: 40px solid #ED7987;
}

.st03_01 .box .boxL .arrow:before, .st03_01 .box .boxL .arrow:after {
  background: #ED7987;
}

/*===============================================
 responsive width-1200
===============================================*/
/*===============================================
 responsive width-812
===============================================*/
@media only screen and (max-width: 812px) {
  .st02_01 section:before {
    border-top: 20px solid #ED7987;
  }
}
/*===============================================
 responsive width-480
===============================================*/
@media only screen and (max-width: 480px) {
  .bg_main01 {
    background: url(../images/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main02 {
    background: url(../english/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main03 {
    background: url(../english/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main04 {
    background: url(../english/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main05 {
    background: url(../sociology/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main06 {
    background: url(../sociology/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main07 {
    background: url(../sociology/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main08 {
    background: url(../human/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main09 {
    background: url(../human/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main10 {
    background: url(../human/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main11 {
    background: url(../japanese/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main12 {
    background: url(../japanese/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main13 {
    background: url(../japanese/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .bg_main14 {
    background: url(../history/images/index/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main15 {
    background: url(../history/images/curriculum/main01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .bg_main16 {
    background: url(../history/images/teacher/main01_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .stA .area .boxL {
    position: relative;
    width: 100%;
  }
  .stA .area .boxR {
    width: 100%;
  }
  .stB {
    padding: 0 20px !important;
  }
}/*# sourceMappingURL=page.css.map */