* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #111;
  line-height: 1.8;
  background: #fff;
}

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

a {
  color: inherit;
  text-decoration: none;
}
.clear {
	clear: both;
}

.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
}

.logo img {
  width:360px;
}

.logo span {
  font-size: 25px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-btn {
  background: #d90000;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
}

.hero {
/*  background: linear-gradient(90deg, #fff 0%, #fff 36%, #f5f5f5 56%, #f5f5f5 100%);
	border-bottom: 1px solid #eee;*/
	
/*background:#EAE8E8;*/
background-color: #000000; 
}

.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 620px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
	background-color: #000000; 
}

.hero-text {
  padding: 70px 24px;
}

.hero-text h1 {
  font-size: 58px;
  line-height: 1.35;
  margin: 0 0 28px;
  letter-spacing: 0.02em;
	color: #FFFFFF;
}

.hero-text h1 span {
  color: #d90000;
}

.hero-text p {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 36px;
	color: #FFFFFF;
}

.hero-image {
  height: 520px;
  overflow: hidden;
	background-color: #000000;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-area {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-area.center {
  justify-content: center;
}

.btn {
  display: inline-block;
  min-width: 220px;
  text-align: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
}

.btn-red {
  background: #d90000;
  color: #fff;
  border: 2px solid #d90000;
}

.btn-red:hover {
  background: #fff;
  color: #d90000;
}

.btn-outline {
  background: #fff;
  color: #111;
  border: 2px solid #111;
}

.btn-outline:hover {
  background: #111;
  color: #fff;
}
.btn-outline2 {
  background: #000;
  color: #fff;
  border: thin solid #CCCCCC;
}

.btn-outline2:hover {
  background: #fff;
  color: #111;
	border: thin solid "CCCCCC";
}
.section-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 90px 24px;
    
}
#one {
  /*  background-image: url("../images/img-nami-bk.jpeg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-top: thin solid #CCCCCC;
    border-bottom: thin solid #CCCCCC;
	background-color: #EAEAEA;
}


/*シリーズ*/

.series {
  background: #f4f4f4;
  padding: 100px 20px;
}

.series-title {
  text-align: center;
  margin-bottom: 80px;
}

.series-icon {
  color: #d7002f;
  font-size: 140px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;


}

.series-title h2 {
  font-size: 46px;
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  display: inline-block;
	
}

/*.series-title h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #d7002f;
  display: block;
  margin: 20px auto 0;
}*/

.series-item {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0;
  border-bottom: 1px dashed #bbb;

  display: grid;
  grid-template-columns: 22% 33% 35%;
  gap: 5%;
  align-items: center;
}

.series-item:last-child {
  border-bottom: none;
}

.series-logo {
  text-align: left;
}

.series-logo img {
  width: 230px;
  max-width: 100%;
  margin-bottom: 15px;
}

.series-logo p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}

.series-btn {
  display: inline-block;
  background: #d7002f;
  color: #fff;
  padding: 18px 40px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}

.series-btn:hover {
  background: #111;
}

.series-image {
  background: rgba(255,255,255,0.5);
  padding: 20px;
	border-radius: 10px;
}

.series-image img {
  width: 100%;
  display: block;

}

.series-price {
  text-align: left;
}

.series-type {
  width: 100%;
  max-width: 420px;
  border: 2px solid #111;
background-color: #FFFFFF;
	border-radius: 999px;
  text-align: center;
  font-size: 28px;
  padding: 12px 20px;
  margin-bottom: 40px;
  font-weight: 700;
}

.series-price-inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 15px;
}

.price-label {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.price-num {
  font-size: 80px;
  line-height: 0.9;
  color: #d7002f;
  font-weight: 900;
/*  letter-spacing: -0.02em;*/
}
.price-num span {
  font-size: 40px;
  line-height: 0.9;
  color: #d7002f;
  font-weight: 900;
/*  letter-spacing: -0.02em;*/
}

.series-price p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}
/* =========================
補助金・福利厚生
========================= */

.duone_support_area {
    width: 94%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.duone_support_box2 {
    background: rgba(255,255,255,0.92);
    border: 2px dotted #d7002f;
    border-radius: 15px;
/*    padding: 60px;*/
    margin-bottom: 70px;
    box-sizing: border-box;
    position: relative;
	padding: 2% 3% 1% 3%;
}

.duone_support_title2 {
    font-size: 180%;
    font-weight: bold;
    color: #d7002f;
    margin-bottom: 35px;
    line-height: 1.3;
    position: relative;
    padding-left: 25px;
	margin-top: 18px;
}

.duone_support_title2:before {
    content: "";
    width: 12px;
    height: 100%;
    background: #d7002f;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.duone_support_text {
    font-size: 100%;
    line-height: 2;
    color: #222222;
    margin-bottom: 35px;
    font-weight: 500;
}

.duone_support_list2 {
	display: block;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.duone_support_list2 ul {
    margin: 0;
    padding: 0;
}

.duone_support_list2 li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 22px;
    font-size: 120%;
    line-height: 1.8;
    font-weight: bold;
    color: #111111;
	float: left;
	width: 45%;
}

.duone_support_list2 li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #d7002f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

/* =========================
スマホ
========================= */

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

.duone_support_area {
    width: 92%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.duone_support_box {
    padding: 30px 20px;
    border-radius: 25px;
    margin-bottom: 40px;
}

.duone_support_title {
    font-size: 170%;
    padding-left: 20px;
    margin-bottom: 25px;
}

.duone_support_title:before {
    width: 8px;
}

.duone_support_text {
    font-size: 95%;
    line-height: 1.9;
}

.duone_support_list2 {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.duone_support_list2 ul {
    width: 100%;
    margin-bottom: 10px;
}

.duone_support_list2 li {
    font-size: 95%;
    padding-left: 28px;
    margin-bottom: 15px;
    line-height: 1.7;
	width: 90%;
	float: none;
}

.duone_support_list2 li:before {
    width: 12px;
    height: 12px;
    top: 9px;
}

}
/* =========================
   タブレット
========================= */

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

  .series-item {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .series-logo,
  .series-price {
    text-align: center;
  }

  .series-type {
    margin-left: auto;
    margin-right: auto;
  }

  .series-price-inner {
    justify-content: center;
  }

}

/* =========================
   スマホ
========================= */

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

  .series {
    padding: 70px 20px;
  }

  .series-title {
    margin-bottom: 50px;
  }

  .series-icon {
    font-size: 52px;
	 
  }

  .series-title h2 {
    font-size: 34px;
  }

  .series-item {
    padding: 50px 0;
    gap: 35px;
  }

  .series-logo img {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .series-logo p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .series-btn {
    font-size: 15px;
    padding: 14px 28px;
  }

  .series-type {
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 25px;
  }

  .price-label {
    font-size: 36px;
  }

  .price-num {
    font-size: 68px;
  }

  .series-price p {
    font-size: 16px;
	width: 96%;
margin-left:auto;
margin-right:auto;
  }


}

/*ーーーーー*/
.section-title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  margin: 0 0 50px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #d90000;
  display: block;
  margin: 18px auto 0;
}

.about {
  background: #fff;
}

.about-inner {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 50px;
  align-items: center;
}

.small-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-text h2 {
  font-size: 38px;
  line-height: 1.45;
  margin: 0 0 24px;
}

.about-text p {
  font-weight: 600;
}

.about-image {
  position: relative;
}

.about-image img {
  border-radius: 8px;
}

.feature {
  background: #fafafa;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.feature-card {
  background: #fff;
  border: 1px solid #f0b5b5;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  min-height: 260px;
}

.feature-card span {
  color: #d90000;
  font-size: 33px;
  font-weight: 800;
}

.feature-card h3 {
  font-size: 17px;
  line-height: 1.5;
  margin: 12px 0 18px;
}

.feature-card p {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
.feature-card img {
  width: 90px;
  height: 90px;
  object-fit: contain;

  margin-left: auto;
  margin-right: auto;

  /* 画像高さ固定 */
  min-height: 90px;

  margin-top: 10px;
  margin-bottom: 20px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;

  /* テキストを下に揃える */
  flex-grow: 1;
}
.merit {
  background: #fff;
}

.merit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.merit-item {
  padding: 20px 30px;
  border-right: 1px solid #ddd;
}

.merit-item:last-child {
  border-right: none;
}

.merit-icon {
  font-size: 42px;
  color: #d90000;
  font-weight: 800;
  margin-bottom: 12px;
	text-align: center;
margin-left:auto;
margin-right:auto;

width: 150px;}

.merit-item h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.merit-item p {
  margin: 0;
  font-weight: 600;
}

.scene {
  background: #fafafa;
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.scene-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.scene-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.scene-card h3 {
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 14px 8px;
}

.scene-card p {
  font-size: 13px;
  margin: 0 14px 18px;
}

.case {
  background: #fff;
}

.case-inner {
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 50px;
  align-items: center;
}

.case-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.case-image p {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 14px 22px;
  font-weight: 700;
}

.case-text h3 {
  font-size: 30px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.case-text p {
  font-weight: 600;
}

.case-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
  text-align: center;
}

.case-points div {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 18px 10px;
  font-weight: 700;
}

.case-points strong {
  color: #d90000;
  font-size: 20px;
}
.case-points img {
	text-align: center;
margin-left:auto;
margin-right:auto;
}
.future {
  background: #05080d;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.future::before {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/img-ui.png);
    opacity: 0.35;
    background-size: cover;
}

.future-inner {
  position: relative;
  z-index: 1;
}

.future h2 {
  font-size: 40px;
  margin: 0 0 22px;
}

.future h2 span {
  color: #d90000;
}

.future p {
  max-width: 580px;
  font-weight: 600;
}

.future-list {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.future-list li {
  border: 1px solid rgba(255,255,255,0.35);
  padding: 16px 10px;
  text-align: center;
  border-radius: 999px;
  font-weight: 700;
}

.contact {
  background: #05080d;
  padding: 0 24px 80px;
}

.contact-box {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 50px 30px;
  text-align: center;
}

.contact-box h2 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 18px;
}

.contact-box p {
  font-weight: 600;
  margin-bottom: 30px;
}

.footer {
  background: #05080d;
  color: #fff;
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.04), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,0.02), transparent);
  pointer-events: none;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 38% 58%;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.footer-company h2 {
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.footer-catch {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.75);
  margin-bottom: 35px;
}

.footer-info p {
  margin: 0 0 16px;
  line-height: 2;
  font-size: 15px;
}

.footer-tel {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.footer-service h3 {
  font-size: 22px;
  margin: 0 0 24px;
  padding-left: 14px;
  border-left: 4px solid #d90000;
}

.footer-service ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-service li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
}

.footer-service li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d90000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.footer-bottom {
  padding-top: 35px;
  text-align: center;
}

.footer-note {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,0.7);
  margin-bottom: 18px;
}

.copyright {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

/* =========================
   タブレット
========================= */

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

  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

}

/* =========================
   スマホ
========================= */

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

  .footer {
    padding: 60px 0 25px;
  }

  .footer-inner {
    padding: 0 20px;
  }

  .footer-company h2 {
    font-size: 28px;
  }

  .footer-catch {
    font-size: 14px;
  }

  .footer-info p {
    font-size: 14px;
  }

  .footer-tel {
    font-size: 21px;
  }

  .footer-service h3 {
    font-size: 20px;
  }

  .footer-service li {
    font-size: 14px;
    line-height: 1.8;
  }

  .footer-note {
    font-size: 13px;
  }

  .copyright {
    font-size: 12px;
  }

}
.copy_in {
	text-align: center;
	font-size: 0.75em;
	color: #5C5C5C;
}
@media screen and (max-width: 1024px) {
  .nav {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    background: #fff;
  }

  .hero-image {
    height: auto;
  }

  .hero-text h1 {
    font-size: 42px;
	  text-align: center;
  }

  .about-inner,
  .case-inner {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scene-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .future-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .header-inner {
    padding: 18px 18px;
  }

  .logo img {
    width: 250px;
  }

  .logo span {
    font-size: 12px;
  }

  .hero-text {
    padding: 50px 20px;
	  text-align: center;
  }

  .hero-text h1 {
    font-size: 34px;
	  text-align: center;
  }

  .hero-text p {
    font-size: 15px;
  }

  .btn {
    width: 100%;
  }

  .section-inner {
    padding: 65px 20px;
  }

  .section-title {
    font-size: 26px;
  }

  .about-text h2 {
    font-size: 28px;
  }

  .feature-grid,
  .merit-grid,
  .scene-grid,
  .case-points,
  .future-list {
    grid-template-columns: 1fr;
  }

  .merit-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .merit-item:last-child {
    border-bottom: none;
  }

  .case-text h3,
  .contact-box h2 {
    font-size: 24px;
  }

  .future h2 {
    font-size: 30px;
  }
}
/* =========================
TOPへ戻るボタン
========================= */

#page_top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 75px;
    height: 75px;
    background: rgba(255, 0, 0, 0.92);
    border-radius: 50%;
    z-index: 9999;
    text-decoration: none;
    
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 5px 15px rgba(0,0,0,0.25);

    transition: 0.3s;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

/* 表示時 */
#page_top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#page_top:hover {
    background: #cc0000;
    transform: translateY(-5px);
}

#page_top span {
    color: #ffffff;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    top: 8px;
}

/* 矢印 */
#page_top:before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
}

/* =========================
スマホ
========================= */

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

#page_top {
    width: 58px;
    height: 58px;
    right: 12px;
    bottom: 15px;
}

#page_top span {
    font-size: 65%;
    top: 6px;
}

#page_top:before {
    width: 10px;
    height: 10px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    top: 14px;
}

}