

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Noto Sans JP', sans-serif;
      color: var(--text);
      background: var(--white);
      overflow-x: hidden;
    }

    /* ── HEADER ── */
    .header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 50px;
      height: 90px;
/*      background: rgba(255,255,255,0.95);*/
      backdrop-filter: blur(8px);
/*      border-bottom: 1px solid rgba(0,0,0,0.08);*/
	  transition: color 1.0s ease-out;
    }

/* スクロール　ヘッダーの背景カラー変更 */
.header.headerColorScroll {
  background: linear-gradient(160deg, #005439, #2CB080);
  transition: color 1.0s ease-out;
}

    .logo {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 12px;
      letter-spacing: 0.08em;
      color: white;
      text-decoration: none;
    }

	.value_header_logo{
		width:230px;
	}

    .flex_nav {
      display: flex;
      align-items: center;
      gap: 50px;
      margin-left: 5%;
    }

    .flex_nav a {
      font-size: 14px;
      font-weight: 500;
      color: white;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }
    .flex_nav a:hover { color: var(--green); }

	.top_img_div{
	/*margin: 85px auto;*/
    /*margin-bottom: 7%;*/
	}

	.top_img li{
	list-style:none;
	float:left;
}

	.top_img img{
    width: 95%;
    border-top: 50px solid black;
    margin-left: 5%;
	margin-top: 165px;
	margin-bottom: 1%;
	}

    .nav-cta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-left: 20px;
    }

    .btn-partner {
      font-size: 11px;
      font-weight: 700;
	  height: 75px;
      width: 75px;
      /*padding: 8px 16px;*/
	  border: 0px solid;
      color: white;
      background: black;
      cursor: pointer;
      letter-spacing: 0.04em;
      transition: all 0.2s;
	  text-decoration: none;
      text-align: center;
      padding-top: 20px;
    }
    .btn-partner:hover { background: white; color: black; }

    .btn-apply {
      font-size: 13px;
      font-weight: 700;
      height: 75px;
      width: 75px;
		/*padding: 8px 20px;*/
	  border: 0px solid;
	  color: #009948;
      background: white;
      cursor: pointer;
      letter-spacing: 0.04em;
      transition: background 0.2s;
	  text-decoration: none;
      text-align: center;
      padding-top: 25px;
    }
    .btn-apply:hover { background: #0CAE70;; color: white; }





    /* ── HERO ── */
	.firstview_full{

	}

    .hero {
/*      margin-top: 56px;*/
      position: relative;
	  width:100vw;
      height:100%;
      background: linear-gradient(160deg, #005439, #2CB080);
      overflow: hidden;
      /*display: flex;*/
      align-items: flex-end;
	  object-fit: cover;
    }

	.hero_others{
/*      margin-top: 56px;*/
      position: relative;
/*	  width:100vw;
      height:100vh;
      overflow: hidden;*/
      display: flex;
      align-items: flex-end;
	  object-fit: cover;	
	}

	.hero_others_about{
	  object-fit: cover;	
	}


    .hero-bg {
      position: absolute;
      inset: 0;
/*      display: grid;
      grid-template-columns: 1fr 1fr;*/
    }

    .hero-others-bg {
      position: absolute;
      inset: 0;
/*      display: grid;
      grid-template-columns: 1fr 1fr;*/
    }

    .hero-partner-bg {
      position: absolute;
      inset: 0;
     background: linear-gradient(160deg, #005439, #2CB080);
    z-index: -10000;
    }

	.background-green {
	  position: absolute;
 	 top: 0;
 	 bottom: 0;
 	 width: 100%;
     height: 265px;
   	 border-bottom: 45px solid black;
 	 background: linear-gradient(160deg, #005439, #2CB080);
     z-index: -100000;
}

    .hero-eyebrow {
	font-style: oblique;
	}

    .hero-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      opacity: 0.5;
    }

    /* Diagonal green slash overlay */
    .hero-slash {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .hero-slash::before {
      content: '';
      position: absolute;
      top: -20%;
      left: 30%;
      width: 60px;
      height: 200%;
      background: var(--green);
      opacity: 0.85;
      transform: skewX(-12deg);
    }
    .hero-slash::after {
      content: '';
      position: absolute;
      top: -20%;
      left: 34%;
      width: 20px;
      height: 200%;
      background: var(--green);
      opacity: 0.5;
      transform: skewX(-12deg);
    }


    .hero-others-content {
      position: absolute;
      z-index: 10;
      padding: 0 48px 48px;
      margin-left: 10%;
    }



    .hero-others-eyebrow {
      font-size: 85px;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
	  margin-top: 130px;
    }

    .hero-title-jp {
      font-size: clamp(28px, 5vw, 52px);
      font-weight: 900;
      color: white;
      line-height: 1.1;
      letter-spacing: -0.01em;
      margin-bottom: 16px;
    }

    .hero-sub {
      font-size: 1vw;
	  font-weight: 500;
      color: rgba(255,255,255);
      line-height: 1.8;
/*      max-width: 400px;*/
	  margin-left: 10%;
	  margin-bottom: 2%;
    }

    /* ── PHILOSOPHY ── */
    .philosophy {
      padding: 80px 48px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 64px;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto;
    }

	.philosophy-background{
	 background-image: url("../img/home/back_green.png");
	 background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
	}

    .philosophy-text {
      position: relative;
	  text-align: center;
      width: 400px;
    }

    .section-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
      justify-content: center;
    }
    .section-label::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }



    .text-headline {
      font-size: clamp(20px, 2.5vw, 24px);
      font-weight: 700;
      line-height: 1.5;
      color: #119663;
      margin-bottom: 8px;
    }

    .text-headline .accent { color: var(--green); }

    .philosophy-body {
      font-size: 13.5px;
      line-height: 2;
      color: #555;
      margin-top: 20px;
    }

    .philosophy-body a {
      color: #119663;
      text-decoration: none;
      font-weight: 600;
    }

    .philosophy-image {
      position: relative;
    }

    .philosophy-img-wrap {
      width: 100%;
      aspect-ratio: 4/5;
      overflow: hidden;
      position: relative;
    }

    .philosophy-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
    }

    /* Green accent bar */
    .philosophy-img-wrap::before {
      content: '';
      position: absolute;
      left: -12px;
      top: 24px;
      width: 6px;
      height: 60%;
      background: var(--green);
      z-index: 1;
    }

    /* ── WORK & GROWTH ── */
    .work-section {
      background: var(--gray);
      padding: 80px 48px;
    }

    .section-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 48px;
    }

    .section-header-label {
      font-size: 11px;
      font-weight: 700;
      color: var(--gray-mid);
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .section-header-title {
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--black);
      align-items: center;
      gap: 16px;
    }

    .section-header-line {
      flex: 1;
      height: 2px;
      background: var(--black);
    }

    .section-header-bar {
      width: 6px;
      height: 36px;
      background:#119663;
      flex-shrink: 0;
    }

    .work-card {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
      cursor: pointer;
    }

    .work-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: grayscale(100%);
      transition: transform 0.5s ease, filter 0.4s ease;
    }

    .work-card:hover img {
      transform: scale(1.05);
      filter: grayscale(60%);
    }

    .work-card-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 32px;
    }

    .work-card-num {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 56px;
      color: var(--green);
      line-height: 1;
      opacity: 0.9;
    }

    .work-card-title {
      font-size: 22px;
      font-weight: 900;
      color: white;
      margin-top: 4px;
    }

.work-card-body {
    font-size: 12px;
    color: rgba(255, 255, 255);
    line-height: 1.8;
    margin-top: 8px;
    font-weight: 500;
}

    .work-card-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 16px;
      padding: 10px 20px;
      background: #0CAE70;
      color: white;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 0.06em;
      transition: background 0.2s;
    }
    .work-card-link:hover { background:  #038251; }
    .work-card-link .arrow { font-size: 16px; }

	.work-block{
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1vw 0vw 2vw 2vw;
	}

    /* ── RECRUIT ── */
    .recruit {
      position: relative;
      padding: 120px 48px;
      background: var(--black);
      overflow: hidden;
      text-align: center;
    }

    /* Big circular dark shape */
    .recruit::before {
      content: '';
      position: absolute;
      bottom: -30%;
      left: 50%;
      transform: translateX(-50%);
      width: 110vw;
      height: 110vw;
      border-radius: 50%;
      background: #1a1a1a;
    }

    .recruit-content {
      position: relative;
      z-index: 1;
    }

    .recruit-label {
      font-size: 12px;
      font-weight: 700;
      color: var(--gray-mid);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .recruit-title {
      font-size: clamp(28px, 5vw, 32px);
      font-weight: 700;
      color: white;
      margin-bottom: 48px;
    }

    .recruit-buttons {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      max-width: 500px;
      margin: 0 auto;
    }

    .recruit-btn {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 32px;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: all 0.2s;
    }

    .recruit-btn-outline {
      background: white;
      color: var(--black);
    }
    .recruit-btn-outline:hover { background: #eee; }

    .recruit-btn-green {
      background: #0CAE70;
      color: white;
    }
    .recruit-btn-green:hover { background: #038251; }

    .recruit-btn .btn-label { display: flex; flex-direction: column; align-items: flex-start; }
    .recruit-btn .btn-en { font-size: 10px; color: var(--gray-mid); letter-spacing: 0.1em; }
    .recruit-btn.recruit-btn-green .btn-en { color: rgba(255,255,255,0.65); }
    .recruit-btn .arrow-icon { font-size: 20px; opacity: 0.6; }

    /* ── FOOTER ── */
    footer {
      background: var(--black);
      padding: 48px;
      border-top: 1px solid #2a2a2a;
    }



    .footer-nav-group {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .footer-nav-group a {
      font-size: 12px;
      color: rgba(255,255,255,0.6);
      text-decoration: none;
      transition: color 0.2s;
    }
    .footer-nav-group a:hover { color: var(--green); }

    .footer-cta {
      display: flex;
      gap: 12px;
    }

    .footer-btn {
      height: 70px;
      width: 150px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.04em;
      cursor: pointer;
      border: none;
      transition: all 0.2s;
    }

    .footer-btn-outline {
      background: transparent;
      color: white;
      border: 2px solid white;
    }
    .footer-btn-outline:hover { background: white; color: black; }

    .footer-btn-green {
      background: #0CAE70;
      color: white;
    }
    .footer-btn-green:hover { background:#038251; }

    .footer-bottom {
      max-width: 1100px;
      margin: 0 auto;
      padding-top: 32px;
      border-top: 1px solid #2a2a2a;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .footer-logo {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 20px;
      letter-spacing: 0.08em;
      color: white;
    }

	.value_footer_logo{
		width:240px;
	}

	.kankyo_footer_logo{
		width:140px;
	}

    .footer-brand-sub {
      font-size: 13px;
      font-weight: 700;
      color: rgba(255,255,255,0.5);
      letter-spacing: 0.1em;
      margin-top: 4px;
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(32px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .hero-content { animation: fadeUp 0.8s ease both; }
    .hero-eyebrow { animation: fadeUp 0.8s 0.1s ease both; }
    .hero-logo-large { animation: fadeUp 0.8s 0.2s ease both; }
    .hero-sub { animation: fadeUp 0.8s 0.35s ease both; }

    /* Scroll-reveal via IntersectionObserver */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .philosophy { grid-template-columns: 1fr; padding: 48px 24px; }
      .work-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
     /* .hero { height: 480px; }*/
    }


/*仕事内容*/

    /* Silhouette placeholder */
    .person-silhouette {
      width: 55%;
      height: 90%;
      background: linear-gradient(180deg, #3a3a3a 0%, #111 100%);
      border-radius: 2px;
      margin-right: 12px;
      opacity: 0.8;
    }

    /* ── OUR SERVICE INTRO ── */
    .intro-section {
      padding: 64px 48px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: start;
      max-width: 1100px;
      margin: 0 auto;
    }

    .intro-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      font-weight: 700;
      color: var(--green);
      letter-spacing: 0.08em;
      margin-bottom: 20px;
    }
    .intro-label::before {
      content: '';
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--green);
    }

    .intro-headline {
      font-size: clamp(20px, 2.8vw, 30px);
      font-weight: 900;
      line-height: 1.5;
      color: var(--black);
      margin-bottom: 24px;
    }

    .intro-body {
      font-size: 13.5px;
      line-height: 2;
      color: var(--text-light);
    }

    .intro-image {
      position: relative;
    }

    .intro-img-wrap {
      width: 100%;
      aspect-ratio: 4/3;
      overflow: hidden;
      position: relative;
    }

    .intro-img-wrap > div {
      width: 100%; height: 100%;
      background: linear-gradient(160deg, #111 0%, #2e2e2e 60%, #3a3a3a 100%);
    }

    /* Dark notch bottom-left corner */
    .intro-img-wrap::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 40%;
      height: 40%;
      background: white;
      clip-path: polygon(0 100%, 100% 100%, 0 50%);
    }

    /* ── DEPARTMENT SECTION COMMON ── */
    .dept-section {
      position: relative;
      padding: 100px 48px 160px;
      overflow: hidden;
    }

    .dept-section2 {
      background: #0D8054;
    }

    /* Giant circle background */
    .dept-section::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 110vw;
      height: 110vw;
      border-radius: 50% 50% 0 0;
      z-index: 0;
    }

    .dept-section.interior::before {
      top: 0vw;
      background: #0D8054;
    }

    .dept-section.management::before {
      top: 0vw;
      background: var(--black);
    }

    .dept-inner {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      margin-top: 100px;
    }

    .dept-divider {
      width: 48px;
      height: 3px;
      background: white;
      margin-bottom: 20px;
    }

    .dept-title-en {
      font-family: 'Inter', sans-serif;
      font-style: italic;
      font-size: clamp(36px, 6vw, 64px);
      font-weight: 900;
      color: white;
      line-height: 1;
      letter-spacing: 0.02em;
      margin-bottom: 8px;
    }

    .dept-title-jp {
      font-size: 16px;
      font-weight: 700;
      color: rgba(255,255,255,0.9);
      margin-bottom: 20px;
    }

    .dept-description {
      font-size: 16px;
      color: white;
      line-height: 2;
      max-width: 600px;
      margin-bottom: 48px;
    }

    /* ── SERVICE CARDS ── */

	.service_top_img_div img{
	width: 75%;
    margin-top: 265px;
    margin-bottom: 60px;
    margin-left: 20%;
	}

	.text-headline-others {
      font-size: clamp(20px, 2.5vw, 30px);
      font-weight: 700;
      line-height: 1.5;
      color: #119663;
      margin-bottom: 8px;
    }

	 .hero-others-sub {
      font-size: 16px;
	  font-weight: 500;
      color: black;
      line-height: 1.8;
/*      max-width: 400px;*/
	  margin-top: 40px;
    }

    .section-others-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
	  margin-top: 25%;
    }
    .section-others-label::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }

    .section-others-label-service {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
	  margin-top: 25%;
    }
    .section-others-label-service::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }

    .cards-grid {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 0;
    }

    .plus-divider {
      font-size: 40px;
      font-weight: 900;
      color: white;
      text-align: center;
      padding: 0 16px;
      line-height: 1;
    }

    .service-card {
      background: white;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.18);
	  height: 500px;
    }

	.service-card-green {
	 background: linear-gradient(160deg, #005439, #2CB080);
	}

    .card-image {
      width: 100%;
      aspect-ratio: 4/3;
      position: relative;
      overflow: hidden;
    }

    .card-image > div {
      width: 100%; height: 100%;
	  text-align: center;
    }

    .card-image-skillup {
      width: 100%;
      aspect-ratio: 4/3;
      position: relative;
      overflow: hidden;
    }

    .card-image-skillup > div {
      width: 100%; height: 100%;
	  text-align: center;
    }

	.card-label-bar1 img,.card-label-bar2 img{
	width: 300px;
	}

    /* Image placeholders */
    .img-worker-1 {
      background: linear-gradient(135deg, #222 0%, #444 100%);
      display: flex; align-items: center; justify-content: center;
    }
    .img-worker-2 {
      background: linear-gradient(135deg, #1a3a2a 0%, #2a5a3a 100%);
      display: flex; align-items: center; justify-content: center;
    }
    .img-worker-3 {
      /*background: linear-gradient(135deg, #1a1a2a 0%, #2a2a44 100%);*/
      display: flex; align-items: center; justify-content: center;
    }
    .img-worker-4 {
      /*background: linear-gradient(135deg, #1a2a1a 0%, #2a4a2a 100%);*/
      display: flex; align-items: center; justify-content: center;
    }

    .card-label-bar1 {
      background: white;
      padding: 8px 16px;
      position: absolute;
      bottom: 0; left: 0; right: 0;
    }

    .card-label-bar2 {
        /*background: linear-gradient(160deg, #005439, #2CB080);*/
      padding: 8px 16px;
      position: absolute;
      bottom: 0; left: 0; right: 0;
    }

    .card-label-text {
      font-size: 20px;
      font-weight: 700;
	  padding: 0 10px;
      color: white;
	  background-color: black;
      letter-spacing: 0.04em;
    }

    .card-body {
      padding: 20px;
    }

    .card-body p {
      font-size: 14px;
      line-height: 1.9;
    }
	
	.card-body-white p{
	color: white;
	}

    /* ── ANIMATIONS ── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .page-hero-title { animation: fadeIn 0.7s 0.1s ease both; }
    .page-hero-photo  { animation: fadeIn 0.7s 0.25s ease both; }

    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .intro-section { grid-template-columns: 1fr; padding: 40px 24px; }
      .intro-image { display: none; }
      .dept-section { padding: 80px 24px 60px; }
      .cards-grid { grid-template-columns: 1fr; }
      .plus-divider { transform: rotate(90deg); padding: 8px 0; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .page-hero { padding: 32px 24px 0; }
    }

/*教育・資格支援、はたらく環境、*/
    .hero-others2-content {
      z-index: 10;
      padding: 0 48px 48px;
      margin-left: 10%;
    }

	.hero-others2_top_img_div img{
	width: 80%;
    margin-top: 350px;
    margin-bottom: 60px;
    margin-left: 5%;
	}

.top_text{
	margin-left: 50%;
}


    .img-flow-1 {
      background: linear-gradient(135deg, #222 0%, #444 100%);
      display: flex; align-items: center; justify-content: center;
    }
    .img-flow-2 {
      background: linear-gradient(135deg, #1a3a2a 0%, #2a5a3a 100%);
      display: flex; align-items: center; justify-content: center;
    }
    .img-flow-3 {
      /*background: linear-gradient(135deg, #1a1a2a 0%, #2a2a44 100%);*/
      display: flex; align-items: center; justify-content: center;
    }

.skillup_title{
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 250px;
}

.skillup_title2{
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 500px;
}

    .dept-inner-others2 {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 30px;
    }

    .dept-inner-environment {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 30px;
    }

    .skillup-card {
	background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 500px;
    margin: 30px;
    width: 500px;
    border: 3px solid #000;
    border-radius: 15px;
    }



.skillup-card:last-child::after {
  display: none;
}
		
	.card-label-bar-skillup1 {
      background: white;
      padding: 8px 16px;
      position: absolute;
      bottom: 0; left: 0; right: 0;
    }

	.card-label-bar-skillup1 img{
	height: 170px;
    margin-top: 30px;
	}

	.step-skillup{
	text-align: center;
    position: absolute;
    margin: -10px 102px;
	}

    .card-label-text-skillup {
      font-size: 20px;
      font-weight: 700;
	  padding: 0 30px;
      color: white;
	  background-color: black;
      letter-spacing: 0.04em;
	  border-radius: 15px;
    }

	.step-skillup-text{
	text-align: center;
    font-size: 27px;
    font-weight: 700;
	margin-top: 30px;
	}

	.step-skillup-text-small{
	font-size: 15px;
	}

    .card-body-skillup {
      padding: 0px 20px 20px 20px;
    }

    .card-body-skillup p {
      font-size: 14px;
      line-height: 1.9;
    }

	.allowance-cards{
	 margin: 50px 0;
	}

    .allowance-card {
      background: white;
      border-radius: 005339 4px;
	  margin: 20px auto;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.18);
	  width: 800px;
    }

	.allowance-card-body{
	font-size: 20px;
	font-weight: 500;
    padding: 25px;
    display: flex;
	/*border: 1px solid black;*/
    /*border-radius: 15px;*/
	}

.allowance-detail{
    margin-left: auto;
}

/*はたらく環境　のみ*/

	.about-title{
	font-size:35px;
	}

	.environment_title{
    color: white;
    background-color: #2CB080;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 300px;
	margin: 0 auto;
}

	.environment_title2{
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 500px;
}

	.cards-grid-environment {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
      gap: 0;
	  justify-self: center;
    }

    .environment-card {
      background: white;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.18);
	  height: 350px;
      width: 350px;
      margin: 25px;
	 display: flex;
  	justify-content: center; 
  	align-items: center;
	 border: 4px solid #333;
    border-radius: 15px;
    }

      .environment-card-label-text {
      font-size: 20px;
      font-weight: 700;
	  padding: 0 10px;
      color: black;
      letter-spacing: 0.04em;
    }

	  .environment-card-body {
      padding: 20px;
	  text-align: center;
    }

	  .environment-card-body  p{
      color: #008854;
	  font-size: 40px;
      font-weight: 700;
    }

    .benefit-card {
      background: white;
      border: 2px solid #000;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.18);
      height: 400px;
      width: 600px;
      margin: 55px auto;	  
    }

    .benefit-card-body {
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 400px;
    }

    .benefit-card-body ul{
      list-style: none;
	  display: inline-block;
	  text-align: left;
    }

	.benefit-card-body li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
	}

/*協力会社様　募集中*/

    .section-partner-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: white;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
	  margin-top: 25%;
    }
    .section-partner-label::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: black;
      flex-shrink: 0;
    }

	.text-headline-partner {
      font-size: clamp(20px, 2.5vw, 30px);
      font-weight: 700;
      line-height: 1.5;
      color: white;
      margin-bottom: 8px;
    }

	 .hero-partner-sub {
      font-size: 16px;
	  font-weight: 500;
      color: white;
      line-height: 1.8;
/*      max-width: 400px;*/
	  margin-top: 40px;
    }

	.partner_title{
    color: #005339;
	border: 3px solid #005339;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 400px;
	margin: 20px auto;
}

	.partner_title2{
    color: #005339;
	border: 3px solid #005339;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 300px;
	margin: 0 auto;
}

     .partner-dept-inner {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      margin-top: 20px;
    }

     .partner-dept-inner2 {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 100px auto;
    }

    .partner-card {
      background: white;
      border: 2px solid #000;
  	  border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.18);
      height: 440px;
      width: 800px;
      margin: 0 auto;	  
    }

    .partner-card-body {
	color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
	padding: 20px 90px;
    }

    .partner-card-body p{
	font-size: 18px;
    font-weight: 500;
    }

	.partner-detail{
    margin-left: auto;
	}

	.partner-contact{
	text-align: center;
	margin: 35px auto;
	}

.partner-btn {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(340deg, #005439, #2CB080);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 500;
}



/* ホバー */
.partner-btn:hover {
  background: #166f49;
}

/*会社概要*/
.top_text_about{
	margin-left: 20%;
	margin-top: 330px;
}


    .section-about-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
    }
    .section-about-label::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }

	.hero-about_top_img_div img{
    margin-top: 450px;
	width:100%;
	}

    .dept-inner-about {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .about-card {
      background: white;
      border: 2px solid #000;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,0,0,0.18);
      height: 650px;
      width: 600px;
      margin: 50px auto;	  
    }


    .about-card-body {
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    min-height: 400px;
    }


	.google_map{
	text-align: center;
	margin-bottom: 100px;
	}


/*募集要項*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;
  margin: 0 auto;
  margin-top: 500px;
  margin-bottom: 200px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2 );
  height: 50px;
  border-bottom: 3px solid #005439;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#interior:checked ~ #interior_content,
#property:checked ~ #property_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #005439;
  color: #fff;
}

/*エントリー*/
	.hero_others_entry{
	  margin-top: 500px;	
	}

.form-inner{
	max-width: 800px;
    margin: 0 auto;
}

.form-description{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.required{
	color: #e60033;
    margin-left: 2px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.two-col .form-col {
    flex: 1;
}

.two-col {
    display: flex;
    gap: 16px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 12px 16px;
    border: 0px solid #4C4C4C;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
    background: #D8D8D8;
    color: #787878;
    height: 48px !important;
}

/*フォーム*/
.form-btn{
	text-align: center;
}

.contact-btn{
	    display: inline-block;
        padding: 15px 35px;
        background: linear-gradient(340deg, #005439, #2CB080);
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        text-align: center;
        margin-top: 30px;
        font-size: 26px;
        font-weight: 500;
	margin-bottom: 10vw;
	border: none;
}

.contact-btn-back{
	    display: inline-block;
        padding: 15px 35px;
        background: black;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        text-align: center;
        margin-top: 30px;
        font-size: 26px;
        font-weight: 500;
	margin-bottom: 10vw;
	border: none;
}

/*確認画面テーブル*/
.contact-form {
    background: #fff;
    padding: 60px 20px;
    color: #000;
}
.form-inner {
    max-width: 800px;
    margin: 0 auto;
}
.confirm-table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
	border: 2px solid #000;
}
.confirm-table th {
    width: 25%;
    background: #333;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.confirm-table th, .confirm-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #555;
    vertical-align: top;
}
.confirm-table td {
    line-height: 1.6;
}
.confirm-table th, .confirm-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #555;
    vertical-align: top;
}

/*マップ*/
.google_map_iframe{
	width: 600px;
    height: 450px;
}


/*TOPレスポンシブ*/
@media screen and (min-width: 1537px) {


  
/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 1000%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
  padding-top: 180px;
}

.nav_list li{
      margin: 2vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
    font-size: 20px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: -80vw;/* メニューを画面に入れる */
  height: 90vw;
}
	

	
	/*フッター*/
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
    }
	
.hero-logo-large {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 7vw;
    font-weight: 900;
    color: var(--green);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: absolute;
    margin-top: 4.4em;
    margin-left: 10%;
}
	
    .hero-eyebrow {
      font-size: 5vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left: 7%;
    }
	
	    .hero-content {
      position: absolute;
      z-index: 10;
      padding: 0 48px 48px;
	  margin-top: 100px;
	  width: 100%;
}

	
	.top_img_sp{
		display: none;
	}
	
	.br-sp {
    display: none;
}
	
	.br-others-sp {
    display: none;
}
	
    .section-header-title {
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--black);
      display: flex;
      align-items: center;
      gap: 16px;
    }
	
	.philosophy-background-sp{
		display: none;
	}
	
    .work-card-overlay {
      position: absolute;
      inset: 0;
/*	  background-image: url(../assets/img/home/work_growth_1.jpg);*/
/*      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);*/
	  width: 500px;
    }
	
    .work-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      max-width: 1100px;
      margin: 0 auto;
    }
	
	.work-block {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1vw 0vw 2vw 2vw;
    width: 440px;
}
	
    .dept-section::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 130vw;
      height: 110vw;
      border-radius: 50% 50% 0 0;
      z-index: 0;
    }
	
.cards-grid-skillup-flow {
     display: flex; 
    align-items: center;
    gap: 0;
}
	
	.skillup-card::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 355px;
  transform: translateY(-50%);
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
	}
	
	/*募集要項*/
	.about-table{
    font-size: 16px;
    text-align: left;
	}
}

@media screen and (min-width:1280px) and (max-width: 1536px) {
	
	
/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 1000%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
}

.nav_list li{
      margin: 3vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: -65vw;/* メニューを画面に入れる */
  height: 100vw;
}

	
	/*フッター*/
    .footer-grid {
	display: grid;
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 50px;
    }
	
    nav a {
      font-size: 10px;
      font-weight: 500;
      color: white;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }
	
.hero-logo-large {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 7vw;
    font-weight: 900;
    color: var(--green);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: absolute;
    margin-top: 4.8em;
    margin-left: 10%;
}
	
.logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    color: white;
    text-decoration: none;
    width: 275px;
}
	
	    .hero-eyebrow {
      font-size: 5vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left: 7%;
    }

	    .hero-content {
      position: absolute;
      z-index: 10;
      padding: 0 48px 48px;
	  margin-top: 100px;
	  width: 100%;
}
	
	.top_img_sp{
		display: none;
	}
	
	.br-sp {
    display: none;
}
	
	.br-others-sp {
    display: none;
}
	
	
    .section-header-title {
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--black);
      display: flex;
      align-items: center;
      gap: 16px;
    }
	
	.philosophy-background-sp{
		display: none;
	}
	
    .work-card-overlay {
      position: absolute;
      inset: 0;
/*	  background-image: url(../assets/img/home/work_growth_1.jpg);*/
/*      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);*/
	  width: 500px;
    }
	
    .work-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      max-width: 1100px;
      margin: 0 auto;
    }
	
	.work-block {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1vw 0vw 2vw 2vw;
    width: 440px;
}
	
/*仕事内容*/
	.dept-section {
    position: relative;
    padding: 25px 0px 50px 20px;
    overflow: hidden;
}
	
    .dept-title-en {
      font-family: 'Inter', sans-serif;
      font-style: italic;
      font-size: 4vw;
      font-weight: 900;
      color: white;
      line-height: 1;
      letter-spacing: 0.02em;
      margin-bottom: 8px;
    }
	
	.dept-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 180px;
	}
	
.section-others-label-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 15%;
}
	
	.dept-section::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 135vw;
    height: 110vw;
    border-radius: 50% 50% 0 0;
    z-index: 0;
}
	
/*はたらく環境*/
	.hero-others2_top_img_div img {
    width: 60%;
    margin-top: 350px;
    margin-bottom: 60px;
    margin-left: 5%;
}
	
.section-others-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 15%;
}
	
.cards-grid-skillup-flow {
     display: flex; 
    align-items: center;
    gap: 0;
}
	
	.skillup-card::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 27vw;
  transform: translateY(-50%);
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
	}
	
	/*募集要項*/
	.about-table{
    font-size: 16px;
    text-align: left;
	}
}

@media screen and (min-width:1050px) and (max-width: 1279px) {
/*ヘッダー*/
    .flex_nav a {
      font-size: 10px;
      font-weight: 500;
      color: white;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }
	
.flex_nav {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: 0%;
}

/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 1000%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
}

.nav_list li{
      margin: 2vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: -75vw;
  height: 120vw;
}
	
	/*フッター*/
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-left: 0%;
    }
	
    nav a {
      font-size: 10px;
      font-weight: 500;
      color: white;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }
	
	
.hero-logo-large {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 7vw;
    font-weight: 900;
    color: var(--green);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: absolute;
    margin-top: 5.0em;
    margin-left: 10%;
}
	
	    .hero-eyebrow {
      font-size: 5vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left: 7%;
    }

	    .hero-content {
      position: absolute;
      z-index: 10;
      padding: 0 48px 48px;
	  margin-top: 100px;
	  width: 100%;
}

	.top_img img{
    width: 95%;
    border-top: 50px solid black;
    margin-left: 5%;
	margin-top: 140px;
	margin-bottom: 1%;
	}
	
	.logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    color: white;
    text-decoration: none;
    width: 275px;
}

	.top_img_sp{
	display: none;
	}
	
	.br-sp {
    display: none;
}
	
	.br-others-sp {
    display: block;
}
	
    .section-header-title {
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--black);
      display: flex;
      align-items: center;
      gap: 16px;
    }
	
	.philosophy-background-sp{
		display: none;
	}
	
    .work-card-overlay {
      position: absolute;
      inset: 0;
/*	  background-image: url(../assets/img/home/work_growth_1.jpg);*/
/*      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);*/
	  width: 500px;
    }
	
    .work-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      max-width: 1100px;
      margin: 0 auto;
    }
	
    .work-block {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 1vw 1vw 2vw 1vw;
        width: 420px;
}
	
.dept-section {
    position: relative;
    padding: 25px 0px 50px 20px;
    overflow: hidden;
}
	
.section-others-label-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 22%;
}
	
/*仕事内容*/
	.section-others-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 15%;
}
	
.text-headline-others {
    font-size: 2vw;
    font-weight: 700;
    line-height: 1.5;
    color: #119663;
    margin-bottom: 8px;
}
	
    .service_top_img_div img {
        width: 80%;
        margin-top: 265px;
        margin-bottom: 60px;
        margin-left: 20%;
    }
	
.dept-title-en {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 4vw;
    font-weight: 900;
    color: white;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
	
.dept-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 140px;
}
	
.dept-section::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 140vw;
    height: 110vw;
    border-radius: 50% 50% 0 0;
    z-index: 0;
}
	
/*教育・資格支援、はたらく環境*/
    .hero-others2_top_img_div img {
        width: 55%;
        margin-top: 350px;
        margin-bottom: 60px;
        margin-left: 2%;
    }
	
.hero-others-sub {
    font-size: 1.2vw;
    font-weight: 500;
    color: black;
    line-height: 1.8;
    margin-top: 40px;
}
	
.top_text {
    margin-left: 55%;
}
	
.section-others-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 20%;
}
	
.cards-grid-skillup-flow {
     display: flex; 
    align-items: center;
    gap: 0;
}
	
.skillup-card::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 29vw;
    transform: translateY(-50%);
    border-left: 20px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
	
.skillup_title {
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 250px;
    margin-left: 60px;
}
	
.skillup_title2 {
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 500px;
    margin-left: 60px;
}
	
.step-skillup-text {
    text-align: center;
    font-size: 2.3vw;
    font-weight: 700;
    margin-top: 30px;
}
	
	.skillup-card::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 29vw;
  transform: translateY(-50%);
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
	}
	
	/*募集要項*/
	.about-table{
    font-size: 16px;
    text-align: left;
	}
}

@media screen and (min-width:960px) and (max-width: 1050px) {
	
/*ヘッダー*/
.flex_nav {
	display: none;
}

/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 600%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
}

.nav_list li{
      margin: 2vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
     bottom: -90vw;
     height: 150vw;
}

	
	/*フッター*/
    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 25px;
      margin-left: 0%;
    }
	
    nav a {
      font-size: 1.4vw;
      font-weight: 500;
      color: white;
      text-decoration: none;
      letter-spacing: 0.04em;
      transition: color 0.2s;
    }
	
	
.hero-logo-large {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 7vw;
    font-weight: 900;
    color: var(--green);
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: absolute;
    margin-top: 5.2em;
    margin-left: 10%;
}

	    .hero-eyebrow {
      font-size: 5vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left: 7%;
    }

	    .hero-content {
      position: absolute;
      z-index: 10;
      padding: 0 48px 48px;
	  margin-top: 100px;
	  width: 100%;
}
	
	.top_img img{
    width: 95%;
    border-top: 50px solid black;
    margin-left: 5%;
	margin-top: 140px;
	margin-bottom: 1%;
	}
	
	.logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 10px;
    letter-spacing: 0.08em;
    color: white;
    text-decoration: none;
    width: 275px;
}
	
	.top_img_sp{
		display: none;
	}
	
	.br-sp {
    display: none;
}
	
	.br-others-sp {
    display: block;
}
	
    .section-header-title {
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--black);
      display: flex;
      align-items: center;
      gap: 16px;
    }
	
	.philosophy-background-sp{
		display: none;
	}

    .work-card-overlay {
      position: absolute;
      inset: 0;
/*	  background-image: url(../assets/img/home/work_growth_1.jpg);*/
/*      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);*/
	  width: 500px;
    }
	
    .work-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
      max-width: 1100px;
      margin: 0 auto;
    }
	
	.work-block {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1vw 0vw 2vw 2vw;
}
	
	.section-others-label-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 15%;
}
	
	
/*仕事内容*/
	.section-others-label-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 15%;
}
	
    .service_top_img_div img {
        width: 85%;
        margin-top: 265px;
        margin-bottom: 60px;
        margin-left: 20%;
    }
	
.dept-section {
    position: relative;
    padding: 100px 48px 60px;
    overflow: hidden;
}

	
	.dept-section::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 135vw;
    height: 110vw;
    border-radius: 50% 50% 0 0;
    z-index: 0;
}
	
	.dept-title-en {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 4vw;
    font-weight: 900;
    color: white;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
	
.dept-description {
    font-size: 16px;
    color: white;
    line-height: 2;
    max-width: 900px;
    margin-bottom: 48px;
}
	
.section-others-label-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 25%;
}
	
/*はたらく環境*/
	.hero-others2_top_img_div img {
    width: 60%;
    margin-top: 350px;
    margin-bottom: 60px;
    margin-left: 5%;
}
	
.section-others-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 15%;
}
	
/*教育・資格支援、はたらく環境*/
	
.hero-others2-content {
    z-index: 10;
    padding: 0 48px 48px;
    margin-left: 0%;
}
	
    .hero-others2_top_img_div img {
        width: 55%;
        margin-top: 350px;
        margin-bottom: 60px;
        margin-left: 0%;
    }
	
    .section-others-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 2vw;
        font-weight: 700;
        color: black;
        letter-spacing: 0.08em;
        margin-bottom: 24px;
        margin-top: 15%;
    }
	
.text-headline-others {
    font-size: 2.2vw;
    font-weight: 700;
    line-height: 1.5;
    color: #119663;
    margin-bottom: 8px;
}
	
	.hero-others-sub {
    font-size: 1.4vw;
    font-weight: 500;
    color: black;
    line-height: 1.8;
    margin-top: 40px;
}
	
.skillup_title {
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 250px;
    margin-left: 60px;
}
	
.skillup_title2 {
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 500px;
    margin-left: 60px;
}
	
.skillup-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 400px;
    margin: 22px;
    width: 500px;
    border: 3px solid #000;
    border-radius: 15px;
}
	
.skillup-card::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 29vw;
    transform: translateY(-50%);
    border-left: 20px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
	
.step-skillup {
    text-align: center;
    position: absolute;
    margin: -10px 72px;
}
	
.step-skillup-text {
    text-align: center;
    font-size: 2.2vw;
    font-weight: 700;
    margin-top: 30px;
}
	
.step-skillup-text-small {
    font-size: 1.3vw;
}
	
.card-label-bar-skillup1 img {
    height: 120px;
    margin-top: 10px;
}
	
.card-image {
    width: 100%;
    /*aspect-ratio: 4 / 2.3;*/
    position: relative;
    overflow: hidden;
}
	
.card-image-skillup {
    width: 100%;
    aspect-ratio: 4 / 2.3;
    position: relative;
    overflow: hidden;
}
	
.cards-grid-skillup-flow {
     display: flex; 
    align-items: center;
    gap: 0;
}

.card-body-skillup p {
    font-size: 1.3vw;
    line-height: 1.9;
}

	.br-others-sp-none{
		display: none;
	}
	
	.skillup-card::after {
  content: "";
  position: absolute;
  top: 50%;
  /*margin-left: 334px;*/
  transform: translateY(-50%);
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
	}
	
	/*募集要項*/
	.about-table{
    font-size: 16px;
    text-align: left;
	}
	
}

@media screen and (min-width:720px) and (max-width: 960px) {
	
/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 1000%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
  padding-top: 200px;
}

.nav_list li{
      margin: 4vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
     bottom: -120vw;
     height: 140vw;
}
	
	/*フッター*/
    .footer-grid {
	display: grid;
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
    }
	
    .hero {
/*      margin-top: 56px;*/
      position: relative;
	  width:100vw;
      height:100%;
      background: linear-gradient(160deg, #005439, #2CB080, #2CB080);
      overflow: hidden;
      /*display: flex;*/
      align-items: flex-end;
	  object-fit: cover;
    }
	
	
		.top_img{
		display: none;
	}
	
	.top_img_sp img{
        border-top: 80px solid black;
        width: 100%;
        margin-top: 30%;
        margin-bottom: -1%;
	}
	
	.top_img_sp li{
	list-style:none;
	float:left;
    width: 100%;
}

	.br-sp {
        display: block;
    }
	
	.br-others-sp {
    display: block;
}
	
	.sp-left{
		margin-left: 10%;
	}
	
	    .hero-content {
      position: absolute;
      z-index: 10;
	  margin-top: 130px;
	  width: 100%;
}
	
	 .hero-eyebrow {
      font-size: 10vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left:20px;
        line-height: 1;
    }
	
    .hero-logo-large {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 13vw;
        font-weight: 900;
        color: var(--green);
        line-height: 0.9;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        margin-bottom: 16px;
        position: absolute;
        margin-left: 10%;
        margin-top: 78%;
    }
	
    .hero-sub {
        font-size: 2.0vw;
        font-weight: 500;
        color: rgba(255, 255, 255);
        line-height: 1.8;
        margin-left: 5%;
        margin-bottom: 2%;
        position: absolute;
        margin-top: 112vw;
    }
	
		.flex_nav {
      display: none;
    }
	
	.philosophy-background{
		display: none;
	}
	
	.philosophy-background-sp{
		display: block;
		background-image: url("../img/home/back_green.png");
	 	background-size: cover;
     	background-position: center;
     	background-repeat: no-repeat;
	}
	
	.philosophy-img-sp img{
		width: 200px;
	}
	
	.philosophy-img-sp2{
		margin-top: 20px;
		margin-left: 20px;
	}
	
	 .philosophy-text-sp {
      position: relative;
      width: 400px;
    }
	
	 .philosophy-text-sp {
      position: relative;
      width: 400px;
    }
	
	   .section-label-sp {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
    }
    .section-label-sp::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }
	
    .work-card-overlay {
      position: absolute;
      inset: 0;
    }
	
	.section-others-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 20%;
}
	
	.hero-others-content {
    position: absolute;
    z-index: 10;
    padding: 0 48px 48px;
    margin-left: 5%;
}

	
/*仕事内容*/
.service_top_img_div img {
    width: 110%;
    margin-top: 265px;
    margin-bottom: 60px;
    margin-left: 5%;
}
	
    .dept-section::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 180vw;
        height: 215vw;
        border-radius: 50% 50% 0 0;
        z-index: 0;
    }
	
	.service-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 475px;
    width: 320px;
    margin: 0 auto;
}

.service-card-green {
    background: linear-gradient(160deg, #005439, #2CB080);
}
	
    .section-others-label-service {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        /* font-weight: 700; */
        color: black;
        letter-spacing: 0.08em;
        margin-bottom: 24px;
        margin-top: 25%;
    }
	
	
/*教育・資格支援、はたらく環境*/
.hero-others-eyebrow {
    font-size: 8vw;
    font-weight: 700;
    color: white;
    letter-spacing: 0.06em;
    margin-top: 170px;
}
	
.hero-others2-content {
    z-index: 10;
    padding: 0 48px 48px;
    margin-left: 0%;
}
	
.top_text {
     margin-left: 0%; 
}
	
    .section-others-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        /* font-weight: 700; */
        color: black;
        letter-spacing: 0.08em;
        margin-bottom: 24px;
        margin-top: 60%;
    }
	
.hero-others2_top_img_div img {
    width: 95%;
    margin-top: 270px;
    margin-bottom: 50vw;
    margin-left: 5%;
}
	
.hero-environment_top_img_div img {
    width: 95%;
    margin-top: 270px;
    margin-bottom: 40vw;
    margin-left: 5%;
}
	
.skillup_title {
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 250px;
    margin-left: 60px;
}
	
.skillup_title2 {
    color: white;
    background-color: black;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    width: 500px;
    margin-left: 60px;
}
	
.cards-grid-skillup-flow {
    /* display: flex; */
    align-items: center;
    gap: 0;
}
	
.skillup-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 500px;
    width: 500px;
    border: 3px solid #000;
    border-radius: 15px;
    margin: 60px auto;
}
	
.card-image {
    width: 100%;
    /*aspect-ratio: 4 / 2;*/
    position: relative;
    overflow: hidden;
}
	
.card-image-skillup {
    width: 100%;
    aspect-ratio: 4 / 2;
    position: relative;
    overflow: hidden;
}
	
.card-body-skillup p {
    font-size: 14px;
    line-height: 1.9;
    margin-left: 10vw;
}
	
.step-skillup {
    text-align: center;
    position: absolute;
    margin: -10px 185px;
}
		
.skillup-card::after {
    content: "";
    position: absolute;
/*     top: 50%; */
    margin-left: 240px;
    margin-top: 40px;
    transform: translateY(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #000;
}
	
.allowance-card {
    background: white;
    border-radius: 005339 4px;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    width: 660px;
}
	
.environment-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 270px;
    width: 270px;
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #333;
    border-radius: 15px;
}

/*会社概要*/	
.top_text_about {
    margin-left: 10%;
    margin-top: 330px;
}
	
/*協力会社様募集中*/

    .hero-others2_top_img_div img {
        width: 84%;
        margin-top: 270px;
        margin-bottom: 50vw;
        margin-left: 8%;
    }
	.section-partner-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 60%;
}
.hero-partner-sub {
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 1.8;
    /* max-width: 400px; */
    margin-top: 40px;
}
	
.text-headline-partner {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.5;
    color: white;
    margin-bottom: 8px;
}
	
	/*募集要項*/
	.about-table{
    font-size: 16px;
    text-align: left;
	}
	
/*協力会社様募集中*/
.partner-card {
    background: white;
    border: 2px solid #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 60vw;
    width: 80vw;
    margin: 0 auto;
}
	
.partner_title {
    color: #005339;
    border: 2px solid #005339;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 60vw;
    margin: 20px auto;
}
	
.partner-card-body {
    color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 12px 60px;
}
	
    .partner-card {
        background: white;
        border: 2px solid #000;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
        height: 48vw;
        width: 80vw;
        margin: 0 auto;
    }
	
	/*問い合わせフォーム*/
	.form-inner {
    max-width: 700px;
    margin: 0 auto;
	font-size: 2vw;
}
	
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 10px;
}
}

@media screen and (min-width:481px) and (max-width:720px) {
	
/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 1000%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
  margin-top: 35vw;
}

.nav_list li{
      margin: 6vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
         bottom: -180vw;
        height: 210vw;
}
	
	/*フッター*/
    .footer-grid {
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
      text-align: center;
    }
	.footer-btn {
    height: 70px;
    width: 150px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s;
    margin: 15px 0;
	}
	.footer-nav-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
	}
	
	
    .hero {
/*      margin-top: 56px;*/
      position: relative;
	  width:100vw;
      height:100%;
      background: linear-gradient(160deg, #005439, #2CB080, #2CB080);
      overflow: hidden;
      /*display: flex;*/
      align-items: flex-end;
	  object-fit: cover;
    }
	
	
		.flex_nav {
      display: none;
    }
	
		.top_img{
		display: none;
	}
	
	.top_img_sp img{
        border-top: 80px solid black;
        width: 100%;
        margin-top: 30%;
        margin-bottom: -1%;
	}
	
	.top_img_sp li{
	list-style:none;
	float:left;
    width: 100%;
}

	.br-sp {
        display: block;
    }
	
	.br-others-sp {
    display: block;
}
	
	.sp-left{
		margin-left: 10%;
	}
	
	    .hero-content {
      position: absolute;
      z-index: 10;
	  margin-top: 115px;
	  width: 100%;
}
	
	 .hero-eyebrow {
      font-size: 10vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left:20px;
        line-height: 1;
    }
	
    .hero-logo-large {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 13vw;
        font-weight: 900;
        color: var(--green);
        line-height: 0.9;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        margin-bottom: 16px;
        position: absolute;
        margin-left: 10%;
        margin-top: 78%;
    }
	
    .hero-sub {
        font-size: 2.0vw;
        font-weight: 500;
        color: rgba(255, 255, 255);
        line-height: 1.8;
        margin-left: 5%;
        margin-bottom: 2%;
        position: absolute;
        margin-top: 112vw;
    }
	
	.philosophy-background{
		display: none;
	}
	
	.philosophy-background-sp{
		display: block;
		background-image: url("../img/home/back_green.png");
	 	background-size: cover;
     	background-position: center;
     	background-repeat: no-repeat;
	}
	
	.philosophy-img-sp img{
		width: 20vw;
	}
	
	.philosophy-img-sp2{
		margin-top: 20px;
		margin-left: 20px;
	}
	
	 .philosophy-text-sp {
      position: relative;
      width: 400px;
    }
	
		 
	.philosophy-text-sp {
      position: relative;
      width: 400px;
    }
	
	.philosophy-body {
    font-size: 2vw;
    line-height: 2;
    color: #555;
    margin-top: 20px;
	}
	
	.text-headline {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5;
    color: #119663;
    margin-bottom: 8px;
}
	
	   .section-label-sp {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 18px;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
    }
    .section-label-sp::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }
	
    .work-card-overlay {
      position: absolute;
      inset: 0;
    }
	
	.work-card-body {
    font-size: 2vw;
    color: rgba(255, 255, 255);
    line-height: 1.8;
    margin-top: 8px;
    max-width: 500px;
	font-weight: 600;
}
	
/*仕事内容*/
.hero-others-content {
    position: absolute;
    z-index: 10;
    padding: 0 48px 48px;
    margin-left: 0%;
}
	
    .section-others-label-service {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 3vw;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
	  margin-top: 30%;
    }
	
.text-headline-others {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5;
    color: #119663;
    margin-bottom: 8px;
}
	
.hero-others-sub {
    font-size: 2.3vw;
    font-weight: 500;
    color: black;
    line-height: 1.8;
    margin-top: 25px;
}
	
    .service_top_img_div img {
        width: 130%;
        margin-top: 265px;
        margin-bottom: 20px;
        margin-left: -10%;
    }
	
.dept-title-en {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 5vw;
    font-weight: 900;
    color: white;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
	
.dept-description {
    font-size: 2.5vw;
    color: white;
    line-height: 2;
    max-width: 600px;
    margin-bottom: 48px;
}
	
.dept-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 35px;
}
	
    .dept-section::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 220vw;
        height: 300vw;
        border-radius: 50% 50% 0 0;
        z-index: 0;
    }
	
	.service-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 475px;
    width: 380px;
    margin: 0 auto;
}

.service-card-green {
    background: linear-gradient(160deg, #005439, #2CB080);
}

/*教育・資格支援、はたらく環境*/
.hero-others-eyebrow {
    font-size: 10vw;
    font-weight: 700;
    color: white;
    letter-spacing: 0.06em;
    margin-top: 170px;
}
	
.hero-others2-content {
    z-index: 10;
    padding: 0 48px 48px;
    margin-left: 0%;
}
	
.top_text {
     margin-left: 0%; 
}
	
.dept-inner-others2 {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20vw;
}
	
.dept-inner-environment {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5vw;
}
	
    .section-others-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        /* font-weight: 700; */
        color: black;
        letter-spacing: 0.08em;
        margin-bottom: 24px;
        margin-top: 58vw;
    }
	
.hero-others2_top_img_div img {
    width: 95%;
    margin-top: 270px;
    margin-bottom: 50vw;
    margin-left: 5%;
}
	
.skillup_title {
    color: white;
    background-color: black;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 33vw;
    margin-left: 40px;
}
	
.skillup_title2 {
    color: white;
    background-color: black;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 60vw;
    margin-left: 60px;
}
	
.cards-grid-skillup-flow {
    /* display: flex; */
    align-items: center;
    gap: 0;
}
	
.skillup-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
	height: 70vw;
    width: 70vw;
    border: 3px solid #000;
    border-radius: 15px;
    margin: 60px auto;
}
	
.step-skillup-text {
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    margin-top: 30px;
}
	
.step-skillup-text-small {
    font-size: 2vw;
}
	
.card-image {
    width: 100%;
    /*aspect-ratio: 4 / 2;*/
    position: relative;
    overflow: hidden;
}
	
.card-image-skillup {
    width: 100%;
    aspect-ratio: 4 / 2;
    position: relative;
    overflow: hidden;
}
	
.card-body-skillup p {
    font-size: 2vw;
    line-height: 1.9;
    margin-left: 10vw;
}
	
.card-label-bar-skillup1 img {
    height: 22vw;
    margin-top: 30px;
}
	
.step-skillup {
    text-align: center;
    position: absolute;
    margin: -10px 25vw;
}
		
.skillup-card::after {
    content: "";
    position: absolute;
/*     top: 50%; */
    margin-left: 34vw;
    margin-top: 8vw;
    transform: translateY(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #000;
}
	
.allowance-card {
    background: white;
    margin: 20px auto;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    width: 460px;
}
	
.allowance-card-body {
    font-size: 2.3vw;
    font-weight: 500;
}
	
    .environment-card {
        background: white;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
        height: 220px;
        width: 220px;
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 4px solid #333;
        border-radius: 15px;
    }
	
.environment-card-body  p{
      color: #008854;
	  font-size: 28px;
      font-weight: 700;
    }
	
      .environment-card-label-text {
      font-size: 14px;
      font-weight: 700;
	  padding: 0 0px;
      color: black;
      letter-spacing: 0.04em;
    }
	
.benefit-card {
    background: white;
    border: 2px solid #000;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 400px;
    width: 450px;
    margin: 55px auto;
}
	
.benefit-card-body li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
}

	
	/*会社概要*/
.top_text_about {
    margin-left: 10%;
    margin-top: 330px;
}
	
.about-card {
    background: white;
    border: 2px solid #000;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 580px;
    width: 450px;
    margin: 50px auto;
}
	
.about-table{
    font-size: 12px;
    text-align: left;
	}
	
.google_map_iframe{
	width: 500px;
    height: 450px;
}
	
/*募集要項*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 80vw;
  margin: 0 auto;
  margin-top: 500px;
  margin-bottom: 200px;
}
	
/*協力会社様募集中*/
.section-partner-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
    margin-top: 55%;
}
	
.partner-card {
    background: white;
    border: 2px solid #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 65vw;
    width: 80vw;
    margin: 0 auto;
}
	
.partner-card-body p {
    font-size: 16px;
    font-weight: 500;
}
	
.partner_title {
    color: #005339;
    border: 2px solid #005339;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 60vw;
    margin: 20px auto;
}
	
    .partner-card-body {
        color: black;
        padding: 20px;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: 3vw 25px;
    }
	
	.partner_title2 {
    color: #005339;
    border: 2px solid #005339;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}
	
.partner-btn {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(340deg, #005439, #2CB080);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 500;
}

	/*問い合わせフォーム*/
	.form-inner {
    max-width: 80vw;
    margin: 0 auto;
	font-size: 2vw;
}
	
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 10px;
}
	
}

@media screen and (max-width:480px) {
	

   .philosophy { padding: 70px 30px; }

.philosophy {
    padding: 80px 48px;
    display: grid;
    gap: 30px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
	
/*ハンバーガーメニュー*/
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 1000%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgb(0, 0, 0,0.8);
  transition: .5s;
  text-align: center;
  padding-top: 0px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin: 0 auto;
  margin-top: 100px;

}

.nav_list li{
      margin: 8vw;
}
	
.nav_item a {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	bottom: -270vw;
    height: 300vw;
}
	
	/*ヘッダー*/
	.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    height: 90px;
    /* background: rgba(255, 255, 255, 0.95); */
    backdrop-filter: blur(8px);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
    transition: color 1.0s ease-out;
}
	
.btn-partner {
    font-size: 8px;
    font-weight: 700;
    height: 50px;
    width: 50px;
    /* padding: 8px 16px; */
    border: 0px solid;
    color: white;
    background: black;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
}
	
.btn-apply {
    font-size: 10px;
    font-weight: 700;
    height: 50px;
    width: 50px;
    /* padding: 8px 20px; */
    border: 0px solid;
    color: #009948;
    background: white;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background 0.2s;
    text-decoration: none;
    text-align: center;
    padding-top: 17px;
}
	
.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 23px;
}
	
	/*フッター*/
    .footer-grid {
      grid-template-columns: 1fr 1fr 1fr auto auto;
      gap: 48px;
      max-width: 1100px;
      margin: 0 auto 48px;
      align-items: start;
      text-align: center;
    }
	.footer-btn {
    height: 70px;
    width: 150px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s;
    margin: 15px 0;
	}
	.footer-nav-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
	}

.value_header_logo {
    width: 150px;
}
	

.logo {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 7px;
    letter-spacing: 0.08em;
    color: white;
    text-decoration: none;
}
	
    .hero {
/*      margin-top: 56px;*/
      position: relative;
	  width:100vw;
      height:100%;
      background: linear-gradient(160deg, #005439, #2CB080, #2CB080);
      overflow: hidden;
      /*display: flex;*/
      align-items: flex-end;
	  object-fit: cover;
    }
	
		.flex_nav {
      display: none;
    }
	
		.top_img{
		display: none;
	}
	
	.top_img_sp img{
        border-top: 80px solid black;
        width: 100%;
        margin-top: 30%;
        margin-bottom: -1%;
	}
	
	.top_img_sp li{
	list-style:none;
	float:left;
    width: 100%;
}

	.br-sp {
        display: block;
    }
	
	.br-others-sp {
    display: block;
}
	
	.sp-left{
		margin-left: 10%;
	}
	
	    .hero-content {
      position: absolute;
      z-index: 10;
	  margin-top: 100px;
	  width: 100%;
}
	
	 .hero-eyebrow {
      font-size: 10vw;
      font-weight: 700;
      color: white;
      letter-spacing: 0.06em;
      margin-bottom: 35%;
      opacity: 0.9;
	  margin-left:20px;
        line-height: 1;
    }
	
    .hero-logo-large {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 13vw;
        font-weight: 900;
        color: var(--green);
        line-height: 0.9;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        margin-bottom: 16px;
        position: absolute;
        margin-left: 10%;
        margin-top: 85vw;
    }
	
    .hero-sub {
        font-size: 2.0vw;
        font-weight: 500;
        color: rgba(255, 255, 255);
        line-height: 1.8;
        margin-left: 5%;
        margin-bottom: 2%;
        position: absolute;
        margin-top: 120vw;
    }
	
	.philosophy-background{
		display: none;
	}
	
    .philosophy-background-sp {
        display: block;
        background-image: url(../img/home/back_green.png);
        background-size: cover;
        background-position: -50px 5px;
        background-repeat: no-repeat;
    }
	
	.philosophy-img-sp img{
		width: 25vw;
	}
	
	.philosophy-img-sp2{
		margin-top: 20px;
		margin-left: 20px;
	}
	
	 .philosophy-text-sp {
      position: relative;
      width: 400px;
    }
	
	.philosophy-body {
    font-size: 2vw;
    line-height: 2;
    color: #555;
    margin-top: 20px;
	}
	
	.text-headline {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.5;
    color: #119663;
    margin-bottom: 8px;
}
	
	   .section-label-sp {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 3vw;
      font-weight: 700;
      color: black;
      letter-spacing: 0.08em;
      margin-bottom: 24px;
    }
    .section-label-sp::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #119663;
      flex-shrink: 0;
    }
	
    .work-card-overlay {
      position: absolute;
      inset: 0;
    }
	
.work-card-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 8vw;
    color: var(--green);
    line-height: 1;
    opacity: 0.9;
}
	
.work-card-title {
    font-size: 4vw;
    font-weight: 900;
    color: white;
    margin-top: 4px;
}

	.work-card-body {
    font-size: 2vw;
    color: rgba(255, 255, 255);
    line-height: 1.8;
    margin-top: 8px;
    max-width: 500px;
	font-weight: 600;
}
	
.work-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    padding: 1vw 1.5vw;
    background: #0CAE70;
    color: white;
    font-size: 2vw;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.06em;
    transition: background 0.2s;
}
	
.work-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
     padding: 3vw; 
}
	
.work-card-link .arrow {
    font-size: 2vw;
}
	
.section-header-title {
    font-size: 4vw;
    font-weight: 700;
    color: var(--black);
    align-items: center;
    gap: 16px;
}
	
.recruit {
    position: relative;
    padding: 40px 48px;
    background: var(--black);
    overflow: hidden;
    text-align: center;
}
	
	
/*仕事内容*/
	
.background-green {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 186px;
    border-bottom: 45px solid black;
    background: linear-gradient(160deg, #005439, #2CB080);
    z-index: -100000;
}
	
.hero-others-eyebrow {
    font-size: 15vw;
    font-weight: 700;
    color: white;
    letter-spacing: 0.06em;
    margin-top: 160px;
}
	
.hero-others-content {
        position: absolute;
        z-index: 10;
        padding: 0 20px 48px;
        margin-left: 0%;
    }
	
.section-others-label-service {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 4vw;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    margin-top: 38%;
}
	
.text-headline-others {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.5;
    color: #119663;
    margin-bottom: 8px;
}
	
.hero-others-sub {
    font-size: 2.5vw;
    font-weight: 500;
    color: black;
    line-height: 1.8;
    /* max-width: 400px; */
    margin-top: 20px;
}
	
    .service_top_img_div img {
        object-fit: cover;
        width: 80vw;
        height: 65vw;
        margin-left: 20vw;
        margin-top: 215px;
        margin-bottom: 20px;
    }

.dept-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 25px;
}

.dept-title-en {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 6vw;
    font-weight: 900;
    color: white;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}
	
.dept-description {
    font-size: 3vw;
    color: white;
    line-height: 2;
    max-width: 600px;
    margin-bottom: 48px;
}
	
.card-label-text {
    font-size: 4vw;
    font-weight: 700;
    padding: 0 10px;
    color: white;
    background-color: black;
    letter-spacing: 0.04em;
}
	
.card-body p {
    font-size: 3vw;
    line-height: 1.9;
}
	
	.partner-note a{
    font-size: 2.5vw;
	}
	
.dept-section::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 240vw;
        height: 360vw;
        border-radius: 50% 50% 0 0;
        z-index: 0;
    }
	
	.service-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
        height: 420px;
        width: 100%;
    margin: 0 auto;
}

.service-card-green {
    background: linear-gradient(160deg, #005439, #2CB080);
}

/*教育・資格支援、はたらく環境*/
.hero-others-eyebrow {
    font-size: 10vw;
    font-weight: 700;
    color: white;
    letter-spacing: 0.06em;
    margin-top: 115px;
}
	
.hero-others2-content {
    z-index: 10;
    padding: 0 48px 48px;
    margin-left: 0%;
}
	
.top_text {
     margin-left: 0%; 
}
	
.dept-inner-others2 {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 45vw;
}

.dept-inner-others2-allowance {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0vw;
}
	
.dept-inner-environment {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 10vw;
}
	
    .section-others-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        /* font-weight: 700; */
        color: black;
        letter-spacing: 0.08em;
        margin-bottom: 24px;
        margin-top: 58vw;
    }
	
    .hero-others2_top_img_div img {
        width: 90%;
        margin-top: 186px;
        margin-bottom: 50vw;
        margin-left: 5%;
    }
	
.skillup_title {
    color: white;
    background-color: black;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 33vw;
    margin-left: 40px;
}
	
.skillup_title2 {
    color: white;
    background-color: black;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 60vw;
    margin-left: 60px;
}
	
.cards-grid-skillup-flow {
    /* display: flex; */
    align-items: center;
    gap: 0;
}
	
.skillup-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
	height: 70vw;
    width: 70vw;
    border: 3px solid #000;
    border-radius: 15px;
    margin: 60px auto;
}
	
.step-skillup-text {
    text-align: center;
    font-size: 3vw;
    font-weight: 700;
    margin-top: 30px;
}
	
.step-skillup-text-small {
    font-size: 2vw;
}
	
.card-image {
    width: 100%;
    /*aspect-ratio: 4 / 2;*/
    position: relative;
    overflow: hidden;
}
	
.card-image-skillup {
    width: 100%;
    aspect-ratio: 4 / 2;
    position: relative;
    overflow: hidden;
}
	
	
.card-body-skillup p {
    font-size: 2vw;
    line-height: 1.9;
    margin-left: 10vw;
}
	
.card-label-bar-skillup1 img {
    height: 22vw;
    margin-top: 4vw;
}
	
.step-skillup {
    text-align: center;
    position: absolute;
    margin: -10px 20vw;
}
		
.skillup-card::after {
    content: "";
    position: absolute;
/*     top: 50%; */
    margin-left: 31vw;
    margin-top: 6vw;
    transform: translateY(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #000;
}
	
    .allowance-card {
        background: white;
        margin: 20px auto;
        overflow: hidden;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
        width: 330px;
    }
	
.allowance-card-body {
    font-size: 3vw;
    font-weight: 500;
}
	
.environment-card {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 185px;
    width: 185px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid #333;
    border-radius: 15px;
}
	
.environment-card-body  p{
      color: #008854;
	  font-size: 25px;
      font-weight: 700;
    }
	
    .environment-card-label-text {
        font-size: 13px;
        font-weight: 700;
        padding: 0px 0px;
        color: black;
        letter-spacing: 0.04em;
    }

.benefit-card {
    background: white;
    border: 2px solid #000;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 320px;
    width: 330px;
    margin: 55px auto;
}
	
.benefit-card-body {
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 320px;
}
	
.benefit-card-body li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
}
	
	/*会社概要*/
	
.top_text_about {
    margin-left: 10%;
    margin-top: 245px;
}
	
.hero-about_top_img_div img {
    margin-top: 370px;
    width: 100%;
}
	
.about-card {
    background: white;
    border: 2px solid #000;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 645px;
    width: 80vw;
    margin: 50px auto;
}
	
.about-table{
    font-size: 12px;
    text-align: left;
	}
	
.about-card-body {
     padding: 0px; 
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    min-height: 400px;
}
	
.google_map_iframe{
	width: 80%;
    height: 350px;
}
	
/*募集要項*/
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 80vw;
  margin: 0 auto;
  margin-top: 380px;
  margin-bottom: 200px;
}
	
.tab_content {
    display: none;
    padding: 0px 0px 0; 
    clear: both;
    overflow: hidden;
}
	
/*協力会社様募集中*/
	
.hero-others-eyebrow-partner {
    font-size: 8vw;
    font-weight: 700;
    color: white;
    letter-spacing: 0.06em;
    margin-top: 120px;
}
	
    .section-partner-label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.08em;
        margin-bottom: 10px;
        margin-top: 75%;
    }
	
.text-headline-partner {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.5;
    color: white;
    margin-bottom: 8px;
}
	
	.hero-others2_top_img_div-partner{
		width: 95%;
/*        margin-top: 240px;*/
        margin-bottom: 20vw;
        margin-left: 5%;
	}
	
.partner-card {
    background: white;
    border: 2px solid #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
    height: 70vw;
    width: 80vw;
    margin: 0 auto;
}
	
.partner_title {
    color: #005339;
    border: 2px solid #005339;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 60vw;
    margin: 20px auto;
    margin-bottom: 0px;
}
	
.partner-card-body {
    color: black;
    padding: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 12px 25px;
}
	
.partner_title2 {
    color: #005339;
    border: 2px solid #005339;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}
	
    .partner-btn {
        display: inline-block;
        padding: 5px 20px;
        background: linear-gradient(340deg, #005439, #2CB080);
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        text-align: center;
        margin-top: 30px;
        font-size: 20px;
        font-weight: 500;
    }
	
.partner-contact {
    text-align: center;
    margin: 35px auto;
    font-size: 3vw;
}
	
	/*問い合わせフォーム*/
	.form-inner {
    max-width: 80vw;
    margin: 0 auto;
    font-size: 3vw;
}
	
.section-about-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 4vw;
    font-weight: 700;
    color: black;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}
	
.contact-btn {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(340deg, #005439, #2CB080);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    font-size: 5vw;
    font-weight: 500;
    margin-bottom: 10vw;
}
	
.contact-btn-back {
    display: inline-block;
    padding: 15px 35px;
    background: black;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    margin-top: 30px;
    font-size: 5vw;
    font-weight: 500;
    margin-bottom: 10vw;
}
	
.hero-partner-sub {
    font-size: 3.2vw;
    font-weight: 500;
    color: white;
    line-height: 1.8;
    margin-top: 40px;
}
	
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 12px 16px;
    border: 0px solid #4C4C4C;
    border-radius: 6px;
    font-size: 11px;
    box-sizing: border-box;
    background: #D8D8D8;
    color: #787878;
    height: 48px !important;
}
	

}