/* Manufacturing manual production LP. Breakpoints inherited from the source LP. */
.mmp-lp {
  --mmp-navy: #142260;
  --mmp-blue: #036eb7;
  --mmp-pale: #e3f0f7;
  --mmp-red: #ef3525;
  color: #292929;
  font-family: Arial, source-han-sans-japanese, 'Noto Sans JP', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.mmp-lp *, .mmp-lp *::before, .mmp-lp *::after { box-sizing: border-box; }
.mmp-lp h1, .mmp-lp h2, .mmp-lp h3, .mmp-lp h4, .mmp-lp p { margin: 0; }
.mmp-lp img { max-width: 100%; height: auto; }
.mmp-lp h2 { color: var(--mmp-navy); font-size: 32px; line-height: 1.5; text-align: center; font-weight: 700; }
.mmp-lp h3 { font-size: 26px; line-height: 1.6; font-weight: 700; }
.mmp-lp h4 { font-size: 21px; line-height: 1.6; font-weight: 700; }
.mmp-container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.mmp-section { padding: 80px 0 90px; }
.mmp-section--blue { background: var(--mmp-pale); }
.mmp-section--gray { background: #efefef; }
.mmp-section--navy { color: #fff; background: var(--mmp-navy); }
.mmp-section--navy h2 { color: #fff; }
.mmp-lp .mmp-section__lead { margin-top: 16px; color: var(--mmp-blue); font-size: 25px; font-weight: 700; line-height: 1.6; text-align: center; }
.mmp-lp .mmp-section__intro { margin: 18px 0 36px; }
.mmp-section--blue .mmp-section__intro { text-align: center; }
.mmp-section--contact .mmp-section__intro { text-align: left; }
.mmp-section--navy .mmp-section__lead, .mmp-section--navy .mmp-section__closing h3 { color: #a6def4; }
.mmp-lp .mmp-section__closing { margin-top: 46px; text-align: center; }
.mmp-lp .mmp-section__closing h3 { margin-bottom: 18px; color: var(--mmp-navy); font-size: 25px; }
.mmp-lp .mmp-section--navy .mmp-section__closing h3 { color: #a6def4; }
.mmp-lp .mmp-section__closing p + p { margin-top: 36px; }
.mmp-lp .mmp-section__closing .mmp-subheading { color: var(--mmp-blue); }
.mmp-lp .mmp-emphasis { font-size: 18px; font-weight: 700; }
.mmp-hero { position: relative; isolation: isolate; min-height: 314px; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; color: #fff; background: #062c49; }
.mmp-hero__image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; z-index: -1; }
.mmp-hero__heading { padding-block: 42px 24px; }
.mmp-hero__caption { width: 100%; padding-block: 14px 18px; background: rgba(3, 110, 183, .6); }
.mmp-lp .mmp-hero__label { display: table; padding: 0 32px; border-radius: 40px; background: var(--mmp-navy); font-size: 28px; font-weight: 700; line-height: 1.6; }
.mmp-lp h1 { margin: 18px 0 0; font-size: clamp(32px, 3vw, 48px); font-weight: 700; line-height: 1.4; letter-spacing: -.035em; text-shadow: 0 1px 4px #052638; }
.mmp-lp .mmp-hero__intro { font-size: 18px; line-height: 1.8; text-shadow: 0 1px 4px #001b30; }
.mmp-overview { padding-block: 54px 58px; text-align: center; }
.mmp-services { display: flex; justify-content: center; gap: 22px; padding: 0; margin: 0 0 24px; list-style: none; }
.mmp-services li { width: 265px; border: 1px solid var(--mmp-blue); border-radius: 4px; padding: 13px 12px; color: var(--mmp-blue); font-size: 25px; font-weight: 700; }
.mmp-lp .mmp-overview__description { font-size: 18px; font-weight: 700; }
.mmp-check-list { width: fit-content; max-width: 100%; margin: 24px auto; padding: 0; list-style: none; text-align: left; font-size: 18px; font-weight: 700; }
.mmp-check-list li { position: relative; padding-left: 38px; margin-block: 5px; }
.mmp-check-list li::before { content: ''; position: absolute; top: 9px; left: 0; width: 18px; height: 14px; background: url('../images/icon-check.svg') center / contain no-repeat; }
.mmp-check-list--columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 50px; grid-auto-flow: column; grid-template-rows: repeat(2,auto); }
.mmp-check-list--cost { margin-left: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: repeat(4,auto); grid-auto-flow: column; gap: 0 40px; }
.mmp-cta { margin-top: 30px; text-align: center; }
.mmp-lp .mmp-cta__button { display: inline-block; max-width: 100%; padding: 22px 55px; border-radius: 7px; background: var(--mmp-red); color: #fff; font-size: 20px; font-weight: 700; line-height: 1.5; text-decoration: none; transition: background .2s; }
.mmp-lp .mmp-cta__button:hover { background: #d5281c; }
.mmp-lp .mmp-cta__button:focus-visible, .mmp-faq summary:focus-visible { outline: 3px solid var(--mmp-blue); outline-offset: 5px; }
.mmp-external { display: inline-block; width: 19px; height: 19px; margin-left: 12px; vertical-align: -.1em; background: url('../images/icon-external.svg') center / contain no-repeat; }
.mmp-lp .mmp-cta__note { margin-top: 12px; font-size: 13px; font-weight: 400; line-height: 1.8; }
.mmp-lp .mmp-small-note { font-size: 13px; margin-top: 10px; }
.mmp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.mmp-consultation { display: grid; grid-template-columns: 105px minmax(0,1fr); column-gap: 42px; padding: 34px 0; border-bottom: 1px dashed #ccdce5; }
.mmp-consultation:first-of-type { padding-top: 0; }
.mmp-consultation__portrait { grid-row: span 2; width: 105px; object-fit: contain; object-position: top; }
.mmp-lp .mmp-consultation__title { position: relative; align-self: start; display: flex; align-items: center; min-height: 80px; padding: 20px 42px; border: 1px solid #b9b9b9; border-radius: 7px; background: #fff; font-size: 20px; line-height: 1.6; }
.mmp-consultation__title::before, .mmp-consultation__title::after { content: ''; position: absolute; left: -32px; top: 36px; width: 32px; height: 26px; background: #b9b9b9; clip-path: polygon(100% 0,100% 100%,0 100%); }
.mmp-consultation__title::after { left: -29px; top: 38px; width: 30px; height: 23px; background: #fff; }
.mmp-consultation__body { grid-column: 2; margin-top: 22px; }
.mmp-info-box { margin-top: 24px; border: 1px solid var(--mmp-navy); background: #fff; color: #292929; }
.mmp-lp .mmp-info-box__title { padding: 9px 28px; color: #fff; background: var(--mmp-navy); font-size: 18px; font-weight: 700; }
.mmp-bullet-list { display: flex; flex-wrap: wrap; gap: 6px 26px; padding: 16px 28px; margin: 0; list-style: none; }
.mmp-bullet-list li { position: relative; padding-left: 18px; }
.mmp-bullet-list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--mmp-navy); }
.mmp-lp .mmp-info-box__note { margin: -5px 28px 18px; color: var(--mmp-blue); }
.mmp-numbered { display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 28px; margin-top: 42px; }
.mmp-numbered__badge { width: 82px; height: 82px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--mmp-navy); color: #fff; font-family: Arial,sans-serif; line-height: 1.1; }
.mmp-numbered__badge > span { transform: translateY(5px); }
.mmp-numbered__badge span:first-child { font-size: 12px; color: #a6def4; }
.mmp-numbered__badge span:last-child { font-size: 38px; font-weight: 700; }
.mmp-numbered__body { min-width: 0; padding-top: 18px; }
.mmp-numbered__body > h3 { margin-bottom: 14px; }
.mmp-lp .mmp-subheading { color: var(--mmp-blue); margin: 24px 0 10px; }
.mmp-numbered__body > .mmp-subheading { margin-top: 14px; }
.mmp-lp .mmp-bar-heading { margin: 46px 0 30px; border: 1px solid var(--mmp-navy); color: var(--mmp-navy); font-size: 22px; text-align: center; line-height: 1.7; }
.mmp-section--navy .mmp-bar-heading { color: #fff; border-color: #ccd3ea; }
.mmp-card-grid { width: min(1040px,100%); margin-inline: auto; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.mmp-service-card { display: flex; flex-direction: column; padding: 20px 24px 24px; border: 1px solid #bebebe; border-radius: 10px; background: #fff; color: #292929; }
.mmp-service-card h4 { color: var(--mmp-blue); text-align: center; font-size: 21px; letter-spacing: -.05em; }
.mmp-service-card__icon { display: block; width: auto; max-width: 142px !important; height: 100px !important; object-fit: contain; margin: 26px auto; }
.mmp-service-card p { margin-top: 0; }
.mmp-case-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 20px; }
.mmp-case-columns > div:first-child { padding-right: 42px; border-right: 1px solid var(--mmp-blue); }
.mmp-case-columns > div:last-child { padding-left: 60px; }
.mmp-case-columns .mmp-subheading { margin-top: 0; }
.mmp-info-box--point { border-color: var(--mmp-blue); }
.mmp-info-box--point .mmp-info-box__title { background: var(--mmp-blue); }
.mmp-info-box--point > p { padding: 20px 28px; }
.mmp-faq__item { border-bottom: 1px solid #aaa; }
.mmp-faq summary { display: grid; grid-template-columns: 40px minmax(0,1fr) 22px; gap: 16px; align-items: start; padding: 24px 0; list-style: none; cursor: pointer; font-size: 18px; font-weight: 700; }
.mmp-faq summary::-webkit-details-marker { display: none; }
.mmp-faq__letter { font-size: 36px; line-height: 1; color: var(--mmp-navy); font-weight: 700; }
.mmp-faq__toggle { position: relative; width: 18px; height: 24px; margin-top: 2px; }
.mmp-faq__toggle::before, .mmp-faq__toggle::after { content: ''; position: absolute; left: 0; top: 50%; width: 18px; height: 2px; background: var(--mmp-navy); }
.mmp-faq__toggle::after { transform: rotate(90deg); }
.mmp-faq details[open] .mmp-faq__toggle::after { transform: rotate(0); }
.mmp-faq__answer { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 16px; padding: 0 0 28px; }
.mmp-faq__answer .mmp-faq__letter { color: var(--mmp-red); }

@media (max-width: 1000px) {
  .mmp-container { width: calc(100% - 48px); }
  .mmp-section { padding-block: 64px; }
  .mmp-lp h2 { font-size: 30px; }
  .mmp-lp .mmp-section__lead { font-size: 23px; }
  .mmp-hero__heading { padding-block: 34px 24px; }
  .mmp-lp h1 { font-size: 36px; }
  .mmp-services { gap: 16px; }
  .mmp-services li { font-size: 22px; }
  .mmp-check-list--columns { gap: 0 24px; }
  .mmp-consultation { column-gap: 30px; grid-template-columns: 90px minmax(0,1fr); }
  .mmp-consultation__portrait { width: 90px; }
  .mmp-consultation__title { padding-inline: 24px !important; }
  .mmp-numbered { gap: 24px; grid-template-columns: 72px minmax(0,1fr); }
  .mmp-numbered__badge { width: 72px; height: 72px; }
  .mmp-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mmp-case-columns > div:first-child { padding-right: 24px; }
  .mmp-case-columns > div:last-child { padding-left: 24px; }
  .mmp-check-list--cost { gap: 0 20px; }
}
@media (max-width: 640px) {
  .mmp-lp { font-size: 14px; line-height: 1.8; }
  .mmp-container { width: calc(100% - 40px); }
  .mmp-section { padding-block: 50px; }
  .mmp-lp h2 { font-size: 22px; font-weight: 700; line-height: 1.6; }
  .mmp-lp h3 { font-size: 19px; font-weight: 700; }
  .mmp-lp h4 { font-size: 17px; font-weight: 700; }
  .mmp-lp .mmp-section__lead { margin-top: 16px; font-size: 18px; font-weight: 700; text-align: left; line-height: 1.8; }
  .mmp-lp .mmp-section__intro { font-size: 16px; text-align: left; margin-bottom: 24px; }
  .mmp-lp .mmp-section__closing { margin-top: 32px; }
  .mmp-lp .mmp-section__closing h3 { font-size: 18px; font-weight: 700; line-height: 1.8; }
  .mmp-lp .mmp-section__closing p { text-align: left; font-size: 16px; }
  .mmp-lp .mmp-section__closing .mmp-emphasis { text-align: center; font-size: 18px; font-weight: 700; }
  .mmp-lp .mmp-section__closing .mmp-cta__note { font-size: 12px; }
  .mmp-hero { min-height: 314px; }
  .mmp-hero__image { object-position: 53% center; }
  .mmp-hero__heading { padding-block: 24px 20px; }
  .mmp-hero__caption { padding-block: 12px; }
  .mmp-lp .mmp-hero__label { font-size: 16px; padding: 2px 20px; }
  .mmp-lp h1 { font-size: clamp(19px, 6vw, 24px); font-weight: 700; letter-spacing: 0; line-height: 1.55; margin: 12px 0 0; }
  .mmp-hero__title-start { display: block; }
  .mmp-lp .mmp-hero__intro { font-size: 14px; line-height: 1.65; }
  .mmp-overview { padding-block: 26px 30px; }
  .mmp-services { flex-direction: column; align-items: center; gap: 5px; margin-bottom: 20px; }
  .mmp-services li { width: 210px; padding: 8px; font-size: 16px; font-weight: 700; }
  .mmp-lp .mmp-overview__description { text-align: left; font-size: 16px; font-weight: 700; }
  .mmp-check-list { font-size: 16px; font-weight: 700; margin-block: 20px; }
  .mmp-check-list li { padding-left: 32px; margin-block: 4px; }
  .mmp-check-list li::before { top: 8px; width: 16px; height: 13px; }
  .mmp-check-list--columns, .mmp-check-list--cost { display: block; }
  .mmp-cta { margin-top: 24px; }
  .mmp-lp .mmp-cta__button { display: block; width: 100%; padding: 20px 18px; font-size: 15px; font-weight: 700; }
  .mmp-lp .mmp-cta__note { font-size: 11px; text-align: left; }
  .mmp-external { width: 16px; height: 16px; margin-left: 9px; }
  .mmp-consultation { grid-template-columns: 66px minmax(0,1fr); column-gap: 32px; padding-block: 22px; align-items: center; }
  .mmp-consultation__portrait { grid-row: auto; width: 66px; }
  .mmp-lp .mmp-consultation__title { min-height: 78px; padding: 14px 20px !important; font-size: 16px; font-weight: 700; align-self: center; }
  .mmp-consultation__title::before { top: 40px; left: -27px; width: 27px; height: 20px; }
  .mmp-consultation__title::after { top: 42px; left: -24px; width: 25px; height: 17px; }
  .mmp-consultation__body { grid-column: 1 / -1; margin-top: 18px; }
  .mmp-info-box { margin-top: 26px; }
  .mmp-lp .mmp-info-box__title { padding: 6px 22px; font-size: 16px; font-weight: 700; }
  .mmp-bullet-list { display: block; padding: 12px 22px 16px; }
  .mmp-bullet-list li { margin-block: 2px; padding-left: 15px; }
  .mmp-bullet-list li::before { top: 7px; width: 12px; height: 12px; }
  .mmp-lp .mmp-info-box__note { margin: -5px 22px 16px; font-size: 13px; }
  .mmp-numbered { display: block; margin-top: 36px; }
  .mmp-numbered__badge { width: 66px; height: 66px; margin-inline: auto; }
  .mmp-numbered__badge span:first-child { font-size: 9px; }
  .mmp-numbered__badge span:last-child { font-size: 32px; font-weight: 700; }
  .mmp-numbered__body { padding-top: 18px; }
  .mmp-lp .mmp-subheading { font-size: 16px; font-weight: 700; margin-top: 20px; }
  .mmp-lp .mmp-bar-heading { margin: 28px 0 20px; font-size: 19px; font-weight: 700; line-height: 1.6; }
  .mmp-card-grid { grid-template-columns: minmax(0,1fr); gap: 12px; }
  .mmp-service-card { padding: 14px 18px 26px; border-radius: 8px; }
  .mmp-service-card h4 { font-size: 17px; }
  .mmp-service-card__icon { height: 84px !important; max-width: 120px !important; margin: 12px auto 24px; }
  .mmp-case-columns { display: block; margin-top: 20px; }
  .mmp-case-columns > div:first-child { padding: 0; border: 0; }
  .mmp-case-columns > div:last-child { padding: 0; margin-top: 28px; }
  .mmp-info-box--point > p { padding: 16px 22px; }
  .mmp-faq summary { grid-template-columns: 30px minmax(0,1fr) 16px; gap: 14px; padding: 22px 0; font-size: 16px; font-weight: 700; }
  .mmp-faq__letter { font-size: 26px; font-weight: 700; }
  .mmp-faq__answer { grid-template-columns: 30px minmax(0,1fr); gap: 14px; padding-bottom: 24px; }
  .mmp-faq__toggle, .mmp-faq__toggle::before, .mmp-faq__toggle::after { width: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .mmp-lp a { transition: none; }
}
