@charset "UTF-8";
/*一覧*/
.exp_box {
    background: #f3f3f3;
    margin: 20px 0 0;
}
.exp_box:first-child {
    margin: 0;
}
.exp_ttl {
    background: #215299;
    padding: 25px 20px;
}
.exp-ttl {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.exp_cmp {
    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: 25px 30px 20px;
}
.exp_img {
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
    width: 200px;
    height: 104px;
}
.exp_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.exp_date {
    width: 98%;
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
}
.exp_date .expdt_box {
    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;
    margin: 0 0 15px;
}
.exp_date .expdt_box:last-child {
    margin: 0;
}
.exp_date .expdt_ttl {
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
    border: 1px solid #215299;
    padding: 4px 8px;
    margin: 0 10px 0 0;
}
.exp_date .expdt_txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    width: 86%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    letter-spacing: normal;
}
.exp_date .expdt_txt.is-long {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    letter-spacing: normal;
}
.exp_date .expdt_txt span {
    font-size: 24px;
}
.exp_date .is-day .expdt_txt {
    font-size: 18px;
}
.exp_dtl {
    padding: 0 30px 20px;
}
.exp_txt {
    border-top: 2px solid #fff;
    padding: 20px 0 0;
}
.exp-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.exp_btn {
    padding: 20px 0 0;
}
.exp-btn {
    width: 110px;
    margin: 0 auto;
}
.exp-btn a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}
@media (min-width: 896px) {
    .exp_btn a:hover {
        opacity: 0.8;
    }
}
.exp_btn a span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.exp_more {
    padding: 60px 0 0;
}
.exp-more {
    width: 160px;
    margin: 0 auto;
}
.exp-more a {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    color: #215299;
}
@media (min-width: 896px) {
    .exp-more a:hover {
        opacity: 0.8;
    }
}
.exp-more .is-btn {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.exp-more .is-arw {
    position: relative;
    padding: 0 1em 0 0;
}
.exp-more .is-arw:before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/pager_arw_down.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.exp-more.is-close .is-arw:before {
    background: url(../svg/pager_arw_up.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/*詳細*/
.cmp_img {
    margin: 0 0 40px;
}
.cmp_ttl {
    margin: 0 0 40px;
}
.cmp-ttl {
    display: inline-block;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    border-left: 6px solid #004098;
    padding: 0 0 0 20px;
}
.cmp_ttl.is-ver2 {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #f3f3f3;
}
.cmp_ttl.is-ver2 .cmp-ttl {
    font-size: 24px;
    line-height: 1.9;
    border-left: none;
    padding: 0;
}
.cmp-days {
    margin-top: 10px;
}
/*
.cmp-tag {
    display: block;
}
.cmp-tag a {
    font-size: 12px;
    color: #215299;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .cmp-tag a:hover {
        text-decoration: none;
    }
}
*/
.cmp-tag {
    text-align: right;
    padding: 15px 0 0 0;
}
.cmp-tag a {
    font-size: 12px;
    font-weight: bold;
}
.cmp-tag a span {
    position: relative;
    padding: 0 0 0 20px;
}
.cmp-tag a span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../svg/icn_rarw_r.svg) no-repeat center center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    width: 16px;
    height: 16px;
}
@media (max-width: 896px) {
    .cmp-tag a span:before {
        background: url(../svg/icn_rarw_r.svg) no-repeat center center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        width: 16px;
        height: 16px;
    }
}
.cmp_date {
    border: 1px solid #f3f3f3;
    padding: 25px 20px;
    margin: 0 0 40px;
}
.cmp_date.is-ver2 {
    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;
}
.cmp_logo {
    margin: 0 0 25px;
}
.cmp_date.is-ver2 .cmp_logo {
    margin: 0;
}
.cmp_date.is-ver2 .cmp_dtl {
    width: 73%;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
}
.cmp_dtl dt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
    margin: 0 0 10px;
}
.cmp_dtl dd {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}
.mokuji_warp {
    margin: 0 0 40px;
}
.mokuji_in {
    background: #f3f3f3;
    padding: 25px 20px;
}
.mokuji_ttl {
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 15px;
}
.mokuji_list li {
    display: block;
    line-height: 1;
    margin: 0 0 10px;
}
.mokuji_list li:last-child {
    margin: 0;
}
.mokuji_list li a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #215299;
}
/*
.mokuji_list li .is-in {
    padding-top: 10px;
    padding-left: 1em;
}
*/
.mokuji_list li .is-left {
    display: block;
    padding-left: 1em;
}
.list_box {
    padding: 10px;
    border: 1px solid #f3f3f3;
    margin: 0 0 20px;
}
.list_box:last-child {
    margin: 0;
}
.list_box a {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
@media (min-width: 896px) {
    .list_box a:hover {
        opacity: 0.8;
    }
}
.list_img {
    width: 140px;
    height: 90px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
.list_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*
    width: auto;
    height: 100%;
    */
}
.list_txt {
    font-size: 14px;
    line-height: 1.7;
    width: 76%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    color: #215299;
}
/*parts*/
.article_h2 {
    background: #215299;
    padding: 20px 10px;
    margin: 0 0 40px;
}
.article-h2 {
    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;
}
body.soudan.career.detail .article-h2 {
    border-left: 0;
    padding: 0 0 0 0;
}
.article_h3 {
    border-bottom: 2px solid #f3f3f3;
    padding: 0 0 15px;
    position: relative;
    margin: 0 0 30px;
}
.article_h3:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 140px;
    height: 2px;
    background: #215299;
}
.article-h3 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}
.article_h4 {
    margin: 0 0 30px;
}
.article-h4 {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    border-left: 4px solid #215299;
    padding: 0 0 0 10px;
}
.article_list {
    margin: 0 0 40px;
}
.article_list li {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.article_p {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
    margin: 0 0 40px;
}
.prof-txt a,
.article_p a,
.article_table .table_txt a {
    color: #215299;
}
.prof-txt a .is-wind,
.article_p a .is-wind,
.article_table .table_txt a .is-wind {
    position: relative;
    padding: 0 1em 0 0;
}
.prof-txt a .is-wind:before,
.article_p a .is-wind:before,
.article_table .table_txt a .is-wind:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_window.svg) no-repeat 0 0;
}
.article_img {
    margin: 0 0 40px;
}
@media (min-width: 896px) {
    .article_img a:hover {
        opacity: 0.7;
    }
}
.article_box {
    border: 1px solid #215299;
    padding: 30px 35px;
    margin: 0 0 60px;
}
.article_box dt {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
    margin: 0 0 10px;
    color: #215299;
}
.article_box dd {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.article_box.is-ver2 dt {
    text-align: center;
}
.article_box.is-ver2 dd {
    text-align: center;
}
.article_slide {
/*
    margin: 0 0 60px;
*/
    margin: 0 0 120px;
}
.article_table {
    border-top: 1px solid #f3f3f3;
    margin: 0;
}
.article_table + .article_table {
    border-top: 0;
}
.article_table + div:not(.article_table),
.article_table + p {
    margin-top: 60px;
}
.article_table .table_box {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
}
.article_table .table_ttl {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
    padding: 15px 20px;
    width: 200px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.article_table .table_txt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    padding: 15px 20px;
}
.article_movie {
    margin: 0 0 40px;
}
.article_movie iframe {
    width: 100%;
    height: 390px;
}
.career_cta {
    margin: 0 0 60px;
}
.article_end {
    margin: 0 0 60px;
}
.career_cta .c-btn {
    width: 370px;
    margin: 0 auto;
}
.career_cta .c-btn a {
    display: table;
    table-layout: fixed;
    /* letter-spacing: -.4em; */
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background: #e5003e;
    text-decoration: none;
    position: relative;
}
@media (min-width: 896px) {
    .career_cta .c-btn a:hover {
        background: #ea3365;
    }
}
.article_float{
    margin: 0 0 40px;
}
.float_img {
    float: right;
    width: 260px;
    margin: 0 0 0 20px;
}
.float_img.is-left {
    float: left;
    width: 260px;
    margin: 0 20px 0 0;
}
.float_img img {
    width: 100%;
}
.float-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.article_readmore {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px;
}
.article_readmore.is-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.article_readmore .readmore {
    margin: 0 30px 0 0;
}
.article_readmore .readmore:last-child {
    margin: 0;
}
/*キャリアアップ通信 一覧*/
.soudan_top {
    margin: 0 0 30px;
}
.soudan_ttl {
    margin: 0 0 25px;
}
.soudan-ttl {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
.soudan_txt {
    margin: 0 0 30px;
}
.soudan-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.soudan_lnkttl {
    font-size: 14px;
    line-height: 2.1;
    font-weight: bold;
    margin: 0 0 10px;
}
.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 li:last-child {
    padding: 0;
    margin: 0.8em 0 0 0;
    border-right: none;
}
.soudan_lnk a {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
}
.date_wrap {
    margin: 0 0 20px;
}
.date_wrap:last-child {
    margin: 0;
}
.date_ttl {
    display: table;
    table-layout: fixed;
    letter-spacing: -.4em;
    width: 100%;
    height: 40px;
    background: #215299;
}
.date_ttl a {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    padding: 0 20px 0 15px;
    text-decoration: none;
}
@media (min-width: 896px) {
    .lstBtn_btn a:hover {
        opacity: 0.8;
    }
}
.date-ttl {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.date-ttl:before {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background: url(../svg/pager_arw_up_w.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.date_ttl.on .date-ttl:before {
    background: url(../svg/pager_arw_down_w.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.date-ttl:before {
    content: none;
}
.date_lst {
    padding: 20px 0 0;
}
.date_box {
    /*
    padding: 10px;
    border: 1px solid #f3f3f3;
    */
    margin: 0 0 20px;
}
.date_box:last-child {
    margin: 0;
}
.date_box .label_lst {
    line-height: 1;
    margin: 0 0 10px 0;
}
.date_box a {
    padding: 10px;
    border: 1px solid #f3f3f3;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
@media (min-width: 896px) {
    .date_box a:hover {
        border: 1px solid #215299;
    }
}
.date_btn {
    padding: 20px 0 35px;
}
.date-btn {
    width: 350px;
    margin: 0 auto;
}
.date-btn a {
    height: 50px;
    font-size: 14px;
    line-height: 1.4;
}
.date_img {
    width: 140px;
    height: 90px;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
.date_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.date_txt {
    width: 76%;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    color: #215299;
}
body.soudan .date_txt {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
}
.date-txt {
    font-size: 14px;
    line-height: 1.7;
}
/*REX会計人向けセミナー*/
.seminar_wrap {
    margin: 0 0 60px;
}
.seminar-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 25px;
}
.seminar-txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.1;
}
.seminar_box {
    padding: 60px 0 0;
}
.seminar_box:first-child {
    padding: 0;
}
.exp_img .label-icn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
/*pager*/
.pager_box {
    border-top: 1px solid #f3f3f3;
    padding: 30px 0 0;
}
.pager_box .is-prev {
    text-align: left;
}
.pager_box .is-next {
    text-align: right;
}
.career_cta {
    width: 400px;
    margin: 0 auto;
    padding: 0 0 40px;
}
.career_last {
    padding: 60px 0 0;
}

.cmp_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.label-icn {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 0.5em 0 0;
    line-height: 1;
}
body.soudan .label-icn {
    margin: 0 0.5em 0.5em 0;
}
.label-icn span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #e5003e;
    padding: 4px 6px;
}
.prof_box {
    margin: 0 0 50px 0;
}
.prof_in {
    background: #f3f3f3;
    padding: 20px 20px;
}
.prof-ttl {
    font-size: 14px;
    line-height: 1;
    color: #215299;
    font-weight: bold;
    margin: 0 0 20px;
}
.prof-ttl span {
    font-size: 18px;
    color: #000;
    padding: 0 0.6em;
}
.prof-txt {
    font-size: 13px;
    line-height: 1.8;
}
.career_wrap.is-ver2 {
    background: #f3f3f3;
}
.career_wrap {
    background: #fff;
    padding: 0 0 40px;
    position: relative;
}
.caseTop_lst .swiper-slide {
    background: #fff;
}
.caseTop_dtl a {
    display: block;
    text-decoration: none;
}
.caseTop_lst {
    margin-top: 35px;
}
.caseTop_txt .is-mds {
    background: #215299;
    color: #fff;
    font-size: 1pc;
    line-height: 1;
    text-align: center;
    padding: 9pt 0;
}
.caseTop_box {
    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;
    background: #fff;
    padding: 20px;
}
.caseTop_txt .is-txt {
    font-size: 14px;
    line-height: 1.7;
    height: 74px;
    margin-bottom: 20px;
}
.caseTop_txt .is-flow {
    width: 152px;
}
.caseTop_txt .is-flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    height: 60px;
    line-height: 1.4;
    color: #434343;
    font-weight: bold;
    text-align: center;
}
.caseTop_txt .is-flow li .mds {
    width: 100%;
    font-size: 12px;
}
.caseTop_txt .is-flow li .pay {
    width: 100%;
    font-size: 14px;
}
.caseTop_txt .is-flow li .mds span,
.caseTop_txt .is-flow li .pay span {
    font-size: 20px;
}
.caseTop_txt .is-flow li:last-child {
    height: 80px;
    color: #e5043f;
    margin-top: 30px;
    position: relative;
}
.caseTop_txt .is-flow li:last-child:before {
    content: '';
    width: 14px;
    height: 14px;
    border-top: solid 3px #e5043f;
    border-right: solid 3px #e5043f;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -28px;
    transform: rotate(135deg);
}
.cvTop_btnbx {
    margin-top: 40px;
}
.cvTop_btnbx .cv_btn.cv_sv {
    margin: 0 auto;
}
.linkFl_b_box.is-ver2 {
    height: 100%;
}
.linkFl_b_box.is-ver2 a {
    display: block;
    height: 100%;
}
.linkFl_b_box.is-ver2 .linkFl_b_img {
    width: 100%;
    height: 105px;
    position: relative;
}
.linkFl_b_box.is-ver2 .linkFl_b_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-out;
}
.linkFl_b_box.is-ver2 .linkFl_b_txt {
    padding: 12px;
}
.linkFl_b_box.is-ver2 .linkFl_b-ttl {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.spcTop_rmore {
    padding: 25px 0 0;
}
.spcTop_rmore .readmore {
    display: flex;
    justify-content: flex-end;
}
.link_flow_wrap {
    padding: 30px 20px 0;
}
.smTop_wrap {
    margin-top: 50px;
}
.knowhow_box {
    width: calc(50% - 10px);
    height: 100px;
    box-sizing: border-box;
    background: #fff;
}
.knowhow_box a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: 1px solid #215299;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
}
.knowhow_box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../svg/icn_rarw_r.svg) no-repeat center center;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
}
.knowhow_box .img {
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #215299;
}
.knowhow_box .ttl {
    /* font-size: 18px; */
    line-height: 1.4;
    font-weight: 500;
    margin-left: 20px;
    width: calc(100% - 100px);
}
.knowhow_warp {
    padding: 20px 20px 0;
}
.interTop {
    margin: 50px 0;
}
.interTop.career_wrap  {
    padding-bottom: 20px;
}
@media (min-width: 896px) {
    .caseTop_lst .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }
    .caseTop_lst .swiper-slide {
        width: 300px !important;
    }
    .link_flow.is-ver2 .swiper-wrapper {
        display: flex;
        justify-content: center;
        gap: 0 20px;
    }
    .link_flow.is-ver2 .swiper-slide {
        margin: 0;
        width: 203px;
        background: #fff;
    }
    .knowhow_warp {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .knowhow_box a:hover,
    .caseTop_dtl a:hover {
        opacity: .7;
    } 
}
@media only screen and (max-width: 896px) {
/*一覧*/
    .exp_box {
        margin: 15px 0 0;
    }
    .exp_ttl {
        padding: 8px 15px;
    }
    .exp-ttl {
        font-size: 18px;
        line-height: 1.5;
    }
    .cmp_ttl.is-ver2 {
        padding: 0 15px 20px;
        margin: 0 0 30px;
    }
    .cmp_ttl.is-ver2 .cmp-ttl {
        font-size: 18px;
        line-height: 1.6;
    }
    .exp_cmp {
        display: -webkit-block;
        display: -ms-block;
        display: block;
        padding: 15px 15px 0;
    }
    .exp_img {
        overflow: visible;
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }
    .exp_img img {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: auto;
        width: 100%;
    }
    .exp_date {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .exp_date .expdt_box {
        margin: 0 0 10px;
    }
    .exp_date .expdt_ttl {
        font-size: 10px;
        padding: 4px 4px;
        margin: 0 5px 0 0;
        font-weight: bold;
    }
    .exp_date .expdt_txt {
        font-size: 13px;
        width: 86%;
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
    .exp_date .expdt_txt span {
        font-size: 15px;
    }
    .exp_date .is-day .expdt_txt {
        font-size: 13px;
    }
    .exp_dtl {
        padding: 0 15px 15px;
    }
    .exp_txt {
        display: none;
    }
    .exp_btn {
        padding: 15px 0 0;
    }
    .exp-btn {
        width: 100%;
        margin: 0;
    }
    .exp-btn a {
        height: 45px;
        font-size: 14px;
    }
    .exp_more {
        padding: 30px 0 0;
    }
    .exp-more {
        width: 110px;
    }
    .exp-more a {
        height: 40px;
        font-size: 12px;
    }
    /*詳細*/
    .cmp_warp {
        padding: 0 15px;
    }
    .cmp_warp.is-ver2 {
        padding: 0;
    }
    .cmp_img {
        margin: 0 0 20px;
    }
    .cmp_img img {
        width: 100%;
    }
    .cmp_ttl {
        margin: 0 0 20px;
    }
    .cmp-ttl {
        font-size: 18px;
        line-height: 1.6;
        border-left: 5px solid #004098;
        padding: 0 0 0 20px;
    }
    .cmp_date {
        padding: 20px 15px;
        margin: 0 0 20px;
    }
    .cmp_date.is-ver2 {
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .cmp_logo {
        margin: 0 0 15px;
    }
    .cmp_date.is-ver2 .cmp_logo {
        width: 75px;
        margin: 0 10px 0 0;
    }
    .cmp_logo img {
        width: 100%;
        max-width: 258px;
    }
    .cmp_date.is-ver2 .cmp_dtl {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .cmp_dtl dt {
        font-size: 14px;
        margin: 0 0 15px;
    }
    .cmp_date.is-ver2 .cmp_dtl dt {
        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;
    }
    .cmp_date.is-ver2 .cmp_dtl dt span {
        display: inline-block;
        width: 80%;
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
    }
    .cmp_dtl dd {
        font-size: 13px;
    }
    .mokuji_warp {
        padding: 0 15px;
        margin: 0 0 20px;
    }
    .mokuji_in {
        padding: 20px 15px;
    }
    .mokuji_ttl {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .mokuji_list li {
        margin: 0 0 8px;
    }
    .mokuji_list li a {
        font-size: 13px;
    }
    .list_warp {
        padding: 0 15px;
    }
    .list_box {
        margin: 0 0 15px;
    }
    .list_img {
        width: 100px;
        height: 64px;
    }
    .list_txt {
        font-size: 13px;
        line-height: 1.5;
        width: 64%;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    /*parts*/
    .article_warp {
        padding: 0 15px;
    }
    .article_h2 {
        margin: 0 0 30px;
        padding: 10px 5px;
    }
    .article-h2 {
        font-size: 16px;
        border-left: 3px solid #fff;
        padding: 0 0 0 10px;
    }
    .article_h3 {
        margin: 0 0 20px;
        padding: 0 0 10px;
    }
    .article_h3:before {
        width: 70px;
    }
    .article-h3 {
        font-size: 14px;
    }
    .article_h4 {
        margin: 0 0 20px;
    }
    .article-h4 {
        font-size: 13px;
        border-left: 3px solid #215299;
        padding: 0 0 0 5px;
    }
    .article_list {
        margin: 0 0 30px;
    }
    .article_list li {
        font-size: 13px;
        line-height: 1.7;
    }
    .article_p {
        margin: 0 0 30px;
    }
    .article_p {
        font-size: 13px;
        line-height: 1.7;
        font-weight: normal;
    }
    .article_img {
        margin: 0 0 30px;
    }
    .article_img img {
        width: 100%;
    }
    .article_box {
        padding: 15px 15px;
        margin: 0 0 30px;
    }
    .article_box dt {
        font-size: 13px;
        margin: 0 0 5px;
    }
    .article_box dd {
        font-size: 13px;
        line-height: 2;
    }
    .article_slide {
        /*
        margin: 0 0 30px;
        */
        margin: 0 0 60px;
    }
    .article_table {
        margin: 0;
    }
    .article_table + div:not(.article_table),
    .article_table + p {
        margin-top: 30px;
    }
    .article_table .table_box {
        display: block;
    }
    .article_table .table_ttl {
        display: block;
        font-size: 13px;
        padding: 8px 10px;
        width: 100%;
    }
    .article_table .table_txt {
        display: block;
        font-size: 13px;
        border-left: 1px solid #f3f3f3;
        padding: 8px 10px;
    }
    .article_movie {
        margin: 0 0 30px;
    }
    .article_movie iframe {
        width: 100%;
        height: 195px;
    }
    .career_cta {
        margin: 0 0 30px;
    }
    .article_end {
        margin: 0 0 30px;
    }
    .career_cta .c-btn {
        width: 100%;
    }
    .career_cta .c-btn a {
        height: 70px;
        /*
        font-size: 13px;
        */
    }
    .article_float{
        margin: 0 0 30px;
    }
    .float_img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .float_img.is-left {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .float_img img {
        width: 100%;
    }
    .float-txt {
        font-size: 13px;
        line-height: 1.7;
    }
    .article_readmore {
        margin: 0 0 30px;
    }
    .article_readmore .readmore {
        margin: 5px 10px 5px 0;
    }
    /*キャリアアップ通信 一覧*/
    .soudan_top {
        margin: 0 0 20px;
        padding: 0 15px;
    }
    .soudan_ttl {
        margin: 0 0 15px;
    }
    .soudan-ttl {
        font-size: 18px;
        line-height: 1.2;
    }
    .soudan_txt {
        margin: 0 0 15px;
    }
    .soudan-txt {
        font-size: 13px;
        line-height: 1.7;
        font-weight: 500;
    }
    .soudan_lnk {
        padding: 10px 15px;
    }
    .soudan_lnk ul {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        margin: 0;
    }
    .soudan_lnk li {
        line-height: 1.7;
        padding: 00;
        margin: 0;
        border-right: none;
    }
    .soudan_lnk li:last-child {
        margin: 0;
    }
    .soudan_lnk a {
        font-size: 13px;
        line-height: 1.7;
    }
    .date_list {
        padding: 0 15px;
    }
    .date_wrap {
        margin: 0 0 15px;
    }
    .date_ttl {
        height: 40px;
    }
    .date-ttl {
        font-size: 13px;
        line-height: 1.4;
    }
    .date-ttl:before {
        width: 12px;
        height: 8px;
    }
    .date_lst {
        padding: 15px 0 0;
    }
    .date_box {
        margin: 0 0 15px;
    }
    .date_btn {
        padding: 20px 0 35px;
    }
    .date-btn {
        width: 100%;
        margin: 0 auto;
    }
    .date-btn a {
        height: 50px;
        font-size: 13px;
    }
    .date_img {
        width: 100px;
        height: 64px;
    }
    .date_txt {
        width: 64%;
        width: -webkit-calc(100% - 115px);
        width: calc(100% - 115px);
    }
    .date-txt {
        font-size: 13px;
        line-height: 1.5;
    }
    /*REX会計人向けセミナー*/
    .seminar_wrap {
        margin: 0 15px 25px;
    }
    .seminar-ttl {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .seminar-txt {
        font-size: 13px;
        line-height: 1.7;
    }
    .seminar_box {
        padding: 30px 0 0;
    }
    .seminar_box .article_h3 {
        margin: 0 15px 20px;
    }
    /*pager*/
    .pager_box {
        padding: 15px 15px 0;
    }
    .career_cta {
        width: 100%;
        padding: 0 0 30px;
    }
    .career_last {
        padding: 30px 0 0;
    }
    .caseTop_lst {
        margin-top: 25px;
    }
    .swiper6 .swiper-slide {
        width: 294px;
    }
    .caseTop_dtl {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        box-sizing: border-box;
    }
    .caseTop_dtl:nth-child(-n+2) {
        margin-top: 0;
    }
    .caseTop_txt .is-mds {
        font-size: 14px;
        padding: 10px 0;
    }
    .caseTop_box {
        padding: 15px;
    }
    .caseTop_txt .is-txt {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        height: auto;
        margin-bottom: 8px;
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
    }
    .caseTop_txt .is-flow {
        width: 53.7%;
    }
    .caseTop_txt .is-flow li {
        height: 65px;
        line-height: 1.2;
    }
    .caseTop_txt .is-flow li .mds, .caseTop_txt .is-flow li .pay {
        font-size: 12px;
    }
    .caseTop_txt .is-flow li .mds, .caseTop_txt .is-flow li .pay {
        font-size: 12px;
    }
    .caseTop_txt .is-flow li .mds, .caseTop_txt .is-flow li .pay {
        font-size: 12px;
    }
    .caseTop_txt .is-flow li .mds, .caseTop_txt .is-flow li .pay {
        font-size: 12px;
    }
    .caseTop_txt .is-img img {
        width: 100%;
        height: auto;
    }
    .swiper-button-prev, .swiper-button-next {
        top: 50%;
        width: 30px;
        height: 30px;
    }
    .swiper-button-next {
        right: 22px;
        background: #215299 url(/cmn/svg/bnrlst_arw_r_w.svg) no-repeat center center;
        background-size: 8px auto;
    }
    .swiper-button-next {
        right: 22px;
        background: #215299 url(/cmn/svg/bnrlst_arw_r_w.svg) no-repeat center center;
        background-size: 8px auto;
    }
    .link_flow_wrap .swiper-button-next,
    .caseTop_lst .swiper-button-next {
        right: 15px;
        top: 50%;
    }
    .link_flow_wrap .swiper-button-prev,
    .caseTop_lst .swiper-button-prev {
        right: 15px;
        top: 50%;
    }
    .caseTop_txt .is-img {
        width: 40.4%;
    }
    .cvTop_btnbx {
        margin-top: 20px;
        padding: 0 15px;
    }
    .career_wrap {
        padding-bottom: 25px;
    }
    .smTop_wrap {
        margin-top: 20px;
    }
    .link_flow_wrap {
        padding: 20px 0 0;
    }
    .link_flow.is-ver2 .swiper-slide {
        margin: 0;
        width: 275px;
        background: #fff;
    }
    .link_flow.is-ver2 {
        padding: 0;
    }
    .spcTop_rmore {
        padding: 20px 15px 0;
    }
    .interTop {
        margin: 20px 0;
    }
    .knowhow_box {
        width: 100%;
        height: 75px;
        margin-top: 15px;
    }
    .knowhow_warp {
        padding: 20px 15px 0;
        margin-top: -15px;
    }
    .knowhow_box .ttl {
        margin-left: 15px;
        width: calc(100% - 75px);
    }
    .knowhow_box a {
        padding-right: 20px;
    }
    .knowhow_box a:before {
        right: 5px;
    }
    .linkFl_b_box.is-ver2 .linkFl_b_img {
        height: 154px;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .date-ttl {
        font-size: 11px;
    }
}/*@media*/