@charset "shift-jis";
main *,
main *::before,
main *::after{ box-sizing: border-box;}
html {
    color: #333; }
body{
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
    font-weight: 300;
}
.page{ overflow: hidden;}

a {
    color: #00388C; }
a[href^="tel:"] {
    pointer-events: none; }

p { margin-bottom: 1em;line-height: 1.7;font-size: 16px; text-align: left;}

img {
    max-width: 100%;
    height: auto; }

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb80{ margin-bottom: 80px !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}

.txt_s{ font-size: .85em;}
.txt_l{ font-size: 1.3em;}

.txt_orange{ color: #EE764E;}
.txt_fanvy{ color: #1c236d;}

section h2{
    font-size: 30px;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2:not(.bd_none)::after{
    content: "";
    display: block;
    border-bottom: 3px solid #2C4198;
    width: 115px;
    margin: 20px auto 55px;
}
section h3{
    text-align: center;
    font-size: 23px;
}
.normal{
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

.marker{ background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

#bread {
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
}
#bread a{ text-decoration: none;}
#bread a:after {
    content: ">";
    margin: 0 .5em; }

.lead {
    font-size: 20px;
    line-height: 1.8;
}
.lead .txt_s{ font-size: 16px;}

.notice {
    font-size: 14px;
    color: #ea5520;
}

.bg-beige { background-color: #f3f3f2;}
.bg-school{ background-color: rgba(94, 118, 167, .1);}

.disc li{
    list-style: disc outside;
    margin-left: 1.5em;
}

.table01{
    width: 100%;
    font-size: 1rem;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}
.table01 th,
.table01 td{
    padding: 40px;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
}
.table01 th{
    background: #F7F7F7;
    color: #1c236d;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.table01 td{
    background: #fff;
    text-align: left;
}
.table01 td p{ font-size: 14px;}

.table01 h3{
    text-align: left;
    font-size: 1.2em;
}
.table01 li + li{ margin-top: 10px;}



/* 1000px以上のモニター */
@media screen and (min-width: 1000px) {
    .sp {display: none;}
    .tab {display: none;}
    .pc {display: block;}
    .br_pc:before {
        content: "\A" ;
        white-space: pre ;
    }
    .br_tab:before,
    .br_sp:before {
        content: none;
    }
}

@media screen and (max-width: 999px) {
    #bread{ display: none;}
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 999px) {
    .sp {display: none;}
    .pc,
    br.pc {display: none;}
    .tab {display: block;}
    .br_tab:before {
        content: "\A" ;
        white-space: pre ;
    }
    .br_pc:before,
    .br_sp:before {
        content: none;
    }

    section .inner {
        padding: 50px 0;
    }
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
    body{ font-size: 14px;}
    
    .tab {display: none;}
    .pc,
    br.pc {display: none;}
    .sp {display: block;}
    .br_pc:before,
    .br_tab:before{
        content: none;
    }
    .br_sp:before {
        content: "\A" ;
        white-space: pre ;
    }
    
    .lead{ text-align: left;}
    
    .notice{ font-size: 12px;}

    section .inner {
        width: 100%;
        padding: 40px 15px;
    }
    section h2 {
        font-size: 26px;
        letter-spacing: 0;
        line-height: 1.3;
    }
    section h2:not(.bd_none)::after {
        width: 80px;
        margin: 15px auto 30px;
    }
    section h3{ font-size: 1.2rem}

    .table01{ font-size: 1em;}
    .table01 th,
    .table01 td{ display: block;}
    .table01 th{
        padding: 5px 20px;
        border-bottom: 0;
    }
    .table01 td{ padding: 15px;}
}

.line {
    position: relative;
    color: #1c236d;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    margin: 3em 0 1.5em;
    border-top: 1px solid;
    line-height: 1;
}
.line > span{
    background: #fff;
    padding: 0 .5em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -.5em);
    white-space: nowrap;
}
@media screen and (max-width: 599px){
    .line {
        font-size: 16px;
        margin-top: 30px;
        letter-spacing: 0;
    }
}

.list_speaker li + li{ margin-top: 30px;}
.list_speaker .box_msg{
    background: #f5f5f5;
    padding: 1em;
    clear: both;
}
.list_speaker .box_msg p{ font-size: 1em;}

.btn{
    display: block;
    background: #e10f40 url(/school/image/finance_strategy/icn_arrow.svg) 98% 50%/20px no-repeat;
    border-radius: 4px;
    padding: 10px 30px;
    max-width: 420px;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
}
.btn:link,
.btn:visited,
.btn:active,
.btn:hover{ color: #fff;}
@media screen and (min-width: 1000px){
    .wrap_btn .btn{ font-size: 18px;}
}
@media screen and (min-width: 600px){
    .list_speaker .photo{
        float: left;
        width: 150px;
    }
    .list_speaker h3{
        margin-left: 175px;
        margin-bottom: 10px;
    }
    .list_speaker .txt{
        margin-left: 175px;
        font-size: 14px;
    }
    .list_speaker li + *{ clear: both;}
    
    .wrap_btn{
        display: flex;
        justify-content: space-between;
    }
    .wrap_btn .btn{
        background-size: 25px;
        padding: 10px 35px;
        width: 48%;
    }
}
@media screen and (max-width: 599px){
    .list_speaker .ttl{
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .list_speaker .photo{ width: 30%;}
    .list_speaker h3{
        padding-left: 1em;
        font-size: 1.1em;
        line-height: 1.3;
    }
    .list_speaker .txt{ font-size: 14px;}
    
    .btn{ font-size: 15px;}
    .btn + .btn{ margin-top: 30px;}
}

.box_dashed{
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    color: #1c236d;
    text-align: center;
    padding: 1em;
    font-size: 12px;
    line-height: 2;
}

/* クローズ対応 */
.closing{
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #d7063a;
    border-radius: 5px;
    margin-bottom: 3em;
}
.closing h2 {
    color: #d7063a;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
}
.closing h2::after{ content: none;}
.closing p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0;
}

.btn.close{
    background: #e0e0e0;
    pointer-events: none;
}


/* ==========================================================================
   .intro
========================================================================== */
/* .mv */
.mv {
    background: rgb(161,197,212);
    background: url(/event/grandprix/img/2021/mv.png), linear-gradient(90deg, rgba(161,197,212,1) 0%, rgba(161,197,212,1) 50%, rgba(199,225,223,1) 50%, rgba(199,225,223,1) 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40%;
    position: relative;
}
h1{
    color: transparent;
    position: absolute;
}
@media screen and (min-width: 1441px) {
    .mv{ background-size: contain;}
}
@media screen and (min-width: 1000px) {
    .mv{ padding-top: 400px;}
}
@media screen and (max-width: 599px) {
    .mv{
        padding-top: 53.3%;
        background-image: url(/event/grandprix/img/2021/mv_sp.png);
    }
}

.intro .lead{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 160px;
}
@media screen and (max-width: 799px) {
    .intro .lead{
        margin-bottom: 230px;
    }
}
@media screen and (max-width: 599px) {
    .intro .lead{
        margin-top: 40px;
        margin-bottom: 140px;
    }
}


/* ==========================================================================
   .award
========================================================================== */
/* .ttl_award */
.ttl_award{
    background: url(/event/grandprix/img/bg_ttl_award.png) center/contain no-repeat;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1;
    padding: 1.1em 0 3em;
    margin-bottom: 20px;
    position: relative;
}
@media screen and (max-width: 599px) {
    .ttl_award{
        font-size: 20px;
        margin-bottom: 60px;
    }
}

/* .award_gp .ttl_award */
.award_gp .ttl_award{ margin-top: -140px;}
.award_gp .ttl_award .comment{
    font-family: 'Josefin Slab', serif;
    white-space: nowrap;
    position: absolute;
    top: -30px;
    right: 5%;
    transform: rotate(-18deg);
}
.award_gp .ttl_award .comment::before{
    content: "";
    border-top: 1px dashed;
    width: 20%;
    padding-top: 1px;
    position: absolute;
    top: -15px;
    left: -20px;
    transform: rotate(-20deg);
}
.award_gp .ttl_award .comment::after{
    content: "";
    border-bottom: 1px dashed;
    width: 20%;
    padding-top: 1px;
    position: absolute;
    top: 40px;
    left: -20px;
    transform: rotate(20deg);
}
@media screen and (max-width: 999px) {
    .award_gp .ttl_award .comment{ right: 10px;}
}
@media screen and (max-width: 799px) {
    .award_gp .ttl_award .comment{
        top: -120px;
        right: 0;
        transform: rotate(-18deg) translateX(-50%);
        font-size: .9em;
    }
}
@media screen and (max-width: 599px) {
    .award_gp .ttl_award{ margin-top: -75px;}
    .award_gp .ttl_award .comment {
        top: -70px;
        transform: rotate(-18deg) translateX(0);
        font-size: 1.1em;
    }
    .award_gp .ttl_award .comment::after{ top: 30px;}
}

/* .list_award_gp */
.list_award_gp li{
    margin-top: 15px;
    position: relative;
}
.list_award_gp li::before{
    content: "";
    padding: 75px;
    background: url(/event/grandprix/img/2021/badge_gp.svg) right center/contain no-repeat;
    position: absolute;
    top: -15px;
    right: 7px;
    z-index: 1;
}
@media screen and (max-width: 599px) {
    .list_award_gp li{ margin-top: 25px;}
    .list_award_gp li::before{
        padding: 70px;
        top: -25px;
    }
    .list_award_gp li:not(:last-child){ margin-bottom: 65px;}
}

/* .list_award_spc */
.list_award_spc li{
    margin-top: 5px;
    position: relative;
}
.list_award_spc li::before{
    content: "";
    padding: 42px;
    background: url(/event/grandprix/img/2021/badge_spc.svg) right center/contain no-repeat;
    position: absolute;
    top: -5px;
    right: 7px;
    z-index: 1;
}
@media screen and (max-width: 599px) {
    .list_award_spc li::before{ padding: 37px;}
    .list_award_spc li:not(:last-child){ margin-bottom: 65px;}
}

/* .list_award_column_two */
.list_award_column_two li > *{ font-size: 14px;}
.list_award_column_two .photo{
    background-color: #f3f3f2;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 60.3%;
    position: relative;
}
.list_award_column_two .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list_award_column_two .name{
    font-size: 20px;
    text-align: center;
}
.list_award_column_two .personal_data{
    text-align: center;
    margin-bottom: 1em;
}
.award .list_award_column_two .btn_award{ font-size: 1.25em;}
@media screen and (min-width: 600px) {
    .list_award_column_two li > *{ font-size: 16px;}
    .list_award_column_two{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list_award_column_two li{ width: 47%;}
    .list_award_column_two .name{ font-size: 25px;}
}

/* .list_award_column_four */
.list_award_column_four{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_award_column_four li > *{ font-size: 14px;}
.list_award_column_four .photo{
    background-color: #f3f3f2;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 64.5%;
    position: relative;
}
.list_award_column_four .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list_award_column_four .name{ text-align: center;}
.list_award_column_four .personal_data{
    font-size: 12px;
    margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
    .list_award_column_four li{ width: 23%;}
    .list_award_column_four li:nth-last-child(n+5){ margin-bottom: 60px;}
    .list_award_column_four li > *{ font-size: 16px;}
    .list_award_column_four .personal_data{
        font-size: 14px;
        text-align: center;
    }
}
@media screen and (max-width: 599px) {
    .list_award_column_four li{ width: 47.5%;}
    .list_award_column_four li:nth-last-child(n+3){ margin-bottom: 30px;}
    .award .list_award_column_four .btn_award{ font-size: 13px;}
}

/* list_award common */
.before_after{
    text-align: left;
    margin-bottom: 1em;
}
.before_after dt{
    display: inline-block;
    font-family: 'Josefin Slab', serif;
    font-size: 1.3em;
    line-height: 1;
    padding: 5px 1em 2px;
    margin-bottom: 10px;
}
.before_after .ttl_before{
    border: 1px solid;
    color: #5E76A7;
}
.before_after .ttl_after{
    background-color: #5E76A7;
    color: #fff;
}
.before_after dd{
    margin-bottom: 2em;
    position: relative;
}

.before_after .txt_profit{
    background: linear-gradient(transparent 40%, rgba(94, 118, 167, .15) 40%);
    color: #5E76A7;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 3.5em;
    top: -40px;
}
.before_after .txt_profit .txt_bold{ font-weight: bold;}

.award .btn_award{
    display: block;
    background: #5E76A7 url(/images/common/arrow.svg) 98% center/1.25em no-repeat;
    border-radius: 3px;
    box-shadow: 0 1px 0 #0e2043;
    color: #fff;
    padding: 12px 1.5em;
    margin: 0 auto;
}
.award .btn_award:hover{
    text-decoration: none;
    opacity: .8;
}
.award .btn_award.soon{
    pointer-events: none;
    background: #848484;
}
@media screen and (max-width: 800px) and (min-width: 600px) {
    .before_after .txt_profit {
        font-size: 20px;
        top: -32px;
        left: 4.5em;
    }
}
@media screen and (max-width: 599px) {
    .before_after .txt_profit {
        font-size: 25px;
        top: -35px;
    }
}


/* ==========================================================================
   .ad
========================================================================== */
.ad .school_kabu{
    background: #fff;
    padding: 45px 30px;
}
.ad .school_kabu h2,
.ad .school_kabu > p{
    width: 58%;
    text-align: left;
}

.ad .school_kabu h2{
    color: #5E76A7;
    padding: 5px 5px 5px 63px;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    float: left;
    background: url(/guidance/images/main_school/icn_kabu.svg) left center/56px no-repeat;
}
.ad .school_kabu h2 span.sub{
    font-size: 14px;
    display: block;
}

.ad .school_kabu p.photo{
    float: right;
    width: 340px;
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}
.ad .school_kabu p.photo img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.ad .school_kabu .btn{
    clear: both;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}
.ad .school_kabu .btn a{
    display: block;
    text-align: center;
    width: 283px;
    padding: 10px 18px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
.ad .school_kabu .btn a:after{
    content: "";
    background: url(/images/common/arrow.svg) right center/25px no-repeat;
    padding: 13px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ad .school_kabu .btn1 a{ background: #5E76A7;}
.ad .school_kabu .btn_dl a{ color: #5E76A7;}
.ad .school_kabu .btn_dl a:after{ background-image: url(/school/image/icn_arrow-kabu.svg);}
p.lead .line_kabu{ border-bottom: 2px solid #5E76A7; padding-bottom: 2px;}
.ad .school_kabu .point p{ color: #5E76A7;}
.ad .school_kabu .point .icn .fill{ fill: #5E76A7;}
.ad .school_kabu li.btn_dl .icn .fill{ fill: #5E76A7;}

.ad .school_kabu .btn a.check{
    background: #727171;
    text-align: left;
}

.ad .school_kabu .point{
    text-align: left;
    display: flex;
    margin: 60px 0;
}
.ad .school_kabu .point > li{
    width: 96px;
    margin: 0 5px;
    text-align: center;
}
.ad .school_kabu .point .icn{
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ad .school_kabu .point p{
    font-size: 12px;
    text-align: center;
    margin-top: .5em;
    margin-bottom: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .ad .school_kabu .btn a{
        width: 48%;
        font-size: 18px;
    }
    .ad .school_kabu .btn a:after {
        background: url(/images/common/arrow.svg) right center/20px no-repeat;
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .ad .school_kabu h2,
    .ad .school_kabu > p{
        width: 100%;
        float: none;
    }
    .ad .school_kabu p.photo{
        float: none;
        margin: 0 auto 20px;
        width: 85%;
    }

    section ul.detail li h2 { font-size: 20px;}

}

@media screen and (max-width: 599px) {
    .ad .school_kabu{ padding: 20px 10px;}
    .ad .school_kabu h2,
    .ad .school_kabu p{ width: 100%;}
    .ad .school_kabu h2{
        font-size: 24px;
        padding-left: 48px;
        padding-bottom: 10px;
        background: url(/guidance/images/main_school/icn_kabu.svg) left center/45px no-repeat;
    }
    .ad .school_kabu h2 span.sub{ font-size: 11px;}

    .ad .school_kabu p.photo{
        height: 100px;
        width: 100%;
    }

    .ad .school_kabu .btn a{
        width: 100%;
        margin-bottom: 25px;
        font-size: 16px;
    }
    .ad .school_kabu .btn a.check{ text-align: center;}
    .ad .school_kabu .btn a:after {
        background: url(/images/common/arrow.svg) right center/20px no-repeat;
        right: 5px;
    }
    
    .ad .school_kabu .point{
        margin: 20px 0;
        justify-content: center;
    }
    .ad .school_kabu .point > li{
        width: calc(100% / 5);
        margin: 0;
    }
    .ad .school_kabu .point .icn{ height: 30px;}
    .ad .school_kabu .point .icn svg{ max-height: 100%;}
    .ad .school_kabu .point .online .icn svg{ width: 26px;}
    .ad .school_kabu .point p{ font-size: 10px;}
}

/* 横幅狭いスマホ（iPhone5等） */
@media screen and (max-width: 320px) {
    .ad .school_kabu h2{ letter-spacing: -.6px;}
}

/*スケジュールボタン*/
.btn_waku{
    display: flex;
    justify-content: space-between; /* 左右均等分布 */
    max-width: 70%;
    margin: auto;
}
@media screen and (max-width: 1020px) {
    .btn_waku{
        max-width: 100%;
    }
}
.btn_waku ul{
    width: 100%;
    display: flex;
    align-items: center; /* 上下中央揃え */
}
.btn_waku li{
    margin: auto;
}
.btn1 a {
    border-radius: 5px;
    background: #5E76A7;
    display: block;
    text-align: center;
    width: 284px;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
.ad .school_kabu .btn1 a:after{
    content: "";
    background: url(/images/common/arrow.svg) right center/20px no-repeat;
    padding: 13px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn_dl a {
    display: block;
    border-radius: 5px;
    text-align: center;
    width: 250px;
    font-size: 16px;
    color: #5E76A7;
    background-color: #fff;
    padding: 15px;
    border: 2px solid;
    position: relative;
    text-decoration: none;
}
.btn_dl a .icn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn_dl a::after{
    content: "";
    width: 20px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 856px) {
    .btn1 a{ width: 234px;}
    .btn_dl a{ font-size: 16px;}
}

@media screen and (max-width: 725px) {
    .btn_waku ul{
    display: block;
    }
    .btn_waku li{
        margin-bottom: 15px;
    }
    .btn1 a {
        width: 100%;
    }
    .btn_dl a {
        width: 100%;
        box-sizing: border-box;
    }
}
