/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* -------------------------------
  ヒーローセクション（上部バナー）
-------------------------------- */
.hero-section.light-bg {
  text-align: center;
  padding: 80px 20px;
  background: #f7f7f7;
  color: #222;
}
/* -------------------------------
  共通セクションスタイル
-------------------------------- */
.section {
  padding: 60px 20px;
  max-width: 960px;
  margin: 0 auto;
}
.section.center {
  text-align: center;
}
.section h2, .section h3 {
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
}
.section h2::after, .section h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #00BFA6;
  margin-top: 0.4em;
}
/* -------------------------------
  ボタン
-------------------------------- */
.button-primary, .button-secondary {
  background: #00BFA6;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
  margin-top: 20px;
}
.button-primary:hover, .button-secondary:hover {
  background: #009e8c;
}
/* -------------------------------
  カードレイアウト（2カラムまで）
-------------------------------- */
.card-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .card-grid-2col {
    grid-template-columns: 1fr;
  }
}
/* -------------------------------
  サービスカード
-------------------------------- */
.card.service {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 28px;
  text-decoration: none;
  color: #333;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card.service:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.card.service h3 {
  color: #00BFA6;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 0.6em;
}
.card.service p {
  margin-bottom: 1em;
  line-height: 1.7;
  font-size: 1em;
  color: #444;
}
.card.service ul {
  padding-left: 1.2em;
  font-size: 0.95em;
  line-height: 1.6;
  margin: 0.6em 0 0;
}
.card.service ul li {
  margin-bottom: 0.4em;
}
.section.center a.button-primary {
  margin-top: 24px;
}
/*# sourceMappingURL=custom.css.map */