/* Mid-career LP — 0821 camp rebuild */

:root {
    --mc-green: #009f83;
    --mc-green-deep: #128077;
    --mc-green-soft: #e8f6f1;
    --mc-mint: #f3faf7;
    --mc-yellow: #f2d45c;
    --mc-yellow-border: #e8c84a;
    --mc-text: #333;
    --mc-radius: 20px;
}

/* ---------- MV ---------- */
.mv--mid {
    /* 切れ対策: coverより大きくしてから位置ずらし（auto+極端な%だと右が空く） */
    background-color: #6eb0de;
    background-image: url(../../img/mid-career/fv-main.jpg);
    background-position: 100% 67%;
    background-size: 127% auto;
    background-repeat: no-repeat;
    height: 610px;
    margin-top: 80px;
}

.mv--mid .mv_box {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 10%;
    transform: translateY(-50%);
    text-align: left;
    width: min(520px, 42vw);
    max-width: none;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.94);
    padding: 45px 45px 45px;
    border-radius: 20px;
    z-index: 2;
}

.mv--mid .mv_lead {
    font-size: 22px;
    font-weight: bold;
    color: #6b7a80;
    margin: 0 0 10px;
    line-height: 1.5;
}

.mv--mid .mv_lead_dash {
    color: #009f83;
    background: -webkit-linear-gradient(0deg, #009f83, #76cb6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mv--mid .mv_hl {
    margin: 0;
    font-size: 34px;
    line-height: 1.45;
    font-weight: bold;
    color: #009f83;
    background: -webkit-linear-gradient(0deg, #009f83, #76cb6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    padding: 0;
}

/* ---------- Empathy ---------- */
.empathy {
    padding: 48px 0 36px;
    background: linear-gradient(90deg, #c5e6f5 0%, #dceff8 45%, #e8f5f0 100%);
}

.empathy_quotes {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.empathy_quotes li {
    max-width: 90%;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #6b7a80;
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #6b7a80;
}

.empathy_quotes li:nth-child(1) {
    align-self: flex-start;
    text-align: left;
}

.empathy_quotes li:nth-child(2) {
    align-self: flex-end;
    text-align: right;
}

/* ---------- Guide icons ---------- */
.mc-guide {
    padding: 50px 0 20px;
    background:
        linear-gradient(rgba(232, 246, 241, 0.85), rgba(232, 246, 241, 0.85)),
        repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(0, 159, 131, 0.08) 39px, rgba(0, 159, 131, 0.08) 40px),
        repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(0, 159, 131, 0.08) 39px, rgba(0, 159, 131, 0.08) 40px);
}

.mc-guide_ttl {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin: 0 0 36px;
    letter-spacing: 0.08em;
}

.mc-guide_nav {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}

.mc-guide_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--mc-green-deep);
    font-weight: bold;
    min-width: 88px;
}

.mc-guide_icon {
    width: 88px;
    height: 88px;
    border: 3px solid var(--mc-green);
    border-radius: 50%;
    background: #fff center / 46% no-repeat;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s;
}

.mc-guide_item:hover .mc-guide_icon {
    transform: translateY(-2px);
}

.mc-guide_icon--leave {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23009f83' d='M32 10c-8 10-18 16-18 28a18 18 0 0036 0c0-12-10-18-18-28z'/%3E%3Cpath fill='%2376cb6d' d='M40 18c-4 6-8 10-8 16a8 8 0 0016 0c0-6-4-10-8-16z'/%3E%3C/svg%3E");
}

.mc-guide_icon--welfare {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='24' cy='22' r='8' fill='%23009f83'/%3E%3Ccircle cx='40' cy='22' r='8' fill='%2376cb6d'/%3E%3Cpath fill='%23009f83' d='M10 48c2-10 10-14 22-14s20 4 22 14v4H10z'/%3E%3C/svg%3E");
}

.mc-guide_icon--edu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='14' y='34' width='8' height='16' rx='2' fill='%23009f83'/%3E%3Crect x='28' y='24' width='8' height='26' rx='2' fill='%23009f83'/%3E%3Crect x='42' y='14' width='8' height='36' rx='2' fill='%2376cb6d'/%3E%3C/svg%3E");
}

.mc-guide_icon--specialty {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23009f83' d='M32 8l6 12 14 2-10 10 2 14-12-6-12 6 2-14L12 22l14-2z'/%3E%3C/svg%3E");
}

.mc-guide_label {
    font-size: 15px;
}

/* ---------- Tabs ---------- */
.mc-tabs-wrap {
    padding: 10px 0 40px;
    background: var(--mc-mint);
}

.mc-tabs {
    display: flex;
    gap: 12px;
    margin: 0 0 24px;
}

.mc-tab {
    position: relative;
    flex: 1;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    padding: 28px 16px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #9ed4c5;
    cursor: pointer;
    box-shadow: none;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.mc-tab::before {
    content: "";
    position: absolute;
    inset: 0;
    background-position: center 30%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    transition: filter 0.2s;
}

.mc-tab::after {
    content: "";
    position: absolute;
    inset: 10px 14px;
    border-radius: 14px;
    z-index: 1;
    transition: background 0.2s, opacity 0.2s;
}

.mc-tab_label {
    position: relative;
    z-index: 2;
    letter-spacing: 1em;
    text-indent: 1em;
}

/* 非選択：写真を見せつつ薄いマスク */
.mc-tab:not(.is-active)::before {
    filter: brightness(0.92) saturate(0.85);
}

.mc-tab:not(.is-active) .mc-tab_label {
    opacity: 0.88;
}

/* 選択中：濃いマスク＋浮き上がり */
.mc-tab.is-active {
    border-color: #fff;
    border-width: 3px;
    box-shadow: 0 10px 24px rgba(0, 120, 100, 0.22);
    transform: translateY(-2px);
}

.mc-tab.is-active::before {
    filter: none;
}

.mc-tab.is-active .mc-tab_label {
    opacity: 1;
}

.mc-tab--mid {
    background-color: #1C8B7C;
}

.mc-tab--mid::before {
    background-image: url(../../img/mid-career/tab-mid.jpg);
}

.mc-tab--mid:not(.is-active)::after {
    background: rgba(28, 139, 124, 0.28);
}

.mc-tab--mid.is-active::after {
    background: rgba(28, 139, 124, 0.78);
}

.mc-tab--new {
    background-color: #71C287;
}

.mc-tab--new::before {
    background-image: url(../../img/mid-career/tab-new.jpg);
    background-position: center 25%;
}

.mc-tab--new:not(.is-active)::after {
    background: rgba(113, 194, 135, 0.28);
}

.mc-tab--new.is-active::after {
    background: rgba(113, 194, 135, 0.78);
}

.mc-tabpanel {
    display: none;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 28px 24px 40px;
}

.mc-tabpanel.is-active {
    display: block;
}

/* ---------- Anxiety sections ---------- */
.mc-sec {
    width: 90%;
    margin: 0 auto;
}

.mc-sec_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 48px 0;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #009f83 0%, #7bc96f 100%);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

/* tabpanel上パディング28px + マージン20px = 見た目48px */
.mc-tabpanel > .mc-sec:first-child .mc-sec_head {
    margin-top: 20px;
}

.mc-sec_check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23009f83' d='M9.5 16.5l-4-4 1.4-1.4 2.6 2.6 7-7 1.4 1.4z'/%3E%3C/svg%3E") center / 16px no-repeat;
    flex: 0 0 auto;
}

.mc-sec_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 48px;
}

.mc-sec_row--reverse {
    direction: ltr;
}

.mc-sec_media {
    position: relative;
    margin: 0;
    border-radius: var(--mc-radius);
    overflow: visible;
    z-index: 0;
}

.mc-sec_media::before {
    content: "";
    position: absolute;
    /* 左下にずらしたオフセット影 */
    inset: 12px 12px -12px -12px;
    border-radius: var(--mc-radius);
    background: linear-gradient(135deg, #95CFC2 0%, #C7DC9F 100%);
    z-index: -1;
}

.mc-sec_media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: var(--mc-radius);
}

.mc-sec_body {
    position: relative;
    padding: 8px 4px;
}

.mc-sec_body--accent {
    border: 4px solid var(--mc-yellow-border);
    border-radius: var(--mc-radius);
    padding: 24px 22px;
    background: #fff;
}

/* 看護集中：手アイコン背景（黄枠なし） */
.mc-sec_body--role {
    padding: 20px 18px 18px;
}

.mc-sec_body--role::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../img/mid-career/icon-hands.png) center / min(72%, 280px) auto no-repeat;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.mc-sec_body--role > * {
    position: relative;
    z-index: 1;
}

.mc-sec_body--role .mc-sec_ttl {
    color: #009f83;
    background: -webkit-linear-gradient(0deg, #009f83, #76cb6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mc-sec_body--role .mc-sec_lead {
    font-weight: bold;
    color: #222;
}

.mc-sec_lead_line {
    display: inline-block;
}

/* 家庭両立：家アイコン背景＋右詰め */
.mc-sec_body--worklife {
    padding: 20px 18px 18px;
    text-align: right;
}

.mc-sec_body--worklife::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../img/mid-career/icon-home.png) center / min(72%, 280px) auto no-repeat;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.mc-sec_body--worklife > * {
    position: relative;
    z-index: 1;
}

.mc-sec_body--worklife .mc-sec_ttl {
    color: #009f83;
    background: -webkit-linear-gradient(0deg, #009f83, #76cb6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mc-sec_body--worklife .mc-sec_lead {
    font-weight: bold;
    color: #222;
}

.mc-sec_body--worklife .mc-sec_tx {
    color: #444;
}

/* ブランク：メダルアイコン背景＋右詰め */
.mc-sec_body--blank {
    padding: 20px 18px 18px;
    text-align: right;
}

.mc-sec_body--blank::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../img/mid-career/icon-medal.png) center / min(52%, 180px) auto no-repeat;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.mc-sec_body--blank > * {
    position: relative;
    z-index: 1;
}

.mc-sec_body--blank .mc-sec_ttl {
    color: #009f83;
    background: -webkit-linear-gradient(0deg, #009f83, #76cb6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mc-sec_body--blank .mc-sec_lead {
    font-weight: bold;
    color: #222;
}

.mc-sec_body--blank .mc-sec_tx {
    color: #444;
}

.mc-sec_ttl {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.5;
    color: var(--mc-green);
    font-weight: bold;
}

.mc-sec_lead {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    color: #222;
}

.mc-sec_tx {
    margin: 0;
    font-size: 14px;
    line-height: 1.9;
    color: #555;
}

/* ---------- Video placeholders ---------- */
.video_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-top: 48px;
    border-top: 2px dotted rgba(0, 159, 131, 0.25);
}

.video_card--placeholder {
    position: relative;
    min-height: 180px;
    border-radius: 16px;
    background: #4db6a0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video_card--placeholder .video_play {
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.video_card--placeholder .video_play_icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(18, 128, 119, 0.95);
    position: relative;
}

.video_card--placeholder .video_play_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #fff;
}

.video_card_ttl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.04em;
    z-index: 1;
    pointer-events: none;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.video_card--placeholder.is-playing .video_play,
.video_card--placeholder.is-playing .video_card_ttl {
    display: none;
}

.video_card--placeholder .video_embed {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.video_card--placeholder .video_embed[hidden] {
    display: none !important;
}

.video_card--placeholder .video_embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ---------- Charm ---------- */
.mc-charm {
    margin-top: 20px;
    padding: 20px 8px 10px;
}

.mc-charm_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.mc-charm_tags li {
    border: 2px solid var(--mc-green-deep);
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    background: #fff;
}

.mc-charm_ttl {
    text-align: center;
    font-size: 24px;
    margin: 0 0 36px;
    color: #222;
}

.mc-charm_block {
    margin-bottom: 40px;
}

.mc-charm_block--grow {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
    align-items: center;
}

.mc-charm_copy h4 {
    margin: 0 0 14px;
    color: var(--mc-green);
    font-size: 22px;
    line-height: 1.5;
}

.mc-charm_copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.mc-charm_copy strong {
    color: var(--mc-green);
}

.mc-charm_copy--right {
    text-align: right;
    max-width: 640px;
    margin-left: auto;
    padding: 24px;
    background: rgba(232, 246, 241, 0.55);
    border-radius: 24px;
}

.mc-charm_visual {
    position: relative;
    min-height: 360px;
}

.mc-charm_center {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid var(--mc-green);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: var(--mc-green-deep);
    line-height: 1.4;
    z-index: 2;
    margin: 0;
}

.mc-charm_bubble {
    position: absolute;
    width: 42%;
    margin: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.mc-charm_bubble img {
    display: block;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.mc-charm_bubble figcaption {
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #333;
    background: #fff8d6;
}

.mc-charm_bubble--1 { top: 0; left: 0; }
.mc-charm_bubble--2 { top: 18%; right: 0; left: auto; }
.mc-charm_bubble--3 { bottom: 18%; left: 4%; }

.mc-charm_pet {
    position: absolute;
    object-fit: cover;
    border-radius: 50%;
}

.mc-charm_pet--dogs {
    width: 88px;
    height: 88px;
    top: -8px;
    right: 8%;
}

.mc-charm_pet--cat {
    width: 64px;
    height: 64px;
    bottom: 8px;
    left: 42%;
}

.mc-visit_banner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 32px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
        var(--mc-visit-bg) center / cover no-repeat;
}

.mc-visit_banner p {
    margin: 0;
    padding: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 1.5;
}

.mc-visit_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 36px;
}

.mc-visit_media {
    position: relative;
    margin: 0;
    border-radius: var(--mc-radius);
    overflow: visible;
    z-index: 0;
}

.mc-visit_media::before {
    content: "";
    position: absolute;
    inset: 12px 12px -12px -12px;
    border-radius: var(--mc-radius);
    background: linear-gradient(135deg, #95CFC2 0%, #C7DC9F 100%);
    z-index: -1;
}

.mc-visit_media img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: var(--mc-radius);
}

.mc-visit_copy {
    text-align: right;
}

.mc-visit_copy h4 {
    margin: 0 0 14px;
    font-size: 22px;
}

.mc-visit_copy p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.mc-recruit_cta {
    text-align: center;
    margin: 10px 0 20px;
}

.mc-recruit_cta a {
    display: inline-block;
    background: var(--mc-yellow);
    color: #222 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 16px 48px;
    border-radius: 12px;
    transition: opacity 0.2s;
}

.mc-recruit_cta a:hover {
    opacity: 0.9;
}

/* ---------- SP ---------- */
@media screen and (max-width: 768px) {
    .mv--mid {
        height: 520px;
        margin-top: 54px;
        background-image: url(../../img/mid-career/fv-main-sp.jpg);
        /* SPは被写体中央 */
        background-position: center 20%;
        background-size: cover;
    }

    .mv--mid .mv_box {
        right: 50%;
        left: auto;
        top: 50%;
        bottom: auto;
        transform: translate(50%, -50%);
        width: calc(100% - 28px);
        max-width: none;
        padding: 18px 16px 16px;
        border-radius: 14px;
        text-align: center;
    }

    .mv--mid .mv_lead {
        font-size: 16px;
    }

    .mv--mid .mv_hl {
        font-size: 20px;
    }

    .empathy {
        padding: 32px 0 24px;
    }

    .empathy_quotes li {
        font-size: 16px;
    }

    .mc-guide {
        padding: 36px 0 12px;
    }

    .mc-guide_ttl {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .mc-guide_nav {
        gap: 16px 20px;
    }

    .mc-guide_icon {
        width: 68px;
        height: 68px;
    }

    .mc-guide_label {
        font-size: 12px;
    }

    .mc-tabs {
        gap: 8px;
    }

    .mc-tab {
        font-size: 15px;
        padding: 16px 8px;
        border-radius: 14px;
    }

    .mc-tab_label {
        letter-spacing: 0.35em;
        text-indent: 0.35em;
    }

    .mc-tab::after,
    .mc-tab--mid::after {
        inset: 6px 8px;
        border-radius: 10px;
    }

    .mc-tabpanel {
        padding: 18px 12px 28px;
        border-radius: 16px;
    }

    .mc-sec {
        margin-left: auto;
        margin-right: auto;
    }

    .mc-sec_head {
        margin: 48px 0;
        font-size: 15px;
        padding: 12px 14px;
        line-height: 1.4;
    }

    /* SP tabpanel上パディング18px + マージン30px = 見た目48px */
    .mc-tabpanel > .mc-sec:first-child .mc-sec_head {
        margin-top: 30px;
    }

    .mc-sec_row,
    .mc-sec_row--reverse,
    .mc-charm_block--grow,
    .mc-visit_row,
    .video_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mc-sec_body--worklife {
        text-align: right;
        padding: 16px 8px;
    }

    .mc-sec_body--worklife::before {
        background-size: min(68%, 220px) auto;
        opacity: 0.1;
    }

    .mc-sec_body--blank {
        text-align: right;
        padding: 16px 8px;
    }

    .mc-sec_body--blank::before {
        background-size: min(48%, 150px) auto;
        opacity: 0.1;
    }

    .mc-sec_media img,
    .mc-visit_media img {
        height: 200px;
    }

    .mc-sec_ttl,
    .mc-charm_copy h4,
    .mc-visit_copy h4 {
        font-size: 18px;
    }

    .mc-sec_lead {
        font-size: 14px;
    }

    .mc-sec_tx,
    .mc-charm_copy p,
    .mc-visit_copy p {
        font-size: 13px;
    }

    .video_card--placeholder {
        min-height: 140px;
    }

    .video_card_ttl {
        font-size: 12px;
        bottom: 10px;
        padding: 0 8px;
    }

    .mc-charm_tags li {
        font-size: 12px;
        padding: 8px 12px;
    }

    .mc-charm_ttl {
        font-size: 18px;
    }

    .mc-charm_copy--right,
    .mc-visit_copy {
        text-align: left;
        margin-left: 0;
    }

    .mc-charm_visual {
        min-height: 300px;
        margin-top: 10px;
    }

    .mc-charm_center {
        width: 110px;
        height: 110px;
        font-size: 13px;
    }

    .mc-charm_bubble {
        width: 46%;
    }

    .mc-charm_bubble img {
        height: 84px;
    }

    .mc-visit_banner {
        min-height: 120px;
    }

    .mc-visit_banner p {
        font-size: 17px;
    }

    .mc-recruit_cta a {
        font-size: 16px;
        padding: 14px 28px;
        width: 100%;
        box-sizing: border-box;
    }
}
