body.number .sectionVox {
    margin-bottom: 0;
    padding: 60px 0
}
body.number .sectionVox:first-of-type {
    padding-top: 0
}
body.number .sectionVox .title {
    position: relative;
    width: 520px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 2.4rem;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    transform: translateY(20px);
    transition: all .5s ease-out .1s;
    opacity: 0
}
body.number .sectionVox .title .sub {
    font-size: 1.6rem
}
body.number .sectionVox .title::before, body.number .sectionVox .title::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 8px;
    height: 100%;
    border-left: 2px solid #000;
    border-right: 2px solid #000
}
body.number .sectionVox .title::before {
    left: 0;
    background-color: #fbb03b
}
body.number .sectionVox .title::after {
    right: 0;
    background-color: #257fc6
}
body.number .sectionVox .title.flowActive {
    transform: none;
    opacity: 1
}
body.number .sectionVox .aplTxt {
    font-size: 6rem;
    letter-spacing: .1em;
    line-height: 1
}
body.number .sectionVox.gray {
    background-color: #dfe5e9
}
body.number #student .title {
    transition: all .5s ease-out .6s
}
body.number #student .flexBox {
    display: flex;
    justify-content: center;
    align-items: center
}
body.number #student .flexBox .txt {
    transform: translateX(-20px);
    transition: all .5s ease-out .8s;
    opacity: 0;
    width: 260px
}
body.number #student .flexBox .txt.flowActive {
    transform: none;
    opacity: 1
}
body.number #student .flexBox .txt .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #student .flexBox .txt .subTxtbox {
    text-align: center;
    font-size: 1.6rem;
    position: relative
}
body.number #student .flexBox .txt .subTxtbox::before, body.number #student .flexBox .txt .subTxtbox::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 5px;
    height: 60px;
    top: 0;
    bottom: 0;
    margin: auto
}
body.number #student .flexBox .txt .subTxtbox::before {
    left: 0;
    background-image: url(/assets-number/images/content/number/block01_img_03.png)
}
body.number #student .flexBox .txt .subTxtbox::after {
    right: 0;
    background-image: url(/assets-number/images/content/number/block01_img_04.png)
}
body.number #student .flexBox .txt .subTxtbox span {
    font-size: 2.4rem;
    letter-spacing: .05em
}
body.number #student .flexBox .txt .right {
    text-align: right;
    font-size: 1.2rem
}
body.number #student .flexBox .img {
    width: 381px;
    position: relative;
    margin-left: 80px
}
body.number #student .flexBox .img .mainimg {
    transition: all .4s ease-out .5s;
    opacity: 0
}
body.number #student .flexBox .img.flowActive .mainimg {
    transform: none;
    opacity: 1
}
body.number #student .flexBox .img .abbox {
    position: absolute;
    z-index: 5;
    width: 154px;
    height: 157px;
    top: -110px;
    right: -125px;
    transform: scale(1.4);
    transition: all .4s ease-out .99s;
    opacity: 0
}
body.number #student .flexBox .img.flowActive .abbox {
    transform: none;
    opacity: 1
}
body.number #faculty .flexBox {
    display: flex;
    justify-content: center;
    align-items: center
}
body.number #faculty .flexBox .txt .aplTxt {
    transform: translateY(100%);
    opacity: 0;
    display: inline-block
}
body.number #faculty .flexBox .txt .aplTxt.txt01 {
    transition: all .3s ease-out .7s
}
body.number #faculty .flexBox .txt .aplTxt.txt02 {
    transition: all .3s ease-out 1s
}
body.number #faculty .flexBox .txt.flowActive .aplTxt {
    transform: none;
    opacity: 1
}
body.number #faculty .flexBox .txt .numTxt {
    overflow: hidden;
    text-align: center;
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 15px
}
body.number #faculty .flexBox .txt .subTxtbox {
    text-align: center;
    font-size: 1.6rem
}
body.number #faculty .flexBox .txt .subTxtbox span {
    font-size: 2.4rem;
    letter-spacing: .05em
}
body.number #faculty .flexBox .txt .subTxtbox br {
    display: none
}
body.number #faculty .flexBox .img {
    margin-left: 40px;
    width: 325px;
    transform: translateX(20px);
    transition: all .3s ease-out .2s;
    opacity: 0
}
body.number #faculty .flexBox .img.flowActive {
    transform: none;
    opacity: 1
}
body.number #student02 .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 950px;
    margin: auto
}
body.number #student02 .flexBox .item {
    width: 237px;
    margin-bottom: 30px
}
body.number #student02 .flexBox .item .img {
    width: 162px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px
}
body.number #student02 .flexBox .item .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #student02 .flexBox .item .name {
    text-align: center;
    font-size: 1.8rem
}
body.number #student02 .right {
    width: 950px;
    text-align: right;
    font-size: 1.2rem;
    margin-top: -50px;
    margin-bottom: 60px
}
body.number #student02 .btnArea .btnStyle01 a {
    min-width: 345px
}
body.number #region .flexBox {
    display: flex;
    justify-content: center;
    align-items: center
}
body.number #region .flexBox .img {
    margin-left: 40px;
    width: 553px;
    transform: scale(0.9);
    transition: all .5s ease-out .2s;
    opacity: 0
}
body.number #region .flexBox .img.flowActive {
    transform: none;
    opacity: 1
}
body.number #access .flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px
}
body.number #access .flexBox .txt {
    font-size: 1.8rem
}
body.number #access .flexBox .txt .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #access .flexBox .img {
    margin-left: 40px;
    width: 565px
}
body.number #access .btnArea .btnStyle01 a {
    min-width: 345px
}
body.number #t_area .flexBox {
    display: flex;
    justify-content: center;
    align-items: center
}
body.number #t_area .flexBox .txt {
    font-size: 1.8rem;
    text-align: center
}
body.number #t_area .flexBox .txt .aplTxt {
    transform: translateY(100%);
    opacity: 0;
    display: inline-block;
    transition: all .3s ease-out .2s
}
body.number #t_area .flexBox .txt.flowActive .aplTxt, body.number #t_area .flexBox .txt.flowActive .img {
    transform: none;
    opacity: 1
}
body.number #t_area .flexBox .txt .numTxt {
    text-align: center;
    font-size: 3.4rem;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 30px
}
body.number #t_area .flexBox .txt .img {
    width: 500px;
    margin-top: 10px;
    transform: translateY(20px);
    opacity: 0;
    transition: all .3s ease-out .4s
}
body.number #t_area .flexBox .img {
    margin-left: 40px;
    width: 316px
}
body.number #club .title {
    margin-bottom: 150px
}
body.number #club .numBox {
    width: 520px;
    margin: auto;
    margin-bottom: 30px;
    position: relative
}
body.number #club .numBox .numTxt {
    text-align: center;
    font-size: 3.4rem;
    overflow: hidden;
    line-height: 1
}
body.number #club .numBox .numTxt .aplTxt {
    transform: translateY(100%);
    opacity: 0;
    display: inline-block;
    transition: all .3s ease-out .1s
}
body.number #club .numBox .numTxt.flowActive .aplTxt {
    transform: none;
    opacity: 1
}
body.number #club .numBox .abbox {
    position: absolute;
    z-index: 5;
    width: 191px;
    height: 191px;
    top: -110px;
    right: 0
}
body.number #club .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 590px;
    margin: auto
}
body.number #club .flexBox .item {
    width: auto;
    margin-bottom: 30px;
    transition: all .3s ease-out .2s
}
body.number #club .flexBox .item .img {
    width: 162px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px
}
body.number #club .flexBox .item .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #club .flexBox .item .name {
    text-align: center;
    font-size: 1.8rem
}
body.number #club .btnArea .btnStyle01 a {
    min-width: 345px
}
body.number #club .right {
    width: auto;
    text-align: right;
    font-size: 1.2rem;
    margin-bottom: 30px
}
body.number #work .flexBox {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 0.3fr);
    grid-template-rows: 1fr;
    margin: auto
}
body.number #work .flexBox .item {
    width: auto;
    text-align: center;
    margin-bottom: 30px
}
body.number #work .flexBox .item .img {
    width: 162px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px
}
body.number #work .flexBox .item .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #work .flexBox .item .numTxt .ast {
    font-size: 1.2rem
}
body.number #work .flexBox .item .name {
    text-align: center;
    font-size: 1.8rem
}
body.number #work .btnArea .btnStyle01 a {
    min-width: auto
}
body.number #public .flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px
}
body.number #public .flexBox .txt {
    font-size: 1.8rem
}
body.number #public .flexBox .txt .numTxt {
    text-align: center;
    font-size: 3.4rem;
    overflow: hidden;
    line-height: 1
}
body.number #public .flexBox .txt .aplTxt {
    transform: translateY(100%);
    opacity: 0;
    display: inline-block
}
body.number #public .flexBox .txt .aplTxt.txt01 {
    transition: all .3s ease-out .2s
}
body.number #public .flexBox .txt .aplTxt.txt02 {
    transition: all .3s ease-out .5s
}
body.number #public .flexBox .txt.flowActive .aplTxt {
    transform: none;
    opacity: 1
}
body.number #public .flexBox .txt .subTxtbox {
    text-align: center;
    font-size: 1.6rem
}
body.number #public .flexBox .txt .subTxtbox span {
    font-size: 2.4rem;
    letter-spacing: .05em
}
body.number #public .flexBox .txt .subTxtbox span.note {
    font-size: 1.2rem
}
body.number #public .flexBox .img {
    margin-right: 40px;
    width: 332px;
    opacity: 0
}
body.number #public .flexBox .img.flowActive {
    opacity: 1;
    transition: all .3s ease-out .1s
}
body.number #public .flexBox02 {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 0.27fr);
    grid-template-rows: 1fr;
    margin: auto
}
body.number #public .flexBox02 .item {
    width: auto;
    text-align: center;
    margin-bottom: 30px
}
body.number #public .flexBox02 .item .img {
    width: 162px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px
}
body.number #public .flexBox02 .item .subTxtbox {
    text-align: center;
    font-size: 1.6rem
}
body.number #public .flexBox02 .item .subTxtbox span {
    font-size: 2.4rem;
    letter-spacing: .05em
}
body.number #public .flexBox02 .item .subTxtbox span.note {
    font-size: 1.2rem
}
body.number #public .flexBox02 .item .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #public .flexBox02 .item .name {
    text-align: center;
    font-size: 1.8rem
}
body.number #public .right {
    width: 950px;
    text-align: right;
    font-size: 1.2rem;
    margin-top: -30px;
    margin-bottom: 30px
}
body.number #public .btnArea .btnStyle01 a {
    min-width: auto
}
body.number #teacher .flexBox {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 0.33fr);
    grid-template-rows: 1fr;
    margin: auto
}
body.number #teacher .flexBox .item {
    width: auto;
    text-align: center;
    margin-bottom: 30px
}
body.number #teacher .flexBox .item .img {
    width: 162px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px
}
body.number #teacher .flexBox .item .subTxtbox {
    text-align: center;
    font-size: 1.6rem
}
body.number #teacher .flexBox .item .subTxtbox span {
    font-size: 2.4rem;
    letter-spacing: .05em
}
body.number #teacher .flexBox .item .numTxt {
    text-align: center;
    font-size: 3.4rem
}
body.number #teacher .flexBox .item .name {
    text-align: center;
    font-size: 1.8rem
}
body.number #teacher .rightbox {
    display: flex;
    justify-content: flex-end
}
body.number #teacher .rightbox .right {
    font-size: 1.2rem;
    margin-top: -50px;
    margin-bottom: 10px
}
body.number #teacher .btnArea .btnStyle01 a {
    min-width: auto
}
body.number #abroad .flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px
}
body.number #abroad .flexBox .txt {
    font-size: 1.8rem;
    text-align: center
}
body.number #abroad .flexBox .txt .numTxt {
    font-size: 3.4rem
}
body.number #abroad .flexBox .txt .subTxtbox {
    font-size: 1.6rem;
    margin-bottom: 20px
}
body.number #abroad .flexBox .txt .subTxtbox span {
    font-size: 2.4rem;
    letter-spacing: .05em;
    line-height: 1.2
}
body.number #abroad .flexBox .img {
    margin-left: 40px;
    width: 334px;
    transform: translateY(20px);
    transition: all .5s ease-out .2s;
    opacity: 0
}
body.number #abroad .flexBox .img.flowActive {
    transform: none;
    opacity: 1
}
body.number #abroad .btnArea .btnStyle01 a {
    min-width: 345px
}
body.number #bland .inner {
    width: 1020px
}
body.number #bland .title {
    margin-bottom: 10px
}
body.number #bland .note {
    width: 520px;
    margin: auto;
    text-align: right;
    margin-bottom: 40px
}
body.number #bland .flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}
body.number #bland .flexBox .txt {
    transform: translateY(20px);
    transition: all .3s ease-out .2s;
    opacity: 0;
    text-align: center
}
body.number #bland .flexBox .txt.flowActive {
    transform: none;
    opacity: 1
}
body.number #bland .flexBox .txt .numTxt {
    font-size: 3.4rem
}
body.number #bland .flexBox .img {
    margin-left: 40px;
    width: 358px;
    transform: scale(0.9);
    transition: all .3s ease-out .2s;
    opacity: 0
}
body.number #bland .flexBox .img.flowActive {
    transform: none;
    opacity: 1
}
body.number #bland .flexBox02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}
body.number #bland .flexBox02 .img {
    margin: 0 5px;
    width: 332px
}
body.number #olympic .title {
    line-height: 1.6;
    padding: 5px 0
}
body.number #olympic .flexBox {
    display: flex;
    justify-content: center;
    align-items: center
}
body.number #olympic .flexBox .txt {
    font-size: 1.8rem;
    text-align: center
}
body.number #olympic .flexBox .txt .numTxt {
    font-size: 3.4rem
}
body.number #olympic .flexBox .img {
    margin-left: 40px;
    width: 496px
}
body.number #btn .btnArea {
    width: 730px;
    margin: auto;
    justify-content: space-between
}
body.number #btn .btnArea:not(:last-of-type) {
    margin-bottom: 30px
}
body.number #btn .btnArea .btnStyle01 {
    margin: 0
}
body.number #btn .btnArea .btnStyle01 a {
    min-width: 345px
}
@media only screen and (max-width: 1024px) {
    body.number .sectionVox .title {
        width: 90%;
        max-width: 520px;
        font-size: 2rem;
        margin-bottom: 30px;
        padding: 5px 10px
    }
    body.number .sectionVox .title .sub {
        font-size: 1.5rem
    }
    body.number .sectionVox .aplTxt {
        font-size: 3.8rem
    }
    body.number #student .flexBox {
        display: block;
        width: 90%;
        margin: auto
    }
    body.number #student .flexBox .txt {
        width: auto;
        text-align: center;
        margin-bottom: 30px
    }
    body.number #student .flexBox .txt .numTxt {
        margin-bottom: 20px
    }
    body.number #student .flexBox .txt .subTxtbox {
        width: 250px;
        margin: auto;
        font-size: 1.6rem
    }
    body.number #student .flexBox .txt .subTxtbox>p {
        line-height: 1
    }
    body.number #student .flexBox .txt .subTxtbox>p:not(:last-child) {
        margin-bottom: 10px
    }
    body.number #student .flexBox .txt .subTxtbox>p span {
        font-size: 2.6rem;
        letter-spacing: .05em
    }
    body.number #student .flexBox .txt .right {
        width: 250px;
        margin: auto;
        margin-top: 10px
    }
    body.number #student .flexBox .img {
        margin-left: 0;
        width: auto;
        max-width: 420px;
        margin: auto
    }
    body.number #student .flexBox .img .abbox {
        max-width: 120px;
        min-width: 100px;
        width: 30%;
        height: auto;
        right: -20%;
        top: -40%
    }
    body.number #faculty .flexBox {
        display: block;
        width: 90%;
        margin: auto
    }
    body.number #faculty .flexBox .txt .numTxt {
        font-size: 2.8rem;
        margin-bottom: 25px
    }
    body.number #faculty .flexBox .txt .subTxtbox {
        font-size: 1.5rem
    }
    body.number #faculty .flexBox .txt .subTxtbox span {
        font-size: 2.2rem;
        line-height: 1.5
    }
    body.number #faculty .flexBox .txt .subTxtbox br {
        display: block
    }
    body.number #faculty .flexBox .img {
        margin-left: 0;
        width: 80%;
        max-width: 420px;
        margin: auto
    }
    body.number #faculty .flexBox .img>p {
        transform: translate(25px, 0px)
    }
    body.number #student02 .flexBox {
        width: 90%;
        margin: auto;
        justify-content: center
    }
    body.number #student02 .flexBox .item {
        width: 33%
    }
    body.number #student02 .flexBox .item .img {
        width: 70%;
        margin: auto
    }
    body.number #student02 .flexBox .item .numTxt {
        font-size: 2.4rem
    }
    body.number #student02 .flexBox .item .name {
        font-size: 1.5rem
    }
    body.number #student02 .right {
        width: 90%;
        margin-bottom: 40px
    }
    body.number #student02 .btnArea .btnStyle01 a {
        min-width: 320px
    }
    body.number #region .flexBox {
        display: block;
        width: 90%;
        margin: auto
    }
    body.number #region .flexBox .txt {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 40px
    }
    body.number #region .flexBox .img {
        margin-left: 0;
        width: auto;
        max-width: 550px;
        margin: auto
    }
    body.number #access .flexBox {
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 60px
    }
    body.number #access .flexBox .txt {
        width: 90%;
        margin: auto;
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 40px
    }
    body.number #access .flexBox .txt .numTxt {
        font-size: 2.8em
    }
    body.number #access .flexBox .img {
        width: auto;
        margin: auto;
        max-width: 550px
    }
    body.number #access .btnArea .btnStyle01 a {
        min-width: 320px
    }
    body.number #t_area .flexBox {
        display: block;
        width: 90%;
        margin: auto
    }
    body.number #t_area .flexBox .txt {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 30px
    }
    body.number #t_area .flexBox .txt .numTxt {
        font-size: 2.8rem;
        margin-bottom: 30px
    }
    body.number #t_area .flexBox .txt .img {
        width: 100%;
        max-width: 500px;
        margin: auto;
        margin-top: 10px
    }
    body.number #t_area .flexBox .img {
        margin-left: 0;
        max-width: 520px;
        margin: auto;
        width: 100%
    }
    body.number #club {
        text-align: center
    }
    body.number #club .title {
        margin-bottom: 120px
    }
    body.number #club .numBox {
        width: auto;
        display: inline-block;
        position: relative;
        margin-bottom: 30px
    }
    body.number #club .numBox .numTxt {
        font-size: 2.8rem
    }
    body.number #club .numBox .abbox {
        position: absolute;
        z-index: 5;
        width: 140px;
        height: auto;
        top: -90px;
        right: -80%
    }
    body.number #club .flexBox {
        width: 90%;
        justify-content: center
    }
    body.number #club .flexBox .item {
        width: 50%;
        margin-bottom: 20px;
        transition: all .3s ease-out .2s
    }
    body.number #club .flexBox .item .img {
        width: 70%;
        margin-bottom: 15px
    }
    body.number #club .flexBox .item .numTxt {
        font-size: 2.4rem
    }
    body.number #club .flexBox .item .name {
        font-size: 1.5rem
    }
    body.number #club .btnArea .btnStyle01 a {
        min-width: 320px
    }
    body.number #work .flexBox {
        justify-content: center;
        display: flex;
        margin: auto;
        flex-wrap: wrap
    }
    body.number #work .flexBox .item {
        width: 50%;
        text-align: center;
        margin-bottom: 30px
    }
    body.number #work .flexBox .item:first-child {
        width: 51%
    }
    body.number #work .flexBox .item .img {
        width: 70%;
        margin-bottom: 15px
    }
    body.number #work .flexBox .item .numTxt {
        font-size: 2.4rem
    }
    body.number #work .flexBox .item .name {
        font-size: 1.5rem
    }
    body.number #work .btnArea .btnStyle01 a {
        min-width: 320px;
        padding: 15px 25px
    }
    body.number #public .flexBox {
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom: 40px
    }
    body.number #public .flexBox .txt {
        font-size: 1.7rem
    }
    body.number #public .flexBox .txt .numTxt {
        font-size: 2.4rem
    }
    body.number #public .flexBox .txt .subTxtbox {
        font-size: 1.8rem
    }
    body.number #public .flexBox .img {
        margin-right: 0;
        margin: auto;
        margin-bottom: 20px;
        max-width: 332px;
        width: 65%
    }
    body.number #public .flexBox02 {
        justify-content: center;
        display: flex;
        margin: auto;
        flex-wrap: wrap
    }
    body.number #public .flexBox02 .item {
        width: 50%;
        text-align: center;
        margin-bottom: 30px
    }
    body.number #public .flexBox02 .item .img {
        width: 70%;
        margin-bottom: 15px
    }
    body.number #public .flexBox02 .item .name {
        font-size: 2.4rem
    }
    body.number #public .flexBox02 .item .subTxtbox {
        font-size: 1.5rem;
        line-height: 1.2
    }
    body.number #public .flexBox02 .item .subTxtbox span {
        font-size: 2.2rem
    }
    body.number #public .right {
        width: 90%;
        margin: auto;
        margin-top: -40px;
        margin-bottom: 40px
    }
    body.number #public .btnArea .btnStyle01 a {
        min-width: 320px;
        padding: 15px 25px
    }
    body.number #teacher .flexBox {
        display: flex;
        margin: auto
    }
    body.number #teacher .flexBox .item {
        width: 50%;
        margin-bottom: 0
    }
    body.number #teacher .flexBox .item .img {
        width: 70%;
        margin-bottom: 15px
    }
    body.number #teacher .flexBox .item .name {
        font-size: 2.4rem
    }
    body.number #teacher .flexBox .item .subTxtbox {
        font-size: 1.5rem;
        line-height: 1.2
    }
    body.number #teacher .flexBox .item .subTxtbox span {
        font-size: 2.2rem
    }
    body.number #teacher .rightbox {
        width: 90%
    }
    body.number #teacher .rightbox .right {
        margin-top: 10px;
        margin-bottom: 30px
    }
    body.number #teacher .btnArea .btnStyle01 a {
        min-width: 320px;
        padding: 15px 25px
    }
    body.number #abroad .flexBox {
        display: block;
        margin-bottom: 60px
    }
    body.number #abroad .flexBox .txt {
        margin-bottom: 30px
    }
    body.number #abroad .flexBox .txt .numTxt {
        font-size: 2.8rem
    }
    body.number #abroad .flexBox .txt .subTxtbox span {
        font-size: 2.2rem
    }
    body.number #abroad .flexBox .img {
        margin-left: 0;
        width: 50%;
        margin: auto
    }
    body.number #abroad .btnArea .btnStyle01 a {
        min-width: 320px
    }
    body.number #bland .inner {
        width: 100%
    }
    body.number #bland .note {
        width: 90%
    }
    body.number #bland .flexBox {
        display: block;
        width: 90%;
        margin: 0 auto 30px
    }
    body.number #bland .flexBox .txt {
        margin-bottom: 30px
    }
    body.number #bland .flexBox .txt .numTxt {
        font-size: 2.8rem
    }
    body.number #bland .flexBox .img {
        margin-left: 0;
        margin: auto;
        width: 55%
    }
    body.number #bland .flexBox02 {
        display: block;
        width: 90%;
        max-width: 480px;
        margin: 0 auto 30px
    }
    body.number #bland .flexBox02 .img {
        margin: 0 5px;
        width: 100%
    }
    body.number #bland .flexBox02 .img:not(:last-child) {
        margin-bottom: 20px
    }
    body.number #olympic .title {
        line-height: 1.6;
        padding: 5px 0
    }
    body.number #olympic .title br {
        transform: none;
        opacity: 1
    }
    body.number #olympic .flexBox {
        display: block;
        width: 90%;
        margin: auto
    }
    body.number #olympic .flexBox .txt {
        margin-bottom: 30px
    }
    body.number #olympic .flexBox .txt .numTxt {
        font-size: 2.8rem
    }
    body.number #olympic .flexBox .img {
        margin-left: 0;
        width: 100%;
        max-width: 480px;
        margin: auto
    }
    body.number #btn .btnArea {
        width: 90%;
        margin: auto;
        display: block
    }
    body.number #btn .btnArea:not(:last-of-type) {
        margin-bottom: 0
    }
    body.number #btn .btnArea:not(:last-of-type) .btnStyle01 {
        margin-bottom: 20px
    }
    body.number #btn .btnArea .btnStyle01 {
        margin: 0
    }
    body.number #btn .btnArea .btnStyle01 a {
        min-width: 320px
    }
}
@media only screen and (max-width: 520px) {
    body.number #student .flexBox .txt .subTxtbox {
        margin-right: auto;
        margin-left: 0;
        width: 55%;
        width: 210px;
        font-size: 1.3rem
    }
    body.number #student .flexBox .txt .subTxtbox>p span {
        font-size: 2.2rem
    }
    body.number #student .flexBox .txt .right {
        margin-right: auto;
        margin-left: 0;
        width: 210px
    }
    body.number #student .flexBox .img .abbox {
        right: 5%;
        top: -55%
    }
    body.number #student02 .flexBox {
        justify-content: space-between
    }
    body.number #student02 .flexBox .item {
        width: 50%
    }
    body.number #access .flexBox .img {
        margin-left: -8%
    }
    body.number #club .numBox {
        width: 90%
    }
    body.number #club .numBox .abbox {
        right: 3%
    }
    body.number #club .flexBox .item {
        width: 50%
    }
}
/*# sourceMappingURL=number.min.css.map */