@charset "UTF-8";
/*一覧*/
@media (min-width: 896px) {
    .exp_warp.is-dw {
        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;
    }
}
.exp_box {
    background: #f3f3f3;
    margin: 20px 0 0;
}
.exp_box:first-child {
    margin: 0;
}
@media (min-width: 896px) {
    .exp_warp.is-dw .exp_box {
        width: 48%;
    }
    .exp_warp.is-dw .exp_box:nth-child(2) {
        margin: 0;
    }
}
.exp_ttl {
    background: #215299;
    padding: 25px 20px;
}
@media (min-width: 896px) {
    body.seminar .exp_ttl {
        padding: 15px 20px;
    }
}
.exp-ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    color: #fff;
}
.exp-ttl.is-paid {
    position: relative;
    padding: 0 0 0 100px;
}
.exp-ttl.is-paid:before {
    content: "有料セミナー";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #e5003e;
    padding: 4px 6px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.exp-ttl.is-closed {
    position: relative;
    padding: 0 0 0 72px;
}
.exp-ttl.is-closed:after {
    content: "受付終了";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #e5003e;
    background: #fff;
    padding: 4px 6px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.exp-ttl.is-opened {
    position: relative;
    padding: 0 0 0 60px;
}
.exp-ttl.is-opened:after {
    content: "受付中";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background: #e5003e;
    padding: 4px 6px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.exp-ttl.is-paid.is-closed {
    padding: 0 0 0 172px;
}
@media (min-width: 896px) {
    body.seminar .exp-ttl.is-paid.is-closed {
        padding: 15px 0 15px 102px;
    }
    body.seminar .exp-ttl.is-paid.is-opened {
        padding: 15px 0 15px 102px;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-closed {
        padding: 30px 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-opened {
        padding: 30px 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-paid.is-closed {
        padding: 30px 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-paid.is-opened {
        padding: 30px 0 0 0;
    }
}
.exp-ttl.is-paid.is-closed::before {
    left: 75px;
}
@media (min-width: 896px) {
    body.seminar .exp-ttl.is-closed.is-paid::before {
        left: 0;
        top: 50%;
        margin: 5px 0 0 0;
    }
    body.seminar .exp-ttl.is-opened.is-paid::before {
        left: 0;
        top: 50%;
        margin: 5px 0 0 0;
    }
    body.seminar .exp-ttl.is-closed.is-paid:after {
        top: 50%;
        margin: -25px 0 0 0;
    }
    body.seminar .exp-ttl.is-opened.is-paid:after {
        top: 50%;
        margin: -25px 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-closed.is-paid::before {
        left: 75px;
        top: 0;
        margin: 0 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-opened.is-paid::before {
        left: 75px;
        top: 0;
        margin: 0 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-closed.is-paid:after {
        top: 0;
        margin: 0 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-opened.is-paid:after {
        top: 0;
        margin: 0 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-closed:after {
        top: 0;
        margin: 0 0 0 0;
    }
    body.seminar .exp_ttl.is-dw .exp-ttl.is-opened:after {
        top: 0;
        margin: 0 0 0 0;
    }
}
.exp-ttl.is-paid.is-opened {
    padding: 0 0 0 160px;
}
.exp-ttl.is-paid.is-opened::before {
    left: 63px;
}
.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.is-lng {
    width: 100%;
}
.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;
}
body.seminar .exp_date .expdt_ttl {
    word-break: keep-all;
}
.exp_date .expdt_txt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    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: 18px;
}
.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;
}
body.seminar.rex_seminar .exp-txt {
    margin: 0 0 15px 0;
}
body.seminar.rex_seminar .exp-txt:last-child {
    margin: 0 0 0 0;
}
.exp_btn {
    padding: 20px 0 0;
}
.exp_btn.is-agt {
    padding: 0;
}
body.seminar .exp_btn {
    display: flex;
    justify-content: center;
}
.exp-btn {
    width: 130px;
    margin: 0 auto;
}
body.seminar .exp-btn {
    margin: 0 10px;
}
.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;
    display: inline-block;
}
.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 .label-icn a {
    display: block;
}
@media (min-width: 896px) {
    .cmp_ttl .label-icn a:hover {
        opacity: 0.7;
    }
}
.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;
}
.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.is-borno {
    padding: 0;
    border-bottom: 0;
}
.cmp_ttl.is-ver2 .cmp-ttl {
    font-size: 24px;
    line-height: 1.9;
    border-left: none;
    padding: 0;
}
.cmp-tag {
    text-align: right;
    padding: 15px 0 0 0;
}
.cmp-tag a {
    font-size: 12px;
    font-weight: bold;
}
@media (min-width: 896px) {
    .cmp-tag a:hover {
        text-decoration: underline;
    }
}
.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;
}
.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;
}
body.kobetsu.detail .list_txt {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
}
body.houjin.detail .list_txt {
    width: 100%;
    width: -webkit-calc(100%);
    width: calc(100%);
}
.article-mdstl {
    font-size: 28px;
    margin: 0 0 30px;
}
/*parts*/
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    font-size: 13px;
    position: relative;
}
blockquote:before {
    position: absolute;
    content: "\0275d";
    top: 0;
    left: -13px;
}
.article_h2 {
    margin: 0 0 30px;
}
.article_h3 {
    margin: 0 0 30px;
}
.article_h4 {
    margin: 0 0 30px;
}
.spt_dtl .spt_ttl {
    margin: 0 0 30px;
}
.article_p {
    margin: 0 0 30px;
}
.article_p.ver1 {
    margin: 0 0 20px;
}
.article_img {
    margin: 0 0 30px;
}
.article_img img {
    max-width: 100%;
}
.article_img-txt {
    margin-top: 10px;
    font-size: 14px;
}
.article_list {
    margin: 0 0 30px;
}
.article_box {
    border: 1px solid #215299;
    padding: 30px 35px;
    margin: 0 0 60px;
}
.article_box a {
    color: #215299;
}
.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 p {
    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 {
    /* margin: 0 0 60px; */
    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;
}
.article_btn {
    margin: 0 0 60px;
}
.article_btn.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;
}
.article_end {
    margin: 0 0 60px;
}
.article-btn {
    width: 370px;
}
.article_btn.is-ver2 .article-btn {
    width: 330px;
}
.article_btn.is-ver2 .article-btn:only-child {
    width: 370px;
    margin: 0 auto;
}
.article-btntx {
    text-align: center;
    font-size: 12px;
    padding: 20px 0 0;
}
.article_float{
    margin: 0 0 40px;
}
.article_float.is-float-none {
    display: flex;
    flex-wrap: wrap;
}
.article_float.is-float-none:has(.float_img.is-right) {
    flex-direction: row-reverse;
}
.article_float.is-float-none .float_txt {
    flex: 1;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.float_img {
    float: right;
    max-width: 260px;
    margin: 0 0 0 20px;
}
.article_float.is-float-none .float_img {
    float: none;
}
.is-org.float_img {
    max-width: 100%;
    width: auto;
    white-space: nowrap;
}
body.interview .float_img {
    width: 300px;
}
.float_img.is-left {
    float: left;
    margin: 0 20px 0 0;
}
.float_img img {
    width: 100%;
}
.article_float.is-float-none .float_img img {
    width: 260px;
}
.article_float.is-float-none .is-org.float_img img {
    width: 100%;
}
.float-txt {
    font-size: 14px;
    line-height: 2.1;
    font-weight: 500;
}
.float-txt a {
    color: #215299;
}
.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 10px 0;
}
.article_readmore .readmore:last-child {
    margin: 0 0 10px 0;
}
/*キャリアアップ通信 一覧*/
.soudan_top {
    margin: 0 0 40px;
}
.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_lst {
    padding: 20px 0 0;
}
.date_box {
    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_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;
}
.date-txt .is-days {
    font-weight: 600;
    padding: 0 10px 0 0;
}
/*REX会計人向けセミナー*/
.seminar_wrap {
    margin: 0 0 60px;
}
.seminar_wrap.is-ver2 {
    margin: 60px 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;
}
.career_cta {
    width: 400px;
    margin: 0 auto;
    padding: 0 0 40px;
}
.career_last {
    padding: 60px 0 0;
}
.prof_box {
    margin: 0 0 50px 0;
}
body.impressions .prof_box {
    margin: 40px 0 0 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;
}
/*company*/
.company_warp .article_p {
    margin: 0;
}
.company_warp {
    background: #f3f3f3;
    padding: 30px 30px;
}
body.interview .company_warp {
    margin: 0 0 40px 0;
}
.company_box {
    margin: 20px 0 0;
    background: #fff;
    padding: 20px 20px;
}
.company_flx {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.company_flx .flx_img {
    padding: 0 20px 0 0;
}
.detail_warp {
    margin: 0 0 60px;
}
.detail_box {
    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;
}
.detail_ttl {
    font-size: 14px;
    line-height: 2;
}
.detail_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: 65px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.detail_txt {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    width: 98%;
    width: -webkit-calc(100% - (65px + 10px) );
    width: calc(100% - (65px + 10px) );
}
.label_lst {
    margin: 0 0 30px;
}
.njob_box {
    margin: 0 0 20px;
}
.njob_box:last-child {
    margin: 0;
}
.njob_warp a {
    display: block;
    text-decoration: none;
    border: 1px solid #d4d4d4;
}
.njob_ttl {
    padding: 10px 18px;
}
.njob-ttl {
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    color: #215299;
}
.njob_lst {
    overflow: hidden;
    padding: 6px 18px;
    background: #f3f3f3;
}
.njob_date {
    float: left;
    padding: 0 .8em 0 0;
}
.njob_date:last-child {
    padding: 0;
}
.njob_tag {
    font-size: 14px;
    line-height: 2;
    float: left;
}
.njob_tag span {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #215299;
    border: 1px solid #215299;
    padding: 4px 6px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.njob_txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    padding: 0 0 0 .4em;
    margin: 0 0 0 36px;
}
.njob_date.is-area .njob_txt {
    margin: 0 0 0 47px;
}
@media (min-width: 896px) {
    .njob_warp a:hover {
        background: #215299;
        border: 1px solid #215299;
    }
    .njob_warp a:hover .njob-ttl {
        color: #fff;
    }
}
/*cv_template*/
.article_cvTmp {
    margin: 0 0 60px 0;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 36px 0;
}
.article_cvTmp.is-vol01 {
    height: 290px;
    background: url(../img/tmp_cv_bg01n.jpg) no-repeat right top / cover;
    padding: 0 0 0 0;
}
.article_cvTmp.is-vol02 {
    height: 290px;
    background: url(../img/tmp_cv_bg02.jpg) no-repeat right top / cover;
    padding: 0 0 0 0;
}
.article_cvTmp.is-vol03 {
    background: url("../img/article_cvTmp_btn_bg.jpg") no-repeat center center / cover;
    border: 1px solid #c1e5f8;
}
.article_cvTmp.is-vol04 {
    background: url("../img/article_cvTmp_btn_bg02.jpg") no-repeat center center / cover;
    border: 1px solid #c1e5f8;
}
.article_cvTmp_txt {
    margin: 0 0 30px 0;
}
.article_cvTmp.is-vol01 .article_cvTmp_txt ,
.article_cvTmp.is-vol02 .article_cvTmp_txt {
    height: 176px;
    padding: 0 260px 0 30px;
    box-sizing: border-box;
    width: 100%;
    display: table;
    margin: 0;
}
.article_cvTmp-txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.article_cvTmp.is-vol01 .article_cvTmp-txt ,
.article_cvTmp.is-vol02 .article_cvTmp-txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-weight: 600;
}
.article_cvTmp_btn {
    padding: 0 66px;
}
.article_cvTmp_btn.is-flt {
    overflow: hidden;
    padding: 0 30px;
}
@media (min-width: 896px) {
    .article_cvTmp-btn {
        width: 320px;
        margin: 0;
    }
    body.is-simple .article_cvTmp-btn {
        width: 500px;
    }
    .article_cvTmp_btn.is-flt .article_cvTmp-btn {
        width: 300px;
        float: left;
    }
    body.is-simple .article_cvTmp_btn.is-flt .article_cvTmp-btn {
        width: 420px;
    }
    .article_cvTmp_btn.is-flt .article_cvTmp-btn:last-child {
        float: right;
    }
}
.article_cvTmp-btn.cv_btn a {
    height: 80px;
}
@media (min-width: 896px) {
    .article_cvTmp.is-vol03 .article_cvTmp-btn ,
    .article_cvTmp.is-vol04 .article_cvTmp-btn {
        margin: 0 auto;
    }
    .article_cvTmp.is-vol03 .article_cvTmp_btn.is-flt .article_cvTmp-btn ,
    .article_cvTmp.is-vol04 .article_cvTmp_btn.is-flt .article_cvTmp-btn {
        margin: 0;
    }
}
.article_cvTmp-btn.cv_btn a {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5003e;
    border-bottom: 6px solid #a3002c;
}
.article_cvTmp-btn.cv_btn.cv_tel a {
    background: #fff;
    color: #e5003e;
}
@media (min-width:896px) {
    .article_cvTmp-btn.cv_btn.cv_tel a {
        border-bottom: 1px solid #e5003e;
    }
}
.article_cvTmp-btn.cv_btn.cv_tel .is-tel {
    font-size: 34px;
    position: relative;
    padding-left: 0;
}
.article_cvTmp-btn.cv_btn.cv_tel .is-tel:before {
    content: none;
}
.article_cvTmp-btn.cv_sv a .is-bg {
    display: block;
    font-weight: 500;
    font-size: 20px;
/*    padding: 8px 0 0;*/
}
@media (min-width: 896px) {
    .article_cvTmp-btn.cv_btn a:hover {
        border-bottom: 0;
        border-top: 6px solid #b53356;
        color: #fff;
        background: #ea3365;
    }
}
.article_chk {
    background: #f3f3f3;
    padding: 25px 20px;
    margin: 0 0 40px 0;
}
.article_chk-ttl {
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 15px;
}
.article_chk-ttl span {
    padding: 0 0 0 30px;
    display: block;
    position: relative;
}
.article_chk-ttl span:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #215299;
    background: #215299;
}
.article_chk-ttl span:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 6px;
    width: 4px;
    height: 6px;
    margin: -5px 0 0 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.article_chk-txt {
    font-size: 14px;
}
.article_chk a {
    color: #215299;
}
/*CTAフローティング*/
.carFlt_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
    background: rgb(0,0,0);
    filter:alpha(opacity=30);
    background: rgba(0,0,0,0.3);
    /*display: none;*/
}
.carFlt_in {
    box-sizing: border-box;
    width: 690px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.carFlt-btn {
    width: 330px;
}
.carFlt-btn a {
    height: 55px;
}

.linkFl_box.ver2 a {
    display: table;
    width: 100%;
    height: 100%;
}
.linkFl_box.ver2 .linkFl_img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 300px;
}
.linkFl_box.ver2 .linkFl_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 20px 30px;
}
.job-list li {
    float: left;
    font-size: 12px;
    color: #215299;
    padding: 0 15px 0 0;
    margin: 0 0 5px 0;
}
.job-list li:last-child {
    margin: 0;
}
.job-list li span {
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    border: 1px solid #215299;
    padding: 2px 5px;
}
.pickup_btn {
    position: relative;
    display: table;
    width: 100%;
    height: 30px;
    background: #215299;
    border: 2px solid #215299;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}
.pickup_btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    box-sizing: border-box;
    z-index: 10;
}
.pickup_btn span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}


.article_joblink {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0 0 40px;
}
.article_joblink-btn {
    width: 220px;
}
.article_joblink-btn a {
    font-size: 15px;
    padding: 0 5px;
}
.article_joblink-btn a .is-btn {
    text-align: left;
    line-height: 1.5;
}
.article_joblink-ttl {
    display: block;
}
.article_joblink-ttl.is-inline {
    display: inline;
}
.article_joblink_one {
    margin-bottom: 40px;
}
/*業務内容の例*/
.example_wrap {
    margin: 0 0 60px;
}
.example_lst {
    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;
}
.example_lst li {
    width: 48%;
    background: #f3f3f3;
    box-sizing: border-box;
}
.example_lst .ttl {
    background: #215299;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
}
.example_box {
    padding: 15px;
}
.example_box .txt {
    margin: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.example_box .txt:first-child {
    margin: 0;
}
.example_box .txt dt {
    width: 80px;
}
.example_box .txt dt span {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
    border: 1px solid #215299;
    padding: 4px 8px;
    box-sizing: border-box;
    text-align: center;
    display: block;
}
.example_box .txt dd {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
    font-size: 13px;
}
.srcNew_wrap {
    margin: 0 0 70px;
}
.srcNew_in {
    padding: 0;
}
.swiper1 .swiper-slide {
    width: 340px;
}
.swiper1 .swiper-slide a {
    display: block;
    text-decoration: none;
}
.srcNew_in .is-clientLi {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.srcNew_in .is-clientLi li {
    width: 220px;
    background: #f3f3f3;
}
.srcNew_in .is-clientLi li a {
    text-decoration: none;
}
.srcNew_ttl {
    background: #215299;
    padding: 15px;
    box-sizing: border-box;
    height: 75px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.srcNew_ttl .lank {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff url(../svg/crown.svg) no-repeat center;
    background-size: 80% auto;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 13px;
}
.srcNew_ttl .lank.lank1 {
    background: #fff url(../svg/crown1.svg) no-repeat center;
    background-size: 80% auto;
}
.srcNew_ttl .lank.lank2 {
    background: #fff url(../svg/crown2.svg) no-repeat center;
    background-size: 80% auto;
}
.srcNew_ttl .lank.lank3 {
    background: #fff url(../svg/crown3.svg) no-repeat center;
    background-size: 80% auto;
}
.srcNew-ttl {
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);*/
    width: 100%;
    box-sizing: border-box;
}
.srcNew_date {
    padding: 15px;
}
.srcNew_box {
    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;
    margin: 10px 0 0 0;
}
.srcNew_box:first-child {
    margin: 0;
}
.is-clientLi .srcNew_box {
    display: block;
}
.srcNew-tl {
    width: 80px;
}
.srcNew-tl span {
    width: 100%;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #215299;
    border: 1px solid #215299;
    padding: 4px 8px;
    box-sizing: border-box;
    text-align: center;
    display: block;
}
body.feature .srcNew-tl span {
    font-size: 11px;
    padding: 4px 4px;
}
body.feature .srcNew-tl {
    width: 60px;
    display: inline-block;
}
.srcNew-txt {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.is-clientLi .srcNew-txt {
    width: 100%;
    margin-top: 3px;
}
body.feature .srcNew_box {
    display: flex;
    align-items: flex-start;
}
body.feature .is-clientLi .srcNew-txt {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-top: 0;
}
.srcNew-btn {
    margin: 15px 0 0 0;
    height: 35px;
    font-size: 13px;
    color: #e5003e;
    background: #fff;
    border: 1px solid #e5003e;
    display: table;
    width: 100%;
    line-height: 1;
    font-weight: 600;
    box-sizing: border-box;
}
.srcNew-btn span {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.updated {
    font-size: 13px;
    margin: 10px 0 0 0;
}
.icn_wrap {
    margin: 30px 0;
}
.icn_wrap:first-child {
    margin: 0 0 30px;
}
.icn_wrap:last-child {
    margin: 30px 0 0;
}
.icn_in {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}
.icn_in img {
    line-height: 1;
    margin-top: 10px;
}
.prof-name {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 20px;
}
.prof_ct {
    margin-bottom: 20px;
}
.prof-txt {
    margin-bottom: 15px;
}
.prof-txt 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;
    margin-bottom: 10px;
}
.prof-sns_wrap,
.prof-recom_wrap {
    background: #fff;
    padding: 20px;
}
.prof-sns_wrap {
    margin-bottom: 20px;
}
.prof-sns_wrap ul {
    display: flex;
}
.prof-sns:not(:last-child) {
    margin-right: 20px;
}
.prof-txt_wrap {
    width: 100%;
}
.prof-author-ttl {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15px;
}
.prof_box-ttl .article_h2 {
    margin: 0;
}
.prof-recom_wrap .date_box {
    margin-bottom: 12px;
}
.prof-recom_wrap .date_box:last-child {
    margin-bottom: 0;
}
@media (min-width:896px) {
    .swiper1 .swiper-slide a:hover {
        opacity: 0.7;
    }
    .linkFl_box.ver2 a:hover .pickup_btn {
        background: #fff;
    }
    .linkFl_box.ver2 a:hover .pickup_btn:after {
        border-top: 2px solid #215299;
        border-right: 2px solid #215299;
    }
    .linkFl_box.ver2 a:hover .pickup_btn span {
        color: #215299;
    }
    .prof_ct {
        display: flex;
        justify-content: space-between;
    }
    .prof_img_wrap {
        margin-right: 30px;
    }
    .srcNew_in .is-clientLi li 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: 15px;
        line-height: 1.5;
    }
    .exp-ttl.is-opened,
    .exp-ttl.is-paid,
    .exp-ttl.is-closed,
    .exp-ttl.is-paid.is-closed {
        padding: 30px 0 0 0;
    }
    .exp-ttl.is-paid:before {
        top: 3px;
    }
    .exp-ttl.is-opened:after {
        top: 3px;
    }
    .exp-ttl.is-closed:after {
        top: 3px;
    }
    .cmp_ttl.is-ver2 {
        padding: 0 15px 20px;
        margin: 0 0 30px;
    }
    .cmp_flx {
        margin: 0 0 10px 0;
    }
    .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: 13px;
    }
    .exp_date .is-day .expdt_txt {
        font-size: 13px;
    }
    .exp_dtl {
        padding: 0 15px 15px;
    }
    .exp_txt {
        display: none;
    }
    .exp_txt.is-shw {
        display: block;
        margin-top: 15px;
        padding-top: 10px;
    }
    .is-shw .exp-txt {
        font-size: 13px;
    }
    .exp_btn {
        padding: 15px 0 0;
    }
    body.seminar .exp_btn {
        display: block;
    }
    .exp_btn.is-agt {
        padding: 15px 0 0;
    }
    .exp-btn {
        width: 100%;
        margin: 0;
    }
    body.seminar .exp-btn {
        margin: 15px 0 0 0;
    }
    body.seminar .exp-btn:first-child {
        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;
    }
    body.page.detail .cmp_warp,
    body.job.case.detail .cmp_warp {
        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;
    }
    .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);
    }
    body.kobetsu.detail .list_txt {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    body.houjin.detail .list_txt {
        width: 100%;
        width: -webkit-calc(100%);
        width: calc(100%);
    }
    .article-mdstl {
        font-size: 14px;
        margin: 0 0 30px;
    }
    /*parts*/
    .article_warp {
        padding: 0 15px;
    }
    blockquote {
        font-size: 12px;
    }
    .article_h2 {
        margin: 0 0 30px;
    }
    .article_h3 {
        margin: 0 0 20px;
    }
    .article_h4 {
        margin: 0 0 20px;
    }
    .spt_dtl .spt_ttl {
        margin: 0 0 20px;
    }
    .article_p {
        margin: 0 0 30px;
    }
    .article_p.ver1 {
        margin: 0 0 10px;
    }
    .article_img {
        margin: 0 0 30px;
    }
    .article_img img {
        width: 100%;
    }
    .article_img-txt {
        font-size: 13px;
    }
    .article_list {
        margin: 0 0 30px;
    }
    .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_box p {
        font-size: 13px;
        line-height: 2;
    }
    .article_slide {
        margin: 0 0 30px;
    }
    /*
    .article_table {
        margin: 0 0 30px;
    }
    */
    .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;
    }
    .article_btn {
        margin: 0 0 30px;
    }
    .article_end {
        margin: 0 0 30px;
    }
    .article-btn {
        width: 100%;
    }
    .article_btn.is-ver2 .article-btn {
        width: 48%;
    }
    .article_btn.is-ver2 .article-btn:only-child {
        width: 100%;
    }
    .article-btntx {
        font-size: 10px;
        padding: 15px 0 0;
    }
    .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%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .article_float.is-float-none {
        display: block;
    }
    .article_float.is-float-none .float_img {
        text-align: center;
        max-width: 100%;
    }
    .article_float.is-float-none .is-org.float_img img {
        width: auto;
    }
    body.interview .float_img {
        float: right;
        width: 150px;
        margin: 0 0 0 10px;
    }
    body.interview .float_img.is-left {
        float: left;
        margin: 0 10px 0 0;
    }
    .is-org.float_img.is-left,
    .is-org.float_img.is-right {
        max-width: 100%;
        width: auto;
        text-align: center;
    }
    .float_img img {
        width: 100%;
    }
    .is-org.float_img img {
        max-width: 100%;
        width: auto;
    }
    .float-txt {
        font-size: 13px;
        line-height: 1.7;
        font-weight: normal;
    }
    .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_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_wrap.is-ver2 {
        margin: 25px 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;
    }
    .prof_box {
        padding: 0 15px;
        margin: 0 0 20px 0;
    }
    body.impressions .prof_box {
        margin: 20px 0 0 0;
    }
    .prof_in {
        padding: 15px 15px;
    }
    .prof-ttl {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .prof-ttl span {
        font-size: 18px;
    }
    .prof-txt {
        font-size: 12px;
    }
    /*company*/
    .company_warp {
        padding: 15px 15px;
    }
    body.interview .company_warp {
        margin: 0 0 30px 0;
    }
    .company_box {
        margin: 15px 0 0;
        padding: 10px 10px;
    }
    .company_flx {
        display:-webkit-block;
        display:-ms-block;
        display:block;
    }
    .company_flx .flx_img {
        padding: 0 0 15px 0;
    }
    .company_flx .flx_img img {
        width: 100%;
    }
    .detail_warp {
        margin: 0 0 30px;
    }
    .detail_box {
        margin: 0 0 15px;
    }
    .detail_ttl {
        font-size: 12px;
        line-height: 1.5;
    }
    .detail_ttl span {
        font-size: 10px;
        width: 60px;
    }
    .detail_txt {
        font-size: 12px;
        line-height: 1.5;
        width: 98%;
        width: -webkit-calc(100% - (60px + 10px) );
        width: calc(100% - (60px + 10px) );
    }
    .label_lst {
        margin: 0 0 20px;
    }

    .njob_box {
        margin: 0 0 10px;
    }
    .njob_ttl {
        padding: 12px 15px 5px 15px;
    }
    .njob-ttl {
        font-size: 13px;
        line-height: 1.5;
    }
    .njob_lst {
        padding: 6px 15px 12px 15px;
    }
    .njob_date {
        float: none;
        padding: 0 0 10px 0;
    }
    .njob_tag {
        font-size: 12px;
    }
    .njob_tag span {
        font-size: 10px;
        padding: 4px 0;
        width: 60px;
    }
    .njob_txt {
        font-size: 12px;
        padding: 0 0 0 .5em;
        margin: 0 0 0 60px;
    }
    .njob_date.is-area .njob_txt {
        margin: 0 0 0 60px;
    }
    /*cv_template*/
    .article_cvTmp {
        margin: 0 0 30px 0;
        padding: 15px 0 15px 0;
    }
    .article_cvTmp.is-vol01 {
        height: auto;
        background: #c5e2fb url(../img/sp/tmp_cv_bg01n.jpg) no-repeat right top;
        background-size: 375px auto;
        padding: 0 0 15px 0;
    }
    .article_cvTmp.is-vol02 {
        height: auto;
        background: #e4f3ff url(../img/sp/tmp_cv_bg02.jpg) no-repeat right top;
        background-size: 375px auto;
        padding: 0 0 15px 0;
    }
    .article_cvTmp.is-vol03 {
        background: url("../img/sp/article_cvTmp_btn_bg.jpg") no-repeat center center / cover;
    }
    .article_cvTmp.is-vol04 {
        background: url("../img/sp/article_cvTmp_btn_bg02.jpg") no-repeat center center / cover;
    }
    .article_cvTmp_txt {
        margin: 0 10px 20px 10px;
    }
    .article_cvTmp.is-vol01 .article_cvTmp_txt ,
    .article_cvTmp.is-vol02 .article_cvTmp_txt {
        height: 100%;
        min-height: 102px;
        padding: 0 140px 0 15px;
    }
    .article_cvTmp-txt {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }
    .article_cvTmp_btn {
        padding: 0 15px;
    }
    .article_cvTmp_btn.is-flt {
        padding: 0 15px;
    }
    .article_cvTmp-btn {
        width: auto;
        margin: 0 0 10px 0;
    }
    .article_cvTmp-btn:last-child {
        margin: 0 0 0 0;
    }
    .article_cvTmp-btn.cv_btn a {
        height: 60px;
    }
    .article_cvTmp-btn.cv_btn a {
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #e5003e;
        border-bottom: 6px solid #a3002c;
    }
    .article_cvTmp-btn.cv_btn.cv_tel a {
        background: #e5003e;
        color: #fff;
    }
    .article_cvTmp-btn.cv_btn.cv_tel .is-tel {
        font-size: 25px;
        padding-left: 20px;
    }
    .article_cvTmp-btn.cv_btn.cv_tel .is-tel:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 8px;
        left: 50%;
        margin-left: -110px;
        background: url(../svg/icn_tel.svg) no-repeat 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .article_cvTmp-btn.cv_sv a .is-bg {
        font-size: 18px;
        font-weight: 600;
    }
    .article_chk {
        background: #f3f3f3;
        padding: 20px 15px;
        margin: 0 0 20px 0;
    }
    .article_chk-ttl {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .article_chk-txt {
        font-size: 13px;
    }
    .article_chk a {
        color: #215299;
    }
    .carFlt_wrap {
        padding: 10px 10px;
        width: auto;
    }
    .carFlt_in {
        width: 100%;
    }
    .carFlt-btn {
        width: 48%;
    }
    .carFlt-btn a {
        height: 50px;
    }

    .linkFl_box.ver2 .linkFl_img {
        width: 50%;
    }
    .linkFl_box.ver2 .linkFl_txt {
        padding: 15px;
    }
    .job-list li {
        float: none;
        font-size: 12px;
    }
    .job-list li span {
        padding: 2px 3px;
    }
    .pickup_btn {
        height: 26px;
        margin: 10px 0 0 0;
        border: 1px solid #215299;
    }
    .pickup_btn span {
        font-size: 12px;
    }

    .article_joblink {
        display: block;
    }
    .article_joblink-btn {
        width: 100%;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .article_joblink-btn a .is-btn {
        line-height: 1.3;
    }
    .article_joblink-btn a .is-btn.is-ajt {
        padding-right: 1em;
    }
    /*業務内容の例*/
    .example_wrap {
        margin: 0 0 30px;
    }
    .example_lst {
        display: block;
    }
    .example_lst li {
        width: 100%;
        margin-bottom: 20px;
    }
    .example_lst li:last-child {
        margin-bottom: 0;
    }
    .example_lst .ttl {
        padding: 10px;
        font-size: 15px;
    }
    .example_box {
        padding: 10px;
    }
    .srcNew_wrap {
        margin: 0 0 30px;
    }
    .srcNew_in {
    }
    .swiper1 .swiper-slide {
        width: 300px;
    }
    .srcNew_ttl {
        background: #215299;
        padding: 15px;
        box-sizing: border-box;
        height: 75px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    body.feature .srcNew_ttl {
        height: auto;
    }
    .srcNew-ttl {
        color: #fff;
        font-weight: bold;
        line-height: 1.4;
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .srcNew_date {
        padding: 15px;
    }
    .srcNew_box {
        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;
        margin: 10px 0 0 0;
    }
    .srcNew_box:first-child {
        margin: 0;
    }
    .srcNew-tl {
        width: 70px;
    }
    body.feature .srcNew-tl {
        width: 65px;
    }
    .srcNew-tl span {
        width: 100%;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        color: #215299;
        border: 1px solid #215299;
        padding: 4px 8px;
        box-sizing: border-box;
        text-align: center;
        display: block;
    }
    body.feature .srcNew-tl span {
        padding: 4px 2px;
        font-size: 12px;
    }
    .srcNew-txt {
        width: -webkit-calc(100% - 85px);
        width: calc(100% - 85px);
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    body.feature .is-clientLi .srcNew-txt {
        width: -webkit-calc(100% - 75px);
        width: calc(100% - 75px);
        margin-top: 1px;
        font-size: 13px;
    }
    .srcNew-btn {
        margin: 15px 0 0 0;
        height: 35px;
        font-size: 13px;
        color: #e5003e;
        background: #fff;
        border: 1px solid #e5003e;
        display: table;
        width: 100%;
        line-height: 1;
        font-weight: 600;
        box-sizing: border-box;
    }
    .srcNew-btn span {
        display: table-cell;
        letter-spacing: normal;
        vertical-align: middle;
        text-align: center;
    }
    .icn_wrap {
        margin: 20px 0;
    }
    .icn_wrap:first-child {
        margin: 0 0 20px;
    }
    .icn_wrap:last-child {
        margin: 20px 0 0;
    }
    .icn_in img {
        width: 33.333333%;
    }
    .prof_img_wrap {
        display: flex;
        align-items: center;
    }
    .prof_img_in img {
        width: 78px;
        height: auto;
    }
    .prof-name {
        font-size: 20px;
        margin: 0 0 0 10px;
    }
    .prof_img_wrap {
        margin-bottom: 20px;
    }
    .prof-author-ttl {
        font-size: 14px;
    }
    .prof_box_wrap .prof_box-ttl {
        padding: 0 15px;
    }
    .prof-sns_wrap,
    .prof-recom_wrap {
        padding: 15px;
    }
    .prof-sns_wrap {
        margin-bottom: 15px;
    }
    .prof-recom_wrap .date_box:last-child {
        margin-bottom: 0;
    }
    .srcNew_in .is-clientLi li {
        width: calc(50% - 8px);
    }
    body.feature .srcNew_in .is-clientLi li {
        width: 100%;
    }
}/*@media*/
@media only screen and (max-width: 374px) {
    .date-ttl {
        font-size: 11px;
    }
}/*@media*/
