@charset "utf-8";
/*
Theme Name:seeed-child
Template:seeed_tcd105
Version:6.7.3
*/

span.marker {
  background: linear-gradient(transparent 70%, yellow 70%);
  font-weight: 700;
}

/* SEEED theme */

/* サブページの横幅調整 */
#main_col { width: auto !important; }

/* ロゴ調整 */
#header_logo img {
  max-height:calc(100% - 45px);
} 
@media screen and (max-width: 1200px) {
  #header_logo img {
      max-height: calc(100% - 20px);
  }
}

/* 更新日の非表示 */
time.updated {
  display: none !important;
}

/********************************************** ヒーロー部ここから *****************************************************/
/* ヒーロー画像 */
#header_slider_wrap {
  max-height: 680px;
  border-bottom: 2px solid #8f8f8f;
}

/* キャッチ文と問い合わせボタンを改造して、ヒーロー上のベネフィット構築 */
#header_slider_content {
  top:65%;
  max-width: 1192px;
  height: 300px;
  margin:0 auto;

}

/* ブラウザの横幅が広くなったときに縦位置を調整 */
@media (min-width: 1400px) {
  #header_slider .bg_image {
    top: 0%;
    height: 110%;
  }
}
@media (min-width: 1800px) {
  #header_slider .bg_image {
    top: 0%;
    height: 120%;
  }
}

#header_slider_content .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 110px;
  height: 100%;  
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 40px 50px;
}
/* キャッチ文 */ 
#header_slider_wrap.catch_animation_type2.start_slide .catch {
  margin: 0;
  white-space: nowrap;
}
#header_slider_wrap .content .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
  max-width: 500px;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 2;
}
/* サブキャッチコピー */
#header_slider_wrap .content .catch::after {
  content: "介護業界に特化した" "\A" 
           "AIシフト作成・勤怠管理システム";
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #444;
  margin-top: 12px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  max-width: 580px;
  text-align: center;
  padding-left: 20px;
  white-space: pre-line;
}
/* キャッチの背景(白透過) */
#header_slider_wrap .content::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 250px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 1s ease-in-out 0.5s
}
#header_slider_wrap.catch_animation_type2.start_slide .content::before {
  opacity: 1;  /* 表示 */
}
/* デバイスイメージ (もともとは問い合わせボタン) */
#header_slider_wrap.catch_animation_type2.start_slide .link_button {
  background-image: url(/wp-content/uploads/2025/03/device_image.png);
  width: 500px;
  height: auto;
  aspect-ratio: 300 / 230;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
  transition: opacity 1.0s ease 0.5s;
  display: flex;
  flex-shrink: 0;
}
#header_slider_wrap.catch_animation_type2.start_slide .link_button a { 
  display: none;
}


/* レスポンシブ対応 */
@media (max-width: 1200px) {
  #header_slider_content {
    width: 800px;
    height: 300px;
    padding: 0;
    margin:0 auto;
  }
  /* 横並び配置に変更 */
  #header_slider_content .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
    padding: 40px 20px;
  }

  /* キャッチコピーのサイズ調整 */
  #header_slider_wrap .content .catch {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    max-width: 45%;
    min-width: 280px;
    text-align: center;
  }

  /* キャッチ背景もサイズを調整 */
  #header_slider_wrap .content::before {
    width: 400px;
    height: 250px;
    padding: 0;
    transform: translateY(-30%);
  }

  /* デバイスイメージ（リンクボタン）を縮小 */
  #header_slider_wrap.catch_animation_type2.start_slide .link_button {
    width: 375px;
    position: relative;
    left: 25px;
  }
}
  



@media (max-width: 800px) {
  /* ヒーロー画像 */
  #header_slider_content {
    padding: 0;
    top: 120px;
  }

  #header_slider_content .content {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }

  #header_slider_wrap .content .catch {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0;
    max-width: 90%;
    min-width: 375px;
    text-align: center;
    margin: 0px 0 !important;
    padding-top: 38px;
    padding-left: 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-top: 40px;
  }

  #header_slider_wrap .content .catch::after {
    display: block;
    max-width: 90%;
    min-width: 375px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }

  #header_slider_wrap .content::before {
    height: 200px;
    padding: 30px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    margin-top: 10px;
  }

  #header_slider_wrap.catch_animation_type2.start_slide .link_button {
    display: block;
    width: 375px;
    margin: 50px auto 0 auto;
    text-align: center;
  }
}


/********************************************** ヒーロー部ここまで *****************************************************/

#global_menu>ul>li>a:hover {
  opacity: 0.7;
  transition: all 0.25s ease;
}

#global_menu>ul>li.active>a,
#global_menu>ul>li.current-menu-item>a {
  color: #000000;
}

/* 機能紹介 */
/** 横5列並びを4列ならびへ矯正 */
@media screen and (min-width: 1200px) {
    #service_icon_list_type1 li {
        width: calc(25% + 1px);
    }
}


/*料金プラン */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th, .pricing-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.pricing-table thead th {
  background-color: #f2f2f2;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: bold;
}

.pricing-table td {
  font-size: 1em;
  line-height: 1.1;
}
.pricing-table tr td:first-child {
  font-size: 1.3em;
}

.trial-free {
  font-size: 1.5em !important;
  color: orange;
  font-weight: bold;
}

.pricing-table td.price-large {
  font-size: 2em;
  font-weight: bold;
  color: orange;
}

.pricing-table span {
  font-size: 2.5em;
  color: orange;
  display: block;
}
.pricing-table strong {
  font-size: 1.5em;
  color: orange;
}

/* ヘルプのカード */
.custom-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  border: 2px solid #2E5597;
  overflow: hidden;
}

.custom-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  background: #2E5597;
  width: 100%;
  text-align: center;
  padding: 15px;
  margin: 0 !important;
}

.custom-card-body {
  flex: 1;
  padding: 20px;
  text-align: left;
}

.custom-card-text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 !important;
  color: #333;
}


/* フッター */
#footer_logo a {
  transition: all 0.25s ease;
}

#footer_logo a:hover {
  transition: all 0.25s ease;
}

#footer_logo img {
  max-width: 200px !important;
  /* aspect-ratio: 892 / 369; */
  height: auto;
}
#footer_inner {
  padding: 40px 0;
}
#footer_inner_info {
  padding: 40px 0 0;
  display: flex;
  justify-content: space-between;
}

#footer_inner_info a {
  width: calc(50% - 10px);
  height: 100%;
  border: 1px solid #000000;
  border-radius: 16px;
  transition: all 0.25s ease;
}

#footer_inner_info a:hover {
  opacity: 0.7;
  transition: all 0.25s ease;
}

#footer_inner_info img {
  width: 100%;
  height: auto;
  aspect-ratio: 1567 / 687;
}

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

  #footer_inner_info {
    padding: 40px 0 0;
    flex-direction: column;
  }

  #footer_inner_info a {
    width: 100%;
  }

  #footer_inner_info a:first-of-type {
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------
  各種TOPページコンテンツ【※ cb_content の順によってID変わるので注意】
---------------------------------------------------------------------- */
/* TOPのキャッチ文 */
#header_slider_wrap.no_header_news + #content_builder .cb_free_space:first-of-type  {
  padding-top: 30px;
}
/* TOPのキャッチ・画像 */
#cb_content_1 {
  padding-top: 100px;
  padding-bottom:0;
}
#cb_content_1 .design_header {
  margin-bottom: 10px;
}
.catch-img {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}
.catch-img-block-1 {
  background-image: url(/wp-content/uploads/2025/03/title.png);
  aspect-ratio: 3216 / 622;
  position:relative;
  left:50px;
}
.catch-img-block-2 {
  background-image: url(/wp-content/uploads/2025/03/pc2.png);
  aspect-ratio: 4039 / 2700;
}
.catch-img-block-3 {
  background-image: url(/wp-content/uploads/2025/03/yoko_table_m2.png);
  aspect-ratio: 2172 / 776;
  position:relative;
  top:-75px;
}
@media screen and (max-width: 800px) {
  .catch-img-block-1 {
    background-image: url(/wp-content/uploads/2025/03/title_mobile.png);
    aspect-ratio: 2179 / 970;
    left:0px;
  }
  .catch-img-block-2 {
    background-image: url(/wp-content/uploads/2025/03/pc_mobile2.png);
    aspect-ratio: 3147 / 2137;
    margin: 10px auto;
  }
  .catch-img-block-3 {
    background-image: url(/wp-content/uploads/2025/03/tate_table_m2.png);
    aspect-ratio: 867 / 1248;
    top:0px;
  }
}

/* 全体ラッパ */
#cb_content_1 .linda-hook{
  text-align: center;
  margin: 30px auto;
}

/* 吹き出し本体 */
#cb_content_1 .linda-hook__bubble{
  position: relative;
  display: inline-block;
  max-width: 720px;
  padding: 22px 26px;
  border-radius: 16px;
  background: #f7f7fb;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 22px rgba(0,0,0,.08);
  text-align: center;
}

/* 吹き出し三角（崩れ対策） */
#cb_content_1 .linda-hook__bubble::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -10px;
  width: 18px;
  height: 18px;
  background: #f7f7fb;
  border-right: 1px solid rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.08);
  z-index: 1;
}

/* 悩みテキスト */
#cb_content_1 .linda-hook__lead{
  margin: 0;
  font-size: 22px;     /* ←大きく */
  line-height: 1.9;
  color: rgba(0,0,0,.88);
  font-weight: 700;
  letter-spacing: .02em;
}

/* 回答テキスト */
#cb_content_1 .linda-hook__answer{
  margin: 22px 0 0;
  font-size: 20px;     /* ←大きく */
  line-height: 2.0;
  color: rgba(0,0,0,.9);
  font-weight: 700;
  text-align: center;
}

/* LINDA強調 */
#cb_content_1 .linda-hook__brand{
  display: inline-block;
  padding: 2px 8px;
  margin: 0 2px;
  border-radius: 6px;
  background: rgba(255, 210, 0, .35);
  font-weight: 800;
}

/* SP */
@media (max-width: 600px){

  #cb_content_1 .linda-hook__bubble{
    padding: 16px 18px;
  }

  #cb_content_1 .linda-hook__lead{
    font-size: 18px;
    line-height: 1.8;
  }

  #cb_content_1 .linda-hook__answer{
    font-size: 17px;
    line-height: 1.9;
  }
}


/* LINDAの特徴３選 */
#cb_content_2 {
  margin-top: 100px;
  padding-bottom:0;
}

/*ヘルプサポートについて */
#cb_content_5 .post_content {
  display: flex;
}
#cb_content_5 .post_content img {
  margin-top: -80px;
  margin-left: 80px;
  margin-right: 240px;
  width: 360px;
  height: auto;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 800px) {
  #cb_content_5 .post_content {
    flex-direction: column;
  }

  #cb_content_5 .post_content img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* コンタクトエリア */
#footer_button_area .item { padding:20px 40px; }
#footer_button_area .icon { margin-top: 15px; }

