@charset "utf-8";

/* =========================================================
   Recruit Page : Nurse
   見本画像に寄せた再制作版
   既存サイトCSS干渉を避けるため #kangoshi-recruit 配下に限定
========================================================= */

#kangoshi-recruit {
  --kr-bg: #f4fbfc;
  --kr-bg-2: #f9fcfd;
  --kr-white: #ffffff;
  --kr-text: #2c3640;
  --kr-sub: #66757e;
  --kr-line: #d9ebee;
  --kr-soft-line: #e8f4f6;
  --kr-main: #4aa8b7;
  --kr-main-dark: #2e7e8e;
  --kr-main-soft: #eaf7f9;
  --kr-mint: #e9f7ef;
  --kr-shadow: 0 14px 34px rgba(48, 96, 110, 0.08);
  --kr-shadow-soft: 0 10px 24px rgba(48, 96, 110, 0.06);
  --kr-radius-xl: 28px;
  --kr-radius-lg: 22px;
  --kr-radius-md: 18px;
  --kr-radius-sm: 14px;
    max-width: 1399px;
    margin: 200px auto 60px;
    color: var(--kr-text);
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 991px) {
#kangoshi-recruit {  
  margin: 100px auto 60px;  
}
}
@media (max-width: 575px) {
#kangoshi-recruit {  
  margin: 70px auto 60px;  
}
}


#kangoshi-recruit *,
#kangoshi-recruit *::before,
#kangoshi-recruit *::after {
  box-sizing: border-box;
}

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

#kangoshi-recruit a {
  text-decoration: none;
}

/*#kangoshi-recruit .kr-shell {
  background: linear-gradient(180deg, #f5fbfc 0%, #f8fcfd 100%);
  border-radius: 34px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(40, 82, 95, 0.08);
}*/

/* -------------------------
   Hero
------------------------- */
#kangoshi-recruit .kr-hero {
    background-image: url(../img/kangoshi/main_img.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 575px) {
#kangoshi-recruit .kr-hero {    
    background-image: none;
}
}
/*#kangoshi-recruit .kr-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 20px;
  align-items: stretch;
}*/

#kangoshi-recruit .kr-copy,
#kangoshi-recruit .kr-visual,
#kangoshi-recruit .kr-summary-card,
#kangoshi-recruit .kr-card,
#kangoshi-recruit .kr-message-box,
#kangoshi-recruit .kr-cta-box {
  background: var(--kr-white);
  border-radius: 24px;
  box-shadow: var(--kr-shadow);
}

#kangoshi-recruit .kr-copy {
  padding: 30px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#kangoshi-recruit .kr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f0fafb;
  border: 1px solid #d8eef2;
  color: var(--kr-main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}

#kangoshi-recruit .kr-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kr-main);
  flex: 0 0 auto;
}

#kangoshi-recruit .kr-main-title {
  margin: 0 0 16px;
  color: #274654;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
	font-family: 'Noto Serif JP', serif;
}

#kangoshi-recruit .kr-main-title span {  
  color: #4aa8b7;  
}

#kangoshi-recruit .kr-lead {
  margin: 0;
  color: #000;
  font-size: 18px;
}

#kangoshi-recruit .kr-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 14%, rgba(255,255,255,0.95) 0 12%, transparent 13%),
    radial-gradient(circle at 86% 16%, rgba(255,255,255,0.85) 0 9%, transparent 10%),
    linear-gradient(135deg, #d8f0e8 0%, #eef9f6 44%, #e6f5f7 70%, #d8eef3 100%);
}

#kangoshi-recruit .kr-sign {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(220, 236, 239, 0.95);
  border-radius: 16px;
  padding: 10px 14px;
  box-shadow: var(--kr-shadow-soft);
  backdrop-filter: blur(4px);
}

#kangoshi-recruit .kr-sign-logo {
  width: 48px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

#kangoshi-recruit .kr-sign-logo svg {
  width: 48px;
  height: 34px;
  display: block;
}

#kangoshi-recruit .kr-sign-name {
  color: #28424c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

#kangoshi-recruit .kr-visual-scene {
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0.4) 100%),
    linear-gradient(135deg, #eef9f3 0%, #f9fcfd 100%);
}

#kangoshi-recruit .kr-wall {
  position: absolute;
  top: 0;
  bottom: 68px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0.15));
}

#kangoshi-recruit .kr-wall-a {
  left: 0;
  width: 34%;
  background-color: #eef7f2;
}

#kangoshi-recruit .kr-wall-b {
  left: 34%;
  width: 32%;
  background-color: #f8fbfc;
}

#kangoshi-recruit .kr-wall-c {
  right: 0;
  width: 34%;
  background-color: #eff8fb;
}

#kangoshi-recruit .kr-window {
  position: absolute;
  top: 34px;
  width: 88px;
  height: 150px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(233,246,249,0.85));
  box-shadow: inset 0 0 0 1px rgba(220,236,239,0.9);
}

#kangoshi-recruit .kr-window::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: rgba(193, 221, 226, 0.9);
  transform: translateX(-50%);
}

#kangoshi-recruit .kr-window::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  right: 14px;
  height: 1px;
  background: rgba(193, 221, 226, 0.9);
  transform: translateY(-50%);
}

#kangoshi-recruit .kr-window-a {
  left: 42px;
}

#kangoshi-recruit .kr-window-b {
  left: 150px;
}

#kangoshi-recruit .kr-floor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(222,240,243,0.7) 0%, rgba(198,227,232,0.9) 100%);
}

#kangoshi-recruit .kr-counter {
  position: absolute;
  right: 42px;
  bottom: 40px;
  width: 210px;
  height: 92px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #ffffff 0%, #edf7f9 100%);
  box-shadow: 0 10px 18px rgba(56, 98, 112, 0.08);
}

#kangoshi-recruit .kr-counter-top {
  position: absolute;
  right: 36px;
  bottom: 122px;
  width: 222px;
  height: 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f6fbfc 0%, #e0f0f3 100%);
}

#kangoshi-recruit .kr-plant {
  position: absolute;
  left: 34px;
  bottom: 34px;
  width: 74px;
  height: 120px;
}

#kangoshi-recruit .kr-leaf {
  position: absolute;
  display: block;
  border-radius: 80% 0 80% 0;
  transform-origin: center;
}

#kangoshi-recruit .kr-leaf-1 {
  width: 26px;
  height: 48px;
  left: 12px;
  top: 10px;
  background: #5fbf66;
  transform: rotate(-18deg);
}

#kangoshi-recruit .kr-leaf-2 {
  width: 28px;
  height: 54px;
  left: 28px;
  top: 0;
  background: #2a6ab0;
  transform: rotate(16deg);
}

#kangoshi-recruit .kr-leaf-3 {
  width: 24px;
  height: 42px;
  left: 4px;
  top: 32px;
  background: #79c97d;
  transform: rotate(-34deg);
}

#kangoshi-recruit .kr-pot {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 34px;
  height: 24px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #d0e6ea 0%, #b8d3d8 100%);
  display: block;
}

#kangoshi-recruit .kr-visual-note {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  width: min(280px, calc(100% - 48px));
  padding: 18px 18px 16px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(220,236,239,0.95);
  border-radius: 18px;
  box-shadow: var(--kr-shadow-soft);
  backdrop-filter: blur(4px);
}

#kangoshi-recruit .kr-visual-note-title {
  color: var(--kr-main-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

#kangoshi-recruit .kr-visual-note p {
  margin: 0;
  color: #4f6570;
  font-size: 14px;
  line-height: 1.7;
}

/* -------------------------
   Summary cards
------------------------- */
#kangoshi-recruit .kr-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10%;
}

#kangoshi-recruit .kr-summary-card {
  padding: 24px 18px;
  text-align: center;
}

#kangoshi-recruit .kr-icon-circle,
#kangoshi-recruit .kr-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--kr-main-soft);
  color: var(--kr-main);
  font-size: 36px;
}

#kangoshi-recruit .kr-summary-title,
#kangoshi-recruit .kr-card h4 {
    margin: 0 0 10px;
    color: var(--kr-main);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

#kangoshi-recruit .kr-price {
  color: var(--kr-main);
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 4px;
}

#kangoshi-recruit .kr-summary-text,
#kangoshi-recruit .kr-cta-copy p,
#kangoshi-recruit .kr-cta-note {
  color: var(--kr-main);
  font-size: 18px;
	font-weight: 500;
}

#kangoshi-recruit .kr-card p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

#kangoshi-recruit .kr-summary-text .blk {
  color: var(--kr-sub);
}

#kangoshi-recruit .kr-summary-text .big {
  font-size: 24px;
}

/* -------------------------
   Sections
------------------------- */
#kangoshi-recruit .kr-section {
  margin-top: 5%;
  /*padding: 26px 22px;
  border-radius: 28px;
  background: var(--kr-bg-2);*/
}

#kangoshi-recruit .kr-section-last {
  padding-bottom: 0;
}


#kangoshi-recruit .kr-section-head {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
#kangoshi-recruit .kr-section-head::before,
#kangoshi-recruit .kr-section-head::after {
  background-color: var(--kr-main);
  border-radius: 5px; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
}
#kangoshi-recruit .kr-section-head::before {
  margin-right: 15px; /* 文字との余白 */
}
#kangoshi-recruit .kr-section-head::after {
  margin-left: 15px; /* 文字との余白 */
}

#kangoshi-recruit .kr-section-head {
  margin-bottom: 18px;
}

#kangoshi-recruit .kr-label {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef8fb;
  border: 1px solid #d8eef3;
  color: var(--kr-main-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

#kangoshi-recruit .kr-section-head h3 {
  margin: 0;
  color: var(--kr-main);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
}

#kangoshi-recruit .kr-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

#kangoshi-recruit .kr-job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#kangoshi-recruit .kr-job-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 575px) {
#kangoshi-recruit .kr-job-card {
  grid-template-columns: 1fr;  
}
}
#kangoshi-recruit .kr-job-card h4 {
    margin: 0 0 10px;
    color: var(--kr-main);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
@media (max-width: 575px) {
#kangoshi-recruit .kr-job-card h4 {    
    text-align: center;
}
}
#kangoshi-recruit .kr-card {
  padding: 22px;
  border-radius: 22px;
}

#kangoshi-recruit .kr-card-icon {
  margin-left: 0;
}
@media (max-width: 575px) {
#kangoshi-recruit .kr-card-icon {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
}

#kangoshi-recruit .kr-card p {
  margin: 0;
}

#kangoshi-recruit .kr-list {
  margin: 0;
  padding-left: 1.25em;
}

#kangoshi-recruit .kr-list li + li {
  margin-top: 6px;
}

#kangoshi-recruit .kr-list li {
  color: #000;
  font-size: 16px;
	font-weight: 300;
}

/* -------------------------
   Table
------------------------- */
#kangoshi-recruit .kr-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  box-shadow: var(--kr-shadow);
}

#kangoshi-recruit .kr-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--kr-white);
  border-radius: 22px;
  overflow: hidden;
}

#kangoshi-recruit .kr-table th,
#kangoshi-recruit .kr-table td {
  border: 1px solid var(--kr-line);
  padding: 16px;
  vertical-align: top;
  text-align: left;
  font-size: 15px;
}

#kangoshi-recruit .kr-table th {
  width: 180px;
  background: #edf8fb;
  color: var(--kr-main-dark);
  font-weight: 700;
}

#kangoshi-recruit .kr-table td {
  color: #4e616b;
  background: #fff;
}

/* -------------------------
   Message
------------------------- */
#kangoshi-recruit .kr-message-card {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 50px;
  align-items: stretch;
}
@media (max-width: 575px) {
#kangoshi-recruit .kr-message-card {
  display: grid;
  grid-template-columns: 1fr;
	gap: 10px;
}
}
#kangoshi-recruit .kr-section-head2 {
    margin: 0;
    color: var(--kr-main);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	font-family: 'Noto Serif JP', serif;
}
#kangoshi-recruit .kr-message-box {
  padding: 24px;
  border-radius: 22px;
}

#kangoshi-recruit .kr-message-box p {
  color: #000;
  font-size: 16px;
	font-weight: 300;
}
@media (max-width: 575px) {
#kangoshi-recruit .kr-message-card img {
    width: 50%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}

/* -------------------------
   CTA
------------------------- */
#kangoshi-recruit .kr-cta-box {
  padding: 24px;
  border: 1px solid var(--kr-line);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: center;
}

#kangoshi-recruit .kr-cta-copy h3 {
    margin: 0 0 8px;
    color: var(--kr-main);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    border-bottom: 5px dotted var(--kr-main);
    padding-bottom: 10px;
}

#kangoshi-recruit .kr-cta-copy p {
    margin: 0;
    text-align: center;
    color: #000000;
}

#kangoshi-recruit .kr-cta-note {
  margin-top: 10px;
  font-size: 13px;
  color: #6e7d86;
}

#kangoshi-recruit .kr-cta-action {
  text-align: center;
}

#kangoshi-recruit .kr-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 290px;
  padding: 16px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #5cbacb 0%, #3f9eb0 100%);
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(75,168,184,0.28);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

#kangoshi-recruit .kr-cta-btn:hover {
  color: #fff !important;
  opacity: .95;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(75,168,184,0.32);
}

#kangoshi-recruit .kr-cta-phone {
    margin-top: 12px;
    color: var(--kr-main-dark);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 1100px) {
  #kangoshi-recruit .kr-hero-grid,
  #kangoshi-recruit .kr-summary-grid,
  #kangoshi-recruit .kr-feature-grid,
  #kangoshi-recruit .kr-job-grid,
  #kangoshi-recruit .kr-cta-box {
    grid-template-columns: 1fr;
  }

  #kangoshi-recruit .kr-cta-action {
    text-align: left;
  }

  #kangoshi-recruit .kr-cta-btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
 

  #kangoshi-recruit .kr-shell {
    padding: 12px;
    border-radius: 24px;
  }

  #kangoshi-recruit .kr-hero,
  #kangoshi-recruit .kr-section {
    padding: 14px;
    border-radius: 20px;
  }

  #kangoshi-recruit .kr-copy,
  #kangoshi-recruit .kr-visual,
  #kangoshi-recruit .kr-summary-card,
  #kangoshi-recruit .kr-card,
  #kangoshi-recruit .kr-message-box,
  #kangoshi-recruit .kr-cta-box {
    border-radius: 18px;
  }

  #kangoshi-recruit .kr-copy {
    padding: 22px 18px;
  }

  #kangoshi-recruit .kr-main-title,
  #kangoshi-recruit .kr-section-head h3,
  #kangoshi-recruit .kr-cta-copy h3 {
    font-size: 25px;
  }

  #kangoshi-recruit .kr-visual {
    min-height: 320px;
  }

  #kangoshi-recruit .kr-sign {
    top: 16px;
    right: 16px;
    left: 16px;
    padding: 10px 12px;
  }

  #kangoshi-recruit .kr-sign-name {
    white-space: normal;
  }

  #kangoshi-recruit .kr-visual-note {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  #kangoshi-recruit .kr-window-a {
    left: 22px;
  }

  #kangoshi-recruit .kr-window-b {
    left: 112px;
  }

  #kangoshi-recruit .kr-counter {
    right: 18px;
    width: 160px;
    height: 78px;
  }

  #kangoshi-recruit .kr-counter-top {
    right: 14px;
    width: 170px;
    bottom: 108px;
  }

  #kangoshi-recruit .kr-price {
    font-size: 34px;
  }

  #kangoshi-recruit .kr-table th,
  #kangoshi-recruit .kr-table td {
    font-size: 14px;
  }

  #kangoshi-recruit .kr-cta-phone {
    font-size: 24px;
  }
}