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

	Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
    counter-reset: process 0;
    overflow-x: hidden;
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}
.txt_lblue { color: #0091d7;}
.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;}
.pc_02{ display: inherit;}
.sp{ display: none;}

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

.en{ font-family: 'Josefin Slab', serif;}

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 #0091d7;
    width: 115px;
    margin: 20px auto 85px;
}

section h3{
    text-align: center;
    font-size: 23px;
}
section h3.line{
    position: relative;
    margin-bottom: 50px;
}
section h3.line::before,
section h3.line::after{
    content: "";
    width: 25%;
    border-top: 1px solid #0091d7;
    position: absolute;
    top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}
h3 .sub{
    display: block;
    font-size: .7em;
    font-weight: bold;
}

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

.lead{ font-size: 22px;}

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

.text_l{ font-size: 18px;}


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

.btn01{ text-align: center;}
.btn01 a{
    background: #0091d7 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;
    font-weight: normal;
}
.btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}

.wrap_btn{
    display: flex;
    justify-content: center;
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
}
.wrap_btn > .btn01{
    width: 48%;
    margin: 0 10px;
}
.wrap_btn > .btn01 a{ width: 100%;}

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

#breadcrumbs{
    float: left;
    margin: 20px 0;
}

.top h1{
    font-weight: normal;
    font-size: 2.8em;
    text-align: center;
}
.top h1::after{
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 100px;
    margin: 20px auto 30px;
}

.top h2{
    margin: 40px auto;
    color: #1c236d;
    font-size: 1.3rem;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
.top h2::after{
    content: "";
    display: block;
    border-bottom: 1px solid #1c236d;
    width: 100%;
    margin: 10px auto;
}


.txt{
    margin: 3em auto 0;
    font-size: 1.2em;
}

.photfl{
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    max-width: 800px;}

.photfl p{
    width: 30%;}

.photfl p img{
    width: 100%;}

.allabfl{
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;}

.allabfl div{
    margin-bottom: 10px;
    width: 46%;}

.allabfl div p{
    margin-bottom: 10px;
    color: #1c236d;
    font-size: 1rem;}
.allabfl ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.allabfl ul li span {
    margin-right: 3px;
    color: #1c236d;}

a.btn_top{
    background: #1c236d url(/images/common/arrow.svg) 95% center/20px no-repeat;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.3em;
    width: 70%;
    max-width: 380px;
    display: block;
    margin: 30px auto 80px;
    text-align: center;
}

.teacher{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.teacher li{
    width: 33%;
    font-size: 13px;
    padding: 0px 2%;
}
.teacher li figure img{
    width: 153px;
    height: 153px;
    object-fit: cover;
}
.teacher li .name{
    font-size: 17px;
    letter-spacing: .15em;
    margin-top: 10px;
}
@media screen and (max-width: 599px) {
    .teacher {
        flex-direction: column;
        margin-bottom: 0;
    }
    .teacher li{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2em;
    }
    .teacher li figure img{
        width: 80px;
        height: 80px;
    }
    .teacher li .name{
        width: calc(100% - 80px);
        margin-top: 0;
        align-self: center;
        padding-left: 1em;
        line-height: 1.8;
    }
    .teacher li p:not(.name){
        padding-top: 1em;
    }
}
.premium-sub-txt {
    display: block;
    text-align: left;
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}

.top{
    width: 94%;
    max-width: 750px;
    margin: 0 auto 80px;
}


.Course__overview {
    margin: 5em auto 0;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.75rem;
    line-height: 2;
    text-align: left;
}

.Course__overview dt{
    width: 25%;
    margin: -1px 0 0;
    padding: 1rem 0 0 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    color: #666;
    font-size: 13px;
}

.Course__overview dd{
    width: 70%;
    margin: -1px 0 0;
    padding: 0.8rem 0;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
}
.Course__overview dd > a, .Course__overview dd .Course__overview_store > a {
    text-decoration: underline;
    color: #333;
}

.Course__overview_address {
    font-size: .9em;
    color: #666;
    line-height: 1.5;
    padding-top: .5em;
}

.AnotherStores__links {
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.AnotherStores__links a{
    display: block;
    box-sizing: border-box;
    width: 60%;
    max-width: 300px;
    margin: 1rem auto 0;
    padding: 20px 20px 20px 5px;
    border-radius: 6px;
    background-color: #ea5520;
    box-shadow: 0 1.5px 0 #88001c;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}
.AnotherStores__links a.tel{
    background: #f3b11b;
    box-shadow: 0 1.5px 0 #926b11;}
.AnotherStores__links a::after {
    content: '';
    padding: 7px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;}
.AnotherStores__links a:hover{ text-decoration: underline;}

.pamday_links {
    display: flex;
    justify-content: center;
    width: 100%;}

.pamday_links p{
    text-align: center;
    width: 30%;
    margin: 1rem;}

.pamday_links a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    padding: 20px;
    border-radius: 6px;
    background-color: #f2f2f2;
    /* box-shadow: 0 1.5px 0 #88001c; */
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}
.pamday_links a:hover{ text-decoration: underline;}


/*  */
@media screen and (max-width: 1024px) {
    #head2{ height: 85px !important;}

    #container{
        margin-top: 100px;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 20px;}

    .btn01{ max-width: 100%;}
    .btn01 a{ width: 80%;}
}

@media screen and (max-width: 1000px) {
    .pc_02{display: none}
}


/*  */
@media screen and (max-width: 599px) {
    #breadcrumbs{ display: none;}

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

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

    .text_l{ font-size: 1.15em;}

    section .inner{ padding: 40px 0;}
    .top h1::after{
        width: 50px;
        margin: 10px auto 15px;
    }
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 60px;
    }
    .btn01 a{
        font-size: 16px;
        padding: 10px 5px;
        background: #0091d7 url(/images/common/arrow.svg) 97% center/16px no-repeat;
    }

    .wrap_btn{ flex-wrap: wrap;}
    .top .wrap_btn{ margin-bottom: 50px;}
    .wrap_btn > .btn01{ width: 100%;}
    .wrap_btn > .btn01 a{ margin: 20px auto 0;}

    .btn02::before{ left: 5px;}

    .top h1{ font-size: 2em;}
    .top h1 .txt_s::before,
    .top h1 .txt_s::after{
        content: "\A";
        white-space: pre;
    }

    .top .text{ line-height: 1.6;}


    .AnotherStores__links a{
        padding: 10px 15px 10px 10px;
        width: 70%;
    }

    .AnotherStores__links a::after{
        padding: 5px;
        right: 6px;
    }

    .pamday_links {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    width: 100%;}

.pamday_links p{
    width: 60%;
    margin: 1rem;}

.pamday_links a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    padding: 20px 20px 20px 5px;
    border-radius: 6px;
    background-color: #f2f2f2;
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}

    .photfl{
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    max-width: 90%;}

    .photfl p{
        width: 100%;
        margin-bottom: 10px;}

    .photfl p img{
    width: 100%;}

    .allabfl{
        margin: 30px auto;
        display: flex;
        flex-direction: column;
        max-width: 90%;}

    .allabfl div{
        font-size: 0.8rem;
        margin-bottom: 10px;
        width: 100%;}

    .allabfl div p{
        margin-bottom: 10px;
        color: #1c236d;
        font-size: 1rem;}

    .allabfl ul li span {
        margin-right: 3px;
        color: #1c236d;}


}

@media screen and (max-width: 320px) {
    .top h1 .txt_s{ font-size: .65em;}
}

/* k҂̐ */
.client_voice section {
    margin-bottom: 60px;
}
.client_voice section + section {
    padding-top: 60px;
    border-top: 1px dotted #1c236d;
}
.client_voice .client_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.client_voice .client_detail .prf_img {
    width: 30%;
}
.client_voice .client_detail .prf_txt {
    width: 65%;
    color: #1c236d;
    font-size: 14px;
}
.client_voice .client_detail h3 {
    margin-bottom: 1.5em;
    font-size: 14px;
    text-align: left;
}
.client_voice .comment {
    margin-top: 35px;
    padding: 20px;
    border: 1px solid #1c236d;
}
.voice_bf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_bf dl{
    border: 1px solid #1c236d;
    padding: 70px 20px 20px;
    position: relative;
    width: 45%;
    margin-top: 80px;
}
.voice_bf dl + dl::before{
    content: "";
    padding: 13%;
    background: url(/images/salon/arw_ba.svg) center center/contain no-repeat;
    position: absolute;
    left: -25%;
}
.voice_bf dt{
    background: #fff;
    padding: 20px;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    margin: auto;
    text-align: center;
}
.voice_bf dt > span{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #1c236d;
    color: #fff;
    line-height: 1;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.voice_bf dt .en{ font-size: 1.5em;}
@media screen and (max-width: 599px) {
    .client_voice section {
        margin-bottom: 50px;
    }
    .client_voice section + section {
        padding-top: 50px;
    }
    .client_voice .client_detail {
        align-items: flex-start;
    }
    .client_voice .client_detail .prf_img {
        width: 40%;
    }
    .client_voice .client_detail .prf_txt {
        width: 58%;
        color: #1c236d;
        font-size: 14px;
    }
    .voice_bf dl{ width: 100%;}
    .voice_bf dl + dl{ margin-top: 140px;}
    .voice_bf dl + dl::before{
        left: 0;
        right: 0;
        top: -145px;
        text-align: center;
        transform: rotate(90deg);
        z-index: 1;
    }
}
