:root {
    --ink: #2b2b2b;
    --muted: #5d5a58;
    --accent-blue: #5f7f96;
    --accent-rose: #c9929d;
    --soft-bg: #f9f1f3;
    --section-bg: #f5ecef;
    --card-bg: #fffafc;
    --border-soft: rgba(217, 203, 209, 0.8);
    --text-body: #4a4544;
    --radius-base: 6px;
    --radius-round: 50%;
    --font-base: 16px;
    --font-sm: 14px;
    --font-title: 32px;
    --font-title-lg: 38px;
    --font-lead: 16px;
    --font-lead-lg: 17px;
    --font-hero-title: 42px;
    --font-hero-title-sm: 28px;
    --font-hero-roles: 16px;
    --font-hero-roles-sm: 14px;
    --space-section-y: 80px;
    --space-section-x: 24px;
    --space-section-y-lg: 120px;
    --space-section-x-lg: 80px;
    --shadow-soft: 0 12px 26px rgba(86, 70, 74, 0.06);
    --shadow-panel: 0 20px 45px rgba(70, 52, 58, 0.12);
    --shadow-button: 0 10px 22px rgba(86, 70, 74, 0.12);
    --shadow-button-hover: 0 14px 26px rgba(86, 70, 74, 0.16);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans JP', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ink);
    background: linear-gradient(180deg, #fdf7f9 0%, var(--soft-bg) 100%);
    margin: 0;
    font-size: var(--font-base);
}

body.has-menu-open {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section__title {
    font-family: 'Sawarabi Mincho', 'Times New Roman', serif;
    font-weight: 400;
}

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

img {
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-reader-text:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    z-index: 10000;
}

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.section {
    padding: var(--space-section-y) var(--space-section-x);
}

.section:not(#top) .section__content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.section__title {
    font-size: var(--font-title);
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-blue);
}

.section__lead {
    font-size: var(--font-lead);
    color: var(--muted);
    margin: 0 0 50px;
    line-height: 1.7;
    max-width: 720px;
}

.section__lead--muted {
    color: #6b6a68;
    margin-top: -12px;
}

.u-smOnly {
    display: none;
}

.sp-none {
    display: block;
}

.pc-none {
    display: none;
}

.grid {
    display: grid;
    gap: 32px;
}

.grid--three {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
    border: 1px solid #eadfe3;
    border-radius: var(--radius-base);
    padding: 24px;
    background: var(--card-bg);
}

.section--about {
    background: linear-gradient(180deg, #fdf7f9 0%, var(--section-bg) 100%);
    position: relative;
    overflow: hidden;
}

.about__layout {
    display: grid;
    gap: 60px;
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
}

.about__content {
    flex: 1 1 420px;
    position: relative;
}
.about__media{
    align-self: center;
}
.about__mediaFrame {
    border-radius: var(--radius-base);
    padding: 0 32px 48px;
    position: relative;
    overflow: hidden;
}

.about__lottie {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 130%;
    height: 130%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
    filter: blur(2px);
    pointer-events: none;
    background: transparent;
    z-index: 0;
}

.about__lottie svg {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.about__mediaFrame img {
    display: block;
    width: 100%;
    border-radius: var(--radius-base);
    object-fit: cover;
    background: #e2d7da;
    max-width: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about__mediaTag {
    position: absolute;
    bottom: 18px;
    left: 32px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7a6c70;
}

.about__body {
    font-size: var(--font-base);
    line-height: 1.9;
    color: var(--ink);
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.about__body p {
    margin: 0 0 20px;
}

.about__roles {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.about-role {
    padding: 24px;
    border-radius: var(--radius-base);
    background: rgba(255, 250, 252, 0.9);
    border: 1px solid rgba(219, 205, 210, 0.8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.about-role__title {
    font-size: 18px;
    margin: 0;
    font-family: 'IBM Plex Sans JP', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.04em;
    color: var(--ink);
}

.about-role__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.about-role__icon {
    width: 34px;
    height: 34px;
    border-radius: var(--radius-base);
    background: #e5d6db;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-role__icon::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: var(--radius-round);
    background: rgba(255, 255, 255, 0.9);
}

.about-role--direction .about-role__icon {
    background: linear-gradient(135deg, #f1d9df, #e6cfd5);
}

.about-role--engineering .about-role__icon {
    background: linear-gradient(135deg, #d6e6ec, #c9dce4);
}

.about-role--qa .about-role__icon {
    background: linear-gradient(135deg, #f2e1d4, #e7d1c1);
}

.about-role__text {
    margin: 0;
    line-height: 1.8;
    color: var(--text-body);
}

.strength__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.strength-block {
    padding: 32px 28px;
    border-radius: var(--radius-base);
    border: 1px solid var(--border-soft);
    background: rgba(255, 250, 252, 0.85);
    box-shadow: var(--shadow-soft);
}

.strength-block__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.strength-block__title {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-family: 'IBM Plex Sans JP', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ink);
    text-transform: uppercase;
}

.strength-block__text {
    margin: 0;
    color: var(--text-body);
    line-height: 1.8;
}

.works__grid {
    display: grid;
    gap: 128px;
    grid-template-columns: 1fr;
}

.works__item {
    display: grid;
    grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
    gap: 60px;
    padding: 0;
}

.works__media {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 160px;
    align-self: start;
}

.works__thumb {
    margin-bottom: 0;
    overflow: hidden;
    border: 1px solid var(--border-soft);
    background: #f4e7ea;
}

.works__thumb img {
    display: block;
    width: 100%;
}

.works__title {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: var(--accent-blue);
}

.works__excerpt {
    margin: 0;
    color: var(--text-body);
    line-height: 1.8;
}

.works__content {
    color: var(--text-body);
    line-height: 1.8;
    margin-top: 24px;
}

.works__section {
    margin-bottom: 18px;
}

.works__subtitle {
    margin: 20px 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: 0.03em;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(165, 153, 158, 0.6);
}

.works__content p {
    margin: 0;
}

.skills__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.skills__item {
    padding: 28px 24px;
    border-radius: var(--radius-base);
    border: 1px solid var(--border-soft);
    background: rgba(255, 250, 252, 0.85);
    box-shadow: var(--shadow-soft);
}

.skills__title {
    margin: 0 0 14px;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: var(--accent-blue);
    text-transform: uppercase;
}

.skills__list {
    margin: 0;
    padding-left: 20px;
    color: var(--text-body);
    line-height: 1.85;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 12px;
}

.contact-dl {
    margin: 0;
    padding: 0;
}

.contact-dl__row {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 16px 20px;
    padding: 18px 0;
    border-top: 1px solid var(--border-soft);
}

.contact-dl__row:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-dl__row dt {
    margin: 0;
    font-size: var(--font-sm);
    letter-spacing: 0.02em;
    color: var(--ink);
    padding-top: 15px;
}

.contact-dl__row dd {
    margin: 0;
    color: var(--text-body);
}

.contact-dl__row .required {
    margin-left: 6px;
    font-size: 12px;
    color: var(--accent-rose);
    vertical-align: middle;
}

.contact-dl input[type="text"],
.contact-dl input[type="email"],
.contact-dl select,
.contact-dl textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border-soft);
    background: rgba(255, 250, 252, 0.85);
    color: var(--ink);
    border-radius: var(--radius-base);
    padding: 12px 14px;
    font-size: var(--font-sm);
    line-height: 1.6;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-dl textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-dl select {
    padding-right: 36px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #7a6c70 50%),
        linear-gradient(135deg, #7a6c70 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.contact-dl input::placeholder,
.contact-dl textarea::placeholder {
    color: rgba(93, 90, 88, 0.7);
}

.contact-dl input[type="text"]:focus,
.contact-dl input[type="email"]:focus,
.contact-dl select:focus,
.contact-dl textarea:focus {
    outline: none;
    border-color: rgba(95, 127, 150, 0.75);
    box-shadow: 0 0 0 4px rgba(95, 127, 150, 0.18);
    background: rgba(255, 250, 252, 0.95);
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
    color: #7a3b45;
}

.wpcf7 form .wpcf7-response-output {
    margin: 22px 0 0;
    padding: 14px 16px;
    border-radius: var(--radius-base);
    border: 1px solid var(--border-soft);
    background: rgba(255, 250, 252, 0.9);
    color: var(--text-body);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-color: rgba(201, 146, 157, 0.65);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(95, 127, 150, 0.55);
}

.contact-submit {
    margin-top: 26px;
    display: flex;
    justify-content: flex-start;
}

.contact-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 44px;
    border: 1px solid rgba(95, 127, 150, 0.55);
    background: linear-gradient(135deg, #e8f1f6, #fff0f3);
    color: var(--ink);
    font-size: var(--font-sm);
    letter-spacing: 0.06em;
    font-weight: 600;
    cursor: pointer;
    transition: transform 160ms ease, opacity 160ms ease, box-shadow 200ms ease, border-color 200ms ease;
    box-shadow: var(--shadow-button);
    width: 256px;
}

.contact-submit input[type="submit"]:hover {
    transform: translateY(-1px);
    opacity: 0.95;
    border-color: rgba(95, 127, 150, 0.75);
    box-shadow: var(--shadow-button-hover);
}

.contact-submit input[type="submit"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(95, 127, 150, 0.22), 0 10px 18px rgba(86, 70, 74, 0.08);
}

.section--thanks {
    background: linear-gradient(180deg, #fdf7f9 0%, var(--section-bg) 100%);
    height: calc(100vh - 121px);
}

.thanks__panel {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px 36px;
    border-radius: var(--radius-base);
    border: 1px solid var(--border-soft);
    background: rgba(255, 250, 252, 0.9);
    box-shadow: var(--shadow-panel);
    text-align: center;
}

.thanks__title {
    margin-bottom: 18px;
}

.thanks__text {
    color: var(--text-body);
    line-height: 1.9;
}

.thanks__text p {
    margin: 0 0 16px;
}

.thanks__actions {
    margin-top: 24px;
}

.thanks__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 24px;
    border-radius: 44px;
    border: 1px solid rgba(95, 127, 150, 0.45);
    background: linear-gradient(135deg, #e8f1f6, #fff0f3);
    color: var(--ink);
    font-size: var(--font-sm);
    letter-spacing: 0.06em;
    font-weight: 600;
    transition: transform 160ms ease, opacity 160ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.thanks__btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
    border-color: rgba(95, 127, 150, 0.75);
    box-shadow: var(--shadow-button-hover);
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: #fff;
    z-index: 999;
    transition: background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

body:not(.home) .site-header {
    background: rgba(255, 255, 255, 0.1);
    color: #1a1a1a;
    box-shadow: 0 6px 24px rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(10px);
}

body.has-menu-open:not(.home) .site-header {
    backdrop-filter: none;
}

.site-header.is-solid {
    background: rgba(255, 255, 255, 0.1);
    color: #1a1a1a;
    box-shadow: 0 6px 24px rgba(17, 17, 17, 0.08);
    backdrop-filter: blur(10px);
}

body.has-menu-open .site-header.is-solid {
    backdrop-filter: none;
}

.site-header.is-solid .menu-toggle:hover,
.site-header.is-solid .menu-toggle:focus-visible {
    background: rgba(0, 0, 0, 0.06);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    gap: 32px;
}

.site-logo {
    margin: 0;
    line-height: 1;
}

.site-logo img {
    display: block;
    width: 80px;
    height: auto;
}

.home .site-header:not(.is-solid) .site-logo img {
    filter: brightness(0) invert(1);
}

.menu-toggle {
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: inherit;
    transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.15);
}

.menu-toggle__bars {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.menu-toggle__bars span {
    display: block;
    width: 26px;
    height: 1px;
    background: currentColor;
}

.site-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    pointer-events: none;
}

.site-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.45);
    opacity: 0;
    transition: opacity 220ms ease;
}

.site-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, 86vw);
    height: 100%;
    background: #fff;
    color: #111;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translateX(110%);
    transition: transform 240ms ease;
    box-shadow: -12px 0 40px rgba(17, 17, 17, 0.12);
}

.site-header.is-solid .site-menu__panel {
    background: #fff7f9;
    color: var(--ink);
}

.site-header.is-solid .menu-close span {
    background: var(--ink);
}

.menu-close {
    align-self: flex-end;
    background: transparent;
    border: none;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.menu-close span {
    position: absolute;
    width: 26px;
    height: 2px;
    background: #111;
    border-radius: var(--radius-base);
}

.menu-close span:first-child {
    transform: rotate(45deg);
}

.menu-close span:last-child {
    transform: rotate(-45deg);
}

.menu-close:focus-visible {
    outline: 2px solid #111;
    outline-offset: 4px;
}

.site-menu.is-open {
    pointer-events: auto;
}

.site-menu.is-open .site-menu__overlay {
    opacity: 1;
}

.site-menu.is-open .site-menu__panel {
    transform: translateX(0);
}

.site-menu__list,
.site-menu__social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-menu__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.site-menu__list a {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 18px;
}

.site-menu__divider {
    width: 100%;
    height: 1px;
    background: #ececec;
}

.site-header.is-solid .site-menu__divider {
    background: #e6d6db;
}

.site-menu__social {
    display: flex;
    gap: 16px;
}

.site-menu__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--radius-round);
    border: 1px solid #ddd;
    transition: border-color 200ms ease, transform 200ms ease;
}

.site-header.is-solid .site-menu__social a {
    border-color: #d9c7cd;
}

.site-menu__social a:hover,
.site-menu__social a:focus-visible {
    border-color: #1a1a1a;
    transform: translateY(-2px);
}

.site-menu__icon {
    display: flex;
}

.site-menu__icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 24px;
    margin: 0;
    list-style: none;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 96px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.hero__text {
    max-width: 920px;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__bgSlide {
    position: absolute;
    inset: -24px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.06);
    filter: blur(6px);
    transition: opacity 900ms ease, transform 1400ms ease;
}

.hero__bgSlide.is-active {
    opacity: 1;
    transform: scale(1.02);
}

.hero__bgOverlay {
    position: absolute;
    inset: 0;
    background: rgba(52, 40, 45, 0.48);
}

.hero__eyebrow {
    margin: 0 0 14px;
    font-size: 14px;
    letter-spacing: 0.12em;
    opacity: 0.85;
    color: rgba(255, 255, 255, 0.92);
}

.hero__title {
    margin: 0 0 18px;
    font-size: var(--font-hero-title);
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #fffafc;
}

.hero__roles {
    margin: 0 0 28px;
    font-size: var(--font-hero-roles);
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.9);
}

.hero__role {
    display: inline-block;
}

.hero__sep {
    display: inline-block;
    margin: 0 8px;
    opacity: 0.7;
}

.hero__cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 44px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.04em;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #463538;
    background: #fff7f9;
    transition: transform 160ms ease, opacity 160ms ease;
}

.hero__btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.hero__btn--ghost {
    background: transparent;
    color: #fff;
}

.js-heroItem {
    opacity: 0;
    transform: translateY(10px);
}

.hero.is-ready .js-heroItem {
    animation: heroFadeUp 650ms ease forwards;
}

.hero.is-ready .hero__eyebrow {
    animation-delay: 0ms;
}

.hero.is-ready .hero__title {
    animation-delay: 140ms;
}

.hero.is-ready .hero__roles {
    animation-delay: 320ms;
}

.hero.is-ready .hero__cta {
    animation-delay: 520ms;
}

@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-footer {
    padding: 32px 24px;
    border-top: 1px solid #eadfe3;
    text-align: center;
}

@media (min-width: 768px) {
    .section {
        padding: var(--space-section-y-lg) var(--space-section-x-lg);
    }

    .section__title {
        font-size: var(--font-title-lg);
    }

    .section__lead {
        font-size: var(--font-lead-lg);
    }

    .thanks__title {
        font-size: 32px;
    }
}

@media (max-width: 1024px) {
    .works__item {
        grid-template-columns: 1fr;
        gap:0;
    }

    .works__media {
        position: static;
        gap: 12px;
    }

    .works__title {
        order: 0;
    }

    .works__thumb {
        order: 0;
    }
}

@media (max-width: 768px) {
    body{
        font-size: var(--font-sm);
    }
    .works__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .works__content{
        margin-top: 0;
    }

    .section__lead,
    .about__body,
    .hero__roles {
        font-size: var(--font-sm);
    }

    .about__layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about__media {
        max-width: 100%;
        flex: 1;
    }

    .about__body p {
        margin: 0 0 15px;
    }

    .about__mediaFrame {
        padding: 0;
    }

    .about__lottie {
        width: 120%;
        height: 120%;
        top: 50%;
        left: 50%;
        opacity: 0.5;
        filter: blur(1px);
    }

    .about__mediaFrame img {
        max-width: 200px;
    }

    .about__mediaTag {
        letter-spacing: 0.12em;
    }

    .contact-dl__row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 0;
    }

    .contact-dl__row dt {
        padding-top: 0;
    }

    .contact-dl__row p {
        margin: 0;
    }

    .contact-submit {
        justify-content: stretch;
    }

    .contact-submit input[type="submit"] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about__lottie {
        display: none;
    }
}

@media (max-width: 767px) {
    .u-smOnly {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .site-logo img {
        width: 50px;
    }

    .hero__inner {
        padding: 84px 0;
    }

    .hero__title {
        font-size: var(--font-hero-title-sm);
        line-height: 1.3;
    }

    .hero__roles {
        font-size: var(--font-hero-roles-sm);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__bgSlide {
        transition: none;
    }

    .js-heroItem {
        opacity: 1;
        transform: none;
    }

    .hero.is-ready .js-heroItem {
        animation: none;
    }
}
