.globalnav ul li a {
    letter-spacing: 1px !important;
    margin: 0 13px !important;
}

@media screen and (max-width: 959px) {
    .globalnav ul li a {
        letter-spacing: 1px !important;
        margin: 0 3px !important;
        font-size: 13px !important;
    }
}

:root {
    --pressio-red: #e4001b;
    --text: #333;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: var(--text);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.4;
}

th,
td {
    line-height: 160%;
}

a {
    color: #005580;
    text-decoration: underline;
}

a:hover {
    color: #005580;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

p:last-child,
p:only-child {
    margin-bottom: 0;
}

.uk-container {
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 35px;
}

.breadcrumb {
    background: #eee;
    font-size: 13px;
    margin-top: 84px;
    padding: 5px 0;
}

.breadcrumb-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li {
    align-items: center;
    display: inline-flex;
    white-space: nowrap;
}

.breadcrumb-list li+li::before {
    background: linear-gradient(135deg, transparent 45%, #777 45%, #777 55%, transparent 55%) no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 8px;
    transform: scale(0.8);
    width: 7px;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.cp-main {
    background: #fff;
    overflow: hidden;
    padding-bottom: 45px;
}

@media screen and (max-width: 959px) {
    .uk-container {
        padding: 0 16px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .cp-main {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .cp-main {
        padding-bottom: 28px;
    }
}

.cp-page {
    --cp-red: #e4001b;
    --cp-text: #333333;
    --cp-border: #b7b7b7;
    --cp-soft-red: #fbe8eb;
    --cp-line: #ef9ea7;
    --cp-light: #f7f7f7;
    --cp-placeholder-1: #eef2f6;
    --cp-placeholder-2: #cfd6de;
    --cp-placeholder-3: #a8b2bf;
    color: var(--cp-text);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.85;
    padding: 20px 0 48px;
}

.cp-page *,
.cp-page *::before,
.cp-page *::after {
    box-sizing: border-box;
}

.cp-page h1,
.cp-page h2,
.cp-page h3,
.cp-page p,
.cp-page ul {
    margin: 0;
}

.cp-page ul {
    padding: 0;
}

.cp-page .uk-container {
    margin: 0 auto;
    max-width: 1070px;
    padding: 0 35px;
}

.cp-page-title {
    border-bottom: 2px solid var(--cp-red);
    color: #000;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 24px 0 30px;
    padding-bottom: 5px;
}

.cp-hero {
    align-items: center;
    background-color: #dfe6ed;
    background-image:
        linear-gradient(90deg, rgba(247, 248, 251, .94) 0%, rgba(247, 248, 251, .82) 34%, rgba(247, 248, 251, .48) 56%, rgba(247, 248, 251, 0) 100%),
        url("https://www.pressio.co.jp/wp/wp-content/uploads/2026/05/FV.png");
    background-position: center;
    background-size: cover;
    display: flex;
    min-height: 280px;
    overflow: hidden;
    padding: 32px 44px 30px;
    position: relative;
    margin-top: 24px;
}

.cp-hero::before {
    content: none;
}

.cp-hero::after {
    content: none;
}

.cp-hero-copy {
    max-width: 610px;
    position: relative;
    z-index: 1;
}

.cp-hero-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
}

.cp-hero-text {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 24px;
    max-width: 470px;
}

.cp-hero-note {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 18px;
    max-width: 360px;
}

.cp-section {
    margin-top: 70px;
}

.cp-section-title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 18px;
    position: relative;
}

.cp-section-title+.cp-copy {
    margin-top: 30px;
}

.cp-section-title::before {
    background: var(--cp-red);
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.cp-section-title small {
    font-size: 15px;
    font-weight: 500;
}

.cp-copy {
    font-size: 13px;
    line-height: 1.9;
}

.cp-copy p+p {
    margin-top: 12px;
}

.cp-field-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 28px;
}

.cp-field-card {
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.cp-field-image {
    display: block;
    height: auto;
    width: 100%;
}

.cp-field-title {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4;
    min-height: 40px;
}

.cp-icon {
    color: var(--cp-red);
    display: block;
    flex: 0 0 auto;
    height: 42px;
    margin: 8px auto 8px;
    width: 52px;
}

.cp-field-text {
    border-top: 1px solid var(--cp-line);
    font-size: 12px;
    line-height: 1.55;
    padding-top: 8px;
}

.cp-flow {
    margin: 34px auto 0;
    max-width: 894px;
}

.cp-flow-image,
.cp-flow-sp-image {
    display: block;
    height: auto;
    width: 100%;
}

.cp-flow-sp {
    display: none;
    margin: 34px auto 0;
    max-width: 430px;
}

.cp-step {
    align-items: center;
    border: 1px solid var(--cp-border);
    border-radius: 8px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1.2fr .75fr 1.55fr .7fr;
    min-height: 104px;
    padding: 16px 22px;
}

.cp-step-label {
    color: var(--cp-red);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.cp-step .cp-icon {
    height: 60px;
    margin: 0 auto;
    width: 66px;
}

.cp-step-copy {
    border-left: 1px solid var(--cp-border);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.75;
    padding-left: 22px;
}

.cp-icon-circle {
    align-items: center;
    background: var(--cp-soft-red);
    border-radius: 50%;
    display: flex;
    height: 74px;
    justify-content: center;
    margin-left: auto;
    width: 74px;
}

.cp-icon-circle .cp-icon {
    height: 46px;
    width: 48px;
}

.cp-down {
    color: var(--cp-red);
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 0;
    text-align: center;
}

.cp-choice {
    border: 1px solid var(--cp-border);
    border-radius: 8px;
    margin: 0 auto;
    max-width: 432px;
    padding: 14px 18px 13px;
    text-align: center;
}

.cp-choice-title {
    color: var(--cp-red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.cp-choice-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 4px;
}

.cp-course-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
    position: relative;
}

.cp-course-grid::before {
    background: var(--cp-red);
    content: "";
    height: 22px;
    left: 50%;
    position: absolute;
    top: -22px;
    transform: translateX(-50%);
    width: 3px;
}

.cp-course {
    border: 1px solid var(--cp-red);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
}

.cp-course::before {
    border-left: 3px solid var(--cp-red);
    border-top: 3px solid var(--cp-red);
    content: "";
    height: 22px;
    position: absolute;
    top: -22px;
    width: calc(50% + 18px);
}

.cp-course:first-child::before {
    left: calc(50% - 18px);
    transform: skewX(-36deg);
    transform-origin: right bottom;
}

.cp-course:last-child::before {
    border-left: 0;
    border-right: 3px solid var(--cp-red);
    right: calc(50% - 18px);
    transform: skewX(36deg);
    transform-origin: left bottom;
}

.cp-course-head {
    background: var(--cp-red);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding: 9px 12px;
    text-align: center;
}

.cp-course-body {
    padding: 18px 18px 16px;
    text-align: center;
}

.cp-course-main-icon {
    height: 58px;
    margin: 0 auto 6px;
    width: 82px;
}

.cp-course-lead {
    color: var(--cp-red);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

.cp-course-list {
    display: inline-grid;
    gap: 4px;
    list-style: none;
    margin: 0 auto 16px;
    text-align: left;
}

.cp-course-list li {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
    padding-left: 22px;
    position: relative;
}

.cp-course-list li::before {
    align-items: center;
    background: var(--cp-red);
    border-radius: 50%;
    color: #fff;
    content: "•";
    display: flex;
    font-size: 16px;
    height: 14px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 4px;
    width: 14px;
}

.cp-course-divider {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    margin: 0 0 16px;
    position: relative;
}

.cp-course-divider::before {
    background: var(--cp-line);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.cp-course-divider span {
    background: var(--cp-red);
    border-radius: 999px;
    min-width: 132px;
    padding: 6px 14px;
    position: relative;
}

.cp-course-path {
    align-items: end;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 22px 1fr 22px 1fr;
}

.cp-course--professional .cp-course-path {
    grid-template-columns: 1fr 22px 1fr;
    margin: 0 auto;
    max-width: 240px;
}

.cp-path-circle {
    align-items: center;
    background: var(--cp-soft-red);
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: 0 auto 4px;
    width: 60px;
}

.cp-path-circle .cp-icon {
    height: 36px;
    margin: 0;
    width: 36px;
}

.cp-path-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}

.cp-path-arrow {
    color: var(--cp-red);
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 26px;
}

.cp-course-point {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.7;
    margin-top: 12px;
    text-align: left;
}

.cp-wide {
    border: 1px solid var(--cp-border);
    border-radius: 10px;
    display: grid;
    gap: 18px;
    grid-template-columns: 1.1fr 2fr;
    margin-top: 26px;
    min-height: 102px;
    padding: 18px 24px;
}

.cp-wide-title {
    color: var(--cp-red);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.cp-wide-title small {
    color: #333;
    display: block;
    font-size: 14px;
    margin-top: 4px;
}

.cp-wide-body {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 60px minmax(0, 1fr) 60px;
}

.cp-wide-building {
    align-items: center;
    border: 1px solid var(--cp-border);
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.cp-wide-building .cp-icon {
    color: #222;
    height: 36px;
    margin: 0;
    width: 36px;
}

.cp-wide-message {
    text-align: center;
}

.cp-wide-arrows {
    align-items: center;
    color: var(--cp-red);
    display: flex;
    font-size: 34px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 1;
}

.cp-wide-arrows span:first-child,
.cp-wide-arrows span:last-child {
    color: #eab0b7;
}

.cp-wide-copy {
    color: var(--cp-red);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 2px;
}

.cp-wide-sub {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.65;
    margin-top: 4px;
}

.cp-support-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
}

.cp-support {
    border: 1px solid var(--cp-border);
    border-radius: 8px;
    min-height: 96px;
    padding: 10px 12px 11px;
}

.cp-support-head {
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 32px;
    margin-bottom: 8px;
    min-height: 40px;
    padding-bottom: 8px;
}

.cp-support-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.cp-support .cp-icon {
    height: 30px;
    margin: 0;
    width: 32px;
}

.cp-support-text {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.65;
}

.cp-interview {
    color: #333;
    display: block;
    margin-top: 42px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.cp-interview-image {
    display: block;
    height: auto;
    transition: transform 0.25s ease;
    width: 100%;
}

.cp-interview::before {
    background: rgba(255, 255, 255, 0);
    content: "";
    inset: 0;
    position: absolute;
    transition: background 0.25s ease;
    z-index: 1;
}

.cp-interview::after {
    background: linear-gradient(180deg, transparent 0%, rgba(77, 92, 108, .45) 100%);
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.cp-interview:hover .cp-interview-image {
    transform: scale(1.04);
}

.cp-interview:hover::before {
    background: rgba(255, 255, 255, 0.14);
}

.cp-interview-copy {
    display: block;
    inset: 0;
    padding: 28px 26px 22px;
    position: absolute;
    z-index: 2;
}

.cp-interview-en {
    color: #333;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}

.cp-interview-ja {
    bottom: 28px;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    max-width: 420px;
    position: absolute;
    right: 40px;
    text-align: left;
    width: 42%;
}

.cp-interview-ja-line {
    align-items: center;
    display: flex;
    gap: 14px;
    width: 100%;
}

.cp-interview-ja-line::after {
    background: #333;
    content: "";
    display: block;
    flex: 1 1 auto;
    height: 2px;
    min-width: 72px;
    width: auto;
}

@media screen and (max-width: 959px) {
    .cp-page .uk-container {
        padding: 0 16px;
    }

    .cp-field-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cp-step {
        gap: 14px;
        grid-template-columns: 1.1fr .7fr 1.45fr .7fr;
        padding: 16px 18px;
    }

    .cp-step-copy {
        font-size: 14px;
        padding-left: 18px;
    }

    .cp-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .cp-page {
        padding-bottom: 32px;
    }

    .cp-page-title {
        font-size: 24px;
        margin: 18px 0 30px;
    }

    .cp-hero {
        min-height: 0;
        padding: 26px 22px;
    }

    .cp-hero::after {
        height: 65%;
        opacity: .56;
        right: -10%;
        width: 70%;
    }

    .cp-hero-title {
        font-size: 32px;
        line-height: 1.45;
    }

    .cp-hero-text,
    .cp-hero-note {
        font-size: 12px;
        max-width: none;
    }

    .cp-section {
        margin-top: 56px;
    }

    .cp-section-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .cp-section-title+.cp-copy {
        margin-top: 22px;
    }

    .cp-copy {
        font-size: 12px;
    }

    .cp-field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cp-flow {
        display: none;
    }

    .cp-flow-sp {
        display: block;
    }

    .cp-step {
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 18px 16px;
        text-align: center;
    }

    .cp-step-copy {
        border-left: 0;
        border-top: 1px solid var(--cp-border);
        padding: 12px 0 0;
    }

    .cp-icon-circle {
        margin-left: 0;
    }

    .cp-course-grid {
        gap: 28px;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .cp-course-grid::before,
    .cp-course::before {
        display: none;
    }

    .cp-course-body {
        padding: 18px 16px 16px;
    }

    .cp-course-list li {
        font-size: 12px;
    }

    .cp-course-path,
    .cp-course--professional .cp-course-path {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .cp-path-arrow {
        padding-bottom: 0;
        transform: rotate(90deg);
    }

    .cp-path-name {
        white-space: normal;
    }

    .cp-wide {
        grid-template-columns: 1fr;
        padding: 18px 16px;
    }

    .cp-wide-body {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .cp-wide-arrows {
        transform: rotate(90deg);
    }

    .cp-support-grid {
        grid-template-columns: 1fr;
    }

    .cp-interview {
        min-height: 0;
    }

    .cp-interview-copy {
        padding: 20px 18px 18px;
    }

    .cp-interview-en {
        display: none;
    }

    .cp-interview-ja {
        bottom: 18px;
        font-size: 16px;
        left: 18px;
        max-width: 220px;
        right: auto;
        text-align: left;
        width: calc(100% - 36px);
    }

    .cp-interview-ja-line {
        gap: 10px;
        width: auto;
    }

    .cp-interview-ja-line::after {
        flex: 0 0 56px;
        min-width: 56px;
    }
}