.content-960 { box-sizing: border-box; margin-inline: auto; max-width: 1000px; padding-inline: 20px; width: 100%; }
.front-section { padding-block: clamp(3rem, 5vw, 3.75rem); }
.has-front-animation .front-page [data-fade-up] { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; will-change: opacity, transform; }
.has-front-animation .front-page [data-fade-up].is-fade-up-visible { opacity: 1; transform: translateY(0); }
.section-heading { color: var(--color-text); font-size: 15px; font-weight: 400; letter-spacing: .05rem; line-height: 1.35; margin: 0 0 clamp(2rem, 4vw, 3.5rem); text-align: center; cursor: default; }
.section-heading::before { color: var(--color-main); content: attr(data-title); display: block; font-size: clamp(2rem, 4vw, 35px); font-weight: 700; letter-spacing: .15rem; line-height: 1.2; margin-bottom: .75rem; }
.front-hero-wrap { margin-inline: auto; max-width: 1440px; position: relative; }
.mainvisual { overflow: hidden; position: relative; padding: 0; }
.mainvisual > img { display: block; height: clamp(420px, 47vw, 650px); object-fit: cover; width: 100%; }
.has-front-animation .mainvisual > img { animation: umemoto-mainvisual-in 1s cubic-bezier(.22, 1, .36, 1) both; animation-delay: .5s; opacity: 0; transform: scale(1.025); }
.mainvisual::after { background: linear-gradient(90deg, rgba(255,255,255,.43), rgba(255,255,255,0) 68%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.mainvisual-copy { color: var(--color-text); display: flex; flex-direction: column; font-size: clamp(20px, 3vw, 42px); font-weight: 500; left: 5%; line-height: 1.45; margin: 0; position: absolute; top: 10%; transform: none; z-index: 1; }
.mainvisual-copy span { display: block; opacity: 1; text-shadow: 0 1px 12px rgba(255,255,255,.75); }
.mainvisual-copy__line--opening-quote { left: -.5em; position: relative; }
.has-front-animation .mainvisual-copy span { animation: umemoto-copy-in 1.45s cubic-bezier(.22, 1, .36, 1) both; animation-delay: 1.1s; opacity: 0; transform: translateY(1rem); }
.has-front-animation .mainvisual-copy span:nth-child(2) { animation-delay: 1.38s; }
.has-front-animation .mainvisual-copy span:nth-child(3) { animation-delay: 1.66s; }
@keyframes umemoto-mainvisual-in { to { opacity: 1; transform: scale(1); } }
@keyframes umemoto-copy-in { to { opacity: 1; transform: translateY(0); } }
.front-news { background: transparent; border: 0; border-radius: 0; bottom: 5%; box-shadow: none; left: 5%; max-width: calc(100% - 10%); padding: 1rem 0; position: absolute; width: 450px; z-index: 2; }
.front-news h2 { align-items: baseline; border-bottom: 2px solid var(--color-border); display: flex; gap: .8rem; margin: 0 0 .9rem; padding-bottom: .55rem; }
.front-news h2 span { color: var(--color-main); font-size: 35px; line-height: 1; }
.front-news h2 small { color: var(--color-text); font-size: 15px; font-weight: 400; }
.front-news__list { list-style: none; margin: 0; padding: 0; }
.front-news__list li { align-items: baseline; border-bottom: 1px solid var(--color-border); display: flex; gap: .8rem; padding: .5rem 0; }
.front-news__list li:last-child { border-bottom: 0; padding-bottom: 0; }
.front-news__list time { color: var(--color-main-dark); flex: 0 0 auto; font-size: .8rem; }
.front-news__list a { color: var(--color-text); font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; text-decoration: none; }
.front-news__list a:hover, .front-news__list a:focus-visible { color: var(--color-main); text-decoration: underline; }
.profile-section { background: var(--color-sub); }
.profile-content { align-items: flex-start; display: grid; gap: clamp(2rem, 5vw, 50px); grid-template-columns: 300px minmax(0, 1fr); }
.profile-image { background: var(--color-white); border-radius: 20px; box-sizing: border-box; height: auto; padding: 25px; width: 300px; }
.profile-image img { border-radius: inherit; display: block; height: auto; object-fit: contain; width: 100%; }
.profile-body { min-width: 0; }
.profile-introduction { line-height: 2; margin: 0 0 1.75rem; }
.profile-name > p { color: var(--color-text); margin: 0 0 .3rem; }
.profile-name h3 { border-bottom: 3px solid var(--color-main); color: var(--color-main); font-size: clamp(1.35rem, 2.4vw, 1.8rem); margin: 0 0 1.5rem; padding-bottom: .45rem; width: fit-content; }
.profile-name h3 small { color: var(--color-text); font-size: .62em; font-weight: 400; }
.profile-history { margin: 0; }
.profile-history__item { column-gap: .5rem; display: grid; grid-template-columns: 5em minmax(0, 1fr); padding: .2rem 0; }
.profile-history dt, .profile-history dd { color: var(--color-text); font-size: 17px; font-weight: 400; }
.profile-history dd { margin: 0; overflow-wrap: anywhere; }
.services-section { background: var(--color-main); color: var(--color-white); }
.services-section .section-heading, .services-section .section-heading::before { color: var(--color-white); }
.services-lead { font-size: clamp(1.2rem, 2.5vw, 25px); font-weight: 500; margin: 0 0 2rem; text-align: center; }
.service-list { display: grid; gap: 1rem; grid-template-columns: repeat(5, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.service-list li { align-items: center; background: var(--color-white); border-radius: 20px; color: var(--color-main); display: flex; font-size: 19px; font-weight: 500; justify-content: center; min-height: 124px; padding: 1rem; text-align: center; user-select: none; }
.services-note { font-size: 17px; line-height: 1.8; margin: 1.75rem 0 0; overflow-wrap: anywhere; text-align: center; }
.workflow-section { background: var(--color-sub); }
.workflow-list { display: grid; gap: 1.25rem; }
.workflow-card { align-items: center; background: var(--color-white); border: 1px solid #aed59e; border-radius: 20px; display: grid; gap: clamp(1rem, 3vw, 2rem); grid-template-columns: 175px minmax(0, 1fr); padding: clamp(1.25rem, 3vw, 2rem); }
.workflow-card__image { align-items: center; border-right: 1px solid #aed59e; display: flex; justify-content: center; min-height: 124px; padding-right: clamp(1rem, 3vw, 2rem); }
.workflow-card__image img { display: block; height: auto; max-height: 92px; max-width: 112px; width: 100%; }
.workflow-card__content { min-width: 0; }
.workflow-card h3 { color: var(--color-main); font-size: 22px; font-weight: 500; margin: 0 0 .7rem; }
.workflow-card p { font-size: 17px; line-height: 1.8; margin: 0; overflow-wrap: anywhere; }
@media screen and (max-width: 767px) {
.mainvisual > img { height: min(124vw, 560px); }
.mainvisual::after { background: linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,.05)); }
.mainvisual-copy { font-size: clamp(20px, 5vw, 32px); left: 5%; right: 5%; top: 2.5%; }
.front-news { border-radius: 0; bottom: auto; box-sizing: border-box; left: auto; margin: 0; max-width: none; padding-inline: max(1rem, 5vw); position: relative; width: auto; }
.profile-section { padding-top: 3rem; }
.profile-content { grid-template-columns: 1fr; }
.profile-image { margin-inline: auto; max-width: 300px; width: 100%; }
.service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-list li { font-size: 1.05rem; min-height: 105px; }
.workflow-card { grid-template-columns: 1fr; }
.workflow-card__image { border-bottom: 1px solid #aed59e; border-right: 0; min-height: 0; padding: 0 0 1rem; }
.workflow-card__image img { max-height: 85px; max-width: 105px; }
}
@media (prefers-reduced-motion: reduce) { .has-front-animation .mainvisual > img, .has-front-animation .mainvisual-copy span { animation: none; opacity: 1; transform: none; } .has-front-animation .front-page [data-fade-up] { opacity: 1; transform: none; transition: none; } }
