@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon child theme
Theme URI: https://wp-cocoon.com/
Author: Cocoon
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.2.0
*/

:root {
  --sky-bg: #fbfaf7;
  --sky-surface: #ffffff;
  --sky-surface-soft: #fffdf9;
  --sky-section-cream: #f8f5ee;
  --sky-section-soft: #fcfaf4;
  --sky-border: #e8ece7;
  --sky-ink: #2f4358;
  --sky-text: #556570;
  --sky-teal: #79b8c2;
  --sky-teal-soft: #d7ebe6;
  --sky-blue-soft: #dff1f5;
  --sky-blue-panel: #b9e0e4;
  --sky-ice: #eef2f8;
  --sky-beige-soft: #faedcf;
  --sky-orange: #ef9b68;
  --sky-orange-soft: #f7dcc0;
  --sky-footer: #304356;
  --sky-shadow: 0 18px 40px rgba(48, 67, 86, 0.08);
  --sky-shadow-strong: 0 24px 52px rgba(48, 67, 86, 0.12);
  --sky-radius-lg: 34px;
  --sky-radius-md: 26px;
  --sky-pill: 999px;
}

body.page #container,
body.page #container *,
body.page #container *::before,
body.page #container *::after {
  box-sizing: border-box;
}

body.page {
  background: var(--sky-bg);
  color: var(--sky-text);
  font-family: "Zen Maru Gothic", "Hiragino Rounded W4", "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", sans-serif;
}

body.page #container {
  background: transparent;
}

body.page .content {
  padding: 32px 0 84px;
}

body.page .content-in.wrap,
body.page #footer-in.wrap {
  width: min(1180px, calc(100% - 40px));
}

body.page .content-in.wrap,
body.sky-news-page .content-in.wrap,
body.sky-blog-page .content-in.wrap {
  display: block;
}

body.page .main,
body.sky-news-page .main,
body.sky-blog-page .main {
  float: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

body.page #sidebar,
body.page .sidebar,
body.page #sidebar-scroll,
body.page .widget-sidebar,
body.sky-news-page #sidebar,
body.sky-news-page .sidebar,
body.sky-news-page #sidebar-scroll,
body.sky-news-page .widget-sidebar,
body.sky-blog-page #sidebar,
body.sky-blog-page .sidebar,
body.sky-blog-page #sidebar-scroll,
body.sky-blog-page .widget-sidebar {
  display: none !important;
}

body.page #header-container {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #edf2f4;
  box-shadow: 0 8px 22px rgba(48, 67, 86, 0.05);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}

body.admin-bar.page #header-container {
  top: 32px;
}

body.page #header-container-in {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

body.page #header,
body.page #navi {
  width: auto;
  background: transparent;
}

body.page #header-in.wrap,
body.page #navi-in.wrap {
  width: auto;
  margin: 0;
}

body.page .header-in {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body.page .tagline {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #72a7ab;
  text-align: left;
}

body.page .logo,
body.page .logo-text {
  text-align: left;
  padding: 0;
}

body.page .site-name-text-link {
  padding: 0;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.page .site-name-text {
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  color: var(--sky-ink);
}

body.page #navi-in > ul {
  justify-content: flex-end;
  gap: clamp(18px, 2vw, 28px);
}

body.page #navi-in > ul.menu-mobile {
  display: none !important;
}

body.page #navi-in > ul li {
  width: auto;
  height: auto;
}

body.page #navi-in .caption-wrap,
body.page #navi-in .caption-wrap > div {
  width: auto;
}

body.page #navi-in a {
  width: auto;
  height: auto;
  padding: 8px 0;
  font-size: 13px;
  color: var(--sky-ink);
  background: none;
  position: relative;
}

body.page #navi-in a:hover {
  background: none;
  color: var(--sky-teal);
}

body.page #navi-in .current-menu-item > a,
body.page #navi-in .current_page_item > a {
  color: var(--sky-teal);
}

body.page #navi-in .current-menu-item > a::after,
body.page #navi-in .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--sky-teal);
  border-radius: var(--sky-pill);
}

body.page #footer {
  background: var(--sky-footer);
  color: #ffffff;
}

body.page #footer-in.wrap {
  padding: 28px 0;
}

body.page .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.page .footer-bottom-logo {
  position: static;
  float: none;
}

body.page .footer-bottom-logo .logo-text {
  padding: 0;
}

body.page .footer-bottom-logo .site-name-text {
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

body.page .footer-bottom-content {
  float: none;
  text-align: right;
  color: rgba(255, 255, 255, 0.78);
}

body.page #navi-footer {
  display: none;
}

body.page .source-org {
  font-size: 0.78rem;
}

body.page:not(.home) .main {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--sky-border);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 52px);
  box-shadow: var(--sky-shadow);
}

body.page:not(.home) .article,
body.page:not(.home) .entry-content {
  margin-bottom: 0;
}

body.page:not(.home) .entry-content {
  margin-top: 0;
  overflow-wrap: anywhere;
}

body.page:not(.home) .entry-content > * {
  margin: 0;
}

body.page:not(.home) .entry-content > * + * {
  margin-top: 24px;
}

body.page:not(.home) .entry-content p,
body.page:not(.home) .entry-content li {
  color: var(--sky-text);
  line-height: 2;
}

body.page:not(.home) .entry-content > .wp-block-heading {
  padding: 18px 22px;
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
  color: var(--sky-ink);
  background: linear-gradient(135deg, #eef7fa 0%, #fcf3e5 100%);
  border: 1px solid var(--sky-border);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(48, 67, 86, 0.06);
}

body.page:not(.home) .entry-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 0.95em 1.8em;
  background: transparent;
  color: var(--sky-teal);
  border: 1.5px solid var(--sky-teal);
  border-radius: var(--sky-pill);
  text-decoration: none;
  box-shadow: none;
}

body.page:not(.home) .entry-content .wp-block-button__link:hover,
body.page:not(.home) .entry-content .wp-block-button__link:focus {
  background: var(--sky-teal);
  color: #ffffff;
  opacity: 1;
}

body.page-id-12 .content {
  padding: 24px 0 96px;
}

body.page-id-12 .content-in.wrap {
  width: min(1240px, calc(100% - 24px));
}

body.page-id-12 .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.page-id-12 .article,
body.page-id-12 .entry-content {
  margin: 0;
}

body.page-id-12 .sky-profile-entry-content {
  position: relative;
}

body.page-id-12 .sky-profile-entry-content > * {
  margin: 0;
}

body.page-id-12 .sky-profile-page {
  position: relative;
}

body.page-id-12 .sky-profile-hero {
  position: relative;
  padding: clamp(42px, 6vw, 68px) 20px clamp(68px, 7.8vw, 96px);
  background: linear-gradient(135deg, #b7e2e5 0%, #a8d8de 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.page-id-12 .sky-profile-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

body.page-id-12 .sky-profile-hero__orb--left {
  top: -22px;
  left: 18%;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(32px);
}

body.page-id-12 .sky-profile-hero__orb--right {
  right: 14%;
  bottom: -52px;
  width: 240px;
  height: 240px;
  background: rgba(111, 168, 160, 0.26);
  filter: blur(44px);
}

body.page-id-12 .sky-profile-hero__title {
  margin: 0;
  color: var(--sky-ink);
  font-size: clamp(2.1rem, 3.6vw, 3.1rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

body.page-id-12 .sky-profile-hero__subtitle {
  margin: 12px 0 0;
  color: rgba(44, 62, 80, 0.82);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

body.page-id-12 .sky-profile-card {
  width: min(100%, 980px);
  margin: -34px auto 0;
  padding: clamp(28px, 4vw, 50px) clamp(20px, 4vw, 50px) clamp(32px, 4.6vw, 56px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.page-id-12 .sky-profile-card::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 28px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(240, 248, 247, 0.92);
  filter: blur(42px);
  z-index: 0;
}

body.page-id-12 .sky-profile-card > * {
  position: relative;
  z-index: 1;
}

body.page-id-12 .sky-profile-card > * + * {
  margin-top: clamp(40px, 4.8vw, 58px);
}

body.page-id-12 .sky-profile-section {
  margin: 0;
}

body.page-id-12 .sky-profile-message {
  text-align: center;
}

body.page-id-12 .sky-profile-message__title {
  max-width: 660px;
  margin: 0 auto 22px;
  padding: 16px 24px 13px;
  color: var(--sky-ink);
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  line-height: 1.5;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(244, 248, 250, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
  border: 1px solid #f1f4f6;
  border-radius: 24px;
}

body.page-id-12 .sky-profile-break {
  display: none;
}

body.page-id-12 .sky-profile-text {
  max-width: 760px;
  margin: 0 auto;
}

body.page-id-12 .sky-profile-text > * {
  margin: 0;
  line-height: 2.05;
  font-size: 1rem;
}

body.page-id-12 .sky-profile-text > * + * {
  margin-top: 18px;
}

body.page-id-12 .sky-profile-section-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

body.page-id-12 .sky-profile-section-title {
  margin: 0;
  padding: 0 6px 10px;
  color: var(--sky-ink);
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  border-bottom: 2px solid var(--sky-teal);
}

body.page-id-12 .sky-profile-greeting {
  display: grid;
  grid-template-columns: clamp(230px, 28vw, 300px) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(24px, 3.6vw, 42px);
  padding: clamp(22px, 3.4vw, 32px);
  background:
    linear-gradient(135deg, rgba(240, 248, 247, 0.64), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, #fcfaf5 0%, #fffdf8 100%);
  border: 1px solid #f0ede6;
  border-radius: 30px;
}

body.page-id-12 .sky-profile-photo-wrap {
  width: 100%;
  align-self: stretch;
}

body.page-id-12 .sky-profile-photo-img,
body.page-id-12 .sky-profile-photo-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 330px;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  border: 4px solid #ffffff;
  box-shadow: 0 18px 36px rgba(48, 67, 86, 0.12);
  overflow: hidden;
}

body.page-id-12 .sky-profile-photo-img {
  object-fit: cover;
  object-position: center top;
}

body.page-id-12 .sky-profile-photo-placeholder {
  background: linear-gradient(135deg, #e3efe8 0%, #faeedb 100%);
  color: #6fa8a0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.page-id-12 .sky-profile-photo-placeholder__line {
  display: block;
}

body.page-id-12 .sky-profile-greeting__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px 0;
}

body.page-id-12 .sky-profile-name {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 12px;
  margin: 0 0 10px;
  padding: 0 0 13px 18px;
  color: var(--sky-ink);
  font-size: clamp(1.58rem, 2.2vw, 2rem);
  line-height: 1.45;
  border-left: 5px solid rgba(47, 67, 86, 0.42);
  border-bottom: 1px solid #e5eaeb;
}

body.page-id-12 .sky-profile-name span {
  display: inline-block;
  color: var(--sky-teal);
  font-size: 0.48em;
  font-weight: 500;
  letter-spacing: 0.08em;
}

body.page-id-12 .sky-profile-role {
  margin: 0 0 16px;
  color: #86939b;
  font-size: 0.94rem;
  line-height: 1.8;
}

body.page-id-12 .sky-profile-greeting__body > p {
  margin: 0;
  line-height: 1.95;
  font-size: 0.96rem;
}

body.page-id-12 .sky-profile-greeting__body > p + p {
  margin-top: 13px;
}

body.page-id-12 .sky-profile-facts {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #eff2f1;
  border-radius: 24px;
  overflow: hidden;
}

body.page-id-12 .sky-profile-facts dl {
  margin: 0;
}

body.page-id-12 .sky-profile-fact {
  display: flex;
  gap: 24px;
  padding: 22px 28px;
  border-top: 1px solid #eef2f1;
  transition: background-color 0.3s ease;
}

body.page-id-12 .sky-profile-fact:first-child {
  border-top: 0;
}

body.page-id-12 .sky-profile-fact:hover {
  background: rgba(240, 248, 247, 0.42);
}

body.page-id-12 .sky-profile-fact dt {
  width: min(100%, 180px);
  flex: 0 0 180px;
  margin: 0;
  color: var(--sky-ink);
  font-weight: 700;
}

body.page-id-12 .sky-profile-fact dd {
  flex: 1 1 auto;
  margin: 0;
  line-height: 2;
}

body.page-id-12 .sky-profile-fact dd > span,
body.page-id-12 .sky-profile-fact dd > small {
  display: block;
}

body.page-id-12 .sky-profile-fact dd > small {
  margin-top: 6px;
  color: #8e969d;
  font-size: 0.88rem;
}

@media screen and (max-width: 1023px) {
  body.page-id-12 .sky-profile-hero {
    padding-bottom: 88px;
  }

  body.page-id-12 .sky-profile-card {
    width: min(100%, 940px);
  }

  body.page-id-12 .sky-profile-greeting {
    grid-template-columns: clamp(210px, 32vw, 270px) minmax(0, 1fr);
  }
}

@media screen and (max-width: 834px) {
  body.page-id-12 .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.page-id-12 .content {
    padding-bottom: 72px;
  }

  body.page-id-12 .sky-profile-hero {
    padding: 36px 18px 76px;
    border-radius: 28px;
  }

  body.page-id-12 .sky-profile-card {
    width: min(100%, 100%);
    margin-top: -28px;
    padding: 24px 16px 28px;
    border-radius: 26px;
  }

  body.page-id-12 .sky-profile-break {
    display: inline;
  }

  body.page-id-12 .sky-profile-message__title {
    max-width: none;
    padding: 16px 18px 12px;
    border-radius: 20px;
  }

  body.page-id-12 .sky-profile-greeting {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 22px 16px 24px;
    border-radius: 26px;
  }

  body.page-id-12 .sky-profile-photo-wrap {
    width: min(100%, 280px);
    margin: 0 auto;
  }

  body.page-id-12 .sky-profile-photo-img,
  body.page-id-12 .sky-profile-photo-placeholder {
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 24px;
  }

  body.page-id-12 .sky-profile-name {
    justify-content: center;
    padding: 0 0 12px;
    border-left: 0;
  }

  body.page-id-12 .sky-profile-name span {
    display: block;
    width: 100%;
    margin: 0;
  }

  body.page-id-12 .sky-profile-greeting__body {
    text-align: left;
  }

  body.page-id-12 .sky-profile-fact {
    flex-direction: column;
    gap: 10px;
    padding: 20px 18px;
  }

  body.page-id-12 .sky-profile-fact dt {
    width: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-12 .sky-profile-hero__title {
    font-size: 1.8rem;
  }

  body.page-id-12 .sky-profile-message__title {
    font-size: 1.42rem;
  }

  body.page-id-12 .sky-profile-text > * {
    font-size: 0.96rem;
  }

  body.page-id-12 .sky-profile-greeting__body {
    text-align: center;
  }

  body.page-id-12 .sky-profile-name {
    font-size: 1.42rem;
  }

  body.page-id-12 .sky-profile-photo-wrap {
    width: min(100%, 240px);
  }
}

body.page-id-14 .content {
  padding: 24px 0 96px;
}

body.page-id-14 .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
}

body.page-id-14 .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.page-id-14 .article,
body.page-id-14 .entry-content {
  margin: 0;
}

body.page-id-14 .sky-services-entry-content {
  position: relative;
}

body.page-id-14 .sky-services-entry-content > * {
  margin: 0;
}

body.page-id-14 .sky-services-page {
  position: relative;
}

body.page-id-14 .sky-services-hero {
  position: relative;
  padding: clamp(50px, 7.2vw, 82px) 20px clamp(82px, 9vw, 118px);
  background: linear-gradient(135deg, #b7e2e5 0%, #a8d8de 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.page-id-14 .sky-services-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

body.page-id-14 .sky-services-hero__orb--left {
  top: -22px;
  left: 18%;
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.72);
  filter: blur(32px);
}

body.page-id-14 .sky-services-hero__orb--right {
  right: 14%;
  bottom: -52px;
  width: 240px;
  height: 240px;
  background: rgba(111, 168, 160, 0.26);
  filter: blur(44px);
}

body.page-id-14 .sky-services-hero__title {
  margin: 0;
  color: var(--sky-ink);
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

body.page-id-14 .sky-services-hero__subtitle {
  margin: 12px 0 0;
  color: rgba(44, 62, 80, 0.82);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

body.page-id-14 .sky-services-card {
  width: min(100%, 1020px);
  margin: -40px auto 0;
  padding: clamp(30px, 4.6vw, 58px) clamp(22px, 4vw, 52px) clamp(40px, 5vw, 66px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.page-id-14 .sky-services-card::before {
  content: "";
  position: absolute;
  top: 56px;
  left: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(252, 244, 232, 0.7);
  filter: blur(46px);
  z-index: 0;
}

body.page-id-14 .sky-services-card > * {
  position: relative;
  z-index: 1;
}

body.page-id-14 .sky-services-card > * + * {
  margin-top: clamp(52px, 6vw, 78px);
}

body.page-id-14 .sky-services-intro {
  text-align: center;
}

body.page-id-14 .sky-services-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--sky-text);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 2.1;
}

body.page-id-14 .sky-services-break {
  display: none;
}

body.page-id-14 .sky-service-block {
  display: grid;
  grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
  gap: clamp(24px, 3.6vw, 38px);
  align-items: stretch;
}

body.page-id-14 .sky-service-block--corporate {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
}

body.page-id-14 .sky-service-block--corporate .sky-service-block__details {
  order: 1;
}

body.page-id-14 .sky-service-block--corporate .sky-service-block__summary {
  order: 2;
}

body.page-id-14 .sky-service-block__summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 26px;
  border-radius: 30px;
  border: 1px solid #f0ede6;
  text-align: center;
}

body.page-id-14 .sky-service-block--personal .sky-service-block__summary {
  background: #faeedb;
}

body.page-id-14 .sky-service-block--corporate .sky-service-block__summary {
  background: #e3efe8;
  border-color: #d6e5dd;
}

body.page-id-14 .sky-service-block__summary h2 {
  margin: 0 0 8px;
  color: var(--sky-ink);
  font-size: clamp(1.9rem, 2.5vw, 2.25rem);
}

body.page-id-14 .sky-service-block__label {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

body.page-id-14 .sky-service-block--personal .sky-service-block__label {
  color: #d49a6a;
}

body.page-id-14 .sky-service-block--corporate .sky-service-block__label {
  color: #6fa8a0;
}

body.page-id-14 .sky-service-block__lead {
  margin: 0;
  line-height: 1.95;
  font-size: 0.95rem;
}

body.page-id-14 .sky-service-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 22px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(48, 67, 86, 0.08);
}

body.page-id-14 .sky-service-icon svg {
  width: 44px;
  height: 44px;
}

body.page-id-14 .sky-service-block--personal .sky-service-icon {
  color: #d49a6a;
}

body.page-id-14 .sky-service-block--corporate .sky-service-icon {
  color: #6fa8a0;
}

body.page-id-14 .sky-service-block__details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.page-id-14 .sky-service-detail-card {
  min-width: 0;
  padding: 26px 26px 24px;
  border-radius: 24px;
  border: 1px solid #f0ede6;
}

body.page-id-14 .sky-service-block--personal .sky-service-detail-card {
  background: #fcfaf5;
}

body.page-id-14 .sky-service-block--corporate .sky-service-detail-card {
  background: #f0f8f7;
  border-color: #e3efe8;
}

body.page-id-14 .sky-service-detail-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--sky-ink);
  font-size: 1.14rem;
}

body.page-id-14 .sky-service-detail-card h3::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
}

body.page-id-14 .sky-service-block--personal .sky-service-detail-card h3::before {
  background: #d49a6a;
}

body.page-id-14 .sky-service-block--corporate .sky-service-detail-card h3::before {
  background: #6fa8a0;
}

body.page-id-14 .sky-service-detail-card p {
  margin: 0;
  line-height: 2;
  font-size: 0.95rem;
}

body.page-id-14 .sky-service-price {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e7eaeb;
  border-radius: 16px;
  font-size: 0.94rem;
  line-height: 1.8;
}

body.page-id-14 .sky-service-price__tag {
  flex: 0 0 auto;
  padding: 6px 12px;
  background: #f2f4f5;
  border-radius: 10px;
  color: var(--sky-ink);
  font-weight: 700;
}

body.page-id-14 .sky-service-price span:last-child {
  min-width: 0;
}

body.page-id-14 .sky-services-section-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}

body.page-id-14 .sky-services-section-title {
  margin: 0;
  padding: 0 6px 10px;
  color: var(--sky-ink);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  border-bottom: 2px solid var(--sky-teal);
}

body.page-id-14 .sky-services-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.page-id-14 .sky-services-steps::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 34px;
  height: 2px;
  background: #edf1f2;
  z-index: 0;
}

body.page-id-14 .sky-services-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

body.page-id-14 .sky-services-step__number {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  background: #ffffff;
  border: 4px solid #b5e1e6;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(48, 67, 86, 0.08);
  color: var(--sky-ink);
  font-size: 1.25rem;
  font-weight: 700;
}

body.page-id-14 .sky-services-step__number--teal {
  border-color: #6fa8a0;
}

body.page-id-14 .sky-services-step__number--orange {
  border-color: #e88d67;
}

body.page-id-14 .sky-services-step h3 {
  margin: 0 0 10px;
  color: var(--sky-ink);
  font-size: 1.06rem;
}

body.page-id-14 .sky-services-step p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.9;
}

body.page-id-14 .sky-services-cta {
  margin-top: 8px;
  padding-top: 54px;
  border-top: 1px solid #eef1f2;
  text-align: center;
}

body.page-id-14 .sky-services-cta p {
  max-width: 720px;
  margin: 0 auto 24px;
  line-height: 2;
}

body.page-id-14 .sky-services-cta .wp-block-buttons {
  display: flex;
  justify-content: center;
}

body.page-id-14 .sky-services-cta .wp-block-button__link {
  min-width: 290px;
  padding: 1em 2.5em;
  background: linear-gradient(135deg, #f1a97b 0%, #e88d67 100%);
  color: #ffffff;
  border: 0;
  border-radius: var(--sky-pill);
  box-shadow: 0 14px 28px rgba(232, 141, 103, 0.25);
}

body.page-id-14 .sky-services-cta .wp-block-button__link:hover,
body.page-id-14 .sky-services-cta .wp-block-button__link:focus {
  background: linear-gradient(135deg, #eb9b69 0%, #dc7f59 100%);
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  body.page-id-14 .sky-services-card {
    width: min(100%, 980px);
  }

  body.page-id-14 .sky-service-block,
  body.page-id-14 .sky-service-block--corporate {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  body.page-id-14 .sky-service-block--corporate .sky-service-block__summary {
    order: 2;
  }

  body.page-id-14 .sky-service-block--corporate .sky-service-block__details {
    order: 1;
  }

  body.page-id-14 .sky-services-steps {
    gap: 18px;
  }
}

@media screen and (max-width: 834px) {
  body.page-id-14 .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.page-id-14 .content {
    padding-bottom: 72px;
  }

  body.page-id-14 .sky-services-hero {
    padding: 40px 18px 84px;
    border-radius: 28px;
  }

  body.page-id-14 .sky-services-card {
    width: 100%;
    margin-top: -28px;
    padding: 24px 16px 30px;
    border-radius: 26px;
  }

  body.page-id-14 .sky-services-break {
    display: inline;
  }

  body.page-id-14 .sky-service-block,
  body.page-id-14 .sky-service-block--corporate {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.page-id-14 .sky-service-block--corporate .sky-service-block__summary,
  body.page-id-14 .sky-service-block--corporate .sky-service-block__details {
    order: initial;
  }

  body.page-id-14 .sky-service-block__summary {
    padding: 26px 18px;
    border-radius: 24px;
  }

  body.page-id-14 .sky-service-detail-card {
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  body.page-id-14 .sky-service-price {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page-id-14 .sky-services-steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.page-id-14 .sky-services-steps::before {
    display: none;
  }

  body.page-id-14 .sky-services-cta {
    padding-top: 42px;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-14 .sky-services-hero__title {
    font-size: 2rem;
  }

  body.page-id-14 .sky-services-intro p,
  body.page-id-14 .sky-service-detail-card p,
  body.page-id-14 .sky-service-block__lead,
  body.page-id-14 .sky-services-cta p {
    font-size: 0.95rem;
  }

  body.page-id-14 .sky-services-cta .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }
}

body.page-id-14 .sky-service-block--featured {
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  padding: clamp(18px, 2.6vw, 28px);
  background: linear-gradient(135deg, #f1fbfa 0%, #fffdfa 100%);
  border: 1px solid #dcebe8;
  border-radius: 34px;
  box-shadow: 0 20px 44px rgba(48, 67, 86, 0.08);
}

body.page-id-14 .sky-service-block--featured .sky-service-block__summary {
  order: 1;
  padding: clamp(34px, 4vw, 48px) clamp(26px, 3vw, 34px);
  box-shadow: 0 16px 34px rgba(48, 67, 86, 0.08);
}

body.page-id-14 .sky-service-block--featured .sky-service-block__details {
  order: 2;
  justify-content: center;
}

body.page-id-14 .sky-service-block--featured .sky-service-block__summary h2 {
  font-size: clamp(2.25rem, 3.2vw, 3rem);
}

body.page-id-14 .sky-service-block--featured .sky-service-icon {
  width: 104px;
  height: 104px;
}

body.page-id-14 .sky-service-block--featured .sky-service-icon svg {
  width: 52px;
  height: 52px;
}

body.page-id-14 .sky-service-block--compact {
  width: min(100%, 820px);
  grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
  gap: 18px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-14 .sky-service-block--compact .sky-service-block__summary {
  padding: 24px 20px;
}

body.page-id-14 .sky-service-block--compact .sky-service-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

body.page-id-14 .sky-service-block--compact .sky-service-icon svg {
  width: 36px;
  height: 36px;
}

body.page-id-14 .sky-service-block--compact .sky-service-block__summary h2 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

body.page-id-14 .sky-service-block--compact .sky-service-block__lead,
body.page-id-14 .sky-service-block--compact .sky-service-detail-card p,
body.page-id-14 .sky-service-block--compact .sky-service-price {
  font-size: 0.9rem;
}

body.page-id-14 .sky-service-block--compact .sky-service-detail-card {
  padding: 20px 20px 18px;
}

@media screen and (max-width: 1023px) {
  body.page-id-14 .sky-service-block--featured,
  body.page-id-14 .sky-service-block--compact {
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  }

  body.page-id-14 .sky-service-block--featured .sky-service-block__summary,
  body.page-id-14 .sky-service-block--compact .sky-service-block__summary {
    order: 1;
  }

  body.page-id-14 .sky-service-block--featured .sky-service-block__details,
  body.page-id-14 .sky-service-block--compact .sky-service-block__details {
    order: 2;
  }
}

@media screen and (max-width: 834px) {
  body.page-id-14 .sky-service-block--featured,
  body.page-id-14 .sky-service-block--compact {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body.page-id-14 .sky-service-block--featured .sky-service-block__summary {
    padding: 28px 20px;
  }
}

body.page-id-18 .content {
  padding: 24px 0 96px;
}

body.page-id-18 .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
}

body.page-id-18 .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.page-id-18 .article,
body.page-id-18 .entry-content {
  margin: 0;
}

body.page-id-18 .sky-social-entry-content {
  position: relative;
}

body.page-id-18 .sky-social-entry-content > * {
  margin: 0;
}

body.page-id-18 .sky-social-page {
  position: relative;
}

body.page-id-18 .sky-social-page,
body.page-id-18 .sky-social-page *,
body.page-id-18 .sky-social-page *::before,
body.page-id-18 .sky-social-page *::after {
  box-sizing: border-box;
}

body.page-id-18 .sky-social-hero {
  position: relative;
  padding: clamp(50px, 7.2vw, 82px) 20px clamp(82px, 9vw, 118px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #b7e2e5 0%, #a9d9df 56%, #c3e8e8 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.page-id-18 .sky-social-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.16) 100%);
  pointer-events: none;
}

body.page-id-18 .sky-social-hero__title {
  margin: 0;
  color: var(--sky-ink);
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

body.page-id-18 .sky-social-hero__subtitle {
  margin: 12px 0 0;
  color: rgba(44, 62, 80, 0.82);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

body.page-id-18 .sky-social-card {
  width: min(100%, 960px);
  margin: -40px auto 0;
  padding: clamp(30px, 4.6vw, 58px) clamp(22px, 4vw, 52px) clamp(40px, 5vw, 66px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.page-id-18 .sky-social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(240, 248, 247, 0.68), rgba(255, 255, 255, 0) 34%),
    linear-gradient(320deg, rgba(252, 244, 232, 0.74), rgba(255, 255, 255, 0) 38%);
  pointer-events: none;
  z-index: 0;
}

body.page-id-18 .sky-social-card > * {
  position: relative;
  z-index: 1;
}

body.page-id-18 .sky-social-card > * + * {
  margin-top: clamp(52px, 6vw, 76px);
}

body.page-id-18 .sky-social-card h2,
body.page-id-18 .sky-social-card h3,
body.page-id-18 .sky-social-card p {
  background: none;
  border: 0;
}

body.page-id-18 .sky-social-intro {
  text-align: center;
}

body.page-id-18 .sky-social-intro h2 {
  display: inline-block;
  margin: 0 0 28px;
  padding: 0;
  color: var(--sky-ink);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 1.55;
  letter-spacing: 0.04em;
  position: relative;
}

body.page-id-18 .sky-social-intro h2::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 0.14em;
  height: 0.48em;
  background: var(--sky-blue-soft);
  border-radius: var(--sky-pill);
  opacity: 0.72;
  z-index: -1;
}

body.page-id-18 .sky-social-intro p {
  max-width: 740px;
  margin: 0 auto;
  color: var(--sky-text);
  font-size: clamp(1rem, 1.55vw, 1.1rem);
  line-height: 2.05;
}

body.page-id-18 .sky-social-break {
  display: none;
}

body.page-id-18 .sky-social-issues {
  display: grid;
  gap: 34px;
}

body.page-id-18 .sky-social-issue {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 34px 34px 32px;
  background: #fcfaf5;
  border: 1px solid #f0ede6;
  border-radius: 30px;
  box-shadow: 0 14px 30px rgba(48, 67, 86, 0.05);
  position: relative;
}

body.page-id-18 .sky-social-issue__body {
  min-width: 0;
}

body.page-id-18 .sky-social-issue__number {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(48, 67, 86, 0.08);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1;
}

body.page-id-18 .sky-social-issue--consumption .sky-social-issue__number,
body.page-id-18 .sky-social-issue--lifestyle .sky-social-issue__number {
  background: #e3efe8;
  color: #6fa8a0;
}

body.page-id-18 .sky-social-issue--stress .sky-social-issue__number {
  background: #faeedb;
  color: #d49a6a;
}

body.page-id-18 .sky-social-issue__body h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 0;
  color: var(--sky-ink);
  font-size: clamp(1.28rem, 2vw, 1.6rem);
  line-height: 1.55;
  flex-wrap: wrap;
  overflow-wrap: anywhere;
}

body.page-id-18 .sky-social-issue__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

body.page-id-18 .sky-social-issue__icon svg {
  width: 26px;
  height: 26px;
}

body.page-id-18 .sky-social-issue--consumption .sky-social-issue__icon,
body.page-id-18 .sky-social-issue--lifestyle .sky-social-issue__icon {
  color: #6fa8a0;
}

body.page-id-18 .sky-social-issue--stress .sky-social-issue__icon {
  color: #d49a6a;
}

body.page-id-18 .sky-social-issue__body p {
  margin: 0;
  color: var(--sky-text);
  font-size: 0.98rem;
  line-height: 2.05;
}

body.page-id-18 .sky-social-issue__body p + p {
  margin-top: 12px;
}

body.page-id-18 .sky-social-vision {
  padding: clamp(32px, 4vw, 48px);
  background: linear-gradient(135deg, #f0f8f7 0%, #e8f4ec 100%);
  border: 1px solid #e3efe8;
  border-radius: 30px;
  text-align: center;
}

body.page-id-18 .sky-social-vision h2 {
  margin: 0 0 20px;
  padding: 0;
  color: var(--sky-ink);
  font-size: clamp(1.55rem, 2.35vw, 2rem);
  line-height: 1.55;
}

body.page-id-18 .sky-social-vision p {
  max-width: 720px;
  margin: 0 auto 26px;
  color: var(--sky-text);
  font-size: 1rem;
  line-height: 2;
}

body.page-id-18 .sky-social-vision .wp-block-buttons {
  display: flex;
  justify-content: center;
}

body.page-id-18 .sky-social-vision .wp-block-button__link {
  min-width: 260px;
  padding: 0.9em 2.25em;
  background: #ffffff;
  color: #6fa8a0;
  border: 2px solid #6fa8a0;
  border-radius: var(--sky-pill);
  box-shadow: 0 10px 22px rgba(48, 67, 86, 0.06);
}

body.page-id-18 .sky-social-vision .wp-block-button__link:hover,
body.page-id-18 .sky-social-vision .wp-block-button__link:focus {
  background: #6fa8a0;
  color: #ffffff;
}

@media screen and (max-width: 834px) {
  body.page-id-18 .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.page-id-18 .content {
    padding-bottom: 72px;
  }

  body.page-id-18 .sky-social-hero {
    padding: 40px 18px 84px;
    border-radius: 28px;
  }

  body.page-id-18 .sky-social-card {
    width: 100%;
    margin-top: -28px;
    padding: 28px 18px 34px;
    border-radius: 26px;
  }

  body.page-id-18 .sky-social-break {
    display: inline;
  }

  body.page-id-18 .sky-social-issue {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 20px 24px;
    border-radius: 24px;
  }

  body.page-id-18 .sky-social-issue__number {
    width: 58px;
    height: 58px;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-18 .sky-social-hero__title {
    font-size: 2rem;
  }

  body.page-id-18 .sky-social-intro h2 {
    font-size: 1.65rem;
  }

  body.page-id-18 .sky-social-intro p,
  body.page-id-18 .sky-social-issue__body p,
  body.page-id-18 .sky-social-vision p {
    font-size: 0.95rem;
  }

  body.page-id-18 .sky-social-issue__body h2 {
    align-items: flex-start;
    font-size: 1.18rem;
  }

  body.page-id-18 .sky-social-vision {
    padding: 28px 18px;
  }

  body.page-id-18 .sky-social-vision .wp-block-button__link {
    min-width: 0;
    width: 100%;
  }
}

body.page-id-16 .content {
  padding: 24px 0 96px;
}

body.page-id-16 .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
}

body.page-id-16 .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.page-id-16 .article,
body.page-id-16 .entry-content {
  margin: 0;
}

body.page-id-16 .sky-contact-entry-content > * {
  margin: 0;
}

body.page-id-16 .sky-contact-page,
body.page-id-16 .sky-contact-page *,
body.page-id-16 .sky-contact-page *::before,
body.page-id-16 .sky-contact-page *::after {
  box-sizing: border-box;
}

body.page-id-16 .sky-contact-hero {
  position: relative;
  padding: clamp(50px, 7.2vw, 82px) 20px clamp(82px, 9vw, 118px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #b7e2e5 0%, #a9d9df 56%, #c3e8e8 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.page-id-16 .sky-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.16) 100%);
  pointer-events: none;
}

body.page-id-16 .sky-contact-hero__title {
  margin: 0;
  color: var(--sky-ink);
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

body.page-id-16 .sky-contact-hero__subtitle {
  margin: 12px 0 0;
  color: rgba(44, 62, 80, 0.82);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

body.page-id-16 .sky-contact-card {
  width: min(100%, 820px);
  margin: -40px auto 0;
  padding: clamp(30px, 4.6vw, 58px) clamp(22px, 4vw, 52px) clamp(38px, 5vw, 58px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.page-id-16 .sky-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(252, 244, 232, 0.76) 100%),
    linear-gradient(320deg, rgba(240, 248, 247, 0.56), rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
  z-index: 0;
}

body.page-id-16 .sky-contact-card > * {
  position: relative;
  z-index: 1;
}

body.page-id-16 .sky-contact-intro {
  margin-bottom: 42px;
  text-align: center;
}

body.page-id-16 .sky-contact-intro p {
  margin: 0;
  color: var(--sky-text);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 2.05;
}

body.page-id-16 .sky-contact-intro__note {
  margin-top: 14px !important;
  color: #7b8890 !important;
  font-size: 0.92rem !important;
}

body.page-id-16 .sky-contact-break {
  display: none;
}

body.page-id-16 .sky-contact-alert {
  margin: 0 0 28px;
  padding: 18px 20px;
  border-radius: 18px;
  font-size: 0.95rem;
  line-height: 1.8;
}

body.page-id-16 .sky-contact-alert--success {
  background: #f0f8f7;
  border: 1px solid #d7ebe6;
  color: #4f8d85;
}

body.page-id-16 .sky-contact-alert--error {
  background: #fff4ee;
  border: 1px solid #f3d0bf;
  color: #b56848;
}

body.page-id-16 .sky-contact-alert p {
  margin: 0 0 8px;
  font-weight: 700;
}

body.page-id-16 .sky-contact-alert ul {
  margin: 0;
  padding-left: 1.3em;
}

body.page-id-16 .sky-contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.page-id-16 .sky-contact-field {
  display: grid;
  grid-template-columns: minmax(160px, 0.9fr) minmax(0, 2fr);
  gap: 28px;
  padding: 28px 0;
  border-top: 1px solid #edf0f1;
}

body.page-id-16 .sky-contact-field:first-of-type {
  border-top: 0;
  padding-top: 0;
}

body.page-id-16 .sky-contact-field > label {
  margin: 0;
  padding-top: 12px;
  color: var(--sky-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

body.page-id-16 .sky-contact-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
}

body.page-id-16 .sky-contact-badge--required {
  background: #e88d67;
}

body.page-id-16 .sky-contact-badge--optional {
  background: #e5e8e8;
  color: #6f7d83;
}

body.page-id-16 .sky-contact-control {
  min-width: 0;
  position: relative;
}

body.page-id-16 .sky-contact-control input,
body.page-id-16 .sky-contact-control select,
body.page-id-16 .sky-contact-control textarea {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  background: #fcfaf5;
  border: 1px solid #e5e0d8;
  border-radius: 14px;
  box-shadow: none;
  color: var(--sky-text);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.7;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body.page-id-16 .sky-contact-control textarea {
  min-height: 170px;
  resize: vertical;
}

body.page-id-16 .sky-contact-control select {
  appearance: none;
  padding-right: 48px;
}

body.page-id-16 .sky-contact-control input:focus,
body.page-id-16 .sky-contact-control select:focus,
body.page-id-16 .sky-contact-control textarea:focus {
  background: #ffffff;
  border-color: #6fa8a0;
  box-shadow: 0 0 0 4px rgba(111, 168, 160, 0.16);
  outline: none;
}

body.page-id-16 .sky-contact-control input::placeholder,
body.page-id-16 .sky-contact-control textarea::placeholder {
  color: #a7afb3;
}

body.page-id-16 .sky-contact-select__arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  color: #89979d;
  pointer-events: none;
  transform: translateY(-50%);
}

body.page-id-16 .sky-contact-select__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.page-id-16 .sky-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.page-id-16 .sky-contact-privacy {
  padding: 34px 0 28px;
  border-top: 1px solid #edf0f1;
  text-align: center;
}

body.page-id-16 .sky-contact-privacy label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

body.page-id-16 .sky-contact-privacy input {
  width: 20px;
  height: 20px;
  accent-color: #6fa8a0;
  cursor: pointer;
}

body.page-id-16 .sky-contact-privacy span {
  color: var(--sky-text);
  font-size: 0.94rem;
}

body.page-id-16 .sky-contact-privacy a {
  color: #6fa8a0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-id-16 .sky-contact-submit {
  padding: 6px 0 4px;
  text-align: center;
}

body.page-id-16 .sky-contact-submit button {
  min-width: 320px;
  padding: 1em 2.8em;
  background: linear-gradient(135deg, #344b61 0%, #2c3e50 100%);
  border: 0;
  border-radius: var(--sky-pill);
  box-shadow: 0 14px 28px rgba(44, 62, 80, 0.2);
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.page-id-16 .sky-contact-submit button:hover,
body.page-id-16 .sky-contact-submit button:focus {
  background: linear-gradient(135deg, #2c3e50 0%, #1f2e3d 100%);
  box-shadow: 0 18px 34px rgba(44, 62, 80, 0.25);
  color: #ffffff;
  transform: translateY(-2px);
}

@media screen and (max-width: 834px) {
  body.page-id-16 .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.page-id-16 .content {
    padding-bottom: 72px;
  }

  body.page-id-16 .sky-contact-hero {
    padding: 40px 18px 84px;
    border-radius: 28px;
  }

  body.page-id-16 .sky-contact-card {
    width: 100%;
    margin-top: -28px;
    padding: 28px 18px 34px;
    border-radius: 26px;
  }

  body.page-id-16 .sky-contact-break {
    display: inline;
  }

  body.page-id-16 .sky-contact-field {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  body.page-id-16 .sky-contact-field > label {
    padding-top: 0;
  }

  body.page-id-16 .sky-contact-privacy label {
    align-items: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-16 .sky-contact-hero__title {
    font-size: 2rem;
  }

  body.page-id-16 .sky-contact-intro p,
  body.page-id-16 .sky-contact-control input,
  body.page-id-16 .sky-contact-control select,
  body.page-id-16 .sky-contact-control textarea {
    font-size: 0.95rem;
  }

  body.page-id-16 .sky-contact-submit button {
    min-width: 0;
    width: 100%;
  }
}

body.sky-news-page .content {
  padding: 24px 0 96px;
}

body.sky-news-page .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
  display: block;
}

body.sky-news-page .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.sky-news-page #sidebar {
  display: none;
}

body.sky-news-page .article,
body.sky-news-page .entry-content {
  margin: 0;
}

body.sky-news-page .sky-news-entry-content > * {
  margin: 0;
}

body.sky-news-page .sky-news-page-inner,
body.sky-news-page .sky-news-page-inner *,
body.sky-news-page .sky-news-page-inner *::before,
body.sky-news-page .sky-news-page-inner *::after {
  box-sizing: border-box;
}

body.sky-news-page .sky-news-page-inner {
  width: 100%;
  max-width: 100%;
}

body.sky-news-page .sky-news-hero {
  position: relative;
  max-width: 100%;
  padding: clamp(50px, 7.2vw, 82px) 20px clamp(82px, 9vw, 118px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #b7e2e5 0%, #a9d9df 56%, #c3e8e8 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.sky-news-page .sky-news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.16) 100%);
  pointer-events: none;
}

body.sky-news-page .sky-news-hero__title {
  margin: 0;
  color: var(--sky-ink);
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

body.sky-news-page .sky-news-hero__subtitle {
  margin: 12px 0 0;
  color: rgba(44, 62, 80, 0.82);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

body.sky-news-page .sky-news-card {
  width: min(100%, 960px);
  max-width: 100%;
  margin: -40px auto 0;
  padding: clamp(28px, 4vw, 54px) clamp(18px, 3.7vw, 48px) clamp(36px, 4.5vw, 58px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.sky-news-page .sky-news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(240, 248, 247, 0.64), rgba(255, 255, 255, 0) 34%),
    linear-gradient(320deg, rgba(252, 244, 232, 0.72), rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
  z-index: 0;
}

body.sky-news-page .sky-news-card > * {
  position: relative;
  z-index: 1;
}

body.sky-news-page .sky-news-intro {
  margin-bottom: 42px;
  text-align: center;
}

body.sky-news-page .sky-news-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--sky-text);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 2.05;
}

body.sky-news-page .sky-news-break {
  display: none;
}

body.sky-news-page .sky-news-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

body.sky-news-page .sky-news-item {
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(0, 1fr) 32px;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  background: #fcfaf5;
  border: 1px solid #e5e0d8;
  border-radius: 20px;
  color: inherit;
  min-width: 0;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.sky-news-page .sky-news-item:hover,
body.sky-news-page .sky-news-item:focus {
  background: #ffffff;
  border-color: #6fa8a0;
  box-shadow: 0 12px 26px rgba(48, 67, 86, 0.08);
  color: inherit;
  transform: translateY(-2px);
}

body.sky-news-page .sky-news-item__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.sky-news-page .sky-news-item__meta time {
  color: #7d8a90;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

body.sky-news-page .sky-news-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 5px 10px;
  border-radius: var(--sky-pill);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  white-space: nowrap;
}

body.sky-news-page .sky-news-label--gray {
  background: #f3f4f4;
  border: 1px solid #e1e4e5;
  color: #68757b;
}

body.sky-news-page .sky-news-label--orange {
  background: #faeedb;
  border: 1px solid #f5debe;
  color: #d49a6a;
}

body.sky-news-page .sky-news-label--teal {
  background: #e3efe8;
  border: 1px solid #d2e4da;
  color: #6fa8a0;
}

body.sky-news-page .sky-news-label--blue {
  background: #e8f4fd;
  border: 1px solid #d2e7f8;
  color: #6c9cc2;
}

body.sky-news-page .sky-news-item__title {
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: var(--sky-ink);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  overflow-wrap: anywhere;
  word-break: normal;
  transition: color 0.2s ease;
}

body.sky-news-page .sky-news-item:hover .sky-news-item__title,
body.sky-news-page .sky-news-item:focus .sky-news-item__title {
  color: #6fa8a0;
}

body.sky-news-page .sky-news-item__arrow {
  display: grid;
  place-items: center;
  color: #c4cdd0;
  transition: color 0.2s ease, transform 0.2s ease;
}

body.sky-news-page .sky-news-item__arrow svg {
  width: 22px;
  height: 22px;
}

body.sky-news-page .sky-news-item:hover .sky-news-item__arrow,
body.sky-news-page .sky-news-item:focus .sky-news-item__arrow {
  color: #6fa8a0;
  transform: translateX(4px);
}

body.sky-news-page .sky-news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
}

body.sky-news-page .sky-news-pagination__item,
body.sky-news-page .sky-news-pagination__dots {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 700;
  text-decoration: none;
}

body.sky-news-page .sky-news-pagination__item {
  background: #ffffff;
  border: 1px solid #e5e0d8;
  color: var(--sky-text);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.sky-news-page .sky-news-pagination__item:hover,
body.sky-news-page .sky-news-pagination__item:focus,
body.sky-news-page .sky-news-pagination__item--current {
  background: #6fa8a0;
  border-color: #6fa8a0;
  color: #ffffff;
}

body.sky-news-page .sky-news-pagination__dots {
  color: #879197;
}

@media screen and (max-width: 834px) {
  body.sky-news-page .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.sky-news-page .main {
    padding-left: 0;
    padding-right: 0;
  }

  body.sky-news-page .content {
    padding-bottom: 72px;
  }

  body.sky-news-page .sky-news-hero {
    padding: 40px 18px 84px;
    border-radius: 28px;
  }

  body.sky-news-page .sky-news-card {
    width: 100%;
    margin-top: -28px;
    padding: 28px 14px 34px;
    border-radius: 26px;
  }

  body.sky-news-page .sky-news-break {
    display: inline;
  }

  body.sky-news-page .sky-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 16px;
  }

  body.sky-news-page .sky-news-item__arrow {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body.sky-news-page .sky-news-hero__title {
    font-size: 2rem;
  }

  body.sky-news-page .sky-news-intro p,
  body.sky-news-page .sky-news-item__title {
    font-size: 0.95rem;
  }

  body.sky-news-page .sky-news-item__meta {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  body.sky-news-page .sky-news-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.sky-news-page .sky-news-item {
    display: block;
    padding-left: 14px;
    padding-right: 14px;
  }

  body.sky-news-page .sky-news-item__title {
    white-space: normal;
    word-break: break-all;
  }

  body.sky-news-page .sky-news-pagination__item,
  body.sky-news-page .sky-news-pagination__dots {
    width: 38px;
    height: 38px;
  }
}

body.sky-blog-page .content {
  padding: 24px 0 96px;
}

body.sky-blog-page .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
  display: block;
}

body.sky-blog-page .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.sky-blog-page #sidebar {
  display: none;
}

body.sky-blog-page .article,
body.sky-blog-page .entry-content {
  margin: 0;
}

body.sky-blog-page .sky-blog-entry-content > * {
  margin: 0;
}

body.sky-blog-page .sky-blog-page-inner,
body.sky-blog-page .sky-blog-page-inner *,
body.sky-blog-page .sky-blog-page-inner *::before,
body.sky-blog-page .sky-blog-page-inner *::after {
  box-sizing: border-box;
}

body.sky-blog-page .sky-blog-page-inner {
  width: 100%;
  max-width: 100%;
}

body.sky-blog-page .sky-blog-hero {
  position: relative;
  max-width: 100%;
  padding: clamp(50px, 7.2vw, 82px) 20px clamp(82px, 9vw, 118px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, #b7e2e5 0%, #a9d9df 56%, #c3e8e8 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.sky-blog-page .sky-blog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.16) 100%);
  pointer-events: none;
}

body.sky-blog-page .sky-blog-hero__title {
  margin: 0;
  color: var(--sky-ink);
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

body.sky-blog-page .sky-blog-hero__subtitle {
  margin: 12px 0 0;
  color: rgba(44, 62, 80, 0.82);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  position: relative;
  z-index: 1;
}

body.sky-blog-page .sky-blog-card {
  width: min(100%, 1060px);
  max-width: 100%;
  margin: -40px auto 0;
  padding: clamp(28px, 4vw, 54px) clamp(18px, 3.7vw, 48px) clamp(36px, 4.5vw, 58px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.sky-blog-page .sky-blog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(240, 248, 247, 0.64), rgba(255, 255, 255, 0) 36%),
    linear-gradient(320deg, rgba(252, 244, 232, 0.72), rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
  z-index: 0;
}

body.sky-blog-page .sky-blog-card > * {
  position: relative;
  z-index: 1;
}

body.sky-blog-page .sky-blog-intro {
  margin-bottom: 42px;
  text-align: center;
}

body.sky-blog-page .sky-blog-intro p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--sky-text);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 2.05;
  overflow-wrap: anywhere;
}

body.sky-blog-page .sky-blog-break {
  display: none;
}

body.sky-blog-page .sky-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

body.sky-blog-page .sky-blog-item {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e9e4da;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(48, 67, 86, 0.05);
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.sky-blog-page .sky-blog-item:hover,
body.sky-blog-page .sky-blog-item:focus {
  border-color: #6fa8a0;
  box-shadow: 0 18px 34px rgba(48, 67, 86, 0.1);
  color: inherit;
  transform: translateY(-4px);
}

body.sky-blog-page .sky-blog-item__visual {
  min-height: 160px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

body.sky-blog-page .sky-blog-item__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  transition: transform 0.35s ease;
}

body.sky-blog-page .sky-blog-item:hover .sky-blog-item__image,
body.sky-blog-page .sky-blog-item:focus .sky-blog-item__image {
  transform: scale(1.04);
}

body.sky-blog-page .sky-blog-item--teal .sky-blog-item__visual {
  background: linear-gradient(135deg, #e3efe8, #f0f8f7);
}

body.sky-blog-page .sky-blog-item--orange .sky-blog-item__visual {
  background: linear-gradient(135deg, #faeedb, #fcf4e8);
}

body.sky-blog-page .sky-blog-item--ink .sky-blog-item__visual {
  background: linear-gradient(135deg, #edf4f4, #f6f8f8);
}

body.sky-blog-page .sky-blog-item--blue .sky-blog-item__visual {
  background: linear-gradient(135deg, #e8f4fd, #f2f8fc);
}

body.sky-blog-page .sky-blog-label {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 26px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--sky-pill);
  box-shadow: 0 4px 12px rgba(48, 67, 86, 0.06);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.sky-blog-page .sky-blog-item--teal .sky-blog-label,
body.sky-blog-page .sky-blog-item--teal .sky-blog-more {
  color: #6fa8a0;
}

body.sky-blog-page .sky-blog-item--orange .sky-blog-label,
body.sky-blog-page .sky-blog-item--orange .sky-blog-more {
  color: #d49a6a;
}

body.sky-blog-page .sky-blog-item--ink .sky-blog-label,
body.sky-blog-page .sky-blog-item--ink .sky-blog-more {
  color: var(--sky-ink);
}

body.sky-blog-page .sky-blog-item--blue .sky-blog-label,
body.sky-blog-page .sky-blog-item--blue .sky-blog-more {
  color: #6c9cc2;
}

body.sky-blog-page .sky-blog-item__mark {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 1;
  color: rgba(47, 67, 88, 0.18);
  font-size: clamp(2.9rem, 5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

body.sky-blog-page .sky-blog-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

body.sky-blog-page .sky-blog-item__body time {
  color: #7d8a90;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.sky-blog-page .sky-blog-item__body h2 {
  margin: 10px 0 12px;
  padding: 0;
  background: none;
  border: 0;
  color: var(--sky-ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

body.sky-blog-page .sky-blog-item__body p {
  margin: 0 0 18px;
  color: var(--sky-text);
  font-size: 0.92rem;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

body.sky-blog-page .sky-blog-more {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 700;
}

body.sky-blog-page .sky-blog-more::after {
  content: " >";
}

body.sky-blog-page .sky-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
}

body.sky-blog-page .sky-blog-pagination__item,
body.sky-blog-page .sky-blog-pagination__dots {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 700;
  text-decoration: none;
}

body.sky-blog-page .sky-blog-pagination__item {
  background: #ffffff;
  border: 1px solid #e5e0d8;
  color: var(--sky-text);
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.sky-blog-page .sky-blog-pagination__item:hover,
body.sky-blog-page .sky-blog-pagination__item:focus,
body.sky-blog-page .sky-blog-pagination__item--current {
  background: #6fa8a0;
  border-color: #6fa8a0;
  color: #ffffff;
}

body.sky-blog-page .sky-blog-pagination__dots {
  color: #879197;
}

@media screen and (max-width: 1023px) {
  body.sky-blog-page .sky-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 834px) {
  body.sky-blog-page .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.sky-blog-page .main {
    padding-left: 0;
    padding-right: 0;
  }

  body.sky-blog-page .content {
    padding-bottom: 72px;
  }

  body.sky-blog-page .sky-blog-hero {
    padding: 40px 18px 84px;
    border-radius: 28px;
  }

  body.sky-blog-page .sky-blog-card {
    width: 100%;
    margin-top: -28px;
    padding: 28px 14px 34px;
    border-radius: 26px;
  }

  body.sky-blog-page .sky-blog-break {
    display: inline;
  }

  body.sky-blog-page .sky-blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media screen and (max-width: 480px) {
  body.sky-blog-page .sky-blog-hero__title {
    font-size: 2rem;
  }

  body.sky-blog-page .sky-blog-intro p,
  body.sky-blog-page .sky-blog-item__body p {
    font-size: 0.95rem;
  }

  body.sky-blog-page .sky-blog-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.sky-blog-page .sky-blog-item__visual {
    min-height: 142px;
  }

  body.sky-blog-page .sky-blog-item__body {
    padding: 20px 16px 22px;
  }

  body.sky-blog-page .sky-blog-item__body h2,
  body.sky-blog-page .sky-blog-item__body p,
  body.sky-blog-page .sky-blog-intro p {
    word-break: break-all;
  }

  body.sky-blog-page .sky-blog-pagination__item,
  body.sky-blog-page .sky-blog-pagination__dots {
    width: 38px;
    height: 38px;
  }
}

body.home.page .content {
  padding: 22px 0 90px;
}

body.home.page .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
  display: block;
}

body.home.page .main {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(34px, 4.8vw, 56px) clamp(18px, 4.8vw, 72px) clamp(72px, 8vw, 96px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f2eee6;
  border-radius: 40px;
  box-shadow: 0 26px 64px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.home.page .main::before,
body.home.page .main::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.72;
  z-index: 0;
  pointer-events: none;
}

body.home.page .main::before {
  top: -120px;
  right: -120px;
  background: rgba(224, 242, 239, 0.95);
}

body.home.page .main::after {
  left: -120px;
  bottom: -120px;
  background: rgba(252, 244, 232, 0.95);
}

body.home.page .article-header,
body.home.page .article-footer,
body.home.page #sidebar {
  display: none;
}

body.home.page .entry-content {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow-wrap: anywhere;
}

body.home.page .entry-content > * {
  margin: 0;
}

body.home.page .entry-content > *:not(.wp-block-image:first-child) {
  width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
}

body.home.page .entry-content > * + * {
  margin-top: 22px;
}

body.home.page .entry-content > .wp-block-image:first-child + * {
  margin-top: clamp(56px, 6vw, 84px);
}

body.home.page .entry-content p,
body.home.page .entry-content li {
  color: var(--sky-text);
  line-height: 2.05;
}

body.home.page .entry-content > p:not(:has(br)):has(+ .wp-block-heading) {
  display: none;
}

body.home.page .entry-content > .wp-block-heading {
  margin-top: clamp(56px, 7vw, 84px);
  padding: 0 0 22px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--sky-ink);
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.3;
  text-align: center;
  position: relative;
  z-index: 2;
}

body.home.page .entry-content > .wp-block-heading + p {
  max-width: 760px;
  margin-top: 18px;
  text-align: center;
  position: relative;
  z-index: 1;
}

body.home.page .entry-content > .wp-block-heading + .column-wrap {
  margin-top: 28px;
}

body.home.page .entry-content > .wp-block-heading::after {
  content: "";
  display: block;
  width: 108px;
  height: 2px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, transparent 0%, var(--sky-teal) 18%, var(--sky-teal) 82%, transparent 100%);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(1)::before,
body.home.page .entry-content > .wp-block-heading:nth-of-type(2)::before,
body.home.page .entry-content > .wp-block-heading:nth-of-type(3)::before,
body.home.page .entry-content > .wp-block-heading:nth-of-type(4)::before,
body.home.page .entry-content > .wp-block-heading:nth-of-type(5)::before,
body.home.page .entry-content > .wp-block-heading:nth-of-type(6)::before {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sky-teal);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(1)::before {
  content: "About Us";
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(2)::before {
  content: "Services";
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(3)::before {
  content: "Social Issues";
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(4)::before {
  content: "News";
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(5)::before {
  content: "Case Study";
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6)::before {
  content: "Contact";
  color: var(--sky-orange);
}

body.home.page .entry-content > .wp-block-image:first-child {
  width: calc(100% + (clamp(18px, 4.8vw, 72px) * 2));
  margin: calc(-1 * clamp(34px, 4.8vw, 56px)) calc(-1 * clamp(18px, 4.8vw, 72px)) 0;
  padding: 0;
  background: var(--sky-blue-panel);
  border-radius: 40px 40px 32px 32px;
  overflow: hidden;
  line-height: 0;
}

body.home.page .entry-content > .wp-block-image:first-child img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(1),
body.home.page .entry-content > .wp-block-heading:nth-of-type(1) + p {
  background: none;
  border: 0;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(1) {
  width: fit-content;
  max-width: calc(100% - 24px);
  display: table;
  padding: 0 16px 8px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 -0.45em 0 rgba(185, 224, 228, 0.72);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(1) + p {
  width: min(100%, 720px);
  max-width: 720px;
  padding: 0;
  margin-top: 18px;
  box-shadow: none;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(2) {
  width: min(100%, 760px);
}

body.home.page .entry-content > .column-wrap.column-2 {
  width: min(100%, 940px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  padding: 12px 0 8px;
  position: relative;
  isolation: isolate;
  z-index: 1;
}

body.home.page .entry-content > .column-wrap.column-2::before {
  display: none;
}

body.home.page .entry-content > .column-wrap.column-2 > div {
  width: auto;
  margin: 0;
  position: relative;
  min-height: 318px;
  padding: 132px 30px 32px;
  background: var(--sky-surface);
  border: 1px solid var(--sky-border);
  border-radius: 26px;
  box-shadow: 0 18px 34px rgba(48, 67, 86, 0.07);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

body.home.page .entry-content > .column-wrap.column-2 > div:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 42px rgba(48, 67, 86, 0.12);
  border-color: #dde7e3;
}

body.home.page .entry-content > .column-wrap.column-2 > div::before {
  content: "\f1ad";
  font-family: "FontAwesome";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  height: 92px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 38px;
  color: #78b1b7;
  background: var(--sky-teal-soft);
}

body.home.page .entry-content > .column-wrap.column-2 > div:last-child::before {
  content: "\f015";
  color: #dfa062;
  background: var(--sky-beige-soft);
}

body.home.page .entry-content .column-wrap h2.wp-block-heading,
body.home.page .entry-content .column-wrap h3.wp-block-heading {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  font-size: 1.35rem;
  color: var(--sky-ink);
  text-align: left;
}

body.home.page .entry-content .column-wrap h2.wp-block-heading::before,
body.home.page .entry-content .column-wrap h2.wp-block-heading::after,
body.home.page .entry-content .column-wrap h3.wp-block-heading::before,
body.home.page .entry-content .column-wrap h3.wp-block-heading::after {
  display: none;
}

body.home.page .entry-content .column-wrap p {
  max-width: none;
  margin-top: 16px;
  text-align: left;
  font-size: 0.98rem;
}

body.home.page .entry-content .column-wrap .wp-block-buttons {
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 18px;
}

body.home.page .entry-content .column-wrap .wp-block-button__link {
  min-width: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--sky-teal);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

body.home.page .entry-content .column-wrap .wp-block-button__link::after {
  content: " \2192";
}

body.home.page .entry-content .column-wrap .wp-block-button__link:hover,
body.home.page .entry-content .column-wrap .wp-block-button__link:focus {
  color: var(--sky-ink);
  transform: none;
  opacity: 1;
}

body.home.page .entry-content > .column-wrap.column-2 > div:last-child .wp-block-button__link {
  color: var(--sky-orange);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(3),
body.home.page .entry-content > .wp-block-heading:nth-of-type(3) + p {
  width: min(100%, 860px);
  background: linear-gradient(135deg, #eef8f6 0%, #f4fbef 100%);
  border-left: 1px solid #ddeae7;
  border-right: 1px solid #ddeae7;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(3) {
  padding: 40px 48px 14px;
  border-top: 1px solid #ddeae7;
  border-radius: 32px 32px 0 0;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(3) + p {
  max-width: none;
  padding: 0 48px 40px;
  margin-top: 0;
  border-bottom: 1px solid #ddeae7;
  border-radius: 0 0 32px 32px;
  box-shadow: var(--sky-shadow);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p,
body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p + .wp-block-buttons,
body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p,
body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p + .wp-block-buttons {
  width: min(100%, 780px);
  background: none;
  border: 0;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p,
body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p {
  max-width: 720px;
  padding: 0;
  box-shadow: none;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p + .wp-block-buttons,
body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p + .wp-block-buttons {
  padding: 0;
  margin-top: 18px;
  box-shadow: none;
}

body.home.page .entry-content > .wp-block-buttons {
  display: flex;
  justify-content: center;
}

body.home.page .entry-content > .wp-block-buttons .wp-block-button__link {
  min-width: 240px;
  padding: 0.95em 2.2em;
  background: transparent;
  color: var(--sky-teal);
  border: 1.5px solid var(--sky-teal);
  border-radius: var(--sky-pill);
  text-decoration: none;
  box-shadow: none;
}

body.home.page .entry-content > .wp-block-buttons .wp-block-button__link:hover,
body.home.page .entry-content > .wp-block-buttons .wp-block-button__link:focus {
  background: var(--sky-teal);
  color: #ffffff;
  transform: none;
  opacity: 1;
}

body.home.page .sky-home-preview {
  width: min(100%, 860px);
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

body.home.page .sky-home-preview + .wp-block-buttons {
  width: min(100%, 780px);
  margin-top: 24px;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

body.home.page .sky-home-preview-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 0.35em 0.85em;
  border-radius: var(--sky-pill);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

body.home.page .sky-home-preview-label--gray {
  background: #f2f4f5;
  color: #64717d;
}

body.home.page .sky-home-preview-label--orange {
  background: #faeedb;
  color: #d49a6a;
}

body.home.page .sky-home-preview-label--teal {
  background: #e3efe8;
  color: #6fa8a0;
}

body.home.page .sky-home-news-preview {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.home.page .sky-home-news-preview__item {
  display: grid;
  grid-template-columns: 112px 92px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fcfaf5;
  border: 1px solid #f0ede6;
  border-radius: 16px;
  color: var(--sky-text);
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(48, 67, 86, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

body.home.page .sky-home-news-preview__item:hover,
body.home.page .sky-home-news-preview__item:focus {
  transform: translateY(-3px);
  background: #ffffff;
  border-color: rgba(121, 184, 194, 0.46);
  box-shadow: 0 16px 28px rgba(48, 67, 86, 0.08);
  opacity: 1;
}

body.home.page .sky-home-news-preview__date {
  color: #8a97a1;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.home.page .sky-home-news-preview__title {
  min-width: 0;
  color: var(--sky-ink);
  font-weight: 700;
  line-height: 1.7;
}

body.home.page .sky-home-blog-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 920px);
}

body.home.page .sky-home-blog-preview__item {
  min-height: 238px;
  padding: 24px 22px 22px;
  border: 1px solid #f0ede6;
  border-radius: 24px;
  color: var(--sky-text);
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(48, 67, 86, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.home.page .sky-home-blog-preview__item:hover,
body.home.page .sky-home-blog-preview__item:focus {
  transform: translateY(-7px);
  border-color: rgba(121, 184, 194, 0.42);
  box-shadow: 0 22px 38px rgba(48, 67, 86, 0.1);
  opacity: 1;
}

body.home.page .sky-home-blog-preview__item--teal {
  background: linear-gradient(180deg, #e3efe8 0%, #ffffff 58%);
}

body.home.page .sky-home-blog-preview__item--orange {
  background: linear-gradient(180deg, #faeedb 0%, #ffffff 58%);
}

body.home.page .sky-home-blog-preview__item--ink {
  background: linear-gradient(180deg, #f0f8f7 0%, #ffffff 58%);
}

body.home.page .sky-home-blog-preview__item--teal .sky-home-preview-label {
  background: #ffffff;
  color: #6fa8a0;
}

body.home.page .sky-home-blog-preview__item--orange .sky-home-preview-label {
  background: #ffffff;
  color: #d49a6a;
}

body.home.page .sky-home-blog-preview__item--ink .sky-home-preview-label {
  background: #ffffff;
  color: var(--sky-ink);
}

body.home.page .sky-home-blog-preview__mark {
  margin-top: 18px;
  color: inherit;
  font-size: clamp(2.4rem, 4.8vw, 3.4rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

body.home.page .sky-home-blog-preview__item--teal .sky-home-blog-preview__mark,
body.home.page .sky-home-blog-preview__item--teal .sky-home-blog-preview__more {
  color: #6fa8a0;
}

body.home.page .sky-home-blog-preview__item--orange .sky-home-blog-preview__mark,
body.home.page .sky-home-blog-preview__item--orange .sky-home-blog-preview__more {
  color: #d49a6a;
}

body.home.page .sky-home-blog-preview__item--ink .sky-home-blog-preview__mark,
body.home.page .sky-home-blog-preview__item--ink .sky-home-blog-preview__more {
  color: var(--sky-ink);
}

body.home.page .sky-home-blog-preview__date {
  margin-top: 34px;
  color: #8a97a1;
  font-size: 0.84rem;
  font-weight: 700;
}

body.home.page .sky-home-blog-preview__title {
  min-width: 0;
  margin-top: 10px;
  color: var(--sky-ink);
  font-weight: 700;
  line-height: 1.65;
}

body.home.page .sky-home-blog-preview__more {
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.9rem;
  font-weight: 700;
}

body.home.page .sky-home-blog-preview__more::after {
  content: " \2192";
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6),
body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p,
body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons {
  width: min(100%, 940px);
  background: linear-gradient(135deg, #fffaf2 0%, #fff5e7 100%);
  border-left: 1px solid #f0e7d8;
  border-right: 1px solid #f0e7d8;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6) {
  padding: 50px 50px 16px;
  border-top: 1px solid #f0e7d8;
  border-radius: 36px 36px 0 0;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6)::after {
  background: linear-gradient(90deg, transparent 0%, var(--sky-orange) 18%, var(--sky-orange) 82%, transparent 100%);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p {
  max-width: none;
  padding: 0 50px 20px;
  margin-top: 0;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons {
  padding: 0 50px 40px;
  margin-top: 0;
  border-bottom: 1px solid #f0e7d8;
  border-radius: 0 0 36px 36px;
  box-shadow: var(--sky-shadow-strong);
  position: relative;
  isolation: isolate;
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons .wp-block-button__link {
  min-width: 300px;
  background: linear-gradient(135deg, #f4b27f 0%, #ed9766 100%);
  color: #ffffff;
  border: 0;
  box-shadow: 0 14px 30px rgba(239, 155, 104, 0.26);
}

body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons .wp-block-button__link:hover,
body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons .wp-block-button__link:focus {
  background: linear-gradient(135deg, #eea66f 0%, #e68c57 100%);
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  body.page #header-container-in {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px 18px 15px;
  }

  body.page #header,
  body.page #navi {
    width: 100%;
  }

  body.page #header-in.wrap,
  body.page #navi-in.wrap {
    width: 100%;
  }

  body.page .header-in {
    align-items: center;
  }

  body.page .tagline,
  body.page .logo,
  body.page .logo-text {
    text-align: center;
  }

  body.page #navi-in > ul.menu-pc {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 22px;
  }

  body.page #navi-in > ul.menu-mobile {
    display: none !important;
  }

  body.page #navi-in > ul.menu-pc li {
    flex: 0 0 auto;
    width: auto !important;
  }

  body.page #navi-in a {
    padding: 6px 0;
    white-space: nowrap;
    line-height: 1.4;
  }

  body.page .content {
    padding: 24px 0 72px;
  }

  body.home.page .content {
    padding-top: 18px;
  }

  body.home.page .main {
    width: min(100%, 1080px);
  }

  body.home.page .entry-content > .wp-block-image:first-child img {
    width: min(100%, 940px);
  }
}

@media screen and (max-width: 834px) {
  body.page .content-in.wrap,
  body.page #footer-in.wrap,
  body.home.page .content-in.wrap {
    width: min(100%, calc(100% - 20px));
  }

  body.page #header-container-in {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px 12px;
  }

  body.page #navi {
    display: none;
  }

  body.admin-bar.page #header-container {
    top: 46px;
  }

  body.page .site-name-text {
    font-size: 2rem;
  }

  body.page .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  body.page .footer-bottom-content {
    text-align: left;
  }

  body.page:not(.home) .main {
    padding: 22px 18px 28px;
    border-radius: 22px;
  }

  body.home.page .main {
    width: 100%;
    padding: 18px 14px 64px;
    border-radius: 28px;
  }

  body.home.page .entry-content > *:not(.wp-block-image:first-child) {
    width: min(100%, 100%);
  }

  body.home.page .entry-content > .wp-block-heading {
    font-size: 1.9rem;
    padding-bottom: 18px;
  }

  body.home.page .entry-content > .wp-block-heading::after {
    width: 88px;
  }

  body.home.page .entry-content > .wp-block-image:first-child {
    width: calc(100% + 28px);
    margin: -18px -14px 0;
    padding: 0;
    background: var(--sky-blue-panel);
    border-radius: 28px 28px 24px 24px;
  }

  body.home.page .entry-content > .wp-block-image:first-child img {
    width: 100%;
    border-radius: 0;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(1) {
    padding: 0 10px 6px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(1) + p {
    padding: 0;
  }

  body.home.page .entry-content > .column-wrap.column-2 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 10px 0 8px;
  }

  body.home.page .entry-content > .column-wrap.column-2 > div {
    padding: 118px 22px 24px;
  }

  body.home.page .entry-content > .column-wrap.column-2 > div::before {
    height: 82px;
    font-size: 32px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(3),
  body.home.page .entry-content > .wp-block-heading:nth-of-type(3) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p + .wp-block-buttons,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p + .wp-block-buttons,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(6),
  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons {
    width: min(100%, 100%);
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(3) {
    padding: 28px 22px 12px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(3) + p {
    padding: 0 22px 28px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p {
    padding: 0;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p + .wp-block-buttons,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p + .wp-block-buttons {
    padding: 0;
  }

  body.home.page .sky-home-preview {
    width: 100%;
    margin-top: 22px;
  }

  body.home.page .sky-home-preview + .wp-block-buttons {
    width: 100%;
  }

  body.home.page .sky-home-news-preview__item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    padding: 15px 16px;
  }

  body.home.page .sky-home-news-preview__title {
    grid-column: 1 / -1;
  }

  body.home.page .sky-home-blog-preview {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home.page .sky-home-blog-preview__item {
    min-height: 0;
    padding: 22px 18px 20px;
  }

  body.home.page .sky-home-blog-preview__mark {
    font-size: 2.35rem;
  }

  body.home.page .sky-home-blog-preview__date {
    margin-top: 24px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) {
    padding: 34px 22px 14px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p {
    padding: 0 22px 20px;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons {
    padding: 0 22px 30px;
  }

  body.home.page .entry-content > .wp-block-buttons .wp-block-button,
  body.home.page .entry-content > .wp-block-buttons .wp-block-button__link,
  body.page:not(.home) .entry-content .wp-block-button,
  body.page:not(.home) .entry-content .wp-block-button__link {
    width: 100%;
  }

  body.home.page .entry-content > .wp-block-heading + p br,
  body.home.page .entry-content .column-wrap p br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body.page .content {
    padding-bottom: 56px;
  }

  body.page .tagline {
    font-size: 10px;
  }

  body.page .site-name-text {
    font-size: 1.8rem;
  }

  body.home.page .main {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 24px;
  }

  body.home.page .entry-content > .wp-block-heading {
    font-size: 1.7rem;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(1) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(4) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(5) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(3) + p,
  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p {
    font-size: 0.96rem;
  }

  body.home.page .entry-content > .column-wrap.column-2 > div {
    padding: 108px 18px 22px;
  }

  body.home.page .entry-content > .column-wrap.column-2 > div::before {
    left: 12px;
    right: 12px;
    top: 12px;
    height: 76px;
  }

  body.home.page .entry-content > .wp-block-buttons .wp-block-button__link,
  body.page:not(.home) .entry-content .wp-block-button__link {
    min-width: 0;
    padding: 0.92em 1.6em;
  }

  body.home.page .entry-content > .wp-block-heading:nth-of-type(6) + p + .wp-block-buttons .wp-block-button__link {
    min-width: 0;
  }
}

@media screen and (max-width: 834px) {
  body.sky-news-page .content-in.wrap,
  body.sky-blog-page .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.sky-news-page:not(.home) .main,
  body.sky-blog-page:not(.home) .main {
    padding: 0 0 24px;
    border-radius: 0;
  }
}

/* 投稿詳細ページ */
body.sky-single-post .content {
  padding: 24px 0 96px;
}

body.sky-single-post .content-in.wrap {
  width: min(1260px, calc(100% - 24px));
  display: block;
}

body.sky-single-post .main {
  width: 100%;
  padding: 0 0 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

body.sky-single-post #sidebar,
body.sky-single-post .sidebar,
body.sky-single-post #sidebar-scroll,
body.sky-single-post .widget-sidebar {
  display: none !important;
}

body.sky-single-post .article,
body.sky-single-post .entry-content,
body.sky-single-post .sky-single-entry-content > * {
  margin: 0;
}

body.sky-single-post .sky-single-page-inner,
body.sky-single-post .sky-single-page-inner *,
body.sky-single-post .sky-single-page-inner *::before,
body.sky-single-post .sky-single-page-inner *::after {
  box-sizing: border-box;
}

body.sky-single-post .sky-single-hero {
  position: relative;
  padding: clamp(30px, 5vw, 56px) 20px clamp(58px, 6.8vw, 82px);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 30%),
    linear-gradient(135deg, #b7e2e5 0%, #a9d9df 56%, #c3e8e8 100%);
  border-radius: 34px;
  text-align: center;
  overflow: hidden;
}

body.sky-single-post .sky-single-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.16) 100%);
  pointer-events: none;
}

body.sky-single-post .sky-single-back,
body.sky-single-post .sky-single-eyebrow,
body.sky-single-post .sky-single-title,
body.sky-single-post .sky-single-meta {
  position: relative;
  z-index: 1;
}

body.sky-single-post .sky-single-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  margin-bottom: 14px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: var(--sky-pill);
  color: var(--sky-ink);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(48, 67, 86, 0.06);
  transition: color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

body.sky-single-post .sky-single-back::before {
  content: "<";
  color: var(--sky-teal);
}

body.sky-single-post .sky-single-back:hover,
body.sky-single-post .sky-single-back:focus {
  background: #ffffff;
  color: var(--sky-teal);
  transform: translateY(-2px);
}

body.sky-single-post .sky-single-eyebrow {
  margin: 0 0 8px;
  color: var(--sky-teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

body.sky-single-post .sky-single-title {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  color: var(--sky-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

body.sky-single-post .sky-single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

body.sky-single-post .sky-single-meta time {
  color: rgba(44, 62, 80, 0.75);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.sky-single-post .sky-single-label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--sky-pill);
  box-shadow: 0 6px 14px rgba(48, 67, 86, 0.06);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

body.sky-single-post .sky-single-label--gray {
  color: #68747c;
}

body.sky-single-post .sky-single-label--teal {
  color: #6fa8a0;
}

body.sky-single-post .sky-single-label--orange {
  color: #d49a6a;
}

body.sky-single-post .sky-single-label--ink {
  color: var(--sky-ink);
}

body.sky-single-post .sky-single-label--blue {
  color: #6c9cc2;
}

body.sky-single-post .sky-single-card {
  width: min(100%, 920px);
  margin: -30px auto 0;
  padding: clamp(24px, 4vw, 50px);
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
  border: 1px solid #f0ede6;
  border-radius: 32px;
  box-shadow: 0 22px 54px rgba(48, 67, 86, 0.1);
  position: relative;
  overflow: hidden;
}

body.sky-single-post .sky-single-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(240, 248, 247, 0.6), rgba(255, 255, 255, 0) 34%),
    linear-gradient(320deg, rgba(252, 244, 232, 0.72), rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

body.sky-single-post .sky-single-card > * {
  position: relative;
  z-index: 1;
}

body.sky-single-post .sky-single-thumbnail {
  margin: 0 0 clamp(28px, 4vw, 42px);
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid #edf0eb;
  box-shadow: 0 14px 34px rgba(48, 67, 86, 0.08);
}

body.sky-single-post .sky-single-thumbnail__image {
  display: block;
  width: 100%;
  height: auto;
}

body.sky-single-post .sky-single-content {
  color: var(--sky-text);
  font-size: clamp(1rem, 1.5vw, 1.06rem);
  line-height: 2.05;
  overflow-wrap: anywhere;
}

body.sky-single-post .sky-single-content > * {
  margin-top: 0;
  margin-bottom: 0;
}

body.sky-single-post .sky-single-content > * + * {
  margin-top: 1.45em;
}

body.sky-single-post .sky-single-content p,
body.sky-single-post .sky-single-content li {
  color: var(--sky-text);
  line-height: 2.05;
}

body.sky-single-post .sky-single-content h2,
body.sky-single-post .sky-single-content h3,
body.sky-single-post .sky-single-content h4 {
  color: var(--sky-ink);
  font-weight: 800;
  line-height: 1.6;
}

body.sky-single-post .sky-single-content h2 {
  margin-top: 2.2em;
  padding: 18px 22px;
  background: linear-gradient(135deg, #eef7fa 0%, #fcf3e5 100%);
  border: 1px solid var(--sky-border);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(48, 67, 86, 0.06);
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
}

body.sky-single-post .sky-single-content h3 {
  margin-top: 2em;
  padding-left: 16px;
  border-left: 4px solid var(--sky-teal);
  font-size: clamp(1.18rem, 1.6vw, 1.42rem);
}

body.sky-single-post .sky-single-content a {
  color: var(--sky-teal);
  font-weight: 700;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

body.sky-single-post .sky-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

body.sky-single-post .sky-single-content figure {
  margin-right: 0;
  margin-left: 0;
}

body.sky-single-post .sky-single-content blockquote {
  margin: 2em 0;
  padding: 22px 24px;
  background: #f0f8f7;
  border-left: 4px solid var(--sky-teal);
  border-radius: 18px;
}

body.sky-single-post .sky-single-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid #edf0eb;
}

body.sky-single-post .sky-single-tags__title {
  color: var(--sky-ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

body.sky-single-post .sky-single-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  background: #f0f8f7;
  border-radius: var(--sky-pill);
  color: var(--sky-teal);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

body.sky-single-post .sky-single-actions {
  margin-top: 42px;
  text-align: center;
}

body.sky-single-post .sky-single-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 0.95em 2em;
  background: transparent;
  border: 1.5px solid var(--sky-teal);
  border-radius: var(--sky-pill);
  color: var(--sky-teal);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.sky-single-post .sky-single-button:hover,
body.sky-single-post .sky-single-button:focus {
  background: var(--sky-teal);
  color: #ffffff;
  transform: translateY(-2px);
}

body.sky-single-post .sky-single-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

body.sky-single-post .sky-single-post-nav__item {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  background: #fcfaf5;
  border: 1px solid #eee8dc;
  border-radius: 22px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.sky-single-post .sky-single-post-nav__item:hover,
body.sky-single-post .sky-single-post-nav__item:focus {
  border-color: var(--sky-teal);
  box-shadow: 0 12px 24px rgba(48, 67, 86, 0.08);
  transform: translateY(-2px);
}

body.sky-single-post .sky-single-post-nav__item span {
  color: var(--sky-teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

body.sky-single-post .sky-single-post-nav__item strong {
  color: var(--sky-ink);
  font-size: 0.98rem;
  line-height: 1.7;
}

body.sky-single-post .sky-single-post-nav__item--next {
  text-align: right;
}

@media screen and (max-width: 834px) {
  body.sky-single-post .content-in.wrap {
    width: min(100%, calc(100% - 16px));
  }

  body.sky-single-post .main {
    padding: 0 0 24px;
    border-radius: 0;
  }

  body.sky-single-post .content {
    padding-bottom: 72px;
  }

  body.sky-single-post .sky-single-hero {
    padding: 28px 16px 64px;
    border-radius: 28px;
  }

  body.sky-single-post .sky-single-card {
    margin-top: -24px;
    padding: 26px 16px 34px;
    border-radius: 26px;
  }

  body.sky-single-post .sky-single-post-nav {
    grid-template-columns: 1fr;
  }

  body.sky-single-post .sky-single-post-nav__item--next {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  body.sky-single-post .sky-single-title {
    font-size: 1.5rem;
  }

  body.sky-single-post .sky-single-meta {
    gap: 8px;
  }

  body.sky-single-post .sky-single-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.sky-single-post .sky-single-content {
    font-size: 0.98rem;
    word-break: break-word;
  }

  body.sky-single-post .sky-single-content h2 {
    padding: 16px 18px;
  }

  body.sky-single-post .sky-single-button {
    width: 100%;
    min-width: 0;
  }
}

/* スマホ・タブレット用ハンバーガーメニュー */
body.page .sky-mobile-menu-toggle {
  display: none;
}

body.page .mobile-footer-menu-buttons,
body.page ul.mobile-menu-buttons {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  body.page #header-container {
    z-index: 1000;
  }

  body.page #header-container-in {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
  }

  body.page #header {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
  }

  body.page #header-in.wrap {
    width: auto;
  }

  body.page .header-in {
    align-items: flex-start;
  }

  body.page .tagline,
  body.page .logo,
  body.page .logo-text {
    text-align: left;
  }

  body.page .site-name-text {
    font-size: clamp(1.75rem, 4vw, 2.2rem);
  }

  body.page .sky-mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #dbe9e8;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(48, 67, 86, 0.08);
    color: var(--sky-ink);
    cursor: pointer;
    position: relative;
    z-index: 1002;
  }

  body.page .sky-mobile-menu-toggle span:not(.sky-mobile-menu-toggle__text) {
    position: absolute;
    left: 13px;
    right: 13px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.22s ease, opacity 0.18s ease, top 0.22s ease;
  }

  body.page .sky-mobile-menu-toggle span:nth-child(1) {
    top: 15px;
  }

  body.page .sky-mobile-menu-toggle span:nth-child(2) {
    top: 22px;
  }

  body.page .sky-mobile-menu-toggle span:nth-child(3) {
    top: 29px;
  }

  body.page .sky-mobile-menu-toggle__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  body.page.sky-mobile-menu-open .sky-mobile-menu-toggle {
    color: var(--sky-teal);
  }

  body.page.sky-mobile-menu-open .sky-mobile-menu-toggle span:nth-child(1) {
    top: 22px;
    transform: rotate(42deg);
  }

  body.page.sky-mobile-menu-open .sky-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.page.sky-mobile-menu-open .sky-mobile-menu-toggle span:nth-child(3) {
    top: 22px;
    transform: rotate(-42deg);
  }

  body.page #navi {
    display: block !important;
    position: absolute;
    top: calc(100% + 8px);
    right: 18px;
    left: auto;
    width: min(300px, calc(100vw - 36px));
    max-height: calc(100vh - 120px);
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #e4efef;
    border-radius: 20px;
    box-shadow: 0 22px 46px rgba(48, 67, 86, 0.16);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    z-index: 1001;
  }

  body.page.sky-mobile-menu-open #navi {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  body.page #navi-in.wrap {
    width: 100%;
  }

  body.page #navi-in > ul.menu-pc {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 5px;
    width: 100%;
  }

  body.page #navi-in > ul.menu-mobile {
    display: none !important;
  }

  body.page #navi-in > ul.menu-pc li {
    width: 100% !important;
  }

  body.page #navi-in a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    white-space: normal;
  }

  body.page #navi-in a::before {
    content: "";
    width: 6px;
    height: 6px;
    margin: 0;
    flex: 0 0 auto;
    background: #d9ecea;
    border-radius: 50%;
  }

  body.page #navi-in .caption-wrap,
  body.page #navi-in .caption-wrap > div,
  body.page #navi-in .item-label {
    display: block;
    width: auto;
    min-width: 0;
    margin: 0;
    text-align: left;
  }

  body.page #navi-in a:hover,
  body.page #navi-in a:focus,
  body.page #navi-in .current-menu-item > a,
  body.page #navi-in .current_page_item > a {
    background: #f0f8f7;
    color: var(--sky-teal);
  }

  body.page #navi-in .current-menu-item > a::after,
  body.page #navi-in .current_page_item > a::after {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  body.page #header-container-in {
    padding: 12px 14px;
  }

  body.page .tagline {
    max-width: calc(100vw - 86px);
    font-size: 9px;
    line-height: 1.5;
  }

  body.page .site-name-text {
    font-size: 1.55rem;
  }

  body.page .sky-mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }

  body.page .sky-mobile-menu-toggle span:not(.sky-mobile-menu-toggle__text) {
    left: 12px;
    right: 12px;
  }

  body.page .sky-mobile-menu-toggle span:nth-child(1) {
    top: 14px;
  }

  body.page .sky-mobile-menu-toggle span:nth-child(2) {
    top: 20px;
  }

  body.page .sky-mobile-menu-toggle span:nth-child(3) {
    top: 26px;
  }

  body.page.sky-mobile-menu-open .sky-mobile-menu-toggle span:nth-child(1),
  body.page.sky-mobile-menu-open .sky-mobile-menu-toggle span:nth-child(3) {
    top: 20px;
  }

  body.page #navi {
    right: 10px;
    left: auto;
    width: min(280px, calc(100vw - 20px));
    border-radius: 18px;
    padding: 9px;
  }

  body.page #navi-in a {
    padding: 10px 11px;
  }
}
