/* 
Theme Name: SES派遣
Theme: ses-theme
Author: 平岡　汰一
Version: 1.1
*/

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

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Arial", "Hiragino Sans", sans-serif;
  background-image: url(IMG/background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  position: relative;
}

section {
  padding: 0 16px;
}

img {
  width: 100%;
}

/* body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(233, 30, 99, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(33, 150, 243, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 50% 80%,
      rgba(0, 188, 212, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
  z-index: 0;
} */

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Header */
.header {
  width: 100%;
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .logo .header-logo_img {
  width: 32%;
  height: auto;
}

/* Tagline Section */

.tagline-box {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.tagline-box span {
  font-size: 18px;
}

.tagline-box-1 {
  background: linear-gradient(90deg, #d84d97 0%, #3ebbea 100%);
  margin-bottom: 8px;
}

.tagline-box-2 {
  background: linear-gradient(90deg, #d84d97 0%, #3ebbea 100%);
  margin-bottom: 16px;
}

/* Hero Section */
.hero {
  text-align: left;
}

.hero-title {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.hero .highlight {
  position: relative;
  background: linear-gradient(90deg, #d84d97 0%, #3ebbea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding: 4px;
}

.hero .highlight::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #fff;
  z-index: -1;
}

.hero .highlight {
  position: relative;
  background: linear-gradient(90deg, #d84d97 0%, #3ebbea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding: 4px;
}

.hero .samll {
  font-size: 24px;
  line-height: 24px;
}

.hero-text {
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 12px;
}

.hero-title .hero-text:nth-child(2) {
  display: flex;
  align-items: end;
  gap: 8px;
}

/* Reason Section */
.reason-section {
}

.reason-title {
  width: 100vw;
}

.four-selecter {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 8px;
  display: flex;
  align-items: end;
}

.four-selecter::before {
  content: "";
  display: block;
  background-image: url(IMG/lefft.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0%;
  top: 34%;
  width: 90%;
  height: 26px;
}

.four-selecter::after {
  content: "";
  display: block;
  background-image: url(IMG/Union.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -90%;
  top: 34%;
  width: 90%;
  height: 26px;
}

.four-selecter span {
  font-size: 24px;
}

.reason-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 2px;
  color: #a0aec0;
}

.reason-title span {
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 8px;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.feature-card {
  border: 2px solid;
  border-image: linear-gradient(to right, #d84d97, #00bcd4);
  border-image-slice: 1;
  border-radius: 4px;
  background: rgba(26, 31, 58, 0.5);
  backdrop-filter: blur(10px);
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  padding: 8px 0;
}

.feature-number {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0 188 212 0.3);
  color: #ffffff;
  font-weight: bold;
  font-family: ethnocentric, sans-serif;
  font-size: 12px;
  padding: 4px;
  width: 32px;
  height: 24px;
  line-height: 16px;
}

.feature-content {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

.feature-content-large {
  font-size: 14px;
  font-weight: bold;
}

.feature-content-large .tit {
  display: inline-block;
  margin-bottom: 8px;
}

.feature-content-large .circle {
  position: relative;
}

.feature-content-large .circle::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  width: 4px;
  height: 4px;
}

.feature-content .feature-logo_img {
  width: 32%;
}

.feature-icon {
  text-align: center;
}

/* CTA Section */
.cta-section {
  background: rgba(62, 187, 234, 0.4);
  text-align: center;
  margin: 40px 0;
  padding: 16px 0;
}

.cta-highlight {
  background: #d84d97;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 16px;
}

.cta-sab-title {
  font-size: 16px;
}

.cta-title {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: normal;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-button {
  border: 2px solid #d84d97;
  background: #ffffff;
  color: #d84d97;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 88%;
  height: 64px;
  margin: 0 auto;
  box-shadow: 0px 4px 8px #000;
  padding: 0 8px;
}

.text-width {
  display: block;
  width: 80%;
}

.cta-button:hover {
  background: #f5f5f5;
  transform: translateX(4px);
}

.cta-arrow {
  font-size: 18px;
  margin-left: 12px;
}

/* Footer */
.footer {
  background: rgba(10, 14, 39, 0.8);
  border-top: 1px solid #2a3f5f;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 24px;
  color: #a0aec0;
}

.footer-links a {
  color: #a0aec0;
  text-decoration: none;
  border-right: 1px solid #a0aec0;
  padding-right: 20px;
}

.footer-links a:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-links a:hover {
  color: #00bcd4;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #a0aec0;
}

.footer-divider {
  height: 1px;
  background: #2a3f5f;
  margin: 24px 0;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #a0aec0;
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-subtitle {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-highlight {
    font-size: 18px;
  }

  .feature-card {
    min-height: 96px;
  }

  .footer-links {
    gap: 12px;
    font-size: 12px;
  }

  .footer-links a {
    padding-right: 12px;
  }
}
