@charset "shift-jis";
/* --------------------------------------------------------------------
	Financial Academy

	Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
body{ counter-reset: process 0;}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #00afec;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.pc{ display: inherit;}
.sp{ display: none;}

.br_pc::before{
    content: "\A" ;
    white-space: pre ;
}

section h2{
    font-size: 2rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 115px;
    margin: 20px auto 85px;
}
section h3{
    color: #1c236d;
    text-align: center;
    font-size: 22px;
}

.bg-beige { background-color: #f3f3f2;}

.lead{ font-size: 20px;}

.caution{ font-size: .7em;}

.text_l{ font-size: 18px;}

img.per{ width: 86px;}
img.per02{ width: 133px;}
img.plus{ width: 112px;}
img.per,
img.per02,
img.plus{
    vertical-align: baseline;
    padding: 0 5px;
}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}
section .inner .lead{
    font-size: 18px;
    text-align: center;
    margin-bottom: 65px;
}

.btn01{ text-align: center;}
.btn01 a{
    background: #1c236d url(/images/common/arrow.svg) 96% center/33px no-repeat;
    color: #fff;
    padding: 10px 60px;
    font-size: 30px;
    width: 55%;
    max-width: 542px;
    display: block;
    margin: 60px auto;
}
.btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}
.btn02 {
    text-align: center;
    background: #e10f40;
    width: 100%;
    max-width: 410px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px;
    position: relative;
}
a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;
}
.btn02::before{
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

#mv{
    text-align: center;
    position: relative;
    padding-bottom: 145px;
}
#mv .img img{ max-width: 100%;}
#mv .text{
    position: absolute;
    width: 52%;
    left: 90px;
    bottom: -20px;
}
#mv .text h1{
    background: rgba(255, 255, 255, .85);
    color: #1c236d;
    margin-bottom: 20px;
    padding: 30px 55px;
    box-sizing: border-box;
}
#mv .text h1 .sub{
    display: block;
    border-bottom: 1px solid #1c236d;
    font-size: 17px;
    margin-bottom: 10px;
}
#mv .text h1 .main{
    display: block;
    font-weight: normal;
    font-size: 40px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .1em;
}
#mv .text .type{
    display: flex;
    justify-content: space-between;
}
#mv .text .type li{
    width: 22%;
    background: #1c236d;
    color: #fff;
    text-align: center;
    padding: 6px;
}

#mv + section h2{ color: #1c236d;}
#mv + section h2::after{ margin-bottom: 30px;}
#mv + section h3{
    text-align: left;
    font-size: 22px;
    color: #1c236d;
    margin-bottom: 15px;
}
#mv + section .graph{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
#mv + section .graph > *{ width: 48%;}
#mv + section .graph figcaption{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#mv + section .block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mv + section .block span{
    display: block;
    width: 48%;
}

.gaiyo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gaiyo dl{
    background: #f3f3f2;
    text-align: center;
    margin-top: 90px;
    padding: 50px 60px 30px;
    position: relative;
}
.gaiyo dt{
    color: #1c236d;
    font-size: 22px;
    margin-bottom: 20px;
}
.gaiyo dl.melit{
    width: 100%;
    margin-bottom: 110px;
}
.gaiyo dl:not(.melit){ width: 30%;}
.gaiyo dl::before{
    content: "";
    width: 104px;
    height: 74px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -62px;
}
.gaiyo dl.time::before{ background: url(/image/img_kensyu/starter/icn_gaiyo01.svg) left top/contain no-repeat;}
.gaiyo dl.format::before{ background: url(/image/img_kensyu/starter/icn_gaiyo02.svg) left top/contain no-repeat;}
.gaiyo dl.people::before{ background: url(/image/img_kensyu/starter/icn_gaiyo03.svg) left top/contain no-repeat;}
.gaiyo dl.melit::before{ background: url(/image/img_kensyu/starter/icn_gaiyo04.svg) left top/contain no-repeat;}
.gaiyo dd{ font-size: 18px;}
.gaiyo dd ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: melit 0;
}
.gaiyo dd ol li::before{
    content: counter(melit);
    counter-increment: melit 1;
    font-family: 'Josefin Slab', serif;
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    color: #1c236d;
    top: -40px;
    left: 0;
    right: 0;
}
.gaiyo dd ol li{
    width: 30%;
    background: #fff;
    padding: 40px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.table01{ margin-bottom: 30px;}
.table01 caption{
    color: #1c236d;
    font-size: 22px;
    margin-bottom: 30px;
}
.table01 tbody{
    border-top: 1px solid #898989;
    border-left: 1px solid #898989;
}
.table01 th,
.table01 td{
    border-right: 1px solid #898989;
    border-bottom: 1px solid #898989;
    padding: 10px;
}
.table01 th{
    background: #eaf6fd;
    color: #1c236d;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.table01 th:first-of-type{ width: 13%;}
.table01 th:nth-of-type(n+2){ width: 43.5%;}
.table01 .top{
    vertical-align: top;
    width: 10%;
}

.pick{
    background: #f3f3f2;
    padding: 30px 35px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.pick > div{ width: 60%;}
.pick h3{
    font-family: 'Josefin Slab', serif;
    color: #1c236d;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
}
.pick > .img{
    display: block;
    width: 35%;
}
.pick > .img img{ width: 100%;}

section.example .inner{
    padding: 0 0 90px;
}
section.example h2{
    font-size: 25px;
    color: #1c236d;
    border-top: 1px solid #1c236d;
    border-bottom: 1px solid #1c236d;
    line-height: 2.5;
    margin-bottom: 55px;
}
section.example h2::after{ content: none;}
section.example h3{ color: #1c236d;}
section.example .figure{
    display: flex;
    justify-content: space-between;
    width: 87.5%;
    margin: 0 auto 90px;
}
section.example .figure figure{
    width: 30.5%;
    text-align: center;
}
section.example .figure figure figcaption{
    font-family: 'Josefin Slab', serif;
    color: #1c236d;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 45px;
    position: relative;
}
section.example .figure figure figcaption::before{
    content: "";
    width: 1px;
    height: 50px;
    background: #1c236d;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5em;
    margin: auto;
}
section.example .figure figure figcaption::after{
    content: "\025cf";
    font-size: .3em;
    position: absolute;
    bottom: -56px;
    left: 0;
    right: 0;
    margin: auto;
}
section.example .figure figure img{ width: 100%;}

section.example .hl li{
    border-top: 1px dashed #1c236d;
    margin-bottom: 60px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
section.example .hl li:first-child{
    border-top: 1px solid #1c236d;
}
section.example .hl li h4{
    width: 28%;
    font-size: 20px;
}
section.example .hl li h4 .title{
    font-family: 'Josefin Slab', serif;
    color: #1c236d;
    font-size: 32px;
    border-bottom: 4px solid #1c236d;
}
section.example .hl li .img{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
section.example .hl li .img img{ width: 48%; height: 48%;}
section.example .hl li::after {
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #1c236d;
    position: absolute;
    bottom: -85px;
    left: 49%;
    display: block;
    background: transparent;
}
section.example .hl li:last-child::after { content: none;}

.ttl02 h3{ margin-bottom: 40px;}
.voice{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.voice li{
    width: 48.5%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 105px;
    background-size: 82px auto;
    background-position: left top;
    background-repeat: no-repeat;
}
.voice li:first-child{ background-image: url(/image/img_kensyu/starter/icn_voice01.svg);}
.voice li:nth-child(2){ background-image: url(/image/img_kensyu/starter/icn_voice02.svg);}
.voice li:nth-child(3){ background-image: url(/image/img_kensyu/starter/icn_voice03.svg);}
.voice li:nth-child(4){ background-image: url(/image/img_kensyu/starter/icn_voice04.svg);}
.voice li:nth-child(5){ background-image: url(/image/img_kensyu/starter/icn_voice05.svg);}
.voice li:nth-child(6){ background-image: url(/image/img_kensyu/starter/icn_voice06.svg);}
.voice li:nth-child(7){ background-image: url(/image/img_kensyu/starter/icn_voice07.svg);}
.voice li:nth-child(8){ background-image: url(/image/img_kensyu/starter/icn_voice08.svg);}
.voice li:nth-child(9){ background-image: url(/image/img_kensyu/starter/icn_voice09.svg);}
.voice li:nth-child(10){ background-image: url(/image/img_kensyu/starter/icn_voice10.svg);}
.voice li:nth-child(11){ background-image: url(/image/img_kensyu/starter/icn_voice11.svg);}
.voice li:nth-child(12){ background-image: url(/image/img_kensyu/starter/icn_voice12.svg);}
.voice li h4{
    font-weight: normal;
    order: 1;
    flex-basis: 100%;
}
.voice li p{
    flex-basis: 100%;
    min-height: 5em;
}

.list{
/*    width: 90%;
    max-width: 900px;
    margin: 0 auto;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list li{
    width: 48.5%;
    background: #fff;
    margin-bottom: 60px;
    padding: 35px 30px;
    position: relative;
}
.list li .title_list{
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
}
.list li > div{ margin-bottom: 20px;}
.list li > div a{
    display: block;
    color: #fff;
    padding: 15px 10px;
    font-size: 21px;
    position: relative;
    text-align: center;
}
.list li > div a::after{
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list li.contact > div a{ background: #1c236d;}
.list li.contact > div a::after{ background: url(/image/img_kensyu/starter/arrow_dblue.svg) left top/contain no-repeat;}
.list li.interview > div a{ background: #01afec;}
.list li.interview > div a::after{ background: url(/school/image/casebox/myhome/arrow.svg) left top/contain no-repeat;}

.matome{
    margin-top: 80px;
    text-align: center;
    background: #f3f3f2;
    color: #1c236d;
    font-size: 18px;
    font-weight: bold;
    padding: 25px;
    position: relative;
}
.bg-beige .matome{ background: #fff;}
.matome::before{
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #1c236d;
    position: absolute;
    top: -35px;
    left: 49%;
    display: block;
    background: transparent;
}
.bg-beige .matome{ background: #fff;}
/*.bg-beige .matome::before{ background: #f3f3f2;}*/

section[class^="ttl"]{
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ttl01{ background-image: url(/image/img_kensyu/starter/ttl01.jpg);}
.ttl02{ background-image: url(/image/img_kensyu/starter/ttl02.jpg);}
section.ttl02 h2{ color: #fff;}
section.ttl02 h2::after{ border-bottom-color: #fff;}
section.ttl02 h3 .caution{
    font-size: 12px;
    color: #000;
}
section[class^="ttl"] .inner{ padding: 120px 0;}
section[class^="ttl"] h2::after{ margin: 20px auto 180px;}


/* ディスプレイ（大） */
@media screen and (min-width: 1651px) {
    section[class^="ttl"] .inner{ padding: 13em 0;}
    section[class^="ttl"] h2::after{ margin: 20px auto 10em;}
}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
    #head2{ height: 80px !important;}
    
    #container{
        margin-top: 100px;
        overflow: hidden;
    }
    .lead{ font-size: 20px;}
    
    #mv{ letter-spacing: 0;}
    #mv .img img{ width: 100%;}
    
    .btn01{ max-width: 100%;}
    .btn01 a{ width: 80%;}
    
    section[class^="ttl"] .inner{ padding: 4em 0;}

    #mv{ padding-bottom: 0;}
    #mv .text{
        position: static;
        width: 100%;
    }
    #mv .text h1 .main{ text-align: center;}
    
    .gaiyo dl{ padding: 50px 20px 30px;}

    .list li{ padding: 35px 15px 20px;}
    .list li > div a{ font-size: 18px;}
}

/* モーダルのレスポンシブ設定 */
@media screen and (max-width: 999px) {
    #mdWindow{
        height: auto;
        max-height: 55%;
    }
    #contWrap{ overflow: auto !important;}
}

/* スマホ */
@media screen and (max-width: 599px) {
    #head2{ height: 85px !important;}
    #breadcrumbs{ display: none;}
    p{ font-size: 11px;}

    .pc{ display: none;}
    .sp{ display: inherit;}

    .br_pc::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }

    .text_l{ font-size: 1.15em;}

    section .inner{
        width: 90%;
        padding: 40px 0;
    }
    section h2{ font-size: 19px;}
    section h2::after {
        width: 80px;
        margin: 15px auto 60px;
    }
    section h3{ font-size: 13px;}
    .lead{
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
    section .inner .lead{
        width: 100%;
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }
    .btn01 a{
        font-size: 16px;
        padding: 10px 5px;
        background: #1c236d url(/images/common/arrow.svg) 97% center/16px no-repeat;
    }
    .btn02::before{ left: 5px;}

    section[class^="ttl"] .inner{ padding: 2em 0;}
    section[class^="ttl"] h2::after{ margin: 10px auto 40px;}
    
    .matome{
        font-size: 13px;
        padding: 20px 12px;
        text-align: left;
        margin: 45px auto 0;
        width: 100%;
    }
    .matome::before{ top: -25px;}
    
    #mv .text h1 { padding: 25px 20px;}
    #mv .text h1 .sub{ font-size: 10px;}
    #mv .text h1 .main{ font-size: 23px;}
    
    #mv .text .type{}
    #mv .text .type li{
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #mv + section h3{
        font-size: 15px;
        text-align: center;
    }
    #mv + section .graph > *{ width: 100%;}
    #mv + section .graph > figure{ margin-top: 30px;}
    #mv + section .graph figcaption{ font-size: 10px;}
    #mv + section .block{ display: block;}
    #mv + section .block span {
        display: inline;
        width: 100%;
    }
    
    section.ttl01 .inner .lead{ margin-bottom: 0;}
    .gaiyo dl {
        padding: 20px 5px;
        margin-top: 50px;
    }
    .gaiyo dl::before {
        width: 52px;
        height: 37px;
        top: -30px;
    }
    .gaiyo dl.melit{ margin-bottom: 25px;}
    .gaiyo dt{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .gaiyo dd{ font-size: 11px;}
    .gaiyo dd ol li{
        margin: 0 auto 10px;
        width: 90%;
        padding: 8px 8px 8px 45px;
        line-height: 1.5;
        text-align: left;
    }
    .gaiyo dd ol li::before{
        font-size: 22px;
        top: 10px;
        left: 15px;
        right: auto;
    }

    .table01{ font-size: 10px;}
    .table01 caption{
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
    }
    .table01 th,
    .table01 td{ padding: 3px;}
    .table01 th{ font-size: 11px;}
    .table01 .top{ width: 20%;}
    
    .pick{
        padding: 15px 20px;
        justify-content: center;
    }
    .pick > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .pick h3{
        text-align: center;
        font-size: 17px;
    }
    .pick > .img{ width: 50%;}
    
    section.example .inner{ padding: 0 0 35px;}
    section.example h2{
        font-size: 14px;
        margin-bottom: 25px;
    }
    section.example h3{ margin-bottom: 10px;}
    section.example .figure{
        width: 100%;
        margin: 0 auto 45px;
    }
    section.example .figure figure figcaption{
        font-size: 12px;
        margin-bottom: 15px;
    }
    section.example .figure figure figcaption::before{ height: 15px;}
    section.example .figure figure figcaption::after {
        font-size: .1em;
        bottom: -25px;
    }
    
    section.example .hl li{
        padding-top: 25px;
        margin-bottom: 25px;
    }
    section.example .hl li h4{
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-bottom: 15px;
    }
    section.example .hl li h4 .title {
        font-size: 16px;
        border-bottom: 2px solid #1c236d;
    }
    section.example .hl li .img{ width: 100%;}
    section.example .hl li::after{
        border: 6px solid transparent;
        border-top: 10px solid #1c236d;
        bottom: -35px;
    }
    
    section.ttl02 h3 .caution{ font-size: 10px;}
    .voice{ align-items: flex-start;}
    .voice li{
        padding-left: 0;
        padding-top: 30px;
        margin-bottom: 25px;
        background-size: 42px auto;
    }
    .voice li h4 {
        order: 0;
        font-size: 10px;
        margin-left: 50px;
    }

    .list{ width: 100%;}
    .list li{
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 50px;
    }
    .list li .title_list{
        font-size: 14px;
        line-height: 1.4;
        top: -.8em;
    }
    .list li.contact .title_list{ top: -1.6em;}
    .list li > div{ margin-bottom: 10px;}
    .list li > div a{
        font-size: 15px;
        padding: 12px 7px;
    }
    .list li > div a::after{
        width: 24px;
        height: 24px;
        right: -8px;
    }
}

@media screen and (max-width: 320px){
    section[class^="ttl"] .inner{ padding-top: 1em;}
    section.ttl04 .inner{ padding-top: 0.5em;}
    .detail_school{ padding-top: 90px;}
}