@charset "UTF-8";
.mokuji_warp {
    padding: 30px 0 0;
}
.mokuji_warp:first-child {
    padding:0;
}
.mokuji_warp.is-ver3 {
    padding: 0;
}
.support_box {
    margin: 0 0 80px 0;
}
/*特長*/
.spt_dtl {
    margin: 0 0 60px;
}
.spt_dtl:last-child {
    margin: 0;
}
.spt_dtl .spt_ttl {
    margin: 0 0 30px;
}
.spt_dtl .article_h3 {
    margin: 0 0 20px;
}
.spt_dtl .article_h4 {
    margin: 0 0 20px;
}
.spt_dtl .article_p {
    margin: 0 0 30px;
    font-weight: normal;
}
.spt_dtl .article_p:last-child {
    margin: 0;
}
.spt_dtl .spt_img {
    text-align: center;
    margin: 0 0 30px;
}
.spt_dtl .spt_img:last-child {
    margin: 0 ;
}
.spt_dtl .spt_btn {
    padding: 30px 0 0;
}
.spt_dtl .spt-btn {
    width: 350px;
    margin: 0 auto;
}
@media (min-width: 896px) {
    body.seminar.all_top .spt_dtl .spt-btn {
        width: 390px;
    }
}
.spt_dtl .spt-btn a {
    height: 80px;
    line-height: 1.4;
    font-size: 18px;
    line-height: 1.4;
}
/*コンサルタント紹介*/
.merit_ttl {
    margin: 0 0 30px;
}
.merit-ttl {
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    border-left: 6px solid #004098;
    padding: 0 0 0 20px;
}
.read_warp {
    margin: 0 0 30px;
}
.read_img {
    margin: 0 0 40px;
}
.read_ttl {
    margin: 0 0 20px;
}
.read-ttl {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.read-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.staffLst_dtl {
    background: #f3f3f3;
    margin: 0 0 20px;
}
.staffLst_dtl:last-child {
    margin: 0;
}
.staffLst_in {
    padding: 30px;
    position: relative;
}
.staffLst_box {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 20px;
}
.staffLst_name {
    width: 98%;
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
}
.prf_name {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 20px;
}
.prf_tag {
    margin: -5px 0 15px;
    line-height: 1;
    letter-spacing: -.4em;
}
.prf_tag li {
    margin-top: 5px;
    cursor: auto;
}
.prf_tag li:hover {
    opacity: 1;
}
.prf_sub {
    margin: 0 0 20px;
}
.prf_sub li {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 5px;
}
.prf_sub li:last-child {
    margin: 0;
}
.prf_sub .is-txt,
.prf_sub .is-prftxt {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 5px;
}
.date_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -webkit-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 15px;
}
.date_box:last-child {
    margin: 0;
}
.date_box .is-ttl {
    line-height: 2;
}
.date_box .is-ttl span {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #215299;
    border: 1px solid #215299;
    padding: 4px 0;
    width: 90px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.date_box .is-txt {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    width: 98%;
    width: -webkit-calc(100% - (90px + 10px) );
    width: calc(100% - (90px + 10px) );
}
.staffLst_pfo {
    background: #fff;
    padding: 20px 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pfo_ttl {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #e5003e;
}
.pfo_list {
    width: 98%;
    width: -webkit-calc(100% - 85px );
    width: calc(100% - 85px );
}
.pfo_list li {
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0 0 10px;
}
.pfo_list li:last-child {
    margin: 0;
}
.staffLst_btn {
    background: #e8e8e8;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}
.staffLst-btn {
    width: 150px;
    margin: 0 10px;
}
.staffLst-btn a {
    height: 40px;
    font-size: 12px;
    border-bottom: 0;
}
.staffLast_txt {
    padding: 40px 0 0;
}
.staffLast-txt {
    font-size: 14px;
    line-height: 1.8;
}
@media (min-width: 896px) {
    .staffLst-btn a:hover {
        border-top: 0;
    }
/*
    a:hover {
        opacity: 0.8;
    }
*/
}
.staff_perfo li {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 14px;
}
.staff_perfo li:last-child {
    margin: 0;
}
.staff_perfo span {
    position: relative;
    padding: 0 0 0 1.5em;
}
.staff_perfo span:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #215299;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.staffmv_in {
    width: 100%;
    min-height: 260px;
    position: relative;
    margin: 0 0 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.staffmv_txt {
    padding: 0 210px 0 40px;
}
.staffmv-txt {
    font-size: 20px;
    line-height: 1.8;
}
.staffms_warp {
    margin: 50px 0 0 0;
    background: #f3f3f3;
    padding: 30px 30px;
}
.staffms_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.staffms_txt {
    width: 98%;
    width: -webkit-calc(100% - 195px);
    width: calc(100% - 195px);
}
.staffms-txt {
    font-size: 14px;
    line-height: 2.1;
}
.staff_btn {
    padding: 40px 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.staff-btn {
    width: 330px;
}
.staff-btn a {
    border-bottom: 0;
}
@media (min-width: 896px) {
    .staff-btn a:hover {
        border-top: 0;
    }
}
.staffls_warp {
    padding: 40px 0 0;
}
.staffls_tx {
    font-size: 14px;
    line-height: 2.1;
    text-align: center;
}
/*flow*/
.flow_box .spt-btn.c-btn a .is-bg {
    font-size: 20px;
    display: block;
    font-weight: 500;
}
.flowChk_wrap {
    margin: 30px 0 0 0;
    border: 1px solid #215299;
    padding: 30px 30px 20px 30px;
}
.flowChk-ttl {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 18px;
    color: #215299;
    font-weight: bold;
    line-height: 1;
}
.flowChk-ttl span {
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.flowChk-ttl span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -18px;
    z-index: 9;
    width: 12px;
    height: 12px;
    background: url(../img/icn_yh_left.png) no-repeat center center;
}
.flowChk-ttl span:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -18px;
    z-index: 9;
    width: 12px;
    height: 12px;
    background: url(../img/icn_yh_right.png) no-repeat center center;
}
.flowChk_list li {
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 2.1;
}
.flowChk_list li:last-child {
    margin: 0 0 0 0;
}
.flowChk_list li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 9;
    width: 15px;
    height: 11px;
    background: url(../svg/icn_check3.svg) no-repeat center center;
    background-size: 15px auto;
}
.spt_dtl.is-arw {
    padding: 0 0 62px 0;
    margin: 0 0 40px 0;
    background: url(../img/dec_arw_flow.png) no-repeat center bottom;
}
.flow_box .article_section {
    margin: 0 0 30px 0;
}
.flow_box .article_section:last-child {
    margin: 0 0 0 0;
}
.flow_box .article-h1 {
    margin: 0 0 30px 0;
}
.flow_box .spt-ttl .nmb {
    font-size: 30px;
}
.flow_box .spt-ttl .txt {
    padding: 0 0 0 90px;
}
.flex_clm .flex_img {
    float: left;
    width: 330px;
    margin: 0 30px 0 0;
}
.flex_clm .flex_img img {
    width: 100%;
}
.flex_clm .article_p {
    float: left;
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
}
.mvdtl_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0 0;
}
.mvdtl_box {
    width: 48%;
}
.mvdtl_mv a {
    position: relative;
}
.mvdtl_mv a:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../svg/icn_movie_red.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.mvdtl_mv a img {
    width: 100%;
    height: auto;
}
.mvdtl_txt {
    padding: 15px 0 0;
}
.mvdtl-ttl {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.5em;
}
.mvdtl-ttl a {
    font-size: 14px;
    font-weight: bold;
    color: #0b57a6;
}
.mvdtl-ttl:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../svg/icn_rarw_r.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.is-meritTop_txt {
    font-size: 13px;
}
.is-read-txt-mark {
    font-size: 10px;
    vertical-align: top;
}
.date_box .is-ttl span.is-staffLst_kind {
    width: 106px;
    margin-right: 10px;
}
.soudan_top {
    margin: 0 0 40px;
}
.soudan_lnk {
    background: #f3f3f3;
    padding: 20px 20px;
}
.soudan_lnk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1em 0 0 0;
}
.soudan_lnk li {
    line-height: 1;
    padding: 0 0.5em 0 0;
    margin: 0.8em 0.5em 0 0;
    border-right: 1px solid #215299;
}
.soudan_lnk a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
}
.area-name_wrap {
    background: #215299;
    padding: 20px 10px;
    margin: 0 0 20px;
}
.area-name {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    border-left: 6px solid #fff;
    padding: 0 0 0 20px;
}
@media (min-width: 896px) {
    .mvdtl_mv a:hover {
        opacity: 0.8;
    }
}
@media only screen and (max-width: 896px) {
    .mokuji_warp {
        padding: 20px 0 0;
    }
    .mokuji_warp.is-ver3 {
        padding: 0;
    }
    .support_box {
        margin: 0 0 60px 0;
    }
    /*特長*/
    .spt_dtl {
        margin: 0 15px 30px;
    }
    .spt_dtl:last-child {
        margin: 0 15px;
    }
    .spt_dtl .spt_ttl {
        margin: 0 0 20px;
    }
    .spt_dtl .article_h3 {
        margin: 0 0 15px;
    }
    .spt_dtl .article_h4 {
        margin: 0 0 15px;
    }
    .spt_dtl .article_p {
        margin: 0 0 30px;
    }
    .spt_dtl .spt_img {
        margin: 0 0 30px;
    }
    .spt_dtl .spt_img img {
        width: 100%;
    }
    .spt_dtl .spt_btn {
        padding: 30px 0 0;
    }
    .spt_dtl .spt-btn {
        width: 100%;
    }
    .spt_dtl .spt-btn a {
        height: 50px;
        font-size: 13px;
    }
    /*コンサルタント紹介*/
    .merit_ttl {
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .merit-ttl {
        font-size: 16px;
        border-left: 3px solid #215299;
        padding: 0 0 0 10px;
    }
    .read_warp {
        margin: 0 0 30px;
        padding: 0 15px;
    }
    .read_img {
        margin: 0 0 30px;
    }
    .read_img img {
        width: 100%;
    }
    .read_ttl {
        margin: 0 0 20px;
    }
    .read-ttl {
        font-size: 18px;
    }
    .read-txt {
        font-size: 13px;
        line-height: 1.7;
        font-weight: normal;
    }
    .staffLst_dtl {
        margin: 0 0 15px;
    }
    .staffLst_in {
        padding: 15px;
    }
    .staffLst_box {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        margin: 0 0 15px;
    }
    .staffLst_img {
        width: 78px;
    }
    .staffLst_img img {
        width: 100%;
    }
    .staffLst_name {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .staffLst_prf {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 15px;
		align-items: center;
    }
    .staffLst_prf.is-solo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .staffLst_prfin {
        width: 98%;
        width: -webkit-calc(100% - (78px + 10px) );
        width: calc(100% - (78px + 10px) );
    }
    .prf_name {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .prf_name:last-child {
        margin: 0;
    }
    .prf_tag {
        margin: 0 0 15px;
    }
    .prf_tag:last-child {
        margin: 0;
    }
    .prf_sub {
        margin: 0 0 15px;
    }
    .prf_sub:last-child {
        margin: 0;
    }
    .prf_sub li {
        font-size: 12px;
        margin: 0 0 5px;
    }
    .date_box {
        margin: 0 0 10px;
    }
    .date_box:last-child {
        margin: 0;
    }
    .date_box .is-ttl {
        line-height: 2;
    }
    .date_box .is-ttl span {
        font-size: 10px;
        padding: 4px 0;
        width: 80px;
    }
    .date_box .is-txt {
        font-size: 12px;
        width: 98%;
        width: -webkit-calc(100% - (80px + 10px) );
        width: calc(100% - (80px + 10px) );
        font-weight: normal;
    }
    .staffLst_pfo {
        padding: 15px 15px;
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .pfo_ttl {
        font-size: 13px;
        margin: 0 0 10px;
    }
    .pfo_list {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .pfo_list li {
        font-size: 12px;
    }
    .staffLst_btn {
        background: #e8e8e8;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 15px;
    }
    .staffLst-btn {
        width: 48%;
        margin: 0;
    }
    .staffLst-btn a {
        height: 45px;
        font-size: 14px;
    }
    .staffLast_txt {
        padding: 30px 15px 0;
    }
    .staffLast-txt {
        font-size: 13px;
    }
    .staff_perfo li {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 10px;
    }
    .staff_perfo span:before {
        width: 12px;
        height: 12px;
        top: 4px;
    }
    .staffmv_warp {
        padding: 0 15px;
    }
    .staffmv_in {
        margin: 0 0 25px;
        min-height: 130px;
    }
    .staffmv_txt {
        padding: 10px 110px 10px 15px;
    }
    .staffmv-txt {
        font-size: 13px;
        line-height: 1.7;
    }
    .staffms_warp {
        margin: 30px 0 0 0;
        padding: 15px 15px;
    }
    .staffms_img {
        width: 80px;
    }
    .staffms_img img {
        width: 100%;
    }
    .staffms_txt {
        width: 98%;
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px);
    }
    .staffms-txt {
        font-size: 13px;
        line-height: 1.7;
    }
    .staff_btn {
        padding: 30px 0 0;
    }
    .staff-btn {
        width: 48%;
    }
    .staffls_warp {
        padding: 20px 0 0;
    }
    .staffls_tx {
        font-size: 12px;
        line-height: 1.7;
        text-align: left;
    }
    /*flow*/
    .flow_box .spt-btn.c-btn a {
        font-size: 13px;
        height: 65px;
    }
    .flow_box .spt-btn.c-btn a .is-bg {
        font-size: 18px;
    }
    .flowChk_wrap {
        margin: 25px 0 0 0;
        padding: 20px 15px 20px 15px;
    }
    .flowChk-ttl {
        margin: 0 0 20px 0;
        font-size: 13px;
    }
    .flowChk-ttl span:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -18px;
        z-index: 9;
        width: 12px;
        height: 12px;
        background: url(../img/icn_yh_left.png) no-repeat center center;
    }
    .flowChk-ttl span:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -18px;
        z-index: 9;
        width: 12px;
        height: 12px;
        background: url(../img/icn_yh_right.png) no-repeat center center;
    }
    .flowChk_list li {
        margin: 0 0 0 0;
        padding: 0 0 0 25px;
        font-size: 13px;
        line-height: 1.76;
    }
    .flowChk_list li:before {
        top: 7px;
        width: 13px;
        height: 10px;
        background: url(../svg/icn_check3.svg) no-repeat center center;
        background-size: 13px auto;
    }
    .spt_dtl.is-arw {
        padding: 0 0 50px 0;
        margin: 0 15px 30px 15px;
        background: url(../img/dec_arw_flow.png) no-repeat center bottom;
        background-size: 62px auto;
    }
    .flow_box .article_section {
        margin: 0 0 20px 0;
    }
    .flow_box .article-h1 {
        margin: 0 0 15px 0;
    }
    .flow_box .spt-ttl .nmb {
        font-size: 20px;
    }
    .flow_box .spt-ttl .txt {
        padding: 0 0 0 60px;
    }
    .flex_clm .flex_img {
        width: 165px;
        margin: 0 15px 5px 0;
    }
    .flex_clm .article_p {
        float: none;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .mvdtl_lst {
        display: block;
        padding: 20px 0 0;
    }
    .mvdtl_box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        margin: 20px 0 0;
    }
    .mvdtl_box:first-child {
        margin: 0;
    }
    .mvdtl_mv {
        width: 160px;
    }
    .mvdtl_mv a:after {
        width: 30px;
        height: 30px;
    }
    .mvdtl_txt {
        width: calc(100% - 170px);
    }
    .mvdtl-ttl a {
        font-size: 13px;
    }
    .mvdtl-ttl:before {
        width: 13px;
        height: 13px;
        top: 6px;
    }
    .is-meritTop_txt {
        font-size: 11px;
    }
    .soudan_top {
        margin: 0 0 20px;
    }
    .prf_sub .is-prftxt {
        font-size: 12px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .mvdtl_box {
        display: block;
        width: 100%;
    }
    .mvdtl_mv {
        width: 100%;
    }
    .mvdtl_txt {
        padding: 10px 0 0;
        width: 100%;
    }
}/*@media*/
