/* 
Theme Name: 株式会社GROOVE-CHASE 親テーマです
Author: GROOVE-CHASE
Description: This is 株式会社GROOVE-CHASE
Version: 1.0
*/
/* 全体の基本スタイル */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ヘッダー */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9); ;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
}

/* ロゴのスタイル */
.logo img {
    /* width: 100px; */
    width: 75px;

}

/* ナビゲーション */
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

nav ul li a:hover {
    color: #007BFF;
}

/* ヒーローセクション */
.hero {
    background: url('../Img/main-imagefx.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
}

.hero h1 {
    font-size: 36px;
    margin: 0;
}

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

/* ヒーローセクション */
.heroservice {
    background: url('../Img/service_main_.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
}

.heroservice h1 {
    font-size: 36px;
    margin: 0;
}

.heroservice p {
    font-size: 36px;
    font-weight: bold;
}


/* ヒーローコンタクトセクション */
.hero_contact {
    background: url('../Img/contact.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
    
}

.hero_contact h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.hero_contact p {
    font-size: 18px;
    font-weight: bold;
    filter: drop-shadow(5px 5px 4px #01011b);


}

/* ヒーローコンタクトセクション */
.hero_contactpage {
    background: url('Img/call_image_fx.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;    
}

.hero_contactpage h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
    filter: drop-shadow(5px 5px 4px #01011b);

}

.hero_contactpage p {
    font-size: 36px;
    font-weight: bold;
    filter: drop-shadow(5px 5px 4px #01011b);

}



/* ヒーロービジネスセクション 個別ページ*/
.hero_businesscity_page {
    background: url('../Img/businesscitymain_image_fx.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
    
}

.hero_businesscity_page h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.hero_businesscity_page p {
    font-size: 36px;
    font-weight: bold;

}
/* ヒーロービジネスセクション */
.hero_businesscity {
    background: url('../Img/businesscity.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
    
}

.hero_businesscity h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.hero_businesscity p {
    font-size: 20px;
    font-weight: bold;
    filter: drop-shadow(5px 5px 4px #01011b);

}


/* セールスプロモーション事業 */
.hero_salespromotion {
    background: url('../Img/image_sales.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
    
}

.hero_salespromotion h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.hero_salespromotion p {
    font-size: 18px;
    font-weight: bold;

}



/* セールスプロモーション事業 */
.hero_salespromotion02 {
    background: url('Img/image_sales\ promotion.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 200px 20px;
    
}

.hero_salespromotion02 h1 {
    font-size: 36px;
    margin: 0;
    font-weight: bold;
}

.hero_salespromotion02 p {
    font-size: 18px;
    font-weight: bold;

}

.d-text {
font-size: 20px;
}

/* 事業内容 */
.business {
    padding: 50px 20px;
    text-align: center;
}

.business h2 {
    font-size: 28px;
}

.business-content {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.business-item {
    text-align: center;
}

.business-item img {
    width: 500px;
}
/* 会社概要 */
.about {
    background: #f9f9f9;
    padding: 50px 20px;
    text-align: center;
}

.about h2 {
    font-size: 28px;
}
.about p {
    font-size: 20px;
    
}

.business p {
    font-size: 20px;
    
}

/* お問い合わせ */
.contact {
    padding: 50px 20px;
    text-align: center;
}

.contact form {
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.contact label {
    text-align: left;
    margin-top: 10px;
}

.contact input, .contact textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact button {
    margin-top: 15px;
    padding: 10px;
    background: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.contact button:hover {
    background: #0056b3;
}

/* フッター */
footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: 62.5%; */
}
.contact p {
    font-size: 20px;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-radius-gradient-wrap {
  display: inline-block;
  margin-top: 30px;
  padding: 0.5rem;

  border-radius: 100vh;
  background: #f2f5f6;
  background: -webkit-linear-gradient(
    to top,
    #f2f5f6 0%,
    #e3eaed 37%,
    #96a1a5 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f2f5f6),
    color-stop(37%, #e3eaed),
    to(#96a1a5)
  );
  background: -webkit-linear-gradient(
    top,
    #f2f5f6 0%,
    #e3eaed 37%,
    #96a1a5 100%
  );
  background: linear-gradient(to bottom, #f2f5f6 0%, #e3eaed 37%, #96a1a5 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f6', endColorstr='#96a1a5', GradientType=0);
}

a.btn-radius-gradient {
  border-radius: 100vh;
  background: #e3eaed;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e3eaed),
    to(#f2f5f6)
  );
  background: -webkit-linear-gradient(top, #e3eaed 0%, #f2f5f6 100%);
  background: linear-gradient(to bottom, #e3eaed 0%, #f2f5f6 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3eaed', endColorstr='#f2f5f6', GradientType=0);
}

a.btn-radius-gradient:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* フッター全体 */
footer {
    background-color: #333; /* ダークな背景でシックに */
    color: white;
    text-align: center;
    padding: 10px 10px;
}

/* フッターロゴ */
.footer-logo img {
    width: 90px; /* ロゴサイズ調整 */
    /* margin-bottom: 15px; */
}

/* フッターのナビゲーション */
.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    display: inline;
    /* margin: 0 15px; */
}

.footer-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-nav ul li a:hover {
    color: #FF8C42; /* ホバー時にオレンジ色へ */
}

/* 著作権表示 */
.copyright {
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.7;
}

/* business-contentをFlexboxでレイアウト */
.business-content {
    display: flex;
    flex-wrap: wrap; /* 画面幅が狭いと折り返し */
    justify-content: center;
    gap: 20px; /* アイテム間の間隔 */
}

/* business-item のスタイル */
.business-item {
    flex: 1 1 calc(50% - 20px); /* 2カラム（間隔を考慮） */
    max-width: 400px; /* アイテムの最大幅 */
    text-align: center;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
}

/* 画像サイズ調整 */
.business-item img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-bottom: 10px;
}

/* スマホ向けレスポンシブ対応 */
@media screen and (max-width: 768px) {
    .business-item {
        flex: 1 1 100%; /* 1カラムに変更 */
    }
}

.company-info-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .company-info-page h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  
  dl {
    display: grid;
    grid-template-columns: 150px 1fr;
    row-gap: 20px;
    column-gap: 20px;
  }
  
  dt {
    font-weight: bold;
    border-left: 4px solid #000;
    padding-left: 10px;
  }
  
  dd {
    margin: 0;
    line-height: 1.6;
  }
  
  @media screen and (max-width: 600px) {
    dl {
      display: block;
    }
  
    dt {
      border-left: none;
      border-top: 2px solid #ccc;
      padding-left: 0;
      padding-top: 10px;
      margin-top: 20px;
      font-size: 16px;
    }
  
    dd {
      margin-top: 5px;
      padding-left: 0;
      font-size: 15px;
    }
  }
  .centered-contact-button {
    text-align: center;
  }
  
@keyframes smoothSlideIn {
    0% {
      transform: translateX(50px);
      opacity: 0;
    }
    60% {
      transform: translateX(10px);
      opacity: 0.5;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  

  .fx-smooth-entry {
    opacity: 0;
    animation: smoothSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;

  }
  
.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .slide-in-right.is-visible {
    opacity: 1;
    transform: translateX(0);
  }
  


  .centered-contact-button a:hover {
    background: #005fa3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  }


@charset "UTF-8";