@charset "UTF-8";
/* ========================
共通
======================== */
.is_sp,
.br_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .is_sp,
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .is_pc {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .is_pc {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .is_tab {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width:800px) {
  .is_tab {
    display: block;
  }
}
@media screen and (max-width: 801px) {
  .is_tab {
    display: none;
  }
}

.page_title span {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 3.5rem !important;
}

@media screen and (max-width: 600px) {
  .shop_tel {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .element.logo img {
    zoom: 0.8;
  }
}

/* ========================
CTA Banner (shared)
======================== */
.cta-banner {
  background: #407bff;
  padding: 30px 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cta-banner {
    padding: 30px 15px !important;
  }
}
.cta-banner .catch {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .cta-banner .catch {
    font-size: 16px !important;
  }
}
.cta-banner .main-heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 0 !important;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .cta-banner .main-heading {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.cta-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 600px) {
  .cta-buttons {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}

.btn-call,
.btn-mail {
  display: block;
  cursor: pointer;
}
.btn-call img,
.btn-mail img {
  display: block;
  width: 287px;
  height: auto;
}
.btn-call img:hover,
.btn-mail img:hover {
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  .btn-call img,
  .btn-mail img {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}

/* ========================
トップ
======================== */
@media screen and (min-width: 601px) {
  .welcomemessage {
    margin-top: 50px;
  }
}

/* ========================
1. トップCTAバナー — 青背景、電話番号・メールフォームボタン
2. お悩みセクション — 6つの経営者向け悩みボックス＋右側イメージ
3. ヒーローセクション — キャッチコピー、弁護士写真（円形クリップ）、3つの実績バッジ
4. ご提供サービス一覧 — 2×2グリッド（融資・創業融資・補助金・財務）、番号バッジ付き
5. 選ばれる理由 — 3つの理由（実績・業種対応・集客力）
6. 中段CTAバナー — トップと同じ構成
7. よくある質問 — 10組のQ&A、Q/Aアイコン付き
  ======================== */
h2.section-heading {
  font-size: 30px;
  font-weight: 700 !important;
  color: #333;
  text-align: center;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h2.section-heading .blue {
  color: #407bff;
}
@media screen and (max-width: 600px) {
  h2.section-heading {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
  }
}

body#top #slider .article .caption .caption_txt {
  font-weight: 700;
  font-size: 40px !important;
}
@media screen and (max-width: 600px) {
  body#top #slider .article .caption .caption_txt {
    font-size: 24px !important;
    line-height: 2;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 380px) {
  body#top #slider .article .caption .caption_txt {
    font-size: 22px !important;
  }
}

/* ========================
お悩み
======================== */
.concerns {
  padding: 40px 0px 30px 0;
}

.concerns-intro {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 600px) {
  .concerns-intro {
    margin-bottom: 5px;
  }
}
.concerns-intro .kana {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
  margin: 5px 0 0 0 0;
}
@media screen and (max-width: 600px) {
  .concerns-intro .kana {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.concerns-intro .heading {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1.25px;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 600px) {
  .concerns-intro .heading {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
  }
}
.concerns-intro .heading .blue-lg {
  color: #407bff;
  font-size: 35px;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 600px) {
  .concerns-intro .heading .blue-lg {
    font-size: 20px;
  }
}

.concerns-body picture {
  display: block;
}
.concerns-body picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================
私たちがサポートします
======================== */
.hero {
  padding: 0;
}

.hero-banner {
  background: #407bff;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner h2 {
  color: #fff;
  font-size: 25px !important;
  font-weight: 700 !important;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 600px) {
  .hero-banner h2 {
    font-size: 20px !important;
    letter-spacing: 0;
  }
}

.hero-arrow {
  text-align: center;
  margin-top: -20px;
}
@media screen and (max-width: 600px) {
  .hero-arrow img {
    zoom: 0.6;
  }
}

.hero-body {
  display: flex;
  align-items: flex-start;
  padding: 0;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero-body {
    flex-direction: column;
    margin-top: 0px;
    text-align: center;
  }
}
@media screen and (min-width: 601px) {
  .hero-body {
    margin-top: -50px;
  }
}

.hero-text {
  flex: 1;
}

.hero-catchcopy {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .hero-catchcopy {
    font-size: 20px;
  }
}
.hero-catchcopy .white-large {
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 600px) {
  .hero-catchcopy .white-large {
    font-size: 20px;
  }
}
.hero-catchcopy .red-large {
  color: #ff3d3d;
  font-size: 35px;
  letter-spacing: 1.75px;
}
@media screen and (max-width: 600px) {
  .hero-catchcopy .red-large {
    font-size: 20px;
  }
}
.hero-catchcopy .red {
  color: #ff3d3d;
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .hero-catchcopy .red {
    font-size: 20px;
  }
}

p.hero-support {
  color: #407bff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 600px) {
  p.hero-support {
    font-size: 20px;
  }
}

.hero-merits {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .hero-merits {
    padding-top: 25px;
  }
}

.hero-photo-wrapper {
  flex-shrink: 0;
  position: relative;
  align-self: flex-end;
}
@media screen and (min-width: 601px) {
  .hero-photo-wrapper {
    width: 306px;
  }
}
@media screen and (max-width: 600px) {
  .hero-photo-wrapper {
    align-self: center;
    width: 100%;
  }
}

.hero-photo {
  position: relative;
}
@media screen and (min-width: 601px) {
  .hero-photo {
    width: 306px;
    height: 380px;
  }
}
.hero-photo img {
  padding-top: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .hero-photo img {
    position: static;
    padding-top: 0;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.hero-photo picture {
  width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  .hero-photo picture {
    width: 80%;
  }
}

/* ========================
サービス内容
======================== */
.services {
  padding: 90px 0px 0px;
}

.services-grid {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.service-item {
  position: relative;
}

.service-badge {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .service-badge {
    left: 10px;
  }
}

.svc-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ff3d3d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.svc-circle .svc-lbl {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}
.svc-circle .svc-num {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .svc-circle .svc-num {
    font-size: 20px;
  }
}

.service-header {
  background: #407bff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-header h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 0.8;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .service-header h3 {
    font-size: 20px;
  }
}

.service-body {
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
.service-body .red {
  color: #ff3d3d;
}

/* ========================
サービスバナー
======================== */
.service-banners {
  display: flex;
  gap: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .service-banners {
    gap: 25px;
    padding-top: 40px;
  }
}
.service-banners a {
  display: block;
  flex: 1;
}
.service-banners a img {
  display: block;
  width: 100%;
  height: auto;
}
.service-banners a img:hover {
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  .service-banners {
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
  }
}

/* ========================
理由
======================== */
.reasons {
  padding: 100px 50px 60px;
}
@media screen and (max-width: 600px) {
  .reasons {
    padding: 50px 0 10px 0;
  }
}

.reason-item {
  margin-bottom: 30px;
}

.reason-tag-row {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: center;
}

.reason-tag {
  display: inline-block;
  background: #407bff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 30px 8px 30px;
  letter-spacing: 0.8px;
  line-height: 1;
}

h3.reason-heading {
  color: #407bff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 600px) {
  h3.reason-heading {
    font-size: 18px;
  }
}

.reason-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}

.industry-box {
  background: rgba(255, 61, 61, 0.1);
  padding: 24px 30px;
  margin: 25px 0 60px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .industry-box {
    padding: 20px;
    font-size: 14px !important;
  }
}
.industry-box p {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* ========================
QA
======================== */
.faq {
  padding: 100px 0 0;
}
@media screen and (max-width: 600px) {
  .faq {
    padding-top: 50px;
  }
}

.faq-heading {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .faq-heading span {
    display: block;
    padding-top: 8px !important;
  }
}

.qa-item {
  margin-bottom: 30px;
}

.ico-q {
  background-image: url("https://goope.work/business-money.pro/img/ico-q.webp");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 45px 45px;
  padding-left: 65px;
  min-height: 50px;
}
@media screen and (max-width: 600px) {
  .ico-q {
    background-size: 30px 30px;
    padding-left: 40px;
    background-position: left 8px;
  }
}

.ico-a {
  background-image: url("https://goope.work/business-money.pro/img/ico-a.webp");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 45px 45px;
  padding-left: 65px;
  min-height: 50px;
  margin-left: 65px;
}
@media screen and (max-width: 600px) {
  .ico-a {
    background-size: 30px 30px;
    padding-left: 40px;
    margin-left: 40px;
  }
}

.qa-q-text {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-top: 4px;
}

.qa-a-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

/* ========================

財務･資金繰りページ

======================== */
/* ========================
   Hero
======================== */
.zaimu-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================
   Services
======================== */
.zaimu-services {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 600px) {
  .zaimu-services {
    padding: 40px 0 20px 0;
  }
}

.zaimu-intro {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .zaimu-intro {
    text-align: left;
  }
}
.zaimu-intro .red {
  color: #ff3d3d;
}

.zaimu-item {
  margin-bottom: 32px;
}

.zaimu-header {
  background: #407bff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .zaimu-header {
    min-height: 50px;
    height: auto;
    padding: 10px;
  }
}
.zaimu-header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.zaimu-body {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  padding-top: 8px;
}

/* ========================
   創業融資ページ
======================== */
/* Hero */
.startup-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* Section wrapper */
.startup-section {
  padding: 60px 50px;
}
@media screen and (max-width: 600px) {
  .startup-section {
    padding: 40px 15px;
  }
}

/* H2 見出し */
.startup-heading {
  font-size: 30px;
  font-weight: 700 !important;
  color: #333;
  text-align: center;
  line-height: 1.6 !important;
  letter-spacing: 1.5px;
  margin-bottom: 32px;
}
.startup-heading .blue {
  color: #407bff;
}
@media screen and (max-width: 600px) {
  .startup-heading {
    font-size: 20px !important;
    letter-spacing: 0;
  }
}

/* 本文 */
.startup-lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}
.startup-lead .red {
  color: #ff3d3d;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .startup-lead {
    text-align: left;
  }
}

/* 小冊子画像 */
.startup-book {
  text-align: center;
  margin: 40px 0;
}
.startup-book img {
  max-width: 500px !important;
  width: 100%;
  height: auto;
  display: inline-block;
}

/* 小冊子の内容 — ブルーヘッダー */
.startup-toc-header {
  background: #407bff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.startup-toc-header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* 小冊子の内容 — リスト */
.startup-toc {
  background: rgba(255, 61, 61, 0.1);
  padding: 30px 50px;
}
.startup-toc ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.startup-toc ol li {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .startup-toc {
    padding: 20px;
  }
}