@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
.sp { display: none}
}

/* =========================================
   ヘッダー調整
========================================= */
.basic-header .title__logo img {
  height: 40px;
}
.basic-header .meta {
  top: 8px;
}
.basic-header .meta strong {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .basic-header .title__logo img {
    height: 22px;
  }
}

.site-basic-index .featurelist li::before {
    background: rgb(255, 180, 143);
}

/* =========================================
   フッター調整
========================================= */
#site-footer.basic-wrapper .data__company dt img {
  max-width: 400px;
  width: 100%;
}

/* =========================================
   対応エリアセクション
========================================= */
.area-section {
  background-color: #f0f0f0;
  padding: 30px 15px;
  border-top: 1px solid #ddd;
}
.area-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.area-title {
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 12px;
  color: #222;
}
.area-list {
  font-size: 1.0rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 8px;
}
.area-list a {
  color: #333;
  text-decoration: none;
}
.area-list a:hover {
  text-decoration: underline;
}
.area-note {
  font-size: 0.9rem;
  color: #888;
}
@media (min-width: 768px) {
  .area-section {
    padding: 40px 20px;
  }
  .area-title {
    font-size: 1.6rem;
  }
}

/* =========================================
   ヒーローセクション
========================================= */
.hero-section {
  background-image: url('../images/index/basic/main_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hero-content {
  padding: 5px 0;
}
.area-tag {
  display: inline-block;
  border: 1px solid #555;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 1.0rem;
  background-color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
}
.area-tag i {
  color: #d32f2f;
  margin-right: 5px;
}
.main-catch {
  margin-bottom: 10px;
  line-height: 1.3;
  color: #222;
}
.main-catch .line1 {
  font-size: 1.5rem;
  font-weight: 900;
}
.main-catch .line2 {
  font-size: 1.3rem;
  font-weight: 900;
}
.main-catch .hl {
  background: linear-gradient(transparent 60%, #fff000 60%);
  padding: 0 2px;
}
.sub-catch {
  font-size: 1.0rem;
  line-height: 1.5;
  border-left: 3px solid #888;
  padding-left: 10px;
  color: #444;
  margin-bottom: 5px;
}
.sub-catch strong {
  color: #d32f2f;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .hero-section {
    padding: 30px 40px;
  }
  .area-tag { font-size: 1.1rem; margin-bottom: 12px; }
  .main-catch { margin-bottom: 15px; }
  .main-catch .line1 { font-size: 2.2rem; }
  .main-catch .line2 { font-size: 1.8rem; }
  .sub-catch { font-size: 1.1rem; }
  .sub-catch strong { font-size: 1.2rem; }
}
.hero-content .main-catch {
  font-size: 50px;
  line-height: 1.3;
}
.hero-content .main-catch .line1,
.hero-content .main-catch .line2 {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .hero-content .main-catch {
    font-size: 28px;
  }
}

/* =========================================
   診断フォームのスタイル
========================================= */
.diagnosis-section {
  background-color: #ff9800;
  padding: 30px 15px;
  text-align: center;
}
.diagnosis-inner {
  max-width: 800px;
  margin: 0 auto;
}
.diagnosis-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
.diagnosis-sub {
  color: #fff;
  font-size: 1.0rem;
  margin-bottom: 15px;
  opacity: 0.9;
}
.step-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.step-item {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 2px 12px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.step-item.active {
  background: #fff;
  color: #ff9800;
}
.step-divider {
  color: #fff;
  font-weight: bold;
}
.diagnosis-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
.diagnosis-label {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
}
.required-badge {
  background-color: #d32f2f;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: middle;
}
.diagnosis-textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  font-size: 1.1rem;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.diagnosis-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background-color: #ed6103;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 0;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: all 0.3s;
}
.diagnosis-btn:hover {
  background-color: #ed6103;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}
@media (min-width: 768px) {
  .diagnosis-section { padding: 40px 20px; }
  .diagnosis-title { font-size: 2.0rem; }
  .diagnosis-card { padding: 30px 40px; }
  .fs18 { font-size: 18px; }
}

/* 診断フォーム STEP2用 */
.diagnosis-input {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  font-size: 1.1rem;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.diagnosis-btn-back {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 15px auto 0;
  background-color: #fff;
  color: #888;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.diagnosis-btn-back:hover {
  background-color: #f9f9f9;
  color: #555;
  border-color: #ccc;
}

/* エラー表示 */
.error-msg {
  color: #d32f2f;
  font-size: 1.0rem;
  margin-top: -10px;
  margin-bottom: 15px;
  font-weight: bold;
  display: none;
}
.input-error {
  border: 2px solid #d32f2f !important;
  background-color: #fff3f3 !important;
}

/* 送信中オーバーレイ */
.diagnosis-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 10;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.diagnosis-overlay.show {
  display: flex;
}
.diagnosis-card {
  position: relative;
}

/* =========================================
   ポータルロゴ帯
========================================= */
.portal-section {
  text-align: center;
  padding: 20px 15px;
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 10px auto 30px;
}
.portal-lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}
.portal-lead strong {
  color: #d32f2f;
  font-size: 1.6rem;
  border-bottom: 2px solid #d32f2f;
}
.portal-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.portal-logo {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  flex: 0 1 calc(50% - 10px);
  max-width: 180px;
  text-align: center;
  box-sizing: border-box;
}
.portal-logo.suumo {
  border-color: #20b300;
  color: #20b300;
}
.portal-logo.homes {
  border-color: #ff7e00;
  color: #ff7e00;
}
.portal-logo.athome {
  border-color: #e4002b;
  color: #e4002b;
}
.portal-logo.yahoo {
  border-color: #ff0033;
  color: #ff0033;
}
@media (min-width: 768px) {
  .portal-section {
    padding: 30px 40px;
    margin: 20px auto 50px;
  }
  .portal-lead {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .portal-lead strong {
    font-size: 1.8rem;
  }
  .portal-logos {
    gap: 20px;
  }
  .portal-logo {
    font-size: 1.3rem;
    padding: 12px 20px;
    flex: 0 1 auto;
    min-width: 160px;
  }
}

/* =========================================
   スタッフ紹介セクション
========================================= */
.staff-section {
  padding: 20px 15px;
  max-width: 1120px;
  margin: 0 auto 30px;
}
.staff-section-title {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 2px;
  color: #222;
}
.staff-section-sub {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 15px;
}
.staff-cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.staff-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.staff-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.staff-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #ff9800;
  overflow: hidden;
}
.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.staff-info-cert {
  font-size: 1.0rem;
  color: #ff9800;
  font-weight: bold;
  margin-bottom: 2px;
}
.staff-info-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #333;
}
.staff-info-role {
  font-size: 1.0rem;
  color: #666;
}
.staff-comment {
  background-color: #fffaf0;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 12px;
  border-left: 4px solid #ff9800;
}
.staff-comment-catch {
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 1.2rem;
  color: #222;
}
.staff-profile {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.staff-profile-label {
  font-size: 1.0rem;
  color: #999;
  font-weight: bold;
  margin-bottom: 5px;
}
.staff-table {
  width: 100%;
  font-size: 1.1rem;
  border-collapse: collapse;
}
.staff-table th {
  text-align: left;
  color: #888;
  padding: 3px 0;
  width: 25%;
}
.staff-table td {
  padding: 3px 0;
  color: #333;
}
@media (min-width: 768px) {
  .staff-cards {
    flex-direction: row;
  }
  .staff-card {
    flex: 1;
  }
  .staff-section {
    padding: 30px 20px;
  }
  .staff-section-title {
    font-size: 1.8rem;
  }
  .staff-photo {
    width: 110px;
    height: 110px;
  }
}

/* =========================================
   CTA（お問い合わせ導線）セクション
========================================= */
.cta-section {
  padding: 40px 15px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.cta-title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 5px;
  color: #222;
}
.cta-sub {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 25px;
}
.cta-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.cta-btn {
  display: block;
  border: 2px solid #ff9800;
  border-radius: 8px;
  padding: 15px 10px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.cta-btn:hover {
  background-color: #ff9800;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 152, 0, 0.3);
}
.cta-btn-main {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.cta-btn-main i {
  color: #ff9800;
  margin-right: 5px;
  font-size: 1.6rem;
  vertical-align: middle;
  transition: color 0.3s;
}
.cta-btn:hover .cta-btn-main,
.cta-btn:hover .cta-btn-main i {
  color: #fff;
}
.cta-btn-sub {
  font-size: 1.0rem;
  color: #666;
  transition: color 0.3s;
}
.cta-btn:hover .cta-btn-sub {
  color: #fff;
}
@media (min-width: 768px) {
  .cta-section {
    padding: 60px 20px 40px;
  }
  .cta-title {
    font-size: 2.2rem;
  }
  .cta-btns {
    flex-direction: row;
    justify-content: center;
  }
  .cta-btn {
    flex: 1;
    max-width: 320px;
  }
}
/* CTAボタンのカラー設定 */
.cta-btns .cta-btn {
  border: none !important;
  text-decoration: none;
}
.cta-btns .cta-btn .cta-btn-main,
.cta-btns .cta-btn .cta-btn-sub,
.cta-btns .cta-btn i {
  color: #ffffff !important;
}
.cta-btns .cta-btn:nth-child(1) {
  background-color: #06C755;
}
.cta-btns .cta-btn:nth-child(2) {
  background-color: #E67E22;
}
.cta-btns .cta-btn:nth-child(3) {
  background-color: #ff9800;
}

/* スマホ用下部固定メニュー */
.fixed-bottom-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-bottom-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffffa8;
    padding: 8px 5px;
    box-sizing: border-box;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  }
  .fixed-bottom-menu-top {
    margin-bottom: 8px;
  }
  .fixed-bottom-menu-top .diagnosis-anchor {
    display: block;
    background-color: #ed6103;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
  }
  .fixed-bottom-menu-bottom {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .fixed-bottom-menu-bottom a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .fixed-bottom-menu-bottom .btn-line { background-color: #06C755; }
  .fixed-bottom-menu-bottom .btn-mail { background-color: #E67E22; }
  .fixed-bottom-menu-bottom .btn-tel { background-color: #ff9800; padding: 5px; }
  .fixed-bottom-menu-bottom .btn-tel .btn-tel-main { font-size: 14px; margin-bottom: 2px; }
  .fixed-bottom-menu-bottom .btn-tel .btn-tel-sub { font-size: 9px; font-weight: normal; }
  .fixed-bottom-menu-bottom .btn-tel {
    padding: 5px 2px;
  }
  .fixed-bottom-menu-bottom .btn-tel .btn-tel-main {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .fixed-bottom-menu-bottom .btn-tel .btn-tel-sub {
    font-size: 8px;
  }
  body {
    padding-bottom: 120px !important;
  }
}
