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;
    text-align: center;
}
.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: 90px 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; }

p.lead {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
}

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

.bg-gray{ background-color: #F0F0EF;}
.bg-beige { background-color: #f3f3f2;}
.bg-school{ background-color: #EEF1F6;}

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

.table01{
    width: 100%;
    font-size: 1rem;
    border-top: 1px solid #5e76a7;
}
.table01 th,
.table01 td{
    padding: 40px;
    border-bottom: 1px solid #5e76a7;
}
.table01 th{
    background: rgba(94,118,167,.1);
    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;
    }
    main {
        margin-top: 87px;
    }
/*    .anchor{
        padding-top: 100px;
        margin-top: -100px;
    }*/

}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 999px) {
    .sp {display: none;}
    .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 {display: none;}
    .sp {display: block;}
    .br_pc:before,
    .br_tab:before{
        content: none;
    }
    .br_sp:before {
        content: "\A" ;
        white-space: pre ;
    }
    
    p.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;}
}



/* ==========================================================================
   mv
   ========================================================================== */
.mv {
    position: relative;
    min-height: 480px;
    padding-top: 85px;
    background: url(/event/210829/img/mv_pc.jpg) no-repeat center / cover;
}
.mv h1 span {
    display: inline-block;
    width: 720px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
}
.mv h1 .txt_l {
    font-size: 40px;
}
.mv h1 .txt_m {
    font-size: 33px;
}
.mv h1 .txt_s {
    font-size: 20px;
}
.mv .talk_teachers {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right,  rgba(0,35,114,0.7) 0%,rgba(0,35,114,0.7) 50%,rgba(0,5,67,0.7) 50%,rgba(0,5,67,0.7) 100%);
}
.mv .talk_teachers li {
    position: relative;
}
.mv .talk_teachers li:nth-child(1) {
    width: 500px;
    padding: 1em 0 1em 1em;
}
.mv .talk_teachers li:nth-child(3) {
    width: 500px;
    padding: 1em 1em 1em 0;
}
.mv .talk_teachers li.and {
    width: 106px;
}
.mv .talk_teachers li.and::before,
.mv .talk_teachers li.and::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 4px;
    background: #fff;
    content: '';
}
.mv .talk_teachers li.and::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mv .talk_teachers li.and::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.mv .talk_teachers li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
}
.mv .talk_teachers li p.right {
    text-align: right;
}
.mv .talk_teachers li img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 174px;
}
.mv .talk_teachers li:nth-child(3) img {
    left: 0;
}
@media screen and (max-width: 999px) {
    .mv {
        max-height: 600px;
        padding-top: 50px;
        padding-bottom: 275px;
        background: url(/event/210829/img/mv_sp.jpg) no-repeat center / cover;
    }
    .mv h1 span {
        width: 90%;
        max-width: 400px;
    }
    .mv h1 .txt_l {
        font-size: 28px;
    }
    .mv h1 .txt_m {
        font-size: 21px;
    }
    .mv h1 .txt_s {
        font-size: 16px;
    }
    .mv .talk_teachers li:nth-child(1) {
        width: 50%;
        padding: 2em 0 0.5em 1em;
    }
    .mv .talk_teachers li:nth-child(3) {
        width: 50%;
        padding: 2em 1em 0.5em 0;
    }
    .mv .talk_teachers li img {
        bottom: 6em;
    }
}
@media screen and (max-width: 599px) {
    .mv {
        padding-top: 30px;
    }
    .mv .talk_teachers li.and {
        width: 60px;
    }
    .mv .talk_teachers li:nth-child(1),
    .mv .talk_teachers li:nth-child(3) {
        padding-top: 4em;
    }
    .mv .talk_teachers li p {
        font-size: 14px;
    }
    .mv .talk_teachers li img {
        bottom: 5em;
    }
}

/* ==========================================================================
   catch
   ========================================================================== */
.catch h2{
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 1em;
}
.catch h2 > span{
    display: inline-block;
    font-size: .6em;
    margin: 10px 0;
}
.catch h2 .dashed{
    color: #1c236d;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 6px;
    margin-bottom: 12px;
}
.catch h3{
    text-align: center;
    font-size: 23px;
    color: #1c2569;
    line-height: 3;
}
.catch .lead-main {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .catch h3{
        text-align: left;
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 1.8;
        color: #5e76a7;
    }
    .catch .lead-main {
        font-size: 14px;
        width: 100%;
    }
}


.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;
}

