@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);

/* report
----------------------------------------- */

#report,
#candidate {
    color: #003059;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
#report .inner {
    max-width: 1050px;
    margin: 0 auto;
}
.report_top {
    width: 100%;
    background: #efefef;
    padding-bottom: 30px;
}
.report_top h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 20px;
}
.report_top p {
	font-size: 16px;
	text-align: center;
	line-height: 1.6em;
}
.report_top .category {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}
.report_top .category .box {
    background: url('/corporate/images/report/category_bg.png') no-repeat;
    background-size: contain;
    width: 500px;
    height: 250px;
    padding: 20px 30px;
}
.report_top .category a .box {
    color: #003059;
}
.report_top h3 {
    margin: 0 0 20px 0;
}
.report_top h3 span {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: -30px 0 0 65px;
}
.report_top h3 em {
    font-size: 44px;
    color: #005eae;
    font-family: Oswald;
    font-weight: 500;
}
.report_top ul li {
    font-size: 15px;
    line-height: 2.1em;
}
.report_top ul li:before {
    content: url('/corporate/images/report/check.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.report_top .btn_area {
    width: auto;
}
.report_top .btn01 {
    margin-top: 10px;
}
#report .btn01 {
    height: 7vh;
    max-width: 400px;
}

.contents {
    margin: 40px auto 80px;
    padding-top: 20px;
}
.contents h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 80px;
    position: relative;
}
.contents h2 span {
    font-size: 20px;
    letter-spacing: 0em;
}
.contents h2 i {
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-family: Oswald;
    letter-spacing: 0.3em;
    color: #005eae;
    font-weight: 500;
    margin-top: 5px;
}
.contents h2:before {
    font-size: 56px;
    color: #005eae;
    font-family: Oswald;
    font-weight: 500;
    margin-right: 10px;
    position: absolute;
    top: -5px;
    left: -80px;
}
.contents.market h2:before {
    content: '01.';
    letter-spacing: 0.02em;
}
.contents.candidate h2:before {
    content: '02.';
    letter-spacing: 0.01em;
}
.contents h2 i:after {
    content: '';
    height: 2px;
    flex-grow: 1;
    background-color: #005eae;
}
.contents.market h2 i:after {
    margin: -20px 0 0 22rem;
}
.contents.candidate h2 i:after {
    margin: -20px 0 0 3rem;
}

.contents img {
    width: auto;
}
.contents.market .box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 35px;
}
.contents .box .title h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contents .box .title p {
    font-size: 16px;
    line-height: 1.6em;
}
.contents .caption {
    background: #efefef;
    width: 400px;
    margin: 25px 0 0;
    padding: 15px 15px 15px 20px;
    color: #333;
    font-size: 15px;
}
.contents .caption h4 {
    font-weight: bold;
}
.contents .caption h4:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contents.market .caption h4:before {
    content: url('/corporate/images/report/market_icon.png');
}
.contents.candidate .caption h4:before {
    content: url('/corporate/images/report/candidate_icon.png');
}
.contents .caption ul {
    margin: 15px 0 0 0;
}
.contents .caption ul li {
    line-height: 1.6em;
    font-size: 14px;
}
.contents .caption ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #333;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.contents .caption ul li span {
    font-size: 13px;
    margin-left: 15px;
}
.contents.candidate .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.contents.candidate .box .title {
    margin: 20px 0;
}
.contents .btn_area {
    width: 900px;
}
.contents .btn01 {
    margin: 0 20px;
}

.report_form {
    width: 100%;
    background: url('/corporate/images/report/form_bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}
.report_form h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 30px;
}
.report_form h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.report_form span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
.report_form .point {
    display: flex;
    justify-content: center;
}
.report_form dl {
    margin: 30px 20px;
}
.report_form dt {
    color: #005eae;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.report_form dt:before {
    content: url('/corporate/images/report/check.png');
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.report_form dd {
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.6em;
}
.report_form .form {
    font-size: 15px;
    line-height: 1.5em;
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 24px 40px 40px 40px;
    box-sizing: border-box;
}
.report_form .form td {
    border-bottom: solid 1px #efefef;
    padding: 16px 0;
}
.report_form .form td span {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
.report_form .form td i {
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.0em;
    display: inline-block;
    padding: 2px 4px;
    margin-left: 4px;
    background: #f33;
    border-radius: 2px;
    vertical-glign: bottom;
}
.report_form .form input[type=text] {
    font-size: 16px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    display: block;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #cccccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.report_form .form td:first-child {
    font-weight: bold;
    width: 30%;
}
.report_form .form label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}
.report_form button {
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin: 16px auto 0 auto;
    padding-right: 15px;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background: #da0707;
    border: none;
    border-radius: 3px;
    transition: all 0.3s linear;
    cursor: pointer;
    position: relative;
}
.report_form button:after{
    content: '';
    position: absolute;
    top: 40%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.report_form button:hover {
    transform: scale(0.95);
}

@media screen and (max-width: 768px) {
    .report_form .form {
        padding: 8px 16px 16px 16px;
    }
    .report_form .form tr {
        display: block;
    }
    .report_form .form td {
        padding: 4px 0;
        display: block;
        border: none;
    }
    .report_form .form td:first-child {
        width: auto;
        padding: 0;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 767px) {
    #report .inner {
        max-width: 95vw;
    }
    .report_top {
        padding-bottom: 10px;
    }
    .report_top h2 {
        font-size: 20px;
        line-height: 1.5em;
        padding: 20px 0;
    }
    .report_top .category {
        display: block;
    }
    .report_top .category .box {
        background: #fff;
        width: 90vw;
        height: auto;
        padding: 15px 15px 5px;
        margin: 0 auto;
        border: solid 1px #cebd98;
        outline: solid 1px #fff;
    }
    .report_top h3 {
        margin: 0 0 20px 0;
    }
    .report_top h3 span {
        font-size: 20px;
        margin: -25px 0 0 45px;
    }
    .report_top h3 em {
        font-size: 30px;
    }
    .report_top ul li {
        font-size: 14px;
        line-height: 1.6em;
        margin: 0 0 10px 30px;
        position: relative;
    }
    .report_top ul li:before {
        position: absolute;
        top: 2px;
        left: -30px;
    }
    .report_top .btn_area {
        width: auto;
    }
    .report_top .btn01 {
        margin-bottom: 20px;
    }
    
    .contents {
        margin: 40px auto 50px;
        padding-top: 10px;
        width: 90vw;
    }
    .contents h2 {
        font-size: 24px;
        margin: 0 0 10px 60px;
        letter-spacing: -0.03em;
}
    .contents h2 span {
        font-size: 14px;
        display: block;
    }
    .contents h2 i {
        display: block;
        margin: 10px 0 0 -55px;
    }
    .contents.candidate h2 i {
        margin: 15px 0 0 -55px;
    }
    .contents h2:before {
        font-size: 44px;
        left: -60px;
    }
    .contents.market h2:before,
    .contents.candidate h2:before {
        top: -15px;
    }
    .contents h2 i:after {
        content: none;
    }
    
    .contents img {
        max-width: 95vw;
    }
    .contents .box {
        border-top: solid 2px #005eae;
        padding-top: 10px;
    }
    .contents.market .box {
        display: block;
        margin-bottom: 20px;
    }
    .contents.market .box .sample_img {
        position: relative;
        max-width: 90vw;
    }
    .contents.market .box .title {
        position: relative;
        margin: 10px auto;
        top: 0;
        left: 0;
    }
    .contents .box .title h3 {
        font-size: 18px;
        line-height: 1.4em;
        text-align: center;
    }
    .contents .box .title p {
        font-size: 14px;
    }
    .contents .caption {
        width: 90vw;
        margin: 20px auto;
    }
    .contents.market .caption {
        position: relative;
        top: 0;
        right: 0;
    }
    .contents.candidate .caption {
        margin-top: 20px;
    }
    .contents .caption h4 {
        margin: 0 0 0 40px;
        line-height: 1.2em;
        position: relative;
    }
    .contents .caption h4:before {
        position: absolute;
        top: -2px;
        left: -45px;
    }
    .contents .caption ul {
        margin: 10px 0 0 0;
    }
    .contents .caption ul li {
        line-height: 1.6em;
        font-size: 13px;
        position: relative;
        margin: 0 0 0 15px;
    }
    .contents .caption ul li:before {
        position: absolute;
        top: 7px;
        left: -15px;
    }
    .contents .caption ul li span {
        margin-left: 0;
    }
    .contents.candidate .box {
        display: block;
        margin-bottom: 20px;
    }
    .contents.candidate .box .title {
        margin: 10px 0;
    }
    .contents.candidate .sample_img {
        max-width: 90vw;
    }
    .contents .btn_area {
        width: auto;
    }
    .contents .btn01 {
        margin: 10px auto;
    }
    .btn01.btn_wider {
        width: 95%;
    }
    
    .report_form {
        padding-bottom: 50px;
    }
    .report_form h2 {
        font-size: 24px;
        padding: 30px 0 20px;
    }
    .report_form h3 {
        font-size: 16px;
        line-height: 1.5em;
    }
    .report_form span {
        font-size: 13px;
        margin-top: 5px;
    }
    .report_form .point {
        display: block;
    }
    .report_form dl {
        margin: 15px 20px;
    }
    .report_form dt {
        font-size: 15px;
        position: relative;
        margin: 0 0 5px 30px;
        line-height: 1.5em;
    }
    .report_form dt:before {
        position: absolute;
        top: 2px;
        left: -30px;
    }
    .report_form dd {
        font-size: 13px;
    }
    .report_form .form {
        width: 90vw;
        margin: 20px auto 0;
    }
}

/* market
----------------------------------------- */

.market_top {
    width: 100%;
    background: #efefef;
    padding-bottom: 30px;
}
.market_top h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 20px;
}
.market_top p {
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
}
.market_top p a {
    text-decoration: underline;
    font-weight: bold;
    color: #003059;
}
.market_top p.compleat {
    padding-top: 30px;
}
.market_top ul {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 10px;
}
.market_top ul li {
    width: 320px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 20px 0 rgba(11, 38, 127, .08);
    height: 210px;
    transform: translateY(-3px);
    transition: transform .3s;
}
.market_top ul li:hover {
    transform: translateY(0px);
}
.market_top ul li.management:before {
    content: url('/corporate/images/report/market_management01.png');
}
.market_top ul li.professional:before {
    content: url('/corporate/images/report/market_professional01.png');
}
.market_top ul li.accounting:before {
    content: url('/corporate/images/report/market_accounting01.png');
}
.market_top ul li h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #005eae;
    margin-top: 20px;
    line-height: 1.2em;
    position: relative;
}
.market_top ul li.accounting h3 {
    margin-top: 30px;
}
.market_top ul li h3 span {
    display: block;
    font-size: 16px;
}
.market_top ul li h3:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-top: 3px solid #005eae;
    border-right: 3px solid #005eae;
    transform: rotate(135deg);
    transition: all .3s;
}
.market_top ul li.accounting h3:after {
    top: 50px;
}

.newest {
    margin: 0 auto 70px;
}
.newest .category {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
}
.newest .thumb {
    width: 310px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newest #management .thumb {
    background: url('/corporate/images/report/market_management02.jpg');
}
.newest #professional .thumb {
    background: url('/corporate/images/report/market_professional02.jpg');
}
.newest #accounting .thumb{
    background: url('/corporate/images/report/market_accounting02.jpg');
}
.newest .thumb h3 {
    width: 100%;
    background: rgba(0, 94, 174, .9);
    color: #fff;
    padding: 20px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
.newest .thumb h3 span {
    display: block;
    font-size: 16px;
}
.newest .archive {
    width: 700px;
}
.newest .archive h4 {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.newest .archive h4:after {
    content: '';
    height: 2px;
    flex-grow: 1;
    background-color: #005eae;
    margin-left: 1rem;
}
.newest .archive .list {
    font-size: 16px;
    line-height: 2.5em;
}
.newest .archive .list dl {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.newest .archive .list dt {
    width: 25%;
}
.newest .archive .list dd {
    width: 75%;
}
.newest .archive .list dd a {
    padding: 2px 5px;
    color: #005eae;
    background: #f0f6fd;
    border-bottom: solid 1px #005eae;
}
.newest .btn_area {
    width: auto;
    justify-content: flex-end;
    margin: 10px 0;
}
.newest .btn01 {
    height: 40px !important;
    font-size: 15px;
    padding-right: 30px;
    width: 220px;
    letter-spacing: -0.02em;
}
.newest .btnarchive::after{
    content: url('/corporate/images/report/archive.png');
    position: absolute;
    top: 10px;
    right: 10px;
}

.past {
    margin: 0 auto 70px;
    width: 850px;
}
.past .category {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    padding-top: 20px;
}
.past .archive {
    width: 850px;
}
.past .archive h4 {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.past .archive h4 span {
    font-size: 16px;
}
.past .archive h4:after {
    content: '';
    height: 2px;
    flex-grow: 1;
    background-color: #005eae;
    margin-left: 1rem;
}
.past .archive .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    line-height: 2.5em;
    margin: 30px 0 0 0;
}
.past .archive .list h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: solid 2px #005eae;
    color: #005eae;
    max-width: 25%;
    line-height: 1em;
}
.past .archive .list dl {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
}
.past .archive .list dt {
    width: 30%;
}
.past .archive .list dd {
    width: 70%;
}
.past .archive .list dd a {
    padding: 2px 5px;
    color: #005eae;
    background: #f0f6fd;
    border-bottom: solid 1px #005eae;
}

.compleat_top {
    width: 100%;
    text-align: center;
    padding: 40px 20px 20px;
}
.compleat_top p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px;
}
.compleat_top .thanks {
    padding: 0 0 20px;
}
.compleat_top p {
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 5px;
}
.compleat_top .bottom {
    padding: 0 0 20px;
}
.compleat_top .note {
    font-size: 12px;
    font-weight: 500;
}
.compleat_top .btn01 {
    margin: 0 20px;
}

@media screen and (max-width: 767px) {
    .market_top {
        width: 100%;
        background: #efefef;
        padding-bottom: 15px;
    }
    .market_top h2 {
        font-size: 20px;
        padding: 20px 0px;
    }
    .market_top p {
        font-size: 14px;
    }
    .market_top ul {
        display: block;
        margin: 20px auto 10px;
    }
    .market_top ul li {
        width: 90vw;
        margin: 0 auto 15px;
        box-shadow: 0 10px 10px 0 rgba(11, 38, 127, .03);
        height: 80px;
        transform: translateY(0px);
        position: relative;
    }
    .market_top ul li:before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .market_top ul li.management:before {
        content: url('/corporate/images/report/market_management01_sp.png');
    }
    .market_top ul li.professional:before {
        content: url('/corporate/images/report/market_professional01_sp.png');
    }
    .market_top ul li.accounting:before {
        content: url('/corporate/images/report/market_accounting01_sp.png');
    }
    .market_top ul li h3 {
        text-align: left;
        font-size: 20px;
        margin-top: 18px;
        position: absolute;
        left: 130px;
    }
    .market_top ul li h3:before {
        content: '';
        position: absolute;
        top: 5px;
        left: -20px;
        width: 10px;
        height: 10px;
        border-top: 3px solid #005eae;
        border-right: 3px solid #005eae;
        transform: rotate(135deg);
        transition: all .3s;
    }
    .market_top ul li h3 span {
        font-size: 13px;
        margin-left: -45px;
        letter-spacing: -0.02em;
    }
    .market_top ul li h3:after {
        content: none;
    }
    .market_top ul li.accounting h3:after {
        top: 50px;
    }

    .newest .category {
        display: block;
        margin: 40px auto 0;
    }
    .newest .thumb {
        margin: 0 auto;
        width: 90vw;
        height: 80px;
    }
    .newest #management .thumb,
    .newest #professional .thumb,
    .newest #accounting .thumb {
        background-size: cover;
    }
    .newest .thumb h3 {
        height: 80px;
        background: rgba(0, 0, 0, .2);
        padding: 15px 0;
    }
    .newest #accounting .thumb h3 {
        padding: 27px 0;
    }
    .newest .archive {
        width: 90vw;
        margin: 20px auto 0;
    }
    .newest .archive .list {
        display: block;
        font-size: 15px;
        line-height: 1.7em;
    }
    .newest .archive .list dl {
        display: block;
        margin: 15px 0 20px;
    }
    .newest .archive .list dt {
        width: 90vw;
    }
    .newest .archive .list dd {
        width: 90vw;
        margin-bottom: 10px;
    }
    .newest .btn01 {
        padding-right: 0;
        width: 80vw;
    }
    
    .past {
        margin: 0 auto 40px;
        width: 90vw;
    }
    .past .category {
        display: block;
        margin: 40px auto 0;
        padding-top: 0;
    }
    .past .archive {
        width: 90vw;
    }
    .past .archive h4 {
        font-size: 20px;
        justify-content: center;
        background: #efefef;
        padding: 10px;
    }
    .past .archive h4 span {
        font-size: 14px;
    }
    .past .archive h4:after {
        content: none;
    }
    .past .archive .list {
        display: block;
        font-size: 15px;
        line-height: 1.7em;
        margin: 15px 0 0;
    }
    .past .archive .list h5 {
        font-size: 16px;
        padding: 5px;
        max-width: 90vw;
        text-align: center;
    }
    .past .archive .list dl {
        display: block;
        margin: 15px 0 20px;
        width: 90vw;
    }
    .past .archive .list dt {
        width: 90vw;
    }
    .past .archive .list dd {
        width: 90vw;
        margin-bottom: 10px;
    }
    
    .compleat_top {
        width: 100%;
        padding-bottom: 15px;
        text-align: left;
        padding: 20px;
    }
    .compleat_top p {
        font-size: 14px;
        text-align: left;
        padding: 0 0 2px;
    }
    .compleat_top p span {
        font-size: 20px;
        padding: 10px 0px;
        display: block;
        text-align: center;
    }
    .compleat_top p br {
        display: none;
    }
    .compleat_top .bottom {
        padding: 0 0 10px;
    }
    .compleat_top .btn01 {
        margin: 10px auto;
    }
    .compleat_top .note {
        padding-top: 5px;
    }
}

/* candidate list
----------------------------------------- */
#candidate .inner {
    max-width: 1250px;
    margin: 0 auto;
}
.candidate_list {
    width: 100%;
    background: #efefef;
    padding-bottom: 80px;
}
.candidate_list h2 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0 20px;
}
.candidate_list .copy {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.candidate_list h3 {
    display: inline-block;
    background: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px 17px 70px;
    border-radius: 70px;
    position: relative;
    border: solid 1px #c8d4de;
}
.candidate_list h3:before {
    content: '';
    background: url("/corporate/images/top/check.png") no-repeat;
    position: absolute;
    width: 40px;
    height: 30px;
    top: 12px;
    left: 20px;
}
.candidate_list h3 span {
    color: #005eae;
    border-bottom: solid 2px #005eae;
}
.candidate_list h3 i {
    color: #FF8600;
}
.candidate_list p.lead {
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
}
.candidate_list .inner {
    max-width: 1300px;
}

.candidate_list .box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin: 20px auto;
    border: solid 2px #003059;
}
.candidate_list .top_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 55px;
    color: #005eae;
}
.candidate_list .top_title .title {
    position: relative;
}
.candidate_list .top_title .title .info01 {
    position: absolute;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    width: 420px;
    background: #003059;
    font-size: 13px;
    line-height: 1.4em;
    color: #fff;
    top: -45px;
    right: -340px;
    box-shadow: 5px 5px 0 0 rgba(11, 38, 127, .1);
}
.candidate_list .top_title .title .info01:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 70px;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #003059;
}
.candidate_list .top_title .title .info02 {
    position: absolute;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    width: 320px;
    background: #003059;
    font-size: 13px;
    line-height: 1.4em;
    color: #fff;
    top: 70px;
    right: 155px;
    box-shadow: 5px 5px 0 0 rgba(11, 38, 127, .1);
}
.candidate_list .top_title .title .info02:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 70px;
    margin-left: -15px;
    border: 13px solid transparent;
    border-top: 13px solid #003059;
}
.candidate_list .top_title .title span {
    color: #fff;
    background: #005eae;
    padding: 5px 10px;
    font-size: 16px;
}
.candidate_list .top_title .title h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
.candidate_list .caution {
    font-size: 12px;
}
.candidate_list .note {
    position: relative;
}
.candidate_list .note p {
    position: absolute;
    right: 0;
    font-size: 11px;
    line-height: 1.6em;
}
.candidate_list .note span {
    margin-left: 11px;
}

.candidate_table {
    padding: 0 30px 30px;
}
.candidate_table h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 15px 5px;
}
.candidate_table h5:before {
    content: url('/corporate/images/report/check.png');
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.candidate_table ul {
    display: flex;
    justify-content: space-between;
    border: solid 1px #efefef;
}
.candidate_table ul.item {
    border: 0;
}
.candidate_table ul.blue {
    border-top: solid 3px #c8d4de;
}
.candidate_table ul.pink {
    border-top: solid 3px #f5dede;
}
.candidate_table ul.yellow {
    border-top: solid 3px #f0eccf;
}
.candidate_table ul li {
    line-height: 1.3em;
    padding: 10px;
    margin-right: 3px;
    width: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.candidate_table ul.item li {
    background: #ffd672;
    border: solid 1px #ffc880;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    padding: 10px 5px;
    text-align: center;
}
.candidate_table ul.blue li {
    background: #f0f6fd;
}
.candidate_table ul.pink li {
    background: #fdf0f0;
}
.candidate_table ul.yellow li {
    background: #fdfbf0;
}
.candidate_table ul li:last-child {
    margin-right: 0;
}
.candidate_table ul li.w350 {
    width: 350px;
}
.candidate_table ul li.skill {
    display: block;
}
.candidate_table ul li.w350 p {
    margin-bottom: 10px;
}
.candidate_table ul li.w140 {
    width: 140px;
}
.candidate_table ul li.w55 {
    width: 55px;
    justify-content: center;
}
.candidate_table ul li .name {
    display: none;
}

@media screen and (min-width: 768px) {
    #candidate .pc-only {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #candidate .inner {
        max-width: 95vw;
        margin: 0 auto;
    }
    .candidate_list {
        padding-bottom: 75px;
    }
    .candidate_list h2 {
        font-size: 20px;
        padding: 20px 0;
    }
    .candidate_list .copy {
        text-align: left;
        margin-bottom: 10px;
    }
    .candidate_list h3 {
        font-size: 16px;
        line-height: 1.8em;
        padding: 7px 15px 10px 65px;
        border-radius: 0px;
    }
    .candidate_list h3:before {
        top: 20px;
        left: 15px;
    }
    .candidate_list p.lead {
        font-size: 14px;
        text-align: left;
    }
    .candidate_list .inner {
        max-width: 95vw;
    }

    .candidate_list .box {
        margin: 70px auto 15px;
        padding-bottom: 15px;
    }
    .candidate_list .box h3 span {
        display: inline-block;
        font-size: 13px;
    }
    .candidate_list .top_title {
        display: block;
        padding: 20px 10px 0;
    }
    .candidate_list .top_title .title span {
        display: inline-block;
        font-size: 16px;
    }
    .candidate_list .top_title .title h4 {
        font-size: 16px;
        line-height: 1.3em;
        margin: 10px 0;
    }
    .candidate_list .top_title .title .info01 {
        width: 300px;
        top: -85px;
        right: 0;
    }
    .candidate_list .top_title .title .info01:before {
        left: 250px;
    }
    .candidate_list .top_title .title .info02 {
        top: 110px;
        left: 0;
    }
    .candidate_list .sample_contact .caution {
        font-size: 12px;
        margin-top: 60px;
    }
    .candidate_list .note br {
        display: none;
    }
    .candidate_list .note span {
        margin-left: 0;
    }

    .candidate_table {
        padding: 75px 10px 0;
    }
    .candidate_table h5 {
        font-size: 16px;
        margin: 10px 5px 5px 35px;
        line-height: 1.3em;
        position: relative;
    }
    .candidate_table h5:before {
        content: url('/corporate/images/report/check.png');
        position: absolute;
        top: 0;
        left: -25px;
    }
    .candidate_table ul {
        display: block;
        border: 0px;
    }
    .candidate_table ul li {
        display: flex;
        justify-content: space-between;
        padding: 0;
        background: #fff;
        margin-bottom: 3px;
        align-items: stretch;
    }
    .candidate_table ul li .name {
        display: block;
        background: #ffd672;
        border: solid 1px #ffc880;
        font-size: 13px;
        font-weight: bold;
        justify-content: center;
        padding: 10px 5px 5px;
        text-align: center;
        width: 20%;
    }
    .candidate_table ul li .cont {
        width: 80%;
        line-height: 1.3em;
        padding: 10px;
            display: block;
        justify-content: flex-start;
        align-items: center;
    }
    .candidate_table ul.blue li {
        background: #f0f6fd;
    }
    .candidate_table ul li,
    .candidate_table ul li.w350,
    .candidate_table ul li.w140,
    .candidate_table ul li.w55 {
        width: 100%;
    }
    .candidate_table ul li.skill {
        display: flex;
    }
}

/* trend
----------------------------------------- */
.market_top ul.trend li.keiri:before {
    content: url('/corporate/images/report/trend01.png');
}
.market_top ul.trend li.highclass:before {
    content: url('/corporate/images/report/trend02.png');
}
.market_top ul.trend li.accounting:before {
    content: url('/corporate/images/report/trend03.png');
}
.market_top ul.trend li h3 {
    margin-top: 30px;
}
.market_top ul.trend li.highclass h3 {
    margin-top: 20px;
}
.trend .inner {
    width: 870px;
}
.trend .inner p {
    font-size: 14px;
    margin: 40px 0 30px;
}
.trend .category {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
}
.trend .thumb {
    width: 330px;
    height: 170px
}
.trend .archive {
    width: 500px;
}
.trend #keiri .thumb {
    background: url('/corporate/images/report/trend01_thumb.png');
}
.trend #highclass .thumb {
    background: url('/corporate/images/report/trend02_thumb.png');
}
.trend #accounting .thumb{
    background: url('/corporate/images/report/trend03_thumb.png');
}
.trend #keiri .thumb,
.trend #highclass .thumb,
.trend #accounting .thumb {
    background-size: cover;
}
.trend .archive ul {
    font-size: 16px;
    line-height: 2.5em;
    margin: 20px 0 0 0;
}
.trend .archive ul li a {
    padding: 2px 5px;
    color: #005eae;
    background: #f0f6fd;
    border-bottom: solid 1px #005eae;
}

@media screen and (max-width: 767px) {
    .market_top ul.trend li.keiri:before {
        content: url('/corporate/images/report/trend01_sp.png');
    }
    .market_top ul.trend li.highclass:before {
        content: url('/corporate/images/report/trend02_sp.png');
    }
    .market_top ul.trend li.accounting:before {
        content: url('/corporate/images/report/trend03_sp.png');
    }
    .market_top ul.trend li h3 {
        text-align: left;
        font-size: 16px;
        margin-top: 30px;
        position: absolute;
        left: 120px;
        letter-spacing: -0.02em;
    }
    .market_top ul.trend li.highclass h3 {
        margin-top: 25px;
    }
    .market_top ul.trend li h3:before {
        content: '';
        position: absolute;
        top: 3px;
        left: -15px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #005eae;
        border-right: 2px solid #005eae;
        transform: rotate(135deg);
        transition: all .3s;
    }
    .market_top ul.trend li h3 span {
        font-size: 13px;
        margin-left: 0;
        letter-spacing: 0;
    }
    .trend .inner {
        width: 95vw;
    }
    .trend .category {
        display: block;
        margin: 0 auto 40px;
    }
    .trend .inner p {
        margin: 10px 10px 20px;
        font-size: 13px;
        letter-spacing: -0.02em;
    }
    .trend .thumb {
        margin: 0 auto;
        width: 90vw;
        height: 70px;
    }
    .trend #keiri .thumb,
    .trend #highclass .thumb,
    .trend #accounting .thumb {
        background-size: cover;
    }
    .trend .thumb h3 {
        height: 40px;
        background: rgba(0, 94, 174, .8);
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        line-height: 1em;
    }
    .trend #highclass .thumb {
        height: 90px;
    }
    .trend #highclass .thumb h3 {
        height: 60px;
        padding: 10px 0;
    }
    .trend #accounting .thumb h3 {
        padding: 0;
    }
    .trend .thumb h3 span {
        font-size: 15px;
        display: block;
        width: 100%;
    }
    .trend .archive {
        width: 90vw;
        margin: 20px auto 0;
    }
    .trend .archive ul {
        display: block;
        font-size: 15px;
        line-height: 1.7em;
    }
    .trend .archive ul li {
        margin-bottom: 10px;
    }
}
