@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;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    position: relative;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #ea5520;
    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: #EA5621;
    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: #EA5621 !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: #ea5520;
    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: #ea5520;
/*    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: #01afec;
    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;
}

.voice{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin-bottom: 90px;
}
.voice dl{
    width: 50%;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.voice dl:first-of-type{ border-right: 1px solid #ea5520;}
.voice dt{
    font-size: 22px;
    color: #ea5520;
    border-bottom: 1px solid #ea5520;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.voice dt::before{
    content: "Q" "\0300c";
}
.voice dt::after{
    content: "\0300d";
}
.voice dl:first-of-type dd::before{
    content: "";
    width: 100%;
    height: 220px;
    display: block;
    background: url(/school/image/casebox/retirement/graph01.svg) center center/175px no-repeat;
}
.voice dl:last-of-type dd::before{
    content: "";
    width: 100%;
    height: 220px;
    display: block;
    background: url(/school/image/casebox/retirement/graph02.svg) center center/175px no-repeat;
}
.voice dd{
    font-size: 19px;
    line-height: 1;
}
.voice dd .txt_orange{
    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%);
}
.voice dd .number{
    font-family: 'Josefin Slab', serif;
    font-size: 82px;
    padding: 0 5px;
}
.voice .arrow{
    position: absolute;
    background: #eb5314;
    color: #fff;
    font-size: 22px;
    top: 40%;
    padding-left: 10px;
}
.voice .arrow::after{
     content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32.5px 0 32.5px 50px;
    border-color: transparent transparent transparent #ea5620;
    position: absolute;
    top: -35%;
    right: -32px;
    z-index: -1;
}

.voice02{ text-align: center;}
.voice02 dl{
    font-size: 22px;
    color: #ea5520;
    border-bottom: 1px solid #ea5520;
    padding-bottom: 15px;
}
.voice02 dd{
    display: inline-block;
    font-size: 18px;
    padding: 0 45px;
    margin-top: 60px;
}
.voice02 dd::after{
    content: "";
    width: 100%;
    height: 120px;
    display: block;
}
.voice02 dd:first-of-type::after{ background: url(/school/image/casebox/retirement/ex01.svg) center bottom/102px no-repeat;}
.voice02 dd:nth-of-type(2)::after{ background: url(/school/image/casebox/retirement/ex02.svg) center center/102px no-repeat;}
.voice02 dd:nth-of-type(3)::after{ background: url(/school/image/casebox/retirement/ex03.svg) center center/115px no-repeat;}
.voice02 dd:nth-of-type(4)::after{ background: url(/school/image/casebox/retirement/ex04.svg) center center/102px no-repeat;}
.voice02 dd:nth-of-type(5)::after{ background: url(/school/image/casebox/retirement/ex05.svg) center center/102px no-repeat;}
.voice02 dd:nth-of-type(6)::after{ background: url(/school/image/casebox/retirement/ex06.svg) center center/102px no-repeat;}
.voice02 dd:nth-of-type(7)::after{ background: url(/school/image/casebox/retirement/ex07.svg) center center/102px no-repeat;}

.key{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    counter-reset: key 0;
}
.key li{
    width: 25%;
    margin-top: 50px;
/*    padding: 30px;*/
}
.key li h3{
    color: #fff;
    background: #f29665;
    border-radius: 100%;
    font-weight: normal;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 2em;
    margin: 0 30px 10px;
}
.key li h3::before{
    font-family: 'Josefin Slab', serif;
    content: counter(key);
    counter-increment: key 1;
    display: block;
    font-size: 42px;
    line-height: 1.5;
}
.key li p{
    margin-left: 25px;
    font-size: 13px;
}

.hint{ text-align: center;}
.hint h3{
    font-size: 22px;
    color: #ea5520;
    border-top: 1px solid #ea5520;
    border-bottom: 1px solid #ea5520;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-weight: normal;
}
.hint .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hint .list:first-of-type{ margin-bottom: 110px;}
.hint .list li{
    width: 28%;
    background: #f3f3f2;
    padding: 40px 20px;
    position: relative;
    font-size: 20px;
}
.hint .list li .ttl{
    display: block;
    font-size: 22px;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    color: #ea5520;
}
.hint .list:first-of-type li .ttl{
    font-family: 'Josefin Slab', serif;
    font-size: 29px;
}
.hint .list li[class^=ng]{ margin-top: 150px;}
.hint .list li[class^=ng]::before{
    content: "";
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top: -150px;
}
.hint .list .ng01::before{ background: url(/school/image/casebox/retirement/ng01.svg) center bottom/99px no-repeat;}
.hint .list .ng02::before{ background: url(/school/image/casebox/retirement/ng02.svg) center bottom/65px no-repeat;}
.hint .list .ng03::before{ background: url(/school/image/casebox/retirement/ng03.svg) center bottom/122px no-repeat;}

.title_school{
    font-size: 20px;
    text-align: center;
    color: #ea5520;
    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 #ea5520;
    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/retirement/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: #ea5520;
    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 li{
    width: 48.5%;
    background: #f3f3f2;
    margin-bottom: 60px;
    padding: 35px 30px;
    position: relative;
}
.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: #ea5520;
    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/retirement/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: #ea5520;
    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 #ea5520;
    position: absolute;
    top: -35px;
    left: 49%;
    display: block;
    background: transparent;
}
.bg-beige .matome{ background: #fff;}
/*.bg-beige .matome::before{ background: #f3f3f2;}*/
.matome02{
    font-size: 30px;
    color: #eb5421;
    margin-top: 55px;
}

section[class^="ttl"]{
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ttl01{
    background-image: url(/school/image/casebox/retirement/ttl01.jpg);
    padding-top: 110px;
}
.ttl01 h2{ color: #fff;}
.ttl01 h2::after{
    border-bottom: 3px solid #fff;
    margin: 20px auto;
}
section.ttl01 div.inner{ padding: 0 0 120px;}
.ttl02{ background-image: url(/school/image/casebox/retirement/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 #EA5621;
    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: #EA5621;
}
.taiken h2 .circle {
    font-size: 15px;
    color: #EA5621;
    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: #EA5621;
}
.taiken h4{
    border-left: 9px solid;
    border-bottom: 1px solid;
    padding-left: .75em;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #EA5621;
}


/* ディスプレイ（大） */
@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) {
    
    .br_pc::before,
    .br_sp::before{ content: none;}
    .br_tb::before{
        content: "\A" ;
        white-space: pre ;
    }

    
    #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: 2.5em 0;}
    section[class^="ttl"] h2::after{ margin: 20px auto 50px;}

    .ttl01{ padding-top: 3em;}
    section.ttl01 h2::after{ margin: 20px auto;}
    
    .voice .arrow{ font-size: 17px;}
    .voice .arrow::after {top: -50%;}
    
    .voice02 dd {
        max-width: 48%;
        vertical-align: top;
        padding: 0 25px;
        margin-top: 30px;
    }
    .voice02 dd:first-of-type::after{ height: 140px;}

    
    .key li h3 {
        padding-bottom: 1.3em;
        margin: 0 10px 10px;
    }
    
    .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_tb::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }

    .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;
    }
/*    .btn02::before{ left: 5px;}*/

    section[class^="ttl"] {
        background-position: center top;
        background-size: 120%;
    }
    section[class^="ttl"] .inner{ padding: 2em 0;}
    section[class^="ttl"] h2::after{ margin: 10px auto 40px;}
    
    section.ttl01{
        padding-top: 8px;
        background-position: center top;
        background-size: 140%;
    }
    section.ttl01 div.inner{ padding-bottom: 2em;}
/*    .ttl01 h2::after{ border-bottom: 3px solid #eb5314;}*/
    
    section.ttl02 div.inner,
    section.ttl03 div.inner{ padding-top: 1em;}
    
    .voice02 dd {
        padding: 0 5px;
        font-size: 14px;
    }
    
    .key li{
        width: 50%;
        margin-top: 25px;
    }
    .key li:nth-child(-n+2){ margin-top: 0;}
    .key li h3{ font-size: 2em;}
    .key li h3::before{ font-size: 1em;}
    .key li p{ margin-left: 10px;}

    .matome{
        font-size: 13px;
        padding: 20px 12px;
        text-align: left;
        margin: 45px auto 0;
        width: 100%;
    }
    .matome::before{ top: -25px;}
    .matome02 {
        font-size: 18px;
        margin-top: 30px;
    }

    .voice dl{
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }
    .voice dl:first-of-type{ border-right: 0;}
    .voice dt{
        font-size: 17px;
        margin-bottom: 0;
        border-bottom: 1px solid #ea5520;
        padding-bottom: 10px;
    }
    .voice dt .bold{ font-size: 1.5em;}
    .voice dd{ font-size: 14px;}
    .voice dd .number{ font-size: 65px;}
    .voice .arrow{
        position: static;
        padding: 0 10px;
        margin-bottom: 25px;
    }
    .voice .arrow::after{ content: none;}
    .voice02 dl { font-size: 17px;}

    .hint h3 {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 25px;
    }
    .hint .list li {
        width: 100%;
        margin-bottom: 30px;
        padding: 25px 10px 20px;
        font-size: 18px;
    }
    .hint .list li .ttl{ top: -.8em;}
    .hint .list:first-of-type { margin-bottom: 50px;}
    .hint .list:first-of-type li .ttl{ font-size: 26px;}
    .hint .list li[class^=ng]{
        margin-top: 100px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .hint .list li[class^=ng]::before {
        height: 100px;
        top: -120px;
    }
    .hint .list .ng01::before{ background: url(/school/image/casebox/retirement/ng01.svg) center center/85px no-repeat;}
    .hint .list .ng02::before{ background: url(/school/image/casebox/retirement/ng02.svg) center bottom/55px no-repeat;}
    .hint .list .ng03::before{ background: url(/school/image/casebox/retirement/ng03.svg) center bottom/100px no-repeat;}

    .title_school{ font-size: 15px;}
    
    ul.learning{ padding: 15px;}
    ul.learning li{
        font-size: 11px;
        background: url(/school/image/casebox/retirement/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: 24px;
        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.ttl03 div.inner{ padding-top: 0;}
    .key li h3{ font-size: 1.6em;}
    .detail_school{ padding-top: 90px;}
}

.seminar_detail_table {
    width: 100%;
    border-top: 1px solid #eb5620;
    border-left: 1px solid #eb5620;
}
.seminar_detail_table th {
    background: rgb(235 86 32 / .1);
    white-space: nowrap;
    font-weight: normal;
}
.seminar_detail_table th,
.seminar_detail_table td {
    padding: 10px;
    border-right: 1px solid #eb5620;
    border-bottom: 1px solid #eb5620;
    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%;
}
