@charset "utf-8";
/* container */
@media screen and (max-width: 767px) {
    
  .floating-btn {
      display: inherit;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FF6B00; 
    text-align: center;
    z-index: 1000;
  }

  .floating-btn a {
    display: block;
    color: white;
    padding: 15px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
  }

  .floating-btn a:hover {
    opacity: 0.9;
  }
  nav#mainNav {
    display: none;
  }
  .container {
    padding: 0 20px;
  }
  section {
    padding: 30px 0;
  }
  /* Header */
  .header-content {
    padding: 0;
  }
  .logo {
    font-size: 35px;
  }
  /* Hero Section */
  .hero {
      top:50px;
    padding-top: 90px;
      margin-bottom: 40px;
    background-position: 40% top !important;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  .hero {
      padding: 20px 0 20px !important;
    background: url(../images/top01_sp.webp);
  }
.hero-content1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) ;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px 0  0px !important;
}
.hero-content2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) ;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px 0  10px !important;
}
  .hero .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
      line-height: 1.5;
  }
  .hero .btn {
    margin-bottom: 5px;
  }
    .stat-number {
    font-size: 20px;
}
  .hero h1 {
    font-size: 18px;
      margin-bottom: 10px;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* Staff Sections */
  .service01 {
    flex-wrap: wrap;
  }
  .service01_01, .service02_01 {
    width: 100%;
    padding: 20px;
  }
  .service01_02 {
    width: 100%;
  }
  .service02 {
    flex-wrap: wrap;
  }
  .service02_01 {
    width: 100%;
    order: 1;
  }
  .service02_02 {
    width: 100%;
    order: 2;
  }
  .testimonial {
    padding: 20px;
    margin: 20px 0 0;
  }
  .radar-chart {
    width: 100%;
    height: auto;
  }
  .service_txt {
    flex-wrap: wrap;
  }
  .service_txt_txt {
    width: 100%;
    order: 2;
  }
  .service_txt_img {
    width: 60%;
    margin: 0 auto 15px;
    order: 1;
  }
  .profile-info {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .radar-chart {
    font-size: 16px;
  }
  .total-rating {
    padding: 20px;
    margin: 20px 0;
  }
  .japanese-skills {
    margin: 20px 0;
  }
  .testimonial {
    padding: 20px;
    margin: 20px 0;
  }
  .testimonial-author {}
  .features-list {
    margin: 20px 0;
    font-size: 16px;
  }
  .features-list li:before {
    left: 5px;
  }
  .features-list2 {
    margin: 20px 0;
  }
  .features-list2 li {
    padding: 8px 0;
    position: relative;
  }
  .stats {
    gap: 30px;
    margin-top: 0;
  }
  .link-buttons .btn span {
    font-size: 70%;
  }
  .link-buttons {
    margin-top: 0;
    margin-bottom: 10px;
  }
  /* Success Stories */
  .success-stories {
    margin: 30px 0 10px;
  }
  .story-card {
    padding: 15px;
  }
  .story-img {
    width: 50%;
    margin: 15px auto;
  }
  .story-txt {
    width: 100%;
  }
  .story-title {
    width: 100%;
  }
  .story-result {
    width: 100%;
  }
  /* Ability Section */
  .ability-intro {
    max-width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .ability-grid {
    margin-bottom: 30px;
  }
  .ability-card {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .ability-title {
    font-size: 18px;
  }
  .ability-img {
    text-align: center;
    width: 50%;
    margin: 0 auto 15px;
  }
  .ability-description {
    width: 100%;
  }
  /* Seven Perspectives */
  .seven-perspectives {
    padding: 30px 0;
  }
  .seven-perspectives h3 {
    font-size: 26px;
  }
  .perspective-center {
    width: 45%;
    height: 45%;
    max-width: 140px;
    max-height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #d4d4d7e0;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    color: #FF6B00;
    font-size: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  }
  .perspective-circle {
    width: 90%;
    max-width: 90%;
    aspect-ratio: 1 / 1;
    height: auto; /* ← これ実は不要。aspect-ratioでOK */
    margin: 40px auto;
    position: relative;
    background: linear-gradient(135deg, #FF6B00 0%, #FF8533 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .perspective-items {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .perspective-item {
    width: 70px;
    height: 70px;
    font-size: 10px;
    position: absolute;
    left: 38%;
    top: 40%;
    transform-origin: center center;
  }
  /* 360 ÷ 7 = 約51.43度、translateを%で！ */
  .perspective-item:nth-child(1) {
    transform: rotate(0deg) translate(140px) rotate(0deg);
  }
  .perspective-item:nth-child(2) {
    transform: rotate(51.43deg) translate(140px) rotate(-51.43deg);
  }
  .perspective-item:nth-child(3) {
    transform: rotate(102.86deg) translate(140px) rotate(-102.86deg);
  }
  .perspective-item:nth-child(4) {
    transform: rotate(154.29deg) translate(140px) rotate(-154.29deg);
  }
  .perspective-item:nth-child(5) {
    transform: rotate(205.71deg) translate(140px) rotate(-205.71deg);
  }
  .perspective-item:nth-child(6) {
    transform: rotate(257.14deg) translate(140px) rotate(-257.14deg);
  }
  .perspective-item:nth-child(7) {
    transform: rotate(308.57deg) translate(140px) rotate(-308.57deg);
  }
  .challenge-grid, .features-grid {
    grid-template-columns: 1fr;
  }
  .chart-bars {
    height: 200px;
  }
  .company-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .company-section h3 {
    color: #FF6B00;
  }
  .privacy_area {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .privacy_area .ttl_privacy {
    font-size: 120%;
    padding-bottom: 5px;
  }
  .contact_txt {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .contact-info {
    padding: 15px 15px 0;
    margin-top: 30px;
  }
  .contact-info dt {
    width: 25%;
    border-right: solid 1px #fff;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .contact-info dd {
    width: 75%;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .form-buttons {
    grid-template-columns: 1fr;
  }
  .privacy_area .privacy_area_in {
    height: 100px;
    padding: 10px;
    font-size: 80%;
  }
  /* Training Program */
  .training-section {}
  .training-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /*.tabs {
    display: flex;
    margin-bottom: 40px;
    background: #E5E7EB;
    border-radius: 8px;
    padding: 4px;
    flex-direction: column;
  }
  .tab {
    flex: 1;
    padding: 15px 20px;
    text-align: center;
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
      font-size: 118%;
  }*/
  .tab.active {
    background: #FF6B00;
    color: white;
  }
  .tab-content {
    padding: 20px 20px 0;
  }
  .tab-panel {
    display: none;
  }
  .tab-panel.active {
    display: block;
  }
  .challenge-grid {
    gap: 20px;
    margin: 20px 0;
  }
  .challenge-grid ul {
    margin-left: 20px;
  }
  .challenge-box {
    padding: 20px;
  }
  .features-grid {
    margin: 20px 0;
  }
  .feature-card {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .feature-txt {
    width: 100%;
  }
  .feature-img {
    width: 25%;
    margin: 0 auto;
  }
  /* Special Skills Section */
  /*.special-skills {
  background: #1E3A8A;
  color: white;
}
.special-skills h2, .special-skills h3 {
  color: white;
}*/
  .stats-chart {
    margin: 20px 0;
  }
  .chart-bars {
    height: 150px;
  }
  .chart-bar {}
  .system-info {
    flex-wrap: wrap;
    margin: 20px auto;
  }
  .system-card {
    width: 100%;
    padding: 20px 20px 0;
    margin-bottom: 20px;
  }
  .system-card h4 {
    margin-bottom: 15px;
  }
  .system-card-img {}
  .system-card ul {}
  .system-info2 h3 {
    margin-bottom: 20px;
  }
.system-info2-img {
  text-align: center;
    padding: 10px;
  margin: 0 auto 30px;
    width: 100%
}
  .system-info2 ul {
    flex-wrap: wrap;
  }
  .system-info2 li {
    width: 100%;
      padding-bottom: 15px;
  }
  .system-info2 li span{
    font-size: 120%;
  }
.footer-content {
  margin-bottom: 20px;
}
.copy {
    padding-top: 20px;
}
  nav ul {
    display: none;
  }
  .form-container {
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .btn {
    padding: 15px 10px;
  }
  .rating-score {
    font-size: 36px;
    margin-bottom: 0;
  }
  .stars {
    margin-bottom: 0;
  }
  .testimonial {
    padding: 15px;
  }
    footer {
    background: #1F2937;
    color: white;
    padding: 20px 0 60px;
}
    .footer-content_sp ul {
        list-style: none;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .footer-content_sp li {
        list-style: none;
        padding: 7px 10px;
        border-right: none;
        border-bottom: dotted 1px #374151;
        text-align: left;
    }
    .footer-content_sp li:last-child {
        border-bottom: none;
    }
    .footer-content_sp li a {
    color: #D1D5DB;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}
.footer-content_sp li  a:hover {
  color: #FF6B00;
}
.feature-card.w100 .feature-img{
  width: 25%;
}
.staff01-ttl {
  padding: 10px 10px 30px 75px;
}
.staff01-ttl.men {
}
.staff01-ttl.women {
}
/* flow-container */
.flow-container {
}
.flow-intro {
    max-width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
    font-size: 16px;
}
.flow-container ul {
    margin-bottom: 30px;
}
.flow-container li {
  width: 100%;
    line-height: 1.7;
    padding: 20px;
}
.flow-text {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
}