:root {
	--mm-navy: #10253f;
	--mm-teal: #147b8b;
	--mm-ink: #202c35;
	--mm-sub: #657179;
	--mm-line: #d9dfe1;
	--mm-pale: #f3f7f7;
	--mm-white: #fff;
}

html {
	scroll-behavior: smooth;
}

body.mandm-site {
	margin: 0;
	color: var(--mm-ink);
	background: var(--mm-white);
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-feature-settings: "palt";
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: .025em;
}

.mandm-site *,
.mandm-site *::before,
.mandm-site *::after {
	box-sizing: border-box;
}

.mandm-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

.mandm-site a {
	color: inherit;
	text-decoration: none;
}

.mandm-site a,
.mandm-site button {
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease;
}

.mandm-site a:hover {
	color: var(--mm-teal);
}

.mandm-site :focus-visible {
	outline: 3px solid #b85c00;
	outline-offset: 4px;
}

.mm-wrap {
	width: min(1160px, calc(100% - 64px));
	margin-inline: auto;
}

.mm-narrow-wrap,
.mm-article-wrap {
	width: min(860px, calc(100% - 64px));
}

.mm-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.mm-skip-link {
	position: fixed;
	z-index: 9999;
	top: 8px;
	left: 8px;
	padding: 10px 16px;
	color: var(--mm-white) !important;
	background: var(--mm-navy);
	transform: translateY(-150%);
}

.mm-skip-link:focus {
	transform: translateY(0);
}

.mm-header {
	position: relative;
	z-index: 100;
	height: 84px;
	border-bottom: 1px solid #e4e7e8;
	background: var(--mm-white);
}

.mm-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	gap: 30px;
}

.mm-logo {
	display: block;
	width: min(284px, 29vw);
	line-height: 0;
}

.mm-logo img {
	width: 100%;
}

.mm-nav {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.1vw, 31px);
	font-size: 15px;
	font-weight: 700;
}

.mm-nav a {
	white-space: nowrap;
}

.mm-nav__contact {
	padding: 11px 17px;
	border: 1px solid var(--mm-navy);
}

.mm-nav__contact:hover {
	color: var(--mm-white) !important;
	background: var(--mm-navy);
}

.mm-menu-button {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--mm-line);
	color: var(--mm-navy);
	background: var(--mm-white);
	cursor: pointer;
}

.mm-menu-button__lines,
.mm-menu-button__lines::before,
.mm-menu-button__lines::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
}

.mm-menu-button__lines {
	position: relative;
}

.mm-menu-button__lines::before,
.mm-menu-button__lines::after {
	position: absolute;
	left: 0;
	content: "";
}

.mm-menu-button__lines::before { top: -6px; }
.mm-menu-button__lines::after { top: 6px; }

.mm-menu-button__label {
	margin-top: 9px;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.mm-menu-button[aria-expanded="true"] .mm-menu-button__lines {
	background: transparent;
}

.mm-menu-button[aria-expanded="true"] .mm-menu-button__lines::before {
	top: 0;
	transform: rotate(45deg);
}

.mm-menu-button[aria-expanded="true"] .mm-menu-button__lines::after {
	top: 0;
	transform: rotate(-45deg);
}

.mm-main {
	min-height: 60vh;
}

.mm-hero {
	position: relative;
	min-height: 600px;
	overflow: hidden;
	border-bottom: 1px solid var(--mm-line);
}

.mm-hero__grid {
	display: grid;
	grid-template-columns: 56% 44%;
	align-items: center;
	min-height: 600px;
}

.mm-hero__copy {
	position: relative;
	z-index: 2;
	padding: 70px 0 82px;
}

.mm-location {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 25px;
	color: var(--mm-teal);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .1em;
}

.mm-location::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.mandm-site h1,
.mandm-site h2 {
	color: var(--mm-navy);
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: 500;
	letter-spacing: .045em;
}

.mm-hero h1 {
	max-width: 650px;
	margin: 0 0 24px;
	font-size: clamp(42px, 4.2vw, 56px);
	line-height: 1.55;
}

.mm-hero h1 span {
	color: var(--mm-teal);
}

.mm-lead {
	max-width: 590px;
	margin: 0 0 31px;
	color: #506069;
	font-size: 17px;
	line-height: 2;
}

.mm-hero__links {
	display: flex;
	align-items: center;
	gap: 30px;
}

.mm-primary-link,
.mm-text-link {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
}

.mm-primary-link {
	gap: 32px;
	padding: 15px 0;
	border-bottom: 2px solid var(--mm-navy);
	color: var(--mm-navy);
	font-weight: 750;
}

.mm-text-link {
	border-bottom: 1px solid #8b969c;
	color: var(--mm-sub);
}

.mm-hero__visual {
	position: relative;
	align-self: end;
	height: 475px;
	overflow: hidden;
}

.mm-hero__visual::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .94) 7%, rgba(255, 255, 255, .24) 27%, rgba(255, 255, 255, 0) 50%);
	content: "";
}

.mm-hero__visual img {
	position: absolute;
	right: -55px;
	bottom: -5px;
	width: auto;
	max-width: none;
	height: 100%;
	object-fit: contain;
	opacity: .78;
}

.mm-hero__note {
	position: absolute;
	z-index: 2;
	right: 20px;
	bottom: 18px;
	color: #657179;
	font-size: 10px;
	letter-spacing: .12em;
	writing-mode: vertical-rl;
}

.mm-hero__facts {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid var(--mm-line);
	background: rgba(255, 255, 255, .94);
}

.mm-hero__facts .mm-wrap {
	display: flex;
	align-items: center;
	height: 62px;
	color: #536068;
	font-size: 14px;
}

.mm-hero__facts span {
	padding: 0 28px;
	border-right: 1px solid var(--mm-line);
}

.mm-hero__facts span:first-child { padding-left: 0; }
.mm-hero__facts span:last-child { border-right: 0; }

.mm-section {
	padding: 100px 0;
}

.mm-section-heading {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 48px;
	margin-bottom: 46px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--mm-navy);
}

.mm-section-heading--stacked {
	grid-template-columns: 1fr;
	gap: 14px;
}

.mm-eyebrow {
	display: block;
	color: var(--mm-teal);
	font: 700 12px/1.5 Arial, sans-serif;
	letter-spacing: .16em;
}

.mm-section-heading h2,
.mm-flow h2 {
	margin: 7px 0 0;
	font-size: 34px;
	line-height: 1.55;
}

.mm-section-heading > p {
	align-self: end;
	max-width: 690px;
	margin: 0;
	color: var(--mm-sub);
	font-size: 16px;
	line-height: 1.9;
}

.mm-audience-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(280px, .8fr);
	gap: 44px;
	align-items: start;
}

.mm-audience-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	padding-bottom: 18px;
	border-bottom: 2px solid var(--mm-navy);
}

.mm-audience-head h3 {
	margin: 4px 0 0;
	color: var(--mm-navy);
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 26px;
	font-weight: 500;
}

.mm-audience-head p {
	max-width: 360px;
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 1.8;
}

.mm-business-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mm-service-card {
	position: relative;
	min-height: 164px;
	padding: 25px 42px 23px 0;
	border-bottom: 1px solid var(--mm-line);
}

.mm-service-card:nth-child(odd) {
	padding-right: 34px;
	border-right: 1px solid var(--mm-line);
}

.mm-service-card:nth-child(even) { padding-left: 34px; }

.mm-service-card small,
.mm-service-card strong,
.mm-service-card p {
	display: block;
}

.mm-service-card small {
	margin-bottom: 9px;
	color: var(--mm-teal);
	font-size: 12px;
	font-weight: 700;
}

.mm-service-card strong {
	margin-bottom: 7px;
	color: var(--mm-navy);
	font-size: 18px;
	letter-spacing: .035em;
}

.mm-service-card p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 1.8;
}

.mm-service-card > span:last-child {
	position: absolute;
	top: 26px;
	right: 12px;
	color: var(--mm-navy);
}

.mm-service-card:nth-child(even) > span:last-child { right: 0; }

.mm-personal-panel {
	padding: 0 0 25px;
	background: var(--mm-pale);
}

.mm-personal-panel .mm-audience-head {
	margin: 0 25px;
	border-bottom-color: #8d9b9e;
}

.mm-personal-list { padding: 0 25px; }

.mm-personal-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 68px;
	border-bottom: 1px solid #cbd6d8;
	font-size: 16px;
	font-weight: 650;
}

.mm-personal-note {
	margin: 24px 25px 0;
	padding-top: 19px;
	border-top: 1px solid #aebec1;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 1.8;
}

.mm-personal-note a,
.mm-section-more a {
	display: inline-block;
	margin-top: 9px;
	border-bottom: 1px solid var(--mm-navy);
	color: var(--mm-navy);
	font-weight: 700;
}

.mm-news {
	background: #fff;
}

.mm-news-list {
	border-top: 2px solid var(--mm-navy);
}

.mm-news-row {
	margin: 0;
	border-bottom: 1px solid var(--mm-line);
}

.mm-news-row > a {
	display: grid;
	grid-template-columns: 118px 112px minmax(0, 1fr) 30px;
	align-items: center;
	gap: 22px;
	min-height: 84px;
	padding: 16px 6px;
}

.mm-news-row time {
	color: var(--mm-sub);
	font: 500 14px/1.5 Arial, sans-serif;
	letter-spacing: .06em;
}

.mm-news-row__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 3px 10px;
	border: 1px solid var(--mm-teal);
	color: var(--mm-teal);
	font-size: 12px;
	font-weight: 700;
}

.mm-news-row h2,
.mm-news-row h3 {
	margin: 0;
	color: var(--mm-navy);
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.7;
}

.mm-news-row__arrow {
	color: var(--mm-navy);
	font-size: 18px;
	text-align: right;
}

.mm-empty {
	margin: 0;
	padding: 28px 0;
	border-top: 2px solid var(--mm-navy);
	border-bottom: 1px solid var(--mm-line);
	color: var(--mm-sub);
}

.mm-section-more {
	margin: 27px 0 0;
	text-align: right;
}

.mm-wrap.mm-section-more {
	margin: 27px auto 0;
}

.mm-about,
.mm-flow,
.mm-values,
.mm-welfare-services,
.mm-welfare-flow,
.mm-contact-guide {
	background: var(--mm-pale);
}

.mm-about__grid {
	display: grid;
	grid-template-columns: minmax(250px, 300px) 1fr;
	gap: 105px;
	align-items: center;
}

.mm-profile-photo {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background: #dfe8e9;
}

.mm-profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 28%;
}

.mm-profile-photo::after {
	position: absolute;
	right: 12px;
	bottom: 16px;
	color: rgba(255, 255, 255, .96);
	font: 700 9px/1.4 Arial, sans-serif;
	letter-spacing: .13em;
	text-shadow: 0 1px 6px rgba(0, 0, 0, .4);
	writing-mode: vertical-rl;
	content: "OKADA MOMOKA / ADMINISTRATIVE SCRIVENER";
}

.mm-about__copy h2 {
	margin: 7px 0 0;
	font-size: 36px;
	line-height: 1.62;
}

.mm-profile-name {
	display: flex;
	align-items: baseline;
	gap: 18px;
	margin: 22px 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #aebec1;
}

.mm-profile-name small {
	color: var(--mm-teal);
	font-size: 12px;
	font-weight: 700;
}

.mm-profile-name strong {
	color: var(--mm-navy);
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 21px;
	font-weight: 500;
}

.mm-about__copy > p:not(.mm-profile-name) {
	margin: 0 0 24px;
	color: #56646c;
	font-size: 16px;
	line-height: 2.15;
}

.mm-about-points {
	margin-top: 32px;
	border-top: 1px solid #c5d1d3;
}

.mm-about-points p {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 18px;
	margin: 0;
	padding: 17px 0;
	border-bottom: 1px solid #c5d1d3;
}

.mm-about-points b,
.mm-step b,
.mm-need b,
.mm-support-row b,
.mm-value b,
.mm-faq > b {
	color: var(--mm-teal);
	font: 500 17px/1.5 Georgia, serif;
}

.mm-about-points span {
	font-size: 16px;
	font-weight: 650;
}

.mm-profile-links {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-top: 30px;
}

.mm-profile-links a {
	display: inline-flex;
	align-items: center;
	gap: 24px;
	padding: 11px 0;
	border-bottom: 1px solid var(--mm-navy);
	color: var(--mm-navy);
	font-size: 15px;
	font-weight: 750;
}

.mm-flow__grid {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 60px;
}

.mm-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid var(--mm-navy);
}

.mm-step {
	padding: 24px 18px 20px;
	border-right: 1px solid var(--mm-line);
}

.mm-step:last-child { border-right: 0; }

.mm-step h3 {
	margin: 16px 0 8px;
	color: var(--mm-navy);
	font-size: 16px;
	line-height: 1.6;
}

.mm-step p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 14px;
	line-height: 1.8;
}

.mm-contact-band {
	padding: 0 0 96px;
}

.mm-contact-band__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 45px;
	padding: 54px 60px;
	color: var(--mm-white);
	background: var(--mm-navy);
}

.mm-contact-band h2 {
	margin: 0 0 8px;
	color: var(--mm-white);
	font-size: 31px;
	line-height: 1.55;
}

.mm-contact-band p {
	margin: 0;
	color: #d3dce2;
	font-size: 15px;
}

.mm-contact-actions {
	display: flex;
	border: 1px solid rgba(255, 255, 255, .65);
}

.mm-contact-actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 168px;
	min-height: 56px;
	padding: 0 18px;
	color: var(--mm-white);
	font-size: 15px;
	font-weight: 700;
}

.mm-contact-actions a + a {
	color: var(--mm-navy);
	background: var(--mm-white);
}

.mm-contact-actions a:hover {
	color: var(--mm-white) !important;
	background: var(--mm-teal);
}

.mm-footer {
	padding: 44px 0 32px;
	color: #c5cfd5;
	background: #091a2d;
	font-size: 13px;
}

.mm-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 38px;
}

.mm-footer__office strong {
	display: block;
	margin-bottom: 7px;
	color: var(--mm-white);
	font-size: 15px;
}

.mm-footer__office span { display: block; }

.mm-footer__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 22px;
}

.mm-footer a:hover { color: var(--mm-white); }

.mm-footer__copyright {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .14);
	font-size: 12px;
}

.mm-fixed-contact { display: none; }

.mm-page-hero {
	padding: 36px 0 76px;
	border-bottom: 1px solid var(--mm-line);
}

.mm-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 62px;
	color: var(--mm-sub);
	font-size: 13px;
}

.mm-breadcrumb a { border-bottom: 1px solid #aeb8bc; }

.mm-page-hero h1 {
	margin: 6px 0 21px;
	font-size: 48px;
	line-height: 1.5;
}

.mm-page-lead {
	max-width: 740px;
	margin: 0;
	color: #506069;
	font-size: 17px;
	line-height: 2.05;
}

/* Office page */
.mm-office-profile__grid {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 72px;
	align-items: start;
}

.mm-office-portrait {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: #dfe8e9;
}

.mm-office-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
}

.mm-office-portrait::after {
	position: absolute;
	left: 19px;
	bottom: 16px;
	color: var(--mm-white);
	font: 700 10px/1.5 Arial, sans-serif;
	letter-spacing: .16em;
	text-shadow: 0 1px 7px rgba(0, 0, 0, .45);
	content: "OKADA MOMOKA";
}

.mm-office-profile__copy { padding-top: 8px; }

.mm-profile-role {
	display: block;
	margin-bottom: 6px;
	color: var(--mm-teal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
}

.mm-office-profile__copy h2 {
	margin: 0 0 22px;
	font-size: 38px;
}

.mm-office-profile__copy h2 span {
	display: block;
	margin-top: 4px;
	color: #657179;
	font: 500 12px/1.5 Arial, sans-serif;
	letter-spacing: .14em;
}

.mm-profile-message {
	margin: 0 0 22px !important;
	color: var(--mm-navy) !important;
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 20px !important;
	line-height: 1.85 !important;
}

.mm-office-profile__copy > p {
	margin: 0 0 19px;
	color: #56646c;
	font-size: 16px;
	line-height: 2.1;
}

.mm-profile-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	border-top: 1px solid var(--mm-navy);
	border-bottom: 1px solid var(--mm-line);
}

.mm-profile-facts > div {
	padding: 20px 17px 18px 0;
}

.mm-profile-facts > div + div {
	padding-left: 18px;
	border-left: 1px solid var(--mm-line);
}

.mm-profile-facts small,
.mm-profile-facts strong {
	display: block;
}

.mm-profile-facts small {
	color: var(--mm-teal);
	font: 500 14px/1.5 Georgia, serif;
}

.mm-profile-facts strong {
	margin-top: 7px;
	color: var(--mm-navy);
	font-size: 15px;
	line-height: 1.7;
}

.mm-value-list {
	border-top: 2px solid var(--mm-navy);
}

.mm-value {
	display: grid;
	grid-template-columns: 68px 300px 1fr;
	gap: 28px;
	padding: 28px 0;
	border-bottom: 1px solid #c5d1d3;
}

.mm-value h3 {
	margin: 0;
	color: var(--mm-navy);
	font-size: 18px;
}

.mm-value p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 16px;
	line-height: 1.95;
}

.mm-office-data__grid {
	display: grid;
	grid-template-columns: 1.35fr .65fr;
	gap: 68px;
	align-items: start;
}

.mm-office-table {
	margin: 0;
	border-top: 2px solid var(--mm-navy);
}

.mm-office-table > div {
	display: grid;
	grid-template-columns: 155px 1fr;
	gap: 25px;
	padding: 19px 0;
	border-bottom: 1px solid var(--mm-line);
}

.mm-office-table dt {
	color: var(--mm-sub);
	font-size: 14px;
	font-weight: 700;
}

.mm-office-table dd {
	margin: 0;
	font-size: 16px;
}

.mm-office-table dd small { color: var(--mm-sub); }

.mm-access-card {
	padding: 32px;
	background: var(--mm-pale);
}

.mm-access-card h3 {
	margin: 9px 0 18px;
	color: var(--mm-navy);
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 24px;
	font-weight: 500;
}

.mm-access-card p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 2;
}

.mm-map-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 64px;
	margin-top: 25px;
	padding: 12px 16px;
	border: 1px solid var(--mm-navy);
	color: var(--mm-navy);
	background: var(--mm-white);
	font-size: 14px;
	font-weight: 700;
}

/* Welfare and care */
.mm-welfare-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
	gap: 88px;
	align-items: end;
}

.mm-welfare-hero h1 {
	max-width: 760px;
	font-size: 47px;
}

.mm-welfare-hero__side {
	padding: 4px 0 5px 30px;
	border-left: 2px solid var(--mm-teal);
}

.mm-welfare-hero__side strong {
	display: block;
	margin: 10px 0;
	color: var(--mm-navy);
	font-size: 17px;
}

.mm-welfare-hero__side p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 1.9;
}

.mm-needs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 2px solid var(--mm-navy);
}

.mm-need {
	position: relative;
	min-height: 270px;
	padding: 26px 46px 25px 0;
	border-bottom: 1px solid var(--mm-line);
}

.mm-need + .mm-need {
	padding-left: 34px;
	border-left: 1px solid var(--mm-line);
}

.mm-need h3 {
	margin: 24px 0 12px;
	color: var(--mm-navy);
	font-size: 18px;
	line-height: 1.65;
}

.mm-need p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 1.9;
}

.mm-need > span {
	position: absolute;
	top: 25px;
	right: 10px;
	color: var(--mm-navy);
}

.mm-support-list {
	border-top: 1px solid var(--mm-navy);
}

.mm-support-row {
	display: grid;
	grid-template-columns: 60px 290px 1fr;
	gap: 30px;
	align-items: start;
	padding: 28px 0;
	border-bottom: 1px solid #c5d1d3;
}

.mm-support-row h3 {
	margin: 0;
	color: var(--mm-navy);
	font-size: 17px;
	line-height: 1.65;
}

.mm-support-row p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 16px;
	line-height: 1.95;
}

.mm-branch-note {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 50px;
	margin-top: 45px;
	padding: 31px 35px;
	border-left: 4px solid var(--mm-teal);
	background: var(--mm-white);
}

.mm-branch-note strong {
	color: var(--mm-navy);
	font-size: 16px;
}

.mm-branch-note p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 16px;
	line-height: 2;
}

.mm-price-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 25px;
}

.mm-price-intro p {
	max-width: 770px;
	margin: 0;
	color: var(--mm-sub);
	font-size: 16px;
}

.mm-price-intro strong {
	flex: none;
	padding: 7px 12px;
	border: 1px solid var(--mm-teal);
	color: var(--mm-teal);
	font-size: 13px;
	letter-spacing: .08em;
}

.mm-price-scroll {
	overflow-x: auto;
}

.mm-price-table {
	width: 100%;
	min-width: 900px;
	border-collapse: collapse;
	border-top: 2px solid var(--mm-navy);
}

.mm-price-table th,
.mm-price-table td {
	padding: 20px 18px;
	border-bottom: 1px solid var(--mm-line);
	font-size: 15px;
	text-align: left;
	vertical-align: top;
}

.mm-price-table th {
	color: #56656d;
	background: #f7f9f9;
	font-size: 13px;
	letter-spacing: .05em;
}

.mm-price-table td:first-child {
	width: 25%;
	color: var(--mm-navy);
	font-weight: 750;
}

.mm-price-table td:nth-child(2) {
	width: 18%;
	color: var(--mm-teal);
	font-weight: 750;
}

.mm-price-table td:nth-child(3) { width: 31%; }

.mm-price-notes {
	margin: 20px 0 0;
	color: var(--mm-sub);
	font-size: 14px;
	line-height: 1.9;
}

.mm-faq-list {
	border-top: 2px solid var(--mm-navy);
}

.mm-faq {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	padding: 25px 0;
	border-bottom: 1px solid var(--mm-line);
}

.mm-faq h3 {
	margin: 0 0 9px;
	color: var(--mm-navy);
	font-size: 17px;
}

.mm-faq p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
	line-height: 1.9;
}

/* Contact page */
.mm-contact-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.mm-contact-option {
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 34px;
	border: 1px solid var(--mm-navy);
	background: var(--mm-white);
}

.mm-contact-option--line {
	border-color: var(--mm-teal);
	background: var(--mm-pale);
}

.mm-contact-option h3 {
	margin: 10px 0;
	color: var(--mm-navy);
	font-family: "Noto Serif JP", "Yu Mincho", serif;
	font-size: 25px;
	font-weight: 500;
}

.mm-contact-option > strong {
	display: block;
	margin: 4px 0 16px;
	color: var(--mm-teal);
	font-size: 25px;
}

.mm-contact-option p {
	margin: 0;
	color: var(--mm-sub);
	font-size: 15px;
}

.mm-contact-option__action {
	display: block;
	margin-top: auto;
	padding-top: 22px;
	border-top: 1px solid var(--mm-line);
	color: var(--mm-navy);
	font-weight: 700;
}

.mm-contact-schedule {
	margin: 24px 0 0;
	color: var(--mm-sub);
	text-align: center;
}

.mm-contact-form { background: var(--mm-pale); }

.mm-contact-form .wpforms-container {
	margin: 0;
	padding: clamp(22px, 4vw, 42px);
	background: var(--mm-white);
}

.mm-contact-form .wpforms-field-label {
	color: var(--mm-navy) !important;
	font-size: 15px !important;
}

.mm-contact-form input,
.mm-contact-form textarea,
.mm-contact-form select {
	border: 1px solid #9ba8ad !important;
	border-radius: 0 !important;
	background: var(--mm-white) !important;
}

.mm-contact-form button[type="submit"] {
	min-width: 220px !important;
	min-height: 54px !important;
	border: 1px solid var(--mm-navy) !important;
	border-radius: 0 !important;
	color: var(--mm-white) !important;
	background: var(--mm-navy) !important;
	font-weight: 700 !important;
}

.mm-contact-guide__grid {
	display: grid;
	grid-template-columns: 330px 1fr;
	gap: 70px;
}

.mm-contact-guide h2 {
	margin: 7px 0 0;
	font-size: 32px;
	line-height: 1.6;
}

.mm-contact-guide ul {
	margin: 0;
	padding: 0;
	border-top: 2px solid var(--mm-navy);
	list-style: none;
}

.mm-contact-guide li {
	position: relative;
	padding: 17px 16px 17px 38px;
	border-bottom: 1px solid #c5d1d3;
	font-size: 16px;
}

.mm-contact-guide li::before {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--mm-teal);
	content: "";
}

/* News archive and article */
.mm-news-list--archive { margin-bottom: 42px; }

.mandm-site .navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.mandm-site .navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 6px 10px;
	border: 1px solid var(--mm-line);
	color: var(--mm-navy);
	background: var(--mm-white);
}

.mandm-site .navigation.pagination .page-numbers.current {
	border-color: var(--mm-navy);
	color: var(--mm-white);
	background: var(--mm-navy);
}

.mm-article__header {
	padding: 36px 0 62px;
	border-bottom: 1px solid var(--mm-line);
}

.mm-article__header .mm-breadcrumb { margin-bottom: 52px; }

.mm-article__meta {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 17px;
}

.mm-article__meta time {
	color: var(--mm-sub);
	font: 500 14px/1.5 Arial, sans-serif;
	letter-spacing: .06em;
}

.mm-article__meta span {
	padding: 4px 10px;
	border: 1px solid var(--mm-teal);
	color: var(--mm-teal);
	font-size: 12px;
	font-weight: 700;
}

.mm-article__header h1 {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.55;
}

.mm-article > .mm-article-wrap {
	padding-top: 70px;
	padding-bottom: 95px;
}

.mm-article__image {
	margin: 0 0 42px;
}

.mm-article__image img {
	width: 100%;
	height: auto;
}

.mm-entry-content {
	font-size: 16px;
	line-height: 2;
}

.mm-entry-content > *:first-child { margin-top: 0; }
.mm-entry-content > *:last-child { margin-bottom: 0; }

.mm-entry-content h2,
.mm-entry-content h3,
.mm-entry-content h4 {
	margin-top: 2.4em;
	color: var(--mm-navy);
	line-height: 1.55;
}

.mm-entry-content h2 {
	padding-bottom: .45em;
	border-bottom: 1px solid var(--mm-navy);
	font-size: 29px;
}

.mm-entry-content h3 {
	padding-left: .75em;
	border-left: 4px solid var(--mm-teal);
	font-size: 22px;
}

.mm-entry-content a {
	color: var(--mm-teal);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mm-entry-content blockquote {
	margin: 2em 0;
	padding: 22px 26px;
	border-left: 4px solid var(--mm-teal);
	color: var(--mm-sub);
	background: var(--mm-pale);
}

.mm-post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: 64px;
	padding-top: 24px;
	border-top: 1px solid var(--mm-line);
}

.mm-post-navigation > div:last-child { text-align: right; }

.mm-post-navigation a {
	color: var(--mm-navy);
	font-weight: 700;
}

.mm-back-link {
	margin: 40px 0 0;
	text-align: center;
}

.mm-back-link a {
	display: inline-block;
	padding: 10px 0;
	border-bottom: 1px solid var(--mm-navy);
	color: var(--mm-navy);
	font-weight: 700;
}

@media (max-width: 1040px) {
	.mm-nav {
		gap: 13px;
		font-size: 13px;
	}

	.mm-logo { width: 230px; }

	.mm-about__grid { gap: 65px; }
}

@media (max-width: 820px) {
	body.mm-menu-open { overflow: hidden; }

	.mm-wrap,
	.mm-narrow-wrap,
	.mm-article-wrap {
		width: min(calc(100% - 32px), 560px);
	}

	.mm-header { height: 72px; }

	.mm-logo {
		width: min(205px, calc(100vw - 88px));
	}

	.mm-menu-button { display: flex; }

	.mm-nav {
		position: fixed;
		z-index: 99;
		top: 72px;
		left: 0;
		right: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		max-height: calc(100vh - 72px);
		padding: 10px 24px 30px;
		overflow-y: auto;
		border-top: 1px solid var(--mm-line);
		background: var(--mm-white);
		box-shadow: 0 18px 30px rgba(16, 37, 63, .14);
		font-size: 15px;
	}

	.mm-nav.is-open { display: flex; }

	.mm-nav a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 56px;
		border-bottom: 1px solid var(--mm-line);
	}

	.mm-nav a::after {
		font-weight: 400;
		content: "→";
	}

	.mm-nav__contact {
		justify-content: center !important;
		margin-top: 16px;
		border: 1px solid var(--mm-navy) !important;
		background: var(--mm-navy);
		color: var(--mm-white) !important;
	}

	.mm-nav__contact::after { display: none; }

	.mm-hero {
		min-height: 920px;
	}

	.mm-hero__grid {
		display: block;
		min-height: 920px;
	}

	.mm-hero__copy {
		padding: 105px 0 365px;
	}

	.mm-location {
		margin-bottom: 24px;
		font-size: 13px;
	}

	.mm-hero h1 {
		font-size: clamp(34px, 9.4vw, 42px);
		line-height: 1.5;
	}

	.mm-lead {
		font-size: 15px;
		line-height: 1.95;
	}

	.mm-hero__links {
		display: grid;
		gap: 12px;
	}

	.mm-primary-link,
	.mm-text-link {
		display: flex;
		justify-content: center;
		width: 100%;
		min-height: 56px;
		padding: 0 24px;
		border: 1px solid var(--mm-navy);
		font-size: 14px;
	}

	.mm-hero__visual {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 63px;
		height: 390px;
	}

	.mm-hero__visual::before {
		background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, .88) 12%, rgba(255, 255, 255, .08) 50%, rgba(255, 255, 255, 0) 100%);
	}

	.mm-hero__visual img {
		right: -235px;
		bottom: -5px;
		height: 100%;
		opacity: .68;
	}

	.mm-hero__note { display: none; }

	.mm-hero__facts .mm-wrap {
		justify-content: center;
		height: 63px;
		font-size: 12px;
	}

	.mm-hero__facts span { padding: 0 10px; }

	.mm-section { padding: 74px 0; }

	.mm-section-heading {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 31px;
	}

	.mm-section-heading h2,
	.mm-flow h2 { font-size: 29px; }

	.mm-section-heading > p { font-size: 15px; }

	.mm-audience-layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.mm-audience-head { display: block; }

	.mm-audience-head h3 { font-size: 24px; }

	.mm-audience-head p {
		margin-top: 9px;
		font-size: 14px;
	}

	.mm-business-grid { grid-template-columns: 1fr; }

	.mm-service-card,
	.mm-service-card:nth-child(odd),
	.mm-service-card:nth-child(even) {
		min-height: 0;
		padding: 20px 35px 20px 0;
		border-right: 0;
	}

	.mm-service-card > span:last-child,
	.mm-service-card:nth-child(even) > span:last-child {
		top: 21px;
		right: 3px;
	}

	.mm-service-card strong { font-size: 17px; }
	.mm-service-card p { font-size: 14px; }

	.mm-personal-panel { padding-bottom: 20px; }
	.mm-personal-panel .mm-audience-head { padding-top: 22px; }

	.mm-news-row > a {
		grid-template-columns: auto 1fr 24px;
		gap: 9px 12px;
		min-height: 104px;
		padding: 16px 2px;
	}

	.mm-news-row time { font-size: 13px; }

	.mm-news-row__category {
		justify-self: start;
		min-height: 25px;
		font-size: 11px;
	}

	.mm-news-row h2,
	.mm-news-row h3 {
		grid-column: 1 / 3;
		font-size: 15px;
	}

	.mm-news-row__arrow {
		grid-column: 3;
		grid-row: 1 / 3;
	}

	.mm-about__grid,
	.mm-flow__grid,
	.mm-office-profile__grid,
	.mm-office-data__grid,
	.mm-welfare-hero__grid,
	.mm-contact-guide__grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.mm-profile-photo {
		width: min(70vw, 250px);
		margin: 0 auto 5px;
	}

	.mm-about__copy h2 { font-size: 30px; }

	.mm-profile-links {
		display: grid;
		gap: 12px;
	}

	.mm-profile-links a { justify-content: space-between; }

	.mm-steps { grid-template-columns: 1fr; }

	.mm-step {
		display: grid;
		grid-template-columns: 38px 1fr;
		padding: 17px 0;
		border-right: 0;
		border-bottom: 1px solid #c5d1d3;
	}

	.mm-step b { grid-row: 1 / 3; }
	.mm-step h3 { margin: 0 0 4px; }

	.mm-page-hero { padding: 25px 0 58px; }
	.mm-breadcrumb { margin-bottom: 46px; }
	.mm-page-hero h1 { font-size: 35px; }
	.mm-page-lead { font-size: 15px; }

	.mm-office-portrait {
		width: min(68vw, 230px);
		margin-inline: auto;
	}

	.mm-office-profile__copy { padding-top: 0; }
	.mm-office-profile__copy h2 { font-size: 32px; }
	.mm-profile-message { font-size: 18px !important; }

	.mm-profile-facts { grid-template-columns: 1fr; }

	.mm-profile-facts > div,
	.mm-profile-facts > div + div {
		padding: 15px 0;
		border-left: 0;
		border-bottom: 1px solid var(--mm-line);
	}

	.mm-profile-facts > div:last-child { border-bottom: 0; }

	.mm-value {
		grid-template-columns: 40px 1fr;
		gap: 12px;
		padding: 22px 0;
	}

	.mm-value p { grid-column: 2; }

	.mm-office-table > div {
		grid-template-columns: 105px 1fr;
		gap: 16px;
	}

	.mm-access-card { padding: 27px 22px; }

	.mm-welfare-hero h1 { font-size: 34px; }

	.mm-welfare-hero__side {
		padding-left: 20px;
	}

	.mm-needs { grid-template-columns: 1fr; }

	.mm-need,
	.mm-need + .mm-need {
		min-height: 0;
		padding: 21px 36px 21px 0;
		border-left: 0;
	}

	.mm-need h3 { margin: 12px 0 7px; }
	.mm-need > span { top: 22px; right: 3px; }

	.mm-support-row {
		grid-template-columns: 38px 1fr;
		gap: 13px;
		padding: 23px 0;
	}

	.mm-support-row p { grid-column: 2; }

	.mm-branch-note {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 32px;
		padding: 25px 22px;
	}

	.mm-price-intro { display: block; }

	.mm-price-intro strong {
		display: inline-block;
		margin-top: 15px;
	}

	.mm-price-scroll {
		overflow: visible;
	}

	.mm-price-table {
		display: block;
		min-width: 0;
	}

	.mm-price-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
		border: 0;
	}

	.mm-price-table tbody,
	.mm-price-table tr,
	.mm-price-table td {
		display: block;
		width: 100% !important;
	}

	.mm-price-table tr {
		padding: 16px 0;
		border-bottom: 1px solid var(--mm-line);
	}

	.mm-price-table td {
		padding: 5px 0;
		border: 0;
	}

	.mm-price-table td:first-child {
		padding: 0 0 10px;
		font-size: 16px;
	}

	.mm-price-table td::before {
		display: block;
		margin-bottom: 2px;
		color: var(--mm-sub);
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .06em;
		content: attr(data-label);
	}

	.mm-faq { grid-template-columns: 40px 1fr; }

	.mm-contact-options { grid-template-columns: 1fr; }
	.mm-contact-option { min-height: 330px; padding: 28px 24px; }

	.mm-contact-guide h2 { font-size: 29px; }

	.mm-article__header { padding: 25px 0 48px; }
	.mm-article__header .mm-breadcrumb { margin-bottom: 42px; }
	.mm-article__header h1 { font-size: 32px; }
	.mm-article > .mm-article-wrap { padding-top: 52px; padding-bottom: 75px; }
	.mm-entry-content { font-size: 15px; }
	.mm-entry-content h2 { font-size: 25px; }
	.mm-entry-content h3 { font-size: 20px; }
	.mm-post-navigation { grid-template-columns: 1fr; }
	.mm-post-navigation > div:last-child { text-align: left; }

	.mm-contact-band { padding-bottom: 78px; }

	.mm-contact-band__inner {
		grid-template-columns: 1fr;
		padding: 40px 23px;
	}

	.mm-contact-band h2 { font-size: 25px; }
	.mm-contact-actions { display: grid; }
	.mm-contact-actions a { min-width: 0; }

	.mm-footer {
		padding-bottom: 112px;
	}

	.mm-footer__inner {
		display: grid;
	}

	.mm-footer__nav {
		justify-content: flex-start;
	}

	.mm-fixed-contact {
		position: fixed;
		z-index: 120;
		left: 10px;
		right: 10px;
		bottom: 10px;
		display: grid;
		grid-template-columns: 1fr 1.12fr;
		min-height: 58px;
		border: 4px solid var(--mm-white);
		color: var(--mm-white);
		background: var(--mm-navy);
		box-shadow: 0 8px 25px rgba(16, 37, 63, .22);
	}

	.mm-fixed-contact a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--mm-white);
		font-size: 12px;
		font-weight: 750;
	}

	.mm-fixed-contact a:last-child { background: var(--mm-teal); }
}

@media (max-width: 390px) {
	.mm-hero { min-height: 950px; }
	.mm-hero__grid { min-height: 950px; }
	.mm-hero__copy { padding-top: 82px; }
	.mm-hero h1 { font-size: 33px; }
	.mm-hero__facts .mm-wrap { font-size: 11px; }
	.mm-office-table > div { grid-template-columns: 1fr; gap: 3px; }
}

@media (max-width: 820px) and (scripting: none) {
	.mm-header {
		height: auto;
	}

	.mm-header__inner {
		align-items: flex-start;
		flex-direction: column;
		padding-block: 18px;
	}

	.mm-menu-button { display: none; }

	.mm-nav {
		position: static;
		display: flex;
		width: 100%;
		max-height: none;
		padding: 0;
		box-shadow: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.mandm-site *,
	.mandm-site *::before,
	.mandm-site *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
