/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/

:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}

body::-webkit-scrollbar{
  display: none;
}

body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #ffffff;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
/**ヘッダー**/
header {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 80px;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    z-index: 100;
    padding: 0 40px;
  }

  

  

  @media screen and (max-width: 900px) {
    /*SPデザイン */
    
    .hamburger {
      width: 60px;
      height: 72px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      margin-left: auto;
      display: flex;
      transition: all 0.4s;
      position: relative;
      z-index: 30;
    }
    
    .checkbox:checked ~ .hamburger {
      transform: rotate(360deg);
    }

    .checkbox:checked ~ .hamburger .bar {
      background-color: #fff;
    }
    
    .hamburger .bar {
      width: 40px;
      height: 3px;
      background: #004D25;
      border-radius: 2px;
      display: block;
      position: absolute;
    }
    
    .hamburger .bar-top {
      transform: translate(0, -12px) rotate(0);
      transition: all 0.4s;
    }
    
    .hamburger .bar-middle {
      transition: all 0.4s;
      opacity: 1;
    }
    
    .hamburger .bar-bottom {
      transform: translate(0, 12px) rotate(0);
      transition: all 0.4s;
    }
    
    .checkbox:checked ~ .hamburger .bar-middle {
      opacity: 0;
    }
    
    .checkbox:checked ~ .hamburger .bar-top {
      transform: translate(0, 0) rotate(-45deg);
    }
    
    .checkbox:checked ~ .hamburger .bar-bottom {
      transform: translate(0, 0) rotate(45deg);
    }
    
    .checkbox {
      display: none;
    }
    
    .nav-menu {
      position: fixed;
      width: 100%;
      height: 100%;
      opacity: 0;
      color: #fff;
      top: 0;
      left: 0;
      transition: all 0.3s;
      pointer-events: none;
    }

    .nav-menu.show {
      pointer-events: auto;
    }
    
    .nav-menu ul {
      margin-top: 100px;
      position: relative;
      margin: 100px auto;
      text-align: center;
    }
    
    .nav-menu li {
      padding: 30px 0;

    }
    
    .nav-menu a {
      text-align: center;
      font-size: 20px;
      font-weight: 450;
      color: #fff;
    }
    
    .checkbox:checked ~ .nav-menu {
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter:blur(4px);
      opacity: 1;
      background-color: #004d2593;
      z-index: 9;
      pointer-events: auto;
    }
    
    }

  header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #00af98;
    font-family: 'Noto Sans JP', sans-serif;
  }

  header h1 a {
    color: #00af98;
    text-decoration: none;
  }

  h2 {
    text-align: left;
    font-size: 4vw;
    font-weight: bold;
  }

  .flex {
    display: flex;
    flex-direction: row;
  }

  .pc_only {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  nav ul {
    height: auto;
    justify-content: center;
    gap: 40px;
  }

  nav ul li a {
    font-size: 16px;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 10px 0;
  }

  nav ul li a:hover {
    color: #00af98;
  }

  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }


  @media screen and (max-width: 900px) {
    /*SPデザイン */
    .pc_only {
      display: none;
    }
  
    .sp_only {
      display: block;
    }

    header {
      padding: 0 20px;
      height: 70px;
    }

    header h1 {
      font-size: 28px;
      z-index: 90;
    }
  
    h2 {
      font-size: 30px;
    }
    }


   /**トップページ**/

  /* Hero Section - headerとmainにまたがる */
  .hero-section {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }

  /* Hero背景画像 */
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease-in-out;
  }

  .hero-bg-1 {
    background-image: url(image/meeting.png);
  }

  .hero-bg-2 {
    background-image: url(image/system.png);
  }

  .hero-bg-3 {
    background-image: url(image/sunrise.png);
  }

  .hero-bg.active {
    opacity: 1;
  }

  .hero-content {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 10;
  }

  .hero-text-container {
    position: absolute;
    left: 0;
    top: -80px;
    height: calc(100vh + 80px);
    width: 50vw;
    background-color: rgba(0, 175, 152, 0.7);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
  }

  .hero-text {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 4vw;
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-text div {
    text-align: center;
    margin: 8px 0;
  }


  .top_service {
    background-image: url(image/service.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
  }

  .top_service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
  }

  .service-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }

  .service-section-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
  }

  .service-section-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 60px 0;
    text-align: left;
  }

  .service-overview {
    margin: 80px 0;
    padding: 40px;
    position: relative;
  }

  .service-overview-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 32px 0;
  }

  .service-overview-item dt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #ffffff;
    margin-right: 60px;
    white-space: nowrap;
    min-width: 300px;
    flex-shrink: 0;
    text-align: left;
  }

  .service-overview-item dt .main-title {
    font-size: 36px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    
  }

  .service-overview-item dt .japanese-title {
    font-size: 16px;
    font-weight: 400;
    display: block;
    opacity: 0.8;
    color: #ffffff;
  }

  .service-overview-item dd {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    flex: 1;
    margin: 0;
  }

  .service-viewmore {
    position: absolute;
    top: -10px;
    right: -10px;
  }

  .service-viewmore a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .service-viewmore a::after {
    content: '→';
    margin-left: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
  }

  .service-viewmore a:hover {
    border-bottom: 1px solid #fff;
  }

  .service-viewmore a:hover::after {
    background-color: #fff;
    color: #333;
    transform: translateX(4px);
  }

  /* About Us Section */
  .top-aboutus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 120px 0;
  }

  .aboutus-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
  }

  .aboutus-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    color: #00af98;
  }

  .aboutus-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 60px 0;
    text-align: left;
  }

  .main-message {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 40px 0;
    line-height: 1.4;
  }

  .sub-message {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .aboutus-viewmore {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .aboutus-viewmore a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .aboutus-viewmore a::after {
    content: '→';
    margin-left: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
  }

  .aboutus-viewmore a:hover {
    border-bottom: 1px solid #333;
  }

  .aboutus-viewmore a:hover::after {
    color: #333;
    transform: translateX(4px);
  }


  .top_title {
    padding-left: 10%;
  }

  .top_title h2 {
    color: #004D25;
  }

  .top_title p {
    color: #828282;
  }

  .top_service_content {
    width: 100%;
    height: auto;
    position: relative;
  }

  .top_service .top_title p {
    transform: translateY(-20px);
    padding-left: 50px;
  }

  .top_service_text {
    width: 60%;
    height: 33vw;
    background-color: #004D25;
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  }

  .top_service_text p {
    font-size: 2vw;
    color: #fff;
    font-weight: bold;
    margin-top: 230px;
  }

  .top_service_img {
    position: absolute;
    top: -150px;
    right: 0;
    text-align: right;
  }

  .top_service .top_service_img img {
    width: 45vw;
    height: auto;
  }

  .viewmore {
    height: fit-content;
    padding-left: 10px;
  }

  .viewmore p {
    color: #004D25;
    font-size: 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 5;
  }

  .viewmore p a {
    z-index: 6;
  }

  .viewmore p::after {
    position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #004D25;
	transition: all 0.3s ease 0s;
  }

  .viewmore p:hover:after {
    width: 100%;
  }

.top_service .flex {
  align-items: end;
}


  /* News Section */
  .top_news {
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
  }

  .news-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: relative;
  }

  .news-section-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #00af98;
    margin: 0;
  }

  .news-section-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    margin: 0 0 60px 0;
    text-align: left;
  }

  .news-overview {
    margin: 80px 0;
    padding: 40px;
    position: relative;
  }

  .news-viewmore {
    position: absolute;
    top: -10px;
    right: -10px;
  }

  .news-viewmore a {
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .news-viewmore a::after {
    content: '→';
    margin-left: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
  }

  .news-viewmore a:hover {
    border-bottom: 1px solid #333;
  }

  .news-viewmore a:hover::after {
    background-color: #333;
    color: #fff;
    transform: translateX(4px);
  }


  /* Recruit Section */
  .top_recruit {
    background-image: url('image/recruit.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 80px 0;
  }

  .top_recruit::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .top_recruit .recruit-container {
    position: relative;
    z-index: 2;
  }

  .recruit-container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 60px 0;
  }

  .recruit-section-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
  }

  .recruit-section-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0 0 60px 0;
  }

  .recruit-overview {
    margin: 60px 0;
    position: relative;
  }

  .recruit-viewmore {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .recruit-viewmore a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid transparent;
  }

  .recruit-viewmore a::after {
    content: '→';
    margin-left: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
  }

  .recruit-viewmore a:hover {
    border-bottom: 1px solid #fff;
  }

  .recruit-viewmore a:hover::after {
    background-color: #fff;
    color: #333;
    transform: translateX(4px);
  }

  .recruit-content {
    text-align: left;
  }

  .recruit-message-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-align: left;
  }

  .recruit-message {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    text-align: left;
  }




  .top_contact {
    width: 100vw;
    background-image: url('image/contact.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    margin-bottom: 0;
  }

  .top_contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .top_contact .contact-container {
    position: relative;
    z-index: 2;
  }

  .contact-container {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: relative;
  }

  .contact-section-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    margin: 0;
  }

  .contact-section-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 60px 0;
    text-align: left;
  }

  .contact-overview {
    margin: 80px 0;
    position: relative;
  }

  .contact-button {
    margin-top: 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    padding: 20px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .contact-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .contact-button a {
    color: #333;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .contact-content {
    text-align: left;
  }

  .contact-message-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.4;
    text-align: left;
  }

  .contact-message {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    text-align: left;
  }


  @media screen and (max-width: 900px) {
    /*SPデザイン */

    /* Hero Section レスポンシブ */
    .hero-section {
      height: 100vh;
      background-size: cover;
      margin-top: -70px;
      padding-top: 70px;
    }

    .hero-text-container {
      width: 60vw;
      top: -70px;
      height: calc(100vh + 70px);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      padding-left: 30px;
    }

    .hero-text {
      font-size: 34px;
      font-weight: 300;
      line-height: 1.3;
    }

    .hero-text div {
      margin: 6px 0;
    }
  
    .top_service {
      width: 100vw;
      height: 100vh;
      margin-top: 0;
    }

    .service-container {
      padding: 0 20px;
    }

    .service-section-title {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .service-section-subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .service-overview {
      margin: 40px 0;
      padding: 30px 20px;
    }

    .service-overview-item {
      flex-direction: column;
      align-items: flex-start;
      padding: 24px 0;
    }

    .service-overview-item dt {
      margin-right: 0;
      margin-bottom: 12px;
      min-width: auto;
    }

    .service-overview-item dt .main-title {
      font-size: 28px;
      margin-bottom: 6px;
    }

    .service-overview-item dt .sub-title {
      font-size: 14px;
    }

    .service-overview-item dd {
      font-size: 15px;
    }

    .service-viewmore {
      top: -10px;
      right: 10px;
    }

    .service-viewmore a {
      font-size: 0.8rem;
      padding: 6px 0;
    }

    .service-viewmore a::after {
      width: 20px;
      height: 20px;
      font-size: 10px;
      margin-left: 8px;
    }

    /* About Us Section レスポンシブ */
    .top-aboutus {
      padding: 60px 0;
      min-height: 70vh;
    }

    .aboutus-container {
      padding: 0 20px;
    }

    .aboutus-title {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .aboutus-subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .main-message {
      font-size: 1.8rem;
      margin-bottom: 30px;
    }

    .sub-message {
      font-size: 1rem;
      margin-bottom: 40px;
      line-height: 1.7;
    }

    .aboutus-viewmore {
      bottom: 0;
      right: 0;
    }

    .aboutus-viewmore a {
      font-size: 0.8rem;
      padding: 6px 0;
    }

    .aboutus-viewmore a::after {
      width: 20px;
      height: 20px;
      font-size: 10px;
      margin-left: 8px;
    }

    /* News Section レスポンシブ */
    .top_news {
      padding: 60px 0;
    }

    .news-container {
      padding: 0 20px;
    }

    .news-section-title {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .news-section-subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .news-overview {
      margin: 40px 0;
      padding: 30px 20px;
    }

    .news-viewmore {
      top: -10px;
      right: 10px;
    }

    .news-viewmore a {
      font-size: 0.8rem;
      padding: 6px 0;
    }

    .news-viewmore a::after {
      width: 20px;
      height: 20px;
      font-size: 10px;
      margin-left: 8px;
    }

    /* Recruit-Contact Section レスポンシブ */
    .top_recruit {
      padding: 60px 0;
    }
    
    .top_contact {
      padding: 60px 0;
    }

    .recruit-container {
      padding: 0 20px;
    }

    .recruit-section-title {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .recruit-section-subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .recruit-overview {
      margin: 40px 0;
      padding: 30px 20px;
    }

    .recruit-viewmore {
      bottom: 0;
      right: 0;
    }

    .recruit-viewmore a {
      font-size: 0.8rem;
      padding: 6px 0;
    }

    .recruit-viewmore a::after {
      width: 20px;
      height: 20px;
      font-size: 10px;
      margin-left: 8px;
    }

    .recruit-message-title {
      font-size: 1.8rem;
      margin-bottom: 20px;
    }

    .recruit-message {
      font-size: 1rem;
      line-height: 1.6;
    }

    /* Contact Section レスポンシブ */
    .contact-container {
      padding: 0 20px;
    }

    .contact-section-title {
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .contact-section-subtitle {
      font-size: 1rem;
      margin-bottom: 40px;
    }

    .contact-overview {
      margin: 40px 0;
      padding: 30px 20px;
    }

    .contact-message-title {
      font-size: 1.8rem;
      margin-bottom: 20px;
    }

    .contact-message {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    .contact-button {
      margin-top: 20px;
      padding: 15px 30px;
    }

    .contact-button a {
      font-size: 1rem;
    }
  
  
    .top_title {
      padding-left: 10px;
    }
  
  
    .top_title p {
      font-size: 12px;
    }
  
    .top_service_content {
      width: 100%;
      height: auto;
      position: relative;
    }
  
    .top_service .top_title p {
      transform: translateY(-30px);
    }
  
    .top_service_text {
      width: 60%;
      height: 140px;
    }
  
    .top_service_text p {
      font-size: 16px;
      font-weight: 450;
      margin-top: 50px;
    }
  
    .top_service_img {
      position: absolute;
      top: -110px;
      right: 0;
      text-align: right;
    }
  
    
    .viewmore p {
      font-size: 11px;
      font-weight: bold;
    }

  
  .top_service .flex {
    align-items: end;
  }
  
    .green_back {
      width: 45%;
      height: 115px;
      position: absolute;
      right: 0;
      top: 0;
    }
  
    .top_news {
      margin-top: 100px;
    }
  
    .top_news_content {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: right;
      position: relative;
    }
  
    .top_news_content .green_back {
      width: 80%;
      height: 150px;
      position: absolute;
      left: 0;
      top: 80px;
    }
  
  
    .top_news_list {
      width: 80vw;
      height: auto;
      border-radius: 50px 0 0 0;
      padding-top: 40px;
      padding-bottom: 30px;
    } 
  
    .top_news_list ul {
      width: 85%;
      height: 100px;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 10px;
    }
  
    .top_news_list ul li {
      width: 95%;
      height: auto;
      margin: 0 auto;
      font-size: 12px;
    }
  
    .top_recruit {
      margin-top: 100px;
    }
  
    .top_recruit_wrapper .top_recruit_img {
      position: absolute;
      right: 20px;
      top: -100px;
      text-align: right;
    }
  
    .top_recruit_wrapper .top_recruit_img img {
      width: 170px;
      height: auto;
    }
  
    .top_recruit_wrapper .green_back {
      width: 50vw;
      height: 150px;
      position: absolute;
      top: -110px;
      right: 0;
    }
  
    .top_recruit_content {
      width: 65%;
      height: 150px;
      background-color: #004D25;
      border-radius: 0 0 50px 0;
      text-align: center;
      margin-top: 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
    }
  
    .top_recruit_content p {
      font-size: 14px;
    }
  
     .button {
      width: 160px;
      height: auto;
      margin: 0 auto;
    }
  
    .top_contact {
      margin-top: 100px;
    }
  
    .top_contact_content {
      width: 80vw;
      height: 150px;
      border-radius: 50px 0 0 50px;
    }
  
    .top_contact_content h2 {
      text-align: center;
      color: #fff;
    }
  
    .top_contact_content .button {
      width: 250px;
      height: auto;
      margin: 0 auto;
    }
  
    .top_contact_content .button {
      width: 200px;
      height: auto;
    }
  
    .top_contact_content .button p {
      font-size: 14px;
    }
  }

  



 

/**下層ページ共通**/
  div.content_wrapper {
    width: 100vw;
    height: auto;
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #fff;
  }

  div.content {
    width: 100%;
    height: auto;
    background-color: transparent;
    padding-bottom: 0;
  }

  div.title {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  div.content h2 {
    transform: none;
    color: #333;
  }

  div.content p.subtitle {
    transform: translateY(-40px);
    font-size: 1vw;
    color: #343434;
  }

  @media screen and (max-width: 900px) {
    /*SPデザイン */
  
    div.title {
      width: 90%;
    }
  
    div.content h2 {
      transform: translateY(-20px);
    }
  
    div.content p.subtitle {
      transform: translateY(-30px);
      font-size: 15px;
    }
  }




  /** 会社案内**/
  .info {
    width: 60%;
    height: auto;
    margin: 4vw auto;
    background-color: #004D25;
    padding: 40px 20px;
    border-radius: 10px;
  }

  .info-list {
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }

  .info dl {
    width: 90%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    border-bottom: solid 0.5px #828282;
    align-items: start;
  }

  .info dl dt {
    width: 25%;
    height: auto;
    text-align: center;
    font-size: 1vw;
    color: #343434;
    margin-top: 20px;
  }

  .info dl dd {
    font-size: 1vw;
    width: 75%;
    height: auto;
    margin: 20px auto;
    overflow-wrap: break-word;
    color: #343434;
    padding-left: 20px;
  }

  .info h3 {
    width: 95%;
    margin: 0 auto;
    font-size: 2vw;
    color: #fff;
    margin-bottom: 10px;
  }

  .section-block {
    width: 60%;
    margin: 0 auto;
  }
  .section-title {
    font-size: 2vw;
    color: #004D25;
    padding-bottom: 40px;
    font-weight: bold;
  }

  .section-text {
    width: 90%;
    font-size: 1.2vw;
    line-height: 1.8;
    color: #343434;
  }


  @media screen and (max-width: 900px) {
    /*SPデザイン */
    .info {
      width: 90%;
      height: auto;
      margin: 10px auto;
    }

    .info dl dt {
      font-size: 14px;
    }
  
    .info dl dd {
      font-size: 14px;
    }
  
    .info h3 {
      width: 95%;
      font-size: 16px;
      margin-bottom: 10px;
    }
    
    .section-block {
      width: 90%;
    }
  }

  /* 会社案内ページ専用の .info 幅上書き（900px以上のとき） */
  @media screen and (min-width: 901px) {
    body.company .info {
      width: auto;
    }
  }

  /**採用**/

  .occupation_list {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .occupation_list p {
    font-size: 1.5vw;
    color: #004D25;
  }

  .recruit_button {
    width: 12.5vw;
    height: auto;
    margin-right: 2vw;
    margin-top: 0.3vw;
    background-color: #fff;
    padding: 0.5vw;
    border-radius: 5px;
    border: solid 2px #004D25;
    transition: all 0.3s ease 0s;
  }

  .recruit_button:hover {
    background-color: #004D25;
    border: solid 2px #fff;
  }

  .recruit_button p {
    color: #004D25;
    font-size: 1.5vw;
    text-align: center;
    transition: all 0.3s ease 0s;
  }

  .recruit_button p:hover {
    color: #fff;
  }

  .about_entry {
    width: 95%;
    height: auto;
    margin: 30px auto;
  }

  .about_entry h4 {
    color: #fff;
    font-size: 2vw;
    font-weight: bold;
    padding-bottom: 10px;
  }

  .about_entry p {
    color: #fff;
    font-size: 1vw;
  }

  @media screen and (max-width: 900px) {
    /*SPデザイン */
    .occupation_list {
      width: 90%;
      height: auto;
      margin: 0 auto;
    }
  
    .occupation_list p {
      font-size: 18px;
      font-weight: bold;
    }
  
    .recruit_button {
      width: 120px;
      height: auto;
      margin-right: 10px;
      margin-top: 10px;
      padding: 5px;
    }
  
    .recruit_button p {
      font-size: 14px;
      font-weight: 500;
    }
  
  
    .about_entry {
      width: 95%;
      height: auto;
      margin: 30px auto;
    }
  
    .about_entry h4 {
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 10px;
    }
  
    .about_entry p {
      color: #fff;
      font-size: 14px;
    }
   
  }


  /** ニュース**/
  .news_list ul {
    width: 60%;
    height: 200px;
    margin: 0 auto;
    background-color: #004D25;
    padding: 40px 20px;
    border-radius: 10px;
  }

  .news_list ul li {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
    color: #fff;
    font-size: 1.2vw;
    border-bottom: solid 0.5px #fff;
  }

  @media screen and (max-width: 900px) {
    /*SPデザイン */
    .news_list ul {
      width: 90%;
    }
  
    .news_list ul li {
      width: 98%;
      font-size: 14px;
    }  
   
  }

  .main-content {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #ffffff;
    min-height: calc(100vh - 200px);
  }

  .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }


  /* ページタイトル */
  .page-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 72px;
    font-weight: 300;
    color: #00af98;
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
  }


  .sub-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 180px;
    letter-spacing: 0.05em;
  }

  /* ニュースページスタイル - Infcurion風 */
  .news-content {
    margin-top: 40px;
  }

  .news-list {
    background-color: transparent;
  }

  .news-item {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 32px 0;
  }



  .news-date {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-right: 40px;
    white-space: nowrap;
    min-width: 120px;
    flex-shrink: 0;
  }

  .news-category {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #00af98;
    background-color: rgba(0, 175, 152, 0.1);
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .news-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    line-height: 1.6;
    flex: 1;
  }

  /* レスポンシブ対応 */
  @media screen and (max-width: 768px) {
    .news-item {
      flex-direction: column;
      align-items: flex-start;
      padding: 24px 0;
    }

    .news-date {
      margin-right: 0;
      margin-bottom: 8px;
      min-width: auto;
    }

    .news-category {
      margin-right: 0;
      margin-bottom: 12px;
    }

    .news-title {
      margin-bottom: 0;
    }
  }

  .form-container iframe {
    border: none;
    width: 100%;
    background-color: #ffffff;
    display: block;
    padding: 16px 32px 32px 32px;
  }

  /* モバイル対応 */
  @media screen and (max-width: 768px) {
    .main-content {
      padding-top: 100px;
      padding-bottom: 60px;
    }

    .container {
      width: 100%;
      padding: 0;
    }

    .breadcrumb {
      font-size: 13px;
      margin-bottom: 20px;
    }

    .page-title {
      font-size: 48px;
      letter-spacing: -0.02em;
    }

    .sub-title {
      font-size: 15px;
      padding: 0;
      margin-bottom: 120px;
    }

    .form-container {
      margin-top: 32px;
    }

    .form-container iframe {
      padding: 12px 20px 24px 20px;
    }
  }

/*特定商取引法*/
.scta-info-list {
  margin-top: 40px;
}

.scta-info-item {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.2s ease;
  padding: 32px 0;
}

.scta-info-item:hover {
  background-color: #f9f9f9;
}

.scta-info-item dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-right: 40px;
  min-width: 200px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.scta-info-item dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* terms.html条項スタイル */
.terms-articles {
  margin-top: 40px;
}

.terms-article {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
}

.terms-article:last-child {
  border-bottom: none;
}

/* privacy.html条項スタイル */
.privacy-articles {
  margin-top: 40px;
}

.privacy-article {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f0f0f0;
}

.privacy-article:last-child {
  border-bottom: none;
}

/* 共通の条項タイトル・内容スタイル */
.article-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.4;
}

.article-content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* 旧スタイル（削除予定） */
.scta h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.scta_list {
  margin-top: 32px;
}

.scta_list h3 {
  font-weight: bold;
}
/** フッター - Infcurion完全複製 **/
.site-footer {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  padding: 64px 0 32px 0;
  margin-top: 80px;
}

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

/* フッターロゴ */
.footer-logo {
  margin-bottom: 40px;
}

.footer-logo a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #00af98;
  text-decoration: none;
  display: inline-block;
}

.footer-logo a:hover {
  color: #00654d;
  transition: color 0.2s ease;
}

/* フッターナビゲーション */
.footer-nav {
  margin-bottom: 32px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: flex-start;
}

.footer-links li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}

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

/* 法的リンク */
.footer-legal {
  margin-bottom: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}

.legal-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.legal-links li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s ease;
}

.legal-links li a:hover {
  color: #00af98;
}

/* コピーライト */
.footer-copyright {
  padding-top: 24px;
  border-top: 1px solid #f0f0f0;
}

.footer-copyright p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin: 0;
  line-height: 1.5;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 48px 0 24px 0;
    margin-top: 60px;
  }

  .footer-container {
    padding: 0 16px;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .footer-logo a {
    font-size: 28px;
  }

  .footer-nav {
    margin-bottom: 24px;
  }

  .footer-links {
    flex-direction: column;
    gap: 16px;
  }

  .footer-links li a {
    font-size: 15px;
  }

  .footer-legal {
    margin-bottom: 24px;
    padding-top: 20px;
  }

  .legal-links {
    flex-direction: column;
    gap: 12px;
  }

  .legal-links li a {
    font-size: 13px;
  }

  .footer-copyright {
    padding-top: 20px;
  }

  .footer-copyright p {
    font-size: 12px;
  }
}

/** 採用ページ - 白とターコイズブルーデザイン **/
.recruit-content {
  margin-top: 40px;
}

.job-types {
  margin-bottom: 48px;
}

.section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.5px;
}

.job-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.job-button {
  display: inline-block;
  background-color: #00af98;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: 2px solid #00af98;
}

.job-button:hover {
  background-color: #ffffff;
  color: #00af98;
  border: 2px solid #00af98;
}

.job-details {
  background-color: #ffffff;
  padding: 40px 0;
  margin-top: 32px;
  scroll-margin-top: 100px;
}

.job-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #00af98;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.job-info {
  margin-bottom: 48px;
}

.info-item {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}

.info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.info-item h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #00af98;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.info-item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

.job-description ul,
.requirements ul,
.required-info ul {
  list-style: none;
  padding: 0;
}

.job-description li,
.requirements li,
.required-info li {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.job-description li::before,
.requirements li::before,
.required-info li::before {
  content: '•';
  color: #333;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.job-description small {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.required-info {
  margin-top: 24px;
}

/* 採用情報 job-info スタイル */
.job-info-list {
  margin-top: 40px;
}

.job-info-item {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.2s ease;
  padding: 32px 0;
}

.job-info-item:hover {
  background-color: #f9f9f9;
}

.job-info-item dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-right: 40px;
  min-width: 140px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.job-info-item dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .recruit-content {
    margin-top: 32px;
  }

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

  .job-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .job-details {
    padding: 24px;
    margin-top: 24px;
  }

  .job-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  /* job-info-item レスポンシブ対応 */
  .job-info-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .job-info-item dt {
    margin-right: 0;
    margin-bottom: 8px;
    min-width: auto;
    font-size: 16px;
    font-weight: 600;
  }

  .job-info-item dd {
    margin-bottom: 0;
    font-size: 15px;
  }

  /* scta-info-item レスポンシブ対応 */
  .scta-info-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .scta-info-item dt {
    margin-right: 0;
    margin-bottom: 8px;
    min-width: auto;
    font-size: 16px;
    font-weight: 600;
  }

  .scta-info-item dd {
    margin-bottom: 0;
    font-size: 15px;
  }

  /* terms-article レスポンシブ対応 */
  .terms-article {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  /* privacy-article レスポンシブ対応 */
  .privacy-article {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  /* 共通の条項レスポンシブ対応 */
  .article-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .article-content {
    font-size: 14px;
    line-height: 1.7;
  }

  /* 旧info-itemスタイル（互換性のため残す） */
  .info-item {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .info-item h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .info-item p {
    font-size: 15px;
  }

  .job-description li,
  .requirements li,
  .required-info li {
    font-size: 15px;
  }

  .application-info {
    padding: 24px;
  }

  .application-info h4 {
    font-size: 18px;
  }

  .application-info p {
    font-size: 15px;
  }
}

/** サービスページ - Infcurion風デザイン **/
.service {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 40px;
  box-shadow: none;
}

.service_text {
  flex: 1.2;
  /* padding-left: 32px; */
}

.service_text h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #00af98;
  margin-bottom: 64px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.service_text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0 0 24px 0;
}

.service_text p:last-child {
  margin-bottom: 0;
}

.service_img {
  flex: 0.8;
  text-align: left;
}

.service_img img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 8px;
  opacity: 0.95;
  mix-blend-mode: multiply;
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .service {
    padding: 0;
    margin-top: 32px;
  }

  .service h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .service_detail {
    flex-direction: column;
    gap: 32px;
  }

  .service_text {
    padding-left: 0;
  }

  .service_text h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .service_text p {
    font-size: 16px;
  }

  .service_img {
    text-align: center;
  }

  .service_img img {
    max-width: 100%;
  }
}

/** 固定ナビゲーション目次 **/
.page-nav {
  position: fixed;
  top: 30%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 1000;
  display: none;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list li {
  margin-bottom: 16px;
}

.nav-item {
  display: block;
  color: #999;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  border-left: 2px solid #e6e6e6;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-item:hover {
  color: #00af98;
  border-left-color: #00af98;
  transform: translateX(-4px);
}

.nav-item.active {
  color: #00af98;
  border-left-color: #00af98;
  font-weight: 500;
}

/* 画面幅1025px以上で表示 */
@media screen and (min-width: 1025px) {
  .page-nav {
    display: block !important;
  }
  
  /* company.htmlのみナビゲーション用マージン調整 */
  body.company .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  body.company .main-content {
    padding-right: 0;
  }
  
  /* その他のページは中央揃え */
  body:not(.company) .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  body:not(.company) .main-content {
    padding-right: 0;
  }
}

/** 会社案内ページ - Infcurion風デザイン **/
.hero-section {
  background-color: #ffffff;
  padding: 80px 0 60px 0;
  margin-bottom: 80px;
}

.hero-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: #00af98;
  text-align: left;
  margin: 0;
  letter-spacing: -0.02em;
}

.hero-title .title-line {
  display: block;
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

.hero-title .title-line:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-title .title-line:nth-child(2) {
  animation-delay: 0.3s;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-top: 16px;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.company-section-title {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #00af98;
  padding-bottom: 40px;
  letter-spacing: -0.01em;
  animation: slideInLeft 0.6s ease-out;
}

.mission-vision {
  text-align: left;
}

.mission-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

.vision-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 120px 0;
}

.animated-title {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  animation: slideInLeft 0.6s ease-out;
}

.animated-subtitle {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  padding-bottom: 40px;
  letter-spacing: -0.01em;
  animation: slideInLeft 0.6s ease-out;
}

.mission-vision-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #333;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
  animation: fadeIn 0.8s ease-out 0.3s both;
}

/* Page Title and Sub Title Character Animation */
.page-title, .sub-title {
  display: block;
  width: 100%;
}

.page-title .char, .sub-title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: charSlideUp 0.6s ease-out forwards;
}

@keyframes charSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stagger delay for each character */
.page-title .char:nth-child(1), .sub-title .char:nth-child(1) { animation-delay: 0.1s; }
.page-title .char:nth-child(2), .sub-title .char:nth-child(2) { animation-delay: 0.15s; }
.page-title .char:nth-child(3), .sub-title .char:nth-child(3) { animation-delay: 0.2s; }
.page-title .char:nth-child(4), .sub-title .char:nth-child(4) { animation-delay: 0.25s; }
.page-title .char:nth-child(5), .sub-title .char:nth-child(5) { animation-delay: 0.3s; }
.page-title .char:nth-child(6), .sub-title .char:nth-child(6) { animation-delay: 0.35s; }
.page-title .char:nth-child(7), .sub-title .char:nth-child(7) { animation-delay: 0.4s; }
.page-title .char:nth-child(8), .sub-title .char:nth-child(8) { animation-delay: 0.45s; }
.page-title .char:nth-child(9), .sub-title .char:nth-child(9) { animation-delay: 0.5s; }
.page-title .char:nth-child(10), .sub-title .char:nth-child(10) { animation-delay: 0.55s; }
.page-title .char:nth-child(11), .sub-title .char:nth-child(11) { animation-delay: 0.6s; }
.page-title .char:nth-child(12), .sub-title .char:nth-child(12) { animation-delay: 0.65s; }
.page-title .char:nth-child(13), .sub-title .char:nth-child(13) { animation-delay: 0.7s; }
.page-title .char:nth-child(14), .sub-title .char:nth-child(14) { animation-delay: 0.75s; }
.page-title .char:nth-child(15), .sub-title .char:nth-child(15) { animation-delay: 0.8s; }
.page-title .char:nth-child(16), .sub-title .char:nth-child(16) { animation-delay: 0.85s; }
.page-title .char:nth-child(17), .sub-title .char:nth-child(17) { animation-delay: 0.9s; }
.page-title .char:nth-child(18), .sub-title .char:nth-child(18) { animation-delay: 0.95s; }
.page-title .char:nth-child(19), .sub-title .char:nth-child(19) { animation-delay: 1s; }
.page-title .char:nth-child(20), .sub-title .char:nth-child(20) { animation-delay: 1.05s; }
.page-title .char:nth-child(21), .sub-title .char:nth-child(21) { animation-delay: 1.1s; }
.page-title .char:nth-child(22), .sub-title .char:nth-child(22) { animation-delay: 1.15s; }
.page-title .char:nth-child(23), .sub-title .char:nth-child(23) { animation-delay: 1.2s; }
.page-title .char:nth-child(24), .sub-title .char:nth-child(24) { animation-delay: 1.25s; }
.page-title .char:nth-child(25), .sub-title .char:nth-child(25) { animation-delay: 1.3s; }
.page-title .char:nth-child(26), .sub-title .char:nth-child(26) { animation-delay: 1.35s; }
.page-title .char:nth-child(27), .sub-title .char:nth-child(27) { animation-delay: 1.4s; }
.page-title .char:nth-child(28), .sub-title .char:nth-child(28) { animation-delay: 1.45s; }
.page-title .char:nth-child(29), .sub-title .char:nth-child(29) { animation-delay: 1.5s; }
.page-title .char:nth-child(30), .sub-title .char:nth-child(30) { animation-delay: 1.55s; }
.page-title .char:nth-child(31), .sub-title .char:nth-child(31) { animation-delay: 1.6s; }
.page-title .char:nth-child(32), .sub-title .char:nth-child(32) { animation-delay: 1.65s; }
.page-title .char:nth-child(33), .sub-title .char:nth-child(33) { animation-delay: 1.7s; }
.page-title .char:nth-child(34), .sub-title .char:nth-child(34) { animation-delay: 1.75s; }
.page-title .char:nth-child(35), .sub-title .char:nth-child(35) { animation-delay: 1.8s; }

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.company-overview {
  margin-bottom: 120px;
}

.company-overview .animated-title {
  text-align: left;
  margin-bottom: 60px;
}

.overview-content {
  margin-top: 40px;
}

.overview-list {
  background-color: transparent;
}

.overview-item {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.2s ease;
  padding: 32px 0;
}

.overview-item dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #00af98;
  margin-right: 40px;
  white-space: nowrap;
  min-width: 120px;
  flex-shrink: 0;
}

.overview-item dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  flex: 1;
  margin: 0;
}

.company-navigation {
  margin-bottom: 80px;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.nav-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 40px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.nav-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 175, 152, 0.15);
  border-color: #00af98;
}


.card-content h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #00af98;
  margin: 0 0 16px 0;
  letter-spacing: -0.3px;
}

.card-content p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .hero-section {
    padding: 60px 0 40px 0;
    margin-bottom: 60px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-title .title-line:nth-child(2) {
    font-size: 20px;
    margin-top: 12px;
  }

  .company-section-title {
    font-size: 1.4rem;
    padding-bottom: 24px;
  }

  .mission-vision-section {
    margin-bottom: 60px;
  }

  .mission-content {
    padding: 40px 20px 0 20px;
  }

  .vision-content {
    padding: 20px 20px 40px 20px;
  }

  .animated-title {
    font-size: 1.2rem;
    margin-bottom: 16px;
    letter-spacing: 0.2em;
  }

  .animated-subtitle {
    font-size: 0.9rem;
    padding-bottom: 20px;
  }

  .mission-vision-text {
    font-size: 20px;
    white-space: normal;
    line-height: 1.4;
  }

  .company-overview {
    margin-bottom: 60px;
  }

  .company-overview .company-section-title {
    margin-bottom: 32px;
  }

  .overview-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
  }

  .overview-item dt {
    margin-right: 0;
    margin-bottom: 8px;
    min-width: auto;
    font-size: 14px;
  }

  .overview-item dd {
    margin-bottom: 0;
    font-size: 15px;
  }

  .company-navigation {
    margin-bottom: 60px;
  }

  .nav-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nav-card {
    padding: 24px 20px;
  }

  .card-content h3 {
    font-size: 18px;
    margin: 0 0 12px 0;
  }

  .card-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}