#caseStudyDetail {
    margin-top: 84px;
    overflow: hidden;
    color: #173b57;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

#caseStudyDetail *,
#caseStudyDetail *::before,
#caseStudyDetail *::after {
    box-sizing: border-box;
}

#caseStudyDetail a {
    color: inherit;
    text-decoration: none;
}

.csd-hero {
    position: relative;
    height: 690px;
    overflow: hidden;
    background: #fff;
}

.csd-hero__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: min(50vw, 960px);
    height: 100%;
}

.csd-hero__photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 24%, rgba(255, 255, 255, 0.48) 45%, rgba(255, 255, 255, 0) 78%);
}

.csd-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.csd-hero__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1320px);
    min-height: 520px;
    margin: 0 auto;
    padding: 30px 32px 64px;
}

.csd-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 91px;
    color: #a4b1ba;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
}

.csd-hero--company .csd-breadcrumb > span:last-child {
    color: #35474E;
}

.csd-breadcrumb a {
    transition: color 0.2s ease;
}

.csd-breadcrumb a:hover {
    color: #1a7ba5;
}

.csd-breadcrumb a::after,
.csd-breadcrumb span:not(:last-child)::after {
    content: ">";
    margin-left: 8px;
    color: #c2ccd3;
}

.csd-hero__content {
    width: min(100%, 660px);
}

.csd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.csd-tags li {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 14px;
    color: #66737d;
    background: #fff;
    border: 1px solid #ccd7df;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.csd-tags .csd-tags__label {
    color: #fff;
    background: #2e5cad;
    border-color: #2e5cad;
    font-size: 20px;
}

.csd-tags--hero {
    margin-bottom: 63px;
}

.csd-hero h1 {
    margin: 0 0 40px;
    color: #0d5f81;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.65;
}

.csd-hero__sub {
    margin: 0 0 20px;
    color: #2e5cad;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 2.4px;
}

.csd-hero__lead {
    width: min(100%, 820px);
    margin: 0;
    color: #4a5862;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 2.4px;
}

.csd-hero--company .csd-hero__content {
    width: min(100%, 820px);
}

.csd-hero--company .csd-hero__photo img {
    object-position: 42% center;
}

.csd-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100% - 48px, 1360px);
    margin: 40px auto 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}

.csd-summary__item {
    position: relative;
    display: grid;
    grid-template-rows: 40px minmax(56px, auto);
    justify-items: center;
    align-content: start;
    gap: 24px;
    min-width: 0;
    min-height: 188px;
    padding: 40px 18px 28px;
    text-align: center;
}

.csd-summary__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background: #d6d6d6;
}

.csd-summary__item img {
    flex-shrink: 0;
    width: auto;
    height: auto;
    max-width: 48px;
    max-height: 40px;
    object-fit: contain;
}

.csd-summary__item h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    color: #27459f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.csd-summary__item p {
    align-self: center;
    margin: 0;
    color: #606060;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.csd-summary__item:last-child p {
    font-size: 18px;
}

.csd-background {
    width: min(100% - 48px, 980px);
    margin: 0 auto 56px;
    padding: 28px 38px;
    background: #f7f9fb;
}

.csd-background h2 {
    position: relative;
    margin: 0 0 18px;
    padding-left: 22px;
    color: #4d5962;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
}

.csd-background h2::before {
    content: "";
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 14px;
    height: 14px;
    background: #2e5cad;
    border-radius: 50%;
}

.csd-background p {
    margin: 0;
    color: #56616a;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.csd-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 76px;
    align-items: start;
    width: min(100% - 48px, 980px);
    margin: 0 auto 78px;
}

.csd-profile-table h2,
.csd-overview__copy h2 {
    display: inline-block;
    margin: 0 0 24px;
    padding-bottom: 6px;
    color: #0d6d8f;
    border-bottom: 2px solid #9ec4d1;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.45;
}

.csd-profile-table dl {
    margin: 0;
}

.csd-profile-table dl div {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    margin-bottom: 8px;
    background: #fff;
}

.csd-profile-table dt,
.csd-profile-table dd {
    min-height: 38px;
    margin: 0;
    padding: 11px 18px;
    color: #55616b;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.55;
}

.csd-profile-table dt {
    background: #f1f4f7;
}

.csd-profile-table dd {
    background: #fafafa;
}

.csd-overview__copy p {
    margin: 0 0 20px;
    color: #55616b;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.csd-overview__copy img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.4;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.csd-profile {
    width: min(100% - 48px, 980px);
    margin: 48px auto 92px;
    padding: 0 56px 32px;
    background: #f3f7fb;
    border-radius: 8px;
}

.csd-profile h2 {
    margin: 0 0 22px;
    padding-top: 18px;
    color: #2e5cad;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.5;
}

.csd-profile__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
}

.csd-profile__person {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
}

.csd-profile__person img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    border-radius: 50%;
}

.csd-profile__person h3 {
    margin: 0 0 8px;
    color: #0d5f81;
    font-size: 18px;
    font-weight: 800;
}

.csd-profile__person p {
    margin: 0 0 5px;
    color: #44515a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.csd-interview {
    position: relative;
    padding: 78px 24px 96px;
    background: #f2f2f2;
}

.csd-interview__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 1040px);
    margin: 0 auto;
}

.csd-interview__bg {
    position: absolute;
    top: -58px;
    left: 0;
    z-index: -1;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(72px, 9vw, 118px);
    font-weight: 300;
    letter-spacing: 16px;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
}

.csd-section-title {
    display: inline-block;
    margin: 0 0 26px;
    padding-bottom: 7px;
    color: #0d6d8f;
    border-bottom: 2px solid #9ec4d1;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.45;
}

.csd-section-title--side {
    align-self: start;
    margin-top: 6px;
}

.csd-interview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
    margin: 0 0 76px;
}

.csd-interview__grid--top {
    align-items: center;
}

.csd-interview__grid--image-right {
    align-items: center;
}

.csd-interview__grid--goal {
    margin-bottom: 0;
}

.csd-photo-card {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #e3eaef;
}

.csd-photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9.35;
    object-fit: cover;
    object-position: center;
}

.csd-qa {
    color: #555f67;
}

.csd-qa h3 {
    margin: 0 0 20px;
    color: #5b5f63;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.7;
}

.csd-qa p {
    margin: 0 0 22px;
    color: #5d666d;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
}

.csd-qa p:last-child {
    margin-bottom: 0;
}

.csd-qa strong {
    color: #5a6268;
}

.csd-qa--wide {
    width: min(100%, 900px);
    margin-bottom: 44px;
}

.csd-support {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    gap: 28px;
    align-items: stretch;
    margin: 10px 0 88px;
    padding: 36px 48px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(25, 69, 110, 0.04);
}

.csd-support__photo h2 {
    margin: 0 0 22px;
    color: #0d6d8f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}

.csd-support__photo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.csd-support__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.csd-support__items article {
    display: flex;
    min-height: 136px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 14px;
    text-align: center;
    background: #eef5fa;
    border-radius: 7px;
}

.csd-support__items img {
    width: 52px;
    height: 52px;
    margin-bottom: 14px;
    object-fit: contain;
}

.csd-support__items h3 {
    margin: 0;
    color: #0d6d8f;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.csd-message {
    padding: 74px 24px 96px;
    background: #fff;
}

.csd-message__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) 320px;
    gap: 56px;
    align-items: center;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 44px 62px;
    background: #fbfff6;
    border-radius: 10px;
}

.csd-message h2 {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: baseline;
    margin: 0 0 42px;
    color: #0d6d8f;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.4;
}

.csd-message h2 span {
    color: #95b2c8;
    font-size: 27px;
    letter-spacing: 4px;
}

.csd-message h2 span::after {
    content: "|";
    margin-left: 18px;
    color: #cfdbe5;
    letter-spacing: 0;
}

.csd-message p {
    margin: 0 0 24px;
    color: #4c5963;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

.csd-message p:last-child {
    margin-bottom: 0;
}

.csd-message img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9.8;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.csd-precontact {
    padding: 48px 24px;
    background: #075982;
    text-align: center;
}

.csd-precontact p {
    margin: 0;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.75;
}

/* Interview pages: shared alignment and proportions from the page designs. */
.csd-detail {
    --csd-content-width: 1300px;
}

.csd-detail .csd-hero {
    background: linear-gradient(90deg, #f6f6f6, #fff 22%);
}

.csd-detail .csd-hero__inner {
    width: min(100% - 48px, var(--csd-content-width));
    min-height: 790px;
    padding: 35px 0 80px;
}

.csd-detail .csd-breadcrumb {
    margin-bottom: 61px;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.csd-detail .csd-hero__content {
    width: min(100%, 880px);
}

.csd-detail .csd-hero__photo {
    width: min(56vw, 1072px);
}

.csd-detail .csd-hero__photo::before {
    content: none;
}

.csd-detail .csd-hero__photo img {
    object-position: center;
}

.csd-detail .csd-hero h1 {
    margin-bottom: 24px;
    line-height: 70px;
    letter-spacing: 4.6px;
}

.csd-detail .csd-tags {
    gap: 10px;
}

.csd-detail .csd-tags li {
    letter-spacing: 0.08em;
}

.csd-detail .csd-tags .csd-tags__label {
    padding-right: 16px;
    padding-left: 16px;
    letter-spacing: 2px;
}

.csd-detail .csd-tags--hero {
    margin-bottom: 41px;
}

.csd-detail .csd-hero__sub {
    margin-bottom: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.csd-detail .csd-hero__lead {
    color: #606060;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

.csd-detail .csd-summary,
.csd-detail .csd-background,
.csd-detail .csd-overview {
    width: min(100% - 48px, var(--csd-content-width));
}

.csd-detail .csd-summary__item {
    min-height: 180px;
    padding: 36px 18px 24px;
}

.csd-detail .csd-background {
    margin-bottom: 48px;
    padding: 24px 48px 28px;
    background: #f8f8f8;
    border-radius: 4px;
}

.csd-detail .csd-background h2 {
    margin-bottom: 12px;
    padding-left: 34px;
    color: #606060;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.csd-detail .csd-background h2::before {
    top: 0.25em;
    width: 22px;
    height: 22px;
    background: #27459f;
}

.csd-detail .csd-background p,
.csd-detail .csd-overview__copy p {
    color: #606060;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
}.csd-detail .csd-interview__bg

.csd-detail .csd-overview {
    gap: 36px;
    margin-bottom: 75px;
}

.csd-detail .csd-profile-table h2,
.csd-detail .csd-overview__copy h2 {
    display: block;
    margin-bottom: 28px;
    padding: 0;
    border: 0;
    color: #27459f;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.csd-detail .csd-overview__copy h2 {
    margin-bottom: 14px;
}

.csd-detail .csd-profile-table dl div {
    grid-template-columns: 166px minmax(0, 1fr);
    gap: 22px;
    margin-bottom: 10px;
}

.csd-detail .csd-profile-table dt,
.csd-detail .csd-profile-table dd {
    min-height: 48px;
    padding: 12px 0;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.csd-detail .csd-profile-table dt {
    padding-right: 8px;
    padding-left: 8px;
    background: #f8f8f8;
    border-radius: 4px;
    text-align: center;
}

.csd-detail .csd-profile-table dd {
    background: transparent;
}

.csd-detail .csd-overview__copy p {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.65;
}

.csd-detail .csd-overview__copy img {
    height: auto;
    aspect-ratio: 632 / 253;
    border-radius: 14px;
}

.csd-detail .csd-interview {
    padding: 44px 24px 64px;
    background: #f2f2f2;
}

.csd-detail .csd-interview__inner {
    width: min(100%, var(--csd-content-width));
}

.csd-detail .csd-interview__bg {
    position: static;
    margin: 0 0 16px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: clamp(90px, 9vw, 180px);
    font-weight: 500;
    letter-spacing: 9px;
    line-height: 1.1;
}

.csd-detail .csd-section-title {
    max-width: 100%;
    margin-bottom: 36px;
    padding-bottom: 3px;
    color: #0d5f81;
    border-bottom-color: #8aaeba;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

.csd-detail .csd-interview__grid {
    gap: 0;
    align-items: center;
    margin-bottom: 103px;
}

.csd-detail .csd-interview__grid--image-right {
    grid-template-columns: minmax(0, 650fr) minmax(0, 615fr);
    gap: 35px;
}

.csd-detail .csd-section-title--side {
    justify-self: start;
    align-self: center;
    margin: 0;
}

.csd-detail .csd-qa + .csd-section-title--side {
    justify-self: end;
}

.csd-detail .csd-photo-card {
    border-radius: 14px;
}

.csd-detail .csd-photo-card img {
    height: auto;
    aspect-ratio: 615 / 358;
}

.csd-detail .csd-qa h3 {
    margin-bottom: 24px;
    color: #606060;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

.csd-detail .csd-qa p {
    margin: 0;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.1;
    letter-spacing: 0.08em;
    letter-spacing: 1.6px;
    text-align: justify;
}

.csd-detail .csd-support {
    grid-template-columns: minmax(0, 501fr) minmax(0, 608fr);
    gap: 36px;
    margin: 0 0 88px;
    padding: 56px 72px;
    border-radius: 26px;
    box-shadow: none;
}

.csd-detail .csd-support__photo h2 {
    margin-bottom: 18px;
    color: #0d5f81;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.csd-detail .csd-support__photo img {
    height: auto;
    aspect-ratio: 501 / 355;
    border-radius: 8px;
}

.csd-detail .csd-support__items {
    gap: 24px 32px;
}

.csd-detail .csd-support__items article {
    gap: 22px;
    min-height: 198px;
    padding: 24px 12px;
    background: #f1f6fa;
    border-radius: 12px;
}

.csd-detail .csd-support__items h3 {
    color: #0d5f81;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.csd-detail .csd-support__items img {
    width: 88px;
    height: 80px;
    margin: 0;
}

.csd-detail .csd-interview__grid--goal {
    margin-bottom: 0;
}

.csd-detail .csd-message {
    padding: 75px 24px 96px;
}

.csd-detail .csd-message__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 432px);
    gap: 40px 56px;
    width: min(100%, var(--csd-content-width));
    padding: 46px 100px 56px 84px;
    border-radius: 18px;
}

.csd-detail .csd-message h2 {
    grid-column: 1 / -1;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    margin: 0;
    color: #0d5f81;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.csd-detail .csd-message h2 span {
    flex-shrink: 0;
    padding-right: 30px;
    border-right: 1px solid #a8b1ab;
    color: #809fbc;
    font-size: 36px;
    letter-spacing: 0.08em;
}

.csd-detail .csd-message h2 span::after {
    content: none;
}

.csd-detail .csd-message p {
    margin-bottom: 40px;
    color: #606060;
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.05em;
}

.csd-detail .csd-message p:last-child {
    margin-bottom: 0;
}

.csd-detail .csd-message img {
    height: auto;
    aspect-ratio: 432 / 251;
    border-radius: 14px;
}

.csd-detail .csd-precontact {
    padding: 54px 24px;
}

.csd-detail .csd-precontact p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.08em;
}

/* Responsive content and images shared by the interview pages. */
.csd-detail .csd-mobile-only {
    display: none;
}

.csd-detail .csd-hero__photo picture {
    display: block;
    width: 100%;
    height: 100%;
}

.csd-detail .csd-message h2 b {
    font-weight: inherit;
}

/* Staff interview: portraits, wider Q&A blocks, and the introductory photo. */
.csd-staff .csd-breadcrumb > span:last-child,
.csd-staff .csd-breadcrumb > span:nth-last-child(2)::after {
    color: #35474E;
}

.csd-staff .csd-hero__lead {
    width: min(100%, 650px);
}

.csd-staff .csd-profile {
    width: min(100% - 48px, var(--csd-content-width));
    margin: 44px auto 126px;
    padding: 0 98px 24px;
    background: #f4f6fb;
    border-radius: 10px;
}

.csd-staff .csd-profile h2 {
    margin-bottom: 10px;
    padding-top: 16px;
    color: #27459f;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.csd-staff .csd-profile__list {
    gap: 168px;
}

.csd-staff .csd-profile__person {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 42px;
}

.csd-staff .csd-profile__person img {
    width: 170px;
    height: 170px;
}

.csd-staff .csd-profile__person h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.csd-staff .csd-profile__person p {
    margin-bottom: 6px;
    color: #606060;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.csd-staff .csd-profile__person p:last-child {
    margin-bottom: 0;
}

.csd-staff #interview-title {
    width: min(100%, 1015px);
}

.csd-staff .csd-interview__grid--top {
    grid-template-columns: minmax(0, 615fr) minmax(0, 650fr);
    gap: 35px;
    align-items: start;
}

.csd-staff .csd-qa p {
    font-size: 16px;
    line-height: 2.2;
}

.csd-staff .csd-qa p + p {
    margin-top: 40px;
}

.csd-staff .csd-qa strong {
    color: inherit;
    font-weight: 600;
}

.csd-staff .csd-qa--wide {
    width: 100%;
    margin-bottom: 56px;
}

.csd-staff .csd-qa--wide h3 {
    margin-bottom: 12px;
}

.csd-staff .csd-qa--wide + .csd-qa--wide {
    margin-bottom: 72px;
}

.csd-staff .csd-interview__grid--support-intro {
    margin-bottom: 44px;
}

@media (min-width: 1440px) {
    #caseStudyDetail {
        margin-top: 102px;
    }
}

@media (max-width: 1199.98px) {
    .csd-hero__inner {
        padding-right: 26px;
        padding-left: 26px;
    }

    .csd-hero__content {
        width: 58%;
    }

    .csd-hero h1 {
        font-size: 31px;
    }

    .csd-profile {
        width: min(100% - 48px, 900px);
        padding-right: 34px;
        padding-left: 34px;
    }

    .csd-profile__list {
        gap: 34px;
    }

    .csd-background,
    .csd-overview {
        width: min(100% - 48px, 900px);
    }

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

    .csd-summary__item:nth-child(-n+2) {
        border-bottom: 1px solid #d6d6d6;
    }

    .csd-summary__item:nth-child(even)::after {
        display: none;
    }

    .csd-detail .csd-hero h1 {
        font-size: 38px;
    }

    .csd-detail .csd-hero__content {
        width: 72%;
    }

    .csd-detail .csd-hero__sub,
    .csd-detail .csd-hero__lead {
        font-size: 20px;
    }

    .csd-detail .csd-section-title {
        font-size: 27px;
    }

    .csd-detail .csd-profile-table dl div {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 16px;
    }

    .csd-detail .csd-qa h3 {
        font-size: 20px;
    }

    .csd-detail .csd-support {
        padding: 36px;
    }

    .csd-detail .csd-support__photo h2 {
        font-size: 27px;
    }

    .csd-detail .csd-support__items {
        gap: 20px;
    }

    .csd-detail .csd-support__items h3 {
        font-size: 17px;
    }

    .csd-detail .csd-message__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 36%);
        gap: 32px;
        padding: 36px;
    }

    .csd-detail .csd-message h2,
    .csd-detail .csd-message h2 span {
        font-size: 27px;
    }

    .csd-staff .csd-profile {
        padding-right: 48px;
        padding-left: 48px;
    }

    .csd-staff .csd-profile__list {
        gap: 48px;
    }

    .csd-staff .csd-profile__person {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 28px;
    }

    .csd-staff .csd-profile__person img {
        width: 140px;
        height: 140px;
    }

    .csd-staff .csd-profile__person p {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    #caseStudyDetail {
        margin-top: 84px;
    }

    .csd-hero {
        min-height: 0;
    }

    .csd-hero__photo {
        position: relative;
        width: 100%;
        height: 330px;
        order: 2;
    }

    .csd-hero__photo::before {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0) 55%);
    }

    .csd-hero__inner {
        min-height: 0;
        padding: 24px 24px 42px;
    }

    .csd-breadcrumb {
        margin-bottom: 34px;
    }

    .csd-hero__content {
        width: 100%;
    }

    .csd-hero h1 {
        font-size: 30px;
        line-height: 1.55;
    }

    .csd-profile {
        margin-top: 34px;
        margin-bottom: 70px;
    }

    .csd-profile__list,
    .csd-interview__grid,
    .csd-support,
    .csd-overview,
    .csd-message__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .csd-overview {
        gap: 38px;
        margin-bottom: 70px;
    }

    .csd-interview__grid {
        gap: 26px;
        margin-bottom: 58px;
    }

    .csd-interview__grid--image-right .csd-photo-card {
        order: -1;
    }

    .csd-section-title--side {
        margin-bottom: 0;
    }

    .csd-support {
        padding: 32px;
    }

    .csd-message__inner {
        gap: 34px;
    }

    .csd-detail .csd-hero {
        display: flex;
        flex-direction: column;
    }

    .csd-detail .csd-hero__inner {
        min-height: 0;
        padding: 24px 0 36px;
    }

    .csd-detail .csd-breadcrumb {
        margin-bottom: 36px;
        font-size: 14px;
    }

    .csd-detail .csd-hero__content,
    .csd-detail .csd-hero__photo {
        width: 100%;
    }

    .csd-detail .csd-hero__photo {
        height: 380px;
    }

    .csd-detail .csd-hero__photo img {
        object-position: right center;
    }

    .csd-detail .csd-overview,
    .csd-detail .csd-interview__grid,
    .csd-detail .csd-support,
    .csd-detail .csd-message__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .csd-detail .csd-overview {
        gap: 40px;
    }

    .csd-detail .csd-interview__grid {
        gap: 28px;
        margin-bottom: 72px;
    }

    .csd-detail .csd-interview__grid--image-right .csd-photo-card {
        order: 0;
    }

    .csd-detail .csd-section-title--side {
        order: -1;
    }

    .csd-detail .csd-qa + .csd-section-title--side {
        justify-self: start;
    }

    .csd-detail .csd-interview__bg {
        font-size: clamp(60px, 11vw, 108px);
        letter-spacing: 10px;
    }

    .csd-detail .csd-message h2 {
        flex-wrap: wrap;
        gap: 16px;
    }

    .csd-detail .csd-message img {
        max-width: 520px;
        justify-self: center;
    }

    .csd-detail .csd-interview__grid--goal {
        margin-bottom: 0;
    }

    .csd-staff .csd-profile {
        margin-bottom: 80px;
        padding-bottom: 32px;
    }

    .csd-staff .csd-profile h2 {
        margin-bottom: 24px;
    }

    .csd-staff .csd-profile__list {
        gap: 32px;
    }

    .csd-staff .csd-interview__grid--top {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .csd-staff .csd-interview__grid--support-intro {
        margin-bottom: 44px;
    }
}

@media (max-width: 767.98px) {
    #caseStudyDetail {
        margin-top: 51px;
    }

    .csd-hero__photo {
        height: 260px;
    }

    .csd-hero__inner {
        padding: 22px 18px 34px;
    }

    .csd-breadcrumb {
        margin-bottom: 26px;
        font-size: 12px;
    }

    .csd-tags--hero {
        margin-bottom: 26px;
    }

    .csd-tags li {
        min-height: 24px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .csd-hero h1 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 1.55;
    }

    .csd-hero__sub,
    .csd-hero__lead {
        font-size: 14px;
    }

    .csd-profile {
        width: calc(100% - 36px);
        margin-bottom: 54px;
        padding: 0 20px 24px;
    }

    .csd-summary,
    .csd-background,
    .csd-overview {
        width: calc(100% - 36px);
    }

    .csd-summary {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 28px;
    }

    .csd-summary__item {
        grid-template-rows: 40px auto;
        gap: 18px;
        min-height: 148px;
        padding: 26px 18px;
    }

    .csd-summary__item:not(:last-child) {
        border-bottom: 1px solid #d6d6d6;
    }

    .csd-summary__item:not(:last-child)::after {
        display: none;
    }

    .csd-summary__item h2,
    .csd-summary__item p {
        font-size: 18px;
    }

    .csd-summary__item:last-child p {
        font-size: 16px;
    }

    .csd-background {
        margin-bottom: 42px;
        padding: 22px 20px;
    }

    .csd-background p,
    .csd-overview__copy p {
        font-size: 14px;
    }

    .csd-profile-table h2,
    .csd-overview__copy h2 {
        font-size: 21px;
    }

    .csd-profile-table dl div {
        grid-template-columns: minmax(0, 1fr);
    }

    .csd-profile__person {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 18px;
    }

    .csd-profile__person img {
        width: 78px;
        height: 78px;
    }

    .csd-interview {
        padding: 60px 18px 70px;
    }

    .csd-interview__bg {
        top: -32px;
        letter-spacing: 7px;
    }

    .csd-section-title {
        font-size: 21px;
    }

    .csd-qa h3 {
        font-size: 15px;
    }

    .csd-qa p {
        font-size: 14px;
    }

    .csd-support {
        margin-bottom: 62px;
        padding: 24px 18px;
    }

    .csd-support__items {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .csd-support__items article {
        min-height: 112px;
    }

    .csd-message {
        padding: 54px 18px 64px;
    }

    .csd-message__inner {
        padding: 30px 22px;
    }

    .csd-message h2,
    .csd-message h2 span {
        font-size: 21px;
    }

    .csd-message h2 {
        gap: 10px;
        margin-bottom: 28px;
    }

    .csd-message h2 span::after {
        margin-left: 10px;
    }

    .csd-message p {
        font-size: 14px;
    }

    .csd-precontact {
        padding: 34px 18px;
    }

    .csd-precontact p {
        font-size: 20px;
    }

    .csd-detail .csd-hero__inner,
    .csd-detail .csd-summary,
    .csd-detail .csd-background,
    .csd-detail .csd-overview {
        width: calc(100% - 36px);
    }

    .csd-detail .csd-breadcrumb {
        font-size: 12px;
    }

    .csd-detail .csd-hero h1 {
        margin-bottom: 24px;
        font-size: clamp(21px, 4.8vw, 34px);
        letter-spacing: 0.02em;
        line-height: 1.65;
        overflow-wrap: anywhere;
    }

    .csd-detail .csd-hero__sub,
    .csd-detail .csd-hero__lead {
        font-size: 16px;
        letter-spacing: 0.04em;
    }

    .csd-detail .csd-tags--hero {
        margin-bottom: 26px;
    }

    .csd-detail .csd-hero__photo {
        height: 280px;
    }

    .csd-detail .csd-summary__item {
        min-height: 148px;
        padding: 26px 18px;
    }

    .csd-detail .csd-background {
        padding: 24px;
    }

    .csd-detail .csd-background h2 {
        font-size: 18px;
    }

    .csd-detail .csd-background p,
    .csd-detail .csd-overview__copy p,
    .csd-detail .csd-qa p {
        font-size: 15px;
        letter-spacing: 0.04em;
    }

    .csd-detail .csd-profile-table h2,
    .csd-detail .csd-overview__copy h2 {
        font-size: 20px;
    }

    .csd-detail .csd-profile-table dl div {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 12px;
    }

    .csd-detail .csd-profile-table dt,
    .csd-detail .csd-profile-table dd {
        font-size: 14px;
        letter-spacing: 0;
    }

    .csd-detail .csd-interview {
        padding: 36px 18px 54px;
    }

    .csd-detail .csd-interview__bg {
        font-size: clamp(40px, 10.2vw, 76px);
        letter-spacing: 6px;
    }

    .csd-detail .csd-section-title {
        font-size: 23px;
        letter-spacing: 0.04em;
    }

    .csd-detail .csd-section-title--side {
        margin-bottom: 0;
    }

    .csd-detail .csd-qa h3 {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .csd-detail .csd-support {
        margin-bottom: 64px;
        padding: 28px 20px;
    }

    .csd-detail .csd-support__photo h2 {
        font-size: 23px;
    }

    .csd-detail .csd-support__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .csd-detail .csd-support__items article {
        min-height: 164px;
        padding: 20px 8px;
        gap: 16px;
    }

    .csd-detail .csd-support__items h3 {
        font-size: 14px;
        letter-spacing: 0;
        text-wrap: balance;
    }

    .csd-detail .csd-support__items img {
        width: 64px;
        height: 60px;
    }

    .csd-detail .csd-message {
        padding: 23px 18px 25px;
    }

    .csd-detail .csd-message__inner {
        gap: 28px;
        padding: 30px 24px;
    }

    .csd-detail .csd-message h2,
    .csd-detail .csd-message h2 span {
        font-size: 23px;
    }

    .csd-detail .csd-message h2 span {
        padding: 0;
        border: 0;
    }

    .csd-detail .csd-message p {
        margin-bottom: 24px;
        font-size: 16px;
    }

    .csd-detail .csd-precontact {
        padding: 36px 18px;
    }

    .csd-detail .csd-precontact p {
        font-size: 21px;
        letter-spacing: 0.04em;
    }

    .csd-staff .csd-profile {
        width: calc(100% - 36px);
        margin: 32px auto 64px;
        padding: 32px 20px 28px;
    }

    .csd-staff .csd-profile h2 {
        font-size: 20px;
        letter-spacing: 0.04em;
        margin-bottom: 28px;
        padding-top: 0;
    }

    .csd-staff .csd-profile__list {
        gap: 40px;
    }

    .csd-staff .csd-profile__person {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 10px;
    }

    .csd-staff .csd-profile__person > div {
        width: max-content;
        max-width: 100%;
        text-align: left;
    }

    .csd-staff .csd-profile__person img {
        width: 170px;
        height: 170px;
    }

    .csd-staff .csd-profile__person h3 {
        font-size: 18px;
        margin-bottom: 18px;
        text-align: center;
    }

    .csd-staff .csd-profile__person p {
        font-size: 16px;
        letter-spacing: 0.04em;
        margin-bottom: 2px;
    }

    .csd-staff .csd-qa p + p {
        margin-top: 24px;
    }

    .csd-staff .csd-qa--wide {
        margin-bottom: 40px;
    }

    .csd-staff .csd-qa--wide + .csd-qa--wide {
        margin-bottom: 56px;
    }

    #linkasia.case-study-detail-page {
        min-width: 0;
    }

    .csd-detail .csd-desktop-only {
        display: none;
    }

    .csd-detail .csd-mobile-only {
        display: block;
    }

    .csd-detail .csd-interview__grid.csd-mobile-only {
        display: grid;
    }

    .csd-detail .csd-hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        padding-top: 16px;
        background: #fff;
    }

    .csd-detail .csd-hero__inner,
    .csd-detail .csd-hero__content {
        display: contents;
    }

    .csd-detail .csd-breadcrumb.csd-mobile-only {
        display: block;
        order: 0;
        margin: 0 18px 12px;
        font-size: 13px;
        line-height: 1.5;
    }

    .csd-detail .csd-tags--hero {
        order: 1;
        gap: 4px 6px;
        margin: 0 18px 8px;
    }

    .csd-detail .csd-tags li {
        padding: 6px 16px;
        line-height: 1.2;
        letter-spacing: 0;
        font-size: 14px;
        border-radius: 5px;
    }

    .csd-detail .csd-tags .csd-tags__label {
        padding-right: 15px;
        padding-left: 19px;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 600;
    }

    .csd-detail .csd-hero h1 {
        order: 2;
        margin: 0 18px 8px;
        font-size: clamp(19px, 22px, 30px);
        line-height: 1.35;
    }

    .csd-detail .csd-hero__photo {
        order: 3;
        height: auto;
        aspect-ratio: 1.9;
    }

    .csd-detail .csd-hero__photo img {
        display: block;
        object-position: center;
    }

    .csd-detail .csd-hero__sub {
        order: 4;
        margin: 12px 18px 8px;
        line-height: 1.5;
    }

    .csd-detail .csd-hero__lead {
        order: 5;
        width: auto;
        margin: 0 18px;
        font-weight: 600;
        line-height: 1.5;
    }

    .csd-detail .csd-interview__bg {
        margin-bottom: 14px;
        font-size: clamp(40px, 12.5vw, 76px);
        letter-spacing: 4px;
    }

    .csd-detail .csd-section-title {
        width: fit-content;
        max-width: 100%;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }

    .csd-staff #interview-title {
        width: 100%;
    }

    .csd-detail .csd-section-title--side {
        margin-bottom: 0;
    }

    .csd-detail .csd-interview__grid {
        gap: 24px;
        margin-bottom: 64px;
    }

    .csd-detail .csd-interview__grid--image-right .csd-photo-card {
        order: -1;
    }

    .csd-detail .csd-qa h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .csd-detail .csd-qa p {
        font-size: 16px;
        line-height: 1.65;
        letter-spacing: 1.6px;
    }

    .csd-detail .csd-interview__grid--support-intro {
        margin-bottom: 24px;
    }

    .csd-detail .csd-support {
        gap: 16px;
        padding: 28px 20px 20px;
        border-radius: 18px;
    }

    .csd-detail .csd-support__photo h2 {
        font-size: 21px;
        margin-bottom: 14px;
    }

    .csd-detail .csd-support__items {
        gap: 12px;
    }

    .csd-detail .csd-support__items article {
        min-height: 98px;
        gap: 4px;
        padding: 8px 6px;
    }

    .csd-detail .csd-support__items h3 {
        font-size: 14px;
        line-height: 1.25;
    }

    .csd-detail .csd-support__items img {
        width: 48px;
        height: 42px;
    }

    .csd-detail .csd-interview__grid--goal {
        margin-bottom: 0;
    }

    .csd-detail .csd-message__inner {
        gap: 18px;
        padding: 28px 20px 32px;
    }

    .csd-detail .csd-message h2 {
        order: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.04em;
    }

    .csd-detail .csd-message h2 span {
        font-size: 20px;
    }

    .csd-detail .csd-message img {
        order: 1;
    }

    .csd-detail .csd-message__content {
        order: 2;
    }

    .csd-detail .csd-message p {
        line-height: 1.5;
        letter-spacing: 0.04em;
    }

    /* Company profile and the compact case overview on phones. */
    .csd-company .csd-breadcrumb > span:nth-last-child(2)::after {
        color: #35474E;
    }

    .csd-company .csd-summary {
        position: relative;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 28px auto 14px;
    }

    .csd-company .csd-summary::before {
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 50%;
        width: 1px;
        background: #d6d6d6;
        pointer-events: none;
    }

    .csd-company .csd-summary__item {
        grid-template-rows: 24px minmax(42px, auto);
        gap: 10px;
        min-height: 100px;
        padding: 12px 8px;
        border: 0;
    }

    .csd-company .csd-summary__item::after {
        display: none;
    }

    .csd-company .csd-summary__item:nth-child(-n + 2)::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background: #d6d6d6;
    }

    .csd-company .csd-summary__item:first-child::before {
        left: 12px;
    }

    .csd-company .csd-summary__item:nth-child(2)::before {
        right: 12px;
    }

    .csd-company .csd-summary__item h2 {
        gap: 6px;
        font-size: 14px;
        letter-spacing: 0.04em;
    }

    .csd-company .csd-summary__item img {
        width: 22px;
        height: 22px;
    }

    .csd-company .csd-summary__item p {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.04em;
    }

    .csd-company .csd-background {
        margin-bottom: 32px;
        padding: 22px;
    }

    .csd-company .csd-background h2 {
        margin-bottom: 18px;
    }

    .csd-company .csd-background p,
    .csd-company .csd-overview__copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .csd-company .csd-overview {
        gap: 32px;
        margin-bottom: 32px;
    }

    .csd-company .csd-profile-table h2 {
        margin-bottom: 20px;
    }

    .csd-company .csd-profile-table dl div {
        grid-template-columns: 38% minmax(0, 1fr);
        gap: 8px;
        margin-bottom: 8px;
    }

    .csd-company .csd-profile-table dt,
    .csd-company .csd-profile-table dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 42px;
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 1.35;
    }

    .csd-company .csd-profile-table dl div:last-child {
        margin-bottom: 0;
    }

    .csd-company .csd-overview__copy {
        display: flex;
        flex-direction: column;
    }

    .csd-company .csd-overview__copy h2 {
        margin-bottom: 12px;
        letter-spacing: 0.04em;
    }

    .csd-company .csd-overview__copy img {
        order: 1;
        margin-bottom: 14px;
    }

    .csd-company .csd-overview__copy p {
        order: 2;
        margin-bottom: 0;
    }

    .csd-company .csd-interview__grid--goal .csd-section-title {
        width: 100%;
    }
}

@media (max-width: 374px) {
    #linkasia.case-study-detail-page #contact .clr-action {
        max-width: calc(100% - 36px);
    }

    .csd-hero h1 {
        font-size: 22px;
    }

    .csd-profile__person {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .csd-message h2 span::after {
        content: none;
    }
}
