html,
body,
button,
input,
select,
textarea,
body>* {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
}

.zenkaku {
    font-family: "Zen Kaku Gothic Antique", sans-serif;

}

body {
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.01em;
    background-color: rgb(247, 242, 239);
    overflow: hidden;
    min-width: 1380px;
}

.wrap01 {
    width: 94%;
    margin: 0px auto;
}

.wrap02 {
    width: 90%;
    margin: 0px auto;
}

#top_mainVisual {
    background-color: rgb(193, 39, 45);
    padding: 70px 0px 0;
}

#top_mainVisual .inner {
    display: flex;
}

#top_mainVisual .inner .txtBox {
    background-color: rgb(230, 230, 230);
    width: 40%;
    padding: 4% 7% 6%;
    position: relative;
}

#top_mainVisual .inner .txtBox .ttl {
    width: 70%;
    margin-bottom: 8%;
}

#top_mainVisual .inner .txtBox .accessBox {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: rgb(193, 39, 45);
    text-align: center;
    width: 100%;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: rgb(193, 39, 45);
    font-size: 1.5vw;
    padding: 1vw 0px;
    background-image: url("../img/access_icon.png");
    background-size: 4% auto;
    background-repeat: no-repeat;
    background-position: left 12% center;
}

#top_mainVisual .inner .visualBox {
    width: 60%;
    background-image: url("../img/mv_visual.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border-radius: 0px 50px 0px 0px;
}

#top_mainVisual .inner .visualBox .parentBox {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
}

#top_mainVisual .inner .visualBox .parentBox .ttl {
    width: 20%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 1.4vw 2vw;
}

#top_mainVisual .inner .visualBox .parentBox .linkBox {
    width: 80%;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 50px 0px 0px;
}

#top_mainVisual .inner .visualBox .parentBox .linkBox a {
    font-size: 1.2vw;
    padding: 1.29vw 2vw;
    display: block;
    color: rgb(0, 0, 0);
    letter-spacing: 10%;
    background-image: url("../img/under_arrow.png");
    background-size: 2% auto;
    background-repeat: no-repeat;
    background-position: right 10% center;
}

#top_mainVisual .inner .visualBox .campaignBox {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 20%;
}

#top_linkSec .inner01,
#top_linkSec .inner02 {
    display: flex;
}

#top_linkSec .inner01>* {
    width: 50%;
}

#top_linkSec .inner02>* {
    width: 25%;
}

#footer {
    background-image: url("../img/ft_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

#footer .ft_line>* {
    background-color: rgb(230, 230, 230);
    width: 100%;
    position: absolute;
    left: 0px;
}

#footer .ft_line .line01 {
    top: 0px;
    height: 7.5%;
}

#footer .ft_line .line02 {
    top: 9%;
    height: 1.8%;
}

#footer .ft_line .line03 {
    top: 12.5%;
    height: 1.4%;
}

#footer .ft_line .line04 {
    top: 15.5%;
    height: 1%;
}

#footer .ft_line .line05 {
    top: 18.2%;
    height: 1%;
}

#footer .otherLinkBox {
    width: 55%;
    margin: auto auto 4.8%;
    position: relative;
}

#footer .otherLinkBox ul {
    display: flex;
    justify-content: space-between;
}

#footer .otherLinkBox ul li {
    width: 32%;
}

#footer .ft_sns {}

#footer .ft_sns {
    display: flex;
    margin-bottom: 10%;
}

#footer .ft_sns>* {
    width: 20%;
}

#footer .ft_sns>* a {
    display: block;
    padding: 10% 0px;
}

#footer .ft_sns>* img {
    width: 20%;
    margin: auto;
    display: block;
}

#footer .ft_sns .instaBox {
    background-color: rgb(205, 39, 138);
}

#footer .ft_sns .tiktokBox {
    background-color: rgb(55, 55, 55);
}

#footer .ft_sns .xBox {
    background-color: rgb(0, 0, 0);
}

#footer .ft_sns .youtubeBox {
    background-color: rgb(193, 39, 45);
}

#footer .ft_sns .facebookBox {
    background-color: rgb(57, 118, 255);
}

#footer .ft_sns .facebookBox img {
    width: 10%;
}

#footer .ft_sns .youtubeBox a {
    padding-top: 12%;
}

#footer .ft_lastContent {
    padding-bottom: 5%;
}

#footer .ft_chat {
    width: 32%;
    margin-bottom: 5%;
}

#footer .ft_copyright {
    width: 40%;
    margin: 0px 0px 0px auto;
    display: flex;
    justify-content: space-between;
}

#footer .ft_copyright .logo {
    width: 30%;
}

#footer .ft_copyright .copyright {
    width: 65%;
    color: rgb(255, 255, 255);
    line-height: 120%;
}

#top_youtubeSec {
    padding: 8% 0px 4%;
}

#top_youtubeSec .inner {
    background-image: url("../img/top_youtubeSec_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10%;
    height: 54vw;
}

#top_youtubeSec .inner .ttlBox {
    width: 32%;
    margin: auto auto 0%;
}

#top_youtubeSec .inner .pcBox {
    width: 45%;
    margin: auto auto 2%;
}

#top_youtubeSec .inner .linkBox {
    width: 30%;
    margin: auto;
}

#top_youtubeSec .inner .linkBox a {
    background-color: rgb(193, 39, 45);
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 50vw;
    font-size: 130%;
    text-align: center;
    letter-spacing: 20%;
    padding: 4% 0px;
    background-image: url("../img/red_arrow.png");
    background-size: 7% auto;
    background-repeat: no-repeat;
    background-position: right 5% center;
}

#top_aboutSec {
    background-color: rgb(230, 230, 230);
    padding: 10% 0px 26%;
    position: relative;
}

#top_aboutSec .wrap01 {
    position: relative;
    z-index: 1;
}

#top_aboutSec .ttlBox {
    margin-bottom: 2%;
    padding-left: 5%;
}

#top_aboutSec .ttlBox h2 {
    font-size: 400%;
    font-weight: 900;
    color: #000;
}

#top_aboutSec .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#top_aboutSec .inner .cellBox {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-bottom: 4%;
}

#top_aboutSec .inner .cellBox .en {
    writing-mode: sideways-rl;
    color: #C1272D;
    font-weight: bold;
    font-size: 130%;
    width: 8%;
}

#top_aboutSec .inner .cellBox.targetFaculty .en {
    width: 4%;
}

#top_aboutSec .inner .cellBox.targetFaculty .txtBox {
    width: 95%;
    padding: 2.5%;
}

#top_aboutSec .inner .cellBox .txtBox {
    background-color: #fff;
    width: 90%;
    border-radius: 2vw;
    padding: 5%;
}

#top_aboutSec .inner .cellBox .txtBox h3 {
    font-size: 180%;
    font-weight: 900;
    vertical-align: middle;
    margin-bottom: 0%;
}

#top_aboutSec .inner .cellBox .txtBox h3:before {
    content: "●";
    font-size: 50%;
    vertical-align: middle;
    margin-right: 2%;
    color: #C1272D;
}

#top_aboutSec .inner .cellBox .txtBox .date {
    font-weight: 900;
    font-size: 230%;
    margin-bottom: 5%;

}

#top_aboutSec .inner .cellBox .txtBox .txt {
    font-size: 100%;
}

#top_aboutSec .inner .cellBox .txtBox .date small {
    font-size: 60%;
    margin: 0 1%;
}

#top_aboutSec .inner .cellBox.venue .txtBox h3 {
    margin-bottom: 3%;
}

#top_aboutSec .inner .cellBox .venueBox {}

#top_aboutSec .inner .cellBox .venueBox h4 {
    font-size: 110%;
    color: #C1272D;
    font-weight: 900;
    margin-bottom: 1%;
}

#top_aboutSec .inner .cellBox .venueBox p {
    font-size: 120%;
    margin-bottom: 3%;
}

#top_aboutSec .inner .cellBox .linkBox a {
    font-size: 150%;
    font-weight: 900;
    color: #C1272D;
    letter-spacing: 10%;
    padding: 0.5% 2%;
    border-bottom: 2px solid #C1272D;
}

#top_aboutSec .inner .cellBox.targetFaculty {
    width: 100%;
    margin-bottom: 0%;
}

#top_aboutSec .inner .cellBox.targetFaculty .txtBox h3 {
    margin-bottom: 3%;
}

#top_aboutSec .inner .cellBox.targetFaculty .inner {
    display: flex;
    justify-content: space-between;
}

#top_aboutSec .inner .cellBox.targetFaculty .inner .leftBox {
    width: 55%;
}

#top_aboutSec .inner .cellBox.targetFaculty .inner .leftBox .gakubu {
    font-size: 120%;
    margin-bottom: 4%;
}

#top_aboutSec .inner .cellBox.targetFaculty .inner .attention {
    font-size: 80%;
}

#top_aboutSec .inner .cellBox.targetFaculty .inner .rightBox {
    width: 40%;
}

#top_aboutSec .inner .cellBox.targetFaculty .linkBox .attention {
    margin-top: 5%;
}

#top_aboutSec .top_aboutSec_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    background-image: url("../img/top_aboutSec_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    border-radius: 0px 50px 0px 0px;
}

#top_connectSec .inner {
    background-image: url("../img/top_connectSec_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-bottom: 5%;
}

#top_connectSec .inner .ttlBox {
    position: relative;
    padding-top: 8%;
    padding-bottom: 5%;
}

#top_connectSec .inner .ttlBox .fukidashi {
    width: 25%;
    position: absolute;
    left: 0;
    top: -10%;
}

#top_connectSec .inner .ttlBox .ttl {
    width: 60%;
}

#top_connectSec .inner .ttlBox .ttl_sub {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 75%;
    left: 16%;
    font-size: 140%;
    letter-spacing: 10%;
}

#top_connectSec .inner .ttlBox .imgBox {
    position: absolute;
    right: 0;
    top: 20%;
    width: 30%;
    border-radius: 50px;
}

#top_connectSec .inner .ttlBox:after {
    content: "";
    display: block;
    position: absolute;
    right: -2%;
    top: 14%;
    width: 35%;
    height: 80%;
    background-image: url("../img/connectSec_pic01_ashirai_pc.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#top_connectSec .inner .txtBox {
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    margin-bottom: 5%;
}

#top_connectSec .inner .txtBox>* {
    padding: 3%;
}

#top_connectSec .inner .txtBox .followBox {
    width: 32%;
    border-right: 1px dashed rgb(193, 39, 45);
}

#top_connectSec .inner .txtBox .followBox .iconBox {
    padding-left: 20%;
    display: flex;
    justify-content: space-between;
}

#top_connectSec .inner .txtBox .followBox .iconBox .iconCell {
    width: 46%;
}

#top_connectSec .inner .txtBox .followBox .iconBox .iconCell img {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 10%;
}

#top_connectSec .inner .txtBox .followBox .iconBox .iconCell span {
    font-size: 70%;
    display: block;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 1%;
}

#top_connectSec .inner .txtBox .picSpotBox {
    width: 32%;
    border-right: 1px dashed rgb(193, 39, 45);
}

#top_connectSec .inner .txtBox .picSpotBox .imgBox {
    width: 82%;
    margin: auto;
}

#top_connectSec .inner .txtBox .linkBox {
    width: 36%;
}

#top_connectSec .inner .txtBox>* h3 {
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    padding-left: 25%;
    position: relative;
    margin-bottom: 10%;
}

#top_connectSec .inner .txtBox>* h3:before {
    content: "#";
    position: absolute;
    left: 0;
    top: 20%;
    color: #C1272D;
    font-weight: bold;
    font-size: 150%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: italic;
}

#top_connectSec .inner .txtBox>* h3:after {
    position: absolute;
    left: 8%;
    top: 14%;
    color: #C1272D;
    font-weight: 900;
    font-size: 250%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

#top_connectSec .inner .txtBox .followBox h3:after {
    content: "01";
}

#top_connectSec .inner .txtBox .picSpotBox h3:after {
    content: "02";
}

#top_connectSec .inner .txtBox .linkBox h3:after {
    content: "03";
}

#top_connectSec .inner .txtBox .linkBox li {
    border-radius: 50px;
}

#top_connectSec .inner .txtBox .linkBox li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 110%;
    letter-spacing: 10%;
    padding: 4%;
}

#top_connectSec .inner .txtBox .linkBox li.x {
    background-color: #000;
    margin-bottom: 5%;
    background-image: url("../img/brack_arrow.png");
    background-size: 6% auto;
    background-repeat: no-repeat;
    background-position: right 5% center;
}

#top_connectSec .inner .txtBox .linkBox li.instagram {
    background-color: #BB1178;
    background-image: url("../img/pink_arrow.png");
    background-size: 6% auto;
    background-repeat: no-repeat;
    background-position: right 5% center;
}

#top_connectSec .inner .hashTagBox {
    background-color: #C1272D;
    display: flex;
    border-radius: 25px;
}

#top_connectSec .inner .hashTagBox .imgBox {
    width: 30%;
    position: relative;
}

#top_connectSec .inner .hashTagBox .imgBox:after {
    content: "";
    width: 22%;
    height: 25%;
    position: absolute;
    left: 5%;
    bottom: -8%;
    background-image: url("../img/connectSec_pic03_ashirai.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_connectSec .inner .hashTagBox .txtBox02 {
    width: 70%;
    border-radius: 0px 25px 25px 0px;
    display: flex;
    align-items: center;
    padding: 5%;
    justify-content: space-between;
}

#top_connectSec .inner .hashTagBox .txtBox02 .midashiBox {
    width: 42%;
    color: #fff;
}

#top_connectSec .inner .hashTagBox .txtBox02 .midashiBox .midashi01 {
    font-size: 280%;
    text-indent: 8%;
    letter-spacing: 20%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
}

#top_connectSec .inner .hashTagBox .txtBox02 .midashiBox .midashi02 {
    font-size: 120%;
    letter-spacing: 10%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    text-align: center;
}

#top_connectSec .inner .hashTagBox .txtBox02 .linkBox {
    width: 50%;
}

#top_connectSec .inner .hashTagBox .txtBox02 .linkBox li.x {
    margin-bottom: 5%;
}

#top_connectSec .inner .hashTagBox .txtBox02 .linkBox li a {
    background-color: #fff;
    display: block;
    border: 2px solid #000;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 10%;
    padding: 3%;
}

#top_connectSec .inner .hashTagBox .txtBox02 .linkBox li.x a {
    background-image: url("../img/x_icon.png");
    background-size: 6% auto;
    background-repeat: no-repeat;
    background-position: left 10% center;
}

#top_connectSec .inner .hashTagBox .txtBox02 .linkBox li.instagram a {
    background-image: url("../img/insta_icon.png");
    background-size: 6% auto;
    background-repeat: no-repeat;
    background-position: left 10% center;
}

#top_connectSec .scroll_text {
    background-color: #7C0007;
}

@media screen and (max-width: 750px) {
    body {
        font-size: 3.3vw;
        min-width: auto;
    }

    .wrap01 {
        width: 94vw;
    }

    .wrap02 {
        width: 94vw;
    }

    #top_mainVisual {
        padding: 0px 0px 0vw;
    
    }

    #top_mainVisual .inner {
        display: block;
    }

    #top_mainVisual .inner .txtBox {
        width: 100%;
        padding: 10vw 5vw 5vw;
    
    }

    #top_mainVisual .inner .txtBox .ttl {
        width: 55%;
        margin-bottom: 12vw;
    }

    #top_linkSec .inner01 {
        display: block;
    }

    #top_linkSec .inner01>* {
        width: 100%;
    }

    #top_linkSec .inner02>* {
        width: 50%;
    }

    #footer .ft_sns>* a {
        padding: 7.8vw;
    }

    #footer .ft_sns>* img {
        width: 100%;
    }

    #footer .ft_sns .youtubeBox a {
        padding-top: 8.2vw;
    }

    #footer .ft_sns .facebookBox a {
        padding: 7.5vw 8.8vw 6vw;
    }

    #footer .ft_sns .facebookBox img {
        width: 100%;
    }

    #footer .ft_sns {
        margin-bottom: 40vw;
    }

    #footer .ft_chat {
        width: 80%;
        margin-bottom: 20vw;
    }

    #footer .ft_copyright {
        width: 100%;
        display: block;
    }

    #footer .ft_copyright .logo {
        width: 30vw;
        margin: auto;
        margin-bottom: 5vw;
    }

    #footer .ft_copyright .copyright {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 3vw;
    }

    #footer .otherLinkBox {
        width: 94%;
        margin: auto auto 10vw;
    }

    #footer {
        background-image: url("../img/ft_bg_sp.jpg");
    }

    #footer .ft_line .line01 {
        height: 8vw;
    }

    #footer .ft_line .line02 {
        top: 10vw;
        height: 2.8vw;
    }

    #footer .ft_line .line03 {
        top: 15vw;
        height: 2.8vw;
    }

    #footer .ft_line .line04 {
        top: 20vw;
        height: 2.0vw;
    }

    #footer .ft_line .line05 {
        top: 25vw;
        height: 1.5vw;
    }

    #top_youtubeSec {
        padding: 15vw 0 20vw;
    }

    #top_youtubeSec .wrap01 {
        width: 100%;
    }

    #top_youtubeSec .inner {
        background: none;
        padding: 0;
        height: auto;
    }

    #top_youtubeSec .inner .ttlBox {
        width: 65vw;
        margin: auto auto 2vw;
    }

    #top_youtubeSec .inner .pcBox {
        width: 100vw;
        margin-bottom: 10vw;
    }

    #top_youtubeSec .inner .linkBox {
        width: 80vw;
    }

    #top_youtubeSec .inner .linkBox a {
        font-size: 3.4vw;
    }

    #top_connectSec .inner .hashTagBox {
        display: block;
        padding: 10vw 4vw;
        border-radius: 5vw;
        position: relative;
    }

    #top_connectSec .inner .hashTagBox:before {
        content: "";
        width: 21vw;
        height: 16vw;
        position: absolute;
        left: 5%;
        bottom: auto;
        top: -6.5vw;
        background-image: url("../img/connectSec_pic03_ashirai.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #top_connectSec .inner .hashTagBox .txtBox02 {
        width: 100%;
        display: block;
        border-radius: 0px;
    }

    #top_connectSec .inner .hashTagBox .txtBox02 .midashiBox {
        width: 100%;
        margin-bottom: 10vw;
    }

    #top_connectSec .inner .hashTagBox .txtBox02 .midashiBox .midashi01 {
        font-size: 9vw;
        text-indent: 9vw;
    }

    #top_connectSec .inner .hashTagBox .txtBox02 .midashiBox .midashi02 {
        font-size: 4vw;
        text-indent: 0vw;
        letter-spacing: 0.5vw;
    }

    #top_connectSec .inner .hashTagBox .txtBox02 .linkBox {
        width: 100%;
    }

    #top_connectSec .inner .txtBox {
        display: block;
        border-radius: 5vw;
        margin-bottom: 20vw;
        position: relative;
    }

    #top_connectSec .inner .txtBox .followBox {
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed rgb(193, 39, 45);
        padding: 10vw 5vw 5vw;
    }

    #top_connectSec .inner .txtBox>* h3 {
        font-size: 4vw;
        letter-spacing: 0.5vw;
        padding-left: 20vw;
        margin-bottom: 8vw;
    }

    #top_connectSec .inner .txtBox>* h3:before {
        font-size: 5vw;
    }

    #top_connectSec .inner .txtBox>* h3:after {
        font-size: 12vw;
        left: 5vw;
        top: 1vw;
    }

    #top_connectSec .inner .txtBox .followBox .iconBox {
        padding-left: 0;
        padding: 0 5vw;
    }

    #top_connectSec .inner .txtBox .followBox .iconBox .iconCell {
        width: 35vw;
    }

    #top_connectSec .inner .txtBox .followBox .iconBox .iconCell img {
        width: 40%;
    }

    #top_connectSec .inner .txtBox .followBox .iconBox .iconCell span {
        font-size: 2.4vw;
    }

    #top_connectSec .inner .txtBox .picSpotBox {
        width: 100%;
        padding: 5vw 5vw;
        border-right: 0;
        border-bottom: 1px dashed rgb(193, 39, 45);
    }

    #top_connectSec .inner .txtBox .linkBox {
        width: 100%;
        padding: 5vw 5vw;
    }

    #top_connectSec .inner .ttlBox .fukidashi {
        width: 52%;
        top: -8vw;
    }

    #top_connectSec .inner .ttlBox {
        padding-top: 15vw;
        padding-bottom: 10vw;
    }

    #top_connectSec .inner .ttlBox .ttl {
        width: 92%;
        margin: auto;
        margin-bottom: 5vw;
    }

    #top_connectSec .inner .ttlBox .ttl_sub {
        position: relative;
        left: 0;
        text-align: center;
        font-size: 4vw;
    }

    #top_connectSec .inner .ttlBox:after {
        right: 0%;
        top: 12vw;
        width: 30%;
        height: 24vw;
        background-image: url("../img/connectSec_pic01_ashirai_sp.png");
    }

    #top_connectSec .inner {
        background-image: url("../img/top_connectSec_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: initial;
    }

    #top_aboutSec {
        padding: 10vw 0 68vw;

    }

    #top_aboutSec .ttlBox {
        padding: 0;
        margin-bottom: 5vw;
    }

    #top_aboutSec .ttlBox h2 {
        font-size: 8vw;
        text-align: center;
    }

    #top_aboutSec .inner {
        display: block;
    }

    #top_aboutSec .wrap01 {
        width: 100%;
    }

    #top_aboutSec .inner .cellBox {
        width: 100%;
    }

    #top_aboutSec .inner .cellBox .en {
        width: 9%;
        font-size: 4.2vw;
    }

    #top_aboutSec .inner .cellBox .txtBox {
        border-radius: 5vw 0px 0px 5vw;
        padding: 8% 12% 8% 8%;
    }

    #top_aboutSec .inner .cellBox .txtBox h3 {
        font-size: 6vw;
        margin-bottom: 5vw;
    }

    #top_aboutSec .inner .cellBox .txtBox .date {
        font-size: 9vw;
        line-height: 10vw;
    }

    #top_aboutSec .inner .cellBox .venueBox h4 {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    #top_aboutSec .inner .cellBox .venueBox p {
        font-size: 4.2vw;
    }

    #top_aboutSec .inner .cellBox .venueBox {
        margin-bottom: 8vw;
    }

    #top_aboutSec .inner .cellBox .linkBox a {
        font-size: 4.5vw;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .txtBox {
        border-radius: 5vw 0px 0px 5vw;
        padding: 8% 12% 8% 8%;
        width: 90%;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .en {
        width: 9%;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .inner {
        display: block;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .inner .leftBox {
        width: 100%;
        margin-bottom: 5vw;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .inner .leftBox .gakubu {
        font-size: 3.6vw;
        margin-bottom: 5vw;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .inner .rightBox {
        width: 100%;
    }

    #top_aboutSec .inner .cellBox.targetFaculty .linkBox .attention {
        margin-top: 10%;
    }

    #top_aboutSec .top_aboutSec_bg {
        background-attachment: initial;
        border-radius: 10vw 0vw 0px 0vw;
        height: 80vw;
        background-size: cover;
    }
    
    #top_linkSec .inner02 {
        flex-wrap: wrap ;
    }
    
    #top_mainVisual .inner .txtBox .accessBox {
        border-top: 0;
        text-align: left;
        position: absolute;
        left: 5%;
        top: 65vw;
        font-size: 3.5vw;
        bottom: auto;
        background-position: left center;
        background-size: 3.5vw;
        padding-left: 5vw;
    }
    
    #top_mainVisual .inner .visualBox {
        width: 100%;
        height: 100vw;
    }
    
    #top_mainVisual .inner .visualBox .parentBox {
        display: block ;
    }
    
    #top_mainVisual .inner .visualBox .parentBox .ttl {
        width: 40vw;
        border-radius: 0vw 10vw 0px 0vw;
        text-align: left ;
        padding-left: 5vw;
        font-size: 3.0vw;
    }
    
    #top_mainVisual .inner .visualBox .parentBox .linkBox {
        width: 100%;
        border-radius: 0vw 10vw 0px 0vw;
        text-align: left ;
    }
    
    #top_mainVisual .inner .visualBox .parentBox .linkBox a {
        padding: 2.8vw 5vw;
        font-size: 3.2vw;
    }
    
    #top_mainVisual .inner .visualBox .campaignBox {
        width: 30vw;
    }

}