*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a,
button {
  transition: opacity 0.2s ease;
}
a:hover,
button:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #fff;
  color: #1f1f1f;
  min-width: 100vw;
}

img {
  display: block;
}

.sp-only {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.694vw 6.944vw;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(0.208vw);
  box-shadow: 0 0.139vw 0.972vw 0 rgba(0, 0, 0, 0.05);
  z-index: 100;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 0.972vw;
}

.header-logo img {
  height: auto;
  width: 9vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-logo p {
  font-size: 0.972vw;
  font-weight: 700;
  color: #000;
}

.header-button {
  background: #000;
  color: #fff;
  font-size: 1.111vw;
  font-weight: 700;
  padding: 0.9vw 2.083vw;
  border-radius: 69.444vw;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
}

#fv {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.472vw;
  padding: 10.417vw 12.5vw 5.556vw;
  overflow: hidden;
}

#fv .fv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.fv-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.389vw;
  font-weight: 700;
  position: relative;
}

.fv-title-container .fv-catch {
  font-size: 2.639vw;
  color: #00924d;
  letter-spacing: 0.132vw;
  line-height: 1.2;
}

.fv-title-container .fv-title {
  font-size: 3.75vw;
  line-height: 1.1;
  color: #000;
  text-align: center;
}

.fv-title-container .fv-title .sm {
  font-size: 3.333vw;
}

.fv-title-container .fv-desc {
  font-size: 1.25vw;
  color: #000;
  text-align: center;
}

.fv-cta-container {
  position: relative;
  display: flex;
  gap: 1.389vw;
  width: 75vw;
}

.fv-cta-card {
  flex: 1;
  background: #fff;
  border-radius: 0.694vw;
  box-shadow: 0 0 1.389vw 0 rgba(0, 0, 0, 0.1);
  padding: 1.389vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 17vw;
}

.fv-cta-card .card-label {
  font-size: 1vw;
  font-weight: 700;
  color: #000;
  text-align: center;
  width: 100%;
}

.fv-cta-card .card-logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  height: 5.556vw;
}

.fv-cta-card .card-service-name {
  font-size: 1.111vw;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.fv-cta-card .card-site-link {
  display: flex;
  align-items: center;
  gap: 0.139vw;
  font-size: 0.833vw;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.fv-cta-card .card-site-link img {
  width: 1.042vw;
  height: 1.042vw;
}

.fv-cta-card a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-cta-card a .card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.278vw;
  padding: 0.9vw 1.389vw;
  border-radius: 69.444vw;
  border: none;
  cursor: pointer;
  font-size: 1.111vw;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100%;
}
.fv-cta-card a .card-btn img {
  width: 18px;
  height: 18px;
}

.fv-cta-card--staffing .card-logo-area img,
.fv-cta-card--agent .card-logo-area img {
  width: auto;
  height: 3vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-cta-card--comrade .card-logo-area {
  gap: 0.6vw;
}
.fv-cta-card--comrade .card-logo-area img {
  width: auto;
  height: 2vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-cta-card--66plus .card-logo-area img {
  width: auto;
  height: 3.889vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-cta-card--staffing .card-service-name {
  color: #b40000;
}

.fv-cta-card--staffing .card-site-link {
  color: #b40000;
}

.fv-cta-card--staffing .card-btn {
  background: #b40000;
}

.fv-cta-card--agent .card-service-name {
  color: #00924d;
}

.fv-cta-card--agent .card-site-link {
  color: #00924d;
}

.fv-cta-card--agent .card-btn {
  background: #00924d;
}

.fv-cta-card--comrade .card-service-name {
  color: #000;
}

.fv-cta-card--comrade .card-site-link {
  color: #da0014;
}

.fv-cta-card--comrade .card-btn {
  background: #da0014;
}

.fv-cta-card--66plus .card-service-name {
  color: #000;
}

.fv-cta-card--66plus .card-site-link {
  color: #03873d;
}

.fv-cta-card--66plus .card-btn {
  background: #03873d;
}

#message {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.778vw;
  padding: 6.944vw 0;
  overflow: hidden;
}

.message-container {
  display: flex;
  gap: 3.472vw;
  width: 75vw;
  align-items: flex-start;
}

.message-container .message-photo {
  width: 23.681vw;
  height: 18.056vw;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.message-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
}

.message-heading {
  display: flex;
  flex-direction: column;
  gap: 0.347vw;
}

.message-heading h2 {
  font-size: 2.222vw;
  font-weight: 700;
  color: #000;
}

.message-divider {
  height: 0.208vw;
  background: #c6c6c6;
  width: 100%;
  position: relative;
}

.message-divider .accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75vw;
  height: 0.208vw;
  background: #da0014;
}

.message-body {
  font-size: 1.111vw;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}

.message-achievements {
  display: flex;
  align-items: center;
  gap: 0.694vw;
  font-weight: 700;
}

.message-achievements .message-catch {
  font-size: 1.111vw;
  color: #b40000;
  line-height: 1.6;
  width: 18.333vw;
}

.achievements-stats {
  display: flex;
  gap: 1.25vw;
  align-items: center;
}

.achievement-box {
  background: #f7f7f7;
  border-radius: 0.694vw;
  padding: 1.667vw;
  display: flex;
  align-items: flex-end;
  gap: 0.694vw;
  white-space: nowrap;
}

.achievement-box .achievement-label {
  font-size: 1.667vw;
  color: #000;
  line-height: 1;
  font-weight: 700;
}

.achievement-box .achievement-number {
  display: flex;
  align-items: flex-end;
}

.achievement-box .achievement-number .num {
  font-size: 3.75vw;
  line-height: 0.8;
  font-weight: 700;
}

.achievement-box .achievement-number .unit {
  font-size: 1.25vw;
  color: #000;
  line-height: 1;
  font-weight: 700;
}

.num-red {
  color: #da0014;
}

.num-green {
  color: #03873d;
}

.service-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.444vw;
  padding: 6.944vw 0;
  overflow: hidden;
}

.service-title {
  position: relative;
  width: 88.889vw;
  height: 0.069vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-title h2 {
  position: relative;
  background: #fff;
  padding: 0 2.083vw;
  font-size: 1.944vw;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}

.service-description {
  display: flex;
  gap: 3.472vw;
  align-items: center;
}

.service-section .service-logo-area {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.319vw;
}

.service-text {
  display: flex;
  flex-direction: column;
  gap: 0.694vw;
}

.service-text .service-main-text {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #000;
  white-space: nowrap;
}

.service-text .service-note-text {
  font-size: 0.972vw;
  line-height: 1.6;
  color: #5d5d5d;
  white-space: nowrap;
}

.service-text-body {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #000;
}

.service-feature {
  width: 75vw;
}

.feature-box {
  padding-top: 1.8vw;
  display: flex;
  gap: 2.917vw;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
}

.feature-item-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
}

.feature-item {
  position: relative;
  flex: 1;
  border-radius: 0.694vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5vw 1.5vw;
  min-height: 12.25vw;
}

.feature-item .feature-icon {
  position: absolute;
  top: -1.5vw;
  left: 0.694vw;
  width: 2.639vw;
  height: 2.639vw;
}

#dipross-staffing .feature-item {
  background: #fff3f3;
}

#dipross-agent .feature-item {
  background: #e9f2ed;
}

#comrade .feature-item {
  background: #fff3f3;
}

#rokurokuplus .feature-item {
  background: #e9f2ed;
}

#dipross-staffing .feature-highlight span {
  color: #b40000;
}

#dipross-agent .feature-highlight span {
  color: #00924d;
}

#comrade .feature-highlight span {
  color: #da0014;
}

#rokurokuplus .feature-highlight span {
  color: #03873d;
}

.feature-item .feature-text-block {
  display: flex;
  flex-direction: column;
  gap: 0.347vw;
}

.feature-title-line {
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  white-space: nowrap;
}

.feature-title-row {
  display: flex;
  align-items: center;
  gap: 0.347vw;
}

.feature-highlight {
  display: inline-flex;
  align-items: center;
  padding: 0 0.694vw;
  align-self: flex-start;
}

.feature-highlight span {
  font-size: 1.667vw;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.feature-desc {
  font-size: 0.972vw;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  width: 100%;
}

.service-button-container {
  display: flex;
  gap: 1.736vw;
  align-items: center;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.694vw;
  padding: 1.111vw 2.083vw;
  border-radius: 69.444vw;
  border: none;
  cursor: pointer;
  font-size: 1.389vw;
  font-weight: 700;
  color: #fff;
  width: 18.403vw;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.btn-primary img {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.694vw;
  padding: 1.111vw 2.083vw;
  border-radius: 69.444vw;
  border: 0.139vw solid;
  cursor: pointer;
  font-size: 1.389vw;
  font-weight: 700;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.btn-outline img {
  width: 1.042vw;
  height: 1.042vw;
  flex-shrink: 0;
}

.logo-clip {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-clip img {
  max-width: none;
}

.service-section .logo-clip {
  width: 15.347vw;
  height: 6.111vw;
}
.service-section .logo-clip img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-section .service-brand-name {
  font-size: 1.736vw;
  font-weight: 500;
  white-space: nowrap;
}

#dipross-staffing .service-brand-name {
  color: #b40000;
}

#dipross-staffing .feature-highlight {
  background: #efd8d8;
}

#dipross-staffing .feature-highlight span {
  color: #b40000;
}

#dipross-staffing .btn-primary {
  background: #b40000;
}

#dipross-staffing .btn-outline {
  border-color: #b40000;
  color: #b40000;
}

#dipross-staffing .service-title {
  background-color: #b40000;
}
#dipross-staffing .feature-highlight {
  background: rgba(180, 0, 0, 0.1);
}

#dipross-agent .service-brand-name {
  color: #03873d;
}

#dipross-agent .feature-highlight {
  background: #e9f2ed;
}

#dipross-agent .feature-highlight span {
  color: #03873d;
}

#dipross-agent .btn-primary {
  background: #03873d;
}

#dipross-agent .btn-outline {
  border-color: #03873d;
  color: #03873d;
}

#dipross-agent .service-title {
  background-color: #03873d;
}
#dipross-agent .feature-highlight {
  background: rgba(0, 146, 77, 0.1);
}

#comrade .service-brand-name {
  color: #000;
}

#comrade .service-main-text {
  flex: 1;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #000;
}

#comrade .feature-text-block {
  gap: 0.694vw;
}
#comrade .feature-text-block .feature-title-container {
  display: flex;
  flex-direction: column;
  gap: 0.694vw;
}

#comrade .feature-highlight {
  background: #fff3f3;
}

#comrade .feature-highlight span {
  color: #da0014;
}

#comrade .btn-primary {
  background: #da0014;
}

#comrade .btn-outline {
  border-color: #da0014;
  color: #da0014;
}

#comrade .service-title {
  background-color: #da0014;
}
#comrade .feature-highlight {
  background: rgba(218, 0, 20, 0.1);
}

#rokurokuplus .service-brand-name {
  color: #000;
}

#rokurokuplus .feature-highlight {
  background: #e9f2ed;
}

#rokurokuplus .feature-highlight span {
  color: #03873d;
}

#rokurokuplus .btn-primary {
  background: #00924d;
}

#rokurokuplus .btn-outline {
  border-color: #00924d;
  color: #00924d;
}

#rokurokuplus .service-title {
  background-color: #00924d;
}
#rokurokuplus .feature-highlight {
  background: rgba(3, 135, 61, 0.1);
}

#company {
  width: 100%;
  background: #f7f7f7;
  padding: 6.944vw 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.company-container {
  display: flex;
  gap: 3.472vw;
  align-items: center;
  width: 75vw;
}

.company-logo-card {
  width: 25.972vw;
  height: 19.167vw;
  background: #fff;
  border-radius: 1.389vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.company-logo-card img {
  width: 19.028vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
}

.company-heading {
  display: flex;
  flex-direction: column;
  gap: 0.347vw;
}

.company-heading h2 {
  font-size: 2.222vw;
  font-weight: 700;
  color: #000;
}

.company-divider {
  height: 0.208vw;
  background: #c6c6c6;
  width: 100%;
  position: relative;
}

.company-divider .accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.75vw;
  height: 0.208vw;
  background: #00924d;
}

.company-body {
  font-size: 1.25vw;
  line-height: 1.6;
  color: #000;
}

.btn-company {
  display: inline-flex;
  align-items: center;
  gap: 0.694vw;
  padding: 1.111vw 2.083vw;
  border-radius: 69.444vw;
  border: 0.139vw solid #000;
  background: #fff;
  cursor: pointer;
  font-size: 1.111vw;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  width: auto;
  align-self: flex-start;
}

.btn-company img {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}

#cta {
  width: 100%;
  position: relative;
  padding: 8.264vw 6.667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75vw;
  overflow: hidden;
}

#cta .cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 138.15%;
  top: -19.08%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

#cta .cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

#cta h2 {
  position: relative;
  font-size: 2.222vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.278vw rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.cta-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25vw;
  width: 75vw;
}

.cta-card {
  background: #fff;
  border-radius: 0.694vw;
  padding: 2.083vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.667vw;
  justify-content: space-between;
}

.cta-card .cta-card-label {
  font-size: 1.04vw;
  font-weight: 700;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

.cta-card .cta-logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.278vw;
  height: 5.556vw;
}

.cta-card .cta-service-name {
  font-size: 1.181vw;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.cta-card--staffing .cta-logo-area img,
.cta-card--agent .cta-logo-area img {
  width: 9.444vw;
  height: 3.75vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-card--comrade .cta-logo-area img {
  width: auto;
  height: 2vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-card--66plus .cta-logo-area img {
  width: auto;
  height: 3.75vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta-card a {
  display: block;
  width: 100%;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.694vw;
  padding: 0.694vw 2.083vw;
  border-radius: 69.444vw;
  border: none;
  cursor: pointer;
  font-size: 1.111vw;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  width: 100%;
}

.cta-btn img {
  width: 1.25vw;
  height: 1.25vw;
  flex-shrink: 0;
}

.cta-card--staffing .cta-service-name {
  color: #b40000;
}

.cta-card--staffing .cta-btn {
  background: #b40000;
}

.cta-card--agent .cta-service-name {
  color: #03873d;
}

.cta-card--agent .cta-btn {
  background: #03873d;
}

.cta-card--comrade .cta-service-name {
  color: #000;
}

.cta-card--comrade .cta-btn {
  background: #da0014;
}

.cta-card--66plus .cta-service-name {
  color: #000;
}

.cta-card--66plus .cta-btn {
  background: #00924d;
}

/* 旧フッター（footer.png 一枚画像）専用ルールは削除。
   新フッターは css/footer.css の .dpf-footer で完結。 */
/*# sourceMappingURL=style.css.map */