/* ==================================================
  14. Beginner Page
  My Nurse Artmake
================================================== */

.mna-beginner-page {
  background: var(--mna-bg);
  color: var(--mna-text);
  font-family: var(--mna-serif);
}

.mna-beginner-page *,
.mna-beginner-page *::before,
.mna-beginner-page *::after {
  box-sizing: border-box;
}

.mna-beginner-page a {
  color: inherit;
  text-decoration: none;
}

.mna-beginner-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mna-beginner-container {
  width: min(calc(100% - 72px), 1280px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 0 96px;
}

/* SWELL見出し装飾リセット */
.mna-beginner-page h1,
.mna-beginner-page h2,
.mna-beginner-page h3 {
  margin-top: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.mna-beginner-page h1::before,
.mna-beginner-page h1::after,
.mna-beginner-page h2::before,
.mna-beginner-page h2::after,
.mna-beginner-page h3::before,
.mna-beginner-page h3::after {
  content: none;
  display: none;
}

/* ==================================================
  Breadcrumb
================================================== */

.mna-beginner-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 34px;
  color: var(--mna-text-muted);
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .06em;
}

.mna-beginner-breadcrumb a,
.mna-beginner-breadcrumb span {
  color: var(--mna-text-muted);
}

.mna-beginner-breadcrumb a:hover {
  color: var(--mna-gold);
}

.mna-beginner-breadcrumb a + span::before,
.mna-beginner-breadcrumb a + a::before,
.mna-beginner-breadcrumb span + span::before {
  content: "〉";
  margin-right: 8px;
  color: var(--mna-gold);
}

/* ==================================================
  Page Head
================================================== */

.mna-beginner-head {
  display: grid;
  grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
  margin: 0 0 58px;
  padding: 22px 0 18px;
}

.mna-beginner-title {
  position: relative;
  padding-left: 26px;
}

.mna-beginner-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 72px;
  background: var(--mna-gold);
}

.mna-beginner-title h1 {
  margin: 0 0 12px;
  color: var(--mna-text);
  font-size: 42px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .08em;
}

.mna-beginner-title p {
  margin: 0;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .34em;
}

.mna-beginner-lead {
  position: relative;
  padding-left: 50px;
  padding-top: 8px;
}

.mna-beginner-lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 56px;
  background: #d8c7aa;
}

.mna-beginner-lead p {
  margin: 0;
  color: var(--mna-text-muted);
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

/* ==================================================
  Hero
================================================== */

.mna-beginner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 48px;
  align-items: stretch;
  margin-bottom: 86px;
  border: 1px solid #d8c7aa;
  background: #fff;
}

.mna-beginner-hero-text {
  padding: 48px 52px;
}

.mna-beginner-label {
  margin: 0 0 18px;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .28em;
}

.mna-beginner-hero h2 {
  margin: 0 0 22px;
  color: var(--mna-text);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .08em;
}

.mna-beginner-hero-text > p:not(.mna-beginner-label) {
  margin: 0;
  color: var(--mna-text-muted);
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.mna-beginner-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.mna-beginner-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #b89145;
  background: #fff;
  color: var(--mna-text);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .06em;
}

.mna-beginner-hero-actions a:first-child {
  background: #2b2520;
  border-color: #2b2520;
  color: #fff;
}

.mna-beginner-hero-actions a::after {
  content: "〉";
  margin-left: 8px;
  color: var(--mna-gold);
}

.mna-beginner-hero-image {
  min-height: 420px;
  background: #f4efe7;
}

.mna-beginner-hero-image img,
.mna-beginner-noimage {
  width: 100%;
  height: 100%;
  min-height: 420px;
}

.mna-beginner-hero-image img {
  object-fit: cover;
  object-position: center;
}

.mna-beginner-noimage {
  display: grid;
  place-items: center;
  background: #f4efe7;
}

.mna-beginner-noimage span {
  color: #b19d83;
  font-size: 13px;
  letter-spacing: .2em;
}

/* ==================================================
  Section
================================================== */

.mna-beginner-section {
  margin-bottom: 86px;
}

.mna-beginner-section:last-child {
  margin-bottom: 0;
}

.mna-beginner-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d8c7aa;
}

.mna-beginner-section-head p {
  margin: 0 0 10px;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .26em;
}

.mna-beginner-section-head h2 {
  margin: 0;
  color: var(--mna-text);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .08em;
}

/* ==================================================
  Feature
================================================== */

.mna-beginner-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d8c7aa;
  background: #fff;
}

.mna-beginner-feature-card {
  display: block;
  min-width: 0;
  padding: 30px 24px;
  border-right: 1px solid #e5d9c8;
}

.mna-beginner-feature-card:last-child {
  border-right: 0;
}

.mna-beginner-feature-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 22px;
  line-height: 1;
  letter-spacing: .08em;
}

.mna-beginner-feature-card h3 {
  margin: 0 0 12px;
  color: var(--mna-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
}

.mna-beginner-feature-card p {
  margin: 0;
  color: var(--mna-text-muted);
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .04em;
}

a.mna-beginner-feature-card:hover {
  background: #fbf7ef;
}

/* ==================================================
  About
================================================== */

.mna-beginner-about {
  border: 1px solid #d8c7aa;
  background: #fff;
}

.mna-beginner-about-inner {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 48px;
  padding: 44px 48px;
}

.mna-beginner-about-title p {
  margin: 0 0 14px;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .26em;
}

.mna-beginner-about-title h2 {
  margin: 0;
  color: var(--mna-text);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .06em;
}

.mna-beginner-about-text p {
  margin: 0 0 16px;
  color: var(--mna-text-muted);
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.mna-beginner-about-text a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid #b89145;
  background: #fff;
  color: var(--mna-text);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .06em;
}

.mna-beginner-about-text a::after {
  content: "〉";
  margin-left: 8px;
  color: var(--mna-gold);
}

/* ==================================================
  Flow
================================================== */

.mna-beginner-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d8c7aa;
  background: #fff;
}

.mna-beginner-flow div {
  min-width: 0;
  padding: 30px 24px;
  border-right: 1px solid #e5d9c8;
}

.mna-beginner-flow div:last-child {
  border-right: 0;
}

.mna-beginner-flow span {
  display: block;
  margin-bottom: 16px;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 22px;
  line-height: 1;
  letter-spacing: .08em;
}

.mna-beginner-flow h3 {
  margin: 0 0 12px;
  color: var(--mna-text);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
}

.mna-beginner-flow p {
  margin: 0;
  color: var(--mna-text-muted);
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .04em;
}

/* ==================================================
  FAQ
================================================== */

.mna-beginner-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mna-beginner-faq div {
  padding: 26px 26px 24px;
  border: 1px solid #d8c7aa;
  background: #fff;
}

.mna-beginner-faq h3 {
  margin: 0 0 12px;
  color: var(--mna-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .06em;
}

.mna-beginner-faq h3::before {
  content: "Q.";
  margin-right: 8px;
  color: var(--mna-gold);
  font-family: "Times New Roman", var(--mna-serif);
}

.mna-beginner-faq p {
  margin: 0;
  color: var(--mna-text-muted);
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .04em;
}

/* ==================================================
  CTA
================================================== */

.mna-beginner-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: center;
  margin-top: 96px;
  padding: 40px;
  background: #2b2520;
  color: #fff;
}

.mna-beginner-cta p {
  margin: 0 0 12px;
  color: #c4a46a;
  font-family: "Times New Roman", var(--mna-serif);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .28em;
}

.mna-beginner-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .08em;
}

.mna-beginner-cta span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .05em;
}

.mna-beginner-cta-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.mna-beginner-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #c4a46a;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .06em;
}

.mna-beginner-cta-actions a::after {
  content: "〉";
  margin-left: 8px;
  color: #c4a46a;
}

.mna-beginner-cta-actions a:hover {
  background: rgba(255,255,255,.08);
}

/* ==================================================
  Responsive
================================================== */

@media (max-width: 1280px) {
  .mna-beginner-container {
    width: min(calc(100% - 48px), 1160px);
  }

  .mna-beginner-hero {
    grid-template-columns: minmax(0, 1fr) 400px;
  }
}

@media (max-width: 1024px) {
  .mna-beginner-head,
  .mna-beginner-hero,
  .mna-beginner-about-inner,
  .mna-beginner-cta {
    grid-template-columns: 1fr;
  }

  .mna-beginner-lead p br {
    display: none;
  }

  .mna-beginner-feature-grid,
  .mna-beginner-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mna-beginner-feature-card:nth-child(2n),
  .mna-beginner-flow div:nth-child(2n) {
    border-right: 0;
  }

  .mna-beginner-feature-card:nth-child(-n+2),
  .mna-beginner-flow div:nth-child(-n+2) {
    border-bottom: 1px solid #e5d9c8;
  }

  .mna-beginner-hero-image,
  .mna-beginner-hero-image img,
  .mna-beginner-noimage {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .mna-beginner-container {
    width: calc(100% - 32px);
    padding: 28px 0 72px;
  }

  .mna-beginner-breadcrumb {
    margin-bottom: 24px;
    font-size: 11px;
  }

  .mna-beginner-head {
    gap: 22px;
    margin-bottom: 42px;
    padding: 10px 0 0;
  }

  .mna-beginner-title {
    padding-left: 18px;
  }

  .mna-beginner-title::before {
    top: 6px;
    height: 62px;
  }

  .mna-beginner-title h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  .mna-beginner-title p {
    font-size: 11px;
    letter-spacing: .28em;
  }

  .mna-beginner-lead {
    padding-left: 18px;
    padding-top: 0;
  }

  .mna-beginner-lead::before {
    display: none;
  }

  .mna-beginner-lead p {
    font-size: 13px;
    line-height: 1.9;
  }

  .mna-beginner-hero {
    gap: 0;
    margin-bottom: 66px;
  }

  .mna-beginner-hero-text {
    padding: 30px 20px;
  }

  .mna-beginner-hero h2 {
    font-size: 27px;
    line-height: 1.5;
  }

  .mna-beginner-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mna-beginner-hero-actions a {
    width: 100%;
  }

  .mna-beginner-hero-image,
  .mna-beginner-hero-image img,
  .mna-beginner-noimage {
    min-height: 280px;
  }

  .mna-beginner-section {
    margin-bottom: 66px;
  }

  .mna-beginner-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }

  .mna-beginner-section-head h2 {
    font-size: 25px;
  }

  .mna-beginner-feature-grid,
  .mna-beginner-flow,
  .mna-beginner-faq {
    grid-template-columns: 1fr;
  }

  .mna-beginner-feature-card,
  .mna-beginner-flow div {
    border-right: 0;
    border-bottom: 1px solid #e5d9c8;
  }

  .mna-beginner-feature-card:last-child,
  .mna-beginner-flow div:last-child {
    border-bottom: 0;
  }

  .mna-beginner-about-inner {
    gap: 24px;
    padding: 30px 20px;
  }

  .mna-beginner-about-title h2 {
    font-size: 24px;
  }

  .mna-beginner-faq div {
    padding: 22px 18px;
  }

  .mna-beginner-cta {
    margin-top: 72px;
    padding: 30px 22px;
  }

  .mna-beginner-cta h2 {
    font-size: 24px;
  }
	
	.mna-beginner-hero {
    display: flex;
    flex-direction: column;
  }

  .mna-beginner-hero-image {
    order: 1;
    min-height: 260px;
  }

  .mna-beginner-hero-image img,
  .mna-beginner-noimage {
    min-height: 260px;
  }

  .mna-beginner-hero-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
  }

  .mna-beginner-hero-text {
    order: 2;
  }
}

@media (max-width: 480px) {
  .mna-beginner-container {
    width: calc(100% - 28px);
  }

  .mna-beginner-title h1 {
    font-size: 31px;
  }

  .mna-beginner-hero h2 {
    font-size: 25px;
  }
}