@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*--京base.css--*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #222;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    line-height: 1.0;
}

button,
input[type="search"],
input[type="text"],
select,
input[type="email"],
input[type="submit"] {
    font-family: 'Noto Sans JP', sans-serif;
}

img {
    vertical-align: bottom;
}

#container {
    width: 100%;
    position: relative;
}

/*----------header----------*/
header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.99);
    transition: .5s all ease;
}

header>.box_inner {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    width: auto;
    height: 6.5rem;
    margin: 0 0 0 5rem;
    padding: 0;
    transition: .3s all ease;
    position: relative;
}

header>.box_inner>.logo_site_title {
    margin: auto auto auto 0;
}

header>.box_inner>.logo_site_title a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-decoration: none;
    color: #222;
    transition: .3s all ease;
}

header>.box_inner>.logo_site_title a:hover {
    opacity: 0.9;
}

header>.box_inner>.logo_site_title a img {
    max-width: 100%;
    height: auto;
}

header>.box_inner>.logo_site_title a .site_logo {
    display: block;
    width: 3.75rem;
    margin-right: 1rem;
    transition: .3s all ease;
}

header>.box_inner>.logo_site_title a .site_title {
    display: block;
    width: 10.5rem;
    transition: .3s all ease;
}


header>.box_inner .navs {
    box-sizing: border-box;
    position: relative;
}

header>.box_inner .navs .sub_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    transition: .3s all ease;
}

header>.box_inner .navs .sub_nav>ul {
    display: flex;
    margin: 0 0.2rem 0 0;
}

header>.box_inner .navs .sub_nav>ul li {
    padding: 0;
}

header>.box_inner .navs .sub_nav>ul li a {
    display: block;
    padding: 0 1.3rem 0 2.6rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.9rem;
    color: #262658;
    text-decoration: none;
    background: #ebf2fa;
    position: relative;
    white-space: nowrap;
}

header>.box_inner .navs .sub_nav>ul li a:hover{
    text-decoration: underline;
}

header>.box_inner .navs .sub_nav>ul li.sn_news a::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../shared/icon_bell_h.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.3rem;
    top: calc(50% - 0.5rem);
}

header>.box_inner .navs .sub_nav>ul li.sn_event a::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../shared/icon_calender_h.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.3rem;
    top: calc(50% - 0.5rem);
}

header>.box_inner .navs .sub_nav>ul li.sn_access a::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../shared/icon_access_h.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.3rem;
    top: calc(50% - 0.5rem);
}

.site_search_inner {
    z-index: 1;
}

.site_search_inner.active {
    display: block;
}

.site_search_inner .input_submit_box {
    display: flex;
}

.site_search_inner .input_submit_box .input_box {}

.site_search_inner .input_submit_box .input_box input[type="search"] {
    box-sizing: border-box;
    border: none;
    background: #f5f5f5;
    padding: 0.4rem 0.5rem 0.5rem;
    width: 15.625rem;
    height: 2.5rem;
    outline: none;
}

.site_search_inner .input_submit_box .submit_box {}

.site_search_inner .input_submit_box .submit_box input[type="submit"] {
    box-sizing: border-box;
    height: 100%;
    padding: 0 1.25em 0.1em;
    font-size: 0.96em;
    height: 2.5rem;
    background: #2a275e;
    color: #fff;
    transition: .3s all ease;
}


header>.box_inner .navs .global_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.5rem;
    margin-right: 3rem;
    position: relative;
    transition: .3s all ease;
}

header>.box_inner .navs .global_nav>ul {
    display: flex;
    margin: 0;
    gap: 1.5rem;
}


header>.box_inner .navs .global_nav>ul li:last-child {
    margin-right: 0;
}

header>.box_inner .navs .global_nav>ul>li {
    position: relative;
}

header>.box_inner .navs .global_nav>ul>li>a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #262658;
    font-size: 1rem;
    transition: .3s all ease;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    white-space: nowrap;
    position: relative;
}

    header > .box_inner .global_nav>ul>li>a::before{
        content:"";
        display:block;
        width:100%;
        height:4px;
        position:absolute;
        bottom:0;
        left:0;
        background:#0168b5;
        transform:scaleX(0);
        opacity:0;
        transition:.3s all ease;
    }

    header > .box_inner .global_nav>ul>li>a:hover::before{
        opacity:1;
        transform:scaleX(1);
    }

    header > .box_inner .global_nav>ul>li.active>a::before{
        opacity:1;
        transform:scaleX(1);
    }

header>.box_inner .navs .global_nav>ul>li.gn_about>a,
header>.box_inner .navs .global_nav>ul>li.gn_course>a,
header>.box_inner .navs .global_nav>ul>li.gn_admission>a {
    padding: 0.5rem 1.5rem 1rem 0.5rem;
}

header>.box_inner .navs .global_nav>ul>li.gn_about>a::after,
header>.box_inner .navs .global_nav>ul>li.gn_course>a::after,
header>.box_inner .navs .global_nav>ul>li.gn_admission>a::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(../shared/icon_arrow_under.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.5rem;
    right: 0.4rem;
}

header>.box_inner .navs .global_nav>ul>li>a .lbl_ja {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

header>.box_inner .navs .global_nav>ul>li>a .lbl_en {
    font-size: 0.7rem;
    color: #066fc1;
    margin:0 auto;
}

header>.box_inner .navs .global_nav>ul>li>a:hover {
    filter: brightness(1.1);
}

header>.box_inner .navs .global_nav>ul>li.active>a {
    font-weight: 500;
}


.gn_course>.gn_sub_nav {
    left: calc(50% - 140px) !important;
    width: 280px !important;
}

header>.box_inner .navs .global_nav>ul>li>.gn_sub_nav {
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: calc(50% - 100px);
    width: 200px;
    height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    transform: translateY(-1rem);
    transition: .2s all ease;
}

.gn_sub_nav>ul {
    padding: 0.25rem;
}

header>.box_inner .navs .global_nav>ul>li:hover>.gn_sub_nav {
    height: auto;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translateY(0);
}

.gn_sub_nav>ul>li>a {
    text-decoration: none;
    display: block;
    color: #111;
    font-size: 0.94rem;
    line-height: 1.4;
    padding: 0.7em 0.7em;
    position: relative;
    z-index: 0;
}

.gn_sub_nav>ul>li>a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(216, 10, 56, 0.05);
    transition: .3s all ease;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left bottom;
}

.gn_sub_nav>ul>li>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 0.7em;
    right: 0.8em;
    display: inline-block;
    color: #bbb;
    transition: .3s all ease;
}

.gn_sub_nav>ul>li>a:hover:after {
    color: #d7092f;
    transform: translateX(0.25rem);
}

header>.box_inner .recruit_btn {
    width: 7.5rem;
    height: 6.5rem;
}

header>.box_inner .recruit_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    background: #0d6799;
    text-decoration: none;
    transition: .3s all ease;
}

header>.box_inner .recruit_btn a:hover {
    filter: brightness(1.1);
}

header>.box_inner .recruit_btn a::before {
    content: "";
    background: url(../shared/h_recruit.png) no-repeat;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 1rem;
}

header>.box_inner .recruit_btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 600;
    background: #0d6799;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: .3s all ease;
}

header>.box_inner .recruit_btn button:hover {
    filter: brightness(1.1);
}

header>.box_inner .recruit_btn button img {
    width: 1.875rem;
    height: auto;
}

header>.box_inner .recruit_btn button .lbl {
    margin-top: 0.7rem;
}


/*small_header*/
.small_header header {
    box-shadow: 0 5px 10px -10px rgb(0 0 0 / 40%)
        /*, 0 1px 0 0 #dcdcdc*/
    ;
}

/*----------contents----------*/
.contents {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    margin-top: 6.5rem;
}


/*-----footer-----*/
footer {
    position: relative;
    z-index: 1;
    padding: 0;
    background: #ebebeb;
    overflow: hidden;
}

footer::before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 2.5rem;
    height: 100%;
    background-color: #3853aa;
}

footer .box_header {
    width: 73.75rem;
    margin: 0 auto;
    padding: 2.25rem 0;
    border-bottom: 2px solid #c8c8c8;
}

footer .box_header .sns_link_list {
    display: flex;
    justify-content: center;
}

footer .box_header .sns_link_list dl {
    display: flex;
    align-items: center;
    width: 17.875rem;
    padding: 0 2.25rem;
    border-right: 2px solid #c4c4c4;
}

footer .box_header .sns_link_list dl.porsche {
    width: 20.875rem;
}

footer .box_header .sns_link_list dl:last-child {
    border-right: none;
}

footer .box_header .sns_link_list dl dt {
    width: 11rem;
    margin-right: auto;
}

footer .box_header .sns_link_list dl dd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

footer .box_header .sns_link_list dl dd .sns_link {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: #fff;
    border-radius: 50%;
    transition: .5s all ease;
}

footer .box_header .sns_link_list dl dd .sns_link:hover {
    /*background: rgba(0, 0, 0, 0.1);*/
    background: rgba(13, 103, 153, 0.2);
    filter: brightness(1.1);
}

footer .box_header .sns_link_list dl dd .sns_link a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
}

footer .box_header .sns_link_list dl dd .sns_link a img {
    max-width: 100%;
    height: auto;
}

footer > .box_inner {
    padding: 4.5rem 9rem;
    display: flex;
    justify-content: space-between;
}

    .f_logo_site_title{}

    .f_logo_site_title a {
        display: flex;
        gap: 1.5rem;
        margin-bottom: 1.3rem;
    }

        .f_logo_site_title a img{
            max-width: 100%;
            height: auto;
        }

        footer .box_inner .f_site_logo {
            width: 7rem;
        }

        footer .box_inner .f_site_title {
            width: 9rem;
        }

    footer > .box_inner .f_navs{
        display: flex;
        gap: 0 5vw;
        line-height: 1.4;
        font-size: 0.94em;
        padding-left: 3vw;
    }

        footer > .box_inner .f_navs a{
            color: #222;
            text-decoration: none;
        }

        footer > .box_inner .f_navs a:hover{
            text-decoration: underline;
        }

        footer > .box_inner .f_navs > ul > li{
            margin-bottom: 1.3em;
        }

        footer > .box_inner .f_navs > ul > li:last-child{
            margin-bottom: 0;
        }

            footer > .box_inner .f_navs > ul > li > a{
                font-weight: 500;
            }

        footer > .box_inner .f_navs ul ul{
            font-size: 0.9em;
            margin: 0.5em 0 0 0;
        }

            footer > .box_inner .f_navs ul ul li{
                margin-bottom: 0.3em;
                position: relative;
                padding-left: 1em;
            }

            footer > .box_inner .f_navs ul ul li:last-child{
                margin-bottom: 0;
            }

                footer > .box_inner .f_navs ul ul li::before{
                    content: "-";
                    position: absolute;
                    top: 0;
                    left: 0;
                }

footer > .box_footer {
    padding: 0 9rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
}

    footer > .box_footer .f_navs {
        display: flex;
    }

    footer > .box_footer .f_navs a {
        text-decoration: none;
        color: #4d4d4d;
    }
    footer > .box_footer  .f_navs li:hover {
        border-bottom: 1px solid #4d4d4d;
    }


    footer .box_footer .copyright {
        font-size: 0.9rem;
        color: #4d4d4d;
    }

.f_access {
    line-height: 1.7;
}


/*-----nav_oc-----*/
.nav_oc {
    /*display: block;*/
    display: none;
    /*PCでは表示しない*/
    background: #3853aa;
    width: 6.5rem;
    height: 6.5rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    transition: .3s all ease;
}

.menu-trigger {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s all ease;
}

.menu-trigger:hover {
    /*background: rgba(255,255,255,0.1);*/
}

.menu-trigger .lines {
    position: relative;
    display: block;
    width: 1.85rem;
    height: 1.5rem;
    transition: .3s all ease;
}

.menu-trigger .lines span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    width: 1.85rem;
    left: 0;
    height: 2px;
}

.menu-trigger .lines span:nth-of-type(1) {
    top: 0;
}

.menu-trigger .lines span:nth-of-type(2) {
    top: calc(50% - 1px);
}

.menu-trigger .lines span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active .lines span {
    background-color: #fff;
}

.menu-trigger.active .lines span:nth-of-type(1) {
    transform: translateY(0.55rem) rotate(-315deg);
}

.menu-trigger.active .lines span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active .lines span:nth-of-type(3) {
    transform: translateY(-0.8rem) rotate(315deg);
}

.menu-trigger .lbl {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
}

/*-----side_nav-----*/
.side_nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    width: 26.25rem;
    height: 100%;
    transition: .3s all ease;
    background: rgba(255, 255, 255, 0);
    align-items: flex-start;
    justify-content: center;
    padding-top: 1vh;
}

.side_nav.active {
    z-index: 10;
    opacity: 1;
    background: #f9f9f9;
    box-shadow: -10px 0 20px -20px rgba(0, 0, 0, 0.5);
    overflow: auto;
}


.side_nav .site_search {
    display: none;
}

.sitesearch_sp{
    padding: 6.875rem 0 0 0;
}

.input_submit_box {
    display: flex;
    justify-content: center;
}

.input_submit_box .input_box {}

.input_submit_box .input_box input[type="search"] {
    box-sizing: border-box;
    border: none;
    background: #fff;
    padding: 0.4rem 0.5rem 0.5rem;
    width: 15.625rem;
    height: 2.5rem;
    outline: none;
}

.input_submit_box .submit_box {}

.input_submit_box .submit_box input[type="submit"] {
    box-sizing: border-box;
    height: 100%;
    padding: 0 1.25em 0.1em;
    font-size: 0.96em;
    height: 2.5rem;
    background: #2a275e;
    color: #fff;
    transition: .3s all ease;
}



.side_nav .side_global_nav {
    box-sizing: border-box;
    width: 100%;
    padding: 2rem 0 0 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
}

.side_nav .side_global_nav>ul {
    width: 70%;
}

.side_nav .side_global_nav>ul>li {
    position: relative;
    margin-bottom: 1em;
}

.side_nav .side_global_nav>ul>li>a {
    display: block;
    font-size: 1.15em;
    padding: 0.4em 0 0.5em 0;
    color: #222;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: .3s all ease;
}

.side_nav .side_global_nav>ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    border-bottom: 3px solid #004eaa;
    transition: .3s all ease;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left bottom;
}

.side_nav .side_global_nav>ul>li>a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}



/*ページトップ*/
.pagetop {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 90px;
    right: 60px;
    z-index: 10;
    transform: translateY(100px);
    transition: .3s all ease;
    opacity: 0;
}

.pagetop.show {
    transform: translateY(0);
    opacity: 1;
}

.pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all ease;
    width: 100%;
    height: 100%;
    text-decoration: none;
    /*background: rgba(34, 34, 34, 0.99);*/
    background: #405caf;
}

.pagetop a:hover {
    filter: brightness(1.1);
}

.pagetop a:before {
    font-family: FontAwesome;
    content: "\f106";
    color: #fff;
    font-size: 2.4rem;
    display: inline-block;
}


/*ヘッダ固定によるアンカーずれ対応*/
*[id^="anc_"] {
    padding-top: 150px;
    margin-top: -150px;
}


/*改行のPC,SPでの表示切替*/
br.pc,
img.pc,
span.pc {
    display: inline;
}

br.sp,
img.sp,
span.sp {
    display: none;
}

.ta_center {
    text-align: center;
}

.ta_left {
    text-align: left;
}

.ta_right {
    text-align: right;
}

/*WP汎用*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.wp-caption,
[class*='wp-image'] {
    display: block;
    max-width: 100% !important;
    /*margin-top: 1.5em;*/
    text-align: center;
}

.wp-caption-text {
    margin-top: 0;
}

/*1300px以下*/
@media screen and (min-width:1px) and (max-width:1300px) {
    footer > .box_inner,
    footer > .box_footer{
        padding-left: 7vw;
        padding-right: 5vw;
    }
}

/*1200px以下*/
@media screen and (min-width:1px) and (max-width:1200px) {
    header>.box_inner{
        margin: 0 0 0 3rem;
    }

    header>.box_inner>.logo_site_title a .site_logo{
        width: 3.375rem;
    }

    header>.box_inner>.logo_site_title a .site_title{
        width: 9.45rem;
    }

}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {
    html {
        font-size: 1.8vw;
    }

    header>.box_inner {
        margin: 0 0 0 2.125rem;
    }

    header>.box_inner .navs {
        display: none;
    }

    .nav_oc {
        display: block;
    }

    .menu-trigger .lbl {
        margin-top: 0.5rem;
    }

}

/* ##########印刷用########## */
@media print {
    header {
        position: relative;
    }

    .pagetop {
        display: none;
    }

}