.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;
    --line-gray: #e4001b;
    --about-bg: #ffffff;
    --text: #333;
}

* {
    box-sizing: border-box;
}

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

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 {
    max-width: 1070px;
    margin: 0 auto;
    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 {
    content: "";
    display: inline-block;
    width: 7px;
    height: 14px;
    margin: 0 8px;
    background: linear-gradient(135deg, transparent 45%, #777 45%, #777 55%, transparent 55%) no-repeat;
    transform: scale(0.8);
}

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

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

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

.about-main {
    background: var(--about-bg);
    overflow: hidden;
    padding-bottom: 90px;
}

.about-intro {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}

.about-mv {
    background: #dfe6ed;
    margin-top: 24px;
    overflow: hidden;
    width: 1000px;
    max-width: 100%;
}

.about-mv img {
    display: block;
    transform: translate3d(0, 0, 0) scale(1.08);
    transform-origin: 50% 50%;
    width: 100%;
    will-change: transform;
}

.about-timeline {
    --timeline-progress: 0;
    background-image: linear-gradient(var(--line-gray), var(--line-gray));
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 3px 100%;
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 52px;
    padding-bottom: 46px;
    position: relative;
}

.about-timeline::before,
.about-timeline::after {
    content: "";
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 3px;
    z-index: 1;
}

.about-timeline::before {
    background: var(--line-gray);
    bottom: 0;
}

.about-timeline::after {
    background: var(--pressio-red);
    bottom: 0;
    transform: translateX(-50%) scaleY(var(--timeline-progress));
    transform-origin: 50% 0%;
}

.about-item {
    align-items: start;
    column-gap: 0;
    display: grid;
    grid-template-columns: 378px 470px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.about-item+.about-item {
    margin-top: 86px;
}

.about-item::before {
    background: var(--pressio-red);
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: 58px;
    transform: translate(-50%, -50%);
    width: 20px;
    z-index: 2;
}

.about-item-media {
    justify-self: end;
    width: 378px;
}

.about-item-media-inner {
    --parallax-shift: 0px;
    transform: translate3d(0, var(--parallax-shift), 0);
    transition: transform 0.2s linear;
    will-change: transform;
}

.about-item-media--card {
    background: transparent;
    border: 0;
    display: block;
    min-height: 0;
    padding: 0;
}

.about-item-media--card img {
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.about-item-media--photo img {
    aspect-ratio: 378 / 205;
    display: block;
    object-fit: cover;
    width: 100%;
}

.about-item-body {
    max-width: 470px;
    padding-top: 58px;
    width: 470px;
}

.about-item-body-inner {
    --parallax-shift: 0px;
    transform: translate3d(0, var(--parallax-shift), 0);
    transition: transform 0.2s linear;
    will-change: transform;
}

.about-item-meta {
    align-items: center;
    color: #333;
    display: flex;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 8px;
}

.about-item-meta::after {
    border-top: 2px solid var(--pressio-red);
    content: "";
    flex: 0 0 auto;
    height: 0;
    margin-left: 16px;
    max-width: 330px;
    width: calc(100% - 130px);
}

.about-item-index {
    display: inline-flex;
    gap: 10px;
    letter-spacing: 0;
    white-space: nowrap;
}

.about-item-index .num {
    letter-spacing: 0;
}

.about-item-title {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 18px;
}

.about-item-text {
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    margin: 0 0 24px;
}

.about-link {
    align-items: center;
    background: #fff;
    border: 2px solid var(--pressio-red);
    color: var(--pressio-red);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    min-height: 38px;
    overflow: hidden;
    padding: 8px 14px 7px;
    position: relative;
    text-decoration: none;
    transition: color 0.15s ease;
}

.about-link .about-btn-inner {
    background: var(--pressio-red);
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all ease .15s;
    width: 100%;
    z-index: 1;
}

.about-link .about-link-label {
    position: relative;
    white-space: nowrap;
    z-index: 2;
}

.about-link:hover .about-btn-inner,
.about-link .about-btn-inner.about-btn-inner-hover {
    left: 0;
}

.about-link:hover {
    color: #fff;
    text-decoration: none;
}

.js-reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    filter: blur(2px);
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform, filter;
}

.js-reveal-left {
    transform: translate3d(-34px, 18px, 0);
}

.js-reveal-right {
    transform: translate3d(34px, 18px, 0);
}

.js-reveal.is-inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
}

.about-item:first-child .about-item-media.js-reveal {
    --reveal-delay: 0.06s;
}

.about-item:first-child .about-item-body.js-reveal {
    --reveal-delay: 0.16s;
}

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

    .breadcrumb {
        margin-top: 0;
    }

    .about-main {
        padding-bottom: 70px;
    }

    .about-intro {
        max-width: none;
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-mv {
        width: 100%;
    }

    .about-timeline {
        max-width: none;
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-item {
        column-gap: 34px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 470px);
        justify-content: normal;
    }

    .about-item-media {
        width: min(100%, 378px);
    }

    .about-item-body {
        width: 100%;
    }

    .about-item-title {
        font-size: 14px;
    }

    .about-item-meta::after {
        width: 300px;
    }

    .about-item-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 840px) {
    .about-item {
        column-gap: 34px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
    }

    .about-item+.about-item {
        margin-top: 72px;
    }

    .about-item-body {
        padding-top: 46px;
    }

    .about-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .page-title {
        font-size: 24px;
        padding-bottom: 5px;
    }

    .about-main {
        padding-bottom: 56px;
    }

    .about-intro {
        padding-top: 18px;
    }

    .about-mv {
        margin-top: 18px;
    }

    .about-timeline {
        margin-top: 36px;
        padding-bottom: 4px;
    }

    .about-timeline::before,
    .about-timeline::after {
        display: none;
    }

    .about-timeline {
        background-image: none;
    }

    .about-item {
        display: block;
    }

    .about-item::before {
        display: none;
    }

    .about-item+.about-item {
        margin-top: 50px;
    }

    .about-item-media {
        margin: 0 auto 16px;
        max-width: 520px;
        width: 100%;
    }

    .about-item-body {
        max-width: none;
        padding-top: 0;
    }

    .about-item-meta {
        display: none;
    }

    .about-item-title {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .about-item-text {
        font-size: 14px;
        line-height: 1.88;
        margin-bottom: 16px;
    }

    .about-item-media-inner,
    .about-item-body-inner {
        transform: translate3d(0, 0, 0) !important;
    }

    .js-reveal,
    .js-reveal-left,
    .js-reveal-right {
        filter: blur(1.5px);
        transform: translate3d(0, 28px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {

    .js-reveal,
    .js-reveal-left,
    .js-reveal-right {
        filter: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}