@charset "utf-8";

/* ==========================================================================
   Reset & Base Styles (SEO & Modern CSS Setup)
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, p, ul, li, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

html {
  font-family: "Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

.section-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.pc_box {
  display: block !important;
}
.sp_box {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc_box {
    display: none !important;
  }
  .sp_box {
    display: block !important;
  }
}

/* font
**************************************************************************************************/
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	src: url('/asset/font/NotoSansJP-Light.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('/asset/font/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('/asset/font/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 600;
	src: url('/asset/font/NotoSansJP-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url('/asset/font/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	src: url('/asset/font/Outfit-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	src: url('/asset/font/Outfit-Bold.woff') format('woff');
}


.ot160 {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
}
.ot90 {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}
.nt46 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3;
}
.nt32 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.nt30 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}
.nt26 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.7;
}
.nt24 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
.nt22 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.nt20 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.nt18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.nt16b {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.nt16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.nt15 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}
.ntb24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.ntb20 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ot160 {
    font-size: 50px;
    line-height: 1.1;
  }
  .ot90 {
    font-size: 55px;
    line-height: 1;
  }
  .nt46,
  .nt32,
  .nt24 {
    font-size: 20px;
    line-height: 1.5;
  }
  .nt30 {
    font-size: 15px;
    line-height: 1.6;
  }
  .nt26 {
    font-size: 18px;
    line-height: 1.3;
  }
  .nt20 {
    font-size: 15px;
    line-height: 1.4;
  }
  .nt16b {
    font-size: 15px;
    line-height: 1.3;
  }
  .nt18,
  .nt22 {
    font-size: 14px;
    line-height: 1.5;
  }
  .nt16 {
    font-size: 15px;
    line-height: 1.6;
  }
  .ntb24 {
    font-size: 16px;
  }
  .ntb20 {
    font-size: 18px;
  }
  
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
   .menu-trigger,
   .sp-only-link,
   .sp-menu-cta {
     display: none;
   }

.site-header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
}

.header-logo img {
  height: 40px;
  width: auto;
}

.header-nav {
  margin-left: auto;
  margin-right: 30px;
}

.nav-list {
  display: flex;
  gap: 20px;
}

.nav-list a {
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.2s ease;
}

.nav-list a:hover {
  color: #009944;
  opacity: 1;
}

.nav-list a.is-active {
  color: #009944;
}

.header-cta .btn-contact-header {
  display: inline-block;
  background-color: #009944;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.header-cta .btn-contact-header:hover {
  background-color: #008039; 
  opacity: 1;
  transform: translateY(-5px);
}

@media screen and (max-width: 767px) {
  
  .header-container {
    padding: 15px 20px;
    position: relative;
  }
  .header-logo img {
    width:135px;
  }
  .header-cta {
    display: none;
  }
  
  .menu-trigger {
    display: block;
    position: relative;
    width: 20px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2000;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #009944;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  .menu-trigger span:nth-child(1) { top: 0; }
  .menu-trigger span:nth-child(2) { top: 8px; }
  .menu-trigger span:nth-child(3) { top: 16px; }
  
  .site-header.is-open .menu-trigger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .site-header.is-open .menu-trigger span:nth-child(2) {
    opacity: 0;
  }
  .site-header.is-open .menu-trigger span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  .header-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
  }
  
  .site-header.is-open .header-nav {
    top:60px;
    right: 0;
    pointer-events: auto;
    margin: 0;
  }
  
  .nav-list {
    flex-direction: column;
    gap: 0;
    width: 70%;
    margin-left: auto;
    height: calc(100% - 60px);
    background-color: #ffffff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .nav-list li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  
  .nav-list li a {
    font-size: 16px;
    font-weight: 600;
    display: block;
  }
  
  .sp-only-link {
    display: block;
  }
  
  .sp-menu-cta {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  
  .btn-contact-sp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #009944;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
    border-radius: 50px;
    text-align: center;
  }
}

/* ==========================================================================
   Contact Section (カンプ完全再現・背景透過模様・カプセルCTA)
   ========================================================================== */
   .contact-section {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: linear-gradient(90deg, #3FFBD6 0%, #0BFF64 67%, #00D93E 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-white-card {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
  }
  
  .contact-card-inner {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(rgba(255, 255, 255, 0.80), rgba(255, 255, 255, 0.80)),
                url("/asset/img/top/bg_main.webp") no-repeat center center;
    background-size: cover;
  }
  
  .contact-title {
    color: #009944;
    margin-bottom: 10px;
  }
  
  .contact-subtitle {
    color: #009944;
    margin-bottom: 45px;
  }
  
  .contact-lead {
    margin-bottom: 45px;
    font-weight: 600;
  }
  
  .contact-cta-block {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .btn-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #009944;
    color: #ffffff;
    padding: 30px 70px;
    border-radius: 50px;
    position: relative;
    z-index: 5;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .btn-contact-submit::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 30px;
    margin-left: 30px;
    background-image: url("/asset/img/common/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
  }
  
  .btn-contact-submit:hover {
    background-color: #008039; 
    opacity: 1;
    transform: translateY(-5px);
  }

  @media screen and (max-width: 767px) {
  
    .contact-section {
      margin: 0;
      padding: 45px 30px;
      background: linear-gradient(90deg, #3FFBD6 0%, #0BFF64 67%, #00D93E 100%);
    }
    .contact-section .section-container {
      padding: 0;
      max-width: 100%;
    }
    
    .contact-white-card {
      max-width: 100%;
      border-radius: 20px;
    }
    
    .contact-card-inner {
      padding: 50px 35px;
      background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
                  url("/asset/img/top/bg_main.webp") no-repeat center center;
      background-size: cover;
    }
    
    .contact-title {
      margin-bottom: 10px;
    }
    
    .contact-subtitle {
      margin-bottom: 30px;
    }
    
    .contact-lead {
      margin-bottom: 30px;
      padding: 0;
      text-align: center;
    }
    
    .contact-cta-block {
      padding: 0;
    }
    
    .btn-contact-submit {
      width: 100%;
      padding: 18px 0; 
      border-radius: 60px;
    }
    
    .btn-contact-submit::after {
      width: 14px;
      height: 18px;
      margin-left: 10px;
    }
}



/* ==========================================================================
   Site Footer Styles (2層レイアウト・右側グラデーション・レスポンシブ同期)
   ========================================================================== */
   .site-footer {
    width: 100%;
  }
  
  /* --------------------------------------------------------------------------
     フッター上段（会社メインエリア）
     -------------------------------------------------------------------------- */
  .footer-top-block {
    width: 100%;
    padding: 50px 0 30px 0;
    background-color: #fff;
    background: linear-gradient(115deg, #ffffff 0%, #E7FFEF 84%, #E6FBEC 100%);
  }
  .footer-top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-brand-logo {
    flex-shrink: 0;
  }
  .footer-brand-logo img {
    display: block;
    width: 215px;
    height: auto;
  }
  
  .footer-main-nav-area {
    flex: 1;
    max-width: 655px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .footer-nav-wrapper {
    width: 100%;
    margin-bottom: 80px;
  }
  .footer-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px 40px;
  }
  .footer-nav-list a {
    font-size: 14px;
    font-weight: 600;
  }
  .footer-nav-list .full-width-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .footer-nav-list .full-width-link a {
    font-size: 12px;
    font-weight: 600;
  }
    .copyright {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
  }
  

  /* --------------------------------------------------------------------------
     フッター下段（ホールディングスグループ共通エリア）
     -------------------------------------------------------------------------- */
  .footer-bottom-block {
    width: 100%;
    padding: 30px 0;
  }
  .footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-group-logo {
    flex-shrink: 0;
  }
  
  .footer-group-logo img {
    display: block;
    width: 165px;
    height: auto;
  }
  .group-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 28px;
    justify-content: flex-end;
  }
  .group-nav-list a {
    font-size: 12px;
    font-weight: 500;
  }
  
  .footer-nav-list a:hover,
  .group-nav-list a:hover {
    color: #009944;
    opacity: 1;
  }

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

    /* --------------------------------------------------------------------------
       フッター上段（会社メインエリア）
       -------------------------------------------------------------------------- */
    .footer-top-block {
      padding: 60px 0 20px;
      background: linear-gradient(115deg, #ffffff 0%, #E7FFEF 84%, #E6FBEC 100%);
    }
    .footer-top-container {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 30px;
    }
    .footer-brand-logo {
      margin-bottom: 30px;
    }
    .footer-brand-logo img {
      width: 150px;
    }
    .footer-main-nav-area {
      width: 100%;
      max-width: 100%;
      align-items: flex-start;
    }
    .footer-nav-wrapper {
      margin-bottom: 30px;
    }
    .footer-nav-list {
      justify-content: flex-start;
      gap: 10px 20px;
    }
    .footer-nav-list li:nth-child(1),
    .footer-nav-list li:nth-child(6) {
      width: 100%;
    }
    .footer-nav-list a {
      font-size: 13px;
      display: inline-block;
    }
  
    .footer-nav-list .full-width-link {
      margin-top: 30px;
      justify-content: flex-start;
    }

    .footer-nav-list .full-width-link a {
      font-size: 12px;
    }
  
    /* コピーライトを右下にパキッと配置 */
    .copyright {
      width: 100%;
      text-align: right;
      font-size: 10px;
    }
  
    /* --------------------------------------------------------------------------
       フッター下段（ホールディングスグループ共通エリア）
       -------------------------------------------------------------------------- */
    .footer-bottom-block {
      padding: 20px 0;
    }
  
    .footer-bottom-container {
      flex-direction: column;
      align-items: flex-start;
      padding: 0 30px;
    }
  
    .footer-group-logo {
      margin-bottom: 20px;
    }
    .footer-group-logo img {
      width: 100px;
    }
  
    .footer-group-nav {
      width: 100%;
    }
  
    .group-nav-list {
      justify-content: flex-start;
      gap: 3px 20px;
    }
  
    .group-nav-list a {
      font-size: 10px;
    }
  }

  /* --------------------------------------------------------------------------
       パンくず
       -------------------------------------------------------------------------- */
.breadcrumb__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
  position: relative;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 7px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
a.breadcrumb__link {
  color: #787878;
  display: inline-block;
}
.breadcrumb__item:nth-child(n+2) {
  position: relative;
  padding: 0 0 0 20px;
}
.breadcrumb__item:nth-child(n+2)::before {
  content: "＞";
  display: block;
  position: absolute;
  left:0;
  width: 15px;
  height: 24px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .breadcrumb__container {
    width: 100%;
    margin: 0 auto;
    padding: 15px 30px 0;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb__list {
    font-size: 14px;
    line-height: 1.5;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}


/* ==========================================================================
   404 Page
   ========================================================================== */
.error404-section {
  width: 100%;
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 70px;
}

.error404-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.error404-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.error404-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 20px;
}

.error404-number {
  background: linear-gradient(90deg, #3FFBD6B3 0%, #0BFF64B3 67%, #00D93EB3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.error404-title {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #009944;
  margin-bottom: 20px;
}

.error404-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #333;
  margin-bottom: 40px;
}

.error404-btn {
  display: inline-block;
  background-color: #009944;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.error404-btn:hover {
  background-color: #008039;
  opacity: 1;
  transform: translateY(-3px);
}

@media screen and (max-width: 767px) {
  .error404-section {
    min-height: 320px;
    margin-top: 60px;
  }

  .error404-content {
    padding: 60px 20px;
  }

  .error404-title {
    font-size: 24px;
  }

  .error404-desc {
    font-size: 15px;
  }
  .error404-number {
    font-size: 100px;
  }
}

