/* 全ページ共通 */
.header-cta .swell-block-columns__inner {
    justify-content: center !important;
}
.header-cta .btn-tel img,
.header-cta .btn-mail img {
    width: 40px !important;
}
.header-cta .btn-line img {
    width: 55px !important;
}

/* 下層ページ共通 */
#top_title_area .c-pageTitle__subTitle {
    font-size: 2.5em;
}
#top_title_area > .l-topTitleArea__body.l-container {
    background-size: cover, auto 55%;
}

.l-topTitleArea {
    min-height: 240px !important;
}

.onpc {
    display: none;
}
/* TOPページ */

.first-view{
	height:900px;
}
.fv-right {
    height: 600px;
}
.fv-left {
    padding: 28px 40px !important;
}
.fv-gradient {
    height: 900px;
}
.vertical-text, .vertical-text-sub {
    height: auto;
}
.vertical-text {
    font-size: 4em;
}
.-type-list .p-postList__link, .-type-list2 .p-postList__link {
    flex-wrap: nowrap;
}

.top-topics .p-postListWrap {
    padding: 40px 60px;
}

.top-topics {
    transform: translateY(-220px);
}

.top-service {
    padding-top: 0 !important;
}

.top-service .font-serif {
    font-size: 24px;
    padding: 1em;
}
/* サービスページ */

.service-content-image > figure {
    height: 100%;
}
.service-content-image img {
    object-fit: cover;
    height: 100%;
}

.top-point-text .wp-block-group {
  display: flex;
  align-items: flex-end !important; /* 下端を基準に */
}
.point-label,
.point-num,
.point-title {
  line-height: 1.2;
  margin: 0;
}


/* トピックスページ */

/* タブ縦積み */
.p-homeContent {
    flex-direction: column;
    gap: 24px;
  }
  .p-postListTab {
    flex-basis: auto;
}