/*graduate.css*/

/*----------------------------------
Header
----------------------------------*/

.h_logo {
    width: 21%;
    max-width: 306px;
}

.h_top {
    padding-left: 21%;
}

.main_navi ul.page_navi {
    height: 65px;
}

.main_navi ul.page_navi > li > a {
    height: 100%;
    padding: 10px 0 10px 0;
}

.main_navi ul.page_navi > li > a > span {
    display: flex;
    align-items: center;
}

#menuButton {
    background-color: #00306C;
}

.adnavi_logo {
    width: 304px;
}

.menu-container > .menu.add_navi > div.show-on-mobile {
    background-color: #00306C;
}

.modalCloseButton {
    background-color: #00306C;
}

.searchCont .att_tit:before {
    background-color: #00306C;
}



@media screen and (min-width: 768px) {
    .h_top_bt {
        display: block;
    }
    #menuButton {
        height: 109px;
    }
    .main_navi {
        display: block;
    }
    .h_top_links {
        height: 44px;
    }
    
}



@media screen and (min-width:768px) and (max-width:1230px) {
    .main_navi ul.page_navi > li > a > span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.4rem;
    }
}


@media screen and (min-width:768px) and (max-width:1190px) {
    .h_top_link a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .h_top_link a span {
        font-size: 1.1rem;
        line-height: 1.4;
        display: block;
        text-align: center;
    }
    .h_top_link a img {
        margin: 3px auto 2px;
    }
    .h_top_link button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .h_top_link button span {
        font-size: 1.1rem;
        display: block;
        text-align: center;
    }
    .h_top_link button img {
        margin: 0 auto 2px;
    }
    .h_top_link.h_search button img {
        margin: 2px auto 0;
    }
    .h_top_link.h_search button span {
        line-height: 1.18;
        padding-top: 2px;
    }
    .h_top_bt > a {
        font-size: 1.2rem;
        padding: 0 6px 0 6px;
    }
    .h_logo {
        width: 15%;
    }
    .scroll .h_top {
        padding-left: 15%;
    }
    .main_navi {
        padding-left: 0;
    }
/*
    .main_navi ul.page_navi > li > a > span {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.4rem;
    }
*/
    
}

@media screen and (min-width:768px) and (max-width:900px) {
    .h_top_link a span {
        display: none;
    }
    .h_top_link button span {
        display: none;
    }
    .h_logo {
        top: 25%;
    }
    .main_navi ul.page_navi > li > a > span {
        font-size: 1.4rem;
        padding-left: 7px;
        padding-right: 7px;
    }
    
}

@media screen and (min-width:768px) and (max-width:860px) {
    .main_navi ul.page_navi > li > a > span {
        font-size: 1.2rem;
    }
}

/*----------------------------------
Common
----------------------------------*/

.inner {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
}

.inner_thin {
    width: 1140px;
}

.gr_detail .inner {
    width: 1110px;
}

.gr_detail .bread .inner {
    width: 1360px;
}

main {
    margin-top: 109px;
}

main.gradTop {
    padding-bottom: 110px;
}

/*----------------------------------
topMain
----------------------------------*/

.topMain {
    width: 100%;
    height:auto;
    max-height: 100%;
    padding-bottom: 64px;
}

.topMain .inner {
    padding-left: 39px;
    padding-right: 39px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.topMainImgWrap img {
    display: block;
    object-fit: cover;
}

.topMainImgWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 56.25vw;
    max-height: 100vh;
    max-height: 495px;
}

.topMainImgWrap img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.topMainImgWrap img.sp {
    display: none;
}

.topMain .mainTit {
    position: absolute;
    left: 70px;
    bottom: -64px;
}

.topMain .mainTit p:first-child {
    width: fit-content;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    text-align: center;
    padding: 10px 20px 10px;
    background-color: #fff;
}

.topMain .mainTit p:nth-child(2) {
    width: fit-content;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.6;
    text-align: center;
    padding: 10px 20px 10px;
    color: #fff;
    background-color: #00306C;
}

/*----------------------------------
topMsg01
----------------------------------*/

.topMsg01 {
    padding-top: 180px;
    padding-bottom: 305px;
}

.topMsg01 p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
}

/*----------------------------------
topMsg02
----------------------------------*/

.topMsg02 {
    width: 100%;
    height: 1376px;
    background: url(/img/graduate/top/top_msg_bk.jpg);
    background-size: cover;
    background-position: center;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.topMsg02 .inner {
    height: 100%;
    position: relative;
}

.topMsg02 .msg02 {
    font-size: 3.6rem;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 330px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-shadow: #707070 1px 1px 3px;
}

.topInfoBox {
    width: 1070px;
    max-width: 100%;
    background-color: #fff;
    padding: 60px 0 60px 0;
    border: 1px solid #212121;
    position: absolute;
    top: -225px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

.topInfoBox .tit {
    width: 100%;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

.topInfoBox .tit span {
    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 10px;
}

.topInfoBox .tit span:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00306C;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.topInfoBox .topInfoBoxText {
    text-align: center;
}

.topInfoBox .topInfoBoxText p {
    font-size: 2.2rem;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
}

.topInfoBox .topInfoBoxText p span.red {
    font-size: 1.8rem;
    font-weight: 600;
    color: #CC3E3A;
}

.topInfoBox .btn_gr01 {
    margin: 40px auto 0;
}


/*----------------------------------
topCrs
----------------------------------*/

.topCrsWrap {
    padding-top: 120px;
    padding-bottom: 70px;
}

.topCrs {
    position: relative;
    margin-bottom: 10px;
}

.topCrsImg {
    margin-left: 220px;
}



@media screen and (min-width:768px) {
    .topCrsImg > img {
        min-height: 320px;
        object-fit: cover;
    }
    .topCrsCont {
        background-color: rgba(255,255,255,0.8);
        padding: 50px 50px 50px 50px;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        min-width: 520px;
    }
}

.topCrsCont h2 {
    position: relative;
    font-size: 3.6rem;
    line-height: 1.6;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 10px;
}

.topCrsCont h2:before {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #00306C;
    position: absolute;
    top: 0;
    left: 0;
}

.topCrsCont .btn01 {
    padding: 8px 48px 8px 20px;
    margin: 20px 0 0 auto;
}

.topCrsCont .btn01 span {
    font-size: 1.3rem;
}

/*----------------------------------
TopLinkBts
----------------------------------*/

.TopLinkBtsWrap {
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: #00306C;
}

ul.TopLinkBts {
    display: flex;
    justify-content: space-between;
}

ul.TopLinkBts li {
    width: 49%;
}

ul.TopLinkBts li > a {
    width: 100%;
    height: 180px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 100px 0 50px;
    position: relative;
}

ul.TopLinkBts li > a > span {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.6;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
}

ul.TopLinkBts li > a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(/img/common/ar_mid.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*----------------------------------
Top News
----------------------------------*/

.topNewsWrap {
    padding-top: 110px;
    padding-bottom: 120px;
    margin: 0;
}

/*----------------------------------
大学院概要・教育情報
----------------------------------*/

.graduateTopOl {
    width: 100vw;
    height: 360px;
    background: url(/img/graduate/top/graduate_top_bk.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.graduateTopOl:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.graduateTopOl .inner {
    height: 100%;
    position: relative;
}

.graduateTopOl .inner .btn_gr01 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.btn_gr01 {
    display: flex;
    align-items: center;
    width: 336px;
    height: 80px;
    background-color: #00306C;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0 60px 0 20px;
    position: relative;
}

.btn_gr01::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/img/graduate/top/btn_gr_ar.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.3s;
}

.topNewsWrap > .inner:before {
    background-color: #e4e4e4;
    background-image:none;
}

/*----------------------------------
Existing
----------------------------------*/

/*----------------------------------
summaryx01 setting
-----------------------------------*/

.summaryx01 {
    width: 100%;
    margin: 0 auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.summaryx01 .tit {
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.summaryx01 .tit p {
    font-size: 33px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 3px solid #000000;
}

.summaryx01 .tit.catxc01 p {
    border-bottom: 3px solid #82af05;
}

.summaryx01 .tit.catxc02 p {
    border-bottom: 3px solid #257af4;
}

.summaryx01 .tit.catxc03 p {
    border-bottom: 3px solid #ea5514;
}

.summaryx01 .imgbox {
    width: 50%;
    margin: 0 auto 0 auto;
    position: relative;
}

.summaryx01 .imgbox .img {
    width: 92%;
    }

.summaryx01 .imgbox .img a {
    display: block;
    cursor: pointer;
}

.summaryx01 .imgbox .img a:hover {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    opacity: 0.7;
}

.summaryx01 .imgbox .txt {
    width: auto;
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 17px;
    color: #ffffff;
    padding: 8px 20px 8px 20px;
    min-width: 200px;
    background: #000000;
    z-index: 2;
}

.summaryx01 .imgbox .txt.catxc01 {
    background: #82af05;
}

.summaryx01 .imgbox .txt.catxc02 {
    background: #257af4;
    }

.summaryx01 .imgbox .txt.catxc03 {
    background: #ea5514;
}

.summaryx01 .txtbox {
    width: 50%;
    margin: 0 auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.summaryx01 .txt {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}

.summaryx01 .linkmenu {
    width: 100%;
    margin: 30px 0 0 0;
}

.summaryx01 .linkmenu ul {
    width: 60.5%;
}

.summaryx01 .linkmenu ul .btn {
    margin: 0 0 20px 0;
}

.summaryx01 .linkmenu ul .btn:last-child {
    margin-bottom: 0;
}


/*===================sp=*/

@media screen and (max-width: 768px) {
    .summaryx01 {
        width: 100%;
        margin-top: 30px;
    }
    .summaryx01 .tit {
        margin-bottom: 30px;
    }
    .summaryx01 .tit p {
        font-size: 1.4rem;
    }
    .summaryx01 .imgbox {
        width: 100%;
    }
    .summaryx01 .imgbox .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .summaryx01 .imgbox .txt {
        min-width: 30%;
        font-size: 1.5rem;
        padding: 3px 5% 3px 5%;
        top: -3%;
        left: -2%;
    }
    .summaryx01 .txtbox {
        width: 100%;
    }
    .summaryx01 .txtbox .txt {
        font-size: 1.5rem;
    }
    .summaryx01 .linkmenu ul {
        width: 100%;
    }
    .summaryx01 .linkmenu ul .btn {
        width: 100%;
        max-width: 100%;
    }
    .summaryx01 .linkmenu ul .btn a {
        text-align: center;
    }

}


/*------- itemx06 setting -------*/
.itemx06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.itemx06 li {
    position: relative;
    margin: 20px 0 20px 0;
    padding: 0 0 0 0;
    background: #e5eef6;
}

.itemx06 li a {
    width: 100%;
    display: block;
}

.itemx06 li:hover a {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    opacity: 0.7;
}

.itemx06 li .imgbox {
    width: 100%;
    padding-bottom: 63%;
    line-height: 0;
    background: #1d2088;
    margin: 0 auto 0 auto;
    position: relative;
}

.itemx06 li .hl {
    width: 85%;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 15px auto 0 auto;
    padding: 0 5% 0 0;
    background: url(/WSR/arrow/04_r.png) no-repeat;
    background-position: right 8px;
    background-size: 10px auto;
}

.itemx06 li .hl.noarrow {
    background : none !important;
}

.itemx06 li .txtbox {
    width: 90%;
    font-size: 15px;
    text-align: left;
    margin: 10px auto 15px auto;
}

.itemx06 li a {
    text-decoration: none;
    color: #212121;
    }

/*===================sp=*/

@media screen and (max-width: 768px) {
    .c_page .itemx06 li {
        margin: 10px auto 10px auto;
        width: 100%;
    }
    .c_page .itemx06 li:first-child {
        padding-top: 0;
    }
    .c_page .itemx06 li:last-child {
        padding-bottom: 0;
    }
    .c_page .itemx06 li .imgbox {
        width: 90%;
        margin: 20px 5% 0 5%;
        padding-bottom: 53%;
    }
    .c_page .itemx06 li .hl {
        font-size: 1.4rem;
        background-position: right 3px;
    }
    .c_page .itemx06 li .txtbox {
        font-size: 1.3rem;
    }
    .c_page .itemx06.spcol2 {
        justify-content : space-between;
    }
    .c_page .itemx06.spcol2 li {
        margin: 10px 0;
        width: calc(50% - 10px);
    }

}
/*====================*/

.hl h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
    padding: 7px 15px 7px 15px;
    background-color: #ECF4FC;
    border: 1px solid #C8DEF4;
    margin-top: 50px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .hl h3 {
        font-size: 1.7rem;
        padding: 8px 10px 8px 10px;
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

.fs_m,
.fs_m .fs_l {
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 600;
}


