@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* .top #content {
  margin-bottom: 0;
} */

.form-message {
    padding-bottom: 30px;
}

.button-white .swell-block-button__link {
    border-color: #fff;
    color: #fff;
}

.find-service-list .wp-block-group {
    height: 100%;
}

/* 会社ユーザーを表示 */
.company-author-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;  
}

  @media (max-width: 1023px) {
    .company-author-list {
        grid-template-columns: repeat(1, 1fr);
    }
  }
  
  .company-author-card {
    /* flex: 1 1 calc(25% - 1.5rem); */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.3s ease;
  }
  
  .company-author-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .company-author-card a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 1.5rem;
  }

  .company-author-card img {
    margin: 0 auto 1rem;
    object-fit: contain;
    width: 200px;
    height: auto;
    max-height: 70px;
  }
  
  .company-author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
  }

  @media (max-width: 1024px) {
    .company-author-card {
      flex: 1 1 calc(50% - 1.5rem);
    }
  }
  
  @media (max-width: 600px) {
    .company-author-card {
      flex: 1 1 100%;
    }
  }

  .page-author-post_content {
    margin-top: 40px;
  }

.service-layout {
    display: flex;
    gap: 32px;
}
.service-sidebar {
    width: var(--swl-sidebar_width);
    flex-shrink: 0;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

@media (max-width: 767px) {
  .service-sidebar {
    width: 100%;
    margin-top: 24px;
  }
}

.l-mainContent__inner {
    flex: 1;
}
.service-detail-sidebar {
    background: #efefef;
    border-radius: 8px;
    padding: 24px 16px;
    font-size: 14px;
}
.appointment-button {
  margin: 24px 0 0;
}
.service-detail-btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #004aad;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 0;
    font-size: 17px;
    margin-bottom: 24px;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: background 0.2s;
}
.service-detail-btn:hover {
    background: #17406b;
}
.service-points-title,
.service-strengths-title,
.provider-title {
    color: #004aad;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #004aad;
    padding-bottom: 4px;
}
.service-points ul {
  list-style: disc;
  padding-left: 16px;
  margin-bottom: 24px;
}
.service-points li {
  margin: 0 0 8px 0; 
}

.service-strengths ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.service-strengths li {
    align-items: center;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
}
/* .point-num {
    display: inline-block;
    background: #004aad;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    margin-right: 8px;
    font-size: 12px;
} */

.service-provider {
    margin-top: 24px;
}

.provider-name {
    font-weight: bold;
    margin-top: 8px;
    text-align: right;
}
.provider-icon {
    margin-right: 4px;
}
.provider-icon {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 6px;
  text-align: center;
  color: #1a1a1a;
  font-size: 1.1em;
}

.provider-icon::before {
  content: "\e7fd";
  position: relative;
  top: 2px;
  color: #004aad;
}

.provider-comment {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    margin-top: 8px;
    font-size: 0.98em;
}

/* service-casestudies全体 */
.service-casestudies {
    background: #efefef;
    border-radius: 10px;
    padding: 32px 24px;
    margin: 40px 0;
  }
  .service-casestudies h2 {
    font-size: 1.5em;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: bold;
  }
  .casestudy {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(35,96,165,0.07);
    padding: 20px 16px;
    margin-bottom: 20px;
  }
  .casestudy-company {
    font-weight: bold;
    color: #1a1a1a;
    font-size: 1.1em;
    margin-bottom: 6px;
  }
  .casestudy-title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .casestudy-content {
    color: #333;
    font-size: 0.98em;
    line-height: 1.7;
  }

.icon-check.strength-check {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 6px;
    text-align: center;
    color: #004aad;
    font-size: 1.1em;
}
.icon-check.strength-check::before {
    content: "\e923";
}

.is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
  background: #004aad;
}

.is-style-default>.c-tabList .c-tabList__button {
  padding: 16px 10px;
  font-size: 16px;
  font-weight: bold;
}

.is-style-default .c-tabBody {
  border-color: #004aad;
}

/* 強み */
.strength-group {
  margin-bottom: 32px;
}

.strength-group-title {
  margin-bottom: 16px !important;
  font-size: 18px !important;
}

/* サービス一覧 */
.service-list-item {
    display: flex;
    margin-bottom: 1em;
    gap: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 24px;
    border-radius: 8px;
    color: #333;
}

@media (max-width: 767px) {
  .service-list-item {
    flex-direction: column;
  }
}

.service-list-thumbnail {
    flex: 0 0 150px; /* サムネイルの幅を固定 */
}

.service-list-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.service-list-content {
    flex: 1;
}

.service-list-title {
    margin-top: 0;
    margin-bottom: 10px !important;
    font-size: 1.2em;
}

.service-list-title a {
    text-decoration: none;
    color: inherit;
}

.service-list-excerpt {
    font-size: 0.9em;
}

/* ヘッダー検索窓 */
.w-header.pc_ {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.w-header__item.widget_search {
	width: 240px;
}  
 
.w-header .c-searchForm__s {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 44px 10px 14px;
  border-radius: 5px;
}

.w-header .c-searchForm__submit {
  width: 30px;
  background: none !important;
  border: none;
}

.w-header .c-searchForm__submit::before {
  font-size: 16px;
  color: #333;
}