@charset "utf-8";
/* CSS Document */


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

}


/* #school_life
----------------------------------------- */
#school_life {
}

#school_life .inner {
    max-width: 89rem;
    padding-top: 6rem;
    padding-bottom: 14rem;
}

#school_life .layout {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 0;
    margin-top: 5rem;
}
#school_life .layout .con {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 4rem 0;
    padding-left: 3rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #b0beb9;
}
#school_life .layout .con::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: url("../images/school_life_line.svg") no-repeat center center / cover;
    
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
#school_life .layout .con:first-child::before {
    content: '';
    display: block;
    width: 1px;
    height: 9rem;
    background: url("../images/school_life_line.svg") no-repeat center top / cover;
    
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0,0);
}
#school_life .layout .con:last-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 9rem;
    background: url("../images/school_life_line.svg") no-repeat center bottom / cover;
    
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
}

#school_life .layout .con:nth-child(odd) {
    width: calc(100% - 15rem);
}
#school_life .layout .con .clock {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
#school_life .layout .con .time {
    width: 14rem;
    font-size: 1.6rem;
    line-height: 1;
}
#school_life .layout .con .txt {
    font-size: 2rem;
    line-height: 1;
}
#school_life .layout .con .txt span {
    font-size: 1.6rem;
}
#school_life .layout .con .img {
    width: 28.4rem;
    margin-left: auto;
    margin-bottom: -1.5rem;
}

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

#school_life .inner {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

#school_life .layout {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    flex-flow: column;
    gap: 0;
    margin-top: 0;
}
#school_life .layout .con {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 6rem 0;
    padding-left: 3rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #b0beb9;
}
#school_life .layout .con::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: url("../images/school_life_line.svg") no-repeat center center / cover;
    
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
#school_life .layout .con:first-child::before {
    content: '';
    display: block;
    width: 1px;
    height: 9rem;
    background: url("../images/school_life_line.svg") no-repeat center top / cover;
    
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0,0);
}
#school_life .layout .con:last-child::after {
    content: '';
    display: block;
    width: 1px;
    height: 9rem;
    background: url("../images/school_life_line.svg") no-repeat center bottom / cover;
    
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
}

#school_life .layout .con:nth-child(odd) {
    width: 100%;
}
#school_life .layout .con .clock {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
#school_life .layout .con .time {
    width: 5.8rem;
    font-size: 1.2rem;
    line-height: 1;
}
#school_life .layout .con .txt {
    font-size: 1.4rem;
    line-height: 1;
}
#school_life .layout .con .txt span {
    display: block;
    margin-top: 0.5rem;
    margin-left: -0.5em;
    font-size: 1.0rem;
}
#school_life .layout .con .img {
    width: 13rem;
    margin-left: auto;
    padding-left: 1rem;
    margin-bottom: -1.5rem;
}
}





/* #annual_events
----------------------------------------- */
#annual_events {
}

#annual_events .inner {
    padding-top: 8rem;
    padding-bottom: 14rem;
}

#annual_events .layout {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 5rem;
    margin-top: 5rem;
}
#annual_events .layout .con {
    width: 100%;
    display: flex;
    align-items: center;
}
#annual_events .layout .con .month {
    min-width: 12rem;
    font-size: 3.8rem;
    text-align: right;
    padding-right: 3rem;
}
#annual_events .layout .con .event_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 8rem;
    padding-left: 8rem;
    border-left: 2px solid #000000;
}
#annual_events .layout .con .event_list .event_con {
    /*width: 24.3rem;*/
    width: calc(243/1016*100%);
    display: flex;
    flex-flow: column;
    gap: 1rem;
    position: relative;
}
#annual_events .layout .con .event_list .event_con .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 1rem;
    left: -4rem;
    z-index: 2;
}
#annual_events .layout .con .event_list .event_con.none_img .ttl {
    position: relative;
    top: auto;
    left: auto;
    margin-left: -4rem;
}
#annual_events .layout .con .event_list .event_con.none_img .txt {
    text-align: left;
    margin-left: -4rem;
}

#annual_events .layout .con .event_list .event_con .img {
}
#annual_events .layout .con .event_list .event_con .txt {
    font-size: 1rem;
    text-align: right;
}

@media screen and (max-width: 768px) {
#annual_events .inner {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

#annual_events .layout {
    flex-flow: column;
    gap: 3rem;
    margin-top: 3rem;
}
#annual_events .layout .con .month {
    min-width: 7rem;
    font-size: 2.6rem;
    white-space: nowrap;
    padding-right: 2rem;
}
#annual_events .layout .con .event_list {
    flex-flow: column;
    gap: 2rem;
    padding-left: 2.5rem;
}
#annual_events .layout .con .event_list .event_con {
    /*width: 24.3rem;*/
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    position: relative;
}
#annual_events .layout .con .event_list .event_con .ttl {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 1rem;
    left: -2rem;
    z-index: 2;
}
#annual_events .layout .con .event_list .event_con.none_img .ttl {
    position: relative;
    top: auto;
    left: auto;
    margin-left: -2rem;
}
#annual_events .layout .con .event_list .event_con.none_img .txt {
    text-align: left;
    margin-left: -1rem;
}

#annual_events .layout .con .event_list .event_con .img {
}
#annual_events .layout .con .event_list .event_con .txt {
    font-size: 1rem;
    text-align: right;
}
}


/* #after_school
----------------------------------------- */
#after_school {
    background-color: #f5f5dc;
}

#after_school .inner {
    max-width: 89rem;
    padding-top: 10rem;
    padding-bottom: 14rem;
}

#after_school .layout {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    column-gap: 3rem;
    margin-top: 6rem;
}
#after_school .layout .txt_wrap {
    width: auto;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}
#after_school .layout .img_wrap {
    width: calc(445/890*100%);
}
#after_school .layout .txt_wrap h3.ttl {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#after_school .layout .txt_wrap .txt {
    font-size: 1.6rem;
    line-height: calc(29/16);
}

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

#after_school .inner {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

#after_school .layout {
    flex-flow: column;
    align-items: center;
    gap: 3rem;
    margin-top: 4rem;
}
#after_school .layout .txt_wrap {
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 2rem;
}
#after_school .layout .img_wrap {
    width: 100%;
}
#after_school .layout .txt_wrap h3.ttl {
    font-size: 1.8rem;
}
#after_school .layout .txt_wrap .txt {
    font-size: 1.4rem;
}
}


/* #safety_initiatives
----------------------------------------- */
#safety_initiatives {
    background-color: #f5f5dc;
}

#safety_initiatives .inner {
    max-width: 89rem;
    padding-top: 10rem;
    padding-bottom: 14rem;
}

#safety_initiatives .layout {
    margin-top: 6rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 6rem;
}
#safety_initiatives .layout > .con {
    display: flex;
    align-items: flex-start;
    column-gap: 3rem;
}
#safety_initiatives .layout .img_wrap {
    width: calc(350/890*100%);
}

#safety_initiatives .layout .txt_wrap {
    width: auto;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

#safety_initiatives .layout .txt_wrap h3.ttl {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#safety_initiatives .layout .txt_wrap .txt {
    font-size: 1.6rem;
    line-height: calc(29/16);
}

@media screen and (max-width: 768px) {
    
#safety_initiatives .inner {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

#safety_initiatives .layout {
    margin-top: 4rem;
    gap: 4rem;
}
#safety_initiatives .layout > .con {
    flex-flow: column;
    gap: 2rem;
}
#safety_initiatives .layout .img_wrap {
    width: 100%;
}

#safety_initiatives .layout .txt_wrap {
    width: auto;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

#safety_initiatives .layout .txt_wrap h3.ttl {
    font-size: 1.8rem;
}
#safety_initiatives .layout .txt_wrap .txt {
    font-size: 1.4rem;
}
}
