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

img{ max-width: 100%;}
@media screen and (min-width: 600px) {
    .img_max50_pc { max-width: 50%;}
}

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

section h3.check::before{
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 900;
    margin-right: .8em;
}

section h3.bg{
    background: #00afec;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 40px;
    position: relative;
    padding: 10px 0;
}

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

.lead{ font-size: 20px;}

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

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

.indent1{
    text-indent: -1em;
    padding-left: 1em;
}

.list02 li{
    text-indent: -1em;
    padding-left: 1em;
}
.list02 li::before{
    content: "\025cf";
}

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;
    width: 90%;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}
.btn02::before{
/*    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;*/
    content: "";
    padding: 9px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

.txt_link {
    display: block;
    color: #00afec !important;
    text-align: center;
    font-size: 16px;
    text-decoration: underline !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

#mv{
    text-align: center;
    letter-spacing: .25em;
/*    position: relative;*/
}
#mv .img{
    text-align: right;
    background: #f3f3f2;
}
#mv .img img{ max-width: 900px;}
#mv .title{
    margin-top: -100px;
    padding-bottom: 70px;
}
#mv .title h1{
    width: 90%;
    max-width: 900px;
    margin: 0 auto 55px;
/*    background: #00afec;
    color: #fff;
    padding: 35px;
    height: 5em;
    mix-blend-mode: multiply;*/
    position: relative;
    font-size: 43px;
    font-weight: normal;
}
#mv .title h1 .bg{
/*    width: 90%;
    max-width: 900px;
    margin: 0 auto 55px;*/
    display: block;
    background: #00afec;
/*    font-size: 43px;
    font-weight: normal;
        padding: 35px;*/
    width: 100%;
    height: 5em;
/*    position: relative;*/
    mix-blend-mode: multiply;
}
#mv .title h1 .number{
    font-family: 'Josefin Slab', serif;
    position: absolute;
    color: #00afec;
    font-size: .7em;
    top: -45px;
    left: 0;
    letter-spacing: 0;
}
#mv .title h1 .text{
    position: absolute;
    top: 35px;
/*    top: 0;
    bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

.kabe{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kabe li{
    width: 32%;
    position: relative;
    background: #f3f3f2;
    padding: 55px 25px 30px;
    margin-top: 25px;
}
.kabe li .title{
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: -3.5em;
    left: 0;
    right: 0;
}
.kabe li .title .number{
    font-family: 'Josefin Slab', serif;
    color: #00afec;
    font-size: 73px;
    vertical-align: middle;
    padding: 0 10px;
}
.kabe li h3{
    font-size: 21px;
    color: #00afec;
    font-weight: normal;
}
.kabe li h3::after{
    content: "";
    width: 100%;
    height: 105px;
    display: block;
}
.kabe li:first-child h3::after{
    background: url(/school/image/casebox/myhome/kabe01.svg) center center/200px no-repeat;
    margin: 40px auto;
}
.kabe li:nth-child(2) h3::after{
    background: url(/school/image/casebox/myhome/kabe02.svg) center center/146px no-repeat;
    margin: 40px auto;
}
.kabe li:nth-child(3) h3::after{
    background: url(/school/image/casebox/myhome/kabe03.svg) center center/88px no-repeat;
    margin: 40px auto;
}
.kabe li .voice{
    background: #fff;
    position: relative;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: 9em;
    display: inline-flex;
    align-items: center;
}
.kabe li .voice::before,
.kabe li .voice::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-top: 2px solid #00afec;
    border-left: 2px solid #00afec;
}
.kabe li .voice::before{
    top: 0;
    left: 0;
}
.kabe li .voice::after{
    bottom: 0px;
    right: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.data dl{
    width: 33%;
    padding: 20px;
    border-right: 1px solid #00afec;
    text-align: center;
}
.data dt{
    font-size: 15px;
    border-bottom: 1px solid #00afec;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.data dt .bold{
    font-size: 1.3em;
    color: #00afec;
}
.data dd{
    font-size: 19px;
    line-height: 1.3;
}
.data dd .txt_lblue{
    background: #fff100;
    background: -moz-linear-gradient(to bottom, transparent 49%, #fff100 50%);
    background: -webkit-linear-gradient(to bottom, transparent 49%, #fff100 50%);
    background: linear-gradient(to bottom, transparent 49%, #fff100 50%);
}
.data dd .number{
    font-family: 'Josefin Slab', serif;
    font-size: 82px;
/*    vertical-align: middle;*/
    padding: 0 5px;
}

.bq{
    background: #f3f3f2;
    position: relative;
    padding: 35px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bq::before{
    content: "";
    width: 100%;
    height: 21px;
    background: url(/school/image/casebox/bq_border_top.png);
    position: absolute;
    top: 0;
    left: 0;
}
.bq::after{
    content: "";
    width: 100%;
    height: 21px;
    background: url(/school/image/casebox/bq_border_bottom.png);
    position: absolute;
    bottom: 0;
    left: 0;
}
.bq > cite{
    width: 23%;
    border-right: 1px solid;
    font-size: 22px;
    align-items: center;
    display: inline-flex;
}
.bq > .blockquote{
    width: 75%;
    border-right: 1px solid;
    padding-right: 30px;
}

.title_school{
    font-size: 20px;
    text-align: center;
    color: #00afec;
    margin-bottom: 20px;
}
.title_school.arrow{
    margin-top: 70px;
    position: relative;
    background: none;
}
.title_school.arrow::before{
    content: "";
    border: 14px solid transparent;
    border-top: 18px solid #00afec;
    position: absolute;
    top: -35px;
    left: 49%;
    display: block;
    background: #fff;
}
.bg-beige .title_school.arrow::before{ background: #f3f3f2;}
ul.learning{
    background: #fff;
    padding: 40px;
}
ul.learning li {
    text-align: left;
    padding-left: 25px;
    font-size: 20px;
    background: url(/school/image/casebox/myhome/checkbox.svg) left 4px/21px no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
}

.detail_school{
    background: #fff url(/school/image/casebox/img.jpg) left top/contain no-repeat;
    padding-top: 260px;
    padding-bottom: 30px;
}
.detail_school h3{
    font-size: 30px;
    color: #00afec;
    margin-bottom: 30px;
}
.detail_school .list{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail_school .list.column_1{ justify-content: center;}
.detail_school .list li{
    width: 48.5%;
    background: #f3f3f2;
    margin-bottom: 60px;
    padding: 35px 30px;
    position: relative;
}
.detail_school .list.column_1 li{ min-width: 85%;}

.detail_school .list li .title_list{
    font-size: 19px;
    text-align: center;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
}
.detail_school .list li h4{
    margin-bottom: 20px;
    font-weight: normal;
}
.detail_school .list li h4 a{
    display: block;
    background: #00afec;
    color: #fff;
    padding: 15px 10px;
    font-size: 19px;
    position: relative;
}
.detail_school .list li h4 a:hover{ opacity: .7;}
.detail_school .list li h4 a::after{
    content: "";
    width: 36px;
    height: 36px;
    background: url(/school/image/casebox/myhome/arrow.svg) left top/contain no-repeat;
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.matome{
    margin-top: 80px;
    text-align: center;
    background: #f3f3f2;
    color: #00afec;
    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 #00afec;
    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(/school/image/casebox/myhome/ttl01.jpg);}
.ttl02{ background-image: url(/school/image/casebox/myhome/ttl02.jpg);}
.ttl03{ background-image: url(/school/image/casebox/ttl03.jpg);}
.ttl04{ background-image: url(/school/image/casebox/ttl04.jpg);}
section[class^="ttl"] .inner{ padding: 120px 0;}
section[class^="ttl"] h2::after{ margin: 20px auto 180px;}

.taiken {
    background: #fff;
    border: 1px solid #00afec;
    margin: 30px auto 0;
    font-size: 16px;
    text-align: left;
    max-width: 90%;
}
.taiken h2.line {
    color: #333;
    font-size: 20px;
    letter-spacing: .05em;
}
.taiken h2.line::after{
    margin-bottom: 40px;
    border-bottom-color: #00afec;
}
.taiken h2 .circle {
    font-size: 15px;
    color: #00afec;
    display: inline-flex;
    width: 58px;
    height: 58px;
    border: 1px solid;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    vertical-align: 12px;
    margin-left: 30px;
    position: absolute;
}
.taiken .flex {
    margin-top: 30px;
    padding: 0 15px;
}
.taiken .top .catch{
    font-size: 16px;
    margin-bottom: 1em;
    color: #00afec;
}
.taiken h4{
    border-left: 9px solid;
    border-bottom: 1px solid;
    padding-left: .75em;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #00afec;
}


/* ディスプレイ（大） */
@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%;}
    .btn02{ padding: 10px;}

    section[class^="ttl"] .inner{ padding: 4em 0;}
    .kabe li:nth-child(3) h3::after{ margin: 0 auto 40px;}
    .kabe li .voice{ height: 14em;}
    
    .bq{ padding: 35px 35px 35px 15px;}
    .bq > cite{
        width: 30%;
        justify-content: center;
    }
    .bq > .blockquote{ width: 65%;}
    
    section.ttl04 .inner{ padding: 2em 0;}
    section.ttl04 h2::after{ margin: 20px auto 100px;}
    
    .detail_school .list li{ padding: 35px 15px 20px;}
    .detail_school .list li h4 a{ font-size: 18px;}
}

@media screen and (min-width: 600px) {
    .flex{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .taiken .top > div {
        flex-grow: 1;
        margin-left: 25px;
    }
    .taiken .conts > div{ width: 48%;}
}

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

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

    .list02 li{ font-size: 14px;}

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

/*    section[class^="ttl"]{ background-position: left 2em;}*/
    section[class^="ttl"] .inner{ padding: 2em 0;}
    /*    section[class^="ttl"]{ background-position: left 10em;}
    section[class^="ttl"] .inner{ padding: 2em 0;}*/
    section[class^="ttl"] h2::after{ margin: 10px auto 40px;}
    
    section.ttl01 .inner,
    section.ttl03 .inner,
    section.ttl04 .inner{ padding-top: 1em;}
    
    .kabe{ justify-content: center;}
    .kabe li{
        width: 100%;
        margin-top: 60px;
        padding: 50px 12px 15px;
    }
    .kabe li:first-child{ margin-top: 25px;}
    .kabe li h3{ font-size: 18px;}
    .kabe li .voice{
        height: auto;
        padding: 12px;
        font-size: 11px;
    }
    
    .matome{
        font-size: 13px;
        padding: 20px 12px;
        text-align: left;
        margin: 45px auto 0;
        width: 100%;
    }
    .matome::before{
        top: -25px;
        
    }
    
/*    .data{ justify-content: center;}*/
    .data dl{
        width: 47%;
        border-right: 0;
/*        border-bottom: 1px solid #00afec;*/
        padding: 0;
        margin-bottom: 25px;
    }
    .data dl:last-child{
        margin-right: auto;
        margin-bottom: 0;
    }
    .data dt{
        font-size: 11px;
        border-bottom: 0;
        margin-bottom: 0;
    }
/*    .data dt{ border-bottom: 1px dashed #00afec;}*/
    .data dt .bold{ font-size: 1.5em;}
    .data dd{ font-size: 14px;}
    .data dd .number{ font-size: 65px;}
    
    .bq{
        padding: 35px 15px;
        width: 100%;
        margin: 0 auto 25px;
    }
    .bq > cite,
    .bq > .blockquote{ width: 100%;}
    .bq > cite{
        border-right: 0;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .bq > .blockquote{
        border-right: 0;
        padding-right: 0;
        font-size: 11px;
    }
    
    .title_school{ font-size: 15px;}
    
    ul.learning{ padding: 15px;}
    ul.learning li{
        font-size: 11px;
        background: url(/school/image/casebox/checkbox.svg) left top/14px no-repeat;
        padding-left: 16px;
        margin-bottom: 0;
    }
    
    .detail_school{
        padding-top: 105px;
        width: 116%;
        margin-left: -8%;
    }
    .detail_school h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    section .inner .detail_school .lead{
        width: 86%;
        text-align: center;
        margin: 0 auto 40px;
    }
    .detail_school .list{ width: 86%;}
    .detail_school .list li{
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 50px;
    }
    .detail_school .list li .title_list{ font-size: 14px;}
    .detail_school .list li h4{ margin-bottom: 10px;}
    .detail_school .list li h4 a{
        font-size: 15px;
        padding: 12px 7px;
    }
    .detail_school .list li h4 a::after{
        width: 24px;
        height: 24px;
        right: -8px;
    }

    #mv .title{
        margin-top: 0;
        padding-bottom: 35px;
    }
    #mv .title h1{
        font-size: 25px;
        width: 100%;
    }
    #mv .title h1 .bg{ height: 4em;}
    #mv .title h1 .number{
        top: -30px;
        right: 0;
        color: #fff;
    }
    #mv .title h1 .text{ top: .25em;}

    .taiken h2.line{ font-size: 17px;}
    .taiken .top > div{ margin-top: 1em;}
    .taiken h2 .circle {
        width: 50px;
        height: 50px;
        right: 5px;
        top: -1em;
    }
}

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

.seminar_detail_table {
    width: 100%;
    border-top: 1px solid #44a1c5;
    border-left: 1px solid #44a1c5;
}
.seminar_detail_table th {
    background: rgb(68 161 197 / .1);
    white-space: nowrap;
    font-weight: normal;
}
.seminar_detail_table th,
.seminar_detail_table td {
    padding: 10px;
    border-right: 1px solid #44a1c5;
    border-bottom: 1px solid #44a1c5;
    line-height: 1.5;
}
@media screen and (max-width: 599px) {
    .seminar_detail_table {
        font-size: 14px;
    }
    .seminar_detail_table th {
        display: block;
        text-align: center;
    }
    .seminar_detail_table td {
        display: block;
    }
}

.recommendation {
    width: 100%;
}
