@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap');

/* =====================================================
　　共通
===================================================== */
:root {
    --basic: #011945;
    --light: #edeeee;
    --light2: #f5f5ee;
    --gold: #e3dfc3;
    --accent: #bc1521;
    --blue_light: #e8f2fd;
    --blue2: #005fac;
}
#resume {
    font-feature-settings: "palt";
    color: #011945;
    text-align: justify;
    margin-bottom: 50px;
}
#resume a {
    transition: all 0.3s !important;
}
#resume a:hover {
    opacity: 0.5 !important;
}

@media screen and (min-width:769px) and (max-width:1199px) {
}
@media screen and (min-width:0px) and (max-width:768px) {
}

/* ===================== タイトル・リード文 ===================== */
#resume .cont_title {
    display: flex;
}
#resume .cont_title h2 {
    font-size: 2.4rem;
    position: relative;
}
#resume .cont_title h2 span {
    padding: 0 20px 0 28px;
    font-weight: bold;
}
#resume .cont_title h2:before {
    content: '';
    background: #011945;
    width: 8px;
    height: 40px;
    position: absolute;
}
#resume .cont_title p {
    background: #011945;
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    line-height: 1em;
}
#resume h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    padding: 0 10px 3px;
    border-bottom: solid 2px #011945;
}
p.resume_lead {
    margin: 20px 0 15px;
}
.content-box.resume {
    margin: 20px 0;
}
#resume p {
    margin-bottom: 1em;
}

@media screen and (min-width:0px) and (max-width:768px) {
    #resume .cont_title {
        display: block;
    }
    #resume .cont_title h2 {
        font-size: 2.4rem;
    }
    #resume.top .cont_title h2 {
        font-size: 16px;
    }
    #resume .cont_title h2 span {
        padding: 0 20px;
    }
    #resume .cont_title h2:before {
        width: 12px;
        height: 30px;
    }
    #resume .cont_title p {
        display: none;
    }
    #resume h3 {
        font-size: 16px;
        margin: 10px 0;
        padding: 0 5px;
    }
    .content-box.resume {
        margin: 20px 0 10px;
    }
}

/* =====================================================
　　職務経歴書サンプルTOP 2023.08~
===================================================== */
#resume.top .point {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 10px;
}
#resume.top .point img {
    width: 300px;
    border: solid 10px var(--light);
}
#resume.top .point .text {
    width: calc(100% - 320px);
    margin-left: 20px;
}
#resume.top .point h3 {
    margin: 0 0 10px;
    position: relative;
    padding-left: 30px;
    border-bottom: solid 1px #011945;
}
#resume.top .point h3:before {
    content: '';
    background: url('/img/knowhow/resume/check.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 5px;
    left: 0;
}
#resume.top .point .text {
    font-size: 15px;
    line-height: 1.55em;
}
#resume.top strong {
    display: block;
    background: var(--light);
    border: solid 3px #011945;
    padding: 20px 30px;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    width: 80%;
    margin: 30px auto 40px;
    box-sizing: content-box;
}
#resume.top .guide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 25px 0 0;
}
#resume.top .guide img {
    width: 200px;
}
#resume.top .guide .cont {
    width: calc(100% - 220px);
    margin: 0 20px 0 0;
}
#resume.top .guide .text {
    font-size: 15px;
    line-height: 1.55em;
    margin-bottom: 25px;
}
#resume.top .guide .text:last-child {
    margin-bottom: 0;
}
#resume.top .guide h3 {
    margin: 0 0 10px;
    border-bottom: 0;
    padding: 0;
    color: #274D81;
    font-size: 16px;
}
#resume.top .guide h3 .ttl {
    background: #011945;
    color: #fff;
    border-radius: 100vh;
    font-size: 15px;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: bold;
}
#resume.top .guide h3 .sub {
    padding: 5px 0;
    font-weight: bold;
    border-bottom: solid 2px #274D81;
}

@media screen and (min-width:0px) and (max-width:768px) {
    #resume.top .point {
        display: block;
    }
    #resume.top .point img {
        width: 100%;
        margin: 0 auto;
        border: solid 5px var(--light);
    }
    #resume.top .point .text {
        width: 100%;
        margin-left: 0;
    }
    #resume.top .point h3 {
        margin: 10px 0 15px;
        padding: 0 0 5px 30px;
    }
    #resume.top .point h3:before {
        top: 3px;
    }
    #resume.top strong {
        padding: 15px 15px;
        font-size: 16px;
        width: 100%;
        margin: 20px auto 30px;
        box-sizing: border-box;
        line-height: 1.5em;
    }
    #resume.top .guide {
        display: block;
    }
    #resume.top .guide img {
        width: 60%;
        display: block;
        margin: 15px auto 0;
    }
    #resume.top .guide .cont {
        width: 100%;
        margin: 0;
    }
    #resume.top .guide h3 .ttl {
        padding: 0 15px;
        margin: 0 0 10px 0;
        display: block;
    }
    #resume.top .guide h3 .sub {
        padding: 5px 0 2px;
        line-height: 1.7em;
        font-size: 15px;
    }
}

/* =====================================================
　　職務経歴書サンプルページ 2023.08~
===================================================== */
/* ===================== ポイント ===================== */
#resume .point {
    margin: 15px 10px 35px;
}
#resume .point ul {
    background: var(--light2);
    border: solid 1px var(--gold);
    padding: 20px 30px;
}
#resume .point ul li {
    margin: 0 0 7px 33px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
#resume .point ul li:last-child {
    margin: 0 0 0 33px;
}
#resume .point ul li:before {
    content: '';
    background: url('/img/knowhow/resume/check.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 2px;
    left: -33px;
}

@media screen and (min-width:0px) and (max-width:768px) {
    #resume .point {
        margin: 15px 5px 25px;
    }
    #resume .point ul {
        padding: 15px 20px;
    }
    #resume .point ul li {
        margin: 0 0 5px 25px;
        font-size: 15px;
    }
    #resume .point ul li:last-child {
        margin: 0 0 0 25px;
    }
    #resume .point ul li:before {
        width: 18px;
        height: 18px;
        left: -27px;
    }
}

/* ===================== サンプル ===================== */
#resume .sample {
    width: 90%;
    border: solid 1px var(--gold);
    margin: 30px auto;
    position: relative;
    padding: 0 35px 15px;
}
#resume .sample:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: solid 3px #f4f4f4;
    position: absolute;
    top: -4px;
    left: -4px;
    z-index: -1;
}
#resume .title {
    text-align: center;
    margin: 50px auto 25px;
    font-size: 18px;
    font-weight: bold;
}
#resume .right {
    text-align: right;
    font-size: 15px;
}
#resume .cont {
    margin: 25px 0;
    font-size: 15px;
    line-height: 1.7em;
    padding: 0 10px;
}
#resume .cont.mt20 {
    margin: 20px 0 25px;
}
#resume h4 {
    padding: 13px 20px;
    background: var(--light);
    border-bottom: solid 1px #011945;
    font-weight: bold;
    line-height: 1rem;
    margin: 35px 0 30px;
}
#resume h4.mb20 {
    margin-bottom: 20px;
}
#resume .check {
    position: relative;
    background: var(--blue_light);
    padding: 30px 35px 15px;
    margin-bottom: 20px;
}
#resume .check.mt30 {
    margin: 30px 0 15px;
}
#resume .check span {
    position: absolute;
    top: -10px;
    left: 13px;
    background: #011945;
    font-weight: bold;
    color: #fff;
    border-radius: 100vh;
    padding: 1px 10px 1px 35px;
}
#resume .check span:before {
    content: '';
    background: url('/img/knowhow/resume/check_white.svg') no-repeat;
    background-size: contain;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 5px;
    left: 10px;
}
#resume .check p {
    font-weight: bold;
    margin-bottom: 5px;
}
#resume .check ul {
    margin: 0 10px;
}
#resume .check ul li {
    color: #005fac;
    position: relative;
    margin-left: 20px;
}
#resume .check ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #005fac;
    border-radius: 100vh;
    margin-right: 10px;
    top: 8px;
    left: -15px;
}
#resume table {
    width: 100%;
    background: #f4f4f4;
    border: solid 1px #dedede;
    border-collapse: collapse;
    margin-bottom: 15px;
}
#resume table th {
    border-bottom: solid 1px #dedede;
    padding: 10px 20px;
    text-align: left;
    font-weight: bold;
}
#resume table td {
    padding: 10px 20px;
}
#resume table td dl {
    display: flex;
    flex-wrap: wrap;
}
#resume table td dt {
    width: 15%;
    position: relative;
}
#resume table td dl.long dt {
    width: 20%;
    position: relative;
}
#resume table td dt:after {
    position: absolute;
    content: '';
    background: #ccc;
    height: 1px;
    width: 10px;
    top: 12px;
    right: 25px;
}
#resume table td dd {
    width: 85%;
}
#resume table td dl.long dd {
    width: 80%;
}
#resume .sample p.m20 {
    margin-left: 20px;
    margin-right: 20px;
}
#resume .sample h5 {
    font-size: 16px;
    padding: 0 2px 2px;
    border-bottom: solid 1px #ddd;
    margin: 25px 0 15px;
}
#resume .sample h5 span {
    position: relative;
    padding-left: 15px;
    font-weight: bold;
}
#resume .sample h5 span:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 22px;
    background: #011945;
    top: 0;
    left: 0;
}
#resume span.title01 {
    display: inline-block;
    background: var(--light);
    font-weight: bold;
    padding: 1px 5px;
    margin-bottom: 10px;
}
#resume span.title02 {
    display: inline-block;
    font-weight: bold;
    margin: 10px 0 25px;
}
#resume span.title02.mb10 {
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
}
#resume ul {
    margin: 0 10px 20px;
}
#resume ul.mb30 {
    margin: 0 10px 30px;
}
#resume ul li {
    position: relative;
    margin-left: 20px;
}
#resume ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: #011945;
    border-radius: 100vh;
    margin-right: 10px;
    top: 9px;
    left: -15px;
}
#resume ul li span {
    position: relative;
    margin-left: 17px;
    display: block;
}
#resume ul li span:before {
    position: absolute;
    content: '';
    background: #011945;
    height: 1px;
    width: 5px;
    top: 12px;
    left: -12px;
}
#resume .sample a {
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
}
#resume .sample .topics {
    position: relative;
    border: solid 2px var(--light);
    padding: 20px 35px 15px;
    margin: 25px 0 20px;
    border-radius: 5px;
}
#resume .sample .topics span {
    position: absolute;
    top: -14px;
    left: 13px;
    background: #fff;
    font-weight: bold;
    padding: 1px 10px;
}
#resume .sample hr.hr1 {
    border: 0;
    width: 100%;
    height: 3px;
    background: var(--light2);
    margin: 25px 0;
}
.main-content .content-l section.know-sec {
    padding-bottom: 100px;
}

@media screen and (min-width:0px) and (max-width:768px) {
    #resume .sample {
        width: 100%;
        margin: 20px auto 25px;
        padding: 0 10px;
    }
    #resume .title {
        margin: 30px auto 20px;
        font-size: 16px;
    }
    #resume .right {
        font-size: 14px;
    }
    #resume .cont {
        font-size: 14px;
        line-height: 1.55em;
        padding: 0 5px;
    }
    #resume h4 {
        margin: 25px 0 20px;
        font-size: 15px;
    }
    #resume .check {
        padding: 25px 15px 10px;
        margin-bottom: 15px;
    }
    #resume .check span {
        padding: 2px 10px 1px 35px;
    }
    #resume .check span:before {
        width: 15px;
        height: 15px;
    }
    #resume .check ul {
        margin: 0;
    }
    #resume .check ul li {
        margin: 0 0 5px 15px;
        font-size: 13px;
        line-height: 1.5em;
    }
    #resume .check ul li:before {
        width: 5px;
        height: 5px;
        top: 7px;
        left: -12px;
    }
    #resume table {
        font-size: 13px;
    }
    #resume table th {
        padding: 5px 10px;
    }
    #resume table td {
        padding: 5px 10px;
    }
    #resume table td dt {
        width: 35%;
    }
    #resume table td dl.long dt {
        width: 40%;
    }
    #resume table td dt:after {
        width: 7px;
        top: 10px;
        right: 5px;
    }
    #resume table td dd {
        width: 65%;
    }
    #resume table td dl.long dd {
        width: 60%;
    }
    #resume .sample p.m20 {
        margin-left: 10px;
        margin-right: 10px;
    }
    #resume .sample h5 {
        font-size: 15px;
        margin: 20px 0 10px;
    }
    #resume .sample h5 span:before {
        height: 20px;
    }
    #resume ul {
        margin: 0 0 20px;
    }
    #resume ul li {
        margin-left: 15px;
    }
    #resume ul li:before {
        top: 7px;
        left: -12px;
    }
    #resume ul li span {
        margin-left: 10px;
    }
    #resume ul li span:before {
        left: -10px;
    }
    #resume .sample a {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 1.5em;
    }
    #resume .sample .topics {
        padding: 15px 15px 0;
    }
    #resume .sample .topics span {
        top: -12px;
        left: 10px;
    }
    #resume .sample hr.hr1 {
        height: 2px;
        margin: 15px 0 25px;
    }
    .main-content .content-l section.know-sec {
        padding-bottom: 0;
    }
}

/* ===================== おすすめ記事 ===================== */
#resume ul.topics {
    margin: 20px 10px 0;
}
#resume ul.topics li a {
    text-decoration: underline;
    line-height: 2em;
}

@media screen and (min-width:0px) and (max-width:768px) {
    #resume ul.topics {
        margin: 15px 5px 0;
    }
}

/* ===================== CTA ===================== */
.resume_cta {
    background: var(--light2);
    border: solid 1px var(--gold);
    margin: 10px auto 50px;
    box-sizing: border-box;
    width: 94%;
    padding: 15px 30px;
}
.resume_cta p {
    font-size: 15px;
    letter-spacing: -0.04em;
    text-align: justify;
}
.resume_cta a.btn {
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    width: 580px;
    line-height: 55px;
    font-size: 17px;
    color: #ffffff;
    background: var(--accent);
    border-bottom: 3px solid #7d0811;
    transition: all 0.3s !important;
}
.resume_cta a.btn span {
    background: #fff;
    color: var(--accent);
    padding: 4px 5px;
    margin-left: 5px;
}
.resume_cta a.btn i {
    font-style: normal;
}

.resume_cta a.btn:hover {
    opacity: 0.5 !important;
}

@media screen and (min-width:0px) and (max-width:768px) {
    .resume_cta {
        margin: 10px auto 30px;
        width: 92%;
        padding: 15px 20px;
    }
    .resume_cta p {
        font-size: 14px;
        letter-spacing: 0em;
    }
    .resume_cta a.btn {
        width: 100%;
        line-height: 1.4em;
        padding: 5px 10px;
        font-size: 16px;
    }
    .resume_cta a.btn span {
        padding: 2px 5px;
        margin-left: 2px;
        font-size: 14px;
    }
}



#resume a.btn {
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 16px auto;
    padding: 15px;
    width: 580px;
    line-height: 25px;
    font-size: 17px;
    color: #ffffff;
    background: var(--accent);
    border-bottom: 3px solid #7d0811;
    transition: all 0.3s !important;
}
#resume a.btn span {
    background: #fff;
    color: var(--accent);
    padding: 4px 5px;
    margin-left: 5px;
}
#resume a.btn i {
    font-style: normal;
}
#resume a.btn:hover {
    opacity: 0.5 !important;
}
@media screen and (min-width:0px) and (max-width:768px) {
    #resume a.btn {
        width: 100%;
        line-height: 1.4em;
        padding: 5px 10px;
        font-size: 16px;
    }
    #resume a.btn span {
        padding: 2px 5px;
        margin-left: 2px;
        font-size: 14px;
    }
}