@charset "utf-8";
/*-------------
lodding
-------------*/
.delay {
    background: #8D9AA1;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 10;
    font-size: 4rem;
    color: #fff;
    text-align: center
}
.delay p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    letter-spacing: 1.5rem;
    text-align: center;
}
.delay span {
    opacity: 0;
}
.delay span:nth-child(1) {
    -webkit-animation: delay 0.5s ease 0.15s 1 forwards;
    animation: delay 0.5s ease 0.15s 1 forwards;
}
.delay span:nth-child(2) {
    -webkit-animation: delay 0.5s ease 0.3s 1 forwards;
    animation: delay 0.5s ease 0.3s 1 forwards;
}
.delay span:nth-child(3) {
    -webkit-animation: delay 0.5s ease 0.45s 1 forwards;
    animation: delay 0.5s ease 0.45s 1 forwards;
}
.delay span:nth-child(4) {
    -webkit-animation: delay 0.5s ease 0.6s 1 forwards;
    animation: delay 0.5s ease 0.6s 1 forwards;
}
.delay span:nth-child(5) {
    -webkit-animation: delay 0.5s ease 0.75s 1 forwards;
    animation: delay 0.5s ease 0.75s 1 forwards;
}
.delay span:nth-child(6) {
    -webkit-animation: delay 0.5s ease 0.9s 1 forwards;
    animation: delay 0.5s ease 0.9s 1 forwards;
}
.delay span:nth-child(7) {
    -webkit-animation: delay 0.5s ease 1.05s 1 forwards;
    animation: delay 0.5s ease 1.05s 1 forwards;
}
.delay span:nth-child(8) {
    -webkit-animation: delay 0.5s ease 1.2s 1 forwards;
    animation: delay 0.5s ease 1.2s 1 forwards;
}
.delay span:nth-child(9) {
    -webkit-animation: delay 0.5s ease 1.5s 1 forwards;
    animation: delay 0.5s ease 1.5s 1 forwards;
}
.delay span:nth-child(10) {
    -webkit-animation: delay 0.5s ease 1.75s 1 forwards;
    animation: delay 0.5s ease 1.75s 1 forwards;
}
.delay span:nth-child(11) {
    -webkit-animation: delay 0.5s ease 1.9s 1 forwards;
    animation: delay 0.5s ease 1.9s 1 forwards;
}
.delay span:nth-child(12) {
    -webkit-animation: delay 0.5s ease 2.05 1 forwards;
    animation: delay 0.5s ease 2.05s 1 forwards;
}
.delay span:nth-child(13) {
    -webkit-animation: delay 0.5s ease 2.2s 1 forwards;
    animation: delay 0.5s ease 2.2s 1 forwards;
}
.delay span:nth-child(14) {
    -webkit-animation: delay 0.5s ease 2.35s 1 forwards;
    animation: delay 0.5s ease 2.35s 1 forwards;
}
.delay span:nth-child(15) {
    -webkit-animation: delay 0.5s ease 2.5s 1 forwards;
    animation: delay 0.5s ease 2.5s 1 forwards;
}
.delay span:nth-child(16) {
    -webkit-animation: delay 0.5s ease 2.65s 1 forwards;
    animation: delay 0.5s ease 2.65s 1 forwards;
}
.delay span:nth-child(17) {
    -webkit-animation: delay 0.5s ease 2.8s 1 forwards;
    animation: delay 0.5s ease 2.8s 1 forwards;
}
 @-webkit-keyframes delay {
 100% {
 opacity: 1;
}
}
@keyframes delay {
 100% {
 opacity: 1;
}
}
.spinner {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.cube1, .cube2 {
    background-color: #8D9AA1;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@keyframes bgroop {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes slideInRight {
 from {
 opacity: 0;
 transform: translateX(150px);
}
 to {
 opacity: 1;
 transform: translateX(0);
}
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes sk-cubemove {
 25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
}
 50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)



}
 75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
}
 100% {
-webkit-transform: rotate(-360deg)
}
}
 @keyframes sk-cubemove {
 25% {
 transform: translateX(42px) rotate(-90deg) scale(0.5);
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
 transform: translateX(42px) translateY(42px) rotate(-179deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
 transform: translateX(42px) translateY(42px) rotate(-180deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
 transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
}
}
/*-------------*/
.school-archives .main-visual {
    position: relative;
}
.school-archives .index-visual {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: calc( 100vh - 5vh );
}
/*---------------------------
各学校の管理
---------------------------*/
.school-archives.kouei .index-visual {
    background-image: url("/school-archives/kouei/common/img/main-bg.jpg");
}
.school-archives.shouwagakuin .index-visual {
    background-image: url("/school-archives/shouwagakuin/common/img/main-bg.jpg");
}
.school-archives.komagome .index-visual {
    background-image: url("/school-archives/komagome/common/img/main-bg.jpg");
}
.school-archives.hirogakuen .index-visual {
    background-image: url("/school-archives/hirogakuen/common/img/main-bg.jpg");
}
.school-archives.saitamasakae .index-visual {
    background-image: url("/school-archives/saitamasakae/common/img/main-bg.jpg");
}
.school-archives.koujimachigakuen .index-visual {
    background-image: url("/school-archives/koujimachigakuen/common/img/main-bg.jpg");
}
.school-archives.bunkagakuen .index-visual {
    background-image: url("/school-archives/bunkagakuen/common/img/main-bg.jpg");
}
.school-archives.joshisei .index-visual {
    background-image: url("/school-archives/joshisei/common/img/main-bg.jpg");
}
.school-archives.dokkyo .index-visual {
    background-image: url("/school-archives/dokkyo/common/img/main-bg.jpg");
}
.school-archives.nichidaimeisei .index-visual {
    background-image: url("/school-archives/nichidaimeisei/common/img/main-bg.jpg");
}
.school-archives.toshidai_t .index-visual {
    background-image: url("/school-archives/toshidai_t/common/img/main-bg.jpg");
}
.school-archives.hongo .index-visual {
    background-image: url("/school-archives/hongo/common/img/main-bg.jpg");
}
.school-archives.kaijou .index-visual {
    background-image: url("/school-archives/kaijo/common/img/main-bg.jpg");
}
.school-archives.johoku .index-visual {
    background-image: url("/school-archives/johoku/common/img/main-bg.jpg");
}
.school-archives.sugamo .index-visual {
    background-image: url("/school-archives/sugamo/common/img/main-bg.jpg");
}
.school-archives.seijo .index-visual {
    background-image: url("/school-archives/seijo/common/img/main-bg.jpg");
}
.school-archives.yasudagakuen .index-visual {
    background-image: url("/school-archives/yasudagakuen/common/img/main-bg.jpg");
}
.school-archives.hozen .index-visual {
    background-image: url("/school-archives/hozen/common/img/main-bg.jpg");
}
.school-archives.reitaku .index-visual {
    background-image: url("/school-archives/reitaku/common/img/main-bg.jpg");
}
.school-archives.nakamura .index-visual {
    background-image: url("/school-archives/nakamura/common/img/main-bg.jpg");
}
.school-archives.shotoku .index-visual {
    background-image: url("/school-archives/shotoku/common/img/main-bg.jpg");
}
.school-archives.aoyamagakuin .index-visual {
    background-image: url("/school-archives/aoyamagakuin/common/img/main-bg.jpg");
}
.school-archives.komaba .index-visual {
    background-image: url("/school-archives/komaba/common/img/main-bg.jpg");
}
.school-archives.asano .index-visual {
    background-image: url("/school-archives/asano/common/img/main-bg.jpg");
}
.school-archives.tokyokasei .index-visual {
    background-image: url("/school-archives/tokyokasei/common/img/main-bg.jpg");
}
.school-archives.toin .index-visual {
    background-image: url("/school-archives/toin/common/main-bg.jpg");
}

.school-archives .index-logo {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -250px;
    background: #fffffffa;
}
.school-archives .index-logo.slideInRight {
    animation-name: slideInRight;
    animation-duration: 1s;
    animation-timing-function: ease;
}
.school-archives .message-wrap {
    padding-top: 65px;
    padding-bottom: 65px;
    background: #404041;
}
.school-archives .message-inner {
    max-width: 800px;
    margin: 0 auto;
}
.school-archives .heading-2 .hdg {
    letter-spacing: 2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
}
.school-archives .message-area {
    margin-top: 55px;
    font-size: 1.6rem;
    color: #fff;
}
.school-archives .message-area .message {
    text-align: center;
    line-height: 2;
}
.school-archives .article-wrap {
    margin-top: 65px;
}
.school-archives .article-inner {
    max-width: 800px;
    margin: 0 auto;
}
.school-archives .heading-3 {
    letter-spacing: 2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    text-align: center;
    color: #404041;
}
.school-archives .school-link {
    display: flex;
    align-items: center;
    padding-right: 2.5%;
}
.school-archives .js-slideIn {
    margin-top: 55px;/*opacity : 0;
    transform : translate(0, 100px);
    transition : all 500ms;*/
}
.school-archives .js-slideIn.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
.school-archives .js-slideIn a {
    display: block;
}
.school-archives .js-slideIn a:hover {
    text-decoration: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.school-archives .school-photo {
    width: 60%;
}
.school-archives .school-photo img {
    max-width: 320px;
}
.school-archives .school-title {
    width: 60%;
}
.school-archives .school-title .title {
    font-size: 1.8rem;
    line-height: 1.75;
}
.school-archives .school-title .data {
    margin-top: 1rem;
    font-size: 1.4rem;
    text-align: right;
}

@media screen and (max-width: 767px) {
.delay p{
    font-size: 2rem;
    letter-spacing: 1rem;
}
.index-visual {
    width: 100%;
    background-position: 0 0;
    animation: bgroop 60s linear infinite;
}
.school-archives .index-visual {
    position: relative;
    padding-top: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
}
.school-archives .index-logo {
    position: absolute;
    width: 50%;
    height: auto;
    margin: 0 auto;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
.school-archives .index-logo.slideInRight {
    animation-name: fadeIn;
}
.school-archives .message-wrap {
    padding: 30px 0;
}
.school-archives .message-inner {
    padding: 0 2.5%;
}
.school-archives .article-wrap {
    margin-top: 30px;
}
.school-archives .article-inner {
    padding: 0 2.5%;
}
.school-archives .heading-2 .hdg {
    font-size: 2.0rem;
    letter-spacing: 1.5rem;
}
.school-archives .message-area {
    margin-top: 20px;
    font-size: 1.2rem;
}
.school-archives .school-link {
    flex-direction: column;
    padding: 10px 0;
    align-items:center;
    padding-right: 0;
}
.school-archives .heading-3 {
    font-size: 1.8rem;
    letter-spacing: 1rem;
}
.school-archives .js-slideIn {
    margin-top: 20px;
}
.school-archives .school-title .title {
    font-size: 1.4rem;
}
.school-archives .school-title .data {
    font-size: 1.2rem;
}
.school-archives .school-title {
    margin-top: 10px;
    width: 90%;
}
    .school-archives .school-photo {
        margin-right: 0;
        width: auto;
}
    .school-archives .school-photo img{
        width: auto;
}
}
