@charset "UTF-8";

/*
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/* 身の丈AI研究所：ホーム用のサイドバー */
.home .sidebar .widget_search { display: none; }
.sidebar-card { margin: 0 0 20px; padding: 22px 20px; background: #f4f3ed; border-radius: 4px; color: #4f5a50; }
.sidebar-card h2 { margin: 0 0 8px; color: #40564b; font-size: 1.1em; letter-spacing: .06em; }
.sidebar-card p { margin: 0; font-size: .92em; line-height: 1.8; }
.sidebar-card p + p { margin-top: 8px; }
.sidebar-profile { text-align: center; }
.sidebar-profile img { display: block; width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 50%; object-fit: cover; }
.sidebar-card .sidebar-card-name { color: #765338; font-weight: 700; }
.sidebar-contact { background: #e8eee8; }

@media screen and (max-width: 834px) {
  .sidebar-card { margin-bottom: 14px; }
}
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }


/* Home refinements: remove the cover container bands and compact the service section. */
.home .wp-block-cover.home-hero {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 2.48 / 1 !important;
  overflow: hidden !important;
  padding: 48px 56px !important;
}
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background,
.home .wp-block-cover.home-hero > .wp-block-cover__image-background {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
.home .home-services {
  padding: 40px 32px !important;
}
.home .home-services .wp-block-heading.has-text-align-center {
  margin: 0 0 32px !important;
  padding: 14px 20px !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
}
.home .home-services .wp-block-columns {
  margin: 0 !important;
  gap: 32px !important;
  align-items: stretch !important;
}
.home .home-services .wp-block-column {
  display: flex !important;
  flex-direction: column !important;
}
.home .home-services .wp-block-column > h3 {
  height: 76px !important;
  margin: 0 0 20px !important;
  display: flex !important;
  align-items: center !important;
}
.home .home-services .wp-block-column > p {
  margin: 0 !important;
}
.sidebar .widget_recent_comments,
.sidebar #recent-comments-2 {
  display: none !important;
}
.sidebar-card .sidebar-site-link {
  margin: 16px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(79, 90, 80, .18) !important;
}
.sidebar-card .sidebar-site-link a {
  color: #506a58 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.sidebar-card .sidebar-site-link a:hover {
  text-decoration: underline !important;
}
@media (max-width: 834px) {
  .home .wp-block-cover.home-hero {
    aspect-ratio: auto !important;
    min-height: 330px !important;
    padding: 32px 24px !important;
  }
  .home .home-services {
    padding: 30px 22px !important;
  }
  .home .home-services .wp-block-columns {
    gap: 24px !important;
  }
  .home .home-services .wp-block-column > h3 {
    height: auto !important;
    min-height: 64px !important;
  }
}

** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }

/* Deliberate visual divider below the home hero. */
.home .wp-block-cover.home-hero::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  display: block !important;
  height: 26px !important;
  background: #385742 !important;
  pointer-events: none !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  z-index: 3 !important;
}
@media (max-width: 834px) {
  .home .wp-block-cover.home-hero::after {
    height: 18px !important;
  }
}
@charset "UTF-8";

/*
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/* 身の丈AI研究所：ホーム用のサイドバー */
.home .sidebar .widget_search { display: none; }
.sidebar-card { margin: 0 0 20px; padding: 22px 20px; background: #f4f3ed; border-radius: 4px; color: #4f5a50; }
.sidebar-card h2 { margin: 0 0 8px; color: #40564b; font-size: 1.1em; letter-spacing: .06em; }
.sidebar-card p { margin: 0; font-size: .92em; line-height: 1.8; }
.sidebar-card p + p { margin-top: 8px; }
.sidebar-profile { text-align: center; }
.sidebar-profile img { display: block; width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 50%; object-fit: cover; }
.sidebar-card .sidebar-card-name { color: #765338; font-weight: 700; }
.sidebar-contact { background: #e8eee8; }

@media screen and (max-width: 834px) {
  .sidebar-card { margin-bottom: 14px; }
}
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }


/* Home refinements: remove the cover container bands and compact the service section. */
.home .wp-block-cover.home-hero {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 2.48 / 1 !important;
  overflow: hidden !important;
  padding: 48px 56px !important;
}
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background,
.home .wp-block-cover.home-hero > .wp-block-cover__image-background {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
.home .home-services {
  padding: 40px 32px !important;
}
.home .home-services .wp-block-heading.has-text-align-center {
  margin: 0 0 32px !important;
  padding: 14px 20px !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
}
.home .home-services .wp-block-columns {
  margin: 0 !important;
  gap: 32px !important;
  align-items: stretch !important;
}
.home .home-services .wp-block-column {
  display: flex !important;
  flex-direction: column !important;
}
.home .home-services .wp-block-column > h3 {
  height: 76px !important;
  margin: 0 0 20px !important;
  display: flex !important;
  align-items: center !important;
}
.home .home-services .wp-block-column > p {
  margin: 0 !important;
}
.sidebar .widget_recent_comments,
.sidebar #recent-comments-2 {
  display: none !important;
}
.sidebar-card .sidebar-site-link {
  margin: 16px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(79, 90, 80, .18) !important;
}
.sidebar-card .sidebar-site-link a {
  color: #506a58 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.sidebar-card .sidebar-site-link a:hover {
  text-decoration: underline !important;
}
@media (max-width: 834px) {
  .home .wp-block-cover.home-hero {
    aspect-ratio: auto !important;
    min-height: 330px !important;
    padding: 32px 24px !important;
  }
  .home .home-services {
    padding: 30px 22px !important;
  }
  .home .home-services .wp-block-columns {
    gap: 24px !important;
  }
  .home .home-services .wp-block-column > h3 {
    height: auto !important;
    min-height: 64px !important;
  }
}

** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }

/* Standalone related-site card in the sidebar. */
.sidebar-card.sidebar-partner {
  border-top: 5px solid #385742 !important;
}
.sidebar-card .sidebar-card-label {
  margin: 0 0 8px !important;
  color: #506a58 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}
.sidebar-card.sidebar-partner h2 {
  margin-bottom: 14px !important;
}
.sidebar-card .sidebar-partner-link {
  margin: 18px 0 0 !important;
}
.sidebar-card .sidebar-partner-link a {
  display: block !important;
  padding: 12px 16px !important;
  border-radius: 4px !important;
  background: #385742 !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.sidebar-card .sidebar-partner-link a:hover {
  background: #2d4936 !important;
}
@charset "UTF-8";

/*
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/* 身の丈AI研究所：ホーム用のサイドバー */
.home .sidebar .widget_search { display: none; }
.sidebar-card { margin: 0 0 20px; padding: 22px 20px; background: #f4f3ed; border-radius: 4px; color: #4f5a50; }
.sidebar-card h2 { margin: 0 0 8px; color: #40564b; font-size: 1.1em; letter-spacing: .06em; }
.sidebar-card p { margin: 0; font-size: .92em; line-height: 1.8; }
.sidebar-card p + p { margin-top: 8px; }
.sidebar-profile { text-align: center; }
.sidebar-profile img { display: block; width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 50%; object-fit: cover; }
.sidebar-card .sidebar-card-name { color: #765338; font-weight: 700; }
.sidebar-contact { background: #e8eee8; }

@media screen and (max-width: 834px) {
  .sidebar-card { margin-bottom: 14px; }
}
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }


/* Home refinements: remove the cover container bands and compact the service section. */
.home .wp-block-cover.home-hero {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 2.48 / 1 !important;
  overflow: hidden !important;
  padding: 48px 56px !important;
}
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background,
.home .wp-block-cover.home-hero > .wp-block-cover__image-background {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
.home .home-services {
  padding: 40px 32px !important;
}
.home .home-services .wp-block-heading.has-text-align-center {
  margin: 0 0 32px !important;
  padding: 14px 20px !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
}
.home .home-services .wp-block-columns {
  margin: 0 !important;
  gap: 32px !important;
  align-items: stretch !important;
}
.home .home-services .wp-block-column {
  display: flex !important;
  flex-direction: column !important;
}
.home .home-services .wp-block-column > h3 {
  height: 76px !important;
  margin: 0 0 20px !important;
  display: flex !important;
  align-items: center !important;
}
.home .home-services .wp-block-column > p {
  margin: 0 !important;
}
.sidebar .widget_recent_comments,
.sidebar #recent-comments-2 {
  display: none !important;
}
.sidebar-card .sidebar-site-link {
  margin: 16px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(79, 90, 80, .18) !important;
}
.sidebar-card .sidebar-site-link a {
  color: #506a58 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.sidebar-card .sidebar-site-link a:hover {
  text-decoration: underline !important;
}
@media (max-width: 834px) {
  .home .wp-block-cover.home-hero {
    aspect-ratio: auto !important;
    min-height: 330px !important;
    padding: 32px 24px !important;
  }
  .home .home-services {
    padding: 30px 22px !important;
  }
  .home .home-services .wp-block-columns {
    gap: 24px !important;
  }
  .home .home-services .wp-block-column > h3 {
    height: auto !important;
    min-height: 64px !important;
  }
}

** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }

/* Deliberate visual divider below the home hero. */
.home .wp-block-cover.home-hero::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  display: block !important;
  height: 26px !important;
  background: #385742 !important;
  pointer-events: none !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  z-index: 3 !important;
}
@media (max-width: 834px) {
  .home .wp-block-cover.home-hero::after {
    height: 18px !important;
  }
}
@charset "UTF-8";

/*
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/* 身の丈AI研究所：ホーム用のサイドバー */
.home .sidebar .widget_search { display: none; }
.sidebar-card { margin: 0 0 20px; padding: 22px 20px; background: #f4f3ed; border-radius: 4px; color: #4f5a50; }
.sidebar-card h2 { margin: 0 0 8px; color: #40564b; font-size: 1.1em; letter-spacing: .06em; }
.sidebar-card p { margin: 0; font-size: .92em; line-height: 1.8; }
.sidebar-card p + p { margin-top: 8px; }
.sidebar-profile { text-align: center; }
.sidebar-profile img { display: block; width: 96px; height: 96px; margin: 0 auto 14px; border-radius: 50%; object-fit: cover; }
.sidebar-card .sidebar-card-name { color: #765338; font-weight: 700; }
.sidebar-contact { background: #e8eee8; }

@media screen and (max-width: 834px) {
  .sidebar-card { margin-bottom: 14px; }
}
@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }


/* Home refinements: remove the cover container bands and compact the service section. */
.home .wp-block-cover.home-hero {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 2.48 / 1 !important;
  overflow: hidden !important;
  padding: 48px 56px !important;
}
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background,
.home .wp-block-cover.home-hero > .wp-block-cover__image-background {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
.home .home-services {
  padding: 40px 32px !important;
}
.home .home-services .wp-block-heading.has-text-align-center {
  margin: 0 0 32px !important;
  padding: 14px 20px !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
}
.home .home-services .wp-block-columns {
  margin: 0 !important;
  gap: 32px !important;
  align-items: stretch !important;
}
.home .home-services .wp-block-column {
  display: flex !important;
  flex-direction: column !important;
}
.home .home-services .wp-block-column > h3 {
  height: 76px !important;
  margin: 0 0 20px !important;
  display: flex !important;
  align-items: center !important;
}
.home .home-services .wp-block-column > p {
  margin: 0 !important;
}
.sidebar .widget_recent_comments,
.sidebar #recent-comments-2 {
  display: none !important;
}
.sidebar-card .sidebar-site-link {
  margin: 16px 0 0 !important;
  padding-top: 14px !important;
  border-top: 1px solid rgba(79, 90, 80, .18) !important;
}
.sidebar-card .sidebar-site-link a {
  color: #506a58 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.sidebar-card .sidebar-site-link a:hover {
  text-decoration: underline !important;
}
@media (max-width: 834px) {
  .home .wp-block-cover.home-hero {
    aspect-ratio: auto !important;
    min-height: 330px !important;
    padding: 32px 24px !important;
  }
  .home .home-services {
    padding: 30px 22px !important;
  }
  .home .home-services .wp-block-columns {
    gap: 24px !important;
  }
  .home .home-services .wp-block-column > h3 {
    height: auto !important;
    min-height: 64px !important;
  }
}

** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/* ヒーロー画像を枠いっぱいに表示 */
.home .wp-block-cover.home-hero {
  background-image: url('https://office.mwkexcelfriend.com/wp-content/uploads/2026/07/ChatGPT_header_fix.png') !important;
  background-position: center center !important;
  background-size: cover !important;
}
.home .wp-block-cover.home-hero > .wp-block-cover__image-background { display: none !important; }


/* Ensure the home hero fills its full frame on Cocoon. */
.home .wp-block-cover.home-hero > img.wp-block-cover__image-background {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.home .wp-block-cover.home-hero .wp-block-cover__inner-container {
  position: relative !important;
  z-index: 1 !important;
}


/* The hero already carries the site identity, so keep the home header quiet. */
.home #header { display: none !important; }
